This commit is contained in:
Andras Schmelczer 2026-05-14 20:42:48 +01:00
parent 273d7a83ee
commit 084117cea8
48 changed files with 2283 additions and 890 deletions

View file

@ -842,7 +842,7 @@ const de: Translations = {
viewPropertiesShort: 'Immobilien ansehen',
priceHistory: 'Preisentwicklung',
journeysFrom: 'Reisezeiten für {{label}}',
to: 'Von {{destination}}',
to: 'Nach {{destination}}',
noJourneyData: 'Keine Verbindungsdaten verfügbar',
viewOnGoogleMaps: 'Auf Google Maps ansehen',
walk: 'Zu Fuß',

View file

@ -815,7 +815,7 @@ const en = {
viewPropertiesShort: 'View properties',
priceHistory: 'Price History',
journeysFrom: 'Journey times for {{label}}',
to: 'From {{destination}}',
to: 'To {{destination}}',
noJourneyData: 'No journey data available',
viewOnGoogleMaps: 'View on Google Maps',
walk: 'Walk',

View file

@ -847,7 +847,7 @@ const fr: Translations = {
viewPropertiesShort: 'Voir les propriétés',
priceHistory: 'Historique des prix',
journeysFrom: 'Temps de trajet pour {{label}}',
to: 'Depuis {{destination}}',
to: 'Vers {{destination}}',
noJourneyData: 'Aucune donnée de trajet disponible',
viewOnGoogleMaps: 'Voir sur Google Maps',
walk: 'Marche',

View file

@ -804,7 +804,7 @@ const hi: Translations = {
viewPropertiesShort: 'संपत्तियां देखें',
priceHistory: 'कीमत इतिहास',
journeysFrom: '{{label}} के लिए यात्रा समय',
to: '{{destination}} से',
to: '{{destination}} तक',
noJourneyData: 'कोई यात्रा डेटा उपलब्ध नहीं',
viewOnGoogleMaps: 'Google Maps पर देखें',
walk: 'पैदल',

View file

@ -828,7 +828,7 @@ const hu: Translations = {
viewPropertiesShort: 'Ingatlanok megtekintése',
priceHistory: 'Ártörténet',
journeysFrom: 'Utazási idők ehhez: {{label}}',
to: 'Innen: {{destination}}',
to: 'Ide: {{destination}}',
noJourneyData: 'Nincs elérhető utazási adat',
viewOnGoogleMaps: 'Megtekintés a Google Maps-en',
walk: 'Gyalog',

View file

@ -775,7 +775,7 @@ const zh: Translations = {
viewPropertiesShort: '查看房产',
priceHistory: '价格历史',
journeysFrom: '{{label}} 的出行时间',
to: '从 {{destination}} 出发',
to: '前往 {{destination}}',
noJourneyData: '暂无出行数据',
viewOnGoogleMaps: '在 Google Maps 上查看',
walk: '步行',