-
-
Notifications
You must be signed in to change notification settings - Fork 7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(i18n): add language Esperanto (eo)
- Loading branch information
Showing
2 changed files
with
103 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,102 @@ | ||
export default { | ||
badge: 'Insigno', | ||
open: 'Malfermi', | ||
close: 'Fermi', | ||
dismiss: 'Ignori', | ||
confirmEdit: { | ||
ok: 'Bone', | ||
cancel: 'Nuligi', | ||
}, | ||
dataIterator: { | ||
noResultsText: 'Neniuj kongruaj rezultoj trovitaj', | ||
loadingText: 'Ŝargado de eroj…', | ||
}, | ||
dataTable: { | ||
itemsPerPageText: 'Linioj po paĝo:', | ||
ariaLabel: { | ||
sortDescending: 'Malkreska ordo.', | ||
sortAscending: 'Kreska ordo.', | ||
sortNone: 'Neordigita.', | ||
activateNone: 'Aktivigu por nuligi ordigon.', | ||
activateDescending: 'Aktivigu por ordigi laŭ malkreska ordo.', | ||
activateAscending: 'Aktivigu por ordigi laŭ kreska ordo.', | ||
}, | ||
sortBy: 'Ordigi laŭ', | ||
}, | ||
dataFooter: { | ||
itemsPerPageText: 'Eroj po paĝo:', | ||
itemsPerPageAll: 'Ĉiuj', | ||
nextPage: 'Sekva paĝo', | ||
prevPage: 'Antaŭa paĝo', | ||
firstPage: 'Unua paĝo', | ||
lastPage: 'Lasta paĝo', | ||
pageText: '{0}-{1} el {2}', | ||
}, | ||
dateRangeInput: { | ||
divider: 'ĝis', | ||
}, | ||
datePicker: { | ||
itemsSelected: '{0} elektitaj', | ||
range: { | ||
title: 'Elektu datintervalon', | ||
header: 'Enigu datintervalon', | ||
}, | ||
title: 'Elektu daton', | ||
header: 'Enigu daton', | ||
input: { | ||
placeholder: 'Enigu daton', | ||
}, | ||
}, | ||
noDataText: 'Neniuj disponeblaj datumoj', | ||
carousel: { | ||
prev: 'Antaŭa bildo', | ||
next: 'Sekva bildo', | ||
ariaLabel: { | ||
delimiter: 'Bildo {0} el {1}', | ||
}, | ||
}, | ||
calendar: { | ||
moreEvents: '{0} pli', | ||
today: 'Hodiaŭ', | ||
}, | ||
input: { | ||
clear: 'Forigi {0}', | ||
prependAction: '{0} antaŭmetita ago', | ||
appendAction: '{0} postmetita ago', | ||
otp: 'Bonvolu enigi la OTP-signon {0}', | ||
}, | ||
fileInput: { | ||
counter: '{0} dosieroj', | ||
counterSize: '{0} dosieroj ({1} entute)', | ||
}, | ||
timePicker: { | ||
am: 'atm.', | ||
pm: 'ptm.', | ||
title: 'Elektu tempon', | ||
}, | ||
pagination: { | ||
ariaLabel: { | ||
root: 'Paĝnavigado', | ||
next: 'Sekva paĝo', | ||
previous: 'Antaŭa paĝo', | ||
page: 'Iru al paĝo {0}', | ||
currentPage: 'Nuna paĝo, paĝo {0}', | ||
first: 'Unua paĝo', | ||
last: 'Lasta paĝo', | ||
}, | ||
}, | ||
stepper: { | ||
next: 'Sekva', | ||
prev: 'Antaŭa', | ||
}, | ||
rating: { | ||
ariaLabel: { | ||
item: 'Taksado {0} el {1}', | ||
}, | ||
}, | ||
loading: 'Ŝargado…', | ||
infiniteScroll: { | ||
loadMore: 'Ŝarĝu pli', | ||
empty: 'Pliaj datumoj ne haveblaj', | ||
}, | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters