iachat/app/javascript/dashboard/i18n/locale/fa/companies.json
Chatwoot Bot 8019e7c636
chore: Update translations (#13105)
Co-authored-by: Sojan Jose <sojan@pepalo.com>
2025-12-18 01:39:35 -08:00

33 lines
889 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": "ایجاد شده در"
}
},
"ORDER": {
"LABEL": "ترتیب",
"OPTIONS": {
"ASCENDING": "Ascending",
"DESCENDING": "Descending"
}
},
"SEARCH_PLACEHOLDER": "جستجوی شرکت ها...",
"LOADING": "در حال بارگزاری شرکت ها...",
"UNNAMED": "Unnamed Company",
"CONTACTS_COUNT": "{n} تماس | {n} تماس ها",
"EMPTY_STATE": {
"TITLE": "No companies found"
}
},
"COMPANIES_LAYOUT": {
"PAGINATION_FOOTER": {
"SHOWING": "Showing {startItem} {endItem} of {totalItems} company | Showing {startItem} {endItem} of {totalItems} companies"
}
}
}