GUACAMOLE-699: Merge changes bringing German translations up-to-date.

This commit is contained in:
Mike Jumper
2019-09-09 18:52:53 -07:00
committed by GitHub
18 changed files with 572 additions and 131 deletions

View File

@@ -21,6 +21,7 @@
],
"translations" : [
"translations/de.json",
"translations/en.json"
],

View File

@@ -0,0 +1,18 @@
{
"DATA_SOURCE_QUICKCONNECT" : {
"NAME" : "QuickConnect"
},
"QUICKCONNECT" : {
"ACTION_CONNECT" : "Verbinden",
"ERROR_INVALID_URI" : "Ungültige URI angegeben",
"ERROR_NO_HOST" : "Keinen Host angegeben",
"ERROR_NO_PROTOCOL" : "Kein Protokoll angegeben",
"ERROR_NOT_ABSOLUTE_URI" : "URI ist nicht absolut",
"FIELD_PLACEHOLDER_URI" : "URI der Verbindung eingeben"
}
}