stream-chat-react-native-core 5.29.1-beta.1 → 5.29.1-beta.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (54) hide show
  1. package/lib/commonjs/components/MessageInput/hooks/useAudioController.js +105 -73
  2. package/lib/commonjs/components/MessageInput/hooks/useAudioController.js.map +1 -1
  3. package/lib/commonjs/i18n/es.json +20 -20
  4. package/lib/commonjs/i18n/fr.json +20 -20
  5. package/lib/commonjs/i18n/he.json +20 -20
  6. package/lib/commonjs/i18n/hi.json +23 -23
  7. package/lib/commonjs/i18n/it.json +23 -23
  8. package/lib/commonjs/i18n/ja.json +23 -23
  9. package/lib/commonjs/i18n/ko.json +23 -23
  10. package/lib/commonjs/i18n/nl.json +23 -23
  11. package/lib/commonjs/i18n/pt-BR.json +23 -23
  12. package/lib/commonjs/i18n/ru.json +23 -23
  13. package/lib/commonjs/i18n/tr.json +23 -23
  14. package/lib/commonjs/version.json +1 -1
  15. package/lib/module/components/MessageInput/hooks/useAudioController.js +105 -73
  16. package/lib/module/components/MessageInput/hooks/useAudioController.js.map +1 -1
  17. package/lib/module/i18n/es.json +20 -20
  18. package/lib/module/i18n/fr.json +20 -20
  19. package/lib/module/i18n/he.json +20 -20
  20. package/lib/module/i18n/hi.json +23 -23
  21. package/lib/module/i18n/it.json +23 -23
  22. package/lib/module/i18n/ja.json +23 -23
  23. package/lib/module/i18n/ko.json +23 -23
  24. package/lib/module/i18n/nl.json +23 -23
  25. package/lib/module/i18n/pt-BR.json +23 -23
  26. package/lib/module/i18n/ru.json +23 -23
  27. package/lib/module/i18n/tr.json +23 -23
  28. package/lib/module/version.json +1 -1
  29. package/lib/typescript/components/MessageInput/hooks/useAudioController.d.ts.map +1 -1
  30. package/lib/typescript/i18n/es.json +20 -20
  31. package/lib/typescript/i18n/fr.json +20 -20
  32. package/lib/typescript/i18n/he.json +20 -20
  33. package/lib/typescript/i18n/hi.json +23 -23
  34. package/lib/typescript/i18n/it.json +23 -23
  35. package/lib/typescript/i18n/ja.json +23 -23
  36. package/lib/typescript/i18n/ko.json +23 -23
  37. package/lib/typescript/i18n/nl.json +23 -23
  38. package/lib/typescript/i18n/pt-BR.json +23 -23
  39. package/lib/typescript/i18n/ru.json +23 -23
  40. package/lib/typescript/i18n/tr.json +23 -23
  41. package/package.json +1 -1
  42. package/src/components/MessageInput/hooks/useAudioController.tsx +9 -1
  43. package/src/i18n/es.json +20 -20
  44. package/src/i18n/fr.json +20 -20
  45. package/src/i18n/he.json +20 -20
  46. package/src/i18n/hi.json +23 -23
  47. package/src/i18n/it.json +23 -23
  48. package/src/i18n/ja.json +23 -23
  49. package/src/i18n/ko.json +23 -23
  50. package/src/i18n/nl.json +23 -23
  51. package/src/i18n/pt-BR.json +23 -23
  52. package/src/i18n/ru.json +23 -23
  53. package/src/i18n/tr.json +23 -23
  54. package/src/version.json +1 -1
