Files
clientsflow/research/chatwoot/app/javascript/dashboard/i18n/locale/fa/companies.json

34 lines
933 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": "Contacts count"
}
},
"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"
}
}
}