stream-chat-react-native-core 5.30.0-beta.1 → 5.30.0-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 (58) hide show
  1. package/lib/commonjs/components/MessageInput/hooks/useAudioController.js +7 -10
  2. package/lib/commonjs/components/MessageInput/hooks/useAudioController.js.map +1 -1
  3. package/lib/commonjs/i18n/en.json +1 -1
  4. package/lib/commonjs/i18n/es.json +37 -37
  5. package/lib/commonjs/i18n/fr.json +37 -37
  6. package/lib/commonjs/i18n/he.json +37 -37
  7. package/lib/commonjs/i18n/hi.json +37 -37
  8. package/lib/commonjs/i18n/it.json +37 -37
  9. package/lib/commonjs/i18n/ja.json +37 -37
  10. package/lib/commonjs/i18n/ko.json +37 -37
  11. package/lib/commonjs/i18n/nl.json +37 -37
  12. package/lib/commonjs/i18n/pt-BR.json +37 -37
  13. package/lib/commonjs/i18n/ru.json +37 -37
  14. package/lib/commonjs/i18n/tr.json +37 -37
  15. package/lib/commonjs/version.json +1 -1
  16. package/lib/module/components/MessageInput/hooks/useAudioController.js +7 -10
  17. package/lib/module/components/MessageInput/hooks/useAudioController.js.map +1 -1
  18. package/lib/module/i18n/en.json +1 -1
  19. package/lib/module/i18n/es.json +37 -37
  20. package/lib/module/i18n/fr.json +37 -37
  21. package/lib/module/i18n/he.json +37 -37
  22. package/lib/module/i18n/hi.json +37 -37
  23. package/lib/module/i18n/it.json +37 -37
  24. package/lib/module/i18n/ja.json +37 -37
  25. package/lib/module/i18n/ko.json +37 -37
  26. package/lib/module/i18n/nl.json +37 -37
  27. package/lib/module/i18n/pt-BR.json +37 -37
  28. package/lib/module/i18n/ru.json +37 -37
  29. package/lib/module/i18n/tr.json +37 -37
  30. package/lib/module/version.json +1 -1
  31. package/lib/typescript/components/MessageInput/hooks/useAudioController.d.ts.map +1 -1
  32. package/lib/typescript/i18n/en.json +1 -1
  33. package/lib/typescript/i18n/es.json +37 -37
  34. package/lib/typescript/i18n/fr.json +37 -37
  35. package/lib/typescript/i18n/he.json +37 -37
  36. package/lib/typescript/i18n/hi.json +37 -37
  37. package/lib/typescript/i18n/it.json +37 -37
  38. package/lib/typescript/i18n/ja.json +37 -37
  39. package/lib/typescript/i18n/ko.json +37 -37
  40. package/lib/typescript/i18n/nl.json +37 -37
  41. package/lib/typescript/i18n/pt-BR.json +37 -37
  42. package/lib/typescript/i18n/ru.json +37 -37
  43. package/lib/typescript/i18n/tr.json +37 -37
  44. package/package.json +1 -1
  45. package/src/components/MessageInput/hooks/useAudioController.tsx +3 -5
  46. package/src/i18n/en.json +1 -1
  47. package/src/i18n/es.json +37 -37
  48. package/src/i18n/fr.json +37 -37
  49. package/src/i18n/he.json +37 -37
  50. package/src/i18n/hi.json +37 -37
  51. package/src/i18n/it.json +37 -37
  52. package/src/i18n/ja.json +37 -37
  53. package/src/i18n/ko.json +37 -37
  54. package/src/i18n/nl.json +37 -37
  55. package/src/i18n/pt-BR.json +37 -37
  56. package/src/i18n/ru.json +37 -37
  57. package/src/i18n/tr.json +37 -37
  58. package/src/version.json +1 -1
@@ -3,81 +3,81 @@
3
3
  "1 Thread Reply": "",
4
4
  "Allow access to your Gallery": "",
5
5
  "Allow camera access in device settings": "",
6
- "Also send to channel": "",
7
- "Are you sure you want to permanently delete this message?": "이 메시지를 영구적으로 삭제하시겠습니까?",
8
- "Are you sure?": "확실합니까?",
9
- "Block User": "사용자 차단",
6
+ "Also send to channel": "채널에도 전송",
7
+ "Are you sure you want to permanently delete this message?": "",
8
+ "Are you sure?": "",
9
+ "Block User": "",
10
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": "메시지 삭제",
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
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": "메시지 수정",
17
+ "Do you want to send a copy of this message to a moderator for further investigation?": "",
18
+ "Edit Message": "",
19
19
  "Edited": "",