@@ -1,15 +1,15 @@
1
1
  {
2
- "1 Reply": "",
2
+ "1 Reply": "1件の返信",
3
3
  "1 Thread Reply": "",
4
4
  "Allow access to your Gallery": "",
5
5
  "Allow camera access in device settings": "",
6
6
  "Also send to channel": "チャンネルにも送信",
7
7
  "Are you sure you want to permanently delete this message?": "",
8
- "Are you sure?": "",
8
+ "Are you sure?": "本当によろしいですか?",
9
9
  "Block User": "",
10
10
  "Cancel": "",
11
11
  "Cannot Flag Message": "",
12
- "Consider how your comment might make others feel and be sure to follow our Community Guidelines": "",
12
+ "Consider how your comment might make others feel and be sure to follow our Community Guidelines": "あなたのコメントが他の人にどのように影響するか考え、必ずコミュニティガイドラインに従ってください",
13
13
  "Copy Message": "",
14
14
  "Delete": "",
15
15
  "Delete Message": "",
@@ -17,20 +17,20 @@
17
17
  "Do you want to send a copy of this message to a moderator for further investigation?": "",
18
18
  "Edit Message": "",
19
19
  "Editing Message": "",
20
- "Emoji matching": "絵文字マッチング",
21
- "Empty message...": "",
22
- "Error loading": "",
23
- "Error loading channel list...": "",
24
- "Error loading messages for this channel...": "",
25
- "Error while loading, please reload/refresh": "",
20
+ "Emoji matching": "",
21
+ "Empty message...": "空のメッセージ...",
22
+ "Error loading": "読み込みエラー",
23
+ "Error loading channel list...": "チャネルリストの読み込み中にエラーが発生しました。。。",
24
+ "Error loading messages for this channel...": "このチャネルのメッセージの読み込み中にエラーが発生しました。。。",
25
+ "Error while loading, please reload/refresh": "ロード中にエラーが発生しました。更新してください",
26
26
  "File type not supported": "",
27
27
  "Flag": "",
28
28
  "Flag Message": "",
29
29
  "Flag action failed either due to a network issue or the message is already flagged": "",
30
30
  "Hold to start recording.": "",
31
- "How about sending your first message to a friend?": "",
32
- "Instant Commands": "インスタントコマンド",
33
- "Let's start chatting!": "",
31
+ "How about sending your first message to a friend?": "初めてのメッセージを友達に送ってみてはいかがでしょうか?",
32
+ "Instant Commands": "",
33
+ "Let's start chatting!": "チャットを始めましょう!",
34
34
  "Links are disabled": "",
35
35
  "Loading channels...": "",
36
36
  "Loading messages...": "",
@@ -41,14 +41,14 @@
41
41
  "Message flagged": "",
42
42
  "Mute User": "",
43
43
  "Not supported": "",
44
- "Nothing yet...": "",
44
+ "Nothing yet...": "まだ何もありません...",
45
45
  "Ok": "",
46
46
  "Only visible to you": "あなただけに見える",
47
47
  "Open Settings": "",
48
48
  "Photo": "写真",
49
49
  "Photos and Videos": "",
50
50
  "Pin to Conversation": "",
51
- "Pinned by": "ピン留めされユーザー",
51
+ "Pinned by": "",
52
52
  "Please allow Audio permissions in settings.": "",
53
53
  "Please enable access to your photos and videos so you can share them.": "",
54
54
  "Please select a channel first": "",
@@ -56,26 +56,26 @@
56
56
  "Reply": "",
57
57
  "Reply to Message": "",
58
58
  "Resend": "",
59
- "Search GIFs": "",
59
+ "Search GIFs": "GIFの探索",
60
60
  "Select More Photos": "",
61
- "Send Anyway": "",
62
- "Send a message": "",
61
+ "Send Anyway": "とにかく送信",
62
+ "Send a message": "メッセージを送る",
63
63
  "Sending links is not allowed in this conversation": "",
64
- "Slow mode ON": "",
64
+ "Slow mode ON": "スローモードオン",
65
65
  "The message has been reported to a moderator.": "",
66
66
  "Thread Reply": "",
67
67
  "Unblock User": "",
68
68
  "Unknown User": "",
69
69
  "Unmute User": "",
70
70
  "Unpin from Conversation": "",
71
- "Unread Messages": "",
71
+ "Unread Messages": "未読メッセージ",
72
72
  "Video": "ビデオ",
73
73
  "You": "あなた",
74
74
  "You can't send messages in this channel": "このチャンネルではメッセージを送信できません",
75
- "{{ firstUser }} and {{ nonSelfUserLength }} more are typing": "",
75
+ "{{ firstUser }} and {{ nonSelfUserLength }} more are typing": "{{ firstUser }}と{{ nonSelfUserLength }}人がタイピングしています",
76
76
  "{{ index }} of {{ photoLength }}": "",
77
- "{{ replyCount }} Replies": "",
77
+ "{{ replyCount }} Replies": "{{ replyCount }}件の返信",
78
78
  "{{ replyCount }} Thread Replies": "",
79
- "{{ user }} is typing": "",
80
- "🏙 Attachment...": ""
79
+ "{{ user }} is typing": "{{ user }}はタイピング中",
80
+ "🏙 Attachment...": "🏙 アタッチメント..."
81
81
  }
