i18n translations (#1572)

* Suppletments some tranlations on zh-CN

* Update de-DE.json

Co-authored-by: mrhanson <chihanghanson@gmail.com>
Co-authored-by: 0xflotus <0xflotus@gmail.com>
This commit is contained in:
Liyas Thomas
2021-03-31 01:59:57 +05:30
committed by GitHub
parent b9deec1487
commit 31147975c7
2 changed files with 69 additions and 31 deletions

View File

@@ -87,5 +87,43 @@
"stop": "Stopp",
"syncHistory": "History",
"syncCollections": "Collections",
"syncEnvironments": "Environments"
"syncEnvironments": "Environments",
"turn_on": "Anschalten",
"turn_off": "Ausschalten",
"login_first": "Logge dich zuerst ein",
"paste_a_note": "Füge eine Notiz hinzu",
"import_from_sync": "Von Sync importieren",
"notes": "Notizen",
"socketio": "Socket.IO",
"event_name": "Event Name",
"mqtt": "MQTT",
"mqtt_topic": "Topic",
"mqtt_topic_title": "Publish / Subscribe topic",
"mqtt_publish": "Publish",
"mqtt_subscribe": "Subscribe",
"mqtt_unsubscribe": "Unsubscribe",
"pre_request_script": "Pre-request Script",
"tests": "Tests",
"create_new_collection": "Erstelle eine neue Collection",
"create_new_environment": "Erstelle ein neues Environment",
"are_you_sure_remove_collection": "Bist du sicher, dass du diese Collection löschen möchtest?",
"are_you_sure_remove_folder": "Bist du sicher, dass du diesen Ordner löschen möchtest??",
"are_you_sure_remove_request": "Bist du sicher, dass du diese Anfrage löschen möchtest??",
"are_you_sure_remove_environment": "Bist du sicher, dass du dieses Environment löschen möchtest??",
"select_next_method": "Wähle die nächste Methode",
"select_previous_method": "Wähle die vorherige Methode",
"select_get_method": "Wähle GET Methode",
"select_head_method": "Wähle HEAD Methode",
"select_post_method": "Wähle POST Methode",
"select_put_method": "Wähle PUT Methode",
"select_delete_method": "Wähle DELETE Methode",
"experiments": "Experimente",
"select_environment": "Wähle Environment",
"login_with_github_to": "Login mit GitHub für ",
"create_secret_gist": "Erstelle geheimes Gist",
"gist_created": "Gist erstellt",
"import_from_gist": "Import von Gist",
"enter_gist_url": "Gib Gist URL ein",
"confirm": "Bestätige",
"size": "Größe"
}