chore: Update translations (#11400)
This commit is contained in:
@@ -2,23 +2,13 @@
|
||||
"AGENT_BOTS": {
|
||||
"HEADER": "Botlar",
|
||||
"LOADING_EDITOR": "Editör Yükleniyor...",
|
||||
"DESCRIPTION": "Agent Bots are like the most fabulous members of your team. They can handle the small stuff, so you can focus on the stuff that matters. Give them a try.You can manage your bots from this page or create new ones using the 'Configure new bot' button.",
|
||||
"DESCRIPTION": "Agent Bots are like the most fabulous members of your team. They can handle the small stuff, so you can focus on the stuff that matters. Give them a try. You can manage your bots from this page or create new ones using the 'Add Bot' button.",
|
||||
"LEARN_MORE": "Learn about agent bots",
|
||||
"CSML_BOT_EDITOR": {
|
||||
"NAME": {
|
||||
"LABEL": "Bot Adı",
|
||||
"PLACEHOLDER": "Botunuza bir ad verin.",
|
||||
"ERROR": "Bot adı zorunludur."
|
||||
},
|
||||
"DESCRIPTION": {
|
||||
"LABEL": "Bot açıklaması",
|
||||
"PLACEHOLDER": "Bu bot ne iş yapar?"
|
||||
},
|
||||
"BOT_CONFIG": {
|
||||
"ERROR": "Lütfen yukarıdaki bot yapılandırmanızı girin.",
|
||||
"API_ERROR": "CSML yapılandırmanız geçersiz. Lütfen düzeltin ve tekrar deneyin."
|
||||
},
|
||||
"SUBMIT": "Doğrula ve kaydet"
|
||||
"GLOBAL_BOT": "System bot",
|
||||
"GLOBAL_BOT_BADGE": "Sistem",
|
||||
"AVATAR": {
|
||||
"SUCCESS_DELETE": "Bot avatar deleted successfully",
|
||||
"ERROR_DELETE": "Error deleting bot avatar, please try again"
|
||||
},
|
||||
"BOT_CONFIGURATION": {
|
||||
"TITLE": "Bir temsilci botu seçin",
|
||||
@@ -32,7 +22,7 @@
|
||||
"SELECT_PLACEHOLDER": "Bot seçin"
|
||||
},
|
||||
"ADD": {
|
||||
"TITLE": "Yeni botu yapılandır",
|
||||
"TITLE": "Add Bot",
|
||||
"CANCEL_BUTTON_TEXT": "İptal Et",
|
||||
"API": {
|
||||
"SUCCESS_MESSAGE": "Bot başarıyla eklendi.",
|
||||
@@ -40,16 +30,22 @@
|
||||
}
|
||||
},
|
||||
"LIST": {
|
||||
"404": "Bot bulunamadı. 'Yeni botu yapılandır' düğmesine tıklayarak bir bot oluşturabilirsiniz ↗",
|
||||
"404": "No bots found. You can create a bot by clicking the 'Add Bot' button.",
|
||||
"LOADING": "Botlar alınıyor...",
|
||||
"TYPE": "Bot türü"
|
||||
"TABLE_HEADER": {
|
||||
"DETAILS": "Bot Details",
|
||||
"URL": "Webhook URL'si"
|
||||
}
|
||||
},
|
||||
"DELETE": {
|
||||
"BUTTON_TEXT": "Sil",
|
||||
"TITLE": "Botu sil",
|
||||
"SUBMIT": "Sil",
|
||||
"CANCEL_BUTTON_TEXT": "İptal Et",
|
||||
"DESCRIPTION": "Bu botu silmek istediğinize emin misiniz? Bu işlem geri alınamaz.",
|
||||
"CONFIRM": {
|
||||
"TITLE": "Silmeyi onayla",
|
||||
"MESSAGE": "Are you sure you want to delete {name}?",
|
||||
"YES": "Evet, Sil",
|
||||
"NO": "Hayır, Sakla"
|
||||
},
|
||||
"API": {
|
||||
"SUCCESS_MESSAGE": "Bot başarıyla silindi.",
|
||||
"ERROR_MESSAGE": "Bot silinemedi. Lütfen tekrar deneyin."
|
||||
@@ -57,17 +53,44 @@
|
||||
},
|
||||
"EDIT": {
|
||||
"BUTTON_TEXT": "Düzenle",
|
||||
"LOADING": "Botlar alınıyor...",
|
||||
"TITLE": "Botu düzenle",
|
||||
"CANCEL_BUTTON_TEXT": "İptal Et",
|
||||
"API": {
|
||||
"SUCCESS_MESSAGE": "Bot başarıyla güncellendi.",
|
||||
"ERROR_MESSAGE": "Bot güncellenemedi. Lütfen tekrar deneyin."
|
||||
}
|
||||
},
|
||||
"FORM": {
|
||||
"AVATAR": {
|
||||
"LABEL": "Bot avatar"
|
||||
},
|
||||
"NAME": {
|
||||
"LABEL": "Bot Adı",
|
||||
"PLACEHOLDER": "Enter bot name",
|
||||
"REQUIRED": "Bot adı zorunludur"
|
||||
},
|
||||
"DESCRIPTION": {
|
||||
"LABEL": "Açıklama",
|
||||
"PLACEHOLDER": "Bu bot ne iş yapar?"
|
||||
},
|
||||
"WEBHOOK_URL": {
|
||||
"LABEL": "Webhook URL'si",
|
||||
"PLACEHOLDER": "https://example.com/webhook",
|
||||
"REQUIRED": "Webhook URL is required"
|
||||
},
|
||||
"ERRORS": {
|
||||
"NAME": "Bot adı zorunludur",
|
||||
"URL": "Webhook URL is required",
|
||||
"VALID_URL": "Please enter a valid URL starting with http:// or https://"
|
||||
},
|
||||
"CANCEL": "İptal Et",
|
||||
"CREATE": "Create Bot",
|
||||
"UPDATE": "Update Bot"
|
||||
},
|
||||
"WEBHOOK": {
|
||||
"DESCRIPTION": "Configure a webhook bot to integrate with your custom services. The bot will receive and process events from conversations and can respond to them."
|
||||
},
|
||||
"TYPES": {
|
||||
"WEBHOOK": "Webhook botu",
|
||||
"CSML": "CSML botu"
|
||||
"WEBHOOK": "Webhook botu"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user