diff options
author | Nextcloud bot <bot@nextcloud.com> | 2020-02-26 02:18:31 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2020-02-26 02:18:31 +0000 |
commit | b5ba74aed50523f2c965bd9e968409b8460b7ec6 (patch) | |
tree | cf450d47f1aad24712ddea1a4682ed4367ab5bcd /core/l10n/ru.js | |
parent | 0b71df0ed0335d0b81196bd4775d23c535aa6740 (diff) | |
download | nextcloud-server-b5ba74aed50523f2c965bd9e968409b8460b7ec6.tar.gz nextcloud-server-b5ba74aed50523f2c965bd9e968409b8460b7ec6.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'core/l10n/ru.js')
-rw-r--r-- | core/l10n/ru.js | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/core/l10n/ru.js b/core/l10n/ru.js index db0c1c16d79..c89cf60e37c 100644 --- a/core/l10n/ru.js +++ b/core/l10n/ru.js @@ -188,6 +188,10 @@ OC.L10N.register( "Name" : "Имя", "Size" : "Размер", "Modified" : "Последнее изменение:", + "\"{name}\" is an invalid file name." : "«{name}» — недопустимое имя файла.", + "File name cannot be empty." : "Имя файла не может быть пустым.", + "\"/\" is not allowed inside a file name." : "Символ «/» недопустим в имени файла.", + "\"{name}\" is not an allowed filetype" : "«{name}» - недопустимый тип файла.", "{newName} already exists" : "«{newName}» уже существует", "Choose" : "Выбрать", "Copy" : "Копировать", |