Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
feat(i18n): add German locales
  • Loading branch information
Seulasslintan committed Aug 17, 2022
commit cd76a4cc5d20bc9d6769fbe822864b69aa7e33b9
5 changes: 4 additions & 1 deletion src/main/services/i18n/locales/de_DE/common.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,10 @@
"fromSnippetsLab": "Von SnippetsLab",
"confirm": "Bestätigen",
"cancel": "Abbrechen",
"update": ["Nach GitHub", "OK"],
"update": [
"Nach GitHub",
"OK"
],
"ok": "OK"
},
"newFolder": "Neuer Ordner",
Expand Down
5 changes: 4 additions & 1 deletion src/main/services/i18n/locales/de_DE/menu.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,10 @@
"update": {
"label": "Auf Updates prüfen...",
"message": "Version {{newVersion}} steht zum download bereit.\nAktuelle Version ist {{oldVersion}}.",
"button": ["Zu Github", "OK"],
"button": [
"Zu Github",
"OK"
],
"noUpdate": "Es stehen aktuell keine Updates zur Verfügung."
},
"quit": "massCode beenden",
Expand Down