stream-chat-react-native-core 5.30.0-beta.1 → 5.30.0

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 +7 -10
  2. package/lib/commonjs/components/MessageInput/hooks/useAudioController.js.map +1 -1
  3. package/lib/commonjs/i18n/es.json +45 -45
  4. package/lib/commonjs/i18n/fr.json +45 -45
  5. package/lib/commonjs/i18n/he.json +45 -45
  6. package/lib/commonjs/i18n/hi.json +45 -45
  7. package/lib/commonjs/i18n/it.json +45 -45
  8. package/lib/commonjs/i18n/ja.json +45 -45
  9. package/lib/commonjs/i18n/ko.json +45 -45
  10. package/lib/commonjs/i18n/nl.json +45 -45
  11. package/lib/commonjs/i18n/pt-BR.json +45 -45
  12. package/lib/commonjs/i18n/ru.json +45 -45
  13. package/lib/commonjs/i18n/tr.json +45 -45
  14. package/lib/commonjs/version.json +1 -1
  15. package/lib/module/components/MessageInput/hooks/useAudioController.js +7 -10
  16. package/lib/module/components/MessageInput/hooks/useAudioController.js.map +1 -1
  17. package/lib/module/i18n/es.json +45 -45
  18. package/lib/module/i18n/fr.json +45 -45
  19. package/lib/module/i18n/he.json +45 -45
  20. package/lib/module/i18n/hi.json +45 -45
  21. package/lib/module/i18n/it.json +45 -45
  22. package/lib/module/i18n/ja.json +45 -45
  23. package/lib/module/i18n/ko.json +45 -45
  24. package/lib/module/i18n/nl.json +45 -45
  25. package/lib/module/i18n/pt-BR.json +45 -45
  26. package/lib/module/i18n/ru.json +45 -45
  27. package/lib/module/i18n/tr.json +45 -45
  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 +45 -45
  31. package/lib/typescript/i18n/fr.json +45 -45
  32. package/lib/typescript/i18n/he.json +45 -45
  33. package/lib/typescript/i18n/hi.json +45 -45
  34. package/lib/typescript/i18n/it.json +45 -45
  35. package/lib/typescript/i18n/ja.json +45 -45
  36. package/lib/typescript/i18n/ko.json +45 -45
  37. package/lib/typescript/i18n/nl.json +45 -45
  38. package/lib/typescript/i18n/pt-BR.json +45 -45
  39. package/lib/typescript/i18n/ru.json +45 -45
  40. package/lib/typescript/i18n/tr.json +45 -45
  41. package/package.json +1 -1
  42. package/src/components/MessageInput/hooks/useAudioController.tsx +3 -5
  43. package/src/i18n/es.json +45 -45
  44. package/src/i18n/fr.json +45 -45
  45. package/src/i18n/he.json +45 -45
  46. package/src/i18n/hi.json +45 -45
  47. package/src/i18n/it.json +45 -45
  48. package/src/i18n/ja.json +45 -45
  49. package/src/i18n/ko.json +45 -45
  50. package/src/i18n/nl.json +45 -45
  51. package/src/i18n/pt-BR.json +45 -45
  52. package/src/i18n/ru.json +45 -45
  53. package/src/i18n/tr.json +45 -45
  54. package/src/version.json +1 -1
@@ -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": "",
6
- "Also send to channel": "",
2
+ "1 Reply": "1 Antwoord",
3
+ "1 Thread Reply": "1 thread antwoord",
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": "Stuur ook naar kanaal",
7
7
  "Are you sure you want to permanently delete this message?": "Weet u zeker dat u dit bericht definitief wilt verwijderen?",
8
8
  "Are you sure?": "Weet je het zeker?",
9
9
  "Block User": "Blokkeer Gebruiker",
10
- "Cancel": "",
10
+ "Cancel": "Annuleer",
11
11
  "Cannot Flag Message": "Kan bericht niet rapporteren",
12
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
13
  "Copy Message": "Bericht kopiëren",
14
14
  "Delete": "Verwijderen",