20
20
  "Editing Message": "",
21
- "Emoji matching": "이모티콘 매칭",
21
+ "Emoji matching": "",
22
22
  "Empty message...": "",
23
- "Error loading": "",
24
- "Error loading channel list...": "",
23
+ "Error loading": "로드 오류",
24
+ "Error loading channel list...": "채널리스트 을로드하는 동안 오류가 발생했습니다...",
25
25
  "Error loading messages for this channel...": "이 채널의 메시지를로드하는 동안 오류가 발생했습니다...",
26
26
  "Error while loading, please reload/refresh": "",
27
27
  "File type not supported": "",
28
- "Flag": "플래그",
29
- "Flag Message": "메시지를 플래그하기",
30
- "Flag action failed either due to a network issue or the message is already flagged": "네트워크 연결에 문제가 있거나 이미 플래그 되어서 플래그에 실패했습니다.",
28
+ "Flag": "",
29
+ "Flag Message": "",
30
+ "Flag action failed either due to a network issue or the message is already flagged": "",
31
31
  "Hold to start recording.": "",
32
32
  "How about sending your first message to a friend?": "",
33
- "Instant Commands": "인스턴트 명령",
33
+ "Instant Commands": "",
34
34
  "Let's start chatting!": "",
35
35
  "Links are disabled": "",
36
- "Loading channels...": "",
37
- "Loading messages...": "",
38
- "Loading...": "",
36
+ "Loading channels...": "채널을 로딩 중...",
37
+ "Loading messages...": "메시지를 로딩 중...",
38
+ "Loading...": "로딩 중...",
39
39
  "Maximum file size upload limit reached. Please upload a file below {{MAX_FILE_SIZE_TO_UPLOAD_IN_MB}} MB.": "",
40
- "Message Reactions": "메시지의 리액션",
40
+ "Message Reactions": "",
41
41
  "Message deleted": "메시지가 삭제되었습니다.",
42
- "Message flagged": "메시지에 플래그가 지정되었습니다",
43
- "Mute User": "사용자를 음소거",
42
+ "Message flagged": "",
43
+ "Mute User": "",
44
44
  "No chats here yet…": "",
45
- "Not supported": "지원하지 않습니다",
45
+ "Not supported": "",
46
46
  "Nothing yet...": "",
47
- "Ok": "확인",
47
+ "Ok": "",
48
48
  "Only visible to you": "",
49
49
  "Open Settings": "",
50
50
  "Photo": "",
51
51
  "Photos and Videos": "",
52
- "Pin to Conversation": "대화에 고정합니다",
52
+ "Pin to Conversation": "",
53
53
  "Pinned by": "",
54
54
  "Please allow Audio permissions in settings.": "",
55
55
  "Please enable access to your photos and videos so you can share them.": "",
56
56
  "Please select a channel first": "",
57
57
  "Reconnecting...": "다시 연결 중...",
58
- "Reply": "답장",
58
+ "Reply": "",
59
59
  "Reply to Message": "",
60
- "Resend": "재전송",
60
+ "Resend": "",
61
61
  "Search GIFs": "",
62
62
  "Select More Photos": "",
63
- "Send Anyway": "그래도 보내기",
63
+ "Send Anyway": "",
64
64
  "Send a message": "",
65
65
  "Sending links is not allowed in this conversation": "",
66
66
  "Slow mode ON": "",
67
- "The message has been reported to a moderator.": "메시지는 운영자에보고되었습니다.",
68
- "Thread Reply": "스레드 답장",
69
- "Unblock User": "사용자 차단 해제",
67
+ "The message has been reported to a moderator.": "",
68
+ "Thread Reply": "",
69
+ "Unblock User": "",
70
70
  "Unknown User": "",
71
- "Unmute User": "사용자 음소거 해제",
72
- "Unpin from Conversation": "대화의 핀을 분리합니다",
71
+ "Unmute User": "",
72
+ "Unpin from Conversation": "",
73
73
  "Unread Messages": "읽지 않은 메시지",
