Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve german translations #5

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Changes from all commits
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
16 changes: 8 additions & 8 deletions lib/de_DE.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@
"core": {
"askingPassword": {
"requirePasswordToOpen": "Zum Öffnen dieses Dokuments ist ein Passwort erforderlich",
"submit": "Einreichen"
"submit": "Öffnen"
},
"wrongPassword": {
"submit": "Einreichen",
"submit": "Öffnen",
"tryAgain": "Das Passwort ist falsch. Bitte versuchen Sie es erneut"
},
"pageLabel": "Seite {{pageIndex}}"
Expand All @@ -29,7 +29,7 @@
"dragDropFile": "Ziehen Sie ein PDF-Dokument per Drag & Drop hierher"
},
"fullScreen": {
"enterFullScreen": "Voller Bildschirm",
"enterFullScreen": "Vollbildmodus starten",
"exitFullScreen": "Vollbildmodus beenden"
},
"localeSwitcher": {
Expand All @@ -39,7 +39,7 @@
"openFile": "Datei öffnen"
},
"pageNavigation": {
"enterPageNumber": "Seitenzahl einfügen",
"enterPageNumber": "Seitenzahl eingeben",
"goToFirstPage": "Erste Seite",
"goToLastPage": "Letzte Seite",
"goToNextPage": "Nächste Seite",
Expand Down Expand Up @@ -73,14 +73,14 @@
"scrollMode": {
"horizontalScrolling": "Horizontales Scrollen",
"verticalScrolling": "Vertikales Scrollen",
"wrappedScrolling": "Umwickeltes Scrollen"
"wrappedScrolling": "Freies Scrollen"
},
"search": {
"close": "Schließen",
"enterToSearch": "Zur Suche eingeben",
"enterToSearch": "Suchtext eingeben",
"matchCase": "Groß- / Kleinschreibung",
"nextMatch": "Nächstes Spiel",
"previousMatch": "Vorheriges Spiel",
"nextMatch": "Nächster Treffer",
"previousMatch": "Vorheriger Treffer",
"search": "Suchen",
"wholeWords": "Ganze Wörter"
},
Expand Down