diff options
author | Nextcloud bot <bot@nextcloud.com> | 2022-07-06 02:23:38 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2022-07-06 02:23:38 +0000 |
commit | dfbfe5ac9d07c899b256a2772b2d9f3b0ced5b04 (patch) | |
tree | 992845119f1bb2304653162be20f925ac5ccfc8b /core/l10n | |
parent | 00c63c0d9df47b76ef85a333c6b085873a421650 (diff) | |
download | nextcloud-server-dfbfe5ac9d07c899b256a2772b2d9f3b0ced5b04.tar.gz nextcloud-server-dfbfe5ac9d07c899b256a2772b2d9f3b0ced5b04.zip |
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'core/l10n')
-rw-r--r-- | core/l10n/ru.js | 2 | ||||
-rw-r--r-- | core/l10n/ru.json | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/core/l10n/ru.js b/core/l10n/ru.js index 22453f03ebd..3ca5d543dde 100644 --- a/core/l10n/ru.js +++ b/core/l10n/ru.js @@ -236,6 +236,8 @@ OC.L10N.register( "(all selected)" : "(все выбранные)", "({count} selected)" : "(выбрано: {count})", "Error loading file exists template" : "Ошибка при загрузке шаблона существующего файла", + "Show list view" : "Просмотр списком", + "Show grid view" : "Просмотр сеткой", "Pending" : "Ожидается", "Copy to {folder}" : "Скопировать в «{folder}»", "Move to {folder}" : "Переместить в «{folder}»", diff --git a/core/l10n/ru.json b/core/l10n/ru.json index 43cbc0b10ec..c1d2d4b980c 100644 --- a/core/l10n/ru.json +++ b/core/l10n/ru.json @@ -234,6 +234,8 @@ "(all selected)" : "(все выбранные)", "({count} selected)" : "(выбрано: {count})", "Error loading file exists template" : "Ошибка при загрузке шаблона существующего файла", + "Show list view" : "Просмотр списком", + "Show grid view" : "Просмотр сеткой", "Pending" : "Ожидается", "Copy to {folder}" : "Скопировать в «{folder}»", "Move to {folder}" : "Переместить в «{folder}»", |