stream-chat-react-native-core 5.26.0-beta.2 → 5.26.0-beta.4

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/Channel/Channel.js +49 -35
  2. package/lib/commonjs/components/Channel/Channel.js.map +1 -1
  3. package/lib/commonjs/components/Channel/hooks/useTargetedMessage.js +5 -0
  4. package/lib/commonjs/components/Channel/hooks/useTargetedMessage.js.map +1 -1
  5. package/lib/commonjs/i18n/es.json +24 -24
  6. package/lib/commonjs/i18n/fr.json +24 -24
  7. package/lib/commonjs/i18n/he.json +24 -24
  8. package/lib/commonjs/i18n/hi.json +24 -24
  9. package/lib/commonjs/i18n/it.json +24 -24
  10. package/lib/commonjs/i18n/ja.json +24 -24
  11. package/lib/commonjs/i18n/ko.json +24 -24
  12. package/lib/commonjs/i18n/nl.json +24 -24
  13. package/lib/commonjs/i18n/pt-BR.json +24 -24
  14. package/lib/commonjs/i18n/ru.json +24 -24
  15. package/lib/commonjs/i18n/tr.json +24 -24
  16. package/lib/commonjs/version.json +1 -1
  17. package/lib/module/components/Channel/Channel.js +49 -35
  18. package/lib/module/components/Channel/Channel.js.map +1 -1
  19. package/lib/module/components/Channel/hooks/useTargetedMessage.js +5 -0
  20. package/lib/module/components/Channel/hooks/useTargetedMessage.js.map +1 -1
  21. package/lib/module/i18n/es.json +24 -24
  22. package/lib/module/i18n/fr.json +24 -24
  23. package/lib/module/i18n/he.json +24 -24
  24. package/lib/module/i18n/hi.json +24 -24
  25. package/lib/module/i18n/it.json +24 -24
  26. package/lib/module/i18n/ja.json +24 -24
  27. package/lib/module/i18n/ko.json +24 -24
  28. package/lib/module/i18n/nl.json +24 -24
  29. package/lib/module/i18n/pt-BR.json +24 -24
  30. package/lib/module/i18n/ru.json +24 -24
  31. package/lib/module/i18n/tr.json +24 -24
  32. package/lib/module/version.json +1 -1
  33. package/lib/typescript/components/Channel/hooks/useTargetedMessage.d.ts +1 -0
  34. package/lib/typescript/i18n/es.json +24 -24
  35. package/lib/typescript/i18n/fr.json +24 -24
  36. package/lib/typescript/i18n/he.json +24 -24
  37. package/lib/typescript/i18n/hi.json +24 -24
  38. package/lib/typescript/i18n/it.json +24 -24
  39. package/lib/typescript/i18n/ja.json +24 -24
  40. package/lib/typescript/i18n/ko.json +24 -24
  41. package/lib/typescript/i18n/nl.json +24 -24
  42. package/lib/typescript/i18n/pt-BR.json +24 -24
  43. package/lib/typescript/i18n/ru.json +24 -24
  44. package/lib/typescript/i18n/tr.json +24 -24
  45. package/package.json +1 -1
  46. package/src/components/Channel/Channel.tsx +38 -21
  47. package/src/components/Channel/hooks/useTargetedMessage.ts +6 -0
  48. package/src/i18n/es.json +24 -24
  49. package/src/i18n/fr.json +24 -24
  50. package/src/i18n/he.json +24 -24
  51. package/src/i18n/hi.json +24 -24
  52. package/src/i18n/it.json +24 -24
  53. package/src/i18n/ja.json +24 -24
  54. package/src/i18n/ko.json +24 -24
  55. package/src/i18n/nl.json +24 -24
  56. package/src/i18n/pt-BR.json +24 -24
  57. package/src/i18n/ru.json +24 -24
  58. package/src/i18n/tr.json +24 -24
  59. package/src/version.json +1 -1
@@ -1,9 +1,9 @@
1
1
  {
2
- "1 Reply": "",
2
+ "1 Reply": "답장 1개",
3
3
  "1 Thread Reply": "",
4
- "Allow access to your Gallery": "",
5
- "Allow camera access in device settings": "",
6
- "Also send to channel": "채널에도 전송",
4
+ "Allow access to your Gallery": "갤러리에 대한 액세스를 허용",
5
+ "Allow camera access in device settings": "기기 설정에서 카메라 액세스를 허용하세요.",
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": "",
@@ -13,22 +13,22 @@
13
13
  "Copy Message": "",
14
14
  "Delete": "",
15
15
  "Delete Message": "",
16
- "Device camera is used to take photos or videos.": "",
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
- "Editing Message": "",
20
- "Emoji matching": "",
19
+ "Editing Message": "메시지 편집중",
20
+ "Emoji matching": "이모티콘 매칭",
21
21
  "Empty message...": "",
22
22
  "Error loading": "",
23
23
  "Error loading channel list...": "",
24
24
  "Error loading messages for this channel...": "",
25
25
  "Error while loading, please reload/refresh": "",
26
- "File type not supported": "",
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
  "How about sending your first message to a friend?": "",
31
- "Instant Commands": "",
31
+ "Instant Commands": "인스턴트 명령",
32
32
  "Let's start chatting!": "",
33
33
  "Links are disabled": "",
34
34
  "Loading channels...": "",
@@ -42,37 +42,37 @@
42
42
  "Not supported": "",
43
43
  "Nothing yet...": "",
44
44
  "Ok": "",
45
- "Only visible to you": "당신만 볼 수 있습니다",
46
- "Open Settings": "",
47
- "Photo": "",
48
- "Photos and Videos": "",
45
+ "Only visible to you": "",
46
+ "Open Settings": "설정 열기",
47
+ "Photo": "사진",
48
+ "Photos and Videos": "사진과 동영상",
49
49
  "Pin to Conversation": "",
50
50
  "Pinned by": "",
51
- "Please enable access to your photos and videos so you can share them.": "",
51
+ "Please enable access to your photos and videos so you can share them.": "사진 및 비디오에 대한 액세스를 사용하여 공유 할 수 있도록합니다.",
52
52
  "Please select a channel first": "",
53
53
  "Reconnecting...": "",
54
54
  "Reply": "",
55
- "Reply to Message": "",
55
+ "Reply to Message": "메시지에 답장",
56
56
  "Resend": "",
57
- "Search GIFs": "",
58
- "Select More Photos": "",
57
+ "Search GIFs": "GIF의 검색",
58
+ "Select More Photos": "추가 사진 선택",
59
59
  "Send Anyway": "",
60
- "Send a message": "",
60
+ "Send a message": "메세지를 보내다",
61
61
  "Sending links is not allowed in this conversation": "",
62
- "Slow mode ON": "",
62
+ "Slow mode ON": "슬로모드 켜짐",
63
63
  "The message has been reported to a moderator.": "",
64
64
  "Thread Reply": "",
65
65
  "Unblock User": "",
66
- "Unknown User": "",
66
+ "Unknown User": "알 수없는 사용자",
67
67
  "Unmute User": "",
68
68
  "Unpin from Conversation": "",
69
69
  "Unread Messages": "",
70
- "Video": "",
70
+ "Video": "동영상",
71
71
  "You": "",
72
- "You can't send messages in this channel": "이 채널에서는 메세지를 전송할 수 없습니다",
72
+ "You can't send messages in this channel": "",
73
73
  "{{ firstUser }} and {{ nonSelfUserLength }} more are typing": "",
74
- "{{ index }} of {{ photoLength }}": "",
75
- "{{ replyCount }} Replies": "",
74
+ "{{ index }} of {{ photoLength }}": "{{ index }} / {{ photoLength }}",
75
+ "{{ replyCount }} Replies": "{{ replyCount }} 답글",
76
76
  "{{ replyCount }} Thread Replies": "",
77
77
  "{{ user }} is typing": "",
78
78
  "🏙 Attachment...": ""
@@ -1,9 +1,9 @@
1
1
  {
2
- "1 Reply": "",
2
+ "1 Reply": "1 Antwoord",
3
3
  "1 Thread Reply": "",
4
- "Allow access to your Gallery": "",
5
- "Allow camera access in device settings": "",
6
- "Also send to channel": "Stuur ook naar kanaal",
4
+ "Allow access to your Gallery": "Geef toegang tot uw galerij",
5
+ "Allow camera access in device settings": "Sta cameratoegang toe in de apparaatinstellingen",
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": "",
@@ -13,22 +13,22 @@
13
13
  "Copy Message": "",
14
14
  "Delete": "",
15
15
  "Delete Message": "",
16
- "Device camera is used to take photos or videos.": "",
16
+ "Device camera is used to take photos or videos.": "De camera van het apparaat wordt gebruikt om foto's of video's te maken.",
17
17
  "Do you want to send a copy of this message to a moderator for further investigation?": "",
18
18
  "Edit Message": "",
19
- "Editing Message": "",
20
- "Emoji matching": "",
19
+ "Editing Message": "Bericht aanpassen",
20
+ "Emoji matching": "Emoji-overeenkomsten",
21
21
  "Empty message...": "",
22
22
  "Error loading": "",
23
23
  "Error loading channel list...": "",
24
24
  "Error loading messages for this channel...": "",
25
25
  "Error while loading, please reload/refresh": "",
26
- "File type not supported": "",
26
+ "File type not supported": "Bestandstype niet ondersteund",
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
  "How about sending your first message to a friend?": "",
31
- "Instant Commands": "",
31
+ "Instant Commands": "Directe Opdrachten",
32
32
  "Let's start chatting!": "",
33
33
  "Links are disabled": "",
34
34
  "Loading channels...": "",
@@ -42,37 +42,37 @@
42
42
  "Not supported": "",
43
43
  "Nothing yet...": "",
44
44
  "Ok": "",
45
- "Only visible to you": "Alleen zichtbaar voor jou",
46
- "Open Settings": "",
47
- "Photo": "",
48
- "Photos and Videos": "",
45
+ "Only visible to you": "",
46
+ "Open Settings": "Open instellingen",
47
+ "Photo": "Foto",
48
+ "Photos and Videos": "Foto's en video's",
49
49
  "Pin to Conversation": "",
50
50
  "Pinned by": "",
51
- "Please enable access to your photos and videos so you can share them.": "",
51
+ "Please enable access to your photos and videos so you can share them.": "Schakel toegang tot uw foto's en video's in zodat u ze kunt delen.",
52
52
  "Please select a channel first": "",
53
53
  "Reconnecting...": "",
54
54
  "Reply": "",
55
- "Reply to Message": "",
55
+ "Reply to Message": "Beantwoord bericht",
56
56
  "Resend": "",
57
- "Search GIFs": "",
58
- "Select More Photos": "",
57
+ "Search GIFs": "Zoek GIF's",
58
+ "Select More Photos": "Selecteer Meer foto's",
59
59
  "Send Anyway": "",
60
- "Send a message": "",
60
+ "Send a message": "Stuur een bericht",
61
61
  "Sending links is not allowed in this conversation": "",
62
- "Slow mode ON": "",
62
+ "Slow mode ON": "Langzame modus aan",
63
63
  "The message has been reported to a moderator.": "",
64
64
  "Thread Reply": "",
65
65
  "Unblock User": "",
66
- "Unknown User": "",
66
+ "Unknown User": "Onbekende gebruiker",
67
67
  "Unmute User": "",
68
68
  "Unpin from Conversation": "",
69
69
  "Unread Messages": "",
70
- "Video": "",
70
+ "Video": "Video",
71
71
  "You": "",
72
- "You can't send messages in this channel": "Je kan geen berichten sturen in dit kanaal",
72
+ "You can't send messages in this channel": "",
73
73
  "{{ firstUser }} and {{ nonSelfUserLength }} more are typing": "",
74
- "{{ index }} of {{ photoLength }}": "",
75
- "{{ replyCount }} Replies": "",
74
+ "{{ index }} of {{ photoLength }}": "{{ index }} van {{ photoLength }}",
75
+ "{{ replyCount }} Replies": "{{ replyCount }} Antwoorden",
76
76
  "{{ replyCount }} Thread Replies": "",
77
77
  "{{ user }} is typing": "",
78
78
  "🏙 Attachment...": ""
@@ -1,9 +1,9 @@
1
1
  {
2
- "1 Reply": "",
2
+ "1 Reply": "1 Resposta",
3
3
  "1 Thread Reply": "",
4
- "Allow access to your Gallery": "",
5
- "Allow camera access in device settings": "",
6
- "Also send to channel": "Também enviar para o canal",
4
+ "Allow access to your Gallery": "Permitir acesso à sua Galeria",
5
+ "Allow camera access in device settings": "Permitir acesso à câmera nas configurações do dispositivo",
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": "",
@@ -13,22 +13,22 @@
13
13
  "Copy Message": "",
14
14
  "Delete": "",
15
15
  "Delete Message": "",
16
- "Device camera is used to take photos or videos.": "",
16
+ "Device camera is used to take photos or videos.": "A câmera do dispositivo é usada para tirar fotos ou vídeos.",
17
17
  "Do you want to send a copy of this message to a moderator for further investigation?": "",
18
18
  "Edit Message": "",
19
- "Editing Message": "",
20
- "Emoji matching": "",
19
+ "Editing Message": "Editando Mensagem",
20
+ "Emoji matching": "Correspondência de Emoji",
21
21
  "Empty message...": "",
22
22
  "Error loading": "",
23
23
  "Error loading channel list...": "",
24
24
  "Error loading messages for this channel...": "",
25
25
  "Error while loading, please reload/refresh": "",
26
- "File type not supported": "",
26
+ "File type not supported": "Tipo de arquivo não suportado",
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
  "How about sending your first message to a friend?": "",
31
- "Instant Commands": "",
31
+ "Instant Commands": "Comandos Instantâneos",
32
32
  "Let's start chatting!": "",
33
33
  "Links are disabled": "",
34
34
  "Loading channels...": "",
@@ -42,37 +42,37 @@
42
42
  "Not supported": "",
43
43
  "Nothing yet...": "",
44
44
  "Ok": "",
45
- "Only visible to you": "Apenas visível para você",
46
- "Open Settings": "",
47
- "Photo": "",
48
- "Photos and Videos": "",
45
+ "Only visible to you": "",
46
+ "Open Settings": "Abrir Configurações",
47
+ "Photo": "Foto",
48
+ "Photos and Videos": "Fotos e Vídeos",
49
49
  "Pin to Conversation": "",
50
50
  "Pinned by": "",
51
- "Please enable access to your photos and videos so you can share them.": "",
51
+ "Please enable access to your photos and videos so you can share them.": "Por favor, habilite o acesso às suas fotos e vídeos para poder compartilhá-los.",
52
52
  "Please select a channel first": "",
53
53
  "Reconnecting...": "",
54
54
  "Reply": "",
55
- "Reply to Message": "",
55
+ "Reply to Message": "Responder à Mensagem",
56
56
  "Resend": "",
57
- "Search GIFs": "",
58
- "Select More Photos": "",
57
+ "Search GIFs": "Pesquisar GIFs",
58
+ "Select More Photos": "Selecionar Mais Fotos",
59
59
  "Send Anyway": "",
60
- "Send a message": "",
60
+ "Send a message": "Enviar uma mensagem",
61
61
  "Sending links is not allowed in this conversation": "",
62
- "Slow mode ON": "",
62
+ "Slow mode ON": "Modo Lento ATIVADO",
63
63
  "The message has been reported to a moderator.": "",
64
64
  "Thread Reply": "",
65
65
  "Unblock User": "",
66
- "Unknown User": "",
66
+ "Unknown User": "Usuário Desconhecido",
67
67
  "Unmute User": "",
68
68
  "Unpin from Conversation": "",
69
69
  "Unread Messages": "",
70
- "Video": "",
70
+ "Video": "Vídeo",
71
71
  "You": "",
72
- "You can't send messages in this channel": "Você não pode enviar mensagens neste canal",
72
+ "You can't send messages in this channel": "",
73
73
  "{{ firstUser }} and {{ nonSelfUserLength }} more are typing": "",
74
- "{{ index }} of {{ photoLength }}": "",
75
- "{{ replyCount }} Replies": "",
74
+ "{{ index }} of {{ photoLength }}": "{{ index }} de {{ photoLength }}",
75
+ "{{ replyCount }} Replies": "{{ replyCount }} Respostas",
76
76
  "{{ replyCount }} Thread Replies": "",
77
77
  "{{ user }} is typing": "",
78
78
  "🏙 Attachment...": ""
@@ -1,9 +1,9 @@
1
1
  {
2
- "1 Reply": "",
2
+ "1 Reply": "1 Ответ",
3
3
  "1 Thread Reply": "",
4
- "Allow access to your Gallery": "",
5
- "Allow camera access in device settings": "",
6
- "Also send to channel": "Также отправить на канал",
4
+ "Allow access to your Gallery": "Разрешить доступ к вашей галерее",
5
+ "Allow camera access in device settings": "Разрешите доступ к камере в настройках устройства.",
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": "",
@@ -13,22 +13,22 @@
13
13
  "Copy Message": "",
14
14
  "Delete": "",
15
15
  "Delete Message": "",
16
- "Device camera is used to take photos or videos.": "",
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
- "Editing Message": "",
20
- "Emoji matching": "",
19
+ "Editing Message": "Редактирование сообщения",
20
+ "Emoji matching": "Соответствие эмодзи",
21
21
  "Empty message...": "",
22
22
  "Error loading": "",
23
23
  "Error loading channel list...": "",
24
24
  "Error loading messages for this channel...": "",
25
25
  "Error while loading, please reload/refresh": "",
26
- "File type not supported": "",
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
  "How about sending your first message to a friend?": "",
31
- "Instant Commands": "",
31
+ "Instant Commands": "Мгновенные Команды",
32
32
  "Let's start chatting!": "",
33
33
  "Links are disabled": "",
34
34
  "Loading channels...": "",
@@ -42,37 +42,37 @@
42
42
  "Not supported": "",
43
43
  "Nothing yet...": "",
44
44
  "Ok": "",
45
- "Only visible to you": "Видно только вам",
46
- "Open Settings": "",
47
- "Photo": "",
48
- "Photos and Videos": "",
45
+ "Only visible to you": "",
46
+ "Open Settings": "Открыть настройки",
47
+ "Photo": "Фото",
48
+ "Photos and Videos": "Фото и видео",
49
49
  "Pin to Conversation": "",
50
50
  "Pinned by": "",
51
- "Please enable access to your photos and videos so you can share them.": "",
51
+ "Please enable access to your photos and videos so you can share them.": "Разрешите доступ к своим фотографиям и видео, чтобы вы могли ими поделиться.",
52
52
  "Please select a channel first": "",
53
53
  "Reconnecting...": "",
54
54
  "Reply": "",
55
- "Reply to Message": "",
55
+ "Reply to Message": "Ответить на сообщение",
56
56
  "Resend": "",
57
- "Search GIFs": "",
58
- "Select More Photos": "",
57
+ "Search GIFs": "Поиск GIF",
58
+ "Select More Photos": "Выбрать больше фотографий",
59
59
  "Send Anyway": "",
60
- "Send a message": "",
60
+ "Send a message": "Отправить сообщение",
61
61
  "Sending links is not allowed in this conversation": "",
62
- "Slow mode ON": "",
62
+ "Slow mode ON": "Медленный режим включен",
63
63
  "The message has been reported to a moderator.": "",
64
64
  "Thread Reply": "",
65
65
  "Unblock User": "",
66
- "Unknown User": "",
66
+ "Unknown User": "Неизвестный пользователь",
67
67
  "Unmute User": "",
68
68
  "Unpin from Conversation": "",
69
69
  "Unread Messages": "",
70
- "Video": "",
70
+ "Video": "видео",
71
71
  "You": "",
72
- "You can't send messages in this channel": "Вы не можете отправлять сообщения в этот канал",
72
+ "You can't send messages in this channel": "",
73
73
  "{{ firstUser }} and {{ nonSelfUserLength }} more are typing": "",
74
- "{{ index }} of {{ photoLength }}": "",
75
- "{{ replyCount }} Replies": "",
74
+ "{{ index }} of {{ photoLength }}": "{{ index }} из {{ photoLength }}",
75
+ "{{ replyCount }} Replies": "{{ replyCount }} Ответов",
76
76
  "{{ replyCount }} Thread Replies": "",
77
77
  "{{ user }} is typing": "",
78
78
  "🏙 Attachment...": ""
@@ -1,9 +1,9 @@
1
1
  {
2
- "1 Reply": "",
2
+ "1 Reply": "1 Cevap",
3
3
  "1 Thread Reply": "",
4
- "Allow access to your Gallery": "",
5
- "Allow camera access in device settings": "",
6
- "Also send to channel": "Kanala da gönder",
4
+ "Allow access to your Gallery": "Galerinize erişime izin verin",
5
+ "Allow camera access in device settings": "Cihaz ayarlarında kamera erişimine izin ver",
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": "",
@@ -13,22 +13,22 @@
13
13
  "Copy Message": "",
14
14
  "Delete": "",
15
15
  "Delete Message": "",
16
- "Device camera is used to take photos or videos.": "",
16
+ "Device camera is used to take photos or videos.": "Cihaz kamerası fotoğraf veya video çekmek için kullanılır.",
17
17
  "Do you want to send a copy of this message to a moderator for further investigation?": "",
18
18
  "Edit Message": "",
19
- "Editing Message": "",
20
- "Emoji matching": "",
19
+ "Editing Message": "Mesaj Düzenleniyor",
20
+ "Emoji matching": "Emoji eşleştirme",
21
21
  "Empty message...": "",
22
22
  "Error loading": "",
23
23
  "Error loading channel list...": "",
24
24
  "Error loading messages for this channel...": "",
25
25
  "Error while loading, please reload/refresh": "",
26
- "File type not supported": "",
26
+ "File type not supported": "Dosya türü desteklenmiyor",
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
  "How about sending your first message to a friend?": "",
31
- "Instant Commands": "",
31
+ "Instant Commands": "Anlık Komutlar",
32
32
  "Let's start chatting!": "",
33
33
  "Links are disabled": "",
34
34
  "Loading channels...": "",
@@ -42,37 +42,37 @@
42
42
  "Not supported": "",
43
43
  "Nothing yet...": "",
44
44
  "Ok": "",
45
- "Only visible to you": "Sadece siz görebilirsiniz",
46
- "Open Settings": "",
47
- "Photo": "",
48
- "Photos and Videos": "",
45
+ "Only visible to you": "",
46
+ "Open Settings": "Ayarları aç",
47
+ "Photo": "Fotoğraf",
48
+ "Photos and Videos": "Fotoğraflar ve Videolar",
49
49
  "Pin to Conversation": "",
50
50
  "Pinned by": "",
51
- "Please enable access to your photos and videos so you can share them.": "",
51
+ "Please enable access to your photos and videos so you can share them.": "Paylaşım yapabilmek için lutfen fotoğraflarınıza ve videolarınıza erişimi etkinleştirin.",
52
52
  "Please select a channel first": "",
53
53
  "Reconnecting...": "",
54
54
  "Reply": "",
55
- "Reply to Message": "",
55
+ "Reply to Message": "Mesajı Yanıtla",
56
56
  "Resend": "",
57
- "Search GIFs": "",
58
- "Select More Photos": "",
57
+ "Search GIFs": "GIF Ara",
58
+ "Select More Photos": "Daha Fazla Fotoğraf Seçin",
59
59
  "Send Anyway": "",
60
- "Send a message": "",
60
+ "Send a message": "Mesaj gönder",
61
61
  "Sending links is not allowed in this conversation": "",
62
- "Slow mode ON": "",
62
+ "Slow mode ON": "Yavaş Mod Açık",
63
63
  "The message has been reported to a moderator.": "",
64
64
  "Thread Reply": "",
65
65
  "Unblock User": "",
66
- "Unknown User": "",
66
+ "Unknown User": "Bilinmeyen kullanıcı",
67
67
  "Unmute User": "",
68
68
  "Unpin from Conversation": "",
69
69
  "Unread Messages": "",
70
- "Video": "",
70
+ "Video": "Video",
71
71
  "You": "",
72
- "You can't send messages in this channel": "Bu konuşmaya mesaj gönderemezsiniz",
72
+ "You can't send messages in this channel": "",
73
73
  "{{ firstUser }} and {{ nonSelfUserLength }} more are typing": "",
74
- "{{ index }} of {{ photoLength }}": "",
75
- "{{ replyCount }} Replies": "",
74
+ "{{ index }} of {{ photoLength }}": "{{ index }} / {{ photoLength }}",
75
+ "{{ replyCount }} Replies": "{{ replyCount }} Cevap",
76
76
  "{{ replyCount }} Thread Replies": "",
77
77
  "{{ user }} is typing": "",
78
78
  "🏙 Attachment...": ""
@@ -1,3 +1,3 @@
1
1
  {
2
- "version": "5.26.0-beta.2"
2
+ "version": "5.26.0-beta.4"
3
3
  }
@@ -1,4 +1,5 @@
1
1
  export declare const useTargetedMessage: (messageId?: string) => {
2
+ prevTargetedMessage: string | undefined;
2
3
  setTargetedMessage: (messageId: string) => void;
3
4
  targetedMessage: string | undefined;
4
5
  };
@@ -1,9 +1,9 @@
1
1
  {
2
- "1 Reply": "",
2
+ "1 Reply": "1 respuesta",
3
3
  "1 Thread Reply": "",
4
- "Allow access to your Gallery": "",
5
- "Allow camera access in device settings": "",
6
- "Also send to channel": "También enviar al canal",
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",
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": "",
@@ -13,22 +13,22 @@
13
13
  "Copy Message": "",
14
14
  "Delete": "",
15
15
  "Delete Message": "",
16
- "Device camera is used to take photos or videos.": "",
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
17
  "Do you want to send a copy of this message to a moderator for further investigation?": "",
18
18
  "Edit Message": "",
19
- "Editing Message": "",
20
- "Emoji matching": "",
19
+ "Editing Message": "Editando mensaje",
20
+ "Emoji matching": "Coincidencia de emoji",
21
21
  "Empty message...": "",
22
22
  "Error loading": "",
23
23
  "Error loading channel list...": "",
24
24
  "Error loading messages for this channel...": "",
25
25
  "Error while loading, please reload/refresh": "",
26
- "File type not supported": "",
26
+ "File type not supported": "Tipo de archivo no admitido",
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
  "How about sending your first message to a friend?": "",
31
- "Instant Commands": "",
31
+ "Instant Commands": "Comandos instantáneos",
32
32
  "Let's start chatting!": "",
33
33
  "Links are disabled": "",
34
34
  "Loading channels...": "",
@@ -42,37 +42,37 @@
42
42
  "Not supported": "",
43
43
  "Nothing yet...": "",
44
44
  "Ok": "",
45
- "Only visible to you": "Solo visible para ti",
46
- "Open Settings": "",
47
- "Photo": "",
48
- "Photos and Videos": "",
45
+ "Only visible to you": "",
46
+ "Open Settings": "Configuración abierta",
47
+ "Photo": "Foto",
48
+ "Photos and Videos": "Fotos y videos",
49
49
  "Pin to Conversation": "",
50
50
  "Pinned by": "",
51
- "Please enable access to your photos and videos so you can share them.": "",
51
+ "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.",
52
52
  "Please select a channel first": "",
53
53
  "Reconnecting...": "",
54
54
  "Reply": "",
55
- "Reply to Message": "",
55
+ "Reply to Message": "Responder al mensaje",
56
56
  "Resend": "",
57
- "Search GIFs": "",
58
- "Select More Photos": "",
57
+ "Search GIFs": "Buscar GIFs",
58
+ "Select More Photos": "Seleccionar más fotos",
59
59
  "Send Anyway": "",
60
- "Send a message": "",
60
+ "Send a message": "Enviar un mensaje",
61
61
  "Sending links is not allowed in this conversation": "",
62
- "Slow mode ON": "",
62
+ "Slow mode ON": "Modo lento ACTIVADO",
63
63
  "The message has been reported to a moderator.": "",
64
64
  "Thread Reply": "",
65
65
  "Unblock User": "",
66
- "Unknown User": "",
66
+ "Unknown User": "Usuario desconocido",
67
67
  "Unmute User": "",
68
68
  "Unpin from Conversation": "",
69
69
  "Unread Messages": "",
70
- "Video": "",
70
+ "Video": "Video",
71
71
  "You": "",
72
- "You can't send messages in this channel": "No puedes enviar mensajes en este canal",
72
+ "You can't send messages in this channel": "",
73
73
  "{{ firstUser }} and {{ nonSelfUserLength }} more are typing": "",
74
- "{{ index }} of {{ photoLength }}": "",
75
- "{{ replyCount }} Replies": "",
74
+ "{{ index }} of {{ photoLength }}": "{{ index }} de {{ photoLength }}",
75
+ "{{ replyCount }} Replies": "{{ replyCount }} Respuestas",
76
76
  "{{ replyCount }} Thread Replies": "",
77
77
  "{{ user }} is typing": "",
78
78
  "🏙 Attachment...": ""