]> source.dussan.org Git - nextcloud-server.git/commitdiff
Fix(l10n): Update translations from Transifex
authorNextcloud bot <bot@nextcloud.com>
Sat, 30 Sep 2023 00:26:15 +0000 (00:26 +0000)
committerNextcloud bot <bot@nextcloud.com>
Sat, 30 Sep 2023 00:26:15 +0000 (00:26 +0000)
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
12 files changed:
apps/files/l10n/fr.js
apps/files/l10n/fr.json
apps/files/l10n/pt_BR.js
apps/files/l10n/pt_BR.json
apps/files/l10n/ru.js
apps/files/l10n/ru.json
apps/files_sharing/l10n/pl.js
apps/files_sharing/l10n/pl.json
apps/settings/l10n/pl.js
apps/settings/l10n/pl.json
lib/l10n/fr.js
lib/l10n/fr.json

index 0b7f9d3fa2ab5c275f7f21e33ede2987cdf2aa53..04693e3d5470e4dac119090985036eca8050268b 100644 (file)
@@ -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",
index 5ba5b4eb56a45fb630cb667cf284d894b4819e58..f4acd3f312520c92a9673e1f362d9086708f342d 100644 (file)
     "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",
index a3ebdb2eee9b4bb62f3aa5b09bf9338082532a99..cd2aa42b4896c2f37748688fb35da719dcc280e2 100644 (file)
@@ -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.",
index cc31c07668c9637889624510cdb14d66416c82e8..65df29db6026ccc16f1b0d5724e8b1b38a22aeec 100644 (file)
     "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",
     "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",
     "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.",
index 50a8496a1ef0b5c6c978378f5679956142a9f35a..eca4cdac16d8f9da102d0048e7cad0a9ebac2a08 100644 (file)
@@ -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." : "СпиÑ\81ок Ð\92аших файлов и каталогов.",
+    "List of your files and folders." : "СпиÑ\81ок Ð²аших файлов и каталогов.",
     "List of recently modified files and folders." : "Список недавно измененных файлов и директорий.",
     "No recently modified files" : "Нет недавно измененных файлов",
-    "Files and folders you recently modified will show up here." : "Ð\97деÑ\81Ñ\8c Ð±Ñ\83дÑ\83Ñ\82 Ð¾Ñ\82обÑ\80ажаÑ\82Ñ\8cÑ\81Ñ\8f Ñ\84айлÑ\8b Ð¸ Ð¿Ð°Ð¿ÐºÐ¸, ÐºÐ¾Ñ\82оÑ\80Ñ\8bе Ð\92Ñ\8b Ð½ÐµÐ´Ð°Ð²Ð½Ð¾ Ð¸Ð·Ð¼ÐµÐ½Ð¸Ð»Ð¸.",
+    "Files and folders you recently modified will show up here." : "Ð\97деÑ\81Ñ\8c Ð±Ñ\83дÑ\83Ñ\82 Ð¿Ð¾ÐºÐ°Ð·Ð°Ð½Ñ\8b Ð½ÐµÐ´Ð°Ð²Ð½Ð¾ Ð¸Ð·Ð¼ÐµÐ½Ñ\91ннÑ\8bе Ñ\84айлÑ\8b Ð¸ Ð¿Ð°Ð¿ÐºÐ¸",
     "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}" : "У Ñ\8dÑ\82ого Ñ\84айла ÐµÑ\81Ñ\82Ñ\8c Ñ\82Ñ\8dг: {tag}",
-    "This file has the tags {firstTags} and {lastTag}" : "У Ñ\8dÑ\82ого Ñ\84айла ÐµÑ\81Ñ\82Ñ\8c Ñ\82Ñ\8dги: {firstTags} Ð¸ {lastTag}",
+    "This file has the tag {tag}" : "ФайлÑ\83 Ð½Ð°Ð·Ð½Ð°Ñ\87ана Ð¼ÐµÑ\82ка Â«{tag}»",
+    "This file has the tags {firstTags} and {lastTag}" : "ФайлÑ\83 Ð½Ð°Ð·Ð½Ð°Ñ\87енÑ\8b Ð¼ÐµÑ\82ки Â«{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" : "Поиск по учетной записи",
index d7c797fe026fba1b64efc01873b026ae38426601..89d90aef5f9e5c95d642202cc98a42a7c28b6b7e 100644 (file)
     "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" : "нисходящий",
     "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" : "Открыть подробности",
     "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." : "СпиÑ\81ок Ð\92аших файлов и каталогов.",
