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/hy.js

36 lines
1.4 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": "Տվյալները բացակայում են",
"processing": "Կատարվում է...",
"infoThousands": ",",
"lengthMenu": "Ցուցադրել _MENU_ արդյունքներ մեկ էջում",
"loadingRecords": "Բեռնվում է ...",
"zeroRecords": "Հարցմանը համապատասխանող արդյունքներ չկան",
"info": "Ցուցադրված են _START_-ից _END_ արդյունքները ընդհանուր _TOTAL_-ից",
"infoEmpty": "Արդյունքներ գտնված չեն",
"infoFiltered": "(ֆիլտրվել է ընդհանուր _MAX_ արդյունքներից)",
"search": "Փնտրել",
"paginate": {
"first": "Առաջին էջ",
"previous": "Նախորդ էջ",
"next": "Հաջորդ էջ",
"last": "Վերջին էջ"
},
"aria": {
"sortAscending": ": ակտիվացրեք աճման կարգով դասավորելու համար",
"sortDescending": ": ակտիվՀ<D5BE>ցրեք նվազման կարգով դասավորելու համար"
}
};
}));