74
74
  "Video": "",
75
75
  "You": "당신",
76
76
  "You can't send messages in this channel": "",
77
- "{{ firstUser }} and {{ nonSelfUserLength }} more are typing": "{{ firstUser }} 외 {{ nonSelfUserLength }}명이 입력 중입니다",
77
+ "{{ firstUser }} and {{ nonSelfUserLength }} more are typing": "",
78
78
  "{{ index }} of {{ photoLength }}": "",
79
79
  "{{ replyCount }} Replies": "",
80
80
  "{{ replyCount }} Thread Replies": "",
81
- "{{ user }} is typing": "{{ user }} 타이핑 중",
81
+ "{{ user }} is typing": "",
82
82
  "🏙 Attachment...": ""
83
83
  }
@@ -3,81 +3,81 @@
3
3
  "1 Thread Reply": "",
4
4
  "Allow access to your Gallery": "",
5
5
  "Allow camera access in device settings": "",
6
- "Also send to channel": "",
7
- "Are you sure you want to permanently delete this message?": "Weet u zeker dat u dit bericht definitief wilt verwijderen?",
8
- "Are you sure?": "Weet je het zeker?",
9
- "Block User": "Blokkeer Gebruiker",
6
+ "Also send to channel": "Stuur ook naar kanaal",
7
+ "Are you sure you want to permanently delete this message?": "",
8
+ "Are you sure?": "",
9
+ "Block User": "",
10
10
  "Cancel": "",
11
- "Cannot Flag Message": "Kan bericht niet rapporteren",
12
- "Consider how your comment might make others feel and be sure to follow our Community Guidelines": "Denk na over hoe jouw opmerking anderen zou kunnen laten voelen en zorg ervoor dat je onze Community-richtlijnen volgt",
13
- "Copy Message": "Bericht kopiëren",
14
- "Delete": "Verwijderen",
15
- "Delete Message": "Verwijder bericht",
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
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?": "Wil je een kopie van dit bericht naar een moderator sturen voor verder onderzoek?",
18
- "Edit Message": "Pas bericht aan",
17
+ "Do you want to send a copy of this message to a moderator for further investigation?": "",
18
+ "Edit Message": "",
19
19
  "Edited": "",
20
20
  "Editing Message": "",
21
- "Emoji matching": "Emoji-overeenkomsten",
21
+ "Emoji matching": "",
22
22
  "Empty message...": "",
23
- "Error loading": "",
24
- "Error loading channel list...": "",
23
+ "Error loading": "Probleem bij het laden",
24
+ "Error loading channel list...": "Probleem bij het laden van de kanalen...",
25
25
  "Error loading messages for this channel...": "Probleem bij het laden van de berichten in dit kanaal...",
26
26
  "Error while loading, please reload/refresh": "",
27
27
  "File type not supported": "",
28
- "Flag": "Markeer",
29
- "Flag Message": "Markeer bericht",
30
- "Flag action failed either due to a network issue or the message is already flagged": "Rapporteren mislukt door een netwerk fout of het berich is al gerapporteerd",
28
+ "Flag": "",
29
+ "Flag Message": "",
30
+ "Flag action failed either due to a network issue or the message is already flagged": "",
31
31
  "Hold to start recording.": "",
32
32
  "How about sending your first message to a friend?": "",
33
- "Instant Commands": "Directe Opdrachten",
33
+ "Instant Commands": "",
34
34
  "Let's start chatting!": "",
35
35
  "Links are disabled": "",
36
- "Loading channels...": "",
37
- "Loading messages...": "",
38
- "Loading...": "",
36
+ "Loading channels...": "Kanalen aan het laden...",
37
+ "Loading messages...": "Berichten aan het laden...",
38
+ "Loading...": "Aan het laden...",
39
39
  "Maximum file size upload limit reached. Please upload a file below {{MAX_FILE_SIZE_TO_UPLOAD_IN_MB}} MB.": "",
40
- "Message Reactions": "Bericht Reacties",
40
+ "Message Reactions": "",
41
41
  "Message deleted": "Bericht verwijderd",
42
- "Message flagged": "Bericht gemarkeerd",
43
- "Mute User": "Gebruiker dempen",
42
+ "Message flagged": "",
43
+ "Mute User": "",
44
44
  "No chats here yet…": "",
