stream-chat-react-native-core 5.27.0-beta.7 → 5.27.0-beta.9

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/AttachmentPicker/components/AttachmentPickerIOSSelectMorePhotos.js +30 -5
  2. package/lib/commonjs/components/AttachmentPicker/components/AttachmentPickerIOSSelectMorePhotos.js.map +1 -1
  3. package/lib/commonjs/components/MessageList/MessageList.js +22 -21
  4. package/lib/commonjs/components/MessageList/MessageList.js.map +1 -1
  5. package/lib/commonjs/i18n/es.json +25 -25
  6. package/lib/commonjs/i18n/fr.json +25 -25
  7. package/lib/commonjs/i18n/he.json +25 -25
  8. package/lib/commonjs/i18n/hi.json +25 -25
  9. package/lib/commonjs/i18n/it.json +25 -25
  10. package/lib/commonjs/i18n/ja.json +25 -25
  11. package/lib/commonjs/i18n/ko.json +25 -25
  12. package/lib/commonjs/i18n/nl.json +25 -25
  13. package/lib/commonjs/i18n/pt-BR.json +25 -25
  14. package/lib/commonjs/i18n/ru.json +25 -25
  15. package/lib/commonjs/i18n/tr.json +25 -25
  16. package/lib/commonjs/version.json +1 -1
  17. package/lib/module/components/AttachmentPicker/components/AttachmentPickerIOSSelectMorePhotos.js +30 -5
  18. package/lib/module/components/AttachmentPicker/components/AttachmentPickerIOSSelectMorePhotos.js.map +1 -1
  19. package/lib/module/components/MessageList/MessageList.js +22 -21
  20. package/lib/module/components/MessageList/MessageList.js.map +1 -1
  21. package/lib/module/i18n/es.json +25 -25
  22. package/lib/module/i18n/fr.json +25 -25
  23. package/lib/module/i18n/he.json +25 -25
  24. package/lib/module/i18n/hi.json +25 -25
  25. package/lib/module/i18n/it.json +25 -25
  26. package/lib/module/i18n/ja.json +25 -25
  27. package/lib/module/i18n/ko.json +25 -25
  28. package/lib/module/i18n/nl.json +25 -25
  29. package/lib/module/i18n/pt-BR.json +25 -25
  30. package/lib/module/i18n/ru.json +25 -25
  31. package/lib/module/i18n/tr.json +25 -25
  32. package/lib/module/version.json +1 -1
  33. package/lib/typescript/i18n/es.json +25 -25
  34. package/lib/typescript/i18n/fr.json +25 -25
  35. package/lib/typescript/i18n/he.json +25 -25
  36. package/lib/typescript/i18n/hi.json +25 -25
  37. package/lib/typescript/i18n/it.json +25 -25
  38. package/lib/typescript/i18n/ja.json +25 -25
  39. package/lib/typescript/i18n/ko.json +25 -25
  40. package/lib/typescript/i18n/nl.json +25 -25
  41. package/lib/typescript/i18n/pt-BR.json +25 -25
  42. package/lib/typescript/i18n/ru.json +25 -25
  43. package/lib/typescript/i18n/tr.json +25 -25
  44. package/package.json +1 -1
  45. package/src/components/AttachmentPicker/components/AttachmentPickerIOSSelectMorePhotos.tsx +24 -2
  46. package/src/components/MessageList/MessageList.tsx +4 -2
  47. package/src/i18n/es.json +25 -25
  48. package/src/i18n/fr.json +25 -25
  49. package/src/i18n/he.json +25 -25
  50. package/src/i18n/hi.json +25 -25
  51. package/src/i18n/it.json +25 -25
  52. package/src/i18n/ja.json +25 -25
  53. package/src/i18n/ko.json +25 -25
  54. package/src/i18n/nl.json +25 -25
  55. package/src/i18n/pt-BR.json +25 -25
  56. package/src/i18n/ru.json +25 -25
  57. package/src/i18n/tr.json +25 -25
  58. package/src/version.json +1 -1
