chore: Update translations from Crowdin (#5663)
This commit is contained in:
5
app/javascript/dashboard/i18n/locale/tr/agentBots.json
Normal file
5
app/javascript/dashboard/i18n/locale/tr/agentBots.json
Normal file
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"AGENT_BOTS": {
|
||||
"HEADER": "Bots"
|
||||
}
|
||||
}
|
||||
@@ -2,9 +2,11 @@
|
||||
"BULK_ACTION": {
|
||||
"CONVERSATIONS_SELECTED": "%{conversationCount} görüşme seçildi",
|
||||
"AGENT_SELECT_LABEL": "Temsilci Seçin",
|
||||
"ASSIGN_CONFIRMATION_LABEL": "Are you sure you want to assign %{conversationCount} %{conversationLabel} to",
|
||||
"ASSIGN_CONFIRMATION_LABEL": "Are you sure to assign %{conversationCount} %{conversationLabel} to",
|
||||
"UNASSIGN_CONFIRMATION_LABEL": "Are you sure to unassign %{conversationCount} %{conversationLabel}?",
|
||||
"GO_BACK_LABEL": "Geri git",
|
||||
"ASSIGN_LABEL": "Atama yap",
|
||||
"YES": "Evet",
|
||||
"ASSIGN_AGENT_TOOLTIP": "Temsilci Atama",
|
||||
"ASSIGN_SUCCESFUL": "Görüşmeler başarıyla atandı",
|
||||
"ASSIGN_FAILED": "Görüşmeler atanamadı, lütfen tekrar deneyin",
|
||||
|
||||
@@ -306,7 +306,7 @@
|
||||
"PUBLISH_ARTICLE": {
|
||||
"API": {
|
||||
"ERROR": "Error while publishing article",
|
||||
"SUCCESS": "Article publishied successfully"
|
||||
"SUCCESS": "Article published successfully"
|
||||
}
|
||||
},
|
||||
"ARCHIVE_ARTICLE": {
|
||||
|
||||
@@ -239,7 +239,9 @@
|
||||
},
|
||||
"API_CALLBACK": {
|
||||
"TITLE": "Geri arama URL'si",
|
||||
"SUBTITLE": "You have to configure the webhook URL in facebook developer portal with the URL mentioned here."
|
||||
"SUBTITLE": "You have to configure the webhook URL and the verification token in the Facebook Developer portal with the values shown below.",
|
||||
"WEBHOOK_URL": "Web kancası URL'si",
|
||||
"WEBHOOK_VERIFICATION_TOKEN": "Webhook Verification Token"
|
||||
},
|
||||
"SUBMIT_BUTTON": "Create WhatsApp Channel",
|
||||
"API": {
|
||||
@@ -357,7 +359,7 @@
|
||||
},
|
||||
"FINISH": {
|
||||
"TITLE": "Gelen Kutunuz hazır!",
|
||||
"MESSAGE": "Artık yeni Kanalınız üzerinden müşterilerinizle etkileşim kurabilirsiniz. Mutlu destek",
|
||||
"MESSAGE": "You can now engage with your customers through your new Channel. Happy supporting",
|
||||
"BUTTON_TEXT": "Beni oraya götür",
|
||||
"MORE_SETTINGS": "More settings",
|
||||
"WEBSITE_SUCCESS": "Bir web sitesi kanalı oluşturmayı başarıyla tamamladınız. Aşağıda gösterilen kodu kopyalayın ve web sitenize yapıştırın. Bir müşteri canlı sohbeti bir dahaki sefere kullandığında, konuşma otomatik olarak gelen kutunuzda görünecektir."
|
||||
|
||||
5
app/javascript/dashboard/i18n/locale/tr/macros.json
Normal file
5
app/javascript/dashboard/i18n/locale/tr/macros.json
Normal file
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"MACROS": {
|
||||
"HEADER": "Macros"
|
||||
}
|
||||
}
|
||||
@@ -179,6 +179,7 @@
|
||||
"CONTACTS": "Kişiler",
|
||||
"HOME": "Anasayfa",
|
||||
"AGENTS": "Kullanıcılar",
|
||||
"AGENT_BOTS": "Bots",
|
||||
"INBOXES": "Gelen kutuları",
|
||||
"NOTIFICATIONS": "Bildirimler",
|
||||
"CANNED_RESPONSES": "Hazır Yanıtlar",
|
||||
@@ -189,6 +190,7 @@
|
||||
"LABELS": "Etiketler",
|
||||
"CUSTOM_ATTRIBUTES": "Özel Nitelikler",
|
||||
"AUTOMATION": "Otomasyon",
|
||||
"MACROS": "Macros",
|
||||
"TEAMS": "Ekipler",
|
||||
"BILLING": "Billing",
|
||||
"CUSTOM_VIEWS_FOLDER": "Klasörler",
|
||||
|
||||
Reference in New Issue
Block a user