- 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.4 KiB
YAML
67 lines
2.4 KiB
YAML
ar:
|
|
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: "عرض %{from} إلى %{to} من %{total} %{items}"
|
|
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"``` |