Chatwoot/app/javascript/dashboard/i18n/locale/tr/integrations.json

89 lines
4 KiB
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.

{
"INTEGRATION_SETTINGS": {
"HEADER": "Entegrasyonlar",
"WEBHOOK": {
"SUBSCRIBED_EVENTS": "Subscribed Events",
"FORM": {
"CANCEL": "İptal Et",
"DESC": "Web kancası etkinlikleri size Chatwoot hesabınızda neler olduğu hakkında gerçek zamanlı bilgi sağlar. Bir geri aramayı yapılandırmak için lütfen geçerli bir URL girin.",
"SUBSCRIPTIONS": {
"LABEL": "Events",
"EVENTS": {
"CONVERSATION_CREATED": "Conversation Created",
"CONVERSATION_STATUS_CHANGED": "Conversation Status Changed",
"CONVERSATION_UPDATED": "Conversation Updated",
"MESSAGE_CREATED": "Message created",
"MESSAGE_UPDATED": "Message updated",
"WEBWIDGET_TRIGGERED": "Live chat widget opened by the user"
}
},
"END_POINT": {
"LABEL": "Web kancası URL'si",
"PLACEHOLDER": "Örnek: https://siteadi/api/webkancasi",
"ERROR": "Lütfen geçerli bir adres girin"
},
"EDIT_SUBMIT": "Update webhook",
"ADD_SUBMIT": "Web kancası oluştur"
},
"TITLE": "Web kancası",
"CONFIGURE": "Yapılandır",
"HEADER": "Web kancası ayarları",
"HEADER_BTN_TXT": "Yeni web kancası ekle",
"LOADING": "Ekli web kancaları getiriliyor",
"SEARCH_404": "Bu sorgu ile eşleşen öğe yok",
"SIDEBAR_TXT": "<p> <b> Web kancaları </b> </p> <p> Web kancaları, her hesap için tanımlanabilen HTTP geri aramalarıdır. Chatwoot'ta mesaj oluşturma gibi olaylar tarafından tetiklenirler. Bu hesap için birden fazla webhook oluşturabilirsiniz. <br /> <br /> Bir <b> web kancası </b> oluşturmak için, <b> Yeni web kancası ekle </b> düğmesini tıklayın. Ayrıca, Sil düğmesini tıklayarak mevcut herhangi bir web kancasını kaldırabilirsiniz. </p>",
"LIST": {
"404": "Bu hesap için yapılandırılmış web kancası yok.",
"TITLE": "Web kancalarını yönet",
"TABLE_HEADER": [
"Web kancası uç noktası",
"Hareketler"
]
},
"EDIT": {
"BUTTON_TEXT": "Düzenle",
"TITLE": "Edit webhook",
"API": {
"SUCCESS_MESSAGE": "Webhook configuration updated successfully",
"ERROR_MESSAGE": "Woot Sunucusuna bağlanılamadı, Lütfen daha sonra tekrar deneyin"
}
},
"ADD": {
"CANCEL": "İptal Et",
"TITLE": "Yeni web kancası ekle",
"API": {
"SUCCESS_MESSAGE": "Webhook configuration added successfully",
"ERROR_MESSAGE": "Woot Sunucusuna bağlanılamadı, Lütfen daha sonra tekrar deneyin"
}
},
"DELETE": {
"BUTTON_TEXT": "Sil",
"API": {
"SUCCESS_MESSAGE": "Web kancası başarıyla silindi",
"ERROR_MESSAGE": "Woot Sunucusuna bağlanılamadı, Lütfen daha sonra tekrar deneyin"
},
"CONFIRM": {
"TITLE": "Silmeyi onayla",
"MESSAGE": "Are you sure to delete the webhook? (%{webhookURL})",
"YES": "Evet, Sil ",
"NO": "Hayır, kalsın"
}
}
},
"SLACK": {
"HELP_TEXT": {
"TITLE": "Using Slack Integration",
"BODY": "<br/><p>Chatwoot will now sync all the incoming conversations into the <b><i>customer-conversations</i></b> channel inside your slack workplace.</p><p>Replying to a conversation thread in <b><i>customer-conversations</i></b> slack channel will create a response back to the customer through chatwoot.</p><p>Start the replies with <b><i>note:</i></b> to create private notes instead of replies.</p><p>If the replier on slack has an agent profile in chatwoot under the same email, the replies will be associated accordingly.</p><p>When the replier doesn't have an associated agent profile, the replies will be made from the bot profile.</p>"
}
},
"DELETE": {
"BUTTON_TEXT": "Sil",
"API": {
"SUCCESS_MESSAGE": "Entegrasyon başarıyla silindi"
}
},
"CONNECT": {
"BUTTON_TEXT": "Bağlan"
}
}
}