Chore: Fixed auto-generated German translations
"canned responses" are no food: "Eingemachte Antwort" -> "Vorgefertigte Antwort" "open", "closed" status are no verbs, so "Öffnen" -> "Offen", ... "mine" has nothing to do with mining :) "Bergwerk" -> "Meine" "home" isn't your home, but the main page "Hauptseite" "resolve action" is about solutions, not determination, so "Entschlossenheit" -> "Fall schließen" "settings" are simply "Einstellungen" Co-authored-by: Pranav Raj Sreepuram <pranavrajs@gmail.com>
This commit is contained in:
@@ -12,17 +12,17 @@
|
||||
},
|
||||
"STATUS_TABS": [
|
||||
{
|
||||
"NAME": "Öffnen",
|
||||
"NAME": "Offen",
|
||||
"KEY": "openCount"
|
||||
},
|
||||
{
|
||||
"NAME": "Aufgelöst",
|
||||
"NAME": "Gelöst",
|
||||
"KEY": "allConvCount"
|
||||
}
|
||||
],
|
||||
"ASSIGNEE_TYPE_TABS": [
|
||||
{
|
||||
"NAME": "Bergwerk",
|
||||
"NAME": "Meine",
|
||||
"KEY": "me",
|
||||
"COUNT_KEY": "mineCount"
|
||||
},
|
||||
@@ -39,11 +39,11 @@
|
||||
],
|
||||
"CHAT_STATUS_ITEMS": [
|
||||
{
|
||||
"TEXT": "Öffnen",
|
||||
"TEXT": "Offen",
|
||||
"VALUE": "open"
|
||||
},
|
||||
{
|
||||
"TEXT": "Aufgelöst",
|
||||
"TEXT": "Gelöst",
|
||||
"VALUE": "resolved"
|
||||
}
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user