fix: Use correct German translation of 'disabled' (#3255)

This commit is contained in:
Jan-David 2021-10-22 07:12:13 +02:00 committed by GitHub
parent 658a511b88
commit 09643b63b0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View file

@ -292,15 +292,15 @@
}, },
"AUTO_ASSIGNMENT": { "AUTO_ASSIGNMENT": {
"ENABLED": "Aktiviert", "ENABLED": "Aktiviert",
"DISABLED": "Behindert" "DISABLED": "Deaktiviert"
}, },
"EMAIL_COLLECT_BOX": { "EMAIL_COLLECT_BOX": {
"ENABLED": "Aktiviert", "ENABLED": "Aktiviert",
"DISABLED": "Behindert" "DISABLED": "Deaktiviert"
}, },
"ENABLE_CSAT": { "ENABLE_CSAT": {
"ENABLED": "Aktiviert", "ENABLED": "Aktiviert",
"DISABLED": "Behindert" "DISABLED": "Deaktiviert"
}, },
"ENABLE_HMAC": { "ENABLE_HMAC": {
"LABEL": "Enable" "LABEL": "Enable"

View file

@ -5,7 +5,7 @@
"HEADER": "Anwendungen", "HEADER": "Anwendungen",
"STATUS": { "STATUS": {
"ENABLED": "Aktiviert", "ENABLED": "Aktiviert",
"DISABLED": "Behindert" "DISABLED": "Deaktiviert"
}, },
"CONFIGURE": "Konfigurieren", "CONFIGURE": "Konfigurieren",
"ADD_BUTTON": "Neuen Hook hinzufügen", "ADD_BUTTON": "Neuen Hook hinzufügen",