From 4af80eb58416c309c00eaa3b50ad8ab6a225c9e8 Mon Sep 17 00:00:00 2001 From: Sean Morley Date: Sat, 10 May 2025 22:10:55 -0400 Subject: [PATCH] Add arrival and departure timezone translations in multiple languages --- frontend/src/locales/de.json | 4 +++- frontend/src/locales/es.json | 4 +++- frontend/src/locales/fr.json | 4 +++- frontend/src/locales/it.json | 4 +++- frontend/src/locales/ko.json | 4 +++- frontend/src/locales/nl.json | 4 +++- frontend/src/locales/no.json | 4 +++- frontend/src/locales/pl.json | 4 +++- frontend/src/locales/sv.json | 4 +++- frontend/src/locales/zh.json | 4 +++- 10 files changed, 30 insertions(+), 10 deletions(-) diff --git a/frontend/src/locales/de.json b/frontend/src/locales/de.json index 9808cd1..7032096 100644 --- a/frontend/src/locales/de.json +++ b/frontend/src/locales/de.json @@ -257,7 +257,9 @@ "invalid_date_range": "Ungültiger Datumsbereich", "sunrise_sunset": "Sonnenaufgang", "timezone": "Zeitzone", - "no_visits": "Keine Besuche" + "no_visits": "Keine Besuche", + "arrival_timezone": "Ankunftszeitzone", + "departure_timezone": "Abfahrtszeit" }, "home": { "desc_1": "Entdecken, planen und erkunden Sie mühelos", diff --git a/frontend/src/locales/es.json b/frontend/src/locales/es.json index 14f8ec3..c6fd713 100644 --- a/frontend/src/locales/es.json +++ b/frontend/src/locales/es.json @@ -305,7 +305,9 @@ "invalid_date_range": "Rango de fechas no válido", "sunrise_sunset": "Amanecer", "timezone": "Zona horaria", - "no_visits": "No hay visitas" + "no_visits": "No hay visitas", + "arrival_timezone": "Zona horaria de llegada", + "departure_timezone": "Zona horaria de salida" }, "worldtravel": { "all": "Todo", diff --git a/frontend/src/locales/fr.json b/frontend/src/locales/fr.json index 206bcf0..1a9575f 100644 --- a/frontend/src/locales/fr.json +++ b/frontend/src/locales/fr.json @@ -257,7 +257,9 @@ "invalid_date_range": "Plage de dates non valide", "sunrise_sunset": "Lever du soleil", "timezone": "Fuseau horaire", - "no_visits": "Pas de visites" + "no_visits": "Pas de visites", + "arrival_timezone": "Fuseau horaire d'arrivée", + "departure_timezone": "Fuseau horaire de départ" }, "home": { "desc_1": "Découvrez, planifiez et explorez en toute simplicité", diff --git a/frontend/src/locales/it.json b/frontend/src/locales/it.json index e34c06a..a9e9159 100644 --- a/frontend/src/locales/it.json +++ b/frontend/src/locales/it.json @@ -257,7 +257,9 @@ "invalid_date_range": "Intervallo di date non valido", "sunrise_sunset": "Alba", "timezone": "Fuso orario", - "no_visits": "Nessuna visita" + "no_visits": "Nessuna visita", + "arrival_timezone": "Fuso orario di arrivo", + "departure_timezone": "Fuso orario di partenza" }, "home": { "desc_1": "Scopri, pianifica ed esplora con facilità", diff --git a/frontend/src/locales/ko.json b/frontend/src/locales/ko.json index 8925ef2..d74928e 100644 --- a/frontend/src/locales/ko.json +++ b/frontend/src/locales/ko.json @@ -257,7 +257,9 @@ "invalid_date_range": "잘못된 날짜 범위", "sunrise_sunset": "해돋이", "timezone": "시간대", - "no_visits": "방문 없음" + "no_visits": "방문 없음", + "arrival_timezone": "도착 시간대", + "departure_timezone": "출발 시간대" }, "auth": { "both_passwords_required": "두 암호 모두 필요합니다", diff --git a/frontend/src/locales/nl.json b/frontend/src/locales/nl.json index 8226e11..3434452 100644 --- a/frontend/src/locales/nl.json +++ b/frontend/src/locales/nl.json @@ -257,7 +257,9 @@ "invalid_date_range": "Ongeldige datumbereik", "sunrise_sunset": "Zonsopgang", "timezone": "Tijdzone", - "no_visits": "Geen bezoeken" + "no_visits": "Geen bezoeken", + "arrival_timezone": "Aankomsttijdzone", + "departure_timezone": "Vertrektijdzone" }, "home": { "desc_1": "Ontdek, plan en verken met gemak", diff --git a/frontend/src/locales/no.json b/frontend/src/locales/no.json index f43f284..3880f43 100644 --- a/frontend/src/locales/no.json +++ b/frontend/src/locales/no.json @@ -305,7 +305,9 @@ "ordered_itinerary": "Bestilt reiserute", "sunrise_sunset": "Soloppgang", "timezone": "Tidssone", - "no_visits": "Ingen besøk" + "no_visits": "Ingen besøk", + "arrival_timezone": "Ankomst tidssone", + "departure_timezone": "Avgangstidssone" }, "worldtravel": { "country_list": "Liste over land", diff --git a/frontend/src/locales/pl.json b/frontend/src/locales/pl.json index bb0554b..f91c20a 100644 --- a/frontend/src/locales/pl.json +++ b/frontend/src/locales/pl.json @@ -305,7 +305,9 @@ "invalid_date_range": "Niepoprawny zakres dat", "sunrise_sunset": "Wschód słońca", "timezone": "Strefa czasowa", - "no_visits": "Brak wizyt" + "no_visits": "Brak wizyt", + "arrival_timezone": "Strefa czasowa przyjazdu", + "departure_timezone": "Strefa czasowa odlotu" }, "worldtravel": { "country_list": "Lista krajów", diff --git a/frontend/src/locales/sv.json b/frontend/src/locales/sv.json index a9aefb9..dd8b1bc 100644 --- a/frontend/src/locales/sv.json +++ b/frontend/src/locales/sv.json @@ -257,7 +257,9 @@ "invalid_date_range": "Ogiltigt datumintervall", "sunrise_sunset": "Soluppgång", "timezone": "Tidszon", - "no_visits": "Inga besök" + "no_visits": "Inga besök", + "arrival_timezone": "Ankomsttidszon", + "departure_timezone": "Avgångstidszon" }, "home": { "desc_1": "Upptäck, planera och utforska med lätthet", diff --git a/frontend/src/locales/zh.json b/frontend/src/locales/zh.json index 98993fa..e4380b5 100644 --- a/frontend/src/locales/zh.json +++ b/frontend/src/locales/zh.json @@ -305,7 +305,9 @@ "invalid_date_range": "无效的日期范围", "sunrise_sunset": "日出", "timezone": "时区", - "no_visits": "没有访问" + "no_visits": "没有访问", + "arrival_timezone": "到达时区", + "departure_timezone": "离开时区" }, "auth": { "forgot_password": "忘记密码?",