@tencentcloud/ai-desk-customer-vue 0.7.0 → 1.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +5 -3
- package/README.md +153 -50
- package/components/CustomerServiceChat/chat-header/index-web.vue +2 -2
- package/components/CustomerServiceChat/index-web.vue +71 -11
- package/components/CustomerServiceChat/message-input/message-input-editor-web.vue +7 -1
- package/components/CustomerServiceChat/message-input-toolbar/emoji-dialog-mobile/emoji-dialog-mobile.vue +2 -1
- package/components/CustomerServiceChat/message-input-toolbar/emoji-picker/emoji-picker-dialog.vue +2 -1
- package/components/CustomerServiceChat/message-input-toolbar/emoji-picker/index.vue +2 -1
- package/components/CustomerServiceChat/message-input-toolbar/file-upload/index.vue +3 -2
- package/components/CustomerServiceChat/message-input-toolbar/image-upload/index.vue +4 -3
- package/components/CustomerServiceChat/message-input-toolbar/index-web.vue +2 -2
- package/components/CustomerServiceChat/message-input-toolbar/video-upload/index.vue +2 -2
- package/components/CustomerServiceChat/message-list/message-elements/message-bubble-web.vue +19 -0
- package/components/CustomerServiceChat/message-list/message-elements/message-custom.vue +6 -2
- package/components/CustomerServiceChat/message-list/message-elements/message-desk/message-desk-elements/marked.ts +4 -0
- package/components/CustomerServiceChat/message-list/message-elements/message-desk/message-desk-elements/message-branch.vue +13 -4
- package/components/CustomerServiceChat/message-list/message-elements/message-desk/message-desk-elements/message-multi-form/component-mobile/input-mobile.vue +4 -2
- package/components/CustomerServiceChat/message-list/message-elements/message-desk/message-desk-elements/message-multi-form/component-mobile/radios-mobile.vue +4 -2
- package/components/CustomerServiceChat/message-list/message-elements/message-desk/message-desk-elements/message-multi-form/component-pc/input-pc.vue +4 -2
- package/components/CustomerServiceChat/message-list/message-elements/message-desk/message-desk-elements/message-multi-form/component-pc/radio-pc.vue +5 -3
- package/components/CustomerServiceChat/message-list/message-elements/message-desk/message-desk-elements/message-multi-form/form-mobile.vue +6 -4
- package/components/CustomerServiceChat/message-list/message-elements/message-desk/message-desk-elements/message-multi-form/form-pc.vue +5 -3
- package/components/CustomerServiceChat/message-list/message-elements/message-desk/message-desk-elements/message-product-card.vue +21 -11
- package/components/CustomerServiceChat/message-list/message-elements/message-desk/message-desk-elements/message-rating/message-rating-number.vue +6 -6
- package/components/CustomerServiceChat/message-list/message-elements/message-desk/message-desk-elements/message-rating/message-rating-star.vue +14 -14
- package/components/CustomerServiceChat/message-list/message-elements/message-desk/message-desk-elements/message-robot-welcome.vue +2 -6
- package/components/CustomerServiceChat/message-list/message-elements/message-desk/message-desk-elements/message-single-form/form-input.vue +6 -4
- package/components/CustomerServiceChat/message-list/message-elements/message-location.vue +2 -1
- package/components/CustomerServiceChat/message-list/message-elements/message-text.vue +1 -1
- package/components/CustomerServiceChat/message-list/message-elements/message-thinking.vue +2 -2
- package/components/CustomerServiceChat/message-list/message-tool/index-web.vue +1 -1
- package/components/CustomerServiceChat/message-list/message-tool/message-revoked.vue +1 -0
- package/components/CustomerServiceChat/message-list/scroll-button/index.vue +3 -1
- package/components/CustomerServiceChat/message-toolbar-button/index.vue +2 -2
- package/components/common/Dialog/index.vue +2 -2
- package/components/common/ImagePreviewer/index-web.vue +2 -2
- package/constant.ts +14 -0
- package/excluded-list.txt +0 -1
- package/index.ts +1 -6
- package/locales/en/TUIChat.ts +158 -0
- package/locales/en/aidesk.ts +16 -0
- package/locales/en/component.ts +6 -0
- package/locales/en/index.ts +26 -0
- package/locales/en/time.ts +37 -0
- package/locales/fil/TUIChat.ts +160 -0
- package/locales/fil/aidesk.ts +16 -0
- package/locales/fil/component.ts +6 -0
- package/locales/fil/index.ts +25 -0
- package/locales/fil/time.ts +18 -0
- package/locales/id/TUIChat.ts +164 -0
- package/locales/id/aidesk.ts +16 -0
- package/locales/id/component.ts +6 -0
- package/locales/id/index.ts +26 -0
- package/locales/id/time.ts +19 -0
- package/locales/index.ts +30 -0
- package/locales/ja/TUIChat.ts +165 -0
- package/locales/ja/aidesk.ts +16 -0
- package/locales/ja/component.ts +6 -0
- package/locales/ja/index.ts +26 -0
- package/locales/ja/time.ts +18 -0
- package/locales/ms/TUIChat.ts +165 -0
- package/locales/ms/aidesk.ts +16 -0
- package/locales/ms/component.ts +6 -0
- package/locales/ms/index.ts +26 -0
- package/locales/ms/time.ts +18 -0
- package/locales/ru/TUIChat.ts +158 -0
- package/locales/ru/aidesk.ts +16 -0
- package/locales/ru/component.ts +7 -0
- package/locales/ru/index.ts +26 -0
- package/locales/ru/time.ts +30 -0
- package/locales/th/TUIChat.ts +165 -0
- package/locales/th/aidesk.ts +16 -0
- package/locales/th/component.ts +6 -0
- package/locales/th/index.ts +26 -0
- package/locales/th/time.ts +18 -0
- package/locales/vi/TUIChat.ts +156 -0
- package/locales/vi/aidesk.ts +16 -0
- package/locales/vi/component.ts +6 -0
- package/locales/vi/index.ts +26 -0
- package/locales/vi/time.ts +18 -0
- package/locales/zh_cn/TUIChat.ts +158 -0
- package/locales/zh_cn/aidesk.ts +17 -0
- package/locales/zh_cn/component.ts +6 -0
- package/locales/zh_cn/index.ts +26 -0
- package/locales/zh_cn/time.ts +37 -0
- package/locales/zh_tw/TUIChat.ts +158 -0
- package/locales/zh_tw/aidesk.ts +16 -0
- package/locales/zh_tw/component.ts +6 -0
- package/locales/zh_tw/index.ts +26 -0
- package/locales/zh_tw/time.ts +37 -0
- package/package.json +2 -2
- package/server.ts +14 -2
- package/utils/index.ts +6 -16
- package/utils/utils.ts +4 -5
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
<div class="message-thinking">
|
|
3
3
|
<div v-for="(icon, index) in icons" :key="index">
|
|
4
4
|
<transition name="fade">
|
|
5
|
-
<Icon v-if="icon" :file="loading_message" width="
|
|
5
|
+
<Icon v-if="icon" :file="loading_message" width="14px" height="14px"/>
|
|
6
6
|
</transition>
|
|
7
7
|
</div>
|
|
8
8
|
</div>
|
|
@@ -56,4 +56,4 @@ export default {
|
|
|
56
56
|
.fade-enter, .fade-leave-to {
|
|
57
57
|
opacity: 0;
|
|
58
58
|
}
|
|
59
|
-
</style>
|
|
59
|
+
</style>
|
|
@@ -35,19 +35,19 @@ function onClick(index: number) {
|
|
|
35
35
|
display: flex;
|
|
36
36
|
flex-direction: row !important;
|
|
37
37
|
margin: 5px !important;
|
|
38
|
-
display: flex ;
|
|
39
38
|
align-items: center ;
|
|
40
39
|
}
|
|
41
40
|
|
|
42
41
|
.toolbar-button {
|
|
43
42
|
border: 1px solid #E7EAEF;
|
|
44
|
-
padding: 5px;
|
|
43
|
+
padding: 5px 10px;
|
|
45
44
|
border-radius: 20px;
|
|
46
45
|
cursor: pointer;
|
|
47
46
|
display: flex;
|
|
48
47
|
align-items: center;
|
|
49
48
|
margin-left: 10px;
|
|
50
49
|
white-space: nowrap;
|
|
50
|
+
user-select: none;
|
|
51
51
|
}
|
|
52
52
|
|
|
53
53
|
.toolbar-button-h5 {
|
|
@@ -36,13 +36,13 @@
|
|
|
36
36
|
class="btn btn-cancel"
|
|
37
37
|
@click="close"
|
|
38
38
|
>
|
|
39
|
-
{{ TUITranslateService.t(
|
|
39
|
+
{{ TUITranslateService.t('取消') }}
|
|
40
40
|
</button>
|
|
41
41
|
<button
|
|
42
42
|
class="btn btn-default"
|
|
43
43
|
@click="submit"
|
|
44
44
|
>
|
|
45
|
-
{{ TUITranslateService.t(
|
|
45
|
+
{{ TUITranslateService.t('确定') }}
|
|
46
46
|
</button>
|
|
47
47
|
</footer>
|
|
48
48
|
</main>
|
|
@@ -374,7 +374,7 @@ const save = () => {
|
|
|
374
374
|
const imageSrc = imageMessage?.payload?.imageInfoArray[0]?.url;
|
|
375
375
|
if (!imageSrc) {
|
|
376
376
|
Toast({
|
|
377
|
-
message: TUITranslateService.t('
|
|
377
|
+
message: TUITranslateService.t('Component.图片 url 不存在'),
|
|
378
378
|
type: TOAST_TYPE.ERROR,
|
|
379
379
|
});
|
|
380
380
|
return;
|
|
@@ -396,7 +396,7 @@ const downloadImgInWeb = (src: string) => {
|
|
|
396
396
|
const imageFormat: number = imageMessage?.payload?.imageFormat;
|
|
397
397
|
if (!imageFormatMap.has(imageFormat)) {
|
|
398
398
|
Toast({
|
|
399
|
-
message: TUITranslateService.t('
|
|
399
|
+
message: TUITranslateService.t('Component.暂不支持下载此类型图片'),
|
|
400
400
|
type: TOAST_TYPE.ERROR,
|
|
401
401
|
});
|
|
402
402
|
return;
|
package/constant.ts
CHANGED
|
@@ -114,6 +114,7 @@ export const ROBOT_STATUS = {
|
|
|
114
114
|
// message type
|
|
115
115
|
export const TYPES = {
|
|
116
116
|
MSG_CUSTOM: 'TIMCustomElem',
|
|
117
|
+
MSG_GROUP_TIP:'TIMGroupTipElem'
|
|
117
118
|
};
|
|
118
119
|
|
|
119
120
|
export const EMOJI_TYPE = {
|
|
@@ -121,3 +122,16 @@ export const EMOJI_TYPE = {
|
|
|
121
122
|
BIG: 'big',
|
|
122
123
|
CUSTOM: 'CUSTOM',
|
|
123
124
|
};
|
|
125
|
+
|
|
126
|
+
export const WHITE_LIST = [
|
|
127
|
+
CUSTOM_MESSAGE_SRC.MENU,
|
|
128
|
+
CUSTOM_MESSAGE_SRC.BRANCH,
|
|
129
|
+
CUSTOM_MESSAGE_SRC.BRANCH_NUMBER,
|
|
130
|
+
CUSTOM_MESSAGE_SRC.FROM_INPUT,
|
|
131
|
+
CUSTOM_MESSAGE_SRC.PRODUCT_CARD,
|
|
132
|
+
CUSTOM_MESSAGE_SRC.ROBOT_MSG,
|
|
133
|
+
CUSTOM_MESSAGE_SRC.RICH_TEXT,
|
|
134
|
+
CUSTOM_MESSAGE_SRC.STREAM_TEXT,
|
|
135
|
+
CUSTOM_MESSAGE_SRC.MULTI_BRANCH,
|
|
136
|
+
CUSTOM_MESSAGE_SRC.MULTI_FORM,
|
|
137
|
+
];
|
package/excluded-list.txt
CHANGED
package/index.ts
CHANGED
|
@@ -1,8 +1,6 @@
|
|
|
1
|
-
declare const uni: any;
|
|
2
1
|
import TUICustomerPluginServer from './server';
|
|
3
2
|
import { isMessageInvisible } from './utils/index';
|
|
4
|
-
import
|
|
5
|
-
|
|
3
|
+
import CustomerServiceChat from './components/CustomerServiceChat/index-web.vue';
|
|
6
4
|
|
|
7
5
|
const TUICustomerServer = TUICustomerPluginServer.getInstance();
|
|
8
6
|
|
|
@@ -10,9 +8,6 @@ const isCustomerServicePluginMessage = TUICustomerServer.isCustomerServicePlugin
|
|
|
10
8
|
|
|
11
9
|
const isCustomerConversation = TUICustomerServer.isCustomerConversation.bind(TUICustomerServer);
|
|
12
10
|
|
|
13
|
-
let CustomerServiceChat = CustomerChatWeb;
|
|
14
|
-
|
|
15
|
-
|
|
16
11
|
export {
|
|
17
12
|
isCustomerServicePluginMessage,
|
|
18
13
|
isMessageInvisible,
|
|
@@ -0,0 +1,158 @@
|
|
|
1
|
+
const TUIChat = {
|
|
2
|
+
'按Enter发送,Ctrl+Enter换行': 'Press Enter to send a message and Ctrl+Enter to start a new line',
|
|
3
|
+
'表情': '[Face]',
|
|
4
|
+
'查看更多': 'View more',
|
|
5
|
+
'撤回': 'Recall',
|
|
6
|
+
'撤回了一条消息': ' recalled a message',
|
|
7
|
+
'打开': 'Open',
|
|
8
|
+
'单击下载': 'Click download',
|
|
9
|
+
'下载':'Download',
|
|
10
|
+
'点此投诉': 'Complain',
|
|
11
|
+
'点击处理': 'Click action',
|
|
12
|
+
'对方正在输入': 'Typing...',
|
|
13
|
+
'发起群视频': 'Make group video call',
|
|
14
|
+
'发起群语音': 'Make group voice call',
|
|
15
|
+
'发起通话': 'Start Call',
|
|
16
|
+
'发送失败': 'send failed',
|
|
17
|
+
'复制': 'Copy',
|
|
18
|
+
'复制成功': 'Copied to clipboard',
|
|
19
|
+
'该消息不存在': 'The message does not exist',
|
|
20
|
+
'关闭阅读状态': 'Read status closed',
|
|
21
|
+
'管理员开启全员禁言': 'The admin enables Mute All',
|
|
22
|
+
'欢迎使用TUICallKit': 'Welcome to TUICallKit',
|
|
23
|
+
'回到最新位置': 'Back to the latest location',
|
|
24
|
+
'回复': 'Reply',
|
|
25
|
+
'回复详情': 'Replies',
|
|
26
|
+
'集成TUICallKit': ' Integrate TUICallKit ',
|
|
27
|
+
'检测到您暂未集成TUICallKit,无法体验音视频通话功能': 'It is detected that you have not integrated TUI CallKit yet, so you cannot experience the audio and video call. ',
|
|
28
|
+
'结束群聊': 'Edit Group Call',
|
|
29
|
+
'进行体验': 'to experience.',
|
|
30
|
+
'经度': 'Longitude',
|
|
31
|
+
'拒绝': 'Reject',
|
|
32
|
+
'拒绝通话': 'Decline Call',
|
|
33
|
+
'开通腾讯实时音视频服务': 'Integration Tencent Real-Time Communication',
|
|
34
|
+
'聊天记录': '[Chat history]',
|
|
35
|
+
'描述': 'Description',
|
|
36
|
+
'内容包含敏感词汇': 'Content contains sensitive words',
|
|
37
|
+
'您': 'You',
|
|
38
|
+
'您当前购买使用的套餐包暂未开通此功能': 'The package you purchased does not support this ability.',
|
|
39
|
+
'您当前购买使用的套餐包暂未开通群消息已读回执功能': 'The package you purchased does not support the read receipt of group messages.',
|
|
40
|
+
'您当前购买使用的套餐包暂未开通在线用户列表功能': 'The package you purchased does not support the online user list.',
|
|
41
|
+
'您已被管理员禁言': 'You have been muted by the admin',
|
|
42
|
+
'您有': 'You have',
|
|
43
|
+
'请点击': 'Please click',
|
|
44
|
+
'请输入消息': 'Enter a message',
|
|
45
|
+
'取消': 'Cancel',
|
|
46
|
+
'取消通话': 'Cancel Call',
|
|
47
|
+
'全部已读': 'All read',
|
|
48
|
+
'确定': 'Submit',
|
|
49
|
+
'确认重发该消息?': 'Confirm to resend the message?',
|
|
50
|
+
'人关闭阅读状态': ' read status closed',
|
|
51
|
+
'人未读': ' unread',
|
|
52
|
+
'人已读': ' read',
|
|
53
|
+
'删除': 'Delete',
|
|
54
|
+
'涉及敏感内容': 'Sensitive content',
|
|
55
|
+
'申请加入': 'Application for join in',
|
|
56
|
+
'视频': '[video]',
|
|
57
|
+
'视频通话': 'Video Call',
|
|
58
|
+
'条回复': 'replies',
|
|
59
|
+
'条入群申请': 'Item group application',
|
|
60
|
+
'条新消息': ' new messages',
|
|
61
|
+
'通话时长': 'Duration',
|
|
62
|
+
'同意': 'Agree',
|
|
63
|
+
'图片': '[Image]',
|
|
64
|
+
'图片消息失败,无效的图片格式': 'Image message failed, invalid image format.',
|
|
65
|
+
'纬度': 'Latitude',
|
|
66
|
+
'未读': 'Unread',
|
|
67
|
+
'位置': '[Location]',
|
|
68
|
+
'文件': '[File]',
|
|
69
|
+
'文件不存在,请检查文件路径是否正确': 'The file does not exist, please check if the file path is correct.',
|
|
70
|
+
'文件大小超出了限制,如果上传文件,最大限制是100MB': 'The file size exceeds the limit; if uploading a file, the maximum limit is 100MB.',
|
|
71
|
+
'文件消息失败,禁止发送违规封禁的文件': 'File message failed, sending prohibited and banned files is not allowed.',
|
|
72
|
+
'我': 'I',
|
|
73
|
+
'无法查看': 'unable to view',
|
|
74
|
+
'无法定位到原消息': 'Unable to navigate to the original message',
|
|
75
|
+
'无法收听': 'unable to listen',
|
|
76
|
+
'正在加载': 'Loading...',
|
|
77
|
+
'加载结束': 'Load end',
|
|
78
|
+
'无应答': 'No Answer',
|
|
79
|
+
'系统消息': 'System message',
|
|
80
|
+
'消息': '[message]',
|
|
81
|
+
'消息或者资料中文本存在敏感内容,发送失败': 'Sensitive content found in the message or information text, sending failed.',
|
|
82
|
+
'消息详情': 'Message Detail',
|
|
83
|
+
'消息长度超出限制,消息长度不要超过12K': 'Message length exceeds the limit; please keep the message length under 12K.',
|
|
84
|
+
'消息中图片存在敏感内容,发送失败': ' Sensitive content is found in the picture in the message, sending failed.',
|
|
85
|
+
'选择提醒的人': 'Select Contact',
|
|
86
|
+
'已读': 'Read',
|
|
87
|
+
'已过撤回时限': 'Withdrawal deadline has passed',
|
|
88
|
+
'已接听': 'Answered',
|
|
89
|
+
'已拒绝': 'Rejected',
|
|
90
|
+
'已同意': 'Approved',
|
|
91
|
+
'引用': 'Reference',
|
|
92
|
+
'引用失败': 'quote failed',
|
|
93
|
+
'语音': '[Voice]',
|
|
94
|
+
'语音通话': 'Voice Call',
|
|
95
|
+
'重新编辑': 'Re-edit',
|
|
96
|
+
'重新发送': 'Resend',
|
|
97
|
+
'转发': 'Forward',
|
|
98
|
+
'翻译': 'Translate',
|
|
99
|
+
'转文字': 'Convert',
|
|
100
|
+
'隐藏': 'Hidden',
|
|
101
|
+
'转发给': 'Forward to',
|
|
102
|
+
'自定义': '[custom message]',
|
|
103
|
+
'自定义消息': 'Custom message',
|
|
104
|
+
'腾讯云 IM': 'Tencent Cloud Chat',
|
|
105
|
+
'空': 'Empty',
|
|
106
|
+
'文本包含本地审核拦截词': 'Text contains local moderation blocking words',
|
|
107
|
+
'按住说话': 'Hold to speak',
|
|
108
|
+
'抬起发送': 'Release to send',
|
|
109
|
+
'抬起取消': 'Release to cancel',
|
|
110
|
+
'正在录音': 'Recording',
|
|
111
|
+
'继续上滑可取消': 'Continue to swipe to cancel',
|
|
112
|
+
'松开手指 取消发送': 'Release to cancel',
|
|
113
|
+
'此机型暂不支持复制功能': 'This model does not support the copy',
|
|
114
|
+
'请开通翻译功能': 'Please open the translation feature',
|
|
115
|
+
'请开通语音转文字功能': 'Please open the convert feature',
|
|
116
|
+
'翻译中': 'Translating',
|
|
117
|
+
'转换中': 'Converting',
|
|
118
|
+
'由IM提供翻译支持': 'support by IM',
|
|
119
|
+
'所有人': 'All',
|
|
120
|
+
'已达到表情回应上限数量': 'You have reached the max reaction limit',
|
|
121
|
+
'等': 'and others',
|
|
122
|
+
'人': 'users',
|
|
123
|
+
'返回': 'Back',
|
|
124
|
+
'关闭': 'Close',
|
|
125
|
+
'多选': 'Select',
|
|
126
|
+
'合并转发': 'Combine Forward',
|
|
127
|
+
'逐条转发': 'One-By-One Forward',
|
|
128
|
+
'未选择消息': 'No message selected',
|
|
129
|
+
'[草稿]': '[Drafts]',
|
|
130
|
+
'[消息]': '[Message]',
|
|
131
|
+
'[文本]': '[Text]',
|
|
132
|
+
'[自定义消息]': '[Custom Message]',
|
|
133
|
+
'[图片]': '[Image]',
|
|
134
|
+
'[音频]': '[Voice]',
|
|
135
|
+
'[语音]': '[Voice]',
|
|
136
|
+
'[视频]': '[Video]',
|
|
137
|
+
'[文件]': '[File]',
|
|
138
|
+
'[位置]': '[Location]',
|
|
139
|
+
'[地理位置]': '[Location]',
|
|
140
|
+
'[动画表情]': '[Animated Sticker]',
|
|
141
|
+
'[群提示]': '[Group Tip]',
|
|
142
|
+
'[群提示消息]': '[Group Notification]',
|
|
143
|
+
'[聊天记录]': '[Chat History]',
|
|
144
|
+
'[机器人自定义消息]': '[Robot Custom Message]',
|
|
145
|
+
'引用内容已撤回': 'The quoted message has been withdrawn',
|
|
146
|
+
'群聊的聊天记录': 'Chat history for Group Chat',
|
|
147
|
+
'和': 'and',
|
|
148
|
+
'的聊天记录': 'chat history',
|
|
149
|
+
'请升级IMSDK到v2.10.1或更高版本查看此消息': 'Please upgrade IMSDK to v2.10.1 or higher to view this message',
|
|
150
|
+
'该群聊已被解散': 'The group has been dismissed',
|
|
151
|
+
'您已被管理员移出群聊': 'You have been removed from the group by the admin.',
|
|
152
|
+
'您已退出该群聊': 'You have left the group.',
|
|
153
|
+
'您已被禁止聊天': 'you have been forbidden to speak',
|
|
154
|
+
'账号被强制下线': 'Account forcibly logged out',
|
|
155
|
+
'登录失败': 'Login failed',
|
|
156
|
+
};
|
|
157
|
+
|
|
158
|
+
export default TUIChat;
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
const AIDesk = {
|
|
2
|
+
"结束人工会话": "end",
|
|
3
|
+
"转人工服务": "human service",
|
|
4
|
+
"跳转": "Goto",
|
|
5
|
+
"立即填写": "Fill now",
|
|
6
|
+
"已提交": "Submitted",
|
|
7
|
+
"提交": "Submit",
|
|
8
|
+
"查看内容": "View content",
|
|
9
|
+
"请填写必填项": "Please fill in the required fields",
|
|
10
|
+
"Hi,我是": "Hi, I'm ",
|
|
11
|
+
"请输入内容":"Please enter the content",
|
|
12
|
+
"如果满意请给好评哦~":"If you're satisfied, please give a good review~",
|
|
13
|
+
"请对本次服务进行评价": "Please rate this service",
|
|
14
|
+
"提交评价": "Feedback",
|
|
15
|
+
}
|
|
16
|
+
export default AIDesk;
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
import TUIChat from './TUIChat';
|
|
2
|
+
import Component from './component';
|
|
3
|
+
import Time from './time';
|
|
4
|
+
import AIDesk from './aidesk';
|
|
5
|
+
|
|
6
|
+
const messages = {
|
|
7
|
+
en: {
|
|
8
|
+
"取消": 'Cancel',
|
|
9
|
+
"确定": 'Confirm',
|
|
10
|
+
"发送": 'Send',
|
|
11
|
+
"系统通知": 'System notification',
|
|
12
|
+
"关闭": 'Close',
|
|
13
|
+
"图片": 'Image',
|
|
14
|
+
"文件": 'File',
|
|
15
|
+
"表情": 'Emoji',
|
|
16
|
+
"视频": 'Video',
|
|
17
|
+
"录制": 'Record',
|
|
18
|
+
"拍照": 'Take a photo',
|
|
19
|
+
AIDesk,
|
|
20
|
+
TUIChat,
|
|
21
|
+
Component,
|
|
22
|
+
Time,
|
|
23
|
+
},
|
|
24
|
+
};
|
|
25
|
+
|
|
26
|
+
export default messages;
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
const Time = {
|
|
2
|
+
"周": "week(s) ",
|
|
3
|
+
"天": "day(s)",
|
|
4
|
+
"小时": "hour(s) ",
|
|
5
|
+
"分钟": "minute(s)",
|
|
6
|
+
"刚刚": "Just now",
|
|
7
|
+
"前": " ago",
|
|
8
|
+
"昨天": "Yesterday",
|
|
9
|
+
"星期一": "Monday",
|
|
10
|
+
"星期二": "Tuesday",
|
|
11
|
+
"星期三": "Wednesday",
|
|
12
|
+
"星期四": "Thursday",
|
|
13
|
+
"星期五": "Friday",
|
|
14
|
+
"星期六": "Saturday",
|
|
15
|
+
"星期日": "Sunday",
|
|
16
|
+
"一月": "January",
|
|
17
|
+
"二月": "February",
|
|
18
|
+
"三月": "March",
|
|
19
|
+
"四月": "April",
|
|
20
|
+
"五月": "May",
|
|
21
|
+
"六月": "June",
|
|
22
|
+
"七月": "July",
|
|
23
|
+
"八月": "August",
|
|
24
|
+
"九月": "September",
|
|
25
|
+
"十月": "October",
|
|
26
|
+
"十一月": "November",
|
|
27
|
+
"十二月": "December",
|
|
28
|
+
"一": "Mon",
|
|
29
|
+
"二": "Tues",
|
|
30
|
+
"三": "Wed",
|
|
31
|
+
"四": "Thur",
|
|
32
|
+
"五": "Fri",
|
|
33
|
+
"六": "Sat",
|
|
34
|
+
"日": "Sun",
|
|
35
|
+
}
|
|
36
|
+
|
|
37
|
+
export default Time;
|
|
@@ -0,0 +1,160 @@
|
|
|
1
|
+
const TUIChat = {
|
|
2
|
+
'撤回': 'Bawiin',
|
|
3
|
+
'删除': 'Tanggalin',
|
|
4
|
+
'复制': 'Kopyahin',
|
|
5
|
+
'重新发送': 'Ipadala Muli',
|
|
6
|
+
'转发': 'I-forward',
|
|
7
|
+
'引用': 'I-quote',
|
|
8
|
+
'打开': 'Buksan',
|
|
9
|
+
'已读': 'Nabasa Na',
|
|
10
|
+
'未读': 'Hindi Pa Nabasa',
|
|
11
|
+
'人已读': 'tao ang nakabasa',
|
|
12
|
+
'人未读': 'tao ang hindi pa nakabasa',
|
|
13
|
+
'人关闭阅读状态': 'tao ang nagsara ng estado ng pagbabasa',
|
|
14
|
+
'全部已读': 'Lahat ay Nabasa Na',
|
|
15
|
+
'消息详情': 'Detalye ng Mensahe',
|
|
16
|
+
'关闭阅读状态': 'Isara ang Estado ng Pagbabasa',
|
|
17
|
+
'您': 'Ikaw',
|
|
18
|
+
'撤回了一条消息': 'binawi ang isang mensahe',
|
|
19
|
+
'重新编辑': 'I-edit Muli',
|
|
20
|
+
'我': 'Ako',
|
|
21
|
+
'自定义消息': 'Pasadyang Mensahe',
|
|
22
|
+
'查看更多': 'Tingnan ang Higit Pa',
|
|
23
|
+
'确认重发该消息?': 'Kumpirmahin ang muling pagpapadala ng mensaheng ito?',
|
|
24
|
+
'取消': 'Kanselahin',
|
|
25
|
+
'确定': 'Kumpirmahin',
|
|
26
|
+
'转发给': 'I-forward sa',
|
|
27
|
+
'请输入消息': 'Pakilagay ang mensahe',
|
|
28
|
+
'描述': 'Paglalarawan',
|
|
29
|
+
'经度': 'Longhitud',
|
|
30
|
+
'纬度': 'Latitud',
|
|
31
|
+
'图片': '[Larawan]',
|
|
32
|
+
'语音': '[Boses]',
|
|
33
|
+
'视频': '[Bidyo]',
|
|
34
|
+
'表情': '[Emoji]',
|
|
35
|
+
'文件': '[File]',
|
|
36
|
+
'自定义': '[Pasadyang Mensahe]',
|
|
37
|
+
'管理员开启全员禁言': 'In-activate ng Administrator ang Pagkatahimik ng Lahat',
|
|
38
|
+
'您已被管理员禁言': 'Ikaw ay pinatahimik ng Administrator',
|
|
39
|
+
'按Enter发送': 'Pindutin ang Enter para Ipadala',
|
|
40
|
+
'单击下载': 'I-click para I-download',
|
|
41
|
+
'下载': 'download',
|
|
42
|
+
'该消息不存在': 'Ang mensaheng ito ay hindi umiiral',
|
|
43
|
+
'无法定位到原消息': 'Hindi mahanap ang orihinal na mensahe',
|
|
44
|
+
'对方正在输入': 'Ang kabilang panig ay nagta-type...',
|
|
45
|
+
'回到最新位置': 'Bumalik sa Pinakabagong Posisyon',
|
|
46
|
+
'条新消息': 'bagong mensahe',
|
|
47
|
+
'点此投诉': 'I-click dito para magreklamo',
|
|
48
|
+
'语音通话': 'Voice Call',
|
|
49
|
+
'视频通话': 'Video Call',
|
|
50
|
+
'发起群语音': 'Simulan ang Group Voice Call',
|
|
51
|
+
'发起群视频': 'Simulan ang Group Video Call',
|
|
52
|
+
'已接听': 'Nasagot Na',
|
|
53
|
+
'拒绝通话': 'Tinanggihan ang Tawag',
|
|
54
|
+
'无应答': 'Walang Sagot',
|
|
55
|
+
'取消通话': 'Kanselahin ang Tawag',
|
|
56
|
+
'发起通话': 'Simulan ang Tawag',
|
|
57
|
+
'结束群聊': 'Tapusin ang Group Chat',
|
|
58
|
+
'通话时长': 'Tagal ng Tawag',
|
|
59
|
+
'欢迎使用TUICallKit': 'Maligayang Pagdating sa Paggamit ng TUICallKit',
|
|
60
|
+
'检测到您暂未集成TUICallKit,无法体验音视频通话功能': 'Nadiskubre na hindi mo pa na-integrate ang TUICallKit, hindi mo magagamit ang mga tampok ng audio at video call.',
|
|
61
|
+
'请点击': 'Paki-click',
|
|
62
|
+
'集成TUICallKit': 'Integrate ang TUICallKit',
|
|
63
|
+
'开通腾讯实时音视频服务': 'I-activate ang Tencent Real-time Audio at Video Service',
|
|
64
|
+
'进行体验': 'para sa karanasan.',
|
|
65
|
+
'您当前购买使用的套餐包暂未开通此功能': 'Ang kasalukuyang package na binili mo ay hindi pa na-activate ang tampok na ito.',
|
|
66
|
+
'系统消息': 'Mensahe ng Sistema',
|
|
67
|
+
'转人工服务': 'Ilipat sa Serbisyo ng Tao',
|
|
68
|
+
'点击处理': 'Mag-click ng aksyon',
|
|
69
|
+
'发送失败': 'Nabigo ang pagpapadala',
|
|
70
|
+
'复制成功': 'Nakopya sa clipboard',
|
|
71
|
+
'回复': 'Tumugon',
|
|
72
|
+
'回复详情': 'Mga Tugon',
|
|
73
|
+
'拒绝': 'Tanggihan',
|
|
74
|
+
'聊天记录': '[Kasaysayan ng Chat]',
|
|
75
|
+
'内容包含敏感词汇': 'May sensitibong mga salita ang nilalaman',
|
|
76
|
+
'您当前购买使用的套餐包暂未开通群消息已读回执功能': 'Ang package na binili mo ay hindi pa nagbubukas ng pagbabasa ng resibo ng mga mensahe sa grupo.',
|
|
77
|
+
'您当前购买使用的套餐包暂未开通在线用户列表功能': 'Ang package na binili mo ay hindi pa nagbubukas ng listahan ng mga online na gumagamit.',
|
|
78
|
+
'您有': 'Mayroon kang',
|
|
79
|
+
'涉及敏感内容': 'May kaugnayan sa sensitibong nilalaman',
|
|
80
|
+
'申请加入': 'Mag-apply para sumali',
|
|
81
|
+
'条回复': 'mga tugon',
|
|
82
|
+
'条入群申请': 'Mga aplikasyon para sumali sa grupo',
|
|
83
|
+
'同意': 'Sumasang-ayon',
|
|
84
|
+
'图片消息失败,无效的图片格式': 'Nabigo ang mensahe ng larawan, hindi wastong format ng larawan.',
|
|
85
|
+
'位置': '[Lokasyon]',
|
|
86
|
+
'文件不存在,请检查文件路径是否正确': 'Hindi umiiral ang file, mangyaring suriin kung tama ang landas ng file.',
|
|
87
|
+
'文件大小超出了限制,如果上传文件,最大限制是100MB': 'Lumampas sa limitasyon ang laki ng file, kung nag-upload ng file, ang maximum limitasyon ay 100MB.',
|
|
88
|
+
'文件消息失败,禁止发送违规封禁的文件': 'Nabigo ang mensahe ng file, ipinagbabawal ang pagpapadala ng mga ipinagbabawal na file.',
|
|
89
|
+
'无法查看': 'Hindi maaring tingnan',
|
|
90
|
+
'无法收听': 'Hindi maaring pakinggan',
|
|
91
|
+
'正在加载': 'Naglo-load...',
|
|
92
|
+
'加载结束': 'Pag-load natapos',
|
|
93
|
+
'消息': '[mensahe]',
|
|
94
|
+
'消息或者资料中文本存在敏感内容,发送失败': 'May sensitibong nilalaman sa teksto ng mensahe o impormasyon, nabigo ang pagpapadala.',
|
|
95
|
+
'消息长度超出限制,消息长度不要超过12K': 'Lumampas sa limitasyon ang haba ng mensahe, huwag lampasang 12K.',
|
|
96
|
+
'消息中图片存在敏感内容,发送失败': 'May sensitibong nilalaman sa larawan sa mensahe, nabigo ang pagpapadala.',
|
|
97
|
+
'选择提醒的人': 'Pumili ng mga taong paalalahanan',
|
|
98
|
+
'已过撤回时限': 'Lumampas na sa takdang oras ng pag-withdraw',
|
|
99
|
+
'已拒绝': 'Tinanggihan na',
|
|
100
|
+
'已同意': 'Pinayagan na',
|
|
101
|
+
'引用失败': 'Nabigo ang pag-quote',
|
|
102
|
+
'翻译': 'Isalin',
|
|
103
|
+
'转文字': 'I-convert sa teksto',
|
|
104
|
+
'隐藏': 'Itago',
|
|
105
|
+
'腾讯云 IM': 'Tencent Cloud Chat',
|
|
106
|
+
'空': 'Walang laman',
|
|
107
|
+
'文本包含本地审核拦截词': 'May mga salitang sinusuri sa lokal na pagbabawal sa teksto',
|
|
108
|
+
'按住说话': 'Pindutin at magsalita',
|
|
109
|
+
'抬起发送': 'Ibaba at ipadala',
|
|
110
|
+
'抬起取消': 'Ibaba at kanselahin',
|
|
111
|
+
'正在录音': 'Nagre-record',
|
|
112
|
+
'继续上滑可取消': 'Magpatuloy sa pag-swipe pataas para kanselahin',
|
|
113
|
+
'松开手指 取消发送': 'Bitawan ang daliri para kanselahin',
|
|
114
|
+
'此机型暂不支持复制功能': 'Hindi suportado ng kasalukuyang modelo ang pagkopya',
|
|
115
|
+
'请开通翻译功能': 'Mangyaring buksan ang tampok na pagsasalin',
|
|
116
|
+
'请开通语音转文字功能': 'Mangyaring buksan ang tampok na pag-convert ng boses sa teksto',
|
|
117
|
+
'翻译中': 'Nagpapalit ng wika',
|
|
118
|
+
'转换中': 'Nagco-convert',
|
|
119
|
+
'由IM提供翻译支持': 'Suportado ng IM ang pagsasalin',
|
|
120
|
+
'所有人': 'Lahat',
|
|
121
|
+
'已达到表情回应上限数量': 'Nakamit mo na ang maximum na limitasyon ng mga reaksyon',
|
|
122
|
+
'等': 'at iba pa',
|
|
123
|
+
'人': 'mga gumagamit',
|
|
124
|
+
'返回': 'Bumalik',
|
|
125
|
+
'关闭': 'Isara',
|
|
126
|
+
'多选': 'Pumili',
|
|
127
|
+
'合并转发': 'Pagsamahin ang Pagpapadala',
|
|
128
|
+
'逐条转发': 'Isang-isa Pagpapadala',
|
|
129
|
+
'未选择消息': 'Walang napiling mensahe',
|
|
130
|
+
'[草稿]': '[Drafts]',
|
|
131
|
+
'[消息]': '[Mensahe]',
|
|
132
|
+
'[文本]': '[Teksto]',
|
|
133
|
+
'[自定义消息]': '[Pasadyang Mensahe]',
|
|
134
|
+
'[图片]': '[Larawan]',
|
|
135
|
+
'[音频]': '[Boses]',
|
|
136
|
+
'[语音]': '[Boses]',
|
|
137
|
+
'[视频]': '[Bideo]',
|
|
138
|
+
'[文件]': '[File]',
|
|
139
|
+
'[位置]': '[Lokasyon]',
|
|
140
|
+
'[地理位置]': '[Lokasyon]',
|
|
141
|
+
'[动画表情]': '[Animated Sticker]',
|
|
142
|
+
'[群提示]': '[Group Tip]',
|
|
143
|
+
'[群提示消息]': '[Group Notification]',
|
|
144
|
+
'[聊天记录]': '[Kasaysayan ng Chat]',
|
|
145
|
+
'[机器人自定义消息]': '[Pasadyang Mensahe ng Robot]',
|
|
146
|
+
'引用内容已撤回': 'Ang na-quote na nilalaman ay na-withdraw',
|
|
147
|
+
'群聊的聊天记录': 'Kasaysayan ng Chat para sa Group Chat',
|
|
148
|
+
'和': 'at',
|
|
149
|
+
'的聊天记录': 'kasaysayan ng chat',
|
|
150
|
+
'请升级IMSDK到v2.10.1或更高版本查看此消息': 'Mangyaring i-upgrade ang IMSDK sa v2.10.1 o mas mataas na bersyon upang tingnan ang mensaheng ito',
|
|
151
|
+
'该群聊已被解散': 'Ang grupo ay na-disband na',
|
|
152
|
+
'您已被管理员移出群聊': 'Kayo ay tinanggal na ng admin sa grupo',
|
|
153
|
+
'您已退出该群聊': 'Kayo ay umalis na sa grupo',
|
|
154
|
+
'您已被禁止聊天': 'Kayo ay ipinagbawal na makipag-chat',
|
|
155
|
+
'按Enter发送,Ctrl+Enter换行': 'Pindutin ang Enter upang ipadala, Ctrl+Enter upang pumunta ng bara',
|
|
156
|
+
'账号被强制下线': 'Ang account ay pina-force log out',
|
|
157
|
+
'登录失败': 'Hindi makapag-login',
|
|
158
|
+
};
|
|
159
|
+
|
|
160
|
+
export default TUIChat;
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
const AIDesk = {
|
|
2
|
+
"结束人工会话":"Tapusin ang Usapan",
|
|
3
|
+
"转人工服务": "Ilipat sa Serbisyo ng Tao",
|
|
4
|
+
"跳转":"Tumalon",
|
|
5
|
+
"立即填写": "Punan Agad",
|
|
6
|
+
"已提交": "Naisumite Na",
|
|
7
|
+
"提交": "Isumite",
|
|
8
|
+
"查看内容": "Tingnan ang Nilalaman",
|
|
9
|
+
"请填写必填项": "Mangyaring punan ang mga kinakailangang field",
|
|
10
|
+
"Hi,我是": "Hi, ako ",
|
|
11
|
+
"请输入内容":"Pakilagay ang nilalaman",
|
|
12
|
+
"如果满意请给好评哦~":"Kung nasiyahan ka, mangyaring magbigay ng magandang pagsusuri~",
|
|
13
|
+
"请对本次服务进行评价": "Mangyaring suriin ang serbisyong ito",
|
|
14
|
+
"提交评价": "Ipasa ang pagsusuri",
|
|
15
|
+
}
|
|
16
|
+
export default AIDesk;
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
import AIDesk from './aidesk';
|
|
2
|
+
import TUIChat from './TUIChat';
|
|
3
|
+
import Component from './component';
|
|
4
|
+
import Time from './time';
|
|
5
|
+
const messages = {
|
|
6
|
+
fil: {
|
|
7
|
+
"取消": 'Kanselahin',
|
|
8
|
+
"确定": 'Kumpirmahin',
|
|
9
|
+
"发送": 'Ipadala',
|
|
10
|
+
"系统通知": 'Abiso ng Sistema',
|
|
11
|
+
"关闭": 'Isara',
|
|
12
|
+
"图片": 'Larawan',
|
|
13
|
+
"文件": 'dokumento',
|
|
14
|
+
"表情": 'Emoji',
|
|
15
|
+
"视频": 'Bidyo',
|
|
16
|
+
"录制": 'Magkuha ng audio',
|
|
17
|
+
"拍照": 'Magkuha ng larawan',
|
|
18
|
+
AIDesk,
|
|
19
|
+
TUIChat,
|
|
20
|
+
Component,
|
|
21
|
+
Time,
|
|
22
|
+
},
|
|
23
|
+
};
|
|
24
|
+
|
|
25
|
+
export default messages;
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
const Time = {
|
|
2
|
+
"周": "linggo/linggo ",
|
|
3
|
+
"天": "araw",
|
|
4
|
+
"小时": "oras/oras ",
|
|
5
|
+
"分钟": "minuto/minuto",
|
|
6
|
+
"刚刚": "Kamakailan lang",
|
|
7
|
+
"前": " nakaraan",
|
|
8
|
+
"昨天": "Kahapon",
|
|
9
|
+
"星期一": "Lunes",
|
|
10
|
+
"星期二": "Martes",
|
|
11
|
+
"星期三": "Miyerkules",
|
|
12
|
+
"星期四": "Huwebes",
|
|
13
|
+
"星期五": "Biyernes",
|
|
14
|
+
"星期六": "Sabado",
|
|
15
|
+
"星期日": "Linggo",
|
|
16
|
+
}
|
|
17
|
+
|
|
18
|
+
export default Time;
|