1 line
9.0 KiB
Plaintext
1 line
9.0 KiB
Plaintext
|
|
{"version":3,"file":"cs.min.mjs","sources":["../../../../packages/locale/lang/cs.ts"],"sourcesContent":["export default {\n name: 'cs',\n el: {\n breadcrumb: {\n label: 'Breadcrumb', // to be translated\n },\n colorpicker: {\n confirm: 'OK',\n clear: 'Vymazat',\n defaultLabel: 'color picker', // to be translated\n description:\n 'current color is {color}. press enter to select a new color.', // to be translated\n alphaLabel: 'pick alpha value', // to be translated\n alphaDescription: 'alpha {alpha}, current color is {color}', // to be translated\n hueLabel: 'pick hue value', // to be translated\n hueDescription: 'hue {hue}, current color is {color}', // to be translated\n },\n datepicker: {\n now: 'Teď',\n today: 'Dnes',\n cancel: 'Zrušit',\n clear: 'Vymazat',\n confirm: 'OK',\n dateTablePrompt:\n 'Use the arrow keys and enter to select the day of the month', // to be translated\n monthTablePrompt: 'Use the arrow keys and enter to select the month', // to be translated\n yearTablePrompt: 'Use the arrow keys and enter to select the year', // to be translated\n selectedDate: 'Selected date', // to be translated\n selectDate: 'Vybrat datum',\n selectTime: 'Vybrat čas',\n startDate: 'Datum začátku',\n startTime: 'Čas začátku',\n endDate: 'Datum konce',\n endTime: 'Čas konce',\n prevYear: 'Předchozí rok',\n nextYear: 'Příští rok',\n prevMonth: 'Předchozí měsíc',\n nextMonth: 'Příští měsíc',\n year: 'Rok',\n month1: 'Leden',\n month2: 'Únor',\n month3: 'Březen',\n month4: 'Duben',\n month5: 'Květen',\n month6: 'Červen',\n month7: 'Červenec',\n month8: 'Srpen',\n month9: 'Září',\n month10: 'Říjen',\n month11: 'Listopad',\n month12: 'Prosinec',\n weeks: {\n sun: 'Ne',\n mon: 'Po',\n tue: 'Út',\n wed: 'St',\n thu: 'Čt',\n fri: 'Pá',\n sat: 'So',\n },\n weeksFull: {\n sun: 'Sunday', // to be translated\n mon: 'Monday', // to be translated\n tue: 'Tuesday', // to be translated\n wed: 'Wednesday', // to be translated\n thu: 'Thursday', // to be translated\n fri: 'Friday', // to be translated\n sat: 'Saturday', // to be translated\n },\n months: {\n jan: 'Led',\n feb: 'Úno',\n mar: 'Bře',\n apr: 'Dub',\n may: 'Kvě',\n jun: 'Čer',\n jul: 'Čvc',\n aug: 'Srp',\n sep: 'Zář',\n oct: 'Říj',\n nov: 'Lis',\n dec: 'Pro',\n },\n day: 'Den',\n month: 'Měsíc',\n },\n inputNumber: {\n decrease: 'decrease number', // to be translated\n increase: 'increase number', // to be translated\n },\n select: {\n loading: 'Načítání',\n noMatch: 'Žádná shoda',\n noData: 'Žádná data',\n placeholder: 'Vybrat',\n },\n mention: {\n loading: 'Načítání',\n },\n dropdown: {\n toggleDropdown: 'Toggle Dropdown', // to be translated\n },\n cascader: {\n noMatch: 'Žádná shoda',\n loading: 'Načítání',\n placeholder: 'Vybrat',\n noData: 'Žádná data',\n },\n pagination: {\n goto: 'Jít na',\n pagesize: 'na stranu',\n total: 'Celkem {total}',\n pageClassifier: '',\n page: 'Page', // to be translated\n prev: 'Go to previous page', // to be translated\n next: 'Go to next page', // to be translated\n currentPage: 'page {pager}', // to be translated\n prevPages: 'Previous {pager} pages', // to be translated\n nextPages: 'Next {pager} pages', // to be translated\n deprecationWarning:\n 'Deprecated usages detected, please refer to the el-pagination documentation for more details', // to be translated\n },\n dialog: {\n close: 'Close this dialog', // to be translated\n },\n drawer: {\n
|