mirror of
https://gitee.com/ant-design-blazor/ant-design-blazor.git
synced 2024-12-05 05:27:37 +08:00
67eff2b4e8
* Add RequiredMark to Form * Add localization for form optional label * fix locales * fix test Co-authored-by: James Yeung <shunjiey@hotmail.com>
122 lines
3.5 KiB
JSON
122 lines
3.5 KiB
JSON
{
|
|
"locale": "et-EE",
|
|
"Pagination": {
|
|
"items_per_page": "/ leheküljel",
|
|
"jump_to": "Hüppa",
|
|
"jump_to_confirm": "Kinnitage",
|
|
"page": "",
|
|
"prev_page": "Eelmine leht",
|
|
"next_page": "Järgmine leht",
|
|
"prev_5": "Eelmised 5 lehekülge",
|
|
"next_5": "Järgmised 5 lehekülge",
|
|
"prev_3": "Eelmised 3 lehekülge",
|
|
"next_3": "Järgmised 3 lehekülge"
|
|
},
|
|
"DatePicker": {
|
|
"lang": {
|
|
"placeholder": "Vali kuupäev",
|
|
"rangePlaceholder": [ "Algus kuupäev", "Lõpu kuupäev" ],
|
|
"locale": "et_EE",
|
|
"today": "Täna",
|
|
"now": "Praegu",
|
|
"backToToday": "Tagasi tänase juurde",
|
|
"ok": "Ok",
|
|
"clear": "Tühista",
|
|
"month": "Kuu",
|
|
"year": "Aasta",
|
|
"timeSelect": "Vali aeg",
|
|
"dateSelect": "Vali kuupäev",
|
|
"monthSelect": "Vali kuu",
|
|
"yearSelect": "Vali aasta",
|
|
"decadeSelect": "Vali dekaad",
|
|
"yearFormat": "yyyy",
|
|
"dateFormat": "d.M.yyyy",
|
|
"dayFormat": "d",
|
|
"dateTimeFormat": "d.M.yyyy HH:mm:ss",
|
|
"monthBeforeYear": true,
|
|
"previousMonth": "Eelmine kuu (PageUp)",
|
|
"nextMonth": "Järgmine kuu (PageDown)",
|
|
"previousYear": "Eelmine aasta (Control + left)",
|
|
"nextYear": "Järgmine aasta (Control + right)",
|
|
"previousDecade": "Eelmine dekaad",
|
|
"nextDecade": "Järgmine dekaad",
|
|
"previousCentury": "Eelmine sajand",
|
|
"nextCentury": "Järgmine sajand"
|
|
},
|
|
"timePickerLocale": { "placeholder": "Vali aeg" }
|
|
},
|
|
"TimePicker": { "placeholder": "Vali aeg" },
|
|
"Calendar": {
|
|
"lang": {
|
|
"placeholder": "Vali kuupäev",
|
|
"rangePlaceholder": [ "Algus kuupäev", "Lõpu kuupäev" ],
|
|
"locale": "et_EE",
|
|
"today": "Täna",
|
|
"now": "Praegu",
|
|
"backToToday": "Tagasi tänase juurde",
|
|
"ok": "Ok",
|
|
"clear": "Tühista",
|
|
"month": "Kuu",
|
|
"year": "Aasta",
|
|
"timeSelect": "Vali aeg",
|
|
"dateSelect": "Vali kuupäev",
|
|
"monthSelect": "Vali kuu",
|
|
"yearSelect": "Vali aasta",
|
|
"decadeSelect": "Vali dekaad",
|
|
"yearFormat": "yyyy",
|
|
"dateFormat": "d.M.yyyy",
|
|
"dayFormat": "d",
|
|
"dateTimeFormat": "d.M.yyyy HH:mm:ss",
|
|
"monthBeforeYear": true,
|
|
"previousMonth": "Eelmine kuu (PageUp)",
|
|
"nextMonth": "Järgmine kuu (PageDown)",
|
|
"previousYear": "Eelmine aasta (Control + left)",
|
|
"nextYear": "Järgmine aasta (Control + right)",
|
|
"previousDecade": "Eelmine dekaad",
|
|
"nextDecade": "Järgmine dekaad",
|
|
"previousCentury": "Eelmine sajand",
|
|
"nextCentury": "Järgmine sajand"
|
|
},
|
|
"timePickerLocale": { "placeholder": "Vali aeg" }
|
|
},
|
|
"Table": {
|
|
"filterTitle": "Filtri menüü",
|
|
"filterConfirm": "OK",
|
|
"filterReset": "Nulli",
|
|
"selectAll": "Vali kõik",
|
|
"selectInvert": "Inverteeri valik"
|
|
},
|
|
"Modal": {
|
|
"okText": "OK",
|
|
"cancelText": "Tühista"
|
|
},
|
|
"Confirm": {
|
|
"okText": "OK",
|
|
"cancelText": "Tühista",
|
|
"yesText": "Jah",
|
|
"noText": "Ei",
|
|
"retryText": "Tagasikäik",
|
|
"abortText": "Katkesta",
|
|
"ignoreText": "Ignoreeritakse"
|
|
},
|
|
"Popconfirm": {
|
|
"okText": "OK",
|
|
"cancelText": "Tühista"
|
|
},
|
|
"Transfer": {
|
|
"searchPlaceholder": "Otsi siit",
|
|
"itemUnit": "kogus",
|
|
"itemsUnit": "kogus"
|
|
},
|
|
"Upload": {
|
|
"uploading": "Üleslaadimine...",
|
|
"removeFile": "Eemalda fail",
|
|
"uploadError": "Üleslaadimise tõrge",
|
|
"previewFile": "Faili eelvaade",
|
|
"downloadFile": "Laadige fail alla"
|
|
},
|
|
"Empty": { "description": "Andmed puuduvad" },
|
|
"Form": {
|
|
"optional": "(valikuline)"
|
|
}
|
|
} |