Skip to content

Commit eb2e1a9

Browse files
committed
Add de-DE locale
1 parent 4a147a2 commit eb2e1a9

File tree

1 file changed

+41
-0
lines changed

1 file changed

+41
-0
lines changed
Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
-app-name = Druid
2+
3+
hello-counter = Der aktuelle Wert ist { $count }
4+
5+
# The 'application' menu on macOS
6+
macos-menu-about-app = Über { -app-name }
7+
macos-menu-preferences = Einstellungen...
8+
macos-menu-hide-app = { -app-name } ausblenden
9+
macos-menu-hide-others = Andere ausblenden
10+
macos-menu-show-all = Alle einblenden
11+
macos-menu-services = Dienste
12+
macos-menu-application-menu = { -app-name }
13+
macos-menu-quit-app = { -app-name } beenden
14+
15+
# common 'File' menu items
16+
common-menu-file-menu = Datei
17+
common-menu-file-new = Neu
18+
common-menu-file-new-window = Neues Fenster
19+
20+
common-menu-file-open = Öffnen...
21+
common-menu-file-close = Schließen
22+
23+
common-menu-file-save = Speichern
24+
# used for new files, if we need to show a dialog
25+
common-menu-file-save-ellipsis = Speichern...
26+
common-menu-file-save-as = Speichern als...
27+
28+
common-menu-file-page-setup = Seiteneinstellungen...
29+
common-menu-file-print = Drucken...
30+
31+
# windows 'File' menu items
32+
win-menu-file-exit = Beenden
33+
34+
# common 'Edit' menu items.
35+
common-menu-edit-menu = Bearbeiten
36+
37+
common-menu-cut = Ausschneiden
38+
common-menu-copy = Kopieren
39+
common-menu-paste = Einfügen
40+
common-menu-undo = Rückgängig
41+
common-menu-redo = Wiederherstellen

0 commit comments

Comments
 (0)