diff options
author | Nextcloud bot <bot@nextcloud.com> | 2023-10-06 00:26:17 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2023-10-06 00:26:17 +0000 |
commit | 4016c7a1bef8fd5c9ae771f8eb56ad5da1809947 (patch) | |
tree | 34809e80d7196e07b619e685fc7a54b6534260d0 /apps/files/l10n/ru.js | |
parent | b4fec29e8e403cdf6a589f5a0855b3b904c720e4 (diff) | |
download | nextcloud-server-4016c7a1bef8fd5c9ae771f8eb56ad5da1809947.tar.gz nextcloud-server-4016c7a1bef8fd5c9ae771f8eb56ad5da1809947.zip |
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'apps/files/l10n/ru.js')
-rw-r--r-- | apps/files/l10n/ru.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/files/l10n/ru.js b/apps/files/l10n/ru.js index eca4cdac16d..c2c3c763d7e 100644 --- a/apps/files/l10n/ru.js +++ b/apps/files/l10n/ru.js @@ -182,6 +182,7 @@ OC.L10N.register( "\"{displayName}\" action failed" : "Действие «{displayName}» завершилось неудачно", "\"{name}\" is not an allowed filetype." : "«{name}» не является допустимым типом файла.", "{newName} already exists." : "«{newName}» уже существует.", + "\"{char}\" is not allowed inside a file name." : "\"{char}\" не допускается внутри имени файла.", "Name cannot be empty" : "Имя не может быть пустым", "Another entry with the same name already exists" : "Другая запись с таким названием уже существует", "Renamed \"{oldName}\" to \"{newName}\"" : "Переименовано «{oldName}» в \"{newName}\"", |