stream-chat-react-native-core 5.29.1-beta.1 → 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.
Files changed (54) hide show
  1. package/lib/commonjs/components/MessageInput/hooks/useAudioController.js +105 -73
  2. package/lib/commonjs/components/MessageInput/hooks/useAudioController.js.map +1 -1
  3. package/lib/commonjs/i18n/es.json +20 -20
  4. package/lib/commonjs/i18n/fr.json +20 -20
  5. package/lib/commonjs/i18n/he.json +20 -20
  6. package/lib/commonjs/i18n/hi.json +23 -23
  7. package/lib/commonjs/i18n/it.json +23 -23
  8. package/lib/commonjs/i18n/ja.json +23 -23
  9. package/lib/commonjs/i18n/ko.json +23 -23
  10. package/lib/commonjs/i18n/nl.json +23 -23
  11. package/lib/commonjs/i18n/pt-BR.json +23 -23
  12. package/lib/commonjs/i18n/ru.json +23 -23
  13. package/lib/commonjs/i18n/tr.json +23 -23
  14. package/lib/commonjs/version.json +1 -1
  15. package/lib/module/components/MessageInput/hooks/useAudioController.js +105 -73
  16. package/lib/module/components/MessageInput/hooks/useAudioController.js.map +1 -1
  17. package/lib/module/i18n/es.json +20 -20
  18. package/lib/module/i18n/fr.json +20 -20
  19. package/lib/module/i18n/he.json +20 -20
  20. package/lib/module/i18n/hi.json +23 -23
  21. package/lib/module/i18n/it.json +23 -23
  22. package/lib/module/i18n/ja.json +23 -23
  23. package/lib/module/i18n/ko.json +23 -23
  24. package/lib/module/i18n/nl.json +23 -23
  25. package/lib/module/i18n/pt-BR.json +23 -23
  26. package/lib/module/i18n/ru.json +23 -23
  27. package/lib/module/i18n/tr.json +23 -23
  28. package/lib/module/version.json +1 -1
  29. package/lib/typescript/components/MessageInput/hooks/useAudioController.d.ts.map +1 -1
  30. package/lib/typescript/i18n/es.json +20 -20
  31. package/lib/typescript/i18n/fr.json +20 -20
  32. package/lib/typescript/i18n/he.json +20 -20
  33. package/lib/typescript/i18n/hi.json +23 -23
  34. package/lib/typescript/i18n/it.json +23 -23
  35. package/lib/typescript/i18n/ja.json +23 -23
  36. package/lib/typescript/i18n/ko.json +23 -23
  37. package/lib/typescript/i18n/nl.json +23 -23
  38. package/lib/typescript/i18n/pt-BR.json +23 -23
  39. package/lib/typescript/i18n/ru.json +23 -23
  40. package/lib/typescript/i18n/tr.json +23 -23
  41. package/package.json +1 -1
  42. package/src/components/MessageInput/hooks/useAudioController.tsx +9 -1
  43. package/src/i18n/es.json +20 -20
  44. package/src/i18n/fr.json +20 -20
  45. package/src/i18n/he.json +20 -20
  46. package/src/i18n/hi.json +23 -23
  47. package/src/i18n/it.json +23 -23
  48. package/src/i18n/ja.json +23 -23
  49. package/src/i18n/ko.json +23 -23
  50. package/src/i18n/nl.json +23 -23
  51. package/src/i18n/pt-BR.json +23 -23
  52. package/src/i18n/ru.json +23 -23
  53. package/src/i18n/tr.json +23 -23
  54. package/src/version.json +1 -1
