diff --git a/apps/dav/l10n/nb.js b/apps/dav/l10n/nb.js index 97e4ff347e4eb..5670d45ea045b 100644 --- a/apps/dav/l10n/nb.js +++ b/apps/dav/l10n/nb.js @@ -212,6 +212,7 @@ OC.L10N.register( "Failed to unlink: %1$s" : "Kunne ikke fjerne tilknytningen: %1$s", "Failed to write file contents: %1$s" : "Kunne ikke skrive filinnhold: %1$s", "File not found: %1$s" : "Filen ble ikke funnet: %1$s", + "Invalid target path" : "Ugyldig målbane", "System is in maintenance mode." : "System i vedlikeholdsmodus.", "Upgrade needed" : "Oppgradering er nødvendig", "Your %s needs to be configured to use HTTPS in order to use CalDAV and CardDAV with iOS/macOS." : "Din %s må konfigureres til å bruke HTTPS for å kunne bruke CalDAV og CardDAV med iOS/macOS.", diff --git a/apps/dav/l10n/nb.json b/apps/dav/l10n/nb.json index 81b616a07923d..7357e2ab7f456 100644 --- a/apps/dav/l10n/nb.json +++ b/apps/dav/l10n/nb.json @@ -210,6 +210,7 @@ "Failed to unlink: %1$s" : "Kunne ikke fjerne tilknytningen: %1$s", "Failed to write file contents: %1$s" : "Kunne ikke skrive filinnhold: %1$s", "File not found: %1$s" : "Filen ble ikke funnet: %1$s", + "Invalid target path" : "Ugyldig målbane", "System is in maintenance mode." : "System i vedlikeholdsmodus.", "Upgrade needed" : "Oppgradering er nødvendig", "Your %s needs to be configured to use HTTPS in order to use CalDAV and CardDAV with iOS/macOS." : "Din %s må konfigureres til å bruke HTTPS for å kunne bruke CalDAV og CardDAV med iOS/macOS.", diff --git a/apps/dav/l10n/pt_BR.js b/apps/dav/l10n/pt_BR.js index 4e76249dd0bbd..88ba2bd5ab37b 100644 --- a/apps/dav/l10n/pt_BR.js +++ b/apps/dav/l10n/pt_BR.js @@ -212,6 +212,7 @@ OC.L10N.register( "Failed to unlink: %1$s" : "Falha ao desvincular: %1$s", "Failed to write file contents: %1$s" : "Falha ao gravar o conteúdo do arquivo:%1$s", "File not found: %1$s" : "Arquivo não encontrado:%1$s", + "Invalid target path" : "Caminho de destino inválido", "System is in maintenance mode." : "O sistema está em modo de manutenção", "Upgrade needed" : "Upgrade necessário", "Your %s needs to be configured to use HTTPS in order to use CalDAV and CardDAV with iOS/macOS." : "Seu %s precisa estar configurado para usar HTTPS a fim de usar o CalDAV e o CardDAV com o iOS/macOS.", diff --git a/apps/dav/l10n/pt_BR.json b/apps/dav/l10n/pt_BR.json index 68334f880c216..f16c2a6c31103 100644 --- a/apps/dav/l10n/pt_BR.json +++ b/apps/dav/l10n/pt_BR.json @@ -210,6 +210,7 @@ "Failed to unlink: %1$s" : "Falha ao desvincular: %1$s", "Failed to write file contents: %1$s" : "Falha ao gravar o conteúdo do arquivo:%1$s", "File not found: %1$s" : "Arquivo não encontrado:%1$s", + "Invalid target path" : "Caminho de destino inválido", "System is in maintenance mode." : "O sistema está em modo de manutenção", "Upgrade needed" : "Upgrade necessário", "Your %s needs to be configured to use HTTPS in order to use CalDAV and CardDAV with iOS/macOS." : "Seu %s precisa estar configurado para usar HTTPS a fim de usar o CalDAV e o CardDAV com o iOS/macOS.", diff --git a/apps/encryption/l10n/ru.js b/apps/encryption/l10n/ru.js index 672bb76306466..32b43c1849b38 100644 --- a/apps/encryption/l10n/ru.js +++ b/apps/encryption/l10n/ru.js @@ -42,6 +42,7 @@ OC.L10N.register( "Enabling this option encrypts all files stored on the main storage, otherwise only files on external storage will be encrypted" : "При включении данного параметра будут зашифрованы все файлы, хранящиеся в основном хранилище. В противном случае шифруются только файлы на внешних хранилищах.", "Enable recovery key" : "Включить ключ восстановления", "Disable recovery key" : "Отключить ключ восстановления", + "The recovery key is an additional encryption key used to encrypt files. It is used to recover files from an account if the password is forgotten." : "Ключ восстановления - это дополнительный ключ шифрования, используемый для шифрования файлов. Он используется для восстановления файлов из учетной записи, если пароль забыт.", "Recovery key password" : "Пароль ключа восстановления", "Repeat recovery key password" : "Повторите пароль ключа восстановления", "Change recovery key password:" : "Смена пароля ключа восстановления:", diff --git a/apps/encryption/l10n/ru.json b/apps/encryption/l10n/ru.json index 12d6a71ee595a..f584607dd603e 100644 --- a/apps/encryption/l10n/ru.json +++ b/apps/encryption/l10n/ru.json @@ -40,6 +40,7 @@ "Enabling this option encrypts all files stored on the main storage, otherwise only files on external storage will be encrypted" : "При включении данного параметра будут зашифрованы все файлы, хранящиеся в основном хранилище. В противном случае шифруются только файлы на внешних хранилищах.", "Enable recovery key" : "Включить ключ восстановления", "Disable recovery key" : "Отключить ключ восстановления", + "The recovery key is an additional encryption key used to encrypt files. It is used to recover files from an account if the password is forgotten." : "Ключ восстановления - это дополнительный ключ шифрования, используемый для шифрования файлов. Он используется для восстановления файлов из учетной записи, если пароль забыт.", "Recovery key password" : "Пароль ключа восстановления", "Repeat recovery key password" : "Повторите пароль ключа восстановления", "Change recovery key password:" : "Смена пароля ключа восстановления:", diff --git a/apps/files/l10n/fr.js b/apps/files/l10n/fr.js index 37c48a50f7d63..5aa510497aa1b 100644 --- a/apps/files/l10n/fr.js +++ b/apps/files/l10n/fr.js @@ -189,6 +189,8 @@ OC.L10N.register( "\"{displayName}\" action failed" : "Échec de l'action \"{displayName}\"", "Toggle selection for file \"{displayName}\"" : "Basculer la sélection pour le fichier « {displayName} »", "Toggle selection for folder \"{displayName}\"" : "Basculer la sélection pour le dossier « {displayName} »", + "File is loading" : "Fichier en cours de chargement", + "Folder is loading" : "Dossier en cours de chargement", "Rename file" : "Renommer le fichier", "Filename" : "Nom du fichier", "Folder name" : "Nom du dossier", diff --git a/apps/files/l10n/fr.json b/apps/files/l10n/fr.json index 170dad4121622..f6e555bfc50da 100644 --- a/apps/files/l10n/fr.json +++ b/apps/files/l10n/fr.json @@ -187,6 +187,8 @@ "\"{displayName}\" action failed" : "Échec de l'action \"{displayName}\"", "Toggle selection for file \"{displayName}\"" : "Basculer la sélection pour le fichier « {displayName} »", "Toggle selection for folder \"{displayName}\"" : "Basculer la sélection pour le dossier « {displayName} »", + "File is loading" : "Fichier en cours de chargement", + "Folder is loading" : "Dossier en cours de chargement", "Rename file" : "Renommer le fichier", "Filename" : "Nom du fichier", "Folder name" : "Nom du dossier", diff --git a/apps/files/l10n/nb.js b/apps/files/l10n/nb.js index 449b4563bf543..b2b48ba8f3b16 100644 --- a/apps/files/l10n/nb.js +++ b/apps/files/l10n/nb.js @@ -189,6 +189,8 @@ OC.L10N.register( "\"{displayName}\" action failed" : "\"{displayName}\"-handling feilet", "Toggle selection for file \"{displayName}\"" : "Veksle valg for fil \"{displayName}\"", "Toggle selection for folder \"{displayName}\"" : "Veksle valg for mappe \"{displayName}\"", + "File is loading" : "Filen lastes inn", + "Folder is loading" : "Mappen lastes inn", "Rename file" : "Gi fil nytt navn", "Filename" : "Filnavn", "Folder name" : "Mappenavn", @@ -323,6 +325,7 @@ OC.L10N.register( "PDFs" : "PDFer", "Folders" : "Mapper", "Audio" : "Lyd", + "Photos and images" : "Fotoer og bilder", "Videos" : "Filmer", "New folder creation cancelled" : "Oppretting av ny mappe avbrutt", "Created new folder \"{name}\"" : "Opprettet ny mappe \"{name}\"", @@ -378,6 +381,10 @@ OC.L10N.register( "Copy direct link (only works for users who have access to this file/folder)" : "Kopier direktelenke (fungerer bare for brukere som har tilgang til denne filen/mappen)", "\"remote user\"" : "\"ekstern bruker\"", "{newName} already exists." : "{newName} finnes allerede.", + "\"{segment}\" is not allowed inside a filename." : "\"{segment}\" er ikke tillatt i et filnavn.", + "\"{segment}\" is a forbidden file or folder name." : "\"{segment}\" er et forbudt fil- eller mappenavn.", + "\"{segment}\" is not an allowed filetype." : "\"{segment}\" er ikke en tillatt filtype.", + "Filenames must not end with \"{segment}\"." : "Filnavn må ikke slutte med \"{segment}\".", "Name cannot be empty" : "Navn kan ikke være tom", "Another entry with the same name already exists" : "En annen oppføring med samme navnet finnes allerede", "Storage informations" : "Informasjon om lagring", diff --git a/apps/files/l10n/nb.json b/apps/files/l10n/nb.json index 05fd11ffab74c..c5129d2c0dc98 100644 --- a/apps/files/l10n/nb.json +++ b/apps/files/l10n/nb.json @@ -187,6 +187,8 @@ "\"{displayName}\" action failed" : "\"{displayName}\"-handling feilet", "Toggle selection for file \"{displayName}\"" : "Veksle valg for fil \"{displayName}\"", "Toggle selection for folder \"{displayName}\"" : "Veksle valg for mappe \"{displayName}\"", + "File is loading" : "Filen lastes inn", + "Folder is loading" : "Mappen lastes inn", "Rename file" : "Gi fil nytt navn", "Filename" : "Filnavn", "Folder name" : "Mappenavn", @@ -321,6 +323,7 @@ "PDFs" : "PDFer", "Folders" : "Mapper", "Audio" : "Lyd", + "Photos and images" : "Fotoer og bilder", "Videos" : "Filmer", "New folder creation cancelled" : "Oppretting av ny mappe avbrutt", "Created new folder \"{name}\"" : "Opprettet ny mappe \"{name}\"", @@ -376,6 +379,10 @@ "Copy direct link (only works for users who have access to this file/folder)" : "Kopier direktelenke (fungerer bare for brukere som har tilgang til denne filen/mappen)", "\"remote user\"" : "\"ekstern bruker\"", "{newName} already exists." : "{newName} finnes allerede.", + "\"{segment}\" is not allowed inside a filename." : "\"{segment}\" er ikke tillatt i et filnavn.", + "\"{segment}\" is a forbidden file or folder name." : "\"{segment}\" er et forbudt fil- eller mappenavn.", + "\"{segment}\" is not an allowed filetype." : "\"{segment}\" er ikke en tillatt filtype.", + "Filenames must not end with \"{segment}\"." : "Filnavn må ikke slutte med \"{segment}\".", "Name cannot be empty" : "Navn kan ikke være tom", "Another entry with the same name already exists" : "En annen oppføring med samme navnet finnes allerede", "Storage informations" : "Informasjon om lagring", diff --git a/apps/files/l10n/pt_BR.js b/apps/files/l10n/pt_BR.js index a66edd1078eef..694e6d5d8f4ae 100644 --- a/apps/files/l10n/pt_BR.js +++ b/apps/files/l10n/pt_BR.js @@ -189,6 +189,8 @@ OC.L10N.register( "\"{displayName}\" action failed" : "A ação \"{displayName}\" falhou", "Toggle selection for file \"{displayName}\"" : "Alternar seleção do arquivo \"{displayName}\"", "Toggle selection for folder \"{displayName}\"" : "Alternar seleção da pasta \"{displayName}\"", + "File is loading" : "O arquivo está carregando", + "Folder is loading" : "A pasta está carregando", "Rename file" : "Renomear arquivo", "Filename" : "Nome do arquivo", "Folder name" : "Nome da pasta", @@ -323,6 +325,7 @@ OC.L10N.register( "PDFs" : "PDFs", "Folders" : "Pastas", "Audio" : "Áudio", + "Photos and images" : "Fotos e imagens", "Videos" : "Vídeos", "New folder creation cancelled" : "Criação de nova pasta cancelada", "Created new folder \"{name}\"" : "Nova pasta criada \"{name}\"", @@ -378,6 +381,10 @@ OC.L10N.register( "Copy direct link (only works for users who have access to this file/folder)" : "Copiar link direto (funciona apenas para usuários que tem acesso a este arquivo/pasta)", "\"remote user\"" : "\"usuário remoto\"", "{newName} already exists." : "{newName} já existe.", + "\"{segment}\" is not allowed inside a filename." : "\"{segment}\" não é permitido dentro de um nome de arquivo.", + "\"{segment}\" is a forbidden file or folder name." : "\"{segment}\" é um nome de arquivo ou pasta proibido.", + "\"{segment}\" is not an allowed filetype." : "\"{segment}\" não é um tipo de arquivo permitido.", + "Filenames must not end with \"{segment}\"." : "Os nomes de arquivos não devem terminar com \"{segment}\".", "Name cannot be empty" : "O nome não pode ficar em branco", "Another entry with the same name already exists" : "Já existe outra entrada com o mesmo nome", "Storage informations" : "Informações de armazenamento", diff --git a/apps/files/l10n/pt_BR.json b/apps/files/l10n/pt_BR.json index e6723bd6c1794..b3ef2c95aa42c 100644 --- a/apps/files/l10n/pt_BR.json +++ b/apps/files/l10n/pt_BR.json @@ -187,6 +187,8 @@ "\"{displayName}\" action failed" : "A ação \"{displayName}\" falhou", "Toggle selection for file \"{displayName}\"" : "Alternar seleção do arquivo \"{displayName}\"", "Toggle selection for folder \"{displayName}\"" : "Alternar seleção da pasta \"{displayName}\"", + "File is loading" : "O arquivo está carregando", + "Folder is loading" : "A pasta está carregando", "Rename file" : "Renomear arquivo", "Filename" : "Nome do arquivo", "Folder name" : "Nome da pasta", @@ -321,6 +323,7 @@ "PDFs" : "PDFs", "Folders" : "Pastas", "Audio" : "Áudio", + "Photos and images" : "Fotos e imagens", "Videos" : "Vídeos", "New folder creation cancelled" : "Criação de nova pasta cancelada", "Created new folder \"{name}\"" : "Nova pasta criada \"{name}\"", @@ -376,6 +379,10 @@ "Copy direct link (only works for users who have access to this file/folder)" : "Copiar link direto (funciona apenas para usuários que tem acesso a este arquivo/pasta)", "\"remote user\"" : "\"usuário remoto\"", "{newName} already exists." : "{newName} já existe.", + "\"{segment}\" is not allowed inside a filename." : "\"{segment}\" não é permitido dentro de um nome de arquivo.", + "\"{segment}\" is a forbidden file or folder name." : "\"{segment}\" é um nome de arquivo ou pasta proibido.", + "\"{segment}\" is not an allowed filetype." : "\"{segment}\" não é um tipo de arquivo permitido.", + "Filenames must not end with \"{segment}\"." : "Os nomes de arquivos não devem terminar com \"{segment}\".", "Name cannot be empty" : "O nome não pode ficar em branco", "Another entry with the same name already exists" : "Já existe outra entrada com o mesmo nome", "Storage informations" : "Informações de armazenamento", diff --git a/apps/files/l10n/ru.js b/apps/files/l10n/ru.js index 2f5f3ff9cb049..b53ae7555f968 100644 --- a/apps/files/l10n/ru.js +++ b/apps/files/l10n/ru.js @@ -189,6 +189,8 @@ OC.L10N.register( "\"{displayName}\" action failed" : "Действие «{displayName}» завершилось неудачно", "Toggle selection for file \"{displayName}\"" : "Установить или снять выделение файла «{displayName}»", "Toggle selection for folder \"{displayName}\"" : "Установить или снять выделение папки «{displayName}»", + "File is loading" : "Файл загружается", + "Folder is loading" : "Папка загружается", "Rename file" : "Переименовать файл", "Filename" : "Имя файла", "Folder name" : "Имя папки", diff --git a/apps/files/l10n/ru.json b/apps/files/l10n/ru.json index b71125c557658..a27c71af340b9 100644 --- a/apps/files/l10n/ru.json +++ b/apps/files/l10n/ru.json @@ -187,6 +187,8 @@ "\"{displayName}\" action failed" : "Действие «{displayName}» завершилось неудачно", "Toggle selection for file \"{displayName}\"" : "Установить или снять выделение файла «{displayName}»", "Toggle selection for folder \"{displayName}\"" : "Установить или снять выделение папки «{displayName}»", + "File is loading" : "Файл загружается", + "Folder is loading" : "Папка загружается", "Rename file" : "Переименовать файл", "Filename" : "Имя файла", "Folder name" : "Имя папки", diff --git a/apps/files_external/l10n/ru.js b/apps/files_external/l10n/ru.js index 23f03c787af77..73b1590cb6272 100644 --- a/apps/files_external/l10n/ru.js +++ b/apps/files_external/l10n/ru.js @@ -7,6 +7,7 @@ OC.L10N.register( "Error configuring OAuth2" : "Ошибка настройки OAuth2", "Generate keys" : "Создать ключи", "Error generating key pair" : "Ошибка создания пары ключей", + "Type to select account or group." : "Введите, чтобы выбрать учетную запись или группу.", "(Group)" : "(Группа)", "Compatibility with Mac NFD encoding (slow)" : "Совместимость с кодировкой Mac NFD (медленно)", "Enable encryption" : "Включить шифрование", @@ -36,6 +37,7 @@ OC.L10N.register( "Unsatisfied authentication mechanism parameters" : "Недопустимые настройки механизма авторизации", "Insufficient data: %s" : "Недостаточно данных: %s", "%s" : "%s", + "Storage with ID \"%d\" is not editable by non-admins" : "Хранилище с идентификатором \"%d\" не доступно для редактирования лицами, не являющимися администраторами ", "Access key" : "Ключ доступа", "Secret key" : "Секретный ключ", "Builtin" : "Встроенный", @@ -57,7 +59,10 @@ OC.L10N.register( "API key" : "Ключ API", "Global credentials" : "Глобальные учётные данные", "Log-in credentials, save in database" : "Учётные данные, хранить в базе данных", + "Login and password" : "Логин и пароль", "Log-in credentials, save in session" : "Учётные данные, хранить в сессии", + "Global credentials, manually entered" : "Глобальные учетные данные, введенные вручную", + "Manually entered, store in database" : "Вводится вручную, сохраняется в базе данных", "RSA public key" : "Открытый ключ RSA", "Public key" : "Открытый ключ", "RSA private key" : "Закрытый ключ RSA", @@ -74,6 +79,7 @@ OC.L10N.register( "Enable SSL" : "Использовать SSL", "Enable Path Style" : "Использовать стиль пути", "Legacy (v2) authentication" : "Устаревшая (v2) проверка подлинности", + "Enable multipart copy" : "Включить составное копирование", "WebDAV" : "WebDAV", "URL" : "URL", "Remote subfolder" : "Подкаталог на другом сервере", @@ -91,7 +97,9 @@ OC.L10N.register( "Share" : "Общий ресурс", "Show hidden files" : "Показать скрытые файлы", "Case sensitive file system" : "Файловая система чувствительная к регистру", + "Disabling it will allow to use a case insensitive file system, but comes with a performance penalty" : "Его отключение позволит использовать файловую систему без учета регистра, но приведет к снижению производительности", "Verify ACL access when listing files" : "Проверять права ACL при получении списка файлов", + "Check the ACL's of each file or folder inside a directory to filter out items where the account has no read permissions, comes with a performance penalty" : "Проверьте список контроля доступа для каждого файла или папки внутри каталога, чтобы отфильтровать элементы, для которых учетная запись не имеет прав на чтение, что приводит к снижению производительности", "Timeout" : "Тайм-аут", "SMB/CIFS using OC login" : "SMB/CIFS с использованием реквизитов входа", "OpenStack Object Storage" : "Хранилище объектов OpenStack", diff --git a/apps/files_external/l10n/ru.json b/apps/files_external/l10n/ru.json index e5dfbc7c1d805..d80f4d2ff4be8 100644 --- a/apps/files_external/l10n/ru.json +++ b/apps/files_external/l10n/ru.json @@ -5,6 +5,7 @@ "Error configuring OAuth2" : "Ошибка настройки OAuth2", "Generate keys" : "Создать ключи", "Error generating key pair" : "Ошибка создания пары ключей", + "Type to select account or group." : "Введите, чтобы выбрать учетную запись или группу.", "(Group)" : "(Группа)", "Compatibility with Mac NFD encoding (slow)" : "Совместимость с кодировкой Mac NFD (медленно)", "Enable encryption" : "Включить шифрование", @@ -34,6 +35,7 @@ "Unsatisfied authentication mechanism parameters" : "Недопустимые настройки механизма авторизации", "Insufficient data: %s" : "Недостаточно данных: %s", "%s" : "%s", + "Storage with ID \"%d\" is not editable by non-admins" : "Хранилище с идентификатором \"%d\" не доступно для редактирования лицами, не являющимися администраторами ", "Access key" : "Ключ доступа", "Secret key" : "Секретный ключ", "Builtin" : "Встроенный", @@ -55,7 +57,10 @@ "API key" : "Ключ API", "Global credentials" : "Глобальные учётные данные", "Log-in credentials, save in database" : "Учётные данные, хранить в базе данных", + "Login and password" : "Логин и пароль", "Log-in credentials, save in session" : "Учётные данные, хранить в сессии", + "Global credentials, manually entered" : "Глобальные учетные данные, введенные вручную", + "Manually entered, store in database" : "Вводится вручную, сохраняется в базе данных", "RSA public key" : "Открытый ключ RSA", "Public key" : "Открытый ключ", "RSA private key" : "Закрытый ключ RSA", @@ -72,6 +77,7 @@ "Enable SSL" : "Использовать SSL", "Enable Path Style" : "Использовать стиль пути", "Legacy (v2) authentication" : "Устаревшая (v2) проверка подлинности", + "Enable multipart copy" : "Включить составное копирование", "WebDAV" : "WebDAV", "URL" : "URL", "Remote subfolder" : "Подкаталог на другом сервере", @@ -89,7 +95,9 @@ "Share" : "Общий ресурс", "Show hidden files" : "Показать скрытые файлы", "Case sensitive file system" : "Файловая система чувствительная к регистру", + "Disabling it will allow to use a case insensitive file system, but comes with a performance penalty" : "Его отключение позволит использовать файловую систему без учета регистра, но приведет к снижению производительности", "Verify ACL access when listing files" : "Проверять права ACL при получении списка файлов", + "Check the ACL's of each file or folder inside a directory to filter out items where the account has no read permissions, comes with a performance penalty" : "Проверьте список контроля доступа для каждого файла или папки внутри каталога, чтобы отфильтровать элементы, для которых учетная запись не имеет прав на чтение, что приводит к снижению производительности", "Timeout" : "Тайм-аут", "SMB/CIFS using OC login" : "SMB/CIFS с использованием реквизитов входа", "OpenStack Object Storage" : "Хранилище объектов OpenStack", diff --git a/apps/files_sharing/l10n/ar.js b/apps/files_sharing/l10n/ar.js index dcee7787f7427..d0a6f1b2c39e8 100644 --- a/apps/files_sharing/l10n/ar.js +++ b/apps/files_sharing/l10n/ar.js @@ -12,9 +12,6 @@ OC.L10N.register( "Terms of service" : "شروط الخدمة", "Show list view" : "أظهِِر عرض القائمة list view", "Show grid view" : "أظهِِر عرض الصناديق grid view", - "No compatible server found at {remote}" : "لم يتم العثور على خادوم متوافق في {remote}", - "Invalid server URL" : "عنوان الرابط للخادوم غير صالح", - "Failed to add the public link to your Nextcloud" : "فشل في إضافة الرابط العام إلى الخادوم السحابي الخاص بك", "File shares" : "مشاركات الملفات", "Downloaded via public link" : "تمّ تنزيله عبر رابط عام", "Downloaded by {email}" : "تمّ التنزيل بواسطة {email}", @@ -363,6 +360,9 @@ OC.L10N.register( "Share not found" : "مشاركة غير موجودة", "Back to %s" : "عودة إلى %s", "Add to your Nextcloud" : "أضِف إلى حسابك على نكست كلاود", + "No compatible server found at {remote}" : "لم يتم العثور على خادوم متوافق في {remote}", + "Invalid server URL" : "عنوان الرابط للخادوم غير صالح", + "Failed to add the public link to your Nextcloud" : "فشل في إضافة الرابط العام إلى الخادوم السحابي الخاص بك", "Files" : "الملفّات", "Please specify a valid user" : "يرجى تحديد مستخدم صحيح", "Please specify a valid federated user ID" : "رجاءً عيّن مُعرِّفاً صحيحاً لمستخدم اتحادي federated user ID", diff --git a/apps/files_sharing/l10n/ar.json b/apps/files_sharing/l10n/ar.json index 4104b463de598..1b15de2f2b407 100644 --- a/apps/files_sharing/l10n/ar.json +++ b/apps/files_sharing/l10n/ar.json @@ -10,9 +10,6 @@ "Terms of service" : "شروط الخدمة", "Show list view" : "أظهِِر عرض القائمة list view", "Show grid view" : "أظهِِر عرض الصناديق grid view", - "No compatible server found at {remote}" : "لم يتم العثور على خادوم متوافق في {remote}", - "Invalid server URL" : "عنوان الرابط للخادوم غير صالح", - "Failed to add the public link to your Nextcloud" : "فشل في إضافة الرابط العام إلى الخادوم السحابي الخاص بك", "File shares" : "مشاركات الملفات", "Downloaded via public link" : "تمّ تنزيله عبر رابط عام", "Downloaded by {email}" : "تمّ التنزيل بواسطة {email}", @@ -361,6 +358,9 @@ "Share not found" : "مشاركة غير موجودة", "Back to %s" : "عودة إلى %s", "Add to your Nextcloud" : "أضِف إلى حسابك على نكست كلاود", + "No compatible server found at {remote}" : "لم يتم العثور على خادوم متوافق في {remote}", + "Invalid server URL" : "عنوان الرابط للخادوم غير صالح", + "Failed to add the public link to your Nextcloud" : "فشل في إضافة الرابط العام إلى الخادوم السحابي الخاص بك", "Files" : "الملفّات", "Please specify a valid user" : "يرجى تحديد مستخدم صحيح", "Please specify a valid federated user ID" : "رجاءً عيّن مُعرِّفاً صحيحاً لمستخدم اتحادي federated user ID", diff --git a/apps/files_sharing/l10n/ast.js b/apps/files_sharing/l10n/ast.js index 0d1d85a47c7c8..d8a50174a3ee3 100644 --- a/apps/files_sharing/l10n/ast.js +++ b/apps/files_sharing/l10n/ast.js @@ -12,9 +12,6 @@ OC.L10N.register( "Terms of service" : "Términos del serviciu", "Show list view" : "Amosar la vista en llista", "Show grid view" : "Amosar la vista en rexáu", - "No compatible server found at {remote}" : "Nun s'atopó nengún sirvidor compatible en «{remote}»", - "Invalid server URL" : "La URL del sirvidor ye inválida", - "Failed to add the public link to your Nextcloud" : "Nun se pue amestar l'enllaz públicu a esta instancia de Nextcloud", "File shares" : "Ficheros compartíos", "Downloaded via public link" : "Elementu baxáu per enllaz públicu", "Downloaded by {email}" : "Elementu baxáu por «{email}»", @@ -304,6 +301,9 @@ OC.L10N.register( "Share not found" : "Nun s'atopó la compartición", "Back to %s" : "Volver a «%s»", "Add to your Nextcloud" : "Amestar a Nextcloud", + "No compatible server found at {remote}" : "Nun s'atopó nengún sirvidor compatible en «{remote}»", + "Invalid server URL" : "La URL del sirvidor ye inválida", + "Failed to add the public link to your Nextcloud" : "Nun se pue amestar l'enllaz públicu a esta instancia de Nextcloud", "Files" : "Ficheros", "Please specify a valid user" : "Especifica un usuariu válidu", "Please specify a valid federated user ID" : "Especifica una ID d'usuariu federáu válida", diff --git a/apps/files_sharing/l10n/ast.json b/apps/files_sharing/l10n/ast.json index f42c44c3ed33a..740d60885ba22 100644 --- a/apps/files_sharing/l10n/ast.json +++ b/apps/files_sharing/l10n/ast.json @@ -10,9 +10,6 @@ "Terms of service" : "Términos del serviciu", "Show list view" : "Amosar la vista en llista", "Show grid view" : "Amosar la vista en rexáu", - "No compatible server found at {remote}" : "Nun s'atopó nengún sirvidor compatible en «{remote}»", - "Invalid server URL" : "La URL del sirvidor ye inválida", - "Failed to add the public link to your Nextcloud" : "Nun se pue amestar l'enllaz públicu a esta instancia de Nextcloud", "File shares" : "Ficheros compartíos", "Downloaded via public link" : "Elementu baxáu per enllaz públicu", "Downloaded by {email}" : "Elementu baxáu por «{email}»", @@ -302,6 +299,9 @@ "Share not found" : "Nun s'atopó la compartición", "Back to %s" : "Volver a «%s»", "Add to your Nextcloud" : "Amestar a Nextcloud", + "No compatible server found at {remote}" : "Nun s'atopó nengún sirvidor compatible en «{remote}»", + "Invalid server URL" : "La URL del sirvidor ye inválida", + "Failed to add the public link to your Nextcloud" : "Nun se pue amestar l'enllaz públicu a esta instancia de Nextcloud", "Files" : "Ficheros", "Please specify a valid user" : "Especifica un usuariu válidu", "Please specify a valid federated user ID" : "Especifica una ID d'usuariu federáu válida", diff --git a/apps/files_sharing/l10n/bg.js b/apps/files_sharing/l10n/bg.js index a29b4c6537093..90cc4f6c77fa4 100644 --- a/apps/files_sharing/l10n/bg.js +++ b/apps/files_sharing/l10n/bg.js @@ -12,9 +12,6 @@ OC.L10N.register( "Terms of service" : "Условия за ползване", "Show list view" : "Показване с изглед на списък", "Show grid view" : "Показване в решетъчен изглед", - "No compatible server found at {remote}" : "Не беше намерен съвместим сървър на {remote}", - "Invalid server URL" : "URL адреса на сървъра не е валиден", - "Failed to add the public link to your Nextcloud" : "Неуспешно добавяне на публичната връзка към вашия Nextcloud", "File shares" : "Няма споделяния", "Downloaded via public link" : "Изтеглен чрез публична връзка", "Downloaded by {email}" : "Изтеглен от {email}", @@ -245,6 +242,9 @@ OC.L10N.register( "Share not found" : "Споделянето не е открито", "Back to %s" : "Обратно към %s", "Add to your Nextcloud" : "Добавете към Nextcloud", + "No compatible server found at {remote}" : "Не беше намерен съвместим сървър на {remote}", + "Invalid server URL" : "URL адреса на сървъра не е валиден", + "Failed to add the public link to your Nextcloud" : "Неуспешно добавяне на публичната връзка към вашия Nextcloud", "Files" : "Файлове", "Please specify a valid user" : "Моля въведете валиден потребител", "Please specify a valid federated user ID" : "Моля, посочете валиден идентификатор на федериран потребител", diff --git a/apps/files_sharing/l10n/bg.json b/apps/files_sharing/l10n/bg.json index 3524625e4b548..6b87877ddfb1c 100644 --- a/apps/files_sharing/l10n/bg.json +++ b/apps/files_sharing/l10n/bg.json @@ -10,9 +10,6 @@ "Terms of service" : "Условия за ползване", "Show list view" : "Показване с изглед на списък", "Show grid view" : "Показване в решетъчен изглед", - "No compatible server found at {remote}" : "Не беше намерен съвместим сървър на {remote}", - "Invalid server URL" : "URL адреса на сървъра не е валиден", - "Failed to add the public link to your Nextcloud" : "Неуспешно добавяне на публичната връзка към вашия Nextcloud", "File shares" : "Няма споделяния", "Downloaded via public link" : "Изтеглен чрез публична връзка", "Downloaded by {email}" : "Изтеглен от {email}", @@ -243,6 +240,9 @@ "Share not found" : "Споделянето не е открито", "Back to %s" : "Обратно към %s", "Add to your Nextcloud" : "Добавете към Nextcloud", + "No compatible server found at {remote}" : "Не беше намерен съвместим сървър на {remote}", + "Invalid server URL" : "URL адреса на сървъра не е валиден", + "Failed to add the public link to your Nextcloud" : "Неуспешно добавяне на публичната връзка към вашия Nextcloud", "Files" : "Файлове", "Please specify a valid user" : "Моля въведете валиден потребител", "Please specify a valid federated user ID" : "Моля, посочете валиден идентификатор на федериран потребител", diff --git a/apps/files_sharing/l10n/ca.js b/apps/files_sharing/l10n/ca.js index 6558f6ba257e6..03eee11c7edda 100644 --- a/apps/files_sharing/l10n/ca.js +++ b/apps/files_sharing/l10n/ca.js @@ -12,9 +12,6 @@ OC.L10N.register( "Terms of service" : "Condicions del servei", "Show list view" : "Mostra la visualització de llista", "Show grid view" : "Mostra la visualització de graella", - "No compatible server found at {remote}" : "No s'ha trobat cap servidor compatible a {remote}", - "Invalid server URL" : "L'URL del servidor no és vàlida", - "Failed to add the public link to your Nextcloud" : "No s'ha pogut afegir l'enllaç públic al vostre Nextcloud", "File shares" : "Fitxers compartits", "Downloaded via public link" : "S'ha baixat mitjançant un enllaç públic", "Downloaded by {email}" : "{email} l'ha baixat", @@ -286,6 +283,9 @@ OC.L10N.register( "Share not found" : "No s'ha trobat l'element compartit", "Back to %s" : "Torna a %s", "Add to your Nextcloud" : "Afegeix al Nextcloud", + "No compatible server found at {remote}" : "No s'ha trobat cap servidor compatible a {remote}", + "Invalid server URL" : "L'URL del servidor no és vàlida", + "Failed to add the public link to your Nextcloud" : "No s'ha pogut afegir l'enllaç públic al vostre Nextcloud", "Files" : "Fitxers", "Please specify a valid user" : "Especifiqueu un usuari vàlid", "Please specify a valid federated user ID" : "Especifiqueu un ID d'usuari federat vàlid", diff --git a/apps/files_sharing/l10n/ca.json b/apps/files_sharing/l10n/ca.json index fd1f71de254ae..31744fdcd690b 100644 --- a/apps/files_sharing/l10n/ca.json +++ b/apps/files_sharing/l10n/ca.json @@ -10,9 +10,6 @@ "Terms of service" : "Condicions del servei", "Show list view" : "Mostra la visualització de llista", "Show grid view" : "Mostra la visualització de graella", - "No compatible server found at {remote}" : "No s'ha trobat cap servidor compatible a {remote}", - "Invalid server URL" : "L'URL del servidor no és vàlida", - "Failed to add the public link to your Nextcloud" : "No s'ha pogut afegir l'enllaç públic al vostre Nextcloud", "File shares" : "Fitxers compartits", "Downloaded via public link" : "S'ha baixat mitjançant un enllaç públic", "Downloaded by {email}" : "{email} l'ha baixat", @@ -284,6 +281,9 @@ "Share not found" : "No s'ha trobat l'element compartit", "Back to %s" : "Torna a %s", "Add to your Nextcloud" : "Afegeix al Nextcloud", + "No compatible server found at {remote}" : "No s'ha trobat cap servidor compatible a {remote}", + "Invalid server URL" : "L'URL del servidor no és vàlida", + "Failed to add the public link to your Nextcloud" : "No s'ha pogut afegir l'enllaç públic al vostre Nextcloud", "Files" : "Fitxers", "Please specify a valid user" : "Especifiqueu un usuari vàlid", "Please specify a valid federated user ID" : "Especifiqueu un ID d'usuari federat vàlid", diff --git a/apps/files_sharing/l10n/cs.js b/apps/files_sharing/l10n/cs.js index 3de37d65ecda4..ab1f2325a02ba 100644 --- a/apps/files_sharing/l10n/cs.js +++ b/apps/files_sharing/l10n/cs.js @@ -12,9 +12,6 @@ OC.L10N.register( "Terms of service" : "Všeobecné podmínky", "Show list view" : "Zobrazit v seznamu", "Show grid view" : "Zobrazit v mřížce", - "No compatible server found at {remote}" : "Na {remote} nebyl nalezen kompatibilní server", - "Invalid server URL" : "Neplatná URL serveru", - "Failed to add the public link to your Nextcloud" : "Nepodařilo se přidání veřejného odkazu do Nextcloud", "File shares" : "Sdílení souborů", "Downloaded via public link" : "Staženo prostřednictvím veřejného odkazu", "Downloaded by {email}" : "Stáhnul(a) si {email}", @@ -292,6 +289,9 @@ OC.L10N.register( "Share not found" : "Sdílení nenalezeno", "Back to %s" : "Zpět na %s", "Add to your Nextcloud" : "Přidat do Nextcloud", + "No compatible server found at {remote}" : "Na {remote} nebyl nalezen kompatibilní server", + "Invalid server URL" : "Neplatná URL serveru", + "Failed to add the public link to your Nextcloud" : "Nepodařilo se přidání veřejného odkazu do Nextcloud", "Files" : "Soubory", "Please specify a valid user" : "Zadejte platného uživatele", "Please specify a valid federated user ID" : "Zadejte platný federovaný identifikátor uživatele", diff --git a/apps/files_sharing/l10n/cs.json b/apps/files_sharing/l10n/cs.json index 6015555b275df..65fef025ac325 100644 --- a/apps/files_sharing/l10n/cs.json +++ b/apps/files_sharing/l10n/cs.json @@ -10,9 +10,6 @@ "Terms of service" : "Všeobecné podmínky", "Show list view" : "Zobrazit v seznamu", "Show grid view" : "Zobrazit v mřížce", - "No compatible server found at {remote}" : "Na {remote} nebyl nalezen kompatibilní server", - "Invalid server URL" : "Neplatná URL serveru", - "Failed to add the public link to your Nextcloud" : "Nepodařilo se přidání veřejného odkazu do Nextcloud", "File shares" : "Sdílení souborů", "Downloaded via public link" : "Staženo prostřednictvím veřejného odkazu", "Downloaded by {email}" : "Stáhnul(a) si {email}", @@ -290,6 +287,9 @@ "Share not found" : "Sdílení nenalezeno", "Back to %s" : "Zpět na %s", "Add to your Nextcloud" : "Přidat do Nextcloud", + "No compatible server found at {remote}" : "Na {remote} nebyl nalezen kompatibilní server", + "Invalid server URL" : "Neplatná URL serveru", + "Failed to add the public link to your Nextcloud" : "Nepodařilo se přidání veřejného odkazu do Nextcloud", "Files" : "Soubory", "Please specify a valid user" : "Zadejte platného uživatele", "Please specify a valid federated user ID" : "Zadejte platný federovaný identifikátor uživatele", diff --git a/apps/files_sharing/l10n/da.js b/apps/files_sharing/l10n/da.js index f2e6297397b5c..4c6832106f8de 100644 --- a/apps/files_sharing/l10n/da.js +++ b/apps/files_sharing/l10n/da.js @@ -12,9 +12,6 @@ OC.L10N.register( "Terms of service" : "Servicebetingelser", "Show list view" : "Vis som liste", "Show grid view" : "Vis som gitter", - "No compatible server found at {remote}" : "Ingen kompatible servere fundet på {remote}", - "Invalid server URL" : "Ugyldig server adresse", - "Failed to add the public link to your Nextcloud" : "Fejl ved tilføjelse af offentligt link til din Nextcloud", "File shares" : "Fildelinger", "Downloaded via public link" : "Downloaded via et offentligt link", "Downloaded by {email}" : "Downloaded af {email}", @@ -188,6 +185,9 @@ OC.L10N.register( "Share not found" : "Delt fil ikke fundet", "Back to %s" : "Tilbage til %s", "Add to your Nextcloud" : "Tilføj til din Nextcloud", + "No compatible server found at {remote}" : "Ingen kompatible servere fundet på {remote}", + "Invalid server URL" : "Ugyldig server adresse", + "Failed to add the public link to your Nextcloud" : "Fejl ved tilføjelse af offentligt link til din Nextcloud", "Files" : "Filer", "Please specify a valid user" : "Angiv en gyldig bruger", "You cannot share to a Circle if the app is not enabled" : "Du kan ikke dele en CIrkel hvis appen ikke er aktiveret", diff --git a/apps/files_sharing/l10n/da.json b/apps/files_sharing/l10n/da.json index a1be1e47faaea..5d2305105d92a 100644 --- a/apps/files_sharing/l10n/da.json +++ b/apps/files_sharing/l10n/da.json @@ -10,9 +10,6 @@ "Terms of service" : "Servicebetingelser", "Show list view" : "Vis som liste", "Show grid view" : "Vis som gitter", - "No compatible server found at {remote}" : "Ingen kompatible servere fundet på {remote}", - "Invalid server URL" : "Ugyldig server adresse", - "Failed to add the public link to your Nextcloud" : "Fejl ved tilføjelse af offentligt link til din Nextcloud", "File shares" : "Fildelinger", "Downloaded via public link" : "Downloaded via et offentligt link", "Downloaded by {email}" : "Downloaded af {email}", @@ -186,6 +183,9 @@ "Share not found" : "Delt fil ikke fundet", "Back to %s" : "Tilbage til %s", "Add to your Nextcloud" : "Tilføj til din Nextcloud", + "No compatible server found at {remote}" : "Ingen kompatible servere fundet på {remote}", + "Invalid server URL" : "Ugyldig server adresse", + "Failed to add the public link to your Nextcloud" : "Fejl ved tilføjelse af offentligt link til din Nextcloud", "Files" : "Filer", "Please specify a valid user" : "Angiv en gyldig bruger", "You cannot share to a Circle if the app is not enabled" : "Du kan ikke dele en CIrkel hvis appen ikke er aktiveret", diff --git a/apps/files_sharing/l10n/de.js b/apps/files_sharing/l10n/de.js index 53bbcea9fad89..90a579b26ba2b 100644 --- a/apps/files_sharing/l10n/de.js +++ b/apps/files_sharing/l10n/de.js @@ -12,9 +12,6 @@ OC.L10N.register( "Terms of service" : "Nutzungsbedingungen", "Show list view" : "Listenansicht anzeigen", "Show grid view" : "Rasteransicht anzeigen", - "No compatible server found at {remote}" : "Keinen kompatiblen Server unter {remote} gefunden", - "Invalid server URL" : "Falsche Server-URL", - "Failed to add the public link to your Nextcloud" : "Fehler beim Hinzufügen des öffentlichen Links zu deiner Nextcloud", "File shares" : "Dateifreigaben", "Downloaded via public link" : "Über den öffentlichen Link heruntergeladen", "Downloaded by {email}" : "Heruntergeladen von {email}", @@ -363,6 +360,9 @@ OC.L10N.register( "Share not found" : "Freigabe nicht gefunden", "Back to %s" : "Zurück zu %s", "Add to your Nextcloud" : "Zu deiner Nextcloud hinzufügen", + "No compatible server found at {remote}" : "Keinen kompatiblen Server unter {remote} gefunden", + "Invalid server URL" : "Falsche Server-URL", + "Failed to add the public link to your Nextcloud" : "Fehler beim Hinzufügen des öffentlichen Links zu deiner Nextcloud", "Files" : "Dateien", "Please specify a valid user" : "Bitte gib einen gültigen Benutzer an", "Please specify a valid federated user ID" : "Bitte gib eine gültige Federated-Benutzer-ID ein", diff --git a/apps/files_sharing/l10n/de.json b/apps/files_sharing/l10n/de.json index de71113313766..ef25d1153bc5e 100644 --- a/apps/files_sharing/l10n/de.json +++ b/apps/files_sharing/l10n/de.json @@ -10,9 +10,6 @@ "Terms of service" : "Nutzungsbedingungen", "Show list view" : "Listenansicht anzeigen", "Show grid view" : "Rasteransicht anzeigen", - "No compatible server found at {remote}" : "Keinen kompatiblen Server unter {remote} gefunden", - "Invalid server URL" : "Falsche Server-URL", - "Failed to add the public link to your Nextcloud" : "Fehler beim Hinzufügen des öffentlichen Links zu deiner Nextcloud", "File shares" : "Dateifreigaben", "Downloaded via public link" : "Über den öffentlichen Link heruntergeladen", "Downloaded by {email}" : "Heruntergeladen von {email}", @@ -361,6 +358,9 @@ "Share not found" : "Freigabe nicht gefunden", "Back to %s" : "Zurück zu %s", "Add to your Nextcloud" : "Zu deiner Nextcloud hinzufügen", + "No compatible server found at {remote}" : "Keinen kompatiblen Server unter {remote} gefunden", + "Invalid server URL" : "Falsche Server-URL", + "Failed to add the public link to your Nextcloud" : "Fehler beim Hinzufügen des öffentlichen Links zu deiner Nextcloud", "Files" : "Dateien", "Please specify a valid user" : "Bitte gib einen gültigen Benutzer an", "Please specify a valid federated user ID" : "Bitte gib eine gültige Federated-Benutzer-ID ein", diff --git a/apps/files_sharing/l10n/de_DE.js b/apps/files_sharing/l10n/de_DE.js index 2c75939b1c73c..ea755e3e7ff62 100644 --- a/apps/files_sharing/l10n/de_DE.js +++ b/apps/files_sharing/l10n/de_DE.js @@ -12,9 +12,6 @@ OC.L10N.register( "Terms of service" : "Nutzungsbedingungen", "Show list view" : "Listenansicht anzeigen", "Show grid view" : "Kachelansicht anzeigen", - "No compatible server found at {remote}" : "Keinen kompatiblen Server unter {remote} gefunden", - "Invalid server URL" : "Falsche Server-URL", - "Failed to add the public link to your Nextcloud" : "Fehler beim Hinzufügen des öffentlichen Links zu Ihrer Nextcloud", "File shares" : "Dateifreigaben", "Downloaded via public link" : "Über den öffentlichen Link heruntergeladen", "Downloaded by {email}" : "Heruntergeladen von {email}", @@ -363,6 +360,9 @@ OC.L10N.register( "Share not found" : "Freigabe nicht gefunden", "Back to %s" : "Zurück zu %s", "Add to your Nextcloud" : "Zu Ihrer Nextcloud hinzufügen", + "No compatible server found at {remote}" : "Keinen kompatiblen Server unter {remote} gefunden", + "Invalid server URL" : "Falsche Server-URL", + "Failed to add the public link to your Nextcloud" : "Fehler beim Hinzufügen des öffentlichen Links zu Ihrer Nextcloud", "Files" : "Dateien", "Please specify a valid user" : "Bitte geben Sie einen gültigen Benutzer an", "Please specify a valid federated user ID" : "Bitte geben Sie eine gültige Federated-Benutzer-ID ein", diff --git a/apps/files_sharing/l10n/de_DE.json b/apps/files_sharing/l10n/de_DE.json index 958fd9787ff8a..b1e6b83b96bbd 100644 --- a/apps/files_sharing/l10n/de_DE.json +++ b/apps/files_sharing/l10n/de_DE.json @@ -10,9 +10,6 @@ "Terms of service" : "Nutzungsbedingungen", "Show list view" : "Listenansicht anzeigen", "Show grid view" : "Kachelansicht anzeigen", - "No compatible server found at {remote}" : "Keinen kompatiblen Server unter {remote} gefunden", - "Invalid server URL" : "Falsche Server-URL", - "Failed to add the public link to your Nextcloud" : "Fehler beim Hinzufügen des öffentlichen Links zu Ihrer Nextcloud", "File shares" : "Dateifreigaben", "Downloaded via public link" : "Über den öffentlichen Link heruntergeladen", "Downloaded by {email}" : "Heruntergeladen von {email}", @@ -361,6 +358,9 @@ "Share not found" : "Freigabe nicht gefunden", "Back to %s" : "Zurück zu %s", "Add to your Nextcloud" : "Zu Ihrer Nextcloud hinzufügen", + "No compatible server found at {remote}" : "Keinen kompatiblen Server unter {remote} gefunden", + "Invalid server URL" : "Falsche Server-URL", + "Failed to add the public link to your Nextcloud" : "Fehler beim Hinzufügen des öffentlichen Links zu Ihrer Nextcloud", "Files" : "Dateien", "Please specify a valid user" : "Bitte geben Sie einen gültigen Benutzer an", "Please specify a valid federated user ID" : "Bitte geben Sie eine gültige Federated-Benutzer-ID ein", diff --git a/apps/files_sharing/l10n/el.js b/apps/files_sharing/l10n/el.js index e2eb8290f506a..3058acb10d4e7 100644 --- a/apps/files_sharing/l10n/el.js +++ b/apps/files_sharing/l10n/el.js @@ -12,9 +12,6 @@ OC.L10N.register( "Terms of service" : "Όροι χρήσης", "Show list view" : "Προβολή λίστας", "Show grid view" : "Προβολή πλέγματος", - "No compatible server found at {remote}" : "Δεν βρέθηκε συμβατός διακομιστής σε {remote}", - "Invalid server URL" : "Μη έγκυρο URL διακομιστή", - "Failed to add the public link to your Nextcloud" : "Αποτυχία στην πρόσθεση του κοινού συνδέσμου στο Nextcloud σας", "File shares" : "Κοινή χρήση αρχείων", "Downloaded via public link" : "Μεταφορτώθηκε μέσω δημόσιου συνδέσμου", "Downloaded by {email}" : "Μεταφορτώθηκε από {email}", @@ -263,6 +260,9 @@ OC.L10N.register( "Share not found" : "Δεν βρέθηκε το κονόχρηστο", "Back to %s" : "Πίσω στο %s", "Add to your Nextcloud" : "Προσθήκη στο Nextcloud σου", + "No compatible server found at {remote}" : "Δεν βρέθηκε συμβατός διακομιστής σε {remote}", + "Invalid server URL" : "Μη έγκυρο URL διακομιστή", + "Failed to add the public link to your Nextcloud" : "Αποτυχία στην πρόσθεση του κοινού συνδέσμου στο Nextcloud σας", "Files" : "Αρχεία", "Please specify a valid user" : "Παρακαλούμε καθορίστε έναν έγκυρο χρήστη", "You cannot share to a Circle if the app is not enabled" : "Δεν μπορείτε να διαμοιράσετε σε έναν Κύκλο εάν η εφαρμογή δεν είναι ενεργοποιημένη", diff --git a/apps/files_sharing/l10n/el.json b/apps/files_sharing/l10n/el.json index 496d89b6101db..18458c8559f7c 100644 --- a/apps/files_sharing/l10n/el.json +++ b/apps/files_sharing/l10n/el.json @@ -10,9 +10,6 @@ "Terms of service" : "Όροι χρήσης", "Show list view" : "Προβολή λίστας", "Show grid view" : "Προβολή πλέγματος", - "No compatible server found at {remote}" : "Δεν βρέθηκε συμβατός διακομιστής σε {remote}", - "Invalid server URL" : "Μη έγκυρο URL διακομιστή", - "Failed to add the public link to your Nextcloud" : "Αποτυχία στην πρόσθεση του κοινού συνδέσμου στο Nextcloud σας", "File shares" : "Κοινή χρήση αρχείων", "Downloaded via public link" : "Μεταφορτώθηκε μέσω δημόσιου συνδέσμου", "Downloaded by {email}" : "Μεταφορτώθηκε από {email}", @@ -261,6 +258,9 @@ "Share not found" : "Δεν βρέθηκε το κονόχρηστο", "Back to %s" : "Πίσω στο %s", "Add to your Nextcloud" : "Προσθήκη στο Nextcloud σου", + "No compatible server found at {remote}" : "Δεν βρέθηκε συμβατός διακομιστής σε {remote}", + "Invalid server URL" : "Μη έγκυρο URL διακομιστή", + "Failed to add the public link to your Nextcloud" : "Αποτυχία στην πρόσθεση του κοινού συνδέσμου στο Nextcloud σας", "Files" : "Αρχεία", "Please specify a valid user" : "Παρακαλούμε καθορίστε έναν έγκυρο χρήστη", "You cannot share to a Circle if the app is not enabled" : "Δεν μπορείτε να διαμοιράσετε σε έναν Κύκλο εάν η εφαρμογή δεν είναι ενεργοποιημένη", diff --git a/apps/files_sharing/l10n/en_GB.js b/apps/files_sharing/l10n/en_GB.js index 87b637ceba4ac..5c4d3fac2ff43 100644 --- a/apps/files_sharing/l10n/en_GB.js +++ b/apps/files_sharing/l10n/en_GB.js @@ -12,9 +12,6 @@ OC.L10N.register( "Terms of service" : "Terms of service", "Show list view" : "Show list view", "Show grid view" : "Show grid view", - "No compatible server found at {remote}" : "No compatible server found at {remote}", - "Invalid server URL" : "Invalid server URL", - "Failed to add the public link to your Nextcloud" : "Failed to add the public link to your Nextcloud", "File shares" : "File shares", "Downloaded via public link" : "Downloaded via public link", "Downloaded by {email}" : "Downloaded by {email}", @@ -363,6 +360,9 @@ OC.L10N.register( "Share not found" : "Share not found", "Back to %s" : "Back to %s", "Add to your Nextcloud" : "Add to your Nextcloud", + "No compatible server found at {remote}" : "No compatible server found at {remote}", + "Invalid server URL" : "Invalid server URL", + "Failed to add the public link to your Nextcloud" : "Failed to add the public link to your Nextcloud", "Files" : "Files", "Please specify a valid user" : "Please specify a valid user", "Please specify a valid federated user ID" : "Please specify a valid federated user ID", diff --git a/apps/files_sharing/l10n/en_GB.json b/apps/files_sharing/l10n/en_GB.json index 0d6b2433ac9c3..777807f0402e1 100644 --- a/apps/files_sharing/l10n/en_GB.json +++ b/apps/files_sharing/l10n/en_GB.json @@ -10,9 +10,6 @@ "Terms of service" : "Terms of service", "Show list view" : "Show list view", "Show grid view" : "Show grid view", - "No compatible server found at {remote}" : "No compatible server found at {remote}", - "Invalid server URL" : "Invalid server URL", - "Failed to add the public link to your Nextcloud" : "Failed to add the public link to your Nextcloud", "File shares" : "File shares", "Downloaded via public link" : "Downloaded via public link", "Downloaded by {email}" : "Downloaded by {email}", @@ -361,6 +358,9 @@ "Share not found" : "Share not found", "Back to %s" : "Back to %s", "Add to your Nextcloud" : "Add to your Nextcloud", + "No compatible server found at {remote}" : "No compatible server found at {remote}", + "Invalid server URL" : "Invalid server URL", + "Failed to add the public link to your Nextcloud" : "Failed to add the public link to your Nextcloud", "Files" : "Files", "Please specify a valid user" : "Please specify a valid user", "Please specify a valid federated user ID" : "Please specify a valid federated user ID", diff --git a/apps/files_sharing/l10n/eo.js b/apps/files_sharing/l10n/eo.js index 5dc2c062beb1b..73a8cbc24d07c 100644 --- a/apps/files_sharing/l10n/eo.js +++ b/apps/files_sharing/l10n/eo.js @@ -10,9 +10,6 @@ OC.L10N.register( "Terms of service" : "Kondiĉoj de uzado", "Show list view" : "Montri listan vidon", "Show grid view" : "Montri kradan vidon", - "No compatible server found at {remote}" : "Neniu kongrua servilo trovita je {remote}", - "Invalid server URL" : "Nevalida servila retadreso", - "Failed to add the public link to your Nextcloud" : "Ne eblis aldoni la publikan ligilon al via Nextcloud", "File shares" : "Dosieraj kunhavoj", "Downloaded via public link" : "Elŝutita per publika ligilo", "Downloaded by {email}" : "Elŝutita de {email}", @@ -185,6 +182,9 @@ OC.L10N.register( "Share not found" : "Kunhavigo ne troviĝis", "Back to %s" : "Antaŭen al %s", "Add to your Nextcloud" : "Aldoni al via Nextcloud", + "No compatible server found at {remote}" : "Neniu kongrua servilo trovita je {remote}", + "Invalid server URL" : "Nevalida servila retadreso", + "Failed to add the public link to your Nextcloud" : "Ne eblis aldoni la publikan ligilon al via Nextcloud", "Files" : "Dosieroj", "Please specify a valid user" : "Bv. doni validan uzanton", "You cannot share to a Circle if the app is not enabled" : "Vi ne povas kunhavigi per Rondo, se la aplikaĵo „Rondo“ ne estas ebligita", diff --git a/apps/files_sharing/l10n/eo.json b/apps/files_sharing/l10n/eo.json index 7b4628f62429a..51bcd1236b612 100644 --- a/apps/files_sharing/l10n/eo.json +++ b/apps/files_sharing/l10n/eo.json @@ -8,9 +8,6 @@ "Terms of service" : "Kondiĉoj de uzado", "Show list view" : "Montri listan vidon", "Show grid view" : "Montri kradan vidon", - "No compatible server found at {remote}" : "Neniu kongrua servilo trovita je {remote}", - "Invalid server URL" : "Nevalida servila retadreso", - "Failed to add the public link to your Nextcloud" : "Ne eblis aldoni la publikan ligilon al via Nextcloud", "File shares" : "Dosieraj kunhavoj", "Downloaded via public link" : "Elŝutita per publika ligilo", "Downloaded by {email}" : "Elŝutita de {email}", @@ -183,6 +180,9 @@ "Share not found" : "Kunhavigo ne troviĝis", "Back to %s" : "Antaŭen al %s", "Add to your Nextcloud" : "Aldoni al via Nextcloud", + "No compatible server found at {remote}" : "Neniu kongrua servilo trovita je {remote}", + "Invalid server URL" : "Nevalida servila retadreso", + "Failed to add the public link to your Nextcloud" : "Ne eblis aldoni la publikan ligilon al via Nextcloud", "Files" : "Dosieroj", "Please specify a valid user" : "Bv. doni validan uzanton", "You cannot share to a Circle if the app is not enabled" : "Vi ne povas kunhavigi per Rondo, se la aplikaĵo „Rondo“ ne estas ebligita", diff --git a/apps/files_sharing/l10n/es.js b/apps/files_sharing/l10n/es.js index 3f87615f5e147..e805374876b58 100644 --- a/apps/files_sharing/l10n/es.js +++ b/apps/files_sharing/l10n/es.js @@ -12,9 +12,6 @@ OC.L10N.register( "Terms of service" : "Términos del servicio", "Show list view" : "Mostrar vista de lista", "Show grid view" : "Mostrar vista de cuadrícula", - "No compatible server found at {remote}" : "No se ha encontrado un servidor compatible en {remote}", - "Invalid server URL" : "URL del servidor inválida", - "Failed to add the public link to your Nextcloud" : "No se ha podido añadir el enlace público a tu Nextcloud", "File shares" : "Archivos compartidos", "Downloaded via public link" : "Descargado vía enlace público", "Downloaded by {email}" : "Descargado por {email}", @@ -290,6 +287,9 @@ OC.L10N.register( "Share not found" : "Recurso compartido no encontrado", "Back to %s" : "Volver a %s", "Add to your Nextcloud" : "Añadir a tu Nextcloud", + "No compatible server found at {remote}" : "No se ha encontrado un servidor compatible en {remote}", + "Invalid server URL" : "URL del servidor inválida", + "Failed to add the public link to your Nextcloud" : "No se ha podido añadir el enlace público a tu Nextcloud", "Files" : "Archivos", "Please specify a valid user" : "Por favor, especifica un usuario válido", "Please specify a valid federated user ID" : "Por favor, especifique un ID de usuario federado válido", diff --git a/apps/files_sharing/l10n/es.json b/apps/files_sharing/l10n/es.json index 43cdab46b109d..af47735677f53 100644 --- a/apps/files_sharing/l10n/es.json +++ b/apps/files_sharing/l10n/es.json @@ -10,9 +10,6 @@ "Terms of service" : "Términos del servicio", "Show list view" : "Mostrar vista de lista", "Show grid view" : "Mostrar vista de cuadrícula", - "No compatible server found at {remote}" : "No se ha encontrado un servidor compatible en {remote}", - "Invalid server URL" : "URL del servidor inválida", - "Failed to add the public link to your Nextcloud" : "No se ha podido añadir el enlace público a tu Nextcloud", "File shares" : "Archivos compartidos", "Downloaded via public link" : "Descargado vía enlace público", "Downloaded by {email}" : "Descargado por {email}", @@ -288,6 +285,9 @@ "Share not found" : "Recurso compartido no encontrado", "Back to %s" : "Volver a %s", "Add to your Nextcloud" : "Añadir a tu Nextcloud", + "No compatible server found at {remote}" : "No se ha encontrado un servidor compatible en {remote}", + "Invalid server URL" : "URL del servidor inválida", + "Failed to add the public link to your Nextcloud" : "No se ha podido añadir el enlace público a tu Nextcloud", "Files" : "Archivos", "Please specify a valid user" : "Por favor, especifica un usuario válido", "Please specify a valid federated user ID" : "Por favor, especifique un ID de usuario federado válido", diff --git a/apps/files_sharing/l10n/es_AR.js b/apps/files_sharing/l10n/es_AR.js index 5ecaac1c8a7a0..c702f81febef8 100644 --- a/apps/files_sharing/l10n/es_AR.js +++ b/apps/files_sharing/l10n/es_AR.js @@ -12,9 +12,6 @@ OC.L10N.register( "Terms of service" : "Términos de servicio", "Show list view" : "Mostrar vista de lista", "Show grid view" : "Mostrar vista de cuadrícula", - "No compatible server found at {remote}" : "No se encontró un servidor compatible en {remote}", - "Invalid server URL" : "URL del servidor inválido", - "Failed to add the public link to your Nextcloud" : "Se presentó una falla al agregar el link público a su Nextcloud", "File shares" : "Archivos compartidos", "Downloaded via public link" : "Descargado mediante un link público", "Downloaded by {email}" : "Descargado por {email}", @@ -196,6 +193,9 @@ OC.L10N.register( "Uploaded files:" : "Archivos cargados:", "Back to %s" : "Volver a %s", "Add to your Nextcloud" : "Agregar a su Nextcloud", + "No compatible server found at {remote}" : "No se encontró un servidor compatible en {remote}", + "Invalid server URL" : "URL del servidor inválido", + "Failed to add the public link to your Nextcloud" : "Se presentó una falla al agregar el link público a su Nextcloud", "Files" : "Archivos", "Please specify a valid user" : "Favor de especificar un usuario válido", "You cannot share to a Circle if the app is not enabled" : "Usted no puede compartir al Círculo si la aplicación no esta habilitada", diff --git a/apps/files_sharing/l10n/es_AR.json b/apps/files_sharing/l10n/es_AR.json index 3092dfe85e009..57cc9d7339c0d 100644 --- a/apps/files_sharing/l10n/es_AR.json +++ b/apps/files_sharing/l10n/es_AR.json @@ -10,9 +10,6 @@ "Terms of service" : "Términos de servicio", "Show list view" : "Mostrar vista de lista", "Show grid view" : "Mostrar vista de cuadrícula", - "No compatible server found at {remote}" : "No se encontró un servidor compatible en {remote}", - "Invalid server URL" : "URL del servidor inválido", - "Failed to add the public link to your Nextcloud" : "Se presentó una falla al agregar el link público a su Nextcloud", "File shares" : "Archivos compartidos", "Downloaded via public link" : "Descargado mediante un link público", "Downloaded by {email}" : "Descargado por {email}", @@ -194,6 +191,9 @@ "Uploaded files:" : "Archivos cargados:", "Back to %s" : "Volver a %s", "Add to your Nextcloud" : "Agregar a su Nextcloud", + "No compatible server found at {remote}" : "No se encontró un servidor compatible en {remote}", + "Invalid server URL" : "URL del servidor inválido", + "Failed to add the public link to your Nextcloud" : "Se presentó una falla al agregar el link público a su Nextcloud", "Files" : "Archivos", "Please specify a valid user" : "Favor de especificar un usuario válido", "You cannot share to a Circle if the app is not enabled" : "Usted no puede compartir al Círculo si la aplicación no esta habilitada", diff --git a/apps/files_sharing/l10n/es_EC.js b/apps/files_sharing/l10n/es_EC.js index 0412c5f1f3e17..4edbf44eafc52 100644 --- a/apps/files_sharing/l10n/es_EC.js +++ b/apps/files_sharing/l10n/es_EC.js @@ -12,9 +12,6 @@ OC.L10N.register( "Terms of service" : "Terms of service", "Show list view" : "Mostrar vista de lista", "Show grid view" : "Mostrar vista de cuadrícula", - "No compatible server found at {remote}" : "No se encontró un servidor compatible en {remote}", - "Invalid server URL" : "URL del servidor inválido", - "Failed to add the public link to your Nextcloud" : "Se presentó una falla al agregar el enlace público a tu Nextcloud", "File shares" : "Archivos compartidos", "Downloaded via public link" : "Descargado mediante un enlace público", "Downloaded by {email}" : "Descargado por {email}", @@ -255,6 +252,9 @@ OC.L10N.register( "Share not found" : "No se encontró el elemento compartido", "Back to %s" : "Volver a %s", "Add to your Nextcloud" : "Agregar a tu Nextcloud", + "No compatible server found at {remote}" : "No se encontró un servidor compatible en {remote}", + "Invalid server URL" : "URL del servidor inválido", + "Failed to add the public link to your Nextcloud" : "Se presentó una falla al agregar el enlace público a tu Nextcloud", "Files" : "Archivos", "Please specify a valid user" : "Por favor especifica un usuario válido", "Please specify a valid federated user ID" : "Por favor, especifica un ID de usuario federado válido", diff --git a/apps/files_sharing/l10n/es_EC.json b/apps/files_sharing/l10n/es_EC.json index f39c86b99a7fe..a2fe1b17d4179 100644 --- a/apps/files_sharing/l10n/es_EC.json +++ b/apps/files_sharing/l10n/es_EC.json @@ -10,9 +10,6 @@ "Terms of service" : "Terms of service", "Show list view" : "Mostrar vista de lista", "Show grid view" : "Mostrar vista de cuadrícula", - "No compatible server found at {remote}" : "No se encontró un servidor compatible en {remote}", - "Invalid server URL" : "URL del servidor inválido", - "Failed to add the public link to your Nextcloud" : "Se presentó una falla al agregar el enlace público a tu Nextcloud", "File shares" : "Archivos compartidos", "Downloaded via public link" : "Descargado mediante un enlace público", "Downloaded by {email}" : "Descargado por {email}", @@ -253,6 +250,9 @@ "Share not found" : "No se encontró el elemento compartido", "Back to %s" : "Volver a %s", "Add to your Nextcloud" : "Agregar a tu Nextcloud", + "No compatible server found at {remote}" : "No se encontró un servidor compatible en {remote}", + "Invalid server URL" : "URL del servidor inválido", + "Failed to add the public link to your Nextcloud" : "Se presentó una falla al agregar el enlace público a tu Nextcloud", "Files" : "Archivos", "Please specify a valid user" : "Por favor especifica un usuario válido", "Please specify a valid federated user ID" : "Por favor, especifica un ID de usuario federado válido", diff --git a/apps/files_sharing/l10n/es_MX.js b/apps/files_sharing/l10n/es_MX.js index 0488f0d81acfb..14915110a0b15 100644 --- a/apps/files_sharing/l10n/es_MX.js +++ b/apps/files_sharing/l10n/es_MX.js @@ -12,9 +12,6 @@ OC.L10N.register( "Terms of service" : "Términos del servicio", "Show list view" : "Mostrar vista de lista", "Show grid view" : "Mostrar vista de cuadrícula", - "No compatible server found at {remote}" : "No se encontró un servidor compatible en {remote}", - "Invalid server URL" : "URL del servidor inválido", - "Failed to add the public link to your Nextcloud" : "Se presentó una falla al agregar la liga pública a tu Nextcloud", "File shares" : "Archivos compartidos", "Downloaded via public link" : "Descargado mediante una liga pública", "Downloaded by {email}" : "Descargado por {email}", @@ -361,6 +358,9 @@ OC.L10N.register( "Share not found" : "No se encontró el elemento compartido", "Back to %s" : "Volver a %s", "Add to your Nextcloud" : "Agregar a tu Nextcloud", + "No compatible server found at {remote}" : "No se encontró un servidor compatible en {remote}", + "Invalid server URL" : "URL del servidor inválido", + "Failed to add the public link to your Nextcloud" : "Se presentó una falla al agregar la liga pública a tu Nextcloud", "Files" : "Archivos", "Please specify a valid user" : "Por favor especifica un usuario válido", "Please specify a valid federated user ID" : "Por favor, especifique un identificador de usuario federado válido", diff --git a/apps/files_sharing/l10n/es_MX.json b/apps/files_sharing/l10n/es_MX.json index 3b1a1eb6ded82..fdd663c45e970 100644 --- a/apps/files_sharing/l10n/es_MX.json +++ b/apps/files_sharing/l10n/es_MX.json @@ -10,9 +10,6 @@ "Terms of service" : "Términos del servicio", "Show list view" : "Mostrar vista de lista", "Show grid view" : "Mostrar vista de cuadrícula", - "No compatible server found at {remote}" : "No se encontró un servidor compatible en {remote}", - "Invalid server URL" : "URL del servidor inválido", - "Failed to add the public link to your Nextcloud" : "Se presentó una falla al agregar la liga pública a tu Nextcloud", "File shares" : "Archivos compartidos", "Downloaded via public link" : "Descargado mediante una liga pública", "Downloaded by {email}" : "Descargado por {email}", @@ -359,6 +356,9 @@ "Share not found" : "No se encontró el elemento compartido", "Back to %s" : "Volver a %s", "Add to your Nextcloud" : "Agregar a tu Nextcloud", + "No compatible server found at {remote}" : "No se encontró un servidor compatible en {remote}", + "Invalid server URL" : "URL del servidor inválido", + "Failed to add the public link to your Nextcloud" : "Se presentó una falla al agregar la liga pública a tu Nextcloud", "Files" : "Archivos", "Please specify a valid user" : "Por favor especifica un usuario válido", "Please specify a valid federated user ID" : "Por favor, especifique un identificador de usuario federado válido", diff --git a/apps/files_sharing/l10n/eu.js b/apps/files_sharing/l10n/eu.js index 565706da2cced..46332995294d9 100644 --- a/apps/files_sharing/l10n/eu.js +++ b/apps/files_sharing/l10n/eu.js @@ -12,9 +12,6 @@ OC.L10N.register( "Terms of service" : "Erabilera baldintzak", "Show list view" : "Erakutsi zerrenda ikuspegia", "Show grid view" : "Erakutsi sareta-ikuspegia", - "No compatible server found at {remote}" : "Ez da zerbitzari bateragarririk aurkitu {remote} helbidean", - "Invalid server URL" : "Zerbitzari URL baliogabea", - "Failed to add the public link to your Nextcloud" : "Huts egin du esteka publikoa zure Nextcloudera gehitzean", "File shares" : "Fitxategi partekatzeak", "Downloaded via public link" : "Esteka publikoaren bidez deskargatuta", "Downloaded by {email}" : "{email} erabiltzaileak deskargatua", @@ -363,6 +360,9 @@ OC.L10N.register( "Share not found" : "Partekatzea ez da aurkitu", "Back to %s" : "Itzuli %s(e)ra", "Add to your Nextcloud" : "Gehitu zure Nextclouden", + "No compatible server found at {remote}" : "Ez da zerbitzari bateragarririk aurkitu {remote} helbidean", + "Invalid server URL" : "Zerbitzari URL baliogabea", + "Failed to add the public link to your Nextcloud" : "Huts egin du esteka publikoa zure Nextcloudera gehitzean", "Files" : "Fitxategiak", "Please specify a valid user" : "Zehaztu baliozko erabiltzaile bat", "Please specify a valid federated user ID" : "Mesedez, zehaztu baliozko erabiltzaile federatu baten id-a", diff --git a/apps/files_sharing/l10n/eu.json b/apps/files_sharing/l10n/eu.json index 231e0a2ccfaa8..181c0ff9c1c9d 100644 --- a/apps/files_sharing/l10n/eu.json +++ b/apps/files_sharing/l10n/eu.json @@ -10,9 +10,6 @@ "Terms of service" : "Erabilera baldintzak", "Show list view" : "Erakutsi zerrenda ikuspegia", "Show grid view" : "Erakutsi sareta-ikuspegia", - "No compatible server found at {remote}" : "Ez da zerbitzari bateragarririk aurkitu {remote} helbidean", - "Invalid server URL" : "Zerbitzari URL baliogabea", - "Failed to add the public link to your Nextcloud" : "Huts egin du esteka publikoa zure Nextcloudera gehitzean", "File shares" : "Fitxategi partekatzeak", "Downloaded via public link" : "Esteka publikoaren bidez deskargatuta", "Downloaded by {email}" : "{email} erabiltzaileak deskargatua", @@ -361,6 +358,9 @@ "Share not found" : "Partekatzea ez da aurkitu", "Back to %s" : "Itzuli %s(e)ra", "Add to your Nextcloud" : "Gehitu zure Nextclouden", + "No compatible server found at {remote}" : "Ez da zerbitzari bateragarririk aurkitu {remote} helbidean", + "Invalid server URL" : "Zerbitzari URL baliogabea", + "Failed to add the public link to your Nextcloud" : "Huts egin du esteka publikoa zure Nextcloudera gehitzean", "Files" : "Fitxategiak", "Please specify a valid user" : "Zehaztu baliozko erabiltzaile bat", "Please specify a valid federated user ID" : "Mesedez, zehaztu baliozko erabiltzaile federatu baten id-a", diff --git a/apps/files_sharing/l10n/fa.js b/apps/files_sharing/l10n/fa.js index 287d6f27adb94..735ba52bf2535 100644 --- a/apps/files_sharing/l10n/fa.js +++ b/apps/files_sharing/l10n/fa.js @@ -12,9 +12,6 @@ OC.L10N.register( "Terms of service" : "شرایط و قوانین", "Show list view" : "نمایش فهرستی", "Show grid view" : "نمایش شبکه‌ای", - "No compatible server found at {remote}" : "هیچ سرور سازگار در {از راه دور} یافت نشد", - "Invalid server URL" : "ادرس سرور نامعتبر", - "Failed to add the public link to your Nextcloud" : "خطا در افزودن ادرس عمومی به نکس کلود شما", "File shares" : "اشتراک گذاری های فایل", "Downloaded via public link" : "بارگزاری شده توسط ادرس عمومی ", "Downloaded by {email}" : "بارگذاری شده توسط {email}", @@ -263,6 +260,9 @@ OC.L10N.register( "Share not found" : "اشتراک گذاری یافت نشد", "Back to %s" : "Back to %s", "Add to your Nextcloud" : "به نکست‌کلود خود اضافه کنید", + "No compatible server found at {remote}" : "هیچ سرور سازگار در {از راه دور} یافت نشد", + "Invalid server URL" : "ادرس سرور نامعتبر", + "Failed to add the public link to your Nextcloud" : "خطا در افزودن ادرس عمومی به نکس کلود شما", "Files" : "فایل‌ها", "Please specify a valid user" : "لطفاً یک کاربر معتبر را مشخص کنید", "Please specify a valid federated user ID" : "Please specify a valid federated user ID", diff --git a/apps/files_sharing/l10n/fa.json b/apps/files_sharing/l10n/fa.json index 1e37801900fff..e7346a9eda817 100644 --- a/apps/files_sharing/l10n/fa.json +++ b/apps/files_sharing/l10n/fa.json @@ -10,9 +10,6 @@ "Terms of service" : "شرایط و قوانین", "Show list view" : "نمایش فهرستی", "Show grid view" : "نمایش شبکه‌ای", - "No compatible server found at {remote}" : "هیچ سرور سازگار در {از راه دور} یافت نشد", - "Invalid server URL" : "ادرس سرور نامعتبر", - "Failed to add the public link to your Nextcloud" : "خطا در افزودن ادرس عمومی به نکس کلود شما", "File shares" : "اشتراک گذاری های فایل", "Downloaded via public link" : "بارگزاری شده توسط ادرس عمومی ", "Downloaded by {email}" : "بارگذاری شده توسط {email}", @@ -261,6 +258,9 @@ "Share not found" : "اشتراک گذاری یافت نشد", "Back to %s" : "Back to %s", "Add to your Nextcloud" : "به نکست‌کلود خود اضافه کنید", + "No compatible server found at {remote}" : "هیچ سرور سازگار در {از راه دور} یافت نشد", + "Invalid server URL" : "ادرس سرور نامعتبر", + "Failed to add the public link to your Nextcloud" : "خطا در افزودن ادرس عمومی به نکس کلود شما", "Files" : "فایل‌ها", "Please specify a valid user" : "لطفاً یک کاربر معتبر را مشخص کنید", "Please specify a valid federated user ID" : "Please specify a valid federated user ID", diff --git a/apps/files_sharing/l10n/fi.js b/apps/files_sharing/l10n/fi.js index 587e624accd9c..cca9c5c373b15 100644 --- a/apps/files_sharing/l10n/fi.js +++ b/apps/files_sharing/l10n/fi.js @@ -12,9 +12,6 @@ OC.L10N.register( "Terms of service" : "Käyttöehdot", "Show list view" : "Näytä listanäkymä", "Show grid view" : "Näytä ruudukkonäkymä", - "No compatible server found at {remote}" : "Yhteensopivaa palvelinta ei löytynyt osoitteesta {remote}", - "Invalid server URL" : "Virheellinen palvelimen URL", - "Failed to add the public link to your Nextcloud" : "Julkisen linkin lisääminen Nextcloudiisi epäonnistui", "File shares" : "Tiedostojaot", "Downloaded via public link" : "Ladattu julkista linkkiä käyttäen", "Downloaded by {email}" : "Ladannut {email}", @@ -267,6 +264,9 @@ OC.L10N.register( "Share not found" : "Jakoa ei löytynyt", "Back to %s" : "Takaisin kohtaan %s", "Add to your Nextcloud" : "Lisää Nextcloudiisi", + "No compatible server found at {remote}" : "Yhteensopivaa palvelinta ei löytynyt osoitteesta {remote}", + "Invalid server URL" : "Virheellinen palvelimen URL", + "Failed to add the public link to your Nextcloud" : "Julkisen linkin lisääminen Nextcloudiisi epäonnistui", "Files" : "Tiedostot", "Please specify a valid user" : "Määritä kelvollinen käyttäjä", "You cannot share to a Circle if the app is not enabled" : "Et voi jakaa piiriin, jos sovellusta ei ole aktivoitu", diff --git a/apps/files_sharing/l10n/fi.json b/apps/files_sharing/l10n/fi.json index 4a8a661ff4bb6..9fa041a3ed233 100644 --- a/apps/files_sharing/l10n/fi.json +++ b/apps/files_sharing/l10n/fi.json @@ -10,9 +10,6 @@ "Terms of service" : "Käyttöehdot", "Show list view" : "Näytä listanäkymä", "Show grid view" : "Näytä ruudukkonäkymä", - "No compatible server found at {remote}" : "Yhteensopivaa palvelinta ei löytynyt osoitteesta {remote}", - "Invalid server URL" : "Virheellinen palvelimen URL", - "Failed to add the public link to your Nextcloud" : "Julkisen linkin lisääminen Nextcloudiisi epäonnistui", "File shares" : "Tiedostojaot", "Downloaded via public link" : "Ladattu julkista linkkiä käyttäen", "Downloaded by {email}" : "Ladannut {email}", @@ -265,6 +262,9 @@ "Share not found" : "Jakoa ei löytynyt", "Back to %s" : "Takaisin kohtaan %s", "Add to your Nextcloud" : "Lisää Nextcloudiisi", + "No compatible server found at {remote}" : "Yhteensopivaa palvelinta ei löytynyt osoitteesta {remote}", + "Invalid server URL" : "Virheellinen palvelimen URL", + "Failed to add the public link to your Nextcloud" : "Julkisen linkin lisääminen Nextcloudiisi epäonnistui", "Files" : "Tiedostot", "Please specify a valid user" : "Määritä kelvollinen käyttäjä", "You cannot share to a Circle if the app is not enabled" : "Et voi jakaa piiriin, jos sovellusta ei ole aktivoitu", diff --git a/apps/files_sharing/l10n/fr.js b/apps/files_sharing/l10n/fr.js index 2bc8bb5640db7..d13dffd526f24 100644 --- a/apps/files_sharing/l10n/fr.js +++ b/apps/files_sharing/l10n/fr.js @@ -12,9 +12,6 @@ OC.L10N.register( "Terms of service" : "Conditions d'utilisation", "Show list view" : "Activer l'affichage liste", "Show grid view" : "Activer l'affichage mosaïque", - "No compatible server found at {remote}" : "Aucun serveur compatible trouvé sur {remote}", - "Invalid server URL" : "URL serveur invalide", - "Failed to add the public link to your Nextcloud" : "Échec de l'ajout du lien public à votre Nextcloud", "File shares" : "Partages de fichiers", "Downloaded via public link" : "Téléchargé par lien public", "Downloaded by {email}" : "Téléchargé par {email}", @@ -363,6 +360,9 @@ OC.L10N.register( "Share not found" : "Partage non trouvé", "Back to %s" : "Retourner à %s", "Add to your Nextcloud" : "Ajouter à votre Nextcloud", + "No compatible server found at {remote}" : "Aucun serveur compatible trouvé sur {remote}", + "Invalid server URL" : "URL serveur invalide", + "Failed to add the public link to your Nextcloud" : "Échec de l'ajout du lien public à votre Nextcloud", "Files" : "Fichiers", "Please specify a valid user" : "Veuillez entrer un utilisateur valide", "Please specify a valid federated user ID" : "Merci de spécifier un utilisateur fédéré valide", diff --git a/apps/files_sharing/l10n/fr.json b/apps/files_sharing/l10n/fr.json index 3ed1c5a75c469..c2f221017deaa 100644 --- a/apps/files_sharing/l10n/fr.json +++ b/apps/files_sharing/l10n/fr.json @@ -10,9 +10,6 @@ "Terms of service" : "Conditions d'utilisation", "Show list view" : "Activer l'affichage liste", "Show grid view" : "Activer l'affichage mosaïque", - "No compatible server found at {remote}" : "Aucun serveur compatible trouvé sur {remote}", - "Invalid server URL" : "URL serveur invalide", - "Failed to add the public link to your Nextcloud" : "Échec de l'ajout du lien public à votre Nextcloud", "File shares" : "Partages de fichiers", "Downloaded via public link" : "Téléchargé par lien public", "Downloaded by {email}" : "Téléchargé par {email}", @@ -361,6 +358,9 @@ "Share not found" : "Partage non trouvé", "Back to %s" : "Retourner à %s", "Add to your Nextcloud" : "Ajouter à votre Nextcloud", + "No compatible server found at {remote}" : "Aucun serveur compatible trouvé sur {remote}", + "Invalid server URL" : "URL serveur invalide", + "Failed to add the public link to your Nextcloud" : "Échec de l'ajout du lien public à votre Nextcloud", "Files" : "Fichiers", "Please specify a valid user" : "Veuillez entrer un utilisateur valide", "Please specify a valid federated user ID" : "Merci de spécifier un utilisateur fédéré valide", diff --git a/apps/files_sharing/l10n/ga.js b/apps/files_sharing/l10n/ga.js index d96a5170e9f67..0b856044c2ad8 100644 --- a/apps/files_sharing/l10n/ga.js +++ b/apps/files_sharing/l10n/ga.js @@ -12,9 +12,6 @@ OC.L10N.register( "Terms of service" : "Tearmaí Seirbhís", "Show list view" : "Taispeáin amharc liosta", "Show grid view" : "Taispeáin radharc greille", - "No compatible server found at {remote}" : "Níor aimsíodh aon fhreastalaí comhoiriúnach ag {remote}", - "Invalid server URL" : "URL freastalaí neamhbhailí", - "Failed to add the public link to your Nextcloud" : "Theip ar an nasc poiblí a chur le do Nextcloud", "File shares" : "Comhroinnt", "Downloaded via public link" : "Íoslódáil trí nasc poiblí", "Downloaded by {email}" : "Íoslódáilte ag {email}", @@ -363,6 +360,9 @@ OC.L10N.register( "Share not found" : "Ní bhfuarthas an sciar", "Back to %s" : "Ar ais go dtí %s", "Add to your Nextcloud" : "Cuir le do Nextcloud", + "No compatible server found at {remote}" : "Níor aimsíodh aon fhreastalaí comhoiriúnach ag {remote}", + "Invalid server URL" : "URL freastalaí neamhbhailí", + "Failed to add the public link to your Nextcloud" : "Theip ar an nasc poiblí a chur le do Nextcloud", "Files" : "Comhaid", "Please specify a valid user" : "Sonraigh úsáideoir bailí le do thoil", "Please specify a valid federated user ID" : "Sonraigh ID úsáideora cónaidhme bailí le do thoil", diff --git a/apps/files_sharing/l10n/ga.json b/apps/files_sharing/l10n/ga.json index 5e02218b04139..916a9aa05db14 100644 --- a/apps/files_sharing/l10n/ga.json +++ b/apps/files_sharing/l10n/ga.json @@ -10,9 +10,6 @@ "Terms of service" : "Tearmaí Seirbhís", "Show list view" : "Taispeáin amharc liosta", "Show grid view" : "Taispeáin radharc greille", - "No compatible server found at {remote}" : "Níor aimsíodh aon fhreastalaí comhoiriúnach ag {remote}", - "Invalid server URL" : "URL freastalaí neamhbhailí", - "Failed to add the public link to your Nextcloud" : "Theip ar an nasc poiblí a chur le do Nextcloud", "File shares" : "Comhroinnt", "Downloaded via public link" : "Íoslódáil trí nasc poiblí", "Downloaded by {email}" : "Íoslódáilte ag {email}", @@ -361,6 +358,9 @@ "Share not found" : "Ní bhfuarthas an sciar", "Back to %s" : "Ar ais go dtí %s", "Add to your Nextcloud" : "Cuir le do Nextcloud", + "No compatible server found at {remote}" : "Níor aimsíodh aon fhreastalaí comhoiriúnach ag {remote}", + "Invalid server URL" : "URL freastalaí neamhbhailí", + "Failed to add the public link to your Nextcloud" : "Theip ar an nasc poiblí a chur le do Nextcloud", "Files" : "Comhaid", "Please specify a valid user" : "Sonraigh úsáideoir bailí le do thoil", "Please specify a valid federated user ID" : "Sonraigh ID úsáideora cónaidhme bailí le do thoil", diff --git a/apps/files_sharing/l10n/gl.js b/apps/files_sharing/l10n/gl.js index dbefa41464c82..1e17c49b2d0e4 100644 --- a/apps/files_sharing/l10n/gl.js +++ b/apps/files_sharing/l10n/gl.js @@ -12,9 +12,6 @@ OC.L10N.register( "Terms of service" : "Condicións de servizo", "Show list view" : "Amosar a vista de lista", "Show grid view" : "Amosar a vista de grade", - "No compatible server found at {remote}" : "Non se atopa un servidor compatíbel en {remote}", - "Invalid server URL" : "URL de servidor incorrecto", - "Failed to add the public link to your Nextcloud" : "Non foi posíbel engadir a ligazón pública ao seu Nextcloud", "File shares" : "Compartir ficheiros", "Downloaded via public link" : "Descargado mediante unha ligazón pública", "Downloaded by {email}" : "Descargado por {email}", @@ -363,6 +360,9 @@ OC.L10N.register( "Share not found" : "Non se atopou a compartición", "Back to %s" : "Volver a %s", "Add to your Nextcloud" : "Engadir ao seu Nextcloud", + "No compatible server found at {remote}" : "Non se atopa un servidor compatíbel en {remote}", + "Invalid server URL" : "URL de servidor incorrecto", + "Failed to add the public link to your Nextcloud" : "Non foi posíbel engadir a ligazón pública ao seu Nextcloud", "Files" : "Ficheiros", "Please specify a valid user" : "Especifique un usuario correcto", "Please specify a valid federated user ID" : "Especifique un ID de usuario federado válido", diff --git a/apps/files_sharing/l10n/gl.json b/apps/files_sharing/l10n/gl.json index f8ab23a16bb68..ca0cfaea62e6b 100644 --- a/apps/files_sharing/l10n/gl.json +++ b/apps/files_sharing/l10n/gl.json @@ -10,9 +10,6 @@ "Terms of service" : "Condicións de servizo", "Show list view" : "Amosar a vista de lista", "Show grid view" : "Amosar a vista de grade", - "No compatible server found at {remote}" : "Non se atopa un servidor compatíbel en {remote}", - "Invalid server URL" : "URL de servidor incorrecto", - "Failed to add the public link to your Nextcloud" : "Non foi posíbel engadir a ligazón pública ao seu Nextcloud", "File shares" : "Compartir ficheiros", "Downloaded via public link" : "Descargado mediante unha ligazón pública", "Downloaded by {email}" : "Descargado por {email}", @@ -361,6 +358,9 @@ "Share not found" : "Non se atopou a compartición", "Back to %s" : "Volver a %s", "Add to your Nextcloud" : "Engadir ao seu Nextcloud", + "No compatible server found at {remote}" : "Non se atopa un servidor compatíbel en {remote}", + "Invalid server URL" : "URL de servidor incorrecto", + "Failed to add the public link to your Nextcloud" : "Non foi posíbel engadir a ligazón pública ao seu Nextcloud", "Files" : "Ficheiros", "Please specify a valid user" : "Especifique un usuario correcto", "Please specify a valid federated user ID" : "Especifique un ID de usuario federado válido", diff --git a/apps/files_sharing/l10n/he.js b/apps/files_sharing/l10n/he.js index 9e14777187aa2..efb8dc3ce3a3f 100644 --- a/apps/files_sharing/l10n/he.js +++ b/apps/files_sharing/l10n/he.js @@ -10,9 +10,6 @@ OC.L10N.register( "Delete" : "מחיקה", "You can upload into this folder" : "ניתן להעלות לתיקייה זו", "Terms of service" : "תנאי שירות", - "No compatible server found at {remote}" : "לא נמצא שרת תואם בכתובת {remote}", - "Invalid server URL" : "כתובת השרת שגויה", - "Failed to add the public link to your Nextcloud" : "אירע כשל בהוספת קישור ציבורי ל־Nextcloud שלך", "File shares" : "שיתופי קבצים", "Downloaded via public link" : "הורד על בסיס קישור ציבורי", "Downloaded by {email}" : "הורד על ידי {email}", @@ -209,6 +206,9 @@ OC.L10N.register( "Share not found" : "השיתוף לא נמצא", "Back to %s" : "חזרה אל %s", "Add to your Nextcloud" : "הוספה ל־Nextcloud שלך", + "No compatible server found at {remote}" : "לא נמצא שרת תואם בכתובת {remote}", + "Invalid server URL" : "כתובת השרת שגויה", + "Failed to add the public link to your Nextcloud" : "אירע כשל בהוספת קישור ציבורי ל־Nextcloud שלך", "Files" : "קבצים", "Please specify a valid user" : "יש לספק משתמש חוקי", "You cannot share to a Circle if the app is not enabled" : "לא ניתן לשתף למעגל אם היישומון לא מופעל", diff --git a/apps/files_sharing/l10n/he.json b/apps/files_sharing/l10n/he.json index 223bf78e61e2e..6556c3849d175 100644 --- a/apps/files_sharing/l10n/he.json +++ b/apps/files_sharing/l10n/he.json @@ -8,9 +8,6 @@ "Delete" : "מחיקה", "You can upload into this folder" : "ניתן להעלות לתיקייה זו", "Terms of service" : "תנאי שירות", - "No compatible server found at {remote}" : "לא נמצא שרת תואם בכתובת {remote}", - "Invalid server URL" : "כתובת השרת שגויה", - "Failed to add the public link to your Nextcloud" : "אירע כשל בהוספת קישור ציבורי ל־Nextcloud שלך", "File shares" : "שיתופי קבצים", "Downloaded via public link" : "הורד על בסיס קישור ציבורי", "Downloaded by {email}" : "הורד על ידי {email}", @@ -207,6 +204,9 @@ "Share not found" : "השיתוף לא נמצא", "Back to %s" : "חזרה אל %s", "Add to your Nextcloud" : "הוספה ל־Nextcloud שלך", + "No compatible server found at {remote}" : "לא נמצא שרת תואם בכתובת {remote}", + "Invalid server URL" : "כתובת השרת שגויה", + "Failed to add the public link to your Nextcloud" : "אירע כשל בהוספת קישור ציבורי ל־Nextcloud שלך", "Files" : "קבצים", "Please specify a valid user" : "יש לספק משתמש חוקי", "You cannot share to a Circle if the app is not enabled" : "לא ניתן לשתף למעגל אם היישומון לא מופעל", diff --git a/apps/files_sharing/l10n/hr.js b/apps/files_sharing/l10n/hr.js index 42a6b3250ecac..3f3b2cc70ed4b 100644 --- a/apps/files_sharing/l10n/hr.js +++ b/apps/files_sharing/l10n/hr.js @@ -10,9 +10,6 @@ OC.L10N.register( "Delete" : "Izbriši", "You can upload into this folder" : "Možete otpremiti u ovu mapu", "Terms of service" : "Uvjeti pružanja usluge", - "No compatible server found at {remote}" : "Nije pronađen nijedan kompatibilni poslužitelj na {remote}", - "Invalid server URL" : "Nevažeći URL poslužitelja", - "Failed to add the public link to your Nextcloud" : "Dodavanje javne poveznice u Nextcloud nije uspjelo", "File shares" : "Dijeljenja datoteke", "Downloaded via public link" : "Preuzeto putem javne poveznice", "Downloaded by {email}" : "Preuzeo {email}", @@ -218,6 +215,9 @@ OC.L10N.register( "Share not found" : "Dijeljenje nije pronađeno", "Back to %s" : "Natrag na %s", "Add to your Nextcloud" : "Dodaj u svoj Nextcloud", + "No compatible server found at {remote}" : "Nije pronađen nijedan kompatibilni poslužitelj na {remote}", + "Invalid server URL" : "Nevažeći URL poslužitelja", + "Failed to add the public link to your Nextcloud" : "Dodavanje javne poveznice u Nextcloud nije uspjelo", "Files" : "Datoteke", "Please specify a valid user" : "Navedite valjanog korisnika", "Please specify a valid federated user ID" : "Navedite važeći ID udruženog korisnika", diff --git a/apps/files_sharing/l10n/hr.json b/apps/files_sharing/l10n/hr.json index e2ad0bf956ba9..53d507e1df006 100644 --- a/apps/files_sharing/l10n/hr.json +++ b/apps/files_sharing/l10n/hr.json @@ -8,9 +8,6 @@ "Delete" : "Izbriši", "You can upload into this folder" : "Možete otpremiti u ovu mapu", "Terms of service" : "Uvjeti pružanja usluge", - "No compatible server found at {remote}" : "Nije pronađen nijedan kompatibilni poslužitelj na {remote}", - "Invalid server URL" : "Nevažeći URL poslužitelja", - "Failed to add the public link to your Nextcloud" : "Dodavanje javne poveznice u Nextcloud nije uspjelo", "File shares" : "Dijeljenja datoteke", "Downloaded via public link" : "Preuzeto putem javne poveznice", "Downloaded by {email}" : "Preuzeo {email}", @@ -216,6 +213,9 @@ "Share not found" : "Dijeljenje nije pronađeno", "Back to %s" : "Natrag na %s", "Add to your Nextcloud" : "Dodaj u svoj Nextcloud", + "No compatible server found at {remote}" : "Nije pronađen nijedan kompatibilni poslužitelj na {remote}", + "Invalid server URL" : "Nevažeći URL poslužitelja", + "Failed to add the public link to your Nextcloud" : "Dodavanje javne poveznice u Nextcloud nije uspjelo", "Files" : "Datoteke", "Please specify a valid user" : "Navedite valjanog korisnika", "Please specify a valid federated user ID" : "Navedite važeći ID udruženog korisnika", diff --git a/apps/files_sharing/l10n/hu.js b/apps/files_sharing/l10n/hu.js index 05e6a9518334d..1efb2ad1aae50 100644 --- a/apps/files_sharing/l10n/hu.js +++ b/apps/files_sharing/l10n/hu.js @@ -12,9 +12,6 @@ OC.L10N.register( "Terms of service" : "Szolgáltatási feltételek", "Show list view" : "Listanézet megjelenítése", "Show grid view" : "Rácsnézet megjelenítése", - "No compatible server found at {remote}" : "Nem található kompatibilis kiszolgáló itt: {remote}", - "Invalid server URL" : "Érvénytelen kiszolgáló URL", - "Failed to add the public link to your Nextcloud" : "Nem sikerült hozzáadni a nyilvános hivatkozást a Nexcloudjához", "File shares" : "Fájlmegosztások", "Downloaded via public link" : "Letöltve nyilvános hivatkozással", "Downloaded by {email}" : "Letöltötte: {email}", @@ -284,6 +281,9 @@ OC.L10N.register( "Share not found" : "A megosztás nem található", "Back to %s" : "Vissza ide: %s", "Add to your Nextcloud" : "Hozzáadás a Nextcloudjához", + "No compatible server found at {remote}" : "Nem található kompatibilis kiszolgáló itt: {remote}", + "Invalid server URL" : "Érvénytelen kiszolgáló URL", + "Failed to add the public link to your Nextcloud" : "Nem sikerült hozzáadni a nyilvános hivatkozást a Nexcloudjához", "Files" : "Fájlok", "Please specify a valid user" : "Adjon meg egy érvényes felhasználót", "Please specify a valid federated user ID" : "Adjon meg egy érvényes föderált felhasználóazonosítót", diff --git a/apps/files_sharing/l10n/hu.json b/apps/files_sharing/l10n/hu.json index a13d2037bfda9..d459866a9de3d 100644 --- a/apps/files_sharing/l10n/hu.json +++ b/apps/files_sharing/l10n/hu.json @@ -10,9 +10,6 @@ "Terms of service" : "Szolgáltatási feltételek", "Show list view" : "Listanézet megjelenítése", "Show grid view" : "Rácsnézet megjelenítése", - "No compatible server found at {remote}" : "Nem található kompatibilis kiszolgáló itt: {remote}", - "Invalid server URL" : "Érvénytelen kiszolgáló URL", - "Failed to add the public link to your Nextcloud" : "Nem sikerült hozzáadni a nyilvános hivatkozást a Nexcloudjához", "File shares" : "Fájlmegosztások", "Downloaded via public link" : "Letöltve nyilvános hivatkozással", "Downloaded by {email}" : "Letöltötte: {email}", @@ -282,6 +279,9 @@ "Share not found" : "A megosztás nem található", "Back to %s" : "Vissza ide: %s", "Add to your Nextcloud" : "Hozzáadás a Nextcloudjához", + "No compatible server found at {remote}" : "Nem található kompatibilis kiszolgáló itt: {remote}", + "Invalid server URL" : "Érvénytelen kiszolgáló URL", + "Failed to add the public link to your Nextcloud" : "Nem sikerült hozzáadni a nyilvános hivatkozást a Nexcloudjához", "Files" : "Fájlok", "Please specify a valid user" : "Adjon meg egy érvényes felhasználót", "Please specify a valid federated user ID" : "Adjon meg egy érvényes föderált felhasználóazonosítót", diff --git a/apps/files_sharing/l10n/is.js b/apps/files_sharing/l10n/is.js index 42c765b0b3455..881b32beec1de 100644 --- a/apps/files_sharing/l10n/is.js +++ b/apps/files_sharing/l10n/is.js @@ -12,9 +12,6 @@ OC.L10N.register( "Terms of service" : "Þjónustuskilmálar", "Show list view" : "Birta listasýn", "Show grid view" : "Birta reitasýn", - "No compatible server found at {remote}" : "Enginn samhæfður vefþjónn fannst á {remote}", - "Invalid server URL" : "Ógild URI-slóð vefþjóns", - "Failed to add the public link to your Nextcloud" : "Mistókst að bæta opinberum tengli í þitt eigið Nextcloud", "File shares" : "Skráasameignir", "Downloaded via public link" : "Náð í með almenningstengli", "Downloaded by {email}" : "Náð í með {email}", @@ -271,6 +268,9 @@ OC.L10N.register( "Share not found" : "Sameign fannst ekki", "Back to %s" : "Til baka í %s", "Add to your Nextcloud" : "Bæta í þitt eigið Nextcloud", + "No compatible server found at {remote}" : "Enginn samhæfður vefþjónn fannst á {remote}", + "Invalid server URL" : "Ógild URI-slóð vefþjóns", + "Failed to add the public link to your Nextcloud" : "Mistókst að bæta opinberum tengli í þitt eigið Nextcloud", "Files" : "Skrár", "Please specify a valid user" : "Settu inn gilt notandanafn", "Please specify a valid federated user ID" : "Skilgreindu gilt skýjasambandsauðkenni notanda", diff --git a/apps/files_sharing/l10n/is.json b/apps/files_sharing/l10n/is.json index 7f9cb2674f784..46b093d282922 100644 --- a/apps/files_sharing/l10n/is.json +++ b/apps/files_sharing/l10n/is.json @@ -10,9 +10,6 @@ "Terms of service" : "Þjónustuskilmálar", "Show list view" : "Birta listasýn", "Show grid view" : "Birta reitasýn", - "No compatible server found at {remote}" : "Enginn samhæfður vefþjónn fannst á {remote}", - "Invalid server URL" : "Ógild URI-slóð vefþjóns", - "Failed to add the public link to your Nextcloud" : "Mistókst að bæta opinberum tengli í þitt eigið Nextcloud", "File shares" : "Skráasameignir", "Downloaded via public link" : "Náð í með almenningstengli", "Downloaded by {email}" : "Náð í með {email}", @@ -269,6 +266,9 @@ "Share not found" : "Sameign fannst ekki", "Back to %s" : "Til baka í %s", "Add to your Nextcloud" : "Bæta í þitt eigið Nextcloud", + "No compatible server found at {remote}" : "Enginn samhæfður vefþjónn fannst á {remote}", + "Invalid server URL" : "Ógild URI-slóð vefþjóns", + "Failed to add the public link to your Nextcloud" : "Mistókst að bæta opinberum tengli í þitt eigið Nextcloud", "Files" : "Skrár", "Please specify a valid user" : "Settu inn gilt notandanafn", "Please specify a valid federated user ID" : "Skilgreindu gilt skýjasambandsauðkenni notanda", diff --git a/apps/files_sharing/l10n/it.js b/apps/files_sharing/l10n/it.js index 13a0194ea5db6..fe721cda6406e 100644 --- a/apps/files_sharing/l10n/it.js +++ b/apps/files_sharing/l10n/it.js @@ -12,9 +12,6 @@ OC.L10N.register( "Terms of service" : "Termini del servizio", "Show list view" : "Commuta la vista a lista", "Show grid view" : "Commuta la vista a griglia", - "No compatible server found at {remote}" : "Nessun server compatibile trovato su {remote}", - "Invalid server URL" : "URL del server non valido", - "Failed to add the public link to your Nextcloud" : "Aggiunta del collegamento pubblico al tuo Nextcloud non riuscita", "File shares" : "Condivisioni dei file", "Downloaded via public link" : "Scaricata tramite collegamento pubblico", "Downloaded by {email}" : "Scaricato da {email}", @@ -339,6 +336,9 @@ OC.L10N.register( "Share not found" : "Condivisione non trovata", "Back to %s" : "Torna a %s", "Add to your Nextcloud" : "Aggiungi al tuo Nextcloud", + "No compatible server found at {remote}" : "Nessun server compatibile trovato su {remote}", + "Invalid server URL" : "URL del server non valido", + "Failed to add the public link to your Nextcloud" : "Aggiunta del collegamento pubblico al tuo Nextcloud non riuscita", "Files" : "File", "Please specify a valid user" : "Specifica un utente valido", "Please specify a valid federated user ID" : "Specifica un ID di utente federato valido", diff --git a/apps/files_sharing/l10n/it.json b/apps/files_sharing/l10n/it.json index e607dceb8fe98..34f652a6a5a7e 100644 --- a/apps/files_sharing/l10n/it.json +++ b/apps/files_sharing/l10n/it.json @@ -10,9 +10,6 @@ "Terms of service" : "Termini del servizio", "Show list view" : "Commuta la vista a lista", "Show grid view" : "Commuta la vista a griglia", - "No compatible server found at {remote}" : "Nessun server compatibile trovato su {remote}", - "Invalid server URL" : "URL del server non valido", - "Failed to add the public link to your Nextcloud" : "Aggiunta del collegamento pubblico al tuo Nextcloud non riuscita", "File shares" : "Condivisioni dei file", "Downloaded via public link" : "Scaricata tramite collegamento pubblico", "Downloaded by {email}" : "Scaricato da {email}", @@ -337,6 +334,9 @@ "Share not found" : "Condivisione non trovata", "Back to %s" : "Torna a %s", "Add to your Nextcloud" : "Aggiungi al tuo Nextcloud", + "No compatible server found at {remote}" : "Nessun server compatibile trovato su {remote}", + "Invalid server URL" : "URL del server non valido", + "Failed to add the public link to your Nextcloud" : "Aggiunta del collegamento pubblico al tuo Nextcloud non riuscita", "Files" : "File", "Please specify a valid user" : "Specifica un utente valido", "Please specify a valid federated user ID" : "Specifica un ID di utente federato valido", diff --git a/apps/files_sharing/l10n/ja.js b/apps/files_sharing/l10n/ja.js index b3a3bed42a366..cf9b14bc36717 100644 --- a/apps/files_sharing/l10n/ja.js +++ b/apps/files_sharing/l10n/ja.js @@ -12,9 +12,6 @@ OC.L10N.register( "Terms of service" : "サービス利用規約", "Show list view" : "リストビューで表示", "Show grid view" : "グリッドビューで表示", - "No compatible server found at {remote}" : "互換性のあるサーバーが {remote} にはありません。", - "Invalid server URL" : "サーバーのURLが無効", - "Failed to add the public link to your Nextcloud" : "このNextcloudに公開リンクを追加できませんでした", "File shares" : "ファイル共有", "Downloaded via public link" : "公開リンクからダウンロードしました", "Downloaded by {email}" : "{email} がダウンロードしました", @@ -363,6 +360,9 @@ OC.L10N.register( "Share not found" : "共有が見つかりません", "Back to %s" : "%s に戻る", "Add to your Nextcloud" : "あなたのNextcloudに追加", + "No compatible server found at {remote}" : "互換性のあるサーバーが {remote} にはありません。", + "Invalid server URL" : "サーバーのURLが無効", + "Failed to add the public link to your Nextcloud" : "このNextcloudに公開リンクを追加できませんでした", "Files" : "ファイル", "Please specify a valid user" : "正しいユーザーを指定してください", "Please specify a valid federated user ID" : "正しい連携ユーザーIDを指定してください", diff --git a/apps/files_sharing/l10n/ja.json b/apps/files_sharing/l10n/ja.json index 4310d8799ff21..fca821c719593 100644 --- a/apps/files_sharing/l10n/ja.json +++ b/apps/files_sharing/l10n/ja.json @@ -10,9 +10,6 @@ "Terms of service" : "サービス利用規約", "Show list view" : "リストビューで表示", "Show grid view" : "グリッドビューで表示", - "No compatible server found at {remote}" : "互換性のあるサーバーが {remote} にはありません。", - "Invalid server URL" : "サーバーのURLが無効", - "Failed to add the public link to your Nextcloud" : "このNextcloudに公開リンクを追加できませんでした", "File shares" : "ファイル共有", "Downloaded via public link" : "公開リンクからダウンロードしました", "Downloaded by {email}" : "{email} がダウンロードしました", @@ -361,6 +358,9 @@ "Share not found" : "共有が見つかりません", "Back to %s" : "%s に戻る", "Add to your Nextcloud" : "あなたのNextcloudに追加", + "No compatible server found at {remote}" : "互換性のあるサーバーが {remote} にはありません。", + "Invalid server URL" : "サーバーのURLが無効", + "Failed to add the public link to your Nextcloud" : "このNextcloudに公開リンクを追加できませんでした", "Files" : "ファイル", "Please specify a valid user" : "正しいユーザーを指定してください", "Please specify a valid federated user ID" : "正しい連携ユーザーIDを指定してください", diff --git a/apps/files_sharing/l10n/ka.js b/apps/files_sharing/l10n/ka.js index 2cf82a4b418fd..22892e0a17695 100644 --- a/apps/files_sharing/l10n/ka.js +++ b/apps/files_sharing/l10n/ka.js @@ -12,9 +12,6 @@ OC.L10N.register( "Terms of service" : "Terms of service", "Show list view" : "Show list view", "Show grid view" : "Show grid view", - "No compatible server found at {remote}" : "No compatible server found at {remote}", - "Invalid server URL" : "Invalid server URL", - "Failed to add the public link to your Nextcloud" : "Failed to add the public link to your Nextcloud", "File shares" : "File shares", "Downloaded via public link" : "Downloaded via public link", "Downloaded by {email}" : "Downloaded by {email}", @@ -272,6 +269,9 @@ OC.L10N.register( "Share not found" : "Share not found", "Back to %s" : "Back to %s", "Add to your Nextcloud" : "Add to your Nextcloud", + "No compatible server found at {remote}" : "No compatible server found at {remote}", + "Invalid server URL" : "Invalid server URL", + "Failed to add the public link to your Nextcloud" : "Failed to add the public link to your Nextcloud", "Files" : "ფაილები", "Please specify a valid user" : "Please specify a valid user", "Please specify a valid federated user ID" : "Please specify a valid federated user ID", diff --git a/apps/files_sharing/l10n/ka.json b/apps/files_sharing/l10n/ka.json index 1f5d5665e140f..292fc170d227b 100644 --- a/apps/files_sharing/l10n/ka.json +++ b/apps/files_sharing/l10n/ka.json @@ -10,9 +10,6 @@ "Terms of service" : "Terms of service", "Show list view" : "Show list view", "Show grid view" : "Show grid view", - "No compatible server found at {remote}" : "No compatible server found at {remote}", - "Invalid server URL" : "Invalid server URL", - "Failed to add the public link to your Nextcloud" : "Failed to add the public link to your Nextcloud", "File shares" : "File shares", "Downloaded via public link" : "Downloaded via public link", "Downloaded by {email}" : "Downloaded by {email}", @@ -270,6 +267,9 @@ "Share not found" : "Share not found", "Back to %s" : "Back to %s", "Add to your Nextcloud" : "Add to your Nextcloud", + "No compatible server found at {remote}" : "No compatible server found at {remote}", + "Invalid server URL" : "Invalid server URL", + "Failed to add the public link to your Nextcloud" : "Failed to add the public link to your Nextcloud", "Files" : "ფაილები", "Please specify a valid user" : "Please specify a valid user", "Please specify a valid federated user ID" : "Please specify a valid federated user ID", diff --git a/apps/files_sharing/l10n/ko.js b/apps/files_sharing/l10n/ko.js index e661936001d8b..b37175df9e1a6 100644 --- a/apps/files_sharing/l10n/ko.js +++ b/apps/files_sharing/l10n/ko.js @@ -12,9 +12,6 @@ OC.L10N.register( "Terms of service" : "이용 약관", "Show list view" : "목록 보기", "Show grid view" : "그리드뷰 보기", - "No compatible server found at {remote}" : "{remote}에서 호환 서버를 찾을 수 없음", - "Invalid server URL" : "잘못된 서버 URL", - "Failed to add the public link to your Nextcloud" : "Nextcloud에 공개 링크를 추가할 수 없음", "File shares" : "파일 공유", "Downloaded via public link" : "공개 링크로 다운로드", "Downloaded by {email}" : "{email} 님이 다운로드함", @@ -280,6 +277,9 @@ OC.L10N.register( "Share not found" : "공유를 찾을 수 없음", "Back to %s" : "%s(으)로 돌아가기", "Add to your Nextcloud" : "내 Nextcloud에 추가", + "No compatible server found at {remote}" : "{remote}에서 호환 서버를 찾을 수 없음", + "Invalid server URL" : "잘못된 서버 URL", + "Failed to add the public link to your Nextcloud" : "Nextcloud에 공개 링크를 추가할 수 없음", "Files" : "파일", "Please specify a valid user" : "올바른 사용자를 지정하십시오", "Please specify a valid federated user ID" : "유효한 연합 사용자 ID를 지정하세요.", diff --git a/apps/files_sharing/l10n/ko.json b/apps/files_sharing/l10n/ko.json index 5aae8c94c7143..3937736ebd6aa 100644 --- a/apps/files_sharing/l10n/ko.json +++ b/apps/files_sharing/l10n/ko.json @@ -10,9 +10,6 @@ "Terms of service" : "이용 약관", "Show list view" : "목록 보기", "Show grid view" : "그리드뷰 보기", - "No compatible server found at {remote}" : "{remote}에서 호환 서버를 찾을 수 없음", - "Invalid server URL" : "잘못된 서버 URL", - "Failed to add the public link to your Nextcloud" : "Nextcloud에 공개 링크를 추가할 수 없음", "File shares" : "파일 공유", "Downloaded via public link" : "공개 링크로 다운로드", "Downloaded by {email}" : "{email} 님이 다운로드함", @@ -278,6 +275,9 @@ "Share not found" : "공유를 찾을 수 없음", "Back to %s" : "%s(으)로 돌아가기", "Add to your Nextcloud" : "내 Nextcloud에 추가", + "No compatible server found at {remote}" : "{remote}에서 호환 서버를 찾을 수 없음", + "Invalid server URL" : "잘못된 서버 URL", + "Failed to add the public link to your Nextcloud" : "Nextcloud에 공개 링크를 추가할 수 없음", "Files" : "파일", "Please specify a valid user" : "올바른 사용자를 지정하십시오", "Please specify a valid federated user ID" : "유효한 연합 사용자 ID를 지정하세요.", diff --git a/apps/files_sharing/l10n/lt_LT.js b/apps/files_sharing/l10n/lt_LT.js index 64fca77a80dbb..57d1637db2fa4 100644 --- a/apps/files_sharing/l10n/lt_LT.js +++ b/apps/files_sharing/l10n/lt_LT.js @@ -12,9 +12,6 @@ OC.L10N.register( "Terms of service" : "Naudojimosi sąlygos", "Show list view" : "Rodyti sąrašo rodinį", "Show grid view" : "Rodyti tinklelio rodinį", - "No compatible server found at {remote}" : "Nerasta jokio suderinamo serverio ties {remote}", - "Invalid server URL" : "Neteisingas serverio URL adresas", - "Failed to add the public link to your Nextcloud" : "Nepavyko pridėti viešosios nuorodos į jūsų Nextcloud", "File shares" : "Bendrinami failai", "Downloaded via public link" : "Atsisiųstas per viešąją nuorodą", "Downloaded by {email}" : "Atsisiuntė {email}", @@ -223,6 +220,9 @@ OC.L10N.register( "Share not found" : "Viešinys nerastas", "Back to %s" : "Atgal į %s", "Add to your Nextcloud" : "Pridėti į savo Nextcloud", + "No compatible server found at {remote}" : "Nerasta jokio suderinamo serverio ties {remote}", + "Invalid server URL" : "Neteisingas serverio URL adresas", + "Failed to add the public link to your Nextcloud" : "Nepavyko pridėti viešosios nuorodos į jūsų Nextcloud", "Files" : "Failai", "Please specify a valid user" : "Nurodykite naudotoją", "You cannot share to a Circle if the app is not enabled" : "Negalite bendrinti su ratu, jeigu programėlė nėra įjungta", diff --git a/apps/files_sharing/l10n/lt_LT.json b/apps/files_sharing/l10n/lt_LT.json index ad7023c40f6bc..2c2ad91e1504b 100644 --- a/apps/files_sharing/l10n/lt_LT.json +++ b/apps/files_sharing/l10n/lt_LT.json @@ -10,9 +10,6 @@ "Terms of service" : "Naudojimosi sąlygos", "Show list view" : "Rodyti sąrašo rodinį", "Show grid view" : "Rodyti tinklelio rodinį", - "No compatible server found at {remote}" : "Nerasta jokio suderinamo serverio ties {remote}", - "Invalid server URL" : "Neteisingas serverio URL adresas", - "Failed to add the public link to your Nextcloud" : "Nepavyko pridėti viešosios nuorodos į jūsų Nextcloud", "File shares" : "Bendrinami failai", "Downloaded via public link" : "Atsisiųstas per viešąją nuorodą", "Downloaded by {email}" : "Atsisiuntė {email}", @@ -221,6 +218,9 @@ "Share not found" : "Viešinys nerastas", "Back to %s" : "Atgal į %s", "Add to your Nextcloud" : "Pridėti į savo Nextcloud", + "No compatible server found at {remote}" : "Nerasta jokio suderinamo serverio ties {remote}", + "Invalid server URL" : "Neteisingas serverio URL adresas", + "Failed to add the public link to your Nextcloud" : "Nepavyko pridėti viešosios nuorodos į jūsų Nextcloud", "Files" : "Failai", "Please specify a valid user" : "Nurodykite naudotoją", "You cannot share to a Circle if the app is not enabled" : "Negalite bendrinti su ratu, jeigu programėlė nėra įjungta", diff --git a/apps/files_sharing/l10n/lv.js b/apps/files_sharing/l10n/lv.js index 5d5fa9fdcb102..3c03d93dc79ba 100644 --- a/apps/files_sharing/l10n/lv.js +++ b/apps/files_sharing/l10n/lv.js @@ -12,9 +12,6 @@ OC.L10N.register( "Terms of service" : "Pakalpojuma noteikumi", "Show list view" : "Rādīt saraksta skatu", "Show grid view" : "Rādīt režģa skatu", - "No compatible server found at {remote}" : "Nav atrasts neviens saderīgs serveris {remote}", - "Invalid server URL" : "Nederīgs servera url", - "Failed to add the public link to your Nextcloud" : "Neizdevās pievienot publisku saiti jūsu Nextcloud", "File shares" : "Datņu koplietojumi", "Downloaded via public link" : "Lejupielādēt izmantojot publisku saiti", "Downloaded by {email}" : "Lejupielādēts {email}", @@ -183,6 +180,9 @@ OC.L10N.register( "Uploaded files:" : "Augšupielādētas datnes:", "By uploading files, you agree to the %1$sterms of service%2$s." : "Veicot datņu augšupielādi, jūs piekrītat %1$spakalpojuma noteikumiem%2$s.", "Add to your Nextcloud" : "Pievienot savam Nextcloud", + "No compatible server found at {remote}" : "Nav atrasts neviens saderīgs serveris {remote}", + "Invalid server URL" : "Nederīgs servera url", + "Failed to add the public link to your Nextcloud" : "Neizdevās pievienot publisku saiti jūsu Nextcloud", "Files" : "Datnes", "Please specify a valid user" : "Lūdzu norādiet derīgu lietotāju", "Accept user and group shares by default" : "Pēc noklusējuma pieņemt koplietošanu no lietotājiem un grupām", diff --git a/apps/files_sharing/l10n/lv.json b/apps/files_sharing/l10n/lv.json index 84e3d8edbff6a..ca9c26b869d57 100644 --- a/apps/files_sharing/l10n/lv.json +++ b/apps/files_sharing/l10n/lv.json @@ -10,9 +10,6 @@ "Terms of service" : "Pakalpojuma noteikumi", "Show list view" : "Rādīt saraksta skatu", "Show grid view" : "Rādīt režģa skatu", - "No compatible server found at {remote}" : "Nav atrasts neviens saderīgs serveris {remote}", - "Invalid server URL" : "Nederīgs servera url", - "Failed to add the public link to your Nextcloud" : "Neizdevās pievienot publisku saiti jūsu Nextcloud", "File shares" : "Datņu koplietojumi", "Downloaded via public link" : "Lejupielādēt izmantojot publisku saiti", "Downloaded by {email}" : "Lejupielādēts {email}", @@ -181,6 +178,9 @@ "Uploaded files:" : "Augšupielādētas datnes:", "By uploading files, you agree to the %1$sterms of service%2$s." : "Veicot datņu augšupielādi, jūs piekrītat %1$spakalpojuma noteikumiem%2$s.", "Add to your Nextcloud" : "Pievienot savam Nextcloud", + "No compatible server found at {remote}" : "Nav atrasts neviens saderīgs serveris {remote}", + "Invalid server URL" : "Nederīgs servera url", + "Failed to add the public link to your Nextcloud" : "Neizdevās pievienot publisku saiti jūsu Nextcloud", "Files" : "Datnes", "Please specify a valid user" : "Lūdzu norādiet derīgu lietotāju", "Accept user and group shares by default" : "Pēc noklusējuma pieņemt koplietošanu no lietotājiem un grupām", diff --git a/apps/files_sharing/l10n/mk.js b/apps/files_sharing/l10n/mk.js index fa96418edc976..0b01a26ae7e0f 100644 --- a/apps/files_sharing/l10n/mk.js +++ b/apps/files_sharing/l10n/mk.js @@ -12,9 +12,6 @@ OC.L10N.register( "Terms of service" : "Услови за користење", "Show list view" : "Прикажи поглед во листа", "Show grid view" : "Прикажи поглед во мрежа", - "No compatible server found at {remote}" : "{remote} не е компатибилен сервер", - "Invalid server URL" : "Неправилна URL на сервер", - "Failed to add the public link to your Nextcloud" : "Неуспешно додавање на јавниот линк", "File shares" : "Споделување на датотеки", "Downloaded via public link" : "Превемено преку јавен линк", "Downloaded by {email}" : "Преземено од {email}", @@ -271,6 +268,9 @@ OC.L10N.register( "Share not found" : "Споделувањето не е пронајдено", "Back to %s" : "Врати се на %s", "Add to your Nextcloud" : "Додадете во вашиот Cloud", + "No compatible server found at {remote}" : "{remote} не е компатибилен сервер", + "Invalid server URL" : "Неправилна URL на сервер", + "Failed to add the public link to your Nextcloud" : "Неуспешно додавање на јавниот линк", "Files" : "Датотеки", "Please specify a valid user" : "Изберете корисник", "Please specify a valid federated user ID" : "Внесете валидно федерално корисничко ИД", diff --git a/apps/files_sharing/l10n/mk.json b/apps/files_sharing/l10n/mk.json index 859024194b146..6e1c693a56435 100644 --- a/apps/files_sharing/l10n/mk.json +++ b/apps/files_sharing/l10n/mk.json @@ -10,9 +10,6 @@ "Terms of service" : "Услови за користење", "Show list view" : "Прикажи поглед во листа", "Show grid view" : "Прикажи поглед во мрежа", - "No compatible server found at {remote}" : "{remote} не е компатибилен сервер", - "Invalid server URL" : "Неправилна URL на сервер", - "Failed to add the public link to your Nextcloud" : "Неуспешно додавање на јавниот линк", "File shares" : "Споделување на датотеки", "Downloaded via public link" : "Превемено преку јавен линк", "Downloaded by {email}" : "Преземено од {email}", @@ -269,6 +266,9 @@ "Share not found" : "Споделувањето не е пронајдено", "Back to %s" : "Врати се на %s", "Add to your Nextcloud" : "Додадете во вашиот Cloud", + "No compatible server found at {remote}" : "{remote} не е компатибилен сервер", + "Invalid server URL" : "Неправилна URL на сервер", + "Failed to add the public link to your Nextcloud" : "Неуспешно додавање на јавниот линк", "Files" : "Датотеки", "Please specify a valid user" : "Изберете корисник", "Please specify a valid federated user ID" : "Внесете валидно федерално корисничко ИД", diff --git a/apps/files_sharing/l10n/nb.js b/apps/files_sharing/l10n/nb.js index 6281f830297c4..4cb03d71a0a64 100644 --- a/apps/files_sharing/l10n/nb.js +++ b/apps/files_sharing/l10n/nb.js @@ -12,9 +12,6 @@ OC.L10N.register( "Terms of service" : "Betingelser for tjenesten", "Show list view" : "Vis listevisning", "Show grid view" : "Vis rutenett-visning", - "No compatible server found at {remote}" : "Ingen kompatibel server ble funnet på {remote}", - "Invalid server URL" : "Ugyldig server adresse", - "Failed to add the public link to your Nextcloud" : "Feil oppsto under oppretting av offentlig lenke til din Nextcloud", "File shares" : "Fildelinger", "Downloaded via public link" : "Nedlastet via offentlig lenke", "Downloaded by {email}" : "Lastet ned av {email}", @@ -363,6 +360,9 @@ OC.L10N.register( "Share not found" : "Deling ikke funnet", "Back to %s" : "Tilbake til %s", "Add to your Nextcloud" : "Legg til i din Nextcloud", + "No compatible server found at {remote}" : "Ingen kompatibel server ble funnet på {remote}", + "Invalid server URL" : "Ugyldig server adresse", + "Failed to add the public link to your Nextcloud" : "Feil oppsto under oppretting av offentlig lenke til din Nextcloud", "Files" : "Filer", "Please specify a valid user" : "Oppgi en gyldig bruker", "Please specify a valid federated user ID" : "Angi en gyldig sammenknyttet brukersky-ID", diff --git a/apps/files_sharing/l10n/nb.json b/apps/files_sharing/l10n/nb.json index ba9788e4c4ebe..b3e23bca53b1e 100644 --- a/apps/files_sharing/l10n/nb.json +++ b/apps/files_sharing/l10n/nb.json @@ -10,9 +10,6 @@ "Terms of service" : "Betingelser for tjenesten", "Show list view" : "Vis listevisning", "Show grid view" : "Vis rutenett-visning", - "No compatible server found at {remote}" : "Ingen kompatibel server ble funnet på {remote}", - "Invalid server URL" : "Ugyldig server adresse", - "Failed to add the public link to your Nextcloud" : "Feil oppsto under oppretting av offentlig lenke til din Nextcloud", "File shares" : "Fildelinger", "Downloaded via public link" : "Nedlastet via offentlig lenke", "Downloaded by {email}" : "Lastet ned av {email}", @@ -361,6 +358,9 @@ "Share not found" : "Deling ikke funnet", "Back to %s" : "Tilbake til %s", "Add to your Nextcloud" : "Legg til i din Nextcloud", + "No compatible server found at {remote}" : "Ingen kompatibel server ble funnet på {remote}", + "Invalid server URL" : "Ugyldig server adresse", + "Failed to add the public link to your Nextcloud" : "Feil oppsto under oppretting av offentlig lenke til din Nextcloud", "Files" : "Filer", "Please specify a valid user" : "Oppgi en gyldig bruker", "Please specify a valid federated user ID" : "Angi en gyldig sammenknyttet brukersky-ID", diff --git a/apps/files_sharing/l10n/nl.js b/apps/files_sharing/l10n/nl.js index c8ed5853409c4..8f9b1322ae741 100644 --- a/apps/files_sharing/l10n/nl.js +++ b/apps/files_sharing/l10n/nl.js @@ -12,9 +12,6 @@ OC.L10N.register( "Terms of service" : "Gebruiksvoorwaarden", "Show list view" : "Toon lijstweergave", "Show grid view" : "Toon roosterweergave", - "No compatible server found at {remote}" : "Geen geschikte server gevonden op {remote}", - "Invalid server URL" : "Ongeldig server URL", - "Failed to add the public link to your Nextcloud" : "Kon de openbare link niet aan je Nextcloud toevoegen", "File shares" : "File shares", "Downloaded via public link" : "Gedownload via een openbare link", "Downloaded by {email}" : "Gedownload via {email}", @@ -237,6 +234,9 @@ OC.L10N.register( "Share not found" : "Gedeelde map niet gevonden", "Back to %s" : "Terug naar %s", "Add to your Nextcloud" : "Toevoegen aan je Nextcloud", + "No compatible server found at {remote}" : "Geen geschikte server gevonden op {remote}", + "Invalid server URL" : "Ongeldig server URL", + "Failed to add the public link to your Nextcloud" : "Kon de openbare link niet aan je Nextcloud toevoegen", "Files" : "Bestanden", "Please specify a valid user" : "Geef een geldige gebruiker op", "Please specify a valid federated user ID" : "Geef een geldig gefedereerd gebruikersID op", diff --git a/apps/files_sharing/l10n/nl.json b/apps/files_sharing/l10n/nl.json index 22c37876a4d2e..f44f5bc1182f5 100644 --- a/apps/files_sharing/l10n/nl.json +++ b/apps/files_sharing/l10n/nl.json @@ -10,9 +10,6 @@ "Terms of service" : "Gebruiksvoorwaarden", "Show list view" : "Toon lijstweergave", "Show grid view" : "Toon roosterweergave", - "No compatible server found at {remote}" : "Geen geschikte server gevonden op {remote}", - "Invalid server URL" : "Ongeldig server URL", - "Failed to add the public link to your Nextcloud" : "Kon de openbare link niet aan je Nextcloud toevoegen", "File shares" : "File shares", "Downloaded via public link" : "Gedownload via een openbare link", "Downloaded by {email}" : "Gedownload via {email}", @@ -235,6 +232,9 @@ "Share not found" : "Gedeelde map niet gevonden", "Back to %s" : "Terug naar %s", "Add to your Nextcloud" : "Toevoegen aan je Nextcloud", + "No compatible server found at {remote}" : "Geen geschikte server gevonden op {remote}", + "Invalid server URL" : "Ongeldig server URL", + "Failed to add the public link to your Nextcloud" : "Kon de openbare link niet aan je Nextcloud toevoegen", "Files" : "Bestanden", "Please specify a valid user" : "Geef een geldige gebruiker op", "Please specify a valid federated user ID" : "Geef een geldig gefedereerd gebruikersID op", diff --git a/apps/files_sharing/l10n/pl.js b/apps/files_sharing/l10n/pl.js index f68a8e6d1fba4..e2d5f1969749b 100644 --- a/apps/files_sharing/l10n/pl.js +++ b/apps/files_sharing/l10n/pl.js @@ -12,9 +12,6 @@ OC.L10N.register( "Terms of service" : "Warunki usługi", "Show list view" : "Pokaż widok listy", "Show grid view" : "Pokaż widok siatki", - "No compatible server found at {remote}" : "Nie znaleziono kompatybilnego serwera na {remote}", - "Invalid server URL" : "Nieprawidłowy adres URL serwera", - "Failed to add the public link to your Nextcloud" : "Nie udało się dodać linku publicznego do Nextcloud", "File shares" : "Udostępniony plik", "Downloaded via public link" : "Pobrano przez link publiczny", "Downloaded by {email}" : "Pobrano przez {email}", @@ -277,6 +274,9 @@ OC.L10N.register( "Share not found" : "Nie znaleziono udostępnienia", "Back to %s" : "Powrót do %s", "Add to your Nextcloud" : "Dodaj do swojego Nextcloud", + "No compatible server found at {remote}" : "Nie znaleziono kompatybilnego serwera na {remote}", + "Invalid server URL" : "Nieprawidłowy adres URL serwera", + "Failed to add the public link to your Nextcloud" : "Nie udało się dodać linku publicznego do Nextcloud", "Files" : "Pliki", "Please specify a valid user" : "Podaj prawidłowego użytkownika", "Please specify a valid federated user ID" : "Podaj prawidłowy ID użytkownika federacyjnego", diff --git a/apps/files_sharing/l10n/pl.json b/apps/files_sharing/l10n/pl.json index cdab67f644bec..152859cee04a7 100644 --- a/apps/files_sharing/l10n/pl.json +++ b/apps/files_sharing/l10n/pl.json @@ -10,9 +10,6 @@ "Terms of service" : "Warunki usługi", "Show list view" : "Pokaż widok listy", "Show grid view" : "Pokaż widok siatki", - "No compatible server found at {remote}" : "Nie znaleziono kompatybilnego serwera na {remote}", - "Invalid server URL" : "Nieprawidłowy adres URL serwera", - "Failed to add the public link to your Nextcloud" : "Nie udało się dodać linku publicznego do Nextcloud", "File shares" : "Udostępniony plik", "Downloaded via public link" : "Pobrano przez link publiczny", "Downloaded by {email}" : "Pobrano przez {email}", @@ -275,6 +272,9 @@ "Share not found" : "Nie znaleziono udostępnienia", "Back to %s" : "Powrót do %s", "Add to your Nextcloud" : "Dodaj do swojego Nextcloud", + "No compatible server found at {remote}" : "Nie znaleziono kompatybilnego serwera na {remote}", + "Invalid server URL" : "Nieprawidłowy adres URL serwera", + "Failed to add the public link to your Nextcloud" : "Nie udało się dodać linku publicznego do Nextcloud", "Files" : "Pliki", "Please specify a valid user" : "Podaj prawidłowego użytkownika", "Please specify a valid federated user ID" : "Podaj prawidłowy ID użytkownika federacyjnego", diff --git a/apps/files_sharing/l10n/pt_BR.js b/apps/files_sharing/l10n/pt_BR.js index 9b76e011b6a63..106dd03d91057 100644 --- a/apps/files_sharing/l10n/pt_BR.js +++ b/apps/files_sharing/l10n/pt_BR.js @@ -12,9 +12,6 @@ OC.L10N.register( "Terms of service" : "Termos de serviço", "Show list view" : "Mostrar visualização em lista", "Show grid view" : "Mostrar visualização em grade", - "No compatible server found at {remote}" : "Nenhum servidor compativel encontrado em {remote}", - "Invalid server URL" : "URL do servidor inválida", - "Failed to add the public link to your Nextcloud" : "Ocorreu uma falha ao adicionar o link público ao seu Nextcloud", "File shares" : "Compartilhamentos de arquivos", "Downloaded via public link" : "Baixado via link público", "Downloaded by {email}" : "Baixado por {email}", @@ -363,6 +360,9 @@ OC.L10N.register( "Share not found" : "Compartilhamento não encontrado", "Back to %s" : "Voltar para %s", "Add to your Nextcloud" : "Adicionar ao seu Nextcloud", + "No compatible server found at {remote}" : "Nenhum servidor compativel encontrado em {remote}", + "Invalid server URL" : "URL do servidor inválida", + "Failed to add the public link to your Nextcloud" : "Ocorreu uma falha ao adicionar o link público ao seu Nextcloud", "Files" : "Arquivos", "Please specify a valid user" : "Por favor especifique um usuário válido", "Please specify a valid federated user ID" : "Especifique um ID de usuário federado válido ", diff --git a/apps/files_sharing/l10n/pt_BR.json b/apps/files_sharing/l10n/pt_BR.json index 0faa6f2e1ea3e..7978678c173ce 100644 --- a/apps/files_sharing/l10n/pt_BR.json +++ b/apps/files_sharing/l10n/pt_BR.json @@ -10,9 +10,6 @@ "Terms of service" : "Termos de serviço", "Show list view" : "Mostrar visualização em lista", "Show grid view" : "Mostrar visualização em grade", - "No compatible server found at {remote}" : "Nenhum servidor compativel encontrado em {remote}", - "Invalid server URL" : "URL do servidor inválida", - "Failed to add the public link to your Nextcloud" : "Ocorreu uma falha ao adicionar o link público ao seu Nextcloud", "File shares" : "Compartilhamentos de arquivos", "Downloaded via public link" : "Baixado via link público", "Downloaded by {email}" : "Baixado por {email}", @@ -361,6 +358,9 @@ "Share not found" : "Compartilhamento não encontrado", "Back to %s" : "Voltar para %s", "Add to your Nextcloud" : "Adicionar ao seu Nextcloud", + "No compatible server found at {remote}" : "Nenhum servidor compativel encontrado em {remote}", + "Invalid server URL" : "URL do servidor inválida", + "Failed to add the public link to your Nextcloud" : "Ocorreu uma falha ao adicionar o link público ao seu Nextcloud", "Files" : "Arquivos", "Please specify a valid user" : "Por favor especifique um usuário válido", "Please specify a valid federated user ID" : "Especifique um ID de usuário federado válido ", diff --git a/apps/files_sharing/l10n/ro.js b/apps/files_sharing/l10n/ro.js index 40cbb83ebc509..be4ca9f26ec29 100644 --- a/apps/files_sharing/l10n/ro.js +++ b/apps/files_sharing/l10n/ro.js @@ -12,9 +12,6 @@ OC.L10N.register( "Terms of service" : "Termenii serviciului", "Show list view" : "Afișează vizualizarea listă", "Show grid view" : "Afișează vizualizarea grilă", - "No compatible server found at {remote}" : "Niciun server compatibil nu a fost găsit la {remote}", - "Invalid server URL" : "URL server invalid", - "Failed to add the public link to your Nextcloud" : "Eroare la adăugarea link-ului public la Nextcloud", "File shares" : "Fișiere partajate", "Downloaded via public link" : "Descărcat prin link public", "Downloaded by {email}" : "Descărcat de {email}", @@ -191,6 +188,9 @@ OC.L10N.register( "Uploaded files:" : "Fișiere încărcate:", "By uploading files, you agree to the %1$sterms of service%2$s." : "Prin încărcarea fișierelor ești de accord cu %1$s termenii și serviciile %2$s", "Back to %s" : "Înapoi la %s", + "No compatible server found at {remote}" : "Niciun server compatibil nu a fost găsit la {remote}", + "Invalid server URL" : "URL server invalid", + "Failed to add the public link to your Nextcloud" : "Eroare la adăugarea link-ului public la Nextcloud", "Files" : "Fișiere", "Please specify a valid user" : "Specifică un utilizator valid", "You cannot share to a Circle if the app is not enabled" : "Nu puteți partaja cu un Cerc dacă aplicația nu este activată", diff --git a/apps/files_sharing/l10n/ro.json b/apps/files_sharing/l10n/ro.json index 53a5c73129cd3..d90167f0568f6 100644 --- a/apps/files_sharing/l10n/ro.json +++ b/apps/files_sharing/l10n/ro.json @@ -10,9 +10,6 @@ "Terms of service" : "Termenii serviciului", "Show list view" : "Afișează vizualizarea listă", "Show grid view" : "Afișează vizualizarea grilă", - "No compatible server found at {remote}" : "Niciun server compatibil nu a fost găsit la {remote}", - "Invalid server URL" : "URL server invalid", - "Failed to add the public link to your Nextcloud" : "Eroare la adăugarea link-ului public la Nextcloud", "File shares" : "Fișiere partajate", "Downloaded via public link" : "Descărcat prin link public", "Downloaded by {email}" : "Descărcat de {email}", @@ -189,6 +186,9 @@ "Uploaded files:" : "Fișiere încărcate:", "By uploading files, you agree to the %1$sterms of service%2$s." : "Prin încărcarea fișierelor ești de accord cu %1$s termenii și serviciile %2$s", "Back to %s" : "Înapoi la %s", + "No compatible server found at {remote}" : "Niciun server compatibil nu a fost găsit la {remote}", + "Invalid server URL" : "URL server invalid", + "Failed to add the public link to your Nextcloud" : "Eroare la adăugarea link-ului public la Nextcloud", "Files" : "Fișiere", "Please specify a valid user" : "Specifică un utilizator valid", "You cannot share to a Circle if the app is not enabled" : "Nu puteți partaja cu un Cerc dacă aplicația nu este activată", diff --git a/apps/files_sharing/l10n/ru.js b/apps/files_sharing/l10n/ru.js index 9d4a8d88ae737..d85a2c2e46cbc 100644 --- a/apps/files_sharing/l10n/ru.js +++ b/apps/files_sharing/l10n/ru.js @@ -12,9 +12,6 @@ OC.L10N.register( "Terms of service" : "Условия использования", "Show list view" : "Просмотр списком", "Show grid view" : "Просмотр сеткой", - "No compatible server found at {remote}" : "Не найден совместимый сервер на {remote}", - "Invalid server URL" : "Неверный URL сервера", - "Failed to add the public link to your Nextcloud" : "Не удалось создать общедоступную ссылку", "File shares" : "Обмен файлами", "Downloaded via public link" : "Скачано по общедоступной ссылке", "Downloaded by {email}" : "Скачано {email}", @@ -81,14 +78,19 @@ OC.L10N.register( "Could not create share" : "Не удалось создать общий ресурс", "Invalid permissions" : "Неверные права доступа", "Invalid date, date format must be YYYY-MM-DD" : "Недопустимая дата. Дата должна быть указана в формате ГГГГ-ММ-ДД", + "Please specify a valid account to share with" : "Пожалуйста, укажите действительную учетную запись, к которой вы хотите предоставить доступ", "Group sharing is disabled by the administrator" : "Возможность делиться с группами отключена администратором", "Please specify a valid group" : "Укажите верную группу", "Public link sharing is disabled by the administrator" : "Возможность предоставления общего доступа созданием общедоступных ссылок отключена администратором", "Public upload disabled by the administrator" : "Выгрузка в общедоступную папку запрещена администратором", "Public upload is only possible for publicly shared folders" : "Общедоступная выгрузка возможна только в общедоступные папки", + "Please specify a valid email address" : "Пожалуйста, укажите действительный адрес электронной почты", "Sharing %s sending the password by Nextcloud Talk failed because Nextcloud Talk is not enabled" : "Не удалось отправить пароль для доступа к «%s»: приложение Nextcloud Talk отключено.", "Sharing %1$s failed because the back end does not allow shares from type %2$s" : "Не удалось предоставить общий доступ к «%1$s», поскольку механизм удалённого обмена не разрешает публикации типа %2$s", + "Please specify a valid federated account ID" : "Пожалуйста, укажите действительный идентификатор федеративной учетной записи", "Please specify a valid federated group ID" : "Укажите действительный идентификатор федеративной группы", + "You cannot share to a Team if the app is not enabled" : "Вы не сможете поделиться информацией с командой, если приложение не включено", + "Please specify a valid team" : "Пожалуйста, укажите действующую команду", "Sharing %s failed because the back end does not support room shares" : "Не удалось предоставить общий доступ к «%s» поскольку механизм обмена не поддерживает общий доступ такого типа", "Sharing %s failed because the back end does not support ScienceMesh shares" : "Не удалось предоставить общий доступ к «%s» поскольку механизм обмена не поддерживает общие ресурсы типа ScienceMesh", "Unknown share type" : "Общий доступ неизвестного типа", @@ -300,6 +302,9 @@ OC.L10N.register( "Share not found" : "Общий доступ не найден", "Back to %s" : "Вернуться к %s", "Add to your Nextcloud" : "Добавить в свой Nextcloud", + "No compatible server found at {remote}" : "Не найден совместимый сервер на {remote}", + "Invalid server URL" : "Неверный URL сервера", + "Failed to add the public link to your Nextcloud" : "Не удалось создать общедоступную ссылку", "Files" : "Файлы", "Please specify a valid user" : "Укажите верного пользователя", "Please specify a valid federated user ID" : "Укажите действительный идентификатор федеративного пользователя", diff --git a/apps/files_sharing/l10n/ru.json b/apps/files_sharing/l10n/ru.json index 0ca0c724d759b..dda7e7bbbe8be 100644 --- a/apps/files_sharing/l10n/ru.json +++ b/apps/files_sharing/l10n/ru.json @@ -10,9 +10,6 @@ "Terms of service" : "Условия использования", "Show list view" : "Просмотр списком", "Show grid view" : "Просмотр сеткой", - "No compatible server found at {remote}" : "Не найден совместимый сервер на {remote}", - "Invalid server URL" : "Неверный URL сервера", - "Failed to add the public link to your Nextcloud" : "Не удалось создать общедоступную ссылку", "File shares" : "Обмен файлами", "Downloaded via public link" : "Скачано по общедоступной ссылке", "Downloaded by {email}" : "Скачано {email}", @@ -79,14 +76,19 @@ "Could not create share" : "Не удалось создать общий ресурс", "Invalid permissions" : "Неверные права доступа", "Invalid date, date format must be YYYY-MM-DD" : "Недопустимая дата. Дата должна быть указана в формате ГГГГ-ММ-ДД", + "Please specify a valid account to share with" : "Пожалуйста, укажите действительную учетную запись, к которой вы хотите предоставить доступ", "Group sharing is disabled by the administrator" : "Возможность делиться с группами отключена администратором", "Please specify a valid group" : "Укажите верную группу", "Public link sharing is disabled by the administrator" : "Возможность предоставления общего доступа созданием общедоступных ссылок отключена администратором", "Public upload disabled by the administrator" : "Выгрузка в общедоступную папку запрещена администратором", "Public upload is only possible for publicly shared folders" : "Общедоступная выгрузка возможна только в общедоступные папки", + "Please specify a valid email address" : "Пожалуйста, укажите действительный адрес электронной почты", "Sharing %s sending the password by Nextcloud Talk failed because Nextcloud Talk is not enabled" : "Не удалось отправить пароль для доступа к «%s»: приложение Nextcloud Talk отключено.", "Sharing %1$s failed because the back end does not allow shares from type %2$s" : "Не удалось предоставить общий доступ к «%1$s», поскольку механизм удалённого обмена не разрешает публикации типа %2$s", + "Please specify a valid federated account ID" : "Пожалуйста, укажите действительный идентификатор федеративной учетной записи", "Please specify a valid federated group ID" : "Укажите действительный идентификатор федеративной группы", + "You cannot share to a Team if the app is not enabled" : "Вы не сможете поделиться информацией с командой, если приложение не включено", + "Please specify a valid team" : "Пожалуйста, укажите действующую команду", "Sharing %s failed because the back end does not support room shares" : "Не удалось предоставить общий доступ к «%s» поскольку механизм обмена не поддерживает общий доступ такого типа", "Sharing %s failed because the back end does not support ScienceMesh shares" : "Не удалось предоставить общий доступ к «%s» поскольку механизм обмена не поддерживает общие ресурсы типа ScienceMesh", "Unknown share type" : "Общий доступ неизвестного типа", @@ -298,6 +300,9 @@ "Share not found" : "Общий доступ не найден", "Back to %s" : "Вернуться к %s", "Add to your Nextcloud" : "Добавить в свой Nextcloud", + "No compatible server found at {remote}" : "Не найден совместимый сервер на {remote}", + "Invalid server URL" : "Неверный URL сервера", + "Failed to add the public link to your Nextcloud" : "Не удалось создать общедоступную ссылку", "Files" : "Файлы", "Please specify a valid user" : "Укажите верного пользователя", "Please specify a valid federated user ID" : "Укажите действительный идентификатор федеративного пользователя", diff --git a/apps/files_sharing/l10n/sc.js b/apps/files_sharing/l10n/sc.js index 1536329f68d79..c00c637b9bf4c 100644 --- a/apps/files_sharing/l10n/sc.js +++ b/apps/files_sharing/l10n/sc.js @@ -12,9 +12,6 @@ OC.L10N.register( "Terms of service" : "Cunditziones de servìtziu", "Show list view" : "Mustra sa visualizatzione de lista", "Show grid view" : "Mustra sa visualizatzione de mosàicu", - "No compatible server found at {remote}" : "Perunu serbidore cumpatìbile agatadu in {remote}", - "Invalid server URL" : "URL de su serbidore non vàlidu", - "Failed to add the public link to your Nextcloud" : "No at fatu a agiùnghere su ligòngiu pùblicu in Nextcloud", "File shares" : "Cumpartziduras de archìvios", "Downloaded via public link" : "Iscarrigadu cun ligòngiu pùblicu", "Downloaded by {email}" : "Iscarrigadu dae {email}", @@ -222,6 +219,9 @@ OC.L10N.register( "Share not found" : "Cumpartzidura no agatada", "Back to %s" : "Torra a %s", "Add to your Nextcloud" : "Agiunghe a su Nextcloud tuo", + "No compatible server found at {remote}" : "Perunu serbidore cumpatìbile agatadu in {remote}", + "Invalid server URL" : "URL de su serbidore non vàlidu", + "Failed to add the public link to your Nextcloud" : "No at fatu a agiùnghere su ligòngiu pùblicu in Nextcloud", "Files" : "Archìvios", "Please specify a valid user" : "Ispetzìfica un'utèntzia bàlida", "Please specify a valid federated user ID" : "Ispetzìfica un'id de utente federadu bàlidu", diff --git a/apps/files_sharing/l10n/sc.json b/apps/files_sharing/l10n/sc.json index ac45e05d64188..2348d55800d47 100644 --- a/apps/files_sharing/l10n/sc.json +++ b/apps/files_sharing/l10n/sc.json @@ -10,9 +10,6 @@ "Terms of service" : "Cunditziones de servìtziu", "Show list view" : "Mustra sa visualizatzione de lista", "Show grid view" : "Mustra sa visualizatzione de mosàicu", - "No compatible server found at {remote}" : "Perunu serbidore cumpatìbile agatadu in {remote}", - "Invalid server URL" : "URL de su serbidore non vàlidu", - "Failed to add the public link to your Nextcloud" : "No at fatu a agiùnghere su ligòngiu pùblicu in Nextcloud", "File shares" : "Cumpartziduras de archìvios", "Downloaded via public link" : "Iscarrigadu cun ligòngiu pùblicu", "Downloaded by {email}" : "Iscarrigadu dae {email}", @@ -220,6 +217,9 @@ "Share not found" : "Cumpartzidura no agatada", "Back to %s" : "Torra a %s", "Add to your Nextcloud" : "Agiunghe a su Nextcloud tuo", + "No compatible server found at {remote}" : "Perunu serbidore cumpatìbile agatadu in {remote}", + "Invalid server URL" : "URL de su serbidore non vàlidu", + "Failed to add the public link to your Nextcloud" : "No at fatu a agiùnghere su ligòngiu pùblicu in Nextcloud", "Files" : "Archìvios", "Please specify a valid user" : "Ispetzìfica un'utèntzia bàlida", "Please specify a valid federated user ID" : "Ispetzìfica un'id de utente federadu bàlidu", diff --git a/apps/files_sharing/l10n/sk.js b/apps/files_sharing/l10n/sk.js index 389aecd1885e6..bde2c59245d5b 100644 --- a/apps/files_sharing/l10n/sk.js +++ b/apps/files_sharing/l10n/sk.js @@ -12,9 +12,6 @@ OC.L10N.register( "Terms of service" : "Všeobecné podmienky", "Show list view" : "Zobraziť ako zoznam", "Show grid view" : "Zobraziť v mriežke", - "No compatible server found at {remote}" : "Nebol nájdený kompatibilný server na adrese {remote}", - "Invalid server URL" : "Neplatná URL servera", - "Failed to add the public link to your Nextcloud" : "Pridanie verejne dostupného odkazu do vášho Nextcloud zlyhalo", "File shares" : "Zdieľané súbory", "Downloaded via public link" : "Stiahnuté prostredníctvom verejného odkazu", "Downloaded by {email}" : "Stiahnuté prostredníctvom {email}", @@ -290,6 +287,9 @@ OC.L10N.register( "Share not found" : "Sprístupnenie sa nenašlo", "Back to %s" : "Späť na %s", "Add to your Nextcloud" : "Pridať do svojho Nextcloud", + "No compatible server found at {remote}" : "Nebol nájdený kompatibilný server na adrese {remote}", + "Invalid server URL" : "Neplatná URL servera", + "Failed to add the public link to your Nextcloud" : "Pridanie verejne dostupného odkazu do vášho Nextcloud zlyhalo", "Files" : "Súbory", "Please specify a valid user" : "Zvoľte prosím platného používateľa", "Please specify a valid federated user ID" : "Prosím zvoľte platné ID združeného používateľa", diff --git a/apps/files_sharing/l10n/sk.json b/apps/files_sharing/l10n/sk.json index 9c2375c679991..9a2659dc551f4 100644 --- a/apps/files_sharing/l10n/sk.json +++ b/apps/files_sharing/l10n/sk.json @@ -10,9 +10,6 @@ "Terms of service" : "Všeobecné podmienky", "Show list view" : "Zobraziť ako zoznam", "Show grid view" : "Zobraziť v mriežke", - "No compatible server found at {remote}" : "Nebol nájdený kompatibilný server na adrese {remote}", - "Invalid server URL" : "Neplatná URL servera", - "Failed to add the public link to your Nextcloud" : "Pridanie verejne dostupného odkazu do vášho Nextcloud zlyhalo", "File shares" : "Zdieľané súbory", "Downloaded via public link" : "Stiahnuté prostredníctvom verejného odkazu", "Downloaded by {email}" : "Stiahnuté prostredníctvom {email}", @@ -288,6 +285,9 @@ "Share not found" : "Sprístupnenie sa nenašlo", "Back to %s" : "Späť na %s", "Add to your Nextcloud" : "Pridať do svojho Nextcloud", + "No compatible server found at {remote}" : "Nebol nájdený kompatibilný server na adrese {remote}", + "Invalid server URL" : "Neplatná URL servera", + "Failed to add the public link to your Nextcloud" : "Pridanie verejne dostupného odkazu do vášho Nextcloud zlyhalo", "Files" : "Súbory", "Please specify a valid user" : "Zvoľte prosím platného používateľa", "Please specify a valid federated user ID" : "Prosím zvoľte platné ID združeného používateľa", diff --git a/apps/files_sharing/l10n/sl.js b/apps/files_sharing/l10n/sl.js index 06b083dcc31b4..58d5e991bb800 100644 --- a/apps/files_sharing/l10n/sl.js +++ b/apps/files_sharing/l10n/sl.js @@ -12,9 +12,6 @@ OC.L10N.register( "Terms of service" : "Pogoji uporabe storitve", "Show list view" : "Pokaži seznamski pogled", "Show grid view" : "Pokaži mrežni pogled", - "No compatible server found at {remote}" : "Skladnega strežnika na {remote} ni mogoče najti", - "Invalid server URL" : "Neveljaven naslov URL strežnika", - "Failed to add the public link to your Nextcloud" : "Dodajanje javne povezave v oblak je spodletelo.", "File shares" : "Datoteke v souporabi", "Downloaded via public link" : "Prejeto po javni povezavi", "Downloaded by {email}" : "Prejeto po {email}", @@ -274,6 +271,9 @@ OC.L10N.register( "Share not found" : "Mesta souporabe ni mogoče najti.", "Back to %s" : "Nazaj na %s", "Add to your Nextcloud" : "Dodaj v oblak Nextcloud", + "No compatible server found at {remote}" : "Skladnega strežnika na {remote} ni mogoče najti", + "Invalid server URL" : "Neveljaven naslov URL strežnika", + "Failed to add the public link to your Nextcloud" : "Dodajanje javne povezave v oblak je spodletelo.", "Files" : "Datoteke", "Please specify a valid user" : "Navesti je treba veljavnega uporabnika.", "Please specify a valid federated user ID" : "Navesti je treba veljaven ID zveznega uporabnika", diff --git a/apps/files_sharing/l10n/sl.json b/apps/files_sharing/l10n/sl.json index e076a32fb9666..35ca2040d6de0 100644 --- a/apps/files_sharing/l10n/sl.json +++ b/apps/files_sharing/l10n/sl.json @@ -10,9 +10,6 @@ "Terms of service" : "Pogoji uporabe storitve", "Show list view" : "Pokaži seznamski pogled", "Show grid view" : "Pokaži mrežni pogled", - "No compatible server found at {remote}" : "Skladnega strežnika na {remote} ni mogoče najti", - "Invalid server URL" : "Neveljaven naslov URL strežnika", - "Failed to add the public link to your Nextcloud" : "Dodajanje javne povezave v oblak je spodletelo.", "File shares" : "Datoteke v souporabi", "Downloaded via public link" : "Prejeto po javni povezavi", "Downloaded by {email}" : "Prejeto po {email}", @@ -272,6 +269,9 @@ "Share not found" : "Mesta souporabe ni mogoče najti.", "Back to %s" : "Nazaj na %s", "Add to your Nextcloud" : "Dodaj v oblak Nextcloud", + "No compatible server found at {remote}" : "Skladnega strežnika na {remote} ni mogoče najti", + "Invalid server URL" : "Neveljaven naslov URL strežnika", + "Failed to add the public link to your Nextcloud" : "Dodajanje javne povezave v oblak je spodletelo.", "Files" : "Datoteke", "Please specify a valid user" : "Navesti je treba veljavnega uporabnika.", "Please specify a valid federated user ID" : "Navesti je treba veljaven ID zveznega uporabnika", diff --git a/apps/files_sharing/l10n/sr.js b/apps/files_sharing/l10n/sr.js index ca8ca8bf26de5..acb2f65c9d0a4 100644 --- a/apps/files_sharing/l10n/sr.js +++ b/apps/files_sharing/l10n/sr.js @@ -12,9 +12,6 @@ OC.L10N.register( "Terms of service" : "Услови коришћења", "Show list view" : "Prikaži prikaz liste", "Show grid view" : "Prikaži prikaz mreže", - "No compatible server found at {remote}" : "Нема компатибилног сервера на {remote}", - "Invalid server URL" : "Неисправна адреса сервера", - "Failed to add the public link to your Nextcloud" : "Неуспело додавање јавне везе ка Вашем Некстклауду", "File shares" : "Дељења фајлова", "Downloaded via public link" : "Скинуто преко јавне везе", "Downloaded by {email}" : "Скинуо {email}", @@ -363,6 +360,9 @@ OC.L10N.register( "Share not found" : "Дељење није нађено", "Back to %s" : "Назад на %s", "Add to your Nextcloud" : "Додајте у свој облак", + "No compatible server found at {remote}" : "Нема компатибилног сервера на {remote}", + "Invalid server URL" : "Неисправна адреса сервера", + "Failed to add the public link to your Nextcloud" : "Неуспело додавање јавне везе ка Вашем Некстклауду", "Files" : "Фајлови", "Please specify a valid user" : "Одаберите исправног корисника", "Please specify a valid federated user ID" : "Navedite važeći federalni korisnički ID", diff --git a/apps/files_sharing/l10n/sr.json b/apps/files_sharing/l10n/sr.json index f405745f35f69..253ff74ee4d2f 100644 --- a/apps/files_sharing/l10n/sr.json +++ b/apps/files_sharing/l10n/sr.json @@ -10,9 +10,6 @@ "Terms of service" : "Услови коришћења", "Show list view" : "Prikaži prikaz liste", "Show grid view" : "Prikaži prikaz mreže", - "No compatible server found at {remote}" : "Нема компатибилног сервера на {remote}", - "Invalid server URL" : "Неисправна адреса сервера", - "Failed to add the public link to your Nextcloud" : "Неуспело додавање јавне везе ка Вашем Некстклауду", "File shares" : "Дељења фајлова", "Downloaded via public link" : "Скинуто преко јавне везе", "Downloaded by {email}" : "Скинуо {email}", @@ -361,6 +358,9 @@ "Share not found" : "Дељење није нађено", "Back to %s" : "Назад на %s", "Add to your Nextcloud" : "Додајте у свој облак", + "No compatible server found at {remote}" : "Нема компатибилног сервера на {remote}", + "Invalid server URL" : "Неисправна адреса сервера", + "Failed to add the public link to your Nextcloud" : "Неуспело додавање јавне везе ка Вашем Некстклауду", "Files" : "Фајлови", "Please specify a valid user" : "Одаберите исправног корисника", "Please specify a valid federated user ID" : "Navedite važeći federalni korisnički ID", diff --git a/apps/files_sharing/l10n/sv.js b/apps/files_sharing/l10n/sv.js index 8908a042b2231..81b0943b4a38c 100644 --- a/apps/files_sharing/l10n/sv.js +++ b/apps/files_sharing/l10n/sv.js @@ -12,9 +12,6 @@ OC.L10N.register( "Terms of service" : "Användarvilkor", "Show list view" : "Visa listvy", "Show grid view" : "Visa rutnätsvy", - "No compatible server found at {remote}" : "Ingen kompatibel server hittad på {remote}", - "Invalid server URL" : "Ogiltig serverwebbadress", - "Failed to add the public link to your Nextcloud" : "Misslyckades skapa den offentliga delningslänken till ditt moln", "File shares" : "Fildelningar", "Downloaded via public link" : "Hämtad via offentlig länk", "Downloaded by {email}" : "Hämtad av {email}", @@ -363,6 +360,9 @@ OC.L10N.register( "Share not found" : "Delningen hittades inte", "Back to %s" : "Tillbaka till %s", "Add to your Nextcloud" : "Lägg till i molnet", + "No compatible server found at {remote}" : "Ingen kompatibel server hittad på {remote}", + "Invalid server URL" : "Ogiltig serverwebbadress", + "Failed to add the public link to your Nextcloud" : "Misslyckades skapa den offentliga delningslänken till ditt moln", "Files" : "Filer", "Please specify a valid user" : "Ange en giltig användare", "Please specify a valid federated user ID" : "Vänligen ange ett giltigt federerat användar-id.", diff --git a/apps/files_sharing/l10n/sv.json b/apps/files_sharing/l10n/sv.json index a2d18d3b86d0e..23629e773f7d9 100644 --- a/apps/files_sharing/l10n/sv.json +++ b/apps/files_sharing/l10n/sv.json @@ -10,9 +10,6 @@ "Terms of service" : "Användarvilkor", "Show list view" : "Visa listvy", "Show grid view" : "Visa rutnätsvy", - "No compatible server found at {remote}" : "Ingen kompatibel server hittad på {remote}", - "Invalid server URL" : "Ogiltig serverwebbadress", - "Failed to add the public link to your Nextcloud" : "Misslyckades skapa den offentliga delningslänken till ditt moln", "File shares" : "Fildelningar", "Downloaded via public link" : "Hämtad via offentlig länk", "Downloaded by {email}" : "Hämtad av {email}", @@ -361,6 +358,9 @@ "Share not found" : "Delningen hittades inte", "Back to %s" : "Tillbaka till %s", "Add to your Nextcloud" : "Lägg till i molnet", + "No compatible server found at {remote}" : "Ingen kompatibel server hittad på {remote}", + "Invalid server URL" : "Ogiltig serverwebbadress", + "Failed to add the public link to your Nextcloud" : "Misslyckades skapa den offentliga delningslänken till ditt moln", "Files" : "Filer", "Please specify a valid user" : "Ange en giltig användare", "Please specify a valid federated user ID" : "Vänligen ange ett giltigt federerat användar-id.", diff --git a/apps/files_sharing/l10n/tr.js b/apps/files_sharing/l10n/tr.js index 0379ccc1ce409..9057867ce590e 100644 --- a/apps/files_sharing/l10n/tr.js +++ b/apps/files_sharing/l10n/tr.js @@ -12,9 +12,6 @@ OC.L10N.register( "Terms of service" : "Hizmet koşulları", "Show list view" : "Liste görünümüne geç", "Show grid view" : "Tablo görünümüne geç", - "No compatible server found at {remote}" : "{remote} konumunda uyumlu sunucu bulunamadı", - "Invalid server URL" : "Sunucu adresi geçersiz", - "Failed to add the public link to your Nextcloud" : "Herkese açık bağlantı Nextcould üzerine eklenemedi", "File shares" : "Dosya paylaşımları", "Downloaded via public link" : "Herkese açık bağlantı ile indirildi", "Downloaded by {email}" : "{email} tarafından indirildi", @@ -363,6 +360,9 @@ OC.L10N.register( "Share not found" : "Paylaşım bulunamadı", "Back to %s" : "%s sayfasına dön", "Add to your Nextcloud" : "Nextcloud hesabınıza ekleyin", + "No compatible server found at {remote}" : "{remote} konumunda uyumlu sunucu bulunamadı", + "Invalid server URL" : "Sunucu adresi geçersiz", + "Failed to add the public link to your Nextcloud" : "Herkese açık bağlantı Nextcould üzerine eklenemedi", "Files" : "Dosyalar", "Please specify a valid user" : "Lütfen geçerli bir kullanıcı belirtin", "Please specify a valid federated user ID" : "Lütfen geçerli bir birleşik kullanıcı kimliği belirtin", diff --git a/apps/files_sharing/l10n/tr.json b/apps/files_sharing/l10n/tr.json index 6d3b089ed7807..a1327ca6e1f72 100644 --- a/apps/files_sharing/l10n/tr.json +++ b/apps/files_sharing/l10n/tr.json @@ -10,9 +10,6 @@ "Terms of service" : "Hizmet koşulları", "Show list view" : "Liste görünümüne geç", "Show grid view" : "Tablo görünümüne geç", - "No compatible server found at {remote}" : "{remote} konumunda uyumlu sunucu bulunamadı", - "Invalid server URL" : "Sunucu adresi geçersiz", - "Failed to add the public link to your Nextcloud" : "Herkese açık bağlantı Nextcould üzerine eklenemedi", "File shares" : "Dosya paylaşımları", "Downloaded via public link" : "Herkese açık bağlantı ile indirildi", "Downloaded by {email}" : "{email} tarafından indirildi", @@ -361,6 +358,9 @@ "Share not found" : "Paylaşım bulunamadı", "Back to %s" : "%s sayfasına dön", "Add to your Nextcloud" : "Nextcloud hesabınıza ekleyin", + "No compatible server found at {remote}" : "{remote} konumunda uyumlu sunucu bulunamadı", + "Invalid server URL" : "Sunucu adresi geçersiz", + "Failed to add the public link to your Nextcloud" : "Herkese açık bağlantı Nextcould üzerine eklenemedi", "Files" : "Dosyalar", "Please specify a valid user" : "Lütfen geçerli bir kullanıcı belirtin", "Please specify a valid federated user ID" : "Lütfen geçerli bir birleşik kullanıcı kimliği belirtin", diff --git a/apps/files_sharing/l10n/uk.js b/apps/files_sharing/l10n/uk.js index b33cd4debb9fe..87a641267a4e6 100644 --- a/apps/files_sharing/l10n/uk.js +++ b/apps/files_sharing/l10n/uk.js @@ -12,9 +12,6 @@ OC.L10N.register( "Terms of service" : "Умови використання", "Show list view" : "Подання списком", "Show grid view" : "Подання сіткою", - "No compatible server found at {remote}" : "Відсутній сумісний сервер за адресою {remote}", - "Invalid server URL" : "Недійсна адреса сервера URL", - "Failed to add the public link to your Nextcloud" : "Не вдалося додати загальнодоступне посилання до вашого Nextcloud", "File shares" : "Спільні файли", "Downloaded via public link" : "Звантажено за публічним посиланням", "Downloaded by {email}" : "Завантажено через {email}", @@ -362,6 +359,9 @@ OC.L10N.register( "Share not found" : "Спільний ресурс не знайдено", "Back to %s" : "Назад до %s", "Add to your Nextcloud" : "Додати до вашої хмари Nextcloud", + "No compatible server found at {remote}" : "Відсутній сумісний сервер за адресою {remote}", + "Invalid server URL" : "Недійсна адреса сервера URL", + "Failed to add the public link to your Nextcloud" : "Не вдалося додати загальнодоступне посилання до вашого Nextcloud", "Files" : "Файли", "Please specify a valid user" : "Будь ласка, зазначте дійсного користувача", "Please specify a valid federated user ID" : "Будь ласка, зазначте дійсний ідентифікатор користувача об'єднаної хмари", diff --git a/apps/files_sharing/l10n/uk.json b/apps/files_sharing/l10n/uk.json index a52ebbce6dd99..dafa51dd610b1 100644 --- a/apps/files_sharing/l10n/uk.json +++ b/apps/files_sharing/l10n/uk.json @@ -10,9 +10,6 @@ "Terms of service" : "Умови використання", "Show list view" : "Подання списком", "Show grid view" : "Подання сіткою", - "No compatible server found at {remote}" : "Відсутній сумісний сервер за адресою {remote}", - "Invalid server URL" : "Недійсна адреса сервера URL", - "Failed to add the public link to your Nextcloud" : "Не вдалося додати загальнодоступне посилання до вашого Nextcloud", "File shares" : "Спільні файли", "Downloaded via public link" : "Звантажено за публічним посиланням", "Downloaded by {email}" : "Завантажено через {email}", @@ -360,6 +357,9 @@ "Share not found" : "Спільний ресурс не знайдено", "Back to %s" : "Назад до %s", "Add to your Nextcloud" : "Додати до вашої хмари Nextcloud", + "No compatible server found at {remote}" : "Відсутній сумісний сервер за адресою {remote}", + "Invalid server URL" : "Недійсна адреса сервера URL", + "Failed to add the public link to your Nextcloud" : "Не вдалося додати загальнодоступне посилання до вашого Nextcloud", "Files" : "Файли", "Please specify a valid user" : "Будь ласка, зазначте дійсного користувача", "Please specify a valid federated user ID" : "Будь ласка, зазначте дійсний ідентифікатор користувача об'єднаної хмари", diff --git a/apps/files_sharing/l10n/vi.js b/apps/files_sharing/l10n/vi.js index 15c4ab1bf9932..b73052d396b6f 100644 --- a/apps/files_sharing/l10n/vi.js +++ b/apps/files_sharing/l10n/vi.js @@ -12,9 +12,6 @@ OC.L10N.register( "Terms of service" : "Điều khoản dịch vụ", "Show list view" : "Hiển thị chế độ xem danh sách", "Show grid view" : "Hiển thị chế độ xem lưới", - "No compatible server found at {remote}" : "Máy chủ không tương thích được tìm thấy tại {remote}", - "Invalid server URL" : "URL máy chủ không hợp lệ", - "Failed to add the public link to your Nextcloud" : "Không thể thêm liên kết công khai", "File shares" : "Tệp chia sẻ", "Downloaded via public link" : "Tải xuống qua liên kết", "Downloaded by {email}" : "Tải xuống bởi {email}", @@ -265,6 +262,9 @@ OC.L10N.register( "Share not found" : "Không tìm thấy chia sẻ.", "Back to %s" : "Quay lại %s", "Add to your Nextcloud" : "Thêm vào Nextcloud của bạn", + "No compatible server found at {remote}" : "Máy chủ không tương thích được tìm thấy tại {remote}", + "Invalid server URL" : "URL máy chủ không hợp lệ", + "Failed to add the public link to your Nextcloud" : "Không thể thêm liên kết công khai", "Files" : "Tệp tin", "Please specify a valid user" : "Vui lòng chỉ định người dùng hợp lệ", "Please specify a valid federated user ID" : "Vui lòng chỉ định ID người dùng liên kết hợp lệ", diff --git a/apps/files_sharing/l10n/vi.json b/apps/files_sharing/l10n/vi.json index 3ce10d5e5efc8..4296bbf829d45 100644 --- a/apps/files_sharing/l10n/vi.json +++ b/apps/files_sharing/l10n/vi.json @@ -10,9 +10,6 @@ "Terms of service" : "Điều khoản dịch vụ", "Show list view" : "Hiển thị chế độ xem danh sách", "Show grid view" : "Hiển thị chế độ xem lưới", - "No compatible server found at {remote}" : "Máy chủ không tương thích được tìm thấy tại {remote}", - "Invalid server URL" : "URL máy chủ không hợp lệ", - "Failed to add the public link to your Nextcloud" : "Không thể thêm liên kết công khai", "File shares" : "Tệp chia sẻ", "Downloaded via public link" : "Tải xuống qua liên kết", "Downloaded by {email}" : "Tải xuống bởi {email}", @@ -263,6 +260,9 @@ "Share not found" : "Không tìm thấy chia sẻ.", "Back to %s" : "Quay lại %s", "Add to your Nextcloud" : "Thêm vào Nextcloud của bạn", + "No compatible server found at {remote}" : "Máy chủ không tương thích được tìm thấy tại {remote}", + "Invalid server URL" : "URL máy chủ không hợp lệ", + "Failed to add the public link to your Nextcloud" : "Không thể thêm liên kết công khai", "Files" : "Tệp tin", "Please specify a valid user" : "Vui lòng chỉ định người dùng hợp lệ", "Please specify a valid federated user ID" : "Vui lòng chỉ định ID người dùng liên kết hợp lệ", diff --git a/apps/files_sharing/l10n/zh_CN.js b/apps/files_sharing/l10n/zh_CN.js index 3c1242fab5b97..3f643ae085289 100644 --- a/apps/files_sharing/l10n/zh_CN.js +++ b/apps/files_sharing/l10n/zh_CN.js @@ -12,9 +12,6 @@ OC.L10N.register( "Terms of service" : "服务条款", "Show list view" : "显示列表视图", "Show grid view" : "显示网格视图", - "No compatible server found at {remote}" : " {remote} 未发现匹配的服务器", - "Invalid server URL" : "无效的服务器地址", - "Failed to add the public link to your Nextcloud" : "添加公开链接到您的Nextcloud失败", "File shares" : "文件共享", "Downloaded via public link" : "通过公开链接下载", "Downloaded by {email}" : "已被 {email} 下载", @@ -289,6 +286,9 @@ OC.L10N.register( "Share not found" : "未找到共享", "Back to %s" : "返回 %s", "Add to your Nextcloud" : "添加到您的 Nextcloud", + "No compatible server found at {remote}" : " {remote} 未发现匹配的服务器", + "Invalid server URL" : "无效的服务器地址", + "Failed to add the public link to your Nextcloud" : "添加公开链接到您的Nextcloud失败", "Files" : "文件", "Please specify a valid user" : "请指定一个有效的用户", "Please specify a valid federated user ID" : "请指定一个有效的联合用户 ID", diff --git a/apps/files_sharing/l10n/zh_CN.json b/apps/files_sharing/l10n/zh_CN.json index 0540d575aa29d..8094c43beb9d0 100644 --- a/apps/files_sharing/l10n/zh_CN.json +++ b/apps/files_sharing/l10n/zh_CN.json @@ -10,9 +10,6 @@ "Terms of service" : "服务条款", "Show list view" : "显示列表视图", "Show grid view" : "显示网格视图", - "No compatible server found at {remote}" : " {remote} 未发现匹配的服务器", - "Invalid server URL" : "无效的服务器地址", - "Failed to add the public link to your Nextcloud" : "添加公开链接到您的Nextcloud失败", "File shares" : "文件共享", "Downloaded via public link" : "通过公开链接下载", "Downloaded by {email}" : "已被 {email} 下载", @@ -287,6 +284,9 @@ "Share not found" : "未找到共享", "Back to %s" : "返回 %s", "Add to your Nextcloud" : "添加到您的 Nextcloud", + "No compatible server found at {remote}" : " {remote} 未发现匹配的服务器", + "Invalid server URL" : "无效的服务器地址", + "Failed to add the public link to your Nextcloud" : "添加公开链接到您的Nextcloud失败", "Files" : "文件", "Please specify a valid user" : "请指定一个有效的用户", "Please specify a valid federated user ID" : "请指定一个有效的联合用户 ID", diff --git a/apps/files_sharing/l10n/zh_HK.js b/apps/files_sharing/l10n/zh_HK.js index 17c36afe851e5..2dda76dfff02d 100644 --- a/apps/files_sharing/l10n/zh_HK.js +++ b/apps/files_sharing/l10n/zh_HK.js @@ -12,9 +12,6 @@ OC.L10N.register( "Terms of service" : "服務條款", "Show list view" : "顯示清單視圖", "Show grid view" : "顯示網格視圖", - "No compatible server found at {remote}" : "沒有在 {remote} 找到相容的伺服器", - "Invalid server URL" : "無效的伺服器 URL", - "Failed to add the public link to your Nextcloud" : "無法將公開連結加入您的 Nextcloud", "File shares" : "檔案分享", "Downloaded via public link" : "透過公用連結下載", "Downloaded by {email}" : "{email} 已下載", @@ -363,6 +360,9 @@ OC.L10N.register( "Share not found" : "找不到分享", "Back to %s" : "返回 %s", "Add to your Nextcloud" : "加入到您的 Nextcloud", + "No compatible server found at {remote}" : "沒有在 {remote} 找到相容的伺服器", + "Invalid server URL" : "無效的伺服器 URL", + "Failed to add the public link to your Nextcloud" : "無法將公開連結加入您的 Nextcloud", "Files" : "檔案", "Please specify a valid user" : "請選擇一個有效的用戶", "Please specify a valid federated user ID" : "請指定一個有效的聯合用戶 ID", diff --git a/apps/files_sharing/l10n/zh_HK.json b/apps/files_sharing/l10n/zh_HK.json index fc901c1a06dbd..a65eccd546f6f 100644 --- a/apps/files_sharing/l10n/zh_HK.json +++ b/apps/files_sharing/l10n/zh_HK.json @@ -10,9 +10,6 @@ "Terms of service" : "服務條款", "Show list view" : "顯示清單視圖", "Show grid view" : "顯示網格視圖", - "No compatible server found at {remote}" : "沒有在 {remote} 找到相容的伺服器", - "Invalid server URL" : "無效的伺服器 URL", - "Failed to add the public link to your Nextcloud" : "無法將公開連結加入您的 Nextcloud", "File shares" : "檔案分享", "Downloaded via public link" : "透過公用連結下載", "Downloaded by {email}" : "{email} 已下載", @@ -361,6 +358,9 @@ "Share not found" : "找不到分享", "Back to %s" : "返回 %s", "Add to your Nextcloud" : "加入到您的 Nextcloud", + "No compatible server found at {remote}" : "沒有在 {remote} 找到相容的伺服器", + "Invalid server URL" : "無效的伺服器 URL", + "Failed to add the public link to your Nextcloud" : "無法將公開連結加入您的 Nextcloud", "Files" : "檔案", "Please specify a valid user" : "請選擇一個有效的用戶", "Please specify a valid federated user ID" : "請指定一個有效的聯合用戶 ID", diff --git a/apps/files_sharing/l10n/zh_TW.js b/apps/files_sharing/l10n/zh_TW.js index f22c5c5c83b76..b9dddefdff193 100644 --- a/apps/files_sharing/l10n/zh_TW.js +++ b/apps/files_sharing/l10n/zh_TW.js @@ -12,9 +12,6 @@ OC.L10N.register( "Terms of service" : "服務條款", "Show list view" : "顯示清單檢視", "Show grid view" : "顯示網格檢視", - "No compatible server found at {remote}" : "在 {remote} 找不到相容的伺服器", - "Invalid server URL" : "無效的伺服器 URL", - "Failed to add the public link to your Nextcloud" : "無法將公開連結新增到您的 Nextcloud", "File shares" : "檔案分享", "Downloaded via public link" : "透過公開連結下載", "Downloaded by {email}" : "{email} 已下載", @@ -363,6 +360,9 @@ OC.L10N.register( "Share not found" : "找不到分享", "Back to %s" : "回到 %s", "Add to your Nextcloud" : "新增到您的 Nextcloud", + "No compatible server found at {remote}" : "在 {remote} 找不到相容的伺服器", + "Invalid server URL" : "無效的伺服器 URL", + "Failed to add the public link to your Nextcloud" : "無法將公開連結新增到您的 Nextcloud", "Files" : "檔案", "Please specify a valid user" : "請指定有效使用者", "Please specify a valid federated user ID" : "請指定有效的聯盟使用者 ID", diff --git a/apps/files_sharing/l10n/zh_TW.json b/apps/files_sharing/l10n/zh_TW.json index 390697fb8e321..3a85d18e29b76 100644 --- a/apps/files_sharing/l10n/zh_TW.json +++ b/apps/files_sharing/l10n/zh_TW.json @@ -10,9 +10,6 @@ "Terms of service" : "服務條款", "Show list view" : "顯示清單檢視", "Show grid view" : "顯示網格檢視", - "No compatible server found at {remote}" : "在 {remote} 找不到相容的伺服器", - "Invalid server URL" : "無效的伺服器 URL", - "Failed to add the public link to your Nextcloud" : "無法將公開連結新增到您的 Nextcloud", "File shares" : "檔案分享", "Downloaded via public link" : "透過公開連結下載", "Downloaded by {email}" : "{email} 已下載", @@ -361,6 +358,9 @@ "Share not found" : "找不到分享", "Back to %s" : "回到 %s", "Add to your Nextcloud" : "新增到您的 Nextcloud", + "No compatible server found at {remote}" : "在 {remote} 找不到相容的伺服器", + "Invalid server URL" : "無效的伺服器 URL", + "Failed to add the public link to your Nextcloud" : "無法將公開連結新增到您的 Nextcloud", "Files" : "檔案", "Please specify a valid user" : "請指定有效使用者", "Please specify a valid federated user ID" : "請指定有效的聯盟使用者 ID", diff --git a/apps/oauth2/l10n/ar.js b/apps/oauth2/l10n/ar.js index 417dc0d2c59a2..8feccf255eb67 100644 --- a/apps/oauth2/l10n/ar.js +++ b/apps/oauth2/l10n/ar.js @@ -13,6 +13,7 @@ OC.L10N.register( "Client Identifier" : "مُعرِّف العميل", "Secret key" : "المفتاح السّرّي", "Delete client" : "حذف عميل ", + "Make sure you store the secret key, it cannot be recovered." : "تأكد من تخزين المفتاح السري، إذ أنه لا يمكن استعادته.", "Add client" : "إضافة عميل", "Add" : "إضافة", "Delete" : "حذف", diff --git a/apps/oauth2/l10n/ar.json b/apps/oauth2/l10n/ar.json index ed345068cfbf7..dbabaec712847 100644 --- a/apps/oauth2/l10n/ar.json +++ b/apps/oauth2/l10n/ar.json @@ -11,6 +11,7 @@ "Client Identifier" : "مُعرِّف العميل", "Secret key" : "المفتاح السّرّي", "Delete client" : "حذف عميل ", + "Make sure you store the secret key, it cannot be recovered." : "تأكد من تخزين المفتاح السري، إذ أنه لا يمكن استعادته.", "Add client" : "إضافة عميل", "Add" : "إضافة", "Delete" : "حذف", diff --git a/apps/oauth2/l10n/de_DE.js b/apps/oauth2/l10n/de_DE.js index 215b35c356cd0..f29188b61eeba 100644 --- a/apps/oauth2/l10n/de_DE.js +++ b/apps/oauth2/l10n/de_DE.js @@ -13,6 +13,7 @@ OC.L10N.register( "Client Identifier" : "Client-Identifikationsmerkmal", "Secret key" : "Geheimer Schlüssel", "Delete client" : "Client löschen", + "Make sure you store the secret key, it cannot be recovered." : "Bewahren Sie den geheimen Schlüssel unbedingt auf, er kann nicht wiederhergestellt werden.", "Add client" : "Client hinzufügen", "Add" : "Hinzufügen", "Delete" : "Löschen", diff --git a/apps/oauth2/l10n/de_DE.json b/apps/oauth2/l10n/de_DE.json index 17d7268cff9d8..741a491a2dc98 100644 --- a/apps/oauth2/l10n/de_DE.json +++ b/apps/oauth2/l10n/de_DE.json @@ -11,6 +11,7 @@ "Client Identifier" : "Client-Identifikationsmerkmal", "Secret key" : "Geheimer Schlüssel", "Delete client" : "Client löschen", + "Make sure you store the secret key, it cannot be recovered." : "Bewahren Sie den geheimen Schlüssel unbedingt auf, er kann nicht wiederhergestellt werden.", "Add client" : "Client hinzufügen", "Add" : "Hinzufügen", "Delete" : "Löschen", diff --git a/apps/oauth2/l10n/en_GB.js b/apps/oauth2/l10n/en_GB.js index eaae9e3d6daf9..872990e64c09c 100644 --- a/apps/oauth2/l10n/en_GB.js +++ b/apps/oauth2/l10n/en_GB.js @@ -13,6 +13,7 @@ OC.L10N.register( "Client Identifier" : "Client Identifier", "Secret key" : "Secret key", "Delete client" : "Delete client", + "Make sure you store the secret key, it cannot be recovered." : "Make sure you store the secret key, it cannot be recovered.", "Add client" : "Add client", "Add" : "Add", "Delete" : "Delete", diff --git a/apps/oauth2/l10n/en_GB.json b/apps/oauth2/l10n/en_GB.json index 0c81be78308bf..2599ea814a138 100644 --- a/apps/oauth2/l10n/en_GB.json +++ b/apps/oauth2/l10n/en_GB.json @@ -11,6 +11,7 @@ "Client Identifier" : "Client Identifier", "Secret key" : "Secret key", "Delete client" : "Delete client", + "Make sure you store the secret key, it cannot be recovered." : "Make sure you store the secret key, it cannot be recovered.", "Add client" : "Add client", "Add" : "Add", "Delete" : "Delete", diff --git a/apps/oauth2/l10n/gl.js b/apps/oauth2/l10n/gl.js index 841ec868a96d7..8cc9d30d421a0 100644 --- a/apps/oauth2/l10n/gl.js +++ b/apps/oauth2/l10n/gl.js @@ -13,6 +13,7 @@ OC.L10N.register( "Client Identifier" : "Identificador do cliente", "Secret key" : "Chave secreta", "Delete client" : "Eliminar cliente", + "Make sure you store the secret key, it cannot be recovered." : "Asegúrese de gardar a chave secreta, non é posíbel recuperala.", "Add client" : "Engadir cliente", "Add" : "Engadir", "Delete" : "Eliminar", diff --git a/apps/oauth2/l10n/gl.json b/apps/oauth2/l10n/gl.json index fd8522a5a4cd9..7bfa658794001 100644 --- a/apps/oauth2/l10n/gl.json +++ b/apps/oauth2/l10n/gl.json @@ -11,6 +11,7 @@ "Client Identifier" : "Identificador do cliente", "Secret key" : "Chave secreta", "Delete client" : "Eliminar cliente", + "Make sure you store the secret key, it cannot be recovered." : "Asegúrese de gardar a chave secreta, non é posíbel recuperala.", "Add client" : "Engadir cliente", "Add" : "Engadir", "Delete" : "Eliminar", diff --git a/apps/oauth2/l10n/nb.js b/apps/oauth2/l10n/nb.js index 5b3704625c373..70bf023c10f15 100644 --- a/apps/oauth2/l10n/nb.js +++ b/apps/oauth2/l10n/nb.js @@ -13,6 +13,7 @@ OC.L10N.register( "Client Identifier" : "Klient-identifikator", "Secret key" : "Hemmelig nøkkel", "Delete client" : "Slett klient", + "Make sure you store the secret key, it cannot be recovered." : "Pass på at du oppbevarer den hemmelige nøkkelen, den kan ikke gjenopprettes.", "Add client" : "Legg til klient", "Add" : "Legg til", "Delete" : "Slett", diff --git a/apps/oauth2/l10n/nb.json b/apps/oauth2/l10n/nb.json index e743840f0f10b..9a3e88d3fb50a 100644 --- a/apps/oauth2/l10n/nb.json +++ b/apps/oauth2/l10n/nb.json @@ -11,6 +11,7 @@ "Client Identifier" : "Klient-identifikator", "Secret key" : "Hemmelig nøkkel", "Delete client" : "Slett klient", + "Make sure you store the secret key, it cannot be recovered." : "Pass på at du oppbevarer den hemmelige nøkkelen, den kan ikke gjenopprettes.", "Add client" : "Legg til klient", "Add" : "Legg til", "Delete" : "Slett", diff --git a/apps/oauth2/l10n/pt_BR.js b/apps/oauth2/l10n/pt_BR.js index b8cc9d24bd4a4..26641a78c9676 100644 --- a/apps/oauth2/l10n/pt_BR.js +++ b/apps/oauth2/l10n/pt_BR.js @@ -13,6 +13,7 @@ OC.L10N.register( "Client Identifier" : "Identificador do Cliente", "Secret key" : "Chave secreta", "Delete client" : "Excluir cliente", + "Make sure you store the secret key, it cannot be recovered." : "Certifique-se de armazenar a chave secreta, ela não pode ser recuperada.", "Add client" : "Adicionar cliente", "Add" : "Adicionar", "Delete" : "Excluir", diff --git a/apps/oauth2/l10n/pt_BR.json b/apps/oauth2/l10n/pt_BR.json index 77b07c77ab750..dbfc53e8b6630 100644 --- a/apps/oauth2/l10n/pt_BR.json +++ b/apps/oauth2/l10n/pt_BR.json @@ -11,6 +11,7 @@ "Client Identifier" : "Identificador do Cliente", "Secret key" : "Chave secreta", "Delete client" : "Excluir cliente", + "Make sure you store the secret key, it cannot be recovered." : "Certifique-se de armazenar a chave secreta, ela não pode ser recuperada.", "Add client" : "Adicionar cliente", "Add" : "Adicionar", "Delete" : "Excluir", diff --git a/apps/oauth2/l10n/sv.js b/apps/oauth2/l10n/sv.js index 4e7564daa541e..dbef6b09b48c4 100644 --- a/apps/oauth2/l10n/sv.js +++ b/apps/oauth2/l10n/sv.js @@ -13,6 +13,7 @@ OC.L10N.register( "Client Identifier" : "Klientidentifierare", "Secret key" : "Hemlig nyckel", "Delete client" : "Ta bort klient", + "Make sure you store the secret key, it cannot be recovered." : "Se till att du lagrar den hemliga nyckeln, den kan inte återställas.", "Add client" : "Lägg till klient", "Add" : "Lägg till", "Delete" : "Ta bort", diff --git a/apps/oauth2/l10n/sv.json b/apps/oauth2/l10n/sv.json index c0b243c171b99..f1cba5a8bfef5 100644 --- a/apps/oauth2/l10n/sv.json +++ b/apps/oauth2/l10n/sv.json @@ -11,6 +11,7 @@ "Client Identifier" : "Klientidentifierare", "Secret key" : "Hemlig nyckel", "Delete client" : "Ta bort klient", + "Make sure you store the secret key, it cannot be recovered." : "Se till att du lagrar den hemliga nyckeln, den kan inte återställas.", "Add client" : "Lägg till klient", "Add" : "Lägg till", "Delete" : "Ta bort", diff --git a/apps/oauth2/l10n/zh_HK.js b/apps/oauth2/l10n/zh_HK.js index d1f39a5409ab6..66ca16427f119 100644 --- a/apps/oauth2/l10n/zh_HK.js +++ b/apps/oauth2/l10n/zh_HK.js @@ -13,6 +13,7 @@ OC.L10N.register( "Client Identifier" : "用戶識別", "Secret key" : "私密密鑰", "Delete client" : "刪除客戶端", + "Make sure you store the secret key, it cannot be recovered." : "請確保妥善保存密鑰,因為它無法復得。", "Add client" : "新增第三方應用程式", "Add" : "新增", "Delete" : "刪除", diff --git a/apps/oauth2/l10n/zh_HK.json b/apps/oauth2/l10n/zh_HK.json index 0506893d1c7ee..02e0555737011 100644 --- a/apps/oauth2/l10n/zh_HK.json +++ b/apps/oauth2/l10n/zh_HK.json @@ -11,6 +11,7 @@ "Client Identifier" : "用戶識別", "Secret key" : "私密密鑰", "Delete client" : "刪除客戶端", + "Make sure you store the secret key, it cannot be recovered." : "請確保妥善保存密鑰,因為它無法復得。", "Add client" : "新增第三方應用程式", "Add" : "新增", "Delete" : "刪除", diff --git a/apps/oauth2/l10n/zh_TW.js b/apps/oauth2/l10n/zh_TW.js index 03411a991e731..0f068c46b635b 100644 --- a/apps/oauth2/l10n/zh_TW.js +++ b/apps/oauth2/l10n/zh_TW.js @@ -13,6 +13,7 @@ OC.L10N.register( "Client Identifier" : "客戶端識別", "Secret key" : "私鑰", "Delete client" : "刪除用戶端", + "Make sure you store the secret key, it cannot be recovered." : "請確定您儲存了私鑰,其無法還原。", "Add client" : "新增客戶端", "Add" : "新增", "Delete" : "刪除", diff --git a/apps/oauth2/l10n/zh_TW.json b/apps/oauth2/l10n/zh_TW.json index 367c0201120d6..523271398a07c 100644 --- a/apps/oauth2/l10n/zh_TW.json +++ b/apps/oauth2/l10n/zh_TW.json @@ -11,6 +11,7 @@ "Client Identifier" : "客戶端識別", "Secret key" : "私鑰", "Delete client" : "刪除用戶端", + "Make sure you store the secret key, it cannot be recovered." : "請確定您儲存了私鑰,其無法還原。", "Add client" : "新增客戶端", "Add" : "新增", "Delete" : "刪除", diff --git a/apps/settings/l10n/ar.js b/apps/settings/l10n/ar.js index 94e280a0b4ad1..22e42a06da289 100644 --- a/apps/settings/l10n/ar.js +++ b/apps/settings/l10n/ar.js @@ -331,7 +331,6 @@ OC.L10N.register( "None of your currently installed apps provide image generation functionality" : "لا أحد من تطبيقاتك المثبتة يوفر وظيفة توليد الصور.", "Text processing" : "معالجة النصوص", "Text processing tasks can be implemented by different apps. Here you can set which app should be used for which task." : "يمكن تنفيذ مهام معالجة النصوص بواسطة تطبيقات مختلفة. هنا يمكنك تعيين التطبيق الذي يجب استخدامه لأي مهمة", - "None of your currently installed apps provide Text processing functionality" : "لا يوفر أي من تطبيقاتك المثبتة حاليًا وظيفة معالجة النصوص", "Here you can decide which group can access certain sections of the administration settings." : "هنا يمكنك تحديد المجموعة التي يمكنها الوصول إلى أقسام معينة من إعدادات الإدارة.", "None" : "لا شيء", "Unable to modify setting" : "تعذّر تعديل الإعداد", @@ -823,6 +822,7 @@ OC.L10N.register( "Speech-To-Text" : "تحويل الكلام إلى نص", "Speech-To-Text can be implemented by different apps. Here you can set which app should be used." : "يمكن تنفيذ تحويل الكلام إلى نص بواسطة تطبيقات مختلفة. هنا يمكنك تعيين التطبيق الذي يجب استخدامه.", "None of your currently installed apps provide Speech-To-Text functionality" : "لا توفر أي من تطبيقاتك المثبتة حاليًا وظيفة تحويل الكلام إلى نص", + "None of your currently installed apps provide Text processing functionality" : "لا يوفر أي من تطبيقاتك المثبتة حاليًا وظيفة معالجة النصوص", "Exclude groups from sharing" : "إستثناء مجموعات من المُشارَكة", "These groups will still be able to receive shares, but not to initiate them." : "هذه المجموعات ستظل قادرةً على تلقّي المُشارَكات، و لكن ليس على بَدئِها.", "Allow username autocompletion in share dialog and allow access to the system address book" : "السماح بالإكمال التلقائي لاسم المستخدم في حوار المشاركة والسماح بالوصول إلى دفتر عناوين النظام", diff --git a/apps/settings/l10n/ar.json b/apps/settings/l10n/ar.json index 03e85452eff29..5b4d7a3f5af24 100644 --- a/apps/settings/l10n/ar.json +++ b/apps/settings/l10n/ar.json @@ -329,7 +329,6 @@ "None of your currently installed apps provide image generation functionality" : "لا أحد من تطبيقاتك المثبتة يوفر وظيفة توليد الصور.", "Text processing" : "معالجة النصوص", "Text processing tasks can be implemented by different apps. Here you can set which app should be used for which task." : "يمكن تنفيذ مهام معالجة النصوص بواسطة تطبيقات مختلفة. هنا يمكنك تعيين التطبيق الذي يجب استخدامه لأي مهمة", - "None of your currently installed apps provide Text processing functionality" : "لا يوفر أي من تطبيقاتك المثبتة حاليًا وظيفة معالجة النصوص", "Here you can decide which group can access certain sections of the administration settings." : "هنا يمكنك تحديد المجموعة التي يمكنها الوصول إلى أقسام معينة من إعدادات الإدارة.", "None" : "لا شيء", "Unable to modify setting" : "تعذّر تعديل الإعداد", @@ -821,6 +820,7 @@ "Speech-To-Text" : "تحويل الكلام إلى نص", "Speech-To-Text can be implemented by different apps. Here you can set which app should be used." : "يمكن تنفيذ تحويل الكلام إلى نص بواسطة تطبيقات مختلفة. هنا يمكنك تعيين التطبيق الذي يجب استخدامه.", "None of your currently installed apps provide Speech-To-Text functionality" : "لا توفر أي من تطبيقاتك المثبتة حاليًا وظيفة تحويل الكلام إلى نص", + "None of your currently installed apps provide Text processing functionality" : "لا يوفر أي من تطبيقاتك المثبتة حاليًا وظيفة معالجة النصوص", "Exclude groups from sharing" : "إستثناء مجموعات من المُشارَكة", "These groups will still be able to receive shares, but not to initiate them." : "هذه المجموعات ستظل قادرةً على تلقّي المُشارَكات، و لكن ليس على بَدئِها.", "Allow username autocompletion in share dialog and allow access to the system address book" : "السماح بالإكمال التلقائي لاسم المستخدم في حوار المشاركة والسماح بالوصول إلى دفتر عناوين النظام", diff --git a/apps/settings/l10n/ca.js b/apps/settings/l10n/ca.js index a1e1e0419a599..48837a0a78351 100644 --- a/apps/settings/l10n/ca.js +++ b/apps/settings/l10n/ca.js @@ -200,7 +200,6 @@ OC.L10N.register( "None of your currently installed apps provide image generation functionality" : "Cap de les vostres aplicacions instal·lades actualment ofereix la funcionalitat de generació d'imatges", "Text processing" : "Processament de text", "Text processing tasks can be implemented by different apps. Here you can set which app should be used for which task." : "Les tasques de processament de text es poden implementar mitjançant diferents aplicacions. Aquí podeu definir quina aplicació s'ha d'utilitzar per a quina tasca.", - "None of your currently installed apps provide Text processing functionality" : "Cap de les vostres aplicacions instal·lades actualment ofereix la funcionalitat de processament de text", "Here you can decide which group can access certain sections of the administration settings." : "Aquí podeu decidir quin grup pot accedir a certes seccions dels paràmetres d'administració.", "None" : "Cap", "Unable to modify setting" : "No es pot modificar el paràmetre", @@ -592,6 +591,7 @@ OC.L10N.register( "Speech-To-Text" : "Conversió de parla a text", "Speech-To-Text can be implemented by different apps. Here you can set which app should be used." : "La conversió de parla a text es pot implementar per diferents aplicacions. Aquí podeu definir quina aplicació s'ha d'utilitzar.", "None of your currently installed apps provide Speech-To-Text functionality" : "Cap de les vostres aplicacions instal·lades actualment ofereix la funció de conversió de parla a text", + "None of your currently installed apps provide Text processing functionality" : "Cap de les vostres aplicacions instal·lades actualment ofereix la funcionalitat de processament de text", "Exclude groups from sharing" : "Excloure grups de compartició", "These groups will still be able to receive shares, but not to initiate them." : "Aquests grups encara podran rebre comparticions, però no en podran iniciar.", "Allow username autocompletion in share dialog and allow access to the system address book" : "Permet l'emplenament automàtic del nom d'usuari al diàleg de compartició i permet l'accés a la llibreta d'adreces del sistema", diff --git a/apps/settings/l10n/ca.json b/apps/settings/l10n/ca.json index 4c6cd40be9a59..ed20d0f55000b 100644 --- a/apps/settings/l10n/ca.json +++ b/apps/settings/l10n/ca.json @@ -198,7 +198,6 @@ "None of your currently installed apps provide image generation functionality" : "Cap de les vostres aplicacions instal·lades actualment ofereix la funcionalitat de generació d'imatges", "Text processing" : "Processament de text", "Text processing tasks can be implemented by different apps. Here you can set which app should be used for which task." : "Les tasques de processament de text es poden implementar mitjançant diferents aplicacions. Aquí podeu definir quina aplicació s'ha d'utilitzar per a quina tasca.", - "None of your currently installed apps provide Text processing functionality" : "Cap de les vostres aplicacions instal·lades actualment ofereix la funcionalitat de processament de text", "Here you can decide which group can access certain sections of the administration settings." : "Aquí podeu decidir quin grup pot accedir a certes seccions dels paràmetres d'administració.", "None" : "Cap", "Unable to modify setting" : "No es pot modificar el paràmetre", @@ -590,6 +589,7 @@ "Speech-To-Text" : "Conversió de parla a text", "Speech-To-Text can be implemented by different apps. Here you can set which app should be used." : "La conversió de parla a text es pot implementar per diferents aplicacions. Aquí podeu definir quina aplicació s'ha d'utilitzar.", "None of your currently installed apps provide Speech-To-Text functionality" : "Cap de les vostres aplicacions instal·lades actualment ofereix la funció de conversió de parla a text", + "None of your currently installed apps provide Text processing functionality" : "Cap de les vostres aplicacions instal·lades actualment ofereix la funcionalitat de processament de text", "Exclude groups from sharing" : "Excloure grups de compartició", "These groups will still be able to receive shares, but not to initiate them." : "Aquests grups encara podran rebre comparticions, però no en podran iniciar.", "Allow username autocompletion in share dialog and allow access to the system address book" : "Permet l'emplenament automàtic del nom d'usuari al diàleg de compartició i permet l'accés a la llibreta d'adreces del sistema", diff --git a/apps/settings/l10n/cs.js b/apps/settings/l10n/cs.js index 9621989b5c39e..d481505a36939 100644 --- a/apps/settings/l10n/cs.js +++ b/apps/settings/l10n/cs.js @@ -271,7 +271,6 @@ OC.L10N.register( "None of your currently installed apps provide image generation functionality" : "Žádná z v tuto chvíli nainstalovaných aplikací neposkytuje funkci vytváření obrázků", "Text processing" : "Zpracování textu", "Text processing tasks can be implemented by different apps. Here you can set which app should be used for which task." : "Úlohy zpracovávání textu je možné implementovat různými aplikacemi. Zde je možné nastavit, která z nich má být používána který typ úlohy.", - "None of your currently installed apps provide Text processing functionality" : "Žádná z v tuto chvíli nainstalovaných aplikací neposkytuje funkci zpracovávání textu", "Here you can decide which group can access certain sections of the administration settings." : "Zde je možné rozhodnout, které skupiny mohou přistupovat k určitým nastavením správy.", "None" : "Žádné", "Unable to modify setting" : "Nastavení se nedaří změnit", @@ -741,6 +740,7 @@ OC.L10N.register( "Speech-To-Text" : "Převod řeči na text", "Speech-To-Text can be implemented by different apps. Here you can set which app should be used." : "Převod řeči na text je možné implementovat různými aplikacemi. Zde je možné nastavit, která z nich má být používána.", "None of your currently installed apps provide Speech-To-Text functionality" : "Žádná z v tuto chvíli nainstalovaných aplikací neposkytuje funkci převodu řeči na text", + "None of your currently installed apps provide Text processing functionality" : "Žádná z v tuto chvíli nainstalovaných aplikací neposkytuje funkci zpracovávání textu", "Exclude groups from sharing" : "Vyjmout skupiny ze sdílení", "These groups will still be able to receive shares, but not to initiate them." : "Těmto skupinám bude stále možné sdílet, nemohou ale samy sdílet ostatním.", "Allow username autocompletion in share dialog and allow access to the system address book" : "Povolit automatické doplňování uživatelského jména v dialogu sdílení a umožnit přístup k systémovému adresáři kontaktů", diff --git a/apps/settings/l10n/cs.json b/apps/settings/l10n/cs.json index 6d39884917ab5..f90da9ce92fb1 100644 --- a/apps/settings/l10n/cs.json +++ b/apps/settings/l10n/cs.json @@ -269,7 +269,6 @@ "None of your currently installed apps provide image generation functionality" : "Žádná z v tuto chvíli nainstalovaných aplikací neposkytuje funkci vytváření obrázků", "Text processing" : "Zpracování textu", "Text processing tasks can be implemented by different apps. Here you can set which app should be used for which task." : "Úlohy zpracovávání textu je možné implementovat různými aplikacemi. Zde je možné nastavit, která z nich má být používána který typ úlohy.", - "None of your currently installed apps provide Text processing functionality" : "Žádná z v tuto chvíli nainstalovaných aplikací neposkytuje funkci zpracovávání textu", "Here you can decide which group can access certain sections of the administration settings." : "Zde je možné rozhodnout, které skupiny mohou přistupovat k určitým nastavením správy.", "None" : "Žádné", "Unable to modify setting" : "Nastavení se nedaří změnit", @@ -739,6 +738,7 @@ "Speech-To-Text" : "Převod řeči na text", "Speech-To-Text can be implemented by different apps. Here you can set which app should be used." : "Převod řeči na text je možné implementovat různými aplikacemi. Zde je možné nastavit, která z nich má být používána.", "None of your currently installed apps provide Speech-To-Text functionality" : "Žádná z v tuto chvíli nainstalovaných aplikací neposkytuje funkci převodu řeči na text", + "None of your currently installed apps provide Text processing functionality" : "Žádná z v tuto chvíli nainstalovaných aplikací neposkytuje funkci zpracovávání textu", "Exclude groups from sharing" : "Vyjmout skupiny ze sdílení", "These groups will still be able to receive shares, but not to initiate them." : "Těmto skupinám bude stále možné sdílet, nemohou ale samy sdílet ostatním.", "Allow username autocompletion in share dialog and allow access to the system address book" : "Povolit automatické doplňování uživatelského jména v dialogu sdílení a umožnit přístup k systémovému adresáři kontaktů", diff --git a/apps/settings/l10n/da.js b/apps/settings/l10n/da.js index 1e51c2c0fb039..84fedd46cd4f3 100644 --- a/apps/settings/l10n/da.js +++ b/apps/settings/l10n/da.js @@ -164,6 +164,7 @@ OC.L10N.register( "Database missing primary keys" : "Database manglende primære nøgler", "Missing primary key on table \"%s\"." : "Manglende primær nøgle i tabel \"%s\".", "The database is missing some primary keys. Due to the fact that adding primary keys on big tables could take some time they were not added automatically. By running \"occ db:add-missing-primary-keys\" those missing primary keys could be added manually while the instance keeps running." : "Databasen mangler nogle primære nøgler. På grund af det faktum, at tilføjelse af primærnøgler på store borde kunne tage noget tid, blev de ikke tilføjet automatisk. Ved at køre \"occ db:add-missing-primary-keys\" kunne de manglende primærnøgler tilføjes manuelt, mens instansen bliver ved med at køre.", + "Database pending bigint migrations" : "bigint migration er ikke udført på databasen", "This instance is running in debug mode. Only enable this for local development and not in production environments." : "Denne instans kører i fejlretningstilstand. Aktiver kun dette for lokal udvikling og ikke i produktionsmiljøer.", "This server has no working internet connection: Multiple endpoints could not be reached. This means that some of the features like mounting external storage, notifications about updates or installation of third-party apps will not work. Accessing files remotely and sending of notification emails might not work, either. Establish a connection from this server to the internet to enjoy all features." : "Denne server har ingen fungerende internetforbindelse: Flere slutpunkter kunne ikke nås. Det betyder, at nogle af funktionerne som montering af eksternt lager, meddelelser om opdateringer eller installation af tredjepartsapps ikke vil fungere. Fjernadgang til filer og afsendelse af notifikations-e-mails virker muligvis heller ikke. Opret en forbindelse fra denne server til internettet for at nyde alle funktioner.", "Disabled" : "Deaktiveret", @@ -186,6 +187,7 @@ OC.L10N.register( "Allow resharing" : "Tillad videredeling", "Allow sharing with groups" : "Tillad deling med grupper", "Restrict users to only share with users in their groups" : "Begræns brugere til kun at dele med brugere i deres egen gruppe", + "Ignore the following groups when checking group membership" : "Ignorer følgende grupper når der kontrolleres for gruppe medlemsskab", "Allow users to share via link and emails" : "Tillad brugere at dele via link og e-mails", "Allow public uploads" : "Tillad offentlig upload", "Always ask for a password" : "Spørg altid efter kodeord", @@ -206,6 +208,7 @@ OC.L10N.register( "Two-factor authentication is not enforced for members of the following groups." : "To-faktor-godkendelse håndhæves ikke for medlemmer af følgende grupper.", "Excluded groups" : "Ekskluderede grupper", "Save changes" : "Gem ændringer", + "Show details for {appName} app" : "Vis detaljer for {appName} app", "Update to {update}" : "Opdater til {update}", "Remove" : "Fjern", "Disable" : "Deaktiver", @@ -224,7 +227,10 @@ OC.L10N.register( "Download and enable all" : "Download og aktivér alle", "_%n app has an update available_::_%n apps have an update available_" : ["%n app har en tilgængelig opdatering","%n apps har en tilgængelig opdatering"], "_Update_::_Update all_" : ["Opdatér","Opdatér alle"], + "Nothing to show" : "Intet indhold", + "Could not load section content from app store." : "Kunne ikke hente det valgte indhold fra app store.", "Loading" : "Loader", + "Fetching the latest news…" : "Henter seneste nyt...", "Description" : "Beskrivelse", "Details" : "Detaljer", "All" : "Alle", @@ -234,6 +240,7 @@ OC.L10N.register( "This app has no minimum Nextcloud version assigned. This will be an error in the future." : "Denne app har ikke angivet en mindste understøttede version af Nextcloud. I fremtiden vil det være en fejl.", "This app has no maximum Nextcloud version assigned. This will be an error in the future." : "Denne app har ikke angivet en højeste understøttede version af Nextcloud. I fremtiden vil det være en fejl.", "This app cannot be installed because the following dependencies are not fulfilled:" : "Dette program kan ikke installeres, da følgende afhængigheder ikke imødekommes:", + "Latest updated" : "Sidst opdaterede", "Author" : "Forfatter", "Categories" : "Kategorier", "Resources" : "Resourcer", @@ -242,6 +249,7 @@ OC.L10N.register( "Report a bug" : "Rapporter en fejl", "Request feature" : "Foreslå feature", "Ask questions or discuss" : "Stil spørgsmål eller diskuter", + "Rate the app" : "Bedøm appen", "Rate" : "Bedøm", "View in store" : "Se i butik", "Visit website" : "Besøg hjemmeside", @@ -284,6 +292,7 @@ OC.L10N.register( "Profile" : "Profil", "Enable" : "Aktiver", "Unable to update profile default setting" : "Kan ikke opdatere profilens standardindstilling", + "Failed to save setting" : "Kunne ikke gemme indstillingerne", "Server-side encryption" : "Kryptering på serversiden", "Server-side encryption makes it possible to encrypt files which are uploaded to this server. This comes with limitations like a performance penalty, so enable this only if needed." : "Kryptering på serversiden gør det muligt at kryptere filer, som er uploadet til denne server. Dette kommer med begrænsninger som en præstationsstraf, så aktiver kun dette, hvis det er nødvendigt.", "Enable server-side encryption" : "Slå kryptering til på serversiden", @@ -298,6 +307,7 @@ OC.L10N.register( "You need to migrate your encryption keys from the old encryption (ownCloud <= 8.0) to the new one. Please enable the \"Default encryption module\" and run {command}" : "Du skal migrere dine krypteringsnøgler fra den gamle kryptering (ownCloud <= 8.0) til den nye. Aktiver venligst \"Standardkrypteringsmodulet\" og kør {command}", "Unable to update server side encryption config" : "Kan ikke opdatere krypteringskonfigurationen på serversiden", "Please confirm the group removal" : "Bekræft venligst sletning af gruppen", + "You are about to remove the group \"{group}\". The accounts will NOT be deleted." : "Du er ved at fjerne gruppen \"{group}\". Konti indeholdt i gruppen vil IKKE blive slettet.", "Cancel" : "Annuller", "Confirm" : "Bekræft", "Submit" : "Tilføj", @@ -322,12 +332,15 @@ OC.L10N.register( "Error saving profile picture" : "Fejl; kunne ikke gemme profil billede", "Error removing profile picture" : "Fejl; kunne ikke slette profil billede", "Your biography" : "Din biografi", + "Enter your date of birth" : "Indtast din fødselsdato", + "Unable to update date of birth" : "Kunne ikke opdatere fødselsdato", "You are a member of the following groups:" : "Du er medlem af følgende grupper:", "You are using {usage}" : "Forbrug: {usage}", "You are using {usage} of {totalSpace} ({usageRelative}%)" : "Forbrug: {usage} af {totalSpace} ({usageRelative}%)", "Your full name" : "Dit fulde navn", "Primary email for password reset and notifications" : "Primær e-mail til nulstilling af adgangskode og meddelelser", "Email options" : "E-mail muligheder", + "Options for additional email address {index}" : "Muligheder for yderligere email {index}", "Remove primary email" : "Fjern primær e-mail", "Delete email" : "Slet e-mail", "This address is not confirmed" : "Denne adresse er ikke bekræftet", @@ -341,7 +354,11 @@ OC.L10N.register( "Unable to delete additional email address" : "Kan ikke slette yderligere e-mailadresse", "No email address set" : "Der er ikke angivet e-mailadresse", "Your handle" : "Dit kendetegn", + "Day to use as the first day of week" : "Første dag i ugen", + "Derived from your locale ({weekDayName})" : "Afledt af systemindstillinger ({weekDayName})", + "Unable to update first day of week" : "Kunne ikke opdatere indstillingerne for første ugedag", "Your headline" : "Din overskrift", + "Languages" : "Sprog", "Help translate" : "Hjælp med oversættelsen", "Unable to update language" : "Kunne ikke opdatere sproget", "No language set" : "Intet sprog indstillet", @@ -352,6 +369,7 @@ OC.L10N.register( "Your organisation" : "Din organisation", "Your phone number" : "Dit telefon nummer", "Edit your Profile visibility" : "Rediger din profils synlighed", + "Enable profile" : "Aktiver profil", "Unable to update profile enabled state" : "Kan ikke opdatere profilaktiveret tilstand", "The more restrictive setting of either visibility or scope is respected on your Profile. For example, if visibility is set to \"Show to everyone\" and scope is set to \"Private\", \"Private\" is respected." : "Den mere restriktive indstilling af enten synlighed eller omfang respekteres på din profil. For eksempel, hvis synlighed er indstillet til \"Vis til alle\", og omfanget er indstillet til \"Privat\", respekteres \"Privat\".", "Unable to update visibility of {displayId}" : "Kan ikke opdatere synligheden af {displayId}", @@ -359,6 +377,7 @@ OC.L10N.register( "Your X (formerly Twitter) handle" : "Dit X (tidligere Twitter) brugernavn", "Your website" : "Vores hjemmeside", "No {property} set" : "Ingen {property} indstillet", + "Invalid value" : "Ugyldig værdi", "Unable to update {property}" : "Kunne ikke opdaterer {property}", "Add additional email" : "Tilføj yderligere e-mail", "Add" : "Tilføj", @@ -368,19 +387,30 @@ OC.L10N.register( "Reshare" : "Videredel", "No accounts" : "Ingen konto", "Loading accounts …" : "Indlæser kontoerne...", + "List of accounts. This list is not fully rendered for performance reasons. The accounts will be rendered as you navigate through the list." : "Brugerkonti. Hele listen er ikke hentet, af hensyn til størrelsen. Listen vil blive hentet løbende som du kører igennem listen.", "Default language" : "Standardsprog", "Common languages" : "Hyppigt brugte sprog", "Other languages" : "Andre sprog", "Password change is disabled because the master key is disabled" : "Adgangskodeændring er deaktiveret, fordi hovednøglen er deaktiveret", + "New account" : "Ny konto", "Display name" : "Vist navn", "Either password or email is required" : "Adgangskode eller e-mail er påkrævet", "Password (required)" : "Adgangskode (påkrævet)", "Email (required)" : "E-mail (påkrævet)", "Email" : "E-mail", + "Member of the following groups (required)" : "Medlem af følgende grupper (påkrævet)", + "Member of the following groups" : "Medlem af følgende grupper", + "Set account groups" : "Indstil bruger grupper", + "Admin of the following groups" : "Administrator for følgende grupper", + "Set account as admin for …" : "Sæt konto som administrator for ...", "Quota" : "Kvote", + "Set account quota" : "Sæt konto kvote", "Language" : "Sprog", "Set default language" : "Vælg standard sprog", + "Add new account" : "Tilføj ny konto", "Manager" : "Administrér", + "Account name will be autogenerated" : "Brugernavnet vil blive genereret automatisk", + "Account name (required)" : "Brugernavn (påkrævet)", "Total rows summary" : "Samlet række antal", "Avatar" : "Avatar", "Account name" : "Kontonavn", @@ -391,10 +421,17 @@ OC.L10N.register( "Password or insufficient permissions message" : "Besked om adgangskode eller manglende rettigheder", "Change display name" : "Redigér vist navn", "Set new password" : "Indstil ny adgangskode", + "You do not have permissions to see the details of this account" : "Du har ikke tilladelse til at se denne brugers detaljer", "Set new email address" : "Indstil ny e-mail adresse", + "Add account to group" : "Føj bruger til gruppe", + "Set account as admin for" : "Sæt konto som administrator for ...", + "Select account quota" : "Sæt konto kvote", "Set the language" : "Indstil sproget", "{size} used" : "{size} brugt", "Delete account" : "Slet konto", + "Disconnect all devices and delete local data" : "Afbryd forbindelsen til alle indloggede enheder og slet lokale data", + "Disable account" : "Deaktiver konto", + "Enable account" : "Aktiver konto", "Resend welcome email" : "Send velkomstemail igen", "In case of lost device or exiting the organization, this can remotely wipe the Nextcloud data from all devices associated with {userid}. Only works if the devices are connected to the internet." : "I tilfælde af tabt enhed eller forlader organisationen, kan dette fjernslette Nextcloud-dataene fra alle enheder, der er knyttet til {userid}. Virker kun, hvis enhederne er forbundet til internettet.", "Remote wipe of devices" : "Fjernsletning af enheder", diff --git a/apps/settings/l10n/da.json b/apps/settings/l10n/da.json index 5ec13105e00db..0c346676f8005 100644 --- a/apps/settings/l10n/da.json +++ b/apps/settings/l10n/da.json @@ -162,6 +162,7 @@ "Database missing primary keys" : "Database manglende primære nøgler", "Missing primary key on table \"%s\"." : "Manglende primær nøgle i tabel \"%s\".", "The database is missing some primary keys. Due to the fact that adding primary keys on big tables could take some time they were not added automatically. By running \"occ db:add-missing-primary-keys\" those missing primary keys could be added manually while the instance keeps running." : "Databasen mangler nogle primære nøgler. På grund af det faktum, at tilføjelse af primærnøgler på store borde kunne tage noget tid, blev de ikke tilføjet automatisk. Ved at køre \"occ db:add-missing-primary-keys\" kunne de manglende primærnøgler tilføjes manuelt, mens instansen bliver ved med at køre.", + "Database pending bigint migrations" : "bigint migration er ikke udført på databasen", "This instance is running in debug mode. Only enable this for local development and not in production environments." : "Denne instans kører i fejlretningstilstand. Aktiver kun dette for lokal udvikling og ikke i produktionsmiljøer.", "This server has no working internet connection: Multiple endpoints could not be reached. This means that some of the features like mounting external storage, notifications about updates or installation of third-party apps will not work. Accessing files remotely and sending of notification emails might not work, either. Establish a connection from this server to the internet to enjoy all features." : "Denne server har ingen fungerende internetforbindelse: Flere slutpunkter kunne ikke nås. Det betyder, at nogle af funktionerne som montering af eksternt lager, meddelelser om opdateringer eller installation af tredjepartsapps ikke vil fungere. Fjernadgang til filer og afsendelse af notifikations-e-mails virker muligvis heller ikke. Opret en forbindelse fra denne server til internettet for at nyde alle funktioner.", "Disabled" : "Deaktiveret", @@ -184,6 +185,7 @@ "Allow resharing" : "Tillad videredeling", "Allow sharing with groups" : "Tillad deling med grupper", "Restrict users to only share with users in their groups" : "Begræns brugere til kun at dele med brugere i deres egen gruppe", + "Ignore the following groups when checking group membership" : "Ignorer følgende grupper når der kontrolleres for gruppe medlemsskab", "Allow users to share via link and emails" : "Tillad brugere at dele via link og e-mails", "Allow public uploads" : "Tillad offentlig upload", "Always ask for a password" : "Spørg altid efter kodeord", @@ -204,6 +206,7 @@ "Two-factor authentication is not enforced for members of the following groups." : "To-faktor-godkendelse håndhæves ikke for medlemmer af følgende grupper.", "Excluded groups" : "Ekskluderede grupper", "Save changes" : "Gem ændringer", + "Show details for {appName} app" : "Vis detaljer for {appName} app", "Update to {update}" : "Opdater til {update}", "Remove" : "Fjern", "Disable" : "Deaktiver", @@ -222,7 +225,10 @@ "Download and enable all" : "Download og aktivér alle", "_%n app has an update available_::_%n apps have an update available_" : ["%n app har en tilgængelig opdatering","%n apps har en tilgængelig opdatering"], "_Update_::_Update all_" : ["Opdatér","Opdatér alle"], + "Nothing to show" : "Intet indhold", + "Could not load section content from app store." : "Kunne ikke hente det valgte indhold fra app store.", "Loading" : "Loader", + "Fetching the latest news…" : "Henter seneste nyt...", "Description" : "Beskrivelse", "Details" : "Detaljer", "All" : "Alle", @@ -232,6 +238,7 @@ "This app has no minimum Nextcloud version assigned. This will be an error in the future." : "Denne app har ikke angivet en mindste understøttede version af Nextcloud. I fremtiden vil det være en fejl.", "This app has no maximum Nextcloud version assigned. This will be an error in the future." : "Denne app har ikke angivet en højeste understøttede version af Nextcloud. I fremtiden vil det være en fejl.", "This app cannot be installed because the following dependencies are not fulfilled:" : "Dette program kan ikke installeres, da følgende afhængigheder ikke imødekommes:", + "Latest updated" : "Sidst opdaterede", "Author" : "Forfatter", "Categories" : "Kategorier", "Resources" : "Resourcer", @@ -240,6 +247,7 @@ "Report a bug" : "Rapporter en fejl", "Request feature" : "Foreslå feature", "Ask questions or discuss" : "Stil spørgsmål eller diskuter", + "Rate the app" : "Bedøm appen", "Rate" : "Bedøm", "View in store" : "Se i butik", "Visit website" : "Besøg hjemmeside", @@ -282,6 +290,7 @@ "Profile" : "Profil", "Enable" : "Aktiver", "Unable to update profile default setting" : "Kan ikke opdatere profilens standardindstilling", + "Failed to save setting" : "Kunne ikke gemme indstillingerne", "Server-side encryption" : "Kryptering på serversiden", "Server-side encryption makes it possible to encrypt files which are uploaded to this server. This comes with limitations like a performance penalty, so enable this only if needed." : "Kryptering på serversiden gør det muligt at kryptere filer, som er uploadet til denne server. Dette kommer med begrænsninger som en præstationsstraf, så aktiver kun dette, hvis det er nødvendigt.", "Enable server-side encryption" : "Slå kryptering til på serversiden", @@ -296,6 +305,7 @@ "You need to migrate your encryption keys from the old encryption (ownCloud <= 8.0) to the new one. Please enable the \"Default encryption module\" and run {command}" : "Du skal migrere dine krypteringsnøgler fra den gamle kryptering (ownCloud <= 8.0) til den nye. Aktiver venligst \"Standardkrypteringsmodulet\" og kør {command}", "Unable to update server side encryption config" : "Kan ikke opdatere krypteringskonfigurationen på serversiden", "Please confirm the group removal" : "Bekræft venligst sletning af gruppen", + "You are about to remove the group \"{group}\". The accounts will NOT be deleted." : "Du er ved at fjerne gruppen \"{group}\". Konti indeholdt i gruppen vil IKKE blive slettet.", "Cancel" : "Annuller", "Confirm" : "Bekræft", "Submit" : "Tilføj", @@ -320,12 +330,15 @@ "Error saving profile picture" : "Fejl; kunne ikke gemme profil billede", "Error removing profile picture" : "Fejl; kunne ikke slette profil billede", "Your biography" : "Din biografi", + "Enter your date of birth" : "Indtast din fødselsdato", + "Unable to update date of birth" : "Kunne ikke opdatere fødselsdato", "You are a member of the following groups:" : "Du er medlem af følgende grupper:", "You are using {usage}" : "Forbrug: {usage}", "You are using {usage} of {totalSpace} ({usageRelative}%)" : "Forbrug: {usage} af {totalSpace} ({usageRelative}%)", "Your full name" : "Dit fulde navn", "Primary email for password reset and notifications" : "Primær e-mail til nulstilling af adgangskode og meddelelser", "Email options" : "E-mail muligheder", + "Options for additional email address {index}" : "Muligheder for yderligere email {index}", "Remove primary email" : "Fjern primær e-mail", "Delete email" : "Slet e-mail", "This address is not confirmed" : "Denne adresse er ikke bekræftet", @@ -339,7 +352,11 @@ "Unable to delete additional email address" : "Kan ikke slette yderligere e-mailadresse", "No email address set" : "Der er ikke angivet e-mailadresse", "Your handle" : "Dit kendetegn", + "Day to use as the first day of week" : "Første dag i ugen", + "Derived from your locale ({weekDayName})" : "Afledt af systemindstillinger ({weekDayName})", + "Unable to update first day of week" : "Kunne ikke opdatere indstillingerne for første ugedag", "Your headline" : "Din overskrift", + "Languages" : "Sprog", "Help translate" : "Hjælp med oversættelsen", "Unable to update language" : "Kunne ikke opdatere sproget", "No language set" : "Intet sprog indstillet", @@ -350,6 +367,7 @@ "Your organisation" : "Din organisation", "Your phone number" : "Dit telefon nummer", "Edit your Profile visibility" : "Rediger din profils synlighed", + "Enable profile" : "Aktiver profil", "Unable to update profile enabled state" : "Kan ikke opdatere profilaktiveret tilstand", "The more restrictive setting of either visibility or scope is respected on your Profile. For example, if visibility is set to \"Show to everyone\" and scope is set to \"Private\", \"Private\" is respected." : "Den mere restriktive indstilling af enten synlighed eller omfang respekteres på din profil. For eksempel, hvis synlighed er indstillet til \"Vis til alle\", og omfanget er indstillet til \"Privat\", respekteres \"Privat\".", "Unable to update visibility of {displayId}" : "Kan ikke opdatere synligheden af {displayId}", @@ -357,6 +375,7 @@ "Your X (formerly Twitter) handle" : "Dit X (tidligere Twitter) brugernavn", "Your website" : "Vores hjemmeside", "No {property} set" : "Ingen {property} indstillet", + "Invalid value" : "Ugyldig værdi", "Unable to update {property}" : "Kunne ikke opdaterer {property}", "Add additional email" : "Tilføj yderligere e-mail", "Add" : "Tilføj", @@ -366,19 +385,30 @@ "Reshare" : "Videredel", "No accounts" : "Ingen konto", "Loading accounts …" : "Indlæser kontoerne...", + "List of accounts. This list is not fully rendered for performance reasons. The accounts will be rendered as you navigate through the list." : "Brugerkonti. Hele listen er ikke hentet, af hensyn til størrelsen. Listen vil blive hentet løbende som du kører igennem listen.", "Default language" : "Standardsprog", "Common languages" : "Hyppigt brugte sprog", "Other languages" : "Andre sprog", "Password change is disabled because the master key is disabled" : "Adgangskodeændring er deaktiveret, fordi hovednøglen er deaktiveret", + "New account" : "Ny konto", "Display name" : "Vist navn", "Either password or email is required" : "Adgangskode eller e-mail er påkrævet", "Password (required)" : "Adgangskode (påkrævet)", "Email (required)" : "E-mail (påkrævet)", "Email" : "E-mail", + "Member of the following groups (required)" : "Medlem af følgende grupper (påkrævet)", + "Member of the following groups" : "Medlem af følgende grupper", + "Set account groups" : "Indstil bruger grupper", + "Admin of the following groups" : "Administrator for følgende grupper", + "Set account as admin for …" : "Sæt konto som administrator for ...", "Quota" : "Kvote", + "Set account quota" : "Sæt konto kvote", "Language" : "Sprog", "Set default language" : "Vælg standard sprog", + "Add new account" : "Tilføj ny konto", "Manager" : "Administrér", + "Account name will be autogenerated" : "Brugernavnet vil blive genereret automatisk", + "Account name (required)" : "Brugernavn (påkrævet)", "Total rows summary" : "Samlet række antal", "Avatar" : "Avatar", "Account name" : "Kontonavn", @@ -389,10 +419,17 @@ "Password or insufficient permissions message" : "Besked om adgangskode eller manglende rettigheder", "Change display name" : "Redigér vist navn", "Set new password" : "Indstil ny adgangskode", + "You do not have permissions to see the details of this account" : "Du har ikke tilladelse til at se denne brugers detaljer", "Set new email address" : "Indstil ny e-mail adresse", + "Add account to group" : "Føj bruger til gruppe", + "Set account as admin for" : "Sæt konto som administrator for ...", + "Select account quota" : "Sæt konto kvote", "Set the language" : "Indstil sproget", "{size} used" : "{size} brugt", "Delete account" : "Slet konto", + "Disconnect all devices and delete local data" : "Afbryd forbindelsen til alle indloggede enheder og slet lokale data", + "Disable account" : "Deaktiver konto", + "Enable account" : "Aktiver konto", "Resend welcome email" : "Send velkomstemail igen", "In case of lost device or exiting the organization, this can remotely wipe the Nextcloud data from all devices associated with {userid}. Only works if the devices are connected to the internet." : "I tilfælde af tabt enhed eller forlader organisationen, kan dette fjernslette Nextcloud-dataene fra alle enheder, der er knyttet til {userid}. Virker kun, hvis enhederne er forbundet til internettet.", "Remote wipe of devices" : "Fjernsletning af enheder", diff --git a/apps/settings/l10n/de.js b/apps/settings/l10n/de.js index 77653295c232d..04e8cd3543af1 100644 --- a/apps/settings/l10n/de.js +++ b/apps/settings/l10n/de.js @@ -327,7 +327,6 @@ OC.L10N.register( "None of your currently installed apps provide image generation functionality" : "Keine deiner derzeit installierten Apps bietet Funktionen zur Bilderstellung.", "Text processing" : "Textverarbeitung", "Text processing tasks can be implemented by different apps. Here you can set which app should be used for which task." : "Textverarbeitungsaufgaben können mittels verschiedener Apps umgesetzt werden. Hier kannst du einstellen, welche App für welche Aufgabe verwendet werden soll.", - "None of your currently installed apps provide Text processing functionality" : "Keine deiner derzeit installierten Apps bietet Funktionalität zur Textverarbeitung.", "Here you can decide which group can access certain sections of the administration settings." : "Hier kannst du festlegen, welche Gruppe auf bestimmte Bereiche der Verwaltungseinstellungen zugreifen kann.", "None" : "Keine", "Unable to modify setting" : "Einstellung konnte nicht geändert werden", @@ -614,7 +613,7 @@ OC.L10N.register( "Set default language" : "Standard-Sprache einstellen", "Add new account" : "Neues Konto hinzufügen", "Manager" : "Manager", - "Set line manager" : "Manager festlegen", + "Set line manager" : "Linien-Manager festlegen", "Account name will be autogenerated" : "Kontenname wird automatisch erstellt", "Account name (required)" : "Kontoname (erforderlich)", "Total rows summary" : "Zusammenfassung aller Zeilen", @@ -817,6 +816,7 @@ OC.L10N.register( "Speech-To-Text" : "Sprache-zu-Text", "Speech-To-Text can be implemented by different apps. Here you can set which app should be used." : "Sprache-zu-Text kann mittels verschiedener Apps implementiert werden. Hier kannst du einstellen, welche App verwendet werden soll.", "None of your currently installed apps provide Speech-To-Text functionality" : "Keine deiner derzeit installierten Apps bietet Sprache-zu-Text-Funktionalität.", + "None of your currently installed apps provide Text processing functionality" : "Keine deiner derzeit installierten Apps bietet Funktionalität zur Textverarbeitung.", "Exclude groups from sharing" : "Gruppen von Freigaben ausschließen", "These groups will still be able to receive shares, but not to initiate them." : "Diese Gruppen können weiterhin Freigaben empfangen, aber selbst keine mehr initiieren.", "Allow username autocompletion in share dialog and allow access to the system address book" : "Die automatische Vervollständigung des Benutzernamens im Freigabedialog und den Zugriff auf das Systemadressbuch erlauben", diff --git a/apps/settings/l10n/de.json b/apps/settings/l10n/de.json index 07fc47c448744..97742d4bb5452 100644 --- a/apps/settings/l10n/de.json +++ b/apps/settings/l10n/de.json @@ -325,7 +325,6 @@ "None of your currently installed apps provide image generation functionality" : "Keine deiner derzeit installierten Apps bietet Funktionen zur Bilderstellung.", "Text processing" : "Textverarbeitung", "Text processing tasks can be implemented by different apps. Here you can set which app should be used for which task." : "Textverarbeitungsaufgaben können mittels verschiedener Apps umgesetzt werden. Hier kannst du einstellen, welche App für welche Aufgabe verwendet werden soll.", - "None of your currently installed apps provide Text processing functionality" : "Keine deiner derzeit installierten Apps bietet Funktionalität zur Textverarbeitung.", "Here you can decide which group can access certain sections of the administration settings." : "Hier kannst du festlegen, welche Gruppe auf bestimmte Bereiche der Verwaltungseinstellungen zugreifen kann.", "None" : "Keine", "Unable to modify setting" : "Einstellung konnte nicht geändert werden", @@ -612,7 +611,7 @@ "Set default language" : "Standard-Sprache einstellen", "Add new account" : "Neues Konto hinzufügen", "Manager" : "Manager", - "Set line manager" : "Manager festlegen", + "Set line manager" : "Linien-Manager festlegen", "Account name will be autogenerated" : "Kontenname wird automatisch erstellt", "Account name (required)" : "Kontoname (erforderlich)", "Total rows summary" : "Zusammenfassung aller Zeilen", @@ -815,6 +814,7 @@ "Speech-To-Text" : "Sprache-zu-Text", "Speech-To-Text can be implemented by different apps. Here you can set which app should be used." : "Sprache-zu-Text kann mittels verschiedener Apps implementiert werden. Hier kannst du einstellen, welche App verwendet werden soll.", "None of your currently installed apps provide Speech-To-Text functionality" : "Keine deiner derzeit installierten Apps bietet Sprache-zu-Text-Funktionalität.", + "None of your currently installed apps provide Text processing functionality" : "Keine deiner derzeit installierten Apps bietet Funktionalität zur Textverarbeitung.", "Exclude groups from sharing" : "Gruppen von Freigaben ausschließen", "These groups will still be able to receive shares, but not to initiate them." : "Diese Gruppen können weiterhin Freigaben empfangen, aber selbst keine mehr initiieren.", "Allow username autocompletion in share dialog and allow access to the system address book" : "Die automatische Vervollständigung des Benutzernamens im Freigabedialog und den Zugriff auf das Systemadressbuch erlauben", diff --git a/apps/settings/l10n/de_DE.js b/apps/settings/l10n/de_DE.js index 0a073a6233ce2..3bb048ad0b21e 100644 --- a/apps/settings/l10n/de_DE.js +++ b/apps/settings/l10n/de_DE.js @@ -331,7 +331,6 @@ OC.L10N.register( "None of your currently installed apps provide image generation functionality" : "Keine Ihrer derzeit installierten Apps bietet Funktionen zur Bilderstellung", "Text processing" : "Textverarbeitung", "Text processing tasks can be implemented by different apps. Here you can set which app should be used for which task." : "Textverarbeitungsaufgaben können mittels verschiedener Apps umgesetzt werden. Hier können Sie einstellen, welche App für welche Aufgabe verwendet werden soll.", - "None of your currently installed apps provide Text processing functionality" : "Keine Ihrer derzeit installierten Apps bietet Funktionalität zur Textverarbeitung", "Here you can decide which group can access certain sections of the administration settings." : "Hier können Sie festlegen, welche Gruppe auf bestimmte Bereiche der Administrationseinstellungen zugreifen kann.", "None" : "Keine", "Unable to modify setting" : "Einstellung konnte nicht geändert werden", @@ -823,6 +822,7 @@ OC.L10N.register( "Speech-To-Text" : "Sprache-zu-Text", "Speech-To-Text can be implemented by different apps. Here you can set which app should be used." : "Sprache-zu-Text kann mittels verschiedener Apps implementiert werden. Hier können Sie einstellen, welche App verwendet werden soll.", "None of your currently installed apps provide Speech-To-Text functionality" : "Keine Ihrer derzeit installierten Apps bietet Sprache-zu-Text-Funktionalität", + "None of your currently installed apps provide Text processing functionality" : "Keine Ihrer derzeit installierten Apps bietet Funktionalität zur Textverarbeitung", "Exclude groups from sharing" : "Gruppen von Freigaben ausschließen", "These groups will still be able to receive shares, but not to initiate them." : "Diese Gruppen können weiterhin Freigaben empfangen, aber selbst keine mehr initiieren.", "Allow username autocompletion in share dialog and allow access to the system address book" : "Die automatische Vervollständigung des Benutzernamens im Freigabedialog und den Zugriff auf das Systemadressbuch erlauben", diff --git a/apps/settings/l10n/de_DE.json b/apps/settings/l10n/de_DE.json index 989952bd9edde..4cef6e457dbc9 100644 --- a/apps/settings/l10n/de_DE.json +++ b/apps/settings/l10n/de_DE.json @@ -329,7 +329,6 @@ "None of your currently installed apps provide image generation functionality" : "Keine Ihrer derzeit installierten Apps bietet Funktionen zur Bilderstellung", "Text processing" : "Textverarbeitung", "Text processing tasks can be implemented by different apps. Here you can set which app should be used for which task." : "Textverarbeitungsaufgaben können mittels verschiedener Apps umgesetzt werden. Hier können Sie einstellen, welche App für welche Aufgabe verwendet werden soll.", - "None of your currently installed apps provide Text processing functionality" : "Keine Ihrer derzeit installierten Apps bietet Funktionalität zur Textverarbeitung", "Here you can decide which group can access certain sections of the administration settings." : "Hier können Sie festlegen, welche Gruppe auf bestimmte Bereiche der Administrationseinstellungen zugreifen kann.", "None" : "Keine", "Unable to modify setting" : "Einstellung konnte nicht geändert werden", @@ -821,6 +820,7 @@ "Speech-To-Text" : "Sprache-zu-Text", "Speech-To-Text can be implemented by different apps. Here you can set which app should be used." : "Sprache-zu-Text kann mittels verschiedener Apps implementiert werden. Hier können Sie einstellen, welche App verwendet werden soll.", "None of your currently installed apps provide Speech-To-Text functionality" : "Keine Ihrer derzeit installierten Apps bietet Sprache-zu-Text-Funktionalität", + "None of your currently installed apps provide Text processing functionality" : "Keine Ihrer derzeit installierten Apps bietet Funktionalität zur Textverarbeitung", "Exclude groups from sharing" : "Gruppen von Freigaben ausschließen", "These groups will still be able to receive shares, but not to initiate them." : "Diese Gruppen können weiterhin Freigaben empfangen, aber selbst keine mehr initiieren.", "Allow username autocompletion in share dialog and allow access to the system address book" : "Die automatische Vervollständigung des Benutzernamens im Freigabedialog und den Zugriff auf das Systemadressbuch erlauben", diff --git a/apps/settings/l10n/en_GB.js b/apps/settings/l10n/en_GB.js index f685028f0a4f8..24917e985316b 100644 --- a/apps/settings/l10n/en_GB.js +++ b/apps/settings/l10n/en_GB.js @@ -331,7 +331,6 @@ OC.L10N.register( "None of your currently installed apps provide image generation functionality" : "None of your currently installed apps provide image generation functionality", "Text processing" : "Text processing", "Text processing tasks can be implemented by different apps. Here you can set which app should be used for which task." : "Text processing tasks can be implemented by different apps. Here you can set which app should be used for which task.", - "None of your currently installed apps provide Text processing functionality" : "None of your currently installed apps provide Text processing functionality", "Here you can decide which group can access certain sections of the administration settings." : "Here you can decide which group can access certain sections of the administration settings.", "None" : "None", "Unable to modify setting" : "Unable to modify setting", @@ -823,6 +822,7 @@ OC.L10N.register( "Speech-To-Text" : "Speech-To-Text", "Speech-To-Text can be implemented by different apps. Here you can set which app should be used." : "Speech-To-Text can be implemented by different apps. Here you can set which app should be used.", "None of your currently installed apps provide Speech-To-Text functionality" : "None of your currently installed apps provide Speech-To-Text functionality", + "None of your currently installed apps provide Text processing functionality" : "None of your currently installed apps provide Text processing functionality", "Exclude groups from sharing" : "Exclude groups from sharing", "These groups will still be able to receive shares, but not to initiate them." : "These groups will still be able to receive shares, but not to initiate them.", "Allow username autocompletion in share dialog and allow access to the system address book" : "Allow username autocompletion in share dialogue and allow access to the system address book", diff --git a/apps/settings/l10n/en_GB.json b/apps/settings/l10n/en_GB.json index 322e28801e4ef..04fe56eeb9041 100644 --- a/apps/settings/l10n/en_GB.json +++ b/apps/settings/l10n/en_GB.json @@ -329,7 +329,6 @@ "None of your currently installed apps provide image generation functionality" : "None of your currently installed apps provide image generation functionality", "Text processing" : "Text processing", "Text processing tasks can be implemented by different apps. Here you can set which app should be used for which task." : "Text processing tasks can be implemented by different apps. Here you can set which app should be used for which task.", - "None of your currently installed apps provide Text processing functionality" : "None of your currently installed apps provide Text processing functionality", "Here you can decide which group can access certain sections of the administration settings." : "Here you can decide which group can access certain sections of the administration settings.", "None" : "None", "Unable to modify setting" : "Unable to modify setting", @@ -821,6 +820,7 @@ "Speech-To-Text" : "Speech-To-Text", "Speech-To-Text can be implemented by different apps. Here you can set which app should be used." : "Speech-To-Text can be implemented by different apps. Here you can set which app should be used.", "None of your currently installed apps provide Speech-To-Text functionality" : "None of your currently installed apps provide Speech-To-Text functionality", + "None of your currently installed apps provide Text processing functionality" : "None of your currently installed apps provide Text processing functionality", "Exclude groups from sharing" : "Exclude groups from sharing", "These groups will still be able to receive shares, but not to initiate them." : "These groups will still be able to receive shares, but not to initiate them.", "Allow username autocompletion in share dialog and allow access to the system address book" : "Allow username autocompletion in share dialogue and allow access to the system address book", diff --git a/apps/settings/l10n/es.js b/apps/settings/l10n/es.js index 76884b24e72bb..6b289ebfba382 100644 --- a/apps/settings/l10n/es.js +++ b/apps/settings/l10n/es.js @@ -299,7 +299,6 @@ OC.L10N.register( "None of your currently installed apps provide image generation functionality" : "Ninguna de las aplicaciones instaladas provee funcionalidad de generación de imágenes", "Text processing" : "Procesamiento de texto", "Text processing tasks can be implemented by different apps. Here you can set which app should be used for which task." : "Las tareas de procesamiento de texto pueden estar implementadas por diferentes apps. Aquí puede definir cual app debe utilizarse para cada tarea.", - "None of your currently installed apps provide Text processing functionality" : "Ninguna de las aplicaciones que tiene actualmente instaladas proveen la funcionalidad de procesamiento de texto", "Here you can decide which group can access certain sections of the administration settings." : "Aquí puede decidir qué grupo puede acceder a determinadas secciones de la configuración de administración.", "None" : "Ninguno", "Unable to modify setting" : "No se ha podido modificar la configuración", @@ -768,6 +767,7 @@ OC.L10N.register( "Speech-To-Text" : "Dictado a texto", "Speech-To-Text can be implemented by different apps. Here you can set which app should be used." : "El dictado a texto puede estar implementada por diferentes apps. Aquí puede definir cual de ellas debería utilizarse.", "None of your currently installed apps provide Speech-To-Text functionality" : "Ninguna de las aplicaciones que tiene actualmente instaladas proveen la funcionalidad de dictado a texto", + "None of your currently installed apps provide Text processing functionality" : "Ninguna de las aplicaciones que tiene actualmente instaladas proveen la funcionalidad de procesamiento de texto", "Exclude groups from sharing" : "Excluye grupos de compartir", "These groups will still be able to receive shares, but not to initiate them." : "Estos grupos aún podrán recibir contenidos compartidos, pero no podrán iniciarlos.", "Allow username autocompletion in share dialog and allow access to the system address book" : "Permitir el auto-completado del nombre de usuario en el diálogo de compartir y permitir el acceso a la libreta de direcciones del sistema", diff --git a/apps/settings/l10n/es.json b/apps/settings/l10n/es.json index a5a8d42dc2fd8..61d77137cd183 100644 --- a/apps/settings/l10n/es.json +++ b/apps/settings/l10n/es.json @@ -297,7 +297,6 @@ "None of your currently installed apps provide image generation functionality" : "Ninguna de las aplicaciones instaladas provee funcionalidad de generación de imágenes", "Text processing" : "Procesamiento de texto", "Text processing tasks can be implemented by different apps. Here you can set which app should be used for which task." : "Las tareas de procesamiento de texto pueden estar implementadas por diferentes apps. Aquí puede definir cual app debe utilizarse para cada tarea.", - "None of your currently installed apps provide Text processing functionality" : "Ninguna de las aplicaciones que tiene actualmente instaladas proveen la funcionalidad de procesamiento de texto", "Here you can decide which group can access certain sections of the administration settings." : "Aquí puede decidir qué grupo puede acceder a determinadas secciones de la configuración de administración.", "None" : "Ninguno", "Unable to modify setting" : "No se ha podido modificar la configuración", @@ -766,6 +765,7 @@ "Speech-To-Text" : "Dictado a texto", "Speech-To-Text can be implemented by different apps. Here you can set which app should be used." : "El dictado a texto puede estar implementada por diferentes apps. Aquí puede definir cual de ellas debería utilizarse.", "None of your currently installed apps provide Speech-To-Text functionality" : "Ninguna de las aplicaciones que tiene actualmente instaladas proveen la funcionalidad de dictado a texto", + "None of your currently installed apps provide Text processing functionality" : "Ninguna de las aplicaciones que tiene actualmente instaladas proveen la funcionalidad de procesamiento de texto", "Exclude groups from sharing" : "Excluye grupos de compartir", "These groups will still be able to receive shares, but not to initiate them." : "Estos grupos aún podrán recibir contenidos compartidos, pero no podrán iniciarlos.", "Allow username autocompletion in share dialog and allow access to the system address book" : "Permitir el auto-completado del nombre de usuario en el diálogo de compartir y permitir el acceso a la libreta de direcciones del sistema", diff --git a/apps/settings/l10n/es_MX.js b/apps/settings/l10n/es_MX.js index 0dde740bddb0b..faf4d76947166 100644 --- a/apps/settings/l10n/es_MX.js +++ b/apps/settings/l10n/es_MX.js @@ -267,7 +267,6 @@ OC.L10N.register( "None of your currently installed apps provide image generation functionality" : "Ninguna de sus aplicaciones instaladas proveen la funcionalidad de generación de imágenes", "Text processing" : "Procesamiento de texto", "Text processing tasks can be implemented by different apps. Here you can set which app should be used for which task." : "Las tareas de procesamiento de texto pueden estar implementadas por diferentes aplicaciones. Aquí puede definir cual aplicación debe utilizarse para cada tarea.", - "None of your currently installed apps provide Text processing functionality" : "Ninguna de sus aplicaciones instaladas proveen la funcionalidad de procesamiento de texto", "Here you can decide which group can access certain sections of the administration settings." : "Aquí puede decidir qué grupo puede acceder a determinadas secciones de la configuración de administración.", "None" : "Ninguno", "Unable to modify setting" : "No se pudo modificar la configuración", @@ -727,6 +726,7 @@ OC.L10N.register( "Speech-To-Text" : "Dictado a texto", "Speech-To-Text can be implemented by different apps. Here you can set which app should be used." : "El dictado a texto puede estar implementada por diferentes aplicaciones. Aquí puede definir cual de ellas debería utilizarse.", "None of your currently installed apps provide Speech-To-Text functionality" : "Ninguna de las aplicaciones que tiene actualmente instaladas proveen la funcionalidad de dictado a texto", + "None of your currently installed apps provide Text processing functionality" : "Ninguna de sus aplicaciones instaladas proveen la funcionalidad de procesamiento de texto", "Exclude groups from sharing" : "Evitar que los grupos compartan", "These groups will still be able to receive shares, but not to initiate them." : "Estos grupos aún podrán recibir elementos compartidos, pero no los podrán iniciar.", "Allow username autocompletion in share dialog and allow access to the system address book" : "Permitir autocompletado de nombres de usuario en el cuadro de diálogo de compartir y permitir acceso a la libreta de direcciones del sistema", diff --git a/apps/settings/l10n/es_MX.json b/apps/settings/l10n/es_MX.json index aeecb2556e617..7eb8e2a62b9ed 100644 --- a/apps/settings/l10n/es_MX.json +++ b/apps/settings/l10n/es_MX.json @@ -265,7 +265,6 @@ "None of your currently installed apps provide image generation functionality" : "Ninguna de sus aplicaciones instaladas proveen la funcionalidad de generación de imágenes", "Text processing" : "Procesamiento de texto", "Text processing tasks can be implemented by different apps. Here you can set which app should be used for which task." : "Las tareas de procesamiento de texto pueden estar implementadas por diferentes aplicaciones. Aquí puede definir cual aplicación debe utilizarse para cada tarea.", - "None of your currently installed apps provide Text processing functionality" : "Ninguna de sus aplicaciones instaladas proveen la funcionalidad de procesamiento de texto", "Here you can decide which group can access certain sections of the administration settings." : "Aquí puede decidir qué grupo puede acceder a determinadas secciones de la configuración de administración.", "None" : "Ninguno", "Unable to modify setting" : "No se pudo modificar la configuración", @@ -725,6 +724,7 @@ "Speech-To-Text" : "Dictado a texto", "Speech-To-Text can be implemented by different apps. Here you can set which app should be used." : "El dictado a texto puede estar implementada por diferentes aplicaciones. Aquí puede definir cual de ellas debería utilizarse.", "None of your currently installed apps provide Speech-To-Text functionality" : "Ninguna de las aplicaciones que tiene actualmente instaladas proveen la funcionalidad de dictado a texto", + "None of your currently installed apps provide Text processing functionality" : "Ninguna de sus aplicaciones instaladas proveen la funcionalidad de procesamiento de texto", "Exclude groups from sharing" : "Evitar que los grupos compartan", "These groups will still be able to receive shares, but not to initiate them." : "Estos grupos aún podrán recibir elementos compartidos, pero no los podrán iniciar.", "Allow username autocompletion in share dialog and allow access to the system address book" : "Permitir autocompletado de nombres de usuario en el cuadro de diálogo de compartir y permitir acceso a la libreta de direcciones del sistema", diff --git a/apps/settings/l10n/eu.js b/apps/settings/l10n/eu.js index f8cdece952ee8..e9b5408f84c01 100644 --- a/apps/settings/l10n/eu.js +++ b/apps/settings/l10n/eu.js @@ -328,7 +328,6 @@ OC.L10N.register( "None of your currently installed apps provide image generation functionality" : "Ez dago irudien sorpenerako funtzionalitatea ematen duen aplikaziorik unean.", "Text processing" : "Testu-prozesamendua", "Text processing tasks can be implemented by different apps. Here you can set which app should be used for which task." : "Testu-prozesamendu zereginak aplikazio ezberdinek inplementatu dezakete. Zeintzuk aplikazio erabili daitezkeen zein zereginerako ezarri dezakezu hemen.", - "None of your currently installed apps provide Text processing functionality" : "Ez dago testu-prozesamendu funtzionalitatea ematen duen aplikaziorik unean.", "Here you can decide which group can access certain sections of the administration settings." : "Hemen administratzaile ezarpeneko hainbat sekziotan sartu daitezkeen taldeak erabaki ditzakezu.", "None" : "Bat ere ez", "Unable to modify setting" : "Ezin izan da ezarpena aldatu", @@ -820,6 +819,7 @@ OC.L10N.register( "Speech-To-Text" : "Ahotsetik testura", "Speech-To-Text can be implemented by different apps. Here you can set which app should be used." : "Ahotsetik testura aplikazio ezberdinek inplementatu dezakete. Zeintzuk aplikazio erabili daitezkeen ezarri dezakezu hemen.", "None of your currently installed apps provide Speech-To-Text functionality" : "Ez dago ahotsetik testurako funtzionalitatea ematen duen aplikaziorik unean.", + "None of your currently installed apps provide Text processing functionality" : "Ez dago testu-prozesamendu funtzionalitatea ematen duen aplikaziorik unean.", "Exclude groups from sharing" : "Baztertu taldeak partekatzean", "These groups will still be able to receive shares, but not to initiate them." : "Talde hauek oraindik jaso ahal izango dute partekatzeak, baina ezingo dute partekatu", "Allow username autocompletion in share dialog and allow access to the system address book" : "Baimendu erabiltzaile izena automatikoki osatzea elkarrizketa-koadroan eta baimendu sistemako helbide-liburua atzitzea", diff --git a/apps/settings/l10n/eu.json b/apps/settings/l10n/eu.json index b62dfbb82150e..2233b2c30c879 100644 --- a/apps/settings/l10n/eu.json +++ b/apps/settings/l10n/eu.json @@ -326,7 +326,6 @@ "None of your currently installed apps provide image generation functionality" : "Ez dago irudien sorpenerako funtzionalitatea ematen duen aplikaziorik unean.", "Text processing" : "Testu-prozesamendua", "Text processing tasks can be implemented by different apps. Here you can set which app should be used for which task." : "Testu-prozesamendu zereginak aplikazio ezberdinek inplementatu dezakete. Zeintzuk aplikazio erabili daitezkeen zein zereginerako ezarri dezakezu hemen.", - "None of your currently installed apps provide Text processing functionality" : "Ez dago testu-prozesamendu funtzionalitatea ematen duen aplikaziorik unean.", "Here you can decide which group can access certain sections of the administration settings." : "Hemen administratzaile ezarpeneko hainbat sekziotan sartu daitezkeen taldeak erabaki ditzakezu.", "None" : "Bat ere ez", "Unable to modify setting" : "Ezin izan da ezarpena aldatu", @@ -818,6 +817,7 @@ "Speech-To-Text" : "Ahotsetik testura", "Speech-To-Text can be implemented by different apps. Here you can set which app should be used." : "Ahotsetik testura aplikazio ezberdinek inplementatu dezakete. Zeintzuk aplikazio erabili daitezkeen ezarri dezakezu hemen.", "None of your currently installed apps provide Speech-To-Text functionality" : "Ez dago ahotsetik testurako funtzionalitatea ematen duen aplikaziorik unean.", + "None of your currently installed apps provide Text processing functionality" : "Ez dago testu-prozesamendu funtzionalitatea ematen duen aplikaziorik unean.", "Exclude groups from sharing" : "Baztertu taldeak partekatzean", "These groups will still be able to receive shares, but not to initiate them." : "Talde hauek oraindik jaso ahal izango dute partekatzeak, baina ezingo dute partekatu", "Allow username autocompletion in share dialog and allow access to the system address book" : "Baimendu erabiltzaile izena automatikoki osatzea elkarrizketa-koadroan eta baimendu sistemako helbide-liburua atzitzea", diff --git a/apps/settings/l10n/fa.js b/apps/settings/l10n/fa.js index bb009182455ae..5c8213efe11bd 100644 --- a/apps/settings/l10n/fa.js +++ b/apps/settings/l10n/fa.js @@ -140,7 +140,6 @@ OC.L10N.register( "Image generation" : "Image generation", "Text processing" : "Text processing", "Text processing tasks can be implemented by different apps. Here you can set which app should be used for which task." : "Text processing tasks can be implemented by different apps. Here you can set which app should be used for which task.", - "None of your currently installed apps provide Text processing functionality" : "None of your currently installed apps provide Text processing functionality", "Here you can decide which group can access certain sections of the administration settings." : "Here you can decide which group can access certain sections of the administration settings.", "None" : "هیچ‌کدام", "Unable to modify setting" : "Unable to modify setting", @@ -487,6 +486,7 @@ OC.L10N.register( "Speech-To-Text" : "Speech-To-Text", "Speech-To-Text can be implemented by different apps. Here you can set which app should be used." : "Speech-To-Text can be implemented by different apps. Here you can set which app should be used.", "None of your currently installed apps provide Speech-To-Text functionality" : "None of your currently installed apps provide Speech-To-Text functionality", + "None of your currently installed apps provide Text processing functionality" : "None of your currently installed apps provide Text processing functionality", "Exclude groups from sharing" : "مستثنی شدن گروه ها از اشتراک گذاری", "These groups will still be able to receive shares, but not to initiate them." : "این گروه ها هنوز هم می توانند سهم دریافت کنند ، اما نه آنها را شروع کنند.", "Allow username autocompletion in share dialog and allow access to the system address book" : "Allow username autocompletion in share dialog and allow access to the system address book", diff --git a/apps/settings/l10n/fa.json b/apps/settings/l10n/fa.json index 77569217caf69..e26936c005e4a 100644 --- a/apps/settings/l10n/fa.json +++ b/apps/settings/l10n/fa.json @@ -138,7 +138,6 @@ "Image generation" : "Image generation", "Text processing" : "Text processing", "Text processing tasks can be implemented by different apps. Here you can set which app should be used for which task." : "Text processing tasks can be implemented by different apps. Here you can set which app should be used for which task.", - "None of your currently installed apps provide Text processing functionality" : "None of your currently installed apps provide Text processing functionality", "Here you can decide which group can access certain sections of the administration settings." : "Here you can decide which group can access certain sections of the administration settings.", "None" : "هیچ‌کدام", "Unable to modify setting" : "Unable to modify setting", @@ -485,6 +484,7 @@ "Speech-To-Text" : "Speech-To-Text", "Speech-To-Text can be implemented by different apps. Here you can set which app should be used." : "Speech-To-Text can be implemented by different apps. Here you can set which app should be used.", "None of your currently installed apps provide Speech-To-Text functionality" : "None of your currently installed apps provide Speech-To-Text functionality", + "None of your currently installed apps provide Text processing functionality" : "None of your currently installed apps provide Text processing functionality", "Exclude groups from sharing" : "مستثنی شدن گروه ها از اشتراک گذاری", "These groups will still be able to receive shares, but not to initiate them." : "این گروه ها هنوز هم می توانند سهم دریافت کنند ، اما نه آنها را شروع کنند.", "Allow username autocompletion in share dialog and allow access to the system address book" : "Allow username autocompletion in share dialog and allow access to the system address book", diff --git a/apps/settings/l10n/fr.js b/apps/settings/l10n/fr.js index 6f5aca03fc21f..bfc1dbd142e10 100644 --- a/apps/settings/l10n/fr.js +++ b/apps/settings/l10n/fr.js @@ -305,7 +305,6 @@ OC.L10N.register( "None of your currently installed apps provide image generation functionality" : "Aucune des applications actuellement installées ne fournit la fonctionnalité de génération d'images.", "Text processing" : "Génération de texte", "Text processing tasks can be implemented by different apps. Here you can set which app should be used for which task." : "Les tâches de génération de texte peuvent être implémentées par différentes applications. Vous pouvez définir ici quelle application doit être utilisée pour ces tâches.", - "None of your currently installed apps provide Text processing functionality" : "Aucune des applications actuellement installées ne fournit la fonctionnalité de génération de texte.", "Here you can decide which group can access certain sections of the administration settings." : "Ici, vous pouvez décider quel groupe peut accéder à certaines sections des paramètres d'administration.", "None" : "Aucun", "Unable to modify setting" : "Impossible de modifier le paramètre", @@ -793,6 +792,7 @@ OC.L10N.register( "Speech-To-Text" : "Synthèse vocale", "Speech-To-Text can be implemented by different apps. Here you can set which app should be used." : "La reconnaissance vocale peut être implémentée par différentes applications. Vous pouvez définir ici quelle application doit être utilisée.", "None of your currently installed apps provide Speech-To-Text functionality" : "Aucune des applications actuellement installées ne fournit la fonctionnalité de reconnaissance vocale.", + "None of your currently installed apps provide Text processing functionality" : "Aucune des applications actuellement installées ne fournit la fonctionnalité de génération de texte.", "Exclude groups from sharing" : "Empêcher certains groupes de partager", "These groups will still be able to receive shares, but not to initiate them." : "Ces groupes ne pourront plus initier de partage, mais ils pourront toujours rejoindre les partages faits par d’autres.", "Allow username autocompletion in share dialog and allow access to the system address book" : "Autoriser l'autocomplétion du nom d'utilisateur dans le dialogue de partage et permettre l'accès au carnet d'adresses du système", diff --git a/apps/settings/l10n/fr.json b/apps/settings/l10n/fr.json index 67e1f56ceeaeb..928a69a56df8d 100644 --- a/apps/settings/l10n/fr.json +++ b/apps/settings/l10n/fr.json @@ -303,7 +303,6 @@ "None of your currently installed apps provide image generation functionality" : "Aucune des applications actuellement installées ne fournit la fonctionnalité de génération d'images.", "Text processing" : "Génération de texte", "Text processing tasks can be implemented by different apps. Here you can set which app should be used for which task." : "Les tâches de génération de texte peuvent être implémentées par différentes applications. Vous pouvez définir ici quelle application doit être utilisée pour ces tâches.", - "None of your currently installed apps provide Text processing functionality" : "Aucune des applications actuellement installées ne fournit la fonctionnalité de génération de texte.", "Here you can decide which group can access certain sections of the administration settings." : "Ici, vous pouvez décider quel groupe peut accéder à certaines sections des paramètres d'administration.", "None" : "Aucun", "Unable to modify setting" : "Impossible de modifier le paramètre", @@ -791,6 +790,7 @@ "Speech-To-Text" : "Synthèse vocale", "Speech-To-Text can be implemented by different apps. Here you can set which app should be used." : "La reconnaissance vocale peut être implémentée par différentes applications. Vous pouvez définir ici quelle application doit être utilisée.", "None of your currently installed apps provide Speech-To-Text functionality" : "Aucune des applications actuellement installées ne fournit la fonctionnalité de reconnaissance vocale.", + "None of your currently installed apps provide Text processing functionality" : "Aucune des applications actuellement installées ne fournit la fonctionnalité de génération de texte.", "Exclude groups from sharing" : "Empêcher certains groupes de partager", "These groups will still be able to receive shares, but not to initiate them." : "Ces groupes ne pourront plus initier de partage, mais ils pourront toujours rejoindre les partages faits par d’autres.", "Allow username autocompletion in share dialog and allow access to the system address book" : "Autoriser l'autocomplétion du nom d'utilisateur dans le dialogue de partage et permettre l'accès au carnet d'adresses du système", diff --git a/apps/settings/l10n/ga.js b/apps/settings/l10n/ga.js index 77b95f9d2c4b9..ef2cb91fe31d4 100644 --- a/apps/settings/l10n/ga.js +++ b/apps/settings/l10n/ga.js @@ -331,7 +331,6 @@ OC.L10N.register( "None of your currently installed apps provide image generation functionality" : "Ní sholáthraíonn aon cheann de na haipeanna atá suiteáilte agat faoi láthair feidhmiúlacht giniúna íomhá", "Text processing" : "Próiseáil téacs", "Text processing tasks can be implemented by different apps. Here you can set which app should be used for which task." : "Is féidir le feidhmchláir éagsúla tascanna próiseála téacs a chur i bhfeidhm. Anseo is féidir leat a shocrú cén aip ba chóir a úsáid le haghaidh an tasc.", - "None of your currently installed apps provide Text processing functionality" : "Ní sholáthraíonn aon cheann de na haipeanna atá suiteáilte agat faoi láthair feidhmiúlacht próiseála Téacs", "Here you can decide which group can access certain sections of the administration settings." : "Anseo is féidir leat cinneadh a dhéanamh maidir le cén grúpa a fhéadfaidh rochtain a fháil ar ranna áirithe de na socruithe riaracháin.", "None" : "aon cheann", "Unable to modify setting" : "Ní féidir an socrú a mhodhnú", @@ -823,6 +822,7 @@ OC.L10N.register( "Speech-To-Text" : "Óráid-go-Téacs", "Speech-To-Text can be implemented by different apps. Here you can set which app should be used." : "Is féidir Óráid-go-Téacs a chur i bhfeidhm ag aipeanna éagsúla. Anseo is féidir leat a shocrú cén app ba chóir a úsáid.", "None of your currently installed apps provide Speech-To-Text functionality" : "Ní sholáthraíonn aon cheann de na haipeanna atá suiteáilte agat faoi láthair feidhmiúlacht Óráid-go-Téacs", + "None of your currently installed apps provide Text processing functionality" : "Ní sholáthraíonn aon cheann de na haipeanna atá suiteáilte agat faoi láthair feidhmiúlacht próiseála Téacs", "Exclude groups from sharing" : "Fág grúpaí as an áireamh", "These groups will still be able to receive shares, but not to initiate them." : "Beidh na grúpaí seo fós in ann scaireanna a fháil, ach gan iad a thionscnamh.", "Allow username autocompletion in share dialog and allow access to the system address book" : "Ceadaigh uathchríochnú ainm úsáideora sa dialóg scaireanna agus ceadaigh rochtain ar leabhar seoltaí an chóras", diff --git a/apps/settings/l10n/ga.json b/apps/settings/l10n/ga.json index 14406fd7b8c7f..af5726f912ca8 100644 --- a/apps/settings/l10n/ga.json +++ b/apps/settings/l10n/ga.json @@ -329,7 +329,6 @@ "None of your currently installed apps provide image generation functionality" : "Ní sholáthraíonn aon cheann de na haipeanna atá suiteáilte agat faoi láthair feidhmiúlacht giniúna íomhá", "Text processing" : "Próiseáil téacs", "Text processing tasks can be implemented by different apps. Here you can set which app should be used for which task." : "Is féidir le feidhmchláir éagsúla tascanna próiseála téacs a chur i bhfeidhm. Anseo is féidir leat a shocrú cén aip ba chóir a úsáid le haghaidh an tasc.", - "None of your currently installed apps provide Text processing functionality" : "Ní sholáthraíonn aon cheann de na haipeanna atá suiteáilte agat faoi láthair feidhmiúlacht próiseála Téacs", "Here you can decide which group can access certain sections of the administration settings." : "Anseo is féidir leat cinneadh a dhéanamh maidir le cén grúpa a fhéadfaidh rochtain a fháil ar ranna áirithe de na socruithe riaracháin.", "None" : "aon cheann", "Unable to modify setting" : "Ní féidir an socrú a mhodhnú", @@ -821,6 +820,7 @@ "Speech-To-Text" : "Óráid-go-Téacs", "Speech-To-Text can be implemented by different apps. Here you can set which app should be used." : "Is féidir Óráid-go-Téacs a chur i bhfeidhm ag aipeanna éagsúla. Anseo is féidir leat a shocrú cén app ba chóir a úsáid.", "None of your currently installed apps provide Speech-To-Text functionality" : "Ní sholáthraíonn aon cheann de na haipeanna atá suiteáilte agat faoi láthair feidhmiúlacht Óráid-go-Téacs", + "None of your currently installed apps provide Text processing functionality" : "Ní sholáthraíonn aon cheann de na haipeanna atá suiteáilte agat faoi láthair feidhmiúlacht próiseála Téacs", "Exclude groups from sharing" : "Fág grúpaí as an áireamh", "These groups will still be able to receive shares, but not to initiate them." : "Beidh na grúpaí seo fós in ann scaireanna a fháil, ach gan iad a thionscnamh.", "Allow username autocompletion in share dialog and allow access to the system address book" : "Ceadaigh uathchríochnú ainm úsáideora sa dialóg scaireanna agus ceadaigh rochtain ar leabhar seoltaí an chóras", diff --git a/apps/settings/l10n/gl.js b/apps/settings/l10n/gl.js index d47e5e9a07bb5..82245e801e9e4 100644 --- a/apps/settings/l10n/gl.js +++ b/apps/settings/l10n/gl.js @@ -137,7 +137,7 @@ OC.L10N.register( "Your remote address could not be determined." : "Non foi posíbel determinar o seu enderezo remoto.", "Your remote address was identified as \"%s\" and is brute-force throttled at the moment slowing down the performance of various requests. If the remote address is not your address this can be an indication that a proxy is not configured correctly." : "O seu enderezo remoto foi identificado como «%s» e neste momento está estrangulado por forza bruta, o que reduce o rendemento de varias solicitudes. Se o enderezo remoto non é o seu enderezo, isto pode ser unha indicación de que un proxy non está configurado correctamente.", "Your remote address \"%s\" is not brute-force throttled." : "O seu enderezo remoto «%s» non está estrangulado por forza bruta.", - "To allow this check to run you have to make sure that your Web server can connect to itself. Therefore it must be able to resolve and connect to at least one of its `trusted_domains` or the `overwrite.cli.url`. This failure may be the result of a server-side DNS mismatch or outbound firewall rule." : "Para permitir que esta comprobación se execute, debe asegurarse de que o seu servidor web poida conectarse a si mesmo. Polo tanto, debe ser quen de resolver e conectarse a polo menos un dos seus «trusted_domains» ou ao «overwrite.cli.url». Este fallo pode ser o resultado dunha falta de coincidencia de DNS do servidor ou dunha regra da devasa de saída.", + "To allow this check to run you have to make sure that your Web server can connect to itself. Therefore it must be able to resolve and connect to at least one of its `trusted_domains` or the `overwrite.cli.url`. This failure may be the result of a server-side DNS mismatch or outbound firewall rule." : "Para permitir que esta comprobación se execute, debe asegurarse de que o seu servidor web poida conectarse a si mesmo. Por tanto, debe ser quen de resolver e conectarse a polo menos un dos seus «trusted_domains» ou ao «overwrite.cli.url». Este fallo pode ser o resultado dunha falta de coincidencia de DNS do servidor ou dunha regra da devasa de saída.", "Old administration imported certificates" : "Certificados antigos importados pola administración", "A background job is pending that checks for administration imported SSL certificates. Please check back later." : "Está pendente un traballo en segundo plano que comprobe os certificados SSL importados pola administración. Volva comprobalo máis adiante.", "There are some administration 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." : "Hai algúns certificados SSL importados pola administración, que xa non se usan con Nextcloud 21. Pódense importar coa liña de ordes mediante a orde «occ security:certificates:import». As súas rutas dentro do directorio de datos amósanse deseguido.", @@ -305,7 +305,7 @@ OC.L10N.register( "- %.1f GiB available in %s (Nextcloud temporary directory)" : "- %.1f GiB dispoñíbeis en %s (directorio temporal de Nextcloud)", "Temporary directory is correctly configured:\n%s" : "O directorio temporal está configurado correctamente:\n%s", "This instance uses an S3 based object store as primary storage, and has enough space in the temporary directory.\n%s" : "Esta instancia usa un almacén de obxectos baseado en S3 como almacenamento principal e ten espazo abondo no directorio temporal.\n%s", - "This instance uses an S3 based object store as primary storage. The uploaded files are stored temporarily on the server and thus it is recommended to have 50 GiB of free space available in the temp directory of PHP. To improve this please change the temporary directory in the php.ini or make more space available in that path. \nChecking the available space in the temporary path resulted in %.1f GiB instead of the recommended 50 GiB. Path: %s" : "Esta instancia usa un almacén de obxectos baseado en S3 como almacenamento principal. Os ficheiros enviados almacénanse temporalmente no servidor e, polo tanto, recoméndase dispor de 50 GiB de espazo libre no directorio temporal de PHP. Para mellorar isto, cambie o directorio temporal no php.ini ou xere máis espazo dispoñíbel nesa ruta.\nA comprobación do espazo dispoñíbel na ruta temporal deu como resultado %.1f GiB no canto dos 50 GiB recomendados. Ruta: %s", + "This instance uses an S3 based object store as primary storage. The uploaded files are stored temporarily on the server and thus it is recommended to have 50 GiB of free space available in the temp directory of PHP. To improve this please change the temporary directory in the php.ini or make more space available in that path. \nChecking the available space in the temporary path resulted in %.1f GiB instead of the recommended 50 GiB. Path: %s" : "Esta instancia usa un almacén de obxectos baseado en S3 como almacenamento principal. Os ficheiros enviados almacénanse temporalmente no servidor e, por tanto, recoméndase dispor de 50 GiB de espazo libre no directorio temporal de PHP. Para mellorar isto, cambie o directorio temporal no php.ini ou xere máis espazo dispoñíbel nesa ruta.\nA comprobación do espazo dispoñíbel na ruta temporal deu como resultado %.1f GiB no canto dos 50 GiB recomendados. Ruta: %s", "Database transaction isolation level" : "Nivel de illamento da transacción da base de datos", "Your database does not run with \"READ COMMITTED\" transaction isolation level. This can cause problems when multiple actions are executed in parallel." : "A súa base de datos non se executa co nivel de illamento de transacción «READ COMMITTED» . Isto pode causar problemas cando se executan múltiples accións en paralelo.", "Was not able to get transaction isolation level: %s" : "Non foi posíbel obter o nivel de illamento da transacción: %s", @@ -331,7 +331,6 @@ OC.L10N.register( "None of your currently installed apps provide image generation functionality" : "Ningunha das aplicacións instaladas neste momento ofrece funcións de xeración de imaxes", "Text processing" : "Procesamento de texto", "Text processing tasks can be implemented by different apps. Here you can set which app should be used for which task." : "As tarefas de procesamento de texto poden ser realizadas por diferentes aplicacións. Aquí pode definir que aplicación debe usarse para que tarefa.", - "None of your currently installed apps provide Text processing functionality" : "Ningunha das aplicacións instaladas neste momento ofrece funcións de procesamento de texto", "Here you can decide which group can access certain sections of the administration settings." : "Aquí pode decidir que grupo pode acceder a determinadas seccións dos axustes de administración.", "None" : "Ningún", "Unable to modify setting" : "Non é posíbel modificar a configuración", @@ -823,6 +822,7 @@ OC.L10N.register( "Speech-To-Text" : "Conversión de voz a texto", "Speech-To-Text can be implemented by different apps. Here you can set which app should be used." : "Speech-To-Text pódese realizar mediante diferentes aplicacións. Aquí pode definir que aplicación debe usar.", "None of your currently installed apps provide Speech-To-Text functionality" : "Ningunha das aplicacións instaladas neste momento ofrece funcións de conversión de voz a texto", + "None of your currently installed apps provide Text processing functionality" : "Ningunha das aplicacións instaladas neste momento ofrece funcións de procesamento de texto", "Exclude groups from sharing" : "Excluír grupos da compartición", "These groups will still be able to receive shares, but not to initiate them." : "Estes grupos poderán recibir comparticións, mais non inicialas.", "Allow username autocompletion in share dialog and allow access to the system address book" : "Permitir o autocompletado do nome de usuario no diálogo de compartir e permitir o acceso ao caderno de enderezos do sistema", @@ -882,7 +882,7 @@ OC.L10N.register( "Show to logged in users only" : "Amosar só aos usuarios que accederon", "Nextcloud help resources" : "Recursos de axuda de Nextcloud", "SMTP Username" : "Nome de usuario SMTP", - "To allow this check to run you have to make sure that your webserver can connect to itself. Therefor it must be able to resolve and connect to at least one its `trusted_domains` or the `overwrite.cli.url`." : "Para permitir que esta comprobación se execute, debe asegurarse de que o seu servidor web poida conectarse a si mesmo. Polo tanto, debe ser quen de resolver e conectarse a polo menos un dos seus «trusted_domains» ou ao «overwrite.cli.url».", + "To allow this check to run you have to make sure that your webserver can connect to itself. Therefor it must be able to resolve and connect to at least one its `trusted_domains` or the `overwrite.cli.url`." : "Para permitir que esta comprobación se execute, debe asegurarse de que o seu servidor web poida conectarse a si mesmo. Por tanto, debe ser quen de resolver e conectarse a polo menos un dos seus «trusted_domains» ou ao «overwrite.cli.url».", "Could not check for JavaScript support via any of your `trusted_domains` nor `overwrite.cli.url`. This may be the result of a server-side DNS mismatch or outbound firewall rule. Please check manually if your webserver serves `.mjs` files using the JavaScript MIME type." : "Non foi posíbel comprobar a compatibilidade de JavaScript a través de ningún dos seus «trusted_domains» nin «overwrite.cli.url». Isto pode ser o resultado dunha falta de coincidencia de DNS do servidor ou dunha regra da devasa de saída. Comprobe manualmente se o seu servidor web serve ficheiros «.mjs» usando o tipo MIME JavaScript.", "Active accounts" : "Contas activas" }, diff --git a/apps/settings/l10n/gl.json b/apps/settings/l10n/gl.json index f88667e10f7a8..ccad8bdb59d2a 100644 --- a/apps/settings/l10n/gl.json +++ b/apps/settings/l10n/gl.json @@ -135,7 +135,7 @@ "Your remote address could not be determined." : "Non foi posíbel determinar o seu enderezo remoto.", "Your remote address was identified as \"%s\" and is brute-force throttled at the moment slowing down the performance of various requests. If the remote address is not your address this can be an indication that a proxy is not configured correctly." : "O seu enderezo remoto foi identificado como «%s» e neste momento está estrangulado por forza bruta, o que reduce o rendemento de varias solicitudes. Se o enderezo remoto non é o seu enderezo, isto pode ser unha indicación de que un proxy non está configurado correctamente.", "Your remote address \"%s\" is not brute-force throttled." : "O seu enderezo remoto «%s» non está estrangulado por forza bruta.", - "To allow this check to run you have to make sure that your Web server can connect to itself. Therefore it must be able to resolve and connect to at least one of its `trusted_domains` or the `overwrite.cli.url`. This failure may be the result of a server-side DNS mismatch or outbound firewall rule." : "Para permitir que esta comprobación se execute, debe asegurarse de que o seu servidor web poida conectarse a si mesmo. Polo tanto, debe ser quen de resolver e conectarse a polo menos un dos seus «trusted_domains» ou ao «overwrite.cli.url». Este fallo pode ser o resultado dunha falta de coincidencia de DNS do servidor ou dunha regra da devasa de saída.", + "To allow this check to run you have to make sure that your Web server can connect to itself. Therefore it must be able to resolve and connect to at least one of its `trusted_domains` or the `overwrite.cli.url`. This failure may be the result of a server-side DNS mismatch or outbound firewall rule." : "Para permitir que esta comprobación se execute, debe asegurarse de que o seu servidor web poida conectarse a si mesmo. Por tanto, debe ser quen de resolver e conectarse a polo menos un dos seus «trusted_domains» ou ao «overwrite.cli.url». Este fallo pode ser o resultado dunha falta de coincidencia de DNS do servidor ou dunha regra da devasa de saída.", "Old administration imported certificates" : "Certificados antigos importados pola administración", "A background job is pending that checks for administration imported SSL certificates. Please check back later." : "Está pendente un traballo en segundo plano que comprobe os certificados SSL importados pola administración. Volva comprobalo máis adiante.", "There are some administration 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." : "Hai algúns certificados SSL importados pola administración, que xa non se usan con Nextcloud 21. Pódense importar coa liña de ordes mediante a orde «occ security:certificates:import». As súas rutas dentro do directorio de datos amósanse deseguido.", @@ -303,7 +303,7 @@ "- %.1f GiB available in %s (Nextcloud temporary directory)" : "- %.1f GiB dispoñíbeis en %s (directorio temporal de Nextcloud)", "Temporary directory is correctly configured:\n%s" : "O directorio temporal está configurado correctamente:\n%s", "This instance uses an S3 based object store as primary storage, and has enough space in the temporary directory.\n%s" : "Esta instancia usa un almacén de obxectos baseado en S3 como almacenamento principal e ten espazo abondo no directorio temporal.\n%s", - "This instance uses an S3 based object store as primary storage. The uploaded files are stored temporarily on the server and thus it is recommended to have 50 GiB of free space available in the temp directory of PHP. To improve this please change the temporary directory in the php.ini or make more space available in that path. \nChecking the available space in the temporary path resulted in %.1f GiB instead of the recommended 50 GiB. Path: %s" : "Esta instancia usa un almacén de obxectos baseado en S3 como almacenamento principal. Os ficheiros enviados almacénanse temporalmente no servidor e, polo tanto, recoméndase dispor de 50 GiB de espazo libre no directorio temporal de PHP. Para mellorar isto, cambie o directorio temporal no php.ini ou xere máis espazo dispoñíbel nesa ruta.\nA comprobación do espazo dispoñíbel na ruta temporal deu como resultado %.1f GiB no canto dos 50 GiB recomendados. Ruta: %s", + "This instance uses an S3 based object store as primary storage. The uploaded files are stored temporarily on the server and thus it is recommended to have 50 GiB of free space available in the temp directory of PHP. To improve this please change the temporary directory in the php.ini or make more space available in that path. \nChecking the available space in the temporary path resulted in %.1f GiB instead of the recommended 50 GiB. Path: %s" : "Esta instancia usa un almacén de obxectos baseado en S3 como almacenamento principal. Os ficheiros enviados almacénanse temporalmente no servidor e, por tanto, recoméndase dispor de 50 GiB de espazo libre no directorio temporal de PHP. Para mellorar isto, cambie o directorio temporal no php.ini ou xere máis espazo dispoñíbel nesa ruta.\nA comprobación do espazo dispoñíbel na ruta temporal deu como resultado %.1f GiB no canto dos 50 GiB recomendados. Ruta: %s", "Database transaction isolation level" : "Nivel de illamento da transacción da base de datos", "Your database does not run with \"READ COMMITTED\" transaction isolation level. This can cause problems when multiple actions are executed in parallel." : "A súa base de datos non se executa co nivel de illamento de transacción «READ COMMITTED» . Isto pode causar problemas cando se executan múltiples accións en paralelo.", "Was not able to get transaction isolation level: %s" : "Non foi posíbel obter o nivel de illamento da transacción: %s", @@ -329,7 +329,6 @@ "None of your currently installed apps provide image generation functionality" : "Ningunha das aplicacións instaladas neste momento ofrece funcións de xeración de imaxes", "Text processing" : "Procesamento de texto", "Text processing tasks can be implemented by different apps. Here you can set which app should be used for which task." : "As tarefas de procesamento de texto poden ser realizadas por diferentes aplicacións. Aquí pode definir que aplicación debe usarse para que tarefa.", - "None of your currently installed apps provide Text processing functionality" : "Ningunha das aplicacións instaladas neste momento ofrece funcións de procesamento de texto", "Here you can decide which group can access certain sections of the administration settings." : "Aquí pode decidir que grupo pode acceder a determinadas seccións dos axustes de administración.", "None" : "Ningún", "Unable to modify setting" : "Non é posíbel modificar a configuración", @@ -821,6 +820,7 @@ "Speech-To-Text" : "Conversión de voz a texto", "Speech-To-Text can be implemented by different apps. Here you can set which app should be used." : "Speech-To-Text pódese realizar mediante diferentes aplicacións. Aquí pode definir que aplicación debe usar.", "None of your currently installed apps provide Speech-To-Text functionality" : "Ningunha das aplicacións instaladas neste momento ofrece funcións de conversión de voz a texto", + "None of your currently installed apps provide Text processing functionality" : "Ningunha das aplicacións instaladas neste momento ofrece funcións de procesamento de texto", "Exclude groups from sharing" : "Excluír grupos da compartición", "These groups will still be able to receive shares, but not to initiate them." : "Estes grupos poderán recibir comparticións, mais non inicialas.", "Allow username autocompletion in share dialog and allow access to the system address book" : "Permitir o autocompletado do nome de usuario no diálogo de compartir e permitir o acceso ao caderno de enderezos do sistema", @@ -880,7 +880,7 @@ "Show to logged in users only" : "Amosar só aos usuarios que accederon", "Nextcloud help resources" : "Recursos de axuda de Nextcloud", "SMTP Username" : "Nome de usuario SMTP", - "To allow this check to run you have to make sure that your webserver can connect to itself. Therefor it must be able to resolve and connect to at least one its `trusted_domains` or the `overwrite.cli.url`." : "Para permitir que esta comprobación se execute, debe asegurarse de que o seu servidor web poida conectarse a si mesmo. Polo tanto, debe ser quen de resolver e conectarse a polo menos un dos seus «trusted_domains» ou ao «overwrite.cli.url».", + "To allow this check to run you have to make sure that your webserver can connect to itself. Therefor it must be able to resolve and connect to at least one its `trusted_domains` or the `overwrite.cli.url`." : "Para permitir que esta comprobación se execute, debe asegurarse de que o seu servidor web poida conectarse a si mesmo. Por tanto, debe ser quen de resolver e conectarse a polo menos un dos seus «trusted_domains» ou ao «overwrite.cli.url».", "Could not check for JavaScript support via any of your `trusted_domains` nor `overwrite.cli.url`. This may be the result of a server-side DNS mismatch or outbound firewall rule. Please check manually if your webserver serves `.mjs` files using the JavaScript MIME type." : "Non foi posíbel comprobar a compatibilidade de JavaScript a través de ningún dos seus «trusted_domains» nin «overwrite.cli.url». Isto pode ser o resultado dunha falta de coincidencia de DNS do servidor ou dunha regra da devasa de saída. Comprobe manualmente se o seu servidor web serve ficheiros «.mjs» usando o tipo MIME JavaScript.", "Active accounts" : "Contas activas" },"pluralForm" :"nplurals=2; plural=(n != 1);" diff --git a/apps/settings/l10n/hu.js b/apps/settings/l10n/hu.js index 110dca5f511be..72852ec64ed08 100644 --- a/apps/settings/l10n/hu.js +++ b/apps/settings/l10n/hu.js @@ -178,7 +178,6 @@ OC.L10N.register( "Image generation" : "Képelőállítás", "Text processing" : "Szövegfeldolgozás", "Text processing tasks can be implemented by different apps. Here you can set which app should be used for which task." : "A szövegfeldolgozás különböző alkalmazásokkal is megvalósítható. Itt állítható be, hogy melyik alkalmazás legyen használva.", - "None of your currently installed apps provide Text processing functionality" : "Egyik jelenleg telepített alkalmazás sem támogatja a szövegfeldolgozás funkciót", "Here you can decide which group can access certain sections of the administration settings." : "Itt eldöntheti, hogy mely csoportok érhetik el a rendszergazdai beállítások bizonyos szakaszait.", "None" : "Egyik sem", "Unable to modify setting" : "A beállítás nem módosítható", @@ -599,6 +598,7 @@ OC.L10N.register( "Speech-To-Text" : "Beszédfelismerés", "Speech-To-Text can be implemented by different apps. Here you can set which app should be used." : "A beszédfelismerés különböző alkalmazásokkal is megvalósítható. Itt állítható be, hogy melyik alkalmazás legyen használva.", "None of your currently installed apps provide Speech-To-Text functionality" : "Egyik jelenleg telepített alkalmazás sem támogatja a beszédfelismerés funkciót", + "None of your currently installed apps provide Text processing functionality" : "Egyik jelenleg telepített alkalmazás sem támogatja a szövegfeldolgozás funkciót", "Exclude groups from sharing" : "Csoportok megosztási jogának tiltása", "These groups will still be able to receive shares, but not to initiate them." : "E csoportok tagjaival meg lehet osztani anyagokat, de ők nem hozhatnak létre megosztást.", "Allow username autocompletion in share dialog and allow access to the system address book" : "Felhasználónév automatikus kiegészítésének bekapcsolása a megosztási párbeszédablakban, és hozzáférés engedélyezése a rendszer címjegyzékéhez", diff --git a/apps/settings/l10n/hu.json b/apps/settings/l10n/hu.json index 60e3e52a16513..634e2a59e1e8b 100644 --- a/apps/settings/l10n/hu.json +++ b/apps/settings/l10n/hu.json @@ -176,7 +176,6 @@ "Image generation" : "Képelőállítás", "Text processing" : "Szövegfeldolgozás", "Text processing tasks can be implemented by different apps. Here you can set which app should be used for which task." : "A szövegfeldolgozás különböző alkalmazásokkal is megvalósítható. Itt állítható be, hogy melyik alkalmazás legyen használva.", - "None of your currently installed apps provide Text processing functionality" : "Egyik jelenleg telepített alkalmazás sem támogatja a szövegfeldolgozás funkciót", "Here you can decide which group can access certain sections of the administration settings." : "Itt eldöntheti, hogy mely csoportok érhetik el a rendszergazdai beállítások bizonyos szakaszait.", "None" : "Egyik sem", "Unable to modify setting" : "A beállítás nem módosítható", @@ -597,6 +596,7 @@ "Speech-To-Text" : "Beszédfelismerés", "Speech-To-Text can be implemented by different apps. Here you can set which app should be used." : "A beszédfelismerés különböző alkalmazásokkal is megvalósítható. Itt állítható be, hogy melyik alkalmazás legyen használva.", "None of your currently installed apps provide Speech-To-Text functionality" : "Egyik jelenleg telepített alkalmazás sem támogatja a beszédfelismerés funkciót", + "None of your currently installed apps provide Text processing functionality" : "Egyik jelenleg telepített alkalmazás sem támogatja a szövegfeldolgozás funkciót", "Exclude groups from sharing" : "Csoportok megosztási jogának tiltása", "These groups will still be able to receive shares, but not to initiate them." : "E csoportok tagjaival meg lehet osztani anyagokat, de ők nem hozhatnak létre megosztást.", "Allow username autocompletion in share dialog and allow access to the system address book" : "Felhasználónév automatikus kiegészítésének bekapcsolása a megosztási párbeszédablakban, és hozzáférés engedélyezése a rendszer címjegyzékéhez", diff --git a/apps/settings/l10n/it.js b/apps/settings/l10n/it.js index c02a08eba86b4..3eaed6c0b45f1 100644 --- a/apps/settings/l10n/it.js +++ b/apps/settings/l10n/it.js @@ -208,7 +208,6 @@ OC.L10N.register( "None of your currently installed apps provide image generation functionality" : "Nessuna delle tue applicazioni attualmente installate fornisce funzionalità di generazione di immagini", "Text processing" : "Elaborazione del testo", "Text processing tasks can be implemented by different apps. Here you can set which app should be used for which task." : "L'elaborazione del testo può essere implementata da diverse applicazioni. Qui puoi impostare quale applicazioni usare per quale compito.", - "None of your currently installed apps provide Text processing functionality" : "Nessuna delle applicazioni installate integra la funzionalità elaborazione del testo", "Here you can decide which group can access certain sections of the administration settings." : "Qui puoi decidere quali gruppi possono accedere ad alcune sezioni delle impostazioni di amministrazione.", "None" : "Nessuno", "Unable to modify setting" : "Impossibile modificare l'impostazione", @@ -613,6 +612,7 @@ OC.L10N.register( "Speech-To-Text" : "Riconoscimento vocale", "Speech-To-Text can be implemented by different apps. Here you can set which app should be used." : "Il riconoscimento vocale può essere implementato da diverse applicazioni. Qui puoi impostare quale applicazioni usare.", "None of your currently installed apps provide Speech-To-Text functionality" : "Nessuna delle applicazioni installate integra la funzionalità di riconoscimento vocale", + "None of your currently installed apps provide Text processing functionality" : "Nessuna delle applicazioni installate integra la funzionalità elaborazione del testo", "Exclude groups from sharing" : "Escludi gruppi dalla condivisione", "These groups will still be able to receive shares, but not to initiate them." : "Questi gruppi saranno in grado di ricevere condivisioni, ma non iniziarle.", "Allow username autocompletion in share dialog and allow access to the system address book" : "Permetti l'autocompletamento dei nomi utente nella finestra di condivisione e l'accesso alla rubrica di sistema", diff --git a/apps/settings/l10n/it.json b/apps/settings/l10n/it.json index 2a2db20a3595e..fb458342f040f 100644 --- a/apps/settings/l10n/it.json +++ b/apps/settings/l10n/it.json @@ -206,7 +206,6 @@ "None of your currently installed apps provide image generation functionality" : "Nessuna delle tue applicazioni attualmente installate fornisce funzionalità di generazione di immagini", "Text processing" : "Elaborazione del testo", "Text processing tasks can be implemented by different apps. Here you can set which app should be used for which task." : "L'elaborazione del testo può essere implementata da diverse applicazioni. Qui puoi impostare quale applicazioni usare per quale compito.", - "None of your currently installed apps provide Text processing functionality" : "Nessuna delle applicazioni installate integra la funzionalità elaborazione del testo", "Here you can decide which group can access certain sections of the administration settings." : "Qui puoi decidere quali gruppi possono accedere ad alcune sezioni delle impostazioni di amministrazione.", "None" : "Nessuno", "Unable to modify setting" : "Impossibile modificare l'impostazione", @@ -611,6 +610,7 @@ "Speech-To-Text" : "Riconoscimento vocale", "Speech-To-Text can be implemented by different apps. Here you can set which app should be used." : "Il riconoscimento vocale può essere implementato da diverse applicazioni. Qui puoi impostare quale applicazioni usare.", "None of your currently installed apps provide Speech-To-Text functionality" : "Nessuna delle applicazioni installate integra la funzionalità di riconoscimento vocale", + "None of your currently installed apps provide Text processing functionality" : "Nessuna delle applicazioni installate integra la funzionalità elaborazione del testo", "Exclude groups from sharing" : "Escludi gruppi dalla condivisione", "These groups will still be able to receive shares, but not to initiate them." : "Questi gruppi saranno in grado di ricevere condivisioni, ma non iniziarle.", "Allow username autocompletion in share dialog and allow access to the system address book" : "Permetti l'autocompletamento dei nomi utente nella finestra di condivisione e l'accesso alla rubrica di sistema", diff --git a/apps/settings/l10n/ja.js b/apps/settings/l10n/ja.js index 8d5386b079579..64d9bf166764a 100644 --- a/apps/settings/l10n/ja.js +++ b/apps/settings/l10n/ja.js @@ -331,7 +331,6 @@ OC.L10N.register( "None of your currently installed apps provide image generation functionality" : "現在インストールされているどのアプリも、画像生成機能を提供していません。", "Text processing" : "テキスト処理", "Text processing tasks can be implemented by different apps. Here you can set which app should be used for which task." : "テキスト処理タスクは、異なるアプリで実装することができます。ここでは、どのタスクにどのアプリを使うかを設定できます。", - "None of your currently installed apps provide Text processing functionality" : "現在インストールされているどのアプリも、テキスト処理機能を提供していません", "Here you can decide which group can access certain sections of the administration settings." : "ここではどのグループが、どの管理設定項目にアクセスできるか決めることができます。", "None" : "なし", "Unable to modify setting" : "設定を変更できません", @@ -823,6 +822,7 @@ OC.L10N.register( "Speech-To-Text" : "Speech-To-Text", "Speech-To-Text can be implemented by different apps. Here you can set which app should be used." : "Speech-To-Text はさまざまなアプリで実装できます。ここでは、どのアプリを使用するかを設定できます。", "None of your currently installed apps provide Speech-To-Text functionality" : "現在インストールされているどのアプリも音声テキスト化機能(Speech-To-Text)を提供していません。", + "None of your currently installed apps provide Text processing functionality" : "現在インストールされているどのアプリも、テキスト処理機能を提供していません", "Exclude groups from sharing" : "共有可能なグループから除外する", "These groups will still be able to receive shares, but not to initiate them." : "このグループでは、フォルダー共有を開始することはできませんが、共有されたフォルダーを参照することはできます。", "Allow username autocompletion in share dialog and allow access to the system address book" : "共有ダイアログでユーザー名の自動補完を許可し、システムのアドレス帳へのアクセスを許可する", diff --git a/apps/settings/l10n/ja.json b/apps/settings/l10n/ja.json index 44eb76adda7c0..3347276d8b37f 100644 --- a/apps/settings/l10n/ja.json +++ b/apps/settings/l10n/ja.json @@ -329,7 +329,6 @@ "None of your currently installed apps provide image generation functionality" : "現在インストールされているどのアプリも、画像生成機能を提供していません。", "Text processing" : "テキスト処理", "Text processing tasks can be implemented by different apps. Here you can set which app should be used for which task." : "テキスト処理タスクは、異なるアプリで実装することができます。ここでは、どのタスクにどのアプリを使うかを設定できます。", - "None of your currently installed apps provide Text processing functionality" : "現在インストールされているどのアプリも、テキスト処理機能を提供していません", "Here you can decide which group can access certain sections of the administration settings." : "ここではどのグループが、どの管理設定項目にアクセスできるか決めることができます。", "None" : "なし", "Unable to modify setting" : "設定を変更できません", @@ -821,6 +820,7 @@ "Speech-To-Text" : "Speech-To-Text", "Speech-To-Text can be implemented by different apps. Here you can set which app should be used." : "Speech-To-Text はさまざまなアプリで実装できます。ここでは、どのアプリを使用するかを設定できます。", "None of your currently installed apps provide Speech-To-Text functionality" : "現在インストールされているどのアプリも音声テキスト化機能(Speech-To-Text)を提供していません。", + "None of your currently installed apps provide Text processing functionality" : "現在インストールされているどのアプリも、テキスト処理機能を提供していません", "Exclude groups from sharing" : "共有可能なグループから除外する", "These groups will still be able to receive shares, but not to initiate them." : "このグループでは、フォルダー共有を開始することはできませんが、共有されたフォルダーを参照することはできます。", "Allow username autocompletion in share dialog and allow access to the system address book" : "共有ダイアログでユーザー名の自動補完を許可し、システムのアドレス帳へのアクセスを許可する", diff --git a/apps/settings/l10n/ka.js b/apps/settings/l10n/ka.js index ba1fde72c7b69..51d438f2ab49b 100644 --- a/apps/settings/l10n/ka.js +++ b/apps/settings/l10n/ka.js @@ -199,7 +199,6 @@ OC.L10N.register( "None of your currently installed apps provide image generation functionality" : "None of your currently installed apps provide image generation functionality", "Text processing" : "Text processing", "Text processing tasks can be implemented by different apps. Here you can set which app should be used for which task." : "Text processing tasks can be implemented by different apps. Here you can set which app should be used for which task.", - "None of your currently installed apps provide Text processing functionality" : "None of your currently installed apps provide Text processing functionality", "Here you can decide which group can access certain sections of the administration settings." : "Here you can decide which group can access certain sections of the administration settings.", "None" : "None", "Unable to modify setting" : "Unable to modify setting", @@ -588,6 +587,7 @@ OC.L10N.register( "Speech-To-Text" : "Speech-To-Text", "Speech-To-Text can be implemented by different apps. Here you can set which app should be used." : "Speech-To-Text can be implemented by different apps. Here you can set which app should be used.", "None of your currently installed apps provide Speech-To-Text functionality" : "None of your currently installed apps provide Speech-To-Text functionality", + "None of your currently installed apps provide Text processing functionality" : "None of your currently installed apps provide Text processing functionality", "Exclude groups from sharing" : "Exclude groups from sharing", "These groups will still be able to receive shares, but not to initiate them." : "These groups will still be able to receive shares, but not to initiate them.", "Allow username autocompletion in share dialog and allow access to the system address book" : "Allow username autocompletion in share dialog and allow access to the system address book", diff --git a/apps/settings/l10n/ka.json b/apps/settings/l10n/ka.json index 5e4dba99660ee..d6ed10fbecfbb 100644 --- a/apps/settings/l10n/ka.json +++ b/apps/settings/l10n/ka.json @@ -197,7 +197,6 @@ "None of your currently installed apps provide image generation functionality" : "None of your currently installed apps provide image generation functionality", "Text processing" : "Text processing", "Text processing tasks can be implemented by different apps. Here you can set which app should be used for which task." : "Text processing tasks can be implemented by different apps. Here you can set which app should be used for which task.", - "None of your currently installed apps provide Text processing functionality" : "None of your currently installed apps provide Text processing functionality", "Here you can decide which group can access certain sections of the administration settings." : "Here you can decide which group can access certain sections of the administration settings.", "None" : "None", "Unable to modify setting" : "Unable to modify setting", @@ -586,6 +585,7 @@ "Speech-To-Text" : "Speech-To-Text", "Speech-To-Text can be implemented by different apps. Here you can set which app should be used." : "Speech-To-Text can be implemented by different apps. Here you can set which app should be used.", "None of your currently installed apps provide Speech-To-Text functionality" : "None of your currently installed apps provide Speech-To-Text functionality", + "None of your currently installed apps provide Text processing functionality" : "None of your currently installed apps provide Text processing functionality", "Exclude groups from sharing" : "Exclude groups from sharing", "These groups will still be able to receive shares, but not to initiate them." : "These groups will still be able to receive shares, but not to initiate them.", "Allow username autocompletion in share dialog and allow access to the system address book" : "Allow username autocompletion in share dialog and allow access to the system address book", diff --git a/apps/settings/l10n/ko.js b/apps/settings/l10n/ko.js index 531be407cae55..9644f484eda02 100644 --- a/apps/settings/l10n/ko.js +++ b/apps/settings/l10n/ko.js @@ -263,7 +263,6 @@ OC.L10N.register( "None of your currently installed apps provide image generation functionality" : "현재 설치된 앱 중 이미지 생성 기능을 제공하는 것이 없습니다", "Text processing" : "문장 처리", "Text processing tasks can be implemented by different apps. Here you can set which app should be used for which task." : "문장처리 기술을 채용한 앱이 이곳에 표시됩니다. 문장처리 기술을 사용할 앱과 해당 기술이 사용될 작업을 설정하십시오.", - "None of your currently installed apps provide Text processing functionality" : "현재 설치된 앱 중 문장처리 기술을 제공하는 것이 없습니다", "Here you can decide which group can access certain sections of the administration settings." : "이곳에서 각 설정 메뉴별로 해당 메뉴에 접근 가능한 그룹을 지정할 수 있습니다.", "None" : "없음", "Unable to modify setting" : "설정을 수정할 수 없습니다.", @@ -695,6 +694,7 @@ OC.L10N.register( "Speech-To-Text" : "음성인식", "Speech-To-Text can be implemented by different apps. Here you can set which app should be used." : "음성인식 기능을 채용한 앱이 이곳에 표시됩니다. 음성인식 기능을 사용할 앱을 선택하십시오. ", "None of your currently installed apps provide Speech-To-Text functionality" : "현재 설치된 앱 중 음성인식 기능을 제공하는 것이 없습니다", + "None of your currently installed apps provide Text processing functionality" : "현재 설치된 앱 중 문장처리 기술을 제공하는 것이 없습니다", "Exclude groups from sharing" : "공유에서 그룹 제외", "These groups will still be able to receive shares, but not to initiate them." : "이 그룹의 사용자들은 다른 사용자가 공유한 파일을 받을 수는 있지만, 자기 파일을 공유할 수는 없습니다.", "Allow username autocompletion in share dialog and allow access to the system address book" : "공유 대화창에서 시스템 주소록에 있는 사용자 이름을 자동으로 채울 수 있도록 허용", diff --git a/apps/settings/l10n/ko.json b/apps/settings/l10n/ko.json index f5a0c3a3203d6..6e5512da54768 100644 --- a/apps/settings/l10n/ko.json +++ b/apps/settings/l10n/ko.json @@ -261,7 +261,6 @@ "None of your currently installed apps provide image generation functionality" : "현재 설치된 앱 중 이미지 생성 기능을 제공하는 것이 없습니다", "Text processing" : "문장 처리", "Text processing tasks can be implemented by different apps. Here you can set which app should be used for which task." : "문장처리 기술을 채용한 앱이 이곳에 표시됩니다. 문장처리 기술을 사용할 앱과 해당 기술이 사용될 작업을 설정하십시오.", - "None of your currently installed apps provide Text processing functionality" : "현재 설치된 앱 중 문장처리 기술을 제공하는 것이 없습니다", "Here you can decide which group can access certain sections of the administration settings." : "이곳에서 각 설정 메뉴별로 해당 메뉴에 접근 가능한 그룹을 지정할 수 있습니다.", "None" : "없음", "Unable to modify setting" : "설정을 수정할 수 없습니다.", @@ -693,6 +692,7 @@ "Speech-To-Text" : "음성인식", "Speech-To-Text can be implemented by different apps. Here you can set which app should be used." : "음성인식 기능을 채용한 앱이 이곳에 표시됩니다. 음성인식 기능을 사용할 앱을 선택하십시오. ", "None of your currently installed apps provide Speech-To-Text functionality" : "현재 설치된 앱 중 음성인식 기능을 제공하는 것이 없습니다", + "None of your currently installed apps provide Text processing functionality" : "현재 설치된 앱 중 문장처리 기술을 제공하는 것이 없습니다", "Exclude groups from sharing" : "공유에서 그룹 제외", "These groups will still be able to receive shares, but not to initiate them." : "이 그룹의 사용자들은 다른 사용자가 공유한 파일을 받을 수는 있지만, 자기 파일을 공유할 수는 없습니다.", "Allow username autocompletion in share dialog and allow access to the system address book" : "공유 대화창에서 시스템 주소록에 있는 사용자 이름을 자동으로 채울 수 있도록 허용", diff --git a/apps/settings/l10n/mk.js b/apps/settings/l10n/mk.js index 9c8e2f0bbd21f..2dd51e8585ef0 100644 --- a/apps/settings/l10n/mk.js +++ b/apps/settings/l10n/mk.js @@ -136,7 +136,6 @@ OC.L10N.register( "Machine translation can be implemented by different apps. Here you can define the precedence of the machine translation apps you have installed at the moment." : "Машинскиот превод може да се имплементира од различни апликации. Овде можете да ја дефинирате предноста на апликациите за машинско преведување што сте ги инсталирале во моментот.", "Text processing" : "Обработка на текст", "Text processing tasks can be implemented by different apps. Here you can set which app should be used for which task." : "Задачите за обработка на текст може да се имплементираат од различни апликации. Овде можете да поставите која апликација треба да се користи за која задача.", - "None of your currently installed apps provide Text processing functionality" : "Ниту една од вашите моментално инсталирани апликации не обезбедува функционалност за обработка на текст", "Here you can decide which group can access certain sections of the administration settings." : "Овде можете да одлучите која група може да пристапи до одредени делови од параметрите за администрација.", "None" : "Ништо", "Unable to modify setting" : "Неможе да се ажурираат параметрите", @@ -468,6 +467,7 @@ OC.L10N.register( "Speech-To-Text" : "Говор-во-текст", "Speech-To-Text can be implemented by different apps. Here you can set which app should be used." : "Говор-во-текст може да се имплементира од различни апликации. Овде можете да поставите која апликација треба да се користи.", "None of your currently installed apps provide Speech-To-Text functionality" : "Ниту една од вашите тековно инсталирани апликации не обезбедува функционалност за говор во текст", + "None of your currently installed apps provide Text processing functionality" : "Ниту една од вашите моментално инсталирани апликации не обезбедува функционалност за обработка на текст", "Exclude groups from sharing" : "Исклучи групи од споделување", "These groups will still be able to receive shares, but not to initiate them." : "Овие групи сеуште ќе можат да добиваат споделувања, но не и да ги иницираат.", "Two-factor authentication can be enforced for all users and specific groups. If they do not have a two-factor provider configured, they will be unable to log into the system." : "Двофакторна автентикација може да биде задолжителна за сите корисници и одредени групи. Доколку корисниците немаат поставено провајдер за двофакторна автентикација, нема да можат да се најават на системот.", diff --git a/apps/settings/l10n/mk.json b/apps/settings/l10n/mk.json index 879c0af17d8d4..9e14aef3c1e5a 100644 --- a/apps/settings/l10n/mk.json +++ b/apps/settings/l10n/mk.json @@ -134,7 +134,6 @@ "Machine translation can be implemented by different apps. Here you can define the precedence of the machine translation apps you have installed at the moment." : "Машинскиот превод може да се имплементира од различни апликации. Овде можете да ја дефинирате предноста на апликациите за машинско преведување што сте ги инсталирале во моментот.", "Text processing" : "Обработка на текст", "Text processing tasks can be implemented by different apps. Here you can set which app should be used for which task." : "Задачите за обработка на текст може да се имплементираат од различни апликации. Овде можете да поставите која апликација треба да се користи за која задача.", - "None of your currently installed apps provide Text processing functionality" : "Ниту една од вашите моментално инсталирани апликации не обезбедува функционалност за обработка на текст", "Here you can decide which group can access certain sections of the administration settings." : "Овде можете да одлучите која група може да пристапи до одредени делови од параметрите за администрација.", "None" : "Ништо", "Unable to modify setting" : "Неможе да се ажурираат параметрите", @@ -466,6 +465,7 @@ "Speech-To-Text" : "Говор-во-текст", "Speech-To-Text can be implemented by different apps. Here you can set which app should be used." : "Говор-во-текст може да се имплементира од различни апликации. Овде можете да поставите која апликација треба да се користи.", "None of your currently installed apps provide Speech-To-Text functionality" : "Ниту една од вашите тековно инсталирани апликации не обезбедува функционалност за говор во текст", + "None of your currently installed apps provide Text processing functionality" : "Ниту една од вашите моментално инсталирани апликации не обезбедува функционалност за обработка на текст", "Exclude groups from sharing" : "Исклучи групи од споделување", "These groups will still be able to receive shares, but not to initiate them." : "Овие групи сеуште ќе можат да добиваат споделувања, но не и да ги иницираат.", "Two-factor authentication can be enforced for all users and specific groups. If they do not have a two-factor provider configured, they will be unable to log into the system." : "Двофакторна автентикација може да биде задолжителна за сите корисници и одредени групи. Доколку корисниците немаат поставено провајдер за двофакторна автентикација, нема да можат да се најават на системот.", diff --git a/apps/settings/l10n/nb.js b/apps/settings/l10n/nb.js index 47b7919641ad5..b7741633bd286 100644 --- a/apps/settings/l10n/nb.js +++ b/apps/settings/l10n/nb.js @@ -221,6 +221,9 @@ OC.L10N.register( "The \"overwrite.cli.url\" option in your config.php is correctly set to \"%s\"." : "\"overwrite.cli.url\"-alternativet i din config.php er korrekt angitt til \"%s\".", "The \"overwrite.cli.url\" option in your config.php is set to \"%s\" which is a correct URL. Suggested URL is \"%s\"." : "\"overwrite.cli.url\"-alternativet i din config.php er angitt til \"%s\", som er en korrekt URL. Foreslått URL er \"%s\".", "Please make sure to set the \"overwrite.cli.url\" option in your config.php file to the URL that your users mainly use to access this Nextcloud. Suggestion: \"%s\". Otherwise there might be problems with the URL generation via cron. (It is possible though that the suggested URL is not the URL that your users mainly use to access this Nextcloud. Best is to double check this in any case.)" : "Sørg for å sette alternativet \"overwrite.cli.url\" i config.php filen til URL-en som brukerne dine hovedsakelig bruker for å få tilgang til denne Nextcloud. Forslag: \"%s\". Ellers kan det være problemer med URL-genereringen via cron. (Det er imidlertid mulig at den foreslåtte nettadressen ikke er nettadressen som brukerne dine hovedsakelig bruker for å få tilgang til denne Nextcloud. Beste er å dobbeltsjekke dette i alle fall).", + "PHP APCu configuration" : "PHP APCu-konfigurasjon", + "Your APCu cache has been running full, consider increasing the apc.shm_size php setting." : "APCu-bufferen din har vært full, vurder å øke apc.shm_size php-innstillingen.", + "Your APCu cache is almost full at %s%%, consider increasing the apc.shm_size php setting." : "APCu-bufferen din er nesten full på %s%%, vurder å øke apc.shm_size php-innstillingen.", "PHP default charset" : "PHP default charset (standard tegnsett)", "PHP configuration option \"default_charset\" should be UTF-8" : "PHP-konfigurasjonsalternativ \"default_charset\" bør være UTF-8", "PHP set_time_limit" : "PHP set_time_limit", @@ -328,7 +331,6 @@ OC.L10N.register( "None of your currently installed apps provide image generation functionality" : "Ingen av de installerte appene dine har bildegenereringsfunksjonalitet", "Text processing" : "Tekstbehandling", "Text processing tasks can be implemented by different apps. Here you can set which app should be used for which task." : "Tekstbehandlingsoppgaver kan implementeres av forskjellige apper. Her kan du angi hvilken app som skal brukes til hvilken oppgave.", - "None of your currently installed apps provide Text processing functionality" : "Ingen av de installerte appene dine har tekstbehandlingsfunksjonalitet", "Here you can decide which group can access certain sections of the administration settings." : "Her kan du bestemme hvilken gruppe som kan få tilgang til bestemte deler av administrasjonsinnstillingene.", "None" : "Ingen", "Unable to modify setting" : "Kan ikke endre innstilling", @@ -820,6 +822,7 @@ OC.L10N.register( "Speech-To-Text" : "Tale-Til-Tekst", "Speech-To-Text can be implemented by different apps. Here you can set which app should be used." : "Tale-til-tekst kan implementeres av forskjellige apper. Her kan du angi hvilken app som skal brukes.", "None of your currently installed apps provide Speech-To-Text functionality" : "Ingen av de installerte appene dine har tale-til-tekst-funksjonalitet", + "None of your currently installed apps provide Text processing functionality" : "Ingen av de installerte appene dine har tekstbehandlingsfunksjonalitet", "Exclude groups from sharing" : "Utelukk grupper fra deling", "These groups will still be able to receive shares, but not to initiate them." : "Disse gruppene vil fremdeles kunne motta delinger men ikke lage dem.", "Allow username autocompletion in share dialog and allow access to the system address book" : "Tillat automatisk fullføring av brukernavn i delingsdialogen og gi tilgang til systemets adressebok", diff --git a/apps/settings/l10n/nb.json b/apps/settings/l10n/nb.json index f3c5a87f312c9..0e3d7071fee1d 100644 --- a/apps/settings/l10n/nb.json +++ b/apps/settings/l10n/nb.json @@ -219,6 +219,9 @@ "The \"overwrite.cli.url\" option in your config.php is correctly set to \"%s\"." : "\"overwrite.cli.url\"-alternativet i din config.php er korrekt angitt til \"%s\".", "The \"overwrite.cli.url\" option in your config.php is set to \"%s\" which is a correct URL. Suggested URL is \"%s\"." : "\"overwrite.cli.url\"-alternativet i din config.php er angitt til \"%s\", som er en korrekt URL. Foreslått URL er \"%s\".", "Please make sure to set the \"overwrite.cli.url\" option in your config.php file to the URL that your users mainly use to access this Nextcloud. Suggestion: \"%s\". Otherwise there might be problems with the URL generation via cron. (It is possible though that the suggested URL is not the URL that your users mainly use to access this Nextcloud. Best is to double check this in any case.)" : "Sørg for å sette alternativet \"overwrite.cli.url\" i config.php filen til URL-en som brukerne dine hovedsakelig bruker for å få tilgang til denne Nextcloud. Forslag: \"%s\". Ellers kan det være problemer med URL-genereringen via cron. (Det er imidlertid mulig at den foreslåtte nettadressen ikke er nettadressen som brukerne dine hovedsakelig bruker for å få tilgang til denne Nextcloud. Beste er å dobbeltsjekke dette i alle fall).", + "PHP APCu configuration" : "PHP APCu-konfigurasjon", + "Your APCu cache has been running full, consider increasing the apc.shm_size php setting." : "APCu-bufferen din har vært full, vurder å øke apc.shm_size php-innstillingen.", + "Your APCu cache is almost full at %s%%, consider increasing the apc.shm_size php setting." : "APCu-bufferen din er nesten full på %s%%, vurder å øke apc.shm_size php-innstillingen.", "PHP default charset" : "PHP default charset (standard tegnsett)", "PHP configuration option \"default_charset\" should be UTF-8" : "PHP-konfigurasjonsalternativ \"default_charset\" bør være UTF-8", "PHP set_time_limit" : "PHP set_time_limit", @@ -326,7 +329,6 @@ "None of your currently installed apps provide image generation functionality" : "Ingen av de installerte appene dine har bildegenereringsfunksjonalitet", "Text processing" : "Tekstbehandling", "Text processing tasks can be implemented by different apps. Here you can set which app should be used for which task." : "Tekstbehandlingsoppgaver kan implementeres av forskjellige apper. Her kan du angi hvilken app som skal brukes til hvilken oppgave.", - "None of your currently installed apps provide Text processing functionality" : "Ingen av de installerte appene dine har tekstbehandlingsfunksjonalitet", "Here you can decide which group can access certain sections of the administration settings." : "Her kan du bestemme hvilken gruppe som kan få tilgang til bestemte deler av administrasjonsinnstillingene.", "None" : "Ingen", "Unable to modify setting" : "Kan ikke endre innstilling", @@ -818,6 +820,7 @@ "Speech-To-Text" : "Tale-Til-Tekst", "Speech-To-Text can be implemented by different apps. Here you can set which app should be used." : "Tale-til-tekst kan implementeres av forskjellige apper. Her kan du angi hvilken app som skal brukes.", "None of your currently installed apps provide Speech-To-Text functionality" : "Ingen av de installerte appene dine har tale-til-tekst-funksjonalitet", + "None of your currently installed apps provide Text processing functionality" : "Ingen av de installerte appene dine har tekstbehandlingsfunksjonalitet", "Exclude groups from sharing" : "Utelukk grupper fra deling", "These groups will still be able to receive shares, but not to initiate them." : "Disse gruppene vil fremdeles kunne motta delinger men ikke lage dem.", "Allow username autocompletion in share dialog and allow access to the system address book" : "Tillat automatisk fullføring av brukernavn i delingsdialogen og gi tilgang til systemets adressebok", diff --git a/apps/settings/l10n/pl.js b/apps/settings/l10n/pl.js index 803f1a8bd0bab..1c2b7d13c16c1 100644 --- a/apps/settings/l10n/pl.js +++ b/apps/settings/l10n/pl.js @@ -224,7 +224,6 @@ OC.L10N.register( "None of your currently installed apps provide image generation functionality" : "Żadna z zainstalowanych aplikacji nie pozwala na generowanie obrazów.", "Text processing" : "Przetwarzanie tekstu", "Text processing tasks can be implemented by different apps. Here you can set which app should be used for which task." : "Zadania przetwarzania tekstu mogą być realizowane przez różne aplikacje. Tutaj można ustawić, która aplikacja ma być używana do danego zadania.", - "None of your currently installed apps provide Text processing functionality" : "Żadna z aktualnie zainstalowanych aplikacji nie udostępnia funkcji przetwarzania tekstu.", "Here you can decide which group can access certain sections of the administration settings." : "Możesz zdecydować, która grupa ma dostęp do określonych sekcji ustawień administracyjnych.", "None" : "Brak", "Unable to modify setting" : "Nie można zmienić ustawienia", @@ -669,6 +668,7 @@ OC.L10N.register( "Speech-To-Text" : "Mowa na tekst", "Speech-To-Text can be implemented by different apps. Here you can set which app should be used." : "\"Mowa na tekst\" może być zaimplementowana przez różne aplikacje. Tutaj możesz ustawić, która aplikacja ma być używana.", "None of your currently installed apps provide Speech-To-Text functionality" : "Żadna z aktualnie zainstalowanych aplikacji nie obsługuje funkcji \"mowy na tekst\".", + "None of your currently installed apps provide Text processing functionality" : "Żadna z aktualnie zainstalowanych aplikacji nie udostępnia funkcji przetwarzania tekstu.", "Exclude groups from sharing" : "Wyklucz grupy z udostępniania", "These groups will still be able to receive shares, but not to initiate them." : "Grupy te nadal będą mogły otrzymywać udostępnienia, ale nie będą mogły ich tworzyć.", "Allow username autocompletion in share dialog and allow access to the system address book" : "Zezwalaj na automatyczne uzupełnianie nazwy użytkownika w oknie udostępniania i zezwalaj na dostęp do systemowej książki adresowej", diff --git a/apps/settings/l10n/pl.json b/apps/settings/l10n/pl.json index b8f83ec093d01..8c948c480f6eb 100644 --- a/apps/settings/l10n/pl.json +++ b/apps/settings/l10n/pl.json @@ -222,7 +222,6 @@ "None of your currently installed apps provide image generation functionality" : "Żadna z zainstalowanych aplikacji nie pozwala na generowanie obrazów.", "Text processing" : "Przetwarzanie tekstu", "Text processing tasks can be implemented by different apps. Here you can set which app should be used for which task." : "Zadania przetwarzania tekstu mogą być realizowane przez różne aplikacje. Tutaj można ustawić, która aplikacja ma być używana do danego zadania.", - "None of your currently installed apps provide Text processing functionality" : "Żadna z aktualnie zainstalowanych aplikacji nie udostępnia funkcji przetwarzania tekstu.", "Here you can decide which group can access certain sections of the administration settings." : "Możesz zdecydować, która grupa ma dostęp do określonych sekcji ustawień administracyjnych.", "None" : "Brak", "Unable to modify setting" : "Nie można zmienić ustawienia", @@ -667,6 +666,7 @@ "Speech-To-Text" : "Mowa na tekst", "Speech-To-Text can be implemented by different apps. Here you can set which app should be used." : "\"Mowa na tekst\" może być zaimplementowana przez różne aplikacje. Tutaj możesz ustawić, która aplikacja ma być używana.", "None of your currently installed apps provide Speech-To-Text functionality" : "Żadna z aktualnie zainstalowanych aplikacji nie obsługuje funkcji \"mowy na tekst\".", + "None of your currently installed apps provide Text processing functionality" : "Żadna z aktualnie zainstalowanych aplikacji nie udostępnia funkcji przetwarzania tekstu.", "Exclude groups from sharing" : "Wyklucz grupy z udostępniania", "These groups will still be able to receive shares, but not to initiate them." : "Grupy te nadal będą mogły otrzymywać udostępnienia, ale nie będą mogły ich tworzyć.", "Allow username autocompletion in share dialog and allow access to the system address book" : "Zezwalaj na automatyczne uzupełnianie nazwy użytkownika w oknie udostępniania i zezwalaj na dostęp do systemowej książki adresowej", diff --git a/apps/settings/l10n/pt_BR.js b/apps/settings/l10n/pt_BR.js index 63979a8d43d18..d24dfc2664b04 100644 --- a/apps/settings/l10n/pt_BR.js +++ b/apps/settings/l10n/pt_BR.js @@ -221,6 +221,9 @@ OC.L10N.register( "The \"overwrite.cli.url\" option in your config.php is correctly set to \"%s\"." : "A opção \"overwrite.cli.url\" em seu config.php está definida corretamente como \"%s\".", "The \"overwrite.cli.url\" option in your config.php is set to \"%s\" which is a correct URL. Suggested URL is \"%s\"." : "A opção \"overwrite.cli.url\" em seu config.php está definida como \"%s\", que é uma URL correta. O URL sugerido é \"%s\".", "Please make sure to set the \"overwrite.cli.url\" option in your config.php file to the URL that your users mainly use to access this Nextcloud. Suggestion: \"%s\". Otherwise there might be problems with the URL generation via cron. (It is possible though that the suggested URL is not the URL that your users mainly use to access this Nextcloud. Best is to double check this in any case.)" : "Certifique-se de definir a opção \"overwrite.cli.url\" em seu arquivo config.php para o URL que seus usuários usam principalmente para acessar este Nextcloud. Sugestão: \"%s\". Caso contrário, poderá haver problemas com a geração de URL via cron. (No entanto, é possível que o URL sugerido não seja o URL que seus usuários usam principalmente para acessar este Nextcloud. O melhor é verificar isso em qualquer caso.)", + "PHP APCu configuration" : "Configuração PHP APCU", + "Your APCu cache has been running full, consider increasing the apc.shm_size php setting." : "Seu cache APCu está cheio. Considere aumentar a configuração do PHP apc.shm_size.", + "Your APCu cache is almost full at %s%%, consider increasing the apc.shm_size php setting." : "Seu cache APCu está quase cheio em %s%%, considere aumentar a configuração php apc.shm_size.", "PHP default charset" : "Conjunto de caracteres padrão do PHP", "PHP configuration option \"default_charset\" should be UTF-8" : "A opção de configuração do PHP “default_charset” deve ser UTF-8", "PHP set_time_limit" : "PHP set_time_limit", @@ -328,7 +331,6 @@ OC.L10N.register( "None of your currently installed apps provide image generation functionality" : "Nenhum dos seus aplicativos instalados atualmente oferece funcionalidade de geração de imagens", "Text processing" : "Processamento de texto", "Text processing tasks can be implemented by different apps. Here you can set which app should be used for which task." : "Tarefas de processamento de texto podem ser implementadas por diferentes aplicativos. Aqui você pode definir qual aplicativo deve ser usado para qual tarefa.", - "None of your currently installed apps provide Text processing functionality" : "Nenhum dos seus aplicativos atualmente instalados fornece funcionalidade de processamento de texto", "Here you can decide which group can access certain sections of the administration settings." : "Aqui você pode decidir qual grupo pode acessar certas seções das configurações de administração.", "None" : "Nenhuma", "Unable to modify setting" : "Incapaz de modificar a configuração", @@ -820,6 +822,7 @@ OC.L10N.register( "Speech-To-Text" : "Fala-para-texto", "Speech-To-Text can be implemented by different apps. Here you can set which app should be used." : "O Fala-Para-Texto pode ser implementado por diferentes aplicativos. Aqui você pode definir qual aplicativo deve ser usado.", "None of your currently installed apps provide Speech-To-Text functionality" : "Nenhum dos seus aplicativos atualmente instalados fornece a funcionalidade Fala-Para-Texto", + "None of your currently installed apps provide Text processing functionality" : "Nenhum dos seus aplicativos atualmente instalados fornece funcionalidade de processamento de texto", "Exclude groups from sharing" : "Impedir que alguns grupos compartilhem", "These groups will still be able to receive shares, but not to initiate them." : "Estes grupos ainda serão capazes de receber compartilhamentos, mas não iniciá-los.", "Allow username autocompletion in share dialog and allow access to the system address book" : "Permitir preenchimento automático de nome de usuário na caixa de diálogo de compartilhamento e permitir acesso ao catálogo de endereços do sistema", diff --git a/apps/settings/l10n/pt_BR.json b/apps/settings/l10n/pt_BR.json index b33198594b47b..e7730eafaeb02 100644 --- a/apps/settings/l10n/pt_BR.json +++ b/apps/settings/l10n/pt_BR.json @@ -219,6 +219,9 @@ "The \"overwrite.cli.url\" option in your config.php is correctly set to \"%s\"." : "A opção \"overwrite.cli.url\" em seu config.php está definida corretamente como \"%s\".", "The \"overwrite.cli.url\" option in your config.php is set to \"%s\" which is a correct URL. Suggested URL is \"%s\"." : "A opção \"overwrite.cli.url\" em seu config.php está definida como \"%s\", que é uma URL correta. O URL sugerido é \"%s\".", "Please make sure to set the \"overwrite.cli.url\" option in your config.php file to the URL that your users mainly use to access this Nextcloud. Suggestion: \"%s\". Otherwise there might be problems with the URL generation via cron. (It is possible though that the suggested URL is not the URL that your users mainly use to access this Nextcloud. Best is to double check this in any case.)" : "Certifique-se de definir a opção \"overwrite.cli.url\" em seu arquivo config.php para o URL que seus usuários usam principalmente para acessar este Nextcloud. Sugestão: \"%s\". Caso contrário, poderá haver problemas com a geração de URL via cron. (No entanto, é possível que o URL sugerido não seja o URL que seus usuários usam principalmente para acessar este Nextcloud. O melhor é verificar isso em qualquer caso.)", + "PHP APCu configuration" : "Configuração PHP APCU", + "Your APCu cache has been running full, consider increasing the apc.shm_size php setting." : "Seu cache APCu está cheio. Considere aumentar a configuração do PHP apc.shm_size.", + "Your APCu cache is almost full at %s%%, consider increasing the apc.shm_size php setting." : "Seu cache APCu está quase cheio em %s%%, considere aumentar a configuração php apc.shm_size.", "PHP default charset" : "Conjunto de caracteres padrão do PHP", "PHP configuration option \"default_charset\" should be UTF-8" : "A opção de configuração do PHP “default_charset” deve ser UTF-8", "PHP set_time_limit" : "PHP set_time_limit", @@ -326,7 +329,6 @@ "None of your currently installed apps provide image generation functionality" : "Nenhum dos seus aplicativos instalados atualmente oferece funcionalidade de geração de imagens", "Text processing" : "Processamento de texto", "Text processing tasks can be implemented by different apps. Here you can set which app should be used for which task." : "Tarefas de processamento de texto podem ser implementadas por diferentes aplicativos. Aqui você pode definir qual aplicativo deve ser usado para qual tarefa.", - "None of your currently installed apps provide Text processing functionality" : "Nenhum dos seus aplicativos atualmente instalados fornece funcionalidade de processamento de texto", "Here you can decide which group can access certain sections of the administration settings." : "Aqui você pode decidir qual grupo pode acessar certas seções das configurações de administração.", "None" : "Nenhuma", "Unable to modify setting" : "Incapaz de modificar a configuração", @@ -818,6 +820,7 @@ "Speech-To-Text" : "Fala-para-texto", "Speech-To-Text can be implemented by different apps. Here you can set which app should be used." : "O Fala-Para-Texto pode ser implementado por diferentes aplicativos. Aqui você pode definir qual aplicativo deve ser usado.", "None of your currently installed apps provide Speech-To-Text functionality" : "Nenhum dos seus aplicativos atualmente instalados fornece a funcionalidade Fala-Para-Texto", + "None of your currently installed apps provide Text processing functionality" : "Nenhum dos seus aplicativos atualmente instalados fornece funcionalidade de processamento de texto", "Exclude groups from sharing" : "Impedir que alguns grupos compartilhem", "These groups will still be able to receive shares, but not to initiate them." : "Estes grupos ainda serão capazes de receber compartilhamentos, mas não iniciá-los.", "Allow username autocompletion in share dialog and allow access to the system address book" : "Permitir preenchimento automático de nome de usuário na caixa de diálogo de compartilhamento e permitir acesso ao catálogo de endereços do sistema", diff --git a/apps/settings/l10n/ru.js b/apps/settings/l10n/ru.js index 109d70d625af4..d898c8f5a05c5 100644 --- a/apps/settings/l10n/ru.js +++ b/apps/settings/l10n/ru.js @@ -293,7 +293,6 @@ OC.L10N.register( "None of your currently installed apps provide image generation functionality" : "Ни одно из установленных вами в данный момент приложений не предоставляет функцию создания изображения", "Text processing" : "Обработка текста", "Text processing tasks can be implemented by different apps. Here you can set which app should be used for which task." : "Задачи обработки текста могут быть реализованы различными приложениями. Здесь вы можете указать, какое приложение следует использовать для выполнения какой задачи.", - "None of your currently installed apps provide Text processing functionality" : "Ни одно из установленных вами в данный момент приложений не предоставляет функции обработки текста", "Here you can decide which group can access certain sections of the administration settings." : "Здесь вы можете решить, какая группа может получить доступ к определенным разделам настроек администрирования.", "None" : "Отсутствует", "Unable to modify setting" : "Не удалось изменить параметры", @@ -772,6 +771,7 @@ OC.L10N.register( "Speech-To-Text" : "Речь в текст", "Speech-To-Text can be implemented by different apps. Here you can set which app should be used." : "Преобразование речи в текст может быть реализовано различными приложениями. Здесь вы можете указать, какое приложение следует использовать.", "None of your currently installed apps provide Speech-To-Text functionality" : "Ни одно из установленных на данный момент приложений не поддерживает функцию преобразования речи в текст", + "None of your currently installed apps provide Text processing functionality" : "Ни одно из установленных вами в данный момент приложений не предоставляет функции обработки текста", "Exclude groups from sharing" : "Запретить публикацию указанным группам:", "These groups will still be able to receive shares, but not to initiate them." : "Эти группы смогут получать общие ресурсы, но не смогут их создавать.", "Allow username autocompletion in share dialog and allow access to the system address book" : "Разрешить автозаполнение имени пользователя в диалоговом окне общего доступа и разрешить доступ к системной адресной книге", diff --git a/apps/settings/l10n/ru.json b/apps/settings/l10n/ru.json index 99d5f6b75d64e..680a3f3a4beae 100644 --- a/apps/settings/l10n/ru.json +++ b/apps/settings/l10n/ru.json @@ -291,7 +291,6 @@ "None of your currently installed apps provide image generation functionality" : "Ни одно из установленных вами в данный момент приложений не предоставляет функцию создания изображения", "Text processing" : "Обработка текста", "Text processing tasks can be implemented by different apps. Here you can set which app should be used for which task." : "Задачи обработки текста могут быть реализованы различными приложениями. Здесь вы можете указать, какое приложение следует использовать для выполнения какой задачи.", - "None of your currently installed apps provide Text processing functionality" : "Ни одно из установленных вами в данный момент приложений не предоставляет функции обработки текста", "Here you can decide which group can access certain sections of the administration settings." : "Здесь вы можете решить, какая группа может получить доступ к определенным разделам настроек администрирования.", "None" : "Отсутствует", "Unable to modify setting" : "Не удалось изменить параметры", @@ -770,6 +769,7 @@ "Speech-To-Text" : "Речь в текст", "Speech-To-Text can be implemented by different apps. Here you can set which app should be used." : "Преобразование речи в текст может быть реализовано различными приложениями. Здесь вы можете указать, какое приложение следует использовать.", "None of your currently installed apps provide Speech-To-Text functionality" : "Ни одно из установленных на данный момент приложений не поддерживает функцию преобразования речи в текст", + "None of your currently installed apps provide Text processing functionality" : "Ни одно из установленных вами в данный момент приложений не предоставляет функции обработки текста", "Exclude groups from sharing" : "Запретить публикацию указанным группам:", "These groups will still be able to receive shares, but not to initiate them." : "Эти группы смогут получать общие ресурсы, но не смогут их создавать.", "Allow username autocompletion in share dialog and allow access to the system address book" : "Разрешить автозаполнение имени пользователя в диалоговом окне общего доступа и разрешить доступ к системной адресной книге", diff --git a/apps/settings/l10n/sk.js b/apps/settings/l10n/sk.js index 342d030db5849..2ed145145a575 100644 --- a/apps/settings/l10n/sk.js +++ b/apps/settings/l10n/sk.js @@ -328,7 +328,6 @@ OC.L10N.register( "None of your currently installed apps provide image generation functionality" : "Žiadna z vašich momentálne nainštalovaných aplikácií neposkytuje funkciu generovania obrázkov.", "Text processing" : "Spracovanie textu", "Text processing tasks can be implemented by different apps. Here you can set which app should be used for which task." : "Úlohy spracovania textu môžu byť implementované rôznymi aplikáciami. Tu môžete nastaviť, ktorá aplikácia by mala byť použitá pre ktorú úlohu.", - "None of your currently installed apps provide Text processing functionality" : "Žiadna z vašich momentálne nainštalovaných aplikácií neposkytuje funkciu spracovania textu.", "Here you can decide which group can access certain sections of the administration settings." : "Tu sa môžete rozhodnúť, ktorá skupina má prístup k niektorým nastaveniam správcu.", "None" : "Žiadny", "Unable to modify setting" : "Nie je možné zmeniť nastavenie", @@ -818,6 +817,7 @@ OC.L10N.register( "Speech-To-Text" : "Reč na text", "Speech-To-Text can be implemented by different apps. Here you can set which app should be used." : "Prevod Hlasu-Na-Text môže byť implementovaný rôznymi aplikáciami. Tu môžete nastaviť, ktorá aplikácia by mala byť použitá.", "None of your currently installed apps provide Speech-To-Text functionality" : "Žiadna z vašich momentálne nainštalovaných aplikácií neposkytuje funkciu prevodu hlasu na text.", + "None of your currently installed apps provide Text processing functionality" : "Žiadna z vašich momentálne nainštalovaných aplikácií neposkytuje funkciu spracovania textu.", "Exclude groups from sharing" : "Nesprístupniť obsah skupinám", "These groups will still be able to receive shares, but not to initiate them." : "Tieto skupiny nebudú mocť sprístupňovať obsah, môžu však stále čítať sprístupnené súbory.", "Allow username autocompletion in share dialog and allow access to the system address book" : "Povoliť dopĺňanie mena používateľa v dialógovom okne zdieľania a umožniť prístup do systémového adresára kontaktov", diff --git a/apps/settings/l10n/sk.json b/apps/settings/l10n/sk.json index 1a0cc279972af..eba7fb3bc2684 100644 --- a/apps/settings/l10n/sk.json +++ b/apps/settings/l10n/sk.json @@ -326,7 +326,6 @@ "None of your currently installed apps provide image generation functionality" : "Žiadna z vašich momentálne nainštalovaných aplikácií neposkytuje funkciu generovania obrázkov.", "Text processing" : "Spracovanie textu", "Text processing tasks can be implemented by different apps. Here you can set which app should be used for which task." : "Úlohy spracovania textu môžu byť implementované rôznymi aplikáciami. Tu môžete nastaviť, ktorá aplikácia by mala byť použitá pre ktorú úlohu.", - "None of your currently installed apps provide Text processing functionality" : "Žiadna z vašich momentálne nainštalovaných aplikácií neposkytuje funkciu spracovania textu.", "Here you can decide which group can access certain sections of the administration settings." : "Tu sa môžete rozhodnúť, ktorá skupina má prístup k niektorým nastaveniam správcu.", "None" : "Žiadny", "Unable to modify setting" : "Nie je možné zmeniť nastavenie", @@ -816,6 +815,7 @@ "Speech-To-Text" : "Reč na text", "Speech-To-Text can be implemented by different apps. Here you can set which app should be used." : "Prevod Hlasu-Na-Text môže byť implementovaný rôznymi aplikáciami. Tu môžete nastaviť, ktorá aplikácia by mala byť použitá.", "None of your currently installed apps provide Speech-To-Text functionality" : "Žiadna z vašich momentálne nainštalovaných aplikácií neposkytuje funkciu prevodu hlasu na text.", + "None of your currently installed apps provide Text processing functionality" : "Žiadna z vašich momentálne nainštalovaných aplikácií neposkytuje funkciu spracovania textu.", "Exclude groups from sharing" : "Nesprístupniť obsah skupinám", "These groups will still be able to receive shares, but not to initiate them." : "Tieto skupiny nebudú mocť sprístupňovať obsah, môžu však stále čítať sprístupnené súbory.", "Allow username autocompletion in share dialog and allow access to the system address book" : "Povoliť dopĺňanie mena používateľa v dialógovom okne zdieľania a umožniť prístup do systémového adresára kontaktov", diff --git a/apps/settings/l10n/sl.js b/apps/settings/l10n/sl.js index ff316f37effe1..ee618c45afbd6 100644 --- a/apps/settings/l10n/sl.js +++ b/apps/settings/l10n/sl.js @@ -256,7 +256,6 @@ OC.L10N.register( "Image generation" : "Ustvarjanje slik", "Text processing" : "Obdelava besedila", "Text processing tasks can be implemented by different apps. Here you can set which app should be used for which task." : "Obdelavo besedila lahko urejajo različni programi. Na tem mestu je mogoče določiti program za uporabo.", - "None of your currently installed apps provide Text processing functionality" : "Noben od trenutno nameščenih programov ne omogoča obdelave besedila.", "Here you can decide which group can access certain sections of the administration settings." : "Na tem mestu je mogoče določiti, katera skupina ima dostop do določenih možnosti skrbniških nastavitev.", "None" : "Brez", "Unable to modify setting" : "Ni mogoče spremeniti nastavitve", @@ -696,6 +695,7 @@ OC.L10N.register( "Speech-To-Text" : "Govor-v-besedilo", "Speech-To-Text can be implemented by different apps. Here you can set which app should be used." : "Prepisovanje govora v besedilo lahko izvajajo različni programi. Na tem mestu je mogoče določiti program za uporabo.", "None of your currently installed apps provide Speech-To-Text functionality" : "Noben od trenutno nameščenih programov ne omogoča prepisovanja govora v besedilo.", + "None of your currently installed apps provide Text processing functionality" : "Noben od trenutno nameščenih programov ne omogoča obdelave besedila.", "Exclude groups from sharing" : "Izbranim skupinam onemogoči omogočanje souporabe", "These groups will still be able to receive shares, but not to initiate them." : "Te skupine lahko sprejemajo mape v souporabo, nimajo pa dovoljenja za omogočanje souporabe.", "Allow username autocompletion in share dialog and allow access to the system address book" : "Omogočite samodejno dokončanje uporabniškega imena v pogovornih oknih za souporabo in omogočite dostop do sistemskega imenika.", diff --git a/apps/settings/l10n/sl.json b/apps/settings/l10n/sl.json index c44bf4e8e7af9..90bea4e1b4e7d 100644 --- a/apps/settings/l10n/sl.json +++ b/apps/settings/l10n/sl.json @@ -254,7 +254,6 @@ "Image generation" : "Ustvarjanje slik", "Text processing" : "Obdelava besedila", "Text processing tasks can be implemented by different apps. Here you can set which app should be used for which task." : "Obdelavo besedila lahko urejajo različni programi. Na tem mestu je mogoče določiti program za uporabo.", - "None of your currently installed apps provide Text processing functionality" : "Noben od trenutno nameščenih programov ne omogoča obdelave besedila.", "Here you can decide which group can access certain sections of the administration settings." : "Na tem mestu je mogoče določiti, katera skupina ima dostop do določenih možnosti skrbniških nastavitev.", "None" : "Brez", "Unable to modify setting" : "Ni mogoče spremeniti nastavitve", @@ -694,6 +693,7 @@ "Speech-To-Text" : "Govor-v-besedilo", "Speech-To-Text can be implemented by different apps. Here you can set which app should be used." : "Prepisovanje govora v besedilo lahko izvajajo različni programi. Na tem mestu je mogoče določiti program za uporabo.", "None of your currently installed apps provide Speech-To-Text functionality" : "Noben od trenutno nameščenih programov ne omogoča prepisovanja govora v besedilo.", + "None of your currently installed apps provide Text processing functionality" : "Noben od trenutno nameščenih programov ne omogoča obdelave besedila.", "Exclude groups from sharing" : "Izbranim skupinam onemogoči omogočanje souporabe", "These groups will still be able to receive shares, but not to initiate them." : "Te skupine lahko sprejemajo mape v souporabo, nimajo pa dovoljenja za omogočanje souporabe.", "Allow username autocompletion in share dialog and allow access to the system address book" : "Omogočite samodejno dokončanje uporabniškega imena v pogovornih oknih za souporabo in omogočite dostop do sistemskega imenika.", diff --git a/apps/settings/l10n/sr.js b/apps/settings/l10n/sr.js index c11c3940852fe..1963fa65ea691 100644 --- a/apps/settings/l10n/sr.js +++ b/apps/settings/l10n/sr.js @@ -328,7 +328,6 @@ OC.L10N.register( "None of your currently installed apps provide image generation functionality" : "Ниједна од ваших тренутно инсталираних апликација не пружа функционалност генерисања слике", "Text processing" : "Обрада текста", "Text processing tasks can be implemented by different apps. Here you can set which app should be used for which task." : "Задатке обраде текста могу да имплементирају разне апликације. Овде можете да подесите која ће се користити за који задатак.", - "None of your currently installed apps provide Text processing functionality" : "Ниједна од ваших тренутно инсталираних апликација не пружа функционалност обраде текста", "Here you can decide which group can access certain sections of the administration settings." : "Овде можете да одлучите која група може да приступи одређеним деловима административних подешавања.", "None" : "Ништа", "Unable to modify setting" : "Подешавање не може да се измени", @@ -820,6 +819,7 @@ OC.L10N.register( "Speech-To-Text" : "Говор-у-текст", "Speech-To-Text can be implemented by different apps. Here you can set which app should be used." : "Говор-у-текст могу да имплементирају разне апликације. Овде можете да подесите која ће се користити.", "None of your currently installed apps provide Speech-To-Text functionality" : "Ниједна од ваших тренутно инсталираних апликација не пружа услуагу претварања Говора-у-текст", + "None of your currently installed apps provide Text processing functionality" : "Ниједна од ваших тренутно инсталираних апликација не пружа функционалност обраде текста", "Exclude groups from sharing" : "Изузми групе из дељења", "These groups will still be able to receive shares, but not to initiate them." : "Ове групе ће моћи да примају дељења, али не и да их праве.", "Allow username autocompletion in share dialog and allow access to the system address book" : "Омогући аутоматско довршавање корисничког имена у дијалогу дељења и дозволи приступ системском адресару", diff --git a/apps/settings/l10n/sr.json b/apps/settings/l10n/sr.json index f998c493e4b9a..0910f5baedd34 100644 --- a/apps/settings/l10n/sr.json +++ b/apps/settings/l10n/sr.json @@ -326,7 +326,6 @@ "None of your currently installed apps provide image generation functionality" : "Ниједна од ваших тренутно инсталираних апликација не пружа функционалност генерисања слике", "Text processing" : "Обрада текста", "Text processing tasks can be implemented by different apps. Here you can set which app should be used for which task." : "Задатке обраде текста могу да имплементирају разне апликације. Овде можете да подесите која ће се користити за који задатак.", - "None of your currently installed apps provide Text processing functionality" : "Ниједна од ваших тренутно инсталираних апликација не пружа функционалност обраде текста", "Here you can decide which group can access certain sections of the administration settings." : "Овде можете да одлучите која група може да приступи одређеним деловима административних подешавања.", "None" : "Ништа", "Unable to modify setting" : "Подешавање не може да се измени", @@ -818,6 +817,7 @@ "Speech-To-Text" : "Говор-у-текст", "Speech-To-Text can be implemented by different apps. Here you can set which app should be used." : "Говор-у-текст могу да имплементирају разне апликације. Овде можете да подесите која ће се користити.", "None of your currently installed apps provide Speech-To-Text functionality" : "Ниједна од ваших тренутно инсталираних апликација не пружа услуагу претварања Говора-у-текст", + "None of your currently installed apps provide Text processing functionality" : "Ниједна од ваших тренутно инсталираних апликација не пружа функционалност обраде текста", "Exclude groups from sharing" : "Изузми групе из дељења", "These groups will still be able to receive shares, but not to initiate them." : "Ове групе ће моћи да примају дељења, али не и да их праве.", "Allow username autocompletion in share dialog and allow access to the system address book" : "Омогући аутоматско довршавање корисничког имена у дијалогу дељења и дозволи приступ системском адресару", diff --git a/apps/settings/l10n/sv.js b/apps/settings/l10n/sv.js index 7b163ac64b30e..af7c58fc3124c 100644 --- a/apps/settings/l10n/sv.js +++ b/apps/settings/l10n/sv.js @@ -227,7 +227,6 @@ OC.L10N.register( "None of your currently installed apps provide image generation functionality" : "Ingen av dina för närvarande installerade appar tillhandahåller bildgenereringsfunktioner", "Text processing" : "Textbehandling", "Text processing tasks can be implemented by different apps. Here you can set which app should be used for which task." : "Textbearbetningsuppgifter kan implementeras av olika appar. Här kan du ställa in vilken app som ska användas för vilken uppgift.", - "None of your currently installed apps provide Text processing functionality" : "Ingen av dina installerade appar tillhandahåller textbearbetningsfunktioner", "Here you can decide which group can access certain sections of the administration settings." : "Här kan du bestämma vilken grupp som har tillgång till vissa delar av administrationsinställningarna.", "None" : "Ingen", "Unable to modify setting" : "Kunde inte ändra inställning.", @@ -700,6 +699,7 @@ OC.L10N.register( "Speech-To-Text" : "Tal-till-text", "Speech-To-Text can be implemented by different apps. Here you can set which app should be used." : "Tal-till-text kan implementeras av olika appar. Här kan du ställa in vilken app som ska användas.", "None of your currently installed apps provide Speech-To-Text functionality" : "Ingen av dina installerade appar tillhandahåller tal-till-text-funktionalitet", + "None of your currently installed apps provide Text processing functionality" : "Ingen av dina installerade appar tillhandahåller textbearbetningsfunktioner", "Exclude groups from sharing" : "Exkludera grupp från att dela", "These groups will still be able to receive shares, but not to initiate them." : "Dessa grupper kommer fortfarande kunna ta emot delningar, men inte skapa delningar.", "Allow username autocompletion in share dialog and allow access to the system address book" : "Tillåt autokomplettering av användarnamn i delningsdialogen och tillåt åtkomst till systemets adressbok", diff --git a/apps/settings/l10n/sv.json b/apps/settings/l10n/sv.json index a87cf7bcefd9f..0d361c679c20b 100644 --- a/apps/settings/l10n/sv.json +++ b/apps/settings/l10n/sv.json @@ -225,7 +225,6 @@ "None of your currently installed apps provide image generation functionality" : "Ingen av dina för närvarande installerade appar tillhandahåller bildgenereringsfunktioner", "Text processing" : "Textbehandling", "Text processing tasks can be implemented by different apps. Here you can set which app should be used for which task." : "Textbearbetningsuppgifter kan implementeras av olika appar. Här kan du ställa in vilken app som ska användas för vilken uppgift.", - "None of your currently installed apps provide Text processing functionality" : "Ingen av dina installerade appar tillhandahåller textbearbetningsfunktioner", "Here you can decide which group can access certain sections of the administration settings." : "Här kan du bestämma vilken grupp som har tillgång till vissa delar av administrationsinställningarna.", "None" : "Ingen", "Unable to modify setting" : "Kunde inte ändra inställning.", @@ -698,6 +697,7 @@ "Speech-To-Text" : "Tal-till-text", "Speech-To-Text can be implemented by different apps. Here you can set which app should be used." : "Tal-till-text kan implementeras av olika appar. Här kan du ställa in vilken app som ska användas.", "None of your currently installed apps provide Speech-To-Text functionality" : "Ingen av dina installerade appar tillhandahåller tal-till-text-funktionalitet", + "None of your currently installed apps provide Text processing functionality" : "Ingen av dina installerade appar tillhandahåller textbearbetningsfunktioner", "Exclude groups from sharing" : "Exkludera grupp från att dela", "These groups will still be able to receive shares, but not to initiate them." : "Dessa grupper kommer fortfarande kunna ta emot delningar, men inte skapa delningar.", "Allow username autocompletion in share dialog and allow access to the system address book" : "Tillåt autokomplettering av användarnamn i delningsdialogen och tillåt åtkomst till systemets adressbok", diff --git a/apps/settings/l10n/tr.js b/apps/settings/l10n/tr.js index 8001b5b6ff76d..d1369d457be96 100644 --- a/apps/settings/l10n/tr.js +++ b/apps/settings/l10n/tr.js @@ -328,7 +328,6 @@ OC.L10N.register( "None of your currently installed apps provide image generation functionality" : "Şu anda kurulu uygulamaların hiç birinde görsel oluşturma özelliği yok", "Text processing" : "Metin işleme", "Text processing tasks can be implemented by different apps. Here you can set which app should be used for which task." : "Metin işleme özelliği farklı uygulamalardan sağlanabilir. Buradan, bu görev için hangi uygulamanın kullanılacağını ayarlayabilirsiniz.", - "None of your currently installed apps provide Text processing functionality" : "Şu anda kurulu uygulamaların hiç birinde metin işleme özelliği yok", "Here you can decide which group can access certain sections of the administration settings." : "Hangi yönetici ayarlarına hangi grubun erişebileceğini bu bölümden belirleyebilirsiniz.", "None" : "Yok", "Unable to modify setting" : "Ayar değiştirilemedi", @@ -820,6 +819,7 @@ OC.L10N.register( "Speech-To-Text" : "Konuşmadan metne", "Speech-To-Text can be implemented by different apps. Here you can set which app should be used." : "Konuşmadan metne dönüştürme özelliği farklı uygulamalardan sağlanabilir. Buradan, hangi uygulamanın kullanılacağını ayarlayabilirsiniz.", "None of your currently installed apps provide Speech-To-Text functionality" : "Şu anda kurulu uygulamaların hiç birinde konuşmadan metne dönüştürme özelliği yok", + "None of your currently installed apps provide Text processing functionality" : "Şu anda kurulu uygulamaların hiç birinde metin işleme özelliği yok", "Exclude groups from sharing" : "Gruplar paylaşıma katılmasın", "These groups will still be able to receive shares, but not to initiate them." : "Bu gruplar paylaşımları alabilir ancak başlatamaz.", "Allow username autocompletion in share dialog and allow access to the system address book" : "Paylaşım penceresinde kullanıcı adının otomatik tamamlanmasına ve sistem adres defterine erişilmesine izin verilsin", diff --git a/apps/settings/l10n/tr.json b/apps/settings/l10n/tr.json index e62ab3efa4e45..a43b7788baa3b 100644 --- a/apps/settings/l10n/tr.json +++ b/apps/settings/l10n/tr.json @@ -326,7 +326,6 @@ "None of your currently installed apps provide image generation functionality" : "Şu anda kurulu uygulamaların hiç birinde görsel oluşturma özelliği yok", "Text processing" : "Metin işleme", "Text processing tasks can be implemented by different apps. Here you can set which app should be used for which task." : "Metin işleme özelliği farklı uygulamalardan sağlanabilir. Buradan, bu görev için hangi uygulamanın kullanılacağını ayarlayabilirsiniz.", - "None of your currently installed apps provide Text processing functionality" : "Şu anda kurulu uygulamaların hiç birinde metin işleme özelliği yok", "Here you can decide which group can access certain sections of the administration settings." : "Hangi yönetici ayarlarına hangi grubun erişebileceğini bu bölümden belirleyebilirsiniz.", "None" : "Yok", "Unable to modify setting" : "Ayar değiştirilemedi", @@ -818,6 +817,7 @@ "Speech-To-Text" : "Konuşmadan metne", "Speech-To-Text can be implemented by different apps. Here you can set which app should be used." : "Konuşmadan metne dönüştürme özelliği farklı uygulamalardan sağlanabilir. Buradan, hangi uygulamanın kullanılacağını ayarlayabilirsiniz.", "None of your currently installed apps provide Speech-To-Text functionality" : "Şu anda kurulu uygulamaların hiç birinde konuşmadan metne dönüştürme özelliği yok", + "None of your currently installed apps provide Text processing functionality" : "Şu anda kurulu uygulamaların hiç birinde metin işleme özelliği yok", "Exclude groups from sharing" : "Gruplar paylaşıma katılmasın", "These groups will still be able to receive shares, but not to initiate them." : "Bu gruplar paylaşımları alabilir ancak başlatamaz.", "Allow username autocompletion in share dialog and allow access to the system address book" : "Paylaşım penceresinde kullanıcı adının otomatik tamamlanmasına ve sistem adres defterine erişilmesine izin verilsin", diff --git a/apps/settings/l10n/uk.js b/apps/settings/l10n/uk.js index b1afbf7a04a1b..4901bc4084ab3 100644 --- a/apps/settings/l10n/uk.js +++ b/apps/settings/l10n/uk.js @@ -263,7 +263,6 @@ OC.L10N.register( "None of your currently installed apps provide image generation functionality" : "Жодний зі встановлених застосунків не надає функціональність створення зображень.", "Text processing" : "Обробка тексту", "Text processing tasks can be implemented by different apps. Here you can set which app should be used for which task." : "Обробка тексту може здійснюватися за допомогою декількох застосунків. Тут ви можете визначити, який саме застосунок потрібно використати для певного завдання.", - "None of your currently installed apps provide Text processing functionality" : "Жодний із встановлених застосунків не надає функцій обробки тексту.", "Here you can decide which group can access certain sections of the administration settings." : "Тут ви можете вирішити, яка група матиме доступ до певних розділів налаштувань адміністрування.", "None" : "Відсутній", "Unable to modify setting" : "Неможливо змінити налаштування", @@ -718,6 +717,7 @@ OC.L10N.register( "Speech-To-Text" : "Голос-у-текст", "Speech-To-Text can be implemented by different apps. Here you can set which app should be used." : "Перетворення голосу у текст може здійснюватися за допомогою декількох застосунків. Тут можна визначити, який саме застосунків потрібно використати.", "None of your currently installed apps provide Speech-To-Text functionality" : "Жодний із встановлених застосунків не надає функцій перетворення голосу у текст.", + "None of your currently installed apps provide Text processing functionality" : "Жодний із встановлених застосунків не надає функцій обробки тексту.", "Exclude groups from sharing" : "Виключити групи зі спільного доступу", "These groups will still be able to receive shares, but not to initiate them." : "Ці групи зможуть отримувати спільні файли, але не зможуть створювати їх.", "Allow username autocompletion in share dialog and allow access to the system address book" : "Дозволити автозаповнення імени користувача в діалоговому вікні спільного доступу, дозволити доступ до системної адресної книги", diff --git a/apps/settings/l10n/uk.json b/apps/settings/l10n/uk.json index cb1e311095698..cee4846214348 100644 --- a/apps/settings/l10n/uk.json +++ b/apps/settings/l10n/uk.json @@ -261,7 +261,6 @@ "None of your currently installed apps provide image generation functionality" : "Жодний зі встановлених застосунків не надає функціональність створення зображень.", "Text processing" : "Обробка тексту", "Text processing tasks can be implemented by different apps. Here you can set which app should be used for which task." : "Обробка тексту може здійснюватися за допомогою декількох застосунків. Тут ви можете визначити, який саме застосунок потрібно використати для певного завдання.", - "None of your currently installed apps provide Text processing functionality" : "Жодний із встановлених застосунків не надає функцій обробки тексту.", "Here you can decide which group can access certain sections of the administration settings." : "Тут ви можете вирішити, яка група матиме доступ до певних розділів налаштувань адміністрування.", "None" : "Відсутній", "Unable to modify setting" : "Неможливо змінити налаштування", @@ -716,6 +715,7 @@ "Speech-To-Text" : "Голос-у-текст", "Speech-To-Text can be implemented by different apps. Here you can set which app should be used." : "Перетворення голосу у текст може здійснюватися за допомогою декількох застосунків. Тут можна визначити, який саме застосунків потрібно використати.", "None of your currently installed apps provide Speech-To-Text functionality" : "Жодний із встановлених застосунків не надає функцій перетворення голосу у текст.", + "None of your currently installed apps provide Text processing functionality" : "Жодний із встановлених застосунків не надає функцій обробки тексту.", "Exclude groups from sharing" : "Виключити групи зі спільного доступу", "These groups will still be able to receive shares, but not to initiate them." : "Ці групи зможуть отримувати спільні файли, але не зможуть створювати їх.", "Allow username autocompletion in share dialog and allow access to the system address book" : "Дозволити автозаповнення імени користувача в діалоговому вікні спільного доступу, дозволити доступ до системної адресної книги", diff --git a/apps/settings/l10n/vi.js b/apps/settings/l10n/vi.js index 2db278c462ed5..373485354a18c 100644 --- a/apps/settings/l10n/vi.js +++ b/apps/settings/l10n/vi.js @@ -147,7 +147,6 @@ OC.L10N.register( "None of your currently installed apps provide image generation functionality" : "Không có ứng dụng nào bạn cài đặt hiện tại cung cấp chức năng tạo hình ảnh", "Text processing" : "Xử lý văn bản", "Text processing tasks can be implemented by different apps. Here you can set which app should be used for which task." : "Các tác vụ xử lý mở rộng có thể được thực hiện bởi các ứng dụng khác nhau. Tại đây bạn có thể đặt ứng dụng nào sẽ được sử dụng cho tác vụ nào.", - "None of your currently installed apps provide Text processing functionality" : "Không có ứng dụng nào bạn cài đặt hiện tại cung cấp chức năng xử lý văn bản", "Here you can decide which group can access certain sections of the administration settings." : "Tại đây bạn có thể quyết định nhóm nào có thể truy cập các phần nhất định của cài đặt quản trị.", "None" : "Không gì cả", "Unable to modify setting" : "Không thể sửa đổi cài đặt", @@ -482,6 +481,7 @@ OC.L10N.register( "Speech-To-Text" : "Chuyển giọng nói thành văn bản", "Speech-To-Text can be implemented by different apps. Here you can set which app should be used." : "Chuyển giọng nói thành văn bản có thể được triển khai bởi các ứng dụng khác nhau. Tại đây bạn có thể đặt ứng dụng nào sẽ được sử dụng.", "None of your currently installed apps provide Speech-To-Text functionality" : "Không có ứng dụng nào bạn cài đặt hiện tại cung cấp chức năng Chuyển giọng nói thành văn bản", + "None of your currently installed apps provide Text processing functionality" : "Không có ứng dụng nào bạn cài đặt hiện tại cung cấp chức năng xử lý văn bản", "Exclude groups from sharing" : "Loại trừ các nhóm khỏi việc chia sẻ", "These groups will still be able to receive shares, but not to initiate them." : "Các nhóm này vẫn có thể nhận được lượt chia sẻ nhưng không thể bắt đầu chia sẻ.", "Allow username autocompletion in share dialog and allow access to the system address book" : "Cho phép tự động hoàn thành tên người dùng trong hộp thoại chia sẻ và cho phép truy cập vào sổ địa chỉ hệ thống", diff --git a/apps/settings/l10n/vi.json b/apps/settings/l10n/vi.json index b35d401e58de4..fb1992a7fc4e3 100644 --- a/apps/settings/l10n/vi.json +++ b/apps/settings/l10n/vi.json @@ -145,7 +145,6 @@ "None of your currently installed apps provide image generation functionality" : "Không có ứng dụng nào bạn cài đặt hiện tại cung cấp chức năng tạo hình ảnh", "Text processing" : "Xử lý văn bản", "Text processing tasks can be implemented by different apps. Here you can set which app should be used for which task." : "Các tác vụ xử lý mở rộng có thể được thực hiện bởi các ứng dụng khác nhau. Tại đây bạn có thể đặt ứng dụng nào sẽ được sử dụng cho tác vụ nào.", - "None of your currently installed apps provide Text processing functionality" : "Không có ứng dụng nào bạn cài đặt hiện tại cung cấp chức năng xử lý văn bản", "Here you can decide which group can access certain sections of the administration settings." : "Tại đây bạn có thể quyết định nhóm nào có thể truy cập các phần nhất định của cài đặt quản trị.", "None" : "Không gì cả", "Unable to modify setting" : "Không thể sửa đổi cài đặt", @@ -480,6 +479,7 @@ "Speech-To-Text" : "Chuyển giọng nói thành văn bản", "Speech-To-Text can be implemented by different apps. Here you can set which app should be used." : "Chuyển giọng nói thành văn bản có thể được triển khai bởi các ứng dụng khác nhau. Tại đây bạn có thể đặt ứng dụng nào sẽ được sử dụng.", "None of your currently installed apps provide Speech-To-Text functionality" : "Không có ứng dụng nào bạn cài đặt hiện tại cung cấp chức năng Chuyển giọng nói thành văn bản", + "None of your currently installed apps provide Text processing functionality" : "Không có ứng dụng nào bạn cài đặt hiện tại cung cấp chức năng xử lý văn bản", "Exclude groups from sharing" : "Loại trừ các nhóm khỏi việc chia sẻ", "These groups will still be able to receive shares, but not to initiate them." : "Các nhóm này vẫn có thể nhận được lượt chia sẻ nhưng không thể bắt đầu chia sẻ.", "Allow username autocompletion in share dialog and allow access to the system address book" : "Cho phép tự động hoàn thành tên người dùng trong hộp thoại chia sẻ và cho phép truy cập vào sổ địa chỉ hệ thống", diff --git a/apps/settings/l10n/zh_CN.js b/apps/settings/l10n/zh_CN.js index 299f5ef333c2b..5c9d0a0785500 100644 --- a/apps/settings/l10n/zh_CN.js +++ b/apps/settings/l10n/zh_CN.js @@ -280,7 +280,6 @@ OC.L10N.register( "None of your currently installed apps provide image generation functionality" : "您目前安装的应用都不提供图像生成功能", "Text processing" : "文本处理", "Text processing tasks can be implemented by different apps. Here you can set which app should be used for which task." : "文本处理任务可由不同的应用程序执行。在这里,您可以设置哪个应用程序用于执行哪个任务。", - "None of your currently installed apps provide Text processing functionality" : "您当前安装的应用程序均不提供文本处理功能", "Here you can decide which group can access certain sections of the administration settings." : "您可以在此决定哪个组可以访问管理设置的特定部分。", "None" : "无", "Unable to modify setting" : "无法更改设置", @@ -726,6 +725,7 @@ OC.L10N.register( "Speech-To-Text" : "语音转文本", "Speech-To-Text can be implemented by different apps. Here you can set which app should be used." : "语音转文本可由不同的应用程序实现。您可以在此设置使用哪个应用程序。", "None of your currently installed apps provide Speech-To-Text functionality" : "您当前安装的应用程序均不提供语音转文本功能", + "None of your currently installed apps provide Text processing functionality" : "您当前安装的应用程序均不提供文本处理功能", "Exclude groups from sharing" : "在共享中排除组", "These groups will still be able to receive shares, but not to initiate them." : "这些组将仍可以获取共享,但无法向他人共享。", "Allow username autocompletion in share dialog and allow access to the system address book" : "允许在分享对话框中自动补全用户名并访问系统通讯录", diff --git a/apps/settings/l10n/zh_CN.json b/apps/settings/l10n/zh_CN.json index f70123d81354e..c61080ec67369 100644 --- a/apps/settings/l10n/zh_CN.json +++ b/apps/settings/l10n/zh_CN.json @@ -278,7 +278,6 @@ "None of your currently installed apps provide image generation functionality" : "您目前安装的应用都不提供图像生成功能", "Text processing" : "文本处理", "Text processing tasks can be implemented by different apps. Here you can set which app should be used for which task." : "文本处理任务可由不同的应用程序执行。在这里,您可以设置哪个应用程序用于执行哪个任务。", - "None of your currently installed apps provide Text processing functionality" : "您当前安装的应用程序均不提供文本处理功能", "Here you can decide which group can access certain sections of the administration settings." : "您可以在此决定哪个组可以访问管理设置的特定部分。", "None" : "无", "Unable to modify setting" : "无法更改设置", @@ -724,6 +723,7 @@ "Speech-To-Text" : "语音转文本", "Speech-To-Text can be implemented by different apps. Here you can set which app should be used." : "语音转文本可由不同的应用程序实现。您可以在此设置使用哪个应用程序。", "None of your currently installed apps provide Speech-To-Text functionality" : "您当前安装的应用程序均不提供语音转文本功能", + "None of your currently installed apps provide Text processing functionality" : "您当前安装的应用程序均不提供文本处理功能", "Exclude groups from sharing" : "在共享中排除组", "These groups will still be able to receive shares, but not to initiate them." : "这些组将仍可以获取共享,但无法向他人共享。", "Allow username autocompletion in share dialog and allow access to the system address book" : "允许在分享对话框中自动补全用户名并访问系统通讯录", diff --git a/apps/settings/l10n/zh_HK.js b/apps/settings/l10n/zh_HK.js index 6de1a6d437e38..f4c348098e0dd 100644 --- a/apps/settings/l10n/zh_HK.js +++ b/apps/settings/l10n/zh_HK.js @@ -331,7 +331,6 @@ OC.L10N.register( "None of your currently installed apps provide image generation functionality" : "您當前安裝的應用程式均不提供圖像產生功能", "Text processing" : "正在處理文字", "Text processing tasks can be implemented by different apps. Here you can set which app should be used for which task." : "文字處理任務可以由不同的應用程式來實現。 您可以在此處設置哪個應用程式應用於哪個任務。", - "None of your currently installed apps provide Text processing functionality" : "您當前安裝的應用程式均不提供文字處理功能", "Here you can decide which group can access certain sections of the administration settings." : "您可以在此決定哪個群組可以存取哪些管理設定。", "None" : "無", "Unable to modify setting" : "無法修改設定", @@ -823,6 +822,7 @@ OC.L10N.register( "Speech-To-Text" : "音頻轉文字", "Speech-To-Text can be implemented by different apps. Here you can set which app should be used." : "音頻轉文本可以由不同的應用程式實現。您可以在此處設置應使用哪個應用程式。", "None of your currently installed apps provide Speech-To-Text functionality" : "您當前安裝的應用程式均不提供音頻轉文字功能", + "None of your currently installed apps provide Text processing functionality" : "您當前安裝的應用程式均不提供文字處理功能", "Exclude groups from sharing" : "禁止特定群組分享檔案", "These groups will still be able to receive shares, but not to initiate them." : "這些群組仍然能接受其他人的分享,但是沒有辦法發起分享。", "Allow username autocompletion in share dialog and allow access to the system address book" : "允許在分享對話方塊中自動補齊用戶名並允許存取系統通訊錄", diff --git a/apps/settings/l10n/zh_HK.json b/apps/settings/l10n/zh_HK.json index 4bcfc6444332b..c4434135f44a9 100644 --- a/apps/settings/l10n/zh_HK.json +++ b/apps/settings/l10n/zh_HK.json @@ -329,7 +329,6 @@ "None of your currently installed apps provide image generation functionality" : "您當前安裝的應用程式均不提供圖像產生功能", "Text processing" : "正在處理文字", "Text processing tasks can be implemented by different apps. Here you can set which app should be used for which task." : "文字處理任務可以由不同的應用程式來實現。 您可以在此處設置哪個應用程式應用於哪個任務。", - "None of your currently installed apps provide Text processing functionality" : "您當前安裝的應用程式均不提供文字處理功能", "Here you can decide which group can access certain sections of the administration settings." : "您可以在此決定哪個群組可以存取哪些管理設定。", "None" : "無", "Unable to modify setting" : "無法修改設定", @@ -821,6 +820,7 @@ "Speech-To-Text" : "音頻轉文字", "Speech-To-Text can be implemented by different apps. Here you can set which app should be used." : "音頻轉文本可以由不同的應用程式實現。您可以在此處設置應使用哪個應用程式。", "None of your currently installed apps provide Speech-To-Text functionality" : "您當前安裝的應用程式均不提供音頻轉文字功能", + "None of your currently installed apps provide Text processing functionality" : "您當前安裝的應用程式均不提供文字處理功能", "Exclude groups from sharing" : "禁止特定群組分享檔案", "These groups will still be able to receive shares, but not to initiate them." : "這些群組仍然能接受其他人的分享,但是沒有辦法發起分享。", "Allow username autocompletion in share dialog and allow access to the system address book" : "允許在分享對話方塊中自動補齊用戶名並允許存取系統通訊錄", diff --git a/apps/settings/l10n/zh_TW.js b/apps/settings/l10n/zh_TW.js index 8284b9a878934..6a63690b620e2 100644 --- a/apps/settings/l10n/zh_TW.js +++ b/apps/settings/l10n/zh_TW.js @@ -331,7 +331,6 @@ OC.L10N.register( "None of your currently installed apps provide image generation functionality" : "您目前安裝的應用程式均不提供產生影像功能", "Text processing" : "文字處理", "Text processing tasks can be implemented by different apps. Here you can set which app should be used for which task." : "文字處理任務可以透過不同的應用程式實作。您可以在此處設定要使用哪個應用程式。", - "None of your currently installed apps provide Text processing functionality" : "您目前安裝的應用程式均不提供文字處理功能", "Here you can decide which group can access certain sections of the administration settings." : "您可以在此決定哪些群組可以存取哪些管理設定。", "None" : "無", "Unable to modify setting" : "無法修改設定", @@ -823,6 +822,7 @@ OC.L10N.register( "Speech-To-Text" : "語音轉文字", "Speech-To-Text can be implemented by different apps. Here you can set which app should be used." : "語音轉文字可以透過不同的應用程式實作。您可以在此處設定要使用哪個應用程式。", "None of your currently installed apps provide Speech-To-Text functionality" : "您目前安裝的應用程式均不提供語音轉文字功能", + "None of your currently installed apps provide Text processing functionality" : "您目前安裝的應用程式均不提供文字處理功能", "Exclude groups from sharing" : "禁止特定群組分享檔案", "These groups will still be able to receive shares, but not to initiate them." : "這些群組仍然能接受其他人的分享,但是沒有辦法發起分享。", "Allow username autocompletion in share dialog and allow access to the system address book" : "允許在分享對話方塊中自動補齊使用者名稱並允許存取系統通訊錄", diff --git a/apps/settings/l10n/zh_TW.json b/apps/settings/l10n/zh_TW.json index 65251dbb8952d..c3bfdcf8d3633 100644 --- a/apps/settings/l10n/zh_TW.json +++ b/apps/settings/l10n/zh_TW.json @@ -329,7 +329,6 @@ "None of your currently installed apps provide image generation functionality" : "您目前安裝的應用程式均不提供產生影像功能", "Text processing" : "文字處理", "Text processing tasks can be implemented by different apps. Here you can set which app should be used for which task." : "文字處理任務可以透過不同的應用程式實作。您可以在此處設定要使用哪個應用程式。", - "None of your currently installed apps provide Text processing functionality" : "您目前安裝的應用程式均不提供文字處理功能", "Here you can decide which group can access certain sections of the administration settings." : "您可以在此決定哪些群組可以存取哪些管理設定。", "None" : "無", "Unable to modify setting" : "無法修改設定", @@ -821,6 +820,7 @@ "Speech-To-Text" : "語音轉文字", "Speech-To-Text can be implemented by different apps. Here you can set which app should be used." : "語音轉文字可以透過不同的應用程式實作。您可以在此處設定要使用哪個應用程式。", "None of your currently installed apps provide Speech-To-Text functionality" : "您目前安裝的應用程式均不提供語音轉文字功能", + "None of your currently installed apps provide Text processing functionality" : "您目前安裝的應用程式均不提供文字處理功能", "Exclude groups from sharing" : "禁止特定群組分享檔案", "These groups will still be able to receive shares, but not to initiate them." : "這些群組仍然能接受其他人的分享,但是沒有辦法發起分享。", "Allow username autocompletion in share dialog and allow access to the system address book" : "允許在分享對話方塊中自動補齊使用者名稱並允許存取系統通訊錄", diff --git a/apps/user_status/l10n/da.js b/apps/user_status/l10n/da.js index 021bdcc2707d3..fc87191999494 100644 --- a/apps/user_status/l10n/da.js +++ b/apps/user_status/l10n/da.js @@ -12,14 +12,25 @@ OC.L10N.register( "In a call" : "Taler i telefon", "User status" : "Bruger status", "Clear status after" : "Ryd status efter", + "Emoji for your status message" : "Emoji til din statusbesked", "What is your status?" : "Hvad er din status", + "Predefined statuses" : "Foruddefinerede status", + "Previously set" : "Tidligere sat", + "Reset status" : "Nulstil status", "Set status" : "Sæt status", "Online status" : "Online status", "Status message" : "Statusbesked", + "Set absence period" : "Indstil fraværs periode", + "Set absence period and replacement" : "Indstil fraværs periode og angiv afløser", + "Your status was set automatically" : "Status sat automatisk", "Clear status message" : "Ryd status notifikation", "Set status message" : "Sæt statusbesked", + "Reset status to \"{icon} {message}\"" : "Nulstil status til \"{icon}{message}\"", + "Reset status to \"{message}\"" : "Nulstil status til \"{message}\"", + "Reset status to \"{icon}\"" : "Nulstil status til \"{icon}\"", "There was an error saving the status" : "Der opstod en fejl ved lagring af status", "There was an error clearing the status" : "Der opstod en fejl ved rydning af status", + "There was an error reverting the status" : "Der opstod en fejl ved indstillingen af status", "Don't clear" : "Ryd ikke", "Today" : "I dag", "This week" : "Denne uge", diff --git a/apps/user_status/l10n/da.json b/apps/user_status/l10n/da.json index 08ecf4d08b0e3..e6b847efc8468 100644 --- a/apps/user_status/l10n/da.json +++ b/apps/user_status/l10n/da.json @@ -10,14 +10,25 @@ "In a call" : "Taler i telefon", "User status" : "Bruger status", "Clear status after" : "Ryd status efter", + "Emoji for your status message" : "Emoji til din statusbesked", "What is your status?" : "Hvad er din status", + "Predefined statuses" : "Foruddefinerede status", + "Previously set" : "Tidligere sat", + "Reset status" : "Nulstil status", "Set status" : "Sæt status", "Online status" : "Online status", "Status message" : "Statusbesked", + "Set absence period" : "Indstil fraværs periode", + "Set absence period and replacement" : "Indstil fraværs periode og angiv afløser", + "Your status was set automatically" : "Status sat automatisk", "Clear status message" : "Ryd status notifikation", "Set status message" : "Sæt statusbesked", + "Reset status to \"{icon} {message}\"" : "Nulstil status til \"{icon}{message}\"", + "Reset status to \"{message}\"" : "Nulstil status til \"{message}\"", + "Reset status to \"{icon}\"" : "Nulstil status til \"{icon}\"", "There was an error saving the status" : "Der opstod en fejl ved lagring af status", "There was an error clearing the status" : "Der opstod en fejl ved rydning af status", + "There was an error reverting the status" : "Der opstod en fejl ved indstillingen af status", "Don't clear" : "Ryd ikke", "Today" : "I dag", "This week" : "Denne uge", diff --git a/apps/user_status/l10n/nb.js b/apps/user_status/l10n/nb.js index d73f9426851ef..d8e5c86f177a7 100644 --- a/apps/user_status/l10n/nb.js +++ b/apps/user_status/l10n/nb.js @@ -20,6 +20,8 @@ OC.L10N.register( "Set status" : "Velg status", "Online status" : "Online-status", "Status message" : "Statusmelding", + "Set absence period" : "Angi fraværsperiode", + "Set absence period and replacement" : "Angi fraværsperiode og erstatter", "Your status was set automatically" : "Statusen din ble satt", "Clear status message" : "Fjern statusmelding", "Set status message" : "Velg statusmelding", diff --git a/apps/user_status/l10n/nb.json b/apps/user_status/l10n/nb.json index 5cede3146f8ae..6ba60d76b66f1 100644 --- a/apps/user_status/l10n/nb.json +++ b/apps/user_status/l10n/nb.json @@ -18,6 +18,8 @@ "Set status" : "Velg status", "Online status" : "Online-status", "Status message" : "Statusmelding", + "Set absence period" : "Angi fraværsperiode", + "Set absence period and replacement" : "Angi fraværsperiode og erstatter", "Your status was set automatically" : "Statusen din ble satt", "Clear status message" : "Fjern statusmelding", "Set status message" : "Velg statusmelding", diff --git a/apps/user_status/l10n/pt_BR.js b/apps/user_status/l10n/pt_BR.js index c0372016ae564..232893cd734ac 100644 --- a/apps/user_status/l10n/pt_BR.js +++ b/apps/user_status/l10n/pt_BR.js @@ -20,6 +20,8 @@ OC.L10N.register( "Set status" : "Definir status", "Online status" : "Status online", "Status message" : "Mensagem de status", + "Set absence period" : "Definir período de ausência", + "Set absence period and replacement" : "Definir período de ausência e substituição", "Your status was set automatically" : "Seu status foi definido automaticamente", "Clear status message" : "Limpar mensagem de status", "Set status message" : "Definir mensagem de status", diff --git a/apps/user_status/l10n/pt_BR.json b/apps/user_status/l10n/pt_BR.json index cfcc377af6f27..5a02b1a77f215 100644 --- a/apps/user_status/l10n/pt_BR.json +++ b/apps/user_status/l10n/pt_BR.json @@ -18,6 +18,8 @@ "Set status" : "Definir status", "Online status" : "Status online", "Status message" : "Mensagem de status", + "Set absence period" : "Definir período de ausência", + "Set absence period and replacement" : "Definir período de ausência e substituição", "Your status was set automatically" : "Seu status foi definido automaticamente", "Clear status message" : "Limpar mensagem de status", "Set status message" : "Definir mensagem de status", diff --git a/core/l10n/ar.js b/core/l10n/ar.js index dfda25bad3871..7e76e64ff2618 100644 --- a/core/l10n/ar.js +++ b/core/l10n/ar.js @@ -103,6 +103,9 @@ OC.L10N.register( "_{count} notification_::_{count} notifications_" : ["{count} إخطارات","{count} إخطار","{count} إخطارات","{count} إخطارات","{count} إخطارات","{count} إخطارات"], "No" : "لا", "Yes" : "نعم", + "Federated user" : "مستخدِم اتحادي", + "Create share" : "إنشاء مشاركة", + "Failed to add the public link to your Nextcloud" : "فشل في إضافة الرابط العام إلى الخادوم السحابي الخاص بك", "Custom date range" : "نطاق زمني مُخصَّص", "Pick start date" : "إختَر تاريخ البدء", "Pick end date" : "إختَر تاريخ الانتهاء", @@ -204,6 +207,7 @@ OC.L10N.register( "You have not added any info yet" : "لم تقم بإضافة أي معلومات حتى الآن", "{user} has not added any info yet" : "لم يقم المستخدم {user} بإضافة أي معلومات بعد", "Error opening the user status modal, try hard refreshing the page" : "خطأ في فتح حالة المستخدم ، حاول تحديث الصفحة", + "More actions" : "إجراءات إضافية", "This browser is not supported" : "المستعرض غير مدعوم", "Your browser is not supported. Please upgrade to a newer version or a supported one." : "المستعرض غير مدعوم. رجاءً قم بالترقية إلى نسخة أحدث أو إلى مستعرض آخر مدعوم.", "Continue with this unsupported browser" : "إستمر مع هذا المستعرض غير المدعوم", diff --git a/core/l10n/ar.json b/core/l10n/ar.json index d4dbdf2fcd7b5..a5a68cb2b034f 100644 --- a/core/l10n/ar.json +++ b/core/l10n/ar.json @@ -101,6 +101,9 @@ "_{count} notification_::_{count} notifications_" : ["{count} إخطارات","{count} إخطار","{count} إخطارات","{count} إخطارات","{count} إخطارات","{count} إخطارات"], "No" : "لا", "Yes" : "نعم", + "Federated user" : "مستخدِم اتحادي", + "Create share" : "إنشاء مشاركة", + "Failed to add the public link to your Nextcloud" : "فشل في إضافة الرابط العام إلى الخادوم السحابي الخاص بك", "Custom date range" : "نطاق زمني مُخصَّص", "Pick start date" : "إختَر تاريخ البدء", "Pick end date" : "إختَر تاريخ الانتهاء", @@ -202,6 +205,7 @@ "You have not added any info yet" : "لم تقم بإضافة أي معلومات حتى الآن", "{user} has not added any info yet" : "لم يقم المستخدم {user} بإضافة أي معلومات بعد", "Error opening the user status modal, try hard refreshing the page" : "خطأ في فتح حالة المستخدم ، حاول تحديث الصفحة", + "More actions" : "إجراءات إضافية", "This browser is not supported" : "المستعرض غير مدعوم", "Your browser is not supported. Please upgrade to a newer version or a supported one." : "المستعرض غير مدعوم. رجاءً قم بالترقية إلى نسخة أحدث أو إلى مستعرض آخر مدعوم.", "Continue with this unsupported browser" : "إستمر مع هذا المستعرض غير المدعوم", diff --git a/core/l10n/ast.js b/core/l10n/ast.js index ea88eb347e7e0..a4b2d01ea4e66 100644 --- a/core/l10n/ast.js +++ b/core/l10n/ast.js @@ -101,6 +101,9 @@ OC.L10N.register( "_{count} notification_::_{count} notifications_" : ["{count} avisu","{count} avisos"], "No" : "Non", "Yes" : "Sí", + "Federated user" : "Usuariu federáu", + "Create share" : "Crear l'elementu compartíu", + "Failed to add the public link to your Nextcloud" : "Nun se pue amestar l'enllaz públicu a esta instancia de Nextcloud", "Custom date range" : "Intervalu de dates personalizáu", "Pick start date" : "Escoyer la data de comienzu", "Pick end date" : "Escoyer la data de fin", @@ -198,6 +201,7 @@ OC.L10N.register( "You have not added any info yet" : "Nun amestesti nenguna información", "{user} has not added any info yet" : "{user} nun amestó nenguna información", "Error opening the user status modal, try hard refreshing the page" : "Hebo un error al abrir el diálogu modal del estáu d'usuariu, prueba a anovar la páxina", + "More actions" : "Más aiciones", "This browser is not supported" : "Esti restolador nun ye compatible", "Your browser is not supported. Please upgrade to a newer version or a supported one." : "El restolador nun ye compatible. Anuévalu o instala una versión compatible.", "Continue with this unsupported browser" : "SIguir con esti restolador incompatible", diff --git a/core/l10n/ast.json b/core/l10n/ast.json index 20a87f84085ec..6d39249c1c94d 100644 --- a/core/l10n/ast.json +++ b/core/l10n/ast.json @@ -99,6 +99,9 @@ "_{count} notification_::_{count} notifications_" : ["{count} avisu","{count} avisos"], "No" : "Non", "Yes" : "Sí", + "Federated user" : "Usuariu federáu", + "Create share" : "Crear l'elementu compartíu", + "Failed to add the public link to your Nextcloud" : "Nun se pue amestar l'enllaz públicu a esta instancia de Nextcloud", "Custom date range" : "Intervalu de dates personalizáu", "Pick start date" : "Escoyer la data de comienzu", "Pick end date" : "Escoyer la data de fin", @@ -196,6 +199,7 @@ "You have not added any info yet" : "Nun amestesti nenguna información", "{user} has not added any info yet" : "{user} nun amestó nenguna información", "Error opening the user status modal, try hard refreshing the page" : "Hebo un error al abrir el diálogu modal del estáu d'usuariu, prueba a anovar la páxina", + "More actions" : "Más aiciones", "This browser is not supported" : "Esti restolador nun ye compatible", "Your browser is not supported. Please upgrade to a newer version or a supported one." : "El restolador nun ye compatible. Anuévalu o instala una versión compatible.", "Continue with this unsupported browser" : "SIguir con esti restolador incompatible", diff --git a/core/l10n/bg.js b/core/l10n/bg.js index 0197129dba59b..1d00f71197582 100644 --- a/core/l10n/bg.js +++ b/core/l10n/bg.js @@ -92,6 +92,8 @@ OC.L10N.register( "_{count} notification_::_{count} notifications_" : ["{count} известие","{count} известия"], "No" : "Не", "Yes" : "Да", + "Create share" : "Създаване на споделяне", + "Failed to add the public link to your Nextcloud" : "Неуспешно добавяне на публичната връзка към вашия Nextcloud", "Places" : "Места", "Date" : "Дата", "Today" : "Днес", @@ -167,6 +169,7 @@ OC.L10N.register( "You have not added any info yet" : "Все още не сте добавили никаква информация", "{user} has not added any info yet" : "{user} все още не е добавил никаква информация", "Error opening the user status modal, try hard refreshing the page" : "Грешка при отваряне на модалния статус на потребителя, опитайте настоятелно да опресните страницата", + "More actions" : "Повече действия", "This browser is not supported" : "Този браузър не се поддържа", "Your browser is not supported. Please upgrade to a newer version or a supported one." : "Вашият браузър не се поддържа. Моля, преминете към по-нова версия или към версия, която се поддържа.", "Continue with this unsupported browser" : "Продължете с този неподдържан браузър", diff --git a/core/l10n/bg.json b/core/l10n/bg.json index 47c74bfebe123..9f8816122fc99 100644 --- a/core/l10n/bg.json +++ b/core/l10n/bg.json @@ -90,6 +90,8 @@ "_{count} notification_::_{count} notifications_" : ["{count} известие","{count} известия"], "No" : "Не", "Yes" : "Да", + "Create share" : "Създаване на споделяне", + "Failed to add the public link to your Nextcloud" : "Неуспешно добавяне на публичната връзка към вашия Nextcloud", "Places" : "Места", "Date" : "Дата", "Today" : "Днес", @@ -165,6 +167,7 @@ "You have not added any info yet" : "Все още не сте добавили никаква информация", "{user} has not added any info yet" : "{user} все още не е добавил никаква информация", "Error opening the user status modal, try hard refreshing the page" : "Грешка при отваряне на модалния статус на потребителя, опитайте настоятелно да опресните страницата", + "More actions" : "Повече действия", "This browser is not supported" : "Този браузър не се поддържа", "Your browser is not supported. Please upgrade to a newer version or a supported one." : "Вашият браузър не се поддържа. Моля, преминете към по-нова версия или към версия, която се поддържа.", "Continue with this unsupported browser" : "Продължете с този неподдържан браузър", diff --git a/core/l10n/ca.js b/core/l10n/ca.js index b4043d34cb4d7..a9aebbbb60e3f 100644 --- a/core/l10n/ca.js +++ b/core/l10n/ca.js @@ -98,6 +98,8 @@ OC.L10N.register( "_{count} notification_::_{count} notifications_" : ["{count} notificació","{count} notificacions"], "No" : "No", "Yes" : "Sí", + "Create share" : "Crea l'element compartit", + "Failed to add the public link to your Nextcloud" : "No s'ha pogut afegir l'enllaç públic al vostre Nextcloud", "Custom date range" : "Interval de dates personalitzat", "Pick start date" : "Trieu la data d'inici", "Pick end date" : "Trieu la data de finalització", @@ -190,6 +192,7 @@ OC.L10N.register( "You have not added any info yet" : "Encara no heu afegit cap informació", "{user} has not added any info yet" : "{user} encara no ha afegit cap informació", "Error opening the user status modal, try hard refreshing the page" : "S'ha produït un error en obrir el quadre de diàleg modal d'estat de l'usuari, proveu d'actualitzar la pàgina", + "More actions" : "Més accions", "This browser is not supported" : "Aquest navegador no és compatible", "Your browser is not supported. Please upgrade to a newer version or a supported one." : "El vostre navegador no és compatible. Actualitzeu a una versió més recent o compatible.", "Continue with this unsupported browser" : "Continua amb aquest navegador no compatible", diff --git a/core/l10n/ca.json b/core/l10n/ca.json index a76ecdcf52407..85691ce3c3feb 100644 --- a/core/l10n/ca.json +++ b/core/l10n/ca.json @@ -96,6 +96,8 @@ "_{count} notification_::_{count} notifications_" : ["{count} notificació","{count} notificacions"], "No" : "No", "Yes" : "Sí", + "Create share" : "Crea l'element compartit", + "Failed to add the public link to your Nextcloud" : "No s'ha pogut afegir l'enllaç públic al vostre Nextcloud", "Custom date range" : "Interval de dates personalitzat", "Pick start date" : "Trieu la data d'inici", "Pick end date" : "Trieu la data de finalització", @@ -188,6 +190,7 @@ "You have not added any info yet" : "Encara no heu afegit cap informació", "{user} has not added any info yet" : "{user} encara no ha afegit cap informació", "Error opening the user status modal, try hard refreshing the page" : "S'ha produït un error en obrir el quadre de diàleg modal d'estat de l'usuari, proveu d'actualitzar la pàgina", + "More actions" : "Més accions", "This browser is not supported" : "Aquest navegador no és compatible", "Your browser is not supported. Please upgrade to a newer version or a supported one." : "El vostre navegador no és compatible. Actualitzeu a una versió més recent o compatible.", "Continue with this unsupported browser" : "Continua amb aquest navegador no compatible", diff --git a/core/l10n/cs.js b/core/l10n/cs.js index 6a76a94971c57..31d3737041109 100644 --- a/core/l10n/cs.js +++ b/core/l10n/cs.js @@ -103,6 +103,8 @@ OC.L10N.register( "_{count} notification_::_{count} notifications_" : ["{count} upozornění","{count} upozornění","{count} upozornění","{count} upozornění"], "No" : "Ne", "Yes" : "Ano", + "Create share" : "Vytvořit sdílení", + "Failed to add the public link to your Nextcloud" : "Nepodařilo se přidání veřejného odkazu do Nextcloud", "Custom date range" : "Uživatelsky určené datumové rozmezí", "Pick start date" : "Vybrat datum začátku", "Pick end date" : "Vybrat datum konce", @@ -204,6 +206,7 @@ OC.L10N.register( "You have not added any info yet" : "Zatím jste nezadali žádné informace", "{user} has not added any info yet" : "{user} uživatel zatím nezadal žádné informace", "Error opening the user status modal, try hard refreshing the page" : "Chyba při otevírání dialogu stavu uživatele, pokus o opětovné načtení stránky", + "More actions" : "Další akce", "This browser is not supported" : "Tento prohlížeč není podporován", "Your browser is not supported. Please upgrade to a newer version or a supported one." : "Vámi využívaný webový prohlížeč není podporován. Přejděte na novější verzi nebo na nějaký podporovaný.", "Continue with this unsupported browser" : "Pokračovat s tímto zastaralým prohlížečem", diff --git a/core/l10n/cs.json b/core/l10n/cs.json index da3b7aac0da6e..c8f1184abd89f 100644 --- a/core/l10n/cs.json +++ b/core/l10n/cs.json @@ -101,6 +101,8 @@ "_{count} notification_::_{count} notifications_" : ["{count} upozornění","{count} upozornění","{count} upozornění","{count} upozornění"], "No" : "Ne", "Yes" : "Ano", + "Create share" : "Vytvořit sdílení", + "Failed to add the public link to your Nextcloud" : "Nepodařilo se přidání veřejného odkazu do Nextcloud", "Custom date range" : "Uživatelsky určené datumové rozmezí", "Pick start date" : "Vybrat datum začátku", "Pick end date" : "Vybrat datum konce", @@ -202,6 +204,7 @@ "You have not added any info yet" : "Zatím jste nezadali žádné informace", "{user} has not added any info yet" : "{user} uživatel zatím nezadal žádné informace", "Error opening the user status modal, try hard refreshing the page" : "Chyba při otevírání dialogu stavu uživatele, pokus o opětovné načtení stránky", + "More actions" : "Další akce", "This browser is not supported" : "Tento prohlížeč není podporován", "Your browser is not supported. Please upgrade to a newer version or a supported one." : "Vámi využívaný webový prohlížeč není podporován. Přejděte na novější verzi nebo na nějaký podporovaný.", "Continue with this unsupported browser" : "Pokračovat s tímto zastaralým prohlížečem", diff --git a/core/l10n/da.js b/core/l10n/da.js index a81145eff5b43..5bbaccb111c73 100644 --- a/core/l10n/da.js +++ b/core/l10n/da.js @@ -103,6 +103,7 @@ OC.L10N.register( "_{count} notification_::_{count} notifications_" : ["{count} underretning","{count} underretninger"], "No" : "Nej", "Yes" : "Ja", + "Failed to add the public link to your Nextcloud" : "Fejl ved tilføjelse af offentligt link til din Nextcloud", "Custom date range" : "Tilpasset datointerval", "Pick start date" : "Vælg en startdato", "Pick end date" : "Vælg en slutdato", @@ -204,6 +205,7 @@ OC.L10N.register( "You have not added any info yet" : "Du har ikke tilføjet nogen information endnu", "{user} has not added any info yet" : "{user} har ikke tilføjet nogen oplysninger endnu", "Error opening the user status modal, try hard refreshing the page" : "Fejl ved åbning af brugerstatusmodal. Prøv at opdatere siden", + "More actions" : "Flere handlinger", "This browser is not supported" : "Denne browser understøttes ikke", "Your browser is not supported. Please upgrade to a newer version or a supported one." : "Din browser understøttes ikke. Opdater venligst til en nyere version, eller vælg en anden der supporteres. ", "Continue with this unsupported browser" : "Fortsæt med denne ikke supporterede browser", diff --git a/core/l10n/da.json b/core/l10n/da.json index 5b1a0c35a4463..0309d10eb68a9 100644 --- a/core/l10n/da.json +++ b/core/l10n/da.json @@ -101,6 +101,7 @@ "_{count} notification_::_{count} notifications_" : ["{count} underretning","{count} underretninger"], "No" : "Nej", "Yes" : "Ja", + "Failed to add the public link to your Nextcloud" : "Fejl ved tilføjelse af offentligt link til din Nextcloud", "Custom date range" : "Tilpasset datointerval", "Pick start date" : "Vælg en startdato", "Pick end date" : "Vælg en slutdato", @@ -202,6 +203,7 @@ "You have not added any info yet" : "Du har ikke tilføjet nogen information endnu", "{user} has not added any info yet" : "{user} har ikke tilføjet nogen oplysninger endnu", "Error opening the user status modal, try hard refreshing the page" : "Fejl ved åbning af brugerstatusmodal. Prøv at opdatere siden", + "More actions" : "Flere handlinger", "This browser is not supported" : "Denne browser understøttes ikke", "Your browser is not supported. Please upgrade to a newer version or a supported one." : "Din browser understøttes ikke. Opdater venligst til en nyere version, eller vælg en anden der supporteres. ", "Continue with this unsupported browser" : "Fortsæt med denne ikke supporterede browser", diff --git a/core/l10n/de.js b/core/l10n/de.js index 063d76fbd4c00..6c948e9967c57 100644 --- a/core/l10n/de.js +++ b/core/l10n/de.js @@ -103,6 +103,9 @@ OC.L10N.register( "_{count} notification_::_{count} notifications_" : ["{count} Benachrichtigung","{count} Benachrichtigungen"], "No" : "Nein", "Yes" : "Ja", + "Federated user" : "Federated-Benutzer", + "Create share" : "Freigabe erstellen", + "Failed to add the public link to your Nextcloud" : "Fehler beim Hinzufügen des öffentlichen Links zu deiner Nextcloud", "Custom date range" : "Benutzerdefinierter Zeitbereich", "Pick start date" : "Startdatum wählen", "Pick end date" : "Enddatum wählen", diff --git a/core/l10n/de.json b/core/l10n/de.json index 8e6847d3d52fc..4e560eacd89c5 100644 --- a/core/l10n/de.json +++ b/core/l10n/de.json @@ -101,6 +101,9 @@ "_{count} notification_::_{count} notifications_" : ["{count} Benachrichtigung","{count} Benachrichtigungen"], "No" : "Nein", "Yes" : "Ja", + "Federated user" : "Federated-Benutzer", + "Create share" : "Freigabe erstellen", + "Failed to add the public link to your Nextcloud" : "Fehler beim Hinzufügen des öffentlichen Links zu deiner Nextcloud", "Custom date range" : "Benutzerdefinierter Zeitbereich", "Pick start date" : "Startdatum wählen", "Pick end date" : "Enddatum wählen", diff --git a/core/l10n/de_DE.js b/core/l10n/de_DE.js index a09685089478f..5e64784c91aeb 100644 --- a/core/l10n/de_DE.js +++ b/core/l10n/de_DE.js @@ -103,6 +103,9 @@ OC.L10N.register( "_{count} notification_::_{count} notifications_" : ["{count} Benachrichtigung","{count} Benachrichtigungen"], "No" : "Nein", "Yes" : "Ja", + "Federated user" : "Federated-Benutzer", + "Create share" : "Freigabe erstellen", + "Failed to add the public link to your Nextcloud" : "Fehler beim Hinzufügen des öffentlichen Links zu Ihrer Nextcloud", "Custom date range" : "Benutzerdefinierter Zeitbereich", "Pick start date" : "Startdatum wählen", "Pick end date" : "Enddatum wählen", @@ -204,6 +207,7 @@ OC.L10N.register( "You have not added any info yet" : "Sie haben noch keine Infos hinzugefügt", "{user} has not added any info yet" : "{user} hat noch keine Infos hinzugefügt", "Error opening the user status modal, try hard refreshing the page" : "Fehler beim Modal-öffnen des Benutzerstatus, versuchen Sie die Seite zu aktualisieren", + "More actions" : "Weitere Aktionen", "This browser is not supported" : "Dieser Browser wird nicht unterstützt", "Your browser is not supported. Please upgrade to a newer version or a supported one." : "Ihr Browser wird nicht unterstützt. Bitte aktualisieren Sie Ihren Browser auf eine neuere oder unterstützte Version.", "Continue with this unsupported browser" : "Mit diesem nicht unterstützten Browser fortfahren", diff --git a/core/l10n/de_DE.json b/core/l10n/de_DE.json index 02d14eee66b01..fac8687e44e12 100644 --- a/core/l10n/de_DE.json +++ b/core/l10n/de_DE.json @@ -101,6 +101,9 @@ "_{count} notification_::_{count} notifications_" : ["{count} Benachrichtigung","{count} Benachrichtigungen"], "No" : "Nein", "Yes" : "Ja", + "Federated user" : "Federated-Benutzer", + "Create share" : "Freigabe erstellen", + "Failed to add the public link to your Nextcloud" : "Fehler beim Hinzufügen des öffentlichen Links zu Ihrer Nextcloud", "Custom date range" : "Benutzerdefinierter Zeitbereich", "Pick start date" : "Startdatum wählen", "Pick end date" : "Enddatum wählen", @@ -202,6 +205,7 @@ "You have not added any info yet" : "Sie haben noch keine Infos hinzugefügt", "{user} has not added any info yet" : "{user} hat noch keine Infos hinzugefügt", "Error opening the user status modal, try hard refreshing the page" : "Fehler beim Modal-öffnen des Benutzerstatus, versuchen Sie die Seite zu aktualisieren", + "More actions" : "Weitere Aktionen", "This browser is not supported" : "Dieser Browser wird nicht unterstützt", "Your browser is not supported. Please upgrade to a newer version or a supported one." : "Ihr Browser wird nicht unterstützt. Bitte aktualisieren Sie Ihren Browser auf eine neuere oder unterstützte Version.", "Continue with this unsupported browser" : "Mit diesem nicht unterstützten Browser fortfahren", diff --git a/core/l10n/el.js b/core/l10n/el.js index d7b6e9c4bd4fa..801419687c22e 100644 --- a/core/l10n/el.js +++ b/core/l10n/el.js @@ -99,6 +99,8 @@ OC.L10N.register( "_{count} notification_::_{count} notifications_" : ["{count} ειδοποίηση","{count} ειδοποιήσεις"], "No" : "Όχι", "Yes" : "Ναι", + "Create share" : "Δημιουργήστε κοινή χρήση", + "Failed to add the public link to your Nextcloud" : "Αποτυχία στην πρόσθεση του κοινού συνδέσμου στο Nextcloud σας", "Custom date range" : "Προσαρμοσμένο διάστημα ημερομηνιών", "Pick start date" : "Επιλέξτε ημερομηνία έναρξης", "Pick end date" : "Επιλέξτε ημερομηνία λήξης", @@ -192,6 +194,7 @@ OC.L10N.register( "You have not added any info yet" : "Δεν έχετε προσθέσει ακόμα πληροφορίες", "{user} has not added any info yet" : "{user} δεν έχει προσθέσει ακόμη πληροφορίες", "Error opening the user status modal, try hard refreshing the page" : "Σφάλμα κατά το άνοιγμα της κατάστασης χρήστη, δοκιμάστε να ανανεώσετε τη σελίδα", + "More actions" : "Περισσότερες ενέργειες", "This browser is not supported" : "Αυτό το πρόγραμμα περιήγησης δεν υποστηρίζεται", "Your browser is not supported. Please upgrade to a newer version or a supported one." : "Ο περιηγητής σας δεν υποστηρίζεται. Κάντε αναβάθμιση σε νεότερη ή υποστηριζόμενη έκδοση.", "Continue with this unsupported browser" : "Συνέχεια με αυτό το μη υποστηριζόμενο πρόγραμμα περιήγησης", diff --git a/core/l10n/el.json b/core/l10n/el.json index 7fb0fe7956a64..c7a86786309be 100644 --- a/core/l10n/el.json +++ b/core/l10n/el.json @@ -97,6 +97,8 @@ "_{count} notification_::_{count} notifications_" : ["{count} ειδοποίηση","{count} ειδοποιήσεις"], "No" : "Όχι", "Yes" : "Ναι", + "Create share" : "Δημιουργήστε κοινή χρήση", + "Failed to add the public link to your Nextcloud" : "Αποτυχία στην πρόσθεση του κοινού συνδέσμου στο Nextcloud σας", "Custom date range" : "Προσαρμοσμένο διάστημα ημερομηνιών", "Pick start date" : "Επιλέξτε ημερομηνία έναρξης", "Pick end date" : "Επιλέξτε ημερομηνία λήξης", @@ -190,6 +192,7 @@ "You have not added any info yet" : "Δεν έχετε προσθέσει ακόμα πληροφορίες", "{user} has not added any info yet" : "{user} δεν έχει προσθέσει ακόμη πληροφορίες", "Error opening the user status modal, try hard refreshing the page" : "Σφάλμα κατά το άνοιγμα της κατάστασης χρήστη, δοκιμάστε να ανανεώσετε τη σελίδα", + "More actions" : "Περισσότερες ενέργειες", "This browser is not supported" : "Αυτό το πρόγραμμα περιήγησης δεν υποστηρίζεται", "Your browser is not supported. Please upgrade to a newer version or a supported one." : "Ο περιηγητής σας δεν υποστηρίζεται. Κάντε αναβάθμιση σε νεότερη ή υποστηριζόμενη έκδοση.", "Continue with this unsupported browser" : "Συνέχεια με αυτό το μη υποστηριζόμενο πρόγραμμα περιήγησης", diff --git a/core/l10n/en_GB.js b/core/l10n/en_GB.js index 2c37ac82d888e..1e98277679d81 100644 --- a/core/l10n/en_GB.js +++ b/core/l10n/en_GB.js @@ -103,6 +103,9 @@ OC.L10N.register( "_{count} notification_::_{count} notifications_" : ["{count} notification","{count} notifications"], "No" : "No", "Yes" : "Yes", + "Federated user" : "Federated user", + "Create share" : "Create share", + "Failed to add the public link to your Nextcloud" : "Failed to add the public link to your Nextcloud", "Custom date range" : "Custom date range", "Pick start date" : "Pick start date", "Pick end date" : "Pick end date", @@ -204,6 +207,7 @@ OC.L10N.register( "You have not added any info yet" : "You have not added any info yet", "{user} has not added any info yet" : "{user} has not added any info yet", "Error opening the user status modal, try hard refreshing the page" : "Error opening the user status modal, try hard refreshing the page", + "More actions" : "More actions", "This browser is not supported" : "This browser is not supported", "Your browser is not supported. Please upgrade to a newer version or a supported one." : "Your browser is not supported. Please upgrade to a newer version or a supported one.", "Continue with this unsupported browser" : "Continue with this unsupported browser", diff --git a/core/l10n/en_GB.json b/core/l10n/en_GB.json index d08e96e9825af..df5fdf3112bd0 100644 --- a/core/l10n/en_GB.json +++ b/core/l10n/en_GB.json @@ -101,6 +101,9 @@ "_{count} notification_::_{count} notifications_" : ["{count} notification","{count} notifications"], "No" : "No", "Yes" : "Yes", + "Federated user" : "Federated user", + "Create share" : "Create share", + "Failed to add the public link to your Nextcloud" : "Failed to add the public link to your Nextcloud", "Custom date range" : "Custom date range", "Pick start date" : "Pick start date", "Pick end date" : "Pick end date", @@ -202,6 +205,7 @@ "You have not added any info yet" : "You have not added any info yet", "{user} has not added any info yet" : "{user} has not added any info yet", "Error opening the user status modal, try hard refreshing the page" : "Error opening the user status modal, try hard refreshing the page", + "More actions" : "More actions", "This browser is not supported" : "This browser is not supported", "Your browser is not supported. Please upgrade to a newer version or a supported one." : "Your browser is not supported. Please upgrade to a newer version or a supported one.", "Continue with this unsupported browser" : "Continue with this unsupported browser", diff --git a/core/l10n/eo.js b/core/l10n/eo.js index e51a4ec6a2cc8..3ad5f5f449f4c 100644 --- a/core/l10n/eo.js +++ b/core/l10n/eo.js @@ -88,6 +88,7 @@ OC.L10N.register( "_{count} notification_::_{count} notifications_" : ["{count} sciigoj","{count} sciigoj"], "No" : "Ne", "Yes" : "Jes", + "Failed to add the public link to your Nextcloud" : "Ne eblis aldoni la publikan ligilon al via Nextcloud", "Custom date range" : "Propra data periodo", "Pick start date" : "Elekti komencan daton", "Pick end date" : "Elekti finan daton", @@ -148,6 +149,7 @@ OC.L10N.register( "Forgot password?" : "Ĉu vi forgesis vian pasvorton?", "Back" : "Antaŭen", "Edit Profile" : "Modifi profilon", + "More actions" : "Pliaj agoj", "This browser is not supported" : "La retumilo ne estas subtenata", "Continue with this unsupported browser" : "Daŭrigi per tiu ne subtenata retumilo", "Supported versions" : "Subtenataj versioj", diff --git a/core/l10n/eo.json b/core/l10n/eo.json index 32736c4b2dcb8..8524c1ab16f94 100644 --- a/core/l10n/eo.json +++ b/core/l10n/eo.json @@ -86,6 +86,7 @@ "_{count} notification_::_{count} notifications_" : ["{count} sciigoj","{count} sciigoj"], "No" : "Ne", "Yes" : "Jes", + "Failed to add the public link to your Nextcloud" : "Ne eblis aldoni la publikan ligilon al via Nextcloud", "Custom date range" : "Propra data periodo", "Pick start date" : "Elekti komencan daton", "Pick end date" : "Elekti finan daton", @@ -146,6 +147,7 @@ "Forgot password?" : "Ĉu vi forgesis vian pasvorton?", "Back" : "Antaŭen", "Edit Profile" : "Modifi profilon", + "More actions" : "Pliaj agoj", "This browser is not supported" : "La retumilo ne estas subtenata", "Continue with this unsupported browser" : "Daŭrigi per tiu ne subtenata retumilo", "Supported versions" : "Subtenataj versioj", diff --git a/core/l10n/es.js b/core/l10n/es.js index 055d71d08e6d0..e4df49acfebef 100644 --- a/core/l10n/es.js +++ b/core/l10n/es.js @@ -101,6 +101,9 @@ OC.L10N.register( "_{count} notification_::_{count} notifications_" : ["{count} notificación","{count} notificaciones","{count} notificaciones"], "No" : "No", "Yes" : "Sí", + "Federated user" : "Usuario federado", + "Create share" : "Crear un recurso compartido", + "Failed to add the public link to your Nextcloud" : "No se ha podido añadir el enlace público a tu Nextcloud", "Custom date range" : "Rango de fechas personalizado", "Pick start date" : "Escoja una fecha de inicio", "Pick end date" : "Escoja una fecha fin", @@ -199,6 +202,7 @@ OC.L10N.register( "You have not added any info yet" : "Aún no has añadido nada de información", "{user} has not added any info yet" : "{user} no ha añadido aún nada de información", "Error opening the user status modal, try hard refreshing the page" : "Error al abrir la ventana de estado del usuario, intente actualizar la página", + "More actions" : "Más acciones", "This browser is not supported" : "Este navegador no está soportado", "Your browser is not supported. Please upgrade to a newer version or a supported one." : "Su navegador no está soportado. Por favor actualice a una versión nueva o a uno soportado.", "Continue with this unsupported browser" : "Continuar con este navegador no soportado", diff --git a/core/l10n/es.json b/core/l10n/es.json index 3c050bb5bfe8e..6ac834f867ca2 100644 --- a/core/l10n/es.json +++ b/core/l10n/es.json @@ -99,6 +99,9 @@ "_{count} notification_::_{count} notifications_" : ["{count} notificación","{count} notificaciones","{count} notificaciones"], "No" : "No", "Yes" : "Sí", + "Federated user" : "Usuario federado", + "Create share" : "Crear un recurso compartido", + "Failed to add the public link to your Nextcloud" : "No se ha podido añadir el enlace público a tu Nextcloud", "Custom date range" : "Rango de fechas personalizado", "Pick start date" : "Escoja una fecha de inicio", "Pick end date" : "Escoja una fecha fin", @@ -197,6 +200,7 @@ "You have not added any info yet" : "Aún no has añadido nada de información", "{user} has not added any info yet" : "{user} no ha añadido aún nada de información", "Error opening the user status modal, try hard refreshing the page" : "Error al abrir la ventana de estado del usuario, intente actualizar la página", + "More actions" : "Más acciones", "This browser is not supported" : "Este navegador no está soportado", "Your browser is not supported. Please upgrade to a newer version or a supported one." : "Su navegador no está soportado. Por favor actualice a una versión nueva o a uno soportado.", "Continue with this unsupported browser" : "Continuar con este navegador no soportado", diff --git a/core/l10n/es_AR.js b/core/l10n/es_AR.js index f364bcdf96999..c71530fc08481 100644 --- a/core/l10n/es_AR.js +++ b/core/l10n/es_AR.js @@ -95,6 +95,7 @@ OC.L10N.register( "More apps" : "Más aplicaciones", "No" : "No", "Yes" : "Sí", + "Failed to add the public link to your Nextcloud" : "Se presentó una falla al agregar el link público a su Nextcloud", "Date" : "Fecha", "Today" : "Hoy", "Load more results" : "Cargar más resultados", diff --git a/core/l10n/es_AR.json b/core/l10n/es_AR.json index 83e555ad28e3c..c808f3127d6f1 100644 --- a/core/l10n/es_AR.json +++ b/core/l10n/es_AR.json @@ -93,6 +93,7 @@ "More apps" : "Más aplicaciones", "No" : "No", "Yes" : "Sí", + "Failed to add the public link to your Nextcloud" : "Se presentó una falla al agregar el link público a su Nextcloud", "Date" : "Fecha", "Today" : "Hoy", "Load more results" : "Cargar más resultados", diff --git a/core/l10n/es_EC.js b/core/l10n/es_EC.js index 89e411da8d3f0..2181b8c665e94 100644 --- a/core/l10n/es_EC.js +++ b/core/l10n/es_EC.js @@ -92,6 +92,8 @@ OC.L10N.register( "_{count} notification_::_{count} notifications_" : ["{count} notificación","{count} notificaciones","{count} notificaciones"], "No" : "No", "Yes" : "Sí", + "Create share" : "Crear compartición", + "Failed to add the public link to your Nextcloud" : "Se presentó una falla al agregar el enlace público a tu Nextcloud", "Places" : "Lugares", "Today" : "Hoy", "Last year" : "Último año", @@ -167,6 +169,7 @@ OC.L10N.register( "You have not added any info yet" : "No has agregado ninguna información todavía", "{user} has not added any info yet" : "{user} no ha agregado ninguna información aún", "Error opening the user status modal, try hard refreshing the page" : "Error al abrir el modal de estado del usuario, intenta actualizar la página", + "More actions" : "Más acciones", "This browser is not supported" : "Este navegador no es compatible", "Your browser is not supported. Please upgrade to a newer version or a supported one." : "Tu navegador no es compatible. Por favor, actualízalo a una versión más nueva o una compatible.", "Continue with this unsupported browser" : "Continuar con este navegador no compatible", diff --git a/core/l10n/es_EC.json b/core/l10n/es_EC.json index 60bc55ce4b954..c9244f10015b4 100644 --- a/core/l10n/es_EC.json +++ b/core/l10n/es_EC.json @@ -90,6 +90,8 @@ "_{count} notification_::_{count} notifications_" : ["{count} notificación","{count} notificaciones","{count} notificaciones"], "No" : "No", "Yes" : "Sí", + "Create share" : "Crear compartición", + "Failed to add the public link to your Nextcloud" : "Se presentó una falla al agregar el enlace público a tu Nextcloud", "Places" : "Lugares", "Today" : "Hoy", "Last year" : "Último año", @@ -165,6 +167,7 @@ "You have not added any info yet" : "No has agregado ninguna información todavía", "{user} has not added any info yet" : "{user} no ha agregado ninguna información aún", "Error opening the user status modal, try hard refreshing the page" : "Error al abrir el modal de estado del usuario, intenta actualizar la página", + "More actions" : "Más acciones", "This browser is not supported" : "Este navegador no es compatible", "Your browser is not supported. Please upgrade to a newer version or a supported one." : "Tu navegador no es compatible. Por favor, actualízalo a una versión más nueva o una compatible.", "Continue with this unsupported browser" : "Continuar con este navegador no compatible", diff --git a/core/l10n/es_GT.js b/core/l10n/es_GT.js deleted file mode 100644 index 6e52dac364185..0000000000000 --- a/core/l10n/es_GT.js +++ /dev/null @@ -1,206 +0,0 @@ -OC.L10N.register( - "core", - { - "Please select a file." : "Por favor selecciona un archivo.", - "File is too big" : "El archivo es demasiado grande.", - "The selected file is not an image." : "El archivo seleccionado no es una imagen.", - "The selected file cannot be read." : "El archivo seleccionado no se puede leer.", - "The file was uploaded" : "El archivo fue cargado", - "The uploaded file exceeds the upload_max_filesize directive in php.ini" : "El archivo cargado excede el valor establecido en la directiva upload_max_filesize en el archivo php.ini", - "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "El archivo cargado excede el valor especificado de la directiva MAX_FILE_SIZE en la forma de HTML", - "The file was only partially uploaded" : "El archivo sólo fue cargado parcialmente", - "No file was uploaded" : "No se cargó el archivo", - "Missing a temporary folder" : "Falta una carpeta temporal", - "Could not write file to disk" : "No fue posible escribir a disco", - "A PHP extension stopped the file upload" : "Una extensión de PHP detuvo la carga del archivo", - "Invalid file provided" : "Archivo proporcionado inválido", - "No image or file provided" : "No se especificó un archivo o imagen", - "Unknown filetype" : "Tipo de archivo desconocido", - "An error occurred. Please contact your admin." : "Se presentó un error. Por favor contacta a tu adminsitrador. ", - "Invalid image" : "Imagen inválida", - "No temporary profile picture available, try again" : "No hay una imagen de perfil temporal disponible, por favor inténtalo de nuevo", - "No crop data provided" : "No se han proporcionado datos del recorte", - "No valid crop data provided" : "No se han proporcionado datos válidos del recorte", - "Crop is not square" : "El recorte no es cuadrado", - "State token does not match" : "La ficha de estado no corresponde", - "Login" : "Iniciar sesión", - "Password reset is disabled" : "Restablecer contraseña se encuentra deshabilitado", - "%s password reset" : "%s restablecer la contraseña", - "Password reset" : "Restablecer contraseña", - "Click the following button to reset your password. If you have not requested the password reset, then ignore this email." : "Haz click en el siguiente botón para restablecer tu contraseña. Si no has solicitado restablecer su contraseña, por favor ignora este correo. ", - "Click the following link to reset your password. If you have not requested the password reset, then ignore this email." : "Haz click en la siguiente liga para restablecer su contraseña. Si no has solicitado restablecer la contraseña, por favor ignora este mensaje. ", - "Reset your password" : "Restablecer tu contraseña", - "Internal error" : "Error interno", - "Preparing update" : "Preparando actualización", - "[%d / %d]: %s" : "[%d / %d]: %s ", - "Turned on maintenance mode" : "Modo mantenimiento activado", - "Turned off maintenance mode" : "Modo mantenimiento desactivado", - "Maintenance mode is kept active" : "El modo mantenimiento sigue activo", - "Updating database schema" : "Actualizando esquema de base de datos", - "Updated database" : "Base de datos actualizada", - "Checking whether the database schema for %s can be updated (this can take a long time depending on the database size)" : "Verificando si el esquema de la base de datos para %s puede ser actualizado (esto puede tomar mucho tiempo dependiendo del tamaño de la base de datos)", - "Set log level to debug" : "Establecer nivel de bitacora a depurar", - "Reset log level" : "Restablecer nivel de bitácora", - "Starting code integrity check" : "Comenzando verificación de integridad del código", - "Finished code integrity check" : "Terminó la verificación de integridad del código ", - "%s (incompatible)" : "%s (incompatible)", - "Already up to date" : "Ya está actualizado", - "Error occurred while checking server setup" : "Se presentó un error al verificar la configuración del servidor", - "unknown text" : "texto desconocido", - "Hello world!" : "¡Hola mundo!", - "sunny" : "soleado", - "Hello {name}, the weather is {weather}" : "Hola {name}, el clima es {weather}", - "Hello {name}" : "Hola {name}", - "These are your search results" : "Estos son los resultados de tu búsqueda ", - "new" : "nuevo", - "_download %n file_::_download %n files_" : ["Descargar %n archivos","Descargar %n archivos","Descargar %n archivos"], - "The update is in progress, leaving this page might interrupt the process in some environments." : "La actualización está en curso, abandonar esta página puede interrumpir el proceso en algunos ambientes. ", - "Update to {version}" : "Actualizar a {version}", - "An error occurred." : "Se presentó un error.", - "Please reload the page." : "Por favor vuelve a cargar la página.", - "The update was unsuccessful. For more information check our forum post covering this issue." : "La actualización no fue exitosa. Para más información consulta nuestro comentario en el foro que cubre este tema. ", - "The update was unsuccessful. Please report this issue to the Nextcloud community." : "La actualización no fue exitosa. Por favor reporta este tema a la Comunidad Nextcloud.", - "Apps" : "Aplicaciones", - "More apps" : "Más aplicaciones", - "No" : "No", - "Yes" : "Sí", - "Today" : "Hoy", - "Log in" : "Ingresar", - "Logging in …" : "Iniciando sesión ...", - "Server side authentication failed!" : "¡Falló la autenticación del lado del servidor!", - "Please contact your administrator." : "Por favor contacta al administrador.", - "An internal error occurred." : "Se presentó un error interno.", - "Please try again or contact your administrator." : "Por favor vuelve a intentarlo o contacta a tu adminsitrador. ", - "Password" : "Contraseña", - "We have detected multiple invalid login attempts from your IP. Therefore your next login is throttled up to 30 seconds." : "Hemos detectado múltiples intentos de inicio de sesión desde tu IP. Por lo tanto tu siguiente incio de sesión se retrasará hasta 30 segundos. ", - "Reset password" : "Restablecer contraseña", - "Couldn't send reset email. Please contact your administrator." : "No fue posible enviar el correo de restauración. Por favor contacta a tu adminsitrador. ", - "Back to login" : "Regresar al inicio de sesión", - "New password" : "Nueva contraseña", - "I know what I'm doing" : "Sé lo que estoy haciendo", - "Skip" : "Omitir", - "Settings menu" : "Menú de Configuraciones", - "Reset search" : "Reestablecer búsqueda", - "Search contacts …" : "Buscar contactos ...", - "Could not load your contacts" : "No fue posible cargar tus contactos", - "No contacts found" : "No se encontraron contactos", - "Loading your contacts …" : "Cargando sus contactos ... ", - "Looking for {term} …" : "Buscando {term} ...", - "Search" : "Buscar", - "Forgot password?" : "¿Olvidaste tu contraseña?", - "Back" : "Atrás", - "Choose" : "Seleccionar", - "Copy" : "Copiar", - "Move" : "Mover", - "OK" : "OK", - "read-only" : "sólo-lectura", - "_{count} file conflict_::_{count} file conflicts_" : ["{count} conflicto de archivo","{count} conflictos en el archivo","{count} conflictos en el archivo"], - "One file conflict" : "Un conflicto en el archivo", - "New Files" : "Archivos Nuevos", - "Already existing files" : "Archivos ya existentes", - "Which files do you want to keep?" : "¿Cuáles archivos deseas mantener?", - "If you select both versions, the copied file will have a number added to its name." : "Si seleccionas ambas versiones, se le agregará un número al nombre del archivo copiado.", - "Cancel" : "Cancelar", - "Continue" : "Continuar", - "(all selected)" : "(todos seleccionados)", - "({count} selected)" : "({count} seleccionados)", - "Error loading file exists template" : "Se presentó un error al cargar la plantilla de existe archivo ", - "seconds ago" : "hace segundos", - "Connection to server lost" : "Se ha perdido la conexión con el servidor", - "_Problem loading page, reloading in %n second_::_Problem loading page, reloading in %n seconds_" : ["Se presentó un error al cargar la página, recargando en %n segundo","Se presentó un error al cargar la página, recargando en %n segundos","Se presentó un error al cargar la página, recargando en %n segundos"], - "Hide details" : "Ocultar detalles", - "Very weak password" : "Contraseña muy débil", - "Weak password" : "Contraseña débil", - "So-so password" : "Contraseña aceptable", - "Good password" : "Buena contraseña", - "Strong password" : "Contraseña fuerte", - "No action available" : "No hay acciones disponibles", - "Error fetching contact actions" : "Se presentó un error al traer las acciónes de contatos", - "Non-existing tag #{tag}" : "Etiqueta #{tag} no-existente", - "Restricted" : "Restringido", - "Invisible" : "Invisible", - "Delete" : "Borrar", - "Rename" : "Renombrar", - "Collaborative tags" : "Etiquetas colaborativas", - "No tags found" : "No se encontraron etiquetas", - "Personal" : "Personal", - "Admin" : "Administración", - "Help" : "Ayuda", - "Access forbidden" : "Acceso prohibido", - "Page not found" : "Página no encontrada", - "Error" : "Error", - "Previous" : "Previo", - "Internal Server Error" : "Error interno del servidor", - "The server was unable to complete your request." : "El servidor no pudo completar tu solicitud.", - "If this happens again, please send the technical details below to the server administrator." : "Si esto vuelve a suceder, por favor envia los detalles tecnicos siguientes al adminsitrador del sistema.", - "More details can be found in the server log." : "Puedes consultar más detalles en la bitácora del servidor. ", - "Technical details" : "Detalles técnicos", - "Remote Address: %s" : "Dirección Remota: %s", - "Request ID: %s" : "ID de solicitud: %s", - "Type: %s" : "Tipo: %s", - "Code: %s" : "Código: %s", - "Message: %s" : "Mensaje: %s", - "File: %s" : "Archivo: %s", - "Line: %s" : "Línea: %s", - "Trace" : "Rastrear", - "Security warning" : "Advertencia de seguridad", - "Your data directory and files are probably accessible from the internet because the .htaccess file does not work." : "Tu directorio de datos y sus archivos probablemente sean accesibles desde Internet ya que el archivo .htaccess no funciona.", - "For information how to properly configure your server, please see the documentation." : "Para más información de como configurar correctaemente tu servidor, por favor consulta la documentación.", - "Create an admin account" : "Crear una cuenta de administrador", - "Storage & database" : "Almacenamiento & base de datos", - "Data folder" : "Carpeta de datos", - "Configure the database" : "Configurar la base de datos", - "Only %s is available." : "Sólo %s está disponible.", - "Install and activate additional PHP modules to choose other database types." : "Instala y activa módulos adicionales de PHP para seleccionar otros tipos de bases de datos. ", - "For more details check out the documentation." : "Por favor consulta la documentación para más detalles. ", - "Database password" : "Contraseña de la base de datos", - "Database name" : "Nombre de la base de datos", - "Database tablespace" : "Espacio de tablas en la base de datos", - "Database host" : "Servidor de base de datos", - "Please specify the port number along with the host name (e.g., localhost:5432)." : "Por favor especifica el número de puerto así como el nombre del servidor (ejem., localhost:5432).", - "Performance warning" : "Advertencia de desempeño", - "Need help?" : "¿Necesitas ayuda?", - "See the documentation" : "Ver la documentación", - "This application requires JavaScript for correct operation. Please {linkstart}enable JavaScript{linkend} and reload the page." : "Esta aplicación requiere de JavaScript para su correcta operación. Por favor {linkstart}habilita JavaScript{linkend} y vuelve a cargar la página. ", - "Go to %s" : "Ir a %s", - "Connect to your account" : "Conectate a tu cuenta", - "Grant access" : "Conceder acceso", - "Account access" : "Acceo de cuenta", - "This share is password-protected" : "Este elemento compartido está protegido con una contraseña", - "Email address" : "Dirección de correo electrónico", - "Two-factor authentication" : "Autenticación de dos-factores", - "Use backup code" : "Usar código de respaldo", - "Error while validating your second factor" : "Se presentó un error al validar tu segundo factor", - "Access through untrusted domain" : "Accesa a través de un dominio no de confianza", - "Please contact your administrator. If you are an administrator, edit the \"trusted_domains\" setting in config/config.php like the example in config.sample.php." : "Por favor contacta a tu adminsitrador. Si tu eres un administrador, edita la propiedad \"trusted_domains\" en el archivo config/config.php como en el ejemplo config.sample.php.", - "App update required" : "Se requiere una actualización de la aplicación", - "These incompatible apps will be disabled:" : "Las siguientes aplicaciones incompatibles serán deshabilitadas:", - "The theme %s has been disabled." : "El tema %s ha sido deshabilitado. ", - "Please make sure that the database, the config folder and the data folder have been backed up before proceeding." : "Por favor asegurarte de que la base de datos, la carpeta de configuración y las carpetas de datos hayan sido respaldadas antes de continuar. ", - "Start update" : "Iniciar actualización", - "To avoid timeouts with larger installations, you can instead run the following command from your installation directory:" : "Para evitar la expiración de tiempo en instalaciones grandes, puedes ejecutar el siguiente comando desde tu directorio de instalación:", - "Detailed logs" : "Bitácoras detalladas", - "Update needed" : "Se requiere de una actualización", - "For help, see the documentation." : "Para más ayuda, por favor consulta la documentación.", - "I know that if I continue doing the update via web UI has the risk, that the request runs into a timeout and could cause data loss, but I have a backup and know how to restore my instance in case of a failure." : "Estoy conciente de que si continúo haciendo la actualización vía web, la interfaz de usuario corre el riesgo de que el tiempo de la solicitud expire y cause pérdida de datos, pero cuento con un respaldo y sé como restaurar mi instancia en caso de una falla. ", - "Upgrade via web on my own risk" : "Actualizar vía Web bajo mi propio riesgo", - "This %s instance is currently in maintenance mode, which may take a while." : "Esta instancia %s se encuentra actualmente en modo mantenimiento, que podría tomar algo de tiempo. ", - "Contact your system administrator if this message persists or appeared unexpectedly." : "Contacta a tu administrador del sistema si este mensaje persiste o se presentó de manera inesperada.", - "Your web server is not yet properly set up to allow file synchronization, because the WebDAV interface seems to be broken." : "Tu servidor web aún no esta correctamente configurado para permitir la sincronización de archivos porque la interfaz WebDAV parece estar rota. ", - "The \"{header}\" HTTP header is not set to \"{expected}\". This is a potential security or privacy risk, as it is recommended to adjust this setting accordingly." : "El encabezado HTTP \"{header}\" está establecido a \"{expected}\". Esto representa un riesgo potencial de seguridad o privacidad, y que se recomienda ajustar esta configuración. ", - "The \"{header}\" HTTP header is not set to \"{expected}\". Some features might not work correctly, as it is recommended to adjust this setting accordingly." : "El encabezado HTTP \"{header}\" no está establecido a \"{expected}\". Puede que lgunas características no funcionen correctamente, y se recomienda ajustar esta confirguración. ", - "Wrong username or password." : "Usuario o contraseña equivocado. ", - "User disabled" : "Usuario deshabilitado", - "Username or email" : "Usuario o correo electrónico", - "Error loading message template: {error}" : "Se presentó un error al cargar la plantilla del mensaje: {error}", - "Users" : "Usuarios", - "Username" : "Usuario", - "Database user" : "Usuario de la base de datos", - "This action requires you to confirm your password" : "Esta acción requiere que confirmes tu contraseña", - "Confirm your password" : "Confirma tu contraseña", - "Confirm" : "Confirmar", - "App token" : "Ficha de la aplicación", - "Alternative log in using app token" : "Inicio de sesión alternativo usando una ficha de aplicación", - "Please use the command line updater because you have a big instance with more than 50 users." : "Favor de usar el actualizador desde la línea de comandos ya que tu instancia cuenta con más de 50 usuarios." -}, -"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"); diff --git a/core/l10n/es_GT.json b/core/l10n/es_GT.json deleted file mode 100644 index e9f6195966cb2..0000000000000 --- a/core/l10n/es_GT.json +++ /dev/null @@ -1,204 +0,0 @@ -{ "translations": { - "Please select a file." : "Por favor selecciona un archivo.", - "File is too big" : "El archivo es demasiado grande.", - "The selected file is not an image." : "El archivo seleccionado no es una imagen.", - "The selected file cannot be read." : "El archivo seleccionado no se puede leer.", - "The file was uploaded" : "El archivo fue cargado", - "The uploaded file exceeds the upload_max_filesize directive in php.ini" : "El archivo cargado excede el valor establecido en la directiva upload_max_filesize en el archivo php.ini", - "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "El archivo cargado excede el valor especificado de la directiva MAX_FILE_SIZE en la forma de HTML", - "The file was only partially uploaded" : "El archivo sólo fue cargado parcialmente", - "No file was uploaded" : "No se cargó el archivo", - "Missing a temporary folder" : "Falta una carpeta temporal", - "Could not write file to disk" : "No fue posible escribir a disco", - "A PHP extension stopped the file upload" : "Una extensión de PHP detuvo la carga del archivo", - "Invalid file provided" : "Archivo proporcionado inválido", - "No image or file provided" : "No se especificó un archivo o imagen", - "Unknown filetype" : "Tipo de archivo desconocido", - "An error occurred. Please contact your admin." : "Se presentó un error. Por favor contacta a tu adminsitrador. ", - "Invalid image" : "Imagen inválida", - "No temporary profile picture available, try again" : "No hay una imagen de perfil temporal disponible, por favor inténtalo de nuevo", - "No crop data provided" : "No se han proporcionado datos del recorte", - "No valid crop data provided" : "No se han proporcionado datos válidos del recorte", - "Crop is not square" : "El recorte no es cuadrado", - "State token does not match" : "La ficha de estado no corresponde", - "Login" : "Iniciar sesión", - "Password reset is disabled" : "Restablecer contraseña se encuentra deshabilitado", - "%s password reset" : "%s restablecer la contraseña", - "Password reset" : "Restablecer contraseña", - "Click the following button to reset your password. If you have not requested the password reset, then ignore this email." : "Haz click en el siguiente botón para restablecer tu contraseña. Si no has solicitado restablecer su contraseña, por favor ignora este correo. ", - "Click the following link to reset your password. If you have not requested the password reset, then ignore this email." : "Haz click en la siguiente liga para restablecer su contraseña. Si no has solicitado restablecer la contraseña, por favor ignora este mensaje. ", - "Reset your password" : "Restablecer tu contraseña", - "Internal error" : "Error interno", - "Preparing update" : "Preparando actualización", - "[%d / %d]: %s" : "[%d / %d]: %s ", - "Turned on maintenance mode" : "Modo mantenimiento activado", - "Turned off maintenance mode" : "Modo mantenimiento desactivado", - "Maintenance mode is kept active" : "El modo mantenimiento sigue activo", - "Updating database schema" : "Actualizando esquema de base de datos", - "Updated database" : "Base de datos actualizada", - "Checking whether the database schema for %s can be updated (this can take a long time depending on the database size)" : "Verificando si el esquema de la base de datos para %s puede ser actualizado (esto puede tomar mucho tiempo dependiendo del tamaño de la base de datos)", - "Set log level to debug" : "Establecer nivel de bitacora a depurar", - "Reset log level" : "Restablecer nivel de bitácora", - "Starting code integrity check" : "Comenzando verificación de integridad del código", - "Finished code integrity check" : "Terminó la verificación de integridad del código ", - "%s (incompatible)" : "%s (incompatible)", - "Already up to date" : "Ya está actualizado", - "Error occurred while checking server setup" : "Se presentó un error al verificar la configuración del servidor", - "unknown text" : "texto desconocido", - "Hello world!" : "¡Hola mundo!", - "sunny" : "soleado", - "Hello {name}, the weather is {weather}" : "Hola {name}, el clima es {weather}", - "Hello {name}" : "Hola {name}", - "These are your search results" : "Estos son los resultados de tu búsqueda ", - "new" : "nuevo", - "_download %n file_::_download %n files_" : ["Descargar %n archivos","Descargar %n archivos","Descargar %n archivos"], - "The update is in progress, leaving this page might interrupt the process in some environments." : "La actualización está en curso, abandonar esta página puede interrumpir el proceso en algunos ambientes. ", - "Update to {version}" : "Actualizar a {version}", - "An error occurred." : "Se presentó un error.", - "Please reload the page." : "Por favor vuelve a cargar la página.", - "The update was unsuccessful. For more information check our forum post covering this issue." : "La actualización no fue exitosa. Para más información consulta nuestro comentario en el foro que cubre este tema. ", - "The update was unsuccessful. Please report this issue to the Nextcloud community." : "La actualización no fue exitosa. Por favor reporta este tema a la Comunidad Nextcloud.", - "Apps" : "Aplicaciones", - "More apps" : "Más aplicaciones", - "No" : "No", - "Yes" : "Sí", - "Today" : "Hoy", - "Log in" : "Ingresar", - "Logging in …" : "Iniciando sesión ...", - "Server side authentication failed!" : "¡Falló la autenticación del lado del servidor!", - "Please contact your administrator." : "Por favor contacta al administrador.", - "An internal error occurred." : "Se presentó un error interno.", - "Please try again or contact your administrator." : "Por favor vuelve a intentarlo o contacta a tu adminsitrador. ", - "Password" : "Contraseña", - "We have detected multiple invalid login attempts from your IP. Therefore your next login is throttled up to 30 seconds." : "Hemos detectado múltiples intentos de inicio de sesión desde tu IP. Por lo tanto tu siguiente incio de sesión se retrasará hasta 30 segundos. ", - "Reset password" : "Restablecer contraseña", - "Couldn't send reset email. Please contact your administrator." : "No fue posible enviar el correo de restauración. Por favor contacta a tu adminsitrador. ", - "Back to login" : "Regresar al inicio de sesión", - "New password" : "Nueva contraseña", - "I know what I'm doing" : "Sé lo que estoy haciendo", - "Skip" : "Omitir", - "Settings menu" : "Menú de Configuraciones", - "Reset search" : "Reestablecer búsqueda", - "Search contacts …" : "Buscar contactos ...", - "Could not load your contacts" : "No fue posible cargar tus contactos", - "No contacts found" : "No se encontraron contactos", - "Loading your contacts …" : "Cargando sus contactos ... ", - "Looking for {term} …" : "Buscando {term} ...", - "Search" : "Buscar", - "Forgot password?" : "¿Olvidaste tu contraseña?", - "Back" : "Atrás", - "Choose" : "Seleccionar", - "Copy" : "Copiar", - "Move" : "Mover", - "OK" : "OK", - "read-only" : "sólo-lectura", - "_{count} file conflict_::_{count} file conflicts_" : ["{count} conflicto de archivo","{count} conflictos en el archivo","{count} conflictos en el archivo"], - "One file conflict" : "Un conflicto en el archivo", - "New Files" : "Archivos Nuevos", - "Already existing files" : "Archivos ya existentes", - "Which files do you want to keep?" : "¿Cuáles archivos deseas mantener?", - "If you select both versions, the copied file will have a number added to its name." : "Si seleccionas ambas versiones, se le agregará un número al nombre del archivo copiado.", - "Cancel" : "Cancelar", - "Continue" : "Continuar", - "(all selected)" : "(todos seleccionados)", - "({count} selected)" : "({count} seleccionados)", - "Error loading file exists template" : "Se presentó un error al cargar la plantilla de existe archivo ", - "seconds ago" : "hace segundos", - "Connection to server lost" : "Se ha perdido la conexión con el servidor", - "_Problem loading page, reloading in %n second_::_Problem loading page, reloading in %n seconds_" : ["Se presentó un error al cargar la página, recargando en %n segundo","Se presentó un error al cargar la página, recargando en %n segundos","Se presentó un error al cargar la página, recargando en %n segundos"], - "Hide details" : "Ocultar detalles", - "Very weak password" : "Contraseña muy débil", - "Weak password" : "Contraseña débil", - "So-so password" : "Contraseña aceptable", - "Good password" : "Buena contraseña", - "Strong password" : "Contraseña fuerte", - "No action available" : "No hay acciones disponibles", - "Error fetching contact actions" : "Se presentó un error al traer las acciónes de contatos", - "Non-existing tag #{tag}" : "Etiqueta #{tag} no-existente", - "Restricted" : "Restringido", - "Invisible" : "Invisible", - "Delete" : "Borrar", - "Rename" : "Renombrar", - "Collaborative tags" : "Etiquetas colaborativas", - "No tags found" : "No se encontraron etiquetas", - "Personal" : "Personal", - "Admin" : "Administración", - "Help" : "Ayuda", - "Access forbidden" : "Acceso prohibido", - "Page not found" : "Página no encontrada", - "Error" : "Error", - "Previous" : "Previo", - "Internal Server Error" : "Error interno del servidor", - "The server was unable to complete your request." : "El servidor no pudo completar tu solicitud.", - "If this happens again, please send the technical details below to the server administrator." : "Si esto vuelve a suceder, por favor envia los detalles tecnicos siguientes al adminsitrador del sistema.", - "More details can be found in the server log." : "Puedes consultar más detalles en la bitácora del servidor. ", - "Technical details" : "Detalles técnicos", - "Remote Address: %s" : "Dirección Remota: %s", - "Request ID: %s" : "ID de solicitud: %s", - "Type: %s" : "Tipo: %s", - "Code: %s" : "Código: %s", - "Message: %s" : "Mensaje: %s", - "File: %s" : "Archivo: %s", - "Line: %s" : "Línea: %s", - "Trace" : "Rastrear", - "Security warning" : "Advertencia de seguridad", - "Your data directory and files are probably accessible from the internet because the .htaccess file does not work." : "Tu directorio de datos y sus archivos probablemente sean accesibles desde Internet ya que el archivo .htaccess no funciona.", - "For information how to properly configure your server, please see the documentation." : "Para más información de como configurar correctaemente tu servidor, por favor consulta la documentación.", - "Create an admin account" : "Crear una cuenta de administrador", - "Storage & database" : "Almacenamiento & base de datos", - "Data folder" : "Carpeta de datos", - "Configure the database" : "Configurar la base de datos", - "Only %s is available." : "Sólo %s está disponible.", - "Install and activate additional PHP modules to choose other database types." : "Instala y activa módulos adicionales de PHP para seleccionar otros tipos de bases de datos. ", - "For more details check out the documentation." : "Por favor consulta la documentación para más detalles. ", - "Database password" : "Contraseña de la base de datos", - "Database name" : "Nombre de la base de datos", - "Database tablespace" : "Espacio de tablas en la base de datos", - "Database host" : "Servidor de base de datos", - "Please specify the port number along with the host name (e.g., localhost:5432)." : "Por favor especifica el número de puerto así como el nombre del servidor (ejem., localhost:5432).", - "Performance warning" : "Advertencia de desempeño", - "Need help?" : "¿Necesitas ayuda?", - "See the documentation" : "Ver la documentación", - "This application requires JavaScript for correct operation. Please {linkstart}enable JavaScript{linkend} and reload the page." : "Esta aplicación requiere de JavaScript para su correcta operación. Por favor {linkstart}habilita JavaScript{linkend} y vuelve a cargar la página. ", - "Go to %s" : "Ir a %s", - "Connect to your account" : "Conectate a tu cuenta", - "Grant access" : "Conceder acceso", - "Account access" : "Acceo de cuenta", - "This share is password-protected" : "Este elemento compartido está protegido con una contraseña", - "Email address" : "Dirección de correo electrónico", - "Two-factor authentication" : "Autenticación de dos-factores", - "Use backup code" : "Usar código de respaldo", - "Error while validating your second factor" : "Se presentó un error al validar tu segundo factor", - "Access through untrusted domain" : "Accesa a través de un dominio no de confianza", - "Please contact your administrator. If you are an administrator, edit the \"trusted_domains\" setting in config/config.php like the example in config.sample.php." : "Por favor contacta a tu adminsitrador. Si tu eres un administrador, edita la propiedad \"trusted_domains\" en el archivo config/config.php como en el ejemplo config.sample.php.", - "App update required" : "Se requiere una actualización de la aplicación", - "These incompatible apps will be disabled:" : "Las siguientes aplicaciones incompatibles serán deshabilitadas:", - "The theme %s has been disabled." : "El tema %s ha sido deshabilitado. ", - "Please make sure that the database, the config folder and the data folder have been backed up before proceeding." : "Por favor asegurarte de que la base de datos, la carpeta de configuración y las carpetas de datos hayan sido respaldadas antes de continuar. ", - "Start update" : "Iniciar actualización", - "To avoid timeouts with larger installations, you can instead run the following command from your installation directory:" : "Para evitar la expiración de tiempo en instalaciones grandes, puedes ejecutar el siguiente comando desde tu directorio de instalación:", - "Detailed logs" : "Bitácoras detalladas", - "Update needed" : "Se requiere de una actualización", - "For help, see the documentation." : "Para más ayuda, por favor consulta la documentación.", - "I know that if I continue doing the update via web UI has the risk, that the request runs into a timeout and could cause data loss, but I have a backup and know how to restore my instance in case of a failure." : "Estoy conciente de que si continúo haciendo la actualización vía web, la interfaz de usuario corre el riesgo de que el tiempo de la solicitud expire y cause pérdida de datos, pero cuento con un respaldo y sé como restaurar mi instancia en caso de una falla. ", - "Upgrade via web on my own risk" : "Actualizar vía Web bajo mi propio riesgo", - "This %s instance is currently in maintenance mode, which may take a while." : "Esta instancia %s se encuentra actualmente en modo mantenimiento, que podría tomar algo de tiempo. ", - "Contact your system administrator if this message persists or appeared unexpectedly." : "Contacta a tu administrador del sistema si este mensaje persiste o se presentó de manera inesperada.", - "Your web server is not yet properly set up to allow file synchronization, because the WebDAV interface seems to be broken." : "Tu servidor web aún no esta correctamente configurado para permitir la sincronización de archivos porque la interfaz WebDAV parece estar rota. ", - "The \"{header}\" HTTP header is not set to \"{expected}\". This is a potential security or privacy risk, as it is recommended to adjust this setting accordingly." : "El encabezado HTTP \"{header}\" está establecido a \"{expected}\". Esto representa un riesgo potencial de seguridad o privacidad, y que se recomienda ajustar esta configuración. ", - "The \"{header}\" HTTP header is not set to \"{expected}\". Some features might not work correctly, as it is recommended to adjust this setting accordingly." : "El encabezado HTTP \"{header}\" no está establecido a \"{expected}\". Puede que lgunas características no funcionen correctamente, y se recomienda ajustar esta confirguración. ", - "Wrong username or password." : "Usuario o contraseña equivocado. ", - "User disabled" : "Usuario deshabilitado", - "Username or email" : "Usuario o correo electrónico", - "Error loading message template: {error}" : "Se presentó un error al cargar la plantilla del mensaje: {error}", - "Users" : "Usuarios", - "Username" : "Usuario", - "Database user" : "Usuario de la base de datos", - "This action requires you to confirm your password" : "Esta acción requiere que confirmes tu contraseña", - "Confirm your password" : "Confirma tu contraseña", - "Confirm" : "Confirmar", - "App token" : "Ficha de la aplicación", - "Alternative log in using app token" : "Inicio de sesión alternativo usando una ficha de aplicación", - "Please use the command line updater because you have a big instance with more than 50 users." : "Favor de usar el actualizador desde la línea de comandos ya que tu instancia cuenta con más de 50 usuarios." -},"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;" -} \ No newline at end of file diff --git a/core/l10n/es_MX.js b/core/l10n/es_MX.js index 0399c027f6bc6..c7557d8b1e1df 100644 --- a/core/l10n/es_MX.js +++ b/core/l10n/es_MX.js @@ -103,6 +103,8 @@ OC.L10N.register( "_{count} notification_::_{count} notifications_" : ["{count} notificación","{count} notificaciones","{count} notificaciones"], "No" : "No", "Yes" : "Sí", + "Create share" : "Crear recurso compartido", + "Failed to add the public link to your Nextcloud" : "Se presentó una falla al agregar la liga pública a tu Nextcloud", "Custom date range" : "Rango de fechas personalizado", "Pick start date" : "Elegir una fecha de inicio", "Pick end date" : "Elegir una fecha final", @@ -204,6 +206,7 @@ OC.L10N.register( "You have not added any info yet" : "Aún no has añadido información", "{user} has not added any info yet" : "{user} aún no añade información", "Error opening the user status modal, try hard refreshing the page" : "Error al abrir la ventana de estado del usuario, intente actualizar la página", + "More actions" : "Más acciones", "This browser is not supported" : "Este navegador no está soportado", "Your browser is not supported. Please upgrade to a newer version or a supported one." : "Su navegador no está soportado. Por favor actualícelo a una versión más nueva o una soportada.", "Continue with this unsupported browser" : "Continuar con este navegador no soportado", diff --git a/core/l10n/es_MX.json b/core/l10n/es_MX.json index 26fad2087d097..5d12b741d600f 100644 --- a/core/l10n/es_MX.json +++ b/core/l10n/es_MX.json @@ -101,6 +101,8 @@ "_{count} notification_::_{count} notifications_" : ["{count} notificación","{count} notificaciones","{count} notificaciones"], "No" : "No", "Yes" : "Sí", + "Create share" : "Crear recurso compartido", + "Failed to add the public link to your Nextcloud" : "Se presentó una falla al agregar la liga pública a tu Nextcloud", "Custom date range" : "Rango de fechas personalizado", "Pick start date" : "Elegir una fecha de inicio", "Pick end date" : "Elegir una fecha final", @@ -202,6 +204,7 @@ "You have not added any info yet" : "Aún no has añadido información", "{user} has not added any info yet" : "{user} aún no añade información", "Error opening the user status modal, try hard refreshing the page" : "Error al abrir la ventana de estado del usuario, intente actualizar la página", + "More actions" : "Más acciones", "This browser is not supported" : "Este navegador no está soportado", "Your browser is not supported. Please upgrade to a newer version or a supported one." : "Su navegador no está soportado. Por favor actualícelo a una versión más nueva o una soportada.", "Continue with this unsupported browser" : "Continuar con este navegador no soportado", diff --git a/core/l10n/es_SV.js b/core/l10n/es_SV.js deleted file mode 100644 index 4915136a5ea30..0000000000000 --- a/core/l10n/es_SV.js +++ /dev/null @@ -1,206 +0,0 @@ -OC.L10N.register( - "core", - { - "Please select a file." : "Por favor selecciona un archivo.", - "File is too big" : "El archivo es demasiado grande.", - "The selected file is not an image." : "El archivo seleccionado no es una imagen.", - "The selected file cannot be read." : "El archivo seleccionado no se puede leer.", - "The file was uploaded" : "El archivo fue cargado", - "The uploaded file exceeds the upload_max_filesize directive in php.ini" : "El archivo cargado excede el valor establecido en la directiva upload_max_filesize en el archivo php.ini", - "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "El archivo cargado excede el valor especificado de la directiva MAX_FILE_SIZE en la forma de HTML", - "The file was only partially uploaded" : "El archivo sólo fue cargado parcialmente", - "No file was uploaded" : "No se cargó el archivo", - "Missing a temporary folder" : "Falta una carpeta temporal", - "Could not write file to disk" : "No fue posible escribir a disco", - "A PHP extension stopped the file upload" : "Una extensión de PHP detuvo la carga del archivo", - "Invalid file provided" : "Archivo proporcionado inválido", - "No image or file provided" : "No se especificó un archivo o imagen", - "Unknown filetype" : "Tipo de archivo desconocido", - "An error occurred. Please contact your admin." : "Se presentó un error. Por favor contacta a tu adminsitrador. ", - "Invalid image" : "Imagen inválida", - "No temporary profile picture available, try again" : "No hay una imagen de perfil temporal disponible, por favor inténtalo de nuevo", - "No crop data provided" : "No se han proporcionado datos del recorte", - "No valid crop data provided" : "No se han proporcionado datos válidos del recorte", - "Crop is not square" : "El recorte no es cuadrado", - "State token does not match" : "La ficha de estado no corresponde", - "Login" : "Iniciar sesión", - "Password reset is disabled" : "Restablecer contraseña se encuentra deshabilitado", - "%s password reset" : "%s restablecer la contraseña", - "Password reset" : "Restablecer contraseña", - "Click the following button to reset your password. If you have not requested the password reset, then ignore this email." : "Haz click en el siguiente botón para restablecer tu contraseña. Si no has solicitado restablecer su contraseña, por favor ignora este correo. ", - "Click the following link to reset your password. If you have not requested the password reset, then ignore this email." : "Haz click en la siguiente liga para restablecer su contraseña. Si no has solicitado restablecer la contraseña, por favor ignora este mensaje. ", - "Reset your password" : "Restablecer tu contraseña", - "Internal error" : "Error interno", - "Preparing update" : "Preparando actualización", - "[%d / %d]: %s" : "[%d / %d]: %s ", - "Turned on maintenance mode" : "Modo mantenimiento activado", - "Turned off maintenance mode" : "Modo mantenimiento desactivado", - "Maintenance mode is kept active" : "El modo mantenimiento sigue activo", - "Updating database schema" : "Actualizando esquema de base de datos", - "Updated database" : "Base de datos actualizada", - "Checking whether the database schema for %s can be updated (this can take a long time depending on the database size)" : "Verificando si el esquema de la base de datos para %s puede ser actualizado (esto puede tomar mucho tiempo dependiendo del tamaño de la base de datos)", - "Set log level to debug" : "Establecer nivel de bitacora a depurar", - "Reset log level" : "Restablecer nivel de bitácora", - "Starting code integrity check" : "Comenzando verificación de integridad del código", - "Finished code integrity check" : "Terminó la verificación de integridad del código ", - "%s (incompatible)" : "%s (incompatible)", - "Already up to date" : "Ya está actualizado", - "Error occurred while checking server setup" : "Se presentó un error al verificar la configuración del servidor", - "unknown text" : "texto desconocido", - "Hello world!" : "¡Hola mundo!", - "sunny" : "soleado", - "Hello {name}, the weather is {weather}" : "Hola {name}, el clima es {weather}", - "Hello {name}" : "Hola {name}", - "These are your search results" : "Estos son los resultados de tu búsqueda ", - "new" : "nuevo", - "_download %n file_::_download %n files_" : ["Descargar %n archivos","Descargar %n archivos","Descargar %n archivos"], - "The update is in progress, leaving this page might interrupt the process in some environments." : "La actualización está en curso, abandonar esta página puede interrumpir el proceso en algunos ambientes. ", - "Update to {version}" : "Actualizar a {version}", - "An error occurred." : "Se presentó un error.", - "Please reload the page." : "Por favor vuelve a cargar la página.", - "The update was unsuccessful. For more information check our forum post covering this issue." : "La actualización no fue exitosa. Para más información consulta nuestro comentario en el foro que cubre este tema. ", - "The update was unsuccessful. Please report this issue to the Nextcloud community." : "La actualización no fue exitosa. Por favor reporta este tema a la Comunidad Nextcloud.", - "Apps" : "Aplicaciones", - "More apps" : "Más aplicaciones", - "No" : "No", - "Yes" : "Sí", - "Date" : "Fecha", - "Today" : "Hoy", - "Log in" : "Ingresar", - "Logging in …" : "Iniciando sesión ...", - "Server side authentication failed!" : "¡Falló la autenticación del lado del servidor!", - "Please contact your administrator." : "Por favor contacta al administrador.", - "An internal error occurred." : "Se presentó un error interno.", - "Please try again or contact your administrator." : "Por favor vuelve a intentarlo o contacta a tu adminsitrador. ", - "Password" : "Contraseña", - "We have detected multiple invalid login attempts from your IP. Therefore your next login is throttled up to 30 seconds." : "Hemos detectado múltiples intentos de inicio de sesión desde tu IP. Por lo tanto tu siguiente incio de sesión se retrasará hasta 30 segundos. ", - "Reset password" : "Restablecer contraseña", - "Couldn't send reset email. Please contact your administrator." : "No fue posible enviar el correo de restauración. Por favor contacta a tu adminsitrador. ", - "Back to login" : "Regresar al inicio de sesión", - "New password" : "Nueva contraseña", - "I know what I'm doing" : "Sé lo que estoy haciendo", - "Skip" : "Omitir", - "Settings menu" : "Menú de Configuraciones", - "Reset search" : "Reestablecer búsqueda", - "Search contacts …" : "Buscar contactos ...", - "Could not load your contacts" : "No fue posible cargar tus contactos", - "No contacts found" : "No se encontraron contactos", - "Loading your contacts …" : "Cargando sus contactos ... ", - "Looking for {term} …" : "Buscando {term} ...", - "Search" : "Buscar", - "Forgot password?" : "¿Olvidaste tu contraseña?", - "Back" : "Atrás", - "Choose" : "Seleccionar", - "Copy" : "Copiar", - "Move" : "Mover", - "OK" : "OK", - "read-only" : "sólo-lectura", - "_{count} file conflict_::_{count} file conflicts_" : ["{count} conflicto de archivo","{count} conflictos en el archivo","{count} conflictos en el archivo"], - "One file conflict" : "Un conflicto en el archivo", - "New Files" : "Archivos Nuevos", - "Already existing files" : "Archivos ya existentes", - "Which files do you want to keep?" : "¿Cuáles archivos deseas mantener?", - "If you select both versions, the copied file will have a number added to its name." : "Si seleccionas ambas versiones, se le agregará un número al nombre del archivo copiado.", - "Cancel" : "Cancelar", - "Continue" : "Continuar", - "(all selected)" : "(todos seleccionados)", - "({count} selected)" : "({count} seleccionados)", - "Error loading file exists template" : "Se presentó un error al cargar la plantilla de existe archivo ", - "seconds ago" : "hace segundos", - "Connection to server lost" : "Se ha perdido la conexión con el servidor", - "_Problem loading page, reloading in %n second_::_Problem loading page, reloading in %n seconds_" : ["Se presentó un error al cargar la página, recargando en %n segundo","Se presentó un error al cargar la página, recargando en %n segundos","Se presentó un error al cargar la página, recargando en %n segundos"], - "Hide details" : "Ocultar detalles", - "Very weak password" : "Contraseña muy débil", - "Weak password" : "Contraseña débil", - "So-so password" : "Contraseña aceptable", - "Good password" : "Buena contraseña", - "Strong password" : "Contraseña fuerte", - "No action available" : "No hay acciones disponibles", - "Error fetching contact actions" : "Se presentó un error al traer las acciónes de contatos", - "Non-existing tag #{tag}" : "Etiqueta #{tag} no-existente", - "Restricted" : "Restringido", - "Invisible" : "Invisible", - "Delete" : "Borrar", - "Rename" : "Renombrar", - "Collaborative tags" : "Etiquetas colaborativas", - "No tags found" : "No se encontraron etiquetas", - "Personal" : "Personal", - "Admin" : "Administración", - "Help" : "Ayuda", - "Access forbidden" : "Acceso prohibido", - "Page not found" : "Página no encontrada", - "Error" : "Error", - "Previous" : "Previo", - "Internal Server Error" : "Error interno del servidor", - "The server was unable to complete your request." : "El servidor no pudo completar tu solicitud.", - "If this happens again, please send the technical details below to the server administrator." : "Si esto vuelve a suceder, por favor envia los detalles tecnicos siguientes al adminsitrador del sistema.", - "More details can be found in the server log." : "Puedes consultar más detalles en la bitácora del servidor. ", - "Technical details" : "Detalles técnicos", - "Remote Address: %s" : "Dirección Remota: %s", - "Request ID: %s" : "ID de solicitud: %s", - "Type: %s" : "Tipo: %s", - "Code: %s" : "Código: %s", - "Message: %s" : "Mensaje: %s", - "File: %s" : "Archivo: %s", - "Line: %s" : "Línea: %s", - "Trace" : "Rastrear", - "Security warning" : "Advertencia de seguridad", - "Your data directory and files are probably accessible from the internet because the .htaccess file does not work." : "Tu directorio de datos y sus archivos probablemente sean accesibles desde Internet ya que el archivo .htaccess no funciona.", - "For information how to properly configure your server, please see the documentation." : "Para más información de como configurar correctaemente tu servidor, por favor consulta la documentación.", - "Create an admin account" : "Crear una cuenta de administrador", - "Storage & database" : "Almacenamiento & base de datos", - "Data folder" : "Carpeta de datos", - "Configure the database" : "Configurar la base de datos", - "Only %s is available." : "Sólo %s está disponible.", - "Install and activate additional PHP modules to choose other database types." : "Instala y activa módulos adicionales de PHP para seleccionar otros tipos de bases de datos. ", - "For more details check out the documentation." : "Por favor consulta la documentación para más detalles. ", - "Database password" : "Contraseña de la base de datos", - "Database name" : "Nombre de la base de datos", - "Database tablespace" : "Espacio de tablas en la base de datos", - "Database host" : "Servidor de base de datos", - "Please specify the port number along with the host name (e.g., localhost:5432)." : "Por favor especifica el número de puerto así como el nombre del servidor (ejem., localhost:5432).", - "Performance warning" : "Advertencia de desempeño", - "Need help?" : "¿Necesitas ayuda?", - "See the documentation" : "Ver la documentación", - "This application requires JavaScript for correct operation. Please {linkstart}enable JavaScript{linkend} and reload the page." : "Esta aplicación requiere de JavaScript para su correcta operación. Por favor {linkstart}habilita JavaScript{linkend} y vuelve a cargar la página. ", - "Go to %s" : "Ir a %s", - "Connect to your account" : "Conectate a tu cuenta", - "Grant access" : "Conceder acceso", - "Account access" : "Acceo de cuenta", - "This share is password-protected" : "Este elemento compartido está protegido con una contraseña", - "Two-factor authentication" : "Autenticación de dos-factores", - "Use backup code" : "Usar código de respaldo", - "Error while validating your second factor" : "Se presentó un error al validar tu segundo factor", - "Access through untrusted domain" : "Accesa a través de un dominio no de confianza", - "Please contact your administrator. If you are an administrator, edit the \"trusted_domains\" setting in config/config.php like the example in config.sample.php." : "Por favor contacta a tu adminsitrador. Si tu eres un administrador, edita la propiedad \"trusted_domains\" en el archivo config/config.php como en el ejemplo config.sample.php.", - "App update required" : "Se requiere una actualización de la aplicación", - "These incompatible apps will be disabled:" : "Las siguientes aplicaciones incompatibles serán deshabilitadas:", - "The theme %s has been disabled." : "El tema %s ha sido deshabilitado. ", - "Please make sure that the database, the config folder and the data folder have been backed up before proceeding." : "Por favor asegurarte de que la base de datos, la carpeta de configuración y las carpetas de datos hayan sido respaldadas antes de continuar. ", - "Start update" : "Iniciar actualización", - "To avoid timeouts with larger installations, you can instead run the following command from your installation directory:" : "Para evitar la expiración de tiempo en instalaciones grandes, puedes ejecutar el siguiente comando desde tu directorio de instalación:", - "Detailed logs" : "Bitácoras detalladas", - "Update needed" : "Se requiere de una actualización", - "For help, see the documentation." : "Para más ayuda, por favor consulta la documentación.", - "I know that if I continue doing the update via web UI has the risk, that the request runs into a timeout and could cause data loss, but I have a backup and know how to restore my instance in case of a failure." : "Estoy conciente de que si continúo haciendo la actualización vía web, la interfaz de usuario corre el riesgo de que el tiempo de la solicitud expire y cause pérdida de datos, pero cuento con un respaldo y sé como restaurar mi instancia en caso de una falla. ", - "Upgrade via web on my own risk" : "Actualizar vía Web bajo mi propio riesgo", - "This %s instance is currently in maintenance mode, which may take a while." : "Esta instancia %s se encuentra actualmente en modo mantenimiento, que podría tomar algo de tiempo. ", - "Contact your system administrator if this message persists or appeared unexpectedly." : "Contacta a tu administrador del sistema si este mensaje persiste o se presentó de manera inesperada.", - "Your web server is not yet properly set up to allow file synchronization, because the WebDAV interface seems to be broken." : "Tu servidor web aún no esta correctamente configurado para permitir la sincronización de archivos porque la interfaz WebDAV parece estar rota. ", - "The \"{header}\" HTTP header is not set to \"{expected}\". This is a potential security or privacy risk, as it is recommended to adjust this setting accordingly." : "El encabezado HTTP \"{header}\" está establecido a \"{expected}\". Esto representa un riesgo potencial de seguridad o privacidad, y que se recomienda ajustar esta configuración. ", - "The \"{header}\" HTTP header is not set to \"{expected}\". Some features might not work correctly, as it is recommended to adjust this setting accordingly." : "El encabezado HTTP \"{header}\" no está establecido a \"{expected}\". Puede que lgunas características no funcionen correctamente, y se recomienda ajustar esta confirguración. ", - "Wrong username or password." : "Usuario o contraseña equivocado. ", - "User disabled" : "Usuario deshabilitado", - "Username or email" : "Usuario o correo electrónico", - "Error loading message template: {error}" : "Se presentó un error al cargar la plantilla del mensaje: {error}", - "Users" : "Usuarios", - "Username" : "Usuario", - "Database user" : "Usuario de la base de datos", - "This action requires you to confirm your password" : "Esta acción requiere que confirmes tu contraseña", - "Confirm your password" : "Confirma tu contraseña", - "Confirm" : "Confirmar", - "App token" : "Ficha de la aplicación", - "Alternative log in using app token" : "Inicio de sesión alternativo usando una ficha de aplicación", - "Please use the command line updater because you have a big instance with more than 50 users." : "Favor de usar el actualizador desde la línea de comandos ya que tu instancia cuenta con más de 50 usuarios." -}, -"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"); diff --git a/core/l10n/es_SV.json b/core/l10n/es_SV.json deleted file mode 100644 index 476245d19034c..0000000000000 --- a/core/l10n/es_SV.json +++ /dev/null @@ -1,204 +0,0 @@ -{ "translations": { - "Please select a file." : "Por favor selecciona un archivo.", - "File is too big" : "El archivo es demasiado grande.", - "The selected file is not an image." : "El archivo seleccionado no es una imagen.", - "The selected file cannot be read." : "El archivo seleccionado no se puede leer.", - "The file was uploaded" : "El archivo fue cargado", - "The uploaded file exceeds the upload_max_filesize directive in php.ini" : "El archivo cargado excede el valor establecido en la directiva upload_max_filesize en el archivo php.ini", - "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "El archivo cargado excede el valor especificado de la directiva MAX_FILE_SIZE en la forma de HTML", - "The file was only partially uploaded" : "El archivo sólo fue cargado parcialmente", - "No file was uploaded" : "No se cargó el archivo", - "Missing a temporary folder" : "Falta una carpeta temporal", - "Could not write file to disk" : "No fue posible escribir a disco", - "A PHP extension stopped the file upload" : "Una extensión de PHP detuvo la carga del archivo", - "Invalid file provided" : "Archivo proporcionado inválido", - "No image or file provided" : "No se especificó un archivo o imagen", - "Unknown filetype" : "Tipo de archivo desconocido", - "An error occurred. Please contact your admin." : "Se presentó un error. Por favor contacta a tu adminsitrador. ", - "Invalid image" : "Imagen inválida", - "No temporary profile picture available, try again" : "No hay una imagen de perfil temporal disponible, por favor inténtalo de nuevo", - "No crop data provided" : "No se han proporcionado datos del recorte", - "No valid crop data provided" : "No se han proporcionado datos válidos del recorte", - "Crop is not square" : "El recorte no es cuadrado", - "State token does not match" : "La ficha de estado no corresponde", - "Login" : "Iniciar sesión", - "Password reset is disabled" : "Restablecer contraseña se encuentra deshabilitado", - "%s password reset" : "%s restablecer la contraseña", - "Password reset" : "Restablecer contraseña", - "Click the following button to reset your password. If you have not requested the password reset, then ignore this email." : "Haz click en el siguiente botón para restablecer tu contraseña. Si no has solicitado restablecer su contraseña, por favor ignora este correo. ", - "Click the following link to reset your password. If you have not requested the password reset, then ignore this email." : "Haz click en la siguiente liga para restablecer su contraseña. Si no has solicitado restablecer la contraseña, por favor ignora este mensaje. ", - "Reset your password" : "Restablecer tu contraseña", - "Internal error" : "Error interno", - "Preparing update" : "Preparando actualización", - "[%d / %d]: %s" : "[%d / %d]: %s ", - "Turned on maintenance mode" : "Modo mantenimiento activado", - "Turned off maintenance mode" : "Modo mantenimiento desactivado", - "Maintenance mode is kept active" : "El modo mantenimiento sigue activo", - "Updating database schema" : "Actualizando esquema de base de datos", - "Updated database" : "Base de datos actualizada", - "Checking whether the database schema for %s can be updated (this can take a long time depending on the database size)" : "Verificando si el esquema de la base de datos para %s puede ser actualizado (esto puede tomar mucho tiempo dependiendo del tamaño de la base de datos)", - "Set log level to debug" : "Establecer nivel de bitacora a depurar", - "Reset log level" : "Restablecer nivel de bitácora", - "Starting code integrity check" : "Comenzando verificación de integridad del código", - "Finished code integrity check" : "Terminó la verificación de integridad del código ", - "%s (incompatible)" : "%s (incompatible)", - "Already up to date" : "Ya está actualizado", - "Error occurred while checking server setup" : "Se presentó un error al verificar la configuración del servidor", - "unknown text" : "texto desconocido", - "Hello world!" : "¡Hola mundo!", - "sunny" : "soleado", - "Hello {name}, the weather is {weather}" : "Hola {name}, el clima es {weather}", - "Hello {name}" : "Hola {name}", - "These are your search results" : "Estos son los resultados de tu búsqueda ", - "new" : "nuevo", - "_download %n file_::_download %n files_" : ["Descargar %n archivos","Descargar %n archivos","Descargar %n archivos"], - "The update is in progress, leaving this page might interrupt the process in some environments." : "La actualización está en curso, abandonar esta página puede interrumpir el proceso en algunos ambientes. ", - "Update to {version}" : "Actualizar a {version}", - "An error occurred." : "Se presentó un error.", - "Please reload the page." : "Por favor vuelve a cargar la página.", - "The update was unsuccessful. For more information check our forum post covering this issue." : "La actualización no fue exitosa. Para más información consulta nuestro comentario en el foro que cubre este tema. ", - "The update was unsuccessful. Please report this issue to the Nextcloud community." : "La actualización no fue exitosa. Por favor reporta este tema a la Comunidad Nextcloud.", - "Apps" : "Aplicaciones", - "More apps" : "Más aplicaciones", - "No" : "No", - "Yes" : "Sí", - "Date" : "Fecha", - "Today" : "Hoy", - "Log in" : "Ingresar", - "Logging in …" : "Iniciando sesión ...", - "Server side authentication failed!" : "¡Falló la autenticación del lado del servidor!", - "Please contact your administrator." : "Por favor contacta al administrador.", - "An internal error occurred." : "Se presentó un error interno.", - "Please try again or contact your administrator." : "Por favor vuelve a intentarlo o contacta a tu adminsitrador. ", - "Password" : "Contraseña", - "We have detected multiple invalid login attempts from your IP. Therefore your next login is throttled up to 30 seconds." : "Hemos detectado múltiples intentos de inicio de sesión desde tu IP. Por lo tanto tu siguiente incio de sesión se retrasará hasta 30 segundos. ", - "Reset password" : "Restablecer contraseña", - "Couldn't send reset email. Please contact your administrator." : "No fue posible enviar el correo de restauración. Por favor contacta a tu adminsitrador. ", - "Back to login" : "Regresar al inicio de sesión", - "New password" : "Nueva contraseña", - "I know what I'm doing" : "Sé lo que estoy haciendo", - "Skip" : "Omitir", - "Settings menu" : "Menú de Configuraciones", - "Reset search" : "Reestablecer búsqueda", - "Search contacts …" : "Buscar contactos ...", - "Could not load your contacts" : "No fue posible cargar tus contactos", - "No contacts found" : "No se encontraron contactos", - "Loading your contacts …" : "Cargando sus contactos ... ", - "Looking for {term} …" : "Buscando {term} ...", - "Search" : "Buscar", - "Forgot password?" : "¿Olvidaste tu contraseña?", - "Back" : "Atrás", - "Choose" : "Seleccionar", - "Copy" : "Copiar", - "Move" : "Mover", - "OK" : "OK", - "read-only" : "sólo-lectura", - "_{count} file conflict_::_{count} file conflicts_" : ["{count} conflicto de archivo","{count} conflictos en el archivo","{count} conflictos en el archivo"], - "One file conflict" : "Un conflicto en el archivo", - "New Files" : "Archivos Nuevos", - "Already existing files" : "Archivos ya existentes", - "Which files do you want to keep?" : "¿Cuáles archivos deseas mantener?", - "If you select both versions, the copied file will have a number added to its name." : "Si seleccionas ambas versiones, se le agregará un número al nombre del archivo copiado.", - "Cancel" : "Cancelar", - "Continue" : "Continuar", - "(all selected)" : "(todos seleccionados)", - "({count} selected)" : "({count} seleccionados)", - "Error loading file exists template" : "Se presentó un error al cargar la plantilla de existe archivo ", - "seconds ago" : "hace segundos", - "Connection to server lost" : "Se ha perdido la conexión con el servidor", - "_Problem loading page, reloading in %n second_::_Problem loading page, reloading in %n seconds_" : ["Se presentó un error al cargar la página, recargando en %n segundo","Se presentó un error al cargar la página, recargando en %n segundos","Se presentó un error al cargar la página, recargando en %n segundos"], - "Hide details" : "Ocultar detalles", - "Very weak password" : "Contraseña muy débil", - "Weak password" : "Contraseña débil", - "So-so password" : "Contraseña aceptable", - "Good password" : "Buena contraseña", - "Strong password" : "Contraseña fuerte", - "No action available" : "No hay acciones disponibles", - "Error fetching contact actions" : "Se presentó un error al traer las acciónes de contatos", - "Non-existing tag #{tag}" : "Etiqueta #{tag} no-existente", - "Restricted" : "Restringido", - "Invisible" : "Invisible", - "Delete" : "Borrar", - "Rename" : "Renombrar", - "Collaborative tags" : "Etiquetas colaborativas", - "No tags found" : "No se encontraron etiquetas", - "Personal" : "Personal", - "Admin" : "Administración", - "Help" : "Ayuda", - "Access forbidden" : "Acceso prohibido", - "Page not found" : "Página no encontrada", - "Error" : "Error", - "Previous" : "Previo", - "Internal Server Error" : "Error interno del servidor", - "The server was unable to complete your request." : "El servidor no pudo completar tu solicitud.", - "If this happens again, please send the technical details below to the server administrator." : "Si esto vuelve a suceder, por favor envia los detalles tecnicos siguientes al adminsitrador del sistema.", - "More details can be found in the server log." : "Puedes consultar más detalles en la bitácora del servidor. ", - "Technical details" : "Detalles técnicos", - "Remote Address: %s" : "Dirección Remota: %s", - "Request ID: %s" : "ID de solicitud: %s", - "Type: %s" : "Tipo: %s", - "Code: %s" : "Código: %s", - "Message: %s" : "Mensaje: %s", - "File: %s" : "Archivo: %s", - "Line: %s" : "Línea: %s", - "Trace" : "Rastrear", - "Security warning" : "Advertencia de seguridad", - "Your data directory and files are probably accessible from the internet because the .htaccess file does not work." : "Tu directorio de datos y sus archivos probablemente sean accesibles desde Internet ya que el archivo .htaccess no funciona.", - "For information how to properly configure your server, please see the documentation." : "Para más información de como configurar correctaemente tu servidor, por favor consulta la documentación.", - "Create an admin account" : "Crear una cuenta de administrador", - "Storage & database" : "Almacenamiento & base de datos", - "Data folder" : "Carpeta de datos", - "Configure the database" : "Configurar la base de datos", - "Only %s is available." : "Sólo %s está disponible.", - "Install and activate additional PHP modules to choose other database types." : "Instala y activa módulos adicionales de PHP para seleccionar otros tipos de bases de datos. ", - "For more details check out the documentation." : "Por favor consulta la documentación para más detalles. ", - "Database password" : "Contraseña de la base de datos", - "Database name" : "Nombre de la base de datos", - "Database tablespace" : "Espacio de tablas en la base de datos", - "Database host" : "Servidor de base de datos", - "Please specify the port number along with the host name (e.g., localhost:5432)." : "Por favor especifica el número de puerto así como el nombre del servidor (ejem., localhost:5432).", - "Performance warning" : "Advertencia de desempeño", - "Need help?" : "¿Necesitas ayuda?", - "See the documentation" : "Ver la documentación", - "This application requires JavaScript for correct operation. Please {linkstart}enable JavaScript{linkend} and reload the page." : "Esta aplicación requiere de JavaScript para su correcta operación. Por favor {linkstart}habilita JavaScript{linkend} y vuelve a cargar la página. ", - "Go to %s" : "Ir a %s", - "Connect to your account" : "Conectate a tu cuenta", - "Grant access" : "Conceder acceso", - "Account access" : "Acceo de cuenta", - "This share is password-protected" : "Este elemento compartido está protegido con una contraseña", - "Two-factor authentication" : "Autenticación de dos-factores", - "Use backup code" : "Usar código de respaldo", - "Error while validating your second factor" : "Se presentó un error al validar tu segundo factor", - "Access through untrusted domain" : "Accesa a través de un dominio no de confianza", - "Please contact your administrator. If you are an administrator, edit the \"trusted_domains\" setting in config/config.php like the example in config.sample.php." : "Por favor contacta a tu adminsitrador. Si tu eres un administrador, edita la propiedad \"trusted_domains\" en el archivo config/config.php como en el ejemplo config.sample.php.", - "App update required" : "Se requiere una actualización de la aplicación", - "These incompatible apps will be disabled:" : "Las siguientes aplicaciones incompatibles serán deshabilitadas:", - "The theme %s has been disabled." : "El tema %s ha sido deshabilitado. ", - "Please make sure that the database, the config folder and the data folder have been backed up before proceeding." : "Por favor asegurarte de que la base de datos, la carpeta de configuración y las carpetas de datos hayan sido respaldadas antes de continuar. ", - "Start update" : "Iniciar actualización", - "To avoid timeouts with larger installations, you can instead run the following command from your installation directory:" : "Para evitar la expiración de tiempo en instalaciones grandes, puedes ejecutar el siguiente comando desde tu directorio de instalación:", - "Detailed logs" : "Bitácoras detalladas", - "Update needed" : "Se requiere de una actualización", - "For help, see the documentation." : "Para más ayuda, por favor consulta la documentación.", - "I know that if I continue doing the update via web UI has the risk, that the request runs into a timeout and could cause data loss, but I have a backup and know how to restore my instance in case of a failure." : "Estoy conciente de que si continúo haciendo la actualización vía web, la interfaz de usuario corre el riesgo de que el tiempo de la solicitud expire y cause pérdida de datos, pero cuento con un respaldo y sé como restaurar mi instancia en caso de una falla. ", - "Upgrade via web on my own risk" : "Actualizar vía Web bajo mi propio riesgo", - "This %s instance is currently in maintenance mode, which may take a while." : "Esta instancia %s se encuentra actualmente en modo mantenimiento, que podría tomar algo de tiempo. ", - "Contact your system administrator if this message persists or appeared unexpectedly." : "Contacta a tu administrador del sistema si este mensaje persiste o se presentó de manera inesperada.", - "Your web server is not yet properly set up to allow file synchronization, because the WebDAV interface seems to be broken." : "Tu servidor web aún no esta correctamente configurado para permitir la sincronización de archivos porque la interfaz WebDAV parece estar rota. ", - "The \"{header}\" HTTP header is not set to \"{expected}\". This is a potential security or privacy risk, as it is recommended to adjust this setting accordingly." : "El encabezado HTTP \"{header}\" está establecido a \"{expected}\". Esto representa un riesgo potencial de seguridad o privacidad, y que se recomienda ajustar esta configuración. ", - "The \"{header}\" HTTP header is not set to \"{expected}\". Some features might not work correctly, as it is recommended to adjust this setting accordingly." : "El encabezado HTTP \"{header}\" no está establecido a \"{expected}\". Puede que lgunas características no funcionen correctamente, y se recomienda ajustar esta confirguración. ", - "Wrong username or password." : "Usuario o contraseña equivocado. ", - "User disabled" : "Usuario deshabilitado", - "Username or email" : "Usuario o correo electrónico", - "Error loading message template: {error}" : "Se presentó un error al cargar la plantilla del mensaje: {error}", - "Users" : "Usuarios", - "Username" : "Usuario", - "Database user" : "Usuario de la base de datos", - "This action requires you to confirm your password" : "Esta acción requiere que confirmes tu contraseña", - "Confirm your password" : "Confirma tu contraseña", - "Confirm" : "Confirmar", - "App token" : "Ficha de la aplicación", - "Alternative log in using app token" : "Inicio de sesión alternativo usando una ficha de aplicación", - "Please use the command line updater because you have a big instance with more than 50 users." : "Favor de usar el actualizador desde la línea de comandos ya que tu instancia cuenta con más de 50 usuarios." -},"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;" -} \ No newline at end of file diff --git a/core/l10n/et_EE.js b/core/l10n/et_EE.js index f35ac86946633..0c809846e0e77 100644 --- a/core/l10n/et_EE.js +++ b/core/l10n/et_EE.js @@ -71,6 +71,7 @@ OC.L10N.register( "_{count} notification_::_{count} notifications_" : ["{count} teavitus","{count} teavitust"], "No" : "Ei", "Yes" : "Jah", + "Failed to add the public link to your Nextcloud" : "Avaliku lingi lisamine sinu Nextcloudi ebaõnnestus", "Places" : "Kohad", "Date" : "Kuupäev", "Today" : "Täna", diff --git a/core/l10n/et_EE.json b/core/l10n/et_EE.json index 73df64de1b2a9..1d2ef093f09f5 100644 --- a/core/l10n/et_EE.json +++ b/core/l10n/et_EE.json @@ -69,6 +69,7 @@ "_{count} notification_::_{count} notifications_" : ["{count} teavitus","{count} teavitust"], "No" : "Ei", "Yes" : "Jah", + "Failed to add the public link to your Nextcloud" : "Avaliku lingi lisamine sinu Nextcloudi ebaõnnestus", "Places" : "Kohad", "Date" : "Kuupäev", "Today" : "Täna", diff --git a/core/l10n/eu.js b/core/l10n/eu.js index c0db725661e0a..4b9e0adea3982 100644 --- a/core/l10n/eu.js +++ b/core/l10n/eu.js @@ -103,6 +103,8 @@ OC.L10N.register( "_{count} notification_::_{count} notifications_" : ["Jakinarazpen {count}","{count} jakinarazpenak"], "No" : "Ez", "Yes" : "Bai", + "Create share" : "Sortu partekatzea", + "Failed to add the public link to your Nextcloud" : "Huts egin du esteka publikoa zure Nextcloudera gehitzean", "Custom date range" : "Data-tarte pertsonalizatua", "Pick start date" : "Aukeratu hasiera-data", "Pick end date" : "Aukeratu amaiera-data", @@ -204,6 +206,7 @@ OC.L10N.register( "You have not added any info yet" : "Oraindik ez duzu informaziorik gehitu", "{user} has not added any info yet" : "{user}-(e)k ez du oraindik informaziorik gehitu", "Error opening the user status modal, try hard refreshing the page" : "Errorea erabiltzailen egoera leihoa irekitzean, saiatu orria guztiz freskatzen", + "More actions" : "Ekintza gehiago", "This browser is not supported" : "Nabigatzaile hau ez da onartzen", "Your browser is not supported. Please upgrade to a newer version or a supported one." : "Zure nabigatzailea ez da onartzen. Mesedez, eguneratu bertsio berriago batera edo onartzen den batera.", "Continue with this unsupported browser" : "Jarraitu onartzen ez den arakatzaile honekin", diff --git a/core/l10n/eu.json b/core/l10n/eu.json index 045b8dd47a748..16e17ea474952 100644 --- a/core/l10n/eu.json +++ b/core/l10n/eu.json @@ -101,6 +101,8 @@ "_{count} notification_::_{count} notifications_" : ["Jakinarazpen {count}","{count} jakinarazpenak"], "No" : "Ez", "Yes" : "Bai", + "Create share" : "Sortu partekatzea", + "Failed to add the public link to your Nextcloud" : "Huts egin du esteka publikoa zure Nextcloudera gehitzean", "Custom date range" : "Data-tarte pertsonalizatua", "Pick start date" : "Aukeratu hasiera-data", "Pick end date" : "Aukeratu amaiera-data", @@ -202,6 +204,7 @@ "You have not added any info yet" : "Oraindik ez duzu informaziorik gehitu", "{user} has not added any info yet" : "{user}-(e)k ez du oraindik informaziorik gehitu", "Error opening the user status modal, try hard refreshing the page" : "Errorea erabiltzailen egoera leihoa irekitzean, saiatu orria guztiz freskatzen", + "More actions" : "Ekintza gehiago", "This browser is not supported" : "Nabigatzaile hau ez da onartzen", "Your browser is not supported. Please upgrade to a newer version or a supported one." : "Zure nabigatzailea ez da onartzen. Mesedez, eguneratu bertsio berriago batera edo onartzen den batera.", "Continue with this unsupported browser" : "Jarraitu onartzen ez den arakatzaile honekin", diff --git a/core/l10n/fa.js b/core/l10n/fa.js index 57fe2bd71b7b9..498d9b9f55d79 100644 --- a/core/l10n/fa.js +++ b/core/l10n/fa.js @@ -98,6 +98,8 @@ OC.L10N.register( "_{count} notification_::_{count} notifications_" : ["{count} notification","{count} notifications"], "No" : "نه", "Yes" : "بله", + "Create share" : "ساختن اشتراک", + "Failed to add the public link to your Nextcloud" : "خطا در افزودن ادرس عمومی به نکس کلود شما", "Custom date range" : "بازه تاریخی سفارشی", "Pick start date" : "انتخاب تاریخ شروع", "Pick end date" : "انتخاب تاریخ پایان", @@ -187,6 +189,7 @@ OC.L10N.register( "You have not added any info yet" : "You have not added any info yet", "{user} has not added any info yet" : "{user} has not added any info yet", "Error opening the user status modal, try hard refreshing the page" : "Error opening the user status modal, try hard refreshing the page", + "More actions" : "اقدامات بیشتر", "This browser is not supported" : "This browser is not supported", "Your browser is not supported. Please upgrade to a newer version or a supported one." : "Your browser is not supported. Please upgrade to a newer version or a supported one.", "Continue with this unsupported browser" : "Continue with this unsupported browser", diff --git a/core/l10n/fa.json b/core/l10n/fa.json index 69fdb4f30914d..82f4c87f0e1fb 100644 --- a/core/l10n/fa.json +++ b/core/l10n/fa.json @@ -96,6 +96,8 @@ "_{count} notification_::_{count} notifications_" : ["{count} notification","{count} notifications"], "No" : "نه", "Yes" : "بله", + "Create share" : "ساختن اشتراک", + "Failed to add the public link to your Nextcloud" : "خطا در افزودن ادرس عمومی به نکس کلود شما", "Custom date range" : "بازه تاریخی سفارشی", "Pick start date" : "انتخاب تاریخ شروع", "Pick end date" : "انتخاب تاریخ پایان", @@ -185,6 +187,7 @@ "You have not added any info yet" : "You have not added any info yet", "{user} has not added any info yet" : "{user} has not added any info yet", "Error opening the user status modal, try hard refreshing the page" : "Error opening the user status modal, try hard refreshing the page", + "More actions" : "اقدامات بیشتر", "This browser is not supported" : "This browser is not supported", "Your browser is not supported. Please upgrade to a newer version or a supported one." : "Your browser is not supported. Please upgrade to a newer version or a supported one.", "Continue with this unsupported browser" : "Continue with this unsupported browser", diff --git a/core/l10n/fi.js b/core/l10n/fi.js index 89a8a3c222aea..74ef9d94b00fd 100644 --- a/core/l10n/fi.js +++ b/core/l10n/fi.js @@ -95,6 +95,9 @@ OC.L10N.register( "_{count} notification_::_{count} notifications_" : ["{count} ilmoitus","{count} ilmoitusta"], "No" : "Ei", "Yes" : "Kyllä", + "Federated user" : "Federoitu käyttäjä", + "Create share" : "Luo jako", + "Failed to add the public link to your Nextcloud" : "Julkisen linkin lisääminen Nextcloudiisi epäonnistui", "Pick start date" : "Valitse aloituspäivä", "Pick end date" : "Valitse päättymispäivä", "Search in current app" : "Etsi nykyisessä sovelluksessa", @@ -189,6 +192,7 @@ OC.L10N.register( "The headline and about sections will show up here" : "Otsikko ja listätieto-osiot näkyvät tässä", "You have not added any info yet" : "Et ole lisännyt tietoja vielä", "{user} has not added any info yet" : "{user} ei ole lisännyt tietoja vielä", + "More actions" : "Lisää toimintoja", "This browser is not supported" : "Tämä selain ei ole tuettu", "Your browser is not supported. Please upgrade to a newer version or a supported one." : "Selaimesi ei ole tuettu. Päivitä uudempaan versioon tai muuhun tuettuun selaimeen.", "Continue with this unsupported browser" : "Jatka tällä tuen ulkopuolella olevalla selaimella", diff --git a/core/l10n/fi.json b/core/l10n/fi.json index be7357dccae52..2733d69d61d86 100644 --- a/core/l10n/fi.json +++ b/core/l10n/fi.json @@ -93,6 +93,9 @@ "_{count} notification_::_{count} notifications_" : ["{count} ilmoitus","{count} ilmoitusta"], "No" : "Ei", "Yes" : "Kyllä", + "Federated user" : "Federoitu käyttäjä", + "Create share" : "Luo jako", + "Failed to add the public link to your Nextcloud" : "Julkisen linkin lisääminen Nextcloudiisi epäonnistui", "Pick start date" : "Valitse aloituspäivä", "Pick end date" : "Valitse päättymispäivä", "Search in current app" : "Etsi nykyisessä sovelluksessa", @@ -187,6 +190,7 @@ "The headline and about sections will show up here" : "Otsikko ja listätieto-osiot näkyvät tässä", "You have not added any info yet" : "Et ole lisännyt tietoja vielä", "{user} has not added any info yet" : "{user} ei ole lisännyt tietoja vielä", + "More actions" : "Lisää toimintoja", "This browser is not supported" : "Tämä selain ei ole tuettu", "Your browser is not supported. Please upgrade to a newer version or a supported one." : "Selaimesi ei ole tuettu. Päivitä uudempaan versioon tai muuhun tuettuun selaimeen.", "Continue with this unsupported browser" : "Jatka tällä tuen ulkopuolella olevalla selaimella", diff --git a/core/l10n/fr.js b/core/l10n/fr.js index b6e9767fb0a66..6ae944b7f6801 100644 --- a/core/l10n/fr.js +++ b/core/l10n/fr.js @@ -103,6 +103,9 @@ OC.L10N.register( "_{count} notification_::_{count} notifications_" : ["{count} notification","{count} notifications","{count} notifications"], "No" : "Non", "Yes" : "Oui", + "Federated user" : "Utilisateur fédéré", + "Create share" : "Créer un partage", + "Failed to add the public link to your Nextcloud" : "Échec de l'ajout du lien public à votre Nextcloud", "Custom date range" : "Plage de dates personnalisée", "Pick start date" : "Sélectionner une date de début", "Pick end date" : "Sélectionner une date de fin", @@ -204,6 +207,7 @@ OC.L10N.register( "You have not added any info yet" : "Vous n’avez pas ajouté d’informations pour le moment", "{user} has not added any info yet" : "{user} n’a pas ajouté d’informations pour le moment", "Error opening the user status modal, try hard refreshing the page" : "Erreur lors de l'ouverture du modal du statut de l'utilisateur, essayez d'actualiser la page", + "More actions" : "Plus d'actions…", "This browser is not supported" : "Ce navigateur n'est pas supporté", "Your browser is not supported. Please upgrade to a newer version or a supported one." : "Votre navigateur n'est pas pris en charge. Veuillez passer à une version plus récente ou à un navigateur supporté.", "Continue with this unsupported browser" : "Continuer avec ce navigateur non pris en charge", diff --git a/core/l10n/fr.json b/core/l10n/fr.json index 64b4b8329ba8b..e7cca89351bd1 100644 --- a/core/l10n/fr.json +++ b/core/l10n/fr.json @@ -101,6 +101,9 @@ "_{count} notification_::_{count} notifications_" : ["{count} notification","{count} notifications","{count} notifications"], "No" : "Non", "Yes" : "Oui", + "Federated user" : "Utilisateur fédéré", + "Create share" : "Créer un partage", + "Failed to add the public link to your Nextcloud" : "Échec de l'ajout du lien public à votre Nextcloud", "Custom date range" : "Plage de dates personnalisée", "Pick start date" : "Sélectionner une date de début", "Pick end date" : "Sélectionner une date de fin", @@ -202,6 +205,7 @@ "You have not added any info yet" : "Vous n’avez pas ajouté d’informations pour le moment", "{user} has not added any info yet" : "{user} n’a pas ajouté d’informations pour le moment", "Error opening the user status modal, try hard refreshing the page" : "Erreur lors de l'ouverture du modal du statut de l'utilisateur, essayez d'actualiser la page", + "More actions" : "Plus d'actions…", "This browser is not supported" : "Ce navigateur n'est pas supporté", "Your browser is not supported. Please upgrade to a newer version or a supported one." : "Votre navigateur n'est pas pris en charge. Veuillez passer à une version plus récente ou à un navigateur supporté.", "Continue with this unsupported browser" : "Continuer avec ce navigateur non pris en charge", diff --git a/core/l10n/ga.js b/core/l10n/ga.js index f910fd74bce10..f31812f4a3ec6 100644 --- a/core/l10n/ga.js +++ b/core/l10n/ga.js @@ -103,6 +103,9 @@ OC.L10N.register( "_{count} notification_::_{count} notifications_" : ["{count} fógra","{count} fógra","{count} fógra","{count} fógra","{count} fógra"], "No" : "Níl", "Yes" : "Tá", + "Federated user" : "Úsáideoir cónaidhme", + "Create share" : "Cruthaigh sciar", + "Failed to add the public link to your Nextcloud" : "Theip ar an nasc poiblí a chur le do Nextcloud", "Custom date range" : "Raon dáta saincheaptha", "Pick start date" : "Roghnaigh dáta tosaithe", "Pick end date" : "Roghnaigh dáta deiridh", @@ -204,6 +207,7 @@ OC.L10N.register( "You have not added any info yet" : "Níl aon fhaisnéis curtha agat fós", "{user} has not added any info yet" : "Níor chuir {user} aon fhaisnéis leis fós", "Error opening the user status modal, try hard refreshing the page" : "Earráid agus an modh stádas úsáideora á oscailt, déan iarracht an leathanach a athnuachan go dian", + "More actions" : "Tuilleadh gníomhartha", "This browser is not supported" : "Ní thacaítear leis an mbrabhsálaí seo", "Your browser is not supported. Please upgrade to a newer version or a supported one." : "Ní thacaítear le do bhrabhsálaí. Uasghrádaigh go leagan níos nuaí nó go leagan a dtacaítear leis le do thoil.", "Continue with this unsupported browser" : "Lean ar aghaidh leis an mbrabhsálaí seo nach dtacaítear leis", diff --git a/core/l10n/ga.json b/core/l10n/ga.json index e6f6f4ec5d06b..ffe2479201003 100644 --- a/core/l10n/ga.json +++ b/core/l10n/ga.json @@ -101,6 +101,9 @@ "_{count} notification_::_{count} notifications_" : ["{count} fógra","{count} fógra","{count} fógra","{count} fógra","{count} fógra"], "No" : "Níl", "Yes" : "Tá", + "Federated user" : "Úsáideoir cónaidhme", + "Create share" : "Cruthaigh sciar", + "Failed to add the public link to your Nextcloud" : "Theip ar an nasc poiblí a chur le do Nextcloud", "Custom date range" : "Raon dáta saincheaptha", "Pick start date" : "Roghnaigh dáta tosaithe", "Pick end date" : "Roghnaigh dáta deiridh", @@ -202,6 +205,7 @@ "You have not added any info yet" : "Níl aon fhaisnéis curtha agat fós", "{user} has not added any info yet" : "Níor chuir {user} aon fhaisnéis leis fós", "Error opening the user status modal, try hard refreshing the page" : "Earráid agus an modh stádas úsáideora á oscailt, déan iarracht an leathanach a athnuachan go dian", + "More actions" : "Tuilleadh gníomhartha", "This browser is not supported" : "Ní thacaítear leis an mbrabhsálaí seo", "Your browser is not supported. Please upgrade to a newer version or a supported one." : "Ní thacaítear le do bhrabhsálaí. Uasghrádaigh go leagan níos nuaí nó go leagan a dtacaítear leis le do thoil.", "Continue with this unsupported browser" : "Lean ar aghaidh leis an mbrabhsálaí seo nach dtacaítear leis", diff --git a/core/l10n/gl.js b/core/l10n/gl.js index af87de3a99d7f..778ab57759765 100644 --- a/core/l10n/gl.js +++ b/core/l10n/gl.js @@ -103,6 +103,9 @@ OC.L10N.register( "_{count} notification_::_{count} notifications_" : ["{count} notificación","{count} notificacións"], "No" : "Non", "Yes" : "Si", + "Federated user" : "Usuario federado", + "Create share" : "Crear elemento compartido", + "Failed to add the public link to your Nextcloud" : "Non foi posíbel engadir a ligazón pública ao seu Nextcloud", "Custom date range" : "Intervalo de datas personalizado", "Pick start date" : "Escolla a data de inicio", "Pick end date" : "Escolla a data de finalización", @@ -204,6 +207,7 @@ OC.L10N.register( "You have not added any info yet" : "Aínda non engadiu ningunha información", "{user} has not added any info yet" : "{user} aínda non engadiu ningunha información", "Error opening the user status modal, try hard refreshing the page" : "Produciuse un erro ao abrir o modal de estado do usuario, tente forzar a actualización da páxina", + "More actions" : "Máis accións", "This browser is not supported" : "Este navegador non é compatíbel", "Your browser is not supported. Please upgrade to a newer version or a supported one." : "O seu navegador non é compatíbel. Actualice a unha versión máis recente ou a unha compatíbel.", "Continue with this unsupported browser" : "Continuar con este navegador non compatíbel", diff --git a/core/l10n/gl.json b/core/l10n/gl.json index 6bf69f18e65f9..0c8ef4ab7e52d 100644 --- a/core/l10n/gl.json +++ b/core/l10n/gl.json @@ -101,6 +101,9 @@ "_{count} notification_::_{count} notifications_" : ["{count} notificación","{count} notificacións"], "No" : "Non", "Yes" : "Si", + "Federated user" : "Usuario federado", + "Create share" : "Crear elemento compartido", + "Failed to add the public link to your Nextcloud" : "Non foi posíbel engadir a ligazón pública ao seu Nextcloud", "Custom date range" : "Intervalo de datas personalizado", "Pick start date" : "Escolla a data de inicio", "Pick end date" : "Escolla a data de finalización", @@ -202,6 +205,7 @@ "You have not added any info yet" : "Aínda non engadiu ningunha información", "{user} has not added any info yet" : "{user} aínda non engadiu ningunha información", "Error opening the user status modal, try hard refreshing the page" : "Produciuse un erro ao abrir o modal de estado do usuario, tente forzar a actualización da páxina", + "More actions" : "Máis accións", "This browser is not supported" : "Este navegador non é compatíbel", "Your browser is not supported. Please upgrade to a newer version or a supported one." : "O seu navegador non é compatíbel. Actualice a unha versión máis recente ou a unha compatíbel.", "Continue with this unsupported browser" : "Continuar con este navegador non compatíbel", diff --git a/core/l10n/he.js b/core/l10n/he.js index c774ed730c1bf..808a128bd9a60 100644 --- a/core/l10n/he.js +++ b/core/l10n/he.js @@ -78,6 +78,8 @@ OC.L10N.register( "More apps" : "יישומים נוספים", "No" : "לא", "Yes" : "כן", + "Create share" : "צור שיתוף", + "Failed to add the public link to your Nextcloud" : "אירע כשל בהוספת קישור ציבורי ל־Nextcloud שלך", "Places" : "מקומות", "Date" : "תאריך", "Today" : "היום", @@ -131,6 +133,7 @@ OC.L10N.register( "_Please enter {minSearchLength} character or more to search_::_Please enter {minSearchLength} characters or more to search_" : ["נא להקליד לפחות תו אחד כדי לחפש","נא להקליד לפחות {minSearchLength} תווים כדי לחפש","נא להקליד לפחות {minSearchLength} תווים כדי לחפש","נא להקליד לפחות {minSearchLength} תווים כדי לחפש"], "Forgot password?" : "שכחת ססמה?", "Back" : "חזרה", + "More actions" : "פעולות נוספות", "Search {types} …" : "חפש {types} ...", "Choose" : "בחירה", "Copy" : "העתקה", diff --git a/core/l10n/he.json b/core/l10n/he.json index 1fc63acc7a584..c7ce45874850c 100644 --- a/core/l10n/he.json +++ b/core/l10n/he.json @@ -76,6 +76,8 @@ "More apps" : "יישומים נוספים", "No" : "לא", "Yes" : "כן", + "Create share" : "צור שיתוף", + "Failed to add the public link to your Nextcloud" : "אירע כשל בהוספת קישור ציבורי ל־Nextcloud שלך", "Places" : "מקומות", "Date" : "תאריך", "Today" : "היום", @@ -129,6 +131,7 @@ "_Please enter {minSearchLength} character or more to search_::_Please enter {minSearchLength} characters or more to search_" : ["נא להקליד לפחות תו אחד כדי לחפש","נא להקליד לפחות {minSearchLength} תווים כדי לחפש","נא להקליד לפחות {minSearchLength} תווים כדי לחפש","נא להקליד לפחות {minSearchLength} תווים כדי לחפש"], "Forgot password?" : "שכחת ססמה?", "Back" : "חזרה", + "More actions" : "פעולות נוספות", "Search {types} …" : "חפש {types} ...", "Choose" : "בחירה", "Copy" : "העתקה", diff --git a/core/l10n/hr.js b/core/l10n/hr.js index 62ca81d805e6b..4eb559cd5f0ad 100644 --- a/core/l10n/hr.js +++ b/core/l10n/hr.js @@ -82,6 +82,8 @@ OC.L10N.register( "More apps" : "Više aplikacija", "No" : "Ne", "Yes" : "Da", + "Create share" : "Stvori dijeljenje", + "Failed to add the public link to your Nextcloud" : "Dodavanje javne poveznice u Nextcloud nije uspjelo", "Date" : "Datum", "Last year" : "Prošle godine", "People" : "Ljudi", @@ -142,6 +144,7 @@ OC.L10N.register( "Forgot password?" : "Zaboravili ste zaporku?", "Back" : "Natrag", "Login form is disabled." : "Obrazac za prijavu je onemogućen.", + "More actions" : "Dodatne radnje", "Search {types} …" : "Traži {types}…", "Choose" : "Odaberite", "Copy" : "Kopiraj", diff --git a/core/l10n/hr.json b/core/l10n/hr.json index d054765610155..efbe3fcd64cc3 100644 --- a/core/l10n/hr.json +++ b/core/l10n/hr.json @@ -80,6 +80,8 @@ "More apps" : "Više aplikacija", "No" : "Ne", "Yes" : "Da", + "Create share" : "Stvori dijeljenje", + "Failed to add the public link to your Nextcloud" : "Dodavanje javne poveznice u Nextcloud nije uspjelo", "Date" : "Datum", "Last year" : "Prošle godine", "People" : "Ljudi", @@ -140,6 +142,7 @@ "Forgot password?" : "Zaboravili ste zaporku?", "Back" : "Natrag", "Login form is disabled." : "Obrazac za prijavu je onemogućen.", + "More actions" : "Dodatne radnje", "Search {types} …" : "Traži {types}…", "Choose" : "Odaberite", "Copy" : "Kopiraj", diff --git a/core/l10n/hu.js b/core/l10n/hu.js index 90f94a2bd6c90..2582e63cf1743 100644 --- a/core/l10n/hu.js +++ b/core/l10n/hu.js @@ -103,6 +103,8 @@ OC.L10N.register( "_{count} notification_::_{count} notifications_" : ["{count} értesítés","{count} értesítés"], "No" : "Nem", "Yes" : "Igen", + "Create share" : "Megosztás létrehozása", + "Failed to add the public link to your Nextcloud" : "Nem sikerült hozzáadni a nyilvános hivatkozást a Nexcloudjához", "Custom date range" : "Egyéni dátumtartomány", "Pick start date" : "Válasszon kezdési dátumot", "Pick end date" : "Válasszon befejezési dátumot", @@ -204,6 +206,7 @@ OC.L10N.register( "You have not added any info yet" : "Még nem adott meg semmilyen információt", "{user} has not added any info yet" : "{user} még nem adott meg semmilyen információt", "Error opening the user status modal, try hard refreshing the page" : "Hiba a felhasználói állapot párbeszédablak megnyitásakor, próbálja meg az oldal kényszerített újratöltését", + "More actions" : "További műveletek", "This browser is not supported" : "Ez a böngésző nem támogatott.", "Your browser is not supported. Please upgrade to a newer version or a supported one." : "A böngészője nem támogatott. Frissítsen újabb verzióra, vagy váltson egy támogatott böngészőre.", "Continue with this unsupported browser" : "Folytatás ezzel a nem támogatott böngészővel", diff --git a/core/l10n/hu.json b/core/l10n/hu.json index 6c7185efb3f79..e230a8158deee 100644 --- a/core/l10n/hu.json +++ b/core/l10n/hu.json @@ -101,6 +101,8 @@ "_{count} notification_::_{count} notifications_" : ["{count} értesítés","{count} értesítés"], "No" : "Nem", "Yes" : "Igen", + "Create share" : "Megosztás létrehozása", + "Failed to add the public link to your Nextcloud" : "Nem sikerült hozzáadni a nyilvános hivatkozást a Nexcloudjához", "Custom date range" : "Egyéni dátumtartomány", "Pick start date" : "Válasszon kezdési dátumot", "Pick end date" : "Válasszon befejezési dátumot", @@ -202,6 +204,7 @@ "You have not added any info yet" : "Még nem adott meg semmilyen információt", "{user} has not added any info yet" : "{user} még nem adott meg semmilyen információt", "Error opening the user status modal, try hard refreshing the page" : "Hiba a felhasználói állapot párbeszédablak megnyitásakor, próbálja meg az oldal kényszerített újratöltését", + "More actions" : "További műveletek", "This browser is not supported" : "Ez a böngésző nem támogatott.", "Your browser is not supported. Please upgrade to a newer version or a supported one." : "A böngészője nem támogatott. Frissítsen újabb verzióra, vagy váltson egy támogatott böngészőre.", "Continue with this unsupported browser" : "Folytatás ezzel a nem támogatott böngészővel", diff --git a/core/l10n/id.js b/core/l10n/id.js index 81343a2fea276..07a2b91084cbc 100644 --- a/core/l10n/id.js +++ b/core/l10n/id.js @@ -82,6 +82,7 @@ OC.L10N.register( "More apps" : "Aplikasi lainnya", "No" : "Tidak", "Yes" : "Ya", + "Failed to add the public link to your Nextcloud" : "Gagal menambah tautan publik ke Nextcloud Anda", "Places" : "Tempat", "Today" : "Hari ini", "People" : "Orang", diff --git a/core/l10n/id.json b/core/l10n/id.json index bc0eecae9b054..b73795ae50b16 100644 --- a/core/l10n/id.json +++ b/core/l10n/id.json @@ -80,6 +80,7 @@ "More apps" : "Aplikasi lainnya", "No" : "Tidak", "Yes" : "Ya", + "Failed to add the public link to your Nextcloud" : "Gagal menambah tautan publik ke Nextcloud Anda", "Places" : "Tempat", "Today" : "Hari ini", "People" : "Orang", diff --git a/core/l10n/is.js b/core/l10n/is.js index 1deb2d41794f1..9626b59e15d10 100644 --- a/core/l10n/is.js +++ b/core/l10n/is.js @@ -98,6 +98,8 @@ OC.L10N.register( "_{count} notification_::_{count} notifications_" : ["{count} tilkynning","{count} tilkynningar"], "No" : "Nei", "Yes" : "Já", + "Create share" : "Búa til sameign", + "Failed to add the public link to your Nextcloud" : "Mistókst að bæta opinberum tengli í þitt eigið Nextcloud", "Custom date range" : "Sérsniðið dagsetningabil", "Pick start date" : "Veldu upphafsdagsetningu", "Pick end date" : "Veldu lokadagsetningu", @@ -188,6 +190,7 @@ OC.L10N.register( "You have not added any info yet" : "Þú hefur ekki bætt við neinum upplýsingum ennþá", "{user} has not added any info yet" : "{user} hefur ekki bætt við neinum upplýsingum ennþá", "Error opening the user status modal, try hard refreshing the page" : "Villa við að opna stöðuglugga notandans, prófaðu að þvinga endurlestur síðunnar", + "More actions" : "Fleiri aðgerðir", "This browser is not supported" : "Það er ekki stuðningur við þennan vafra", "Your browser is not supported. Please upgrade to a newer version or a supported one." : "Það er ekki stuðningur við vafrann þinn. Endilega uppfærðu í nýrri útgáfu eða vafra sem er studdur.", "Continue with this unsupported browser" : "Halda áfram með þessum óstudda vafra", diff --git a/core/l10n/is.json b/core/l10n/is.json index 50e06bd73fca0..28d533b73f856 100644 --- a/core/l10n/is.json +++ b/core/l10n/is.json @@ -96,6 +96,8 @@ "_{count} notification_::_{count} notifications_" : ["{count} tilkynning","{count} tilkynningar"], "No" : "Nei", "Yes" : "Já", + "Create share" : "Búa til sameign", + "Failed to add the public link to your Nextcloud" : "Mistókst að bæta opinberum tengli í þitt eigið Nextcloud", "Custom date range" : "Sérsniðið dagsetningabil", "Pick start date" : "Veldu upphafsdagsetningu", "Pick end date" : "Veldu lokadagsetningu", @@ -186,6 +188,7 @@ "You have not added any info yet" : "Þú hefur ekki bætt við neinum upplýsingum ennþá", "{user} has not added any info yet" : "{user} hefur ekki bætt við neinum upplýsingum ennþá", "Error opening the user status modal, try hard refreshing the page" : "Villa við að opna stöðuglugga notandans, prófaðu að þvinga endurlestur síðunnar", + "More actions" : "Fleiri aðgerðir", "This browser is not supported" : "Það er ekki stuðningur við þennan vafra", "Your browser is not supported. Please upgrade to a newer version or a supported one." : "Það er ekki stuðningur við vafrann þinn. Endilega uppfærðu í nýrri útgáfu eða vafra sem er studdur.", "Continue with this unsupported browser" : "Halda áfram með þessum óstudda vafra", diff --git a/core/l10n/it.js b/core/l10n/it.js index ddce31f5ba6ef..8477b178c9251 100644 --- a/core/l10n/it.js +++ b/core/l10n/it.js @@ -103,6 +103,8 @@ OC.L10N.register( "_{count} notification_::_{count} notifications_" : ["{count} notifica","{count} notifiche","{count} notifiche"], "No" : "No", "Yes" : "Sì", + "Create share" : "Crea condivisione", + "Failed to add the public link to your Nextcloud" : "Aggiunta del collegamento pubblico al tuo Nextcloud non riuscita", "Custom date range" : "Intervallo di date personalizzato", "Pick start date" : "Scegli la data di inizio", "Pick end date" : "Scegli la data di fine", @@ -204,6 +206,7 @@ OC.L10N.register( "You have not added any info yet" : "Non hai ancora aggiunto alcuna informazione", "{user} has not added any info yet" : "{user} non ha ancora aggiunto alcuna informazione", "Error opening the user status modal, try hard refreshing the page" : "Errore nell'apertura dello stato utente, prova a ricaricare la pagina", + "More actions" : "Altre azioni", "This browser is not supported" : "Questo browser non è supportato", "Your browser is not supported. Please upgrade to a newer version or a supported one." : "Il tuo browser non è supportato. Effettua l'aggiornamento a una versione più recente o supportata.", "Continue with this unsupported browser" : "Prosegui con questo browser non supportato", diff --git a/core/l10n/it.json b/core/l10n/it.json index df5cd5a983fbb..dbe0feea2f716 100644 --- a/core/l10n/it.json +++ b/core/l10n/it.json @@ -101,6 +101,8 @@ "_{count} notification_::_{count} notifications_" : ["{count} notifica","{count} notifiche","{count} notifiche"], "No" : "No", "Yes" : "Sì", + "Create share" : "Crea condivisione", + "Failed to add the public link to your Nextcloud" : "Aggiunta del collegamento pubblico al tuo Nextcloud non riuscita", "Custom date range" : "Intervallo di date personalizzato", "Pick start date" : "Scegli la data di inizio", "Pick end date" : "Scegli la data di fine", @@ -202,6 +204,7 @@ "You have not added any info yet" : "Non hai ancora aggiunto alcuna informazione", "{user} has not added any info yet" : "{user} non ha ancora aggiunto alcuna informazione", "Error opening the user status modal, try hard refreshing the page" : "Errore nell'apertura dello stato utente, prova a ricaricare la pagina", + "More actions" : "Altre azioni", "This browser is not supported" : "Questo browser non è supportato", "Your browser is not supported. Please upgrade to a newer version or a supported one." : "Il tuo browser non è supportato. Effettua l'aggiornamento a una versione più recente o supportata.", "Continue with this unsupported browser" : "Prosegui con questo browser non supportato", diff --git a/core/l10n/ja.js b/core/l10n/ja.js index 421b689557f1d..0c239ed59b3c9 100644 --- a/core/l10n/ja.js +++ b/core/l10n/ja.js @@ -103,6 +103,8 @@ OC.L10N.register( "_{count} notification_::_{count} notifications_" : ["通知 {count} 件"], "No" : "いいえ", "Yes" : "はい", + "Create share" : "共有を作成", + "Failed to add the public link to your Nextcloud" : "このNextcloudに公開リンクを追加できませんでした", "Custom date range" : "カスタム日付の範囲", "Pick start date" : "開始日を指定", "Pick end date" : "終了日を指定", @@ -204,6 +206,7 @@ OC.L10N.register( "You have not added any info yet" : "まだ情報が追加されていません", "{user} has not added any info yet" : "{user}が、まだ情報を追加していません", "Error opening the user status modal, try hard refreshing the page" : "ユーザーステータスモーダルを開くときにエラーが発生しました。ページを更新してみてください", + "More actions" : "その他のアクション", "This browser is not supported" : "お使いのブラウザーはサポートされていません", "Your browser is not supported. Please upgrade to a newer version or a supported one." : "お使いのブラウザーはサポート対象外です。新しいバージョンにアップグレードするかサポートされているブラウザーへ切り替えてください", "Continue with this unsupported browser" : "サポート対象外のブラウザーで継続する", diff --git a/core/l10n/ja.json b/core/l10n/ja.json index 6b48d3a038934..76cf289bb6e19 100644 --- a/core/l10n/ja.json +++ b/core/l10n/ja.json @@ -101,6 +101,8 @@ "_{count} notification_::_{count} notifications_" : ["通知 {count} 件"], "No" : "いいえ", "Yes" : "はい", + "Create share" : "共有を作成", + "Failed to add the public link to your Nextcloud" : "このNextcloudに公開リンクを追加できませんでした", "Custom date range" : "カスタム日付の範囲", "Pick start date" : "開始日を指定", "Pick end date" : "終了日を指定", @@ -202,6 +204,7 @@ "You have not added any info yet" : "まだ情報が追加されていません", "{user} has not added any info yet" : "{user}が、まだ情報を追加していません", "Error opening the user status modal, try hard refreshing the page" : "ユーザーステータスモーダルを開くときにエラーが発生しました。ページを更新してみてください", + "More actions" : "その他のアクション", "This browser is not supported" : "お使いのブラウザーはサポートされていません", "Your browser is not supported. Please upgrade to a newer version or a supported one." : "お使いのブラウザーはサポート対象外です。新しいバージョンにアップグレードするかサポートされているブラウザーへ切り替えてください", "Continue with this unsupported browser" : "サポート対象外のブラウザーで継続する", diff --git a/core/l10n/ka.js b/core/l10n/ka.js index 75a040a38afaa..7b35cc236d142 100644 --- a/core/l10n/ka.js +++ b/core/l10n/ka.js @@ -98,6 +98,8 @@ OC.L10N.register( "_{count} notification_::_{count} notifications_" : ["{count} notification","{count} notifications"], "No" : "No", "Yes" : "Yes", + "Create share" : "Create share", + "Failed to add the public link to your Nextcloud" : "Failed to add the public link to your Nextcloud", "Custom date range" : "Custom date range", "Pick start date" : "Pick start date", "Pick end date" : "Pick end date", @@ -188,6 +190,7 @@ OC.L10N.register( "You have not added any info yet" : "You have not added any info yet", "{user} has not added any info yet" : "{user} has not added any info yet", "Error opening the user status modal, try hard refreshing the page" : "Error opening the user status modal, try hard refreshing the page", + "More actions" : "More actions", "This browser is not supported" : "This browser is not supported", "Your browser is not supported. Please upgrade to a newer version or a supported one." : "Your browser is not supported. Please upgrade to a newer version or a supported one.", "Continue with this unsupported browser" : "Continue with this unsupported browser", diff --git a/core/l10n/ka.json b/core/l10n/ka.json index e6c3b08542550..cf4b75ce228fc 100644 --- a/core/l10n/ka.json +++ b/core/l10n/ka.json @@ -96,6 +96,8 @@ "_{count} notification_::_{count} notifications_" : ["{count} notification","{count} notifications"], "No" : "No", "Yes" : "Yes", + "Create share" : "Create share", + "Failed to add the public link to your Nextcloud" : "Failed to add the public link to your Nextcloud", "Custom date range" : "Custom date range", "Pick start date" : "Pick start date", "Pick end date" : "Pick end date", @@ -186,6 +188,7 @@ "You have not added any info yet" : "You have not added any info yet", "{user} has not added any info yet" : "{user} has not added any info yet", "Error opening the user status modal, try hard refreshing the page" : "Error opening the user status modal, try hard refreshing the page", + "More actions" : "More actions", "This browser is not supported" : "This browser is not supported", "Your browser is not supported. Please upgrade to a newer version or a supported one." : "Your browser is not supported. Please upgrade to a newer version or a supported one.", "Continue with this unsupported browser" : "Continue with this unsupported browser", diff --git a/core/l10n/ko.js b/core/l10n/ko.js index 32d0eb564aa08..fbcf02bb9fbf0 100644 --- a/core/l10n/ko.js +++ b/core/l10n/ko.js @@ -103,6 +103,8 @@ OC.L10N.register( "_{count} notification_::_{count} notifications_" : ["{count}개의 알림"], "No" : "아니요", "Yes" : "예", + "Create share" : "공유 만들기", + "Failed to add the public link to your Nextcloud" : "Nextcloud에 공개 링크를 추가할 수 없음", "Custom date range" : "맞춤 날짜 범위", "Pick start date" : "시작일 선택", "Pick end date" : "종료일 선택", @@ -204,6 +206,7 @@ OC.L10N.register( "You have not added any info yet" : "아직 아무 정보도 추가하지 않았습니다.", "{user} has not added any info yet" : "{user}님이 아직 아무 정보도 추가하지 않음", "Error opening the user status modal, try hard refreshing the page" : "사용자 상태 모달을 불러오는 데 실패했습니다, 페이지를 완전히 새로고침 해 보십시오.", + "More actions" : "더 많은 동작", "This browser is not supported" : "이 브라우저는 지원되지 않습니다.", "Your browser is not supported. Please upgrade to a newer version or a supported one." : "이 브라우저는 지원되지 않습니다. 새로운 버전 및 지원되는 브라우저로 업그레이드 하세요.", "Continue with this unsupported browser" : "지원되지 않는 브라우저로 계속 사용하기", diff --git a/core/l10n/ko.json b/core/l10n/ko.json index 8b45861409b09..22a16ad0be4e7 100644 --- a/core/l10n/ko.json +++ b/core/l10n/ko.json @@ -101,6 +101,8 @@ "_{count} notification_::_{count} notifications_" : ["{count}개의 알림"], "No" : "아니요", "Yes" : "예", + "Create share" : "공유 만들기", + "Failed to add the public link to your Nextcloud" : "Nextcloud에 공개 링크를 추가할 수 없음", "Custom date range" : "맞춤 날짜 범위", "Pick start date" : "시작일 선택", "Pick end date" : "종료일 선택", @@ -202,6 +204,7 @@ "You have not added any info yet" : "아직 아무 정보도 추가하지 않았습니다.", "{user} has not added any info yet" : "{user}님이 아직 아무 정보도 추가하지 않음", "Error opening the user status modal, try hard refreshing the page" : "사용자 상태 모달을 불러오는 데 실패했습니다, 페이지를 완전히 새로고침 해 보십시오.", + "More actions" : "더 많은 동작", "This browser is not supported" : "이 브라우저는 지원되지 않습니다.", "Your browser is not supported. Please upgrade to a newer version or a supported one." : "이 브라우저는 지원되지 않습니다. 새로운 버전 및 지원되는 브라우저로 업그레이드 하세요.", "Continue with this unsupported browser" : "지원되지 않는 브라우저로 계속 사용하기", diff --git a/core/l10n/lt_LT.js b/core/l10n/lt_LT.js index a4a1d619e7117..012c4d6272990 100644 --- a/core/l10n/lt_LT.js +++ b/core/l10n/lt_LT.js @@ -89,6 +89,8 @@ OC.L10N.register( "_{count} notification_::_{count} notifications_" : ["{count} pranešimas","{count} pranešimai","{count} pranešimų","{count} pranešimas"], "No" : "Ne", "Yes" : "Taip", + "Create share" : "Sukurti viešinį", + "Failed to add the public link to your Nextcloud" : "Nepavyko pridėti viešosios nuorodos į jūsų Nextcloud", "Date" : "Data", "Today" : "Šiandien", "People" : "Žmonės", @@ -153,6 +155,7 @@ OC.L10N.register( "The headline and about sections will show up here" : "Čia bus rodoma santrauka apie jus bei kita su jumis susijusi informacija", "You have not added any info yet" : "Jūs kol kas nesate pridėję jokios informacijos", "{user} has not added any info yet" : "Naudotojas {user} kol kas nėra pridėjęs jokios informacijos", + "More actions" : "Daugiau veiksmų", "Supported versions" : "Palaikomos versijos", "Search {types} …" : "Ieškoti {types}…", "Choose" : "Pasirinkti", diff --git a/core/l10n/lt_LT.json b/core/l10n/lt_LT.json index 437396831be2a..2b6e7fe651999 100644 --- a/core/l10n/lt_LT.json +++ b/core/l10n/lt_LT.json @@ -87,6 +87,8 @@ "_{count} notification_::_{count} notifications_" : ["{count} pranešimas","{count} pranešimai","{count} pranešimų","{count} pranešimas"], "No" : "Ne", "Yes" : "Taip", + "Create share" : "Sukurti viešinį", + "Failed to add the public link to your Nextcloud" : "Nepavyko pridėti viešosios nuorodos į jūsų Nextcloud", "Date" : "Data", "Today" : "Šiandien", "People" : "Žmonės", @@ -151,6 +153,7 @@ "The headline and about sections will show up here" : "Čia bus rodoma santrauka apie jus bei kita su jumis susijusi informacija", "You have not added any info yet" : "Jūs kol kas nesate pridėję jokios informacijos", "{user} has not added any info yet" : "Naudotojas {user} kol kas nėra pridėjęs jokios informacijos", + "More actions" : "Daugiau veiksmų", "Supported versions" : "Palaikomos versijos", "Search {types} …" : "Ieškoti {types}…", "Choose" : "Pasirinkti", diff --git a/core/l10n/lv.js b/core/l10n/lv.js index e2f80dad47c8b..4855d523d7304 100644 --- a/core/l10n/lv.js +++ b/core/l10n/lv.js @@ -78,6 +78,7 @@ OC.L10N.register( "More apps" : "Vairāk lietotņu", "No" : "Nē", "Yes" : "Jā", + "Failed to add the public link to your Nextcloud" : "Neizdevās pievienot publisku saiti jūsu Nextcloud", "Search in date range" : "Meklēt laika posmā", "Unified search" : "Apvienotā meklēšana", "Places" : "Vietas", diff --git a/core/l10n/lv.json b/core/l10n/lv.json index 7536ffe8b68a1..864b0e07d07af 100644 --- a/core/l10n/lv.json +++ b/core/l10n/lv.json @@ -76,6 +76,7 @@ "More apps" : "Vairāk lietotņu", "No" : "Nē", "Yes" : "Jā", + "Failed to add the public link to your Nextcloud" : "Neizdevās pievienot publisku saiti jūsu Nextcloud", "Search in date range" : "Meklēt laika posmā", "Unified search" : "Apvienotā meklēšana", "Places" : "Vietas", diff --git a/core/l10n/mk.js b/core/l10n/mk.js index 3955dc083bdba..e4203774fcf85 100644 --- a/core/l10n/mk.js +++ b/core/l10n/mk.js @@ -90,6 +90,8 @@ OC.L10N.register( "_{count} notification_::_{count} notifications_" : ["Едно исзестување","{count} известувања"], "No" : "Не", "Yes" : "Да", + "Create share" : "Ново споделување", + "Failed to add the public link to your Nextcloud" : "Неуспешно додавање на јавниот линк", "Pick start date" : "Избери почетен датум", "Pick end date" : "Избери краен датум", "Search apps, files, tags, messages" : "Барај апликации, датотеки, ознаки, пораки", @@ -175,6 +177,7 @@ OC.L10N.register( "The headline and about sections will show up here" : "Насловот и за секциите ќе се појават овде", "You have not added any info yet" : "Сè уште немате додадено никакви информации", "{user} has not added any info yet" : "{user} нема додадено никакви информации", + "More actions" : "Повеќе акции", "This browser is not supported" : "Овој прелистувач не е поддржан", "Your browser is not supported. Please upgrade to a newer version or a supported one." : "Вашиот прелистувач не е поддржан. Надградете на понова или поддржана верзија.", "Continue with this unsupported browser" : "Продолжете со овој неподдржан прелистувач", diff --git a/core/l10n/mk.json b/core/l10n/mk.json index d9a90051f3620..ab2832c032510 100644 --- a/core/l10n/mk.json +++ b/core/l10n/mk.json @@ -88,6 +88,8 @@ "_{count} notification_::_{count} notifications_" : ["Едно исзестување","{count} известувања"], "No" : "Не", "Yes" : "Да", + "Create share" : "Ново споделување", + "Failed to add the public link to your Nextcloud" : "Неуспешно додавање на јавниот линк", "Pick start date" : "Избери почетен датум", "Pick end date" : "Избери краен датум", "Search apps, files, tags, messages" : "Барај апликации, датотеки, ознаки, пораки", @@ -173,6 +175,7 @@ "The headline and about sections will show up here" : "Насловот и за секциите ќе се појават овде", "You have not added any info yet" : "Сè уште немате додадено никакви информации", "{user} has not added any info yet" : "{user} нема додадено никакви информации", + "More actions" : "Повеќе акции", "This browser is not supported" : "Овој прелистувач не е поддржан", "Your browser is not supported. Please upgrade to a newer version or a supported one." : "Вашиот прелистувач не е поддржан. Надградете на понова или поддржана верзија.", "Continue with this unsupported browser" : "Продолжете со овој неподдржан прелистувач", diff --git a/core/l10n/nb.js b/core/l10n/nb.js index 1faf1f195b184..b8dbc9f23e886 100644 --- a/core/l10n/nb.js +++ b/core/l10n/nb.js @@ -103,6 +103,9 @@ OC.L10N.register( "_{count} notification_::_{count} notifications_" : ["{count} varsel","{count} varsler"], "No" : "Nei", "Yes" : "Ja", + "Federated user" : "Forent bruker", + "Create share" : "Opprett deling", + "Failed to add the public link to your Nextcloud" : "Feil oppsto under oppretting av offentlig lenke til din Nextcloud", "Custom date range" : "Egendefinert datoperiode", "Pick start date" : "Velg start dato", "Pick end date" : "Velg sluttdato", @@ -204,6 +207,7 @@ OC.L10N.register( "You have not added any info yet" : "Du har ikke lagt inn noe informasjon ennå", "{user} has not added any info yet" : "{user} har ikke lagt inn noe informasjon ennå", "Error opening the user status modal, try hard refreshing the page" : "Feil ved åpning av bruker-status modal, prøv å laste inn siden på nytt med hard refresh", + "More actions" : "Flere handlinger", "This browser is not supported" : "Denne nettleseren støttes ikke", "Your browser is not supported. Please upgrade to a newer version or a supported one." : "Nettleseren din støttes ikke. Vennligst oppgrader til en nyere versjon eller en støttet versjon.", "Continue with this unsupported browser" : "Fortsett med denne nettleseren som ikke støttes", diff --git a/core/l10n/nb.json b/core/l10n/nb.json index ff83e9d0f56c8..bb75fb692faef 100644 --- a/core/l10n/nb.json +++ b/core/l10n/nb.json @@ -101,6 +101,9 @@ "_{count} notification_::_{count} notifications_" : ["{count} varsel","{count} varsler"], "No" : "Nei", "Yes" : "Ja", + "Federated user" : "Forent bruker", + "Create share" : "Opprett deling", + "Failed to add the public link to your Nextcloud" : "Feil oppsto under oppretting av offentlig lenke til din Nextcloud", "Custom date range" : "Egendefinert datoperiode", "Pick start date" : "Velg start dato", "Pick end date" : "Velg sluttdato", @@ -202,6 +205,7 @@ "You have not added any info yet" : "Du har ikke lagt inn noe informasjon ennå", "{user} has not added any info yet" : "{user} har ikke lagt inn noe informasjon ennå", "Error opening the user status modal, try hard refreshing the page" : "Feil ved åpning av bruker-status modal, prøv å laste inn siden på nytt med hard refresh", + "More actions" : "Flere handlinger", "This browser is not supported" : "Denne nettleseren støttes ikke", "Your browser is not supported. Please upgrade to a newer version or a supported one." : "Nettleseren din støttes ikke. Vennligst oppgrader til en nyere versjon eller en støttet versjon.", "Continue with this unsupported browser" : "Fortsett med denne nettleseren som ikke støttes", diff --git a/core/l10n/nl.js b/core/l10n/nl.js index d260dec9f516e..ecd11af119bd2 100644 --- a/core/l10n/nl.js +++ b/core/l10n/nl.js @@ -101,6 +101,8 @@ OC.L10N.register( "_{count} notification_::_{count} notifications_" : ["{count} melding","{count} meldingen"], "No" : "Nee", "Yes" : "Ja", + "Create share" : "Creëren share", + "Failed to add the public link to your Nextcloud" : "Kon de openbare link niet aan je Nextcloud toevoegen", "Custom date range" : "Aangepast datumbereik", "Pick start date" : "Kies startdatum", "Pick end date" : "Kies einddatum", @@ -198,6 +200,7 @@ OC.L10N.register( "You have not added any info yet" : "Je hebt nog geen info toegevoegd", "{user} has not added any info yet" : "{user} heeft nog geen info toegevoegd", "Error opening the user status modal, try hard refreshing the page" : "Fout bij het openen van het gebruiker status model, probeer een harde refresh van de pagina", + "More actions" : "Meer acties", "This browser is not supported" : "Deze browser wordt niet ondersteunt", "Your browser is not supported. Please upgrade to a newer version or a supported one." : "Deze browser wordt niet ondersteunt. Upgrade a.u.b naar een nieuwere versie of een browser die wel ondersteunt wordt.", "Continue with this unsupported browser" : "Ga verder met deze niet-ondersteunde browser", diff --git a/core/l10n/nl.json b/core/l10n/nl.json index 2714bb0783b69..d92181e602cca 100644 --- a/core/l10n/nl.json +++ b/core/l10n/nl.json @@ -99,6 +99,8 @@ "_{count} notification_::_{count} notifications_" : ["{count} melding","{count} meldingen"], "No" : "Nee", "Yes" : "Ja", + "Create share" : "Creëren share", + "Failed to add the public link to your Nextcloud" : "Kon de openbare link niet aan je Nextcloud toevoegen", "Custom date range" : "Aangepast datumbereik", "Pick start date" : "Kies startdatum", "Pick end date" : "Kies einddatum", @@ -196,6 +198,7 @@ "You have not added any info yet" : "Je hebt nog geen info toegevoegd", "{user} has not added any info yet" : "{user} heeft nog geen info toegevoegd", "Error opening the user status modal, try hard refreshing the page" : "Fout bij het openen van het gebruiker status model, probeer een harde refresh van de pagina", + "More actions" : "Meer acties", "This browser is not supported" : "Deze browser wordt niet ondersteunt", "Your browser is not supported. Please upgrade to a newer version or a supported one." : "Deze browser wordt niet ondersteunt. Upgrade a.u.b naar een nieuwere versie of een browser die wel ondersteunt wordt.", "Continue with this unsupported browser" : "Ga verder met deze niet-ondersteunde browser", diff --git a/core/l10n/oc.js b/core/l10n/oc.js index 0093cd1dc1cc3..ebeb98b8a4430 100644 --- a/core/l10n/oc.js +++ b/core/l10n/oc.js @@ -138,6 +138,7 @@ OC.L10N.register( "Back" : "Retorn", "Login form is disabled." : "Lo formulari de connexion es desactivat.", "Edit Profile" : "Modificar perfil", + "More actions" : "Mai d’accions", "This browser is not supported" : "Aqueste navigador es pas pres en carga", "Supported versions" : "Versions presas en carga", "{name} version {version} and above" : "{name} version {version} e ulterior", diff --git a/core/l10n/oc.json b/core/l10n/oc.json index b595fb3ae1a08..9aa5735598a4d 100644 --- a/core/l10n/oc.json +++ b/core/l10n/oc.json @@ -136,6 +136,7 @@ "Back" : "Retorn", "Login form is disabled." : "Lo formulari de connexion es desactivat.", "Edit Profile" : "Modificar perfil", + "More actions" : "Mai d’accions", "This browser is not supported" : "Aqueste navigador es pas pres en carga", "Supported versions" : "Versions presas en carga", "{name} version {version} and above" : "{name} version {version} e ulterior", diff --git a/core/l10n/pl.js b/core/l10n/pl.js index 29657681ee17d..8c4ea9be6b249 100644 --- a/core/l10n/pl.js +++ b/core/l10n/pl.js @@ -101,6 +101,8 @@ OC.L10N.register( "_{count} notification_::_{count} notifications_" : ["{count} powiadomienie","{count} powiadomienia","{count} powiadomień","{count} powiadomień"], "No" : "Nie", "Yes" : "Tak", + "Create share" : "Utwórz udostępnienie", + "Failed to add the public link to your Nextcloud" : "Nie udało się dodać linku publicznego do Nextcloud", "Custom date range" : "Własny zakres dat", "Pick start date" : "Wybierz datę rozpoczęcia", "Pick end date" : "Wybierz datę zakończenia", @@ -198,6 +200,7 @@ OC.L10N.register( "You have not added any info yet" : "Nie dodałeś jeszcze żadnych informacji", "{user} has not added any info yet" : "{user} nie dodał jeszcze żadnych informacji", "Error opening the user status modal, try hard refreshing the page" : "Błąd podczas otwierania modalnego statusu użytkownika, spróbuj bardziej odświeżyć stronę", + "More actions" : "Więcej akcji", "This browser is not supported" : "Ta przeglądarka nie jest obsługiwana", "Your browser is not supported. Please upgrade to a newer version or a supported one." : "Twoja przeglądarka nie jest wspierana. Uaktualnij do nowszej lub obsługiwanej wersji.", "Continue with this unsupported browser" : "Kontynuuj w tej nieobsługiwanej przeglądarce", diff --git a/core/l10n/pl.json b/core/l10n/pl.json index 090090a23956c..dd23e9bb47f82 100644 --- a/core/l10n/pl.json +++ b/core/l10n/pl.json @@ -99,6 +99,8 @@ "_{count} notification_::_{count} notifications_" : ["{count} powiadomienie","{count} powiadomienia","{count} powiadomień","{count} powiadomień"], "No" : "Nie", "Yes" : "Tak", + "Create share" : "Utwórz udostępnienie", + "Failed to add the public link to your Nextcloud" : "Nie udało się dodać linku publicznego do Nextcloud", "Custom date range" : "Własny zakres dat", "Pick start date" : "Wybierz datę rozpoczęcia", "Pick end date" : "Wybierz datę zakończenia", @@ -196,6 +198,7 @@ "You have not added any info yet" : "Nie dodałeś jeszcze żadnych informacji", "{user} has not added any info yet" : "{user} nie dodał jeszcze żadnych informacji", "Error opening the user status modal, try hard refreshing the page" : "Błąd podczas otwierania modalnego statusu użytkownika, spróbuj bardziej odświeżyć stronę", + "More actions" : "Więcej akcji", "This browser is not supported" : "Ta przeglądarka nie jest obsługiwana", "Your browser is not supported. Please upgrade to a newer version or a supported one." : "Twoja przeglądarka nie jest wspierana. Uaktualnij do nowszej lub obsługiwanej wersji.", "Continue with this unsupported browser" : "Kontynuuj w tej nieobsługiwanej przeglądarce", diff --git a/core/l10n/pt_BR.js b/core/l10n/pt_BR.js index 063fd6f41be99..3d57c825758af 100644 --- a/core/l10n/pt_BR.js +++ b/core/l10n/pt_BR.js @@ -103,6 +103,9 @@ OC.L10N.register( "_{count} notification_::_{count} notifications_" : ["{count} notificação","{count} notificações","{count} notificações"], "No" : "Não", "Yes" : "Sim", + "Federated user" : "Usuário federado", + "Create share" : "Criar compartilhamento", + "Failed to add the public link to your Nextcloud" : "Ocorreu uma falha ao adicionar o link público ao seu Nextcloud", "Custom date range" : "Data personalizada", "Pick start date" : "Escolha uma data de início", "Pick end date" : "Escolha uma data de fim", @@ -204,6 +207,7 @@ OC.L10N.register( "You have not added any info yet" : "Você ainda não adicionou nenhuma informação", "{user} has not added any info yet" : "{user} ainda não adicionou nenhuma informação", "Error opening the user status modal, try hard refreshing the page" : "Erro ao abrir o modal de status do usuário, tente atualizar a página", + "More actions" : "Mais ações", "This browser is not supported" : "Este navegador não é compatível", "Your browser is not supported. Please upgrade to a newer version or a supported one." : "Seu navegador não é suportado. Atualize para uma versão mais recente ou compatível.", "Continue with this unsupported browser" : "Continuar com este navegador não compatível", diff --git a/core/l10n/pt_BR.json b/core/l10n/pt_BR.json index 0c091c0ead4a2..c0b3cd04466e5 100644 --- a/core/l10n/pt_BR.json +++ b/core/l10n/pt_BR.json @@ -101,6 +101,9 @@ "_{count} notification_::_{count} notifications_" : ["{count} notificação","{count} notificações","{count} notificações"], "No" : "Não", "Yes" : "Sim", + "Federated user" : "Usuário federado", + "Create share" : "Criar compartilhamento", + "Failed to add the public link to your Nextcloud" : "Ocorreu uma falha ao adicionar o link público ao seu Nextcloud", "Custom date range" : "Data personalizada", "Pick start date" : "Escolha uma data de início", "Pick end date" : "Escolha uma data de fim", @@ -202,6 +205,7 @@ "You have not added any info yet" : "Você ainda não adicionou nenhuma informação", "{user} has not added any info yet" : "{user} ainda não adicionou nenhuma informação", "Error opening the user status modal, try hard refreshing the page" : "Erro ao abrir o modal de status do usuário, tente atualizar a página", + "More actions" : "Mais ações", "This browser is not supported" : "Este navegador não é compatível", "Your browser is not supported. Please upgrade to a newer version or a supported one." : "Seu navegador não é suportado. Atualize para uma versão mais recente ou compatível.", "Continue with this unsupported browser" : "Continuar com este navegador não compatível", diff --git a/core/l10n/pt_PT.js b/core/l10n/pt_PT.js index 07d0c68e4d48f..2ae09c92bb0f8 100644 --- a/core/l10n/pt_PT.js +++ b/core/l10n/pt_PT.js @@ -85,6 +85,7 @@ OC.L10N.register( "More apps" : "Mais apps", "No" : "Não", "Yes" : "Sim", + "Failed to add the public link to your Nextcloud" : "Não foi possível adicionar a hiperligação pública ao seu Nextcloud", "Date" : "Data", "Today" : "Hoje", "Last year" : "Ultimo ano", @@ -140,6 +141,7 @@ OC.L10N.register( "Back" : "Anterior", "Edit Profile" : "Editar perfil", "You have not added any info yet" : "Ainda não adicionou qualquer informação ", + "More actions" : "Mais acções", "This browser is not supported" : "O seu navegador não é suportado.", "Your browser is not supported. Please upgrade to a newer version or a supported one." : "A versão do seu navegador não é suportada. Por favor atualize para uma versão mais recente ou para uma que seja suportada.", "Continue with this unsupported browser" : "Continuar com uma versão não suportada do navegador", diff --git a/core/l10n/pt_PT.json b/core/l10n/pt_PT.json index 678e0aea11d16..6cb7b5995280c 100644 --- a/core/l10n/pt_PT.json +++ b/core/l10n/pt_PT.json @@ -83,6 +83,7 @@ "More apps" : "Mais apps", "No" : "Não", "Yes" : "Sim", + "Failed to add the public link to your Nextcloud" : "Não foi possível adicionar a hiperligação pública ao seu Nextcloud", "Date" : "Data", "Today" : "Hoje", "Last year" : "Ultimo ano", @@ -138,6 +139,7 @@ "Back" : "Anterior", "Edit Profile" : "Editar perfil", "You have not added any info yet" : "Ainda não adicionou qualquer informação ", + "More actions" : "Mais acções", "This browser is not supported" : "O seu navegador não é suportado.", "Your browser is not supported. Please upgrade to a newer version or a supported one." : "A versão do seu navegador não é suportada. Por favor atualize para uma versão mais recente ou para uma que seja suportada.", "Continue with this unsupported browser" : "Continuar com uma versão não suportada do navegador", diff --git a/core/l10n/ro.js b/core/l10n/ro.js index 361e5777a7207..ca2d5a858984c 100644 --- a/core/l10n/ro.js +++ b/core/l10n/ro.js @@ -98,6 +98,7 @@ OC.L10N.register( "_{count} notification_::_{count} notifications_" : ["{count} notificare","{count} notificări","{count} notificări"], "No" : "Nu", "Yes" : "Da", + "Failed to add the public link to your Nextcloud" : "Eroare la adăugarea link-ului public la Nextcloud", "Custom date range" : "Interval particular de date", "Pick start date" : "Selectează o dată de început", "Pick end date" : "Selectează o dată de sfârșit", @@ -186,6 +187,7 @@ OC.L10N.register( "You have not added any info yet" : "Nu ați adăugat nicio informație", "{user} has not added any info yet" : "{user} nu a adăugat nicio informație", "Error opening the user status modal, try hard refreshing the page" : "Eroare la deschiderea status utilizator, încercați refresh", + "More actions" : "Mai multe acțiuni", "This browser is not supported" : "Browser incompatibil", "Your browser is not supported. Please upgrade to a newer version or a supported one." : "Browserul este incompatibil. Faceți upgrade la o versiune nouă.", "Continue with this unsupported browser" : "Continuă cu browserul incompatibil", diff --git a/core/l10n/ro.json b/core/l10n/ro.json index 041a67b396ed7..e3ecf2b920634 100644 --- a/core/l10n/ro.json +++ b/core/l10n/ro.json @@ -96,6 +96,7 @@ "_{count} notification_::_{count} notifications_" : ["{count} notificare","{count} notificări","{count} notificări"], "No" : "Nu", "Yes" : "Da", + "Failed to add the public link to your Nextcloud" : "Eroare la adăugarea link-ului public la Nextcloud", "Custom date range" : "Interval particular de date", "Pick start date" : "Selectează o dată de început", "Pick end date" : "Selectează o dată de sfârșit", @@ -184,6 +185,7 @@ "You have not added any info yet" : "Nu ați adăugat nicio informație", "{user} has not added any info yet" : "{user} nu a adăugat nicio informație", "Error opening the user status modal, try hard refreshing the page" : "Eroare la deschiderea status utilizator, încercați refresh", + "More actions" : "Mai multe acțiuni", "This browser is not supported" : "Browser incompatibil", "Your browser is not supported. Please upgrade to a newer version or a supported one." : "Browserul este incompatibil. Faceți upgrade la o versiune nouă.", "Continue with this unsupported browser" : "Continuă cu browserul incompatibil", diff --git a/core/l10n/ru.js b/core/l10n/ru.js index d7662a436faca..8547e5385bc91 100644 --- a/core/l10n/ru.js +++ b/core/l10n/ru.js @@ -103,6 +103,9 @@ OC.L10N.register( "_{count} notification_::_{count} notifications_" : ["{count} уведомление","{count} уведомлений","{count} уведомлений","{count} уведомлений"], "No" : "Нет", "Yes" : "Да", + "Federated user" : "Федеративный пользователь", + "Create share" : "Создать общий ресурс", + "Failed to add the public link to your Nextcloud" : "Не удалось создать общедоступную ссылку", "Custom date range" : "Настраиваемый диапазон дат", "Pick start date" : "Выберите дату начала", "Pick end date" : "Выберите дату окончания", @@ -204,6 +207,7 @@ OC.L10N.register( "You have not added any info yet" : "Вы ещё не добавили никакой информации", "{user} has not added any info yet" : "Пользователь {user} ещё не добавил(а) никакой информации", "Error opening the user status modal, try hard refreshing the page" : "Произошла ошибка при открытии модального окна пользователя, попробуйте обновить страницу", + "More actions" : "Больше действий", "This browser is not supported" : "Используемый браузер не поддерживается", "Your browser is not supported. Please upgrade to a newer version or a supported one." : "Используемый браузер не поддерживается. Обновитесь до более новой версии или используйте другой браузер.", "Continue with this unsupported browser" : "Продолжить с использованием неподдерживаемого браузера", diff --git a/core/l10n/ru.json b/core/l10n/ru.json index 5e4cdce57b4c0..a87bac3a192a0 100644 --- a/core/l10n/ru.json +++ b/core/l10n/ru.json @@ -101,6 +101,9 @@ "_{count} notification_::_{count} notifications_" : ["{count} уведомление","{count} уведомлений","{count} уведомлений","{count} уведомлений"], "No" : "Нет", "Yes" : "Да", + "Federated user" : "Федеративный пользователь", + "Create share" : "Создать общий ресурс", + "Failed to add the public link to your Nextcloud" : "Не удалось создать общедоступную ссылку", "Custom date range" : "Настраиваемый диапазон дат", "Pick start date" : "Выберите дату начала", "Pick end date" : "Выберите дату окончания", @@ -202,6 +205,7 @@ "You have not added any info yet" : "Вы ещё не добавили никакой информации", "{user} has not added any info yet" : "Пользователь {user} ещё не добавил(а) никакой информации", "Error opening the user status modal, try hard refreshing the page" : "Произошла ошибка при открытии модального окна пользователя, попробуйте обновить страницу", + "More actions" : "Больше действий", "This browser is not supported" : "Используемый браузер не поддерживается", "Your browser is not supported. Please upgrade to a newer version or a supported one." : "Используемый браузер не поддерживается. Обновитесь до более новой версии или используйте другой браузер.", "Continue with this unsupported browser" : "Продолжить с использованием неподдерживаемого браузера", diff --git a/core/l10n/sc.js b/core/l10n/sc.js index 0dc97980c4124..87ead7e1a06b2 100644 --- a/core/l10n/sc.js +++ b/core/l10n/sc.js @@ -91,6 +91,8 @@ OC.L10N.register( "_{count} notification_::_{count} notifications_" : ["{count} notìfica","{count} notìficas"], "No" : "No", "Yes" : "Eja", + "Create share" : "Crea cumpartzidura", + "Failed to add the public link to your Nextcloud" : "No at fatu a agiùnghere su ligòngiu pùblicu in Nextcloud", "Custom date range" : "Perìodu personalizadu", "Pick start date" : "Sèbera una data de cumintzu", "Pick end date" : "Sèbera una data de acabbu", @@ -173,6 +175,7 @@ OC.L10N.register( "Back" : "A coa", "Login form is disabled." : "Su mòdulu de atzessu est disativadu.", "Edit Profile" : "Modìfica su profilu", + "More actions" : "Àteras atziones", "This browser is not supported" : "Custu navigadore no est cumpatìbile", "Your browser is not supported. Please upgrade to a newer version or a supported one." : "Su navigadore tuo no est cumpatìbile. Atualiza·ddu a una versione noa o càmbia a unu navigadore cumpatìbile.", "Continue with this unsupported browser" : "Abarra in custu navigadore non cumpatìbile", diff --git a/core/l10n/sc.json b/core/l10n/sc.json index cfa9f2fe2d0f0..831382b4747dd 100644 --- a/core/l10n/sc.json +++ b/core/l10n/sc.json @@ -89,6 +89,8 @@ "_{count} notification_::_{count} notifications_" : ["{count} notìfica","{count} notìficas"], "No" : "No", "Yes" : "Eja", + "Create share" : "Crea cumpartzidura", + "Failed to add the public link to your Nextcloud" : "No at fatu a agiùnghere su ligòngiu pùblicu in Nextcloud", "Custom date range" : "Perìodu personalizadu", "Pick start date" : "Sèbera una data de cumintzu", "Pick end date" : "Sèbera una data de acabbu", @@ -171,6 +173,7 @@ "Back" : "A coa", "Login form is disabled." : "Su mòdulu de atzessu est disativadu.", "Edit Profile" : "Modìfica su profilu", + "More actions" : "Àteras atziones", "This browser is not supported" : "Custu navigadore no est cumpatìbile", "Your browser is not supported. Please upgrade to a newer version or a supported one." : "Su navigadore tuo no est cumpatìbile. Atualiza·ddu a una versione noa o càmbia a unu navigadore cumpatìbile.", "Continue with this unsupported browser" : "Abarra in custu navigadore non cumpatìbile", diff --git a/core/l10n/sk.js b/core/l10n/sk.js index e0be7c39146ec..67325a23caa99 100644 --- a/core/l10n/sk.js +++ b/core/l10n/sk.js @@ -103,6 +103,9 @@ OC.L10N.register( "_{count} notification_::_{count} notifications_" : ["{count} upozornenie","{count} upozornenia","{count} upozornení","{count} upozornenia"], "No" : "Nie", "Yes" : "Áno", + "Federated user" : "Združený užívateľ", + "Create share" : "Vytvoriť sprístupnenie", + "Failed to add the public link to your Nextcloud" : "Pridanie verejne dostupného odkazu do vášho Nextcloud zlyhalo", "Custom date range" : "Vlastné rozpätie dátumov", "Pick start date" : "Vyberte dátum začiatku", "Pick end date" : "Vyberte dátum ukončenia", @@ -204,6 +207,7 @@ OC.L10N.register( "You have not added any info yet" : "Zatiaľ ste nepridali žiadne informácie", "{user} has not added any info yet" : "{user} zatiaľ nepridal žiadne informácie", "Error opening the user status modal, try hard refreshing the page" : "Chyba pri otváraní modálneho okna stavu používateľa, skúste stránku obnoviť", + "More actions" : "Viac akcií", "This browser is not supported" : "Tento prehliadač nie je podporovaný", "Your browser is not supported. Please upgrade to a newer version or a supported one." : "Váš prehliadač nie je podporovaný. Inovujte na novšiu alebo podporovanú verziu.", "Continue with this unsupported browser" : "Pokračovať s nepodporovaným prehliadačom", diff --git a/core/l10n/sk.json b/core/l10n/sk.json index 75b1f35572aa7..793ab13d6996c 100644 --- a/core/l10n/sk.json +++ b/core/l10n/sk.json @@ -101,6 +101,9 @@ "_{count} notification_::_{count} notifications_" : ["{count} upozornenie","{count} upozornenia","{count} upozornení","{count} upozornenia"], "No" : "Nie", "Yes" : "Áno", + "Federated user" : "Združený užívateľ", + "Create share" : "Vytvoriť sprístupnenie", + "Failed to add the public link to your Nextcloud" : "Pridanie verejne dostupného odkazu do vášho Nextcloud zlyhalo", "Custom date range" : "Vlastné rozpätie dátumov", "Pick start date" : "Vyberte dátum začiatku", "Pick end date" : "Vyberte dátum ukončenia", @@ -202,6 +205,7 @@ "You have not added any info yet" : "Zatiaľ ste nepridali žiadne informácie", "{user} has not added any info yet" : "{user} zatiaľ nepridal žiadne informácie", "Error opening the user status modal, try hard refreshing the page" : "Chyba pri otváraní modálneho okna stavu používateľa, skúste stránku obnoviť", + "More actions" : "Viac akcií", "This browser is not supported" : "Tento prehliadač nie je podporovaný", "Your browser is not supported. Please upgrade to a newer version or a supported one." : "Váš prehliadač nie je podporovaný. Inovujte na novšiu alebo podporovanú verziu.", "Continue with this unsupported browser" : "Pokračovať s nepodporovaným prehliadačom", diff --git a/core/l10n/sl.js b/core/l10n/sl.js index 11e3831693d9c..763a0f5adddc7 100644 --- a/core/l10n/sl.js +++ b/core/l10n/sl.js @@ -103,6 +103,9 @@ OC.L10N.register( "_{count} notification_::_{count} notifications_" : ["{count} obvestilo","{count} obvestili","{count} obvestila","{count} obvestil"], "No" : "Ne", "Yes" : "Da", + "Federated user" : "Zvezni uporabnik", + "Create share" : "Ustvari predmet souporabe", + "Failed to add the public link to your Nextcloud" : "Dodajanje javne povezave v oblak je spodletelo.", "Custom date range" : "Obseg datuma po meri", "Pick start date" : "Izbor začetnega datuma", "Pick end date" : "Izbori končnega datuma", @@ -204,6 +207,7 @@ OC.L10N.register( "You have not added any info yet" : "Ni še vpisanih podrobnosti", "{user} has not added any info yet" : "Oseba {user} še ni dodala nobenih podrobnosti.", "Error opening the user status modal, try hard refreshing the page" : "Prišlo je do napake pri odpiranju modalnega okna stanja uporabnika. Napako je mogoče razrešiti z osvežitvijo strani.", + "More actions" : "Več dejanj", "This browser is not supported" : "Trenutno uporabljen brskalnik ni podprt!", "Your browser is not supported. Please upgrade to a newer version or a supported one." : "Uporabljen brskalnik ni podprt. Posodobite program na novejšo različico, ali pa uporabite drug program.", "Continue with this unsupported browser" : "Nadaljuj delo z nepodprtim brskalnikom", diff --git a/core/l10n/sl.json b/core/l10n/sl.json index d84618bf0fc71..7e04a4b221f00 100644 --- a/core/l10n/sl.json +++ b/core/l10n/sl.json @@ -101,6 +101,9 @@ "_{count} notification_::_{count} notifications_" : ["{count} obvestilo","{count} obvestili","{count} obvestila","{count} obvestil"], "No" : "Ne", "Yes" : "Da", + "Federated user" : "Zvezni uporabnik", + "Create share" : "Ustvari predmet souporabe", + "Failed to add the public link to your Nextcloud" : "Dodajanje javne povezave v oblak je spodletelo.", "Custom date range" : "Obseg datuma po meri", "Pick start date" : "Izbor začetnega datuma", "Pick end date" : "Izbori končnega datuma", @@ -202,6 +205,7 @@ "You have not added any info yet" : "Ni še vpisanih podrobnosti", "{user} has not added any info yet" : "Oseba {user} še ni dodala nobenih podrobnosti.", "Error opening the user status modal, try hard refreshing the page" : "Prišlo je do napake pri odpiranju modalnega okna stanja uporabnika. Napako je mogoče razrešiti z osvežitvijo strani.", + "More actions" : "Več dejanj", "This browser is not supported" : "Trenutno uporabljen brskalnik ni podprt!", "Your browser is not supported. Please upgrade to a newer version or a supported one." : "Uporabljen brskalnik ni podprt. Posodobite program na novejšo različico, ali pa uporabite drug program.", "Continue with this unsupported browser" : "Nadaljuj delo z nepodprtim brskalnikom", diff --git a/core/l10n/sr.js b/core/l10n/sr.js index 58550b33af700..cd78b3f96cd7a 100644 --- a/core/l10n/sr.js +++ b/core/l10n/sr.js @@ -103,6 +103,9 @@ OC.L10N.register( "_{count} notification_::_{count} notifications_" : ["{count} обавештење","{count} обавештења","{count} обавештења"], "No" : "Не", "Yes" : "Да", + "Federated user" : "Федерисани корисник", + "Create share" : "Kreirajte deljenje", + "Failed to add the public link to your Nextcloud" : "Неуспело додавање јавне везе ка Вашем Некстклауду", "Custom date range" : "Произвољни опсег датума", "Pick start date" : "Изаберите почетни датум", "Pick end date" : "Изаберите крајњи датум", @@ -204,6 +207,7 @@ OC.L10N.register( "You have not added any info yet" : "Још увек нисте додали никакве информације", "{user} has not added any info yet" : "{user} још увек није унео никакве информације", "Error opening the user status modal, try hard refreshing the page" : "Грешка приликом отварања модалног прозора за статус корисника, покушајте да освежите страну уз брисање кеша", + "More actions" : "Још акција", "This browser is not supported" : "Овај веб читач није подржан", "Your browser is not supported. Please upgrade to a newer version or a supported one." : "Ваш веб читач није подржан. Молимо вас да га ажурирате на новију верзију, или да инсталирате подржани читач.", "Continue with this unsupported browser" : "Настави са овим неподржаним читачем", diff --git a/core/l10n/sr.json b/core/l10n/sr.json index 44b14fe983d6a..49c57aca162e2 100644 --- a/core/l10n/sr.json +++ b/core/l10n/sr.json @@ -101,6 +101,9 @@ "_{count} notification_::_{count} notifications_" : ["{count} обавештење","{count} обавештења","{count} обавештења"], "No" : "Не", "Yes" : "Да", + "Federated user" : "Федерисани корисник", + "Create share" : "Kreirajte deljenje", + "Failed to add the public link to your Nextcloud" : "Неуспело додавање јавне везе ка Вашем Некстклауду", "Custom date range" : "Произвољни опсег датума", "Pick start date" : "Изаберите почетни датум", "Pick end date" : "Изаберите крајњи датум", @@ -202,6 +205,7 @@ "You have not added any info yet" : "Још увек нисте додали никакве информације", "{user} has not added any info yet" : "{user} још увек није унео никакве информације", "Error opening the user status modal, try hard refreshing the page" : "Грешка приликом отварања модалног прозора за статус корисника, покушајте да освежите страну уз брисање кеша", + "More actions" : "Још акција", "This browser is not supported" : "Овај веб читач није подржан", "Your browser is not supported. Please upgrade to a newer version or a supported one." : "Ваш веб читач није подржан. Молимо вас да га ажурирате на новију верзију, или да инсталирате подржани читач.", "Continue with this unsupported browser" : "Настави са овим неподржаним читачем", diff --git a/core/l10n/sv.js b/core/l10n/sv.js index 417f160886209..39d589f3a550e 100644 --- a/core/l10n/sv.js +++ b/core/l10n/sv.js @@ -103,6 +103,9 @@ OC.L10N.register( "_{count} notification_::_{count} notifications_" : ["{count} meddelande","{count} meddelanden"], "No" : "Nej", "Yes" : "Ja", + "Federated user" : "Federerad användare", + "Create share" : "Skapa delning", + "Failed to add the public link to your Nextcloud" : "Misslyckades skapa den offentliga delningslänken till ditt moln", "Custom date range" : "Anpassat datumintervall", "Pick start date" : "Välj startdatum", "Pick end date" : "Välj slutdatum", @@ -204,6 +207,7 @@ OC.L10N.register( "You have not added any info yet" : "Du har inte angivit någon information ännu", "{user} has not added any info yet" : "{user} har inte angivit någon information ännu", "Error opening the user status modal, try hard refreshing the page" : "Kunde inte öppna användarstatus-rutan, försök att ladda om sidan", + "More actions" : "Fler händelser", "This browser is not supported" : "Den här webbläsaren stöds inte", "Your browser is not supported. Please upgrade to a newer version or a supported one." : "Din webbläsare stöds inte. Uppgradera till en nyare version eller en som stöds.", "Continue with this unsupported browser" : "Fortsätt med webbläsare som inte stöds", diff --git a/core/l10n/sv.json b/core/l10n/sv.json index 15a758f166b25..0747548b7780a 100644 --- a/core/l10n/sv.json +++ b/core/l10n/sv.json @@ -101,6 +101,9 @@ "_{count} notification_::_{count} notifications_" : ["{count} meddelande","{count} meddelanden"], "No" : "Nej", "Yes" : "Ja", + "Federated user" : "Federerad användare", + "Create share" : "Skapa delning", + "Failed to add the public link to your Nextcloud" : "Misslyckades skapa den offentliga delningslänken till ditt moln", "Custom date range" : "Anpassat datumintervall", "Pick start date" : "Välj startdatum", "Pick end date" : "Välj slutdatum", @@ -202,6 +205,7 @@ "You have not added any info yet" : "Du har inte angivit någon information ännu", "{user} has not added any info yet" : "{user} har inte angivit någon information ännu", "Error opening the user status modal, try hard refreshing the page" : "Kunde inte öppna användarstatus-rutan, försök att ladda om sidan", + "More actions" : "Fler händelser", "This browser is not supported" : "Den här webbläsaren stöds inte", "Your browser is not supported. Please upgrade to a newer version or a supported one." : "Din webbläsare stöds inte. Uppgradera till en nyare version eller en som stöds.", "Continue with this unsupported browser" : "Fortsätt med webbläsare som inte stöds", diff --git a/core/l10n/tr.js b/core/l10n/tr.js index fa421b0920afd..7a0ce9a096b3e 100644 --- a/core/l10n/tr.js +++ b/core/l10n/tr.js @@ -103,6 +103,9 @@ OC.L10N.register( "_{count} notification_::_{count} notifications_" : ["{count} bildirim","{count} bildirim"], "No" : "Hayır", "Yes" : "Evet", + "Federated user" : "Birleşik kullanıcı", + "Create share" : "Paylaşım ekle", + "Failed to add the public link to your Nextcloud" : "Herkese açık bağlantı Nextcould üzerine eklenemedi", "Custom date range" : "Özel tarih aralığı", "Pick start date" : "Başlangıç tarihini seçin", "Pick end date" : "Bitiş tarihini seçin", @@ -204,6 +207,7 @@ OC.L10N.register( "You have not added any info yet" : "Henüz herhangi bir bilgi eklememişsiniz", "{user} has not added any info yet" : "{user} henüz herhangi bir bilgi eklememiş", "Error opening the user status modal, try hard refreshing the page" : "Üste açılan kullanıcı durumu penceresinde sorun çıktı. Sayfası temizleyerek yenilemeyi deneyin ", + "More actions" : "Diğer işlemler", "This browser is not supported" : "Bu tarayıcı desteklenmiyor", "Your browser is not supported. Please upgrade to a newer version or a supported one." : "Tarayıcınız desteklenmiyor. Lütfen daha yeni bir sürüme ya da desteklenen bir sürüme yükseltin.", "Continue with this unsupported browser" : "Bu desteklenmeyen tarayıcı ile ilerle", diff --git a/core/l10n/tr.json b/core/l10n/tr.json index 2859323deb017..24a02b24b3f02 100644 --- a/core/l10n/tr.json +++ b/core/l10n/tr.json @@ -101,6 +101,9 @@ "_{count} notification_::_{count} notifications_" : ["{count} bildirim","{count} bildirim"], "No" : "Hayır", "Yes" : "Evet", + "Federated user" : "Birleşik kullanıcı", + "Create share" : "Paylaşım ekle", + "Failed to add the public link to your Nextcloud" : "Herkese açık bağlantı Nextcould üzerine eklenemedi", "Custom date range" : "Özel tarih aralığı", "Pick start date" : "Başlangıç tarihini seçin", "Pick end date" : "Bitiş tarihini seçin", @@ -202,6 +205,7 @@ "You have not added any info yet" : "Henüz herhangi bir bilgi eklememişsiniz", "{user} has not added any info yet" : "{user} henüz herhangi bir bilgi eklememiş", "Error opening the user status modal, try hard refreshing the page" : "Üste açılan kullanıcı durumu penceresinde sorun çıktı. Sayfası temizleyerek yenilemeyi deneyin ", + "More actions" : "Diğer işlemler", "This browser is not supported" : "Bu tarayıcı desteklenmiyor", "Your browser is not supported. Please upgrade to a newer version or a supported one." : "Tarayıcınız desteklenmiyor. Lütfen daha yeni bir sürüme ya da desteklenen bir sürüme yükseltin.", "Continue with this unsupported browser" : "Bu desteklenmeyen tarayıcı ile ilerle", diff --git a/core/l10n/uk.js b/core/l10n/uk.js index dae1179de7c98..dc189ec39e227 100644 --- a/core/l10n/uk.js +++ b/core/l10n/uk.js @@ -103,6 +103,8 @@ OC.L10N.register( "_{count} notification_::_{count} notifications_" : ["{count} сповіщень","{count} сповіщень","{count} сповіщень","{count} сповіщень"], "No" : "Ні", "Yes" : "Так", + "Create share" : "Створити спільний ресурс", + "Failed to add the public link to your Nextcloud" : "Не вдалося додати загальнодоступне посилання до вашого Nextcloud", "Custom date range" : "Власний вибір проміжку", "Pick start date" : "Виберіть початкову дату", "Pick end date" : "Виберіть кінцеву дату", @@ -204,6 +206,7 @@ OC.L10N.register( "You have not added any info yet" : "Ви ще не додали жодної інформації", "{user} has not added any info yet" : "{user} ще не додав жодної інформації", "Error opening the user status modal, try hard refreshing the page" : "Помилка відкриття режиму статусу користувача. Спробуйте оновити сторінку", + "More actions" : "Більше дій", "This browser is not supported" : "Цей бравзер не підтримується", "Your browser is not supported. Please upgrade to a newer version or a supported one." : "Ваш бравзер не підтримується. Будь ласка, оновіть бравзер до новішої версії або скористайтеся таким, що підтримується.", "Continue with this unsupported browser" : "Продовжити з бравзером, що не підтримується.", diff --git a/core/l10n/uk.json b/core/l10n/uk.json index 81ddc663608ef..67d1c5cf7dda7 100644 --- a/core/l10n/uk.json +++ b/core/l10n/uk.json @@ -101,6 +101,8 @@ "_{count} notification_::_{count} notifications_" : ["{count} сповіщень","{count} сповіщень","{count} сповіщень","{count} сповіщень"], "No" : "Ні", "Yes" : "Так", + "Create share" : "Створити спільний ресурс", + "Failed to add the public link to your Nextcloud" : "Не вдалося додати загальнодоступне посилання до вашого Nextcloud", "Custom date range" : "Власний вибір проміжку", "Pick start date" : "Виберіть початкову дату", "Pick end date" : "Виберіть кінцеву дату", @@ -202,6 +204,7 @@ "You have not added any info yet" : "Ви ще не додали жодної інформації", "{user} has not added any info yet" : "{user} ще не додав жодної інформації", "Error opening the user status modal, try hard refreshing the page" : "Помилка відкриття режиму статусу користувача. Спробуйте оновити сторінку", + "More actions" : "Більше дій", "This browser is not supported" : "Цей бравзер не підтримується", "Your browser is not supported. Please upgrade to a newer version or a supported one." : "Ваш бравзер не підтримується. Будь ласка, оновіть бравзер до новішої версії або скористайтеся таким, що підтримується.", "Continue with this unsupported browser" : "Продовжити з бравзером, що не підтримується.", diff --git a/core/l10n/vi.js b/core/l10n/vi.js index 2c77c58dc3fb9..833ebacc95236 100644 --- a/core/l10n/vi.js +++ b/core/l10n/vi.js @@ -95,6 +95,8 @@ OC.L10N.register( "_{count} notification_::_{count} notifications_" : ["{count} thông báo"], "No" : "Không", "Yes" : "Có", + "Create share" : "Tạo chia sẻ", + "Failed to add the public link to your Nextcloud" : "Không thể thêm liên kết công khai", "Today" : "Hôm nay", "Load more results" : "Tải thêm kết quả", "Searching …" : "Đang tìm kiếm ...", @@ -165,6 +167,7 @@ OC.L10N.register( "You have not added any info yet" : "Bạn chưa thêm bất kỳ thông tin nào", "{user} has not added any info yet" : "{user} chưa thêm bất kỳ thông tin nào", "Error opening the user status modal, try hard refreshing the page" : "Lỗi khi mở phương thức trạng thái người dùng, hãy thử làm mới trang", + "More actions" : "Nhiều hành động hơn", "This browser is not supported" : "Trình duyệt này không được hỗ trợ", "Your browser is not supported. Please upgrade to a newer version or a supported one." : "Trình duyệt của bạn không được hỗ trợ. Vui lòng nâng cấp lên phiên bản mới hơn hoặc phiên bản được hỗ trợ.", "Continue with this unsupported browser" : "Tiếp tục với trình duyệt không được hỗ trợ này", diff --git a/core/l10n/vi.json b/core/l10n/vi.json index f287a1fd2ba3c..591e20a7e75b6 100644 --- a/core/l10n/vi.json +++ b/core/l10n/vi.json @@ -93,6 +93,8 @@ "_{count} notification_::_{count} notifications_" : ["{count} thông báo"], "No" : "Không", "Yes" : "Có", + "Create share" : "Tạo chia sẻ", + "Failed to add the public link to your Nextcloud" : "Không thể thêm liên kết công khai", "Today" : "Hôm nay", "Load more results" : "Tải thêm kết quả", "Searching …" : "Đang tìm kiếm ...", @@ -163,6 +165,7 @@ "You have not added any info yet" : "Bạn chưa thêm bất kỳ thông tin nào", "{user} has not added any info yet" : "{user} chưa thêm bất kỳ thông tin nào", "Error opening the user status modal, try hard refreshing the page" : "Lỗi khi mở phương thức trạng thái người dùng, hãy thử làm mới trang", + "More actions" : "Nhiều hành động hơn", "This browser is not supported" : "Trình duyệt này không được hỗ trợ", "Your browser is not supported. Please upgrade to a newer version or a supported one." : "Trình duyệt của bạn không được hỗ trợ. Vui lòng nâng cấp lên phiên bản mới hơn hoặc phiên bản được hỗ trợ.", "Continue with this unsupported browser" : "Tiếp tục với trình duyệt không được hỗ trợ này", diff --git a/core/l10n/zh_CN.js b/core/l10n/zh_CN.js index 1249467a3c5ad..e5fd4d61bfce7 100644 --- a/core/l10n/zh_CN.js +++ b/core/l10n/zh_CN.js @@ -103,6 +103,8 @@ OC.L10N.register( "_{count} notification_::_{count} notifications_" : ["{count} 条通知"], "No" : "否", "Yes" : "是", + "Create share" : "创建共享", + "Failed to add the public link to your Nextcloud" : "添加公开链接到您的Nextcloud失败", "Custom date range" : "自定义日期范围", "Pick start date" : "选择起始日期", "Pick end date" : "选择结束日期", @@ -204,6 +206,7 @@ OC.L10N.register( "You have not added any info yet" : "您尚未添加任何信息", "{user} has not added any info yet" : "{user} 尚未添加任何信息", "Error opening the user status modal, try hard refreshing the page" : "打开用户状态模块时出错,请努力刷新页面", + "More actions" : "更多操作 ", "This browser is not supported" : "您的浏览器不受支持!", "Your browser is not supported. Please upgrade to a newer version or a supported one." : "您的浏览器不受支持。请升级至较新或受支持的版本。", "Continue with this unsupported browser" : "继续使用该过时的浏览器", diff --git a/core/l10n/zh_CN.json b/core/l10n/zh_CN.json index c1e65a1dda48e..73b8adb7004d9 100644 --- a/core/l10n/zh_CN.json +++ b/core/l10n/zh_CN.json @@ -101,6 +101,8 @@ "_{count} notification_::_{count} notifications_" : ["{count} 条通知"], "No" : "否", "Yes" : "是", + "Create share" : "创建共享", + "Failed to add the public link to your Nextcloud" : "添加公开链接到您的Nextcloud失败", "Custom date range" : "自定义日期范围", "Pick start date" : "选择起始日期", "Pick end date" : "选择结束日期", @@ -202,6 +204,7 @@ "You have not added any info yet" : "您尚未添加任何信息", "{user} has not added any info yet" : "{user} 尚未添加任何信息", "Error opening the user status modal, try hard refreshing the page" : "打开用户状态模块时出错,请努力刷新页面", + "More actions" : "更多操作 ", "This browser is not supported" : "您的浏览器不受支持!", "Your browser is not supported. Please upgrade to a newer version or a supported one." : "您的浏览器不受支持。请升级至较新或受支持的版本。", "Continue with this unsupported browser" : "继续使用该过时的浏览器", diff --git a/core/l10n/zh_HK.js b/core/l10n/zh_HK.js index abb5576055248..1b3ce70e2b356 100644 --- a/core/l10n/zh_HK.js +++ b/core/l10n/zh_HK.js @@ -103,6 +103,9 @@ OC.L10N.register( "_{count} notification_::_{count} notifications_" : ["{count} 個通知"], "No" : "否", "Yes" : "是", + "Federated user" : "聯盟用戶", + "Create share" : "創建分享", + "Failed to add the public link to your Nextcloud" : "無法將公開連結加入您的 Nextcloud", "Custom date range" : "自訂日期範圍", "Pick start date" : "挑選開始日期", "Pick end date" : "挑選結束日期", @@ -204,6 +207,7 @@ OC.L10N.register( "You have not added any info yet" : "您尚未新增任何資訊", "{user} has not added any info yet" : "{user} 尚未新增任何資訊", "Error opening the user status modal, try hard refreshing the page" : "打開用戶狀態模式時出錯,請嘗試刷新頁面", + "More actions" : "更多操作", "This browser is not supported" : "不支援此瀏覽器", "Your browser is not supported. Please upgrade to a newer version or a supported one." : "不支援您的瀏覽器。請升級至較新或受支援的版本。", "Continue with this unsupported browser" : "繼續使用此不受支援的瀏覽器", diff --git a/core/l10n/zh_HK.json b/core/l10n/zh_HK.json index 5fff13bd0c220..b2057d8a8e82a 100644 --- a/core/l10n/zh_HK.json +++ b/core/l10n/zh_HK.json @@ -101,6 +101,9 @@ "_{count} notification_::_{count} notifications_" : ["{count} 個通知"], "No" : "否", "Yes" : "是", + "Federated user" : "聯盟用戶", + "Create share" : "創建分享", + "Failed to add the public link to your Nextcloud" : "無法將公開連結加入您的 Nextcloud", "Custom date range" : "自訂日期範圍", "Pick start date" : "挑選開始日期", "Pick end date" : "挑選結束日期", @@ -202,6 +205,7 @@ "You have not added any info yet" : "您尚未新增任何資訊", "{user} has not added any info yet" : "{user} 尚未新增任何資訊", "Error opening the user status modal, try hard refreshing the page" : "打開用戶狀態模式時出錯,請嘗試刷新頁面", + "More actions" : "更多操作", "This browser is not supported" : "不支援此瀏覽器", "Your browser is not supported. Please upgrade to a newer version or a supported one." : "不支援您的瀏覽器。請升級至較新或受支援的版本。", "Continue with this unsupported browser" : "繼續使用此不受支援的瀏覽器", diff --git a/core/l10n/zh_TW.js b/core/l10n/zh_TW.js index 5411cd5c1fbd1..00e7fc4a14052 100644 --- a/core/l10n/zh_TW.js +++ b/core/l10n/zh_TW.js @@ -103,6 +103,9 @@ OC.L10N.register( "_{count} notification_::_{count} notifications_" : ["{count} 個通知"], "No" : "否", "Yes" : "是", + "Federated user" : "聯盟使用者", + "Create share" : "建立分享", + "Failed to add the public link to your Nextcloud" : "無法將公開連結新增到您的 Nextcloud", "Custom date range" : "自訂日期範圍", "Pick start date" : "挑選開始日期", "Pick end date" : "挑選結束日期", @@ -204,6 +207,7 @@ OC.L10N.register( "You have not added any info yet" : "您尚未新增任何資訊。", "{user} has not added any info yet" : "{user} 尚未新增任何資訊。", "Error opening the user status modal, try hard refreshing the page" : "開啟使用者狀態模式時發生問題,嘗試重新整理頁面", + "More actions" : "更多動作", "This browser is not supported" : "不支援此瀏覽器", "Your browser is not supported. Please upgrade to a newer version or a supported one." : "不支援您的瀏覽器。請升級至較新或受支援的版本。", "Continue with this unsupported browser" : "繼續使用此不受支援的瀏覽器", diff --git a/core/l10n/zh_TW.json b/core/l10n/zh_TW.json index b835f30801633..9864f60d183df 100644 --- a/core/l10n/zh_TW.json +++ b/core/l10n/zh_TW.json @@ -101,6 +101,9 @@ "_{count} notification_::_{count} notifications_" : ["{count} 個通知"], "No" : "否", "Yes" : "是", + "Federated user" : "聯盟使用者", + "Create share" : "建立分享", + "Failed to add the public link to your Nextcloud" : "無法將公開連結新增到您的 Nextcloud", "Custom date range" : "自訂日期範圍", "Pick start date" : "挑選開始日期", "Pick end date" : "挑選結束日期", @@ -202,6 +205,7 @@ "You have not added any info yet" : "您尚未新增任何資訊。", "{user} has not added any info yet" : "{user} 尚未新增任何資訊。", "Error opening the user status modal, try hard refreshing the page" : "開啟使用者狀態模式時發生問題,嘗試重新整理頁面", + "More actions" : "更多動作", "This browser is not supported" : "不支援此瀏覽器", "Your browser is not supported. Please upgrade to a newer version or a supported one." : "不支援您的瀏覽器。請升級至較新或受支援的版本。", "Continue with this unsupported browser" : "繼續使用此不受支援的瀏覽器", diff --git a/lib/l10n/de.js b/lib/l10n/de.js index a1ff67bc0abe7..a6b8bfb44c13b 100644 --- a/lib/l10n/de.js +++ b/lib/l10n/de.js @@ -87,7 +87,7 @@ OC.L10N.register( "Failed to create file from template" : "Fehler beim Erstellen der Datei aus Vorlage", "Templates" : "Vorlagen", "Path contains invalid segments" : "Pfad enthält ungültige Segmente", - "Filename contains at least one invalid character" : "Benötigt keine Übersetzung. Hier wird nur die formelle Übersetzung verwendet (de_DE).", + "Filename contains at least one invalid character" : "Der Dateiname enthält mindestens ein unzulässiges Zeichen.", "Empty filename is not allowed" : "Ein leerer Dateiname ist nicht erlaubt", "App \"%s\" cannot be installed because appinfo file cannot be read." : "Die Anwendung \"%s\" kann nicht installiert werden, weil die Anwendungsinfodatei nicht gelesen werden kann.", "App \"%s\" cannot be installed because it is not compatible with this version of the server." : "Die App \"%s\" kann nicht installiert werden, da sie mit dieser Serverversion nicht kompatibel ist.", diff --git a/lib/l10n/de.json b/lib/l10n/de.json index d5908d52ea35a..3ee7af5b27b1b 100644 --- a/lib/l10n/de.json +++ b/lib/l10n/de.json @@ -85,7 +85,7 @@ "Failed to create file from template" : "Fehler beim Erstellen der Datei aus Vorlage", "Templates" : "Vorlagen", "Path contains invalid segments" : "Pfad enthält ungültige Segmente", - "Filename contains at least one invalid character" : "Benötigt keine Übersetzung. Hier wird nur die formelle Übersetzung verwendet (de_DE).", + "Filename contains at least one invalid character" : "Der Dateiname enthält mindestens ein unzulässiges Zeichen.", "Empty filename is not allowed" : "Ein leerer Dateiname ist nicht erlaubt", "App \"%s\" cannot be installed because appinfo file cannot be read." : "Die Anwendung \"%s\" kann nicht installiert werden, weil die Anwendungsinfodatei nicht gelesen werden kann.", "App \"%s\" cannot be installed because it is not compatible with this version of the server." : "Die App \"%s\" kann nicht installiert werden, da sie mit dieser Serverversion nicht kompatibel ist.", diff --git a/lib/l10n/nb.js b/lib/l10n/nb.js index bd6c20168c85d..710ffc7a67d1e 100644 --- a/lib/l10n/nb.js +++ b/lib/l10n/nb.js @@ -87,12 +87,15 @@ OC.L10N.register( "\"%1$s\" is not allowed inside a file or folder name." : "\"%1$s\" er ikke tillatt i et fil- eller mappenavn.", "\"%1$s\" is a forbidden file type." : "\"%1$s\" er en forbudt filtype.", "Filenames must not end with \"%1$s\"." : "Filnavn må ikke slutte med \"%1$s\".", + "Invalid parent path" : "Ugyldig overordnet bane", "File already exists" : "Filen finnes allerede", "Invalid path" : "Ugyldig filbane", "Failed to create file from template" : "Oppretting av fil fra mal feilet", "Templates" : "Maler", "Path contains invalid segments" : "Banen inneholder ugyldige segmenter", + "Filename is a reserved word" : "Filnavnet er et reservert ord", "Filename contains at least one invalid character" : "Filnavnet innehold minst et ugyldig tegn", + "Filename is too long" : "Filnavnet er for langt", "Empty filename is not allowed" : "Tomt filnavn er ikke tillatt", "App \"%s\" cannot be installed because appinfo file cannot be read." : "Appen \"%s\" kan ikke installeres på grunn av at appinfo-filen ikke kan leses.", "App \"%s\" cannot be installed because it is not compatible with this version of the server." : "Appen \"%s\" kan ikke installeres fordi det ikke er kompatibel med denne serverversjonen.", diff --git a/lib/l10n/nb.json b/lib/l10n/nb.json index 5a7e0d0c02073..e58456cd68115 100644 --- a/lib/l10n/nb.json +++ b/lib/l10n/nb.json @@ -85,12 +85,15 @@ "\"%1$s\" is not allowed inside a file or folder name." : "\"%1$s\" er ikke tillatt i et fil- eller mappenavn.", "\"%1$s\" is a forbidden file type." : "\"%1$s\" er en forbudt filtype.", "Filenames must not end with \"%1$s\"." : "Filnavn må ikke slutte med \"%1$s\".", + "Invalid parent path" : "Ugyldig overordnet bane", "File already exists" : "Filen finnes allerede", "Invalid path" : "Ugyldig filbane", "Failed to create file from template" : "Oppretting av fil fra mal feilet", "Templates" : "Maler", "Path contains invalid segments" : "Banen inneholder ugyldige segmenter", + "Filename is a reserved word" : "Filnavnet er et reservert ord", "Filename contains at least one invalid character" : "Filnavnet innehold minst et ugyldig tegn", + "Filename is too long" : "Filnavnet er for langt", "Empty filename is not allowed" : "Tomt filnavn er ikke tillatt", "App \"%s\" cannot be installed because appinfo file cannot be read." : "Appen \"%s\" kan ikke installeres på grunn av at appinfo-filen ikke kan leses.", "App \"%s\" cannot be installed because it is not compatible with this version of the server." : "Appen \"%s\" kan ikke installeres fordi det ikke er kompatibel med denne serverversjonen.", diff --git a/lib/l10n/pt_BR.js b/lib/l10n/pt_BR.js index 9e73cc9f20464..55da74ca5a6a8 100644 --- a/lib/l10n/pt_BR.js +++ b/lib/l10n/pt_BR.js @@ -82,12 +82,20 @@ OC.L10N.register( "Empty file" : "Arquivo vazio", "Module with ID: %s does not exist. Please enable it in your apps settings or contact your administrator." : "O módulo com a ID: %s não existe. Por favor, habilite-o nas configurações de seu aplicativo ou contacte o administrador.", "Dot files are not allowed" : "Arquivos Dot não são permitidos", + "\"%1$s\" is a forbidden file or folder name." : "\"%1$s\" é um nome de arquivo ou pasta proibido.", + "\"%1$s\" is a forbidden prefix for file or folder names." : "\"%1$s\" é um prefixo proibido para nomes de arquivos ou pastas.", + "\"%1$s\" is not allowed inside a file or folder name." : "\"%1$s\" não é permitido dentro de um nome de arquivo ou pasta.", + "\"%1$s\" is a forbidden file type." : "\"%1$s\" é um tipo de arquivo proibido.", + "Filenames must not end with \"%1$s\"." : "Os nomes dos arquivos não devem terminar com \"%1$s\".", + "Invalid parent path" : "Caminho mãe inválido", "File already exists" : "O arquivo já existe", "Invalid path" : "Diretório inválido", "Failed to create file from template" : "Falha ao criar arquivo do modelo ", "Templates" : "Modelos ", "Path contains invalid segments" : "O caminho contém segmentos inválidos", + "Filename is a reserved word" : "Nome do arquivo é uma palavra reservada", "Filename contains at least one invalid character" : "O nome do arquivo contém pelo menos um caractere inválido ", + "Filename is too long" : "O nome do arquivo é muito longo", "Empty filename is not allowed" : "Nome vazio para arquivo não é permitido.", "App \"%s\" cannot be installed because appinfo file cannot be read." : "O aplicativo \"%s\" não pode ser instalado pois o arquivo appinfo não pôde ser lido.", "App \"%s\" cannot be installed because it is not compatible with this version of the server." : "O aplicativo \"%s\" não pode ser instalado pois não é compatível com a versão do servidor.", diff --git a/lib/l10n/pt_BR.json b/lib/l10n/pt_BR.json index 6d82a0c0daebf..3276d9557cd4c 100644 --- a/lib/l10n/pt_BR.json +++ b/lib/l10n/pt_BR.json @@ -80,12 +80,20 @@ "Empty file" : "Arquivo vazio", "Module with ID: %s does not exist. Please enable it in your apps settings or contact your administrator." : "O módulo com a ID: %s não existe. Por favor, habilite-o nas configurações de seu aplicativo ou contacte o administrador.", "Dot files are not allowed" : "Arquivos Dot não são permitidos", + "\"%1$s\" is a forbidden file or folder name." : "\"%1$s\" é um nome de arquivo ou pasta proibido.", + "\"%1$s\" is a forbidden prefix for file or folder names." : "\"%1$s\" é um prefixo proibido para nomes de arquivos ou pastas.", + "\"%1$s\" is not allowed inside a file or folder name." : "\"%1$s\" não é permitido dentro de um nome de arquivo ou pasta.", + "\"%1$s\" is a forbidden file type." : "\"%1$s\" é um tipo de arquivo proibido.", + "Filenames must not end with \"%1$s\"." : "Os nomes dos arquivos não devem terminar com \"%1$s\".", + "Invalid parent path" : "Caminho mãe inválido", "File already exists" : "O arquivo já existe", "Invalid path" : "Diretório inválido", "Failed to create file from template" : "Falha ao criar arquivo do modelo ", "Templates" : "Modelos ", "Path contains invalid segments" : "O caminho contém segmentos inválidos", + "Filename is a reserved word" : "Nome do arquivo é uma palavra reservada", "Filename contains at least one invalid character" : "O nome do arquivo contém pelo menos um caractere inválido ", + "Filename is too long" : "O nome do arquivo é muito longo", "Empty filename is not allowed" : "Nome vazio para arquivo não é permitido.", "App \"%s\" cannot be installed because appinfo file cannot be read." : "O aplicativo \"%s\" não pode ser instalado pois o arquivo appinfo não pôde ser lido.", "App \"%s\" cannot be installed because it is not compatible with this version of the server." : "O aplicativo \"%s\" não pode ser instalado pois não é compatível com a versão do servidor.", diff --git a/lib/l10n/ru.js b/lib/l10n/ru.js index 98f67cc2b7d72..ede2c7234dfec 100644 --- a/lib/l10n/ru.js +++ b/lib/l10n/ru.js @@ -251,12 +251,27 @@ OC.L10N.register( "Takes text and generates a representative emoji for it." : "Берет текст и генерирует для него репрезентативный смайлик.", "Chat" : "Разговор", "Generates a possible headline for a text." : "Генерирует возможный заголовок для текста.", + "The simplified text" : "Упрощенный текст", "Summarize" : "Обобщить", + "Summarizes a text" : "Обобщенный текст", + "The original text to summarize" : "Исходный текст для подведения итогов", "Summary" : "Всего", + "The generated summary" : "Сгенерированная сводка", "Extract topics" : "Извлечь темы", + "Extracts topics from a text and outputs them separated by commas" : "Извлекает темы из текста и выводит их через запятую", + "The original text to extract topics from" : "Исходный текст для извлечения тем из", + "Topics" : "Темы", + "The list of extracted topics" : "Список извлеченных тем", "Translate" : "Перевести", + "Translate text from one language to another" : "Перевод текста с одного языка на другой", + "Origin text" : "Исходный текст", + "The text to translate" : "Текст для перевода", + "Origin language" : "Исходный язык", + "The language of the origin text" : "Язык исходного текста", "Target language" : "Целевой язык", + "The desired language to translate the origin text in" : "Желаемый язык для перевода исходного текста", "Result" : "Результат", + "The translated text" : "Переведенный текст", "Free prompt" : "Свободная подсказка", "Runs an arbitrary prompt through the language model." : "Запускает произвольное приглашение через языковую модель.", "Generate headline" : "Сгенерировать заголовок", diff --git a/lib/l10n/ru.json b/lib/l10n/ru.json index 95fb33319db54..37fda23241798 100644 --- a/lib/l10n/ru.json +++ b/lib/l10n/ru.json @@ -249,12 +249,27 @@ "Takes text and generates a representative emoji for it." : "Берет текст и генерирует для него репрезентативный смайлик.", "Chat" : "Разговор", "Generates a possible headline for a text." : "Генерирует возможный заголовок для текста.", + "The simplified text" : "Упрощенный текст", "Summarize" : "Обобщить", + "Summarizes a text" : "Обобщенный текст", + "The original text to summarize" : "Исходный текст для подведения итогов", "Summary" : "Всего", + "The generated summary" : "Сгенерированная сводка", "Extract topics" : "Извлечь темы", + "Extracts topics from a text and outputs them separated by commas" : "Извлекает темы из текста и выводит их через запятую", + "The original text to extract topics from" : "Исходный текст для извлечения тем из", + "Topics" : "Темы", + "The list of extracted topics" : "Список извлеченных тем", "Translate" : "Перевести", + "Translate text from one language to another" : "Перевод текста с одного языка на другой", + "Origin text" : "Исходный текст", + "The text to translate" : "Текст для перевода", + "Origin language" : "Исходный язык", + "The language of the origin text" : "Язык исходного текста", "Target language" : "Целевой язык", + "The desired language to translate the origin text in" : "Желаемый язык для перевода исходного текста", "Result" : "Результат", + "The translated text" : "Переведенный текст", "Free prompt" : "Свободная подсказка", "Runs an arbitrary prompt through the language model." : "Запускает произвольное приглашение через языковую модель.", "Generate headline" : "Сгенерировать заголовок",