- 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
3.2 KiB
YAML
67 lines
3.2 KiB
YAML
bn:
|
|
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" |