15
15
  "Delete Message": "Verwijder bericht",
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?": "Wil je een kopie van dit bericht naar een moderator sturen voor verder onderzoek?",
18
18
  "Edit Message": "Pas bericht aan",
19
- "Edited": "",
20
- "Editing Message": "",
19
+ "Edited": "Bewerkt",
20
+ "Editing Message": "Bericht aanpassen",
21
21
  "Emoji matching": "Emoji-overeenkomsten",
22
- "Empty message...": "",
23
- "Error loading": "",
24
- "Error loading channel list...": "",
22
+ "Empty message...": "Leeg bericht...",
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
- "Error while loading, please reload/refresh": "",
27
- "File type not supported": "",
26
+ "Error while loading, please reload/refresh": "Probleem bij het laden, probeer opnieuw",
27
+ "File type not supported": "Bestandstype niet ondersteund",
28
28
  "Flag": "Markeer",
29
29
  "Flag Message": "Markeer bericht",
30
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",
31
- "Hold to start recording.": "",
32
- "How about sending your first message to a friend?": "",
31
+ "Hold to start recording.": "Houd vast om opname te starten.",
32
+ "How about sending your first message to a friend?": "Wat dacht je ervan om je eerste bericht naar een vriend te sturen?",
33
33
  "Instant Commands": "Directe Opdrachten",
34
- "Let's start chatting!": "",
35
- "Links are disabled": "",
36
- "Loading channels...": "",
37
- "Loading messages...": "",
38
- "Loading...": "",
39
- "Maximum file size upload limit reached. Please upload a file below {{MAX_FILE_SIZE_TO_UPLOAD_IN_MB}} MB.": "",
34
+ "Let's start chatting!": "Laten we beginnen met chatten!",
35
+ "Links are disabled": "Het versturen van links staat uit",
36
+ "Loading channels...": "Kanalen aan het laden...",
37
+ "Loading messages...": "Berichten aan het laden...",
38
+ "Loading...": "Aan het laden...",
39
+ "Maximum file size upload limit reached. Please upload a file below {{MAX_FILE_SIZE_TO_UPLOAD_IN_MB}} MB.": "Maximale uploadlimiet voor bestandsgrootte bereikt. Upload een bestand van minder dan {{MAX_FILE_SIZE_TO_UPLOAD_IN_MB}} MB.",
40
40
  "Message Reactions": "Bericht Reacties",
41
41
  "Message deleted": "Bericht verwijderd",
42
42
  "Message flagged": "Bericht gemarkeerd",
43
43
  "Mute User": "Gebruiker dempen",
44
- "No chats here yet…": "",
44
+ "No chats here yet…": "Nog geen chats hier…",
45
45
  "Not supported": "niet ondersteund",
46
- "Nothing yet...": "",
46
+ "Nothing yet...": "Nog niets...",
47
47
  "Ok": "Oké",
48
- "Only visible to you": "",
49
- "Open Settings": "",
50
- "Photo": "",
51
- "Photos and Videos": "",
48
+ "Only visible to you": "Alleen zichtbaar voor jou",
49
+ "Open Settings": "Open instellingen",
50
+ "Photo": "Foto",
51
+ "Photos and Videos": "Foto's en video's",
52
52
  "Pin to Conversation": "Vastmaken aan gesprek",
53
- "Pinned by": "",
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": "",
53
+ "Pinned by": "Vastgemaakt door",
54
+ "Please allow Audio permissions in settings.": "Gelieve audio toestemmingen toe te staan in de instellingen.",
55
+ "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.",
56
+ "Please select a channel first": "Selecteer eerst een kanaal",
57
57
  "Reconnecting...": "Opnieuw Verbinding Maken...",
58
58
  "Reply": "Antwoord",
59
- "Reply to Message": "",
59
+ "Reply to Message": "Beantwoord bericht",
60
60
  "Resend": "Opnieuw versturen",
