stream-chat-react-native-core 5.31.1 → 5.31.2-beta.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (59) hide show
  1. package/lib/commonjs/components/MessageList/MessageList.js +9 -18
  2. package/lib/commonjs/components/MessageList/MessageList.js.map +1 -1
  3. package/lib/commonjs/i18n/en.json +1 -1
  4. package/lib/commonjs/i18n/es.json +73 -73
  5. package/lib/commonjs/i18n/fr.json +73 -73
  6. package/lib/commonjs/i18n/he.json +73 -73
  7. package/lib/commonjs/i18n/hi.json +73 -73
  8. package/lib/commonjs/i18n/it.json +73 -73
  9. package/lib/commonjs/i18n/ja.json +73 -73
  10. package/lib/commonjs/i18n/ko.json +73 -73
  11. package/lib/commonjs/i18n/nl.json +73 -73
  12. package/lib/commonjs/i18n/pt-BR.json +73 -73
  13. package/lib/commonjs/i18n/ru.json +73 -73
  14. package/lib/commonjs/i18n/tr.json +73 -73
  15. package/lib/commonjs/version.json +1 -1
  16. package/lib/module/components/MessageList/MessageList.js +9 -18
  17. package/lib/module/components/MessageList/MessageList.js.map +1 -1
  18. package/lib/module/i18n/en.json +1 -1
  19. package/lib/module/i18n/es.json +73 -73
  20. package/lib/module/i18n/fr.json +73 -73
  21. package/lib/module/i18n/he.json +73 -73
  22. package/lib/module/i18n/hi.json +73 -73
  23. package/lib/module/i18n/it.json +73 -73
  24. package/lib/module/i18n/ja.json +73 -73
  25. package/lib/module/i18n/ko.json +73 -73
  26. package/lib/module/i18n/nl.json +73 -73
  27. package/lib/module/i18n/pt-BR.json +73 -73
  28. package/lib/module/i18n/ru.json +73 -73
  29. package/lib/module/i18n/tr.json +73 -73
  30. package/lib/module/version.json +1 -1
  31. package/lib/typescript/components/MessageList/MessageList.d.ts.map +1 -1
  32. package/lib/typescript/i18n/en.json +1 -1
  33. package/lib/typescript/i18n/es.json +73 -73
  34. package/lib/typescript/i18n/fr.json +73 -73
  35. package/lib/typescript/i18n/he.json +73 -73
  36. package/lib/typescript/i18n/hi.json +73 -73
  37. package/lib/typescript/i18n/it.json +73 -73
  38. package/lib/typescript/i18n/ja.json +73 -73
  39. package/lib/typescript/i18n/ko.json +73 -73
  40. package/lib/typescript/i18n/nl.json +73 -73
  41. package/lib/typescript/i18n/pt-BR.json +73 -73
  42. package/lib/typescript/i18n/ru.json +73 -73
  43. package/lib/typescript/i18n/tr.json +73 -73
  44. package/package.json +1 -1
  45. package/src/components/MessageList/MessageList.tsx +51 -62
  46. package/src/components/Thread/__tests__/__snapshots__/Thread.test.js.snap +0 -1
  47. package/src/i18n/en.json +1 -1
  48. package/src/i18n/es.json +73 -73
  49. package/src/i18n/fr.json +73 -73
  50. package/src/i18n/he.json +73 -73
  51. package/src/i18n/hi.json +73 -73
  52. package/src/i18n/it.json +73 -73
  53. package/src/i18n/ja.json +73 -73
  54. package/src/i18n/ko.json +73 -73
  55. package/src/i18n/nl.json +73 -73
  56. package/src/i18n/pt-BR.json +73 -73
  57. package/src/i18n/ru.json +73 -73
  58. package/src/i18n/tr.json +73 -73
  59. package/src/version.json +1 -1