45
- "Not supported": "niet ondersteund",
45
+ "Not supported": "",
46
46
  "Nothing yet...": "",
47
- "Ok": "Oké",
47
+ "Ok": "",
48
48
  "Only visible to you": "",
49
49
  "Open Settings": "",
50
50
  "Photo": "",
51
51
  "Photos and Videos": "",
52
- "Pin to Conversation": "Vastmaken aan gesprek",
52
+ "Pin to Conversation": "",
53
53
  "Pinned by": "",
54
54
  "Please allow Audio permissions in settings.": "",
55
55
  "Please enable access to your photos and videos so you can share them.": "",
56
56
  "Please select a channel first": "",
57
57
  "Reconnecting...": "Opnieuw Verbinding Maken...",
58
- "Reply": "Antwoord",
58
+ "Reply": "",
59
59
  "Reply to Message": "",
60
- "Resend": "Opnieuw versturen",
60
+ "Resend": "",
61
61
  "Search GIFs": "",
62
62
  "Select More Photos": "",
63
- "Send Anyway": "Toch verzenden",
63
+ "Send Anyway": "",
64
64
  "Send a message": "",
65
65
  "Sending links is not allowed in this conversation": "",
66
66
  "Slow mode ON": "",
67
- "The message has been reported to a moderator.": "Het bericht is gerapporteerd aan een moderator.",
68
- "Thread Reply": "Discussie beantwoorden",
69
- "Unblock User": "Deblokkeer gebruiker",
67
+ "The message has been reported to a moderator.": "",
68
+ "Thread Reply": "",
69
+ "Unblock User": "",
70
70
  "Unknown User": "",
71
- "Unmute User": "Dempen van gebruiker opheffen",
72
- "Unpin from Conversation": "Losmaken van gesprek",
71
+ "Unmute User": "",
72
+ "Unpin from Conversation": "",
73
73
  "Unread Messages": "Ongelezen Berichten",
74
74
  "Video": "",
75
75
  "You": "U",
76
76
  "You can't send messages in this channel": "",
77
- "{{ firstUser }} and {{ nonSelfUserLength }} more are typing": "{{ firstUser }} en {{ nonSelfUserLength }} anderen zijn aan het typen",
77
+ "{{ firstUser }} and {{ nonSelfUserLength }} more are typing": "",
78
78
  "{{ index }} of {{ photoLength }}": "",
79
79
  "{{ replyCount }} Replies": "",
80
80
  "{{ replyCount }} Thread Replies": "",
81
- "{{ user }} is typing": "{{ user }} is aan het typen",
81
+ "{{ user }} is typing": "",
82
82
  "🏙 Attachment...": ""
83
83
  }
@@ -3,81 +3,81 @@
3
3
  "1 Thread Reply": "",
4
4
  "Allow access to your Gallery": "",
5
5
  "Allow camera access in device settings": "",
6
- "Also send to channel": "",
7
- "Are you sure you want to permanently delete this message?": "Tem certeza de que deseja excluir esta mensagem permanentemente?",
8
- "Are you sure?": "Tem certeza?",
9
- "Block User": "Bloquear Usuário",
6
+ "Also send to channel": "Também enviar para o canal",
7
+ "Are you sure you want to permanently delete this message?": "",
8
+ "Are you sure?": "",
9
+ "Block User": "",
10
10
  "Cancel": "",
11
- "Cannot Flag Message": "Não é possível reportar a mensagem",
12
- "Consider how your comment might make others feel and be sure to follow our Community Guidelines": "Considere como seu comentário pode fazer os outros se sentirem e certifique-se de seguir nossas Diretrizes da Comunidade",
13
- "Copy Message": "Copiar Mensagem",
14
- "Delete": "Excluir",
15
- "Delete Message": "Excluir Mensagem",
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
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?": "Deseja enviar uma cópia desta mensagem para um moderador para investigação adicional?",
18
- "Edit Message": "Editar Mensagem",
17
+ "Do you want to send a copy of this message to a moderator for further investigation?": "",
18
+ "Edit Message": "",
19
19
  "Edited": "",
20
20
  "Editing Message": "",
21
- "Emoji matching": "Correspondência de Emoji",
21
+ "Emoji matching": "",
22
22
  "Empty message...": "",
23
- "Error loading": "",
24
- "Error loading channel list...": "",
23
+ "Error loading": "Erro ao carregar",
24
+ "Error loading channel list...": "Erro ao carregar lista de canais...",
25
25
  "Error loading messages for this channel...": "Erro ao carregar mensagens para este canal...",
26
26
  "Error while loading, please reload/refresh": "",
27
27
  "File type not supported": "",
28
- "Flag": "Reportar",
29
- "Flag Message": "Reportar Mensagem",
30
- "Flag action failed either due to a network issue or the message is already flagged": "A ação para reportar a mensagem falhou devido a um problema de rede ou a mensagem já foi reportada.",
28
+ "Flag": "",
29
+ "Flag Message": "",
30
+ "Flag action failed either due to a network issue or the message is already flagged": "",
31
31
  "Hold to start recording.": "",
32
32
  "How about sending your first message to a friend?": "",
33
- "Instant Commands": "Comandos Instantâneos",
33
+ "Instant Commands": "",
34
34
  "Let's start chatting!": "",
35
35
  "Links are disabled": "",
36
- "Loading channels...": "",
37
- "Loading messages...": "",
38
- "Loading...": "",
36
+ "Loading channels...": "Carregando canais...",
37
+ "Loading messages...": "Carregando mensagens...",
38
+ "Loading...": "Carregando...",
39
39
  "Maximum file size upload limit reached. Please upload a file below {{MAX_FILE_SIZE_TO_UPLOAD_IN_MB}} MB.": "",
40
- "Message Reactions": "Reações à Mensagem",
40
+ "Message Reactions": "",
41
41
  "Message deleted": "Mensagem excluída",
42
- "Message flagged": "Mensagem sinalizada",
43
- "Mute User": "Silenciar Usuário",
42
+ "Message flagged": "",
43
+ "Mute User": "",
44
44
  "No chats here yet…": "",
45
- "Not supported": "Não suportado",
45
+ "Not supported": "",
46
46
  "Nothing yet...": "",
47
- "Ok": "Ok",
47
+ "Ok": "",
48
48
  "Only visible to you": "",
49
49
  "Open Settings": "",
50
50
  "Photo": "",
51
51
  "Photos and Videos": "",
52
- "Pin to Conversation": "Fixar na Conversa",
52
+ "Pin to Conversation": "",
53
53
  "Pinned by": "",
54
54
  "Please allow Audio permissions in settings.": "",
55
55
  "Please enable access to your photos and videos so you can share them.": "",
56
56
  "Please select a channel first": "",
57
57
  "Reconnecting...": "Reconectando...",
58
- "Reply": "Responder",
58
+ "Reply": "",
59
59
  "Reply to Message": "",
60
- "Resend": "Reenviar",
60
+ "Resend": "",
61
61
  "Search GIFs": "",
62
62
  "Select More Photos": "",
63
- "Send Anyway": "Enviar de qualquer maneira",
63
+ "Send Anyway": "",
64
64
  "Send a message": "",
65
65
  "Sending links is not allowed in this conversation": "",
66
66
  "Slow mode ON": "",
67
- "The message has been reported to a moderator.": "A mensagem foi relatada a um moderador.",
68
- "Thread Reply": "Respostas de Tópico",
69
- "Unblock User": "Desbloquear Usuário",
67
+ "The message has been reported to a moderator.": "",
68
+ "Thread Reply": "",
69
+ "Unblock User": "",
70
70
  "Unknown User": "",
71
- "Unmute User": "Remover usuário do modo silencioso",
72
- "Unpin from Conversation": "Desmarcar como fixado na conversa",
71
+ "Unmute User": "",
72
+ "Unpin from Conversation": "",
73
73
  "Unread Messages": "Mensagens não lidas",
74
74
  "Video": "",
75
75
  "You": "Você",
76
76
  "You can't send messages in this channel": "",
77
- "{{ firstUser }} and {{ nonSelfUserLength }} more are typing": "{{ firstUser }} e mais {{ nonSelfUserLength }} pessoa(s) estão digitando",
77
+ "{{ firstUser }} and {{ nonSelfUserLength }} more are typing": "",
78
78
  "{{ index }} of {{ photoLength }}": "",
79
79
  "{{ replyCount }} Replies": "",
80
80
  "{{ replyCount }} Thread Replies": "",