@@ -1,15 +1,15 @@
1
1
  {
2
- "1 Reply": "",
2
+ "1 Reply": "1 respuesta",
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": "También enviar al canal",
7
7
  "Are you sure you want to permanently delete this message?": "",
8
- "Are you sure?": "",
8
+ "Are you sure?": "¿Estás seguro?",
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": "Considera cómo tu comentario podría hacer sentir a los demás y asegúrate de seguir nuestras Normas de la Comunidad",
13
13
  "Copy Message": "",
14
14
  "Delete": "",
15
15
  "Delete Message": "",
@@ -17,20 +17,20 @@
17
17
  "Do you want to send a copy of this message to a moderator for further investigation?": "",
18
18
  "Edit Message": "",
19
19
  "Editing Message": "",
20
- "Emoji matching": "Coincidencia de emoji",
21
- "Empty message...": "",
22
- "Error loading": "",
23
- "Error loading channel list...": "",
24
- "Error loading messages for this channel...": "",
25
- "Error while loading, please reload/refresh": "",
20
+ "Emoji matching": "",
21
+ "Empty message...": "Mensaje vacío...",
22
+ "Error loading": "Error al cargar",
23
+ "Error loading channel list...": "Error al cargar la lista de canales...",
24
+ "Error loading messages for this channel...": "Error al cargar los mensajes de este canal...",
25
+ "Error while loading, please reload/refresh": "Error al cargar, por favor recarga/actualiza",
26
26
  "File type not supported": "",
27
27
  "Flag": "",
28
28
  "Flag Message": "",
29
29
  "Flag action failed either due to a network issue or the message is already flagged": "",
30
30
  "Hold to start recording.": "",
31
- "How about sending your first message to a friend?": "",
32
- "Instant Commands": "Comandos instantáneos",
33
- "Let's start chatting!": "",
31
+ "How about sending your first message to a friend?": "¿Qué tal enviar tu primer mensaje a un amigo?",
32
+ "Instant Commands": "",
33
+ "Let's start chatting!": "¡Empecemos a charlar!",
34
34
  "Links are disabled": "",
35
35
  "Loading channels...": "",
36
36
  "Loading messages...": "",
@@ -41,14 +41,14 @@
41
41
  "Message flagged": "",
42
42
  "Mute User": "",
43
43
  "Not supported": "",
44
- "Nothing yet...": "",
44
+ "Nothing yet...": "Aún no hay nada...",
45
45
  "Ok": "",
46
46
  "Only visible to you": "Solo visible para ti",
47
47
  "Open Settings": "",
48
48
  "Photo": "Foto",
49
49
  "Photos and Videos": "",
50
50
  "Pin to Conversation": "",
51
- "Pinned by": "Fijado por",
51
+ "Pinned by": "",
52
52
  "Please allow Audio permissions in settings.": "",
53
53
  "Please enable access to your photos and videos so you can share them.": "",
54
54
  "Please select a channel first": "",
@@ -58,7 +58,7 @@
58
58
  "Resend": "",
59
59
  "Search GIFs": "",
60
60
  "Select More Photos": "",
61
- "Send Anyway": "",
61
+ "Send Anyway": "Enviar de todos modos",
62
62
  "Send a message": "",
63
63
  "Sending links is not allowed in this conversation": "",
64
64
  "Slow mode ON": "",
@@ -68,14 +68,14 @@
68
68
  "Unknown User": "",
69
69
  "Unmute User": "",
70
70
  "Unpin from Conversation": "",
71
- "Unread Messages": "",
71
+ "Unread Messages": "Mensajes no leídos",
72
72
  "Video": "Video",
73
73
  "You": "Tú",
74
74
  "You can't send messages in this channel": "No puedes enviar mensajes en este canal",
75
- "{{ firstUser }} and {{ nonSelfUserLength }} more are typing": "",
75
+ "{{ firstUser }} and {{ nonSelfUserLength }} more are typing": "{{ firstUser }} y {{ nonSelfUserLength }} más están escribiendo",
76
76
  "{{ index }} of {{ photoLength }}": "",
77
- "{{ replyCount }} Replies": "",
77
+ "{{ replyCount }} Replies": "{{ replyCount }} Respuestas",
78
78
  "{{ replyCount }} Thread Replies": "",
79
- "{{ user }} is typing": "",
80
- "🏙 Attachment...": ""
79
+ "{{ user }} is typing": "{{ user }} está escribiendo",
80
+ "🏙 Attachment...": "🏙 Adjunto..."
81
81
  }
