mirror of
https://gitee.com/ant-design-blazor/ant-design-blazor.git
synced 2024-12-05 21:47:38 +08:00
dcbaecc919
* fix(module:datepicker): incorrect date format strings fix culture set takes effect fallback to default local when locale json does not exist * fix(module:datepicker): do not replace Locale if is set in attribute
146 lines
4.4 KiB
JSON
146 lines
4.4 KiB
JSON
{
|
|
"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": {
|
|
"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",
|
|
"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",
|
|
"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"
|
|
},
|
|
"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" }
|
|
} |