81
- "{{ user }} is typing": "{{ user }} está digitando",
81
+ "{{ user }} is typing": "",
82
82
  "🏙 Attachment...": ""
83
83
  }
@@ -3,81 +3,81 @@
3
3
  "1 Thread Reply": "",
4
4
  "Allow access to your Gallery": "",
5
5
  "Allow camera access in device settings": "",
6
- "Also send to channel": "",
7
- "Are you sure you want to permanently delete this message?": "Вы действительно хотите удалить это сообщение без возможности восстановления?",
8
- "Are you sure?": "Вы уверены?",
9
- "Block User": "Заблокировать пользователя",
6
+ "Also send to channel": "Также отправить на канал",
7
+ "Are you sure you want to permanently delete this message?": "",
8
+ "Are you sure?": "",
9
+ "Block User": "",
10
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": "Удалить сообщение",
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
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": "Редактировать сообщение",
17
+ "Do you want to send a copy of this message to a moderator for further investigation?": "",
18
+ "Edit Message": "",
19
19
  "Edited": "",
20
20
  "Editing Message": "",
21
- "Emoji matching": "Соответствие эмодзи",
21
+ "Emoji matching": "",
22
22
  "Empty message...": "",
23
- "Error loading": "",
24
- "Error loading channel list...": "",
23
+ "Error loading": "Ошибка при загрузке",
24
+ "Error loading channel list...": "Ошибка загрузки списка каналов...",
25
25
  "Error loading messages for this channel...": "Ошибка загрузки сообщений для этого канала...",
26
26
  "Error while loading, please reload/refresh": "",
27
27
  "File type not supported": "",
28
- "Flag": "Пометить",
29
- "Flag Message": "Пометить сообщение",
30
- "Flag action failed either due to a network issue or the message is already flagged": "Не удалось отправить жалобу. Возможные причины: проблема с подключением к интернету или ваша жалоба уже была принята.",
28
+ "Flag": "",
29
+ "Flag Message": "",
30
+ "Flag action failed either due to a network issue or the message is already flagged": "",
31
31
  "Hold to start recording.": "",
32
32
  "How about sending your first message to a friend?": "",
33
- "Instant Commands": "Мгновенные Команды",
33
+ "Instant Commands": "",
34
34
  "Let's start chatting!": "",
35
35
  "Links are disabled": "",
36
- "Loading channels...": "",
37
- "Loading messages...": "",
38
- "Loading...": "",
36
+ "Loading channels...": "Загружаю каналы...",
37
+ "Loading messages...": "Загружаю сообщения...",
38
+ "Loading...": "Загружаю...",
39
39
  "Maximum file size upload limit reached. Please upload a file below {{MAX_FILE_SIZE_TO_UPLOAD_IN_MB}} MB.": "",
40
- "Message Reactions": "Сообщения Реакции",
40
+ "Message Reactions": "",
41
41
  "Message deleted": "Сообщение удалено",
42
- "Message flagged": "Сообщение отмечено",
43
- "Mute User": "Отключить пользователя",
42
+ "Message flagged": "",
43
+ "Mute User": "",
44
44
  "No chats here yet…": "",
45
- "Not supported": "не поддерживается",
45
+ "Not supported": "",
46
46
  "Nothing yet...": "",
47
- "Ok": "",
47
+ "Ok": "",
48
48
  "Only visible to you": "",
49
49
  "Open Settings": "",
50
50
  "Photo": "",
51
51
  "Photos and Videos": "",
52
- "Pin to Conversation": "Закрепить к беседе",
52
+ "Pin to Conversation": "",
53
53
  "Pinned by": "",
54
54
  "Please allow Audio permissions in settings.": "",
55
55
  "Please enable access to your photos and videos so you can share them.": "",
56
56
  "Please select a channel first": "",
57
57
  "Reconnecting...": "Переподключение...",
58
- "Reply": "Ответить",
58
+ "Reply": "",
59
59
  "Reply to Message": "",
60
- "Resend": "Отправить",
60
+ "Resend": "",
61
61
  "Search GIFs": "",
62
62
  "Select More Photos": "",
63
- "Send Anyway": "Всё равно отправить",
63
+ "Send Anyway": "",
64
64
  "Send a message": "",
65
65
  "Sending links is not allowed in this conversation": "",
66
66
  "Slow mode ON": "",