@@ -1,15 +1,15 @@
1
1
  {
2
- "1 Reply": "",
2
+ "1 Reply": "1 Réponse",
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": "Envoyer également à la chaîne",
7
7
  "Are you sure you want to permanently delete this message?": "",
8
- "Are you sure?": "",
8
+ "Are you sure?": "Es-tu sûr ?",
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": "Considérez comment votre commentaire pourrait faire sentir les autres et assurez-vous de suivre nos directives communautaires",
13
13
  "Copy Message": "",
14
14
  "Delete": "",
15
15
  "Delete Message": "",
@@ -17,20 +17,20 @@
17
17
  "Do you want to send a copy of this message to a moderator for further investigation?": "",
18
18
  "Edit Message": "",
19
19
  "Editing Message": "",
20
- "Emoji matching": "Correspondance Emoji",
21
- "Empty message...": "",
22
- "Error loading": "",
23
- "Error loading channel list...": "",
24
- "Error loading messages for this channel...": "",
25
- "Error while loading, please reload/refresh": "",
20
+ "Emoji matching": "",
21
+ "Empty message...": "Message vide...",
22
+ "Error loading": "Erreur lors du chargement",
23
+ "Error loading channel list...": "Erreur lors du chargement de la liste de canaux...",
24
+ "Error loading messages for this channel...": "Erreur lors du chargement des messages de ce canal...",
25
+ "Error while loading, please reload/refresh": "Erreur lors du chargement, veuillez recharger/rafraîchir",
26
26
  "File type not supported": "",
27
27
  "Flag": "",
28
28
  "Flag Message": "",
29
29
  "Flag action failed either due to a network issue or the message is already flagged": "",
30
30
  "Hold to start recording.": "",
31
- "How about sending your first message to a friend?": "",
32
- "Instant Commands": "Commandes Instantanées",
33
- "Let's start chatting!": "",
31
+ "How about sending your first message to a friend?": "Et si vous envoyiez votre premier message à un ami ?",
32
+ "Instant Commands": "",
33
+ "Let's start chatting!": "Commençons à discuter !",
34
34
  "Links are disabled": "",
35
35
  "Loading channels...": "",
36
36
  "Loading messages...": "",
@@ -41,14 +41,14 @@
41
41
  "Message flagged": "",
42
42
  "Mute User": "",
43
43
  "Not supported": "",
44
- "Nothing yet...": "",
44
+ "Nothing yet...": "Aucun message...",
45
45
  "Ok": "",
46
46
  "Only visible to you": "Seulement visible par vous",
47
47
  "Open Settings": "",
48
48
  "Photo": "Photo",
49
49
  "Photos and Videos": "",
50
50
  "Pin to Conversation": "",
51
- "Pinned by": "Épinglé par",
51
+ "Pinned by": "",
52
52
  "Please allow Audio permissions in settings.": "",
53
53
  "Please enable access to your photos and videos so you can share them.": "",
54
54
  "Please select a channel first": "",
@@ -58,7 +58,7 @@
58
58
  "Resend": "",
59
59
  "Search GIFs": "",
60
60
  "Select More Photos": "",
61
- "Send Anyway": "",
61
+ "Send Anyway": "Envoyer quand même",
62
62
  "Send a message": "",
63
63
  "Sending links is not allowed in this conversation": "",
64
64
  "Slow mode ON": "",
@@ -68,14 +68,14 @@
68
68
  "Unknown User": "",
69
69
  "Unmute User": "",
70
70
  "Unpin from Conversation": "",
71
- "Unread Messages": "",
71
+ "Unread Messages": "Messages non lus",
72
72
  "Video": "Vidéo",
73
73
  "You": "Toi",
74
74
  "You can't send messages in this channel": "You can't send messages in this channel",
75
- "{{ firstUser }} and {{ nonSelfUserLength }} more are typing": "",
75
+ "{{ firstUser }} and {{ nonSelfUserLength }} more are typing": "{{ firstUser }} et {{ nonSelfUserLength }} autres sont en train d'écrire",
76
76
  "{{ index }} of {{ photoLength }}": "",
77
- "{{ replyCount }} Replies": "",
77
+ "{{ replyCount }} Replies": "{{ replyCount }} Réponses",
78
78
  "{{ replyCount }} Thread Replies": "",
79
- "{{ user }} is typing": "",
80
- "🏙 Attachment...": ""
79
+ "{{ user }} is typing": "{{ user }} est en train d'écrire",
80
+ "🏙 Attachment...": "🏙 Pièce jointe..."
81
81
  }
