You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
36 lines
1003 B
JavaScript
36 lines
1003 B
JavaScript
(function( factory ) {
|
|
if ( typeof define === 'function' && define.amd ) {
|
|
// AMD
|
|
define( [], factory);
|
|
}
|
|
else if ( typeof exports === 'object' ) {
|
|
// CommonJS
|
|
module.exports = factory();
|
|
}
|
|
// No browser loader - use JSON, ESM, CJS or AMD
|
|
}
|
|
(function() {
|
|
return {
|
|
"emptyTable": "Neniuj datumoj en tabelo",
|
|
"info": "Montras _START_ ĝis _END_ el _TOTAL_ vicoj",
|
|
"infoEmpty": "Montras 0 ĝis 0 el 0 vicoj",
|
|
"infoFiltered": "(filtrita el entute _MAX_ vicoj)",
|
|
"infoThousands": ".",
|
|
"lengthMenu": "Montri _MENU_ vicojn",
|
|
"loadingRecords": "Ŝarĝas ...",
|
|
"processing": "Pretigas ...",
|
|
"search": "Serĉi:",
|
|
"zeroRecords": "Neniuj rezultoj trovitaj",
|
|
"paginate": {
|
|
"first": "Unua",
|
|
"last": "Lasta",
|
|
"next": "Venonta",
|
|
"previous": "Antaŭa"
|
|
},
|
|
"aria": {
|
|
"sortAscending": ": aktivigi por filtri kolumnon kreskante",
|
|
"sortDescending": ": aktivigi por filtri kolumnon malkreskante"
|
|
}
|
|
};
|
|
}));
|