@@ -1,83 +1,83 @@
1
1
  {
2
- "1 Reply": "1 respuesta",
3
- "1 Thread Reply": "1 respuesta de hilo",
4
- "Allow access to your Gallery": "Permitir acceso a tu galería",
5
- "Allow camera access in device settings": "Permitir el acceso a la cámara en la configuración del dispositivo",
2
+ "1 Reply": "",
3
+ "1 Thread Reply": "",
4
+ "Allow access to your Gallery": "",
5
+ "Allow camera access in device settings": "",
6
6
  "Also send to channel": "También enviar al canal",
7
- "Are you sure you want to permanently delete this message?": "¿Estás seguro de que deseas eliminar permanentemente este mensaje?",
8
- "Are you sure?": "¿Estás seguro?",
9
- "Block User": "Bloquear usuario",
10
- "Cancel": "Cancelar",
11
- "Cannot Flag Message": "No se puede reportar el mensaje",
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
- "Copy Message": "Copiar mensaje",
14
- "Delete": "Eliminar",
15
- "Delete Message": "Eliminar mensaje",
16
- "Device camera is used to take photos or videos.": "La cámara del dispositivo se utiliza para tomar fotografías o vídeos.",
17
- "Do you want to send a copy of this message to a moderator for further investigation?": "¿Deseas enviar una copia de este mensaje a un moderador para una investigación adicional?",
18
- "Edit Message": "Editar mensaje",
19
- "Edited": "Editado",
7
+ "Are you sure you want to permanently delete this message?": "",
8
+ "Are you sure?": "",
9
+ "Block User": "",
10
+ "Cancel": "",
11
+ "Cannot Flag Message": "",
12
+ "Consider how your comment might make others feel and be sure to follow our Community Guidelines": "",
13
+ "Copy Message": "",
14
+ "Delete": "",
15
+ "Delete Message": "",
16
+ "Device camera is used to take photos or videos.": "",
17
+ "Do you want to send a copy of this message to a moderator for further investigation?": "",
18
+ "Edit Message": "",
19
+ "Edited": "",
20
20
  "Editing Message": "Editando mensaje",
21
- "Emoji matching": "Coincidencia de emoji",
22
- "Empty message...": "Mensaje vacío...",
23
- "Error loading": "Error al cargar",
24
- "Error loading channel list...": "Error al cargar la lista de canales...",
25
- "Error loading messages for this channel...": "Error al cargar los mensajes de este canal...",
26
- "Error while loading, please reload/refresh": "Error al cargar, por favor recarga/actualiza",
27
- "File is too large: {{ size }}, maximum upload size is {{ limit }}": "El archivo es demasiado grande: {{ size }}, el tamaño máximo de carga es de {{ limit }}",
28
- "File type not supported": "Tipo de archivo no admitido",
29
- "Flag": "Reportar",
30
- "Flag Message": "Reportar mensaje",
31
- "Flag action failed either due to a network issue or the message is already flagged": "El reporte falló debido a un problema de red o el mensaje ya fue reportado.",
21
+ "Emoji matching": "",
22
+ "Empty message...": "",
23
+ "Error loading": "",
24
+ "Error loading channel list...": "",
25
+ "Error loading messages for this channel...": "",
26
+ "Error while loading, please reload/refresh": "",
27
+ "File is too large: {{ size }}, maximum upload size is {{ limit }}": "",
28
+ "File type not supported": "",
29
+ "Flag": "",
30
+ "Flag Message": "",
31
+ "Flag action failed either due to a network issue or the message is already flagged": "",
32
32
  "Hold to start recording.": "Mantén presionado para comenzar a grabar.",
33
- "How about sending your first message to a friend?": "¿Qué tal enviar tu primer mensaje a un amigo?",
34
- "Instant Commands": "Comandos instantáneos",
35
- "Let's start chatting!": "¡Empecemos a charlar!",
36
- "Links are disabled": "Los enlaces están desactivados",
37
- "Loading channels...": "Cargando canales...",
38
- "Loading messages...": "Cargando mensajes...",
39
- "Loading...": "Cargando...",
40
- "Message Reactions": "Reacciones al mensaje",
33
+ "How about sending your first message to a friend?": "",
34
+ "Instant Commands": "",
35
+ "Let's start chatting!": "",
36
+ "Links are disabled": "",
37
+ "Loading channels...": "",
38
+ "Loading messages...": "",
39
+ "Loading...": "",
40
+ "Message Reactions": "",
41
41
  "Message deleted": "Mensaje eliminado",
42
- "Message flagged": "Mensaje reportado",
43
- "Mute User": "Silenciar usuario",
44
- "No chats here yet…": "No hay chats aquí todavía...",
45
- "Not supported": "No admitido",
46
- "Nothing yet...": "Aún no hay nada...",
47
- "Ok": "Aceptar",
48
- "Only visible to you": "Solo visible para ti",
49
- "Open Settings": "Configuración abierta",
42
+ "Message flagged": "",
43
+ "Mute User": "",
44
+ "No chats here yet…": "",
45
+ "Not supported": "",
46
+ "Nothing yet...": "",
47
+ "Ok": "",
48
+ "Only visible to you": "",
49
+ "Open Settings": "",
50
50
  "Photo": "Foto",
51
- "Photos and Videos": "Fotos y videos",
52
- "Pin to Conversation": "Fijar a la conversación",
53
- "Pinned by": "Fijado por",
51
+ "Photos and Videos": "",
52
+ "Pin to Conversation": "",
53
+ "Pinned by": "",
54
54
  "Please allow Audio permissions in settings.": "Por favor, permita los permisos de audio en la configuración.",
55
- "Please enable access to your photos and videos so you can share them.": "Por favor, habilita el acceso a tus fotos y videos para poder compartirlos.",
56
- "Please select a channel first": "Por favor, selecciona primero un canal",
55
+ "Please enable access to your photos and videos so you can share them.": "",
56
+ "Please select a channel first": "",
57
57
  "Reconnecting...": "Reconectando...",
58
- "Reply": "Responder",
59
- "Reply to Message": "Responder al mensaje",
60
- "Resend": "Reenviar",
61
- "Search GIFs": "Buscar GIFs",
62
- "Select More Photos": "Seleccionar más fotos",
63
- "Send Anyway": "Enviar de todos modos",
64
- "Send a message": "Enviar un mensaje",
65
- "Sending links is not allowed in this conversation": "No está permitido enviar enlaces en esta conversación",
66
- "Slow mode ON": "Modo lento ACTIVADO",
67
- "The message has been reported to a moderator.": "El mensaje ha sido reportado a un moderador.",
68
- "Thread Reply": "Respuesta de hilo",
69
- "Unblock User": "Desbloquear usuario",
70
- "Unknown User": "Usuario desconocido",
71
- "Unmute User": "Activar sonido del usuario",
72
- "Unpin from Conversation": "Desmarcar de la conversación",
73
- "Unread Messages": "Mensajes no leídos",
58
+ "Reply": "",
59
+ "Reply to Message": "",
60
+ "Resend": "",
61
+ "Search GIFs": "",
62
+ "Select More Photos": "",
63
+ "Send Anyway": "",
64
+ "Send a message": "",
65
+ "Sending links is not allowed in this conversation": "",
66
+ "Slow mode ON": "",
67
+ "The message has been reported to a moderator.": "",
68
+ "Thread Reply": "",
69
+ "Unblock User": "",
70
+ "Unknown User": "",
71
+ "Unmute User": "",
72
+ "Unpin from Conversation": "",
73
+ "Unread Messages": "",
74
74
  "Video": "Video",
75
- "You": "",
76
- "You can't send messages in this channel": "No puedes enviar mensajes en este canal",
77
- "{{ firstUser }} and {{ nonSelfUserLength }} more are typing": "{{ firstUser }} y {{ nonSelfUserLength }} más están escribiendo",
78
- "{{ index }} of {{ photoLength }}": "{{ index }} de {{ photoLength }}",
79
- "{{ replyCount }} Replies": "{{ replyCount }} Respuestas",
80
- "{{ replyCount }} Thread Replies": "{{ replyCount }} respuestas de hilo",
81
- "{{ user }} is typing": "{{ user }} está escribiendo",
82
- "🏙 Attachment...": "🏙 Adjunto..."
75
+ "You": "",
76
+ "You can't send messages in this channel": "",
77
+ "{{ firstUser }} and {{ nonSelfUserLength }} more are typing": "",
78
+ "{{ index }} of {{ photoLength }}": "",
79
+ "{{ replyCount }} Replies": "",
80
+ "{{ replyCount }} Thread Replies": "",
81
+ "{{ user }} is typing": "",
82
+ "🏙 Attachment...": ""
83
83
  }