@@ -1,15 +1,15 @@
1
1
  {
2
- "1 Reply": "",
2
+ "1 Reply": "תגובה אחת",
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": "",
@@ -17,20 +17,20 @@
17
17
  "Do you want to send a copy of this message to a moderator for further investigation?": "",
18
18
  "Edit Message": "",
19
19
  "Editing Message": "",
20
- "Emoji matching": "התאמת אמוג'י",
21
- "Empty message...": "",
22
- "Error loading": "",
23
- "Error loading channel list...": "",
24
- "Error loading messages for this channel...": "",
25
- "Error while loading, please reload/refresh": "",
20
+ "Emoji matching": "",
21
+ "Empty message...": "הודעה ריקה...",
22
+ "Error loading": "שגיאה ארעה בעת הטעינה",
23
+ "Error loading channel list...": "שגיאה ארעה בטעינת השיחות...",
24
+ "Error loading messages for this channel...": "שגיאה ארעה בטעינת הודעות עבור שיחה זאת...",
25
+ "Error while loading, please reload/refresh": "שגיאה ארעה בזמן הטעינה, אנא טען מחדש/רענן",
26
26
  "File type not supported": "",
27
27
  "Flag": "",
28
28
  "Flag Message": "",
29
29
  "Flag action failed either due to a network issue or the message is already flagged": "",
30
30
  "Hold to start recording.": "",
31
- "How about sending your first message to a friend?": "",
32
- "Instant Commands": "פעולות מיידיות",
33
- "Let's start chatting!": "",
31
+ "How about sending your first message to a friend?": "מה דעתך לשלוח את ההודעה הראשונה שלך לחבר?",
32
+ "Instant Commands": "",
33
+ "Let's start chatting!": "בואו נתחיל לשוחח!",
34
34
  "Links are disabled": "",
35
35
  "Loading channels...": "",
36
36
  "Loading messages...": "",
@@ -41,14 +41,14 @@
41
41
  "Message flagged": "",
42
42
  "Mute User": "",
43
43
  "Not supported": "",
44
- "Nothing yet...": "",
44
+ "Nothing yet...": "אינפורמציה תתקבל בהמשך...",
45
45
  "Ok": "",
46
46
  "Only visible to you": "גלוי רק לך",
47
47
  "Open Settings": "",
48
48
  "Photo": "תמונה",
49
49
  "Photos and Videos": "",
50
50
  "Pin to Conversation": "",
51
- "Pinned by": " - הוצמד לשיחה",
51
+ "Pinned by": "",
52
52
  "Please allow Audio permissions in settings.": "",
53
53
  "Please enable access to your photos and videos so you can share them.": "",
54
54
  "Please select a channel first": "",
@@ -58,7 +58,7 @@
58
58
  "Resend": "",
59
59
  "Search GIFs": "",
60
60
  "Select More Photos": "",
61
- "Send Anyway": "",
61
+ "Send Anyway": "שלח בכל זאת",
62
62
  "Send a message": "",
63
63
  "Sending links is not allowed in this conversation": "",
64
64
  "Slow mode ON": "",
@@ -68,14 +68,14 @@
68
68
  "Unknown User": "",
69
69
  "Unmute User": "",
70
70
  "Unpin from Conversation": "",
71
- "Unread Messages": "",
71
+ "Unread Messages": "הודעות שטרם נקרו",
72
72
  "Video": "וִידֵאוֹ",
73
73
  "You": "את/ה",
74
74
  "You can't send messages in this channel": "את/ב לא יכול/ה לשלוח הודעות בשיחה זו",
75
- "{{ firstUser }} and {{ nonSelfUserLength }} more are typing": "",
75
+ "{{ firstUser }} and {{ nonSelfUserLength }} more are typing": "{{ firstUser }} ו-{{ nonSelfUserLength }} משתמש/ים אחר/ים מקלידים",
76
76
  "{{ index }} of {{ photoLength }}": "",
77
- "{{ replyCount }} Replies": "",
77
+ "{{ replyCount }} Replies": "{{ replyCount }} תגובות",
78
78
  "{{ replyCount }} Thread Replies": "",
79
- "{{ user }} is typing": "",
80
- "🏙 Attachment...": ""
79
+ "{{ user }} is typing": "{{ user }} מקליד/ה",
80
+ "🏙 Attachment...": "🏙 קובץ מצורף..."
81
81
  }
@@ -1,15 +1,15 @@
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": "",
@@ -17,20 +17,20 @@
17
17
  "Do you want to send a copy of this message to a moderator for further investigation?": "",
