Website Structure
This commit is contained in:
parent
62812f2090
commit
71f0676a62
22365 changed files with 4265753 additions and 791 deletions
106
Frontend-Learner/node_modules/quasar/lang/eo.js
generated
vendored
Normal file
106
Frontend-Learner/node_modules/quasar/lang/eo.js
generated
vendored
Normal file
|
|
@ -0,0 +1,106 @@
|
|||
export default {
|
||||
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',
|
||||
prevMonth: 'Antaŭa monato',
|
||||
nextMonth: 'Venontan monaton',
|
||||
prevYear: 'Antaŭa jaro',
|
||||
nextYear: 'Venontjare',
|
||||
today: 'Hodiaŭ',
|
||||
prevRangeYears: range => `Antaŭ ${ range } jaroj`,
|
||||
nextRangeYears: range => `Post ${ range } jaroj`
|
||||
},
|
||||
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'
|
||||
},
|
||||
pagination: {
|
||||
first: 'Unua paĝo',
|
||||
prev: 'Antaŭa paĝo',
|
||||
next: 'Sekva paĝo',
|
||||
last: 'Lasta paĝo'
|
||||
},
|
||||
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