Files
leadchat/app/javascript/dashboard/i18n/locale/ar/companies.json
Captain 11ee741716 chore: Update translations (#13227)
Co-authored-by: Sojan Jose <sojan@pepalo.com>
2026-03-16 15:44:32 -07:00

34 lines
998 B
JSON
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
{
"COMPANIES": {
"HEADER": "الشركات",
"SORT_BY": {
"LABEL": "ترتيب حسب",
"OPTIONS": {
"NAME": "الاسم",
"DOMAIN": "النطاق",
"CREATED_AT": "تم إنشاؤها في",
"CONTACTS_COUNT": "عدد جهات الاتصال"
}
},
"ORDER": {
"LABEL": "ترتيب",
"OPTIONS": {
"ASCENDING": "تصاعدي",
"DESCENDING": "Descending"
}
},
"SEARCH_PLACEHOLDER": "البحث في الشركات...",
"LOADING": "جاري تحميل الشركات...",
"UNNAMED": "شركة بلا اسم",
"CONTACTS_COUNT": "جهة اتصال {n} | {n} جهات الاتصال",
"EMPTY_STATE": {
"TITLE": "لم يتم العثور على شركات"
}
},
"COMPANIES_LAYOUT": {
"PAGINATION_FOOTER": {
"SHOWING": "عرض {startItem} - {endItem} من {totalItems} شركة | عرض {startItem} {endItem} من الشركات {totalItems}"
}
}
}