18
18
  "Edit Message": "",
19
19
  "Editing Message": "",
20
- "Emoji matching": "इमोजी मिलान",
21
- "Empty message...": "",
22
- "Error loading": "",
23
- "Error loading channel list...": "",
24
- "Error loading messages for this channel...": "",
25
- "Error while loading, please reload/refresh": "",
20
+ "Emoji matching": "",
21
+ "Empty message...": "खाली संदेश...",
22
+ "Error loading": "लोड होने मे त्रुटि",
23
+ "Error loading channel list...": "चैनल सूची लोड करने में त्रुटि...",
24
+ "Error loading messages for this channel...": "इस चैनल के लिए मेसेजेस लोड करने में त्रुटि हुई...",
25
+ "Error while loading, please reload/refresh": "एरर, रिफ्रेश करे",
26
26
  "File type not supported": "",
27
27
  "Flag": "",
28
28
  "Flag Message": "",
29
29
  "Flag action failed either due to a network issue or the message is already flagged": "",
30
30
  "Hold to start recording.": "",
31
- "How about sending your first message to a friend?": "",
32
- "Instant Commands": "त्वरित कमांड",
33
- "Let's start chatting!": "",
31
+ "How about sending your first message to a friend?": "किसी मित्र को अपना पहला संदेश भेजने के बारे में क्या ख़याल है?",
32
+ "Instant Commands": "",
33
+ "Let's start chatting!": "आइए चैट करना शुरू करें!",
34
34
  "Links are disabled": "",
35
35
  "Loading channels...": "",
36
36
  "Loading messages...": "",
@@ -41,14 +41,14 @@
41
41
  "Message flagged": "",
42
42
  "Mute User": "",
43
43
  "Not supported": "",
44
- "Nothing yet...": "",
44
+ "Nothing yet...": "कोई मैसेज नहीं है...",
45
45
  "Ok": "",
46
46
  "Only visible to you": "केवल आपको दिखाई दे रहा है",
47
47
  "Open Settings": "",
48
48
  "Photo": "तस्वीर",
49
49
  "Photos and Videos": "",
50
50
  "Pin to Conversation": "",
51
- "Pinned by": "द्वारा पिन किया गया",
51
+ "Pinned by": "",
52
52
  "Please allow Audio permissions in settings.": "",
53
53
  "Please enable access to your photos and videos so you can share them.": "",
54
54
  "Please select a channel first": "",
@@ -56,26 +56,26 @@
56
56
  "Reply": "",
57
57
  "Reply to Message": "",
58
58
  "Resend": "",
59
- "Search GIFs": "",
59
+ "Search GIFs": "GIF खोजें",
60
60
  "Select More Photos": "",
61
- "Send Anyway": "",
62
- "Send a message": "",
61
+ "Send Anyway": "फिर भी भेजें",
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": "",
68
68
  "Unknown User": "",
69
69
  "Unmute User": "",
70
70
  "Unpin from Conversation": "",
71
- "Unread Messages": "",
71
+ "Unread Messages": "अपठित संदेश",
72
72
  "Video": "वीडियो",
73
73
  "You": "आप",
74
74
  "You can't send messages in this channel": "आप इस चैनल में संदेश नहीं भेज सकते",
75
- "{{ firstUser }} and {{ nonSelfUserLength }} more are typing": "",
75
+ "{{ firstUser }} and {{ nonSelfUserLength }} more are typing": "{{ firstUser }} और {{ nonSelfUserLength }} अधिक टाइप कर रहे हैं",
76
76
  "{{ index }} of {{ photoLength }}": "",
77
- "{{ replyCount }} Replies": "",
77
+ "{{ replyCount }} Replies": "{{ replyCount }} रिप्लाई",
78
78
  "{{ replyCount }} Thread Replies": "",
79
- "{{ user }} is typing": "",
80
- "🏙 Attachment...": ""
79
+ "{{ user }} is typing": "{{ user }} टाइप कर रहा है",
80
+ "🏙 Attachment...": "🏙 अटैचमेंट..."
81
81
  }