@@ -1,15 +1,15 @@
1
1
  {
2
- "1 Reply": "",
2
+ "1 Reply": "답장 1개",
3
3
  "1 Thread Reply": "",
4
4
  "Allow access to your Gallery": "",
5
5
  "Allow camera access in device settings": "",
6
6
  "Also send to channel": "채널에도 전송",
7
7
  "Are you sure you want to permanently delete this message?": "",
8
- "Are you sure?": "",
8
+ "Are you sure?": "확실합니까?",
9
9
  "Block User": "",
10
10
  "Cancel": "",
11
11
  "Cannot Flag Message": "",
12
- "Consider how your comment might make others feel and be sure to follow our Community Guidelines": "",
12
+ "Consider how your comment might make others feel and be sure to follow our Community Guidelines": "당신의 댓글이 다른 사람들에게 어떤 영향을 줄지 고려하고 반드시 우리의 커뮤니티 가이드라인을 따르십시오",
13
13
  "Copy Message": "",
14
14
  "Delete": "",
15
15
  "Delete Message": "",
@@ -17,20 +17,20 @@
17
17
  "Do you want to send a copy of this message to a moderator for further investigation?": "",
18
18
  "Edit Message": "",
19
19
  "Editing Message": "",
20
- "Emoji matching": "이모티콘 매칭",
21
- "Empty message...": "",
22
- "Error loading": "",
23
- "Error loading channel list...": "",
24
- "Error loading messages for this channel...": "",
25
- "Error while loading, please reload/refresh": "",
20
+ "Emoji matching": "",
21
+ "Empty message...": "빈 메시지...",
22
+ "Error loading": "로드 오류",
23
+ "Error loading channel list...": "채널리스트 을로드하는 동안 오류가 발생했습니다...",
24
+ "Error loading messages for this channel...": "이 채널의 메시지를로드하는 동안 오류가 발생했습니다...",
25
+ "Error while loading, please reload/refresh": "로드하는 동안 오류가 발생했습니다. 다시로드하십시오",
26
26
  "File type not supported": "",
27
27
  "Flag": "",
28
28
  "Flag Message": "",
29
29
  "Flag action failed either due to a network issue or the message is already flagged": "",
30
30
  "Hold to start recording.": "",
31
- "How about sending your first message to a friend?": "",
32
- "Instant Commands": "인스턴트 명령",
33
- "Let's start chatting!": "",
31
+ "How about sending your first message to a friend?": "친구에게 첫 번째 메시지를 보내는 것은 어떻습니까?",
32
+ "Instant Commands": "",
33
+ "Let's start chatting!": "채팅을 시작합시다!",
34
34
  "Links are disabled": "",
35
35
  "Loading channels...": "",
36
36
  "Loading messages...": "",
@@ -41,14 +41,14 @@
41
41
  "Message flagged": "",
42
42
  "Mute User": "",
43
43
  "Not supported": "",
44
- "Nothing yet...": "",
44
+ "Nothing yet...": "아직 아무것도...",
45
45
  "Ok": "",
46
46
  "Only visible to you": "당신만 볼 수 있습니다",
47
47
  "Open Settings": "",
48
48
  "Photo": "사진",
49
49
  "Photos and Videos": "",
50
50
  "Pin to Conversation": "",
51
- "Pinned by": "고정된 사용자",
51
+ "Pinned by": "",
52
52
  "Please allow Audio permissions in settings.": "",
53
53
  "Please enable access to your photos and videos so you can share them.": "",
54
54
  "Please select a channel first": "",
@@ -56,26 +56,26 @@
56
56
  "Reply": "",
57
57
  "Reply to Message": "",
58
58
  "Resend": "",
59
- "Search GIFs": "",
59
+ "Search GIFs": "GIF의 검색",
60
60
  "Select More Photos": "",
61
- "Send Anyway": "",
62
- "Send a message": "",
61
+ "Send Anyway": "그래도 보내기",
62
+ "Send a message": "메세지를 보내다",
63
63
  "Sending links is not allowed in this conversation": "",
64
- "Slow mode ON": "",
64
+ "Slow mode ON": "슬로모드 켜짐",
65
65
  "The message has been reported to a moderator.": "",
66
66
  "Thread Reply": "",
67
67
  "Unblock User": "",
68
68
  "Unknown User": "",
69
69
  "Unmute User": "",
70
70
  "Unpin from Conversation": "",
71
- "Unread Messages": "",
71
+ "Unread Messages": "읽지 않은 메시지",
72
72
  "Video": "동영상",
73
73
  "You": "당신",
74
74
  "You can't send messages in this channel": "이 채널에서는 메세지를 전송할 수 없습니다",
75
- "{{ firstUser }} and {{ nonSelfUserLength }} more are typing": "",
75
+ "{{ firstUser }} and {{ nonSelfUserLength }} more are typing": "{{ firstUser }} 외 {{ nonSelfUserLength }}명이 입력 중입니다",
76
76
  "{{ index }} of {{ photoLength }}": "",
77
- "{{ replyCount }} Replies": "",
77
+ "{{ replyCount }} Replies": "{{ replyCount }} 답글",
78
78
  "{{ replyCount }} Thread Replies": "",
79
- "{{ user }} is typing": "",
80
- "🏙 Attachment...": ""
79
+ "{{ user }} is typing": "{{ user }} 타이핑 중",
80
+ "🏙 Attachment...": "🏙 부착..."
81
81
  }
