mirror of
https://github.com/immich-app/immich.git
synced 2026-03-07 02:27:23 +03:00
chore(web): translate alt text (#10922)
* chore(web): translate image alt text * fix: capitalize translations, improve unit test * fix: unit testing against the actual en.json file * fix: use derived store to generate alt text
This commit is contained in:
@@ -698,6 +698,10 @@
|
||||
"host": "Host",
|
||||
"hour": "Hour",
|
||||
"image": "Image",
|
||||
"image_alt_text_date": "on {date}",
|
||||
"image_alt_text_people": "{count, plural, =1 {with {person1}} =2 {with {person1} and {person2}} =3 {with {person1}, {person2}, and {person3}} other {with {person1}, {person2}, and {others, number} others}}",
|
||||
"image_alt_text_place": "in {city}, {country}",
|
||||
"image_taken": "{isVideo, select, true {Video taken} other {Image taken}}",
|
||||
"immich_logo": "Immich Logo",
|
||||
"immich_web_interface": "Immich Web Interface",
|
||||
"import_from_json": "Import from JSON",
|
||||
|
||||
Reference in New Issue
Block a user