61
- "Search GIFs": "",
62
- "Select More Photos": "",
61
+ "Search GIFs": "Zoek GIF's",
62
+ "Select More Photos": "Selecteer Meer foto's",
63
63
  "Send Anyway": "Toch verzenden",
64
- "Send a message": "",
65
- "Sending links is not allowed in this conversation": "",
66
- "Slow mode ON": "",
64
+ "Send a message": "Stuur een bericht",
65
+ "Sending links is not allowed in this conversation": "In dit gesprek is het niet toegestaan links te versturen",
66
+ "Slow mode ON": "Langzame modus aan",
67
67
  "The message has been reported to a moderator.": "Het bericht is gerapporteerd aan een moderator.",
68
68
  "Thread Reply": "Discussie beantwoorden",
69
69
  "Unblock User": "Deblokkeer gebruiker",
70
- "Unknown User": "",
70
+ "Unknown User": "Onbekende gebruiker",
71
71
  "Unmute User": "Dempen van gebruiker opheffen",
72
72
  "Unpin from Conversation": "Losmaken van gesprek",
73
73
  "Unread Messages": "Ongelezen Berichten",
74
- "Video": "",
74
+ "Video": "Video",
75
75
  "You": "U",
76
- "You can't send messages in this channel": "",
76
+ "You can't send messages in this channel": "Je kan geen berichten sturen in dit kanaal",
77
77
  "{{ firstUser }} and {{ nonSelfUserLength }} more are typing": "{{ firstUser }} en {{ nonSelfUserLength }} anderen zijn aan het typen",
78
- "{{ index }} of {{ photoLength }}": "",
79
- "{{ replyCount }} Replies": "",
80
- "{{ replyCount }} Thread Replies": "",
78
+ "{{ index }} of {{ photoLength }}": "{{ index }} van {{ photoLength }}",
79
+ "{{ replyCount }} Replies": "{{ replyCount }} Antwoorden",
80
+ "{{ replyCount }} Thread Replies": "{{replyCount}} Discussiereacties",
81
81
  "{{ user }} is typing": "{{ user }} is aan het typen",
82
- "🏙 Attachment...": ""
82
+ "🏙 Attachment...": "🏙 Bijlage..."
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": "",
6
- "Also send to channel": "",
2
+ "1 Reply": "1 Resposta",
3
+ "1 Thread Reply": "1 Resposta de Thread",
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": "Também enviar para o canal",
7
7
  "Are you sure you want to permanently delete this message?": "Tem certeza de que deseja excluir esta mensagem permanentemente?",
8
8
  "Are you sure?": "Tem certeza?",
9
9
  "Block User": "Bloquear Usuário",
10
- "Cancel": "",
10
+ "Cancel": "Cancelar",
11
11
  "Cannot Flag Message": "Não é possível reportar a mensagem",
12
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
13
  "Copy Message": "Copiar Mensagem",
14
14
  "Delete": "Excluir",
15
15
  "Delete Message": "Excluir Mensagem",
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?": "Deseja enviar uma cópia desta mensagem para um moderador para investigação adicional?",
18
18
  "Edit Message": "Editar Mensagem",
19
- "Edited": "",
20
- "Editing Message": "",
19
+ "Edited": "Editado",
20
+ "Editing Message": "Editando Mensagem",
21
21
  "Emoji matching": "Correspondência de Emoji",
22
- "Empty message...": "",
23
- "Error loading": "",
24
- "Error loading channel list...": "",
22
+ "Empty message...": "Mensagem vazia...",
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
- "Error while loading, please reload/refresh": "",
27
- "File type not supported": "",
26
+ "Error while loading, please reload/refresh": "Erro ao carregar, por favor recarregue/atualize",
27
+ "File type not supported": "Tipo de arquivo não suportado",
28
28
  "Flag": "Reportar",
29
29
  "Flag Message": "Reportar Mensagem",
30
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.",
31
- "Hold to start recording.": "",
32
- "How about sending your first message to a friend?": "",
31
+ "Hold to start recording.": "Mantenha pressionado para começar a gravar.",
32
+ "How about sending your first message to a friend?": "Que tal enviar sua primeira mensagem para um amigo?",
33
33
  "Instant Commands": "Comandos Instantâneos",
