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: 'লেন্সগুলো', lensPlural: 'লেন্সগুলো',
tag: 'ট্যাগ', tag: 'ট্যাগ',
tagPlural: 'ট্যাগসমূহ', tagPlural: 'ট্যাগসমূহ',
tagged: 'ট্যাগকৃত',
taggedPhotos: 'ট্যাগকৃত ছবি', taggedPhotos: 'ট্যাগকৃত ছবি',
taggedPhrase: '{{tag}} ট্যাগ দেওয়া ছবি', taggedPhrase: '{{tag}} ট্যাগ দেওয়া ছবি',
taggedFavs: 'পছন্দের ছবি', taggedFavs: 'পছন্দের ছবি',

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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