1
0
Fork 0

add German translation

This commit is contained in:
Lukas Winkler 2017-08-27 09:31:45 +02:00
parent fa4a702156
commit 39e1767a53

62
_locales/de/messages.json Normal file
View file

@ -0,0 +1,62 @@
{
"extention_description": {
"message": "Füge eigenes Javascript auf beliebigen Seiten ein.",
"description": "a short description shown in the extention list"
},
"host_title": {
"message": "Webseiten mit benutzerdefiniertem Javascript",
"description": "title-text of host selection dropdown"
},
"save": {
"message": "speichern",
"description": "save-button text"
},
"save_title": {
"message": "Änderungen speichern und anwenden",
"description": "title text of save button"
},
"reset": {
"message": "zurücksetzen",
"description": "reset-button text"
},
"reset_title": {
"message": "",
"description": "title text of reset button"
},
"placeholder_javascript": {
"message": "// Hier kannst du dein eigenes Javascript einfügen...",
"description": "placeholder for javascript editor (needs to be a valid comment)"
},
"delete_warning": {
"message": "Möchtest du wirklich alle Daten für diesen Host löschen?",
"description": "confirmation message when deleting the js for a host"
},
"error_message": {
"message": "Anscheinend kann diese Seite nicht verändert werden",
"description": "warning when injection fails"
},
"error_tip": {
"message": "ein Neuladen der Seite kann das möglicherweise beheben",
"description": "additional tip when injection fails"
},
"draft_remove": {
"message": "Entwurf löschen",
"description": "buttontext"
},
"draft_remove_title": {
"message": "",
"description": "title text of draft remove button"
},
"goto_host": {
"message": "öffnen",
"description": "when a host that is currently not opened, a button apears for opening this host in the current tab"
},
"goto_host_title": {
"message": "die ausgewählte Webseite öffnen",
"description": "message if a currently not opened webpage is opened"
},
"enable_description": {
"message": "?? für diese Webseite aktivieren",
"description": "label for checkbox"
}
}