34
- "Let's start chatting!": "",
35
- "Links are disabled": "",
36
- "Loading channels...": "",
37
- "Loading messages...": "",
38
- "Loading...": "",
39
- "Maximum file size upload limit reached. Please upload a file below {{MAX_FILE_SIZE_TO_UPLOAD_IN_MB}} MB.": "",
34
+ "Let's start chatting!": "Vamos começar a conversar!",
35
+ "Links are disabled": "Links estão desabilitados",
36
+ "Loading channels...": "Carregando canais...",
37
+ "Loading messages...": "Carregando mensagens...",
38
+ "Loading...": "Carregando...",
39
+ "Maximum file size upload limit reached. Please upload a file below {{MAX_FILE_SIZE_TO_UPLOAD_IN_MB}} MB.": "Limite máximo de tamanho de arquivo atingido. Por favor, faça o upload de um arquivo abaixo de {{MAX_FILE_SIZE_TO_UPLOAD_IN_MB}} MB.",
40
40
  "Message Reactions": "Reações à Mensagem",
41
41
  "Message deleted": "Mensagem excluída",
42
42
  "Message flagged": "Mensagem sinalizada",
43
43
  "Mute User": "Silenciar Usuário",
44
- "No chats here yet…": "",
44
+ "No chats here yet…": "Ainda não há chats aqui...",
45
45
  "Not supported": "Não suportado",
46
- "Nothing yet...": "",
46
+ "Nothing yet...": "Nada ainda...",
47
47
  "Ok": "Ok",
48
- "Only visible to you": "",
49
- "Open Settings": "",
50
- "Photo": "",
51
- "Photos and Videos": "",
48
+ "Only visible to you": "Apenas visível para você",
49
+ "Open Settings": "Abrir Configurações",
50
+ "Photo": "Foto",
51
+ "Photos and Videos": "Fotos e Vídeos",
52
52
  "Pin to Conversation": "Fixar na Conversa",
53
- "Pinned by": "",
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": "",
53
+ "Pinned by": "Fixado por",
54
+ "Please allow Audio permissions in settings.": "Por favor, permita as permissões de áudio nas configurações.",
55
+ "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.",
56
+ "Please select a channel first": "Por favor, selecione um canal primeiro",
57
57
  "Reconnecting...": "Reconectando...",
58
58
  "Reply": "Responder",
59
- "Reply to Message": "",
59
+ "Reply to Message": "Responder à Mensagem",
60
60
  "Resend": "Reenviar",
61
- "Search GIFs": "",
62
- "Select More Photos": "",
61
+ "Search GIFs": "Pesquisar GIFs",
62
+ "Select More Photos": "Selecionar Mais Fotos",
63
63
  "Send Anyway": "Enviar de qualquer maneira",
64
- "Send a message": "",
65
- "Sending links is not allowed in this conversation": "",
66
- "Slow mode ON": "",
64
+ "Send a message": "Enviar uma mensagem",
65
+ "Sending links is not allowed in this conversation": "Não é permitido enviar links nesta conversa",
66
+ "Slow mode ON": "Modo Lento ATIVADO",
67
67
  "The message has been reported to a moderator.": "A mensagem foi relatada a um moderador.",
68
68
  "Thread Reply": "Respostas de Tópico",
69
69
  "Unblock User": "Desbloquear Usuário",
70
- "Unknown User": "",
70
+ "Unknown User": "Usuário Desconhecido",
71
71
  "Unmute User": "Remover usuário do modo silencioso",
72
72
  "Unpin from Conversation": "Desmarcar como fixado na conversa",
73
73
  "Unread Messages": "Mensagens não lidas",
74
- "Video": "",
74
+ "Video": "Vídeo",
75
75
  "You": "Você",
76
- "You can't send messages in this channel": "",
76
+ "You can't send messages in this channel": "Você não pode enviar mensagens neste canal",
77
77
  "{{ firstUser }} and {{ nonSelfUserLength }} more are typing": "{{ firstUser }} e mais {{ nonSelfUserLength }} pessoa(s) estão digitando",