@@ -1,15 +1,15 @@
1
1
  {
2
- "1 Reply": "",
2
+ "1 Reply": "1 Risposta",
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": "Invia anche al canale",
7
7
  "Are you sure you want to permanently delete this message?": "",
8
- "Are you sure?": "",
8
+ "Are you sure?": "Sei sicuro?",
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": "Considera come il tuo commento potrebbe far sentire gli altri e assicurati di seguire le nostre Linee guida della community",
13
13
  "Copy Message": "",
14
14
  "Delete": "",
15
15
  "Delete Message": "",
@@ -17,20 +17,20 @@
17
17
  "Do you want to send a copy of this message to a moderator for further investigation?": "",
18
18
  "Edit Message": "",
19
19
  "Editing Message": "",
20
- "Emoji matching": "Abbinamento emoji",
21
- "Empty message...": "",
22
- "Error loading": "",
23
- "Error loading channel list...": "",
24
- "Error loading messages for this channel...": "",
25
- "Error while loading, please reload/refresh": "",
20
+ "Emoji matching": "",
21
+ "Empty message...": "Message vuoto...",
22
+ "Error loading": "Errore di caricamento",
23
+ "Error loading channel list...": "Errore durante il caricamento della lista dei canali...",
24
+ "Error loading messages for this channel...": "Errore durante il caricamento dei messaggi per questo canale...",
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": "",
29
29
  "Flag action failed either due to a network issue or the message is already flagged": "",
30
30
  "Hold to start recording.": "",
31
- "How about sending your first message to a friend?": "",
32
- "Instant Commands": "Comandi Istantanei",
33
- "Let's start chatting!": "",
31
+ "How about sending your first message to a friend?": "Che ne dici di inviare il tuo primo messaggio ad un amico?",
32
+ "Instant Commands": "",
33
+ "Let's start chatting!": "Iniziamo a chattare!",
34
34
  "Links are disabled": "",
35
35
  "Loading channels...": "",
36
36
  "Loading messages...": "",
@@ -41,14 +41,14 @@
41
41
  "Message flagged": "",
42
42
  "Mute User": "",
43
43
  "Not supported": "",
44
- "Nothing yet...": "",
44
+ "Nothing yet...": "Ancora niente...",
45
45
  "Ok": "",
46
46
  "Only visible to you": "Visibile solo a te",
47
47
  "Open Settings": "",
48
48
  "Photo": "Foto",
49
49
  "Photos and Videos": "",
50
50
  "Pin to Conversation": "",
51
- "Pinned by": "Fissato da",
51
+ "Pinned by": "",
52
52
  "Please allow Audio permissions in settings.": "",
53
53
  "Please enable access to your photos and videos so you can share them.": "",
54
54
  "Please select a channel first": "",
@@ -56,26 +56,26 @@
56
56
  "Reply": "",
57
57
  "Reply to Message": "",
58
58
  "Resend": "",
59
- "Search GIFs": "",
59
+ "Search GIFs": "Cerca GIF",
60
60
  "Select More Photos": "",
61
- "Send Anyway": "",
62
- "Send a message": "",
61
+ "Send Anyway": "Invia comunque",
62
+ "Send a message": "Mandare un messaggio",
63
63
  "Sending links is not allowed in this conversation": "",
64
- "Slow mode ON": "",
64
+ "Slow mode ON": "Slowmode attiva",
65
65
  "The message has been reported to a moderator.": "",
66
66
  "Thread Reply": "",
67
67
  "Unblock User": "",
68
68
  "Unknown User": "",
69
69
  "Unmute User": "",
70
70
  "Unpin from Conversation": "",
71
- "Unread Messages": "",
71
+ "Unread Messages": "Messaggi non letti",
72
72
  "Video": "Video",
73
73
  "You": "Tu",
74
74
  "You can't send messages in this channel": "Non puoi inviare messaggi in questo canale",
75
- "{{ firstUser }} and {{ nonSelfUserLength }} more are typing": "",
75
+ "{{ firstUser }} and {{ nonSelfUserLength }} more are typing": "{{ firstUser }} e altri {{ nonSelfUserLength }} stanno scrivendo",
76
76
  "{{ index }} of {{ photoLength }}": "",
77
- "{{ replyCount }} Replies": "",
77
+ "{{ replyCount }} Replies": "{{ replyCount }} Risposte",
78
78
  "{{ replyCount }} Thread Replies": "",
79
- "{{ user }} is typing": "",
80
- "🏙 Attachment...": ""
79
+ "{{ user }} is typing": "{{ user }} sta scrivendo",
80
+ "🏙 Attachment...": "🏙 Allegato..."
81
81
  }