@@ -1,15 +1,15 @@
1
1
  {
2
- "1 Reply": "1 Antwoord",
3
- "1 Thread Reply": "1 thread antwoord",
2
+ "1 Reply": "",
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?": "Weet je het zeker?",
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": "Denk na over hoe jouw opmerking anderen zou kunnen laten voelen en zorg ervoor dat je onze Community-richtlijnen volgt",
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": "",
@@ -18,47 +18,47 @@
18
18
  "Edit Message": "",
19
19
  "Editing Message": "",
20
20
  "Emoji matching": "Emoji-overeenkomsten",
21
- "Empty message...": "Leeg bericht...",
21
+ "Empty message...": "",
22
22
  "Error loading": "Probleem bij het laden",
23
- "Error loading channel list...": "Probleem bij het laden van de kanalen...",
23
+ "Error loading channel list...": "",
24
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
- "File type not supported": "",
25
+ "Error while loading, please reload/refresh": "",
26
+ "File type not supported": "Bestandstype niet ondersteund",
27
27
  "Flag": "",
28
28
  "Flag Message": "",
29
29
  "Flag action failed either due to a network issue or the message is already flagged": "",
30
- "How about sending your first message to a friend?": "Wat dacht je ervan om je eerste bericht naar een vriend te sturen?",
30
+ "How about sending your first message to a friend?": "",
31
31
  "Instant Commands": "Directe Opdrachten",
32
- "Let's start chatting!": "Laten we beginnen met chatten!",
33
- "Links are disabled": "",
34
- "Loading channels...": "Kanalen aan het laden...",
35
- "Loading messages...": "Berichten aan het laden...",
36
- "Loading...": "Aan het laden...",
37
- "Maximum file size upload limit reached. Please upload a file below {{MAX_FILE_SIZE_TO_UPLOAD_IN_MB}} MB.": "",
38
- "Message Reactions": "Bericht Reacties",
32
+ "Let's start chatting!": "",
33
+ "Links are disabled": "Het versturen van links staat uit",
34
+ "Loading channels...": "",
35
+ "Loading messages...": "",
36
+ "Loading...": "",
37
+ "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.",
38
+ "Message Reactions": "",
39
39
  "Message deleted": "Bericht verwijderd",
40
40
  "Message flagged": "",
41
41
  "Mute User": "",
42
- "Not supported": "",
43
- "Nothing yet...": "Nog niets...",
42
+ "Not supported": "niet ondersteund",
43
+ "Nothing yet...": "",
44
44
  "Ok": "",
45
45
  "Only visible to you": "",
46
46
  "Open Settings": "",
47
47
  "Photo": "",
48
48
  "Photos and Videos": "",
49
49
  "Pin to Conversation": "",
50
- "Pinned by": "Vastgemaakt door",
50
+ "Pinned by": "",
51
51
  "Please enable access to your photos and videos so you can share them.": "",
52
52
  "Please select a channel first": "Selecteer eerst een kanaal",
53
53
  "Reconnecting...": "Opnieuw Verbinding Maken...",
54
54
  "Reply": "",
55
- "Reply to Message": "Beantwoord bericht",
55
+ "Reply to Message": "",
56
56
  "Resend": "",
57
57
  "Search GIFs": "",
58
58
  "Select More Photos": "",
59
- "Send Anyway": "Toch verzenden",
59
+ "Send Anyway": "",
60
60
  "Send a message": "",
61
- "Sending links is not allowed in this conversation": "",
61
+ "Sending links is not allowed in this conversation": "In dit gesprek is het niet toegestaan links te versturen",
62
62
  "Slow mode ON": "",
63
63
  "The message has been reported to a moderator.": "",
64
64
  "Thread Reply": "",
@@ -72,8 +72,8 @@
72
72
  "You can't send messages in this channel": "",
73
73
  "{{ firstUser }} and {{ nonSelfUserLength }} more are typing": "",
74
74
  "{{ index }} of {{ photoLength }}": "",
75
- "{{ replyCount }} Replies": "{{ replyCount }} Antwoorden",
76
- "{{ replyCount }} Thread Replies": "{{replyCount}} Discussiereacties",
75
+ "{{ replyCount }} Replies": "",
76
+ "{{ replyCount }} Thread Replies": "",
77
77
  "{{ user }} is typing": "",
78
- "🏙 Attachment...": "🏙 Bijlage..."
78
+ "🏙 Attachment...": ""
79
79
  }