78
- "{{ index }} of {{ photoLength }}": "",
79
- "{{ replyCount }} Replies": "",
80
- "{{ replyCount }} Thread Replies": "",
78
+ "{{ index }} of {{ photoLength }}": "{{ index }} de {{ photoLength }}",
79
+ "{{ replyCount }} Replies": "{{ replyCount }} Respostas",
80
+ "{{ replyCount }} Thread Replies": "{{ replyCount }} Respostas de Thread",
81
81
  "{{ user }} is typing": "{{ user }} está digitando",
82
- "🏙 Attachment...": ""
82
+ "🏙 Attachment...": "🏙 Anexo..."
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": "",
6
- "Also send to channel": "",
2
+ "1 Reply": "1 Ответ",
3
+ "1 Thread Reply": "1 тема Ответить",
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": "Заблокировать пользователя",
10
- "Cancel": "",
10
+ "Cancel": "Отмена",
11
11
  "Cannot Flag Message": "Невозможно пожаловаться на сообщение",
12
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": "Удалить сообщение",
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
- "Edited": "",
20
- "Editing Message": "",
19
+ "Edited": "Отредактировано",
20
+ "Editing Message": "Редактирование сообщения",
21
21
  "Emoji matching": "Соответствие эмодзи",
22
- "Empty message...": "",
23
- "Error loading": "",
24
- "Error loading channel list...": "",
22
+ "Empty message...": "Пустое сообщение...",
23
+ "Error loading": "Ошибка при загрузке",
24
+ "Error loading channel list...": "Ошибка загрузки списка каналов...",
25
25
  "Error loading messages for this channel...": "Ошибка загрузки сообщений для этого канала...",
26
- "Error while loading, please reload/refresh": "",
27
- "File type not supported": "",
26
+ "Error while loading, please reload/refresh": "Ошибка загрузки, пожалуйста перезагрузите или обновите",
27
+ "File type not supported": "Тип файла не поддерживается",
28
28
  "Flag": "Пометить",
29
29
  "Flag Message": "Пометить сообщение",
30
30
  "Flag action failed either due to a network issue or the message is already flagged": "Не удалось отправить жалобу. Возможные причины: проблема с подключением к интернету или ваша жалоба уже была принята.",
31
- "Hold to start recording.": "",
32
- "How about sending your first message to a friend?": "",
31
+ "Hold to start recording.": "Удерживайте, чтобы начать запись.",
32
+ "How about sending your first message to a friend?": "Как насчет отправки первого сообщения другу?",
33
33
  "Instant Commands": "Мгновенные Команды",
34
- "Let's start chatting!": "",
35
- "Links are disabled": "",
36
- "Loading channels...": "",
37
- "Loading messages...": "",
38
- "Loading...": "",
39
- "Maximum file size upload limit reached. Please upload a file below {{MAX_FILE_SIZE_TO_UPLOAD_IN_MB}} MB.": "",
34
+ "Let's start chatting!": "Давайте начнем общаться!",
35
+ "Links are disabled": "Ссылки отключены",
36
+ "Loading channels...": "Загружаю каналы...",
37
+ "Loading messages...": "Загружаю сообщения...",
38
+ "Loading...": "Загружаю...",
39
+ "Maximum file size upload limit reached. Please upload a file below {{MAX_FILE_SIZE_TO_UPLOAD_IN_MB}} MB.": "Достигнут предел максимального размера файла для загрузки. Загрузите файл размером менее {{MAX_FILE_SIZE_TO_UPLOAD_IN_MB}} МБ.",
40
40
  "Message Reactions": "Сообщения Реакции",
41
41
  "Message deleted": "Сообщение удалено",
42
42
  "Message flagged": "Сообщение отмечено",
43
43
  "Mute User": "Отключить пользователя",
44
- "No chats here yet…": "",
44
+ "No chats here yet…": "Здесь пока нет чатов…",
45
45
  "Not supported": "не поддерживается",
46
- "Nothing yet...": "",
46
+ "Nothing yet...": "Пока ничего нет...",
47
47
  "Ok": "Oк",
48
- "Only visible to you": "",
49
- "Open Settings": "",
50
- "Photo": "",
51
- "Photos and Videos": "",
48
+ "Only visible to you": "Видно только вам",
49
+ "Open Settings": "Открыть настройки",
50
+ "Photo": "Фото",
51
+ "Photos and Videos": "Фото и видео",
52
52
  "Pin to Conversation": "Закрепить к беседе",
53
- "Pinned by": "",
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": "",
53
+ "Pinned by": "Закреплено пользователем",
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": "Пожалуйста, сначала выберите канал",
57
57
  "Reconnecting...": "Переподключение...",
58
58
  "Reply": "Ответить",
59
- "Reply to Message": "",
59
+ "Reply to Message": "Ответить на сообщение",
60
60
  "Resend": "Отправить",
61
- "Search GIFs": "",
62
- "Select More Photos": "",
61
+ "Search GIFs": "Поиск GIF",
62
+ "Select More Photos": "Выбрать больше фотографий",
63
63
  "Send Anyway": "Всё равно отправить",
64
- "Send a message": "",
65
- "Sending links is not allowed in this conversation": "",
66
- "Slow mode ON": "",
64
+ "Send a message": "Отправить сообщение",
65
+ "Sending links is not allowed in this conversation": "Отправка ссылок недоступна в этом чате",
66
+ "Slow mode ON": "Медленный режим включен",
67
67
  "The message has been reported to a moderator.": "Сообщение отправлено модератору.",
68
68
  "Thread Reply": "Тема Ответить",
69
69
  "Unblock User": "Разблокировать пользователя",
70
- "Unknown User": "",
70
+ "Unknown User": "Неизвестный пользователь",
71
71
  "Unmute User": "Включить микрофон",
72
72
  "Unpin from Conversation": "Открепить от беседы",
73
73
  "Unread Messages": "Непрочитанные Сообщения",
74
- "Video": "",
74
+ "Video": "видео",
75
75
  "You": "Вы",
76
- "You can't send messages in this channel": "",
76
+ "You can't send messages in this channel": "Вы не можете отправлять сообщения в этот канал",
77
77
  "{{ firstUser }} and {{ nonSelfUserLength }} more are typing": "{{ firstUser }} и еще {{ nonSelfUserLength }} пишут",
78
- "{{ index }} of {{ photoLength }}": "",
79
- "{{ replyCount }} Replies": "",
80
- "{{ replyCount }} Thread Replies": "",
78
+ "{{ index }} of {{ photoLength }}": "{{ index }} из {{ photoLength }}",
79
+ "{{ replyCount }} Replies": "{{ replyCount }} Ответов",
80
+ "{{ replyCount }} Thread Replies": "{{replyCount}} Ответы в темах",
81
81
  "{{ user }} is typing": "{{ user }} пишет",
82
- "🏙 Attachment...": ""
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": "",
6
- "Also send to channel": "",
2
+ "1 Reply": "1 Cevap",
3
+ "1 Thread Reply": "1 Konu Yanıtı",
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": "Kanala da gönder",
7
7
  "Are you sure you want to permanently delete this message?": "Bu mesajı kalıcı olarak silmek istediğinizden emin misiniz?",
8
8
  "Are you sure?": "Emin misiniz?",
9
9
  "Block User": "Kullanıcıyı engelle",
10
- "Cancel": "",
10
+ "Cancel": "İptal",
11
11
  "Cannot Flag Message": "Raporlama Başarısız",
12
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
13
  "Copy Message": "Mesajı Kopyala",
14
14
  "Delete": "Sil",
15
15
  "Delete Message": "Mesajı Sil",
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?": "Detaylı inceleme için bu mesajın kopyasını moderatöre göndermek istiyor musunuz?",
18
18
  "Edit Message": "Mesajı Düzenle",
