@tencentcloud/chat-uikit-react 4.5.3 → 5.3.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 +7 -0
- package/dist/components/Chat/Chat.js +1 -1
- package/dist/components/ChatHeader/AudioCallPicker/AudioCallPicker.js +1 -1
- package/dist/components/ChatHeader/ChatHeaderUI/ChatHeaderUI.js +1 -1
- package/dist/components/ChatHeader/VideoCallPicker/VideoCallPicker.js +1 -1
- package/dist/components/Modal/Modal.js +2 -2
- package/dist/external_modules/{classnames-HRMVOjAa.js → classnames-YINwPh9B.js} +10 -13
- package/dist/external_modules/{react-vendors-x_iUMC12.js → react-vendors-oB9rFIV-.js} +181 -178
- package/dist/index.js +2 -2
- package/dist/locales/en-US/index.d.ts +0 -94
- package/dist/locales/en-US/index.js +18 -20
- package/dist/locales/ja-JP/index.d.ts +0 -95
- package/dist/locales/ja-JP/index.js +18 -20
- package/dist/locales/ko-KR/index.d.ts +0 -95
- package/dist/locales/ko-KR/index.js +18 -20
- package/dist/locales/zh-CN/index.d.ts +0 -94
- package/dist/locales/zh-CN/index.js +18 -20
- package/dist/locales/zh-TW/index.d.ts +0 -95
- package/dist/locales/zh-TW/index.js +18 -20
- package/package.json +7 -7
- package/src/locales/en-US/index.ts +0 -2
- package/src/locales/ja-JP/index.ts +0 -2
- package/src/locales/ko-KR/index.ts +0 -2
- package/src/locales/zh-CN/index.ts +0 -2
- package/src/locales/zh-TW/index.ts +0 -2
- package/dist/locales/en-US/ChatSetting.d.ts +0 -95
- package/dist/locales/en-US/ChatSetting.js +0 -107
- package/dist/locales/ja-JP/ChatSetting.d.ts +0 -96
- package/dist/locales/ja-JP/ChatSetting.js +0 -108
- package/dist/locales/ko-KR/ChatSetting.d.ts +0 -96
- package/dist/locales/ko-KR/ChatSetting.js +0 -108
- package/dist/locales/zh-CN/ChatSetting.d.ts +0 -95
- package/dist/locales/zh-CN/ChatSetting.js +0 -107
- package/dist/locales/zh-TW/ChatSetting.d.ts +0 -96
- package/dist/locales/zh-TW/ChatSetting.js +0 -108
- package/src/locales/en-US/ChatSetting.ts +0 -116
- package/src/locales/ja-JP/ChatSetting.ts +0 -117
- package/src/locales/ko-KR/ChatSetting.ts +0 -117
- package/src/locales/zh-CN/ChatSetting.ts +0 -116
- package/src/locales/zh-TW/ChatSetting.ts +0 -117
|
@@ -320,101 +320,6 @@ export declare const message: {
|
|
|
320
320
|
Saturday: string;
|
|
321
321
|
Sunday: string;
|
|
322
322
|
};
|
|
323
|
-
ChatSetting: {
|
|
324
|
-
cancel: string;
|
|
325
|
-
confirm: string;
|
|
326
|
-
not_set: string;
|
|
327
|
-
user_id: string;
|
|
328
|
-
nickname: string;
|
|
329
|
-
nickname_placeholder: string;
|
|
330
|
-
signature: string;
|
|
331
|
-
remark: string;
|
|
332
|
-
remark_placeholder: string;
|
|
333
|
-
remark_update_success: string;
|
|
334
|
-
pin_conversation: string;
|
|
335
|
-
mute_conversation: string;
|
|
336
|
-
copied: string;
|
|
337
|
-
remove_member_dialog_title: string;
|
|
338
|
-
add_member_dialog_title: string;
|
|
339
|
-
failed_to_load_more_members: string;
|
|
340
|
-
failed_to_remove_member: string;
|
|
341
|
-
me: string;
|
|
342
|
-
group_id: string;
|
|
343
|
-
group_name: string;
|
|
344
|
-
group_name_placeholder: string;
|
|
345
|
-
group_introduction: string;
|
|
346
|
-
group_introduction_placeholder: string;
|
|
347
|
-
group_notification: string;
|
|
348
|
-
group_notification_placeholder: string;
|
|
349
|
-
my_name_card: string;
|
|
350
|
-
my_name_card_placeholder: string;
|
|
351
|
-
group_type: string;
|
|
352
|
-
group_type_work: string;
|
|
353
|
-
group_type_public: string;
|
|
354
|
-
group_type_meeting: string;
|
|
355
|
-
group_type_community: string;
|
|
356
|
-
group_type_avchatroom: string;
|
|
357
|
-
group_type_unknown: string;
|
|
358
|
-
group_name_required_string: string;
|
|
359
|
-
group_name_required: string;
|
|
360
|
-
group_name_max_length: string;
|
|
361
|
-
group_name_unchanged: string;
|
|
362
|
-
group_introduction_required_string: string;
|
|
363
|
-
group_introduction_max_length: string;
|
|
364
|
-
group_introduction_unchanged: string;
|
|
365
|
-
group_notification_required_string: string;
|
|
366
|
-
group_notification_max_length: string;
|
|
367
|
-
group_notification_unchanged: string;
|
|
368
|
-
group_name_card_required_string: string;
|
|
369
|
-
group_name_card_unchanged: string;
|
|
370
|
-
group_name_update_success: string;
|
|
371
|
-
group_name_update_failed: string;
|
|
372
|
-
group_introduction_update_success: string;
|
|
373
|
-
group_introduction_update_failed: string;
|
|
374
|
-
group_notification_update_success: string;
|
|
375
|
-
group_notification_update_failed: string;
|
|
376
|
-
group_name_card_update_success: string;
|
|
377
|
-
group_name_card_update_failed: string;
|
|
378
|
-
group_member_add_success: string;
|
|
379
|
-
group_member_add_failed: string;
|
|
380
|
-
group_member_add_partially_failed: string;
|
|
381
|
-
group_member_remove_success: string;
|
|
382
|
-
group_member_remove_failed: string;
|
|
383
|
-
group_members: string;
|
|
384
|
-
add: string;
|
|
385
|
-
remove: string;
|
|
386
|
-
loading: string;
|
|
387
|
-
all_members_shown: string;
|
|
388
|
-
collapse: string;
|
|
389
|
-
transfer_group_owner: string;
|
|
390
|
-
quit_group: string;
|
|
391
|
-
dismiss_group: string;
|
|
392
|
-
transfer_owner_dialog_title: string;
|
|
393
|
-
dismiss_group_dialog_title: string;
|
|
394
|
-
quit_group_dialog_title: string;
|
|
395
|
-
quit_group_confirmation: string;
|
|
396
|
-
select_new_owner_error: string;
|
|
397
|
-
only_one_owner_error: string;
|
|
398
|
-
transfer_owner_success: string;
|
|
399
|
-
transfer_owner_failed: string;
|
|
400
|
-
group_management: string;
|
|
401
|
-
group_admin: string;
|
|
402
|
-
mute_management: string;
|
|
403
|
-
mute_all_members: string;
|
|
404
|
-
mute_all_members_description: string;
|
|
405
|
-
set_admin_dialog_title: string;
|
|
406
|
-
remove_admin_dialog_title: string;
|
|
407
|
-
mute_member_dialog_title: string;
|
|
408
|
-
unmute_member_dialog_title: string;
|
|
409
|
-
operation_success: string;
|
|
410
|
-
operation_failed: string;
|
|
411
|
-
all_members_muted: string;
|
|
412
|
-
all_members_unmuted: string;
|
|
413
|
-
failed_to_update_mute_all: string;
|
|
414
|
-
group_member_role_owner: string;
|
|
415
|
-
group_member_role_admin: string;
|
|
416
|
-
group_member_role_member: string;
|
|
417
|
-
};
|
|
418
323
|
GroupTip: {
|
|
419
324
|
administrator: string;
|
|
420
325
|
enabled_mute_all_members: string;
|
|
@@ -1,23 +1,21 @@
|
|
|
1
|
-
import o from "./
|
|
2
|
-
import r from "./
|
|
3
|
-
import m from "./
|
|
4
|
-
import t from "./
|
|
5
|
-
import i from "./
|
|
6
|
-
import p from "./
|
|
7
|
-
import e from "./
|
|
8
|
-
import a from "./
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
ChatSetting: o,
|
|
19
|
-
GroupTip: t
|
|
1
|
+
import o from "./DateRangePicker.js";
|
|
2
|
+
import r from "./emoji.js";
|
|
3
|
+
import m from "./GroupTip.js";
|
|
4
|
+
import t from "./Search.js";
|
|
5
|
+
import i from "./TUIChat.js";
|
|
6
|
+
import p from "./TUIContact.js";
|
|
7
|
+
import e from "./TUIConversation.js";
|
|
8
|
+
import a from "./TUIProfile.js";
|
|
9
|
+
const g = {
|
|
10
|
+
TUIChat: i,
|
|
11
|
+
Emoji: r,
|
|
12
|
+
TUIConversation: e,
|
|
13
|
+
TUIContact: p,
|
|
14
|
+
TUIProfile: a,
|
|
15
|
+
Search: t,
|
|
16
|
+
DateRangePicker: o,
|
|
17
|
+
GroupTip: m
|
|
20
18
|
};
|
|
21
19
|
export {
|
|
22
|
-
|
|
20
|
+
g as message
|
|
23
21
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tencentcloud/chat-uikit-react",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "5.3.0",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"module": "dist/index.js",
|
|
@@ -43,7 +43,7 @@
|
|
|
43
43
|
},
|
|
44
44
|
"dependencies": {
|
|
45
45
|
"@mui/base": "5.0.0-beta.66",
|
|
46
|
-
"tuikit-atomicx-react": "^
|
|
46
|
+
"tuikit-atomicx-react": "^5.3.0",
|
|
47
47
|
"classnames": "^2.5.1",
|
|
48
48
|
"react-transition-group": "^4.4.5",
|
|
49
49
|
"zustand": "^5.0.0"
|
|
@@ -93,16 +93,16 @@
|
|
|
93
93
|
"vite-plugin-dts": "^4.2.2",
|
|
94
94
|
"vite-plugin-lib-inject-css": "^2.1.1",
|
|
95
95
|
"vite-plugin-static-copy": "^1.0.6",
|
|
96
|
-
"@trtc/calls-uikit-react": "~4.4.
|
|
96
|
+
"@trtc/calls-uikit-react": "~4.4.2"
|
|
97
97
|
},
|
|
98
98
|
"peerDependencies": {
|
|
99
99
|
"i18next": "^23.7.11",
|
|
100
|
-
"react": "^18.2.0",
|
|
101
|
-
"react-dom": "^18.2.0",
|
|
100
|
+
"react": "^18.2.0 || ^19.0.0",
|
|
101
|
+
"react-dom": "^18.2.0 || ^19.0.0",
|
|
102
102
|
"@tencentcloud/lite-chat": "^1.6.3",
|
|
103
103
|
"@tencentcloud/tui-core-lite": "~1.0.0",
|
|
104
|
-
"@tencentcloud/chat-uikit-engine-lite": "~1.0.
|
|
105
|
-
"@tencentcloud/uikit-base-component-react": "^1.1.
|
|
104
|
+
"@tencentcloud/chat-uikit-engine-lite": "~1.0.4",
|
|
105
|
+
"@tencentcloud/uikit-base-component-react": "^1.1.7",
|
|
106
106
|
"@tencentcloud/universal-api": "^2.4.0"
|
|
107
107
|
}
|
|
108
108
|
}
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
import ChatSetting from './ChatSetting';
|
|
2
1
|
import DateRangePicker from './DateRangePicker';
|
|
3
2
|
import Emoji from './emoji';
|
|
4
3
|
import GroupTip from './GroupTip';
|
|
@@ -16,6 +15,5 @@ export const message = {
|
|
|
16
15
|
TUIProfile,
|
|
17
16
|
Search,
|
|
18
17
|
DateRangePicker,
|
|
19
|
-
ChatSetting,
|
|
20
18
|
GroupTip,
|
|
21
19
|
};
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
import ChatSetting from './ChatSetting';
|
|
2
1
|
import DateRangePicker from './DateRangePicker';
|
|
3
2
|
import Emoji from './emoji';
|
|
4
3
|
import GroupTip from './GroupTip';
|
|
@@ -16,6 +15,5 @@ export const message = {
|
|
|
16
15
|
TUIProfile,
|
|
17
16
|
Search,
|
|
18
17
|
DateRangePicker,
|
|
19
|
-
ChatSetting,
|
|
20
18
|
GroupTip,
|
|
21
19
|
};
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
import ChatSetting from './ChatSetting';
|
|
2
1
|
import DateRangePicker from './DateRangePicker';
|
|
3
2
|
import Emoji from './emoji';
|
|
4
3
|
import GroupTip from './GroupTip';
|
|
@@ -16,6 +15,5 @@ export const message = {
|
|
|
16
15
|
TUIProfile,
|
|
17
16
|
Search,
|
|
18
17
|
DateRangePicker,
|
|
19
|
-
ChatSetting,
|
|
20
18
|
GroupTip,
|
|
21
19
|
};
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
import ChatSetting from './ChatSetting';
|
|
2
1
|
import DateRangePicker from './DateRangePicker';
|
|
3
2
|
import Emoji from './emoji';
|
|
4
3
|
import GroupTip from './GroupTip';
|
|
@@ -16,6 +15,5 @@ export const message = {
|
|
|
16
15
|
TUIProfile,
|
|
17
16
|
Search,
|
|
18
17
|
DateRangePicker,
|
|
19
|
-
ChatSetting,
|
|
20
18
|
GroupTip,
|
|
21
19
|
};
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
import ChatSetting from './ChatSetting';
|
|
2
1
|
import DateRangePicker from './DateRangePicker';
|
|
3
2
|
import Emoji from './emoji';
|
|
4
3
|
import GroupTip from './GroupTip';
|
|
@@ -16,6 +15,5 @@ export const message = {
|
|
|
16
15
|
TUIProfile,
|
|
17
16
|
Search,
|
|
18
17
|
DateRangePicker,
|
|
19
|
-
ChatSetting,
|
|
20
18
|
GroupTip,
|
|
21
19
|
};
|
|
@@ -1,95 +0,0 @@
|
|
|
1
|
-
declare const ChatSetting: {
|
|
2
|
-
cancel: string;
|
|
3
|
-
confirm: string;
|
|
4
|
-
not_set: string;
|
|
5
|
-
user_id: string;
|
|
6
|
-
nickname: string;
|
|
7
|
-
nickname_placeholder: string;
|
|
8
|
-
signature: string;
|
|
9
|
-
remark: string;
|
|
10
|
-
remark_placeholder: string;
|
|
11
|
-
remark_update_success: string;
|
|
12
|
-
pin_conversation: string;
|
|
13
|
-
mute_conversation: string;
|
|
14
|
-
copied: string;
|
|
15
|
-
remove_member_dialog_title: string;
|
|
16
|
-
add_member_dialog_title: string;
|
|
17
|
-
failed_to_load_more_members: string;
|
|
18
|
-
failed_to_remove_member: string;
|
|
19
|
-
me: string;
|
|
20
|
-
group_id: string;
|
|
21
|
-
group_name: string;
|
|
22
|
-
group_name_placeholder: string;
|
|
23
|
-
group_introduction: string;
|
|
24
|
-
group_introduction_placeholder: string;
|
|
25
|
-
group_notification: string;
|
|
26
|
-
group_notification_placeholder: string;
|
|
27
|
-
my_name_card: string;
|
|
28
|
-
my_name_card_placeholder: string;
|
|
29
|
-
group_type: string;
|
|
30
|
-
group_type_work: string;
|
|
31
|
-
group_type_public: string;
|
|
32
|
-
group_type_meeting: string;
|
|
33
|
-
group_type_community: string;
|
|
34
|
-
group_type_avchatroom: string;
|
|
35
|
-
group_type_unknown: string;
|
|
36
|
-
group_name_required_string: string;
|
|
37
|
-
group_name_required: string;
|
|
38
|
-
group_name_max_length: string;
|
|
39
|
-
group_name_unchanged: string;
|
|
40
|
-
group_introduction_required_string: string;
|
|
41
|
-
group_introduction_max_length: string;
|
|
42
|
-
group_introduction_unchanged: string;
|
|
43
|
-
group_notification_required_string: string;
|
|
44
|
-
group_notification_max_length: string;
|
|
45
|
-
group_notification_unchanged: string;
|
|
46
|
-
group_name_card_required_string: string;
|
|
47
|
-
group_name_card_unchanged: string;
|
|
48
|
-
group_name_update_success: string;
|
|
49
|
-
group_name_update_failed: string;
|
|
50
|
-
group_introduction_update_success: string;
|
|
51
|
-
group_introduction_update_failed: string;
|
|
52
|
-
group_notification_update_success: string;
|
|
53
|
-
group_notification_update_failed: string;
|
|
54
|
-
group_name_card_update_success: string;
|
|
55
|
-
group_name_card_update_failed: string;
|
|
56
|
-
group_member_add_success: string;
|
|
57
|
-
group_member_add_failed: string;
|
|
58
|
-
group_member_add_partially_failed: string;
|
|
59
|
-
group_member_remove_success: string;
|
|
60
|
-
group_member_remove_failed: string;
|
|
61
|
-
group_members: string;
|
|
62
|
-
add: string;
|
|
63
|
-
remove: string;
|
|
64
|
-
loading: string;
|
|
65
|
-
all_members_shown: string;
|
|
66
|
-
collapse: string;
|
|
67
|
-
transfer_group_owner: string;
|
|
68
|
-
quit_group: string;
|
|
69
|
-
dismiss_group: string;
|
|
70
|
-
confirm_quit_group: string;
|
|
71
|
-
select_new_owner_error: string;
|
|
72
|
-
only_one_owner_error: string;
|
|
73
|
-
transfer_owner_success: string;
|
|
74
|
-
transfer_owner_failed: string;
|
|
75
|
-
quit_group_success: string;
|
|
76
|
-
quit_group_failed: string;
|
|
77
|
-
group_management: string;
|
|
78
|
-
set_admin: string;
|
|
79
|
-
unset_admin: string;
|
|
80
|
-
mute_members: string;
|
|
81
|
-
unmute_members: string;
|
|
82
|
-
operation_success: string;
|
|
83
|
-
operation_failed: string;
|
|
84
|
-
all_members_muted: string;
|
|
85
|
-
all_members_unmuted: string;
|
|
86
|
-
mute_all_failed: string;
|
|
87
|
-
group_admin: string;
|
|
88
|
-
mute_management: string;
|
|
89
|
-
mute_all_members: string;
|
|
90
|
-
mute_all_members_description: string;
|
|
91
|
-
group_member_role_owner: string;
|
|
92
|
-
group_member_role_admin: string;
|
|
93
|
-
group_member_role_member: string;
|
|
94
|
-
};
|
|
95
|
-
export default ChatSetting;
|
|
@@ -1,107 +0,0 @@
|
|
|
1
|
-
const e = {
|
|
2
|
-
// SettingItem
|
|
3
|
-
cancel: "Cancel",
|
|
4
|
-
confirm: "Confirm",
|
|
5
|
-
not_set: "Not Set",
|
|
6
|
-
// C2CChatSetting
|
|
7
|
-
user_id: "User ID",
|
|
8
|
-
nickname: "Nickname",
|
|
9
|
-
nickname_placeholder: "No nickname set",
|
|
10
|
-
signature: "Signature",
|
|
11
|
-
remark: "Remark",
|
|
12
|
-
remark_placeholder: "No remark set",
|
|
13
|
-
remark_update_success: "Remark updated successfully",
|
|
14
|
-
pin_conversation: "Pin Conversation",
|
|
15
|
-
mute_conversation: "Mute Conversation",
|
|
16
|
-
copied: "Copied",
|
|
17
|
-
// GroupChatSetting
|
|
18
|
-
remove_member_dialog_title: "Remove Group Member",
|
|
19
|
-
add_member_dialog_title: "Add Group Member",
|
|
20
|
-
failed_to_load_more_members: "Failed to load more members",
|
|
21
|
-
failed_to_remove_member: "Failed to remove member",
|
|
22
|
-
me: "Me",
|
|
23
|
-
// GroupInfo
|
|
24
|
-
group_id: "Group ID",
|
|
25
|
-
group_name: "Group Name",
|
|
26
|
-
group_name_placeholder: "No group name set",
|
|
27
|
-
group_introduction: "Group Introduction",
|
|
28
|
-
group_introduction_placeholder: "No group introduction",
|
|
29
|
-
group_notification: "Group Notification",
|
|
30
|
-
group_notification_placeholder: "No group notification",
|
|
31
|
-
my_name_card: "My Name Card",
|
|
32
|
-
my_name_card_placeholder: "No name card set",
|
|
33
|
-
group_type: "Group Type",
|
|
34
|
-
group_type_work: "Work Group",
|
|
35
|
-
group_type_public: "Public Group",
|
|
36
|
-
group_type_meeting: "Meeting Group",
|
|
37
|
-
group_type_community: "Community",
|
|
38
|
-
group_type_avchatroom: "Live Group",
|
|
39
|
-
group_type_unknown: "Unknown Type",
|
|
40
|
-
// Validation messages
|
|
41
|
-
group_name_required_string: "Group name must be a string",
|
|
42
|
-
group_name_required: "Group name cannot be empty",
|
|
43
|
-
group_name_max_length: "Group name cannot exceed 25 characters",
|
|
44
|
-
group_name_unchanged: "Please modify the group name before submitting",
|
|
45
|
-
group_introduction_required_string: "Group introduction must be a string",
|
|
46
|
-
group_introduction_max_length: "Group introduction cannot exceed 100 characters",
|
|
47
|
-
group_introduction_unchanged: "Please modify the group introduction before submitting",
|
|
48
|
-
group_notification_required_string: "Group notification must be a string",
|
|
49
|
-
group_notification_max_length: "Group notification cannot exceed 100 characters",
|
|
50
|
-
group_notification_unchanged: "Please modify the group notification before submitting",
|
|
51
|
-
group_name_card_required_string: "Name card must be a string",
|
|
52
|
-
group_name_card_unchanged: "Please modify the name card before submitting",
|
|
53
|
-
// Success/Error messages
|
|
54
|
-
group_name_update_success: "Group name updated successfully",
|
|
55
|
-
group_name_update_failed: "Failed to update group name",
|
|
56
|
-
group_introduction_update_success: "Group introduction updated successfully",
|
|
57
|
-
group_introduction_update_failed: "Failed to update group introduction",
|
|
58
|
-
group_notification_update_success: "Group notification updated successfully",
|
|
59
|
-
group_notification_update_failed: "Failed to update group notification",
|
|
60
|
-
group_name_card_update_success: "Name card updated successfully",
|
|
61
|
-
group_name_card_update_failed: "Failed to update name card",
|
|
62
|
-
group_member_add_success: "Member added successfully",
|
|
63
|
-
group_member_add_failed: "Failed to add member",
|
|
64
|
-
group_member_add_partially_failed: "Partially member added failed",
|
|
65
|
-
group_member_remove_success: "Member removed successfully",
|
|
66
|
-
group_member_remove_failed: "Failed to remove member",
|
|
67
|
-
// GroupMembers
|
|
68
|
-
group_members: "Group Members",
|
|
69
|
-
add: "Add",
|
|
70
|
-
remove: "Remove",
|
|
71
|
-
loading: "Loading...",
|
|
72
|
-
all_members_shown: "All members shown",
|
|
73
|
-
collapse: "Collapse",
|
|
74
|
-
// GroupActions
|
|
75
|
-
transfer_group_owner: "Transfer Group Owner",
|
|
76
|
-
quit_group: "Quit Group",
|
|
77
|
-
dismiss_group: "Dismiss Group",
|
|
78
|
-
confirm_quit_group: "Are you sure you want to quit the group?",
|
|
79
|
-
select_new_owner_error: "Please select a new owner",
|
|
80
|
-
only_one_owner_error: "Only one member can be selected as the new owner",
|
|
81
|
-
transfer_owner_success: "Ownership transferred successfully",
|
|
82
|
-
transfer_owner_failed: "Failed to transfer ownership",
|
|
83
|
-
quit_group_success: "Successfully left the group",
|
|
84
|
-
quit_group_failed: "Failed to leave the group",
|
|
85
|
-
// GroupManagement
|
|
86
|
-
group_management: "Group Management",
|
|
87
|
-
set_admin: "Set Admin",
|
|
88
|
-
unset_admin: "Remove Admin",
|
|
89
|
-
mute_members: "Mute Members",
|
|
90
|
-
unmute_members: "Unmute Members",
|
|
91
|
-
operation_success: "Operation completed successfully",
|
|
92
|
-
operation_failed: "Operation failed",
|
|
93
|
-
all_members_muted: "All members muted",
|
|
94
|
-
all_members_unmuted: "All members unmuted",
|
|
95
|
-
mute_all_failed: "Failed to update mute all setting",
|
|
96
|
-
group_admin: "Group Admin",
|
|
97
|
-
mute_management: "Mute Management",
|
|
98
|
-
mute_all_members: "Mute All Members",
|
|
99
|
-
mute_all_members_description: "When enabled, only the group owner and admins can speak",
|
|
100
|
-
// GroupMemberRole
|
|
101
|
-
group_member_role_owner: "Group Owner",
|
|
102
|
-
group_member_role_admin: "Admin",
|
|
103
|
-
group_member_role_member: "Member"
|
|
104
|
-
};
|
|
105
|
-
export {
|
|
106
|
-
e as default
|
|
107
|
-
};
|
|
@@ -1,96 +0,0 @@
|
|
|
1
|
-
declare const ChatSetting: {
|
|
2
|
-
cancel: string;
|
|
3
|
-
confirm: string;
|
|
4
|
-
not_set: string;
|
|
5
|
-
user_id: string;
|
|
6
|
-
nickname: string;
|
|
7
|
-
nickname_placeholder: string;
|
|
8
|
-
signature: string;
|
|
9
|
-
remark: string;
|
|
10
|
-
remark_placeholder: string;
|
|
11
|
-
remark_update_success: string;
|
|
12
|
-
pin_conversation: string;
|
|
13
|
-
mute_conversation: string;
|
|
14
|
-
copied: string;
|
|
15
|
-
remove_member_dialog_title: string;
|
|
16
|
-
add_member_dialog_title: string;
|
|
17
|
-
failed_to_load_more_members: string;
|
|
18
|
-
failed_to_remove_member: string;
|
|
19
|
-
me: string;
|
|
20
|
-
group_id: string;
|
|
21
|
-
group_name: string;
|
|
22
|
-
group_name_placeholder: string;
|
|
23
|
-
group_introduction: string;
|
|
24
|
-
group_introduction_placeholder: string;
|
|
25
|
-
group_notification: string;
|
|
26
|
-
group_notification_placeholder: string;
|
|
27
|
-
my_name_card: string;
|
|
28
|
-
my_name_card_placeholder: string;
|
|
29
|
-
group_type: string;
|
|
30
|
-
group_type_work: string;
|
|
31
|
-
group_type_public: string;
|
|
32
|
-
group_type_meeting: string;
|
|
33
|
-
group_type_community: string;
|
|
34
|
-
group_type_avchatroom: string;
|
|
35
|
-
group_type_unknown: string;
|
|
36
|
-
group_name_required_string: string;
|
|
37
|
-
group_name_required: string;
|
|
38
|
-
group_name_max_length: string;
|
|
39
|
-
group_name_unchanged: string;
|
|
40
|
-
group_introduction_required_string: string;
|
|
41
|
-
group_introduction_max_length: string;
|
|
42
|
-
group_introduction_unchanged: string;
|
|
43
|
-
group_notification_required_string: string;
|
|
44
|
-
group_notification_max_length: string;
|
|
45
|
-
group_notification_unchanged: string;
|
|
46
|
-
group_name_card_required_string: string;
|
|
47
|
-
group_name_card_unchanged: string;
|
|
48
|
-
group_name_update_success: string;
|
|
49
|
-
group_name_update_failed: string;
|
|
50
|
-
group_introduction_update_success: string;
|
|
51
|
-
group_introduction_update_failed: string;
|
|
52
|
-
group_notification_update_success: string;
|
|
53
|
-
group_notification_update_failed: string;
|
|
54
|
-
group_name_card_update_success: string;
|
|
55
|
-
group_name_card_update_failed: string;
|
|
56
|
-
group_member_add_success: string;
|
|
57
|
-
group_member_add_failed: string;
|
|
58
|
-
group_member_add_partially_failed: string;
|
|
59
|
-
group_member_remove_success: string;
|
|
60
|
-
group_member_remove_failed: string;
|
|
61
|
-
group_members: string;
|
|
62
|
-
add: string;
|
|
63
|
-
remove: string;
|
|
64
|
-
loading: string;
|
|
65
|
-
all_members_shown: string;
|
|
66
|
-
collapse: string;
|
|
67
|
-
transfer_group_owner: string;
|
|
68
|
-
quit_group: string;
|
|
69
|
-
dismiss_group: string;
|
|
70
|
-
transfer_owner_dialog_title: string;
|
|
71
|
-
dismiss_group_dialog_title: string;
|
|
72
|
-
quit_group_dialog_title: string;
|
|
73
|
-
quit_group_confirmation: string;
|
|
74
|
-
select_new_owner_error: string;
|
|
75
|
-
only_one_owner_error: string;
|
|
76
|
-
transfer_owner_success: string;
|
|
77
|
-
transfer_owner_failed: string;
|
|
78
|
-
group_management: string;
|
|
79
|
-
group_admin: string;
|
|
80
|
-
mute_management: string;
|
|
81
|
-
mute_all_members: string;
|
|
82
|
-
mute_all_members_description: string;
|
|
83
|
-
set_admin_dialog_title: string;
|
|
84
|
-
remove_admin_dialog_title: string;
|
|
85
|
-
mute_member_dialog_title: string;
|
|
86
|
-
unmute_member_dialog_title: string;
|
|
87
|
-
operation_success: string;
|
|
88
|
-
operation_failed: string;
|
|
89
|
-
all_members_muted: string;
|
|
90
|
-
all_members_unmuted: string;
|
|
91
|
-
failed_to_update_mute_all: string;
|
|
92
|
-
group_member_role_owner: string;
|
|
93
|
-
group_member_role_admin: string;
|
|
94
|
-
group_member_role_member: string;
|
|
95
|
-
};
|
|
96
|
-
export default ChatSetting;
|
|
@@ -1,108 +0,0 @@
|
|
|
1
|
-
const e = {
|
|
2
|
-
// SettingItem
|
|
3
|
-
cancel: "キャンセル",
|
|
4
|
-
confirm: "確認",
|
|
5
|
-
not_set: "未設定",
|
|
6
|
-
// C2CChatSetting
|
|
7
|
-
user_id: "ユーザーID",
|
|
8
|
-
nickname: "ニックネーム",
|
|
9
|
-
nickname_placeholder: "ニックネーム未設定",
|
|
10
|
-
signature: "署名",
|
|
11
|
-
remark: "備考",
|
|
12
|
-
remark_placeholder: "備考未設定",
|
|
13
|
-
remark_update_success: "備考の更新が成功しました",
|
|
14
|
-
pin_conversation: "会話をピン留め",
|
|
15
|
-
mute_conversation: "会話をミュート",
|
|
16
|
-
copied: "コピーしました",
|
|
17
|
-
// GroupChatSetting
|
|
18
|
-
remove_member_dialog_title: "グループメンバーを削除",
|
|
19
|
-
add_member_dialog_title: "グループメンバーを追加",
|
|
20
|
-
failed_to_load_more_members: "メンバーの読み込みに失敗しました",
|
|
21
|
-
failed_to_remove_member: "メンバーの削除に失敗しました",
|
|
22
|
-
me: "私",
|
|
23
|
-
// GroupInfo
|
|
24
|
-
group_id: "グループID",
|
|
25
|
-
group_name: "グループ名",
|
|
26
|
-
group_name_placeholder: "グループ名未設定",
|
|
27
|
-
group_introduction: "グループ紹介",
|
|
28
|
-
group_introduction_placeholder: "グループ紹介なし",
|
|
29
|
-
group_notification: "グループ通知",
|
|
30
|
-
group_notification_placeholder: "グループ通知なし",
|
|
31
|
-
my_name_card: "私の名刺",
|
|
32
|
-
my_name_card_placeholder: "名刺未設定",
|
|
33
|
-
group_type: "グループタイプ",
|
|
34
|
-
group_type_work: "友達ワークグループ",
|
|
35
|
-
group_type_public: "見知らぬ人ソーシャルグループ",
|
|
36
|
-
group_type_meeting: "一時的な会議グループ",
|
|
37
|
-
group_type_community: "コミュニティ",
|
|
38
|
-
group_type_avchatroom: "ライブグループ",
|
|
39
|
-
group_type_unknown: "不明なタイプ",
|
|
40
|
-
// Validation messages
|
|
41
|
-
group_name_required_string: "グループ名は文字列である必要があります",
|
|
42
|
-
group_name_required: "グループ名は空にできません",
|
|
43
|
-
group_name_max_length: "グループ名は25文字を超えることはできません",
|
|
44
|
-
group_name_unchanged: "グループ名を変更してから送信してください",
|
|
45
|
-
group_introduction_required_string: "グループ紹介は文字列である必要があります",
|
|
46
|
-
group_introduction_max_length: "グループ紹介は100文字を超えることはできません",
|
|
47
|
-
group_introduction_unchanged: "グループ紹介を変更してから送信してください",
|
|
48
|
-
group_notification_required_string: "グループ通知は文字列である必要があります",
|
|
49
|
-
group_notification_max_length: "グループ通知は100文字を超えることはできません",
|
|
50
|
-
group_notification_unchanged: "グループ通知を変更してから送信してください",
|
|
51
|
-
group_name_card_required_string: "名刺は文字列である必要があります",
|
|
52
|
-
group_name_card_unchanged: "名刺を変更してから送信してください",
|
|
53
|
-
// Success/Error messages
|
|
54
|
-
group_name_update_success: "グループ名の更新が成功しました",
|
|
55
|
-
group_name_update_failed: "グループ名の更新に失敗しました",
|
|
56
|
-
group_introduction_update_success: "グループ紹介の更新が成功しました",
|
|
57
|
-
group_introduction_update_failed: "グループ紹介の更新に失敗しました",
|
|
58
|
-
group_notification_update_success: "グループ通知の更新が成功しました",
|
|
59
|
-
group_notification_update_failed: "グループ通知の更新に失敗しました",
|
|
60
|
-
group_name_card_update_success: "名刺の更新が成功しました",
|
|
61
|
-
group_name_card_update_failed: "名刺の更新に失敗しました",
|
|
62
|
-
group_member_add_success: "メンバーの追加が成功しました",
|
|
63
|
-
group_member_add_failed: "メンバーの追加に失敗しました",
|
|
64
|
-
group_member_add_partially_failed: "メンバーの追加に失敗しました",
|
|
65
|
-
group_member_remove_success: "メンバーの削除が成功しました",
|
|
66
|
-
group_member_remove_failed: "メンバーの削除に失敗しました",
|
|
67
|
-
// GroupMembers
|
|
68
|
-
group_members: "グループメンバー",
|
|
69
|
-
add: "追加",
|
|
70
|
-
remove: "削除",
|
|
71
|
-
loading: "読み込み中...",
|
|
72
|
-
all_members_shown: "すべてのメンバーを表示",
|
|
73
|
-
collapse: "折りたたむ",
|
|
74
|
-
// GroupActions
|
|
75
|
-
transfer_group_owner: "所有権を譲渡",
|
|
76
|
-
quit_group: "グループを退出",
|
|
77
|
-
dismiss_group: "グループを解散",
|
|
78
|
-
transfer_owner_dialog_title: "所有権を譲渡",
|
|
79
|
-
dismiss_group_dialog_title: "グループを解散",
|
|
80
|
-
quit_group_dialog_title: "グループを退出",
|
|
81
|
-
quit_group_confirmation: "グループを退出してもよろしいですか?",
|
|
82
|
-
select_new_owner_error: "新しい所有者を選択してください",
|
|
83
|
-
only_one_owner_error: "新しい所有者として選択できるメンバーは1人だけです",
|
|
84
|
-
transfer_owner_success: "所有権の譲渡が成功しました",
|
|
85
|
-
transfer_owner_failed: "所有権の譲渡に失敗しました",
|
|
86
|
-
// GroupManagement
|
|
87
|
-
group_management: "グループ管理",
|
|
88
|
-
group_admin: "グループ管理者",
|
|
89
|
-
mute_management: "ミュート管理",
|
|
90
|
-
mute_all_members: "全員ミュート",
|
|
91
|
-
mute_all_members_description: "有効にすると、グループオーナーと管理者以外は発言できません",
|
|
92
|
-
set_admin_dialog_title: "管理者を設定",
|
|
93
|
-
remove_admin_dialog_title: "管理者を削除",
|
|
94
|
-
mute_member_dialog_title: "メンバーをミュート",
|
|
95
|
-
unmute_member_dialog_title: "メンバーのミュートを解除",
|
|
96
|
-
operation_success: "操作が成功しました",
|
|
97
|
-
operation_failed: "操作に失敗しました",
|
|
98
|
-
all_members_muted: "全メンバーをミュートしました",
|
|
99
|
-
all_members_unmuted: "全メンバーのミュートを解除しました",
|
|
100
|
-
failed_to_update_mute_all: "全メンバーミュート設定の更新に失敗しました",
|
|
101
|
-
// GroupMemberRole
|
|
102
|
-
group_member_role_owner: "グループオーナー",
|
|
103
|
-
group_member_role_admin: "管理者",
|
|
104
|
-
group_member_role_member: "一般メンバー"
|
|
105
|
-
};
|
|
106
|
-
export {
|
|
107
|
-
e as default
|
|
108
|
-
};
|