diff options
author | Nextcloud bot <bot@nextcloud.com> | 2023-09-30 00:25:53 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2023-09-30 00:25:53 +0000 |
commit | d215d8091699b39763c6c5d23b5125b7734c19f7 (patch) | |
tree | e33a7b980e3ab8c1781c0a60cdc7858f12240a27 /apps/files | |
parent | 94430ed3de5ff67eab39b4589a2f0962e885b429 (diff) | |
download | nextcloud-server-d215d8091699b39763c6c5d23b5125b7734c19f7.tar.gz nextcloud-server-d215d8091699b39763c6c5d23b5125b7734c19f7.zip |
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'apps/files')
-rw-r--r-- | apps/files/l10n/fr.js | 2 | ||||
-rw-r--r-- | apps/files/l10n/fr.json | 2 | ||||
-rw-r--r-- | apps/files/l10n/pt_BR.js | 15 | ||||
-rw-r--r-- | apps/files/l10n/pt_BR.json | 15 | ||||
-rw-r--r-- | apps/files/l10n/ru.js | 41 | ||||
-rw-r--r-- | apps/files/l10n/ru.json | 41 |
6 files changed, 88 insertions, 28 deletions
diff --git a/apps/files/l10n/fr.js b/apps/files/l10n/fr.js index 0b7f9d3fa2a..04693e3d547 100644 --- a/apps/files/l10n/fr.js +++ b/apps/files/l10n/fr.js @@ -110,7 +110,7 @@ OC.L10N.register( "New folder" : "Nouveau dossier", "Create new folder" : "Créer un nouveau dossier", "Upload file" : "Téléverser un fichier", - "Recent" : "Récent", + "Recent" : "Récents", "Not favorited" : "Non marqué comme favori", "Remove from favorites" : "Retirer des favoris", "Add to favorites" : "Ajouter aux favoris", diff --git a/apps/files/l10n/fr.json b/apps/files/l10n/fr.json index 5ba5b4eb56a..f4acd3f3125 100644 --- a/apps/files/l10n/fr.json +++ b/apps/files/l10n/fr.json @@ -108,7 +108,7 @@ "New folder" : "Nouveau dossier", "Create new folder" : "Créer un nouveau dossier", "Upload file" : "Téléverser un fichier", - "Recent" : "Récent", + "Recent" : "Récents", "Not favorited" : "Non marqué comme favori", "Remove from favorites" : "Retirer des favoris", "Add to favorites" : "Ajouter aux favoris", diff --git a/apps/files/l10n/pt_BR.js b/apps/files/l10n/pt_BR.js index a3ebdb2eee9..cd2aa42b489 100644 --- a/apps/files/l10n/pt_BR.js +++ b/apps/files/l10n/pt_BR.js @@ -188,6 +188,8 @@ OC.L10N.register( "Could not rename \"{oldName}\", it does not exist any more" : "Não foi possível renomear \"{oldName}\", ele não existe mais", "The name \"{newName}\" is already used in the folder \"{dir}\". Please choose a different name." : "O nome \"{newName}\" já é utilizado na pasta \"{dir}\". Escolha um nome diferente.", "Could not rename \"{oldName}\"" : "Não foi possível renomear \"{oldName}\"", + "Could not copy {file}. {message}" : "Não foi possível copiar {file}. {message}", + "Could not move {file}. {message}" : "Não foi possível mover {file}. {message}", "Total rows summary" : "Resumo total de linhas", "\"{displayName}\" failed on some elements " : "\"{displayName}\" falhou em alguns elementos", "\"{displayName}\" batch action executed successfully" : "Ação em lote \"{displayName}\" executada com sucesso", @@ -249,8 +251,16 @@ OC.L10N.register( "Blank" : "Em branco", "Unable to create new file from template" : "Incapaz de criar novo arquivo a partir do modelo", "Delete permanently" : "Remover permanentemente", + "Destination is not a folder" : "O destino não é uma pasta", + "This file/folder is already in that directory" : "Este arquivo/pasta já está nesse diretório", + "You cannot move a file/folder onto itself or into a subfolder of itself" : "Você não pode mover um arquivo/pasta para si mesmo ou para uma subpasta dele mesmo", + "A file or folder with that name already exists in this folder" : "Já existe um arquivo ou pasta com esse nome nesta pasta", + "The files is locked" : "Os arquivos estão bloqueados", + "The file does not exist anymore" : "O arquivo não existe mais", + "Chose destination" : "Escolha o destino", "Copy to {target}" : "Copiar para {target}", "Move to {target}" : "Mover para {target}", + "Cancelled move or copy operation" : "Operação de movimentação ou cópia cancelada", "Open folder {displayName}" : "Abra a pasta {displayName}", "Open in Files" : "Abrir em arquivos", "Open details" : "Abrir detalhes", @@ -259,6 +269,11 @@ OC.L10N.register( "Templates" : "Modelos", "Create new templates folder" : "Criar nova pasta de modelos", "Unable to initialize the templates directory" : "Não foi possível inicializar o diretório de modelos", + "_{folderCount} folder_::_{folderCount} folders_" : ["{folderCount} pastas","{folderCount} pastas","{folderCount} pastas"], + "_{fileCount} file_::_{fileCount} files_" : ["{fileCount} arquivos","{fileCount} arquivos","{fileCount} arquivos"], + "_1 file and {folderCount} folder_::_1 file and {folderCount} folders_" : ["1 arquivo e {folderCount} pastas","1 arquivo e {folderCount} pastas","1 arquivo e {folderCount} pastas"], + "_{fileCount} file and 1 folder_::_{fileCount} files and 1 folder_" : ["{fileCount} arquivos e 1 pasta","{fileCount} arquivos e 1 pasta","{fileCount} arquivos e 1 pasta"], + "{fileCount} files and {folderCount} folders" : "{fileCount} arquivos e {folderCount} pastas", "List of favorites files and folders." : "Lista de arquivos e pastas favoritos.", "No favorites yet" : "Você não possui favoritos!", "Files and folders you mark as favorite will show up here" : "Suas pastas e arquivos favoritos serão exibidos aqui.", diff --git a/apps/files/l10n/pt_BR.json b/apps/files/l10n/pt_BR.json index cc31c07668c..65df29db602 100644 --- a/apps/files/l10n/pt_BR.json +++ b/apps/files/l10n/pt_BR.json @@ -186,6 +186,8 @@ "Could not rename \"{oldName}\", it does not exist any more" : "Não foi possível renomear \"{oldName}\", ele não existe mais", "The name \"{newName}\" is already used in the folder \"{dir}\". Please choose a different name." : "O nome \"{newName}\" já é utilizado na pasta \"{dir}\". Escolha um nome diferente.", "Could not rename \"{oldName}\"" : "Não foi possível renomear \"{oldName}\"", + "Could not copy {file}. {message}" : "Não foi possível copiar {file}. {message}", + "Could not move {file}. {message}" : "Não foi possível mover {file}. {message}", "Total rows summary" : "Resumo total de linhas", "\"{displayName}\" failed on some elements " : "\"{displayName}\" falhou em alguns elementos", "\"{displayName}\" batch action executed successfully" : "Ação em lote \"{displayName}\" executada com sucesso", @@ -247,8 +249,16 @@ "Blank" : "Em branco", "Unable to create new file from template" : "Incapaz de criar novo arquivo a partir do modelo", "Delete permanently" : "Remover permanentemente", + "Destination is not a folder" : "O destino não é uma pasta", + "This file/folder is already in that directory" : "Este arquivo/pasta já está nesse diretório", + "You cannot move a file/folder onto itself or into a subfolder of itself" : "Você não pode mover um arquivo/pasta para si mesmo ou para uma subpasta dele mesmo", + "A file or folder with that name already exists in this folder" : "Já existe um arquivo ou pasta com esse nome nesta pasta", + "The files is locked" : "Os arquivos estão bloqueados", + "The file does not exist anymore" : "O arquivo não existe mais", + "Chose destination" : "Escolha o destino", "Copy to {target}" : "Copiar para {target}", "Move to {target}" : "Mover para {target}", + "Cancelled move or copy operation" : "Operação de movimentação ou cópia cancelada", "Open folder {displayName}" : "Abra a pasta {displayName}", "Open in Files" : "Abrir em arquivos", "Open details" : "Abrir detalhes", @@ -257,6 +267,11 @@ "Templates" : "Modelos", "Create new templates folder" : "Criar nova pasta de modelos", "Unable to initialize the templates directory" : "Não foi possível inicializar o diretório de modelos", + "_{folderCount} folder_::_{folderCount} folders_" : ["{folderCount} pastas","{folderCount} pastas","{folderCount} pastas"], + "_{fileCount} file_::_{fileCount} files_" : ["{fileCount} arquivos","{fileCount} arquivos","{fileCount} arquivos"], + "_1 file and {folderCount} folder_::_1 file and {folderCount} folders_" : ["1 arquivo e {folderCount} pastas","1 arquivo e {folderCount} pastas","1 arquivo e {folderCount} pastas"], + "_{fileCount} file and 1 folder_::_{fileCount} files and 1 folder_" : ["{fileCount} arquivos e 1 pasta","{fileCount} arquivos e 1 pasta","{fileCount} arquivos e 1 pasta"], + "{fileCount} files and {folderCount} folders" : "{fileCount} arquivos e {folderCount} pastas", "List of favorites files and folders." : "Lista de arquivos e pastas favoritos.", "No favorites yet" : "Você não possui favoritos!", "Files and folders you mark as favorite will show up here" : "Suas pastas e arquivos favoritos serão exibidos aqui.", diff --git a/apps/files/l10n/ru.js b/apps/files/l10n/ru.js index 50a8496a1ef..eca4cdac16d 100644 --- a/apps/files/l10n/ru.js +++ b/apps/files/l10n/ru.js @@ -178,18 +178,20 @@ OC.L10N.register( "Download file {name}" : "Скачать файл {name}", "File name" : "Имя файла", "Folder name" : "Имя папки", - "\"{displayName}\" action executed successfully" : "Действие \"{displayName}\" выполнено успешно", - "\"{displayName}\" action failed" : "Действие \"{displayName}\" завершилось неудачно", - "\"{name}\" is not an allowed filetype." : "\"{name}\" не является допустимым типом файла.", - "{newName} already exists." : "{newName} уже существует.", + "\"{displayName}\" action executed successfully" : "Действие «{displayName}» выполнено успешно", + "\"{displayName}\" action failed" : "Действие «{displayName}» завершилось неудачно", + "\"{name}\" is not an allowed filetype." : "«{name}» не является допустимым типом файла.", + "{newName} already exists." : "«{newName}» уже существует.", "Name cannot be empty" : "Имя не может быть пустым", "Another entry with the same name already exists" : "Другая запись с таким названием уже существует", - "Renamed \"{oldName}\" to \"{newName}\"" : "Переименовано \"{oldName}\" в \"{newName}\"", + "Renamed \"{oldName}\" to \"{newName}\"" : "Переименовано «{oldName}» в \"{newName}\"", "Could not rename \"{oldName}\", it does not exist any more" : "Не удалось переименовать \"{oldName}\", его больше не существует", "The name \"{newName}\" is already used in the folder \"{dir}\". Please choose a different name." : "Имя \"{newName}\" уже используется в каталоге \"{dir}\". Выберите другое имя.", - "Could not rename \"{oldName}\"" : "Не удалось переименовать \"{oldName}\"", + "Could not rename \"{oldName}\"" : "Не удалось переименовать «{oldName}»", + "Could not copy {file}. {message}" : "Ошибка копирования «{file}». {message}", + "Could not move {file}. {message}" : "Ошибка перемещения «{file}». {message}", "Total rows summary" : "Количество строк в общем", - "\"{displayName}\" failed on some elements " : "\"{displayName}\" неудачно для некоторых элементов", + "\"{displayName}\" failed on some elements " : "«{displayName}» неудачно для некоторых элементов", "\"{displayName}\" batch action executed successfully" : "Пакетное действие \"{displayName}\" выполнено успешно", "ascending" : "восходящий", "descending" : "нисходящий", @@ -249,8 +251,16 @@ OC.L10N.register( "Blank" : "Пустой", "Unable to create new file from template" : "Не удалось создать файл на основе шаблона", "Delete permanently" : "Удалить навсегда", - "Copy to {target}" : "Скопировать в {target}", - "Move to {target}" : "Переместить в {target}", + "Destination is not a folder" : "Указанное назначение не является папкой", + "This file/folder is already in that directory" : "Файл или папка уже расположены в этой папке", + "You cannot move a file/folder onto itself or into a subfolder of itself" : "Папка или файл не могут быть перемещены во вложенную папку или в себя", + "A file or folder with that name already exists in this folder" : "В этой папке уже есть файл или папка с этим именем", + "The files is locked" : "Файлы заблокированы", + "The file does not exist anymore" : "Файл больше не существует", + "Chose destination" : "Выбор места назначения", + "Copy to {target}" : "Скопировать в «{target}»", + "Move to {target}" : "Переместить в «{target}»", + "Cancelled move or copy operation" : "Копирование или перемещение отменено", "Open folder {displayName}" : "Открыть каталог {displayName}", "Open in Files" : "Открыть в Файлах", "Open details" : "Открыть подробности", @@ -259,14 +269,19 @@ OC.L10N.register( "Templates" : "Шаблоны", "Create new templates folder" : "Создать новую папку шаблонов", "Unable to initialize the templates directory" : "Не удалось инициализировать каталог шаблонов", + "_{folderCount} folder_::_{folderCount} folders_" : ["{count} папка","{count} папки","{count} папок","{count} папки"], + "_{fileCount} file_::_{fileCount} files_" : ["{count} файл","{count} файла","{count} файлов","{count} файла"], + "_1 file and {folderCount} folder_::_1 file and {folderCount} folders_" : ["один файл и {count} папка","один файл и {count} папки","один файл и {count} папок","один файл и {count} папки"], + "_{fileCount} file and 1 folder_::_{fileCount} files and 1 folder_" : ["{fileCount} файл и одна папка","{fileCount} файла и одна папка","{fileCount} файлов и одна папка","{fileCount} файла и одна папка"], + "{fileCount} files and {folderCount} folders" : "файлов: {fileCount}, папок: {folderCount}", "List of favorites files and folders." : "Список избранных файлов и каталогов.", "No favorites yet" : "В избранное ещё ничего не добавлено ", "Files and folders you mark as favorite will show up here" : "Здесь будут показаны файлы и каталоги, отмеченные как избранные", "All files" : "Все файлы", - "List of your files and folders." : "Список Ваших файлов и каталогов.", + "List of your files and folders." : "Список ваших файлов и каталогов.", "List of recently modified files and folders." : "Список недавно измененных файлов и директорий.", "No recently modified files" : "Нет недавно измененных файлов", - "Files and folders you recently modified will show up here." : "Здесь будут отображаться файлы и папки, которые Вы недавно изменили.", + "Files and folders you recently modified will show up here." : "Здесь будут показаны недавно изменённые файлы и папки", "Toggle %1$s sublist" : "Переключить %1$s подсписок", "No entries found in this folder" : "В этом каталоге ничего не найдено", "Upload too large" : "Файл слишком велик", @@ -288,8 +303,8 @@ OC.L10N.register( "Shared with you" : "Доступные для вас", "Deleted shares" : "Удалённые общие ресурсы", "Pending shares" : "Ожидающие общие ресурсы", - "This file has the tag {tag}" : "У этого файла есть тэг: {tag}", - "This file has the tags {firstTags} and {lastTag}" : "У этого файла есть тэги: {firstTags} и {lastTag}", + "This file has the tag {tag}" : "Файлу назначана метка «{tag}»", + "This file has the tags {firstTags} and {lastTag}" : "Файлу назначены метки «{firstTags}» и «{lastTag}»", "Open folder {name}" : "Открыть папку {name}", "This list is not fully rendered for performances reasons. The files will be rendered as you navigate through the list." : "Этот список отображается не полностью из соображений производительности. Файлы будут отображаться по мере перемещения по списку.", "Search for an account" : "Поиск по учетной записи", diff --git a/apps/files/l10n/ru.json b/apps/files/l10n/ru.json index d7c797fe026..89d90aef5f9 100644 --- a/apps/files/l10n/ru.json +++ b/apps/files/l10n/ru.json @@ -176,18 +176,20 @@ "Download file {name}" : "Скачать файл {name}", "File name" : "Имя файла", "Folder name" : "Имя папки", - "\"{displayName}\" action executed successfully" : "Действие \"{displayName}\" выполнено успешно", - "\"{displayName}\" action failed" : "Действие \"{displayName}\" завершилось неудачно", - "\"{name}\" is not an allowed filetype." : "\"{name}\" не является допустимым типом файла.", - "{newName} already exists." : "{newName} уже существует.", + "\"{displayName}\" action executed successfully" : "Действие «{displayName}» выполнено успешно", + "\"{displayName}\" action failed" : "Действие «{displayName}» завершилось неудачно", + "\"{name}\" is not an allowed filetype." : "«{name}» не является допустимым типом файла.", + "{newName} already exists." : "«{newName}» уже существует.", "Name cannot be empty" : "Имя не может быть пустым", "Another entry with the same name already exists" : "Другая запись с таким названием уже существует", - "Renamed \"{oldName}\" to \"{newName}\"" : "Переименовано \"{oldName}\" в \"{newName}\"", + "Renamed \"{oldName}\" to \"{newName}\"" : "Переименовано «{oldName}» в \"{newName}\"", "Could not rename \"{oldName}\", it does not exist any more" : "Не удалось переименовать \"{oldName}\", его больше не существует", "The name \"{newName}\" is already used in the folder \"{dir}\". Please choose a different name." : "Имя \"{newName}\" уже используется в каталоге \"{dir}\". Выберите другое имя.", - "Could not rename \"{oldName}\"" : "Не удалось переименовать \"{oldName}\"", + "Could not rename \"{oldName}\"" : "Не удалось переименовать «{oldName}»", + "Could not copy {file}. {message}" : "Ошибка копирования «{file}». {message}", + "Could not move {file}. {message}" : "Ошибка перемещения «{file}». {message}", "Total rows summary" : "Количество строк в общем", - "\"{displayName}\" failed on some elements " : "\"{displayName}\" неудачно для некоторых элементов", + "\"{displayName}\" failed on some elements " : "«{displayName}» неудачно для некоторых элементов", "\"{displayName}\" batch action executed successfully" : "Пакетное действие \"{displayName}\" выполнено успешно", "ascending" : "восходящий", "descending" : "нисходящий", @@ -247,8 +249,16 @@ "Blank" : "Пустой", "Unable to create new file from template" : "Не удалось создать файл на основе шаблона", "Delete permanently" : "Удалить навсегда", - "Copy to {target}" : "Скопировать в {target}", - "Move to {target}" : "Переместить в {target}", + "Destination is not a folder" : "Указанное назначение не является папкой", + "This file/folder is already in that directory" : "Файл или папка уже расположены в этой папке", + "You cannot move a file/folder onto itself or into a subfolder of itself" : "Папка или файл не могут быть перемещены во вложенную папку или в себя", + "A file or folder with that name already exists in this folder" : "В этой папке уже есть файл или папка с этим именем", + "The files is locked" : "Файлы заблокированы", + "The file does not exist anymore" : "Файл больше не существует", + "Chose destination" : "Выбор места назначения", + "Copy to {target}" : "Скопировать в «{target}»", + "Move to {target}" : "Переместить в «{target}»", + "Cancelled move or copy operation" : "Копирование или перемещение отменено", "Open folder {displayName}" : "Открыть каталог {displayName}", "Open in Files" : "Открыть в Файлах", "Open details" : "Открыть подробности", @@ -257,14 +267,19 @@ "Templates" : "Шаблоны", "Create new templates folder" : "Создать новую папку шаблонов", "Unable to initialize the templates directory" : "Не удалось инициализировать каталог шаблонов", + "_{folderCount} folder_::_{folderCount} folders_" : ["{count} папка","{count} папки","{count} папок","{count} папки"], + "_{fileCount} file_::_{fileCount} files_" : ["{count} файл","{count} файла","{count} файлов","{count} файла"], + "_1 file and {folderCount} folder_::_1 file and {folderCount} folders_" : ["один файл и {count} папка","один файл и {count} папки","один файл и {count} папок","один файл и {count} папки"], + "_{fileCount} file and 1 folder_::_{fileCount} files and 1 folder_" : ["{fileCount} файл и одна папка","{fileCount} файла и одна папка","{fileCount} файлов и одна папка","{fileCount} файла и одна папка"], + "{fileCount} files and {folderCount} folders" : "файлов: {fileCount}, папок: {folderCount}", "List of favorites files and folders." : "Список избранных файлов и каталогов.", "No favorites yet" : "В избранное ещё ничего не добавлено ", "Files and folders you mark as favorite will show up here" : "Здесь будут показаны файлы и каталоги, отмеченные как избранные", "All files" : "Все файлы", - "List of your files and folders." : "Список Ваших файлов и каталогов.", + "List of your files and folders." : "Список ваших файлов и каталогов.", "List of recently modified files and folders." : "Список недавно измененных файлов и директорий.", "No recently modified files" : "Нет недавно измененных файлов", - "Files and folders you recently modified will show up here." : "Здесь будут отображаться файлы и папки, которые Вы недавно изменили.", + "Files and folders you recently modified will show up here." : "Здесь будут показаны недавно изменённые файлы и папки", "Toggle %1$s sublist" : "Переключить %1$s подсписок", "No entries found in this folder" : "В этом каталоге ничего не найдено", "Upload too large" : "Файл слишком велик", @@ -286,8 +301,8 @@ "Shared with you" : "Доступные для вас", "Deleted shares" : "Удалённые общие ресурсы", "Pending shares" : "Ожидающие общие ресурсы", - "This file has the tag {tag}" : "У этого файла есть тэг: {tag}", - "This file has the tags {firstTags} and {lastTag}" : "У этого файла есть тэги: {firstTags} и {lastTag}", + "This file has the tag {tag}" : "Файлу назначана метка «{tag}»", + "This file has the tags {firstTags} and {lastTag}" : "Файлу назначены метки «{firstTags}» и «{lastTag}»", "Open folder {name}" : "Открыть папку {name}", "This list is not fully rendered for performances reasons. The files will be rendered as you navigate through the list." : "Этот список отображается не полностью из соображений производительности. Файлы будут отображаться по мере перемещения по списку.", "Search for an account" : "Поиск по учетной записи", |