@@ -1,15 +1,15 @@
1
1
  {
2
- "1 Reply": "1 Resposta",
3
- "1 Thread Reply": "1 Resposta de Thread",
2
+ "1 Reply": "",
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?": "Tem certeza?",
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": "Considere como seu comentário pode fazer os outros se sentirem e certifique-se de seguir nossas Diretrizes da Comunidade",
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": "",
@@ -18,47 +18,47 @@
18
18
  "Edit Message": "",
19
19
  "Editing Message": "",
20
20
  "Emoji matching": "Correspondência de Emoji",
21
- "Empty message...": "Mensagem vazia...",
21
+ "Empty message...": "",
22
22
  "Error loading": "Erro ao carregar",
23
- "Error loading channel list...": "Erro ao carregar lista de canais...",
23
+ "Error loading channel list...": "",
24
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
- "File type not supported": "",
25
+ "Error while loading, please reload/refresh": "",
26
+ "File type not supported": "Tipo de arquivo não suportado",
27
27
  "Flag": "",
28
28
  "Flag Message": "",
29
29
  "Flag action failed either due to a network issue or the message is already flagged": "",
30
- "How about sending your first message to a friend?": "Que tal enviar sua primeira mensagem para um amigo?",
30
+ "How about sending your first message to a friend?": "",
31
31
  "Instant Commands": "Comandos Instantâneos",
32
- "Let's start chatting!": "Vamos começar a conversar!",
33
- "Links are disabled": "",
34
- "Loading channels...": "Carregando canais...",
35
- "Loading messages...": "Carregando mensagens...",
36
- "Loading...": "Carregando...",
37
- "Maximum file size upload limit reached. Please upload a file below {{MAX_FILE_SIZE_TO_UPLOAD_IN_MB}} MB.": "",
38
- "Message Reactions": "Reações à Mensagem",
32
+ "Let's start chatting!": "",
33
+ "Links are disabled": "Links estão desabilitados",
34
+ "Loading channels...": "",
35
+ "Loading messages...": "",
36
+ "Loading...": "",
37
+ "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.",
38
+ "Message Reactions": "",
39
39
  "Message deleted": "Mensagem excluída",
40
40
  "Message flagged": "",
41
41
  "Mute User": "",
42
- "Not supported": "",
43
- "Nothing yet...": "Nada ainda...",
42
+ "Not supported": "Não suportado",
43
+ "Nothing yet...": "",
44
44
  "Ok": "",
45
45
  "Only visible to you": "",
46
46
  "Open Settings": "",
47
47
  "Photo": "",
48
48
  "Photos and Videos": "",
49
49
  "Pin to Conversation": "",
50
- "Pinned by": "Fixado por",
50
+ "Pinned by": "",
51
51
  "Please enable access to your photos and videos so you can share them.": "",
52
52
  "Please select a channel first": "Por favor, selecione um canal primeiro",
53
53
  "Reconnecting...": "Reconectando...",
54
54
  "Reply": "",
55
- "Reply to Message": "Responder à Mensagem",
55
+ "Reply to Message": "",
56
56
  "Resend": "",
57
57
  "Search GIFs": "",
58
58
  "Select More Photos": "",
59
- "Send Anyway": "Enviar de qualquer maneira",
59
+ "Send Anyway": "",
60
60
  "Send a message": "",
61
- "Sending links is not allowed in this conversation": "",
61
+ "Sending links is not allowed in this conversation": "Não é permitido enviar links nesta conversa",
62
62
  "Slow mode ON": "",
63
63
  "The message has been reported to a moderator.": "",
64
64
  "Thread Reply": "",
@@ -72,8 +72,8 @@
72
72
  "You can't send messages in this channel": "",
73
73
  "{{ firstUser }} and {{ nonSelfUserLength }} more are typing": "",
74
74
  "{{ index }} of {{ photoLength }}": "",
75
- "{{ replyCount }} Replies": "{{ replyCount }} Respostas",
76
- "{{ replyCount }} Thread Replies": "{{ replyCount }} Respostas de Thread",
75
+ "{{ replyCount }} Replies": "",
76
+ "{{ replyCount }} Thread Replies": "",
77
77
  "{{ user }} is typing": "",
78
- "🏙 Attachment...": "🏙 Anexo..."
78
+ "🏙 Attachment...": ""
79
79
  }
