Merge pull request #45 from mawoka-myblock/translation
This commit is contained in:
@@ -8,8 +8,8 @@
|
||||
"preview": "svelte-kit preview",
|
||||
"check": "svelte-check --tsconfig ./tsconfig.json",
|
||||
"check:watch": "svelte-check --tsconfig ./tsconfig.json --watch",
|
||||
"lint": "prettier --ignore-path .gitignore --check --plugin-search-dir=. . && eslint --ignore-path .gitignore .",
|
||||
"format": "prettier --ignore-path .gitignore --write --plugin-search-dir=. .",
|
||||
"lint": "prettier --ignore-path .gitignore --check --plugin-search-dir=. . '!src/lib/i18n/locales/*.json' && eslint --ignore-path .gitignore .",
|
||||
"format": "prettier --ignore-path .gitignore --write --plugin-search-dir=. . '!src/lib/i18n/locales/*.json'",
|
||||
"run:prod": "node index.js",
|
||||
"translations-scan": "i18next-scanner --config i18next-scanner.config.engine.cjs src/**/*.svelte"
|
||||
},
|
||||
|
||||
@@ -85,7 +85,13 @@
|
||||
"settings": "Einstellungen",
|
||||
"repeat_password": "Passwort wiederholen",
|
||||
"overview": "Übersicht",
|
||||
"report": "Melden"
|
||||
"report": "Melden",
|
||||
"explore": "Erkunden",
|
||||
"search": "Suchen",
|
||||
"screenshot": "Bildschirmaufnahme",
|
||||
"screenshot_plural": "Bildschirmaufnahmen",
|
||||
"browser": "Browser",
|
||||
"view": "Angucken"
|
||||
},
|
||||
"editor": {
|
||||
"time_in_seconds": "Zeit in Sekunden",
|
||||
@@ -93,7 +99,8 @@
|
||||
"add_new_answer": "Neue Antwort hinzufügen",
|
||||
"add_new_question": "Neue Frage hinzufügen",
|
||||
"delete_question": "Frage löschen",
|
||||
"delete_answer": "Antwort löschen"
|
||||
"delete_answer": "Antwort löschen",
|
||||
"not_all_links_imgur_links": "Nicht alle Links sind Imgur-Links!"
|
||||
},
|
||||
"import": {
|
||||
"need_help": "",
|
||||
@@ -114,5 +121,21 @@
|
||||
},
|
||||
"password_reset_page": {
|
||||
"reset_password": "Passwort zurücksetzen"
|
||||
},
|
||||
"settings_page": {
|
||||
"repeat_password": "Passwort wiederholen",
|
||||
"change_password_submit": "Passwort ändern!",
|
||||
"last_seen": "Zuletzt gesehen",
|
||||
"check_location": "Standort überprüfen",
|
||||
"delete_this_session": "Diese Sitzung löschen",
|
||||
"this_session?": "Diese Sitzung?",
|
||||
"old_password": "Altes Passwort",
|
||||
"new_password": "Neues Passwort"
|
||||
},
|
||||
"explore_page": {
|
||||
"made_by": "Erstellt von"
|
||||
},
|
||||
"search_page": {
|
||||
"at_least_3_characters": "Gib mindestens 3 Zeichen ein..."
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user