+    "List of your files and folders." : "СпиÑ\81ок Ð²аших файлов и каталогов.",
     "List of recently modified files and folders." : "Список недавно измененных файлов и директорий.",
     "No recently modified files" : "Нет недавно измененных файлов",
-    "Files and folders you recently modified will show up here." : "Ð\97деÑ\81Ñ\8c Ð±Ñ\83дÑ\83Ñ\82 Ð¾Ñ\82обÑ\80ажаÑ\82Ñ\8cÑ\81Ñ\8f Ñ\84айлÑ\8b Ð¸ Ð¿Ð°Ð¿ÐºÐ¸, ÐºÐ¾Ñ\82оÑ\80Ñ\8bе Ð\92Ñ\8b Ð½ÐµÐ´Ð°Ð²Ð½Ð¾ Ð¸Ð·Ð¼ÐµÐ½Ð¸Ð»Ð¸.",
+    "Files and folders you recently modified will show up here." : "Ð\97деÑ\81Ñ\8c Ð±Ñ\83дÑ\83Ñ\82 Ð¿Ð¾ÐºÐ°Ð·Ð°Ð½Ñ\8b Ð½ÐµÐ´Ð°Ð²Ð½Ð¾ Ð¸Ð·Ð¼ÐµÐ½Ñ\91ннÑ\8bе Ñ\84айлÑ\8b Ð¸ Ð¿Ð°Ð¿ÐºÐ¸",
     "Toggle %1$s sublist" : "Переключить %1$s подсписок",
     "No entries found in this folder" : "В этом каталоге ничего не найдено",
     "Upload too large" : "Файл слишком велик",
     "Shared with you" : "Доступные для вас",
     "Deleted shares" : "Удалённые общие ресурсы",
     "Pending shares" : "Ожидающие общие ресурсы",