@@ -1,83 +1,83 @@
1
1
  {
2
- "1 Reply": "1 Réponse",
3
- "1 Thread Reply": "Réponse à 1 fil",
4
- "Allow access to your Gallery": "Autoriser l'accès à votre galerie",
5
- "Allow camera access in device settings": "Autoriser l'accès à la caméra dans les paramètres de l'appareil",
2
+ "1 Reply": "",
3
+ "1 Thread Reply": "",
4
+ "Allow access to your Gallery": "",
5
+ "Allow camera access in device settings": "",
6
6
  "Also send to channel": "Envoyer également à la chaîne",
7
- "Are you sure you want to permanently delete this message?": "Êtes-vous sûr de vouloir supprimer définitivement ce message?",
8
- "Are you sure?": "Es-tu sûr ?",
9
- "Block User": "Bloquer un utilisateur",
10
- "Cancel": "Annuler",
11
- "Cannot Flag Message": "Impossible de signaler le message",
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
- "Copy Message": "Copier le message",
14
- "Delete": "Supprimer",
15
- "Delete Message": "Supprimer un message",
16
- "Device camera is used to take photos or videos.": "L'appareil photo de l'appareil est utilisé pour prendre des photos ou des vidéos.",
17
- "Do you want to send a copy of this message to a moderator for further investigation?": "Voulez-vous envoyer une copie de ce message à un modérateur pour une enquête plus approfondie?",
18
- "Edit Message": "Éditer un message",
19
- "Edited": "Édité",
7
+ "Are you sure you want to permanently delete this message?": "",
8
+ "Are you sure?": "",
9
+ "Block User": "",
10
+ "Cancel": "",
11
+ "Cannot Flag Message": "",
12
+ "Consider how your comment might make others feel and be sure to follow our Community Guidelines": "",
13
+ "Copy Message": "",
14
+ "Delete": "",
15
+ "Delete Message": "",
16
+ "Device camera is used to take photos or videos.": "",
17
+ "Do you want to send a copy of this message to a moderator for further investigation?": "",
18
+ "Edit Message": "",
19
+ "Edited": "",
20
20
  "Editing Message": "Édite un message",
21
- "Emoji matching": "Correspondance Emoji",
22
- "Empty message...": "Message vide...",
23
- "Error loading": "Erreur lors du chargement",
24
- "Error loading channel list...": "Erreur lors du chargement de la liste de canaux...",
25
- "Error loading messages for this channel...": "Erreur lors du chargement des messages de ce canal...",
26
- "Error while loading, please reload/refresh": "Erreur lors du chargement, veuillez recharger/rafraîchir",
27
- "File is too large: {{ size }}, maximum upload size is {{ limit }}": "Le fichier est trop volumineux : {{ size }}, la taille de téléchargement maximale est de {{ limit }}",
28
- "File type not supported": "Le type de fichier n'est pas pris en charge",
29
- "Flag": "Signaler",
30
- "Flag Message": "Signaler le message",
31
- "Flag action failed either due to a network issue or the message is already flagged": "L'action de signalisation a échoué en raison d'un problème de réseau ou le message est déjà signalé.",
21
+ "Emoji matching": "",
22
+ "Empty message...": "",
23
+ "Error loading": "",
24
+ "Error loading channel list...": "",
25
+ "Error loading messages for this channel...": "",
26
+ "Error while loading, please reload/refresh": "",
27
+ "File is too large: {{ size }}, maximum upload size is {{ limit }}": "",
28
+ "File type not supported": "",
29
+ "Flag": "",
30
+ "Flag Message": "",
31
+ "Flag action failed either due to a network issue or the message is already flagged": "",
32
32
  "Hold to start recording.": "Hold to start recording.",
33
- "How about sending your first message to a friend?": "Et si vous envoyiez votre premier message à un ami ?",
34
- "Instant Commands": "Commandes Instantanées",
35
- "Let's start chatting!": "Commençons à discuter !",
36
- "Links are disabled": "Links are disabled",
37
- "Loading channels...": "Chargement des canaux...",
38
- "Loading messages...": "Chargement des messages...",
39
- "Loading...": "Chargement...",
40
- "Message Reactions": "Réactions aux messages",
33
+ "How about sending your first message to a friend?": "",
34
+ "Instant Commands": "",
35
+ "Let's start chatting!": "",
36
+ "Links are disabled": "",
37
+ "Loading channels...": "",
38
+ "Loading messages...": "",
39
+ "Loading...": "",
40
+ "Message Reactions": "",
41
41
  "Message deleted": "Message supprimé",
42
- "Message flagged": "Message signalé",
43
- "Mute User": "Utilisateur muet",
44
- "No chats here yet…": "Pas de discussions ici pour le moment…",
45
- "Not supported": "Non pris en charge",
46
- "Nothing yet...": "Aucun message...",
47
- "Ok": "Ok",
48
- "Only visible to you": "Seulement visible par vous",
49
- "Open Settings": "Ouvrir les paramètres",
42
+ "Message flagged": "",
43
+ "Mute User": "",
44
+ "No chats here yet…": "",
45
+ "Not supported": "",
46
+ "Nothing yet...": "",
47
+ "Ok": "",
48
+ "Only visible to you": "",
49
+ "Open Settings": "",
50
50
  "Photo": "Photo",
51
- "Photos and Videos": "Photos et vidéos",
52
- "Pin to Conversation": "Épingler à la conversation",
53
- "Pinned by": "Épinglé par",
51
+ "Photos and Videos": "",
52
+ "Pin to Conversation": "",
53
+ "Pinned by": "",
54
54
  "Please allow Audio permissions in settings.": "Veuillez autoriser les permissions audio dans les paramètres.",
55
- "Please enable access to your photos and videos so you can share them.": "Veuillez autoriser l'accès à vos photos et vidéos afin de pouvoir les partager.",
56
- "Please select a channel first": "Veuillez d'abord selectionnez un canal",
55
+ "Please enable access to your photos and videos so you can share them.": "",
56
+ "Please select a channel first": "",
57
57
  "Reconnecting...": "Se Reconnecter...",
58
- "Reply": "Répondre",
59
- "Reply to Message": "Répondre au message",
60
- "Resend": "Renvoyer",
61
- "Search GIFs": "Rechercher des GIF",
62
- "Select More Photos": "Sélectionner plus de photos",
63
- "Send Anyway": "Envoyer quand même",
64
- "Send a message": "Envoyer un message",
65
- "Sending links is not allowed in this conversation": "Sending links is not allowed in this conversation",
66
- "Slow mode ON": "Mode lent activé",
67
- "The message has been reported to a moderator.": "Le message a été signalé à un modérateur.",
68
- "Thread Reply": "Réponse à la discussion",
69
- "Unblock User": "Débloquer Utilisateur",
70
- "Unknown User": "Utilisateur inconnu",
71
- "Unmute User": "Activer le son de Utilisateur",
72
- "Unpin from Conversation": "Décrocher de la conversation",
73
- "Unread Messages": "Messages non lus",
58
+ "Reply": "",
59
+ "Reply to Message": "",
60
+ "Resend": "",
61
+ "Search GIFs": "",
62
+ "Select More Photos": "",
63
+ "Send Anyway": "",
64
+ "Send a message": "",
65
+ "Sending links is not allowed in this conversation": "",
66
+ "Slow mode ON": "",
67
+ "The message has been reported to a moderator.": "",
68
+ "Thread Reply": "",
69
+ "Unblock User": "",
70
+ "Unknown User": "",
71
+ "Unmute User": "",
72
+ "Unpin from Conversation": "",
73
+ "Unread Messages": "",
74
74
  "Video": "Vidéo",
75
- "You": "Toi",
76
- "You can't send messages in this channel": "You can't send messages in this channel",
77
- "{{ firstUser }} and {{ nonSelfUserLength }} more are typing": "{{ firstUser }} et {{ nonSelfUserLength }} autres sont en train d'écrire",
78
- "{{ index }} of {{ photoLength }}": "{{ index }} sur {{ photoLength }}",
79
- "{{ replyCount }} Replies": "{{ replyCount }} Réponses",
80
- "{{ replyCount }} Thread Replies": "{{replyCount}} Réponses à la discussion",
81
- "{{ user }} is typing": "{{ user }} est en train d'écrire",
82
- "🏙 Attachment...": "🏙 Pièce jointe..."
75
+ "You": "",
76
+ "You can't send messages in this channel": "",
77
+ "{{ firstUser }} and {{ nonSelfUserLength }} more are typing": "",
78
+ "{{ index }} of {{ photoLength }}": "",
79
+ "{{ replyCount }} Replies": "",
80
+ "{{ replyCount }} Thread Replies": "",
81
+ "{{ user }} is typing": "",
82
+ "🏙 Attachment...": ""
83
83
  }
