- Extend available locales in the application to include: - Portuguese (Brazil) - Croatian - Persian - German - Spanish - French - Italian - Turkish - Russian - Ukrainian - Polish - Create new locale files for each language with appropriate translations. - Update existing locale files to include new languages. This update enhances the application's accessibility by supporting a wider range of languages, allowing users from different regions to interact with the application in their native language.
67 lines
2.0 KiB
YAML
67 lines
2.0 KiB
YAML
de:
|
|
hello: "Hallo Welt"
|
|
brand:
|
|
name: "Today AI Weather"
|
|
title:
|
|
cities: "Städte"
|
|
arts: "Kunst"
|
|
sign_in: "Anmelden"
|
|
sign_out: "Abmelden"
|
|
settings: "Einstellungen"
|
|
admin_dashboard: "Admin-Dashboard"
|
|
latest_weather_art: "Neueste Wetterkunst"
|
|
popular_weather_art: "Beliebte Wetterkunst"
|
|
ai_prompt: "KI-Prompt"
|
|
text:
|
|
latest_from: "Neuestes von"
|
|
search_cities: "Städte suchen..."
|
|
all_regions: "Alle Regionen"
|
|
all_countries: "Alle Länder"
|
|
all_in: "Alles in"
|
|
showing: "Zeigt"
|
|
weather_arts: "Wetterkunst"
|
|
newest_first: "Neueste zuerst"
|
|
oldest_first: "Älteste zuerst"
|
|
cities:
|
|
title: "Städte erkunden"
|
|
arts:
|
|
title: "Wetterkunst-Galerie"
|
|
subtitle: "Entdecken Sie KI-generierte Wetterkunst aus Städten auf der ganzen Welt"
|
|
home:
|
|
headline_html: Wo Wetter auf<br>Künstliche Intelligenz trifft
|
|
subtitle:
|
|
Erleben Sie Wetter durch die Linse KI-generierter Kunst,
|
|
die eine neue Perspektive auf tägliche meteorologische Phänomene bietet.
|
|
button:
|
|
explore_cities: "Städte erkunden"
|
|
view_detail: "Details anzeigen"
|
|
view_all_weather_arts: "Alle Wetterkunst anzeigen"
|
|
back_to_cities: "Zurück zu Städten"
|
|
back_to: "Zurück zu"
|
|
card:
|
|
temperature: "Temperatur"
|
|
wind: "Wind"
|
|
humidity: "Luftfeuchtigkeit"
|
|
visibility: "Sichtweite"
|
|
pressure: "Luftdruck"
|
|
cloud_cover: "Bewölkung"
|
|
feel_like: "Gefühlt wie"
|
|
relative_humidity: "Relative Luftfeuchtigkeit"
|
|
clear_view_distance: "Klare Sichtweite"
|
|
atmospheric_pressure: "Atmosphärischer Druck"
|
|
sky_coverage: "Himmelsbedeckung"
|
|
pagination:
|
|
showing_items: "Zeigt %{from} bis %{to} von %{total} %{items}"
|
|
items:
|
|
weather: "Wetteraufzeichnungen"
|
|
default: "Einträge"
|
|
time:
|
|
formats:
|
|
time_only: "%H:%M"
|
|
with_zone: "%{time} %{zone}"
|
|
date_and_time: "%{date} %{time}"
|
|
date:
|
|
formats:
|
|
default: "%Y-%m-%d"
|
|
short: "%d. %b"
|
|
long: "%d. %B %Y" |