From cf8f4eb1356d45d88fc4625c90a5b511d4d86333 Mon Sep 17 00:00:00 2001 From: idubnori Date: Mon, 1 Dec 2025 21:31:17 +0900 Subject: [PATCH] feat(i18n): add labels to display who uploaded each asset and show asset owners --- i18n/en.json | 2 ++ i18n/ja.json | 3 +++ 2 files changed, 5 insertions(+) diff --git a/i18n/en.json b/i18n/en.json index 42965e06a8..3cb0062c4d 100644 --- a/i18n/en.json +++ b/i18n/en.json @@ -873,6 +873,7 @@ "display_order": "Display order", "display_original_photos": "Display original photos", "display_original_photos_setting_description": "Prefer to display the original photo when viewing an asset rather than thumbnails when the original asset is web-compatible. This may result in slower photo display speeds.", + "display_who_uploaded_each_asset": "Display who uploaded each asset", "do_not_show_again": "Do not show this message again", "documentation": "Documentation", "done": "Done", @@ -1962,6 +1963,7 @@ "show_album_options": "Show album options", "show_albums": "Show albums", "show_all_people": "Show all people", + "show_asset_owners": "Show asset owners", "show_and_hide_people": "Show & hide people", "show_file_location": "Show file location", "show_gallery": "Show gallery", diff --git a/i18n/ja.json b/i18n/ja.json index 1fb9fbbd21..be27f70148 100644 --- a/i18n/ja.json +++ b/i18n/ja.json @@ -856,6 +856,7 @@ "display_order": "表示順", "display_original_photos": "オリジナルの写真を表示", "display_original_photos_setting_description": "オリジナルのアセットが Web 互換である場合は、アセットを表示するときにサムネイルではなく元の写真を優先して表示します。これにより写真の表示速度が遅くなる可能性があります。", + "display_who_uploaded_each_asset": "各アセットをアップロードしたユーザーを表示", "do_not_show_again": "このメッセージを再び表示しない", "documentation": "ドキュメント", "done": "完了", @@ -1932,6 +1933,8 @@ "show_album_options": "アルバム設定を表示", "show_albums": "アルバムを表示", "show_all_people": "全ての人物を表示", + "show_asset_owners": "アセット所有者を表示", + "show_asset_owners": "アセット所有者を表示", "show_and_hide_people": "人物を表示/非表示", "show_file_location": "ファイルの場所を表示", "show_gallery": "ギャラリーを表示",