CC-4745: Add Russian language option to preferences
This commit is contained in:
parent
bd18039785
commit
854537f387
5 changed files with 89 additions and 0 deletions
23
airtime_mvc/public/js/datatables/i18n/en_US.txt
Normal file
23
airtime_mvc/public/js/datatables/i18n/en_US.txt
Normal file
|
@ -0,0 +1,23 @@
|
|||
{
|
||||
"sEmptyTable": "No data available in table",
|
||||
"sInfo": "Showing _START_ to _END_ of _TOTAL_ entries",
|
||||
"sInfoEmpty": "Showing 0 to 0 of 0 entries",
|
||||
"sInfoFiltered": "(filtered from _MAX_ total entries)",
|
||||
"sInfoPostFix": "",
|
||||
"sInfoThousands": ",",
|
||||
"sLengthMenu": "Show _MENU_",
|
||||
"sLoadingRecords": "Loading...",
|
||||
"sProcessing": "Processing...",
|
||||
"sSearch": "",
|
||||
"sZeroRecords": "No matching records found",
|
||||
"oPaginate": {
|
||||
"sFirst": "First",
|
||||
"sLast": "Last",
|
||||
"sNext": "Next",
|
||||
"sPrevious": "Previous"
|
||||
},
|
||||
"oAria": {
|
||||
"sSortAscending": ": activate to sort column ascending",
|
||||
"sSortDescending": ": activate to sort column descending"
|
||||
}
|
||||
}
|
17
airtime_mvc/public/js/datatables/i18n/ru_RU.txt
Normal file
17
airtime_mvc/public/js/datatables/i18n/ru_RU.txt
Normal file
|
@ -0,0 +1,17 @@
|
|||
{
|
||||
"sProcessing": "Подождите...",
|
||||
"sLengthMenu": "Показать _MENU_ записей",
|
||||
"sZeroRecords": "Записи отсутствуют.",
|
||||
"sInfo": "Записи с _START_ до _END_ из _TOTAL_ записей",
|
||||
"sInfoEmpty": "Записи с 0 до 0 из 0 записей",
|
||||
"sInfoFiltered": "(отфильтровано из _MAX_ записей)",
|
||||
"sInfoPostFix": "",
|
||||
"sSearch": "",
|
||||
"sUrl": "",
|
||||
"oPaginate": {
|
||||
"sFirst": "Первая",
|
||||
"sPrevious": "Предыдущая",
|
||||
"sNext": "Следующая",
|
||||
"sLast": "Последняя"
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue