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": "カスタム属性を取得中",
"DESCRIPTION": "カスタム属性は、連絡先や会話に関する追加の詳細(例:サブスクリプションプランや初回購入日など)を記録します。必要な情報をキャプチャするために、テキスト、リスト、数値など、さまざまなタイプのカスタム属性を追加できます。",
"LEARN_MORE": "カスタム属性について詳しく学ぶ",
"ATTRIBUTE_MODELS": {
"CONVERSATION": "会話",
"CONTACT": "連絡先"
},
"ATTRIBUTE_TYPES": {
"TEXT": "テキスト",
"NUMBER": "数値",
"LINK": "リンク",
"DATE": "Date",
"LIST": "リスト",
"CHECKBOX": "チェックボックス"
},
"ADD": {
"TITLE": "カスタム属性を追加",
"SUBMIT": "作成",

View File

@@ -150,6 +150,17 @@
"ADD_SLA": "SLAを追加",
"OPEN_CONVERSATION": "会話を開く"
},
"MESSAGE_TYPES": {
"INCOMING": "Incoming Message",
"OUTGOING": "Outgoing Message"
},
"PRIORITY_TYPES": {
"NONE": "なし",
"LOW": "低",
"MEDIUM": "中",
"HIGH": "高",
"URGENT": "緊急"
},
"ATTRIBUTES": {
"MESSAGE_TYPE": "Message Type",
"MESSAGE_CONTAINS": "Message Contains",

View File

@@ -134,6 +134,7 @@
"MULTISELECT": {
"ENTER_TO_SELECT": "Enterキーで選択",
"ENTER_TO_REMOVE": "Enterキーで削除",
"NO_OPTIONS": "List is empty",
"SELECT_ONE": "1つを選択",
"SELECT": "選択"
}

View File

@@ -481,6 +481,37 @@
"ERROR_MESSAGE": "アシスタントの更新中にエラーが発生しました。もう一度お試しください。",
"NOT_FOUND": "Could not find the assistant. Please try again."
},
"SETTINGS": {
"BREADCRUMB": {
"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": "アシスタントを編集",
"DELETE_ASSISTANT": "アシスタントを削除",

View File

@@ -99,6 +99,13 @@
"CHANGE_PRIORITY": "優先度を変更",
"ADD_PRIVATE_NOTE": "Add a Private Note",
"SEND_WEBHOOK_EVENT": "Send Webhook Event"
},
"PRIORITY_TYPES": {
"NONE": "なし",
"LOW": "低",
"MEDIUM": "中",
"HIGH": "高",
"URGENT": "緊急"
}
}
}