-    "This file has the tag {tag}" : "У Ñ\8dÑ\82ого Ñ\84айла ÐµÑ\81Ñ\82Ñ\8c Ñ\82Ñ\8dг: {tag}",
-    "This file has the tags {firstTags} and {lastTag}" : "У Ñ\8dÑ\82ого Ñ\84айла ÐµÑ\81Ñ\82Ñ\8c Ñ\82Ñ\8dги: {firstTags} Ð¸ {lastTag}",
+    "This file has the tag {tag}" : "ФайлÑ\83 Ð½Ð°Ð·Ð½Ð°Ñ\87ана Ð¼ÐµÑ\82ка Â«{tag}»",
+    "This file has the tags {firstTags} and {lastTag}" : "ФайлÑ\83 Ð½Ð°Ð·Ð½Ð°Ñ\87енÑ\8b Ð¼ÐµÑ\82ки Â«{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" : "Поиск по учетной записи",
index cb35ca67a2ff2dc22bfa5ec8b8d7e33f3af41290..9f486ad5b2b2390e5a5e21f22fd7554d73bf06ba 100644 (file)
@@ -133,6 +133,7 @@ OC.L10N.register(
     "Upload" : "Wyślij",
     "Edit" : "Edytuj",
     "Bundled permissions" : "Uprawnienia w pakiecie",
+    "Open Sharing Details" : "Otwórz szczegóły udostępniania",
     "group" : "grupa",
     "conversation" : "rozmowa",
     "remote" : "zdalny",
@@ -158,6 +159,7 @@ OC.L10N.register(
     "Enter a date" : "Podaj datę",
     "Create share" : "Utwórz udostępnienie",
     "Cancel" : "Anuluj",
+    "Customize link" : "Dostosuj link",
     "Add another link" : "Dodaj kolejny link",
     "Create a new share link" : "Utwórz nowy link udostępnienia",
     "{shareWith} by {initiator}" : "{shareWith} przez {initiator}",
@@ -190,8 +192,10 @@ OC.L10N.register(
     "Deck board" : "Tablica Deck",
     "ScienceMesh" : "ScienceMesh",
     "on {server}" : "na {server}",
+    "Upload only" : "Tylko wyślij",
     "Advanced settings" : "Ustawienia zaawansowane",
     "Share label" : "Udostępnij etykietę",
+    "Set password" : "Ustaw hasło",
     "Password" : "Hasło",
     "Password expires {passwordExpirationTime}" : "Hasło wygasa {passwordExpirationTime}",
     "Password expired" : "Hasło wygasło",
@@ -205,6 +209,7 @@ OC.L10N.register(
     "Update" : "Aktualizuj",
     "Share" : "Udostępnij",
     "Delete share" : "Usuń udostępnianie",
+    "Share with " : "Udostępnij dla",
     "Others with access" : "Inni z dostępem",
     "No other users with access found" : "Nie znaleziono innych użytkowników z dostępem",
     "Toggle list of others with access to this directory" : "Przełącz listę innych z dostępem do tego katalogu",
index 00bb70bce850f3664f31ebe90871670f4237c63c..2f4ee4ea1816897fc9adef7595b79341b0e7cd66 100644 (file)
     "Upload" : "Wyślij",
     "Edit" : "Edytuj",
     "Bundled permissions" : "Uprawnienia w pakiecie",
+    "Open Sharing Details" : "Otwórz szczegóły udostępniania",
     "group" : "grupa",
     "conversation" : "rozmowa",
     "remote" : "zdalny",
     "Enter a date" : "Podaj datę",
     "Create share" : "Utwórz udostępnienie",
     "Cancel" : "Anuluj",
+    "Customize link" : "Dostosuj link",
     "Add another link" : "Dodaj kolejny link",
     "Create a new share link" : "Utwórz nowy link udostępnienia",
     "{shareWith} by {initiator}" : "{shareWith} przez {initiator}",
     "Deck board" : "Tablica Deck",
     "ScienceMesh" : "ScienceMesh",
     "on {server}" : "na {server}",
+    "Upload only" : "Tylko wyślij",
     "Advanced settings" : "Ustawienia zaawansowane",
     "Share label" : "Udostępnij etykietę",
+    "Set password" : "Ustaw hasło",
     "Password" : "Hasło",
     "Password expires {passwordExpirationTime}" : "Hasło wygasa {passwordExpirationTime}",
     "Password expired" : "Hasło wygasło",
     "Update" : "Aktualizuj",
     "Share" : "Udostępnij",
     "Delete share" : "Usuń udostępnianie",
+    "Share with " : "Udostępnij dla",
     "Others with access" : "Inni z dostępem",
     "No other users with access found" : "Nie znaleziono innych użytkowników z dostępem",
     "Toggle list of others with access to this directory" : "Przełącz listę innych z dostępem do tego katalogu",
index f51b178dfd314aefc1bc200ab38142c264d0c07c..81efa099618b605bc801f6a5e13d9c529c02ae5e 100644 (file)
@@ -143,6 +143,7 @@ OC.L10N.register(
     "There are some user imported SSL certificates present, that are not used anymore with Nextcloud 21. They can be imported on the command line via \"occ security:certificates:import\" command. Their paths inside the data directory are shown below." : "Istnieją pewne certyfikaty SSL zaimportowane przez użytkownika, które nie są już używane z Nextcloud 21. Można je zaimportować z wiersza poleceń za pomocą polecenia \"occ security:certificates:import\". Ich ścieżki w katalogu danych są pokazane poniżej.",
     "Invalid UUIDs of LDAP users or groups have been found. Please review your \"Override UUID detection\" settings in the Expert part of the LDAP configuration and use \"occ ldap:update-uuid\" to update them." : "Znaleziono nieprawidłowe identyfikatory UUID użytkowników lub grup LDAP. Sprawdź ustawienia \"Zastąp wykrywanie UUID\" w części eksperckiej konfiguracji LDAP i użyj \"occ ldap:update-uuid\", aby je zaktualizować.",
     "The old server-side-encryption format is enabled. We recommend disabling this." : "Stary format szyfrowania po stronie serwera jest włączony. Zalecamy wyłączenie jego.",
+    "The DAV system address book sync has not run yet as your instance has more than 1000 users or because an error occured. Please run it manually by calling occ dav:sync-system-addressbook." : "Synchronizacja książki adresowej systemu DAV nie została jeszcze uruchomiona, ponieważ Twoja instancja ma ponad 1000 użytkowników lub wystąpił błąd. Uruchom ją ręcznie, wywołując \"occ dav:sync-system-addressbook\".",
     "MariaDB version \"%s\" is used. Nextcloud 21 and higher do not support this version and require MariaDB 10.2 or higher." : "Używana jest wersja MariaDB \"%s\". Nextcloud 21 i nowsze wersje nie obsługują tej wersji i wymagają MariaDB 10.2 lub nowszej.",
     "MySQL version \"%s\" is used. Nextcloud 21 and higher do not support this version and require MySQL 8.0 or MariaDB 10.2 or higher." : "Używana jest wersja MySQL \"%s\". Nextcloud 21 i nowsze wersje nie obsługują tej wersji i wymagają MySQL 8.0 lub MariaDB 10.2, albo nowszej.",
     "PostgreSQL version \"%s\" is used. Nextcloud 21 and higher do not support this version and require PostgreSQL 9.6 or higher." : "Używana jest wersja PostgreSQL \"%s\". Nextcloud 21 i nowsze wersje nie obsługują tej wersji i wymagają PostgreSQL 9.6 lub nowszej.",
index 46cf44240e4a94e2de63d2fab3654ae781e92f6d..6c977cc9f45632d1b4b441a9a991ea797c6d3d70 100644 (file)
     "There are some user imported SSL certificates present, that are not used anymore with Nextcloud 21. They can be imported on the command line via \"occ security:certificates:import\" command. Their paths inside the data directory are shown below." : "Istnieją pewne certyfikaty SSL zaimportowane przez użytkownika, które nie są już używane z Nextcloud 21. Można je zaimportować z wiersza poleceń za pomocą polecenia \"occ security:certificates:import\". Ich ścieżki w katalogu danych są pokazane poniżej.",
     "Invalid UUIDs of LDAP users or groups have been found. Please review your \"Override UUID detection\" settings in the Expert part of the LDAP configuration and use \"occ ldap:update-uuid\" to update them." : "Znaleziono nieprawidłowe identyfikatory UUID użytkowników lub grup LDAP. Sprawdź ustawienia \"Zastąp wykrywanie UUID\" w części eksperckiej konfiguracji LDAP i użyj \"occ ldap:update-uuid\", aby je zaktualizować.",
     "The old server-side-encryption format is enabled. We recommend disabling this." : "Stary format szyfrowania po stronie serwera jest włączony. Zalecamy wyłączenie jego.",
+    "The DAV system address book sync has not run yet as your instance has more than 1000 users or because an error occured. Please run it manually by calling occ dav:sync-system-addressbook." : "Synchronizacja książki adresowej systemu DAV nie została jeszcze uruchomiona, ponieważ Twoja instancja ma ponad 1000 użytkowników lub wystąpił błąd. Uruchom ją ręcznie, wywołując \"occ dav:sync-system-addressbook\".",
     "MariaDB version \"%s\" is used. Nextcloud 21 and higher do not support this version and require MariaDB 10.2 or higher." : "Używana jest wersja MariaDB \"%s\". Nextcloud 21 i nowsze wersje nie obsługują tej wersji i wymagają MariaDB 10.2 lub nowszej.",
     "MySQL version \"%s\" is used. Nextcloud 21 and higher do not support this version and require MySQL 8.0 or MariaDB 10.2 or higher." : "Używana jest wersja MySQL \"%s\". Nextcloud 21 i nowsze wersje nie obsługują tej wersji i wymagają MySQL 8.0 lub MariaDB 10.2, albo nowszej.",
     "PostgreSQL version \"%s\" is used. Nextcloud 21 and higher do not support this version and require PostgreSQL 9.6 or higher." : "Używana jest wersja PostgreSQL \"%s\". Nextcloud 21 i nowsze wersje nie obsługują tej wersji i wymagają PostgreSQL 9.6 lub nowszej.",
index 558c2d320f2766137f32ac72d9d943c912952e64..2e84560a2f1bbacf208f2113318593b6d2a3f39d 100644 (file)
@@ -22,7 +22,7 @@ OC.L10N.register(
     "%1$s, %2$s, %3$s, %4$s and %5$s" : "%1$s, %2$s, %3$s, %4$s et %5$s",
     "Education Edition" : "Édition pour l'éducation ",
     "Enterprise bundle" : "Pack pour entreprise",
-    "Groupware bundle" : "Pack pour travail collaboratif",
+    "Groupware bundle" : "Pack Groupware",
     "Hub bundle" : "Pack Nextcloud Hub",
     "Social sharing bundle" : "Pack pour partage social",
     "PHP %s or higher is required." : "PHP %s ou supérieur est requis.",
index a78037653a62085bf54d4b02c3ddc0cbcd307252..5e910dcb57685b94b70a079d4660bd0215adfe00 100644 (file)
@@ -20,7 +20,7 @@
     "%1$s, %2$s, %3$s, %4$s and %5$s" : "%1$s, %2$s, %3$s, %4$s et %5$s",
     "Education Edition" : "Édition pour l'éducation ",
     "Enterprise bundle" : "Pack pour entreprise",
-    "Groupware bundle" : "Pack pour travail collaboratif",
+    "Groupware bundle" : "Pack Groupware",
     "Hub bundle" : "Pack Nextcloud Hub",
     "Social sharing bundle" : "Pack pour partage social",
     "PHP %s or higher is required." : "PHP %s ou supérieur est requis.",