From f9c98d86212f14b006fdf99251e35093d5026e80 Mon Sep 17 00:00:00 2001 From: Nextcloud bot Date: Thu, 21 Jun 2018 00:12:47 +0000 Subject: [PATCH] [tx-robot] updated from transifex --- apps/comments/l10n/ja.js | 5 ++-- apps/comments/l10n/ja.json | 5 ++-- apps/encryption/l10n/ru.js | 2 ++ apps/encryption/l10n/ru.json | 2 ++ apps/files/l10n/ru.js | 1 + apps/files/l10n/ru.json | 1 + apps/files_external/l10n/fr.js | 2 ++ apps/files_external/l10n/fr.json | 2 ++ apps/files_sharing/l10n/ru.js | 1 + apps/files_sharing/l10n/ru.json | 1 + apps/oauth2/l10n/de.js | 5 ++++ apps/oauth2/l10n/de.json | 5 ++++ apps/oauth2/l10n/de_DE.js | 5 ++++ apps/oauth2/l10n/de_DE.json | 5 ++++ apps/oauth2/l10n/es.js | 3 +++ apps/oauth2/l10n/es.json | 3 +++ apps/oauth2/l10n/fr.js | 2 ++ apps/oauth2/l10n/fr.json | 2 ++ apps/oauth2/l10n/it.js | 9 +++++++ apps/oauth2/l10n/it.json | 9 +++++++ apps/oauth2/l10n/pt_BR.js | 9 +++++++ apps/oauth2/l10n/pt_BR.json | 9 +++++++ apps/sharebymail/l10n/es.js | 1 + apps/sharebymail/l10n/es.json | 1 + apps/sharebymail/l10n/pl.js | 1 + apps/sharebymail/l10n/pl.json | 1 + apps/sharebymail/l10n/ru.js | 1 + apps/sharebymail/l10n/ru.json | 1 + apps/theming/l10n/ja.js | 2 +- apps/theming/l10n/ja.json | 2 +- apps/twofactor_backupcodes/l10n/es.js | 1 + apps/twofactor_backupcodes/l10n/es.json | 1 + apps/twofactor_backupcodes/l10n/pl.js | 1 + apps/twofactor_backupcodes/l10n/pl.json | 1 + apps/user_ldap/l10n/es.js | 1 + apps/user_ldap/l10n/es.json | 1 + apps/user_ldap/l10n/ja.js | 10 +++---- apps/user_ldap/l10n/ja.json | 10 +++---- apps/user_ldap/l10n/ru.js | 2 ++ apps/user_ldap/l10n/ru.json | 2 ++ apps/workflowengine/l10n/pl.js | 1 + apps/workflowengine/l10n/pl.json | 1 + core/l10n/fr.js | 14 ++++++++++ core/l10n/fr.json | 14 ++++++++++ core/l10n/ja.js | 5 ++-- core/l10n/ja.json | 5 ++-- lib/l10n/eo.js | 35 ++++++++++++++++++++++++- lib/l10n/eo.json | 35 ++++++++++++++++++++++++- lib/l10n/fr.js | 1 + lib/l10n/fr.json | 1 + lib/l10n/ru.js | 1 + lib/l10n/ru.json | 1 + settings/l10n/es.js | 1 + settings/l10n/es.json | 1 + settings/l10n/fr.js | 1 + settings/l10n/fr.json | 1 + settings/l10n/it.js | 1 + settings/l10n/it.json | 1 + settings/l10n/ja.js | 18 +++++++------ settings/l10n/ja.json | 18 +++++++------ settings/l10n/pt_BR.js | 1 + settings/l10n/pt_BR.json | 1 + settings/l10n/ru.js | 1 + settings/l10n/ru.json | 1 + 64 files changed, 250 insertions(+), 38 deletions(-) diff --git a/apps/comments/l10n/ja.js b/apps/comments/l10n/ja.js index c3c402f584..1be1b4d6b9 100644 --- a/apps/comments/l10n/ja.js +++ b/apps/comments/l10n/ja.js @@ -12,8 +12,9 @@ OC.L10N.register( "More comments …" : "その他のコメント...", "Save" : "保存", "Allowed characters {count} of {max}" : "入力文字数 {count} / {max}", - "Error occurred while updating comment with id {id}" : "コメントID {id} のコメントをアップロードする際にエラーが発生", - "Error occurred while posting comment" : "コメント投稿時にエラーが発生", + "Error occurred while retrieving comment with ID {id}" : "ID {id} のコメント取得中にエラーが発生しました", + "Error occurred while updating comment with id {id}" : "ID {id} のコメント更新中にエラーが発生しました", + "Error occurred while posting comment" : "コメント投稿中にエラーが発生しました", "_%n unread comment_::_%n unread comments_" : ["%n の未読のコメント"], "Comment" : "コメント", "You commented" : "コメント済", diff --git a/apps/comments/l10n/ja.json b/apps/comments/l10n/ja.json index 817d1671b3..9fef7df31e 100644 --- a/apps/comments/l10n/ja.json +++ b/apps/comments/l10n/ja.json @@ -10,8 +10,9 @@ "More comments …" : "その他のコメント...", "Save" : "保存", "Allowed characters {count} of {max}" : "入力文字数 {count} / {max}", - "Error occurred while updating comment with id {id}" : "コメントID {id} のコメントをアップロードする際にエラーが発生", - "Error occurred while posting comment" : "コメント投稿時にエラーが発生", + "Error occurred while retrieving comment with ID {id}" : "ID {id} のコメント取得中にエラーが発生しました", + "Error occurred while updating comment with id {id}" : "ID {id} のコメント更新中にエラーが発生しました", + "Error occurred while posting comment" : "コメント投稿中にエラーが発生しました", "_%n unread comment_::_%n unread comments_" : ["%n の未読のコメント"], "Comment" : "コメント", "You commented" : "コメント済", diff --git a/apps/encryption/l10n/ru.js b/apps/encryption/l10n/ru.js index 6611a5a9b4..00e8f20668 100644 --- a/apps/encryption/l10n/ru.js +++ b/apps/encryption/l10n/ru.js @@ -31,6 +31,8 @@ OC.L10N.register( "Can not decrypt this file, probably this is a shared file. Please ask the file owner to reshare the file with you." : "Не удалось расшифровать файл, возможно это опубликованный файл. Попросите владельца файла повторно открыть к нему доступ.", "Can not read this file, probably this is a shared file. Please ask the file owner to reshare the file with you." : "Не удается прочитать файл, возможно это публичный файл. Пожалуйста попросите владельца открыть доступ снова.", "Default encryption module" : "Модуль шифрования по-умолчанию", + "Default encryption module for server-side encryption" : "Дефолтный модуль для шифрования на стороне сервера", + "In order to use this encryption module you need to enable server-side\n\t\tencryption in the admin settings. Once enabled this module will encrypt\n\t\tall your files transparently. The encryption is based on AES 256 keys.\n\t\tThe module won't touch existing files, only new files will be encrypted\n\t\tafter server-side encryption was enabled. It is also not possible to\n\t\tdisable the encryption again and switch back to a unencrypted system.\n\t\tPlease read the documentation to know all implications before you decide\n\t\tto enable server-side encryption." : "Чтобы использовать этот модуль шифрования, вам необходимо включить его в настройках администратора. После включения этот модуль будет шифровать все ваши файлы прозрачно. Шифрование основано на ключах AES 256.\nМодуль не будет касаться существующих файлов, будут зашифрованы только новые файлы после того, как было разрешено шифрование на стороне сервера. Также невозможно отключить шифрование и верниться к незашифрованной системе.\nПожалуйста, ознакомьтесь с документацией, чтобы узнать все последствия прежде, чем принимать решение для включения шифрования на стороне сервера.", "Hey there,\n\nthe admin enabled server-side-encryption. Your files were encrypted using the password '%s'.\n\nPlease login to the web interface, go to the section 'basic encryption module' of your personal settings and update your encryption password by entering this password into the 'old log-in password' field and your current login-password.\n\n" : "Привет,\n\nадминистратор включил шифрование на стороне сервера. Ваши файлы были зашифрованы с использованием пароля «%s».\n\nПожалуйста войдите в веб-приложение, в разделе «простой модуль шифрования» в личных настройках вам нужно обновить пароль шифрования, указав этот пароль в поле \"старый пароль\".\n", "The share will expire on %s." : "Доступ будет закрыт %s", "Cheers!" : "Всего наилучшего!", diff --git a/apps/encryption/l10n/ru.json b/apps/encryption/l10n/ru.json index e0caf68a5e..0f9a61f31d 100644 --- a/apps/encryption/l10n/ru.json +++ b/apps/encryption/l10n/ru.json @@ -29,6 +29,8 @@ "Can not decrypt this file, probably this is a shared file. Please ask the file owner to reshare the file with you." : "Не удалось расшифровать файл, возможно это опубликованный файл. Попросите владельца файла повторно открыть к нему доступ.", "Can not read this file, probably this is a shared file. Please ask the file owner to reshare the file with you." : "Не удается прочитать файл, возможно это публичный файл. Пожалуйста попросите владельца открыть доступ снова.", "Default encryption module" : "Модуль шифрования по-умолчанию", + "Default encryption module for server-side encryption" : "Дефолтный модуль для шифрования на стороне сервера", + "In order to use this encryption module you need to enable server-side\n\t\tencryption in the admin settings. Once enabled this module will encrypt\n\t\tall your files transparently. The encryption is based on AES 256 keys.\n\t\tThe module won't touch existing files, only new files will be encrypted\n\t\tafter server-side encryption was enabled. It is also not possible to\n\t\tdisable the encryption again and switch back to a unencrypted system.\n\t\tPlease read the documentation to know all implications before you decide\n\t\tto enable server-side encryption." : "Чтобы использовать этот модуль шифрования, вам необходимо включить его в настройках администратора. После включения этот модуль будет шифровать все ваши файлы прозрачно. Шифрование основано на ключах AES 256.\nМодуль не будет касаться существующих файлов, будут зашифрованы только новые файлы после того, как было разрешено шифрование на стороне сервера. Также невозможно отключить шифрование и верниться к незашифрованной системе.\nПожалуйста, ознакомьтесь с документацией, чтобы узнать все последствия прежде, чем принимать решение для включения шифрования на стороне сервера.", "Hey there,\n\nthe admin enabled server-side-encryption. Your files were encrypted using the password '%s'.\n\nPlease login to the web interface, go to the section 'basic encryption module' of your personal settings and update your encryption password by entering this password into the 'old log-in password' field and your current login-password.\n\n" : "Привет,\n\nадминистратор включил шифрование на стороне сервера. Ваши файлы были зашифрованы с использованием пароля «%s».\n\nПожалуйста войдите в веб-приложение, в разделе «простой модуль шифрования» в личных настройках вам нужно обновить пароль шифрования, указав этот пароль в поле \"старый пароль\".\n", "The share will expire on %s." : "Доступ будет закрыт %s", "Cheers!" : "Всего наилучшего!", diff --git a/apps/files/l10n/ru.js b/apps/files/l10n/ru.js index aa9ff550f5..b294ebea16 100644 --- a/apps/files/l10n/ru.js +++ b/apps/files/l10n/ru.js @@ -22,6 +22,7 @@ OC.L10N.register( "Uploading …" : "Загрузка…", "…" : "…", "{loadedSize} of {totalSize} ({bitrate})" : "{loadedSize} из {totalSize} ({bitrate})", + "Uploading that item is not supported" : "Загрузка этого элемента не поддерживается", "Target folder does not exist any more" : "Каталог больше не существует", "Error when assembling chunks, status code {status}" : "Ошибка при сборке чанков, код ошибки {status}", "Actions" : "Действия", diff --git a/apps/files/l10n/ru.json b/apps/files/l10n/ru.json index 492634c599..51ad4cb265 100644 --- a/apps/files/l10n/ru.json +++ b/apps/files/l10n/ru.json @@ -20,6 +20,7 @@ "Uploading …" : "Загрузка…", "…" : "…", "{loadedSize} of {totalSize} ({bitrate})" : "{loadedSize} из {totalSize} ({bitrate})", + "Uploading that item is not supported" : "Загрузка этого элемента не поддерживается", "Target folder does not exist any more" : "Каталог больше не существует", "Error when assembling chunks, status code {status}" : "Ошибка при сборке чанков, код ошибки {status}", "Actions" : "Действия", diff --git a/apps/files_external/l10n/fr.js b/apps/files_external/l10n/fr.js index a3b12150d4..4114ab6e3a 100644 --- a/apps/files_external/l10n/fr.js +++ b/apps/files_external/l10n/fr.js @@ -70,6 +70,8 @@ OC.L10N.register( "User entered, store in database" : "Utilisateur entré, stocker dans la base de données", "RSA public key" : "Clé publique RSA", "Public key" : "Clé publique", + "RSA private key" : "Clé privée RSA", + "Private key" : "Clé privée", "Amazon S3" : "Amazon S3", "Bucket" : "Bucket", "Hostname" : "Nom de l'hôte", diff --git a/apps/files_external/l10n/fr.json b/apps/files_external/l10n/fr.json index 8b0bc077c0..865956a199 100644 --- a/apps/files_external/l10n/fr.json +++ b/apps/files_external/l10n/fr.json @@ -68,6 +68,8 @@ "User entered, store in database" : "Utilisateur entré, stocker dans la base de données", "RSA public key" : "Clé publique RSA", "Public key" : "Clé publique", + "RSA private key" : "Clé privée RSA", + "Private key" : "Clé privée", "Amazon S3" : "Amazon S3", "Bucket" : "Bucket", "Hostname" : "Nom de l'hôte", diff --git a/apps/files_sharing/l10n/ru.js b/apps/files_sharing/l10n/ru.js index 3957eddd85..e531af4c94 100644 --- a/apps/files_sharing/l10n/ru.js +++ b/apps/files_sharing/l10n/ru.js @@ -60,6 +60,7 @@ OC.L10N.register( "{actor} shared {file} with {user}" : "{actor} предоставил(а) пользователю {user} общий доступ к «{file}»", "{actor} removed {user} from {file}" : "{actor} закрыл(а) пользователю {user} общий доступ к «{file}»", "{actor} shared {file} with you" : "{actor} предоставил(а) вам общий доступ к «{file}»", + "{actor} removed you from the share named {file}" : "{actor} закрыл(а) вам общий доступ к общим именам «{file}»", "A file or folder shared by mail or by public link was downloaded" : "Файл или папка, которыми поделились по электронной почте или общедоступной ссылке, были скачаны", "A file or folder was shared from another server" : "Общий доступ к файлу или каталогу был открыт с другого сервера", "A file or folder has been shared" : "Опубликован файл или каталог", diff --git a/apps/files_sharing/l10n/ru.json b/apps/files_sharing/l10n/ru.json index 02f2558593..56be71aa80 100644 --- a/apps/files_sharing/l10n/ru.json +++ b/apps/files_sharing/l10n/ru.json @@ -58,6 +58,7 @@ "{actor} shared {file} with {user}" : "{actor} предоставил(а) пользователю {user} общий доступ к «{file}»", "{actor} removed {user} from {file}" : "{actor} закрыл(а) пользователю {user} общий доступ к «{file}»", "{actor} shared {file} with you" : "{actor} предоставил(а) вам общий доступ к «{file}»", + "{actor} removed you from the share named {file}" : "{actor} закрыл(а) вам общий доступ к общим именам «{file}»", "A file or folder shared by mail or by public link was downloaded" : "Файл или папка, которыми поделились по электронной почте или общедоступной ссылке, были скачаны", "A file or folder was shared from another server" : "Общий доступ к файлу или каталогу был открыт с другого сервера", "A file or folder has been shared" : "Опубликован файл или каталог", diff --git a/apps/oauth2/l10n/de.js b/apps/oauth2/l10n/de.js index 8cc93bd8d7..8048666515 100644 --- a/apps/oauth2/l10n/de.js +++ b/apps/oauth2/l10n/de.js @@ -2,12 +2,17 @@ OC.L10N.register( "oauth2", { "OAuth 2.0 clients" : "OAuth 2.0-Clients", + "OAuth 2.0 allows external services to request access to {instanceName}." : "OAuth 2.0 erlaubt es externen Diensten nach Zugriff auf {instanceName} zu fragen.", "Name" : "Name", "Redirection URI" : "Weiterleitungs-URI", "Client Identifier" : "Client-Identifikationsmerkmal", "Secret" : "Geheimnis", "Add client" : "Client hinzufügen", "Add" : "Hinzufügen", + "_button_::_submit_" : ["Knopf","Übermitteln"], + "_section_::_oauth2_" : ["Sektion","OAuth2"], + "Show client secret" : "Geheime Zeichenkette des Client anzeigen", + "Delete" : " Löschen", "OAuth 2.0" : "OAuth 2.0", "Allows OAuth2 compatible authentication from other web applications." : "Erlaubt OAuth2 komplatible authentifizierung durch andere WEb-Anwendungen.", "The OAuth2 app allows administrators to configure the built-in authentication workflow to also allow OAuth2 compatible authentication from other web applications." : "Die OAuth2-App ermöglicht es Administratoren den eingebauten Authenztifizierungsablauf dahingehend zu konfigurieren, das auch ein OAuth2 komplatible Authentifizierung von anderen Web-Anwendungen aus möglich ist.", diff --git a/apps/oauth2/l10n/de.json b/apps/oauth2/l10n/de.json index 4d0aae74a8..50c5cb9b37 100644 --- a/apps/oauth2/l10n/de.json +++ b/apps/oauth2/l10n/de.json @@ -1,11 +1,16 @@ { "translations": { "OAuth 2.0 clients" : "OAuth 2.0-Clients", + "OAuth 2.0 allows external services to request access to {instanceName}." : "OAuth 2.0 erlaubt es externen Diensten nach Zugriff auf {instanceName} zu fragen.", "Name" : "Name", "Redirection URI" : "Weiterleitungs-URI", "Client Identifier" : "Client-Identifikationsmerkmal", "Secret" : "Geheimnis", "Add client" : "Client hinzufügen", "Add" : "Hinzufügen", + "_button_::_submit_" : ["Knopf","Übermitteln"], + "_section_::_oauth2_" : ["Sektion","OAuth2"], + "Show client secret" : "Geheime Zeichenkette des Client anzeigen", + "Delete" : " Löschen", "OAuth 2.0" : "OAuth 2.0", "Allows OAuth2 compatible authentication from other web applications." : "Erlaubt OAuth2 komplatible authentifizierung durch andere WEb-Anwendungen.", "The OAuth2 app allows administrators to configure the built-in authentication workflow to also allow OAuth2 compatible authentication from other web applications." : "Die OAuth2-App ermöglicht es Administratoren den eingebauten Authenztifizierungsablauf dahingehend zu konfigurieren, das auch ein OAuth2 komplatible Authentifizierung von anderen Web-Anwendungen aus möglich ist.", diff --git a/apps/oauth2/l10n/de_DE.js b/apps/oauth2/l10n/de_DE.js index 8cc93bd8d7..5cbde62dfa 100644 --- a/apps/oauth2/l10n/de_DE.js +++ b/apps/oauth2/l10n/de_DE.js @@ -2,12 +2,17 @@ OC.L10N.register( "oauth2", { "OAuth 2.0 clients" : "OAuth 2.0-Clients", + "OAuth 2.0 allows external services to request access to {instanceName}." : "OAuth 2.0 erlaubt es externen Diensten nach Zugriff auf {instanceName} zu fragen.", "Name" : "Name", "Redirection URI" : "Weiterleitungs-URI", "Client Identifier" : "Client-Identifikationsmerkmal", "Secret" : "Geheimnis", "Add client" : "Client hinzufügen", "Add" : "Hinzufügen", + "_button_::_submit_" : ["Knopf","Übermitteln"], + "_section_::_oauth2_" : ["Sektion","OAuth2"], + "Show client secret" : "Geheime Zeichenkette des Client anzeigen", + "Delete" : "Löschen", "OAuth 2.0" : "OAuth 2.0", "Allows OAuth2 compatible authentication from other web applications." : "Erlaubt OAuth2 komplatible authentifizierung durch andere WEb-Anwendungen.", "The OAuth2 app allows administrators to configure the built-in authentication workflow to also allow OAuth2 compatible authentication from other web applications." : "Die OAuth2-App ermöglicht es Administratoren den eingebauten Authenztifizierungsablauf dahingehend zu konfigurieren, das auch ein OAuth2 komplatible Authentifizierung von anderen Web-Anwendungen aus möglich ist.", diff --git a/apps/oauth2/l10n/de_DE.json b/apps/oauth2/l10n/de_DE.json index 4d0aae74a8..ec47cc485a 100644 --- a/apps/oauth2/l10n/de_DE.json +++ b/apps/oauth2/l10n/de_DE.json @@ -1,11 +1,16 @@ { "translations": { "OAuth 2.0 clients" : "OAuth 2.0-Clients", + "OAuth 2.0 allows external services to request access to {instanceName}." : "OAuth 2.0 erlaubt es externen Diensten nach Zugriff auf {instanceName} zu fragen.", "Name" : "Name", "Redirection URI" : "Weiterleitungs-URI", "Client Identifier" : "Client-Identifikationsmerkmal", "Secret" : "Geheimnis", "Add client" : "Client hinzufügen", "Add" : "Hinzufügen", + "_button_::_submit_" : ["Knopf","Übermitteln"], + "_section_::_oauth2_" : ["Sektion","OAuth2"], + "Show client secret" : "Geheime Zeichenkette des Client anzeigen", + "Delete" : "Löschen", "OAuth 2.0" : "OAuth 2.0", "Allows OAuth2 compatible authentication from other web applications." : "Erlaubt OAuth2 komplatible authentifizierung durch andere WEb-Anwendungen.", "The OAuth2 app allows administrators to configure the built-in authentication workflow to also allow OAuth2 compatible authentication from other web applications." : "Die OAuth2-App ermöglicht es Administratoren den eingebauten Authenztifizierungsablauf dahingehend zu konfigurieren, das auch ein OAuth2 komplatible Authentifizierung von anderen Web-Anwendungen aus möglich ist.", diff --git a/apps/oauth2/l10n/es.js b/apps/oauth2/l10n/es.js index e3a15f116e..0e0f172aab 100644 --- a/apps/oauth2/l10n/es.js +++ b/apps/oauth2/l10n/es.js @@ -2,12 +2,15 @@ OC.L10N.register( "oauth2", { "OAuth 2.0 clients" : "Clientes OAuth 2.0", + "OAuth 2.0 allows external services to request access to {instanceName}." : "OAuth 2.0 permite a servicios externos solicitar acceso a {instanceName}", "Name" : "Nombre", "Redirection URI" : "URI de redirección", "Client Identifier" : "Identificador de cliente", "Secret" : "Secreto", "Add client" : "Añadir cliente", "Add" : "Añadir", + "Show client secret" : "Mostrar secreto del cliente", + "Delete" : "Eliminar", "OAuth 2.0" : "OAuth 2.0", "Allows OAuth2 compatible authentication from other web applications." : "Permite autenticación compatible con OAuth2 desde otras aplicaciones web.", "The OAuth2 app allows administrators to configure the built-in authentication workflow to also allow OAuth2 compatible authentication from other web applications." : "La app OAuth2 permite a los administradores configurar el flujo de trabajo de autenticación incorporado para permitir también autenticación compatible con OAuth2 desde otras aplicaciones web.", diff --git a/apps/oauth2/l10n/es.json b/apps/oauth2/l10n/es.json index e0fce110e6..11d64ff5e6 100644 --- a/apps/oauth2/l10n/es.json +++ b/apps/oauth2/l10n/es.json @@ -1,11 +1,14 @@ { "translations": { "OAuth 2.0 clients" : "Clientes OAuth 2.0", + "OAuth 2.0 allows external services to request access to {instanceName}." : "OAuth 2.0 permite a servicios externos solicitar acceso a {instanceName}", "Name" : "Nombre", "Redirection URI" : "URI de redirección", "Client Identifier" : "Identificador de cliente", "Secret" : "Secreto", "Add client" : "Añadir cliente", "Add" : "Añadir", + "Show client secret" : "Mostrar secreto del cliente", + "Delete" : "Eliminar", "OAuth 2.0" : "OAuth 2.0", "Allows OAuth2 compatible authentication from other web applications." : "Permite autenticación compatible con OAuth2 desde otras aplicaciones web.", "The OAuth2 app allows administrators to configure the built-in authentication workflow to also allow OAuth2 compatible authentication from other web applications." : "La app OAuth2 permite a los administradores configurar el flujo de trabajo de autenticación incorporado para permitir también autenticación compatible con OAuth2 desde otras aplicaciones web.", diff --git a/apps/oauth2/l10n/fr.js b/apps/oauth2/l10n/fr.js index f9e5e6d10d..488645f5ff 100644 --- a/apps/oauth2/l10n/fr.js +++ b/apps/oauth2/l10n/fr.js @@ -2,12 +2,14 @@ OC.L10N.register( "oauth2", { "OAuth 2.0 clients" : "Clients OAuth 2.0", + "OAuth 2.0 allows external services to request access to {instanceName}." : "OAuth 2.0 permet à des services externes de demander l'accès à {instanceName}.", "Name" : "Nom", "Redirection URI" : "URI de redirection", "Client Identifier" : "Identifiant du client", "Secret" : "Secret", "Add client" : "Ajouter un client", "Add" : "Ajouter", + "Delete" : "Supprimer", "OAuth 2.0" : "OAuth 2.0", "Allows OAuth2 compatible authentication from other web applications." : "Autoriser l'authentification compatible OAuth2 depuis d'autres applications web.", "The OAuth2 app allows administrators to configure the built-in authentication workflow to also allow OAuth2 compatible authentication from other web applications." : "L'application OAuth2 permet aux administrateurs de configurer l'authentification intégrée afin d'autoriser l'authentification compatible OAuth2 depuis d'autres applications web.", diff --git a/apps/oauth2/l10n/fr.json b/apps/oauth2/l10n/fr.json index d710e85553..a3b8fe1964 100644 --- a/apps/oauth2/l10n/fr.json +++ b/apps/oauth2/l10n/fr.json @@ -1,11 +1,13 @@ { "translations": { "OAuth 2.0 clients" : "Clients OAuth 2.0", + "OAuth 2.0 allows external services to request access to {instanceName}." : "OAuth 2.0 permet à des services externes de demander l'accès à {instanceName}.", "Name" : "Nom", "Redirection URI" : "URI de redirection", "Client Identifier" : "Identifiant du client", "Secret" : "Secret", "Add client" : "Ajouter un client", "Add" : "Ajouter", + "Delete" : "Supprimer", "OAuth 2.0" : "OAuth 2.0", "Allows OAuth2 compatible authentication from other web applications." : "Autoriser l'authentification compatible OAuth2 depuis d'autres applications web.", "The OAuth2 app allows administrators to configure the built-in authentication workflow to also allow OAuth2 compatible authentication from other web applications." : "L'application OAuth2 permet aux administrateurs de configurer l'authentification intégrée afin d'autoriser l'authentification compatible OAuth2 depuis d'autres applications web.", diff --git a/apps/oauth2/l10n/it.js b/apps/oauth2/l10n/it.js index 7702a9fdf5..7bcc7a08f6 100644 --- a/apps/oauth2/l10n/it.js +++ b/apps/oauth2/l10n/it.js @@ -2,12 +2,21 @@ OC.L10N.register( "oauth2", { "OAuth 2.0 clients" : "Client OAuth 2.0", + "OAuth 2.0 allows external services to request access to {instanceName}." : "OAuth 2.0 consente a servizi esterni di richiedere accesso a {instanceName}.", "Name" : "Nome", + "_headerName_::_col_" : ["headerName","col"], "Redirection URI" : "URI di redirezione", + "_headerRedirectUri_::_col_" : ["headerRedirectUri","col"], "Client Identifier" : "Identificatore client", + "_headerClientIdentifier_::_col_" : ["headerClientIdentifier","col"], "Secret" : "Segreto", + "_headerSecret_::_col_" : ["headerSecret","col"], "Add client" : "Aggiungi client", "Add" : "Aggiungi", + "_button_::_submit_" : ["button","submit"], + "_section_::_oauth2_" : ["section","oauth2"], + "Show client secret" : "Mostra segreto del client", + "Delete" : "Elimina", "OAuth 2.0" : "OAuth 2.0", "Allows OAuth2 compatible authentication from other web applications." : "Consente l'autenticazione compatibile con OAuth2 da altre applicazioni web.", "The OAuth2 app allows administrators to configure the built-in authentication workflow to also allow OAuth2 compatible authentication from other web applications." : "L'applicazione OAuth2 consente agli amministratori di configurare la procedura di autenticazione per consentire anche l'autenticazione compatibile con OAuth2 da altre applicazioni web.", diff --git a/apps/oauth2/l10n/it.json b/apps/oauth2/l10n/it.json index 73ae81ba7b..9d60054a24 100644 --- a/apps/oauth2/l10n/it.json +++ b/apps/oauth2/l10n/it.json @@ -1,11 +1,20 @@ { "translations": { "OAuth 2.0 clients" : "Client OAuth 2.0", + "OAuth 2.0 allows external services to request access to {instanceName}." : "OAuth 2.0 consente a servizi esterni di richiedere accesso a {instanceName}.", "Name" : "Nome", + "_headerName_::_col_" : ["headerName","col"], "Redirection URI" : "URI di redirezione", + "_headerRedirectUri_::_col_" : ["headerRedirectUri","col"], "Client Identifier" : "Identificatore client", + "_headerClientIdentifier_::_col_" : ["headerClientIdentifier","col"], "Secret" : "Segreto", + "_headerSecret_::_col_" : ["headerSecret","col"], "Add client" : "Aggiungi client", "Add" : "Aggiungi", + "_button_::_submit_" : ["button","submit"], + "_section_::_oauth2_" : ["section","oauth2"], + "Show client secret" : "Mostra segreto del client", + "Delete" : "Elimina", "OAuth 2.0" : "OAuth 2.0", "Allows OAuth2 compatible authentication from other web applications." : "Consente l'autenticazione compatibile con OAuth2 da altre applicazioni web.", "The OAuth2 app allows administrators to configure the built-in authentication workflow to also allow OAuth2 compatible authentication from other web applications." : "L'applicazione OAuth2 consente agli amministratori di configurare la procedura di autenticazione per consentire anche l'autenticazione compatibile con OAuth2 da altre applicazioni web.", diff --git a/apps/oauth2/l10n/pt_BR.js b/apps/oauth2/l10n/pt_BR.js index 3b5e622a9b..283e7528e9 100644 --- a/apps/oauth2/l10n/pt_BR.js +++ b/apps/oauth2/l10n/pt_BR.js @@ -2,12 +2,21 @@ OC.L10N.register( "oauth2", { "OAuth 2.0 clients" : "Clientes OAuth 2.0", + "OAuth 2.0 allows external services to request access to {instanceName}." : "O OAuth 2.0 permite que serviços externos solicitem acesso a {instanceName}.", "Name" : "Nome", + "_headerName_::_col_" : ["headerName","col"], "Redirection URI" : "Redirecionamento URI", + "_headerRedirectUri_::_col_" : ["headerRedirectUri","col"], "Client Identifier" : "Identificador do Cliente", + "_headerClientIdentifier_::_col_" : ["headerClientIdentifier","col"], "Secret" : "Secreto", + "_headerSecret_::_col_" : ["headerSecret","col"], "Add client" : "Adicionar cliente", "Add" : "Adicionar", + "_button_::_submit_" : ["botão","enviar"], + "_section_::_oauth2_" : ["seção","oauth2"], + "Show client secret" : "Mostrar segredo do cliente", + "Delete" : "Excluir", "OAuth 2.0" : "OAuth 2.0", "Allows OAuth2 compatible authentication from other web applications." : "Permite autenticação compatível com OAuth2 de outras aplicações web.", "The OAuth2 app allows administrators to configure the built-in authentication workflow to also allow OAuth2 compatible authentication from other web applications." : "O aplicativo OAuth2 permite que os administradores configurem a autenticação integrada para permitir também a autenticação compatível com OAuth2 de outros aplicativos da Web.", diff --git a/apps/oauth2/l10n/pt_BR.json b/apps/oauth2/l10n/pt_BR.json index 73b0506411..460b7062d0 100644 --- a/apps/oauth2/l10n/pt_BR.json +++ b/apps/oauth2/l10n/pt_BR.json @@ -1,11 +1,20 @@ { "translations": { "OAuth 2.0 clients" : "Clientes OAuth 2.0", + "OAuth 2.0 allows external services to request access to {instanceName}." : "O OAuth 2.0 permite que serviços externos solicitem acesso a {instanceName}.", "Name" : "Nome", + "_headerName_::_col_" : ["headerName","col"], "Redirection URI" : "Redirecionamento URI", + "_headerRedirectUri_::_col_" : ["headerRedirectUri","col"], "Client Identifier" : "Identificador do Cliente", + "_headerClientIdentifier_::_col_" : ["headerClientIdentifier","col"], "Secret" : "Secreto", + "_headerSecret_::_col_" : ["headerSecret","col"], "Add client" : "Adicionar cliente", "Add" : "Adicionar", + "_button_::_submit_" : ["botão","enviar"], + "_section_::_oauth2_" : ["seção","oauth2"], + "Show client secret" : "Mostrar segredo do cliente", + "Delete" : "Excluir", "OAuth 2.0" : "OAuth 2.0", "Allows OAuth2 compatible authentication from other web applications." : "Permite autenticação compatível com OAuth2 de outras aplicações web.", "The OAuth2 app allows administrators to configure the built-in authentication workflow to also allow OAuth2 compatible authentication from other web applications." : "O aplicativo OAuth2 permite que os administradores configurem a autenticação integrada para permitir também a autenticação compatível com OAuth2 de outros aplicativos da Web.", diff --git a/apps/sharebymail/l10n/es.js b/apps/sharebymail/l10n/es.js index 00a22c7a6e..be6cfa5155 100644 --- a/apps/sharebymail/l10n/es.js +++ b/apps/sharebymail/l10n/es.js @@ -35,6 +35,7 @@ OC.L10N.register( "You can choose a different password at any time in the share dialog." : "Puedes elegir una contraseña diferente en cualquier momento en el diálogo de compartir.", "Could not find share" : "No se pudo encontrar el recurso compartido", "Share by mail" : "Enviado por correo electrónico", + "Share provider which allows you to share files by mail" : "Proveedor que permite compartir archivos por correo", "Allows users to share a personalized link to a file or folder by putting in an email address." : "Permite a los usuarios compartir un enlace personalizado a un archivo o carpeta enviándolo a una dirección de correo electrónico", "Send password by mail" : "Enviar contraseñas por email", "Enforce password protection" : "Imponer la protección de contraseña", diff --git a/apps/sharebymail/l10n/es.json b/apps/sharebymail/l10n/es.json index 64c8a81453..ddb66a622c 100644 --- a/apps/sharebymail/l10n/es.json +++ b/apps/sharebymail/l10n/es.json @@ -33,6 +33,7 @@ "You can choose a different password at any time in the share dialog." : "Puedes elegir una contraseña diferente en cualquier momento en el diálogo de compartir.", "Could not find share" : "No se pudo encontrar el recurso compartido", "Share by mail" : "Enviado por correo electrónico", + "Share provider which allows you to share files by mail" : "Proveedor que permite compartir archivos por correo", "Allows users to share a personalized link to a file or folder by putting in an email address." : "Permite a los usuarios compartir un enlace personalizado a un archivo o carpeta enviándolo a una dirección de correo electrónico", "Send password by mail" : "Enviar contraseñas por email", "Enforce password protection" : "Imponer la protección de contraseña", diff --git a/apps/sharebymail/l10n/pl.js b/apps/sharebymail/l10n/pl.js index 0692ed37d2..a1ca6f939f 100644 --- a/apps/sharebymail/l10n/pl.js +++ b/apps/sharebymail/l10n/pl.js @@ -35,6 +35,7 @@ OC.L10N.register( "You can choose a different password at any time in the share dialog." : "Możesz zmienić hasło w okienku współdzielenia w dowolnym momencie.", "Could not find share" : "Nie można odnaleźć współdzielonego obiektu", "Share by mail" : "Współdzielone e-mailem", + "Share provider which allows you to share files by mail" : "Udostępnij dostawcę, który umożliwia udostępnianie plików pocztą", "Allows users to share a personalized link to a file or folder by putting in an email address." : "Umożliwia współdzielenie spersonalizowanego linku do pliku lub folderu, umieszczając go w wiadomości e-mail.", "Send password by mail" : "Wyślij hasło e-mailem", "Enforce password protection" : "Wymuś zabezpieczenie hasłem", diff --git a/apps/sharebymail/l10n/pl.json b/apps/sharebymail/l10n/pl.json index d7aacbc8e5..431f155b52 100644 --- a/apps/sharebymail/l10n/pl.json +++ b/apps/sharebymail/l10n/pl.json @@ -33,6 +33,7 @@ "You can choose a different password at any time in the share dialog." : "Możesz zmienić hasło w okienku współdzielenia w dowolnym momencie.", "Could not find share" : "Nie można odnaleźć współdzielonego obiektu", "Share by mail" : "Współdzielone e-mailem", + "Share provider which allows you to share files by mail" : "Udostępnij dostawcę, który umożliwia udostępnianie plików pocztą", "Allows users to share a personalized link to a file or folder by putting in an email address." : "Umożliwia współdzielenie spersonalizowanego linku do pliku lub folderu, umieszczając go w wiadomości e-mail.", "Send password by mail" : "Wyślij hasło e-mailem", "Enforce password protection" : "Wymuś zabezpieczenie hasłem", diff --git a/apps/sharebymail/l10n/ru.js b/apps/sharebymail/l10n/ru.js index eb66fa9d58..b6c5d9a9e2 100644 --- a/apps/sharebymail/l10n/ru.js +++ b/apps/sharebymail/l10n/ru.js @@ -35,6 +35,7 @@ OC.L10N.register( "You can choose a different password at any time in the share dialog." : "В любой момент можно выбрать другой пароль в диалоге «Общий доступ».", "Could not find share" : "Не удалось найти общий ресурс", "Share by mail" : "Поделиться по почте", + "Share provider which allows you to share files by mail" : "Провайдер услуг, который позволяет вам обмениваться файлами по почте", "Allows users to share a personalized link to a file or folder by putting in an email address." : "Позволяет пользователям делиться персонализированной ссылкой на файл или каталог, указав адрес электронной почты.", "Send password by mail" : "Отправлять пароль по электронной почте", "Enforce password protection" : "Требовать защиту паролем", diff --git a/apps/sharebymail/l10n/ru.json b/apps/sharebymail/l10n/ru.json index e2c5985bad..60ba676b07 100644 --- a/apps/sharebymail/l10n/ru.json +++ b/apps/sharebymail/l10n/ru.json @@ -33,6 +33,7 @@ "You can choose a different password at any time in the share dialog." : "В любой момент можно выбрать другой пароль в диалоге «Общий доступ».", "Could not find share" : "Не удалось найти общий ресурс", "Share by mail" : "Поделиться по почте", + "Share provider which allows you to share files by mail" : "Провайдер услуг, который позволяет вам обмениваться файлами по почте", "Allows users to share a personalized link to a file or folder by putting in an email address." : "Позволяет пользователям делиться персонализированной ссылкой на файл или каталог, указав адрес электронной почты.", "Send password by mail" : "Отправлять пароль по электронной почте", "Enforce password protection" : "Требовать защиту паролем", diff --git a/apps/theming/l10n/ja.js b/apps/theming/l10n/ja.js index e6e84e71bd..3c7cd2c7ee 100644 --- a/apps/theming/l10n/ja.js +++ b/apps/theming/l10n/ja.js @@ -1,7 +1,7 @@ OC.L10N.register( "theming", { - "Loading preview…" : "プレビューを読込み中...", + "Loading preview…" : "プレビューを読み込み中...", "Saved" : "保存済み", "Admin" : "管理者", "a safe home for all your data" : "あなたのデータを安全に保管するプラットフォーム", diff --git a/apps/theming/l10n/ja.json b/apps/theming/l10n/ja.json index 24b6bb1354..5585c08a77 100644 --- a/apps/theming/l10n/ja.json +++ b/apps/theming/l10n/ja.json @@ -1,5 +1,5 @@ { "translations": { - "Loading preview…" : "プレビューを読込み中...", + "Loading preview…" : "プレビューを読み込み中...", "Saved" : "保存済み", "Admin" : "管理者", "a safe home for all your data" : "あなたのデータを安全に保管するプラットフォーム", diff --git a/apps/twofactor_backupcodes/l10n/es.js b/apps/twofactor_backupcodes/l10n/es.js index c33adf52aa..82533f4e4f 100644 --- a/apps/twofactor_backupcodes/l10n/es.js +++ b/apps/twofactor_backupcodes/l10n/es.js @@ -14,6 +14,7 @@ OC.L10N.register( "Backup code" : "Código de respaldo", "Use backup code" : "Usar código de respaldo", "Two factor backup codes" : "Códigos de copia de seguridad de dos factores", + "A two-factor auth backup codes provider" : "Un proveedor de códigos de copia de seguridad para autenticación", "Second-factor backup codes" : "Códigos de respaldo de dos factores" }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/twofactor_backupcodes/l10n/es.json b/apps/twofactor_backupcodes/l10n/es.json index 50cbca916a..4b2fea6138 100644 --- a/apps/twofactor_backupcodes/l10n/es.json +++ b/apps/twofactor_backupcodes/l10n/es.json @@ -12,6 +12,7 @@ "Backup code" : "Código de respaldo", "Use backup code" : "Usar código de respaldo", "Two factor backup codes" : "Códigos de copia de seguridad de dos factores", + "A two-factor auth backup codes provider" : "Un proveedor de códigos de copia de seguridad para autenticación", "Second-factor backup codes" : "Códigos de respaldo de dos factores" },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/apps/twofactor_backupcodes/l10n/pl.js b/apps/twofactor_backupcodes/l10n/pl.js index 93174e402d..b758eba41b 100644 --- a/apps/twofactor_backupcodes/l10n/pl.js +++ b/apps/twofactor_backupcodes/l10n/pl.js @@ -14,6 +14,7 @@ OC.L10N.register( "Backup code" : "Kod zapasowy", "Use backup code" : "Użyj kodu zapasowego", "Two factor backup codes" : "Kody zapasowe uwierzytelnienia dwuskładnikowego", + "A two-factor auth backup codes provider" : "Dostawca dwuskładnikowych kodów zapasowych ", "Second-factor backup codes" : "Kody zapasowe uwierzytelnienia dwuskładnikowego" }, "nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && (n%100<12 || n%100>14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);"); diff --git a/apps/twofactor_backupcodes/l10n/pl.json b/apps/twofactor_backupcodes/l10n/pl.json index 5067c191e0..c68221f3d4 100644 --- a/apps/twofactor_backupcodes/l10n/pl.json +++ b/apps/twofactor_backupcodes/l10n/pl.json @@ -12,6 +12,7 @@ "Backup code" : "Kod zapasowy", "Use backup code" : "Użyj kodu zapasowego", "Two factor backup codes" : "Kody zapasowe uwierzytelnienia dwuskładnikowego", + "A two-factor auth backup codes provider" : "Dostawca dwuskładnikowych kodów zapasowych ", "Second-factor backup codes" : "Kody zapasowe uwierzytelnienia dwuskładnikowego" },"pluralForm" :"nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && (n%100<12 || n%100>14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);" } \ No newline at end of file diff --git a/apps/user_ldap/l10n/es.js b/apps/user_ldap/l10n/es.js index 54d3e5854f..1cd08347c1 100644 --- a/apps/user_ldap/l10n/es.js +++ b/apps/user_ldap/l10n/es.js @@ -66,6 +66,7 @@ OC.L10N.register( "Could not find the desired feature" : "No se puede encontrar la función deseada.", "Invalid Host" : "Host inválido", "This application enables administrators to connect Nextcloud to an LDAP-based user directory." : "Esta aplicación permite a los administradores conectar Nextcloud a un directorio de usuarios basado en LDAP", + "This application enables administrators to connect Nextcloud to an LDAP-based user directory for authentication and provisioning users, groups and user attributes. Admins can configure this application to connect to one or more LDAP directories or Active Directories via an LDAP interface. Attributes such as user quota, email, avatar pictures, group memberships and more can be pulled into Nextcloud from a directory with the appropriate queries and filters.\n\nA user logs into Nextcloud with their LDAP or AD credentials, and is granted access based on an authentication request handled by the LDAP or AD server. Nextcloud does not store LDAP or AD passwords, rather these credentials are used to authenticate a user and then Nextcloud uses a session for the user ID. More information is available in the LDAP User and Group Backend documentation." : "Esta aplicación permite a los administradores conectar Nextcloud con una directorio de usuarios basado en LDAP para autenticación y aprovisionamiento de usuarios, grupos y atributos de usuario. Los administradores pueden configurar esta aplicación para conectarse a uno o más directorios LDAP o Active Directory vía una interfaz LDAP. Los atributos como cuota de usuario, correo, imágenes de avatar, pertenencia a grupos y más pueden incorporarse a Nextcloud desde un directorio con las peticiones y filtros apropiados.\n\nUn usuario se registra en Nextcloud con sus credenciales LDAP o AD y se le concede acceso basándose en una petición de autenticación manejada por el servidor LDAP o AD.Nexttcloud no almacen las contraseñas LDAP o AD, sino que estas credenciales se usan para utenticar un usuario y después Nextcloud usa una sesión para la id de usuario. Más información disponible en la documentación del motor de usuarios y grupos LDAP", "Test Configuration" : "Configuración de prueba", "Help" : "Ayuda", "Groups meeting these criteria are available in %s:" : "Los grupos que cumplen estos criterios están disponibles en %s:", diff --git a/apps/user_ldap/l10n/es.json b/apps/user_ldap/l10n/es.json index b126def8cb..e6d8dce016 100644 --- a/apps/user_ldap/l10n/es.json +++ b/apps/user_ldap/l10n/es.json @@ -64,6 +64,7 @@ "Could not find the desired feature" : "No se puede encontrar la función deseada.", "Invalid Host" : "Host inválido", "This application enables administrators to connect Nextcloud to an LDAP-based user directory." : "Esta aplicación permite a los administradores conectar Nextcloud a un directorio de usuarios basado en LDAP", + "This application enables administrators to connect Nextcloud to an LDAP-based user directory for authentication and provisioning users, groups and user attributes. Admins can configure this application to connect to one or more LDAP directories or Active Directories via an LDAP interface. Attributes such as user quota, email, avatar pictures, group memberships and more can be pulled into Nextcloud from a directory with the appropriate queries and filters.\n\nA user logs into Nextcloud with their LDAP or AD credentials, and is granted access based on an authentication request handled by the LDAP or AD server. Nextcloud does not store LDAP or AD passwords, rather these credentials are used to authenticate a user and then Nextcloud uses a session for the user ID. More information is available in the LDAP User and Group Backend documentation." : "Esta aplicación permite a los administradores conectar Nextcloud con una directorio de usuarios basado en LDAP para autenticación y aprovisionamiento de usuarios, grupos y atributos de usuario. Los administradores pueden configurar esta aplicación para conectarse a uno o más directorios LDAP o Active Directory vía una interfaz LDAP. Los atributos como cuota de usuario, correo, imágenes de avatar, pertenencia a grupos y más pueden incorporarse a Nextcloud desde un directorio con las peticiones y filtros apropiados.\n\nUn usuario se registra en Nextcloud con sus credenciales LDAP o AD y se le concede acceso basándose en una petición de autenticación manejada por el servidor LDAP o AD.Nexttcloud no almacen las contraseñas LDAP o AD, sino que estas credenciales se usan para utenticar un usuario y después Nextcloud usa una sesión para la id de usuario. Más información disponible en la documentación del motor de usuarios y grupos LDAP", "Test Configuration" : "Configuración de prueba", "Help" : "Ayuda", "Groups meeting these criteria are available in %s:" : "Los grupos que cumplen estos criterios están disponibles en %s:", diff --git a/apps/user_ldap/l10n/ja.js b/apps/user_ldap/l10n/ja.js index d192302687..0355f5cef5 100644 --- a/apps/user_ldap/l10n/ja.js +++ b/apps/user_ldap/l10n/ja.js @@ -37,7 +37,7 @@ OC.L10N.register( "Do you really want to delete the current Server Configuration?" : "現在のサーバー設定を本当に削除してもよろしいですか?", "Confirm Deletion" : "削除の確認", "Mappings cleared successfully!" : "マッピングのクリアに成功しました!", - "Error while clearing the mappings." : "マッピングのクリアー中にエラー発生", + "Error while clearing the mappings." : "マッピングのクリアー中にエラーが発生しました。", "Anonymous bind is not allowed. Please provide a User DN and Password." : "匿名接続が許可されていません。ユーザーDNとパスワードを入力してください。", "LDAP Operations error. Anonymous bind might not be allowed." : "LDAP操作エラー。匿名接続が許可されていないのかもしれません。", "Saving failed. Please make sure the database is in Operation. Reload before continuing." : "保存に失敗。データベースが稼働中か確認してください。続ける前にリロードしてください。", @@ -50,7 +50,7 @@ OC.L10N.register( "An unspecified error occurred. Please check log and settings." : "不明なエラーが発生しました。設定とログを確認してください。", "The search filter is invalid, probably due to syntax issues like uneven number of opened and closed brackets. Please revise." : "検索フィルターが不正です。恐らく文法の問題で、開き括弧と閉じ括弧がマッチしていません。修正をお願いします。", "A connection error to LDAP / AD occurred, please check host, port and credentials." : "LDAP / AD の接続エラーが発生しました。ホスト名、ポート、権限をチェックしてください。", - "The \"%uid\" placeholder is missing. It will be replaced with the login name when querying LDAP / AD." : "\"%u\" id のプレースフォルダがありません。プレースフォルダは、LDAP /ADで問合せするときにログイン名で置き換えられます。", + "The \"%uid\" placeholder is missing. It will be replaced with the login name when querying LDAP / AD." : "\"%u\" id のプレースホルダがありません。プレースホルダは、LDAP /ADで問合せするときにログイン名で置き換えられます。", "Please provide a login name to test against" : "テストの為にログイン名を入力してください。", "The group box was disabled, because the LDAP / AD server does not support memberOf." : "LDAP/ADサーバーがMemberOfオプションをサポートしていないため、グループボックスは無効になりました。", "Password change rejected. Hint: " : "パスワード変更が拒否されました。ヒント:", @@ -58,7 +58,7 @@ OC.L10N.register( "Your password will expire tomorrow." : "パスワードが明日期限切れになります。", "Your password will expire today." : "パスワードが今日期限切れになります。", "_Your password will expire within %n day._::_Your password will expire within %n days._" : ["パスワードがあと %n日で期限切れになります。"], - "LDAP / AD integration" : "LDAP / AD 統合", + "LDAP / AD integration" : "LDAP/AD統合", "_%s group found_::_%s groups found_" : ["%s グループが見つかりました"], "_%s user found_::_%s users found_" : ["%s ユーザーが見つかりました"], "Could not detect user display name attribute. Please specify it yourself in advanced LDAP settings." : "ユーザー表示名の属性を検出できませんでした。詳細設定で対応する属性を指定してください。", @@ -78,8 +78,8 @@ OC.L10N.register( "Verify settings and count the groups" : "設定を検証し、グループを数える", "When logging in, %s will find the user based on the following attributes:" : "ログイン時に、%s により次の属性からユーザーを見つけます:", "LDAP / AD Username:" : "LDAP/ADユーザー名:", - "Allows login against the LDAP / AD username, which is either \"uid\" or \"sAMAccountName\" and will be detected." : "LDAP / AD ユーザー名に対してログインが許可されています。\"uid\" か、\"sAMAccountName\" のどちらかが検出されました。", - "LDAP / AD Email Address:" : "LDAP / AD メールアドレス:", + "Allows login against the LDAP / AD username, which is either \"uid\" or \"sAMAccountName\" and will be detected." : "LDAP/ADユーザー名に対してログインが許可されています。\"uid\" か、\"sAMAccountName\" のどちらかが検出されました。", + "LDAP / AD Email Address:" : "LDAP/ADメールアドレス:", "Allows login against an email attribute. \"mail\" and \"mailPrimaryAddress\" allowed." : "メール属性に対してログインが許可されています。\"mail\" と \"mailPrimaryAddress\" が利用可能です。", "Other Attributes:" : "その他の属性:", "Defines the filter to apply, when login is attempted. \"%%uid\" replaces the username in the login action. Example: \"uid=%%uid\"" : "ログイン実行時に適用するフィルターを定義します。uid \"%%\" にはログイン操作におけるユーザー名が入ります。例: \"uid=%%uid\"", diff --git a/apps/user_ldap/l10n/ja.json b/apps/user_ldap/l10n/ja.json index 83a176cb79..5b8822006f 100644 --- a/apps/user_ldap/l10n/ja.json +++ b/apps/user_ldap/l10n/ja.json @@ -35,7 +35,7 @@ "Do you really want to delete the current Server Configuration?" : "現在のサーバー設定を本当に削除してもよろしいですか?", "Confirm Deletion" : "削除の確認", "Mappings cleared successfully!" : "マッピングのクリアに成功しました!", - "Error while clearing the mappings." : "マッピングのクリアー中にエラー発生", + "Error while clearing the mappings." : "マッピングのクリアー中にエラーが発生しました。", "Anonymous bind is not allowed. Please provide a User DN and Password." : "匿名接続が許可されていません。ユーザーDNとパスワードを入力してください。", "LDAP Operations error. Anonymous bind might not be allowed." : "LDAP操作エラー。匿名接続が許可されていないのかもしれません。", "Saving failed. Please make sure the database is in Operation. Reload before continuing." : "保存に失敗。データベースが稼働中か確認してください。続ける前にリロードしてください。", @@ -48,7 +48,7 @@ "An unspecified error occurred. Please check log and settings." : "不明なエラーが発生しました。設定とログを確認してください。", "The search filter is invalid, probably due to syntax issues like uneven number of opened and closed brackets. Please revise." : "検索フィルターが不正です。恐らく文法の問題で、開き括弧と閉じ括弧がマッチしていません。修正をお願いします。", "A connection error to LDAP / AD occurred, please check host, port and credentials." : "LDAP / AD の接続エラーが発生しました。ホスト名、ポート、権限をチェックしてください。", - "The \"%uid\" placeholder is missing. It will be replaced with the login name when querying LDAP / AD." : "\"%u\" id のプレースフォルダがありません。プレースフォルダは、LDAP /ADで問合せするときにログイン名で置き換えられます。", + "The \"%uid\" placeholder is missing. It will be replaced with the login name when querying LDAP / AD." : "\"%u\" id のプレースホルダがありません。プレースホルダは、LDAP /ADで問合せするときにログイン名で置き換えられます。", "Please provide a login name to test against" : "テストの為にログイン名を入力してください。", "The group box was disabled, because the LDAP / AD server does not support memberOf." : "LDAP/ADサーバーがMemberOfオプションをサポートしていないため、グループボックスは無効になりました。", "Password change rejected. Hint: " : "パスワード変更が拒否されました。ヒント:", @@ -56,7 +56,7 @@ "Your password will expire tomorrow." : "パスワードが明日期限切れになります。", "Your password will expire today." : "パスワードが今日期限切れになります。", "_Your password will expire within %n day._::_Your password will expire within %n days._" : ["パスワードがあと %n日で期限切れになります。"], - "LDAP / AD integration" : "LDAP / AD 統合", + "LDAP / AD integration" : "LDAP/AD統合", "_%s group found_::_%s groups found_" : ["%s グループが見つかりました"], "_%s user found_::_%s users found_" : ["%s ユーザーが見つかりました"], "Could not detect user display name attribute. Please specify it yourself in advanced LDAP settings." : "ユーザー表示名の属性を検出できませんでした。詳細設定で対応する属性を指定してください。", @@ -76,8 +76,8 @@ "Verify settings and count the groups" : "設定を検証し、グループを数える", "When logging in, %s will find the user based on the following attributes:" : "ログイン時に、%s により次の属性からユーザーを見つけます:", "LDAP / AD Username:" : "LDAP/ADユーザー名:", - "Allows login against the LDAP / AD username, which is either \"uid\" or \"sAMAccountName\" and will be detected." : "LDAP / AD ユーザー名に対してログインが許可されています。\"uid\" か、\"sAMAccountName\" のどちらかが検出されました。", - "LDAP / AD Email Address:" : "LDAP / AD メールアドレス:", + "Allows login against the LDAP / AD username, which is either \"uid\" or \"sAMAccountName\" and will be detected." : "LDAP/ADユーザー名に対してログインが許可されています。\"uid\" か、\"sAMAccountName\" のどちらかが検出されました。", + "LDAP / AD Email Address:" : "LDAP/ADメールアドレス:", "Allows login against an email attribute. \"mail\" and \"mailPrimaryAddress\" allowed." : "メール属性に対してログインが許可されています。\"mail\" と \"mailPrimaryAddress\" が利用可能です。", "Other Attributes:" : "その他の属性:", "Defines the filter to apply, when login is attempted. \"%%uid\" replaces the username in the login action. Example: \"uid=%%uid\"" : "ログイン実行時に適用するフィルターを定義します。uid \"%%\" にはログイン操作におけるユーザー名が入ります。例: \"uid=%%uid\"", diff --git a/apps/user_ldap/l10n/ru.js b/apps/user_ldap/l10n/ru.js index f1d07ba0e6..a704f10fc0 100644 --- a/apps/user_ldap/l10n/ru.js +++ b/apps/user_ldap/l10n/ru.js @@ -65,6 +65,8 @@ OC.L10N.register( "Could not detect user display name attribute. Please specify it yourself in advanced LDAP settings." : "Не удалось автоматически определить атрибут, содержащий отображаемое имя пользователя. Зайдите в расширенные настройки LDAP и укажите его вручную.", "Could not find the desired feature" : "Не удается найти требуемую функциональность", "Invalid Host" : "Некорректный адрес сервера", + "This application enables administrators to connect Nextcloud to an LDAP-based user directory." : "Это приложение позволяет администраторам подключать Nextcloud к каталогу пользователей на основе LDAP.", + "This application enables administrators to connect Nextcloud to an LDAP-based user directory for authentication and provisioning users, groups and user attributes. Admins can configure this application to connect to one or more LDAP directories or Active Directories via an LDAP interface. Attributes such as user quota, email, avatar pictures, group memberships and more can be pulled into Nextcloud from a directory with the appropriate queries and filters.\n\nA user logs into Nextcloud with their LDAP or AD credentials, and is granted access based on an authentication request handled by the LDAP or AD server. Nextcloud does not store LDAP or AD passwords, rather these credentials are used to authenticate a user and then Nextcloud uses a session for the user ID. More information is available in the LDAP User and Group Backend documentation." : "Это приложение позволяет администраторам подключать Nextcloud к каталогу пользователей на основе LDAP для аутентификации и подготовки пользователей, групп и пользовательских атрибутов. Администраторы могут настроить это приложение для подключения к одному или нескольким каталогам LDAP или Active Directory через интерфейс LDAP. Атрибуты, такие как пользовательская квота, электронная почта, изображения аватаров, членство в группах и многое другое, могут быть перенесены в Nextcloud из каталога с соответствующими запросами и фильтрами.\n\nПользователь регистрируется в Nextcloud со своими учетными данными LDAP или AD и получает доступ на основе запроса аутентификации, обрабатываемого сервером LDAP или AD. Nextcloud не хранит пароли LDAP или AD, а эти учетные данные используются для аутентификации пользователя, а затем Nextcloud использует сеанс для идентификатора пользователя. Дополнительная информация доступна в документации LDAP Пользователи и Группы.", "Test Configuration" : "Проверить конфигурацию", "Help" : "Помощь", "Groups meeting these criteria are available in %s:" : "Группы, отвечающие этим критериям доступны в %s:", diff --git a/apps/user_ldap/l10n/ru.json b/apps/user_ldap/l10n/ru.json index 546e3022cf..7728cd1986 100644 --- a/apps/user_ldap/l10n/ru.json +++ b/apps/user_ldap/l10n/ru.json @@ -63,6 +63,8 @@ "Could not detect user display name attribute. Please specify it yourself in advanced LDAP settings." : "Не удалось автоматически определить атрибут, содержащий отображаемое имя пользователя. Зайдите в расширенные настройки LDAP и укажите его вручную.", "Could not find the desired feature" : "Не удается найти требуемую функциональность", "Invalid Host" : "Некорректный адрес сервера", + "This application enables administrators to connect Nextcloud to an LDAP-based user directory." : "Это приложение позволяет администраторам подключать Nextcloud к каталогу пользователей на основе LDAP.", + "This application enables administrators to connect Nextcloud to an LDAP-based user directory for authentication and provisioning users, groups and user attributes. Admins can configure this application to connect to one or more LDAP directories or Active Directories via an LDAP interface. Attributes such as user quota, email, avatar pictures, group memberships and more can be pulled into Nextcloud from a directory with the appropriate queries and filters.\n\nA user logs into Nextcloud with their LDAP or AD credentials, and is granted access based on an authentication request handled by the LDAP or AD server. Nextcloud does not store LDAP or AD passwords, rather these credentials are used to authenticate a user and then Nextcloud uses a session for the user ID. More information is available in the LDAP User and Group Backend documentation." : "Это приложение позволяет администраторам подключать Nextcloud к каталогу пользователей на основе LDAP для аутентификации и подготовки пользователей, групп и пользовательских атрибутов. Администраторы могут настроить это приложение для подключения к одному или нескольким каталогам LDAP или Active Directory через интерфейс LDAP. Атрибуты, такие как пользовательская квота, электронная почта, изображения аватаров, членство в группах и многое другое, могут быть перенесены в Nextcloud из каталога с соответствующими запросами и фильтрами.\n\nПользователь регистрируется в Nextcloud со своими учетными данными LDAP или AD и получает доступ на основе запроса аутентификации, обрабатываемого сервером LDAP или AD. Nextcloud не хранит пароли LDAP или AD, а эти учетные данные используются для аутентификации пользователя, а затем Nextcloud использует сеанс для идентификатора пользователя. Дополнительная информация доступна в документации LDAP Пользователи и Группы.", "Test Configuration" : "Проверить конфигурацию", "Help" : "Помощь", "Groups meeting these criteria are available in %s:" : "Группы, отвечающие этим критериям доступны в %s:", diff --git a/apps/workflowengine/l10n/pl.js b/apps/workflowengine/l10n/pl.js index 7da8effaec..6f13648aaa 100644 --- a/apps/workflowengine/l10n/pl.js +++ b/apps/workflowengine/l10n/pl.js @@ -1,6 +1,7 @@ OC.L10N.register( "workflowengine", { + "Group list is empty" : "Lista grup jest pusta", "Unable to retrieve the group list" : "Nie można pobrać listy grup", "Saved" : "Zapisano", "Saving failed:" : "Zapis się nie udał:", diff --git a/apps/workflowengine/l10n/pl.json b/apps/workflowengine/l10n/pl.json index 587a1f54ef..39b140b8b5 100644 --- a/apps/workflowengine/l10n/pl.json +++ b/apps/workflowengine/l10n/pl.json @@ -1,4 +1,5 @@ { "translations": { + "Group list is empty" : "Lista grup jest pusta", "Unable to retrieve the group list" : "Nie można pobrać listy grup", "Saved" : "Zapisano", "Saving failed:" : "Zapis się nie udał:", diff --git a/core/l10n/fr.js b/core/l10n/fr.js index dd15727450..83a4ab0199 100644 --- a/core/l10n/fr.js +++ b/core/l10n/fr.js @@ -111,6 +111,15 @@ OC.L10N.register( "Strong password" : "Mot de passe fort", "Your web server is not yet properly set up to allow file synchronization, because the WebDAV interface seems to be broken." : "Votre serveur web n'est pas encore correctement configuré pour la synchronisation de fichiers parce que l'interface WebDAV semble ne pas fonctionner.", "Your web server is not properly set up to resolve \"{url}\". Further information can be found in the documentation." : "La configuration du serveur web ne permet pas d'atteindre \"{url}\". Vous trouverez plus d'informations dans la documentation.", + "PHP does not seem to be setup properly to query system environment variables. The test with getenv(\"PATH\") only returns an empty response." : "PHP ne semble pas être configuré de manière à récupérer les valeurs des variables d’environnement. Le test de la commande getenv(\"PATH\") retourne seulement une réponse vide. ", + "Please check the installation documentation ↗ for PHP configuration notes and the PHP configuration of your server, especially when using php-fpm." : "Veuillez consulter la documentation d'installation ↗pour savoir comment configurer PHP sur votre serveur, en particulier en cas d'utilisation de php-fpm.", + "The read-only config has been enabled. This prevents setting some configurations via the web-interface. Furthermore, the file needs to be made writable manually for every update." : "La configuration est en mode lecture seule. Ceci empêche la modification de certaines configurations via l'interface web. De plus, le fichier doit être passé manuellement en lecture-écriture avant chaque mise à jour.", + "Your database does not run with \"READ COMMITTED\" transaction isolation level. This can cause problems when multiple actions are executed in parallel." : "Votre base de données ne fonctionne pas avec le niveau d'isolation de transaction \"READ COMMITED\". Ceci peut causer des problèmes quand plusieurs actions sont exécutées en parallèle.", + "The PHP module \"fileinfo\" is missing. It is strongly recommended to enable this module to get the best results with MIME type detection." : "Le module PHP 'fileinfo' est manquant. Il est vivement recommandé de l'activer afin d'obtenir les meilleurs résultats de détection du type MIME.", + "Transactional file locking is disabled, this might lead to issues with race conditions. Enable \"filelocking.enabled\" in config.php to avoid these problems. See the documentation ↗ for more information." : "Le verrouillage transactionnel de fichiers est désactivé. Cela peut causer des conflits en cas d'accès concurrent. Configurez 'filelocking.enabled' dans config.php pour éviter ces problèmes. Consultez la documentation ↗ pour plus d'informations.", + "If your installation is not installed at the root of the domain and uses system cron, there can be issues with the URL generation. To avoid these problems, please set the \"overwrite.cli.url\" option in your config.php file to the webroot path of your installation (suggestion: \"{suggestedOverwriteCliURL}\")" : "Si votre installation n'a pas été effectuée à la racine du domaine et qu'elle utilise le Cron du système, il peut y avoir des problèmes avec la génération d'URL. Pour les éviter, veuillez configurer l'option \"overwrite.cli.url\" dans votre fichier config.php avec le chemin de la racine de votre installation (suggestion : \"{suggestedOverwriteCliURL}\")", + "It was not possible to execute the cron job via CLI. The following technical errors have appeared:" : "La tâche cron n'a pu s'exécuter via CLI. Ces erreurs techniques sont apparues :", + "Check the background job settings" : "Vérifier les paramètres des tâches de fond", "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." : "Ce serveur ne peut se connecter à Internet : plusieurs point finaux ne peuvent être atteints. Cela signifie que certaines fonctionnalités, telles que le montage de supports de stockage distants, les notifications de mises à jour ou l'installation d'applications tierces ne fonctionneront pas. L'accès aux fichiers à distance, ainsi que l'envoi de notifications par mail peuvent aussi être indisponibles. Il est recommandé d'activer la connexion internet pour ce serveur si vous souhaitez disposer de l'ensemble des fonctionnalités offertes.", "No memory cache has been configured. To enhance performance, please configure a memcache, if available. Further information can be found in the documentation." : "Aucun cache mémoire n'est configuré. Si possible, configurez un \"memcache\" pour améliorer les performances. Pour plus d'informations consultez la documentation.", "/dev/urandom is not readable by PHP which is highly discouraged for security reasons. Further information can be found in the documentation." : "/dev/urandom n'est pas lisible par PHP, ce qui est fortement déconseillé pour des raisons de sécurité. Vous trouverez plus d'informations dans la documentation.", @@ -122,10 +131,15 @@ OC.L10N.register( "The PHP OPcache is not properly configured. For better performance it is recommended to use the following settings in the php.ini:" : "Le PHP OPcache n'est pas correctement configuré. Pour de meilleure performance nous recommandons d'utiliser les paramètres suivant dans le php.ini :", "The PHP function \"set_time_limit\" is not available. This could result in scripts being halted mid-execution, breaking your installation. Enabling this function is strongly recommended." : "La fonction PHP \"set_time_limit\" n'est pas disponible. Cela pourrait entraîner l'arrêt des scripts à mi-exécution en bloquant votre installation. Nous vous recommandons vivement d'activer cette fonction.", "Your PHP does not have FreeType support, resulting in breakage of profile pictures and the settings interface." : "Votre PHP ne prend pas en charge FreeType, provoquant la casse des images de profil et de l'interface des paramètres.", + "SQLite is currently being used as the backend database. For larger installations we recommend that you switch to a different database backend." : "SQLite est actuellement utilisé comme système de gestion de base de données. Pour des installations plus volumineuses, nous vous recommandons de migrer vers un autre système de gestion de base de données.", + "This is particularly recommended when using the desktop client for file synchronisation." : "C'est particulièrement recommandé lorsque l'on utilise un client bureau pour la synchronisation des fichiers.", + "To migrate to another database use the command line tool: 'occ db:convert-type', or see the documentation ↗." : "Pour migrer vers un autre type de base de données, utilisez la ligne de commande : 'occ db:convert-type' ou consultez la documentation ↗.", "Error occurred while checking server setup" : "Une erreur s'est produite lors de la vérification de la configuration du serveur", "Your data directory and files are probably accessible from the Internet. The .htaccess file is not working. It is strongly recommended that you configure your web server so that the data directory is no longer accessible, or move the data directory outside the web server document root." : "Votre dossier de données et vos fichiers sont probablement accessibles depuis internet. Le fichier .htaccess ne fonctionne pas. Nous vous recommandons vivement de configurer votre serveur web de façon à ce que ce dossier de données ne soit plus accessible, ou de le déplacer hors de la racine du serveur web.", "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." : "L'en-tête HTTP \"{header}\" n'est pas configurée pour être égale à \"{expected}\". Ceci constitue un risque potentiel relatif à la sécurité et à la vie privée étant donné qu'il est recommandé d'ajuster ce paramètre.", "The \"{header}\" HTTP header is not set to \"{expected}\". Some features might not work correctly, as it is recommended to adjust this setting accordingly." : "L'en-tête HTTP \"{header}\" n'est pas configurée pour être égale à \"{expected}\". Certaines fonctionnalités peuvent ne pas fonctionner correctement étant donné qu'il est recommandé d'ajuster ce paramètre.", + "The \"Strict-Transport-Security\" HTTP header is not set to at least \"{seconds}\" seconds. For enhanced security, it is recommended to enable HSTS as described in the security tips ↗." : "L'en-tête HTTP \"Strict-Transport-Security\" n'est pas configurée à au moins \"{seconds}\" secondes. Pour renforcer la sécurité, nous recommandons d'activer HSTS comme décrit dans nos conseils de sécurisation ↗.", + "Accessing site insecurely via HTTP. You are strongly adviced to set up your server to require HTTPS instead, as described in the security tips ↗." : "Vous accédez à ce site via HTTP. Nous vous recommandons fortement de configurer votre serveur pour forcer l'utilisation de HTTPS, comme expliqué dans nos conseils de sécurisation ↗.", "Shared" : "Partagé", "Shared with" : "Partagé avec", "Shared by" : "Partagé par", diff --git a/core/l10n/fr.json b/core/l10n/fr.json index 642236ee94..ac75600d69 100644 --- a/core/l10n/fr.json +++ b/core/l10n/fr.json @@ -109,6 +109,15 @@ "Strong password" : "Mot de passe fort", "Your web server is not yet properly set up to allow file synchronization, because the WebDAV interface seems to be broken." : "Votre serveur web n'est pas encore correctement configuré pour la synchronisation de fichiers parce que l'interface WebDAV semble ne pas fonctionner.", "Your web server is not properly set up to resolve \"{url}\". Further information can be found in the documentation." : "La configuration du serveur web ne permet pas d'atteindre \"{url}\". Vous trouverez plus d'informations dans la documentation.", + "PHP does not seem to be setup properly to query system environment variables. The test with getenv(\"PATH\") only returns an empty response." : "PHP ne semble pas être configuré de manière à récupérer les valeurs des variables d’environnement. Le test de la commande getenv(\"PATH\") retourne seulement une réponse vide. ", + "Please check the installation documentation ↗ for PHP configuration notes and the PHP configuration of your server, especially when using php-fpm." : "Veuillez consulter la documentation d'installation ↗pour savoir comment configurer PHP sur votre serveur, en particulier en cas d'utilisation de php-fpm.", + "The read-only config has been enabled. This prevents setting some configurations via the web-interface. Furthermore, the file needs to be made writable manually for every update." : "La configuration est en mode lecture seule. Ceci empêche la modification de certaines configurations via l'interface web. De plus, le fichier doit être passé manuellement en lecture-écriture avant chaque mise à jour.", + "Your database does not run with \"READ COMMITTED\" transaction isolation level. This can cause problems when multiple actions are executed in parallel." : "Votre base de données ne fonctionne pas avec le niveau d'isolation de transaction \"READ COMMITED\". Ceci peut causer des problèmes quand plusieurs actions sont exécutées en parallèle.", + "The PHP module \"fileinfo\" is missing. It is strongly recommended to enable this module to get the best results with MIME type detection." : "Le module PHP 'fileinfo' est manquant. Il est vivement recommandé de l'activer afin d'obtenir les meilleurs résultats de détection du type MIME.", + "Transactional file locking is disabled, this might lead to issues with race conditions. Enable \"filelocking.enabled\" in config.php to avoid these problems. See the documentation ↗ for more information." : "Le verrouillage transactionnel de fichiers est désactivé. Cela peut causer des conflits en cas d'accès concurrent. Configurez 'filelocking.enabled' dans config.php pour éviter ces problèmes. Consultez la documentation ↗ pour plus d'informations.", + "If your installation is not installed at the root of the domain and uses system cron, there can be issues with the URL generation. To avoid these problems, please set the \"overwrite.cli.url\" option in your config.php file to the webroot path of your installation (suggestion: \"{suggestedOverwriteCliURL}\")" : "Si votre installation n'a pas été effectuée à la racine du domaine et qu'elle utilise le Cron du système, il peut y avoir des problèmes avec la génération d'URL. Pour les éviter, veuillez configurer l'option \"overwrite.cli.url\" dans votre fichier config.php avec le chemin de la racine de votre installation (suggestion : \"{suggestedOverwriteCliURL}\")", + "It was not possible to execute the cron job via CLI. The following technical errors have appeared:" : "La tâche cron n'a pu s'exécuter via CLI. Ces erreurs techniques sont apparues :", + "Check the background job settings" : "Vérifier les paramètres des tâches de fond", "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." : "Ce serveur ne peut se connecter à Internet : plusieurs point finaux ne peuvent être atteints. Cela signifie que certaines fonctionnalités, telles que le montage de supports de stockage distants, les notifications de mises à jour ou l'installation d'applications tierces ne fonctionneront pas. L'accès aux fichiers à distance, ainsi que l'envoi de notifications par mail peuvent aussi être indisponibles. Il est recommandé d'activer la connexion internet pour ce serveur si vous souhaitez disposer de l'ensemble des fonctionnalités offertes.", "No memory cache has been configured. To enhance performance, please configure a memcache, if available. Further information can be found in the documentation." : "Aucun cache mémoire n'est configuré. Si possible, configurez un \"memcache\" pour améliorer les performances. Pour plus d'informations consultez la documentation.", "/dev/urandom is not readable by PHP which is highly discouraged for security reasons. Further information can be found in the documentation." : "/dev/urandom n'est pas lisible par PHP, ce qui est fortement déconseillé pour des raisons de sécurité. Vous trouverez plus d'informations dans la documentation.", @@ -120,10 +129,15 @@ "The PHP OPcache is not properly configured. For better performance it is recommended to use the following settings in the php.ini:" : "Le PHP OPcache n'est pas correctement configuré. Pour de meilleure performance nous recommandons d'utiliser les paramètres suivant dans le php.ini :", "The PHP function \"set_time_limit\" is not available. This could result in scripts being halted mid-execution, breaking your installation. Enabling this function is strongly recommended." : "La fonction PHP \"set_time_limit\" n'est pas disponible. Cela pourrait entraîner l'arrêt des scripts à mi-exécution en bloquant votre installation. Nous vous recommandons vivement d'activer cette fonction.", "Your PHP does not have FreeType support, resulting in breakage of profile pictures and the settings interface." : "Votre PHP ne prend pas en charge FreeType, provoquant la casse des images de profil et de l'interface des paramètres.", + "SQLite is currently being used as the backend database. For larger installations we recommend that you switch to a different database backend." : "SQLite est actuellement utilisé comme système de gestion de base de données. Pour des installations plus volumineuses, nous vous recommandons de migrer vers un autre système de gestion de base de données.", + "This is particularly recommended when using the desktop client for file synchronisation." : "C'est particulièrement recommandé lorsque l'on utilise un client bureau pour la synchronisation des fichiers.", + "To migrate to another database use the command line tool: 'occ db:convert-type', or see the documentation ↗." : "Pour migrer vers un autre type de base de données, utilisez la ligne de commande : 'occ db:convert-type' ou consultez la documentation ↗.", "Error occurred while checking server setup" : "Une erreur s'est produite lors de la vérification de la configuration du serveur", "Your data directory and files are probably accessible from the Internet. The .htaccess file is not working. It is strongly recommended that you configure your web server so that the data directory is no longer accessible, or move the data directory outside the web server document root." : "Votre dossier de données et vos fichiers sont probablement accessibles depuis internet. Le fichier .htaccess ne fonctionne pas. Nous vous recommandons vivement de configurer votre serveur web de façon à ce que ce dossier de données ne soit plus accessible, ou de le déplacer hors de la racine du serveur web.", "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." : "L'en-tête HTTP \"{header}\" n'est pas configurée pour être égale à \"{expected}\". Ceci constitue un risque potentiel relatif à la sécurité et à la vie privée étant donné qu'il est recommandé d'ajuster ce paramètre.", "The \"{header}\" HTTP header is not set to \"{expected}\". Some features might not work correctly, as it is recommended to adjust this setting accordingly." : "L'en-tête HTTP \"{header}\" n'est pas configurée pour être égale à \"{expected}\". Certaines fonctionnalités peuvent ne pas fonctionner correctement étant donné qu'il est recommandé d'ajuster ce paramètre.", + "The \"Strict-Transport-Security\" HTTP header is not set to at least \"{seconds}\" seconds. For enhanced security, it is recommended to enable HSTS as described in the security tips ↗." : "L'en-tête HTTP \"Strict-Transport-Security\" n'est pas configurée à au moins \"{seconds}\" secondes. Pour renforcer la sécurité, nous recommandons d'activer HSTS comme décrit dans nos conseils de sécurisation ↗.", + "Accessing site insecurely via HTTP. You are strongly adviced to set up your server to require HTTPS instead, as described in the security tips ↗." : "Vous accédez à ce site via HTTP. Nous vous recommandons fortement de configurer votre serveur pour forcer l'utilisation de HTTPS, comme expliqué dans nos conseils de sécurisation ↗.", "Shared" : "Partagé", "Shared with" : "Partagé avec", "Shared by" : "Partagé par", diff --git a/core/l10n/ja.js b/core/l10n/ja.js index 192ca49ec0..3dca008f2b 100644 --- a/core/l10n/ja.js +++ b/core/l10n/ja.js @@ -64,7 +64,7 @@ OC.L10N.register( "Error fetching contact actions" : "連絡先操作取得エラー", "Settings" : "設定", "Connection to server lost" : "サーバーとの接続が切断されました", - "_Problem loading page, reloading in %n second_::_Problem loading page, reloading in %n seconds_" : ["ページ読込に問題がありました。%n秒後に再読込します"], + "_Problem loading page, reloading in %n second_::_Problem loading page, reloading in %n seconds_" : ["ページの読み込み中に問題が発生しました。%n秒後に再読み込みします"], "Saving..." : "保存中...", "Dismiss" : "閉じる", "Authentication required" : "認証が必要です", @@ -152,7 +152,7 @@ OC.L10N.register( "Can delete" : "削除可能", "Access control" : "アクセス制御", "Could not unshare" : "共有の解除ができませんでした", - "Error while sharing" : "共有でエラー発生", + "Error while sharing" : "共有でエラーが発生しました", "Share details could not be loaded for this item." : "共有の詳細はこのアイテムによりロードできませんでした。", "_At least {count} character is needed for autocompletion_::_At least {count} characters are needed for autocompletion_" : ["オートコンプリートには{count}文字以上必要です"], "This list is maybe truncated - please refine your search term to see more results." : "このリストは切り捨てられている可能性があります - 検索語句を絞り込んで検索結果を表示してください。", @@ -281,6 +281,7 @@ OC.L10N.register( "This page will refresh itself when the %s instance is available again." : "この画面は、サーバー %s の再起動後に自動的に更新されます。", "Contact your system administrator if this message persists or appeared unexpectedly." : "このメッセージが引き続き、または予期せず現れる場合は、システム管理者に問い合わせてください。", "Thank you for your patience." : "しばらくお待ちください。", + "There was an error loading your contacts" : "連絡先の読み込みに失敗しました。", "No memory cache has been configured. To enhance your performance please configure a memcache if available. Further information can be found in our documentation." : "メモリキャッシュが設定されていません。可能であれば、パフォーマンスを向上するため、memcacheを設定してください。より詳しい情報はドキュメントで参照できます。", "The PHP OPcache is not properly configured. For better performance we recommend to use following settings in the php.ini:" : "PHP OPcacheが適切に設定されていません。よりパフォーマンスを向上させるには、php.iniで以下の設定を推奨します:", "The \"Strict-Transport-Security\" HTTP header is not configured to at least \"{seconds}\" seconds. For enhanced security we recommend enabling HSTS as described in our security tips." : "\"Strict-Transport-Security\" HTTPヘッダが、最低でも \"{seconds}\" 秒に設定されていません。セキュリティを強化するには、セキュリティTipsで解説しているHSTSを有効にすることを推奨します。", diff --git a/core/l10n/ja.json b/core/l10n/ja.json index 0cc373e7ca..bce45c6899 100644 --- a/core/l10n/ja.json +++ b/core/l10n/ja.json @@ -62,7 +62,7 @@ "Error fetching contact actions" : "連絡先操作取得エラー", "Settings" : "設定", "Connection to server lost" : "サーバーとの接続が切断されました", - "_Problem loading page, reloading in %n second_::_Problem loading page, reloading in %n seconds_" : ["ページ読込に問題がありました。%n秒後に再読込します"], + "_Problem loading page, reloading in %n second_::_Problem loading page, reloading in %n seconds_" : ["ページの読み込み中に問題が発生しました。%n秒後に再読み込みします"], "Saving..." : "保存中...", "Dismiss" : "閉じる", "Authentication required" : "認証が必要です", @@ -150,7 +150,7 @@ "Can delete" : "削除可能", "Access control" : "アクセス制御", "Could not unshare" : "共有の解除ができませんでした", - "Error while sharing" : "共有でエラー発生", + "Error while sharing" : "共有でエラーが発生しました", "Share details could not be loaded for this item." : "共有の詳細はこのアイテムによりロードできませんでした。", "_At least {count} character is needed for autocompletion_::_At least {count} characters are needed for autocompletion_" : ["オートコンプリートには{count}文字以上必要です"], "This list is maybe truncated - please refine your search term to see more results." : "このリストは切り捨てられている可能性があります - 検索語句を絞り込んで検索結果を表示してください。", @@ -279,6 +279,7 @@ "This page will refresh itself when the %s instance is available again." : "この画面は、サーバー %s の再起動後に自動的に更新されます。", "Contact your system administrator if this message persists or appeared unexpectedly." : "このメッセージが引き続き、または予期せず現れる場合は、システム管理者に問い合わせてください。", "Thank you for your patience." : "しばらくお待ちください。", + "There was an error loading your contacts" : "連絡先の読み込みに失敗しました。", "No memory cache has been configured. To enhance your performance please configure a memcache if available. Further information can be found in our documentation." : "メモリキャッシュが設定されていません。可能であれば、パフォーマンスを向上するため、memcacheを設定してください。より詳しい情報はドキュメントで参照できます。", "The PHP OPcache is not properly configured. For better performance we recommend to use following settings in the php.ini:" : "PHP OPcacheが適切に設定されていません。よりパフォーマンスを向上させるには、php.iniで以下の設定を推奨します:", "The \"Strict-Transport-Security\" HTTP header is not configured to at least \"{seconds}\" seconds. For enhanced security we recommend enabling HSTS as described in our security tips." : "\"Strict-Transport-Security\" HTTPヘッダが、最低でも \"{seconds}\" 秒に設定されていません。セキュリティを強化するには、セキュリティTipsで解説しているHSTSを有効にすることを推奨します。", diff --git a/lib/l10n/eo.js b/lib/l10n/eo.js index bc87b260f7..46310229b8 100644 --- a/lib/l10n/eo.js +++ b/lib/l10n/eo.js @@ -3,6 +3,10 @@ OC.L10N.register( { "Cannot write into \"config\" directory!" : "Ne skribeblas la dosierujo “config”!", "See %s" : "Vidi %s", + "%1$s and %2$s" : "%1$s kaj %2$s", + "%1$s, %2$s and %3$s" : "%1$s, %2$s kaj %3$s", + "%1$s, %2$s, %3$s and %4$s" : "%1$s, %2$s, %3$s kaj %4$s", + "%1$s, %2$s, %3$s, %4$s and %5$s" : "%1$s, %2$s, %3$s, %4$s kaj %5$s", "PHP %s or higher is required." : "PHP %s aŭ pli alta necesas.", "PHP with a version lower than %s is required." : "Necesas pli malalta eldono de PHP ol %s.", "Following databases are supported: %s" : "La jenan datumbazoj kongruas: %s", @@ -62,6 +66,7 @@ OC.L10N.register( "Sharing %s failed, because the sharing backend for %s could not find its source" : "Kunhavigo de %s malsukcesis, ĉar la kunhavmotoro por %s ne povis trovi ĝian fonton", "Expiration date is in the past" : "Senvalidiĝa dato estintas", "%s shared »%s« with you" : "%s kunhavigis “%s” kun vi", + "Open »%s«" : "Malfermi »%s«", "%s via %s" : "%s per %s", "Could not find category \"%s\"" : "Ne troviĝis kategorio “%s”", "Sunday" : "dimanĉo", @@ -85,10 +90,36 @@ OC.L10N.register( "Th" : "Ĵa", "Fr" : "Ve", "Sa" : "Sa", + "January" : "Januaro", + "February" : "Februaro", + "March" : "Marto", + "April" : "Aprilo", + "May" : "Majo", + "June" : "Junio", + "July" : "Julio", + "August" : "Aŭgusto", + "September" : "Septembro", + "October" : "Oktobro", + "November" : "Novembro", + "December" : "Decembro", + "Jan." : "Jan.", + "Feb." : "Feb.", + "Mar." : "Mar.", + "Apr." : "Apr.", + "May." : "Maj.", + "Jun." : "Jun.", + "Jul." : "Jul.", + "Aug." : "Aŭg.", + "Sep." : "Sep.", + "Oct." : "Okt.", + "Nov." : "Nov.", + "Dec." : "Dec.", "A valid username must be provided" : "Valida uzantonomo devas proviziĝi", "Username contains whitespace at the beginning or at the end" : "Uzantonomo enhavas blankospacon eke aŭ maleke", "A valid password must be provided" : "Valida pasvorto devas proviziĝi", "The username is already being used" : "La uzantonomo jam uzatas", + "Could not create user" : "Ne povis kreiĝi uzanton", + "User disabled" : "Uzanto estas malkapabligita", "a safe home for all your data" : "sekura hejmo por ĉion vian datumon", "Can't read file" : "Ne legeblas dosiero", "Application is not enabled" : "La aplikaĵo ne estas kapabligita", @@ -96,6 +127,7 @@ OC.L10N.register( "Token expired. Please reload page." : "Ĵetono eksvalidiĝis. Bonvolu reŝargi la paĝon.", "Cannot write into \"config\" directory" : "Ne skribeblas la dosierujo “config”", "Cannot write into \"apps\" directory" : "Ne skribeblas la dosierujo “apps”", + "Cannot create \"data\" directory" : "Ne kreeblas la dosierujo “data”", "Please ask your server administrator to install the module." : "Bonvolu peti vian sistemadministranton, ke ĝi instalu la modulon.", "PHP module %s not installed." : "La PHP-modulo %s ne instalitas.", "Please ask your server administrator to restart the web server." : "Bonvolu peti viajn serviladministranton, ke ŝi/li reekfunkciigu la TTT-servilon.", @@ -103,6 +135,7 @@ OC.L10N.register( "Please upgrade your database version" : "Bonvolu ĝisdatigi la eldonon de via datumbazo", "Storage connection error. %s" : "Memorokonekta eraro. %s", "Personal" : "Persona", - "Admin" : "Administranto" + "Admin" : "Administranto", + "DB Error: \"%s\"" : "Datumbaza eraro: “%s”" }, "nplurals=2; plural=(n != 1);"); diff --git a/lib/l10n/eo.json b/lib/l10n/eo.json index 3fc0a8c6f8..e4629daeca 100644 --- a/lib/l10n/eo.json +++ b/lib/l10n/eo.json @@ -1,6 +1,10 @@ { "translations": { "Cannot write into \"config\" directory!" : "Ne skribeblas la dosierujo “config”!", "See %s" : "Vidi %s", + "%1$s and %2$s" : "%1$s kaj %2$s", + "%1$s, %2$s and %3$s" : "%1$s, %2$s kaj %3$s", + "%1$s, %2$s, %3$s and %4$s" : "%1$s, %2$s, %3$s kaj %4$s", + "%1$s, %2$s, %3$s, %4$s and %5$s" : "%1$s, %2$s, %3$s, %4$s kaj %5$s", "PHP %s or higher is required." : "PHP %s aŭ pli alta necesas.", "PHP with a version lower than %s is required." : "Necesas pli malalta eldono de PHP ol %s.", "Following databases are supported: %s" : "La jenan datumbazoj kongruas: %s", @@ -60,6 +64,7 @@ "Sharing %s failed, because the sharing backend for %s could not find its source" : "Kunhavigo de %s malsukcesis, ĉar la kunhavmotoro por %s ne povis trovi ĝian fonton", "Expiration date is in the past" : "Senvalidiĝa dato estintas", "%s shared »%s« with you" : "%s kunhavigis “%s” kun vi", + "Open »%s«" : "Malfermi »%s«", "%s via %s" : "%s per %s", "Could not find category \"%s\"" : "Ne troviĝis kategorio “%s”", "Sunday" : "dimanĉo", @@ -83,10 +88,36 @@ "Th" : "Ĵa", "Fr" : "Ve", "Sa" : "Sa", + "January" : "Januaro", + "February" : "Februaro", + "March" : "Marto", + "April" : "Aprilo", + "May" : "Majo", + "June" : "Junio", + "July" : "Julio", + "August" : "Aŭgusto", + "September" : "Septembro", + "October" : "Oktobro", + "November" : "Novembro", + "December" : "Decembro", + "Jan." : "Jan.", + "Feb." : "Feb.", + "Mar." : "Mar.", + "Apr." : "Apr.", + "May." : "Maj.", + "Jun." : "Jun.", + "Jul." : "Jul.", + "Aug." : "Aŭg.", + "Sep." : "Sep.", + "Oct." : "Okt.", + "Nov." : "Nov.", + "Dec." : "Dec.", "A valid username must be provided" : "Valida uzantonomo devas proviziĝi", "Username contains whitespace at the beginning or at the end" : "Uzantonomo enhavas blankospacon eke aŭ maleke", "A valid password must be provided" : "Valida pasvorto devas proviziĝi", "The username is already being used" : "La uzantonomo jam uzatas", + "Could not create user" : "Ne povis kreiĝi uzanton", + "User disabled" : "Uzanto estas malkapabligita", "a safe home for all your data" : "sekura hejmo por ĉion vian datumon", "Can't read file" : "Ne legeblas dosiero", "Application is not enabled" : "La aplikaĵo ne estas kapabligita", @@ -94,6 +125,7 @@ "Token expired. Please reload page." : "Ĵetono eksvalidiĝis. Bonvolu reŝargi la paĝon.", "Cannot write into \"config\" directory" : "Ne skribeblas la dosierujo “config”", "Cannot write into \"apps\" directory" : "Ne skribeblas la dosierujo “apps”", + "Cannot create \"data\" directory" : "Ne kreeblas la dosierujo “data”", "Please ask your server administrator to install the module." : "Bonvolu peti vian sistemadministranton, ke ĝi instalu la modulon.", "PHP module %s not installed." : "La PHP-modulo %s ne instalitas.", "Please ask your server administrator to restart the web server." : "Bonvolu peti viajn serviladministranton, ke ŝi/li reekfunkciigu la TTT-servilon.", @@ -101,6 +133,7 @@ "Please upgrade your database version" : "Bonvolu ĝisdatigi la eldonon de via datumbazo", "Storage connection error. %s" : "Memorokonekta eraro. %s", "Personal" : "Persona", - "Admin" : "Administranto" + "Admin" : "Administranto", + "DB Error: \"%s\"" : "Datumbaza eraro: “%s”" },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/lib/l10n/fr.js b/lib/l10n/fr.js index f966e0e9bf..478681106c 100644 --- a/lib/l10n/fr.js +++ b/lib/l10n/fr.js @@ -77,6 +77,7 @@ OC.L10N.register( "Encryption" : "Chiffrement", "Additional settings" : "Paramètres supplémentaires", "Personal info" : "Informations personnelles", + "Mobile & desktop" : "Mobile & bureau", "Unlimited" : "Illimité", "Verifying" : "Vérification en cours", "Verifying …" : "Vérification en cours...", diff --git a/lib/l10n/fr.json b/lib/l10n/fr.json index fe12ac8591..5cd27a1f77 100644 --- a/lib/l10n/fr.json +++ b/lib/l10n/fr.json @@ -75,6 +75,7 @@ "Encryption" : "Chiffrement", "Additional settings" : "Paramètres supplémentaires", "Personal info" : "Informations personnelles", + "Mobile & desktop" : "Mobile & bureau", "Unlimited" : "Illimité", "Verifying" : "Vérification en cours", "Verifying …" : "Vérification en cours...", diff --git a/lib/l10n/ru.js b/lib/l10n/ru.js index bbb94f61a9..b7b6523033 100644 --- a/lib/l10n/ru.js +++ b/lib/l10n/ru.js @@ -77,6 +77,7 @@ OC.L10N.register( "Encryption" : "Шифрование", "Additional settings" : "Дополнительные настройки", "Personal info" : "Личная информация", + "Mobile & desktop" : "Мобильный и настольный", "Unlimited" : "Неограничено", "Verifying" : "Производится проверка", "Verifying …" : "Производится проверка…", diff --git a/lib/l10n/ru.json b/lib/l10n/ru.json index 1a3a632d21..cb687bb120 100644 --- a/lib/l10n/ru.json +++ b/lib/l10n/ru.json @@ -75,6 +75,7 @@ "Encryption" : "Шифрование", "Additional settings" : "Дополнительные настройки", "Personal info" : "Личная информация", + "Mobile & desktop" : "Мобильный и настольный", "Unlimited" : "Неограничено", "Verifying" : "Производится проверка", "Verifying …" : "Производится проверка…", diff --git a/settings/l10n/es.js b/settings/l10n/es.js index 1737f6a73b..ffeb0cfac2 100644 --- a/settings/l10n/es.js +++ b/settings/l10n/es.js @@ -150,6 +150,7 @@ OC.L10N.register( "Cancel" : "Cancelar", "Choose as profile picture" : "Seleccionar como imagen de perfil", "Details" : "Detalles", + "You are a member of the following groups:" : "Eres miembro de los siguientes grupos:", "You are using %s" : "Estás usando %s", "You are using %s of %s (%s %%)" : "Está usando %s de %s (%s %%)", "No display name set" : "No se ha establecido ningún nombre para mostrar", diff --git a/settings/l10n/es.json b/settings/l10n/es.json index fadc25b96d..9bd600eb35 100644 --- a/settings/l10n/es.json +++ b/settings/l10n/es.json @@ -148,6 +148,7 @@ "Cancel" : "Cancelar", "Choose as profile picture" : "Seleccionar como imagen de perfil", "Details" : "Detalles", + "You are a member of the following groups:" : "Eres miembro de los siguientes grupos:", "You are using %s" : "Estás usando %s", "You are using %s of %s (%s %%)" : "Está usando %s de %s (%s %%)", "No display name set" : "No se ha establecido ningún nombre para mostrar", diff --git a/settings/l10n/fr.js b/settings/l10n/fr.js index bb84cca5bc..b713e95767 100644 --- a/settings/l10n/fr.js +++ b/settings/l10n/fr.js @@ -140,6 +140,7 @@ OC.L10N.register( "Cancel" : "Annuler", "Choose as profile picture" : "Définir comme image de profil", "Details" : "Détails", + "You are a member of the following groups:" : "Vous êtes un membre des groupes suivants :", "You are using %s" : "Vous utilisez %s", "You are using %s of %s (%s %%)" : "Vous utilisez %s sur %s (%s %%)", "No display name set" : "Aucun nom d'affichage configuré", diff --git a/settings/l10n/fr.json b/settings/l10n/fr.json index 2ba1386fa4..e4c94782bf 100644 --- a/settings/l10n/fr.json +++ b/settings/l10n/fr.json @@ -138,6 +138,7 @@ "Cancel" : "Annuler", "Choose as profile picture" : "Définir comme image de profil", "Details" : "Détails", + "You are a member of the following groups:" : "Vous êtes un membre des groupes suivants :", "You are using %s" : "Vous utilisez %s", "You are using %s of %s (%s %%)" : "Vous utilisez %s sur %s (%s %%)", "No display name set" : "Aucun nom d'affichage configuré", diff --git a/settings/l10n/it.js b/settings/l10n/it.js index 10371a5daa..4a6755fe74 100644 --- a/settings/l10n/it.js +++ b/settings/l10n/it.js @@ -150,6 +150,7 @@ OC.L10N.register( "Cancel" : "Annulla", "Choose as profile picture" : "Scegli come immagine del profilo", "Details" : "Dettagli", + "You are a member of the following groups:" : "Sei un membro dei seguenti gruppi:", "You are using %s" : "Stai utilizzando %s", "You are using %s of %s (%s %%)" : "Stai utilizzando %s di %s (%s %%)", "No display name set" : "Nome visualizzato non impostato", diff --git a/settings/l10n/it.json b/settings/l10n/it.json index cb7c76574f..b1a1c57f8c 100644 --- a/settings/l10n/it.json +++ b/settings/l10n/it.json @@ -148,6 +148,7 @@ "Cancel" : "Annulla", "Choose as profile picture" : "Scegli come immagine del profilo", "Details" : "Dettagli", + "You are a member of the following groups:" : "Sei un membro dei seguenti gruppi:", "You are using %s" : "Stai utilizzando %s", "You are using %s of %s (%s %%)" : "Stai utilizzando %s di %s (%s %%)", "No display name set" : "Nome visualizzato non impostato", diff --git a/settings/l10n/ja.js b/settings/l10n/ja.js index e008a80f7d..8be279292c 100644 --- a/settings/l10n/ja.js +++ b/settings/l10n/ja.js @@ -18,7 +18,7 @@ OC.L10N.register( "Unlimited" : "無制限", "Default quota" : "デフォルトのクォータ", "Error: This app can not be enabled because it makes the server unstable" : "エラー:このアプリは、サーバーを不安定にするため、有効にすることができません。", - "Error while enabling app" : "アプリを有効にする際にエラーが発生", + "Error while enabling app" : "アプリを有効にする際にエラーが発生しました", "Your apps" : "あなたのアプリ", "Disabled apps" : "無効なアプリ", "App bundles" : "アプリバンドル", @@ -192,8 +192,8 @@ OC.L10N.register( "To send a password link to the user an email address is required." : "ユーザーにパスワードのリンクを送信するには、メールアドレスが必要です。", "Unable to create user." : "ユーザーを追加できません。", "Unable to delete user." : "ユーザーを削除できません。", - "Error while enabling user." : "ユーザーを有効にする際にエラーが発生", - "Error while disabling user." : "ユーザーを無効にする際にエラーが発生", + "Error while enabling user." : "ユーザーを有効にする際にエラーが発生しました。", + "Error while disabling user." : "ユーザーを無効にする際にエラーが発生しました。", "Settings saved" : "設定を保存しました", "Unable to change full name" : "名前を変更できません", "Unable to change email address" : "メールアドレスを変更できません", @@ -242,9 +242,11 @@ OC.L10N.register( "Disable" : "無効にする", "Enabling app …" : "アプリを有効 ...", "Error: Could not disable broken app" : "エラー: 壊れたアプリを無効にできませんでした", - "Error while disabling broken app" : "壊れたアプリの無効化中にエラーが発生", + "Error while disabling broken app" : "壊れたアプリを無効にする際にエラーが発生しました", + "Error while updating app" : "アプリの更新中にエラーが発生しました", "Updated" : "アップデート済み", "Removing …" : "削除中 ...", + "Error while removing app" : "アプリの削除中にエラーが発生しました", "Remove" : "削除", "Approved" : "承認済み", "Experimental" : "実験的", @@ -269,9 +271,9 @@ OC.L10N.register( "Not supported!" : "サポートされていません!", "Press ⌘-C to copy." : "⌘+Cを押してコピーします。", "Press Ctrl-C to copy." : "Ctrl+Cを押してコピーします。", - "Error while loading browser sessions and device tokens" : "ブラウザーセッションとデバイストークンの読み込みにおけるエラー", - "Error while creating device token" : "デバイストークンの作成におけるエラー", - "Error while deleting the token" : "トークンの削除におけるエラー", + "Error while loading browser sessions and device tokens" : "ブラウザーセッションとデバイストークンの読み込み中にエラーが発生しました", + "Error while creating device token" : "デバイストークンの作成中にエラーが発生しました", + "Error while deleting the token" : "トークンの削除中にエラーが発生しました", "An error occurred. Please upload an ASCII-encoded PEM certificate." : "エラーが発生しました。ASCIIコードのPEM証明書をアップロードしてください。", "Valid until {date}" : "{date} まで有効", "Local" : "ローカル", @@ -308,7 +310,7 @@ OC.L10N.register( "Password successfully changed" : "パスワードは変更されました", "Changing the password will result in data loss, because data recovery is not available for this user" : "このユーザーのデータ復旧が無効になっていますので、パスワードを変更するとユーザーはデータに二度とアクセスできません。", "Could not change the users email" : "ユーザーのメールを変更できませんでした", - "Error while changing status of {user}" : "{user} のステータスを変更する際にエラーが発生", + "Error while changing status of {user}" : "{user} のステータスを変更する際にエラーが発生しました", "A valid username must be provided" : "有効なユーザー名を指定する必要があります", "Error creating user: {message}" : "ユーザー作成エラー {message}", "A valid password must be provided" : "有効なパスワードを指定する必要があります", diff --git a/settings/l10n/ja.json b/settings/l10n/ja.json index 32671120d5..e4cd7d0185 100644 --- a/settings/l10n/ja.json +++ b/settings/l10n/ja.json @@ -16,7 +16,7 @@ "Unlimited" : "無制限", "Default quota" : "デフォルトのクォータ", "Error: This app can not be enabled because it makes the server unstable" : "エラー:このアプリは、サーバーを不安定にするため、有効にすることができません。", - "Error while enabling app" : "アプリを有効にする際にエラーが発生", + "Error while enabling app" : "アプリを有効にする際にエラーが発生しました", "Your apps" : "あなたのアプリ", "Disabled apps" : "無効なアプリ", "App bundles" : "アプリバンドル", @@ -190,8 +190,8 @@ "To send a password link to the user an email address is required." : "ユーザーにパスワードのリンクを送信するには、メールアドレスが必要です。", "Unable to create user." : "ユーザーを追加できません。", "Unable to delete user." : "ユーザーを削除できません。", - "Error while enabling user." : "ユーザーを有効にする際にエラーが発生", - "Error while disabling user." : "ユーザーを無効にする際にエラーが発生", + "Error while enabling user." : "ユーザーを有効にする際にエラーが発生しました。", + "Error while disabling user." : "ユーザーを無効にする際にエラーが発生しました。", "Settings saved" : "設定を保存しました", "Unable to change full name" : "名前を変更できません", "Unable to change email address" : "メールアドレスを変更できません", @@ -240,9 +240,11 @@ "Disable" : "無効にする", "Enabling app …" : "アプリを有効 ...", "Error: Could not disable broken app" : "エラー: 壊れたアプリを無効にできませんでした", - "Error while disabling broken app" : "壊れたアプリの無効化中にエラーが発生", + "Error while disabling broken app" : "壊れたアプリを無効にする際にエラーが発生しました", + "Error while updating app" : "アプリの更新中にエラーが発生しました", "Updated" : "アップデート済み", "Removing …" : "削除中 ...", + "Error while removing app" : "アプリの削除中にエラーが発生しました", "Remove" : "削除", "Approved" : "承認済み", "Experimental" : "実験的", @@ -267,9 +269,9 @@ "Not supported!" : "サポートされていません!", "Press ⌘-C to copy." : "⌘+Cを押してコピーします。", "Press Ctrl-C to copy." : "Ctrl+Cを押してコピーします。", - "Error while loading browser sessions and device tokens" : "ブラウザーセッションとデバイストークンの読み込みにおけるエラー", - "Error while creating device token" : "デバイストークンの作成におけるエラー", - "Error while deleting the token" : "トークンの削除におけるエラー", + "Error while loading browser sessions and device tokens" : "ブラウザーセッションとデバイストークンの読み込み中にエラーが発生しました", + "Error while creating device token" : "デバイストークンの作成中にエラーが発生しました", + "Error while deleting the token" : "トークンの削除中にエラーが発生しました", "An error occurred. Please upload an ASCII-encoded PEM certificate." : "エラーが発生しました。ASCIIコードのPEM証明書をアップロードしてください。", "Valid until {date}" : "{date} まで有効", "Local" : "ローカル", @@ -306,7 +308,7 @@ "Password successfully changed" : "パスワードは変更されました", "Changing the password will result in data loss, because data recovery is not available for this user" : "このユーザーのデータ復旧が無効になっていますので、パスワードを変更するとユーザーはデータに二度とアクセスできません。", "Could not change the users email" : "ユーザーのメールを変更できませんでした", - "Error while changing status of {user}" : "{user} のステータスを変更する際にエラーが発生", + "Error while changing status of {user}" : "{user} のステータスを変更する際にエラーが発生しました", "A valid username must be provided" : "有効なユーザー名を指定する必要があります", "Error creating user: {message}" : "ユーザー作成エラー {message}", "A valid password must be provided" : "有効なパスワードを指定する必要があります", diff --git a/settings/l10n/pt_BR.js b/settings/l10n/pt_BR.js index 75043799f2..3d9c222c64 100644 --- a/settings/l10n/pt_BR.js +++ b/settings/l10n/pt_BR.js @@ -150,6 +150,7 @@ OC.L10N.register( "Cancel" : "Cancelar", "Choose as profile picture" : "Escolha como imagem de perfil", "Details" : "Detalhes", + "You are a member of the following groups:" : "Você é um membro dos seguintes grupos:", "You are using %s" : "Você está usando %s", "You are using %s of %s (%s %%)" : "Você está usando %s de %s (%s %%)", "No display name set" : "Nenhum nome de exibição definido", diff --git a/settings/l10n/pt_BR.json b/settings/l10n/pt_BR.json index 65194f049a..f5a7a4ba76 100644 --- a/settings/l10n/pt_BR.json +++ b/settings/l10n/pt_BR.json @@ -148,6 +148,7 @@ "Cancel" : "Cancelar", "Choose as profile picture" : "Escolha como imagem de perfil", "Details" : "Detalhes", + "You are a member of the following groups:" : "Você é um membro dos seguintes grupos:", "You are using %s" : "Você está usando %s", "You are using %s of %s (%s %%)" : "Você está usando %s de %s (%s %%)", "No display name set" : "Nenhum nome de exibição definido", diff --git a/settings/l10n/ru.js b/settings/l10n/ru.js index 8511de5aa2..dc03c52c61 100644 --- a/settings/l10n/ru.js +++ b/settings/l10n/ru.js @@ -150,6 +150,7 @@ OC.L10N.register( "Cancel" : "Отмена", "Choose as profile picture" : "Выбрать в качестве картинки профиля", "Details" : "Подробности", + "You are a member of the following groups:" : "Вы являетесь членом следующих групп:", "You are using %s" : "Вы используете %s", "You are using %s of %s (%s %%)" : "Вы используете %s из %s (%s %%)", "No display name set" : "Отображаемое имя не указано", diff --git a/settings/l10n/ru.json b/settings/l10n/ru.json index fddcee537f..3f67feb021 100644 --- a/settings/l10n/ru.json +++ b/settings/l10n/ru.json @@ -148,6 +148,7 @@ "Cancel" : "Отмена", "Choose as profile picture" : "Выбрать в качестве картинки профиля", "Details" : "Подробности", + "You are a member of the following groups:" : "Вы являетесь членом следующих групп:", "You are using %s" : "Вы используете %s", "You are using %s of %s (%s %%)" : "Вы используете %s из %s (%s %%)", "No display name set" : "Отображаемое имя не указано",