chore: Update translations (#8983)

This commit is contained in:
Chatwoot Bot
2024-02-22 05:31:14 +05:30
committed by GitHub
parent 27ac262a26
commit a5e9cd94e1
513 changed files with 10475 additions and 1303 deletions

View File

@@ -39,6 +39,17 @@
"PLACEHOLDER": "Entrez une clé d'attribut personnalisée",
"ERROR": "La clé est requise",
"IN_VALID": "Clé invalide"
},
"REGEX_PATTERN": {
"LABEL": "Schéma Regex",
"PLACEHOLDER": "Veuillez indiquer un attribut personnalisé pour le schéma Regex (facultatif)."
},
"REGEX_CUE": {
"LABEL": "Regex Cue",
"PLACEHOLDER": "Veuillez entrer l'indice du schéma Regex (facultatif)"
},
"ENABLE_REGEX": {
"LABEL": "Activer la validation Regex"
}
},
"API": {
@@ -93,6 +104,17 @@
"EMPTY_RESULT": {
"404": "Aucun attribut personnalisé créé",
"NOT_FOUND": "Il ny a aucun attribut personnalisé configuré"
},
"REGEX_PATTERN": {
"LABEL": "Schéma Regex",
"PLACEHOLDER": "Veuillez indiquer un attribut personnalisé pour le schéma Regex (facultatif)."
},
"REGEX_CUE": {
"LABEL": "Regex Cue",
"PLACEHOLDER": "Veuillez entrer l'indice du schéma Regex (facultatif)"
},
"ENABLE_REGEX": {
"LABEL": "Activer la validation Regex"
}
}
}