chore: Update translations (#11903)

Co-authored-by: Muhsin Keloth <muhsinkeramam@gmail.com>
This commit is contained in:
Chatwoot Bot
2025-07-14 02:22:57 -07:00
committed by GitHub
parent 07dd6448f4
commit d89fa09359
266 changed files with 3281 additions and 57 deletions

View File

@@ -5,6 +5,18 @@
"LOADING": "Özel Nitelikler getiriliyor",
"DESCRIPTION": "A custom attribute tracks additional details about your contacts or conversations—such as the subscription plan or the date of their first purchase. You can add different types of custom attributes, such as text, lists, or numbers, to capture the specific information you need.",
"LEARN_MORE": "Learn more about custom attributes",
"ATTRIBUTE_MODELS": {
"CONVERSATION": "Sohbet",
"CONTACT": "İletişim"
},
"ATTRIBUTE_TYPES": {
"TEXT": "Metin",
"NUMBER": "Sayı",
"LINK": "Bağlantı",
"DATE": "Date",
"LIST": "Liste",
"CHECKBOX": "Onay Kutusu"
},
"ADD": {
"TITLE": "Nitelik Ekle",
"SUBMIT": "Oluştur",

View File

@@ -150,6 +150,17 @@
"ADD_SLA": "Add SLA",
"OPEN_CONVERSATION": "Görüşmeyi aç"
},
"MESSAGE_TYPES": {
"INCOMING": "Incoming Message",
"OUTGOING": "Outgoing Message"
},
"PRIORITY_TYPES": {
"NONE": "Hiç",
"LOW": "Düşük",
"MEDIUM": "Orta",
"HIGH": "Yüksek",
"URGENT": "Acil"
},
"ATTRIBUTES": {
"MESSAGE_TYPE": "Mesaj Türü",
"MESSAGE_CONTAINS": "Mesaj İçerir",

View File

@@ -134,6 +134,7 @@
"MULTISELECT": {
"ENTER_TO_SELECT": "Seçmek için enter tuşuna basın",
"ENTER_TO_REMOVE": "Kaldırmak için enter tuşuna basın",
"NO_OPTIONS": "List is empty",
"SELECT_ONE": "Birini seç",
"SELECT": "Seç"
}

View File

@@ -481,6 +481,37 @@
"ERROR_MESSAGE": "There was an error updating the assistant, please try again.",
"NOT_FOUND": "Asistan bulunamadı. Lütfen tekrar deneyin."
},
"SETTINGS": {
"BREADCRUMB": {
"ASSISTANT": "Assistant"
},
"BASIC_SETTINGS": {
"TITLE": "Basic settings",
"DESCRIPTION": "Customize what the assistant says when ending a conversation or transferring to a human."
},
"SYSTEM_SETTINGS": {
"TITLE": "System settings",
"DESCRIPTION": "Customize what the assistant says when ending a conversation or transferring to a human."
},
"CONTROL_ITEMS": {
"TITLE": "The Fun Stuff",
"DESCRIPTION": "Add more control to the assistant. (a bit more visual like a story : Query guardrail → scenarios → output) Nudges user to actually utilise these.",
"OPTIONS": {
"GUARDRAILS": {
"TITLE": "Guardrails",
"DESCRIPTION": "Keeps things on track—only the kinds of questions you want your assistant to answer, nothing off-limits or off-topic."
},
"SCENARIOS": {
"TITLE": "Scenarios",
"DESCRIPTION": "Give your assistant some context—like “what to do when a user is stuck,” or “how to act during a refund request.”"
},
"RESPONSE_GUIDELINES": {
"TITLE": "Response guidelines",
"DESCRIPTION": "The vibe and structure of your assistants replies—clear and friendly? Short and snappy? Detailed and formal?"
}
}
}
},
"OPTIONS": {
"EDIT_ASSISTANT": "Edit Assistant",
"DELETE_ASSISTANT": "Delete Assistant",

View File

@@ -99,6 +99,13 @@
"CHANGE_PRIORITY": "Önceliği Değiştir",
"ADD_PRIVATE_NOTE": "Özel Bir Not Ekle",
"SEND_WEBHOOK_EVENT": "Webhook Olayı Gönder"
},
"PRIORITY_TYPES": {
"NONE": "Hiç",
"LOW": "Düşük",
"MEDIUM": "Orta",
"HIGH": "Yüksek",
"URGENT": "Acil"
}
}
}