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
120 lines
3.6 KiB
JSON
120 lines
3.6 KiB
JSON
{
|
|
"locale": "fi",
|
|
"Pagination": {
|
|
"items_per_page": "/ sivu",
|
|
"jump_to": "Mene",
|
|
"jump_to_confirm": "Potvrdite",
|
|
"page": "",
|
|
"prev_page": "Edellinen sivu",
|
|
"next_page": "Seuraava sivu",
|
|
"prev_5": "Edelliset 5 sivua",
|
|
"next_5": "Seuraavat 5 sivua",
|
|
"prev_3": "Edelliset 3 sivua",
|
|
"next_3": "Seuraavat 3 sivua"
|
|
},
|
|
"DatePicker": {
|
|
"lang": {
|
|
"placeholder": "Valitse päivä",
|
|
"rangePlaceholder": [ "Alku päivä", "Loppu päivä" ],
|
|
"locale": "fi_FI",
|
|
"today": "Tänään",
|
|
"now": "Nyt",
|
|
"backToToday": "Tämä päivä",
|
|
"ok": "Ok",
|
|
"clear": "Tyhjennä",
|
|
"month": "Kuukausi",
|
|
"year": "Vuosi",
|
|
"timeSelect": "Valise aika",
|
|
"dateSelect": "Valitse päivä",
|
|
"monthSelect": "Valitse kuukausi",
|
|
"yearSelect": "Valitse vuosi",
|
|
"decadeSelect": "Valitse vuosikymmen",
|
|
"yearFormat": "yyyy",
|
|
"dateFormat": "d.M.yyyy",
|
|
"dayFormat": "d",
|
|
"dateTimeFormat": "d.M.yyyy HH:mm:ss",
|
|
"monthBeforeYear": true,
|
|
"previousMonth": "Edellinen kuukausi (PageUp)",
|
|
"nextMonth": "Seuraava kuukausi (PageDown)",
|
|
"previousYear": "Edellinen vuosi (Control + left)",
|
|
"nextYear": "Seuraava vuosi (Control + right)",
|
|
"previousDecade": "Edellinen vuosikymmen",
|
|
"nextDecade": "Seuraava vuosikymmen",
|
|
"previousCentury": "Edellinen vuosisata",
|
|
"nextCentury": "Seuraava vuosisata"
|
|
},
|
|
"timePickerLocale": { "placeholder": "Valitse aika" }
|
|
},
|
|
"TimePicker": { "placeholder": "Valitse aika" },
|
|
"Calendar": {
|
|
"lang": {
|
|
"placeholder": "Valitse päivä",
|
|
"rangePlaceholder": [ "Alku päivä", "Loppu päivä" ],
|
|
"locale": "fi_FI",
|
|
"today": "Tänään",
|
|
"now": "Nyt",
|
|
"backToToday": "Tämä päivä",
|
|
"ok": "Ok",
|
|
"clear": "Tyhjennä",
|
|
"month": "Kuukausi",
|
|
"year": "Vuosi",
|
|
"timeSelect": "Valise aika",
|
|
"dateSelect": "Valitse päivä",
|
|
"monthSelect": "Valitse kuukausi",
|
|
"yearSelect": "Valitse vuosi",
|
|
"decadeSelect": "Valitse vuosikymmen",
|
|
"yearFormat": "yyyy",
|
|
"dateFormat": "d.M.yyyy",
|
|
"dayFormat": "d",
|
|
"dateTimeFormat": "d.M.yyyy HH:mm:ss",
|
|
"monthBeforeYear": true,
|
|
"previousMonth": "Edellinen kuukausi (PageUp)",
|
|
"nextMonth": "Seuraava kuukausi (PageDown)",
|
|
"previousYear": "Edellinen vuosi (Control + left)",
|
|
"nextYear": "Seuraava vuosi (Control + right)",
|
|
"previousDecade": "Edellinen vuosikymmen",
|
|
"nextDecade": "Seuraava vuosikymmen",
|
|
"previousCentury": "Edellinen vuosisata",
|
|
"nextCentury": "Seuraava vuosisata"
|
|
},
|
|
"timePickerLocale": { "placeholder": "Valitse aika" }
|
|
},
|
|
"Table": {
|
|
"filterTitle": "Suodatus valikko",
|
|
"filterConfirm": "OK",
|
|
"filterReset": "Tyhjennä",
|
|
"selectAll": "Valitse kaikki",
|
|
"selectInvert": "Valitse päinvastoin",
|
|
"sortTitle": "Lajittele"
|
|
},
|
|
"Modal": {
|
|
"okText": "OK",
|
|
"cancelText": "Peruuta"
|
|
},
|
|
"Confirm": {
|
|
"okText": "OK",
|
|
"cancelText": "Peruuta",
|
|
"yesText": "Kyllä",
|
|
"noText": "Ei",
|
|
"retryText": "Peruuta",
|
|
"abortText": "Keskeytä",
|
|
"ignoreText": "Ohita"
|
|
},
|
|
"Popconfirm": {
|
|
"okText": "OK",
|
|
"cancelText": "Peruuta"
|
|
},
|
|
"Transfer": {
|
|
"searchPlaceholder": "Etsi täältä",
|
|
"itemUnit": "kohde",
|
|
"itemsUnit": "kohdetta"
|
|
},
|
|
"Upload": {
|
|
"uploading": "Lähetetään...",
|
|
"removeFile": "Poista tiedosto",
|
|
"uploadError": "Virhe lähetyksessä",
|
|
"previewFile": "Esikatsele tiedostoa",
|
|
"downloadFile": "Lataa tiedosto"
|
|
},
|
|
"Empty": { "description": "Ei kohteita" }
|
|
} |