refactor(web): i18n-ize "view asset owners" (#24317)

pull/24319/head^2
idubnori 2025-12-02 00:01:57 +09:00 committed by GitHub
parent fa43fae2a5
commit 65e4fdf98d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 1 deletions

View File

@ -2192,6 +2192,7 @@
"view_album": "View Album", "view_album": "View Album",
"view_all": "View All", "view_all": "View All",
"view_all_users": "View all users", "view_all_users": "View all users",
"view_asset_owners": "View asset owners",
"view_details": "View Details", "view_details": "View Details",
"view_in_timeline": "View in timeline", "view_in_timeline": "View in timeline",
"view_link": "View link", "view_link": "View link",

View File

@ -610,7 +610,7 @@
variant="ghost" variant="ghost"
shape="round" shape="round"
color="secondary" color="secondary"
aria-label="view asset owners" aria-label={$t('view_asset_owners')}
icon={mdiAccountEyeOutline} icon={mdiAccountEyeOutline}
onclick={() => (showAlbumUsers = !showAlbumUsers)} onclick={() => (showAlbumUsers = !showAlbumUsers)}
/> />