diff options
author | Nextcloud bot <bot@nextcloud.com> | 2024-01-26 00:19:31 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2024-01-26 00:19:31 +0000 |
commit | af28d0418717e22cd96c7e1b2ebe8d6c752577eb (patch) | |
tree | 0c2e84d5579d6fc7f4c3a5b438f1ae9b7feb5748 /apps/theming/l10n/ru.js | |
parent | 075847d07d1f505bc7ec538dab117f9c3dc777ee (diff) | |
download | nextcloud-server-af28d0418717e22cd96c7e1b2ebe8d6c752577eb.tar.gz nextcloud-server-af28d0418717e22cd96c7e1b2ebe8d6c752577eb.zip |
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'apps/theming/l10n/ru.js')
-rw-r--r-- | apps/theming/l10n/ru.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/theming/l10n/ru.js b/apps/theming/l10n/ru.js index a2fbf437782..2f951796cc6 100644 --- a/apps/theming/l10n/ru.js +++ b/apps/theming/l10n/ru.js @@ -87,9 +87,9 @@ OC.L10N.register( "Select background" : "Выбрать фоновое изображение", "No background has been selected" : "Фоновое изображение не было выбрано", "Theme selection is enforced" : "Выбор темы принудительно", - "Select a custom color" : "Выберать собственный цвет", "Reset to default" : "Сбросить изменения", "Upload" : "Отправить", - "Remove background image" : "Убрать фоновое изображение " + "Remove background image" : "Убрать фоновое изображение ", + "Select a custom color" : "Выберать собственный цвет" }, "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);"); |