67
- "The message has been reported to a moderator.": "Сообщение отправлено модератору.",
68
- "Thread Reply": "Тема Ответить",
69
- "Unblock User": "Разблокировать пользователя",
67
+ "The message has been reported to a moderator.": "",
68
+ "Thread Reply": "",
69
+ "Unblock User": "",
70
70
  "Unknown User": "",
71
- "Unmute User": "Включить микрофон",
72
- "Unpin from Conversation": "Открепить от беседы",
71
+ "Unmute User": "",
72
+ "Unpin from Conversation": "",
73
73
  "Unread Messages": "Непрочитанные Сообщения",
74
74
  "Video": "",
75
75
  "You": "Вы",
76
76
  "You can't send messages in this channel": "",
77
- "{{ firstUser }} and {{ nonSelfUserLength }} more are typing": "{{ firstUser }} и еще {{ nonSelfUserLength }} пишут",
77
+ "{{ firstUser }} and {{ nonSelfUserLength }} more are typing": "",
78
78
  "{{ index }} of {{ photoLength }}": "",
79
79
  "{{ replyCount }} Replies": "",
80
80
  "{{ replyCount }} Thread Replies": "",
81
- "{{ user }} is typing": "{{ user }} пишет",
81
+ "{{ user }} is typing": "",
82
82
  "🏙 Attachment...": ""
83
83
  }
@@ -3,81 +3,81 @@
3
3
  "1 Thread Reply": "",
4
4
  "Allow access to your Gallery": "",
5
5
  "Allow camera access in device settings": "",
6
- "Also send to channel": "",
7
- "Are you sure you want to permanently delete this message?": "Bu mesajı kalıcı olarak silmek istediğinizden emin misiniz?",
8
- "Are you sure?": "Emin misiniz?",
9
- "Block User": "Kullanıcıyı engelle",
6
+ "Also send to channel": "Kanala da gönder",
7
+ "Are you sure you want to permanently delete this message?": "",
8
+ "Are you sure?": "",
9
+ "Block User": "",
10
10
  "Cancel": "",
11
- "Cannot Flag Message": "Raporlama Başarısız",
12
- "Consider how your comment might make others feel and be sure to follow our Community Guidelines": "Yorumunuzun diğerlerini nasıl hissettirebileceğini düşünün ve topluluk kurallarımızı takip ettiğinizden emin olun",
13
- "Copy Message": "Mesajı Kopyala",
14
- "Delete": "Sil",
15
- "Delete Message": "Mesajı Sil",
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
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?": "Detaylı inceleme için bu mesajın kopyasını moderatöre göndermek istiyor musunuz?",
18
- "Edit Message": "Mesajı Düzenle",
17
+ "Do you want to send a copy of this message to a moderator for further investigation?": "",
18
+ "Edit Message": "",
19
19
  "Edited": "",
20
20
  "Editing Message": "",
21
- "Emoji matching": "Emoji eşleştirme",
21
+ "Emoji matching": "",
22
22
  "Empty message...": "",
23
- "Error loading": "",
24
- "Error loading channel list...": "",
23
+ "Error loading": "Yükleme hatası",
24
+ "Error loading channel list...": "Kanal listesi yüklenirken hata oluştu...",
25
25
  "Error loading messages for this channel...": "Bu kanal için mesajlar yüklenirken hata oluştu...",
26
26
  "Error while loading, please reload/refresh": "",
27
27
  "File type not supported": "",
28
- "Flag": "Raporla",
29
- "Flag Message": "Mesajı Raporla",
30
- "Flag action failed either due to a network issue or the message is already flagged": "Mesajın daha önce raporlanmış olması veya bir ağ bağlantısı sorunu nedeniyle raporlama işlemi başarısız oldu.",
28
+ "Flag": "",
29
+ "Flag Message": "",
30
+ "Flag action failed either due to a network issue or the message is already flagged": "",
31
31
  "Hold to start recording.": "",
32
32
  "How about sending your first message to a friend?": "",
33
- "Instant Commands": "Anlık Komutlar",
33
+ "Instant Commands": "",
34
34
  "Let's start chatting!": "",
35
35
  "Links are disabled": "",
