Skip to content

Commit

Permalink
[tx] updated from transifex
Browse files Browse the repository at this point in the history
  • Loading branch information
ownclouders committed Oct 17, 2024
1 parent ad67662 commit 5d74a09
Show file tree
Hide file tree
Showing 16 changed files with 48 additions and 2 deletions.
1 change: 1 addition & 0 deletions apps/files/l10n/ru.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ OC.L10N.register(
"Target folder does not exist any more" : "Целевой каталог уже не существует",
"The file {file} is currently locked, please try again later" : "В настоящий момент файл {file} заблокирован, попробуйте ещё раз позже",
"Not enough free space" : "Недостаточно свободного места",
"Failed to upload the file \"{fileName}\": {error}" : "Не удалось загрузить файл «{fileName}»: {error}",
"Uploading..." : "Загрузка...",
"..." : "...",
"{loadedSize} of {totalSize} ({bitrate})" : "{loadedSize} из {totalSize} ({bitrate})",
Expand Down
1 change: 1 addition & 0 deletions apps/files/l10n/ru.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
"Target folder does not exist any more" : "Целевой каталог уже не существует",
"The file {file} is currently locked, please try again later" : "В настоящий момент файл {file} заблокирован, попробуйте ещё раз позже",
"Not enough free space" : "Недостаточно свободного места",
"Failed to upload the file \"{fileName}\": {error}" : "Не удалось загрузить файл «{fileName}»: {error}",
"Uploading..." : "Загрузка...",
"..." : "...",
"{loadedSize} of {totalSize} ({bitrate})" : "{loadedSize} из {totalSize} ({bitrate})",
Expand Down
1 change: 1 addition & 0 deletions apps/files_sharing/l10n/ru.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ OC.L10N.register(
"Server to server sharing is not enabled on this server" : "На данном сервере выключено межсерверное предоставление общего доступа",
"The mountpoint name contains invalid characters." : "Имя точки монтирования содержит недопустимые символы.",
"Not allowed to create a federated share with the same user server" : "Не допускается создание федеративного общего ресурса с тем-же сервером пользователя",
"Remote is unreachable" : "Удаленный ресурс недоступен",
"Could not authenticate to federated share, password might be wrong" : "Не удалось аутентифицироваться на федеративном ресурсе, возможно пароль неверен",
"Storage not valid" : "Хранилище недоступно",
"Couldn't add federated share" : "Не удалось добавить федеративный ресурс",
Expand Down
1 change: 1 addition & 0 deletions apps/files_sharing/l10n/ru.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"Server to server sharing is not enabled on this server" : "На данном сервере выключено межсерверное предоставление общего доступа",
"The mountpoint name contains invalid characters." : "Имя точки монтирования содержит недопустимые символы.",
"Not allowed to create a federated share with the same user server" : "Не допускается создание федеративного общего ресурса с тем-же сервером пользователя",
"Remote is unreachable" : "Удаленный ресурс недоступен",
"Could not authenticate to federated share, password might be wrong" : "Не удалось аутентифицироваться на федеративном ресурсе, возможно пароль неверен",
"Storage not valid" : "Хранилище недоступно",
"Couldn't add federated share" : "Не удалось добавить федеративный ресурс",
Expand Down
7 changes: 6 additions & 1 deletion apps/files_versions/l10n/ru.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,13 @@ OC.L10N.register(
"files_versions",
{
"Versions" : "Версии",
"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" : "Не удалось опубликовать версию",
"_%n byte_::_%n bytes_" : ["%n байт","%n байта","%n байт","% байт"],
"Restore" : "Откатить"
"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);");
7 changes: 6 additions & 1 deletion apps/files_versions/l10n/ru.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@
{ "translations": {
"Versions" : "Версии",
"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" : "Не удалось опубликовать версию",
"_%n byte_::_%n bytes_" : ["%n байт","%n байта","%n байт","% байт"],
"Restore" : "Откатить"
"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);"
}
1 change: 1 addition & 0 deletions core/l10n/ru.js
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,7 @@ OC.L10N.register(
"Not supported!" : "Не поддерживается!",
"Press ⌘-C to copy." : "Нажмите ⌘-C чтобы скопировать.",
"Press Ctrl-C to copy." : "Нажмите Ctrl-C чтобы скопировать.",
"Choose a password - password policy may apply" : "Выберите пароль - может применяться политика паролей",
"Password required" : "Требуется пароль",
"Link name" : "Имя ссылки",
"Name" : "Название",
Expand Down
1 change: 1 addition & 0 deletions core/l10n/ru.json
Original file line number Diff line number Diff line change
Expand Up @@ -177,6 +177,7 @@
"Not supported!" : "Не поддерживается!",
"Press ⌘-C to copy." : "Нажмите ⌘-C чтобы скопировать.",
"Press Ctrl-C to copy." : "Нажмите Ctrl-C чтобы скопировать.",
"Choose a password - password policy may apply" : "Выберите пароль - может применяться политика паролей",
"Password required" : "Требуется пароль",
"Link name" : "Имя ссылки",
"Name" : "Название",
Expand Down
3 changes: 3 additions & 0 deletions lib/l10n/ru.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ OC.L10N.register(
"Following platforms are supported: %s" : "Поддерживаются следующие платформы: %s",
"ownCloud %s or higher is required." : "Требуется ownCloud %s или выше.",
"ownCloud %s or lower is required." : "Требуется ownCloud версии %s или ниже.",
"%s is member of a group not allowed to access through this login mechanism" : "%s является членом группы, которой отказано в доступе с помощью этого механизма входа в систему",
"%s isn't member of a group allowed to access through this login mechanism" : "%s не является членом группы, которой разрешен доступ через этот механизм входа в систему",
"A login policy has blocked the login" : "Политика входа в систему заблокировала вход",
"Unknown filetype" : "Неизвестный тип файла",
"Invalid image" : "Изображение повреждено",
"Avatar image is not square" : "Изображение аватара не является квадратным",
Expand Down
3 changes: 3 additions & 0 deletions lib/l10n/ru.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@
"Following platforms are supported: %s" : "Поддерживаются следующие платформы: %s",
"ownCloud %s or higher is required." : "Требуется ownCloud %s или выше.",
"ownCloud %s or lower is required." : "Требуется ownCloud версии %s или ниже.",
"%s is member of a group not allowed to access through this login mechanism" : "%s является членом группы, которой отказано в доступе с помощью этого механизма входа в систему",
"%s isn't member of a group allowed to access through this login mechanism" : "%s не является членом группы, которой разрешен доступ через этот механизм входа в систему",
"A login policy has blocked the login" : "Политика входа в систему заблокировала вход",
"Unknown filetype" : "Неизвестный тип файла",
"Invalid image" : "Изображение повреждено",
"Avatar image is not square" : "Изображение аватара не является квадратным",
Expand Down
10 changes: 10 additions & 0 deletions settings/l10n/ru.js
Original file line number Diff line number Diff line change
Expand Up @@ -197,6 +197,11 @@ OC.L10N.register(
"Enforce two-factor authentication" : "Принудительное использование двухфакторной аутентификации",
"Before enforcing the two-factor authentication, check the following requirements:" : "Перед принудительным применением двухфакторной аутентификации проверьте следующие требования:",
"At least one two-factor authentication app is installed and enabled in ownCloud." : "Установлено и включено как минимум одно приложение для двухфакторной аутентификации в ownCloud.",
"The users can setup at least one two-factor app from the challenge page. Some apps might not be prepared for this" : "Пользователи могут настроить как минимум одно двухфакторное приложение на странице тестирования. Некоторые приложения могут быть не готовы к этому",
"The \"twofactor_totp\" app fulfills those requirements, and might be used as a fallback so the users can enter their accounts in order to configure other two-factor authentication apps" : "Приложение «twofactor_totp» соответствует этим требованиям и может использоваться в качестве запасного варианта, позволяющего пользователям вводить свои учетные записи для настройки других приложений двухфакторной аутентификации",
"Enforce two-factor authentication to all the users" : "Обеспечьте двухфакторную аутентификацию для всех пользователей",
"Exclude the following groups from enforcing two-factor authentication" : "Исключите следующие группы из применения двухфакторной аутентификации",
"Note: Users in these groups can use two-factor authentication on their own" : "Примечание: Пользователи из этих групп могут самостоятельно использовать двухфакторную аутентификацию",
"Sharing" : "Общий доступ",
"Allow apps to use the Share API" : "Позволить приложениям использовать API общего доступа",
"Allow users to share via link" : "Разрешить пользователям публикации через ссылки",
Expand Down Expand Up @@ -343,6 +348,8 @@ OC.L10N.register(
"New password" : "Новый пароль",
"Change password" : "Сменить пароль",
"Help translate" : "Помочь с переводом",
"Our imprint conditions:" : "Наши условия отпечатка:",
"Our Privacy Policy conditions:" : "Условия нашей политики конфиденциальности:",
"You are using %s" : "Вы используете %s",
"You are using %s of %s (%s %%)" : "Вы используете %s из %s (%s %%)",
"Developed by the {communityopen}ownCloud community{linkclose}, the {githubopen}source code{linkclose} is licensed under the {licenseopen}<abbr title=\"Affero General Public License\">AGPL</abbr>{linkclose}." : "Разработано {communityopen}сообществом ownCloud{linkclose}, {githubopen}исходный код{linkclose} лицензируется в соответствии с {licenseopen}<abbr title=\"Публичной лицензией Affero General\">AGPL</abbr>{linkclose}.",
Expand All @@ -360,6 +367,7 @@ OC.L10N.register(
"Use the credentials below to configure your app or device." : "Используйте учётные данные ниже, чтобы настроить ваше приложение или устройство.",
"Password / Token" : "Пароль / Токен",
"Done" : "Выполнено",
"To access your files through WebDAV, please use the following URL:" : "Чтобы получить доступ к вашим файлам через WebDAV, пожалуйста, используйте следующий URL-адрес:",
"Version" : "Версия",
"The activation link has expired. Click the button below to request a new one and complete the registration." : "Ссылка активации устарела. Нажмите кнопку ниже, чтобы запросить новую ссылку и завершить регистрацию.",
"Resend activation link" : "Заново отправить ссылку активации",
Expand All @@ -373,6 +381,7 @@ OC.L10N.register(
"Settings" : "Настройки",
"Show enabled/disabled option" : "Показать параметр включено/выключено",
"Show storage location" : "Показать местонахождение хранилища",
"Show creation time" : "Показать время создания",
"Show last log in" : "Показать последний вход в систему",
"Show user backend" : "Показать механизм учёта пользователей",
"Set password for new users" : "Установить пароль для новых пользователей",
Expand All @@ -396,6 +405,7 @@ OC.L10N.register(
"Storage Location" : "Место хранилища",
"User Backend" : "Механизм учёта пользователей",
"Last Login" : "Последний вход",
"Creation Time" : "Время создания",
"change full name" : "изменить полное имя",
"set new password" : "установить новый пароль",
"change email address" : "изменить адрес почты",
Expand Down
Loading

0 comments on commit 5d74a09

Please sign in to comment.