Skip to content

German language improvement #314

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

Open
wants to merge 1 commit into
base: master
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
32 changes: 16 additions & 16 deletions codebase/i18n/de.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,45 +31,45 @@ webix.i18n.locales["de-DE"] = {

dataExport:{
page:"Seite",
of:"aus"
of:"von"
},
PDFviewer:{
of:"aus",
automaticZoom:"Automatisch Zoom",
actualSize:"Aktuelles Ausmaß",
pageFit:"Seite Ausmaß",
pageWidth:"Seite Breite",
pageHeight:"Seite Höhe"
of:"von",
automaticZoom:"Automatischer Zoom",
actualSize:"Tatsächliche Größe",
pageFit:"Ganze Seite",
pageWidth:"Seitenbreite",
pageHeight:"Seitenhöhe"
},
aria:{
calendar:"Kalender",
increaseValue:"Wert erhöhen",
decreaseValue:"Wert verringern",
navMonth:["Vorheriger Monat", "Nächsten Monat"],
navYear:["Vorheriges Jahr", "Nächstes Jahr"],
navDecade:["Zurück Jahrzehnt", "Als nächstes Jahrzehnt"],
navDecade:["Vorheriges Jahrzehnt", "Nächstes Jahrzehnt"],
dateFormat:"%j. %F %Y",
monthFormat:"%F %Y",
yearFormat:"%Y",
hourFormat:"Stunden: %H",
minuteFormat:"Minuten: %i",
removeItem:"Element entfernen",
pages:["Erste Seite", "Vorherige Seite", "Folgeseite", "Letzte Seite"],
pages:["Erste Seite", "Vorherige Seite", "Nächste Seite", "Letzte Seite"],
page:"Seite",
headermenu:"Titelmenü",
openGroup:"Öffnen Spaltengruppe ",
closeGroup:"Schließen Spaltengruppe ",
openGroup:"Öffne Spaltengruppe ",
closeGroup:"Schließe Spaltengruppe ",
closeTab:"Tab schließen",
showTabs:"Weitere Tabs",
resetTreeMap:"Zurück zur ursprünglichen Ansicht",
navTreeMap:"Aufleveln",
nextTab:"Weiter tab",
prevTab:"Zurück tab",
navTreeMap:"Höheres Level",
nextTab:"Nächstes Tab",
prevTab:"Vorheriges Tab",
multitextSection:"Element hinzufügen",
multitextextraSection:"Element entfernen",
showChart:"Chart anzeigen",
hideChart:"Chart verstecken",
resizeChart:"Chart Größe ändern"
resizeChart:"Chartgröße ändern"
},
richtext:{
underline: "Unterstreichen",
Expand All @@ -79,6 +79,6 @@ webix.i18n.locales["de-DE"] = {
combo:{
select:"Auswählen",
selectAll:"Alles auswählen",
unselectAll:"Alles widerrufen"
unselectAll:"Auswahl aufheben"
}
};