36
- "Loading channels...": "",
37
- "Loading messages...": "",
38
- "Loading...": "",
36
+ "Loading channels...": "Kanallar yükleniyor...",
37
+ "Loading messages...": "Mesajlar yükleniyor...",
38
+ "Loading...": "Yükleniyor...",
39
39
  "Maximum file size upload limit reached. Please upload a file below {{MAX_FILE_SIZE_TO_UPLOAD_IN_MB}} MB.": "",
40
- "Message Reactions": "Mesaj Tepkileri",
40
+ "Message Reactions": "",
41
41
  "Message deleted": "Mesaj silindi",
42
- "Message flagged": "Mesaj işaretlendi",
43
- "Mute User": "Kullanıcıyı sessize al",
42
+ "Message flagged": "",
43
+ "Mute User": "",
44
44
  "No chats here yet…": "",
45
- "Not supported": "Desteklenmiyor",
45
+ "Not supported": "",
46
46
  "Nothing yet...": "",
47
- "Ok": "Tamam",
47
+ "Ok": "",
48
48
  "Only visible to you": "",
49
49
  "Open Settings": "",
50
50
  "Photo": "",
51
51
  "Photos and Videos": "",
52
- "Pin to Conversation": "Konuşmaya sabitle",
52
+ "Pin to Conversation": "",
53
53
  "Pinned by": "",
54
54
  "Please allow Audio permissions in settings.": "",
55
55
  "Please enable access to your photos and videos so you can share them.": "",
56
56
  "Please select a channel first": "",
57
57
  "Reconnecting...": "Yeniden Bağlanılıyor...",
58
- "Reply": "Yanıtla",
58
+ "Reply": "",
59
59
  "Reply to Message": "",
60
- "Resend": "Yeniden gönder",
60
+ "Resend": "",
61
61
  "Search GIFs": "",
62
62
  "Select More Photos": "",
63
- "Send Anyway": "Yine de Gönder",
63
+ "Send Anyway": "",
64
64
  "Send a message": "",
65
65
  "Sending links is not allowed in this conversation": "",
66
66
  "Slow mode ON": "",
67
- "The message has been reported to a moderator.": "Mesaj moderatöre bildirildi.",
68
- "Thread Reply": "Konu Yanıtı",
69
- "Unblock User": "Kullanıcının engelini kaldır",
67
+ "The message has been reported to a moderator.": "",
68
+ "Thread Reply": "",
69
+ "Unblock User": "",
70
70
  "Unknown User": "",
71
- "Unmute User": "Kullanıcının sesini aç",
72
- "Unpin from Conversation": "Sabitlemeyi kaldır",
71
+ "Unmute User": "",
72
+ "Unpin from Conversation": "",
73
73
  "Unread Messages": "Okunmamış Mesajlar",
74
74
  "Video": "",
75
75
  "You": "Sen",
76
76
  "You can't send messages in this channel": "",
77
- "{{ firstUser }} and {{ nonSelfUserLength }} more are typing": "{{ firstUser }} ve {{ nonSelfUserLength }} kişi daha yazıyor",
77
+ "{{ firstUser }} and {{ nonSelfUserLength }} more are typing": "",
78
78
  "{{ index }} of {{ photoLength }}": "",
79
79
  "{{ replyCount }} Replies": "",
80
80
  "{{ replyCount }} Thread Replies": "",
81
- "{{ user }} is typing": "{{ user }} yazıyor",
81
+ "{{ user }} is typing": "",
82
82
  "🏙 Attachment...": ""
83
83
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "stream-chat-react-native-core",
3
3
  "description": "The official React Native and Expo components for Stream Chat, a service for building chat applications",
4
- "version": "5.30.0-beta.1",
4
+ "version": "5.30.0-beta.2",
5
5
  "author": {
6
6
  "company": "Stream.io Inc",
7
7
  "name": "Stream.io Inc"
@@ -138,11 +138,9 @@ export const useAudioController = () => {
138
138
  await Audio.stopPlayer();
139
139
  }
140
140
  // For Expo CLI
141
- if (recording && typeof recording !== 'string') {
142
- if (soundRef.current?.stopAsync && soundRef.current?.unloadAsync) {
143
- await soundRef.current.stopAsync();
144
- await soundRef.current?.unloadAsync();
145
- }
141
+ if (soundRef.current?.stopAsync && soundRef.current?.unloadAsync) {
142
+ await soundRef.current.stopAsync();
143
+ await soundRef.current?.unloadAsync();
146
144
  }
147
145
  };
148
146