@@ -1,15 +1,15 @@
1
1
  {
2
- "1 Reply": "",
2
+ "1 Reply": "1 Antwoord",
3
3
  "1 Thread Reply": "",
4
4
  "Allow access to your Gallery": "",
5
5
  "Allow camera access in device settings": "",
6
6
  "Also send to channel": "Stuur ook naar kanaal",
7
7
  "Are you sure you want to permanently delete this message?": "",
8
- "Are you sure?": "",
8
+ "Are you sure?": "Weet je het zeker?",
9
9
  "Block User": "",
10
10
  "Cancel": "",
11
11
  "Cannot Flag Message": "",
12
- "Consider how your comment might make others feel and be sure to follow our Community Guidelines": "",
12
+ "Consider how your comment might make others feel and be sure to follow our Community Guidelines": "Denk na over hoe jouw opmerking anderen zou kunnen laten voelen en zorg ervoor dat je onze Community-richtlijnen volgt",
13
13
  "Copy Message": "",
14
14
  "Delete": "",
15
15
  "Delete Message": "",
@@ -17,20 +17,20 @@
17
17
  "Do you want to send a copy of this message to a moderator for further investigation?": "",
18
18
  "Edit Message": "",
19
19
  "Editing Message": "",
20
- "Emoji matching": "Emoji-overeenkomsten",
21
- "Empty message...": "",
22
- "Error loading": "",
23
- "Error loading channel list...": "",
24
- "Error loading messages for this channel...": "",
25
- "Error while loading, please reload/refresh": "",
20
+ "Emoji matching": "",
21
+ "Empty message...": "Leeg bericht...",
22
+ "Error loading": "Probleem bij het laden",
23
+ "Error loading channel list...": "Probleem bij het laden van de kanalen...",
24
+ "Error loading messages for this channel...": "Probleem bij het laden van de berichten in dit kanaal...",
25
+ "Error while loading, please reload/refresh": "Probleem bij het laden, probeer opnieuw",
26
26
  "File type not supported": "",
27
27
  "Flag": "",
28
28
  "Flag Message": "",
29
29
  "Flag action failed either due to a network issue or the message is already flagged": "",
30
30
  "Hold to start recording.": "",
31
- "How about sending your first message to a friend?": "",
32
- "Instant Commands": "Directe Opdrachten",
33
- "Let's start chatting!": "",
31
+ "How about sending your first message to a friend?": "Wat dacht je ervan om je eerste bericht naar een vriend te sturen?",
32
+ "Instant Commands": "",
33
+ "Let's start chatting!": "Laten we beginnen met chatten!",
34
34
  "Links are disabled": "",
35
35
  "Loading channels...": "",
36
36
  "Loading messages...": "",
@@ -41,14 +41,14 @@
41
41
  "Message flagged": "",
42
42
  "Mute User": "",
43
43
  "Not supported": "",
44
- "Nothing yet...": "",
44
+ "Nothing yet...": "Nog niets...",
45
45
  "Ok": "",
46
46
  "Only visible to you": "Alleen zichtbaar voor jou",
47
47
  "Open Settings": "",
48
48
  "Photo": "Foto",
49
49
  "Photos and Videos": "",
50
50
  "Pin to Conversation": "",
51
- "Pinned by": "Vastgemaakt door",
51
+ "Pinned by": "",
52
52
  "Please allow Audio permissions in settings.": "",
53
53
  "Please enable access to your photos and videos so you can share them.": "",
54
54
  "Please select a channel first": "",
@@ -56,26 +56,26 @@
56
56
  "Reply": "",
57
57
  "Reply to Message": "",
58
58
  "Resend": "",
59
- "Search GIFs": "",
59
+ "Search GIFs": "Zoek GIF's",
60
60
  "Select More Photos": "",
61
- "Send Anyway": "",
62
- "Send a message": "",
61
+ "Send Anyway": "Toch verzenden",
62
+ "Send a message": "Stuur een bericht",
63
63
  "Sending links is not allowed in this conversation": "",
64
- "Slow mode ON": "",
64
+ "Slow mode ON": "Langzame modus aan",
65
65
  "The message has been reported to a moderator.": "",
66
66
  "Thread Reply": "",
67
67
  "Unblock User": "",
68
68
  "Unknown User": "",
69
69
  "Unmute User": "",
70
70
  "Unpin from Conversation": "",
71
- "Unread Messages": "",
71
+ "Unread Messages": "Ongelezen Berichten",
72
72
  "Video": "Video",
73
73
  "You": "U",
74
74
  "You can't send messages in this channel": "Je kan geen berichten sturen in dit kanaal",
75
- "{{ firstUser }} and {{ nonSelfUserLength }} more are typing": "",
75
+ "{{ firstUser }} and {{ nonSelfUserLength }} more are typing": "{{ firstUser }} en {{ nonSelfUserLength }} anderen zijn aan het typen",
76
76
  "{{ index }} of {{ photoLength }}": "",
77
- "{{ replyCount }} Replies": "",
77
+ "{{ replyCount }} Replies": "{{ replyCount }} Antwoorden",
78
78
  "{{ replyCount }} Thread Replies": "",
79
- "{{ user }} is typing": "",
80
- "🏙 Attachment...": ""
79
+ "{{ user }} is typing": "{{ user }} is aan het typen",
80
+ "🏙 Attachment...": "🏙 Bijlage..."
81
81
  }