@@ -1,15 +1,15 @@
1
1
  {
2
- "1 Reply": "1 Ответ",
3
- "1 Thread Reply": "1 тема Ответить",
2
+ "1 Reply": "",
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": "",
@@ -18,47 +18,47 @@
18
18
  "Edit Message": "",
19
19
  "Editing Message": "",
20
20
  "Emoji matching": "Соответствие эмодзи",
21
- "Empty message...": "Пустое сообщение...",
21
+ "Empty message...": "",
22
22
  "Error loading": "Ошибка при загрузке",
23
- "Error loading channel list...": "Ошибка загрузки списка каналов...",
23
+ "Error loading channel list...": "",
24
24
  "Error loading messages for this channel...": "Ошибка загрузки сообщений для этого канала...",
25
- "Error while loading, please reload/refresh": "Ошибка загрузки, пожалуйста перезагрузите или обновите",
26
- "File type not supported": "",
25
+ "Error while loading, please reload/refresh": "",
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
- "How about sending your first message to a friend?": "Как насчет отправки первого сообщения другу?",
30
+ "How about sending your first message to a friend?": "",
31
31
  "Instant Commands": "Мгновенные Команды",
32
- "Let's start chatting!": "Давайте начнем общаться!",
33
- "Links are disabled": "",
34
- "Loading channels...": "Загружаю каналы...",
35
- "Loading messages...": "Загружаю сообщения...",
36
- "Loading...": "Загружаю...",
37
- "Maximum file size upload limit reached. Please upload a file below {{MAX_FILE_SIZE_TO_UPLOAD_IN_MB}} MB.": "",
38
- "Message Reactions": "Сообщения Реакции",
32
+ "Let's start chatting!": "",
33
+ "Links are disabled": "Ссылки отключены",
34
+ "Loading channels...": "",
35
+ "Loading messages...": "",
36
+ "Loading...": "",
37
+ "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}} МБ.",
38
+ "Message Reactions": "",
39
39
  "Message deleted": "Сообщение удалено",
40
40
  "Message flagged": "",
41
41
  "Mute User": "",
42
- "Not supported": "",
43
- "Nothing yet...": "Пока ничего нет...",
42
+ "Not supported": "не поддерживается",
43
+ "Nothing yet...": "",
44
44
  "Ok": "",
45
45
  "Only visible to you": "",
46
46
  "Open Settings": "",
47
47
  "Photo": "",
48
48
  "Photos and Videos": "",
49
49
  "Pin to Conversation": "",
50
- "Pinned by": "Закреплено пользователем",
50
+ "Pinned by": "",
51
51
  "Please enable access to your photos and videos so you can share them.": "",
52
52
  "Please select a channel first": "Пожалуйста, сначала выберите канал",
53
53
  "Reconnecting...": "Переподключение...",
54
54
  "Reply": "",
55
- "Reply to Message": "Ответить на сообщение",
55
+ "Reply to Message": "",
56
56
  "Resend": "",
57
57
  "Search GIFs": "",
58
58
  "Select More Photos": "",
59
- "Send Anyway": "Всё равно отправить",
59
+ "Send Anyway": "",
60
60
  "Send a message": "",
61
- "Sending links is not allowed in this conversation": "",
61
+ "Sending links is not allowed in this conversation": "Отправка ссылок недоступна в этом чате",
62
62
  "Slow mode ON": "",
63
63
  "The message has been reported to a moderator.": "",
64
64
  "Thread Reply": "",
@@ -72,8 +72,8 @@
72
72
  "You can't send messages in this channel": "",
73
73
  "{{ firstUser }} and {{ nonSelfUserLength }} more are typing": "",
74
74
  "{{ index }} of {{ photoLength }}": "",
75
- "{{ replyCount }} Replies": "{{ replyCount }} Ответов",
76
- "{{ replyCount }} Thread Replies": "{{replyCount}} Ответы в темах",
75
+ "{{ replyCount }} Replies": "",
76
+ "{{ replyCount }} Thread Replies": "",
77
77
  "{{ user }} is typing": "",
78
- "🏙 Attachment...": "🏙 Вложение..."
78
+ "🏙 Attachment...": ""
79
79
  }
