1 line
8.8 KiB
Plaintext
1 line
8.8 KiB
Plaintext
|
|
{"version":3,"file":"nl.min.mjs","sources":["../../../../packages/locale/lang/nl.ts"],"sourcesContent":["export default {\n name: 'nl',\n el: {\n breadcrumb: {\n label: 'Breadcrumb', // to be translated\n },\n colorpicker: {\n confirm: 'Bevestig',\n clear: 'Wissen',\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 svLabel: 'pick saturation and brightness value', // to be translated\n svDescription:\n 'saturation {saturation}, brightness {brightness}, current color is {color}', // to be translated\n predefineDescription: 'select {value} as the color', // to be translated\n },\n datepicker: {\n now: 'Nu',\n today: 'Vandaag',\n cancel: 'Annuleren',\n clear: 'Legen',\n confirm: 'Bevestig',\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: 'Geselecteerde datum',\n selectDate: 'Selecteer datum',\n selectTime: 'Selecteer tijd',\n startDate: 'Startdatum',\n startTime: 'Starttijd',\n endDate: 'Einddatum',\n endTime: 'Eindtijd',\n prevYear: 'Vorig jaar',\n nextYear: 'Volgend jaar',\n prevMonth: 'Vorige maand',\n nextMonth: 'Volgende maand',\n year: '',\n month1: 'januari',\n month2: 'februari',\n month3: 'maart',\n month4: 'april',\n month5: 'mei',\n month6: 'juni',\n month7: 'juli',\n month8: 'augustus',\n month9: 'september',\n month10: 'oktober',\n month11: 'november',\n month12: 'december',\n weeks: {\n sun: 'Zo',\n mon: 'Ma',\n tue: 'Di',\n wed: 'Wo',\n thu: 'Do',\n fri: 'Vr',\n sat: 'Za',\n },\n weeksFull: {\n sun: 'zondag',\n mon: 'maandag',\n tue: 'dinsdag',\n wed: 'woensdag',\n thu: 'donderdag',\n fri: 'vrijdag',\n sat: 'zaterdag',\n },\n months: {\n jan: 'jan',\n feb: 'feb',\n mar: 'maa',\n apr: 'apr',\n may: 'mei',\n jun: 'jun',\n jul: 'jul',\n aug: 'aug',\n sep: 'sep',\n oct: 'okt',\n nov: 'nov',\n dec: 'dec',\n },\n },\n inputNumber: {\n decrease: 'getal verlagen',\n increase: 'getal verhogen',\n },\n select: {\n loading: 'Laden',\n noMatch: 'Geen overeenkomende resultaten',\n noData: 'Geen data',\n placeholder: 'Selecteer',\n },\n mention: {\n loading: 'Laden',\n },\n dropdown: {\n toggleDropdown: 'Toggle Dropdown', // to be translated\n },\n cascader: {\n noMatch: 'Geen overeenkomende resultaten',\n loading: 'Laden',\n placeholder: 'Selecteer',\n noData: 'Geen data',\n },\n pagination: {\n goto: 'Ga naar',\n pagesize: '/pagina',\n total: 'Totaal {total}',\n pageClassifier: '',\n page: 'Pagina',\n prev: 'Ga naar de vorige pagina',\n next: 'Ga naar de volgende pagina',\n currentPage: 'pagina {pager}',\n prevPages: \"Vorige {pager} pagina's\",\n nextPages: \"Volgende {pager} pagina's\",\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 close: 'Close this dialog', // to be translated\n },\n me
|