19
- "Edited": "",
20
- "Editing Message": "",
19
+ "Edited": "Düzenlendi",
20
+ "Editing Message": "Mesaj Düzenleniyor",
21
21
  "Emoji matching": "Emoji eşleştirme",
22
- "Empty message...": "",
23
- "Error loading": "",
24
- "Error loading channel list...": "",
22
+ "Empty message...": "Boş mesaj...",
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
- "Error while loading, please reload/refresh": "",
27
- "File type not supported": "",
26
+ "Error while loading, please reload/refresh": "Yüklenirken hata oluştu, lütfen tekrar deneyiniz",
27
+ "File type not supported": "Dosya türü desteklenmiyor",
28
28
  "Flag": "Raporla",
29
29
  "Flag Message": "Mesajı Raporla",
30
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.",
31
- "Hold to start recording.": "",
32
- "How about sending your first message to a friend?": "",
31
+ "Hold to start recording.": "Kayıt yapmak için basılı tutun.",
32
+ "How about sending your first message to a friend?": "İlk mesajınızı bir arkadaşınıza göndermeye ne dersiniz?",
33
33
  "Instant Commands": "Anlık Komutlar",
34
- "Let's start chatting!": "",
35
- "Links are disabled": "",
36
- "Loading channels...": "",
37
- "Loading messages...": "",
38
- "Loading...": "",
39
- "Maximum file size upload limit reached. Please upload a file below {{MAX_FILE_SIZE_TO_UPLOAD_IN_MB}} MB.": "",
34
+ "Let's start chatting!": "Haydi sohbete başlayalım!",
35
+ "Links are disabled": "Bağlantılar devre dışı",
36
+ "Loading channels...": "Kanallar yükleniyor...",
37
+ "Loading messages...": "Mesajlar yükleniyor...",
38
+ "Loading...": "Yükleniyor...",
39
+ "Maximum file size upload limit reached. Please upload a file below {{MAX_FILE_SIZE_TO_UPLOAD_IN_MB}} MB.": "Maksimum dosya boyutu yükleme sınırına ulaşıldı. Lütfen {{MAX_FILE_SIZE_TO_UPLOAD_IN_MB}} MB'ın altında bir dosya yükleyin.",
40
40
  "Message Reactions": "Mesaj Tepkileri",
41
41
  "Message deleted": "Mesaj silindi",
42
42
  "Message flagged": "Mesaj işaretlendi",
43
43
  "Mute User": "Kullanıcıyı sessize al",
44
- "No chats here yet…": "",
44
+ "No chats here yet…": "Henüz burada sohbet yok…",
45
45
  "Not supported": "Desteklenmiyor",
46
- "Nothing yet...": "",
46
+ "Nothing yet...": "Henüz değil...",
47
47
  "Ok": "Tamam",
48
- "Only visible to you": "",
49
- "Open Settings": "",
50
- "Photo": "",
51
- "Photos and Videos": "",
48
+ "Only visible to you": "Sadece siz görebilirsiniz",
49
+ "Open Settings": "Ayarları aç",
50
+ "Photo": "Fotoğraf",
51
+ "Photos and Videos": "Fotoğraflar ve Videolar",
52
52
  "Pin to Conversation": "Konuşmaya sabitle",
53
- "Pinned by": "",
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": "",
53
+ "Pinned by": "Tarafından sabitlendi",
54
+ "Please allow Audio permissions in settings.": "Lütfen ayarlarda ses izinlerine izin verin",
55
+ "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.",
56
+ "Please select a channel first": "Lütfen önce bir kanal seçiniz",
57
57
  "Reconnecting...": "Yeniden Bağlanılıyor...",
58
58
  "Reply": "Yanıtla",
59
- "Reply to Message": "",
59
+ "Reply to Message": "Mesajı Yanıtla",
60
60
  "Resend": "Yeniden gönder",
61
- "Search GIFs": "",
62
- "Select More Photos": "",
61
+ "Search GIFs": "GIF Ara",
62
+ "Select More Photos": "Daha Fazla Fotoğraf Seçin",
63
63
  "Send Anyway": "Yine de Gönder",
