diff --git a/apps/admin_audit/l10n/cy_GB.js b/apps/admin_audit/l10n/cy_GB.js new file mode 100644 index 0000000000000..1ee3a47ad7535 --- /dev/null +++ b/apps/admin_audit/l10n/cy_GB.js @@ -0,0 +1,7 @@ +OC.L10N.register( + "admin_audit", + { + "Auditing / Logging" : "Archwilio / Cofnodi", + "Provides logging abilities for Nextcloud such as logging file accesses or otherwise sensitive actions." : "Yn darparu galluoedd cofnodi ar gyfer Nextcloud megis cofnodi mynediadau ffeiliau neu gamau gweithredu sensitif." +}, +"nplurals=4; plural=(n==1) ? 0 : (n==2) ? 1 : (n != 8 && n != 11) ? 2 : 3;"); diff --git a/apps/admin_audit/l10n/cy_GB.json b/apps/admin_audit/l10n/cy_GB.json new file mode 100644 index 0000000000000..4f4e0ac3be5ef --- /dev/null +++ b/apps/admin_audit/l10n/cy_GB.json @@ -0,0 +1,5 @@ +{ "translations": { + "Auditing / Logging" : "Archwilio / Cofnodi", + "Provides logging abilities for Nextcloud such as logging file accesses or otherwise sensitive actions." : "Yn darparu galluoedd cofnodi ar gyfer Nextcloud megis cofnodi mynediadau ffeiliau neu gamau gweithredu sensitif." +},"pluralForm" :"nplurals=4; plural=(n==1) ? 0 : (n==2) ? 1 : (n != 8 && n != 11) ? 2 : 3;" +} \ No newline at end of file diff --git a/apps/comments/l10n/es.js b/apps/comments/l10n/es.js index ee4c1860ab8bd..3239e07c8b875 100644 --- a/apps/comments/l10n/es.js +++ b/apps/comments/l10n/es.js @@ -16,6 +16,7 @@ OC.L10N.register( "Delete comment" : "Borrar comentario", "Cancel edit" : "Cacelar edición", "Post comment" : "Publicar comentario", + "\"@\" for mentions, \":\" for emoji, \"/\" for smart picker" : "\"@\" para menciones, \":\" para emojis, \"/\" para selector inteligente", "No comments yet, start the conversation!" : "¡No hay comentarios, empieza la conversación!", "No more messages" : "No hay más mensajes", "Retry" : "Reintentar", diff --git a/apps/comments/l10n/es.json b/apps/comments/l10n/es.json index f2e763b43dc0e..afd4cb2808e8c 100644 --- a/apps/comments/l10n/es.json +++ b/apps/comments/l10n/es.json @@ -14,6 +14,7 @@ "Delete comment" : "Borrar comentario", "Cancel edit" : "Cacelar edición", "Post comment" : "Publicar comentario", + "\"@\" for mentions, \":\" for emoji, \"/\" for smart picker" : "\"@\" para menciones, \":\" para emojis, \"/\" para selector inteligente", "No comments yet, start the conversation!" : "¡No hay comentarios, empieza la conversación!", "No more messages" : "No hay más mensajes", "Retry" : "Reintentar", diff --git a/apps/comments/l10n/fr.js b/apps/comments/l10n/fr.js index 9c765ac253d91..e2581451ba1ef 100644 --- a/apps/comments/l10n/fr.js +++ b/apps/comments/l10n/fr.js @@ -16,6 +16,7 @@ OC.L10N.register( "Delete comment" : "Supprimer le commentaire", "Cancel edit" : "Annuler les modifications", "Post comment" : "Publier le commentaire", + "\"@\" for mentions, \":\" for emoji, \"/\" for smart picker" : "\"@\" pour les mentions, \":\" pour les émojis, \"/\" pour le sélecteur intelligent", "No comments yet, start the conversation!" : "Il n'y a aucun commentaire, démarrez la conversation !", "No more messages" : "Aucun autre message", "Retry" : "Réessayer", diff --git a/apps/comments/l10n/fr.json b/apps/comments/l10n/fr.json index 8cd9079b45fdb..d1f31f233ff38 100644 --- a/apps/comments/l10n/fr.json +++ b/apps/comments/l10n/fr.json @@ -14,6 +14,7 @@ "Delete comment" : "Supprimer le commentaire", "Cancel edit" : "Annuler les modifications", "Post comment" : "Publier le commentaire", + "\"@\" for mentions, \":\" for emoji, \"/\" for smart picker" : "\"@\" pour les mentions, \":\" pour les émojis, \"/\" pour le sélecteur intelligent", "No comments yet, start the conversation!" : "Il n'y a aucun commentaire, démarrez la conversation !", "No more messages" : "Aucun autre message", "Retry" : "Réessayer", diff --git a/apps/comments/l10n/ja.js b/apps/comments/l10n/ja.js index a81d9e8cc94f7..190567ee89020 100644 --- a/apps/comments/l10n/ja.js +++ b/apps/comments/l10n/ja.js @@ -16,6 +16,7 @@ OC.L10N.register( "Delete comment" : "コメントを削除", "Cancel edit" : "編集をキャンセル", "Post comment" : "コメントを投稿", + "\"@\" for mentions, \":\" for emoji, \"/\" for smart picker" : "メンションには \"@\"、絵文字には \":\"、スマートピッカーには \"/\"", "No comments yet, start the conversation!" : "まだコメントはありません、会話を開始してください!", "No more messages" : "これ以上のメッセージはありません", "Retry" : "再試行", diff --git a/apps/comments/l10n/ja.json b/apps/comments/l10n/ja.json index 836a0a065b354..0c65af71764bb 100644 --- a/apps/comments/l10n/ja.json +++ b/apps/comments/l10n/ja.json @@ -14,6 +14,7 @@ "Delete comment" : "コメントを削除", "Cancel edit" : "編集をキャンセル", "Post comment" : "コメントを投稿", + "\"@\" for mentions, \":\" for emoji, \"/\" for smart picker" : "メンションには \"@\"、絵文字には \":\"、スマートピッカーには \"/\"", "No comments yet, start the conversation!" : "まだコメントはありません、会話を開始してください!", "No more messages" : "これ以上のメッセージはありません", "Retry" : "再試行", diff --git a/apps/dav/l10n/ja.js b/apps/dav/l10n/ja.js index 7879795980b69..2fe3649c1014b 100644 --- a/apps/dav/l10n/ja.js +++ b/apps/dav/l10n/ja.js @@ -32,9 +32,23 @@ OC.L10N.register( "You deleted event {event} from calendar {calendar}" : "カレンダー {calendar} のイベント{event}を削除しました", "{actor} updated event {event} in calendar {calendar}" : "{actor}はカレンダー {calendar} のイベント{event}を更新しました", "You updated event {event} in calendar {calendar}" : "カレンダー {calendar} のイベント{event}を更新しました", + "{actor} moved event {event} from calendar {sourceCalendar} to calendar {targetCalendar}" : "{actor} はイベント {event} をカレンダー {sourceCalendar} からカレンダー {targetCalendar} に移動しました。", + "You moved event {event} from calendar {sourceCalendar} to calendar {targetCalendar}" : "あなたはイベント {event} をカレンダー {sourceCalendar} からカレンダー {targetCalendar} に移動しました。", "{actor} restored event {event} of calendar {calendar}" : "{actor}はカレンダー {calendar}のイベント {event}を復元しました", "You restored event {event} of calendar {calendar}" : "カレンダー {calendar} のイベント {event}を復元しました", "Busy" : "ビジー", + "{actor} created to-do {todo} in list {calendar}" : "{actor} がリスト {calendar} に ToDo {todo} を作成しました", + "You created to-do {todo} in list {calendar}" : "あなたはリスト {calendar} に ToDo {todo} を作成しました", + "{actor} deleted to-do {todo} from list {calendar}" : "{actor} は {calendar} リストから {todo} のToDoを削除しました", + "You deleted to-do {todo} from list {calendar}" : "あなたはリスト {calendar} からToDo {todo} を削除しました", + "{actor} updated to-do {todo} in list {calendar}" : "{actor} がリスト {calendar} のToDo {todo} を更新しました", + "You updated to-do {todo} in list {calendar}" : "あなたはリスト {calendar} の ToDo {todo} を更新しました", + "{actor} solved to-do {todo} in list {calendar}" : "{actor} が {calendar} リストの {todo} を解決しました", + "You solved to-do {todo} in list {calendar}" : "あなたは {calendar} リストの {todo} を解決しました", + "{actor} reopened to-do {todo} in list {calendar}" : "{actor} がリスト {calendar} の ToDo {todo} を再開しました", + "You reopened to-do {todo} in list {calendar}" : "あなたはリスト {calendar} の ToDo {todo} を再開しました", + "{actor} moved to-do {todo} from list {sourceCalendar} to list {targetCalendar}" : "{actor} は {sourceCalendar} リストから {targetCalendar} リストに ToDo {todo} を移動しました", + "You moved to-do {todo} from list {sourceCalendar} to list {targetCalendar}" : "あなたは {sourceCalendar} リストから {targetCalendar} リストに ToDo {todo} を移動しました", "Calendar, contacts and tasks" : "カレンダー、連絡帳とタスク", "A calendar was modified" : "カレンダーが変更されたとき", "A calendar event was modified" : "カレンダーのイベントが変更されたとき", @@ -174,6 +188,7 @@ OC.L10N.register( "Please contact the organizer directly." : "主催者に直接お問い合わせください。", "Are you accepting the invitation?" : "招待を受け入れていますか?", "Tentative" : "暫定的", - "Your attendance was updated successfully." : "出席は正常に更新されました。" + "Your attendance was updated successfully." : "出席は正常に更新されました。", + "%1$s has responded your invitation" : "%1$s はあなたの招待に応じた" }, "nplurals=1; plural=0;"); diff --git a/apps/dav/l10n/ja.json b/apps/dav/l10n/ja.json index 243fa54fe353b..089873a2f61d0 100644 --- a/apps/dav/l10n/ja.json +++ b/apps/dav/l10n/ja.json @@ -30,9 +30,23 @@ "You deleted event {event} from calendar {calendar}" : "カレンダー {calendar} のイベント{event}を削除しました", "{actor} updated event {event} in calendar {calendar}" : "{actor}はカレンダー {calendar} のイベント{event}を更新しました", "You updated event {event} in calendar {calendar}" : "カレンダー {calendar} のイベント{event}を更新しました", + "{actor} moved event {event} from calendar {sourceCalendar} to calendar {targetCalendar}" : "{actor} はイベント {event} をカレンダー {sourceCalendar} からカレンダー {targetCalendar} に移動しました。", + "You moved event {event} from calendar {sourceCalendar} to calendar {targetCalendar}" : "あなたはイベント {event} をカレンダー {sourceCalendar} からカレンダー {targetCalendar} に移動しました。", "{actor} restored event {event} of calendar {calendar}" : "{actor}はカレンダー {calendar}のイベント {event}を復元しました", "You restored event {event} of calendar {calendar}" : "カレンダー {calendar} のイベント {event}を復元しました", "Busy" : "ビジー", + "{actor} created to-do {todo} in list {calendar}" : "{actor} がリスト {calendar} に ToDo {todo} を作成しました", + "You created to-do {todo} in list {calendar}" : "あなたはリスト {calendar} に ToDo {todo} を作成しました", + "{actor} deleted to-do {todo} from list {calendar}" : "{actor} は {calendar} リストから {todo} のToDoを削除しました", + "You deleted to-do {todo} from list {calendar}" : "あなたはリスト {calendar} からToDo {todo} を削除しました", + "{actor} updated to-do {todo} in list {calendar}" : "{actor} がリスト {calendar} のToDo {todo} を更新しました", + "You updated to-do {todo} in list {calendar}" : "あなたはリスト {calendar} の ToDo {todo} を更新しました", + "{actor} solved to-do {todo} in list {calendar}" : "{actor} が {calendar} リストの {todo} を解決しました", + "You solved to-do {todo} in list {calendar}" : "あなたは {calendar} リストの {todo} を解決しました", + "{actor} reopened to-do {todo} in list {calendar}" : "{actor} がリスト {calendar} の ToDo {todo} を再開しました", + "You reopened to-do {todo} in list {calendar}" : "あなたはリスト {calendar} の ToDo {todo} を再開しました", + "{actor} moved to-do {todo} from list {sourceCalendar} to list {targetCalendar}" : "{actor} は {sourceCalendar} リストから {targetCalendar} リストに ToDo {todo} を移動しました", + "You moved to-do {todo} from list {sourceCalendar} to list {targetCalendar}" : "あなたは {sourceCalendar} リストから {targetCalendar} リストに ToDo {todo} を移動しました", "Calendar, contacts and tasks" : "カレンダー、連絡帳とタスク", "A calendar was modified" : "カレンダーが変更されたとき", "A calendar event was modified" : "カレンダーのイベントが変更されたとき", @@ -172,6 +186,7 @@ "Please contact the organizer directly." : "主催者に直接お問い合わせください。", "Are you accepting the invitation?" : "招待を受け入れていますか?", "Tentative" : "暫定的", - "Your attendance was updated successfully." : "出席は正常に更新されました。" + "Your attendance was updated successfully." : "出席は正常に更新されました。", + "%1$s has responded your invitation" : "%1$s はあなたの招待に応じた" },"pluralForm" :"nplurals=1; plural=0;" } \ No newline at end of file diff --git a/apps/files/l10n/es.js b/apps/files/l10n/es.js index e2cbd1483b464..380204d5c7daa 100644 --- a/apps/files/l10n/es.js +++ b/apps/files/l10n/es.js @@ -182,6 +182,7 @@ OC.L10N.register( "\"{displayName}\" action failed" : "la acción \"{displayName}\" falló", "\"{name}\" is not an allowed filetype." : "\" {name}\" no es un tipo de archivo permitido.", "{newName} already exists." : "{newName} ya existe.", + "\"{char}\" is not allowed inside a file name." : "\"{char}\" no está permitido dentro del nombre de un archivo.", "Name cannot be empty" : "El nombre no puede estar vacío", "Another entry with the same name already exists" : "Ya existe otra entrada con el mismo nombre", "Renamed \"{oldName}\" to \"{newName}\"" : "Renombrado \"{oldName}\" a \"{newName}\"", diff --git a/apps/files/l10n/es.json b/apps/files/l10n/es.json index 7243a29d11e0f..0f609c552d325 100644 --- a/apps/files/l10n/es.json +++ b/apps/files/l10n/es.json @@ -180,6 +180,7 @@ "\"{displayName}\" action failed" : "la acción \"{displayName}\" falló", "\"{name}\" is not an allowed filetype." : "\" {name}\" no es un tipo de archivo permitido.", "{newName} already exists." : "{newName} ya existe.", + "\"{char}\" is not allowed inside a file name." : "\"{char}\" no está permitido dentro del nombre de un archivo.", "Name cannot be empty" : "El nombre no puede estar vacío", "Another entry with the same name already exists" : "Ya existe otra entrada con el mismo nombre", "Renamed \"{oldName}\" to \"{newName}\"" : "Renombrado \"{oldName}\" a \"{newName}\"", diff --git a/apps/files_external/l10n/ja.js b/apps/files_external/l10n/ja.js index 822932a5be8f2..fabb687bf87cd 100644 --- a/apps/files_external/l10n/ja.js +++ b/apps/files_external/l10n/ja.js @@ -104,7 +104,19 @@ OC.L10N.register( "External storage support" : "外部ストレージに対応", "Adds basic external storage support" : "基本的な外部ストレージの対応を追加", "This application enables administrators to configure connections to external storage providers, such as FTP servers, S3 or SWIFT object stores, other Nextcloud servers, WebDAV servers, and more. Administrators can choose which types of storage to enable and can mount these storage locations for a user, a group, or the entire system. Users will see a new folder appear in their root Nextcloud directory, which they can access and use like any other Nextcloud folder. External storage also allows users to share files stored in these external locations. In these cases, the credentials for the owner of the file are used when the recipient requests the file from external storage, thereby ensuring that the recipient can access the shared file.\n\nExternal storage can be configured using the GUI or at the command line. This second option provides the advanced user with more flexibility for configuring bulk external storage mounts and setting mount priorities. More information is available in the external storage GUI documentation and the external storage Configuration File documentation." : "このアプリケーションを使用すると、管理者は、FTPサーバー、S3またはSWIFTオブジェクトストア、その他のNextcloudサーバー、WebDAVサーバーなどの外部ストレージプロバイダーへの接続を構成できます。管理者は、有効にするストレージの種類を選択し、ユーザー、グループ、またはシステム全体でこれらのストレージの場所をマウントできます。ユーザーはルートのNextcloudディレクトリに新しいフォルダーが表示され、他のNextcloudフォルダーと同様にアクセスして使用できます。外部ストレージを使用すると、ユーザーはこれらの外部ロケーションに格納されたファイルを共有することもできます。このような場合、受信者が外部ストレージからファイルを要求すると、ファイルの所有者の資格情報が使用され、受信者が共有ファイルにアクセスできるようになります。外部ストレージは、GUIまたはコマンドラインを使用して構成できます。この2番目のオプションは、高度なユーザーにバルク外部ストレージマウントの設定とマウント優先度の設定の柔軟性を提供します。詳細については、外部ストレージGUIのマニュアルと外部ストレージConfiguration Fileのマニュアルを参照してください。", + "Enter missing credentials" : "不足している資格情報を入力", + "Unable to update this external storage config. {statusMessage}" : "この外部ストレージ設定を更新できません。 {statusMessage}", + "New configuration successfully saved" : "新しい設定が正常に保存されました", + "There was an error with this external storage." : "この外部ストレージでエラーが発生しました。", + "We were unable to check the external storage {basename}" : "外部ストレージ {basename} をチェックできませんでした。", + "Examine this faulty external storage configuration" : "この問題のある外部ストレージの設定を調べる", + "Open in files" : "ファイルで開く", + "There was an error with this external storage. Do you want to review this mount point config in the settings page?" : "この外部ストレージでエラーが発生しました。設定ページでこのマウントポイントの設定を見直しますか?", "External mount error" : "外部マウントエラー", + "List of external storage." : "外部ストレージの一覧。", + "There is no external storage configured. You can configure them in your Personal settings." : "外部ストレージは設定されていません。個人設定で設定できます。", + "There is no external storage configured and you don't have the permission to configure them." : "外部ストレージが設定されていません。また、あなたには設定する権限がありません。", + "No external storage" : "外部ストレージがない", "Storage type" : "ストレージ種別", "Unknown" : "不明", "Scope" : "スコープ", diff --git a/apps/files_external/l10n/ja.json b/apps/files_external/l10n/ja.json index e77a8f0b96ae1..673b9cdf5de3e 100644 --- a/apps/files_external/l10n/ja.json +++ b/apps/files_external/l10n/ja.json @@ -102,7 +102,19 @@ "External storage support" : "外部ストレージに対応", "Adds basic external storage support" : "基本的な外部ストレージの対応を追加", "This application enables administrators to configure connections to external storage providers, such as FTP servers, S3 or SWIFT object stores, other Nextcloud servers, WebDAV servers, and more. Administrators can choose which types of storage to enable and can mount these storage locations for a user, a group, or the entire system. Users will see a new folder appear in their root Nextcloud directory, which they can access and use like any other Nextcloud folder. External storage also allows users to share files stored in these external locations. In these cases, the credentials for the owner of the file are used when the recipient requests the file from external storage, thereby ensuring that the recipient can access the shared file.\n\nExternal storage can be configured using the GUI or at the command line. This second option provides the advanced user with more flexibility for configuring bulk external storage mounts and setting mount priorities. More information is available in the external storage GUI documentation and the external storage Configuration File documentation." : "このアプリケーションを使用すると、管理者は、FTPサーバー、S3またはSWIFTオブジェクトストア、その他のNextcloudサーバー、WebDAVサーバーなどの外部ストレージプロバイダーへの接続を構成できます。管理者は、有効にするストレージの種類を選択し、ユーザー、グループ、またはシステム全体でこれらのストレージの場所をマウントできます。ユーザーはルートのNextcloudディレクトリに新しいフォルダーが表示され、他のNextcloudフォルダーと同様にアクセスして使用できます。外部ストレージを使用すると、ユーザーはこれらの外部ロケーションに格納されたファイルを共有することもできます。このような場合、受信者が外部ストレージからファイルを要求すると、ファイルの所有者の資格情報が使用され、受信者が共有ファイルにアクセスできるようになります。外部ストレージは、GUIまたはコマンドラインを使用して構成できます。この2番目のオプションは、高度なユーザーにバルク外部ストレージマウントの設定とマウント優先度の設定の柔軟性を提供します。詳細については、外部ストレージGUIのマニュアルと外部ストレージConfiguration Fileのマニュアルを参照してください。", + "Enter missing credentials" : "不足している資格情報を入力", + "Unable to update this external storage config. {statusMessage}" : "この外部ストレージ設定を更新できません。 {statusMessage}", + "New configuration successfully saved" : "新しい設定が正常に保存されました", + "There was an error with this external storage." : "この外部ストレージでエラーが発生しました。", + "We were unable to check the external storage {basename}" : "外部ストレージ {basename} をチェックできませんでした。", + "Examine this faulty external storage configuration" : "この問題のある外部ストレージの設定を調べる", + "Open in files" : "ファイルで開く", + "There was an error with this external storage. Do you want to review this mount point config in the settings page?" : "この外部ストレージでエラーが発生しました。設定ページでこのマウントポイントの設定を見直しますか?", "External mount error" : "外部マウントエラー", + "List of external storage." : "外部ストレージの一覧。", + "There is no external storage configured. You can configure them in your Personal settings." : "外部ストレージは設定されていません。個人設定で設定できます。", + "There is no external storage configured and you don't have the permission to configure them." : "外部ストレージが設定されていません。また、あなたには設定する権限がありません。", + "No external storage" : "外部ストレージがない", "Storage type" : "ストレージ種別", "Unknown" : "不明", "Scope" : "スコープ", diff --git a/apps/settings/l10n/ar.js b/apps/settings/l10n/ar.js index c614e0e21de46..a30735ff0ac99 100644 --- a/apps/settings/l10n/ar.js +++ b/apps/settings/l10n/ar.js @@ -77,6 +77,7 @@ OC.L10N.register( "The OPcache interned strings buffer is nearly full. To assure that repeating strings can be effectively cached, it is recommended to apply opcache.interned_strings_buffer to your PHP configuration with a value higher than %s." : "المخزن المؤقت للسلاسل الداخلية OPcache interned strings buffer ممتلئ تقريبًا. لضمان إمكانية التخزين المؤقت للسلاسل المتكررة بشكل فعال، يوصى بتطبيق opcache.interned_strings_buffer إلى تكوين PHP عندك بقيمة أعلى من %s.", "Administrator documentation" : "دليل المشرف", "User documentation" : "دليل المستخدم", + "Nextcloud help overview" : "نظرة عامة على \"مُساعَدَة نكست كلاود\"", "Invalid SMTP password." : "كلمة مرور SMTP غير صحيحة.", "Email setting test" : "تجريب إعدادات البريد الإلكتروني", "Well done, %s!" : "ممتاز، %s !", @@ -489,6 +490,10 @@ OC.L10N.register( "There were too many requests from your network. Retry later or contact your administrator if this is an error." : "الطلبات الموجودة أكثر من الحد المسموح به في الشبكة. أعد المحاولة أو اتصل بمشرف النظام.", "Documentation" : "توثيق النظام", "Forum" : "المُنتَدَى", + "Nextcloud help resources" : "موارد \"مُساعَدَة نكست كلاود\"", + "Account documentation" : "وثائق الحساب", + "Administration documentation" : "وثائق الإشراف", + "General documentation" : "وثائق عامة", "Login" : "تسجيل الدخول", "None/STARTTLS" : "لا شيء / بروتوكول STARTTLS", "SSL" : "SSL", diff --git a/apps/settings/l10n/ar.json b/apps/settings/l10n/ar.json index 05511b091d98e..c238424d844a7 100644 --- a/apps/settings/l10n/ar.json +++ b/apps/settings/l10n/ar.json @@ -75,6 +75,7 @@ "The OPcache interned strings buffer is nearly full. To assure that repeating strings can be effectively cached, it is recommended to apply opcache.interned_strings_buffer to your PHP configuration with a value higher than %s." : "المخزن المؤقت للسلاسل الداخلية OPcache interned strings buffer ممتلئ تقريبًا. لضمان إمكانية التخزين المؤقت للسلاسل المتكررة بشكل فعال، يوصى بتطبيق opcache.interned_strings_buffer إلى تكوين PHP عندك بقيمة أعلى من %s.", "Administrator documentation" : "دليل المشرف", "User documentation" : "دليل المستخدم", + "Nextcloud help overview" : "نظرة عامة على \"مُساعَدَة نكست كلاود\"", "Invalid SMTP password." : "كلمة مرور SMTP غير صحيحة.", "Email setting test" : "تجريب إعدادات البريد الإلكتروني", "Well done, %s!" : "ممتاز، %s !", @@ -487,6 +488,10 @@ "There were too many requests from your network. Retry later or contact your administrator if this is an error." : "الطلبات الموجودة أكثر من الحد المسموح به في الشبكة. أعد المحاولة أو اتصل بمشرف النظام.", "Documentation" : "توثيق النظام", "Forum" : "المُنتَدَى", + "Nextcloud help resources" : "موارد \"مُساعَدَة نكست كلاود\"", + "Account documentation" : "وثائق الحساب", + "Administration documentation" : "وثائق الإشراف", + "General documentation" : "وثائق عامة", "Login" : "تسجيل الدخول", "None/STARTTLS" : "لا شيء / بروتوكول STARTTLS", "SSL" : "SSL", diff --git a/apps/settings/l10n/de_DE.js b/apps/settings/l10n/de_DE.js index 225f0274337af..8cea5208cc707 100644 --- a/apps/settings/l10n/de_DE.js +++ b/apps/settings/l10n/de_DE.js @@ -77,6 +77,7 @@ OC.L10N.register( "The OPcache interned strings buffer is nearly full. To assure that repeating strings can be effectively cached, it is recommended to apply opcache.interned_strings_buffer to your PHP configuration with a value higher than %s." : "Der OPcache-Zwischenspeicher für interne Zeichenfolgen ist fast voll. Um sicherzustellen, dass sich wiederholende Zeichenfolgen effektiv zwischengespeichert werden können, wird empfohlen, opcache.interned_strings_buffer mit einem Wert größer als %s auf Ihre PHP-Konfiguration anzuwenden.", "Administrator documentation" : "Dokumentation für die Administration", "User documentation" : "Dokumentation für Benutzer", + "Nextcloud help overview" : "Übersicht über die Nextcloud-Hilfe", "Invalid SMTP password." : "Ungültiges SMTP-Passwort.", "Email setting test" : "Test der E-Mail-Einstellungen", "Well done, %s!" : "Gut gemacht, %s!", @@ -489,6 +490,10 @@ OC.L10N.register( "There were too many requests from your network. Retry later or contact your administrator if this is an error." : "Zu viele Anfragen aus Ihrem Netzwerk. Versuchen Sie es später erneut oder wenden Sie sich an Ihre Administration, wenn dies ein Fehler sein sollte.", "Documentation" : "Dokumentation", "Forum" : "Forum", + "Nextcloud help resources" : "Nextcloud-Hilferessourcen", + "Account documentation" : "Kontodokumentation", + "Administration documentation" : "Administrationsdokumentation", + "General documentation" : "Allgemeine Dokumentation", "Login" : "Anmelden", "None/STARTTLS" : "Keine/STARTTLS", "SSL" : "SSL", diff --git a/apps/settings/l10n/de_DE.json b/apps/settings/l10n/de_DE.json index aa1c4d8de2de9..9c13f46ac37ba 100644 --- a/apps/settings/l10n/de_DE.json +++ b/apps/settings/l10n/de_DE.json @@ -75,6 +75,7 @@ "The OPcache interned strings buffer is nearly full. To assure that repeating strings can be effectively cached, it is recommended to apply opcache.interned_strings_buffer to your PHP configuration with a value higher than %s." : "Der OPcache-Zwischenspeicher für interne Zeichenfolgen ist fast voll. Um sicherzustellen, dass sich wiederholende Zeichenfolgen effektiv zwischengespeichert werden können, wird empfohlen, opcache.interned_strings_buffer mit einem Wert größer als %s auf Ihre PHP-Konfiguration anzuwenden.", "Administrator documentation" : "Dokumentation für die Administration", "User documentation" : "Dokumentation für Benutzer", + "Nextcloud help overview" : "Übersicht über die Nextcloud-Hilfe", "Invalid SMTP password." : "Ungültiges SMTP-Passwort.", "Email setting test" : "Test der E-Mail-Einstellungen", "Well done, %s!" : "Gut gemacht, %s!", @@ -487,6 +488,10 @@ "There were too many requests from your network. Retry later or contact your administrator if this is an error." : "Zu viele Anfragen aus Ihrem Netzwerk. Versuchen Sie es später erneut oder wenden Sie sich an Ihre Administration, wenn dies ein Fehler sein sollte.", "Documentation" : "Dokumentation", "Forum" : "Forum", + "Nextcloud help resources" : "Nextcloud-Hilferessourcen", + "Account documentation" : "Kontodokumentation", + "Administration documentation" : "Administrationsdokumentation", + "General documentation" : "Allgemeine Dokumentation", "Login" : "Anmelden", "None/STARTTLS" : "Keine/STARTTLS", "SSL" : "SSL", diff --git a/apps/settings/l10n/en_GB.js b/apps/settings/l10n/en_GB.js index ff99f8ef49de8..45e37799e0014 100644 --- a/apps/settings/l10n/en_GB.js +++ b/apps/settings/l10n/en_GB.js @@ -77,6 +77,7 @@ OC.L10N.register( "The OPcache interned strings buffer is nearly full. To assure that repeating strings can be effectively cached, it is recommended to apply opcache.interned_strings_buffer to your PHP configuration with a value higher than %s." : "The OPcache interned strings buffer is nearly full. To assure that repeating strings can be effectively cached, it is recommended to apply opcache.interned_strings_buffer to your PHP configuration with a value higher than %s.", "Administrator documentation" : "Administrator documentation", "User documentation" : "User documentation", + "Nextcloud help overview" : "Nextcloud help overview", "Invalid SMTP password." : "Invalid SMTP password.", "Email setting test" : "Email setting test", "Well done, %s!" : "Well done, %s!", @@ -489,6 +490,10 @@ OC.L10N.register( "There were too many requests from your network. Retry later or contact your administrator if this is an error." : "There were too many requests from your network. Retry later or contact your administrator if this is an error.", "Documentation" : "Documentation", "Forum" : "Forum", + "Nextcloud help resources" : "Nextcloud help resources", + "Account documentation" : "Account documentation", + "Administration documentation" : "Administration documentation", + "General documentation" : "General documentation", "Login" : "Login", "None/STARTTLS" : "None/STARTTLS", "SSL" : "SSL", diff --git a/apps/settings/l10n/en_GB.json b/apps/settings/l10n/en_GB.json index 3bbac4607fdd3..e7decc537224e 100644 --- a/apps/settings/l10n/en_GB.json +++ b/apps/settings/l10n/en_GB.json @@ -75,6 +75,7 @@ "The OPcache interned strings buffer is nearly full. To assure that repeating strings can be effectively cached, it is recommended to apply opcache.interned_strings_buffer to your PHP configuration with a value higher than %s." : "The OPcache interned strings buffer is nearly full. To assure that repeating strings can be effectively cached, it is recommended to apply opcache.interned_strings_buffer to your PHP configuration with a value higher than %s.", "Administrator documentation" : "Administrator documentation", "User documentation" : "User documentation", + "Nextcloud help overview" : "Nextcloud help overview", "Invalid SMTP password." : "Invalid SMTP password.", "Email setting test" : "Email setting test", "Well done, %s!" : "Well done, %s!", @@ -487,6 +488,10 @@ "There were too many requests from your network. Retry later or contact your administrator if this is an error." : "There were too many requests from your network. Retry later or contact your administrator if this is an error.", "Documentation" : "Documentation", "Forum" : "Forum", + "Nextcloud help resources" : "Nextcloud help resources", + "Account documentation" : "Account documentation", + "Administration documentation" : "Administration documentation", + "General documentation" : "General documentation", "Login" : "Login", "None/STARTTLS" : "None/STARTTLS", "SSL" : "SSL", diff --git a/apps/settings/l10n/es.js b/apps/settings/l10n/es.js index 4d6a44496555b..1f68b6255cd86 100644 --- a/apps/settings/l10n/es.js +++ b/apps/settings/l10n/es.js @@ -77,6 +77,7 @@ OC.L10N.register( "The OPcache interned strings buffer is nearly full. To assure that repeating strings can be effectively cached, it is recommended to apply opcache.interned_strings_buffer to your PHP configuration with a value higher than %s." : "El buffer de OPcache está casi lleno. Para asegurar que todos los scripts puedan ser retenidos en la caché, se recomienda aplicar opcache.memory_consumption a su configuración de PHP con un valor superior a %s.", "Administrator documentation" : "Documentación del adminsitrador", "User documentation" : "Documentación de usuario", + "Nextcloud help overview" : "Vista general de la ayuda de Nextcloud", "Invalid SMTP password." : "Contraseña SMTP inválida", "Email setting test" : "Prueba de configuración de correo", "Well done, %s!" : "¡Bien hecho, %s!", @@ -390,7 +391,9 @@ OC.L10N.register( "Password or insufficient permissions message" : "Contraseña o mensaje de permisos insuficientes", "Loading user …" : "Cargando usuario ...", "Change display name" : "Cambiar nombre a mostrar", + "Set new password" : "Establecer contraseña nueva", "You do not have permissions to see the details of this user" : "No tienes permisos para ver los detalles de este usuario", + "Set new email address" : "Establecer correo electrónico nuevo", "Add user to group" : "Añadir usuario a grupo", "Set user as admin for" : "Marcar usuario como administrador para", "Select user quota" : "Seleccionar cuota de usuario", @@ -487,6 +490,10 @@ OC.L10N.register( "There were too many requests from your network. Retry later or contact your administrator if this is an error." : "Hubo demasiadas peticiones desde su red. Vuelva a intentarlo más tarde o póngase en contacto con su administrador si se trata de un error.", "Documentation" : "Documentación", "Forum" : "Foro", + "Nextcloud help resources" : "Recursos de ayuda de Nextcloud", + "Account documentation" : "Documentación de la cuenta", + "Administration documentation" : "Documentación de administración", + "General documentation" : "Documentación general", "Login" : "Iniciar sesión", "None/STARTTLS" : "Ninguno/STARTTLS", "SSL" : "SSL", diff --git a/apps/settings/l10n/es.json b/apps/settings/l10n/es.json index dfd4c7e560d4b..7d428043716a5 100644 --- a/apps/settings/l10n/es.json +++ b/apps/settings/l10n/es.json @@ -75,6 +75,7 @@ "The OPcache interned strings buffer is nearly full. To assure that repeating strings can be effectively cached, it is recommended to apply opcache.interned_strings_buffer to your PHP configuration with a value higher than %s." : "El buffer de OPcache está casi lleno. Para asegurar que todos los scripts puedan ser retenidos en la caché, se recomienda aplicar opcache.memory_consumption a su configuración de PHP con un valor superior a %s.", "Administrator documentation" : "Documentación del adminsitrador", "User documentation" : "Documentación de usuario", + "Nextcloud help overview" : "Vista general de la ayuda de Nextcloud", "Invalid SMTP password." : "Contraseña SMTP inválida", "Email setting test" : "Prueba de configuración de correo", "Well done, %s!" : "¡Bien hecho, %s!", @@ -388,7 +389,9 @@ "Password or insufficient permissions message" : "Contraseña o mensaje de permisos insuficientes", "Loading user …" : "Cargando usuario ...", "Change display name" : "Cambiar nombre a mostrar", + "Set new password" : "Establecer contraseña nueva", "You do not have permissions to see the details of this user" : "No tienes permisos para ver los detalles de este usuario", + "Set new email address" : "Establecer correo electrónico nuevo", "Add user to group" : "Añadir usuario a grupo", "Set user as admin for" : "Marcar usuario como administrador para", "Select user quota" : "Seleccionar cuota de usuario", @@ -485,6 +488,10 @@ "There were too many requests from your network. Retry later or contact your administrator if this is an error." : "Hubo demasiadas peticiones desde su red. Vuelva a intentarlo más tarde o póngase en contacto con su administrador si se trata de un error.", "Documentation" : "Documentación", "Forum" : "Foro", + "Nextcloud help resources" : "Recursos de ayuda de Nextcloud", + "Account documentation" : "Documentación de la cuenta", + "Administration documentation" : "Documentación de administración", + "General documentation" : "Documentación general", "Login" : "Iniciar sesión", "None/STARTTLS" : "Ninguno/STARTTLS", "SSL" : "SSL", diff --git a/apps/settings/l10n/sr.js b/apps/settings/l10n/sr.js index 69c6ce93b3090..480810b44815e 100644 --- a/apps/settings/l10n/sr.js +++ b/apps/settings/l10n/sr.js @@ -77,6 +77,7 @@ OC.L10N.register( "The OPcache interned strings buffer is nearly full. To assure that repeating strings can be effectively cached, it is recommended to apply opcache.interned_strings_buffer to your PHP configuration with a value higher than %s." : "OPcache бафер притворених стрингова је скоро испуњен. Да би се обезбедило ефективно кеширање стрингова који се понављају, препоручује се да у вашој PHP конфигурацији поставите opcache.interned_strings_buffer на вредност већу од %s.", "Administrator documentation" : "Администраторска документација", "User documentation" : "Корисничка документација", + "Nextcloud help overview" : "Преглед помоћи за Nextcloud ", "Invalid SMTP password." : "Неисправна SMTP лозинка.", "Email setting test" : "Тестирај поставке е-поште", "Well done, %s!" : "Свака част, %s!", @@ -489,6 +490,10 @@ OC.L10N.register( "There were too many requests from your network. Retry later or contact your administrator if this is an error." : "Са ваше мреже долази превише захтева. Покушајте поново касније или контактирајте администратора уколико је ово нека грешка.", "Documentation" : "Документација", "Forum" : "Форум", + "Nextcloud help resources" : "Ресурси Nextcloud помоћи", + "Account documentation" : "Документација налога", + "Administration documentation" : "Администраторска документација", + "General documentation" : "Општа документација", "Login" : "Пријава", "None/STARTTLS" : "Ништа/STARTTLS", "SSL" : "ССЛ", diff --git a/apps/settings/l10n/sr.json b/apps/settings/l10n/sr.json index 008a1f751300b..28709ea731752 100644 --- a/apps/settings/l10n/sr.json +++ b/apps/settings/l10n/sr.json @@ -75,6 +75,7 @@ "The OPcache interned strings buffer is nearly full. To assure that repeating strings can be effectively cached, it is recommended to apply opcache.interned_strings_buffer to your PHP configuration with a value higher than %s." : "OPcache бафер притворених стрингова је скоро испуњен. Да би се обезбедило ефективно кеширање стрингова који се понављају, препоручује се да у вашој PHP конфигурацији поставите opcache.interned_strings_buffer на вредност већу од %s.", "Administrator documentation" : "Администраторска документација", "User documentation" : "Корисничка документација", + "Nextcloud help overview" : "Преглед помоћи за Nextcloud ", "Invalid SMTP password." : "Неисправна SMTP лозинка.", "Email setting test" : "Тестирај поставке е-поште", "Well done, %s!" : "Свака част, %s!", @@ -487,6 +488,10 @@ "There were too many requests from your network. Retry later or contact your administrator if this is an error." : "Са ваше мреже долази превише захтева. Покушајте поново касније или контактирајте администратора уколико је ово нека грешка.", "Documentation" : "Документација", "Forum" : "Форум", + "Nextcloud help resources" : "Ресурси Nextcloud помоћи", + "Account documentation" : "Документација налога", + "Administration documentation" : "Администраторска документација", + "General documentation" : "Општа документација", "Login" : "Пријава", "None/STARTTLS" : "Ништа/STARTTLS", "SSL" : "ССЛ", diff --git a/apps/settings/l10n/zh_HK.js b/apps/settings/l10n/zh_HK.js index f74b99a412c84..2de0b59788a1f 100644 --- a/apps/settings/l10n/zh_HK.js +++ b/apps/settings/l10n/zh_HK.js @@ -77,6 +77,7 @@ OC.L10N.register( "The OPcache interned strings buffer is nearly full. To assure that repeating strings can be effectively cached, it is recommended to apply opcache.interned_strings_buffer to your PHP configuration with a value higher than %s." : "OPcache 內部字串緩衝區幾乎快滿了。為確保可以有效快取重複字串,建議在您的 PHP 設定中的 opcache.interned_strings_buffer 套用高於 %s 的值。", "Administrator documentation" : "管理員使用手冊", "User documentation" : "用戶使用手冊", + "Nextcloud help overview" : "Nextcloud 幫助概覽", "Invalid SMTP password." : "無效的 SMTP 密碼", "Email setting test" : "測試郵件設定", "Well done, %s!" : "太棒了,%s!", @@ -489,6 +490,10 @@ OC.L10N.register( "There were too many requests from your network. Retry later or contact your administrator if this is an error." : "有太多請求來自你的網路,請稍後再試,若你認為這不該發生,請回報系統管理員這項錯誤。", "Documentation" : "使用手冊", "Forum" : "論壇", + "Nextcloud help resources" : "Nextcloud 幫助資源", + "Account documentation" : "賬戶使用手冊", + "Administration documentation" : "管理使用手冊", + "General documentation" : "一般使用手冊", "Login" : "登入", "None/STARTTLS" : "無/STARTTLS", "SSL" : "SSL", diff --git a/apps/settings/l10n/zh_HK.json b/apps/settings/l10n/zh_HK.json index 2fd9aba1de362..2ead31743b9f1 100644 --- a/apps/settings/l10n/zh_HK.json +++ b/apps/settings/l10n/zh_HK.json @@ -75,6 +75,7 @@ "The OPcache interned strings buffer is nearly full. To assure that repeating strings can be effectively cached, it is recommended to apply opcache.interned_strings_buffer to your PHP configuration with a value higher than %s." : "OPcache 內部字串緩衝區幾乎快滿了。為確保可以有效快取重複字串,建議在您的 PHP 設定中的 opcache.interned_strings_buffer 套用高於 %s 的值。", "Administrator documentation" : "管理員使用手冊", "User documentation" : "用戶使用手冊", + "Nextcloud help overview" : "Nextcloud 幫助概覽", "Invalid SMTP password." : "無效的 SMTP 密碼", "Email setting test" : "測試郵件設定", "Well done, %s!" : "太棒了,%s!", @@ -487,6 +488,10 @@ "There were too many requests from your network. Retry later or contact your administrator if this is an error." : "有太多請求來自你的網路,請稍後再試,若你認為這不該發生,請回報系統管理員這項錯誤。", "Documentation" : "使用手冊", "Forum" : "論壇", + "Nextcloud help resources" : "Nextcloud 幫助資源", + "Account documentation" : "賬戶使用手冊", + "Administration documentation" : "管理使用手冊", + "General documentation" : "一般使用手冊", "Login" : "登入", "None/STARTTLS" : "無/STARTTLS", "SSL" : "SSL", diff --git a/lib/l10n/cy_GB.js b/lib/l10n/cy_GB.js index 43d76a38ee2f1..f8c226fff7d46 100644 --- a/lib/l10n/cy_GB.js +++ b/lib/l10n/cy_GB.js @@ -22,6 +22,8 @@ OC.L10N.register( "Set an admin username." : "Creu enw defnyddiwr i'r gweinyddwr.", "Set an admin password." : "Gosod cyfrinair y gweinyddwr.", "Open »%s«" : "Agor »%s«", + "%1$s via %2$s" : "%1$s trwy %2$s", + "Click the button below to open it." : "Cliciwch ar y botwm isod i'w agor.", "Could not find category \"%s\"" : "Methu canfod categori \"%s\"", "Sunday" : "Sul", "Monday" : "Llun", @@ -63,6 +65,7 @@ OC.L10N.register( "Dec." : "Rhag.", "Application is not enabled" : "Nid yw'r pecyn wedi'i alluogi", "Authentication error" : "Gwall dilysu", - "Token expired. Please reload page." : "Tocyn wedi dod i ben. Ail-lwythwch y dudalen." + "Token expired. Please reload page." : "Tocyn wedi dod i ben. Ail-lwythwch y dudalen.", + "Full name" : "Enw llawn" }, "nplurals=4; plural=(n==1) ? 0 : (n==2) ? 1 : (n != 8 && n != 11) ? 2 : 3;"); diff --git a/lib/l10n/cy_GB.json b/lib/l10n/cy_GB.json index e2a8fb651ad27..4c34ea03f7ef4 100644 --- a/lib/l10n/cy_GB.json +++ b/lib/l10n/cy_GB.json @@ -20,6 +20,8 @@ "Set an admin username." : "Creu enw defnyddiwr i'r gweinyddwr.", "Set an admin password." : "Gosod cyfrinair y gweinyddwr.", "Open »%s«" : "Agor »%s«", + "%1$s via %2$s" : "%1$s trwy %2$s", + "Click the button below to open it." : "Cliciwch ar y botwm isod i'w agor.", "Could not find category \"%s\"" : "Methu canfod categori \"%s\"", "Sunday" : "Sul", "Monday" : "Llun", @@ -61,6 +63,7 @@ "Dec." : "Rhag.", "Application is not enabled" : "Nid yw'r pecyn wedi'i alluogi", "Authentication error" : "Gwall dilysu", - "Token expired. Please reload page." : "Tocyn wedi dod i ben. Ail-lwythwch y dudalen." + "Token expired. Please reload page." : "Tocyn wedi dod i ben. Ail-lwythwch y dudalen.", + "Full name" : "Enw llawn" },"pluralForm" :"nplurals=4; plural=(n==1) ? 0 : (n==2) ? 1 : (n != 8 && n != 11) ? 2 : 3;" } \ No newline at end of file