@tencentcloud/chat-uikit-react 3.0.0 → 3.0.2
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 +17 -1
- package/README.md +8 -8
- package/dist/{ChatSetting-C7QlwAiq.js → ChatSetting-BtQwjHr0.js} +4996 -4920
- package/dist/components/Chat/Chat.js +10 -9
- package/dist/components/ChatHeader/ChatHeader.js +12 -11
- package/dist/components/ChatHeader/ChatHeaderActions/ChatHeaderActions.js +10 -9
- package/dist/components/ChatHeader/ChatHeaderUI/ChatHeaderUI.js +10 -9
- package/dist/components/Checkbox/index.js +1 -1
- package/dist/components/IconFont/Icon.js +1 -1
- package/dist/components/Modal/Modal.js +1 -1
- package/dist/components/Model/index.js +1 -1
- package/dist/components/Plugins/index.js +1 -1
- package/dist/components/Popup/index.js +1 -1
- package/dist/components/PopupNew/Popup.js +1 -1
- package/dist/components/Profile/Profile.d.ts +1 -1
- package/dist/components/Profile/Profile.js +16 -16
- package/dist/components/Profile/ProfileDefault.js +39 -39
- package/dist/components/Profile/myProfile/MyProfile.js +10 -9
- package/dist/components/index.d.ts +0 -1
- package/dist/components/index.js +25 -33
- package/dist/constant/avatar.d.ts +2 -1
- package/dist/constant/avatar.js +2 -1
- package/dist/context/ChatContext.js +6 -5
- package/dist/external_modules/{mui-CbGEJVT2.js → mui-BcA3SBHM.js} +1 -1
- package/dist/external_modules/{zustand-Dvydplxp.js → zustand-CDmQR4co.js} +7 -7
- package/dist/hooks/index.js +0 -1
- package/dist/index.js +2950 -1530
- package/dist/locales/en-US/TUIContact.d.ts +44 -0
- package/dist/locales/en-US/TUIContact.js +46 -1
- package/dist/locales/en-US/index.d.ts +44 -0
- package/dist/locales/ja-JP/TUIContact.d.ts +44 -0
- package/dist/locales/ja-JP/TUIContact.js +46 -1
- package/dist/locales/ja-JP/index.d.ts +44 -0
- package/dist/locales/ko-KR/TUIContact.d.ts +44 -0
- package/dist/locales/ko-KR/TUIContact.js +46 -1
- package/dist/locales/ko-KR/index.d.ts +44 -0
- package/dist/locales/zh-CN/TUIContact.d.ts +44 -0
- package/dist/locales/zh-CN/TUIContact.js +46 -1
- package/dist/locales/zh-CN/index.d.ts +44 -0
- package/dist/locales/zh-TW/TUIContact.d.ts +44 -0
- package/dist/locales/zh-TW/TUIContact.js +46 -1
- package/dist/locales/zh-TW/index.d.ts +44 -0
- package/dist/states/ChatHeaderState.js +23 -22
- package/dist/states/UIManagerState.js +1 -1
- package/dist/styles/ChatSetting.css +1 -1
- package/dist/styles/index.css +1 -1
- package/dist/styles/index2.css +1 -1
- package/dist/styles/index3.css +1 -1
- package/dist/styles/index4.css +1 -1
- package/dist/styles/index5.css +1 -1
- package/package.json +3 -3
- package/src/components/Profile/Profile.tsx +20 -17
- package/src/components/Profile/ProfileDefault.tsx +4 -6
- package/src/components/index.ts +0 -1
- package/src/constant/avatar.ts +2 -1
- package/src/hooks/index.ts +0 -2
- package/src/locales/en-US/TUIContact.ts +45 -0
- package/src/locales/ja-JP/TUIContact.ts +45 -0
- package/src/locales/ko-KR/TUIContact.ts +45 -0
- package/src/locales/zh-CN/TUIContact.ts +45 -0
- package/src/locales/zh-TW/TUIContact.ts +46 -0
- package/src/states/ChatHeaderState.ts +2 -2
- package/dist/components/Contact/Contact.d.ts +0 -3
- package/dist/components/Contact/Contact.js +0 -81
- package/dist/components/Contact/ContactInfo/ContactInfo.d.ts +0 -8
- package/dist/components/Contact/ContactInfo/ContactInfo.js +0 -27
- package/dist/components/Contact/ContactInfo/addFriendInfo.d.ts +0 -8
- package/dist/components/Contact/ContactInfo/addFriendInfo.js +0 -61
- package/dist/components/Contact/ContactInfo/basicInfo.d.ts +0 -8
- package/dist/components/Contact/ContactInfo/basicInfo.js +0 -48
- package/dist/components/Contact/ContactInfo/blockInfo.d.ts +0 -8
- package/dist/components/Contact/ContactInfo/blockInfo.js +0 -33
- package/dist/components/Contact/ContactInfo/friendApplication.d.ts +0 -8
- package/dist/components/Contact/ContactInfo/friendApplication.js +0 -47
- package/dist/components/Contact/ContactInfo/friendInfo.d.ts +0 -9
- package/dist/components/Contact/ContactInfo/friendInfo.js +0 -83
- package/dist/components/Contact/ContactInfo/groupInfo.d.ts +0 -9
- package/dist/components/Contact/ContactInfo/groupInfo.js +0 -45
- package/dist/components/Contact/ContactInfo/hooks/useContactInfo.d.ts +0 -11
- package/dist/components/Contact/ContactInfo/hooks/useContactInfo.js +0 -84
- package/dist/components/Contact/ContactList/ContactList.d.ts +0 -4
- package/dist/components/Contact/ContactList/ContactList.js +0 -152
- package/dist/components/Contact/hooks/useTUIContact.d.ts +0 -12
- package/dist/components/Contact/hooks/useTUIContact.js +0 -58
- package/dist/components/Contact/index.d.ts +0 -3
- package/dist/components/Contact/index.js +0 -10
- package/dist/components/ContactSearch/ContactSearch.d.ts +0 -3
- package/dist/components/ContactSearch/ContactSearch.js +0 -85
- package/dist/components/ContactSearch/hooks/useContactSearch.d.ts +0 -6
- package/dist/components/ContactSearch/hooks/useContactSearch.js +0 -28
- package/dist/styles/ContactInfo.css +0 -1
- package/dist/styles/ContactList.css +0 -1
- package/dist/styles/ContactSearch.css +0 -1
- package/dist/styles/index6.css +0 -1
- package/src/components/Contact/Contact.tsx +0 -97
- package/src/components/Contact/ContactInfo/ContactInfo.tsx +0 -36
- package/src/components/Contact/ContactInfo/addFriendInfo.tsx +0 -88
- package/src/components/Contact/ContactInfo/basicInfo.tsx +0 -52
- package/src/components/Contact/ContactInfo/blockInfo.tsx +0 -45
- package/src/components/Contact/ContactInfo/friendApplication.tsx +0 -68
- package/src/components/Contact/ContactInfo/friendInfo.tsx +0 -101
- package/src/components/Contact/ContactInfo/groupInfo.tsx +0 -62
- package/src/components/Contact/ContactInfo/hooks/useContactInfo.tsx +0 -101
- package/src/components/Contact/ContactInfo/index.scss +0 -136
- package/src/components/Contact/ContactList/ContactList.tsx +0 -174
- package/src/components/Contact/ContactList/index.scss +0 -111
- package/src/components/Contact/hooks/useTUIContact.tsx +0 -88
- package/src/components/Contact/index.scss +0 -91
- package/src/components/Contact/index.ts +0 -3
- package/src/components/ContactSearch/ContactSearch.tsx +0 -102
- package/src/components/ContactSearch/hooks/useContactSearch.tsx +0 -31
- package/src/components/ContactSearch/index.scss +0 -33
|
@@ -23,5 +23,49 @@ declare const TUIContact: {
|
|
|
23
23
|
'verification info': string;
|
|
24
24
|
'Send application': string;
|
|
25
25
|
Agree: string;
|
|
26
|
+
'New contacts': string;
|
|
27
|
+
'Group applications': string;
|
|
28
|
+
'My friends': string;
|
|
29
|
+
'My groups': string;
|
|
30
|
+
Blacklist: string;
|
|
31
|
+
'Search contacts': string;
|
|
32
|
+
'No contacts': string;
|
|
33
|
+
Cancel: string;
|
|
34
|
+
'Add friend/group': string;
|
|
35
|
+
'Unknown contact type': string;
|
|
36
|
+
'Request to add you as friend': string;
|
|
37
|
+
'Apply to join group': string;
|
|
38
|
+
'Invite you to join group': string;
|
|
39
|
+
'Application status': string;
|
|
40
|
+
Pending: string;
|
|
41
|
+
'Application note': string;
|
|
42
|
+
None: string;
|
|
43
|
+
'Verification info': string;
|
|
44
|
+
'Personal signature': string;
|
|
45
|
+
'Remark name': string;
|
|
46
|
+
Save: string;
|
|
47
|
+
'Add to blacklist': string;
|
|
48
|
+
'Send message': string;
|
|
49
|
+
'Apply to add friend': string;
|
|
50
|
+
'Add friend failed': string;
|
|
51
|
+
'User is already your friend': string;
|
|
52
|
+
'Friend request sent, waiting for confirmation': string;
|
|
53
|
+
'Application info': string;
|
|
54
|
+
'Please enter application info...': string;
|
|
55
|
+
'Group ID': string;
|
|
56
|
+
'Group type': string;
|
|
57
|
+
'Group introduction': string;
|
|
58
|
+
'No introduction': string;
|
|
59
|
+
'Work group': string;
|
|
60
|
+
'Public group': string;
|
|
61
|
+
'Meeting group': string;
|
|
62
|
+
'Live group': string;
|
|
63
|
+
Community: string;
|
|
64
|
+
Unknown: string;
|
|
65
|
+
'You are already in this group': string;
|
|
66
|
+
'Group application sent, waiting for admin approval': string;
|
|
67
|
+
'Apply to join group failed': string;
|
|
68
|
+
'Remove from blacklist': string;
|
|
69
|
+
'Enter group chat': string;
|
|
26
70
|
};
|
|
27
71
|
export default TUIContact;
|
|
@@ -22,7 +22,52 @@ const e = {
|
|
|
22
22
|
"waiting for verification": "waiting for verification",
|
|
23
23
|
"verification info": "verification info",
|
|
24
24
|
"Send application": "Send application",
|
|
25
|
-
Agree: "Agree"
|
|
25
|
+
Agree: "Agree",
|
|
26
|
+
// ContactList component translations
|
|
27
|
+
"New contacts": "New contacts",
|
|
28
|
+
"Group applications": "Group applications",
|
|
29
|
+
"My friends": "My friends",
|
|
30
|
+
"My groups": "My groups",
|
|
31
|
+
Blacklist: "Blacklist",
|
|
32
|
+
"Search contacts": "Search contacts",
|
|
33
|
+
"No contacts": "No contacts",
|
|
34
|
+
Cancel: "Cancel",
|
|
35
|
+
"Add friend/group": "Add friend/group",
|
|
36
|
+
"Unknown contact type": "Unknown contact type",
|
|
37
|
+
"Request to add you as friend": "Request to add you as friend",
|
|
38
|
+
"Apply to join group": "Apply to join group",
|
|
39
|
+
"Invite you to join group": "Invite you to join group",
|
|
40
|
+
"Application status": "Application status",
|
|
41
|
+
Pending: "Pending",
|
|
42
|
+
"Application note": "Application note",
|
|
43
|
+
None: "None",
|
|
44
|
+
"Verification info": "Verification info",
|
|
45
|
+
"Personal signature": "Personal signature",
|
|
46
|
+
"Remark name": "Remark name",
|
|
47
|
+
Save: "Save",
|
|
48
|
+
"Add to blacklist": "Add to blacklist",
|
|
49
|
+
"Send message": "Send message",
|
|
50
|
+
"Apply to add friend": "Apply to add friend",
|
|
51
|
+
"Add friend failed": "Add friend failed",
|
|
52
|
+
"User is already your friend": "User is already your friend",
|
|
53
|
+
"Friend request sent, waiting for confirmation": "Friend request sent, waiting for confirmation",
|
|
54
|
+
"Application info": "Application info",
|
|
55
|
+
"Please enter application info...": "Please enter application info...",
|
|
56
|
+
"Group ID": "Group ID",
|
|
57
|
+
"Group type": "Group type",
|
|
58
|
+
"Group introduction": "Group introduction",
|
|
59
|
+
"No introduction": "No introduction",
|
|
60
|
+
"Work group": "Work group",
|
|
61
|
+
"Public group": "Public group",
|
|
62
|
+
"Meeting group": "Meeting group",
|
|
63
|
+
"Live group": "Live group",
|
|
64
|
+
Community: "Community",
|
|
65
|
+
Unknown: "Unknown",
|
|
66
|
+
"You are already in this group": "You are already in this group",
|
|
67
|
+
"Group application sent, waiting for admin approval": "Group application sent, waiting for admin approval",
|
|
68
|
+
"Apply to join group failed": "Apply to join group failed",
|
|
69
|
+
"Remove from blacklist": "Remove from blacklist",
|
|
70
|
+
"Enter group chat": "Enter group chat"
|
|
26
71
|
};
|
|
27
72
|
export {
|
|
28
73
|
e as default
|
|
@@ -186,6 +186,50 @@ export declare const message: {
|
|
|
186
186
|
'verification info': string;
|
|
187
187
|
'Send application': string;
|
|
188
188
|
Agree: string;
|
|
189
|
+
'New contacts': string;
|
|
190
|
+
'Group applications': string;
|
|
191
|
+
'My friends': string;
|
|
192
|
+
'My groups': string;
|
|
193
|
+
Blacklist: string;
|
|
194
|
+
'Search contacts': string;
|
|
195
|
+
'No contacts': string;
|
|
196
|
+
Cancel: string;
|
|
197
|
+
'Add friend/group': string;
|
|
198
|
+
'Unknown contact type': string;
|
|
199
|
+
'Request to add you as friend': string;
|
|
200
|
+
'Apply to join group': string;
|
|
201
|
+
'Invite you to join group': string;
|
|
202
|
+
'Application status': string;
|
|
203
|
+
Pending: string;
|
|
204
|
+
'Application note': string;
|
|
205
|
+
None: string;
|
|
206
|
+
'Verification info': string;
|
|
207
|
+
'Personal signature': string;
|
|
208
|
+
'Remark name': string;
|
|
209
|
+
Save: string;
|
|
210
|
+
'Add to blacklist': string;
|
|
211
|
+
'Send message': string;
|
|
212
|
+
'Apply to add friend': string;
|
|
213
|
+
'Add friend failed': string;
|
|
214
|
+
'User is already your friend': string;
|
|
215
|
+
'Friend request sent, waiting for confirmation': string;
|
|
216
|
+
'Application info': string;
|
|
217
|
+
'Please enter application info...': string;
|
|
218
|
+
'Group ID': string;
|
|
219
|
+
'Group type': string;
|
|
220
|
+
'Group introduction': string;
|
|
221
|
+
'No introduction': string;
|
|
222
|
+
'Work group': string;
|
|
223
|
+
'Public group': string;
|
|
224
|
+
'Meeting group': string;
|
|
225
|
+
'Live group': string;
|
|
226
|
+
Community: string;
|
|
227
|
+
Unknown: string;
|
|
228
|
+
'You are already in this group': string;
|
|
229
|
+
'Group application sent, waiting for admin approval': string;
|
|
230
|
+
'Apply to join group failed': string;
|
|
231
|
+
'Remove from blacklist': string;
|
|
232
|
+
'Enter group chat': string;
|
|
189
233
|
};
|
|
190
234
|
TUIProfile: {
|
|
191
235
|
'Personal information': string;
|
|
@@ -24,5 +24,49 @@ declare const TUIContact: {
|
|
|
24
24
|
'verification info': string;
|
|
25
25
|
'Send application': string;
|
|
26
26
|
Agree: string;
|
|
27
|
+
'New contacts': string;
|
|
28
|
+
'Group applications': string;
|
|
29
|
+
'My friends': string;
|
|
30
|
+
'My groups': string;
|
|
31
|
+
Blacklist: string;
|
|
32
|
+
'Search contacts': string;
|
|
33
|
+
'No contacts': string;
|
|
34
|
+
Cancel: string;
|
|
35
|
+
'Add friend/group': string;
|
|
36
|
+
'Unknown contact type': string;
|
|
37
|
+
'Request to add you as friend': string;
|
|
38
|
+
'Apply to join group': string;
|
|
39
|
+
'Invite you to join group': string;
|
|
40
|
+
'Application status': string;
|
|
41
|
+
Pending: string;
|
|
42
|
+
'Application note': string;
|
|
43
|
+
None: string;
|
|
44
|
+
'Verification info': string;
|
|
45
|
+
'Personal signature': string;
|
|
46
|
+
'Remark name': string;
|
|
47
|
+
Save: string;
|
|
48
|
+
'Add to blacklist': string;
|
|
49
|
+
'Send message': string;
|
|
50
|
+
'Apply to add friend': string;
|
|
51
|
+
'Add friend failed': string;
|
|
52
|
+
'User is already your friend': string;
|
|
53
|
+
'Friend request sent, waiting for confirmation': string;
|
|
54
|
+
'Application info': string;
|
|
55
|
+
'Please enter application info...': string;
|
|
56
|
+
'Group ID': string;
|
|
57
|
+
'Group type': string;
|
|
58
|
+
'Group introduction': string;
|
|
59
|
+
'No introduction': string;
|
|
60
|
+
'Work group': string;
|
|
61
|
+
'Public group': string;
|
|
62
|
+
'Meeting group': string;
|
|
63
|
+
'Live group': string;
|
|
64
|
+
Community: string;
|
|
65
|
+
Unknown: string;
|
|
66
|
+
'You are already in this group': string;
|
|
67
|
+
'Group application sent, waiting for admin approval': string;
|
|
68
|
+
'Apply to join group failed': string;
|
|
69
|
+
'Remove from blacklist': string;
|
|
70
|
+
'Enter group chat': string;
|
|
27
71
|
};
|
|
28
72
|
export default TUIContact;
|
|
@@ -23,7 +23,52 @@ const e = {
|
|
|
23
23
|
"waiting for verification": "認証待ち",
|
|
24
24
|
"verification info": "認証情報",
|
|
25
25
|
"Send application": "申請を送信",
|
|
26
|
-
Agree: "賛成"
|
|
26
|
+
Agree: "賛成",
|
|
27
|
+
// ContactList component translations
|
|
28
|
+
"New contacts": "新しい連絡先",
|
|
29
|
+
"Group applications": "グループ申請",
|
|
30
|
+
"My friends": "私の友達",
|
|
31
|
+
"My groups": "私のグループ",
|
|
32
|
+
Blacklist: "ブロックリスト",
|
|
33
|
+
"Search contacts": "連絡先を検索",
|
|
34
|
+
"No contacts": "連絡先がありません",
|
|
35
|
+
Cancel: "キャンセル",
|
|
36
|
+
"Add friend/group": "友達/グループを追加",
|
|
37
|
+
"Unknown contact type": "不明な連絡先タイプ",
|
|
38
|
+
"Request to add you as friend": "友達として追加を要求",
|
|
39
|
+
"Apply to join group": "グループ参加申請",
|
|
40
|
+
"Invite you to join group": "グループ参加招待",
|
|
41
|
+
"Application status": "申請状況",
|
|
42
|
+
Pending: "保留中",
|
|
43
|
+
"Application note": "申請備考",
|
|
44
|
+
None: "なし",
|
|
45
|
+
"Verification info": "認証情報",
|
|
46
|
+
"Personal signature": "個性的なサイン",
|
|
47
|
+
"Remark name": "備考名",
|
|
48
|
+
Save: "保存",
|
|
49
|
+
"Add to blacklist": "ブロックリストに追加",
|
|
50
|
+
"Send message": "メッセージを送信",
|
|
51
|
+
"Apply to add friend": "友達追加申請",
|
|
52
|
+
"Add friend failed": "友達追加に失敗",
|
|
53
|
+
"User is already your friend": "そのユーザーは既にあなたの友達です",
|
|
54
|
+
"Friend request sent, waiting for confirmation": "友達申請を送信しました、確認をお待ちください",
|
|
55
|
+
"Application info": "申請情報",
|
|
56
|
+
"Please enter application info...": "申請情報を入力してください...",
|
|
57
|
+
"Group ID": "グループID",
|
|
58
|
+
"Group type": "グループタイプ",
|
|
59
|
+
"Group introduction": "グループ紹介",
|
|
60
|
+
"No introduction": "紹介なし",
|
|
61
|
+
"Work group": "ワークグループ",
|
|
62
|
+
"Public group": "パブリックグループ",
|
|
63
|
+
"Meeting group": "ミーティンググループ",
|
|
64
|
+
"Live group": "ライブグループ",
|
|
65
|
+
Community: "コミュニティ",
|
|
66
|
+
Unknown: "不明",
|
|
67
|
+
"You are already in this group": "既にこのグループに参加しています",
|
|
68
|
+
"Group application sent, waiting for admin approval": "グループ申請を送信しました、管理者の承認をお待ちください",
|
|
69
|
+
"Apply to join group failed": "グループ参加申請に失敗",
|
|
70
|
+
"Remove from blacklist": "ブロックリストから削除",
|
|
71
|
+
"Enter group chat": "グループチャットに入る"
|
|
27
72
|
};
|
|
28
73
|
export {
|
|
29
74
|
e as default
|
|
@@ -185,6 +185,50 @@ export declare const message: {
|
|
|
185
185
|
'verification info': string;
|
|
186
186
|
'Send application': string;
|
|
187
187
|
Agree: string;
|
|
188
|
+
'New contacts': string;
|
|
189
|
+
'Group applications': string;
|
|
190
|
+
'My friends': string;
|
|
191
|
+
'My groups': string;
|
|
192
|
+
Blacklist: string;
|
|
193
|
+
'Search contacts': string;
|
|
194
|
+
'No contacts': string;
|
|
195
|
+
Cancel: string;
|
|
196
|
+
'Add friend/group': string;
|
|
197
|
+
'Unknown contact type': string;
|
|
198
|
+
'Request to add you as friend': string;
|
|
199
|
+
'Apply to join group': string;
|
|
200
|
+
'Invite you to join group': string;
|
|
201
|
+
'Application status': string;
|
|
202
|
+
Pending: string;
|
|
203
|
+
'Application note': string;
|
|
204
|
+
None: string;
|
|
205
|
+
'Verification info': string;
|
|
206
|
+
'Personal signature': string;
|
|
207
|
+
'Remark name': string;
|
|
208
|
+
Save: string;
|
|
209
|
+
'Add to blacklist': string;
|
|
210
|
+
'Send message': string;
|
|
211
|
+
'Apply to add friend': string;
|
|
212
|
+
'Add friend failed': string;
|
|
213
|
+
'User is already your friend': string;
|
|
214
|
+
'Friend request sent, waiting for confirmation': string;
|
|
215
|
+
'Application info': string;
|
|
216
|
+
'Please enter application info...': string;
|
|
217
|
+
'Group ID': string;
|
|
218
|
+
'Group type': string;
|
|
219
|
+
'Group introduction': string;
|
|
220
|
+
'No introduction': string;
|
|
221
|
+
'Work group': string;
|
|
222
|
+
'Public group': string;
|
|
223
|
+
'Meeting group': string;
|
|
224
|
+
'Live group': string;
|
|
225
|
+
Community: string;
|
|
226
|
+
Unknown: string;
|
|
227
|
+
'You are already in this group': string;
|
|
228
|
+
'Group application sent, waiting for admin approval': string;
|
|
229
|
+
'Apply to join group failed': string;
|
|
230
|
+
'Remove from blacklist': string;
|
|
231
|
+
'Enter group chat': string;
|
|
188
232
|
};
|
|
189
233
|
TUIProfile: {
|
|
190
234
|
'Personal information': string;
|
|
@@ -24,5 +24,49 @@ declare const TUIContact: {
|
|
|
24
24
|
'verification info': string;
|
|
25
25
|
'Send application': string;
|
|
26
26
|
Agree: string;
|
|
27
|
+
'New contacts': string;
|
|
28
|
+
'Group applications': string;
|
|
29
|
+
'My friends': string;
|
|
30
|
+
'My groups': string;
|
|
31
|
+
Blacklist: string;
|
|
32
|
+
'Search contacts': string;
|
|
33
|
+
'No contacts': string;
|
|
34
|
+
Cancel: string;
|
|
35
|
+
'Add friend/group': string;
|
|
36
|
+
'Unknown contact type': string;
|
|
37
|
+
'Request to add you as friend': string;
|
|
38
|
+
'Apply to join group': string;
|
|
39
|
+
'Invite you to join group': string;
|
|
40
|
+
'Application status': string;
|
|
41
|
+
Pending: string;
|
|
42
|
+
'Application note': string;
|
|
43
|
+
None: string;
|
|
44
|
+
'Verification info': string;
|
|
45
|
+
'Personal signature': string;
|
|
46
|
+
'Remark name': string;
|
|
47
|
+
Save: string;
|
|
48
|
+
'Add to blacklist': string;
|
|
49
|
+
'Send message': string;
|
|
50
|
+
'Apply to add friend': string;
|
|
51
|
+
'Add friend failed': string;
|
|
52
|
+
'User is already your friend': string;
|
|
53
|
+
'Friend request sent, waiting for confirmation': string;
|
|
54
|
+
'Application info': string;
|
|
55
|
+
'Please enter application info...': string;
|
|
56
|
+
'Group ID': string;
|
|
57
|
+
'Group type': string;
|
|
58
|
+
'Group introduction': string;
|
|
59
|
+
'No introduction': string;
|
|
60
|
+
'Work group': string;
|
|
61
|
+
'Public group': string;
|
|
62
|
+
'Meeting group': string;
|
|
63
|
+
'Live group': string;
|
|
64
|
+
Community: string;
|
|
65
|
+
Unknown: string;
|
|
66
|
+
'You are already in this group': string;
|
|
67
|
+
'Group application sent, waiting for admin approval': string;
|
|
68
|
+
'Apply to join group failed': string;
|
|
69
|
+
'Remove from blacklist': string;
|
|
70
|
+
'Enter group chat': string;
|
|
27
71
|
};
|
|
28
72
|
export default TUIContact;
|
|
@@ -23,7 +23,52 @@ const e = {
|
|
|
23
23
|
"waiting for verification": "확인 대기 중",
|
|
24
24
|
"verification info": "확인 정보",
|
|
25
25
|
"Send application": "신청 보내기",
|
|
26
|
-
Agree: "동의"
|
|
26
|
+
Agree: "동의",
|
|
27
|
+
// ContactList component translations
|
|
28
|
+
"New contacts": "새 연락처",
|
|
29
|
+
"Group applications": "그룹 신청",
|
|
30
|
+
"My friends": "내 친구들",
|
|
31
|
+
"My groups": "내 그룹",
|
|
32
|
+
Blacklist: "블랙리스트",
|
|
33
|
+
"Search contacts": "연락처 검색",
|
|
34
|
+
"No contacts": "연락처 없음",
|
|
35
|
+
Cancel: "취소",
|
|
36
|
+
"Add friend/group": "친구/그룹 추가",
|
|
37
|
+
"Unknown contact type": "알 수 없는 연락처 유형",
|
|
38
|
+
"Request to add you as friend": "친구로 추가 요청",
|
|
39
|
+
"Apply to join group": "그룹 가입 신청",
|
|
40
|
+
"Invite you to join group": "그룹 가입 초대",
|
|
41
|
+
"Application status": "신청 상태",
|
|
42
|
+
Pending: "대기 중",
|
|
43
|
+
"Application note": "신청 비고",
|
|
44
|
+
None: "없음",
|
|
45
|
+
"Verification info": "확인 정보",
|
|
46
|
+
"Personal signature": "개성 서명",
|
|
47
|
+
"Remark name": "비고 이름",
|
|
48
|
+
Save: "저장",
|
|
49
|
+
"Add to blacklist": "블랙리스트에 추가",
|
|
50
|
+
"Send message": "메시지 보내기",
|
|
51
|
+
"Apply to add friend": "친구 추가 신청",
|
|
52
|
+
"Add friend failed": "친구 추가 실패",
|
|
53
|
+
"User is already your friend": "해당 사용자는 이미 친구입니다",
|
|
54
|
+
"Friend request sent, waiting for confirmation": "친구 신청을 보냈습니다. 확인을 기다리는 중",
|
|
55
|
+
"Application info": "신청 정보",
|
|
56
|
+
"Please enter application info...": "신청 정보를 입력하세요...",
|
|
57
|
+
"Group ID": "그룹 ID",
|
|
58
|
+
"Group type": "그룹 유형",
|
|
59
|
+
"Group introduction": "그룹 소개",
|
|
60
|
+
"No introduction": "소개 없음",
|
|
61
|
+
"Work group": "워크 그룹",
|
|
62
|
+
"Public group": "공개 그룹",
|
|
63
|
+
"Meeting group": "미팅 그룹",
|
|
64
|
+
"Live group": "라이브 그룹",
|
|
65
|
+
Community: "커뮤니티",
|
|
66
|
+
Unknown: "알 수 없음",
|
|
67
|
+
"You are already in this group": "이미 이 그룹에 속해 있습니다",
|
|
68
|
+
"Group application sent, waiting for admin approval": "그룹 신청을 보냈습니다. 관리자 승인을 기다리는 중",
|
|
69
|
+
"Apply to join group failed": "그룹 가입 신청 실패",
|
|
70
|
+
"Remove from blacklist": "블랙리스트에서 제거",
|
|
71
|
+
"Enter group chat": "그룹 채팅 입장"
|
|
27
72
|
};
|
|
28
73
|
export {
|
|
29
74
|
e as default
|
|
@@ -185,6 +185,50 @@ export declare const message: {
|
|
|
185
185
|
'verification info': string;
|
|
186
186
|
'Send application': string;
|
|
187
187
|
Agree: string;
|
|
188
|
+
'New contacts': string;
|
|
189
|
+
'Group applications': string;
|
|
190
|
+
'My friends': string;
|
|
191
|
+
'My groups': string;
|
|
192
|
+
Blacklist: string;
|
|
193
|
+
'Search contacts': string;
|
|
194
|
+
'No contacts': string;
|
|
195
|
+
Cancel: string;
|
|
196
|
+
'Add friend/group': string;
|
|
197
|
+
'Unknown contact type': string;
|
|
198
|
+
'Request to add you as friend': string;
|
|
199
|
+
'Apply to join group': string;
|
|
200
|
+
'Invite you to join group': string;
|
|
201
|
+
'Application status': string;
|
|
202
|
+
Pending: string;
|
|
203
|
+
'Application note': string;
|
|
204
|
+
None: string;
|
|
205
|
+
'Verification info': string;
|
|
206
|
+
'Personal signature': string;
|
|
207
|
+
'Remark name': string;
|
|
208
|
+
Save: string;
|
|
209
|
+
'Add to blacklist': string;
|
|
210
|
+
'Send message': string;
|
|
211
|
+
'Apply to add friend': string;
|
|
212
|
+
'Add friend failed': string;
|
|
213
|
+
'User is already your friend': string;
|
|
214
|
+
'Friend request sent, waiting for confirmation': string;
|
|
215
|
+
'Application info': string;
|
|
216
|
+
'Please enter application info...': string;
|
|
217
|
+
'Group ID': string;
|
|
218
|
+
'Group type': string;
|
|
219
|
+
'Group introduction': string;
|
|
220
|
+
'No introduction': string;
|
|
221
|
+
'Work group': string;
|
|
222
|
+
'Public group': string;
|
|
223
|
+
'Meeting group': string;
|
|
224
|
+
'Live group': string;
|
|
225
|
+
Community: string;
|
|
226
|
+
Unknown: string;
|
|
227
|
+
'You are already in this group': string;
|
|
228
|
+
'Group application sent, waiting for admin approval': string;
|
|
229
|
+
'Apply to join group failed': string;
|
|
230
|
+
'Remove from blacklist': string;
|
|
231
|
+
'Enter group chat': string;
|
|
188
232
|
};
|
|
189
233
|
TUIProfile: {
|
|
190
234
|
'Personal information': string;
|
|
@@ -24,5 +24,49 @@ declare const TUIContact: {
|
|
|
24
24
|
'verification info': string;
|
|
25
25
|
'Send application': string;
|
|
26
26
|
Agree: string;
|
|
27
|
+
'New contacts': string;
|
|
28
|
+
'Group applications': string;
|
|
29
|
+
'My friends': string;
|
|
30
|
+
'My groups': string;
|
|
31
|
+
Blacklist: string;
|
|
32
|
+
'Search contacts': string;
|
|
33
|
+
'No contacts': string;
|
|
34
|
+
Cancel: string;
|
|
35
|
+
'Add friend/group': string;
|
|
36
|
+
'Unknown contact type': string;
|
|
37
|
+
'Request to add you as friend': string;
|
|
38
|
+
'Apply to join group': string;
|
|
39
|
+
'Invite you to join group': string;
|
|
40
|
+
'Application status': string;
|
|
41
|
+
Pending: string;
|
|
42
|
+
'Application note': string;
|
|
43
|
+
None: string;
|
|
44
|
+
'Verification info': string;
|
|
45
|
+
'Personal signature': string;
|
|
46
|
+
'Remark name': string;
|
|
47
|
+
Save: string;
|
|
48
|
+
'Add to blacklist': string;
|
|
49
|
+
'Send message': string;
|
|
50
|
+
'Apply to add friend': string;
|
|
51
|
+
'Add friend failed': string;
|
|
52
|
+
'User is already your friend': string;
|
|
53
|
+
'Friend request sent, waiting for confirmation': string;
|
|
54
|
+
'Application info': string;
|
|
55
|
+
'Please enter application info...': string;
|
|
56
|
+
'Group ID': string;
|
|
57
|
+
'Group type': string;
|
|
58
|
+
'Group introduction': string;
|
|
59
|
+
'No introduction': string;
|
|
60
|
+
'Work group': string;
|
|
61
|
+
'Public group': string;
|
|
62
|
+
'Meeting group': string;
|
|
63
|
+
'Live group': string;
|
|
64
|
+
Community: string;
|
|
65
|
+
Unknown: string;
|
|
66
|
+
'You are already in this group': string;
|
|
67
|
+
'Group application sent, waiting for admin approval': string;
|
|
68
|
+
'Apply to join group failed': string;
|
|
69
|
+
'Remove from blacklist': string;
|
|
70
|
+
'Enter group chat': string;
|
|
27
71
|
};
|
|
28
72
|
export default TUIContact;
|
|
@@ -23,7 +23,52 @@ const e = {
|
|
|
23
23
|
"waiting for verification": "等待验证",
|
|
24
24
|
"verification info": "验证信息",
|
|
25
25
|
"Send application": "发送申请",
|
|
26
|
-
Agree: "同意"
|
|
26
|
+
Agree: "同意",
|
|
27
|
+
// ContactList component translations
|
|
28
|
+
"New contacts": "新的联系人",
|
|
29
|
+
"Group applications": "群组申请",
|
|
30
|
+
"My friends": "我的好友",
|
|
31
|
+
"My groups": "我的群组",
|
|
32
|
+
Blacklist: "黑名单",
|
|
33
|
+
"Search contacts": "搜索联系人",
|
|
34
|
+
"No contacts": "暂无联系人",
|
|
35
|
+
Cancel: "取消",
|
|
36
|
+
"Add friend/group": "添加好友/群聊",
|
|
37
|
+
"Unknown contact type": "未知联系人类型",
|
|
38
|
+
"Request to add you as friend": "请求添加您为好友",
|
|
39
|
+
"Apply to join group": "申请加入群组",
|
|
40
|
+
"Invite you to join group": "邀请您加入群组",
|
|
41
|
+
"Application status": "申请状态",
|
|
42
|
+
Pending: "待处理",
|
|
43
|
+
"Application note": "申请备注",
|
|
44
|
+
None: "无",
|
|
45
|
+
"Verification info": "验证信息",
|
|
46
|
+
"Personal signature": "个性签名",
|
|
47
|
+
"Remark name": "备注名",
|
|
48
|
+
Save: "保存",
|
|
49
|
+
"Add to blacklist": "加入黑名单",
|
|
50
|
+
"Send message": "发送消息",
|
|
51
|
+
"Apply to add friend": "申请添加好友",
|
|
52
|
+
"Add friend failed": "添加好友失败",
|
|
53
|
+
"User is already your friend": "该用户已经是您的好友",
|
|
54
|
+
"Friend request sent, waiting for confirmation": "好友申请已发送,等待对方确认",
|
|
55
|
+
"Application info": "申请信息",
|
|
56
|
+
"Please enter application info...": "请输入申请信息...",
|
|
57
|
+
"Group ID": "群ID",
|
|
58
|
+
"Group type": "群类型",
|
|
59
|
+
"Group introduction": "群介绍",
|
|
60
|
+
"No introduction": "暂无介绍",
|
|
61
|
+
"Work group": "工作群",
|
|
62
|
+
"Public group": "公开群",
|
|
63
|
+
"Meeting group": "会议群",
|
|
64
|
+
"Live group": "直播群",
|
|
65
|
+
Community: "社群",
|
|
66
|
+
Unknown: "未知",
|
|
67
|
+
"You are already in this group": "您已经在该群组中",
|
|
68
|
+
"Group application sent, waiting for admin approval": "入群申请已发送,等待管理员审核",
|
|
69
|
+
"Apply to join group failed": "申请加入群组失败",
|
|
70
|
+
"Remove from blacklist": "移出黑名单",
|
|
71
|
+
"Enter group chat": "进入群聊"
|
|
27
72
|
};
|
|
28
73
|
export {
|
|
29
74
|
e as default
|
|
@@ -185,6 +185,50 @@ export declare const message: {
|
|
|
185
185
|
'verification info': string;
|
|
186
186
|
'Send application': string;
|
|
187
187
|
Agree: string;
|
|
188
|
+
'New contacts': string;
|
|
189
|
+
'Group applications': string;
|
|
190
|
+
'My friends': string;
|
|
191
|
+
'My groups': string;
|
|
192
|
+
Blacklist: string;
|
|
193
|
+
'Search contacts': string;
|
|
194
|
+
'No contacts': string;
|
|
195
|
+
Cancel: string;
|
|
196
|
+
'Add friend/group': string;
|
|
197
|
+
'Unknown contact type': string;
|
|
198
|
+
'Request to add you as friend': string;
|
|
199
|
+
'Apply to join group': string;
|
|
200
|
+
'Invite you to join group': string;
|
|
201
|
+
'Application status': string;
|
|
202
|
+
Pending: string;
|
|
203
|
+
'Application note': string;
|
|
204
|
+
None: string;
|
|
205
|
+
'Verification info': string;
|
|
206
|
+
'Personal signature': string;
|
|
207
|
+
'Remark name': string;
|
|
208
|
+
Save: string;
|
|
209
|
+
'Add to blacklist': string;
|
|
210
|
+
'Send message': string;
|
|
211
|
+
'Apply to add friend': string;
|
|
212
|
+
'Add friend failed': string;
|
|
213
|
+
'User is already your friend': string;
|
|
214
|
+
'Friend request sent, waiting for confirmation': string;
|
|
215
|
+
'Application info': string;
|
|
216
|
+
'Please enter application info...': string;
|
|
217
|
+
'Group ID': string;
|
|
218
|
+
'Group type': string;
|
|
219
|
+
'Group introduction': string;
|
|
220
|
+
'No introduction': string;
|
|
221
|
+
'Work group': string;
|
|
222
|
+
'Public group': string;
|
|
223
|
+
'Meeting group': string;
|
|
224
|
+
'Live group': string;
|
|
225
|
+
Community: string;
|
|
226
|
+
Unknown: string;
|
|
227
|
+
'You are already in this group': string;
|
|
228
|
+
'Group application sent, waiting for admin approval': string;
|
|
229
|
+
'Apply to join group failed': string;
|
|
230
|
+
'Remove from blacklist': string;
|
|
231
|
+
'Enter group chat': string;
|
|
188
232
|
};
|
|
189
233
|
TUIProfile: {
|
|
190
234
|
'Personal information': string;
|
|
@@ -24,5 +24,49 @@ declare const TUIContact: {
|
|
|
24
24
|
'verification info': string;
|
|
25
25
|
'Send application': string;
|
|
26
26
|
Agree: string;
|
|
27
|
+
'New contacts': string;
|
|
28
|
+
'Group applications': string;
|
|
29
|
+
'My friends': string;
|
|
30
|
+
'My groups': string;
|
|
31
|
+
Blacklist: string;
|
|
32
|
+
'Search contacts': string;
|
|
33
|
+
'No contacts': string;
|
|
34
|
+
Cancel: string;
|
|
35
|
+
'Add friend/group': string;
|
|
36
|
+
'Unknown contact type': string;
|
|
37
|
+
'Request to add you as friend': string;
|
|
38
|
+
'Apply to join group': string;
|
|
39
|
+
'Invite you to join group': string;
|
|
40
|
+
'Application status': string;
|
|
41
|
+
Pending: string;
|
|
42
|
+
'Application note': string;
|
|
43
|
+
None: string;
|
|
44
|
+
'Verification info': string;
|
|
45
|
+
'Personal signature': string;
|
|
46
|
+
'Remark name': string;
|
|
47
|
+
Save: string;
|
|
48
|
+
'Add to blacklist': string;
|
|
49
|
+
'Send message': string;
|
|
50
|
+
'Apply to add friend': string;
|
|
51
|
+
'Add friend failed': string;
|
|
52
|
+
'User is already your friend': string;
|
|
53
|
+
'Friend request sent, waiting for confirmation': string;
|
|
54
|
+
'Application info': string;
|
|
55
|
+
'Please enter application info...': string;
|
|
56
|
+
'Group ID': string;
|
|
57
|
+
'Group type': string;
|
|
58
|
+
'Group introduction': string;
|
|
59
|
+
'No introduction': string;
|
|
60
|
+
'Work group': string;
|
|
61
|
+
'Public group': string;
|
|
62
|
+
'Meeting group': string;
|
|
63
|
+
'Live group': string;
|
|
64
|
+
Community: string;
|
|
65
|
+
Unknown: string;
|
|
66
|
+
'You are already in this group': string;
|
|
67
|
+
'Group application sent, waiting for admin approval': string;
|
|
68
|
+
'Apply to join group failed': string;
|
|
69
|
+
'Remove from blacklist': string;
|
|
70
|
+
'Enter group chat': string;
|
|
27
71
|
};
|
|
28
72
|
export default TUIContact;
|