@@ -1,15 +1,15 @@
1
1
  {
2
- "1 Reply": "",
2
+ "1 Reply": "1 Resposta",
3
3
  "1 Thread Reply": "",
4
4
  "Allow access to your Gallery": "",
5
5
  "Allow camera access in device settings": "",
6
6
  "Also send to channel": "Também enviar para o canal",
7
7
  "Are you sure you want to permanently delete this message?": "",
8
- "Are you sure?": "",
8
+ "Are you sure?": "Tem certeza?",
9
9
  "Block User": "",
10
10
  "Cancel": "",
11
11
  "Cannot Flag Message": "",
12
- "Consider how your comment might make others feel and be sure to follow our Community Guidelines": "",
12
+ "Consider how your comment might make others feel and be sure to follow our Community Guidelines": "Considere como seu comentário pode fazer os outros se sentirem e certifique-se de seguir nossas Diretrizes da Comunidade",
13
13
  "Copy Message": "",
14
14
  "Delete": "",
15
15
  "Delete Message": "",
@@ -17,20 +17,20 @@
17
17
  "Do you want to send a copy of this message to a moderator for further investigation?": "",
18
18
  "Edit Message": "",
19
19
  "Editing Message": "",
20
- "Emoji matching": "Correspondência de Emoji",
21
- "Empty message...": "",
22
- "Error loading": "",
23
- "Error loading channel list...": "",
24
- "Error loading messages for this channel...": "",
25
- "Error while loading, please reload/refresh": "",
20
+ "Emoji matching": "",
21
+ "Empty message...": "Mensagem vazia...",
22
+ "Error loading": "Erro ao carregar",
23
+ "Error loading channel list...": "Erro ao carregar lista de canais...",
24
+ "Error loading messages for this channel...": "Erro ao carregar mensagens para este canal...",
25
+ "Error while loading, please reload/refresh": "Erro ao carregar, por favor recarregue/atualize",
26
26
  "File type not supported": "",
27
27
  "Flag": "",
28
28
  "Flag Message": "",
29
29
  "Flag action failed either due to a network issue or the message is already flagged": "",
30
30
  "Hold to start recording.": "",
31
- "How about sending your first message to a friend?": "",
32
- "Instant Commands": "Comandos Instantâneos",
33
- "Let's start chatting!": "",
31
+ "How about sending your first message to a friend?": "Que tal enviar sua primeira mensagem para um amigo?",
32
+ "Instant Commands": "",
33
+ "Let's start chatting!": "Vamos começar a conversar!",
34
34
  "Links are disabled": "",
35
35
  "Loading channels...": "",
36
36
  "Loading messages...": "",
@@ -41,14 +41,14 @@
41
41
  "Message flagged": "",
42
42
  "Mute User": "",
43
43
  "Not supported": "",
44
- "Nothing yet...": "",
44
+ "Nothing yet...": "Nada ainda...",
45
45
  "Ok": "",
46
46
  "Only visible to you": "Apenas visível para você",
47
47
  "Open Settings": "",
48
48
  "Photo": "Foto",
49
49
  "Photos and Videos": "",
50
50
  "Pin to Conversation": "",
51
- "Pinned by": "Fixado por",
51
+ "Pinned by": "",
52
52
  "Please allow Audio permissions in settings.": "",
53
53
  "Please enable access to your photos and videos so you can share them.": "",
54
54
  "Please select a channel first": "",
@@ -56,26 +56,26 @@
56
56
  "Reply": "",
57
57
  "Reply to Message": "",
58
58
  "Resend": "",
59
- "Search GIFs": "",
59
+ "Search GIFs": "Pesquisar GIFs",
60
60
  "Select More Photos": "",
61
- "Send Anyway": "",
62
- "Send a message": "",
61
+ "Send Anyway": "Enviar de qualquer maneira",
62
+ "Send a message": "Enviar uma mensagem",
63
63
  "Sending links is not allowed in this conversation": "",
64
- "Slow mode ON": "",
64
+ "Slow mode ON": "Modo Lento ATIVADO",
65
65
  "The message has been reported to a moderator.": "",
66
66
  "Thread Reply": "",
67
67
  "Unblock User": "",
68
68
  "Unknown User": "",
69
69
  "Unmute User": "",
70
70
  "Unpin from Conversation": "",
71
- "Unread Messages": "",
71
+ "Unread Messages": "Mensagens não lidas",
72
72
  "Video": "Vídeo",
73
73
  "You": "Você",
74
74
  "You can't send messages in this channel": "Você não pode enviar mensagens neste canal",
75
- "{{ firstUser }} and {{ nonSelfUserLength }} more are typing": "",
75
+ "{{ firstUser }} and {{ nonSelfUserLength }} more are typing": "{{ firstUser }} e mais {{ nonSelfUserLength }} pessoa(s) estão digitando",
76
76
  "{{ index }} of {{ photoLength }}": "",
77
- "{{ replyCount }} Replies": "",
77
+ "{{ replyCount }} Replies": "{{ replyCount }} Respostas",
78
78
  "{{ replyCount }} Thread Replies": "",
79
- "{{ user }} is typing": "",
80
- "🏙 Attachment...": ""
79
+ "{{ user }} is typing": "{{ user }} está digitando",
80
+ "🏙 Attachment...": "🏙 Anexo..."
81
81
  }
