Files
leadchat/app/javascript/dashboard/i18n/locale/tr/whatsappTemplates.json
Chatwoot Bot 0c01303db0 chore: Update translations (#10549)
Co-authored-by: Shivam Mishra <scm.mymail@gmail.com>
Co-authored-by: Sivin Varghese <64252451+iamsivin@users.noreply.github.com>
2025-01-14 22:00:56 +05:30

26 lines
906 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.
{
"WHATSAPP_TEMPLATES": {
"MODAL": {
"TITLE": "WhatsApp Şablonları",
"SUBTITLE": "Göndermek istediğiniz WhatsApp şablonunu seçin",
"TEMPLATE_SELECTED_SUBTITLE": "{templateName} işleniyor"
},
"PICKER": {
"SEARCH_PLACEHOLDER": "Şablon Ara",
"NO_TEMPLATES_FOUND": "İçin hiç şablon bulunamadı",
"LABELS": {
"LANGUAGE": "Dil",
"TEMPLATE_BODY": "Şablon İçeriği",
"CATEGORY": "Kategori"
}
},
"PARSER": {
"VARIABLES_LABEL": "Değişkenler",
"VARIABLE_PLACEHOLDER": "{variable} değerini girin",
"GO_BACK_LABEL": "Geri Git",
"SEND_MESSAGE_LABEL": "Mesaj Gönder",
"FORM_ERROR_MESSAGE": "Lütfen göndermeden önce tüm değişkenleri doldurun"
}
}
}