fix(l10n): Update translations from Transifex
Some checks are pending
CodeQL Advanced / Analyze (actions) (push) Waiting to run
CodeQL Advanced / Analyze (javascript-typescript) (push) Waiting to run
Integration sqlite / changes (push) Waiting to run
Integration sqlite / integration-sqlite (stable32, 8.1, stable32, --tags ~@large files_features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (stable32, 8.1, stable32, capabilities_features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (stable32, 8.1, stable32, collaboration_features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (stable32, 8.1, stable32, comments_features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (stable32, 8.1, stable32, dav_features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (stable32, 8.1, stable32, features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (stable32, 8.1, stable32, federation_features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (stable32, 8.1, stable32, file_conversions) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (stable32, 8.1, stable32, files_reminders) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (stable32, 8.1, stable32, filesdrop_features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (stable32, 8.1, stable32, ldap_features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (stable32, 8.1, stable32, openldap_features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (stable32, 8.1, stable32, openldap_numerical_features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (stable32, 8.1, stable32, remoteapi_features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (stable32, 8.1, stable32, routing_features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (stable32, 8.1, stable32, setup_features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (stable32, 8.1, stable32, sharees_features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (stable32, 8.1, stable32, sharing_features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (stable32, 8.1, stable32, theming_features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (stable32, 8.1, stable32, videoverification_features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite-summary (push) Blocked by required conditions

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
This commit is contained in:
Nextcloud bot 2026-07-11 00:23:36 +00:00
parent b49c9325a8
commit a9a87ec15d
No known key found for this signature in database
GPG key ID: 130DAB86D3FB356C
18 changed files with 100 additions and 0 deletions

View file

@ -58,6 +58,7 @@ OC.L10N.register(
"Favorite files" : "お気に入りファイル",
"No favorites" : "お気に入りなし",
"More favorites" : "その他のお気に入り",
"No read permission on file." : "ファイルの読み取り権限がありません。",
"Accept" : "承諾",
"Reject" : "拒否",
"Incoming ownership transfer from {user}" : "{user} からの所有権転送を受信",
@ -379,11 +380,16 @@ OC.L10N.register(
"_%n file_::_%n files_" : ["%n 個のファイル"],
"_%n folder_::_%n folders_" : ["%n 個のフォルダー"],
"_%n hidden_::_%n hidden_" : ["%n 非公開"],
"Folder name must not be empty." : "フォルダー名は空にしてはいけません。",
"Filename must not be empty." : "ファイル名は空白にできません。",
"\"{char}\" is not allowed inside a folder name." : "フォルダ名の中に\"{char}\"を含めることはできません。",
"\"{char}\" is not allowed inside a filename." : "\"{char}\"はファイル名には使用できません。",
"\"{segment}\" is a reserved name and not allowed for folder names." : "\"{segment}\"は予約済みの名前であるため、フォルダー名として使用することはできません。",
"\"{segment}\" is a reserved name and not allowed for filenames." : "\"{segment}\"は予約名であり、ファイル名には使用できません。",
"\"{extension}\" is not an allowed filetype." : "\"{extension}\" は許可されたファイルタイプではありません。",
"Folder names must not end with \"{extension}\"." : "フォルダ名は\"{extension}\"で終わってはいけません。",
"Filenames must not end with \"{extension}\"." : "ファイル名は \"{extension}\"で終了できません。",
"Invalid folder name." : "フォルダ名が不正です。",
"List of favorite files and folders." : "お気に入りのファイルやフォルダーの一覧",
"No favorites yet" : "まだお気に入りはありません",
"Files and folders you mark as favorite will show up here" : "お気に入りに登録されたファイルやフォルダーは、ここに表示されます。",

View file

@ -56,6 +56,7 @@
"Favorite files" : "お気に入りファイル",
"No favorites" : "お気に入りなし",
"More favorites" : "その他のお気に入り",
"No read permission on file." : "ファイルの読み取り権限がありません。",
"Accept" : "承諾",
"Reject" : "拒否",
"Incoming ownership transfer from {user}" : "{user} からの所有権転送を受信",
@ -377,11 +378,16 @@
"_%n file_::_%n files_" : ["%n 個のファイル"],
"_%n folder_::_%n folders_" : ["%n 個のフォルダー"],
"_%n hidden_::_%n hidden_" : ["%n 非公開"],
"Folder name must not be empty." : "フォルダー名は空にしてはいけません。",
"Filename must not be empty." : "ファイル名は空白にできません。",
"\"{char}\" is not allowed inside a folder name." : "フォルダ名の中に\"{char}\"を含めることはできません。",
"\"{char}\" is not allowed inside a filename." : "\"{char}\"はファイル名には使用できません。",
"\"{segment}\" is a reserved name and not allowed for folder names." : "\"{segment}\"は予約済みの名前であるため、フォルダー名として使用することはできません。",
"\"{segment}\" is a reserved name and not allowed for filenames." : "\"{segment}\"は予約名であり、ファイル名には使用できません。",
"\"{extension}\" is not an allowed filetype." : "\"{extension}\" は許可されたファイルタイプではありません。",
"Folder names must not end with \"{extension}\"." : "フォルダ名は\"{extension}\"で終わってはいけません。",
"Filenames must not end with \"{extension}\"." : "ファイル名は \"{extension}\"で終了できません。",
"Invalid folder name." : "フォルダ名が不正です。",
"List of favorite files and folders." : "お気に入りのファイルやフォルダーの一覧",
"No favorites yet" : "まだお気に入りはありません",
"Files and folders you mark as favorite will show up here" : "お気に入りに登録されたファイルやフォルダーは、ここに表示されます。",

View file

@ -100,6 +100,13 @@ OC.L10N.register(
"Download" : "ダウンロード",
"Add to your %s" : "%sに追加",
"Direct link" : "リンク",
"You are not allowed to share \"%s\"." : "\"%s\"を共有することはできません。",
"You cannot share your home folder." : "ホームフォルダーを共有することはできません。",
"File cannot be shared with delete permission." : "削除権限を設定したファイルは共有できません。",
"File cannot be shared with create permission." : "このファイルは作成権限で共有できません。",
"File share needs at least read permission." : "ファイル共有には、少なくとも読み取り権限が必要です。",
"Public upload is not allowed." : "公開アップロードは許可されていません。",
"You cannot share \"%s\" with more permission than you have yourself." : "\"%s\"を、自分自身が持っている権限以上の権限で共有することはできません。",
"Share API is disabled" : "共有APIが無効です。",
"File sharing" : "ファイル共有",
"Share will expire tomorrow" : "共有は明日期限切れになります",

View file

@ -98,6 +98,13 @@
"Download" : "ダウンロード",
"Add to your %s" : "%sに追加",
"Direct link" : "リンク",
"You are not allowed to share \"%s\"." : "\"%s\"を共有することはできません。",
"You cannot share your home folder." : "ホームフォルダーを共有することはできません。",
"File cannot be shared with delete permission." : "削除権限を設定したファイルは共有できません。",
"File cannot be shared with create permission." : "このファイルは作成権限で共有できません。",
"File share needs at least read permission." : "ファイル共有には、少なくとも読み取り権限が必要です。",
"Public upload is not allowed." : "公開アップロードは許可されていません。",
"You cannot share \"%s\" with more permission than you have yourself." : "\"%s\"を、自分自身が持っている権限以上の権限で共有することはできません。",
"Share API is disabled" : "共有APIが無効です。",
"File sharing" : "ファイル共有",
"Share will expire tomorrow" : "共有は明日期限切れになります",

View file

@ -286,6 +286,8 @@ OC.L10N.register(
"Configuration file access rights" : "設定ファイルのアクセス権",
"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." : "\"config\"は読み取り専用になってます。そのためにWEBインターフェースで設定できません可能性があります。さらに、更新時に\"config\"ファイルを書き込み権限を与えることが必要",
"Nextcloud configuration file is writable" : "Nextcloud の設定ファイルは書き込み可能",
"Sanitize and merge duplicate system tags available" : "利用可能なシステムタグの重複を削除・統合する",
"One or more system tags need to be sanitized or merged. This can take a long time on larger instances so this is not done automatically during upgrades. Use the command `occ maintenance:repair --include-expensive` to perform the migrations." : "1つ以上のシステムタグをサニタイズまたはマージする必要があります。大規模なインスタンスではこの処理に時間がかかるため、アップグレード中は自動的に実行されません。移行を実行するには、コマンド `occ maintenance:repair --include-expensive` を使用してください。",
"Scheduling objects table size" : "スケジューリングオブジェクトのテーブルサイズ",
"You have more than %s rows in the scheduling objects table. Please run the expensive repair jobs via occ maintenance:repair --include-expensive." : "スケジューリング・オブジェクト・テーブルに%s行以上あります。occ maintenance:repair --include-expensiveで大規模な修復ジョブを実行してください。",
"Scheduling objects table size is within acceptable range." : "スケジューリングオブジェクトのテーブルサイズは許容範囲内です。",

View file

@ -284,6 +284,8 @@
"Configuration file access rights" : "設定ファイルのアクセス権",
"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." : "\"config\"は読み取り専用になってます。そのためにWEBインターフェースで設定できません可能性があります。さらに、更新時に\"config\"ファイルを書き込み権限を与えることが必要",
"Nextcloud configuration file is writable" : "Nextcloud の設定ファイルは書き込み可能",
"Sanitize and merge duplicate system tags available" : "利用可能なシステムタグの重複を削除・統合する",
"One or more system tags need to be sanitized or merged. This can take a long time on larger instances so this is not done automatically during upgrades. Use the command `occ maintenance:repair --include-expensive` to perform the migrations." : "1つ以上のシステムタグをサニタイズまたはマージする必要があります。大規模なインスタンスではこの処理に時間がかかるため、アップグレード中は自動的に実行されません。移行を実行するには、コマンド `occ maintenance:repair --include-expensive` を使用してください。",
"Scheduling objects table size" : "スケジューリングオブジェクトのテーブルサイズ",
"You have more than %s rows in the scheduling objects table. Please run the expensive repair jobs via occ maintenance:repair --include-expensive." : "スケジューリング・オブジェクト・テーブルに%s行以上あります。occ maintenance:repair --include-expensiveで大規模な修復ジョブを実行してください。",
"Scheduling objects table size is within acceptable range." : "スケジューリングオブジェクトのテーブルサイズは許容範囲内です。",

View file

@ -239,6 +239,7 @@ OC.L10N.register(
"Pick start date" : "Startdatum wählen",
"Pick end date" : "Enddatum wählen",
"Search in date range" : "Im Datumsbereich suchen",
"Apps, files, messages, and more" : "Apps, Dateien, Nachrichten und mehr",
"Clear search" : "Suche löschen",
"Search in current app" : "In aktueller App suchen ",
"Search everywhere" : "Überall suchen",
@ -252,6 +253,7 @@ OC.L10N.register(
"This year" : "Dieses Jahr",
"Last year" : "Letztes Jahr",
"Between {startDate} and {endDate}" : "Von {startDate} bis {endDate}",
"Close search" : "Suche schließen",
"Places" : "Orte",
"Date" : "Datum",
"Search people" : "Personen suchen",

View file

@ -237,6 +237,7 @@
"Pick start date" : "Startdatum wählen",
"Pick end date" : "Enddatum wählen",
"Search in date range" : "Im Datumsbereich suchen",
"Apps, files, messages, and more" : "Apps, Dateien, Nachrichten und mehr",
"Clear search" : "Suche löschen",
"Search in current app" : "In aktueller App suchen ",
"Search everywhere" : "Überall suchen",
@ -250,6 +251,7 @@
"This year" : "Dieses Jahr",
"Last year" : "Letztes Jahr",
"Between {startDate} and {endDate}" : "Von {startDate} bis {endDate}",
"Close search" : "Suche schließen",
"Places" : "Orte",
"Date" : "Datum",
"Search people" : "Personen suchen",

View file

@ -239,6 +239,7 @@ OC.L10N.register(
"Pick start date" : "Startdatum wählen",
"Pick end date" : "Enddatum wählen",
"Search in date range" : "Im Datumsbereich suchen",
"Apps, files, messages, and more" : "Apps, Dateien, Nachrichten und mehr",
"Clear search" : "Suche löschen",
"Search in current app" : "In aktueller App suchen ",
"Search everywhere" : "Überall suchen",
@ -252,6 +253,7 @@ OC.L10N.register(
"This year" : "Dieses Jahr",
"Last year" : "Letztes Jahr",
"Between {startDate} and {endDate}" : "Von {startDate} bis {endDate}",
"Close search" : "Suche schließen",
"Places" : "Orte",
"Date" : "Datum",
"Search people" : "Personen suchen",

View file

@ -237,6 +237,7 @@
"Pick start date" : "Startdatum wählen",
"Pick end date" : "Enddatum wählen",
"Search in date range" : "Im Datumsbereich suchen",
"Apps, files, messages, and more" : "Apps, Dateien, Nachrichten und mehr",
"Clear search" : "Suche löschen",
"Search in current app" : "In aktueller App suchen ",
"Search everywhere" : "Überall suchen",
@ -250,6 +251,7 @@
"This year" : "Dieses Jahr",
"Last year" : "Letztes Jahr",
"Between {startDate} and {endDate}" : "Von {startDate} bis {endDate}",
"Close search" : "Suche schließen",
"Places" : "Orte",
"Date" : "Datum",
"Search people" : "Personen suchen",

View file

@ -239,6 +239,7 @@ OC.L10N.register(
"Pick start date" : "Vali algkuupäev",
"Pick end date" : "Vali lõppkuupäev",
"Search in date range" : "Otsi kuupäevavahemikust",
"Apps, files, messages, and more" : "Rakendused, failid, sõnumid ja palju muud",
"Clear search" : "Tühjenda otsing",
"Search in current app" : "Otsi sellest rakendusest",
"Search everywhere" : "Otsi kõikjalt",
@ -252,6 +253,7 @@ OC.L10N.register(
"This year" : "Sel aastal",
"Last year" : "Eelmisel aastal",
"Between {startDate} and {endDate}" : "Ajavahemikus {startDate} kuni {endDate}",
"Close search" : "Sulge otsing",
"Places" : "Kohad",
"Date" : "Kuupäev",
"Search people" : "Otsi inimesi",

View file

@ -237,6 +237,7 @@
"Pick start date" : "Vali algkuupäev",
"Pick end date" : "Vali lõppkuupäev",
"Search in date range" : "Otsi kuupäevavahemikust",
"Apps, files, messages, and more" : "Rakendused, failid, sõnumid ja palju muud",
"Clear search" : "Tühjenda otsing",
"Search in current app" : "Otsi sellest rakendusest",
"Search everywhere" : "Otsi kõikjalt",
@ -250,6 +251,7 @@
"This year" : "Sel aastal",
"Last year" : "Eelmisel aastal",
"Between {startDate} and {endDate}" : "Ajavahemikus {startDate} kuni {endDate}",
"Close search" : "Sulge otsing",
"Places" : "Kohad",
"Date" : "Kuupäev",
"Search people" : "Otsi inimesi",

View file

@ -76,6 +76,14 @@ OC.L10N.register(
"Repair info:" : "修復情報:",
"Repair warning:" : "修復警告:",
"Repair error:" : "修復エラー:",
"Sharing is not allowed." : "共有は許可されていません。",
"Sharing is not allowed for you." : "あなたには共有が許可されていません。",
"Sharing is only allowed with group members." : "共有はグループメンバー間でのみ可能です。",
"Sharing is only allowed within your own groups." : "共有は、自分のグループ内でのみ許可されています。",
"Group sharing is not allowed." : "グループでの共有は許可されていません。",
"Public link sharing is not allowed." : "公開リンクの共有は許可されていません。",
"Sharing to remote users is not allowed." : "リモートユーザーへの共有は許可されていません。",
"Sharing to remote groups is not allowed." : "遠隔地のグループへの共有は許可されていません。",
"Nextcloud Server" : "Nextcloud サーバー",
"Some of your link shares have been removed" : "リンク共有の一部が削除されました",
"Due to a security bug we had to remove some of your link shares. Please see the link for more information." : "セキュリティ上の不具合により、あなたのリンク共有をいくつか削除する必要がありました。 詳しくはリンクをご覧ください。",
@ -231,6 +239,7 @@ OC.L10N.register(
"Pick start date" : "開始日を指定",
"Pick end date" : "終了日を指定",
"Search in date range" : "日付の範囲で検索",
"Apps, files, messages, and more" : "アプリ、ファイル、メッセージなど",
"Clear search" : "検索をクリア",
"Search in current app" : "現在のアプリケーションで検索",
"Search everywhere" : "あらゆる場所を検索",
@ -244,6 +253,7 @@ OC.L10N.register(
"This year" : "今年",
"Last year" : "去年",
"Between {startDate} and {endDate}" : "{startDate}から{endDate}まで",
"Close search" : "検索を閉じる",
"Places" : "場所",
"Date" : "日付",
"Search people" : "人物を検索",
@ -292,10 +302,12 @@ OC.L10N.register(
"Chatting, video calls, screen sharing, online meetings and web conferencing in your browser and with mobile apps." : "チャット、ビデオ通話、画面共有、オンラインミーティング、ウェブ会議 - ブラウザーとモバイルアプリで。",
"Collaborative documents, spreadsheets and presentations, built on Collabora Online." : "Collabora Online上に構築された、共同作業ドキュメント、スプレッドシート、およびプレゼンテーション",
"Distraction free note taking app." : "集中モードメモアプリ",
"Password confirmation was aborted" : "パスワードの確認が中止されました",
"App download or installation failed" : "アプリのダウンロードまたはインストールに失敗しました",
"Recommended apps" : "推奨アプリ",
"Loading apps …" : "アプリを読み込み中…",
"Could not fetch list of apps from the App Store." : "App Storeからアプリのリストを取得できませんでした。",
"App already installed" : "アプリはすでにインストールされています",
"Cannot install this app because it is not compatible" : "アプリの互換性がないため、インストールできません",
"Cannot install this app" : "このアプリはインストールできません",
"Skip" : "スキップ",

View file

@ -74,6 +74,14 @@
"Repair info:" : "修復情報:",
"Repair warning:" : "修復警告:",
"Repair error:" : "修復エラー:",
"Sharing is not allowed." : "共有は許可されていません。",
"Sharing is not allowed for you." : "あなたには共有が許可されていません。",
"Sharing is only allowed with group members." : "共有はグループメンバー間でのみ可能です。",
"Sharing is only allowed within your own groups." : "共有は、自分のグループ内でのみ許可されています。",
"Group sharing is not allowed." : "グループでの共有は許可されていません。",
"Public link sharing is not allowed." : "公開リンクの共有は許可されていません。",
"Sharing to remote users is not allowed." : "リモートユーザーへの共有は許可されていません。",
"Sharing to remote groups is not allowed." : "遠隔地のグループへの共有は許可されていません。",
"Nextcloud Server" : "Nextcloud サーバー",
"Some of your link shares have been removed" : "リンク共有の一部が削除されました",
"Due to a security bug we had to remove some of your link shares. Please see the link for more information." : "セキュリティ上の不具合により、あなたのリンク共有をいくつか削除する必要がありました。 詳しくはリンクをご覧ください。",
@ -229,6 +237,7 @@
"Pick start date" : "開始日を指定",
"Pick end date" : "終了日を指定",
"Search in date range" : "日付の範囲で検索",
"Apps, files, messages, and more" : "アプリ、ファイル、メッセージなど",
"Clear search" : "検索をクリア",
"Search in current app" : "現在のアプリケーションで検索",
"Search everywhere" : "あらゆる場所を検索",
@ -242,6 +251,7 @@
"This year" : "今年",
"Last year" : "去年",
"Between {startDate} and {endDate}" : "{startDate}から{endDate}まで",
"Close search" : "検索を閉じる",
"Places" : "場所",
"Date" : "日付",
"Search people" : "人物を検索",
@ -290,10 +300,12 @@
"Chatting, video calls, screen sharing, online meetings and web conferencing in your browser and with mobile apps." : "チャット、ビデオ通話、画面共有、オンラインミーティング、ウェブ会議 - ブラウザーとモバイルアプリで。",
"Collaborative documents, spreadsheets and presentations, built on Collabora Online." : "Collabora Online上に構築された、共同作業ドキュメント、スプレッドシート、およびプレゼンテーション",
"Distraction free note taking app." : "集中モードメモアプリ",
"Password confirmation was aborted" : "パスワードの確認が中止されました",
"App download or installation failed" : "アプリのダウンロードまたはインストールに失敗しました",
"Recommended apps" : "推奨アプリ",
"Loading apps …" : "アプリを読み込み中…",
"Could not fetch list of apps from the App Store." : "App Storeからアプリのリストを取得できませんでした。",
"App already installed" : "アプリはすでにインストールされています",
"Cannot install this app because it is not compatible" : "アプリの互換性がないため、インストールできません",
"Cannot install this app" : "このアプリはインストールできません",
"Skip" : "スキップ",

View file

@ -239,6 +239,7 @@ OC.L10N.register(
"Pick start date" : "Escolha uma data de início",
"Pick end date" : "Escolha uma data de fim",
"Search in date range" : "Pesquisar neste intervalo",
"Apps, files, messages, and more" : "Aplicativos, arquivos, mensagens e muito mais",
"Clear search" : "Limpar pesquisa",
"Search in current app" : "Pesquisar no aplicativo atual",
"Search everywhere" : "Pesquisar em qualquer lugar",
@ -252,6 +253,7 @@ OC.L10N.register(
"This year" : "Este ano",
"Last year" : "Último ano",
"Between {startDate} and {endDate}" : "Entre {startDate} e {endDate}",
"Close search" : "Fechar pesquisa",
"Places" : "Lugares",
"Date" : "Data",
"Search people" : "Pesquise pessoas",

View file

@ -237,6 +237,7 @@
"Pick start date" : "Escolha uma data de início",
"Pick end date" : "Escolha uma data de fim",
"Search in date range" : "Pesquisar neste intervalo",
"Apps, files, messages, and more" : "Aplicativos, arquivos, mensagens e muito mais",
"Clear search" : "Limpar pesquisa",
"Search in current app" : "Pesquisar no aplicativo atual",
"Search everywhere" : "Pesquisar em qualquer lugar",
@ -250,6 +251,7 @@
"This year" : "Este ano",
"Last year" : "Último ano",
"Between {startDate} and {endDate}" : "Entre {startDate} e {endDate}",
"Close search" : "Fechar pesquisa",
"Places" : "Lugares",
"Date" : "Data",
"Search people" : "Pesquise pessoas",

View file

@ -76,6 +76,14 @@ OC.L10N.register(
"Repair info:" : "Інформація про відновлення:",
"Repair warning:" : "Застереження щодо відновлення:",
"Repair error:" : "Помилка під час відновлення:",
"Sharing is not allowed." : "Надання у спільний доступ не дозволено",
"Sharing is not allowed for you." : "Надання у доступ спільний не дозволено для вас.",
"Sharing is only allowed with group members." : "Надання у спільний доступ дозволено для учасників групи. ",
"Sharing is only allowed within your own groups." : "Надання у спільний доступ дозволено лише вашим групам.",
"Group sharing is not allowed." : "Надання у спільний доступ для груп не дозволено.",
"Public link sharing is not allowed." : "Надання у публічний доступ не дозволено.",
"Sharing to remote users is not allowed." : "Надання у спільний доступ віддаленим користувачам не дозволено.",
"Sharing to remote groups is not allowed." : "Надання у спільний доступ віддаленим групам не дозволено.",
"Nextcloud Server" : "Сервер Nextcloud",
"Some of your link shares have been removed" : "Окремі ваші спільні посилання було вилучено",
"Due to a security bug we had to remove some of your link shares. Please see the link for more information." : "Через ваду з безпекою ми вимушені були вилучити деякі ваші спільні посилання. Будь ласка, перегляньте цю докладну інформацію.",
@ -201,6 +209,7 @@ OC.L10N.register(
"Matroska video" : "Відео Matroska",
"Windows Media video" : "Відео Windows Media",
"AVI video" : "Відео AVI",
"Show QR code for mobile app login" : "Показувати QR-код для входу через мобільний застосунок",
"Done" : "Готово",
"Scan QR code to log in" : "Відскануйте код QR для входу",
"Use {productName} mobile client you want to connect to scan the code" : "Скористайтеся мобільним застосунком {productName}, до якого ви бажаєте під'єднатися, щоби відсканувати код",
@ -229,11 +238,13 @@ OC.L10N.register(
"Pick start date" : "Виберіть початкову дату",
"Pick end date" : "Виберіть кінцеву дату",
"Search in date range" : "Шукати в часовому проміжку",
"Apps, files, messages, and more" : "Застосунки, файли, повідомлення тощо",
"Clear search" : "Очистити пошук",
"Search in current app" : "Шукати в поточному застосунку",
"Search everywhere" : "Шукати всюди",
"Searching …" : "Шукаю...",
"Start typing to search" : "Що шукаємо?",
"_Minimum search length is %n character_::_Minimum search length is %n characters_" : ["Мінімальна довжина пошуку: %n символ","Мінімальна довжина пошуку: %n символи","Мінімальна довжина пошуку: %n символів","Мінімальна довжина пошуку: %n символів"],
"No matching results" : "Відсутні збіги",
"Today" : "Сьогодні",
"Last 7 days" : "За останні 7 днів",
@ -241,6 +252,7 @@ OC.L10N.register(
"This year" : "Цього року",
"Last year" : "Минулого року",
"Between {startDate} and {endDate}" : "Між {startDate} та {endDate}",
"Close search" : "Закрити пошук",
"Places" : "Місця",
"Date" : "Дата",
"Search people" : "Пошук контактів",
@ -256,6 +268,7 @@ OC.L10N.register(
"Log in to {productName}" : "Увійдіть до {productName}",
"Wrong login or password." : "Неправильне ім'я облікового запису або пароль.",
"This account is disabled" : "Цей обліковий запис вимкнено.",
"Too many failed login attempts from your location. Try again in 30 seconds." : "Забагато невдалих спроб авторизації з вашого місця розташування. Спробуйте ще раз через 30 секунд.",
"Account name or email" : "Ім'я користувача або електронна пошта",
"Account name" : "Назва облікового запису",
"Server side authentication failed!" : "Невдала автентифікація на стороні сервера!",
@ -288,10 +301,12 @@ OC.L10N.register(
"Chatting, video calls, screen sharing, online meetings and web conferencing in your browser and with mobile apps." : "Обмін повідомленнями в чаті, відеовиклики, надання доступу до екрану, онлайнові зустрічі та вебконференції - все у вашому бравзері та мобільних застосунках.",
"Collaborative documents, spreadsheets and presentations, built on Collabora Online." : "Спільні документи, електронні таблиці та презентації, створені на Collabora Online.",
"Distraction free note taking app." : "Застосунок для ведення нотаток без зайвих відволікань.",
"Password confirmation was aborted" : "Підтвердження пароля відхилено",
"App download or installation failed" : "Помилка із звантаженням або встановленням застосунку",
"Recommended apps" : "Рекомендовані застосунки",
"Loading apps …" : "Завантаження програм ...",
"Could not fetch list of apps from the App Store." : "Не вдалося отримати список застосунків із App Store.",
"App already installed" : "Застосунок вже встановлено",
"Cannot install this app because it is not compatible" : "Неможливо встановити цей застосунок, оскільки він не є сумісним",
"Cannot install this app" : "Не вдається встановити цей застосунок",
"Skip" : "Пропустити",

View file

@ -74,6 +74,14 @@
"Repair info:" : "Інформація про відновлення:",
"Repair warning:" : "Застереження щодо відновлення:",
"Repair error:" : "Помилка під час відновлення:",
"Sharing is not allowed." : "Надання у спільний доступ не дозволено",
"Sharing is not allowed for you." : "Надання у доступ спільний не дозволено для вас.",
"Sharing is only allowed with group members." : "Надання у спільний доступ дозволено для учасників групи. ",
"Sharing is only allowed within your own groups." : "Надання у спільний доступ дозволено лише вашим групам.",
"Group sharing is not allowed." : "Надання у спільний доступ для груп не дозволено.",
"Public link sharing is not allowed." : "Надання у публічний доступ не дозволено.",
"Sharing to remote users is not allowed." : "Надання у спільний доступ віддаленим користувачам не дозволено.",
"Sharing to remote groups is not allowed." : "Надання у спільний доступ віддаленим групам не дозволено.",
"Nextcloud Server" : "Сервер Nextcloud",
"Some of your link shares have been removed" : "Окремі ваші спільні посилання було вилучено",
"Due to a security bug we had to remove some of your link shares. Please see the link for more information." : "Через ваду з безпекою ми вимушені були вилучити деякі ваші спільні посилання. Будь ласка, перегляньте цю докладну інформацію.",
@ -199,6 +207,7 @@
"Matroska video" : "Відео Matroska",
"Windows Media video" : "Відео Windows Media",
"AVI video" : "Відео AVI",
"Show QR code for mobile app login" : "Показувати QR-код для входу через мобільний застосунок",
"Done" : "Готово",
"Scan QR code to log in" : "Відскануйте код QR для входу",
"Use {productName} mobile client you want to connect to scan the code" : "Скористайтеся мобільним застосунком {productName}, до якого ви бажаєте під'єднатися, щоби відсканувати код",
@ -227,11 +236,13 @@
"Pick start date" : "Виберіть початкову дату",
"Pick end date" : "Виберіть кінцеву дату",
"Search in date range" : "Шукати в часовому проміжку",
"Apps, files, messages, and more" : "Застосунки, файли, повідомлення тощо",
"Clear search" : "Очистити пошук",
"Search in current app" : "Шукати в поточному застосунку",
"Search everywhere" : "Шукати всюди",
"Searching …" : "Шукаю...",
"Start typing to search" : "Що шукаємо?",
"_Minimum search length is %n character_::_Minimum search length is %n characters_" : ["Мінімальна довжина пошуку: %n символ","Мінімальна довжина пошуку: %n символи","Мінімальна довжина пошуку: %n символів","Мінімальна довжина пошуку: %n символів"],
"No matching results" : "Відсутні збіги",
"Today" : "Сьогодні",
"Last 7 days" : "За останні 7 днів",
@ -239,6 +250,7 @@
"This year" : "Цього року",
"Last year" : "Минулого року",
"Between {startDate} and {endDate}" : "Між {startDate} та {endDate}",
"Close search" : "Закрити пошук",
"Places" : "Місця",
"Date" : "Дата",
"Search people" : "Пошук контактів",
@ -254,6 +266,7 @@
"Log in to {productName}" : "Увійдіть до {productName}",
"Wrong login or password." : "Неправильне ім'я облікового запису або пароль.",
"This account is disabled" : "Цей обліковий запис вимкнено.",
"Too many failed login attempts from your location. Try again in 30 seconds." : "Забагато невдалих спроб авторизації з вашого місця розташування. Спробуйте ще раз через 30 секунд.",
"Account name or email" : "Ім'я користувача або електронна пошта",
"Account name" : "Назва облікового запису",
"Server side authentication failed!" : "Невдала автентифікація на стороні сервера!",
@ -286,10 +299,12 @@
"Chatting, video calls, screen sharing, online meetings and web conferencing in your browser and with mobile apps." : "Обмін повідомленнями в чаті, відеовиклики, надання доступу до екрану, онлайнові зустрічі та вебконференції - все у вашому бравзері та мобільних застосунках.",
"Collaborative documents, spreadsheets and presentations, built on Collabora Online." : "Спільні документи, електронні таблиці та презентації, створені на Collabora Online.",
"Distraction free note taking app." : "Застосунок для ведення нотаток без зайвих відволікань.",
"Password confirmation was aborted" : "Підтвердження пароля відхилено",
"App download or installation failed" : "Помилка із звантаженням або встановленням застосунку",
"Recommended apps" : "Рекомендовані застосунки",
"Loading apps …" : "Завантаження програм ...",
"Could not fetch list of apps from the App Store." : "Не вдалося отримати список застосунків із App Store.",
"App already installed" : "Застосунок вже встановлено",
"Cannot install this app because it is not compatible" : "Неможливо встановити цей застосунок, оскільки він не є сумісним",
"Cannot install this app" : "Не вдається встановити цей застосунок",
"Skip" : "Пропустити",