Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update elfinder.ru.js #3682

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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