@@ -1,15 +1,15 @@
1
1
  {
2
- "1 Reply": "",
2
+ "1 Reply": "1 Ответ",
3
3
  "1 Thread Reply": "",
4
4
  "Allow access to your Gallery": "",
5
5
  "Allow camera access in device settings": "",
6
6
  "Also send to channel": "Также отправить на канал",
7
7
  "Are you sure you want to permanently delete this message?": "",
8
- "Are you sure?": "",
8
+ "Are you sure?": "Вы уверены?",
9
9
  "Block User": "",
10
10
  "Cancel": "",
11
11
  "Cannot Flag Message": "",
12
- "Consider how your comment might make others feel and be sure to follow our Community Guidelines": "",
12
+ "Consider how your comment might make others feel and be sure to follow our Community Guidelines": "Обдумайте, как ваш комментарий может повлиять на других, и убедитесь, что вы следуете нашим правилам сообщества",
13
13
  "Copy Message": "",
14
14
  "Delete": "",
15
15
  "Delete Message": "",
@@ -17,20 +17,20 @@
17
17
  "Do you want to send a copy of this message to a moderator for further investigation?": "",
18
18
  "Edit Message": "",
19
19
  "Editing Message": "",
20
- "Emoji matching": "Соответствие эмодзи",
21
- "Empty message...": "",
22
- "Error loading": "",
23
- "Error loading channel list...": "",
24
- "Error loading messages for this channel...": "",
25
- "Error while loading, please reload/refresh": "",
20
+ "Emoji matching": "",
21
+ "Empty message...": "Пустое сообщение...",
22
+ "Error loading": "Ошибка при загрузке",
23
+ "Error loading channel list...": "Ошибка загрузки списка каналов...",
24
+ "Error loading messages for this channel...": "Ошибка загрузки сообщений для этого канала...",
25
+ "Error while loading, please reload/refresh": "Ошибка загрузки, пожалуйста перезагрузите или обновите",
26
26
  "File type not supported": "",
27
27
  "Flag": "",
28
28
  "Flag Message": "",
29
29
  "Flag action failed either due to a network issue or the message is already flagged": "",
30
30
  "Hold to start recording.": "",
31
- "How about sending your first message to a friend?": "",
32
- "Instant Commands": "Мгновенные Команды",
33
- "Let's start chatting!": "",
31
+ "How about sending your first message to a friend?": "Как насчет отправки первого сообщения другу?",
32
+ "Instant Commands": "",
33
+ "Let's start chatting!": "Давайте начнем общаться!",
34
34
  "Links are disabled": "",
35
35
  "Loading channels...": "",
36
36
  "Loading messages...": "",
@@ -41,14 +41,14 @@
41
41
  "Message flagged": "",
42
42
  "Mute User": "",
43
43
  "Not supported": "",
44
- "Nothing yet...": "",
44
+ "Nothing yet...": "Пока ничего нет...",
45
45
  "Ok": "",
46
46
  "Only visible to you": "Видно только вам",
47
47
  "Open Settings": "",
48
48
  "Photo": "Фото",
49
49
  "Photos and Videos": "",
50
50
  "Pin to Conversation": "",
51
- "Pinned by": "Закреплено пользователем",
51
+ "Pinned by": "",
52
52
  "Please allow Audio permissions in settings.": "",
53
53
  "Please enable access to your photos and videos so you can share them.": "",
54
54
  "Please select a channel first": "",
@@ -56,26 +56,26 @@
56
56
  "Reply": "",
57
57
  "Reply to Message": "",
58
58
  "Resend": "",
59
- "Search GIFs": "",
59
+ "Search GIFs": "Поиск GIF",
60
60
  "Select More Photos": "",
61
- "Send Anyway": "",
62
- "Send a message": "",
61
+ "Send Anyway": "Всё равно отправить",
62
+ "Send a message": "Отправить сообщение",
63
63
  "Sending links is not allowed in this conversation": "",
64
- "Slow mode ON": "",
64
+ "Slow mode ON": "Медленный режим включен",
65
65
  "The message has been reported to a moderator.": "",
66
66
  "Thread Reply": "",
67
67
  "Unblock User": "",
68
68
  "Unknown User": "",
69
69
  "Unmute User": "",
70
70
  "Unpin from Conversation": "",
71
- "Unread Messages": "",
71
+ "Unread Messages": "Непрочитанные Сообщения",
72
72
  "Video": "видео",
73
73
  "You": "Вы",
74
74
  "You can't send messages in this channel": "Вы не можете отправлять сообщения в этот канал",
75
- "{{ firstUser }} and {{ nonSelfUserLength }} more are typing": "",
75
+ "{{ firstUser }} and {{ nonSelfUserLength }} more are typing": "{{ firstUser }} и еще {{ nonSelfUserLength }} пишут",
76
76
  "{{ index }} of {{ photoLength }}": "",
77
- "{{ replyCount }} Replies": "",
77
+ "{{ replyCount }} Replies": "{{ replyCount }} Ответов",
78
78
  "{{ replyCount }} Thread Replies": "",
79
- "{{ user }} is typing": "",
80
- "🏙 Attachment...": ""
79
+ "{{ user }} is typing": "{{ user }} пишет",
80
+ "🏙 Attachment...": "🏙 Вложение..."
81
81
  }
