80 lines
2.5 KiB
JSON
80 lines
2.5 KiB
JSON
|
{
|
||
|
"CAMPAIGN": {
|
||
|
"HEADER": "Campaigns",
|
||
|
"SIDEBAR_TXT": "Proactive messages allow the customer to send outbound messages to their contacts which would trigger more conversations. Click on <b>Add Campaign</b> to create a new campaign. You can also edit or delete an existing campaign by clicking on the Edit or Delete button.",
|
||
|
"HEADER_BTN_TXT": "Create a campaign",
|
||
|
"ADD": {
|
||
|
"TITLE": "Create a campaign",
|
||
|
"DESC": "Proactive messages allow the customer to send outbound messages to their contacts which would trigger more conversations.",
|
||
|
"CANCEL_BUTTON_TEXT": "取消",
|
||
|
"CREATE_BUTTON_TEXT": "建立",
|
||
|
"FORM": {
|
||
|
"TITLE": {
|
||
|
"LABEL": "標題",
|
||
|
"PLACEHOLDER": "Please enter the title of campaign",
|
||
|
"ERROR": "Title is required"
|
||
|
},
|
||
|
"MESSAGE": {
|
||
|
"LABEL": "訊息",
|
||
|
"PLACEHOLDER": "Please enter the message of campaign",
|
||
|
"ERROR": "訊息為必填"
|
||
|
},
|
||
|
"SENT_BY": {
|
||
|
"LABEL": "發送者:",
|
||
|
"PLACEHOLDER": "Please select the the content of campaign",
|
||
|
"ERROR": "發送者為必填"
|
||
|
},
|
||
|
"END_POINT": {
|
||
|
"LABEL": "URL",
|
||
|
"PLACEHOLDER": "請輸入 URL",
|
||
|
"ERROR": "請輸入一個有效的 URL"
|
||
|
},
|
||
|
"TIME_ON_PAGE": {
|
||
|
"LABEL": "Time on page(Seconds)",
|
||
|
"PLACEHOLDER": "請輸入時間",
|
||
|
"ERROR": "Time on page is required"
|
||
|
},
|
||
|
"ENABLED": "Enable campaign",
|
||
|
"SUBMIT": "Add Campaign"
|
||
|
},
|
||
|
"API": {
|
||
|
"SUCCESS_MESSAGE": "Campaign created successfully",
|
||
|
"ERROR_MESSAGE": "There was an error. Please try again."
|
||
|
}
|
||
|
},
|
||
|
"EDIT": {
|
||
|
"TITLE": "Edit campaign",
|
||
|
"UPDATE_BUTTON_TEXT": "更新",
|
||
|
"API": {
|
||
|
"SUCCESS_MESSAGE": "Campaign updated successfully",
|
||
|
"ERROR_MESSAGE": "出現錯誤,請重試"
|
||
|
}
|
||
|
},
|
||
|
"LIST": {
|
||
|
"LOADING_MESSAGE": "Loading campaigns...",
|
||
|
"404": "There are no campaigns created for this inbox.",
|
||
|
"TABLE_HEADER": {
|
||
|
"TITLE": "標題",
|
||
|
"MESSAGE": "訊息",
|
||
|
"STATUS": "狀態",
|
||
|
"SENDER": "發送者",
|
||
|
"URL": "URL",
|
||
|
"TIME_ON_PAGE": "時間(秒)",
|
||
|
"CREATED_AT": "建立於"
|
||
|
},
|
||
|
"BUTTONS": {
|
||
|
"ADD": "建立",
|
||
|
"EDIT": "編輯",
|
||
|
"DELETE": "刪除"
|
||
|
},
|
||
|
"STATUS": {
|
||
|
"ENABLED": "已啟用",
|
||
|
"DISABLED": "已停用"
|
||
|
},
|
||
|
"SENDER": {
|
||
|
"BOT": "機器人"
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
}
|