@@ -1,15 +1,15 @@
1
1
  {
2
- "1 Reply": "1 Cevap",
3
- "1 Thread Reply": "1 Konu Yanıtı",
2
+ "1 Reply": "",
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?": "Emin misiniz?",
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": "Yorumunuzun diğerlerini nasıl hissettirebileceğini düşünün ve topluluk kurallarımızı takip ettiğinizden emin olun",
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": "",
@@ -18,47 +18,47 @@
18
18
  "Edit Message": "",
19
19
  "Editing Message": "",
20
20
  "Emoji matching": "Emoji eşleştirme",
21
- "Empty message...": "Boş mesaj...",
21
+ "Empty message...": "",
22
22
  "Error loading": "Yükleme hatası",
23
- "Error loading channel list...": "Kanal listesi yüklenirken hata oluştu...",
23
+ "Error loading channel list...": "",
24
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
- "File type not supported": "",
25
+ "Error while loading, please reload/refresh": "",
26
+ "File type not supported": "Dosya türü desteklenmiyor",
27
27
  "Flag": "",
28
28
  "Flag Message": "",
29
29
  "Flag action failed either due to a network issue or the message is already flagged": "",
30
- "How about sending your first message to a friend?": "İlk mesajınızı bir arkadaşınıza göndermeye ne dersiniz?",
30
+ "How about sending your first message to a friend?": "",
31
31
  "Instant Commands": "Anlık Komutlar",
32
- "Let's start chatting!": "Haydi sohbete başlayalım!",
33
- "Links are disabled": "",
34
- "Loading channels...": "Kanallar yükleniyor...",
35
- "Loading messages...": "Mesajlar yükleniyor...",
36
- "Loading...": "Yükleniyor...",
37
- "Maximum file size upload limit reached. Please upload a file below {{MAX_FILE_SIZE_TO_UPLOAD_IN_MB}} MB.": "",
38
- "Message Reactions": "Mesaj Tepkileri",
32
+ "Let's start chatting!": "",
33
+ "Links are disabled": "Bağlantılar devre dışı",
34
+ "Loading channels...": "",
35
+ "Loading messages...": "",
36
+ "Loading...": "",
37
+ "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.",
38
+ "Message Reactions": "",
39
39
  "Message deleted": "Mesaj silindi",
40
40
  "Message flagged": "",
41
41
  "Mute User": "",
42
- "Not supported": "",
43
- "Nothing yet...": "Henüz değil...",
42
+ "Not supported": "Desteklenmiyor",
43
+ "Nothing yet...": "",
44
44
  "Ok": "",
45
45
  "Only visible to you": "",
46
46
  "Open Settings": "",
47
47
  "Photo": "",
48
48
  "Photos and Videos": "",
49
49
  "Pin to Conversation": "",
50
- "Pinned by": "Tarafından sabitlendi",
50
+ "Pinned by": "",
51
51
  "Please enable access to your photos and videos so you can share them.": "",
52
52
  "Please select a channel first": "Lütfen önce bir kanal seçiniz",
53
53
  "Reconnecting...": "Yeniden Bağlanılıyor...",
54
54
  "Reply": "",
55
- "Reply to Message": "Mesajı Yanıtla",
55
+ "Reply to Message": "",
56
56
  "Resend": "",
57
57
  "Search GIFs": "",
58
58
  "Select More Photos": "",
59
- "Send Anyway": "Yine de Gönder",
59
+ "Send Anyway": "",
60
60
  "Send a message": "",
61
- "Sending links is not allowed in this conversation": "",
61
+ "Sending links is not allowed in this conversation": "Bu konuşmada bağlantı göndermek desteklenmiyor",
62
62
  "Slow mode ON": "",
63
63
  "The message has been reported to a moderator.": "",
64
64
  "Thread Reply": "",
@@ -72,8 +72,8 @@
72
72
  "You can't send messages in this channel": "",
73
73
  "{{ firstUser }} and {{ nonSelfUserLength }} more are typing": "",
74
74
  "{{ index }} of {{ photoLength }}": "",
75
- "{{ replyCount }} Replies": "{{ replyCount }} Cevap",
76
- "{{ replyCount }} Thread Replies": "{{responseCount}} Konu Cevapı",
75
+ "{{ replyCount }} Replies": "",
76
+ "{{ replyCount }} Thread Replies": "",
77
77
  "{{ user }} is typing": "",
78
- "🏙 Attachment...": "🏙 Ek..."
78
+ "🏙 Attachment...": ""
79
79
  }