@@ -1,15 +1,15 @@
1
1
  {
2
- "1 Reply": "",
2
+ "1 Reply": "1 Cevap",
3
3
  "1 Thread Reply": "",
4
4
  "Allow access to your Gallery": "",
5
5
  "Allow camera access in device settings": "",
6
6
  "Also send to channel": "Kanala da gönder",
7
7
  "Are you sure you want to permanently delete this message?": "",
8
- "Are you sure?": "",
8
+ "Are you sure?": "Emin misiniz?",
9
9
  "Block User": "",
10
10
  "Cancel": "",
11
11
  "Cannot Flag Message": "",
12
- "Consider how your comment might make others feel and be sure to follow our Community Guidelines": "",
12
+ "Consider how your comment might make others feel and be sure to follow our Community Guidelines": "Yorumunuzun diğerlerini nasıl hissettirebileceğini düşünün ve topluluk kurallarımızı takip ettiğinizden emin olun",
13
13
  "Copy Message": "",
14
14
  "Delete": "",
15
15
  "Delete Message": "",
@@ -17,20 +17,20 @@
17
17
  "Do you want to send a copy of this message to a moderator for further investigation?": "",
18
18
  "Edit Message": "",
19
19
  "Editing Message": "",
20
- "Emoji matching": "Emoji eşleştirme",
21
- "Empty message...": "",
22
- "Error loading": "",
23
- "Error loading channel list...": "",
24
- "Error loading messages for this channel...": "",
25
- "Error while loading, please reload/refresh": "",
20
+ "Emoji matching": "",
21
+ "Empty message...": "Boş mesaj...",
22
+ "Error loading": "Yükleme hatası",
23
+ "Error loading channel list...": "Kanal listesi yüklenirken hata oluştu...",
24
+ "Error loading messages for this channel...": "Bu kanal için mesajlar yüklenirken hata oluştu...",
25
+ "Error while loading, please reload/refresh": "Yüklenirken hata oluştu, lütfen tekrar deneyiniz",
26
26
  "File type not supported": "",
27
27
  "Flag": "",
28
28
  "Flag Message": "",
29
29
  "Flag action failed either due to a network issue or the message is already flagged": "",
30
30
  "Hold to start recording.": "",
31
- "How about sending your first message to a friend?": "",
32
- "Instant Commands": "Anlık Komutlar",
33
- "Let's start chatting!": "",
31
+ "How about sending your first message to a friend?": "İlk mesajınızı bir arkadaşınıza göndermeye ne dersiniz?",
32
+ "Instant Commands": "",
33
+ "Let's start chatting!": "Haydi sohbete başlayalım!",
34
34
  "Links are disabled": "",
35
35
  "Loading channels...": "",
36
36
  "Loading messages...": "",
@@ -41,14 +41,14 @@
41
41
  "Message flagged": "",
42
42
  "Mute User": "",
43
43
  "Not supported": "",
44
- "Nothing yet...": "",
44
+ "Nothing yet...": "Henüz değil...",
45
45
  "Ok": "",
46
46
  "Only visible to you": "Sadece siz görebilirsiniz",
47
47
  "Open Settings": "",
48
48
  "Photo": "Fotoğraf",
49
49
  "Photos and Videos": "",
50
50
  "Pin to Conversation": "",
51
- "Pinned by": "Tarafından sabitlendi",
51
+ "Pinned by": "",
52
52
  "Please allow Audio permissions in settings.": "",
53
53
  "Please enable access to your photos and videos so you can share them.": "",
54
54
  "Please select a channel first": "",
@@ -56,26 +56,26 @@
56
56
  "Reply": "",
57
57
  "Reply to Message": "",
58
58
  "Resend": "",
59
- "Search GIFs": "",
59
+ "Search GIFs": "GIF Ara",
60
60
  "Select More Photos": "",
61
- "Send Anyway": "",
62
- "Send a message": "",
61
+ "Send Anyway": "Yine de Gönder",
62
+ "Send a message": "Mesaj gönder",
63
63
  "Sending links is not allowed in this conversation": "",
64
- "Slow mode ON": "",
64
+ "Slow mode ON": "Yavaş Mod Açık",
65
65
  "The message has been reported to a moderator.": "",
66
66
  "Thread Reply": "",
67
67
  "Unblock User": "",
68
68
  "Unknown User": "",
69
69
  "Unmute User": "",
70
70
  "Unpin from Conversation": "",
71
- "Unread Messages": "",
71
+ "Unread Messages": "Okunmamış Mesajlar",
72
72
  "Video": "Video",
73
73
  "You": "Sen",
74
74
  "You can't send messages in this channel": "Bu konuşmaya mesaj gönderemezsiniz",
75
- "{{ firstUser }} and {{ nonSelfUserLength }} more are typing": "",
75
+ "{{ firstUser }} and {{ nonSelfUserLength }} more are typing": "{{ firstUser }} ve {{ nonSelfUserLength }} kişi daha yazıyor",
76
76
  "{{ index }} of {{ photoLength }}": "",
77
- "{{ replyCount }} Replies": "",
77
+ "{{ replyCount }} Replies": "{{ replyCount }} Cevap",
78
78
  "{{ replyCount }} Thread Replies": "",
79
- "{{ user }} is typing": "",
80
- "🏙 Attachment...": ""
79
+ "{{ user }} is typing": "{{ user }} yazıyor",
80
+ "🏙 Attachment...": "🏙 Ek..."
81
81
  }
