add english translations

This commit is contained in:
Krassimir Valev 2024-09-01 23:18:06 +02:00
parent a1b60f7ce1
commit 35dbcd288e
3 changed files with 5 additions and 2 deletions

View File

@ -31,7 +31,7 @@
class="inline-block -mt-2.5 transition-all duration-[250ms] {iconRotation}" class="inline-block -mt-2.5 transition-all duration-[250ms] {iconRotation}"
/> />
<span class="font-bold text-3xl text-black dark:text-white">{group.name}</span> <span class="font-bold text-3xl text-black dark:text-white">{group.name}</span>
<span class="ml-1.5">({$t('places', { values: { count: places.length } })})</span> <span class="ml-1.5">({$t('places_count', { values: { count: places.length } })})</span>
</button> </button>
<hr class="dark:border-immich-dark-gray" /> <hr class="dark:border-immich-dark-gray" />
</div> </div>

View File

@ -36,7 +36,6 @@
/** Group by year */ /** Group by year */
[PlacesGroupBy.Country]: (places): PlacesGroup[] => { [PlacesGroupBy.Country]: (places): PlacesGroup[] => {
// item.exifInfo?.city
const unknownCountry = $t('unknown_country'); const unknownCountry = $t('unknown_country');
const groupedByCountry = groupBy(places, (place) => { const groupedByCountry = groupBy(places, (place) => {

View File

@ -720,8 +720,10 @@
"go_back": "Go back", "go_back": "Go back",
"go_to_search": "Go to search", "go_to_search": "Go to search",
"group_albums_by": "Group albums by...", "group_albums_by": "Group albums by...",
"group_country": "Group by country",
"group_no": "No grouping", "group_no": "No grouping",
"group_owner": "Group by owner", "group_owner": "Group by owner",
"group_places_by": "Group places by...",
"group_year": "Group by year", "group_year": "Group by year",
"has_quota": "Has quota", "has_quota": "Has quota",
"hi_user": "Hi {name} ({email})", "hi_user": "Hi {name} ({email})",
@ -934,6 +936,7 @@
"pick_a_location": "Pick a location", "pick_a_location": "Pick a location",
"place": "Place", "place": "Place",
"places": "Places", "places": "Places",
"places_count": "{count, plural, one {{count, number} Place} other {{count, number} Places}}",
"play": "Play", "play": "Play",
"play_memories": "Play memories", "play_memories": "Play memories",
"play_motion_photo": "Play Motion Photo", "play_motion_photo": "Play Motion Photo",
@ -1208,6 +1211,7 @@
"unfavorite": "Unfavorite", "unfavorite": "Unfavorite",
"unhide_person": "Unhide person", "unhide_person": "Unhide person",
"unknown": "Unknown", "unknown": "Unknown",
"unknown_country": "Unknown Country",
"unknown_year": "Unknown Year", "unknown_year": "Unknown Year",
"unlimited": "Unlimited", "unlimited": "Unlimited",
"unlink_oauth": "Unlink OAuth", "unlink_oauth": "Unlink OAuth",