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

[tx] updated from transifex #1

Merged
merged 1 commit into from
Apr 27, 2024
Merged
Show file tree
Hide file tree
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
1 change: 1 addition & 0 deletions apps/files_sharing/l10n/ru_RU.js
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,7 @@ OC.L10N.register(
"Reasons might be:" : "Причиной может быть:",
"the item was removed" : "элемент был удалён",
"the link expired" : "срок действия ссылки истёк",
"sharing is disabled" : "общий доступ отключен",
"Download" : "Загрузка",
"Nothing to configure." : "Здесь настраивать нечего."
},
Expand Down
1 change: 1 addition & 0 deletions apps/files_sharing/l10n/ru_RU.json
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,7 @@
"Reasons might be:" : "Причиной может быть:",
"the item was removed" : "элемент был удалён",
"the link expired" : "срок действия ссылки истёк",
"sharing is disabled" : "общий доступ отключен",
"Download" : "Загрузка",
"Nothing to configure." : "Здесь настраивать нечего."
},"pluralForm" :"nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n%100>=11 && n%100<=14)? 2 : 3);"
Expand Down
8 changes: 7 additions & 1 deletion apps/files_versions/l10n/ru_RU.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@ OC.L10N.register(
"files_versions",
{
"Versions" : "Версии",
"Restore" : "Восстановить"
"File {file} has been reverted and marked as new current version" : "Файл {file} был отменен и помечен как новая текущая версия.",
"Failed to revert {file} to revision {timestamp}." : "Не удалось откатить {file} к ревизии {timestamp}.",
"Failed to publish version" : "Не удалось опубликовать версию",
"Restore" : "Восстановить",
"persistent" : "настойчивый",
"Publish version" : "Опубликовать версию",
"current" : "действующий"
},
"nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n%100>=11 && n%100<=14)? 2 : 3);");
8 changes: 7 additions & 1 deletion apps/files_versions/l10n/ru_RU.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
{ "translations": {
"Versions" : "Версии",
"Restore" : "Восстановить"
"File {file} has been reverted and marked as new current version" : "Файл {file} был отменен и помечен как новая текущая версия.",
"Failed to revert {file} to revision {timestamp}." : "Не удалось откатить {file} к ревизии {timestamp}.",
"Failed to publish version" : "Не удалось опубликовать версию",
"Restore" : "Восстановить",
"persistent" : "настойчивый",
"Publish version" : "Опубликовать версию",
"current" : "действующий"
},"pluralForm" :"nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n%100>=11 && n%100<=14)? 2 : 3);"
}
6 changes: 6 additions & 0 deletions apps/updatenotification/l10n/ru_RU.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
OC.L10N.register(
"updatenotification",
{
"Update for %1$s to version %2$s is available." : "Доступно обновление для %1$s до версии %2$s."
},
"nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n%100>=11 && n%100<=14)? 2 : 3);");
4 changes: 4 additions & 0 deletions apps/updatenotification/l10n/ru_RU.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{ "translations": {
"Update for %1$s to version %2$s is available." : "Доступно обновление для %1$s до версии %2$s."
},"pluralForm" :"nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n%100>=11 && n%100<=14)? 2 : 3);"
}
1 change: 1 addition & 0 deletions core/l10n/ru_RU.js
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,7 @@ OC.L10N.register(
"Press ⌘-C to copy." : "Нажмите ⌘-C чтобы скопировать.",
"Press Ctrl-C to copy." : "Нажмите Ctrl-C чтобы скопировать.",
"Choose a password" : "Выберите пароль",
"Password required" : "Требуется пароль",
"Link name" : "Имя ссылки",
"Name" : "Имя",
"Filename" : "Имя файла",
Expand Down
1 change: 1 addition & 0 deletions core/l10n/ru_RU.json
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,7 @@
"Press ⌘-C to copy." : "Нажмите ⌘-C чтобы скопировать.",
"Press Ctrl-C to copy." : "Нажмите Ctrl-C чтобы скопировать.",
"Choose a password" : "Выберите пароль",
"Password required" : "Требуется пароль",
"Link name" : "Имя ссылки",
"Name" : "Имя",
"Filename" : "Имя файла",
Expand Down
172 changes: 171 additions & 1 deletion lib/l10n/ru_RU.js

Large diffs are not rendered by default.

172 changes: 171 additions & 1 deletion lib/l10n/ru_RU.json

Large diffs are not rendered by default.

11 changes: 11 additions & 0 deletions settings/l10n/ru_RU.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
OC.L10N.register(
"settings",
{
"Authentication error" : "Ошибка аутентификации",
"%s password changed successfully" : "Пароль %s изменён успешно",
"Couldn't send reset email. Please contact your administrator." : "Ошибка при отправке письма-сброса. Пожалуйста, сообщите администратору.",
"Saved" : "Сохранено",
Expand All @@ -10,6 +11,7 @@ OC.L10N.register(
"Delete" : "Удалить",
"Share" : "Сделать общим",
"Unknown user" : "Неизвестный пользователь",
"All" : "Все",
"Enabled" : "Включено",
"Very weak password" : "Очень слабый пароль",
"Weak password" : "Слабый пароль",
Expand All @@ -20,6 +22,8 @@ OC.L10N.register(
"Groups" : "Группы",
"never" : "никогда",
"unknown" : "неизвестно",
"A valid username must be provided" : "Укажите допустимое имя пользователя",
"A valid password must be provided" : "Должен быть указан правильный пароль",
"Cheers!" : "Всего наилучшего!",
"Open documentation" : "Открыть документацию",
"Enable encryption" : "Включить шифрование",
Expand All @@ -32,9 +36,15 @@ OC.L10N.register(
"Download logfile (%s)" : "Скачать файл журнала (%s)",
"The logfile is bigger than 100 MB. Downloading it may take some time!" : "Лог-файл - больше 100 мб. Его скачивание может занять некоторое время!",
"Login" : "Вход",
"Encryption" : "Шифрование",
"Server address" : "URL",
"Port" : "Порт",
"This is probably caused by a cache/accelerator such as Zend OPcache or eAccelerator." : "Возможно это вызвано кешем/ускорителем вроде Zend OPcache или eAccelerator.",
"Especially when using the desktop client for file syncing the use of SQLite is discouraged." : "Особенно вызывает сомнение использование SQLite при синхронизации файлов с использованием клиента для ПК.",
"Get the apps to sync your files" : "Получить приложения для синхронизации ваших файлов",
"Desktop client" : "Клиент для ПК",
"Android app" : "Android приложение",
"iOS app" : "iOS приложение",
"Domain" : "Домен",
"Add" : "Добавить",
"Cancel" : "Отмена",
Expand All @@ -44,6 +54,7 @@ OC.L10N.register(
"New password" : "Новый пароль",
"Change password" : "Изменить пароль",
"Name" : "Имя",
"Version" : "Версия",
"Confirm Password" : "Подтвердите пароль",
"Set password" : "назначить новый пароль",
"Personal" : "Персональный",
Expand Down
11 changes: 11 additions & 0 deletions settings/l10n/ru_RU.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{ "translations": {
"Authentication error" : "Ошибка аутентификации",
"%s password changed successfully" : "Пароль %s изменён успешно",
"Couldn't send reset email. Please contact your administrator." : "Ошибка при отправке письма-сброса. Пожалуйста, сообщите администратору.",
"Saved" : "Сохранено",
Expand All @@ -8,6 +9,7 @@
"Delete" : "Удалить",
"Share" : "Сделать общим",
"Unknown user" : "Неизвестный пользователь",
"All" : "Все",
"Enabled" : "Включено",
"Very weak password" : "Очень слабый пароль",
"Weak password" : "Слабый пароль",
Expand All @@ -18,6 +20,8 @@
"Groups" : "Группы",
"never" : "никогда",
"unknown" : "неизвестно",
"A valid username must be provided" : "Укажите допустимое имя пользователя",
"A valid password must be provided" : "Должен быть указан правильный пароль",
"Cheers!" : "Всего наилучшего!",
"Open documentation" : "Открыть документацию",
"Enable encryption" : "Включить шифрование",
Expand All @@ -30,9 +34,15 @@
"Download logfile (%s)" : "Скачать файл журнала (%s)",
"The logfile is bigger than 100 MB. Downloading it may take some time!" : "Лог-файл - больше 100 мб. Его скачивание может занять некоторое время!",
"Login" : "Вход",
"Encryption" : "Шифрование",
"Server address" : "URL",
"Port" : "Порт",
"This is probably caused by a cache/accelerator such as Zend OPcache or eAccelerator." : "Возможно это вызвано кешем/ускорителем вроде Zend OPcache или eAccelerator.",
"Especially when using the desktop client for file syncing the use of SQLite is discouraged." : "Особенно вызывает сомнение использование SQLite при синхронизации файлов с использованием клиента для ПК.",
"Get the apps to sync your files" : "Получить приложения для синхронизации ваших файлов",
"Desktop client" : "Клиент для ПК",
"Android app" : "Android приложение",
"iOS app" : "iOS приложение",
"Domain" : "Домен",
"Add" : "Добавить",
"Cancel" : "Отмена",
Expand All @@ -42,6 +52,7 @@
"New password" : "Новый пароль",
"Change password" : "Изменить пароль",
"Name" : "Имя",
"Version" : "Версия",
"Confirm Password" : "Подтвердите пароль",
"Set password" : "назначить новый пароль",
"Personal" : "Персональный",
Expand Down