| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181 |
- //#region ../../packages/locale/lang/tk.ts
- var tk_default = {
- name: "tk",
- el: {
- breadcrumb: { label: "Breadcrumb" },
- colorpicker: {
- confirm: "OK",
- clear: "Arassala",
- defaultLabel: "color picker",
- description: "current color is {color}. press enter to select a new color.",
- alphaLabel: "pick alpha value",
- alphaDescription: "alpha {alpha}, current color is {color}",
- hueLabel: "pick hue value",
- hueDescription: "hue {hue}, current color is {color}",
- svLabel: "pick saturation and brightness value",
- svDescription: "saturation {saturation}, brightness {brightness}, current color is {color}",
- predefineDescription: "select {value} as the color"
- },
- datepicker: {
- now: "Şuwagt",
- today: "Şügün",
- cancel: "Bes et",
- clear: "Arassala",
- confirm: "OK",
- dateTablePrompt: "Use the arrow keys and enter to select the day of the month",
- monthTablePrompt: "Use the arrow keys and enter to select the month",
- yearTablePrompt: "Use the arrow keys and enter to select the year",
- selectedDate: "Selected date",
- selectDate: "Güni saýlaň",
- selectTime: "Wagty saýlaň",
- startDate: "Başlaýan güni",
- startTime: "Başlaýan wagty",
- endDate: "Gutarýan güni",
- endTime: "Gutarýan wagty",
- prevYear: "Previous Year",
- nextYear: "Next Year",
- prevMonth: "Previous Month",
- nextMonth: "Next Month",
- year: "",
- month1: "Ýan",
- month2: "Few",
- month3: "Mar",
- month4: "Apr",
- month5: "Maý",
- month6: "Iýn",
- month7: "Iýl",
- month8: "Awg",
- month9: "Sen",
- month10: "Okt",
- month11: "Noý",
- month12: "Dek",
- weeks: {
- sun: "Ýek",
- mon: "Duş",
- tue: "Siş",
- wed: "Çar",
- thu: "Pen",
- fri: "Ann",
- sat: "Şen"
- },
- weeksFull: {
- sun: "Sunday",
- mon: "Monday",
- tue: "Tuesday",
- wed: "Wednesday",
- thu: "Thursday",
- fri: "Friday",
- sat: "Saturday"
- },
- months: {
- jan: "Ýan",
- feb: "Few",
- mar: "Mar",
- apr: "Apr",
- may: "Maý",
- jun: "Iýn",
- jul: "Iýl",
- aug: "Awg",
- sep: "Sep",
- oct: "Okt",
- nov: "Noý",
- dec: "Dek"
- }
- },
- inputNumber: {
- decrease: "decrease number",
- increase: "increase number"
- },
- select: {
- loading: "Indirilýär",
- noMatch: "Hiçzat tapylmady",
- noData: "Hiçzat ýok",
- placeholder: "Saýla"
- },
- mention: { loading: "Indirilýär" },
- dropdown: { toggleDropdown: "Toggle Dropdown" },
- cascader: {
- noMatch: "Hiçzat tapylmady",
- loading: "Indirilýär",
- placeholder: "Saýlaň",
- noData: "Hiçzat ýok"
- },
- pagination: {
- goto: "Git",
- pagesize: "/sahypa",
- total: "Umumy {total}",
- pageClassifier: "",
- page: "Page",
- prev: "Go to previous page",
- next: "Go to next page",
- currentPage: "page {pager}",
- prevPages: "Previous {pager} pages",
- nextPages: "Next {pager} pages",
- deprecationWarning: "Deprecated usages detected, please refer to the el-pagination documentation for more details"
- },
- dialog: { close: "Close this dialog" },
- drawer: { close: "Close this dialog" },
- messagebox: {
- title: "Hat",
- confirm: "OK",
- cancel: "Bes et",
- error: "Ýalňyş girizme",
- close: "Close this dialog"
- },
- upload: {
- deleteTip: "Pozmak üçin \"poz\" düwmä basyň",
- delete: "Poz",
- preview: "Gör",
- continue: "Dowam et"
- },
- slider: {
- defaultLabel: "slider between {min} and {max}",
- defaultRangeStartLabel: "pick start value",
- defaultRangeEndLabel: "pick end value"
- },
- table: {
- emptyText: "Maglumat ýok",
- confirmFilter: "Tassykla",
- resetFilter: "Arassala",
- clearFilter: "Hemmesi",
- sumText: "Jemi",
- selectAllLabel: "Select all rows",
- selectRowLabel: "Select this row",
- expandRowLabel: "Expand this row",
- collapseRowLabel: "Collapse this row",
- sortLabel: "Sort by {column}",
- filterLabel: "Filter by {column}"
- },
- tag: { close: "Close this tag" },
- tour: {
- next: "Next",
- previous: "Previous",
- finish: "Finish",
- close: "Close this dialog"
- },
- tree: { emptyText: "Maglumat ýok" },
- transfer: {
- noMatch: "Hiçzat tapylmady",
- noData: "Hiçzat ýok",
- titles: ["Sanaw 1", "Sanaw 2"],
- filterPlaceholder: "Gözleg sözlerini giriziň",
- noCheckedFormat: "{total} sany",
- hasCheckedFormat: "{checked}/{total} saýlanan"
- },
- image: { error: "FAILED" },
- pageHeader: { title: "Back" },
- popconfirm: {
- confirmButtonText: "Yes",
- cancelButtonText: "No"
- },
- carousel: {
- leftArrow: "Carousel arrow left",
- rightArrow: "Carousel arrow right",
- indicator: "Carousel switch to index {index}"
- }
- }
- };
- //#endregion
- export { tk_default as default };
- //# sourceMappingURL=tk.mjs.map
|