@@ -1,3 +1,3 @@
1
1
  {
2
- "version": "5.27.0-beta.7"
2
+ "version": "5.27.0-beta.9"
3
3
  }
@@ -1,15 +1,15 @@
1
1
  {
2
- "1 Reply": "1 respuesta",
3
- "1 Thread Reply": "1 respuesta de hilo",
2
+ "1 Reply": "",
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?": "¿Estás seguro?",
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": "Considera cómo tu comentario podría hacer sentir a los demás y asegúrate de seguir nuestras Normas de la Comunidad",
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": "",
@@ -18,47 +18,47 @@
18
18
  "Edit Message": "",
19
19
  "Editing Message": "",
20
20
  "Emoji matching": "Coincidencia de emoji",
21
- "Empty message...": "Mensaje vacío...",
21
+ "Empty message...": "",
22
22
  "Error loading": "Error al cargar",
23
- "Error loading channel list...": "Error al cargar la lista de canales...",
23
+ "Error loading channel list...": "",
24
24
  "Error loading messages for this channel...": "Error al cargar los mensajes de este canal...",
25
- "Error while loading, please reload/refresh": "Error al cargar, por favor recarga/actualiza",
26
- "File type not supported": "",
25
+ "Error while loading, please reload/refresh": "",
26
+ "File type not supported": "Tipo de archivo no admitido",
27
27
  "Flag": "",
28
28
  "Flag Message": "",
29
29
  "Flag action failed either due to a network issue or the message is already flagged": "",
30
- "How about sending your first message to a friend?": "¿Qué tal enviar tu primer mensaje a un amigo?",
30
+ "How about sending your first message to a friend?": "",
31
31
  "Instant Commands": "Comandos instantáneos",
32
- "Let's start chatting!": "¡Empecemos a charlar!",
33
- "Links are disabled": "",
34
- "Loading channels...": "Cargando canales...",
35
- "Loading messages...": "Cargando mensajes...",
36
- "Loading...": "Cargando...",
37
- "Maximum file size upload limit reached. Please upload a file below {{MAX_FILE_SIZE_TO_UPLOAD_IN_MB}} MB.": "",
38
- "Message Reactions": "Reacciones al mensaje",
32
+ "Let's start chatting!": "",
33
+ "Links are disabled": "Los enlaces están desactivados",
34
+ "Loading channels...": "",
35
+ "Loading messages...": "",
36
+ "Loading...": "",
37
+ "Maximum file size upload limit reached. Please upload a file below {{MAX_FILE_SIZE_TO_UPLOAD_IN_MB}} MB.": "El archivo supera el tamaño máximo permitido. Por favor, selecciona un archivo menor a {{MAX_FILE_SIZE_TO_UPLOAD_IN_MB}} MB.",
38
+ "Message Reactions": "",
39
39
  "Message deleted": "Mensaje eliminado",
40
40
  "Message flagged": "",
41
41
  "Mute User": "",
42
- "Not supported": "",
43
- "Nothing yet...": "Aún no hay nada...",
42
+ "Not supported": "No admitido",
43
+ "Nothing yet...": "",
44
44
  "Ok": "",
45
45
  "Only visible to you": "",
46
46
  "Open Settings": "",
47
47
  "Photo": "",
48
48
  "Photos and Videos": "",
49
49
  "Pin to Conversation": "",
50
- "Pinned by": "Fijado por",
50
+ "Pinned by": "",
51
51
  "Please enable access to your photos and videos so you can share them.": "",
52
52
  "Please select a channel first": "Por favor, selecciona primero un canal",
53
53
  "Reconnecting...": "Reconectando...",
54
54
  "Reply": "",
55
- "Reply to Message": "Responder al mensaje",
55
+ "Reply to Message": "",
56
56
  "Resend": "",
57
57
  "Search GIFs": "",
58
58
  "Select More Photos": "",
59
- "Send Anyway": "Enviar de todos modos",
59
+ "Send Anyway": "",
60
60
  "Send a message": "",
61
- "Sending links is not allowed in this conversation": "",
61
+ "Sending links is not allowed in this conversation": "No está permitido enviar enlaces en esta conversación",
62
62
  "Slow mode ON": "",
63
63
  "The message has been reported to a moderator.": "",
64
64
  "Thread Reply": "",
@@ -72,8 +72,8 @@
72
72
  "You can't send messages in this channel": "",
73
73
  "{{ firstUser }} and {{ nonSelfUserLength }} more are typing": "",
74
74
  "{{ index }} of {{ photoLength }}": "",
75
- "{{ replyCount }} Replies": "{{ replyCount }} Respuestas",
76
- "{{ replyCount }} Thread Replies": "{{ replyCount }} respuestas de hilo",
75
+ "{{ replyCount }} Replies": "",
76
+ "{{ replyCount }} Thread Replies": "",
77
77
  "{{ user }} is typing": "",
78
- "🏙 Attachment...": "🏙 Adjunto..."
78
+ "🏙 Attachment...": ""
79
79
  }
