Files
leadchat/app/javascript/dashboard/i18n/locale/he/companies.json
2026-01-09 16:11:44 -08:00

34 lines
859 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": "Companies",
"SORT_BY": {
"LABEL": "מיין לפי",
"OPTIONS": {
"NAME": "שם",
"DOMAIN": "דומיין",
"CREATED_AT": "נוצר בזמן",
"CONTACTS_COUNT": "Contacts count"
}
},
"ORDER": {
"LABEL": "סדר",
"OPTIONS": {
"ASCENDING": "עולה",
"DESCENDING": "יורד"
}
},
"SEARCH_PLACEHOLDER": "Search companies...",
"LOADING": "Loading companies...",
"UNNAMED": "Unnamed Company",
"CONTACTS_COUNT": "{n} contact | {n} contacts",
"EMPTY_STATE": {
"TITLE": "No companies found"
}
},
"COMPANIES_LAYOUT": {
"PAGINATION_FOOTER": {
"SHOWING": "Showing {startItem} {endItem} of {totalItems} company | Showing {startItem} {endItem} of {totalItems} companies"
}
}
}