Skip to content

Commit 0c71e6a

Browse files
committed
fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
1 parent 17e1f03 commit 0c71e6a

18 files changed

Lines changed: 100 additions & 0 deletions

File tree

apps/files/l10n/ja.js

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

apps/files/l10n/ja.json

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

apps/files_sharing/l10n/ja.js

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

apps/files_sharing/l10n/ja.json

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

apps/settings/l10n/ja.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -286,6 +286,8 @@ OC.L10N.register(
286286
"Configuration file access rights" : "設定ファイルのアクセス権",
287287
"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\"ファイルを書き込み権限を与えることが必要",
288288
"Nextcloud configuration file is writable" : "Nextcloud の設定ファイルは書き込み可能",
289+
"Sanitize and merge duplicate system tags available" : "利用可能なシステムタグの重複を削除・統合する",
290+
"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` を使用してください。",
289291
"Scheduling objects table size" : "スケジューリングオブジェクトのテーブルサイズ",
290292
"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で大規模な修復ジョブを実行してください。",
291293
"Scheduling objects table size is within acceptable range." : "スケジューリングオブジェクトのテーブルサイズは許容範囲内です。",

apps/settings/l10n/ja.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -284,6 +284,8 @@
284284
"Configuration file access rights" : "設定ファイルのアクセス権",
285285
"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\"ファイルを書き込み権限を与えることが必要",
286286
"Nextcloud configuration file is writable" : "Nextcloud の設定ファイルは書き込み可能",
287+
"Sanitize and merge duplicate system tags available" : "利用可能なシステムタグの重複を削除・統合する",
288+
"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` を使用してください。",
287289
"Scheduling objects table size" : "スケジューリングオブジェクトのテーブルサイズ",
288290
"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で大規模な修復ジョブを実行してください。",
289291
"Scheduling objects table size is within acceptable range." : "スケジューリングオブジェクトのテーブルサイズは許容範囲内です。",

core/l10n/de.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -239,6 +239,7 @@ OC.L10N.register(
239239
"Pick start date" : "Startdatum wählen",
240240
"Pick end date" : "Enddatum wählen",
241241
"Search in date range" : "Im Datumsbereich suchen",
242+
"Apps, files, messages, and more" : "Apps, Dateien, Nachrichten und mehr",
242243
"Clear search" : "Suche löschen",
243244
"Search in current app" : "In aktueller App suchen ",
244245
"Search everywhere" : "Überall suchen",
@@ -252,6 +253,7 @@ OC.L10N.register(
252253
"This year" : "Dieses Jahr",
253254
"Last year" : "Letztes Jahr",
254255
"Between {startDate} and {endDate}" : "Von {startDate} bis {endDate}",
256+
"Close search" : "Suche schließen",
255257
"Places" : "Orte",
256258
"Date" : "Datum",
257259
"Search people" : "Personen suchen",

core/l10n/de.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -237,6 +237,7 @@
237237
"Pick start date" : "Startdatum wählen",
238238
"Pick end date" : "Enddatum wählen",
239239
"Search in date range" : "Im Datumsbereich suchen",
240+
"Apps, files, messages, and more" : "Apps, Dateien, Nachrichten und mehr",
240241
"Clear search" : "Suche löschen",
241242
"Search in current app" : "In aktueller App suchen ",
242243
"Search everywhere" : "Überall suchen",
@@ -250,6 +251,7 @@
250251
"This year" : "Dieses Jahr",
251252
"Last year" : "Letztes Jahr",
252253
"Between {startDate} and {endDate}" : "Von {startDate} bis {endDate}",
254+
"Close search" : "Suche schließen",
253255
"Places" : "Orte",
254256
"Date" : "Datum",
255257
"Search people" : "Personen suchen",

core/l10n/de_DE.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -239,6 +239,7 @@ OC.L10N.register(
239239
"Pick start date" : "Startdatum wählen",
240240
"Pick end date" : "Enddatum wählen",
241241
"Search in date range" : "Im Datumsbereich suchen",
242+
"Apps, files, messages, and more" : "Apps, Dateien, Nachrichten und mehr",
242243
"Clear search" : "Suche löschen",
243244
"Search in current app" : "In aktueller App suchen ",
244245
"Search everywhere" : "Überall suchen",
@@ -252,6 +253,7 @@ OC.L10N.register(
252253
"This year" : "Dieses Jahr",
253254
"Last year" : "Letztes Jahr",
254255
"Between {startDate} and {endDate}" : "Von {startDate} bis {endDate}",
256+
"Close search" : "Suche schließen",
255257
"Places" : "Orte",
256258
"Date" : "Datum",
257259
"Search people" : "Personen suchen",

core/l10n/de_DE.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -237,6 +237,7 @@
237237
"Pick start date" : "Startdatum wählen",
238238
"Pick end date" : "Enddatum wählen",
239239
"Search in date range" : "Im Datumsbereich suchen",
240+
"Apps, files, messages, and more" : "Apps, Dateien, Nachrichten und mehr",
240241
"Clear search" : "Suche löschen",
241242
"Search in current app" : "In aktueller App suchen ",
242243
"Search everywhere" : "Überall suchen",
@@ -250,6 +251,7 @@
250251
"This year" : "Dieses Jahr",
251252
"Last year" : "Letztes Jahr",
252253
"Between {startDate} and {endDate}" : "Von {startDate} bis {endDate}",
254+
"Close search" : "Suche schließen",
253255
"Places" : "Orte",
254256
"Date" : "Datum",
255257
"Search people" : "Personen suchen",

0 commit comments

Comments
 (0)