@@ -1,15 +1,15 @@
1
1
  {
2
- "1 Reply": "1 Réponse",
3
- "1 Thread Reply": "Réponse à 1 fil",
2
+ "1 Reply": "",
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?": "Es-tu sûr ?",
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": "Considérez comment votre commentaire pourrait faire sentir les autres et assurez-vous de suivre nos directives communautaires",
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": "",
@@ -18,47 +18,47 @@
18
18
  "Edit Message": "",
19
19
  "Editing Message": "",
20
20
  "Emoji matching": "Correspondance Emoji",
21
- "Empty message...": "Message vide...",
21
+ "Empty message...": "",
22
22
  "Error loading": "Erreur lors du chargement",
23
- "Error loading channel list...": "Erreur lors du chargement de la liste de canaux...",
23
+ "Error loading channel list...": "",
24
24
  "Error loading messages for this channel...": "Erreur lors du chargement des messages de ce canal...",
25
- "Error while loading, please reload/refresh": "Erreur lors du chargement, veuillez recharger/rafraîchir",
26
- "File type not supported": "",
25
+ "Error while loading, please reload/refresh": "",
26
+ "File type not supported": "Le type de fichier n'est pas pris en charge",
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
- "How about sending your first message to a friend?": "Et si vous envoyiez votre premier message à un ami ?",
30
+ "How about sending your first message to a friend?": "",
31
31
  "Instant Commands": "Commandes Instantanées",
32
- "Let's start chatting!": "Commençons à discuter !",
33
- "Links are disabled": "",
34
- "Loading channels...": "Chargement des canaux...",
35
- "Loading messages...": "Chargement des messages...",
36
- "Loading...": "Chargement...",
37
- "Maximum file size upload limit reached. Please upload a file below {{MAX_FILE_SIZE_TO_UPLOAD_IN_MB}} MB.": "",
38
- "Message Reactions": "Réactions aux messages",
32
+ "Let's start chatting!": "",
33
+ "Links are disabled": "Links are disabled",
34
+ "Loading channels...": "",
35
+ "Loading messages...": "",
36
+ "Loading...": "",
37
+ "Maximum file size upload limit reached. Please upload a file below {{MAX_FILE_SIZE_TO_UPLOAD_IN_MB}} MB.": "Taille maximale de téléchargement de fichier atteinte. Veuillez télécharger un fichier inférieur à {{MAX_FILE_SIZE_TO_UPLOAD_IN_MB}} Mo.",
38
+ "Message Reactions": "",
39
39
  "Message deleted": "Message supprimé",
40
40
  "Message flagged": "",
41
41
  "Mute User": "",
42
- "Not supported": "",
43
- "Nothing yet...": "Aucun message...",
42
+ "Not supported": "Non pris en charge",
43
+ "Nothing yet...": "",
44
44
  "Ok": "",
45
45
  "Only visible to you": "",
46
46
  "Open Settings": "",
47
47
  "Photo": "",
48
48
  "Photos and Videos": "",
49
49
  "Pin to Conversation": "",
50
- "Pinned by": "Épinglé par",
50
+ "Pinned by": "",
51
51
  "Please enable access to your photos and videos so you can share them.": "",
52
52
  "Please select a channel first": "Veuillez d'abord selectionnez un canal",
53
53
  "Reconnecting...": "Se Reconnecter...",
54
54
  "Reply": "",
55
- "Reply to Message": "Répondre au message",
55
+ "Reply to Message": "",
56
56
  "Resend": "",
57
57
  "Search GIFs": "",
58
58
  "Select More Photos": "",
59
- "Send Anyway": "Envoyer quand même",
59
+ "Send Anyway": "",
60
60
  "Send a message": "",
61
- "Sending links is not allowed in this conversation": "",
61
+ "Sending links is not allowed in this conversation": "Sending links is not allowed in this conversation",
62
62
  "Slow mode ON": "",
63
63
  "The message has been reported to a moderator.": "",
64
64
  "Thread Reply": "",
@@ -72,8 +72,8 @@
72
72
  "You can't send messages in this channel": "",
73
73
  "{{ firstUser }} and {{ nonSelfUserLength }} more are typing": "",
74
74
  "{{ index }} of {{ photoLength }}": "",
75
- "{{ replyCount }} Replies": "{{ replyCount }} Réponses",
76
- "{{ replyCount }} Thread Replies": "{{replyCount}} Réponses à la discussion",
75
+ "{{ replyCount }} Replies": "",
76
+ "{{ replyCount }} Thread Replies": "",
77
77
  "{{ user }} is typing": "",
78
- "🏙 Attachment...": "🏙 Pièce jointe..."
78
+ "🏙 Attachment...": ""
79
79
  }