Files
archived-chatwoot/app/javascript/dashboard/i18n/locale/tr/integrationApps.json
2025-03-19 16:48:56 -07:00

63 lines
2.1 KiB
JSON
Raw Permalink 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.
{
"INTEGRATION_APPS": {
"FETCHING": "Entegrasyonlar alınıyor",
"NO_HOOK_CONFIGURED": "Bu hesapta yapılandırılmış {integrationId} entegrasyonu bulunmuyor.",
"HEADER": "Uygulamalar",
"STATUS": {
"ENABLED": "Etkin",
"DISABLED": "Devre dışı"
},
"CONFIGURE": "Yapılandır",
"ADD_BUTTON": "Yeni bir bağlantı ekle",
"DELETE": {
"TITLE": {
"INBOX": "Silme işlemini onayla",
"ACCOUNT": "Bağlantıyı Kes"
},
"MESSAGE": {
"INBOX": "Silmek istediğinizden emin misiniz?",
"ACCOUNT": "Bağlantıyı kesmek istediğinizden emin misiniz?"
},
"CONFIRM_BUTTON_TEXT": {
"INBOX": "Evet, Sil",
"ACCOUNT": "Evet, Bağlantıyı Kes"
},
"CANCEL_BUTTON_TEXT": "İptal Et",
"API": {
"SUCCESS_MESSAGE": "Bağlantı başarıyla silindi",
"ERROR_MESSAGE": "Woot Sunucusuna bağlanılamadı, Lütfen daha sonra tekrar deneyin"
}
},
"LIST": {
"FETCHING": "Entegrasyon kancaları alınıyor",
"INBOX": "Gelen Kutusu",
"DELETE": {
"BUTTON_TEXT": "Sil"
}
},
"ADD": {
"FORM": {
"INBOX": {
"LABEL": "Gelen Kutu Seç",
"PLACEHOLDER": "Gelen Kutu Seç"
},
"SUBMIT": "Oluştur",
"CANCEL": "İptal Et"
},
"API": {
"SUCCESS_MESSAGE": "Entegrasyon kancası başarıyla eklendi",
"ERROR_MESSAGE": "Woot Sunucusuna bağlanılamadı, Lütfen daha sonra tekrar deneyin"
}
},
"CONNECT": {
"BUTTON_TEXT": "Bağlan"
},
"DISCONNECT": {
"BUTTON_TEXT": "Bağlantıyı Kes"
},
"SIDEBAR_DESCRIPTION": {
"DIALOGFLOW": "Dialogflow is a natural language processing platform for building conversational interfaces. Integrating it with {installationName} lets bots handle queries first and transfer them to agents when needed. It helps qualify leads and reduce agent workload by answering FAQs. To add Dialogflow, create a Service Account in Google Console and share the credentials. Refer to the docs for details"
}
}
}