@@ -1,3 +1,3 @@
1
1
  {
2
- "version": "5.29.1-beta.1"
2
+ "version": "5.29.1-beta.3"
3
3
  }
@@ -1 +1 @@
1
- {"version":3,"file":"useAudioController.d.ts","sourceRoot":"","sources":["../../../../../src/components/MessageInput/hooks/useAudioController.tsx"],"names":[],"mappings":";AAKA,OAAO,EAEL,wBAAwB,EAMzB,MAAM,iBAAiB,CAAC;AAKzB,MAAM,MAAM,qBAAqB,GAAG,MAAM,GAAG,WAAW,GAAG,SAAS,CAAC;AAErE;;GAEG;AACH,eAAO,MAAM,kBAAkB;;;;;;;;;;;;;;;;;;6CAoNyB,OAAO;;CAoD9D,CAAC"}
1
+ {"version":3,"file":"useAudioController.d.ts","sourceRoot":"","sources":["../../../../../src/components/MessageInput/hooks/useAudioController.tsx"],"names":[],"mappings":";AAKA,OAAO,EAEL,wBAAwB,EAMzB,MAAM,iBAAiB,CAAC;AAKzB,MAAM,MAAM,qBAAqB,GAAG,MAAM,GAAG,WAAW,GAAG,SAAS,CAAC;AAErE;;GAEG;AACH,eAAO,MAAM,kBAAkB;;;;;;;;;;;;;;;;;;6CAyNyB,OAAO;;CAuD9D,CAAC"}