omni-tools/public/locales/ar/xml.json
rumanagency fa231a3c3b feat(i18n): Add complete Arabic language support with RTL
Add comprehensive Arabic (العربية) language support to OmniTools with full RTL (Right-to-Left) functionality:

- Add Arabic to supported languages list and language selector
- Translate all 12 namespace files to Arabic (audio, csv, image, json, list, number, pdf, string, time, translation, video, xml)
- Implement RTL support with stylis-plugin-rtl for proper Arabic text rendering
- Create RTL-aware theme variants (lightThemeRTL, darkThemeRTL)
- Add automatic document direction switching based on selected language

This enables full Arabic language support for all tools and UI elements in the application, providing a native experience for Arabic-speaking users.
2025-10-26 17:11:04 +03:00

38 lines
2 KiB
JSON

{
"xmlBeautifier": {
"description": "تنسيق XML بمسافات بادئة ومسافات مناسبة.",
"indentation": "المسافة البادئة",
"inputTitle": "إدخال XML",
"resultTitle": "XML منسق",
"shortDescription": "تنسيق وتجميل كود XML",
"title": "أداة تجميل XML",
"toolInfo": {
"description": "تتيح لك هذه الأداة تنسيق بيانات XML بمسافات بادئة ومسافات مناسبة، مما يجعلها أكثر قابلية للقراءة وأسهل في العمل معها.",
"title": "أداة تجميل XML"
},
"useSpaces": "استخدام المسافات",
"useSpacesDescription": "إضافة مسافة بادئة للمخرجات بالمسافات",
"useTabs": "استخدام علامات التبويب",
"useTabsDescription": "إضافة مسافة بادئة للمخرجات بعلامات التبويب."
},
"xmlValidator": {
"description": "التحقق من صحة بناء جملة XML والهيكل.",
"placeholder": "الصق أو استورد XML هنا...",
"shortDescription": "التحقق من صحة كود XML للكشف عن الأخطاء",
"title": "أداة التحقق من XML",
"toolInfo": {
"description": "تتيح لك هذه الأداة التحقق من صحة بناء جملة XML والهيكل. تتحقق مما إذا كان XML منسقًا بشكل صحيح وتوفر رسائل خطأ مفصلة لأية مشاكل يتم العثور عليها.",
"title": "أداة التحقق من XML"
}
},
"xmlViewer": {
"description": "عرض واستكشاف بنية XML بتنسيق شجري.",
"inputTitle": "إدخال XML",
"resultTitle": "عرض شجرة XML",
"title": "عارض XML",
"toolInfo": {
"description": "تتيح لك هذه الأداة عرض بيانات XML بتنسيق شجري هرمي، مما يسهل استكشاف وفهم بنية مستندات XML.",
"title": "عارض XML"
}
}
}