Files
leadchat/app/javascript/dashboard/i18n/locale/ja/cannedMgmt.json
2024-08-16 14:06:32 +05:30

78 lines
2.9 KiB
JSON

{
"CANNED_MGMT": {
"HEADER": "定型文",
"LEARN_MORE": "Learn more about canned responses",
"DESCRIPTION": "Canned Responses are pre-written reply templates that help you quickly respond to a conversation. Agents can type the '/' character followed by the shortcode to insert a canned response during a conversation. ",
"HEADER_BTN_TXT": "Add canned response",
"LOADING": "Fetching canned responses...",
"SEARCH_404": "検索内容(クエリ)に一致する項目はありませんでした.",
"LIST": {
"404": "このアカウントには、利用可能な定型文の回答はありません",
"TITLE": "定型文回答を管理する",
"DESC": "Canned Responses are predefined reply templates which can be used to quickly send out replies to conversations.",
"TABLE_HEADER": [
"Short code",
"内容",
"操作"
]
},
"ADD": {
"TITLE": "Add canned response",
"DESC": "Canned Responses are predefined reply templates which can be used to quickly send out replies to conversations.",
"CANCEL_BUTTON_TEXT": "キャンセル",
"FORM": {
"SHORT_CODE": {
"LABEL": "Short code",
"PLACEHOLDER": "Please enter a short code.",
"ERROR": "Short Code is required."
},
"CONTENT": {
"LABEL": "メッセージ",
"PLACEHOLDER": "Please write the message you want to save as a template to use later.",
"ERROR": "Message is required."
},
"SUBMIT": "送信"
},
"API": {
"SUCCESS_MESSAGE": "Canned response added successfully.",
"ERROR_MESSAGE": "Woot Serverに接続できませんでした。後でもう一度お試しください。"
}
},
"EDIT": {
"TITLE": "Edit canned response",
"CANCEL_BUTTON_TEXT": "キャンセル",
"FORM": {
"SHORT_CODE": {
"LABEL": "Short code",
"PLACEHOLDER": "Please enter a shortcode.",
"ERROR": "Short code is required."
},
"CONTENT": {
"LABEL": "メッセージ",
"PLACEHOLDER": "Please write the message you want to save as a template to use later.",
"ERROR": "Message is required."
},
"SUBMIT": "送信"
},
"BUTTON_TEXT": "編集",
"API": {
"SUCCESS_MESSAGE": "Canned response is updated successfully.",
"ERROR_MESSAGE": "Woot Serverに接続できませんでした。後でもう一度お試しください。"
}
},
"DELETE": {
"BUTTON_TEXT": "削除",
"API": {
"SUCCESS_MESSAGE": "Canned response deleted successfully.",
"ERROR_MESSAGE": "Woot Serverに接続できませんでした。後でもう一度お試しください。"
},
"CONFIRM": {
"TITLE": "Confirm deletion",
"MESSAGE": "削除してもよろしいですか? ",
"YES": "Yes, delete ",
"NO": "No, keep "
}
}
}
}