stream-chat-react-native-core 5.30.1-beta.1 → 5.31.0-beta.1
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/lib/commonjs/components/Chat/hooks/useAppSettings.js +2 -4
- package/lib/commonjs/components/Chat/hooks/useAppSettings.js.map +1 -1
- package/lib/commonjs/components/MessageInput/FileUploadPreview.js +5 -6
- package/lib/commonjs/components/MessageInput/FileUploadPreview.js.map +1 -1
- package/lib/commonjs/components/MessageInput/MessageInput.js +4 -26
- package/lib/commonjs/components/MessageInput/MessageInput.js.map +1 -1
- package/lib/commonjs/contexts/messageInputContext/MessageInputContext.js +89 -76
- package/lib/commonjs/contexts/messageInputContext/MessageInputContext.js.map +1 -1
- package/lib/commonjs/contexts/messageInputContext/utils/utils.js +66 -0
- package/lib/commonjs/contexts/messageInputContext/utils/utils.js.map +1 -0
- package/lib/commonjs/i18n/en.json +1 -1
- package/lib/commonjs/i18n/es.json +21 -21
- package/lib/commonjs/i18n/fr.json +21 -21
- package/lib/commonjs/i18n/he.json +21 -21
- package/lib/commonjs/i18n/hi.json +21 -21
- package/lib/commonjs/i18n/it.json +21 -21
- package/lib/commonjs/i18n/ja.json +21 -21
- package/lib/commonjs/i18n/ko.json +21 -21
- package/lib/commonjs/i18n/nl.json +21 -21
- package/lib/commonjs/i18n/pt-BR.json +21 -21
- package/lib/commonjs/i18n/ru.json +21 -21
- package/lib/commonjs/i18n/tr.json +21 -21
- package/lib/commonjs/version.json +1 -1
- package/lib/module/components/Chat/hooks/useAppSettings.js +2 -4
- package/lib/module/components/Chat/hooks/useAppSettings.js.map +1 -1
- package/lib/module/components/MessageInput/FileUploadPreview.js +5 -6
- package/lib/module/components/MessageInput/FileUploadPreview.js.map +1 -1
- package/lib/module/components/MessageInput/MessageInput.js +4 -26
- package/lib/module/components/MessageInput/MessageInput.js.map +1 -1
- package/lib/module/contexts/messageInputContext/MessageInputContext.js +89 -76
- package/lib/module/contexts/messageInputContext/MessageInputContext.js.map +1 -1
- package/lib/module/contexts/messageInputContext/utils/utils.js +66 -0
- package/lib/module/contexts/messageInputContext/utils/utils.js.map +1 -0
- package/lib/module/i18n/en.json +1 -1
- package/lib/module/i18n/es.json +21 -21
- package/lib/module/i18n/fr.json +21 -21
- package/lib/module/i18n/he.json +21 -21
- package/lib/module/i18n/hi.json +21 -21
- package/lib/module/i18n/it.json +21 -21
- package/lib/module/i18n/ja.json +21 -21
- package/lib/module/i18n/ko.json +21 -21
- package/lib/module/i18n/nl.json +21 -21
- package/lib/module/i18n/pt-BR.json +21 -21
- package/lib/module/i18n/ru.json +21 -21
- package/lib/module/i18n/tr.json +21 -21
- package/lib/module/version.json +1 -1
- package/lib/typescript/components/Chat/hooks/useAppSettings.d.ts.map +1 -1
- package/lib/typescript/components/MessageInput/FileUploadPreview.d.ts.map +1 -1
- package/lib/typescript/components/MessageInput/MessageInput.d.ts.map +1 -1
- package/lib/typescript/contexts/messageInputContext/MessageInputContext.d.ts.map +1 -1
- package/lib/typescript/contexts/messageInputContext/utils/utils.d.ts +22 -0
- package/lib/typescript/contexts/messageInputContext/utils/utils.d.ts.map +1 -0
- package/lib/typescript/i18n/en.json +1 -1
- package/lib/typescript/i18n/es.json +21 -21
- package/lib/typescript/i18n/fr.json +21 -21
- package/lib/typescript/i18n/he.json +21 -21
- package/lib/typescript/i18n/hi.json +21 -21
- package/lib/typescript/i18n/it.json +21 -21
- package/lib/typescript/i18n/ja.json +21 -21
- package/lib/typescript/i18n/ko.json +21 -21
- package/lib/typescript/i18n/nl.json +21 -21
- package/lib/typescript/i18n/pt-BR.json +21 -21
- package/lib/typescript/i18n/ru.json +21 -21
- package/lib/typescript/i18n/tr.json +21 -21
- package/lib/typescript/utils/Streami18n.d.ts +1 -1
- package/package.json +1 -1
- package/src/components/Chat/hooks/useAppSettings.ts +4 -6
- package/src/components/MessageInput/FileUploadPreview.tsx +2 -3
- package/src/components/MessageInput/MessageInput.tsx +4 -45
- package/src/contexts/messageInputContext/MessageInputContext.tsx +60 -55
- package/src/contexts/messageInputContext/__tests__/MessageInputContext.test.tsx +9 -0
- package/src/contexts/messageInputContext/__tests__/pickFile.test.tsx +8 -3
- package/src/contexts/messageInputContext/utils/utils.ts +86 -0
- package/src/i18n/en.json +1 -1
- package/src/i18n/es.json +21 -21
- package/src/i18n/fr.json +21 -21
- package/src/i18n/he.json +21 -21
- package/src/i18n/hi.json +21 -21
- package/src/i18n/it.json +21 -21
- package/src/i18n/ja.json +21 -21
- package/src/i18n/ko.json +21 -21
- package/src/i18n/nl.json +21 -21
- package/src/i18n/pt-BR.json +21 -21
- package/src/i18n/ru.json +21 -21
- package/src/i18n/tr.json +21 -21
- package/src/version.json +1 -1
package/lib/module/i18n/ja.json
CHANGED
|
@@ -1,57 +1,57 @@
|
|
|
1
1
|
{
|
|
2
|
-
"1 Reply": "",
|
|
2
|
+
"1 Reply": "1件の返信",
|
|
3
3
|
"1 Thread Reply": "",
|
|
4
4
|
"Allow access to your Gallery": "",
|
|
5
5
|
"Allow camera access in device settings": "",
|
|
6
6
|
"Also send to channel": "",
|
|
7
7
|
"Are you sure you want to permanently delete this message?": "",
|
|
8
|
-
"Are you sure?": "
|
|
8
|
+
"Are you sure?": "",
|
|
9
9
|
"Block User": "",
|
|
10
10
|
"Cancel": "",
|
|
11
11
|
"Cannot Flag Message": "",
|
|
12
|
-
"Consider how your comment might make others feel and be sure to follow our Community Guidelines": "
|
|
12
|
+
"Consider how your comment might make others feel and be sure to follow our Community Guidelines": "",
|
|
13
13
|
"Copy Message": "",
|
|
14
14
|
"Delete": "",
|
|
15
15
|
"Delete Message": "",
|
|
16
16
|
"Device camera is used to take photos or videos.": "",
|
|
17
17
|
"Do you want to send a copy of this message to a moderator for further investigation?": "",
|
|
18
18
|
"Edit Message": "",
|
|
19
|
-
"Edited": "",
|
|
19
|
+
"Edited": "編集済み",
|
|
20
20
|
"Editing Message": "",
|
|
21
|
-
"Emoji matching": "",
|
|
22
|
-
"Empty message...": "",
|
|
21
|
+
"Emoji matching": "絵文字マッチング",
|
|
22
|
+
"Empty message...": "空のメッセージ...",
|
|
23
23
|
"Error loading": "",
|
|
24
24
|
"Error loading channel list...": "",
|
|
25
25
|
"Error loading messages for this channel...": "",
|
|
26
|
-
"Error while loading, please reload/refresh": "",
|
|
26
|
+
"Error while loading, please reload/refresh": "ロード中にエラーが発生しました。更新してください",
|
|
27
|
+
"File is too large: {{ size }}, maximum upload size is {{ limit }}": "",
|
|
27
28
|
"File type not supported": "",
|
|
28
29
|
"Flag": "",
|
|
29
30
|
"Flag Message": "",
|
|
30
31
|
"Flag action failed either due to a network issue or the message is already flagged": "",
|
|
31
|
-
"Hold to start recording.": "
|
|
32
|
+
"Hold to start recording.": "",
|
|
32
33
|
"How about sending your first message to a friend?": "",
|
|
33
|
-
"Instant Commands": "",
|
|
34
|
+
"Instant Commands": "インスタントコマンド",
|
|
34
35
|
"Let's start chatting!": "",
|
|
35
36
|
"Links are disabled": "",
|
|
36
|
-
"Loading channels...": "",
|
|
37
|
-
"Loading messages...": "",
|
|
38
|
-
"Loading...": "",
|
|
39
|
-
"Maximum file size upload limit reached. Please upload a file below {{MAX_FILE_SIZE_TO_UPLOAD_IN_MB}} MB.": "",
|
|
37
|
+
"Loading channels...": "チャネルを読み込み中。。。",
|
|
38
|
+
"Loading messages...": "メッセージを読み込み中。。。",
|
|
39
|
+
"Loading...": "読み込み中。。。",
|
|
40
40
|
"Message Reactions": "",
|
|
41
41
|
"Message deleted": "メッセージが削除されました",
|
|
42
42
|
"Message flagged": "",
|
|
43
43
|
"Mute User": "",
|
|
44
44
|
"No chats here yet…": "",
|
|
45
|
-
"Not supported": "
|
|
46
|
-
"Nothing yet...": "",
|
|
45
|
+
"Not supported": "",
|
|
46
|
+
"Nothing yet...": "まだ何もありません...",
|
|
47
47
|
"Ok": "",
|
|
48
|
-
"Only visible to you": "",
|
|
48
|
+
"Only visible to you": "あなただけに見える",
|
|
49
49
|
"Open Settings": "",
|
|
50
50
|
"Photo": "",
|
|
51
51
|
"Photos and Videos": "",
|
|
52
52
|
"Pin to Conversation": "",
|
|
53
|
-
"Pinned by": "",
|
|
54
|
-
"Please allow Audio permissions in settings.": "
|
|
53
|
+
"Pinned by": "ピン留めされユーザー",
|
|
54
|
+
"Please allow Audio permissions in settings.": "",
|
|
55
55
|
"Please enable access to your photos and videos so you can share them.": "",
|
|
56
56
|
"Please select a channel first": "",
|
|
57
57
|
"Reconnecting...": "再接続中。。。",
|
|
@@ -60,7 +60,7 @@
|
|
|
60
60
|
"Resend": "",
|
|
61
61
|
"Search GIFs": "",
|
|
62
62
|
"Select More Photos": "",
|
|
63
|
-
"Send Anyway": "
|
|
63
|
+
"Send Anyway": "",
|
|
64
64
|
"Send a message": "",
|
|
65
65
|
"Sending links is not allowed in this conversation": "",
|
|
66
66
|
"Slow mode ON": "",
|
|
@@ -76,8 +76,8 @@
|
|
|
76
76
|
"You can't send messages in this channel": "",
|
|
77
77
|
"{{ firstUser }} and {{ nonSelfUserLength }} more are typing": "",
|
|
78
78
|
"{{ index }} of {{ photoLength }}": "",
|
|
79
|
-
"{{ replyCount }} Replies": "",
|
|
79
|
+
"{{ replyCount }} Replies": "{{ replyCount }}件の返信",
|
|
80
80
|
"{{ replyCount }} Thread Replies": "",
|
|
81
81
|
"{{ user }} is typing": "",
|
|
82
|
-
"🏙 Attachment...": ""
|
|
82
|
+
"🏙 Attachment...": "🏙 アタッチメント..."
|
|
83
83
|
}
|
package/lib/module/i18n/ko.json
CHANGED
|
@@ -1,57 +1,57 @@
|
|
|
1
1
|
{
|
|
2
|
-
"1 Reply": "",
|
|
2
|
+
"1 Reply": "답장 1개",
|
|
3
3
|
"1 Thread Reply": "",
|
|
4
4
|
"Allow access to your Gallery": "",
|
|
5
5
|
"Allow camera access in device settings": "",
|
|
6
6
|
"Also send to channel": "",
|
|
7
7
|
"Are you sure you want to permanently delete this message?": "",
|
|
8
|
-
"Are you sure?": "
|
|
8
|
+
"Are you sure?": "",
|
|
9
9
|
"Block User": "",
|
|
10
10
|
"Cancel": "",
|
|
11
11
|
"Cannot Flag Message": "",
|
|
12
|
-
"Consider how your comment might make others feel and be sure to follow our Community Guidelines": "
|
|
12
|
+
"Consider how your comment might make others feel and be sure to follow our Community Guidelines": "",
|
|
13
13
|
"Copy Message": "",
|
|
14
14
|
"Delete": "",
|
|
15
15
|
"Delete Message": "",
|
|
16
16
|
"Device camera is used to take photos or videos.": "",
|
|
17
17
|
"Do you want to send a copy of this message to a moderator for further investigation?": "",
|
|
18
18
|
"Edit Message": "",
|
|
19
|
-
"Edited": "",
|
|
19
|
+
"Edited": "편집됨",
|
|
20
20
|
"Editing Message": "",
|
|
21
|
-
"Emoji matching": "",
|
|
22
|
-
"Empty message...": "",
|
|
21
|
+
"Emoji matching": "이모티콘 매칭",
|
|
22
|
+
"Empty message...": "빈 메시지...",
|
|
23
23
|
"Error loading": "",
|
|
24
24
|
"Error loading channel list...": "",
|
|
25
25
|
"Error loading messages for this channel...": "",
|
|
26
|
-
"Error while loading, please reload/refresh": "",
|
|
26
|
+
"Error while loading, please reload/refresh": "로드하는 동안 오류가 발생했습니다. 다시로드하십시오",
|
|
27
|
+
"File is too large: {{ size }}, maximum upload size is {{ limit }}": "",
|
|
27
28
|
"File type not supported": "",
|
|
28
29
|
"Flag": "",
|
|
29
30
|
"Flag Message": "",
|
|
30
31
|
"Flag action failed either due to a network issue or the message is already flagged": "",
|
|
31
|
-
"Hold to start recording.": "
|
|
32
|
+
"Hold to start recording.": "",
|
|
32
33
|
"How about sending your first message to a friend?": "",
|
|
33
|
-
"Instant Commands": "",
|
|
34
|
+
"Instant Commands": "인스턴트 명령",
|
|
34
35
|
"Let's start chatting!": "",
|
|
35
36
|
"Links are disabled": "",
|
|
36
|
-
"Loading channels...": "",
|
|
37
|
-
"Loading messages...": "",
|
|
38
|
-
"Loading...": "",
|
|
39
|
-
"Maximum file size upload limit reached. Please upload a file below {{MAX_FILE_SIZE_TO_UPLOAD_IN_MB}} MB.": "",
|
|
37
|
+
"Loading channels...": "채널을 로딩 중...",
|
|
38
|
+
"Loading messages...": "메시지를 로딩 중...",
|
|
39
|
+
"Loading...": "로딩 중...",
|
|
40
40
|
"Message Reactions": "",
|
|
41
41
|
"Message deleted": "메시지가 삭제되었습니다.",
|
|
42
42
|
"Message flagged": "",
|
|
43
43
|
"Mute User": "",
|
|
44
44
|
"No chats here yet…": "",
|
|
45
|
-
"Not supported": "
|
|
46
|
-
"Nothing yet...": "",
|
|
45
|
+
"Not supported": "",
|
|
46
|
+
"Nothing yet...": "아직 아무것도...",
|
|
47
47
|
"Ok": "",
|
|
48
|
-
"Only visible to you": "",
|
|
48
|
+
"Only visible to you": "당신만 볼 수 있습니다",
|
|
49
49
|
"Open Settings": "",
|
|
50
50
|
"Photo": "",
|
|
51
51
|
"Photos and Videos": "",
|
|
52
52
|
"Pin to Conversation": "",
|
|
53
|
-
"Pinned by": "",
|
|
54
|
-
"Please allow Audio permissions in settings.": "
|
|
53
|
+
"Pinned by": "고정된 사용자",
|
|
54
|
+
"Please allow Audio permissions in settings.": "",
|
|
55
55
|
"Please enable access to your photos and videos so you can share them.": "",
|
|
56
56
|
"Please select a channel first": "",
|
|
57
57
|
"Reconnecting...": "다시 연결 중...",
|
|
@@ -60,7 +60,7 @@
|
|
|
60
60
|
"Resend": "",
|
|
61
61
|
"Search GIFs": "",
|
|
62
62
|
"Select More Photos": "",
|
|
63
|
-
"Send Anyway": "
|
|
63
|
+
"Send Anyway": "",
|
|
64
64
|
"Send a message": "",
|
|
65
65
|
"Sending links is not allowed in this conversation": "",
|
|
66
66
|
"Slow mode ON": "",
|
|
@@ -76,8 +76,8 @@
|
|
|
76
76
|
"You can't send messages in this channel": "",
|
|
77
77
|
"{{ firstUser }} and {{ nonSelfUserLength }} more are typing": "",
|
|
78
78
|
"{{ index }} of {{ photoLength }}": "",
|
|
79
|
-
"{{ replyCount }} Replies": "",
|
|
79
|
+
"{{ replyCount }} Replies": "{{ replyCount }} 답글",
|
|
80
80
|
"{{ replyCount }} Thread Replies": "",
|
|
81
81
|
"{{ user }} is typing": "",
|
|
82
|
-
"🏙 Attachment...": ""
|
|
82
|
+
"🏙 Attachment...": "🏙 부착..."
|
|
83
83
|
}
|
package/lib/module/i18n/nl.json
CHANGED
|
@@ -1,57 +1,57 @@
|
|
|
1
1
|
{
|
|
2
|
-
"1 Reply": "",
|
|
2
|
+
"1 Reply": "1 Antwoord",
|
|
3
3
|
"1 Thread Reply": "",
|
|
4
4
|
"Allow access to your Gallery": "",
|
|
5
5
|
"Allow camera access in device settings": "",
|
|
6
6
|
"Also send to channel": "",
|
|
7
7
|
"Are you sure you want to permanently delete this message?": "",
|
|
8
|
-
"Are you sure?": "
|
|
8
|
+
"Are you sure?": "",
|
|
9
9
|
"Block User": "",
|
|
10
10
|
"Cancel": "",
|
|
11
11
|
"Cannot Flag Message": "",
|
|
12
|
-
"Consider how your comment might make others feel and be sure to follow our Community Guidelines": "
|
|
12
|
+
"Consider how your comment might make others feel and be sure to follow our Community Guidelines": "",
|
|
13
13
|
"Copy Message": "",
|
|
14
14
|
"Delete": "",
|
|
15
15
|
"Delete Message": "",
|
|
16
16
|
"Device camera is used to take photos or videos.": "",
|
|
17
17
|
"Do you want to send a copy of this message to a moderator for further investigation?": "",
|
|
18
18
|
"Edit Message": "",
|
|
19
|
-
"Edited": "",
|
|
19
|
+
"Edited": "Bewerkt",
|
|
20
20
|
"Editing Message": "",
|
|
21
|
-
"Emoji matching": "",
|
|
22
|
-
"Empty message...": "",
|
|
21
|
+
"Emoji matching": "Emoji-overeenkomsten",
|
|
22
|
+
"Empty message...": "Leeg bericht...",
|
|
23
23
|
"Error loading": "",
|
|
24
24
|
"Error loading channel list...": "",
|
|
25
25
|
"Error loading messages for this channel...": "",
|
|
26
|
-
"Error while loading, please reload/refresh": "",
|
|
26
|
+
"Error while loading, please reload/refresh": "Probleem bij het laden, probeer opnieuw",
|
|
27
|
+
"File is too large: {{ size }}, maximum upload size is {{ limit }}": "",
|
|
27
28
|
"File type not supported": "",
|
|
28
29
|
"Flag": "",
|
|
29
30
|
"Flag Message": "",
|
|
30
31
|
"Flag action failed either due to a network issue or the message is already flagged": "",
|
|
31
|
-
"Hold to start recording.": "
|
|
32
|
+
"Hold to start recording.": "",
|
|
32
33
|
"How about sending your first message to a friend?": "",
|
|
33
|
-
"Instant Commands": "",
|
|
34
|
+
"Instant Commands": "Directe Opdrachten",
|
|
34
35
|
"Let's start chatting!": "",
|
|
35
36
|
"Links are disabled": "",
|
|
36
|
-
"Loading channels...": "",
|
|
37
|
-
"Loading messages...": "",
|
|
38
|
-
"Loading...": "",
|
|
39
|
-
"Maximum file size upload limit reached. Please upload a file below {{MAX_FILE_SIZE_TO_UPLOAD_IN_MB}} MB.": "",
|
|
37
|
+
"Loading channels...": "Kanalen aan het laden...",
|
|
38
|
+
"Loading messages...": "Berichten aan het laden...",
|
|
39
|
+
"Loading...": "Aan het laden...",
|
|
40
40
|
"Message Reactions": "",
|
|
41
41
|
"Message deleted": "Bericht verwijderd",
|
|
42
42
|
"Message flagged": "",
|
|
43
43
|
"Mute User": "",
|
|
44
44
|
"No chats here yet…": "",
|
|
45
|
-
"Not supported": "
|
|
46
|
-
"Nothing yet...": "",
|
|
45
|
+
"Not supported": "",
|
|
46
|
+
"Nothing yet...": "Nog niets...",
|
|
47
47
|
"Ok": "",
|
|
48
|
-
"Only visible to you": "",
|
|
48
|
+
"Only visible to you": "Alleen zichtbaar voor jou",
|
|
49
49
|
"Open Settings": "",
|
|
50
50
|
"Photo": "",
|
|
51
51
|
"Photos and Videos": "",
|
|
52
52
|
"Pin to Conversation": "",
|
|
53
|
-
"Pinned by": "",
|
|
54
|
-
"Please allow Audio permissions in settings.": "
|
|
53
|
+
"Pinned by": "Vastgemaakt door",
|
|
54
|
+
"Please allow Audio permissions in settings.": "",
|
|
55
55
|
"Please enable access to your photos and videos so you can share them.": "",
|
|
56
56
|
"Please select a channel first": "",
|
|
57
57
|
"Reconnecting...": "Opnieuw Verbinding Maken...",
|
|
@@ -60,7 +60,7 @@
|
|
|
60
60
|
"Resend": "",
|
|
61
61
|
"Search GIFs": "",
|
|
62
62
|
"Select More Photos": "",
|
|
63
|
-
"Send Anyway": "
|
|
63
|
+
"Send Anyway": "",
|
|
64
64
|
"Send a message": "",
|
|
65
65
|
"Sending links is not allowed in this conversation": "",
|
|
66
66
|
"Slow mode ON": "",
|
|
@@ -76,8 +76,8 @@
|
|
|
76
76
|
"You can't send messages in this channel": "",
|
|
77
77
|
"{{ firstUser }} and {{ nonSelfUserLength }} more are typing": "",
|
|
78
78
|
"{{ index }} of {{ photoLength }}": "",
|
|
79
|
-
"{{ replyCount }} Replies": "",
|
|
79
|
+
"{{ replyCount }} Replies": "{{ replyCount }} Antwoorden",
|
|
80
80
|
"{{ replyCount }} Thread Replies": "",
|
|
81
81
|
"{{ user }} is typing": "",
|
|
82
|
-
"🏙 Attachment...": ""
|
|
82
|
+
"🏙 Attachment...": "🏙 Bijlage..."
|
|
83
83
|
}
|
|
@@ -1,57 +1,57 @@
|
|
|
1
1
|
{
|
|
2
|
-
"1 Reply": "",
|
|
2
|
+
"1 Reply": "1 Resposta",
|
|
3
3
|
"1 Thread Reply": "",
|
|
4
4
|
"Allow access to your Gallery": "",
|
|
5
5
|
"Allow camera access in device settings": "",
|
|
6
6
|
"Also send to channel": "",
|
|
7
7
|
"Are you sure you want to permanently delete this message?": "",
|
|
8
|
-
"Are you sure?": "
|
|
8
|
+
"Are you sure?": "",
|
|
9
9
|
"Block User": "",
|
|
10
10
|
"Cancel": "",
|
|
11
11
|
"Cannot Flag Message": "",
|
|
12
|
-
"Consider how your comment might make others feel and be sure to follow our Community Guidelines": "
|
|
12
|
+
"Consider how your comment might make others feel and be sure to follow our Community Guidelines": "",
|
|
13
13
|
"Copy Message": "",
|
|
14
14
|
"Delete": "",
|
|
15
15
|
"Delete Message": "",
|
|
16
16
|
"Device camera is used to take photos or videos.": "",
|
|
17
17
|
"Do you want to send a copy of this message to a moderator for further investigation?": "",
|
|
18
18
|
"Edit Message": "",
|
|
19
|
-
"Edited": "",
|
|
19
|
+
"Edited": "Editado",
|
|
20
20
|
"Editing Message": "",
|
|
21
|
-
"Emoji matching": "",
|
|
22
|
-
"Empty message...": "",
|
|
21
|
+
"Emoji matching": "Correspondência de Emoji",
|
|
22
|
+
"Empty message...": "Mensagem vazia...",
|
|
23
23
|
"Error loading": "",
|
|
24
24
|
"Error loading channel list...": "",
|
|
25
25
|
"Error loading messages for this channel...": "",
|
|
26
|
-
"Error while loading, please reload/refresh": "",
|
|
26
|
+
"Error while loading, please reload/refresh": "Erro ao carregar, por favor recarregue/atualize",
|
|
27
|
+
"File is too large: {{ size }}, maximum upload size is {{ limit }}": "",
|
|
27
28
|
"File type not supported": "",
|
|
28
29
|
"Flag": "",
|
|
29
30
|
"Flag Message": "",
|
|
30
31
|
"Flag action failed either due to a network issue or the message is already flagged": "",
|
|
31
|
-
"Hold to start recording.": "
|
|
32
|
+
"Hold to start recording.": "",
|
|
32
33
|
"How about sending your first message to a friend?": "",
|
|
33
|
-
"Instant Commands": "",
|
|
34
|
+
"Instant Commands": "Comandos Instantâneos",
|
|
34
35
|
"Let's start chatting!": "",
|
|
35
36
|
"Links are disabled": "",
|
|
36
|
-
"Loading channels...": "",
|
|
37
|
-
"Loading messages...": "",
|
|
38
|
-
"Loading...": "",
|
|
39
|
-
"Maximum file size upload limit reached. Please upload a file below {{MAX_FILE_SIZE_TO_UPLOAD_IN_MB}} MB.": "",
|
|
37
|
+
"Loading channels...": "Carregando canais...",
|
|
38
|
+
"Loading messages...": "Carregando mensagens...",
|
|
39
|
+
"Loading...": "Carregando...",
|
|
40
40
|
"Message Reactions": "",
|
|
41
41
|
"Message deleted": "Mensagem excluída",
|
|
42
42
|
"Message flagged": "",
|
|
43
43
|
"Mute User": "",
|
|
44
44
|
"No chats here yet…": "",
|
|
45
|
-
"Not supported": "
|
|
46
|
-
"Nothing yet...": "",
|
|
45
|
+
"Not supported": "",
|
|
46
|
+
"Nothing yet...": "Nada ainda...",
|
|
47
47
|
"Ok": "",
|
|
48
|
-
"Only visible to you": "",
|
|
48
|
+
"Only visible to you": "Apenas visível para você",
|
|
49
49
|
"Open Settings": "",
|
|
50
50
|
"Photo": "",
|
|
51
51
|
"Photos and Videos": "",
|
|
52
52
|
"Pin to Conversation": "",
|
|
53
|
-
"Pinned by": "",
|
|
54
|
-
"Please allow Audio permissions in settings.": "
|
|
53
|
+
"Pinned by": "Fixado por",
|
|
54
|
+
"Please allow Audio permissions in settings.": "",
|
|
55
55
|
"Please enable access to your photos and videos so you can share them.": "",
|
|
56
56
|
"Please select a channel first": "",
|
|
57
57
|
"Reconnecting...": "Reconectando...",
|
|
@@ -60,7 +60,7 @@
|
|
|
60
60
|
"Resend": "",
|
|
61
61
|
"Search GIFs": "",
|
|
62
62
|
"Select More Photos": "",
|
|
63
|
-
"Send Anyway": "
|
|
63
|
+
"Send Anyway": "",
|
|
64
64
|
"Send a message": "",
|
|
65
65
|
"Sending links is not allowed in this conversation": "",
|
|
66
66
|
"Slow mode ON": "",
|
|
@@ -76,8 +76,8 @@
|
|
|
76
76
|
"You can't send messages in this channel": "",
|
|
77
77
|
"{{ firstUser }} and {{ nonSelfUserLength }} more are typing": "",
|
|
78
78
|
"{{ index }} of {{ photoLength }}": "",
|
|
79
|
-
"{{ replyCount }} Replies": "",
|
|
79
|
+
"{{ replyCount }} Replies": "{{ replyCount }} Respostas",
|
|
80
80
|
"{{ replyCount }} Thread Replies": "",
|
|
81
81
|
"{{ user }} is typing": "",
|
|
82
|
-
"🏙 Attachment...": ""
|
|
82
|
+
"🏙 Attachment...": "🏙 Anexo..."
|
|
83
83
|
}
|
package/lib/module/i18n/ru.json
CHANGED
|
@@ -1,57 +1,57 @@
|
|
|
1
1
|
{
|
|
2
|
-
"1 Reply": "",
|
|
2
|
+
"1 Reply": "1 Ответ",
|
|
3
3
|
"1 Thread Reply": "",
|
|
4
4
|
"Allow access to your Gallery": "",
|
|
5
5
|
"Allow camera access in device settings": "",
|
|
6
6
|
"Also send to channel": "",
|
|
7
7
|
"Are you sure you want to permanently delete this message?": "",
|
|
8
|
-
"Are you sure?": "
|
|
8
|
+
"Are you sure?": "",
|
|
9
9
|
"Block User": "",
|
|
10
10
|
"Cancel": "",
|
|
11
11
|
"Cannot Flag Message": "",
|
|
12
|
-
"Consider how your comment might make others feel and be sure to follow our Community Guidelines": "
|
|
12
|
+
"Consider how your comment might make others feel and be sure to follow our Community Guidelines": "",
|
|
13
13
|
"Copy Message": "",
|
|
14
14
|
"Delete": "",
|
|
15
15
|
"Delete Message": "",
|
|
16
16
|
"Device camera is used to take photos or videos.": "",
|
|
17
17
|
"Do you want to send a copy of this message to a moderator for further investigation?": "",
|
|
18
18
|
"Edit Message": "",
|
|
19
|
-
"Edited": "",
|
|
19
|
+
"Edited": "Отредактировано",
|
|
20
20
|
"Editing Message": "",
|
|
21
|
-
"Emoji matching": "",
|
|
22
|
-
"Empty message...": "",
|
|
21
|
+
"Emoji matching": "Соответствие эмодзи",
|
|
22
|
+
"Empty message...": "Пустое сообщение...",
|
|
23
23
|
"Error loading": "",
|
|
24
24
|
"Error loading channel list...": "",
|
|
25
25
|
"Error loading messages for this channel...": "",
|
|
26
|
-
"Error while loading, please reload/refresh": "",
|
|
26
|
+
"Error while loading, please reload/refresh": "Ошибка загрузки, пожалуйста перезагрузите или обновите",
|
|
27
|
+
"File is too large: {{ size }}, maximum upload size is {{ limit }}": "",
|
|
27
28
|
"File type not supported": "",
|
|
28
29
|
"Flag": "",
|
|
29
30
|
"Flag Message": "",
|
|
30
31
|
"Flag action failed either due to a network issue or the message is already flagged": "",
|
|
31
|
-
"Hold to start recording.": "
|
|
32
|
+
"Hold to start recording.": "",
|
|
32
33
|
"How about sending your first message to a friend?": "",
|
|
33
|
-
"Instant Commands": "",
|
|
34
|
+
"Instant Commands": "Мгновенные Команды",
|
|
34
35
|
"Let's start chatting!": "",
|
|
35
36
|
"Links are disabled": "",
|
|
36
|
-
"Loading channels...": "",
|
|
37
|
-
"Loading messages...": "",
|
|
38
|
-
"Loading...": "",
|
|
39
|
-
"Maximum file size upload limit reached. Please upload a file below {{MAX_FILE_SIZE_TO_UPLOAD_IN_MB}} MB.": "",
|
|
37
|
+
"Loading channels...": "Загружаю каналы...",
|
|
38
|
+
"Loading messages...": "Загружаю сообщения...",
|
|
39
|
+
"Loading...": "Загружаю...",
|
|
40
40
|
"Message Reactions": "",
|
|
41
41
|
"Message deleted": "Сообщение удалено",
|
|
42
42
|
"Message flagged": "",
|
|
43
43
|
"Mute User": "",
|
|
44
44
|
"No chats here yet…": "",
|
|
45
|
-
"Not supported": "
|
|
46
|
-
"Nothing yet...": "",
|
|
45
|
+
"Not supported": "",
|
|
46
|
+
"Nothing yet...": "Пока ничего нет...",
|
|
47
47
|
"Ok": "",
|
|
48
|
-
"Only visible to you": "",
|
|
48
|
+
"Only visible to you": "Видно только вам",
|
|
49
49
|
"Open Settings": "",
|
|
50
50
|
"Photo": "",
|
|
51
51
|
"Photos and Videos": "",
|
|
52
52
|
"Pin to Conversation": "",
|
|
53
|
-
"Pinned by": "",
|
|
54
|
-
"Please allow Audio permissions in settings.": "
|
|
53
|
+
"Pinned by": "Закреплено пользователем",
|
|
54
|
+
"Please allow Audio permissions in settings.": "",
|
|
55
55
|
"Please enable access to your photos and videos so you can share them.": "",
|
|
56
56
|
"Please select a channel first": "",
|
|
57
57
|
"Reconnecting...": "Переподключение...",
|
|
@@ -60,7 +60,7 @@
|
|
|
60
60
|
"Resend": "",
|
|
61
61
|
"Search GIFs": "",
|
|
62
62
|
"Select More Photos": "",
|
|
63
|
-
"Send Anyway": "
|
|
63
|
+
"Send Anyway": "",
|
|
64
64
|
"Send a message": "",
|
|
65
65
|
"Sending links is not allowed in this conversation": "",
|
|
66
66
|
"Slow mode ON": "",
|
|
@@ -76,8 +76,8 @@
|
|
|
76
76
|
"You can't send messages in this channel": "",
|
|
77
77
|
"{{ firstUser }} and {{ nonSelfUserLength }} more are typing": "",
|
|
78
78
|
"{{ index }} of {{ photoLength }}": "",
|
|
79
|
-
"{{ replyCount }} Replies": "",
|
|
79
|
+
"{{ replyCount }} Replies": "{{ replyCount }} Ответов",
|
|
80
80
|
"{{ replyCount }} Thread Replies": "",
|
|
81
81
|
"{{ user }} is typing": "",
|
|
82
|
-
"🏙 Attachment...": ""
|
|
82
|
+
"🏙 Attachment...": "🏙 Вложение..."
|
|
83
83
|
}
|
package/lib/module/i18n/tr.json
CHANGED
|
@@ -1,57 +1,57 @@
|
|
|
1
1
|
{
|
|
2
|
-
"1 Reply": "",
|
|
2
|
+
"1 Reply": "1 Cevap",
|
|
3
3
|
"1 Thread Reply": "",
|
|
4
4
|
"Allow access to your Gallery": "",
|
|
5
5
|
"Allow camera access in device settings": "",
|
|
6
6
|
"Also send to channel": "",
|
|
7
7
|
"Are you sure you want to permanently delete this message?": "",
|
|
8
|
-
"Are you sure?": "
|
|
8
|
+
"Are you sure?": "",
|
|
9
9
|
"Block User": "",
|
|
10
10
|
"Cancel": "",
|
|
11
11
|
"Cannot Flag Message": "",
|
|
12
|
-
"Consider how your comment might make others feel and be sure to follow our Community Guidelines": "
|
|
12
|
+
"Consider how your comment might make others feel and be sure to follow our Community Guidelines": "",
|
|
13
13
|
"Copy Message": "",
|
|
14
14
|
"Delete": "",
|
|
15
15
|
"Delete Message": "",
|
|
16
16
|
"Device camera is used to take photos or videos.": "",
|
|
17
17
|
"Do you want to send a copy of this message to a moderator for further investigation?": "",
|
|
18
18
|
"Edit Message": "",
|
|
19
|
-
"Edited": "",
|
|
19
|
+
"Edited": "Düzenlendi",
|
|
20
20
|
"Editing Message": "",
|
|
21
|
-
"Emoji matching": "",
|
|
22
|
-
"Empty message...": "",
|
|
21
|
+
"Emoji matching": "Emoji eşleştirme",
|
|
22
|
+
"Empty message...": "Boş mesaj...",
|
|
23
23
|
"Error loading": "",
|
|
24
24
|
"Error loading channel list...": "",
|
|
25
25
|
"Error loading messages for this channel...": "",
|
|
26
|
-
"Error while loading, please reload/refresh": "",
|
|
26
|
+
"Error while loading, please reload/refresh": "Yüklenirken hata oluştu, lütfen tekrar deneyiniz",
|
|
27
|
+
"File is too large: {{ size }}, maximum upload size is {{ limit }}": "",
|
|
27
28
|
"File type not supported": "",
|
|
28
29
|
"Flag": "",
|
|
29
30
|
"Flag Message": "",
|
|
30
31
|
"Flag action failed either due to a network issue or the message is already flagged": "",
|
|
31
|
-
"Hold to start recording.": "
|
|
32
|
+
"Hold to start recording.": "",
|
|
32
33
|
"How about sending your first message to a friend?": "",
|
|
33
|
-
"Instant Commands": "",
|
|
34
|
+
"Instant Commands": "Anlık Komutlar",
|
|
34
35
|
"Let's start chatting!": "",
|
|
35
36
|
"Links are disabled": "",
|
|
36
|
-
"Loading channels...": "",
|
|
37
|
-
"Loading messages...": "",
|
|
38
|
-
"Loading...": "",
|
|
39
|
-
"Maximum file size upload limit reached. Please upload a file below {{MAX_FILE_SIZE_TO_UPLOAD_IN_MB}} MB.": "",
|
|
37
|
+
"Loading channels...": "Kanallar yükleniyor...",
|
|
38
|
+
"Loading messages...": "Mesajlar yükleniyor...",
|
|
39
|
+
"Loading...": "Yükleniyor...",
|
|
40
40
|
"Message Reactions": "",
|
|
41
41
|
"Message deleted": "Mesaj silindi",
|
|
42
42
|
"Message flagged": "",
|
|
43
43
|
"Mute User": "",
|
|
44
44
|
"No chats here yet…": "",
|
|
45
|
-
"Not supported": "
|
|
46
|
-
"Nothing yet...": "",
|
|
45
|
+
"Not supported": "",
|
|
46
|
+
"Nothing yet...": "Henüz değil...",
|
|
47
47
|
"Ok": "",
|
|
48
|
-
"Only visible to you": "",
|
|
48
|
+
"Only visible to you": "Sadece siz görebilirsiniz",
|
|
49
49
|
"Open Settings": "",
|
|
50
50
|
"Photo": "",
|
|
51
51
|
"Photos and Videos": "",
|
|
52
52
|
"Pin to Conversation": "",
|
|
53
|
-
"Pinned by": "",
|
|
54
|
-
"Please allow Audio permissions in settings.": "
|
|
53
|
+
"Pinned by": "Tarafından sabitlendi",
|
|
54
|
+
"Please allow Audio permissions in settings.": "",
|
|
55
55
|
"Please enable access to your photos and videos so you can share them.": "",
|
|
56
56
|
"Please select a channel first": "",
|
|
57
57
|
"Reconnecting...": "Yeniden Bağlanılıyor...",
|
|
@@ -60,7 +60,7 @@
|
|
|
60
60
|
"Resend": "",
|
|
61
61
|
"Search GIFs": "",
|
|
62
62
|
"Select More Photos": "",
|
|
63
|
-
"Send Anyway": "
|
|
63
|
+
"Send Anyway": "",
|
|
64
64
|
"Send a message": "",
|
|
65
65
|
"Sending links is not allowed in this conversation": "",
|
|
66
66
|
"Slow mode ON": "",
|
|
@@ -76,8 +76,8 @@
|
|
|
76
76
|
"You can't send messages in this channel": "",
|
|
77
77
|
"{{ firstUser }} and {{ nonSelfUserLength }} more are typing": "",
|
|
78
78
|
"{{ index }} of {{ photoLength }}": "",
|
|
79
|
-
"{{ replyCount }} Replies": "",
|
|
79
|
+
"{{ replyCount }} Replies": "{{ replyCount }} Cevap",
|
|
80
80
|
"{{ replyCount }} Thread Replies": "",
|
|
81
81
|
"{{ user }} is typing": "",
|
|
82
|
-
"🏙 Attachment...": ""
|
|
82
|
+
"🏙 Attachment...": "🏙 Ek..."
|
|
83
83
|
}
|
package/lib/module/version.json
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"useAppSettings.d.ts","sourceRoot":"","sources":["../../../../../src/components/Chat/hooks/useAppSettings.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,sBAAsB,EAAE,UAAU,EAAE,MAAM,aAAa,CAAC;
|
|
1
|
+
{"version":3,"file":"useAppSettings.d.ts","sourceRoot":"","sources":["../../../../../src/components/Chat/hooks/useAppSettings.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,sBAAsB,EAAE,UAAU,EAAE,MAAM,aAAa,CAAC;AAItE,OAAO,KAAK,EAAE,yBAAyB,EAAE,MAAM,sBAAsB,CAAC;AAEtE,eAAO,MAAM,cAAc,uIAIf,OAAO,GAAG,IAAI,wBACF,OAAO,uBACR,OAAO,KAC3B,sBAAsB,GAAG,IAqC3B,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"FileUploadPreview.d.ts","sourceRoot":"","sources":["../../../../src/components/MessageInput/FileUploadPreview.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAsC,MAAM,OAAO,CAAC;AAO3D,OAAO,EAAE,gBAAgB,EAAkB,MAAM,gBAAgB,CAAC;AAClE,OAAO,EACL,wBAAwB,EAEzB,MAAM,wDAAwD,CAAC;AAChE,OAAO,EACL,oBAAoB,EAErB,MAAM,gDAAgD,CAAC;AAMxD,OAAO,KAAK,EAAE,yBAAyB,EAAc,MAAM,mBAAmB,CAAC;
|
|
1
|
+
{"version":3,"file":"FileUploadPreview.d.ts","sourceRoot":"","sources":["../../../../src/components/MessageInput/FileUploadPreview.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAsC,MAAM,OAAO,CAAC;AAO3D,OAAO,EAAE,gBAAgB,EAAkB,MAAM,gBAAgB,CAAC;AAClE,OAAO,EACL,wBAAwB,EAEzB,MAAM,wDAAwD,CAAC;AAChE,OAAO,EACL,oBAAoB,EAErB,MAAM,gDAAgD,CAAC;AAMxD,OAAO,KAAK,EAAE,yBAAyB,EAAc,MAAM,mBAAmB,CAAC;AAgH/E,KAAK,iCAAiC,CACpC,kBAAkB,SAAS,yBAAyB,GAAG,yBAAyB,IAC9E,IAAI,CACN,wBAAwB,CAAC,kBAAkB,CAAC,EAC5C,aAAa,GAAG,YAAY,GAAG,YAAY,GAAG,gBAAgB,GAAG,8BAA8B,CAChG,GACC,IAAI,CAAC,oBAAoB,CAAC,kBAAkB,CAAC,EAAE,oBAAoB,CAAC,GACpE,IAAI,CAAC,gBAAgB,CAAC,kBAAkB,CAAC,EAAE,sBAAsB,CAAC,CAAC;AAgOrE,MAAM,MAAM,sBAAsB,CAChC,kBAAkB,SAAS,yBAAyB,GAAG,yBAAyB,IAC9E,OAAO,CAAC,iCAAiC,CAAC,kBAAkB,CAAC,CAAC,CAAC;AAEnE;;;GAGG;AACH,eAAO,MAAM,iBAAiB;;;CAwB7B,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"MessageInput.d.ts","sourceRoot":"","sources":["../../../../src/components/MessageInput/MessageInput.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAuC,MAAM,OAAO,CAAC;
|
|
1
|
+
{"version":3,"file":"MessageInput.d.ts","sourceRoot":"","sources":["../../../../src/components/MessageInput/MessageInput.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAuC,MAAM,OAAO,CAAC;AAuB5D,OAAO,EAAE,gBAAgB,EAAkB,MAAM,gBAAgB,CAAC;AAClE,OAAO,EACL,4BAA4B,EAE7B,MAAM,gEAAgE,CAAC;AACxE,OAAO,EACL,mBAAmB,EAEpB,MAAM,8CAA8C,CAAC;AACtD,OAAO,EACL,wBAAwB,EAEzB,MAAM,wDAAwD,CAAC;AAChE,OAAO,EACL,oBAAoB,EAErB,MAAM,gDAAgD,CAAC;AAExD,OAAO,EACL,uBAAuB,EAExB,MAAM,sDAAsD,CAAC;AAE9D,OAAO,EAAE,kBAAkB,EAAoB,MAAM,4CAA4C,CAAC;AAClG,OAAO,EACL,uBAAuB,EAExB,MAAM,sDAAsD,CAAC;AAG9D,OAAO,KAAK,EAAS,yBAAyB,EAAE,MAAM,mBAAmB,CAAC;AAyC1E,KAAK,4BAA4B,CAC/B,kBAAkB,SAAS,yBAAyB,GAAG,yBAAyB,IAC9E,IAAI,CAAC,4BAA4B,EAAE,8BAA8B,CAAC,GACpE,IAAI,CAAC,gBAAgB,CAAC,kBAAkB,CAAC,EAAE,UAAU,CAAC,GACtD,IAAI,CACF,mBAAmB,CAAC,kBAAkB,CAAC,EACvC,UAAU,GAAG,SAAS,GAAG,YAAY,GAAG,UAAU,CACnD,GACD,IAAI,CACF,wBAAwB,CAAC,kBAAkB,CAAC,EAC1C,0BAA0B,GAC1B,UAAU,GACV,uBAAuB,GACvB,2BAA2B,GAC3B,mCAAmC,GACnC,oCAAoC,GACpC,cAAc,GACd,eAAe,GACf,0BAA0B,GAC1B,6BAA6B,GAC7B,uBAAuB,GACvB,gBAAgB,GAChB,eAAe,GACf,mBAAmB,GACnB,yBAAyB,GACzB,uBAAuB,GACvB,SAAS,GACT,mBAAmB,GACnB,aAAa,GACb,aAAa,GACb,oBAAoB,GACpB,cAAc,GACd,OAAO,GACP,aAAa,GACb,cAAc,GACd,yBAAyB,GACzB,kBAAkB,GAClB,uBAAuB,GACvB,gBAAgB,GAChB,kBAAkB,GAClB,gBAAgB,GAChB,iBAAiB,GACjB,eAAe,GACf,YAAY,GACZ,YAAY,GACZ,SAAS,GACT,kBAAkB,GAClB,oBAAoB,GACpB,gBAAgB,GAChB,iBAAiB,GACjB,kCAAkC,GAClC,2BAA2B,GAC3B,YAAY,GACZ,aAAa,GACb,MAAM,GACN,eAAe,GACf,gBAAgB,CACnB,GACD,IAAI,CAAC,oBAAoB,CAAC,kBAAkB,CAAC,EAAE,OAAO,CAAC,GACvD,IAAI,CACF,uBAAuB,CAAC,kBAAkB,CAAC,EACzC,8BAA8B,GAC9B,4BAA4B,GAC5B,4BAA4B,GAC5B,aAAa,GACb,aAAa,CAChB,GACD,IAAI,CAAC,kBAAkB,CAAC,kBAAkB,CAAC,EAAE,QAAQ,CAAC,GACtD,IAAI,CAAC,uBAAuB,EAAE,GAAG,CAAC,CAAC;AAqzBrC,MAAM,MAAM,iBAAiB,CAC3B,kBAAkB,SAAS,yBAAyB,GAAG,yBAAyB,IAC9E,OAAO,CAAC,4BAA4B,CAAC,kBAAkB,CAAC,CAAC,CAAC;AAE9D;;;;;;;;GAQG;AACH,eAAO,MAAM,YAAY;;;CAuJxB,CAAC"}
|