diff --git a/apps/files/l10n/ja.js b/apps/files/l10n/ja.js index 559696318f3..b362072f6f5 100644 --- a/apps/files/l10n/ja.js +++ b/apps/files/l10n/ja.js @@ -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" : "お気に入りに登録されたファイルやフォルダーは、ここに表示されます。", diff --git a/apps/files/l10n/ja.json b/apps/files/l10n/ja.json index 37eb6d43788..14f9740bdf5 100644 --- a/apps/files/l10n/ja.json +++ b/apps/files/l10n/ja.json @@ -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" : "お気に入りに登録されたファイルやフォルダーは、ここに表示されます。", diff --git a/apps/files_sharing/l10n/ja.js b/apps/files_sharing/l10n/ja.js index 80f0764f1b2..16cdbae146b 100644 --- a/apps/files_sharing/l10n/ja.js +++ b/apps/files_sharing/l10n/ja.js @@ -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" : "共有は明日期限切れになります", diff --git a/apps/files_sharing/l10n/ja.json b/apps/files_sharing/l10n/ja.json index a293669e49f..93a8eedf535 100644 --- a/apps/files_sharing/l10n/ja.json +++ b/apps/files_sharing/l10n/ja.json @@ -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" : "共有は明日期限切れになります", diff --git a/apps/settings/l10n/ja.js b/apps/settings/l10n/ja.js index c547cc0e493..77b148b34d7 100644 --- a/apps/settings/l10n/ja.js +++ b/apps/settings/l10n/ja.js @@ -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." : "スケジューリングオブジェクトのテーブルサイズは許容範囲内です。", diff --git a/apps/settings/l10n/ja.json b/apps/settings/l10n/ja.json index a7a4e2c5480..a2f6f23d95f 100644 --- a/apps/settings/l10n/ja.json +++ b/apps/settings/l10n/ja.json @@ -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." : "スケジューリングオブジェクトのテーブルサイズは許容範囲内です。", diff --git a/core/l10n/de.js b/core/l10n/de.js index 84fc3a8e52a..cd76c392bb4 100644 --- a/core/l10n/de.js +++ b/core/l10n/de.js @@ -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", diff --git a/core/l10n/de.json b/core/l10n/de.json index 29f94ad04e2..4093c574f18 100644 --- a/core/l10n/de.json +++ b/core/l10n/de.json @@ -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", diff --git a/core/l10n/de_DE.js b/core/l10n/de_DE.js index 45f015beb79..c5e502ce3d9 100644 --- a/core/l10n/de_DE.js +++ b/core/l10n/de_DE.js @@ -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", diff --git a/core/l10n/de_DE.json b/core/l10n/de_DE.json index 9f508ae6b4e..95d82984c60 100644 --- a/core/l10n/de_DE.json +++ b/core/l10n/de_DE.json @@ -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", diff --git a/core/l10n/et_EE.js b/core/l10n/et_EE.js index d13a92a7521..710029c37bc 100644 --- a/core/l10n/et_EE.js +++ b/core/l10n/et_EE.js @@ -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", diff --git a/core/l10n/et_EE.json b/core/l10n/et_EE.json index 83067bbbc64..91cb08a914c 100644 --- a/core/l10n/et_EE.json +++ b/core/l10n/et_EE.json @@ -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", diff --git a/core/l10n/ja.js b/core/l10n/ja.js index 0b4f99c1551..4d9c7dc7989 100644 --- a/core/l10n/ja.js +++ b/core/l10n/ja.js @@ -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" : "スキップ", diff --git a/core/l10n/ja.json b/core/l10n/ja.json index ac3a862d2a6..5b4bd6826be 100644 --- a/core/l10n/ja.json +++ b/core/l10n/ja.json @@ -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" : "スキップ", diff --git a/core/l10n/pt_BR.js b/core/l10n/pt_BR.js index 8dc32390b71..a2352804dbf 100644 --- a/core/l10n/pt_BR.js +++ b/core/l10n/pt_BR.js @@ -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", diff --git a/core/l10n/pt_BR.json b/core/l10n/pt_BR.json index 63664602b6d..41b09bb46d3 100644 --- a/core/l10n/pt_BR.json +++ b/core/l10n/pt_BR.json @@ -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", diff --git a/core/l10n/uk.js b/core/l10n/uk.js index 7d312f79de3..781b2f2a077 100644 --- a/core/l10n/uk.js +++ b/core/l10n/uk.js @@ -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" : "Пропустити", diff --git a/core/l10n/uk.json b/core/l10n/uk.json index 2b79aa9b53b..a2175b9ca6e 100644 --- a/core/l10n/uk.json +++ b/core/l10n/uk.json @@ -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" : "Пропустити",