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

34 lines
874 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": "Şirketler",
"SORT_BY": {
"LABEL": "Sırala",
"OPTIONS": {
"NAME": "İsim",
"DOMAIN": "Alan",
"CREATED_AT": "Oluşturma zamanı",
"CONTACTS_COUNT": "Contacts count"
}
},
"ORDER": {
"LABEL": "Order",
"OPTIONS": {
"ASCENDING": "Artan",
"DESCENDING": "Azalan"
}
},
"SEARCH_PLACEHOLDER": "Şirketleri ara...",
"LOADING": "Şirketler yükleniyor...",
"UNNAMED": "İsimsiz Şirket",
"CONTACTS_COUNT": "{n} kişi | {n} kişi",
"EMPTY_STATE": {
"TITLE": "Hiçbir şirket bulunamadı"
}
},
"COMPANIES_LAYOUT": {
"PAGINATION_FOOTER": {
"SHOWING": "{totalItems} şirketten {startItem} {endItem} arası gösteriliyor | {totalItems} şirketten {startItem} {endItem} arası gösteriliyor"
}
}
}