mirror of
https://github.com/immich-app/immich.git
synced 2025-12-05 20:40:29 -08:00
feat(i18n): add labels to display who uploaded each asset and show asset owners
This commit is contained in:
@@ -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",
|
||||
|
||||
@@ -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": "ギャラリーを表示",
|
||||
|
||||
Reference in New Issue
Block a user