ant-design-blazor/components/locales/de-DE.json

166 lines
5.1 KiB
JSON
Raw Normal View History

{
"locale": "de",
"Pagination": {
"items_per_page": "/ Seite",
"jump_to": "Gehe zu",
"jump_to_confirm": "bestätigen",
"page": "",
"prev_page": "Vorherige Seite",
"next_page": "Nächste Seite",
"prev_5": "5 Seiten zurück",
"next_5": "5 Seiten vor",
"prev_3": "3 Seiten zurück",
"next_3": "3 Seiten vor"
},
"DatePicker": {
feat(module: date-picker): support localization (#803) * start trying to add a different first day of the week based on localization. * add first day of week parameter and get weekday local from .net * fix some issues * extend demo * remove no longed needed Locale parameter * fix range for selection * add german localization * add entry for API section * remove obsolet things from the react ant documentation * add description to chart documentation * translate general configuration to english. * code cleanup * use LocalProvider to get first day of week. * use localeprovider instead of date picker localization * remove no longer used parameter * delete no longer used interface * change from enum to string due to parsing issue. * add missing formats and use culture info from localprovider * correct locales * us Sunday as a default * remove no longer used culture info parameter * adjust locales * add parameter for Locale instead of directly accessing it. * add inheritance to access locale * typo * readd culture info parameter * fixes for locale jsons * adjust demo and api * small adjustments on docs, set monday in chinese as first day of the week. * use locale in calendar as well. * adjust docs * use enum * adjust demo * adjust for different starting date. * add defaults for DatePickerLocale * add short week days to locale files * use days from locale file * code cleanup use consts instead of magic numbers, add code comment and use dayOfWeek As param instead of the whole locale object. Remove no longed used method. * not sure about the chinese translation so I remove them * Revert "not sure about the chinese translation so I remove them" This reverts commit 54017513c7b684494cf06184b4051a4dcfc43850.
2020-11-25 11:08:12 +08:00
"firstDayOfWeek": "Monday",
"lang": {
"placeholder": "Datum auswählen",
"rangePlaceholder": [ "Startdatum", "Enddatum" ],
"locale": "de_DE",
"today": "Heute",
"now": "Jetzt",
"backToToday": "Zurück zu Heute",
"ok": "OK",
"clear": "Zurücksetzen",
"month": "Monat",
"year": "Jahr",
"timeSelect": "Zeit wählen",
"dateSelect": "Datum wählen",
"monthSelect": "Wähle einen Monat",
"yearSelect": "Wähle ein Jahr",
"decadeSelect": "Wähle ein Jahrzehnt",
feat(module: date-picker): support localization (#803) * start trying to add a different first day of the week based on localization. * add first day of week parameter and get weekday local from .net * fix some issues * extend demo * remove no longed needed Locale parameter * fix range for selection * add german localization * add entry for API section * remove obsolet things from the react ant documentation * add description to chart documentation * translate general configuration to english. * code cleanup * use LocalProvider to get first day of week. * use localeprovider instead of date picker localization * remove no longer used parameter * delete no longer used interface * change from enum to string due to parsing issue. * add missing formats and use culture info from localprovider * correct locales * us Sunday as a default * remove no longer used culture info parameter * adjust locales * add parameter for Locale instead of directly accessing it. * add inheritance to access locale * typo * readd culture info parameter * fixes for locale jsons * adjust demo and api * small adjustments on docs, set monday in chinese as first day of the week. * use locale in calendar as well. * adjust docs * use enum * adjust demo * adjust for different starting date. * add defaults for DatePickerLocale * add short week days to locale files * use days from locale file * code cleanup use consts instead of magic numbers, add code comment and use dayOfWeek As param instead of the whole locale object. Remove no longed used method. * not sure about the chinese translation so I remove them * Revert "not sure about the chinese translation so I remove them" This reverts commit 54017513c7b684494cf06184b4051a4dcfc43850.
2020-11-25 11:08:12 +08:00
"yearFormat": "yyyy",
"dateFormat": "d.M.yyyy",
"dayFormat": "d",
"dateTimeFormat": "d.M.yyyy HH:mm:ss",
"monthBeforeYear": true,
"previousMonth": "Vorheriger Monat (PageUp)",
"nextMonth": "Nächster Monat (PageDown)",
"previousYear": "Vorheriges Jahr (Ctrl + left)",
"nextYear": "Nächstes Jahr (Ctrl + right)",
"previousDecade": "Vorheriges Jahrzehnt",
"nextDecade": "Nächstes Jahrzehnt",
"previousCentury": "Vorheriges Jahrhundert",
feat(module: date-picker): support localization (#803) * start trying to add a different first day of the week based on localization. * add first day of week parameter and get weekday local from .net * fix some issues * extend demo * remove no longed needed Locale parameter * fix range for selection * add german localization * add entry for API section * remove obsolet things from the react ant documentation * add description to chart documentation * translate general configuration to english. * code cleanup * use LocalProvider to get first day of week. * use localeprovider instead of date picker localization * remove no longer used parameter * delete no longer used interface * change from enum to string due to parsing issue. * add missing formats and use culture info from localprovider * correct locales * us Sunday as a default * remove no longer used culture info parameter * adjust locales * add parameter for Locale instead of directly accessing it. * add inheritance to access locale * typo * readd culture info parameter * fixes for locale jsons * adjust demo and api * small adjustments on docs, set monday in chinese as first day of the week. * use locale in calendar as well. * adjust docs * use enum * adjust demo * adjust for different starting date. * add defaults for DatePickerLocale * add short week days to locale files * use days from locale file * code cleanup use consts instead of magic numbers, add code comment and use dayOfWeek As param instead of the whole locale object. Remove no longed used method. * not sure about the chinese translation so I remove them * Revert "not sure about the chinese translation so I remove them" This reverts commit 54017513c7b684494cf06184b4051a4dcfc43850.
2020-11-25 11:08:12 +08:00
"nextCentury": "Nächstes Jahrhundert",
"startDate": "Startdatum",
"startWeek": "Startwoche",
"startMonth": "Startmonat",
"startYear": "Startjahr",
"startQuarter": "Startquartal",
"endDate": "Schlussdatum",
"endWeek": "Schlusswoche",
"endMonth": "Schlussmonat",
"endYear": "Schlussjahr",
"endQuarter": "Schlussquartal",
"quarterSelect": "Quartal wählen",
"week": "Woche",
"monthFormat": "MMM",
"shortWeekDays": [ "Mo", "Di", "Mi", "Do", "Fr", "Sa", "So" ]
},
"timePickerLocale": { "placeholder": "Zeit auswählen" }
},
"TimePicker": { "placeholder": "Zeit auswählen" },
"Calendar": {
"lang": {
"placeholder": "Datum auswählen",
"rangePlaceholder": [ "Startdatum", "Enddatum" ],
"locale": "de_DE",
"today": "Heute",
"now": "Jetzt",
"backToToday": "Zurück zu Heute",
"ok": "OK",
"clear": "Zurücksetzen",
"month": "Monat",
"year": "Jahr",
"timeSelect": "Zeit wählen",
"dateSelect": "Datum wählen",
"monthSelect": "Wähle einen Monat",
"yearSelect": "Wähle ein Jahr",
"decadeSelect": "Wähle ein Jahrzehnt",
"yearFormat": "yyyy",
"dateFormat": "d.M.yyyy",
"dayFormat": "d",
"dateTimeFormat": "d.M.yyyy HH:mm:ss",
"monthBeforeYear": true,
"previousMonth": "Vorheriger Monat (PageUp)",
"nextMonth": "Nächster Monat (PageDown)",
"previousYear": "Vorheriges Jahr (Ctrl + left)",
"nextYear": "Nächstes Jahr (Ctrl + right)",
"previousDecade": "Vorheriges Jahrzehnt",
"nextDecade": "Nächstes Jahrzehnt",
"previousCentury": "Vorheriges Jahrhundert",
"nextCentury": "Nächstes Jahrhundert"
},
"timePickerLocale": { "placeholder": "Zeit auswählen" }
},
"global": { "placeholder": "Bitte auswählen" },
"Table": {
"filterTitle": "Filter-Menü",
"filterConfirm": "OK",
"filterReset": "Zurücksetzen",
"selectAll": "Selektiere Alle",
"selectInvert": "Selektion Invertieren",
"selectionAll": "Wählen Sie alle Daten aus",
"sortTitle": "Sortieren",
"expand": "Zeile erweitern",
"collapse": "Zeile reduzieren",
"triggerDesc": "Absteigend sortieren",
"triggerAsc": "Aufsteigend sortieren",
"cancelSort": "Sortierung löschen",
"filterOptions": {
"true": "Wahr",
"false": "Falsch",
"and": "Und",
"or": "Oder",
"equals": "Gleich",
"notEquals": "Nicht gleich",
"contains": "Enthält",
"startsWith": "Beginnt mit",
"endsWith": "Endet mit",
"greaterThan": "Größer als",
"lessThan": "Kleiner als",
"greaterThanOrEquals": "Grösser als oder gleich",
"lessThanOrEquals": "Kleiner als oder gleich",
"isNull": "Ist leer",
"isNotNull": "Ist nicht leer"
}
},
"Modal": {
"okText": "OK",
"cancelText": "Abbrechen"
},
"Confirm": {
"okText": "OK",
"cancelText": "Abbrechen",
"yesText": "Ja",
"noText": "Nein",
"retryText": "Wiederholen",
"abortText": "Abbrechen",
"ignoreText": "Ignorieren"
},
"Popconfirm": {
"okText": "OK",
"cancelText": "Abbrechen"
},
"Transfer": {
"searchPlaceholder": "Suchen",
"itemUnit": "Eintrag",
"itemsUnit": "Einträge"
},
"Upload": {
"uploading": "Hochladen...",
"removeFile": "Datei entfernen",
"uploadError": "Fehler beim Hochladen",
"previewFile": "Dateivorschau",
"downloadFile": "Download-Datei"
},
"Empty": { "description": "Keine Daten" },
"Text": {
"edit": "Bearbeiten",
"copy": "Kopieren",
"copied": "Kopiert",
"expand": "Erweitern"
},
"PageHeader": { "back": "Zurück" }
}