Skip to content

Commit

Permalink
Merge pull request #3682 from Ruslan-Aleev/patch-1
Browse files Browse the repository at this point in the history
Update elfinder.ru.js
  • Loading branch information
nao-pon authored Dec 3, 2024
2 parents f20a0e7 + 44ffec9 commit 136bf42
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions js/i18n/elfinder.ru.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
* @author Dmitry "dio" Levashov <[email protected]>
* @author Andrew Berezovsky <[email protected]>
* @author Alex Yashkin <[email protected]>
* @version 2022-01-02
* @author Aleev Ruslan <[email protected]>
* @version 2024-11-05
*/
(function(root, factory) {
if (typeof define === 'function' && define.amd) {
Expand All @@ -15,12 +16,12 @@
}
}(this, function(elFinder) {
elFinder.prototype.i18.ru = {
translator : 'Dmitry "dio" Levashov &lt;[email protected]&gt;, Andrew Berezovsky &lt;[email protected]&gt;, Alex Yashkin &lt;[email protected]&gt;',
translator : 'Dmitry "dio" Levashov &lt;[email protected]&gt;, Andrew Berezovsky &lt;[email protected]&gt;, Alex Yashkin &lt;[email protected]&gt;, Aleev Ruslan &lt;[email protected]&gt;',
language : 'Русский язык',
direction : 'ltr',
dateFormat : 'd M Y H:i', // will show like: 02 Янв 2022 19:53
fancyDateFormat : '$1 H:i', // will show like: Сегодня 19:53
nonameDateFormat : 'ymd-His', // noname upload will show like: 220102-195313
dateFormat : 'd M Y H:i', // will show like: 05 Ноя 2024 21:08
fancyDateFormat : '$1 H:i', // will show like: Сегодня 21:08
nonameDateFormat : 'ymd-His', // noname upload will show like: 241105-210850
messages : {

/********************************** errors **********************************/
Expand Down Expand Up @@ -161,7 +162,7 @@
'cmdempty' : 'Очистить папку', // from v2.1.25 added 22.06.2017
'cmdundo' : 'Отменить', // from v2.1.27 added 31.07.2017
'cmdredo' : 'Вернуть', // from v2.1.27 added 31.07.2017
'cmdpreference': 'Предпочтения', // from v2.1.27 added 03.08.2017
'cmdpreference': 'Настройки', // from v2.1.27 added 03.08.2017
'cmdselectall' : 'Выбрать все', // from v2.1.28 added 15.08.2017
'cmdselectnone': 'Отменить выбор', // from v2.1.28 added 15.08.2017
'cmdselectinvert': 'Инвертировать выбор', // from v2.1.28 added 15.08.2017
Expand Down Expand Up @@ -440,7 +441,7 @@
'TextArea' : 'Текстовая область', // from v2.1.25 added 14.6.2017
'folderToEmpty' : 'Очистить папку "$1".', // from v2.1.25 added 22.6.2017
'filderIsEmpty' : 'Нет файлов в паке "$1".', // from v2.1.25 added 22.6.2017
'preference' : 'Настройки', // from v2.1.26 added 28.6.2017
'preference' : 'Настройка', // from v2.1.26 added 28.6.2017
'language' : 'Язык', // from v2.1.26 added 28.6.2017
'clearBrowserData': 'Сбросить настройки для этого браузера', // from v2.1.26 added 28.6.2017
'toolbarPref' : 'Настройки панели', // from v2.1.27 added 2.8.2017
Expand Down

0 comments on commit 136bf42

Please sign in to comment.