diff options
author | Nextcloud bot <bot@nextcloud.com> | 2023-12-31 00:20:26 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2023-12-31 00:20:26 +0000 |
commit | 6d1f66dc5689d670bb3ee2c6504ea57d48abd4fc (patch) | |
tree | 354c3e02f3a531338cd255d7f08d3309dc736d49 /apps/files_sharing/l10n | |
parent | b1d94d3d16b509c3d99cf34abc25b0dee7edde13 (diff) | |
download | nextcloud-server-6d1f66dc5689d670bb3ee2c6504ea57d48abd4fc.tar.gz nextcloud-server-6d1f66dc5689d670bb3ee2c6504ea57d48abd4fc.zip |
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'apps/files_sharing/l10n')
-rw-r--r-- | apps/files_sharing/l10n/ru.js | 7 | ||||
-rw-r--r-- | apps/files_sharing/l10n/ru.json | 7 |
2 files changed, 14 insertions, 0 deletions
diff --git a/apps/files_sharing/l10n/ru.js b/apps/files_sharing/l10n/ru.js index 6464bd1f8d2..9271af65af9 100644 --- a/apps/files_sharing/l10n/ru.js +++ b/apps/files_sharing/l10n/ru.js @@ -209,6 +209,12 @@ OC.L10N.register( "Create" : "Создать", "Share" : "Поделиться", "Delete share" : "Удалить общий ресурс", + "Share with {userName}" : "Поделиться с {userName}", + "Share with group" : "Поделиться с группой", + "Share in conversation" : "Поделиться в чате", + "Share with remote" : "Поделиться с удалённым", + "Share with remote group" : "Поделиться с удалённой группой", + "Share with guest" : "Поделиться с гостем", "Share with" : "Поделиться", "Save share" : "Сохранить общий ресурс", "Update share" : "Обновить общий ресурс", @@ -227,6 +233,7 @@ OC.L10N.register( "_Restore share_::_Restore shares_" : ["Восстановить общий ресурс","Восстановить общие ресурсы","Восстановить общие ресурсы","Восстановить общие ресурсы"], "Shared" : "Опубликованное", "Shared by {ownerDisplayName}" : "Доступно пользователю {ownerDisplayName}", + "Show sharing options" : "Показать опции доступа", "Link to a file" : "Ссылка на файл", "Error creating the share: {errorMessage}" : "Не удалось создать общий ресурс: {errorMessage}", "Error creating the share" : "Ошибка создания общего доступа", diff --git a/apps/files_sharing/l10n/ru.json b/apps/files_sharing/l10n/ru.json index f8d04655031..514f14fc91f 100644 --- a/apps/files_sharing/l10n/ru.json +++ b/apps/files_sharing/l10n/ru.json @@ -207,6 +207,12 @@ "Create" : "Создать", "Share" : "Поделиться", "Delete share" : "Удалить общий ресурс", + "Share with {userName}" : "Поделиться с {userName}", + "Share with group" : "Поделиться с группой", + "Share in conversation" : "Поделиться в чате", + "Share with remote" : "Поделиться с удалённым", + "Share with remote group" : "Поделиться с удалённой группой", + "Share with guest" : "Поделиться с гостем", "Share with" : "Поделиться", "Save share" : "Сохранить общий ресурс", "Update share" : "Обновить общий ресурс", @@ -225,6 +231,7 @@ "_Restore share_::_Restore shares_" : ["Восстановить общий ресурс","Восстановить общие ресурсы","Восстановить общие ресурсы","Восстановить общие ресурсы"], "Shared" : "Опубликованное", "Shared by {ownerDisplayName}" : "Доступно пользователю {ownerDisplayName}", + "Show sharing options" : "Показать опции доступа", "Link to a file" : "Ссылка на файл", "Error creating the share: {errorMessage}" : "Не удалось создать общий ресурс: {errorMessage}", "Error creating the share" : "Ошибка создания общего доступа", |