@@ -1,83 +1,83 @@
1
1
  {
2
- "1 Reply": "תגובה אחת",
3
- "1 Thread Reply": "תגובה אחת לשרשור",
4
- "Allow access to your Gallery": "אפשר גישה לגלריה שלך",
5
- "Allow camera access in device settings": "אפשר גישה למצלמה בהגדרות המכשיר",
2
+ "1 Reply": "",
3
+ "1 Thread Reply": "",
4
+ "Allow access to your Gallery": "",
5
+ "Allow camera access in device settings": "",
6
6
  "Also send to channel": "שלח/י הודעה לשיחה",
7
- "Are you sure you want to permanently delete this message?": "האם את/ה בטוח/ה שאת/ה רוצה למחוק את ההודעה הזו לצמיתות?",
8
- "Are you sure?": "האם אתה בטוח?",
9
- "Block User": "חסום משתמש",
10
- "Cancel": "ביטול",
11
- "Cannot Flag Message": "סימון הודעה לא אפשרי",
12
- "Consider how your comment might make others feel and be sure to follow our Community Guidelines": "שקול איך התגובה שלך עשויה להשפיע על אחרים ווודא שאתה עוקב אחר ההנחיות של הקהילה שלנו",
13
- "Copy Message": "העתק/י הודעה",
14
- "Delete": "מחק",
15
- "Delete Message": "מחק/י הודעה",
16
- "Device camera is used to take photos or videos.": "מצלמת המכשיר משמשת לצילום תמונות או סרטונים.",
17
- "Do you want to send a copy of this message to a moderator for further investigation?": "האם את/ה רוצה לשלוח עותק של הודעה זו למנחה להמשך חקירה?",
18
- "Edit Message": "ערוך הודעה",
19
- "Edited": "נערך",
7
+ "Are you sure you want to permanently delete this message?": "",
8
+ "Are you sure?": "",
9
+ "Block User": "",
10
+ "Cancel": "",
11
+ "Cannot Flag Message": "",
12
+ "Consider how your comment might make others feel and be sure to follow our Community Guidelines": "",
13
+ "Copy Message": "",
14
+ "Delete": "",
15
+ "Delete Message": "",
16
+ "Device camera is used to take photos or videos.": "",
17
+ "Do you want to send a copy of this message to a moderator for further investigation?": "",
18
+ "Edit Message": "",
19
+ "Edited": "",
20
20
  "Editing Message": "הודעה בעריכה",
21
- "Emoji matching": "התאמת אמוג'י",
22
- "Empty message...": "הודעה ריקה...",
23
- "Error loading": "שגיאה ארעה בעת הטעינה",
24
- "Error loading channel list...": "שגיאה ארעה בטעינת השיחות...",
25
- "Error loading messages for this channel...": "שגיאה ארעה בטעינת הודעות עבור שיחה זאת...",
26
- "Error while loading, please reload/refresh": "שגיאה ארעה בזמן הטעינה, אנא טען מחדש/רענן",
27
- "File is too large: {{ size }}, maximum upload size is {{ limit }}": "הקובץ גדול מדי: {{ size }}, גודל העלאה מקסימלי הוא {{ limit }}",
28
- "File type not supported": "סוג הקובץ אינו נתמך",
29
- "Flag": "סמן",
30
- "Flag Message": "סמן הודעה",
31
- "Flag action failed either due to a network issue or the message is already flagged": "פעולת הסימון נכשלה בגלל בעיית רשת או שההודעה כבר סומנה.",
21
+ "Emoji matching": "",
22
+ "Empty message...": "",
23
+ "Error loading": "",
24
+ "Error loading channel list...": "",
25
+ "Error loading messages for this channel...": "",
26
+ "Error while loading, please reload/refresh": "",
27
+ "File is too large: {{ size }}, maximum upload size is {{ limit }}": "",
28
+ "File type not supported": "",
29
+ "Flag": "",
30
+ "Flag Message": "",
31
+ "Flag action failed either due to a network issue or the message is already flagged": "",
32
32
  "Hold to start recording.": "לחץ והחזק כדי להתחיל להקליט.",
33
- "How about sending your first message to a friend?": "מה דעתך לשלוח את ההודעה הראשונה שלך לחבר?",
34
- "Instant Commands": "פעולות מיידיות",
35
- "Let's start chatting!": "בואו נתחיל לשוחח!",
36
- "Links are disabled": "הקישורים מבוטלים",
37
- "Loading channels...": "השיחות בטעינה...",
38
- "Loading messages...": "ההודעות בטעינה..",
39
- "Loading...": "טוען...",
40
- "Message Reactions": "תגובות להודעה",
33
+ "How about sending your first message to a friend?": "",
34
+ "Instant Commands": "",
35
+ "Let's start chatting!": "",
36
+ "Links are disabled": "",
37
+ "Loading channels...": "",
38
+ "Loading messages...": "",
39
+ "Loading...": "",
40
+ "Message Reactions": "",
41
41
  "Message deleted": "ההודעה נמחקה",
42
- "Message flagged": "ההודעה סומנה",
43
- "Mute User": "השתק/י משתמש",
44
- "No chats here yet…": "אין צ'אטים כאן עדיין...",
45
- "Not supported": "לא נתמך",
46
- "Nothing yet...": "אינפורמציה תתקבל בהמשך...",
47
- "Ok": "אוקיי",
48
- "Only visible to you": "גלוי רק לך",
49
- "Open Settings": "פתח את ההגדרות",
42
+ "Message flagged": "",
43
+ "Mute User": "",
44
+ "No chats here yet…": "",
45
+ "Not supported": "",
46
+ "Nothing yet...": "",
47
+ "Ok": "",
48
+ "Only visible to you": "",
49
+ "Open Settings": "",
50
50
  "Photo": "תמונה",
51
- "Photos and Videos": "תמונות ווידאו",
52
- "Pin to Conversation": "הצמד/י לשיחה",
53
- "Pinned by": " - הוצמד לשיחה",
51
+ "Photos and Videos": "",
52
+ "Pin to Conversation": "",
53
+ "Pinned by": "",
54
54
  "Please allow Audio permissions in settings.": "בבקשה, הרשה הרשאות שמע בהגדרות.",
55
- "Please enable access to your photos and videos so you can share them.": "אפשר/י גישה לתמונות ולסרטונים שלך כדי שתוכל/י לשתף אותם.",
56
- "Please select a channel first": "אנא בחר/י שיחה תחילה",
55
+ "Please enable access to your photos and videos so you can share them.": "",
56
+ "Please select a channel first": "",
57
57
  "Reconnecting...": "מתחבר מחדש...",
58
- "Reply": "השב/י",
59
- "Reply to Message": "השב/י להודעה",
60
- "Resend": "שלח/י שוב",
61
- "Search GIFs": "חפש/י GIFs",
62
- "Select More Photos": "בחר עוד תמונות",
63
- "Send Anyway": "שלח בכל זאת",
64
- "Send a message": "שלח/י הודעה",
65
- "Sending links is not allowed in this conversation": "שליחת קישורים אינה מותרת בשיחה זו",
66
- "Slow mode ON": "מצב איטי מופעל",
67
- "The message has been reported to a moderator.": "ההודעה דווחה למנהל",
68
- "Thread Reply": "הגב/י בשרשור",
69
- "Unblock User": "בטל/י חסימת משתמש",
70
- "Unknown User": "משתמש לא ידוע",
71
- "Unmute User": "בטל/י השתקת משתמש",
72
- "Unpin from Conversation": "בטל/י הצמדה לשיחה",
73
- "Unread Messages": "הודעות שטרם נקרו",
58
+ "Reply": "",
59
+ "Reply to Message": "",
60
+ "Resend": "",
61
+ "Search GIFs": "",
62
+ "Select More Photos": "",
63
+ "Send Anyway": "",
64
+ "Send a message": "",
65
+ "Sending links is not allowed in this conversation": "",
66
+ "Slow mode ON": "",
67
+ "The message has been reported to a moderator.": "",
68
+ "Thread Reply": "",
69
+ "Unblock User": "",
70
+ "Unknown User": "",
71
+ "Unmute User": "",
72
+ "Unpin from Conversation": "",
73
+ "Unread Messages": "",
74
74
  "Video": "וִידֵאוֹ",
75
- "You": "את/ה",
76
- "You can't send messages in this channel": "את/ב לא יכול/ה לשלוח הודעות בשיחה זו",
77
- "{{ firstUser }} and {{ nonSelfUserLength }} more are typing": "{{ firstUser }} ו-{{ nonSelfUserLength }} משתמש/ים אחר/ים מקלידים",
78
- "{{ index }} of {{ photoLength }}": "{{ index }} מתוך {{ photoLength }}",
79
- "{{ replyCount }} Replies": "{{ replyCount }} תגובות",
80
- "{{ replyCount }} Thread Replies": "{{ replyCount }} תגובות שרשור",
81
- "{{ user }} is typing": "{{ user }} מקליד/ה",
82
- "🏙 Attachment...": "🏙 קובץ מצורף..."
75
+ "You": "",
76
+ "You can't send messages in this channel": "",
77
+ "{{ firstUser }} and {{ nonSelfUserLength }} more are typing": "",
78
+ "{{ index }} of {{ photoLength }}": "",
79
+ "{{ replyCount }} Replies": "",
80
+ "{{ replyCount }} Thread Replies": "",
81
+ "{{ user }} is typing": "",
82
+ "🏙 Attachment...": ""
83
83
  }