first commit
This commit is contained in:
commit
eb2f504652
32490 changed files with 5731109 additions and 0 deletions
98
node_modules/quasar/lang/eo.js
generated
vendored
Normal file
98
node_modules/quasar/lang/eo.js
generated
vendored
Normal file
|
|
@ -0,0 +1,98 @@
|
|||
/**
|
||||
* DO NOT EDIT THIS FILE. It is automatically generated
|
||||
* from its .mjs counterpart (same filename but with .mjs extension).
|
||||
* Edit that file instead (eo.mjs).
|
||||
*/
|
||||
module.exports = {
|
||||
isoName: 'eo',
|
||||
nativeName: 'Esperanto',
|
||||
label: {
|
||||
clear: 'Vakigi',
|
||||
ok: 'Okej',
|
||||
cancel: 'Rezigni',
|
||||
close: 'Fermi',
|
||||
set: 'Agordi',
|
||||
select: 'Elekti',
|
||||
reset: 'Restartigi',
|
||||
remove: 'Forigi',
|
||||
update: 'Ĝisdatigi',
|
||||
create: 'Krei',
|
||||
search: 'Serĉi',
|
||||
filter: 'Filtri',
|
||||
refresh: 'Reŝargi',
|
||||
expand: label => (label ? `Vastigi "${ label }"` : 'Vastigi'),
|
||||
collapse: label => (label ? `Kolapsi "${ label }"` : 'Kolapso')
|
||||
},
|
||||
date: {
|
||||
days: 'Dimanĉo_Lundo_Mardo_Merkredo_Jaŭdo_Vendredo_Sabato'.split('_'),
|
||||
daysShort: 'Dim_Lun_Mar_Mer_Jaŭ_Ven_Sab'.split('_'),
|
||||
months: 'Januaro_Februaro_Marto_Aprilo_Majo_Junio_Julio_Aŭgusto_Septembro_Oktobro_Novembro_Decembro'.split('_'),
|
||||
monthsShort: 'Jan_Feb_Mar_Apr_Maj_Jun_Jul_Aŭg_Sep_Okt_Nov_Dec'.split('_'),
|
||||
firstDayOfWeek: 1, // 0-6, 0 - Sunday, 1 Monday, ...
|
||||
format24h: true,
|
||||
pluralDay: 'tagoj'
|
||||
},
|
||||
table: {
|
||||
noData: 'Neniu datumo afiŝenda',
|
||||
noResults: 'Neniu datumo trovita',
|
||||
loading: 'Ŝarĝado...',
|
||||
selectedRecords: rows => (
|
||||
rows > 0
|
||||
? rows + ' ' + (rows === 1 ? 'elektita linio' : 'elektitaj linioj') + '.'
|
||||
: 'Neniu elektita linio.'
|
||||
),
|
||||
recordsPerPage: 'Linioj po paĝoj:',
|
||||
allRows: 'Ĉiuj',
|
||||
pagination: (start, end, total) => start + '-' + end + ' el ' + total,
|
||||
columns: 'Kolumnoj'
|
||||
},
|
||||
editor: {
|
||||
url: 'URL',
|
||||
bold: 'Grasa',
|
||||
italic: 'Kursiva',
|
||||
strikethrough: 'Trastreka',
|
||||
underline: 'Substreka',
|
||||
unorderedList: 'Neordigita listo',
|
||||
orderedList: 'Ordigita listo',
|
||||
subscript: 'Indico',
|
||||
superscript: 'Supra indico',
|
||||
hyperlink: 'Ligilo',
|
||||
toggleFullscreen: 'Ŝalti plenekranon',
|
||||
quote: 'Citaĵo',
|
||||
left: 'Ĝisrandigi maldekstren',
|
||||
center: 'Centrigi',
|
||||
right: 'Ĝisrandigi dekstren',
|
||||
justify: 'Ĝisrandigi ambaŭflanke',
|
||||
print: 'Printi',
|
||||
outdent: 'Malkrommarĝenigi',
|
||||
indent: 'Krommarĝenigi',
|
||||
removeFormat: 'Forigi prezenton',
|
||||
formatting: 'Prezento',
|
||||
fontSize: 'Tipara grando',
|
||||
align: 'Ĝisrandigi',
|
||||
hr: 'Enmeti horizontalan strekon',
|
||||
undo: 'Malfari',
|
||||
redo: 'Refari',
|
||||
heading1: 'Titolo 1',
|
||||
heading2: 'Titolo 2',
|
||||
heading3: 'Titolo 3',
|
||||
heading4: 'Titolo 4',
|
||||
heading5: 'Titolo 5',
|
||||
heading6: 'Titolo 6',
|
||||
paragraph: 'Paragrafo',
|
||||
code: 'Kodo',
|
||||
size1: 'Tre malgranda',
|
||||
size2: 'Malgranda',
|
||||
size3: 'Normala',
|
||||
size4: 'Meza',
|
||||
size5: 'Granda',
|
||||
size6: 'Tre granda',
|
||||
size7: 'Maksimuma',
|
||||
defaultFont: 'Implicita tiparo',
|
||||
viewSource: 'Vida Fonto'
|
||||
},
|
||||
tree: {
|
||||
noData: 'Neniu nodo afiŝenda',
|
||||
noResults: 'Neniu nodo trovita'
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue