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:
Peter Schlaile
2020-05-13 19:17:31 +02:00
committed by GitHub
parent d219b0a45e
commit 005f332776
4 changed files with 17 additions and 17 deletions

View File

@@ -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"
}
],