- Update available locales to include Bengali, Hindi, Urdu, and Arabic - Add new locale files for each language with translations for UI elements - Ensure the application can now support a wider audience by providing localized content This change enhances the application's accessibility and usability for users who speak these languages, allowing for a more inclusive user experience. The new translations cover key UI components and messages, ensuring that users can interact with the application in their native languages.
67 lines
2.9 KiB
YAML
67 lines
2.9 KiB
YAML
hi:
|
|
hello: "नमस्ते दुनिया"
|
|
brand:
|
|
name: "टुडे एआई वेदर"
|
|
title:
|
|
cities: "शहर"
|
|
arts: "कला"
|
|
sign_in: "साइन इन"
|
|
sign_out: "साइन आउट"
|
|
settings: "सेटिंग्स"
|
|
admin_dashboard: "एडमिन डैशबोर्ड"
|
|
latest_weather_art: "नवीनतम मौसम कला"
|
|
popular_weather_art: "लोकप्रिय मौसम कला"
|
|
ai_prompt: "एआई प्रॉम्प्ट"
|
|
text:
|
|
latest_from: "से नवीनतम"
|
|
search_cities: "शहर खोजें..."
|
|
all_regions: "सभी क्षेत्र"
|
|
all_countries: "सभी देश"
|
|
all_in: "सभी में"
|
|
showing: "दिखा रहा है"
|
|
weather_arts: "मौसम कला"
|
|
newest_first: "नवीनतम पहले"
|
|
oldest_first: "सबसे पुराना पहले"
|
|
cities:
|
|
title: "शहरों की खोज करें"
|
|
arts:
|
|
title: "मौसम कला गैलरी"
|
|
subtitle: "दुनिया भर के शहरों से एआई-जनित मौसम कला की खोज करें"
|
|
home:
|
|
headline_html: जहां मौसम मिलता है<br>कृत्रिम बुद्धिमत्ता
|
|
subtitle:
|
|
एआई-जनित कला के माध्यम से मौसम का अनुभव करें,
|
|
दैनिक मौसम संबंधी घटनाओं को एक नया दृष्टिकोण प्रदान करें।
|
|
button:
|
|
explore_cities: "शहरों की खोज करें"
|
|
view_detail: "विवरण देखें"
|
|
view_all_weather_arts: "सभी मौसम कला देखें"
|
|
back_to_cities: "शहरों पर वापस जाएं"
|
|
back_to: "वापस जाएं"
|
|
card:
|
|
temperature: "तापमान"
|
|
wind: "हवा"
|
|
humidity: "नमी"
|
|
visibility: "दृश्यता"
|
|
pressure: "दबाव"
|
|
cloud_cover: "बादल छाए"
|
|
feel_like: "महसूस होता है"
|
|
relative_humidity: "सापेक्ष आर्द्रता"
|
|
clear_view_distance: "स्पष्ट दृश्य दूरी"
|
|
atmospheric_pressure: "वायुमंडलीय दबाव"
|
|
sky_coverage: "आकाश कवरेज"
|
|
pagination:
|
|
showing_items: "%{total} %{items} में से %{from} से %{to} तक दिखा रहा है"
|
|
items:
|
|
weather: "मौसम रिकॉर्ड"
|
|
default: "आइटम"
|
|
time:
|
|
formats:
|
|
time_only: "%H:%M"
|
|
with_zone: "%{time} %{zone}"
|
|
date_and_time: "%{date} %{time}"
|
|
date:
|
|
formats:
|
|
default: "%Y-%m-%d"
|
|
short: "%b %d"
|
|
long: "%B %d, %Y" |