diff options
author | Nextcloud bot <bot@nextcloud.com> | 2018-06-27 00:11:52 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2018-06-27 00:11:52 +0000 |
commit | a6666071be393e1eaa3715cb1c16bd933f7cd03f (patch) | |
tree | b79e9d175767825bf559ea691c252f2a97da7c44 /apps/updatenotification/l10n/ru.js | |
parent | e9001fecb6e7955d6ca1ee4da826e0575a932809 (diff) | |
download | nextcloud-server-a6666071be393e1eaa3715cb1c16bd933f7cd03f.tar.gz nextcloud-server-a6666071be393e1eaa3715cb1c16bd933f7cd03f.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/updatenotification/l10n/ru.js')
-rw-r--r-- | apps/updatenotification/l10n/ru.js | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/apps/updatenotification/l10n/ru.js b/apps/updatenotification/l10n/ru.js index 5ea62847847..b43f64fac7e 100644 --- a/apps/updatenotification/l10n/ru.js +++ b/apps/updatenotification/l10n/ru.js @@ -13,6 +13,16 @@ OC.L10N.register( "<strong>stable</strong> is the most recent stable version. It is suited for production use and will always update to the latest major version." : "<strong>стабильная</strong> это самая последняя стабильная версия. Она годится для промышленной эксплуатации и всегда обновляется до последней глобальной версии.", "<strong>beta</strong> is a pre-release version only for testing new features, not for production environments." : "<strong>beta</strong> это пред-релизная версия только для тестирования новых возможностей, не для промышленной эксплуатации.", "Could not start updater, please try the manual update" : "Не удалось обновить. Выполните обновление вручную.", + "activated" : "активированно", + "updated" : "обновлено", + "mounted" : "присоединено", + "deactivated" : "деактивировано", + "beforeCreate" : "перед созданием", + "created" : "создано", + "beforeUpdate" : "перед обновлением", + "beforeDestroy" : "перед уничтожением", + "destroyed" : "уничтожено", + "beforeMount" : "перед присоединением", "The version you are running is not maintained anymore. Please make sure to update to a supported version as soon as possible." : "Версия, которой вы пользуетесь, больше не обслуживается. Пожалуйста, обновитесь до поддерживаемой версии как можно скорее.", "Apps missing updates" : "Приложения без обновлений", "View in store" : "Посмотреть в магазине приложений", |