@@ -1,15 +1,15 @@
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": "",
@@ -17,20 +17,20 @@
17
17
  "Do you want to send a copy of this message to a moderator for further investigation?": "",
18
18
  "Edit Message": "",
19
19
  "Editing Message": "",
20
- "Emoji matching": "絵文字マッチング",
21
- "Empty message...": "",
22
- "Error loading": "",
23
- "Error loading channel list...": "",
24
- "Error loading messages for this channel...": "",
25
- "Error while loading, please reload/refresh": "",
20
+ "Emoji matching": "",
21
+ "Empty message...": "空のメッセージ...",
22
+ "Error loading": "読み込みエラー",
23
+ "Error loading channel list...": "チャネルリストの読み込み中にエラーが発生しました。。。",
24
+ "Error loading messages for this channel...": "このチャネルのメッセージの読み込み中にエラーが発生しました。。。",
25
+ "Error while loading, please reload/refresh": "ロード中にエラーが発生しました。更新してください",
26
26
  "File type not supported": "",
27
27
  "Flag": "",
28
28
  "Flag Message": "",
29
29
  "Flag action failed either due to a network issue or the message is already flagged": "",
30
30
  "Hold to start recording.": "",
31
- "How about sending your first message to a friend?": "",
32
- "Instant Commands": "インスタントコマンド",
33
- "Let's start chatting!": "",
31
+ "How about sending your first message to a friend?": "初めてのメッセージを友達に送ってみてはいかがでしょうか?",
32
+ "Instant Commands": "",
33
+ "Let's start chatting!": "チャットを始めましょう!",
34
34
  "Links are disabled": "",
35
35
  "Loading channels...": "",
36
36
  "Loading messages...": "",
@@ -41,14 +41,14 @@
41
41
  "Message flagged": "",
42
42
  "Mute User": "",
43
43
  "Not supported": "",
44
- "Nothing yet...": "",
44
+ "Nothing yet...": "まだ何もありません...",
45
45
  "Ok": "",
46
46
  "Only visible to you": "あなただけに見える",
47
47
  "Open Settings": "",
48
48
  "Photo": "写真",
49
49
  "Photos and Videos": "",
50
50
  "Pin to Conversation": "",
51
- "Pinned by": "ピン留めされユーザー",
51
+ "Pinned by": "",
52
52
  "Please allow Audio permissions in settings.": "",
53
53
  "Please enable access to your photos and videos so you can share them.": "",
54
54
  "Please select a channel first": "",
@@ -56,26 +56,26 @@
56
56
  "Reply": "",
57
57
  "Reply to Message": "",
58
58
  "Resend": "",
59
- "Search GIFs": "",
59
+ "Search GIFs": "GIFの探索",
60
60
  "Select More Photos": "",
61
- "Send Anyway": "",
62
- "Send a message": "",
61
+ "Send Anyway": "とにかく送信",
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": "",
68
68
  "Unknown User": "",
69
69
  "Unmute User": "",
70
70
  "Unpin from Conversation": "",
71
- "Unread Messages": "",
71
+ "Unread Messages": "未読メッセージ",
72
72
  "Video": "ビデオ",
73
73
  "You": "あなた",
74
74
  "You can't send messages in this channel": "このチャンネルではメッセージを送信できません",
75
- "{{ firstUser }} and {{ nonSelfUserLength }} more are typing": "",
75
+ "{{ firstUser }} and {{ nonSelfUserLength }} more are typing": "{{ firstUser }}と{{ nonSelfUserLength }}人がタイピングしています",
76
76
  "{{ index }} of {{ photoLength }}": "",
77
- "{{ replyCount }} Replies": "",
77
+ "{{ replyCount }} Replies": "{{ replyCount }}件の返信",
78
78
  "{{ replyCount }} Thread Replies": "",
79
- "{{ user }} is typing": "",
80
- "🏙 Attachment...": ""
79
+ "{{ user }} is typing": "{{ user }}はタイピング中",
80
+ "🏙 Attachment...": "🏙 アタッチメント..."
81
81
  }