Streamline 'tagged' header text

This commit is contained in:
Sam Becker 2025-07-10 21:27:48 -05:00
parent 94af65c045
commit 1610ebfc85
7 changed files with 7 additions and 1 deletions

View File

@ -20,6 +20,7 @@ export const TEXT: I18N = {
lensPlural: 'লেন্সগুলো',
tag: 'ট্যাগ',
tagPlural: 'ট্যাগসমূহ',
tagged: 'ট্যাগকৃত',
taggedPhotos: 'ট্যাগকৃত ছবি',
taggedPhrase: '{{tag}} ট্যাগ দেওয়া ছবি',
taggedFavs: 'পছন্দের ছবি',

View File

@ -18,6 +18,7 @@ export const TEXT = {
lensPlural: 'Lenses',
tag: 'Tag',
tagPlural: 'Tags',
tagged: 'Tagged',
taggedPhotos: 'Tagged Photos',
taggedPhrase: 'Photos tagged {{tag}}',
taggedFavs: 'Favorite Photos',

View File

@ -19,6 +19,7 @@ export const TEXT: I18N = {
lensPlural: 'Lensa',
tag: 'Tag',
tagPlural: 'Tag',
tagged: 'Ditandai',
taggedPhotos: 'Foto yang Ditandai',
taggedPhrase: 'Foto dengan tag {{tag}}',
taggedFavs: 'Foto Favorit',

View File

@ -19,6 +19,7 @@ export const TEXT: I18N = {
lensPlural: 'Lentes',
tag: 'Tag',
tagPlural: 'Tags',
tagged: 'Marcado',
taggedPhotos: 'Fotos marcadas',
taggedPhrase: 'Fotos marcadas com {{tag}}',
taggedFavs: 'Fotos favoritas',

View File

@ -19,6 +19,7 @@ export const TEXT: I18N = {
lensPlural: 'Objetivas',
tag: 'Etiqueta',
tagPlural: 'Etiquetas',
tagged: 'Etiquetado',
taggedPhotos: 'Fotografias etiquetadas',
taggedPhrase: 'Fotos etiquetadas com {{tag}}',
taggedFavs: 'Fotografias favoritas',

View File

@ -19,6 +19,7 @@ export const TEXT: I18N = {
lensPlural: '镜头',
tag: '标签',
tagPlural: '标签',
tagged: '已标记',
taggedPhotos: '已标记照片',
taggedPhrase: '标记为 {{tag}} 的照片',
taggedFavs: '收藏照片',

View File

@ -35,7 +35,7 @@ export default async function TagHeader({
contrast="high"
showHover={false}
/>}
entityVerb={appText.category.taggedPhotos}
entityVerb={appText.category.tagged}
entityDescription={descriptionForTaggedPhotos(
photos,
appText,