64
- "Send a message": "",
65
- "Sending links is not allowed in this conversation": "",
66
- "Slow mode ON": "",
64
+ "Send a message": "Mesaj gönder",
65
+ "Sending links is not allowed in this conversation": "Bu konuşmada bağlantı göndermek desteklenmiyor",
66
+ "Slow mode ON": "Yavaş Mod Açık",
67
67
  "The message has been reported to a moderator.": "Mesaj moderatöre bildirildi.",
68
68
  "Thread Reply": "Konu Yanıtı",
69
69
  "Unblock User": "Kullanıcının engelini kaldır",
70
- "Unknown User": "",
70
+ "Unknown User": "Bilinmeyen kullanıcı",
71
71
  "Unmute User": "Kullanıcının sesini aç",
72
72
  "Unpin from Conversation": "Sabitlemeyi kaldır",
73
73
  "Unread Messages": "Okunmamış Mesajlar",
74
- "Video": "",
74
+ "Video": "Video",
75
75
  "You": "Sen",
76
- "You can't send messages in this channel": "",
76
+ "You can't send messages in this channel": "Bu konuşmaya mesaj gönderemezsiniz",
77
77
  "{{ firstUser }} and {{ nonSelfUserLength }} more are typing": "{{ firstUser }} ve {{ nonSelfUserLength }} kişi daha yazıyor",
78
- "{{ index }} of {{ photoLength }}": "",
79
- "{{ replyCount }} Replies": "",
80
- "{{ replyCount }} Thread Replies": "",
78
+ "{{ index }} of {{ photoLength }}": "{{ index }} / {{ photoLength }}",
79
+ "{{ replyCount }} Replies": "{{ replyCount }} Cevap",
80
+ "{{ replyCount }} Thread Replies": "{{responseCount}} Konu Cevapı",
81
81
  "{{ user }} is typing": "{{ user }} yazıyor",
82
- "🏙 Attachment...": ""
82
+ "🏙 Attachment...": "🏙 Ek..."
83
83
  }
@@ -1,3 +1,3 @@
1
1
  {
2
- "version": "5.30.0-beta.1"
2
+ "version": "5.30.0"
3
3
  }
@@ -218,7 +218,8 @@ var useAudioController = function useAudioController() {
218
218
  }();
219
219
  var stopVoicePlayer = function () {
220
220
  var _ref3 = (0, _asyncToGenerator2["default"])(_regenerator["default"].mark(function _callee3() {
221
- var _soundRef$current4, _soundRef$current5, _soundRef$current6;
221
+ var _soundRef$current4, _soundRef$current5;
222
+ var _soundRef$current6;
222
223
  return _regenerator["default"].wrap(function _callee3$(_context3) {
223
224
  while (1) switch (_context3.prev = _context3.next) {
224
225
  case 0:
@@ -235,20 +236,16 @@ var useAudioController = function useAudioController() {
235
236
  _context3.next = 5;
236
237
  return _native.Audio.stopPlayer();
237
238
  case 5:
238
- if (!(recording && typeof recording !== 'string')) {
239
- _context3.next = 11;
240
- break;
241
- }
242
239
  if (!((_soundRef$current4 = soundRef.current) != null && _soundRef$current4.stopAsync && (_soundRef$current5 = soundRef.current) != null && _soundRef$current5.unloadAsync)) {
243
- _context3.next = 11;
240
+ _context3.next = 10;
244
241
  break;
245
242
  }
246
- _context3.next = 9;
243
+ _context3.next = 8;
247
244
  return soundRef.current.stopAsync();
248
- case 9:
249
- _context3.next = 11;
245
+ case 8:
246
+ _context3.next = 10;
250
247
  return (_soundRef$current6 = soundRef.current) == null ? void 0 : _soundRef$current6.unloadAsync();
251
- case 11:
248
+ case 10:
252
249
  case "end":
253
250
  return _context3.stop();
254
251
  }