stream-chat-react-native-core 5.29.1-beta.2 → 5.29.1-beta.3
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/MessageInput/hooks/useAudioController.js +13 -11
- package/lib/commonjs/components/MessageInput/hooks/useAudioController.js.map +1 -1
- package/lib/commonjs/i18n/es.json +24 -24
- package/lib/commonjs/i18n/fr.json +24 -24
- package/lib/commonjs/i18n/he.json +24 -24
- 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/MessageInput/hooks/useAudioController.js +13 -11
- package/lib/module/components/MessageInput/hooks/useAudioController.js.map +1 -1
- package/lib/module/i18n/es.json +24 -24
- package/lib/module/i18n/fr.json +24 -24
- package/lib/module/i18n/he.json +24 -24
- 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/MessageInput/hooks/useAudioController.d.ts.map +1 -1
- package/lib/typescript/i18n/es.json +24 -24
- package/lib/typescript/i18n/fr.json +24 -24
- package/lib/typescript/i18n/he.json +24 -24
- 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/package.json +1 -1
- package/src/components/MessageInput/hooks/useAudioController.tsx +4 -1
- package/src/i18n/es.json +24 -24
- package/src/i18n/fr.json +24 -24
- package/src/i18n/he.json +24 -24
- 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
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
{
|
|
2
|
-
"1 Reply": "",
|
|
3
|
-
"1 Thread Reply": "
|
|
2
|
+
"1 Reply": "תגובה אחת",
|
|
3
|
+
"1 Thread Reply": "",
|
|
4
4
|
"Allow access to your Gallery": "",
|
|
5
5
|
"Allow camera access in device settings": "",
|
|
6
|
-
"Also send to channel": "",
|
|
6
|
+
"Also send to channel": "שלח/י הודעה לשיחה",
|
|
7
7
|
"Are you sure you want to permanently delete this message?": "",
|
|
8
8
|
"Are you sure?": "האם אתה בטוח?",
|
|
9
9
|
"Block User": "",
|
|
@@ -18,11 +18,11 @@
|
|
|
18
18
|
"Edit Message": "",
|
|
19
19
|
"Editing Message": "",
|
|
20
20
|
"Emoji matching": "",
|
|
21
|
-
"Empty message...": "",
|
|
21
|
+
"Empty message...": "הודעה ריקה...",
|
|
22
22
|
"Error loading": "שגיאה ארעה בעת הטעינה",
|
|
23
|
-
"Error loading channel list...": "",
|
|
23
|
+
"Error loading channel list...": "שגיאה ארעה בטעינת השיחות...",
|
|
24
24
|
"Error loading messages for this channel...": "שגיאה ארעה בטעינת הודעות עבור שיחה זאת...",
|
|
25
|
-
"Error while loading, please reload/refresh": "",
|
|
25
|
+
"Error while loading, please reload/refresh": "שגיאה ארעה בזמן הטעינה, אנא טען מחדש/רענן",
|
|
26
26
|
"File type not supported": "",
|
|
27
27
|
"Flag": "",
|
|
28
28
|
"Flag Message": "",
|
|
@@ -32,20 +32,20 @@
|
|
|
32
32
|
"Instant Commands": "",
|
|
33
33
|
"Let's start chatting!": "בואו נתחיל לשוחח!",
|
|
34
34
|
"Links are disabled": "",
|
|
35
|
-
"Loading channels...": "
|
|
36
|
-
"Loading messages...": "
|
|
37
|
-
"Loading...": "
|
|
35
|
+
"Loading channels...": "",
|
|
36
|
+
"Loading messages...": "",
|
|
37
|
+
"Loading...": "",
|
|
38
38
|
"Maximum file size upload limit reached. Please upload a file below {{MAX_FILE_SIZE_TO_UPLOAD_IN_MB}} MB.": "",
|
|
39
|
-
"Message Reactions": "
|
|
39
|
+
"Message Reactions": "",
|
|
40
40
|
"Message deleted": "ההודעה נמחקה",
|
|
41
41
|
"Message flagged": "",
|
|
42
42
|
"Mute User": "",
|
|
43
43
|
"Not supported": "",
|
|
44
|
-
"Nothing yet...": "",
|
|
44
|
+
"Nothing yet...": "אינפורמציה תתקבל בהמשך...",
|
|
45
45
|
"Ok": "",
|
|
46
|
-
"Only visible to you": "",
|
|
46
|
+
"Only visible to you": "גלוי רק לך",
|
|
47
47
|
"Open Settings": "",
|
|
48
|
-
"Photo": "",
|
|
48
|
+
"Photo": "תמונה",
|
|
49
49
|
"Photos and Videos": "",
|
|
50
50
|
"Pin to Conversation": "",
|
|
51
51
|
"Pinned by": "",
|
|
@@ -54,14 +54,14 @@
|
|
|
54
54
|
"Please select a channel first": "",
|
|
55
55
|
"Reconnecting...": "מתחבר מחדש...",
|
|
56
56
|
"Reply": "",
|
|
57
|
-
"Reply to Message": "
|
|
57
|
+
"Reply to Message": "",
|
|
58
58
|
"Resend": "",
|
|
59
|
-
"Search GIFs": "
|
|
59
|
+
"Search GIFs": "",
|
|
60
60
|
"Select More Photos": "",
|
|
61
61
|
"Send Anyway": "שלח בכל זאת",
|
|
62
|
-
"Send a message": "
|
|
62
|
+
"Send a message": "",
|
|
63
63
|
"Sending links is not allowed in this conversation": "",
|
|
64
|
-
"Slow mode ON": "
|
|
64
|
+
"Slow mode ON": "",
|
|
65
65
|
"The message has been reported to a moderator.": "",
|
|
66
66
|
"Thread Reply": "",
|
|
67
67
|
"Unblock User": "",
|
|
@@ -69,13 +69,13 @@
|
|
|
69
69
|
"Unmute User": "",
|
|
70
70
|
"Unpin from Conversation": "",
|
|
71
71
|
"Unread Messages": "הודעות שטרם נקרו",
|
|
72
|
-
"Video": "",
|
|
72
|
+
"Video": "וִידֵאוֹ",
|
|
73
73
|
"You": "את/ה",
|
|
74
|
-
"You can't send messages in this channel": "",
|
|
75
|
-
"{{ firstUser }} and {{ nonSelfUserLength }} more are typing": "",
|
|
74
|
+
"You can't send messages in this channel": "את/ב לא יכול/ה לשלוח הודעות בשיחה זו",
|
|
75
|
+
"{{ firstUser }} and {{ nonSelfUserLength }} more are typing": "{{ firstUser }} ו-{{ nonSelfUserLength }} משתמש/ים אחר/ים מקלידים",
|
|
76
76
|
"{{ index }} of {{ photoLength }}": "",
|
|
77
|
-
"{{ replyCount }} Replies": "",
|
|
78
|
-
"{{ replyCount }} Thread Replies": "
|
|
79
|
-
"{{ user }} is typing": "",
|
|
80
|
-
"🏙 Attachment...": ""
|
|
77
|
+
"{{ replyCount }} Replies": "{{ replyCount }} תגובות",
|
|
78
|
+
"{{ replyCount }} Thread Replies": "",
|
|
79
|
+
"{{ user }} is typing": "{{ user }} מקליד/ה",
|
|
80
|
+
"🏙 Attachment...": "🏙 קובץ מצורף..."
|
|
81
81
|
}
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
{
|
|
2
|
-
"1 Reply": "",
|
|
3
|
-
"1 Thread Reply": "
|
|
2
|
+
"1 Reply": "1 रिप्लाई",
|
|
3
|
+
"1 Thread Reply": "",
|
|
4
4
|
"Allow access to your Gallery": "",
|
|
5
5
|
"Allow camera access in device settings": "",
|
|
6
|
-
"Also send to channel": "",
|
|
6
|
+
"Also send to channel": "चैनल को भी भेजें",
|
|
7
7
|
"Are you sure you want to permanently delete this message?": "",
|
|
8
8
|
"Are you sure?": "क्या आप सुनिश्चित हैं?",
|
|
9
9
|
"Block User": "",
|
|
@@ -18,11 +18,11 @@
|
|
|
18
18
|
"Edit Message": "",
|
|
19
19
|
"Editing Message": "",
|
|
20
20
|
"Emoji matching": "",
|
|
21
|
-
"Empty message...": "",
|
|
21
|
+
"Empty message...": "खाली संदेश...",
|
|
22
22
|
"Error loading": "लोड होने मे त्रुटि",
|
|
23
|
-
"Error loading channel list...": "",
|
|
23
|
+
"Error loading channel list...": "चैनल सूची लोड करने में त्रुटि...",
|
|
24
24
|
"Error loading messages for this channel...": "इस चैनल के लिए मेसेजेस लोड करने में त्रुटि हुई...",
|
|
25
|
-
"Error while loading, please reload/refresh": "",
|
|
25
|
+
"Error while loading, please reload/refresh": "एरर, रिफ्रेश करे",
|
|
26
26
|
"File type not supported": "",
|
|
27
27
|
"Flag": "",
|
|
28
28
|
"Flag Message": "",
|
|
@@ -32,20 +32,20 @@
|
|
|
32
32
|
"Instant Commands": "",
|
|
33
33
|
"Let's start chatting!": "आइए चैट करना शुरू करें!",
|
|
34
34
|
"Links are disabled": "",
|
|
35
|
-
"Loading channels...": "
|
|
36
|
-
"Loading messages...": "
|
|
37
|
-
"Loading...": "
|
|
35
|
+
"Loading channels...": "",
|
|
36
|
+
"Loading messages...": "",
|
|
37
|
+
"Loading...": "",
|
|
38
38
|
"Maximum file size upload limit reached. Please upload a file below {{MAX_FILE_SIZE_TO_UPLOAD_IN_MB}} MB.": "",
|
|
39
|
-
"Message Reactions": "
|
|
39
|
+
"Message Reactions": "",
|
|
40
40
|
"Message deleted": "मैसेज हटा दिया गया",
|
|
41
41
|
"Message flagged": "",
|
|
42
42
|
"Mute User": "",
|
|
43
43
|
"Not supported": "",
|
|
44
|
-
"Nothing yet...": "",
|
|
44
|
+
"Nothing yet...": "कोई मैसेज नहीं है...",
|
|
45
45
|
"Ok": "",
|
|
46
|
-
"Only visible to you": "",
|
|
46
|
+
"Only visible to you": "केवल आपको दिखाई दे रहा है",
|
|
47
47
|
"Open Settings": "",
|
|
48
|
-
"Photo": "",
|
|
48
|
+
"Photo": "तस्वीर",
|
|
49
49
|
"Photos and Videos": "",
|
|
50
50
|
"Pin to Conversation": "",
|
|
51
51
|
"Pinned by": "",
|
|
@@ -54,7 +54,7 @@
|
|
|
54
54
|
"Please select a channel first": "",
|
|
55
55
|
"Reconnecting...": "पुनः कनेक्ट हो...",
|
|
56
56
|
"Reply": "",
|
|
57
|
-
"Reply to Message": "
|
|
57
|
+
"Reply to Message": "",
|
|
58
58
|
"Resend": "",
|
|
59
59
|
"Search GIFs": "GIF खोजें",
|
|
60
60
|
"Select More Photos": "",
|
|
@@ -69,13 +69,13 @@
|
|
|
69
69
|
"Unmute User": "",
|
|
70
70
|
"Unpin from Conversation": "",
|
|
71
71
|
"Unread Messages": "अपठित संदेश",
|
|
72
|
-
"Video": "",
|
|
72
|
+
"Video": "वीडियो",
|
|
73
73
|
"You": "आप",
|
|
74
|
-
"You can't send messages in this channel": "",
|
|
75
|
-
"{{ firstUser }} and {{ nonSelfUserLength }} more are typing": "",
|
|
74
|
+
"You can't send messages in this channel": "आप इस चैनल में संदेश नहीं भेज सकते",
|
|
75
|
+
"{{ firstUser }} and {{ nonSelfUserLength }} more are typing": "{{ firstUser }} और {{ nonSelfUserLength }} अधिक टाइप कर रहे हैं",
|
|
76
76
|
"{{ index }} of {{ photoLength }}": "",
|
|
77
|
-
"{{ replyCount }} Replies": "",
|
|
78
|
-
"{{ replyCount }} Thread Replies": "
|
|
79
|
-
"{{ user }} is typing": "",
|
|
80
|
-
"🏙 Attachment...": ""
|
|
77
|
+
"{{ replyCount }} Replies": "{{ replyCount }} रिप्लाई",
|
|
78
|
+
"{{ replyCount }} Thread Replies": "",
|
|
79
|
+
"{{ user }} is typing": "{{ user }} टाइप कर रहा है",
|
|
80
|
+
"🏙 Attachment...": "🏙 अटैचमेंट..."
|
|
81
81
|
}
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
{
|
|
2
|
-
"1 Reply": "",
|
|
3
|
-
"1 Thread Reply": "
|
|
2
|
+
"1 Reply": "1 Risposta",
|
|
3
|
+
"1 Thread Reply": "",
|
|
4
4
|
"Allow access to your Gallery": "",
|
|
5
5
|
"Allow camera access in device settings": "",
|
|
6
|
-
"Also send to channel": "",
|
|
6
|
+
"Also send to channel": "Invia anche al canale",
|
|
7
7
|
"Are you sure you want to permanently delete this message?": "",
|
|
8
8
|
"Are you sure?": "Sei sicuro?",
|
|
9
9
|
"Block User": "",
|
|
@@ -18,11 +18,11 @@
|
|
|
18
18
|
"Edit Message": "",
|
|
19
19
|
"Editing Message": "",
|
|
20
20
|
"Emoji matching": "",
|
|
21
|
-
"Empty message...": "",
|
|
21
|
+
"Empty message...": "Message vuoto...",
|
|
22
22
|
"Error loading": "Errore di caricamento",
|
|
23
|
-
"Error loading channel list...": "",
|
|
23
|
+
"Error loading channel list...": "Errore durante il caricamento della lista dei canali...",
|
|
24
24
|
"Error loading messages for this channel...": "Errore durante il caricamento dei messaggi per questo canale...",
|
|
25
|
-
"Error while loading, please reload/refresh": "",
|
|
25
|
+
"Error while loading, please reload/refresh": "Errore durante il caricamento, per favore ricarica la pagina",
|
|
26
26
|
"File type not supported": "",
|
|
27
27
|
"Flag": "",
|
|
28
28
|
"Flag Message": "",
|
|
@@ -32,20 +32,20 @@
|
|
|
32
32
|
"Instant Commands": "",
|
|
33
33
|
"Let's start chatting!": "Iniziamo a chattare!",
|
|
34
34
|
"Links are disabled": "",
|
|
35
|
-
"Loading channels...": "
|
|
36
|
-
"Loading messages...": "
|
|
37
|
-
"Loading...": "
|
|
35
|
+
"Loading channels...": "",
|
|
36
|
+
"Loading messages...": "",
|
|
37
|
+
"Loading...": "",
|
|
38
38
|
"Maximum file size upload limit reached. Please upload a file below {{MAX_FILE_SIZE_TO_UPLOAD_IN_MB}} MB.": "",
|
|
39
|
-
"Message Reactions": "
|
|
39
|
+
"Message Reactions": "",
|
|
40
40
|
"Message deleted": "Messaggio cancellato",
|
|
41
41
|
"Message flagged": "",
|
|
42
42
|
"Mute User": "",
|
|
43
43
|
"Not supported": "",
|
|
44
|
-
"Nothing yet...": "",
|
|
44
|
+
"Nothing yet...": "Ancora niente...",
|
|
45
45
|
"Ok": "",
|
|
46
|
-
"Only visible to you": "",
|
|
46
|
+
"Only visible to you": "Visibile solo a te",
|
|
47
47
|
"Open Settings": "",
|
|
48
|
-
"Photo": "",
|
|
48
|
+
"Photo": "Foto",
|
|
49
49
|
"Photos and Videos": "",
|
|
50
50
|
"Pin to Conversation": "",
|
|
51
51
|
"Pinned by": "",
|
|
@@ -54,7 +54,7 @@
|
|
|
54
54
|
"Please select a channel first": "",
|
|
55
55
|
"Reconnecting...": "Ricollegarsi...",
|
|
56
56
|
"Reply": "",
|
|
57
|
-
"Reply to Message": "
|
|
57
|
+
"Reply to Message": "",
|
|
58
58
|
"Resend": "",
|
|
59
59
|
"Search GIFs": "Cerca GIF",
|
|
60
60
|
"Select More Photos": "",
|
|
@@ -69,13 +69,13 @@
|
|
|
69
69
|
"Unmute User": "",
|
|
70
70
|
"Unpin from Conversation": "",
|
|
71
71
|
"Unread Messages": "Messaggi non letti",
|
|
72
|
-
"Video": "",
|
|
72
|
+
"Video": "Video",
|
|
73
73
|
"You": "Tu",
|
|
74
|
-
"You can't send messages in this channel": "",
|
|
75
|
-
"{{ firstUser }} and {{ nonSelfUserLength }} more are typing": "",
|
|
74
|
+
"You can't send messages in this channel": "Non puoi inviare messaggi in questo canale",
|
|
75
|
+
"{{ firstUser }} and {{ nonSelfUserLength }} more are typing": "{{ firstUser }} e altri {{ nonSelfUserLength }} stanno scrivendo",
|
|
76
76
|
"{{ index }} of {{ photoLength }}": "",
|
|
77
|
-
"{{ replyCount }} Replies": "",
|
|
78
|
-
"{{ replyCount }} Thread Replies": "
|
|
79
|
-
"{{ user }} is typing": "",
|
|
80
|
-
"🏙 Attachment...": ""
|
|
77
|
+
"{{ replyCount }} Replies": "{{ replyCount }} Risposte",
|
|
78
|
+
"{{ replyCount }} Thread Replies": "",
|
|
79
|
+
"{{ user }} is typing": "{{ user }} sta scrivendo",
|
|
80
|
+
"🏙 Attachment...": "🏙 Allegato..."
|
|
81
81
|
}
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
{
|
|
2
|
-
"1 Reply": "",
|
|
3
|
-
"1 Thread Reply": "
|
|
2
|
+
"1 Reply": "1件の返信",
|
|
3
|
+
"1 Thread Reply": "",
|
|
4
4
|
"Allow access to your Gallery": "",
|
|
5
5
|
"Allow camera access in device settings": "",
|
|
6
|
-
"Also send to channel": "",
|
|
6
|
+
"Also send to channel": "チャンネルにも送信",
|
|
7
7
|
"Are you sure you want to permanently delete this message?": "",
|
|
8
8
|
"Are you sure?": "本当によろしいですか?",
|
|
9
9
|
"Block User": "",
|
|
@@ -18,11 +18,11 @@
|
|
|
18
18
|
"Edit Message": "",
|
|
19
19
|
"Editing Message": "",
|
|
20
20
|
"Emoji matching": "",
|
|
21
|
-
"Empty message...": "",
|
|
21
|
+
"Empty message...": "空のメッセージ...",
|
|
22
22
|
"Error loading": "読み込みエラー",
|
|
23
|
-
"Error loading channel list...": "",
|
|
23
|
+
"Error loading channel list...": "チャネルリストの読み込み中にエラーが発生しました。。。",
|
|
24
24
|
"Error loading messages for this channel...": "このチャネルのメッセージの読み込み中にエラーが発生しました。。。",
|
|
25
|
-
"Error while loading, please reload/refresh": "",
|
|
25
|
+
"Error while loading, please reload/refresh": "ロード中にエラーが発生しました。更新してください",
|
|
26
26
|
"File type not supported": "",
|
|
27
27
|
"Flag": "",
|
|
28
28
|
"Flag Message": "",
|
|
@@ -32,20 +32,20 @@
|
|
|
32
32
|
"Instant Commands": "",
|
|
33
33
|
"Let's start chatting!": "チャットを始めましょう!",
|
|
34
34
|
"Links are disabled": "",
|
|
35
|
-
"Loading channels...": "
|
|
36
|
-
"Loading messages...": "
|
|
37
|
-
"Loading...": "
|
|
35
|
+
"Loading channels...": "",
|
|
36
|
+
"Loading messages...": "",
|
|
37
|
+
"Loading...": "",
|
|
38
38
|
"Maximum file size upload limit reached. Please upload a file below {{MAX_FILE_SIZE_TO_UPLOAD_IN_MB}} MB.": "",
|
|
39
|
-
"Message Reactions": "
|
|
39
|
+
"Message Reactions": "",
|
|
40
40
|
"Message deleted": "メッセージが削除されました",
|
|
41
41
|
"Message flagged": "",
|
|
42
42
|
"Mute User": "",
|
|
43
43
|
"Not supported": "",
|
|
44
|
-
"Nothing yet...": "",
|
|
44
|
+
"Nothing yet...": "まだ何もありません...",
|
|
45
45
|
"Ok": "",
|
|
46
|
-
"Only visible to you": "",
|
|
46
|
+
"Only visible to you": "あなただけに見える",
|
|
47
47
|
"Open Settings": "",
|
|
48
|
-
"Photo": "",
|
|
48
|
+
"Photo": "写真",
|
|
49
49
|
"Photos and Videos": "",
|
|
50
50
|
"Pin to Conversation": "",
|
|
51
51
|
"Pinned by": "",
|
|
@@ -54,7 +54,7 @@
|
|
|
54
54
|
"Please select a channel first": "",
|
|
55
55
|
"Reconnecting...": "再接続中。。。",
|
|
56
56
|
"Reply": "",
|
|
57
|
-
"Reply to Message": "
|
|
57
|
+
"Reply to Message": "",
|
|
58
58
|
"Resend": "",
|
|
59
59
|
"Search GIFs": "GIFの探索",
|
|
60
60
|
"Select More Photos": "",
|
|
@@ -69,13 +69,13 @@
|
|
|
69
69
|
"Unmute User": "",
|
|
70
70
|
"Unpin from Conversation": "",
|
|
71
71
|
"Unread Messages": "未読メッセージ",
|
|
72
|
-
"Video": "",
|
|
72
|
+
"Video": "ビデオ",
|
|
73
73
|
"You": "あなた",
|
|
74
|
-
"You can't send messages in this channel": "",
|
|
75
|
-
"{{ firstUser }} and {{ nonSelfUserLength }} more are typing": "",
|
|
74
|
+
"You can't send messages in this channel": "このチャンネルではメッセージを送信できません",
|
|
75
|
+
"{{ firstUser }} and {{ nonSelfUserLength }} more are typing": "{{ firstUser }}と{{ nonSelfUserLength }}人がタイピングしています",
|
|
76
76
|
"{{ index }} of {{ photoLength }}": "",
|
|
77
|
-
"{{ replyCount }} Replies": "",
|
|
78
|
-
"{{ replyCount }} Thread Replies": "
|
|
79
|
-
"{{ user }} is typing": "",
|
|
80
|
-
"🏙 Attachment...": ""
|
|
77
|
+
"{{ replyCount }} Replies": "{{ replyCount }}件の返信",
|
|
78
|
+
"{{ replyCount }} Thread Replies": "",
|
|
79
|
+
"{{ user }} is typing": "{{ user }}はタイピング中",
|
|
80
|
+
"🏙 Attachment...": "🏙 アタッチメント..."
|
|
81
81
|
}
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
{
|
|
2
|
-
"1 Reply": "",
|
|
3
|
-
"1 Thread Reply": "
|
|
2
|
+
"1 Reply": "답장 1개",
|
|
3
|
+
"1 Thread Reply": "",
|
|
4
4
|
"Allow access to your Gallery": "",
|
|
5
5
|
"Allow camera access in device settings": "",
|
|
6
|
-
"Also send to channel": "",
|
|
6
|
+
"Also send to channel": "채널에도 전송",
|
|
7
7
|
"Are you sure you want to permanently delete this message?": "",
|
|
8
8
|
"Are you sure?": "확실합니까?",
|
|
9
9
|
"Block User": "",
|
|
@@ -18,11 +18,11 @@
|
|
|
18
18
|
"Edit Message": "",
|
|
19
19
|
"Editing Message": "",
|
|
20
20
|
"Emoji matching": "",
|
|
21
|
-
"Empty message...": "",
|
|
21
|
+
"Empty message...": "빈 메시지...",
|
|
22
22
|
"Error loading": "로드 오류",
|
|
23
|
-
"Error loading channel list...": "",
|
|
23
|
+
"Error loading channel list...": "채널리스트 을로드하는 동안 오류가 발생했습니다...",
|
|
24
24
|
"Error loading messages for this channel...": "이 채널의 메시지를로드하는 동안 오류가 발생했습니다...",
|
|
25
|
-
"Error while loading, please reload/refresh": "",
|
|
25
|
+
"Error while loading, please reload/refresh": "로드하는 동안 오류가 발생했습니다. 다시로드하십시오",
|
|
26
26
|
"File type not supported": "",
|
|
27
27
|
"Flag": "",
|
|
28
28
|
"Flag Message": "",
|
|
@@ -32,20 +32,20 @@
|
|
|
32
32
|
"Instant Commands": "",
|
|
33
33
|
"Let's start chatting!": "채팅을 시작합시다!",
|
|
34
34
|
"Links are disabled": "",
|
|
35
|
-
"Loading channels...": "
|
|
36
|
-
"Loading messages...": "
|
|
37
|
-
"Loading...": "
|
|
35
|
+
"Loading channels...": "",
|
|
36
|
+
"Loading messages...": "",
|
|
37
|
+
"Loading...": "",
|
|
38
38
|
"Maximum file size upload limit reached. Please upload a file below {{MAX_FILE_SIZE_TO_UPLOAD_IN_MB}} MB.": "",
|
|
39
|
-
"Message Reactions": "
|
|
39
|
+
"Message Reactions": "",
|
|
40
40
|
"Message deleted": "메시지가 삭제되었습니다.",
|
|
41
41
|
"Message flagged": "",
|
|
42
42
|
"Mute User": "",
|
|
43
43
|
"Not supported": "",
|
|
44
|
-
"Nothing yet...": "",
|
|
44
|
+
"Nothing yet...": "아직 아무것도...",
|
|
45
45
|
"Ok": "",
|
|
46
|
-
"Only visible to you": "",
|
|
46
|
+
"Only visible to you": "당신만 볼 수 있습니다",
|
|
47
47
|
"Open Settings": "",
|
|
48
|
-
"Photo": "",
|
|
48
|
+
"Photo": "사진",
|
|
49
49
|
"Photos and Videos": "",
|
|
50
50
|
"Pin to Conversation": "",
|
|
51
51
|
"Pinned by": "",
|
|
@@ -54,7 +54,7 @@
|
|
|
54
54
|
"Please select a channel first": "",
|
|
55
55
|
"Reconnecting...": "다시 연결 중...",
|
|
56
56
|
"Reply": "",
|
|
57
|
-
"Reply to Message": "
|
|
57
|
+
"Reply to Message": "",
|
|
58
58
|
"Resend": "",
|
|
59
59
|
"Search GIFs": "GIF의 검색",
|
|
60
60
|
"Select More Photos": "",
|
|
@@ -69,13 +69,13 @@
|
|
|
69
69
|
"Unmute User": "",
|
|
70
70
|
"Unpin from Conversation": "",
|
|
71
71
|
"Unread Messages": "읽지 않은 메시지",
|
|
72
|
-
"Video": "",
|
|
72
|
+
"Video": "동영상",
|
|
73
73
|
"You": "당신",
|
|
74
|
-
"You can't send messages in this channel": "",
|
|
75
|
-
"{{ firstUser }} and {{ nonSelfUserLength }} more are typing": "",
|
|
74
|
+
"You can't send messages in this channel": "이 채널에서는 메세지를 전송할 수 없습니다",
|
|
75
|
+
"{{ firstUser }} and {{ nonSelfUserLength }} more are typing": "{{ firstUser }} 외 {{ nonSelfUserLength }}명이 입력 중입니다",
|
|
76
76
|
"{{ index }} of {{ photoLength }}": "",
|
|
77
|
-
"{{ replyCount }} Replies": "",
|
|
78
|
-
"{{ replyCount }} Thread Replies": "
|
|
79
|
-
"{{ user }} is typing": "",
|
|
80
|
-
"🏙 Attachment...": ""
|
|
77
|
+
"{{ replyCount }} Replies": "{{ replyCount }} 답글",
|
|
78
|
+
"{{ replyCount }} Thread Replies": "",
|
|
79
|
+
"{{ user }} is typing": "{{ user }} 타이핑 중",
|
|
80
|
+
"🏙 Attachment...": "🏙 부착..."
|
|
81
81
|
}
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
{
|
|
2
|
-
"1 Reply": "",
|
|
3
|
-
"1 Thread Reply": "
|
|
2
|
+
"1 Reply": "1 Antwoord",
|
|
3
|
+
"1 Thread Reply": "",
|
|
4
4
|
"Allow access to your Gallery": "",
|
|
5
5
|
"Allow camera access in device settings": "",
|
|
6
|
-
"Also send to channel": "",
|
|
6
|
+
"Also send to channel": "Stuur ook naar kanaal",
|
|
7
7
|
"Are you sure you want to permanently delete this message?": "",
|
|
8
8
|
"Are you sure?": "Weet je het zeker?",
|
|
9
9
|
"Block User": "",
|
|
@@ -18,11 +18,11 @@
|
|
|
18
18
|
"Edit Message": "",
|
|
19
19
|
"Editing Message": "",
|
|
20
20
|
"Emoji matching": "",
|
|
21
|
-
"Empty message...": "",
|
|
21
|
+
"Empty message...": "Leeg bericht...",
|
|
22
22
|
"Error loading": "Probleem bij het laden",
|
|
23
|
-
"Error loading channel list...": "",
|
|
23
|
+
"Error loading channel list...": "Probleem bij het laden van de kanalen...",
|
|
24
24
|
"Error loading messages for this channel...": "Probleem bij het laden van de berichten in dit kanaal...",
|
|
25
|
-
"Error while loading, please reload/refresh": "",
|
|
25
|
+
"Error while loading, please reload/refresh": "Probleem bij het laden, probeer opnieuw",
|
|
26
26
|
"File type not supported": "",
|
|
27
27
|
"Flag": "",
|
|
28
28
|
"Flag Message": "",
|
|
@@ -32,20 +32,20 @@
|
|
|
32
32
|
"Instant Commands": "",
|
|
33
33
|
"Let's start chatting!": "Laten we beginnen met chatten!",
|
|
34
34
|
"Links are disabled": "",
|
|
35
|
-
"Loading channels...": "
|
|
36
|
-
"Loading messages...": "
|
|
37
|
-
"Loading...": "
|
|
35
|
+
"Loading channels...": "",
|
|
36
|
+
"Loading messages...": "",
|
|
37
|
+
"Loading...": "",
|
|
38
38
|
"Maximum file size upload limit reached. Please upload a file below {{MAX_FILE_SIZE_TO_UPLOAD_IN_MB}} MB.": "",
|
|
39
|
-
"Message Reactions": "
|
|
39
|
+
"Message Reactions": "",
|
|
40
40
|
"Message deleted": "Bericht verwijderd",
|
|
41
41
|
"Message flagged": "",
|
|
42
42
|
"Mute User": "",
|
|
43
43
|
"Not supported": "",
|
|
44
|
-
"Nothing yet...": "",
|
|
44
|
+
"Nothing yet...": "Nog niets...",
|
|
45
45
|
"Ok": "",
|
|
46
|
-
"Only visible to you": "",
|
|
46
|
+
"Only visible to you": "Alleen zichtbaar voor jou",
|
|
47
47
|
"Open Settings": "",
|
|
48
|
-
"Photo": "",
|
|
48
|
+
"Photo": "Foto",
|
|
49
49
|
"Photos and Videos": "",
|
|
50
50
|
"Pin to Conversation": "",
|
|
51
51
|
"Pinned by": "",
|
|
@@ -54,7 +54,7 @@
|
|
|
54
54
|
"Please select a channel first": "",
|
|
55
55
|
"Reconnecting...": "Opnieuw Verbinding Maken...",
|
|
56
56
|
"Reply": "",
|
|
57
|
-
"Reply to Message": "
|
|
57
|
+
"Reply to Message": "",
|
|
58
58
|
"Resend": "",
|
|
59
59
|
"Search GIFs": "Zoek GIF's",
|
|
60
60
|
"Select More Photos": "",
|
|
@@ -69,13 +69,13 @@
|
|
|
69
69
|
"Unmute User": "",
|
|
70
70
|
"Unpin from Conversation": "",
|
|
71
71
|
"Unread Messages": "Ongelezen Berichten",
|
|
72
|
-
"Video": "",
|
|
72
|
+
"Video": "Video",
|
|
73
73
|
"You": "U",
|
|
74
|
-
"You can't send messages in this channel": "",
|
|
75
|
-
"{{ firstUser }} and {{ nonSelfUserLength }} more are typing": "",
|
|
74
|
+
"You can't send messages in this channel": "Je kan geen berichten sturen in dit kanaal",
|
|
75
|
+
"{{ firstUser }} and {{ nonSelfUserLength }} more are typing": "{{ firstUser }} en {{ nonSelfUserLength }} anderen zijn aan het typen",
|
|
76
76
|
"{{ index }} of {{ photoLength }}": "",
|
|
77
|
-
"{{ replyCount }} Replies": "",
|
|
78
|
-
"{{ replyCount }} Thread Replies": "
|
|
79
|
-
"{{ user }} is typing": "",
|
|
80
|
-
"🏙 Attachment...": ""
|
|
77
|
+
"{{ replyCount }} Replies": "{{ replyCount }} Antwoorden",
|
|
78
|
+
"{{ replyCount }} Thread Replies": "",
|
|
79
|
+
"{{ user }} is typing": "{{ user }} is aan het typen",
|
|
80
|
+
"🏙 Attachment...": "🏙 Bijlage..."
|
|
81
81
|
}
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
{
|
|
2
|
-
"1 Reply": "",
|
|
3
|
-
"1 Thread Reply": "
|
|
2
|
+
"1 Reply": "1 Resposta",
|
|
3
|
+
"1 Thread Reply": "",
|
|
4
4
|
"Allow access to your Gallery": "",
|
|
5
5
|
"Allow camera access in device settings": "",
|
|
6
|
-
"Also send to channel": "",
|
|
6
|
+
"Also send to channel": "Também enviar para o canal",
|
|
7
7
|
"Are you sure you want to permanently delete this message?": "",
|
|
8
8
|
"Are you sure?": "Tem certeza?",
|
|
9
9
|
"Block User": "",
|
|
@@ -18,11 +18,11 @@
|
|
|
18
18
|
"Edit Message": "",
|
|
19
19
|
"Editing Message": "",
|
|
20
20
|
"Emoji matching": "",
|
|
21
|
-
"Empty message...": "",
|
|
21
|
+
"Empty message...": "Mensagem vazia...",
|
|
22
22
|
"Error loading": "Erro ao carregar",
|
|
23
|
-
"Error loading channel list...": "",
|
|
23
|
+
"Error loading channel list...": "Erro ao carregar lista de canais...",
|
|
24
24
|
"Error loading messages for this channel...": "Erro ao carregar mensagens para este canal...",
|
|
25
|
-
"Error while loading, please reload/refresh": "",
|
|
25
|
+
"Error while loading, please reload/refresh": "Erro ao carregar, por favor recarregue/atualize",
|
|
26
26
|
"File type not supported": "",
|
|
27
27
|
"Flag": "",
|
|
28
28
|
"Flag Message": "",
|
|
@@ -32,20 +32,20 @@
|
|
|
32
32
|
"Instant Commands": "",
|
|
33
33
|
"Let's start chatting!": "Vamos começar a conversar!",
|
|
34
34
|
"Links are disabled": "",
|
|
35
|
-
"Loading channels...": "
|
|
36
|
-
"Loading messages...": "
|
|
37
|
-
"Loading...": "
|
|
35
|
+
"Loading channels...": "",
|
|
36
|
+
"Loading messages...": "",
|
|
37
|
+
"Loading...": "",
|
|
38
38
|
"Maximum file size upload limit reached. Please upload a file below {{MAX_FILE_SIZE_TO_UPLOAD_IN_MB}} MB.": "",
|
|
39
|
-
"Message Reactions": "
|
|
39
|
+
"Message Reactions": "",
|
|
40
40
|
"Message deleted": "Mensagem excluída",
|
|
41
41
|
"Message flagged": "",
|
|
42
42
|
"Mute User": "",
|
|
43
43
|
"Not supported": "",
|
|
44
|
-
"Nothing yet...": "",
|
|
44
|
+
"Nothing yet...": "Nada ainda...",
|
|
45
45
|
"Ok": "",
|
|
46
|
-
"Only visible to you": "",
|
|
46
|
+
"Only visible to you": "Apenas visível para você",
|
|
47
47
|
"Open Settings": "",
|
|
48
|
-
"Photo": "",
|
|
48
|
+
"Photo": "Foto",
|
|
49
49
|
"Photos and Videos": "",
|
|
50
50
|
"Pin to Conversation": "",
|
|
51
51
|
"Pinned by": "",
|
|
@@ -54,7 +54,7 @@
|
|
|
54
54
|
"Please select a channel first": "",
|
|
55
55
|
"Reconnecting...": "Reconectando...",
|
|
56
56
|
"Reply": "",
|
|
57
|
-
"Reply to Message": "
|
|
57
|
+
"Reply to Message": "",
|
|
58
58
|
"Resend": "",
|
|
59
59
|
"Search GIFs": "Pesquisar GIFs",
|
|
60
60
|
"Select More Photos": "",
|
|
@@ -69,13 +69,13 @@
|
|
|
69
69
|
"Unmute User": "",
|
|
70
70
|
"Unpin from Conversation": "",
|
|
71
71
|
"Unread Messages": "Mensagens não lidas",
|
|
72
|
-
"Video": "",
|
|
72
|
+
"Video": "Vídeo",
|
|
73
73
|
"You": "Você",
|
|
74
|
-
"You can't send messages in this channel": "",
|
|
75
|
-
"{{ firstUser }} and {{ nonSelfUserLength }} more are typing": "",
|
|
74
|
+
"You can't send messages in this channel": "Você não pode enviar mensagens neste canal",
|
|
75
|
+
"{{ firstUser }} and {{ nonSelfUserLength }} more are typing": "{{ firstUser }} e mais {{ nonSelfUserLength }} pessoa(s) estão digitando",
|
|
76
76
|
"{{ index }} of {{ photoLength }}": "",
|
|
77
|
-
"{{ replyCount }} Replies": "",
|
|
78
|
-
"{{ replyCount }} Thread Replies": "
|
|
79
|
-
"{{ user }} is typing": "",
|
|
80
|
-
"🏙 Attachment...": ""
|
|
77
|
+
"{{ replyCount }} Replies": "{{ replyCount }} Respostas",
|
|
78
|
+
"{{ replyCount }} Thread Replies": "",
|
|
79
|
+
"{{ user }} is typing": "{{ user }} está digitando",
|
|
80
|
+
"🏙 Attachment...": "🏙 Anexo..."
|
|
81
81
|
}
|