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.
Plugins/i18n/ky.js

36 lines
1.2 KiB
JavaScript

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

(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": "Таблицада эч кандай берилиш жок",
"info": "Жалпы _TOTAL_ саптын ичинен _START_-саптан _END_-сапка чейинкилер",
"infoEmpty": "Жалпы 0 саптын ичинен 0-саптан 0-сапка чейинкилер",
"infoFiltered": "(жалпы _MAX_ саптан фильтрленди)",
"infoThousands": " ",
"lengthMenu": "_MENU_ саптан көрсөт",
"loadingRecords": "Жүктөлүүдө...",
"processing": "Иштеп жатат...",
"search": "Издөө:",
"zeroRecords": "Туура келген бир да сап жок",
"paginate": {
"first": "Биринчи",
"last": "Акыркы",
"next": "Кийинки",
"previous": "Мурунку"
},
"aria": {
"sortAscending": ": иретте",
"sortDescending": ": тескери иретте"
}
};
}));