chore: Update translations (#9946)

This commit is contained in:
Chatwoot Bot
2024-08-16 14:06:32 +05:30
committed by GitHub
parent f38101527f
commit bb78639696
903 changed files with 4461 additions and 1860 deletions

View File

@@ -93,7 +93,9 @@
"ACTION": {
"DELETE_MESSAGE": "Zum Speichern ist mindestens eine Aktion erforderlich",
"TEAM_MESSAGE_INPUT_PLACEHOLDER": "Geben Sie hier Ihre Nachricht ein",
"TEAM_DROPDOWN_PLACEHOLDER": "Teams auswählen"
"TEAM_DROPDOWN_PLACEHOLDER": "Teams auswählen",
"EMAIL_INPUT_PLACEHOLDER": "E-Mail eingeben",
"URL_INPUT_PLACEHOLDER": "URL eingeben"
},
"TOGGLE": {
"ACTIVATION_TITLE": "Automatisierungsregel aktivieren",
@@ -113,6 +115,15 @@
"LABEL_UPLOADING": "Hochladen...",
"LABEL_UPLOADED": "Erfolgreich hochgeladen",
"LABEL_UPLOAD_FAILED": "Upload fehlgeschlagen"
},
"ERRORS": {
"ATTRIBUTE_KEY_REQUIRED": "Attribut-Schlüssel ist erforderlich",
"FILTER_OPERATOR_REQUIRED": "Filter-Operator ist erforderlich",
"VALUE_REQUIRED": "Wert ist erforderlich",
"VALUE_MUST_BE_BETWEEN_1_AND_998": "Wert muss zwischen 1 und 998 liegen",
"ACTION_PARAMETERS_REQUIRED": "Aktionsparameter sind erforderlich",
"ATLEAST_ONE_CONDITION_REQUIRED": "Mindestens eine Bedingung ist erforderlich",
"ATLEAST_ONE_ACTION_REQUIRED": "Mindestens eine Aktion ist erforderlich"
}
}
}