stream-chat-react-native-core 9.0.2-beta.1 → 9.0.2-beta.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (78) hide show
  1. package/lib/commonjs/components/AttachmentPicker/components/AttachmentMediaPicker/AttachmentPickerItem.js +6 -2
  2. package/lib/commonjs/components/AttachmentPicker/components/AttachmentMediaPicker/AttachmentPickerItem.js.map +1 -1
  3. package/lib/commonjs/components/Indicators/EmptyStateIndicator.js +1 -1
  4. package/lib/commonjs/components/Indicators/EmptyStateIndicator.js.map +1 -1
  5. package/lib/commonjs/components/MessageInput/components/AttachmentPreview/AttachmentUploadProgressIndicator.js +8 -3
  6. package/lib/commonjs/components/MessageInput/components/AttachmentPreview/AttachmentUploadProgressIndicator.js.map +1 -1
  7. package/lib/commonjs/components/Poll/CreatePollContent.js +3 -3
  8. package/lib/commonjs/components/Poll/CreatePollContent.js.map +1 -1
  9. package/lib/commonjs/i18n/en.json +8 -0
  10. package/lib/commonjs/i18n/es.json +8 -0
  11. package/lib/commonjs/i18n/fr.json +8 -0
  12. package/lib/commonjs/i18n/he.json +8 -0
  13. package/lib/commonjs/i18n/hi.json +8 -0
  14. package/lib/commonjs/i18n/it.json +8 -0
  15. package/lib/commonjs/i18n/ja.json +8 -0
  16. package/lib/commonjs/i18n/ko.json +8 -0
  17. package/lib/commonjs/i18n/nl.json +8 -0
  18. package/lib/commonjs/i18n/pt-br.json +8 -0
  19. package/lib/commonjs/i18n/ru.json +8 -0
  20. package/lib/commonjs/i18n/tr.json +8 -0
  21. package/lib/commonjs/version.json +1 -1
  22. package/lib/module/components/AttachmentPicker/components/AttachmentMediaPicker/AttachmentPickerItem.js +6 -2
  23. package/lib/module/components/AttachmentPicker/components/AttachmentMediaPicker/AttachmentPickerItem.js.map +1 -1
  24. package/lib/module/components/Indicators/EmptyStateIndicator.js +1 -1
  25. package/lib/module/components/Indicators/EmptyStateIndicator.js.map +1 -1
  26. package/lib/module/components/MessageInput/components/AttachmentPreview/AttachmentUploadProgressIndicator.js +8 -3
  27. package/lib/module/components/MessageInput/components/AttachmentPreview/AttachmentUploadProgressIndicator.js.map +1 -1
  28. package/lib/module/components/Poll/CreatePollContent.js +3 -3
  29. package/lib/module/components/Poll/CreatePollContent.js.map +1 -1
  30. package/lib/module/i18n/en.json +8 -0
  31. package/lib/module/i18n/es.json +8 -0
  32. package/lib/module/i18n/fr.json +8 -0
  33. package/lib/module/i18n/he.json +8 -0
  34. package/lib/module/i18n/hi.json +8 -0
  35. package/lib/module/i18n/it.json +8 -0
  36. package/lib/module/i18n/ja.json +8 -0
  37. package/lib/module/i18n/ko.json +8 -0
  38. package/lib/module/i18n/nl.json +8 -0
  39. package/lib/module/i18n/pt-br.json +8 -0
  40. package/lib/module/i18n/ru.json +8 -0
  41. package/lib/module/i18n/tr.json +8 -0
  42. package/lib/module/version.json +1 -1
  43. package/lib/typescript/components/AttachmentPicker/components/AttachmentMediaPicker/AttachmentPickerItem.d.ts.map +1 -1
  44. package/lib/typescript/components/Indicators/EmptyStateIndicator.d.ts.map +1 -1
  45. package/lib/typescript/components/MessageInput/components/AttachmentPreview/AttachmentUploadProgressIndicator.d.ts.map +1 -1
  46. package/lib/typescript/components/Poll/CreatePollContent.d.ts.map +1 -1
  47. package/lib/typescript/i18n/en.json +8 -0
  48. package/lib/typescript/i18n/es.json +8 -0
  49. package/lib/typescript/i18n/fr.json +8 -0
  50. package/lib/typescript/i18n/he.json +8 -0
  51. package/lib/typescript/i18n/hi.json +8 -0
  52. package/lib/typescript/i18n/it.json +8 -0
  53. package/lib/typescript/i18n/ja.json +8 -0
  54. package/lib/typescript/i18n/ko.json +8 -0
  55. package/lib/typescript/i18n/nl.json +8 -0
  56. package/lib/typescript/i18n/pt-br.json +8 -0
  57. package/lib/typescript/i18n/ru.json +8 -0
  58. package/lib/typescript/i18n/tr.json +8 -0
  59. package/lib/typescript/utils/i18n/Streami18n.d.ts +8 -0
  60. package/lib/typescript/utils/i18n/Streami18n.d.ts.map +1 -1
  61. package/package.json +1 -1
  62. package/src/components/AttachmentPicker/components/AttachmentMediaPicker/AttachmentPickerItem.tsx +4 -2
  63. package/src/components/Indicators/EmptyStateIndicator.tsx +3 -1
  64. package/src/components/MessageInput/components/AttachmentPreview/AttachmentUploadProgressIndicator.tsx +8 -3
  65. package/src/components/Poll/CreatePollContent.tsx +5 -3
  66. package/src/i18n/en.json +8 -0
  67. package/src/i18n/es.json +8 -0
  68. package/src/i18n/fr.json +8 -0
  69. package/src/i18n/he.json +8 -0
  70. package/src/i18n/hi.json +8 -0
  71. package/src/i18n/it.json +8 -0
  72. package/src/i18n/ja.json +8 -0
  73. package/src/i18n/ko.json +8 -0
  74. package/src/i18n/nl.json +8 -0
  75. package/src/i18n/pt-br.json +8 -0
  76. package/src/i18n/ru.json +8 -0
  77. package/src/i18n/tr.json +8 -0
  78. package/src/version.json +1 -1
@@ -5,7 +5,9 @@
5
5
  "1 Reply": "1 Antwoord",
6
6
  "1 Thread Reply": "1 thread antwoord",
7
7
  "Add a comment": "Voeg een reactie toe",
8
+ "Add a comment to the poll": "Voeg een reactie toe aan de poll",
8
9
  "Add an option": "Voeg een optie toe",
10
+ "Add more": "Meer toevoegen",
9
11
  "Allow access to your Gallery": "Geef toegang tot uw galerij",
10
12
  "Allow camera access in device settings": "Sta cameratoegang toe in de apparaatinstellingen",
11
13
  "Also send to channel": "Stuur ook naar kanaal",
@@ -42,15 +44,18 @@
42
44
  "Error marking message unread. Cannot mark unread messages older than the newest 100 channel messages.": "Fout bij markeren als ongelezen. Kan ongelezen berichten ouder dan de nieuwste 100 kanaalberichten niet markeren.",
43
45
  "Error while loading, please reload/refresh": "Probleem bij het laden, probeer opnieuw",
44
46
  "File is too large: {{ size }}, maximum upload size is {{ limit }}": "Bestand is te groot: {{ size }}, maximale uploadgrootte is {{ limit }}",
47
+ "File too large": "Bestand te groot",
45
48
  "File type not supported": "Bestandstype niet ondersteund",
46
49
  "Flag": "Markeer",
47
50
  "Flag Message": "Markeer bericht",
48
51
  "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",
49
52
  "Generating...": "Aan het genereren...",
50
53
  "Giphy": "Giphy",
54
+ "Hide who voted": "Verberg wie heeft gestemd",
51
55
  "Hold to start recording.": "Houd vast om opname te starten.",
52
56
  "How about sending your first message to a friend?": "Wat dacht je ervan om je eerste bericht naar een vriend te sturen?",
53
57
  "Instant Commands": "Directe Opdrachten",
58
+ "Let others add options": "Laat anderen opties toevoegen",
54
59
  "Let's start chatting!": "Laten we beginnen met chatten!",
55
60
  "Links are disabled": "Het versturen van links staat uit",
56
61
  "Live Location": "Live locatie",
@@ -65,11 +70,13 @@
65
70
  "Message deleted": "Bericht verwijderd",
66
71
  "Message flagged": "Bericht gemarkeerd",
67
72
  "Multiple votes": "Meerdere stemmen",
73
+ "Network error": "Netwerkfout",
68
74
  "Select more than one option": "Selecteer meer dan één optie",
69
75
  "Limit votes per person": "Beperk stemmen per persoon",
70
76
  "Choose between 2–10 options": "Kies tussen 2 en 10 opties",
71
77
  "Mute User": "Gebruiker dempen",
72
78
  "No chats here yet…": "Nog geen chats hier…",
79
+ "No items exist": "Er zijn geen items",
73
80
  "No threads here yet": "Hier zijn nog geen threads",
74
81
  "Not supported": "niet ondersteund",
75
82
  "Nothing yet...": "Nog niets...",
@@ -96,6 +103,7 @@
96
103
  "Reply to {{name}}": "Antwoord aan {{name}}",
97
104
  "Reply to Message": "Beantwoord bericht",
98
105
  "Resend": "Opnieuw versturen",
106
+ "Retry Upload": "Uploaden opnieuw proberen",
99
107
  "SEND": "VERZENDEN",
100
108
  "Search": "Zoeken",
101
109
  "Select More Photos": "Selecteer Meer foto's",
@@ -5,7 +5,9 @@
5
5
  "1 Reply": "1 Resposta",
6
6
  "1 Thread Reply": "1 Resposta de Thread",
7
7
  "Add a comment": "Adicionar um comentário",
8
+ "Add a comment to the poll": "Adicionar um comentário à enquete",
8
9
  "Add an option": "Adicionar uma opção",
10
+ "Add more": "Adicionar mais",
9
11
  "Allow access to your Gallery": "Permitir acesso à sua Galeria",
10
12
  "Allow camera access in device settings": "Permitir acesso à câmera nas configurações do dispositivo",
11
13
  "Also send to channel": "Também enviar para o canal",
@@ -42,15 +44,18 @@
42
44
  "Error marking message unread. Cannot mark unread messages older than the newest 100 channel messages.": "Erro ao marcar mensagem como não lida. Não é possível marcar mensagens não lidas mais antigas que as 100 mensagens mais recentes do canal.",
43
45
  "Error while loading, please reload/refresh": "Erro ao carregar, por favor recarregue/atualize",
44
46
  "File is too large: {{ size }}, maximum upload size is {{ limit }}": "O arquivo é muito grande: {{ size }}, o tamanho máximo de upload é {{ limit }}",
47
+ "File too large": "Arquivo muito grande",
45
48
  "File type not supported": "Tipo de arquivo não suportado",
46
49
  "Flag": "Reportar",
47
50
  "Flag Message": "Reportar Mensagem",
48
51
  "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.",
49
52
  "Generating...": "Gerando...",
50
53
  "Giphy": "Giphy",
54
+ "Hide who voted": "Ocultar quem votou",
51
55
  "Hold to start recording.": "Mantenha pressionado para começar a gravar.",
52
56
  "How about sending your first message to a friend?": "Que tal enviar sua primeira mensagem para um amigo?",
53
57
  "Instant Commands": "Comandos Instantâneos",
58
+ "Let others add options": "Permitir que outros adicionem opções",
54
59
  "Let's start chatting!": "Vamos começar a conversar!",
55
60
  "Links are disabled": "Links estão desabilitados",
56
61
  "Live Location": "Localização ao vivo",
@@ -65,11 +70,13 @@
65
70
  "Message deleted": "Mensagem excluída",
66
71
  "Message flagged": "Mensagem sinalizada",
67
72
  "Multiple votes": "Votos múltiplos",
73
+ "Network error": "Erro de rede",
68
74
  "Select more than one option": "Selecione mais de uma opção",
69
75
  "Limit votes per person": "Limite os votos por pessoa",
70
76
  "Choose between 2–10 options": "Escolha entre 2 e 10 opções",
71
77
  "Mute User": "Silenciar Usuário",
72
78
  "No chats here yet…": "Ainda não há chats aqui...",
79
+ "No items exist": "Nenhum item",
73
80
  "No threads here yet": "Ainda não há tópicos aqui",
74
81
  "Not supported": "Não suportado",
75
82
  "Nothing yet...": "Nada ainda...",
@@ -96,6 +103,7 @@
96
103
  "Reply to {{name}}": "Responder a {{name}}",
97
104
  "Reply to Message": "Responder à Mensagem",
98
105
  "Resend": "Reenviar",
106
+ "Retry Upload": "Tentar upload novamente",
99
107
  "SEND": "ENVIAR",
100
108
  "Search": "Pesquisar",
101
109
  "Select More Photos": "Selecionar Mais Fotos",
@@ -5,7 +5,9 @@
5
5
  "1 Reply": "1 Ответ",
6
6
  "1 Thread Reply": "1 тема Ответить",
7
7
  "Add a comment": "Добавить комментарий",
8
+ "Add a comment to the poll": "Добавить комментарий к опросу",
8
9
  "Add an option": "Добавить вариант",
10
+ "Add more": "Добавить ещё",
9
11
  "Allow access to your Gallery": "Разрешить доступ к вашей галерее",
10
12
  "Allow camera access in device settings": "Разрешите доступ к камере в настройках устройства.",
11
13
  "Also send to channel": "Также отправить на канал",
@@ -42,15 +44,18 @@
42
44
  "Error marking message unread. Cannot mark unread messages older than the newest 100 channel messages.": "Ошибка при отметке сообщения как непрочитанного. Невозможно отметить непрочитанные сообщения старше новейших 100 сообщений канала.",
43
45
  "Error while loading, please reload/refresh": "Ошибка загрузки, пожалуйста перезагрузите или обновите",
44
46
  "File is too large: {{ size }}, maximum upload size is {{ limit }}": "Файл слишком большой: {{ size }}, максимальный размер загрузки составляет {{ limit }}",
47
+ "File too large": "Файл слишком большой",
45
48
  "File type not supported": "Тип файла не поддерживается",
46
49
  "Flag": "Пометить",
47
50
  "Flag Message": "Пометить сообщение",
48
51
  "Flag action failed either due to a network issue or the message is already flagged": "Не удалось отправить жалобу. Возможные причины: проблема с подключением к интернету или ваша жалоба уже была принята.",
49
52
  "Generating...": "Генерирую...",
50
53
  "Giphy": "Giphy",
54
+ "Hide who voted": "Скрыть, кто проголосовал",
51
55
  "Hold to start recording.": "Удерживайте, чтобы начать запись.",
52
56
  "How about sending your first message to a friend?": "Как насчет отправки первого сообщения другу?",
53
57
  "Instant Commands": "Мгновенные Команды",
58
+ "Let others add options": "Разрешить другим добавлять варианты",
54
59
  "Let's start chatting!": "Давайте начнем общаться!",
55
60
  "Links are disabled": "Ссылки отключены",
56
61
  "Live Location": "Трансляция местоположения",
@@ -65,11 +70,13 @@
65
70
  "Message deleted": "Сообщение удалено",
66
71
  "Message flagged": "Сообщение отмечено",
67
72
  "Multiple votes": "Несколько голосов",
73
+ "Network error": "Ошибка сети",
68
74
  "Select more than one option": "Выберите больше одного варианта",
69
75
  "Limit votes per person": "Ограничить количество голосов на человека",
70
76
  "Choose between 2–10 options": "Выберите от 2 до 10 вариантов",
71
77
  "Mute User": "Отключить пользователя",
72
78
  "No chats here yet…": "Здесь пока нет чатов…",
79
+ "No items exist": "Нет элементов",
73
80
  "No threads here yet": "Здесь пока нет потоков",
74
81
  "Not supported": "не поддерживается",
75
82
  "Nothing yet...": "Пока ничего нет...",
@@ -96,6 +103,7 @@
96
103
  "Reply to {{name}}": "Ответить пользователю {{name}}",
97
104
  "Reply to Message": "Ответить на сообщение",
98
105
  "Resend": "Отправить",
106
+ "Retry Upload": "Повторить загрузку",
99
107
  "SEND": "ОТПРАВИТЬ",
100
108
  "Search": "Поиск",
101
109
  "Select More Photos": "Выбрать больше фотографий",
@@ -5,7 +5,9 @@
5
5
  "1 Reply": "1 Cevap",
6
6
  "1 Thread Reply": "1 Konu Yanıtı",
7
7
  "Add a comment": "Yorum ekle",
8
+ "Add a comment to the poll": "Ankete yorum ekle",
8
9
  "Add an option": "Seçenek ekle",
10
+ "Add more": "Daha fazla ekle",
9
11
  "Allow access to your Gallery": "Galerinize erişime izin verin",
10
12
  "Allow camera access in device settings": "Cihaz ayarlarında kamera erişimine izin ver",
11
13
  "Also send to channel": "Kanala da gönder",
@@ -42,15 +44,18 @@
42
44
  "Error marking message unread. Cannot mark unread messages older than the newest 100 channel messages.": "Okunmamış olarak işaretlenen mesajda hata oluştu. En yeni 100 kanal mesajından daha eski okunmamış mesajları işaretleyemezsiniz.",
43
45
  "Error while loading, please reload/refresh": "Yüklenirken hata oluştu, lütfen tekrar deneyiniz",
44
46
  "File is too large: {{ size }}, maximum upload size is {{ limit }}": "Dosya çok büyük: {{ size }}, maksimum yükleme boyutu {{ limit }}",
47
+ "File too large": "Dosya çok büyük",
45
48
  "File type not supported": "Dosya türü desteklenmiyor",
46
49
  "Flag": "Raporla",
47
50
  "Flag Message": "Mesajı Raporla",
48
51
  "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.",
49
52
  "Generating...": "Oluşturuluyor...",
50
53
  "Giphy": "Giphy",
54
+ "Hide who voted": "Kimin oy verdiğini gizle",
51
55
  "Hold to start recording.": "Kayıt yapmak için basılı tutun.",
52
56
  "How about sending your first message to a friend?": "İlk mesajınızı bir arkadaşınıza göndermeye ne dersiniz?",
53
57
  "Instant Commands": "Anlık Komutlar",
58
+ "Let others add options": "Başkalarının seçenek eklemesine izin ver",
54
59
  "Let's start chatting!": "Haydi sohbete başlayalım!",
55
60
  "Links are disabled": "Bağlantılar devre dışı",
56
61
  "Live Location": "Canlı Konum",
@@ -65,11 +70,13 @@
65
70
  "Message deleted": "Mesaj silindi",
66
71
  "Message flagged": "Mesaj işaretlendi",
67
72
  "Multiple votes": "Çoklu oy",
73
+ "Network error": "Ağ hatası",
68
74
  "Select more than one option": "Birden fazla seçenek seçin",
69
75
  "Limit votes per person": "Kişi başına oy sayısını sınırla",
70
76
  "Choose between 2–10 options": "2 ile 10 arasında seçenek seçin",
71
77
  "Mute User": "Kullanıcıyı sessize al",
72
78
  "No chats here yet…": "Henüz burada sohbet yok…",
79
+ "No items exist": "Hiçbir öğe yok",
73
80
  "No threads here yet": "Burada henüz akış yok",
74
81
  "Not supported": "Desteklenmiyor",
75
82
  "Nothing yet...": "Henüz değil...",
@@ -96,6 +103,7 @@
96
103
  "Reply to {{name}}": "{{name}} için yanıtla",
97
104
  "Reply to Message": "Mesajı Yanıtla",
98
105
  "Resend": "Yeniden gönder",
106
+ "Retry Upload": "Yüklemeyi yeniden dene",
99
107
  "SEND": "GÖNDER",
100
108
  "Search": "Ara",
101
109
  "Select More Photos": "Daha Fazla Fotoğraf Seçin",
@@ -140,7 +140,9 @@ export declare class Streami18n {
140
140
  "1 Reply": string;
141
141
  "1 Thread Reply": string;
142
142
  "Add a comment": string;
143
+ "Add a comment to the poll": string;
143
144
  "Add an option": string;
145
+ "Add more": string;
144
146
  "Allow access to your Gallery": string;
145
147
  "Allow camera access in device settings": string;
146
148
  "Also send to channel": string;
@@ -177,15 +179,18 @@ export declare class Streami18n {
177
179
  "Error marking message unread. Cannot mark unread messages older than the newest 100 channel messages.": string;
178
180
  "Error while loading, please reload/refresh": string;
179
181
  "File is too large: {{ size }}, maximum upload size is {{ limit }}": string;
182
+ "File too large": string;
180
183
  "File type not supported": string;
181
184
  Flag: string;
182
185
  "Flag Message": string;
183
186
  "Flag action failed either due to a network issue or the message is already flagged": string;
184
187
  "Generating...": string;
185
188
  Giphy: string;
189
+ "Hide who voted": string;
186
190
  "Hold to start recording.": string;
187
191
  "How about sending your first message to a friend?": string;
188
192
  "Instant Commands": string;
193
+ "Let others add options": string;
189
194
  "Let's start chatting!": string;
190
195
  "Links are disabled": string;
191
196
  "Live Location": string;
@@ -200,11 +205,13 @@ export declare class Streami18n {
200
205
  "Message deleted": string;
201
206
  "Message flagged": string;
202
207
  "Multiple votes": string;
208
+ "Network error": string;
203
209
  "Select more than one option": string;
204
210
  "Limit votes per person": string;
205
211
  "Choose between 2\u201310 options": string;
206
212
  "Mute User": string;
207
213
  "No chats here yet\u2026": string;
214
+ "No items exist": string;
208
215
  "No threads here yet": string;
209
216
  "Not supported": string;
210
217
  "Nothing yet...": string;
@@ -231,6 +238,7 @@ export declare class Streami18n {
231
238
  "Reply to {{name}}": string;
232
239
  "Reply to Message": string;
233
240
  Resend: string;
241
+ "Retry Upload": string;
234
242
  SEND: string;
235
243
  Search: string;
236
244
  "Select More Photos": string;
@@ -1 +1 @@
1
- {"version":3,"file":"Streami18n.d.ts","sourceRoot":"","sources":["../../../../src/utils/i18n/Streami18n.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAQ1B,OAAa,EAAE,WAAW,EAAE,SAAS,EAAE,MAAM,SAAS,CAAC;AAEvD,OAAO,KAAK,cAAc,MAAM,iBAAiB,CAAC;AAIlD,OAAO,EAAE,gBAAgB,EAAE,oBAAoB,EAAE,MAAM,SAAS,CAAC;AAEjE,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,yCAAyC,CAAC;AAC/E,OAAO,cAAc,MAAM,oBAAoB,CAAC;AAahD,OAAO,iBAAiB,CAAC;AACzB,OAAO,iBAAiB,CAAC;AACzB,OAAO,iBAAiB,CAAC;AACzB,OAAO,iBAAiB,CAAC;AACzB,OAAO,iBAAiB,CAAC;AACzB,OAAO,iBAAiB,CAAC;AACzB,OAAO,iBAAiB,CAAC;AACzB,OAAO,iBAAiB,CAAC;AACzB,OAAO,oBAAoB,CAAC;AAC5B,OAAO,iBAAiB,CAAC;AACzB,OAAO,iBAAiB,CAAC;AAEzB;;;;GAIG;AACH,OAAO,iBAAiB,CAAC;AAgGzB,MAAM,MAAM,eAAe,GAAG;IAC5B,OAAO,EAAE,MAAM,CAAC;IAChB,QAAQ,EAAE,MAAM,CAAC;IACjB,OAAO,EAAE,MAAM,CAAC;IAChB,QAAQ,EAAE,MAAM,CAAC;IACjB,OAAO,EAAE,MAAM,CAAC;IAChB,QAAQ,EAAE,MAAM,CAAC;CAClB,CAAC;AAsBF,KAAK,oBAAoB,GAAG,OAAO,KAAK,GAAG,OAAO,cAAc,CAAC;AAajE,KAAK,iBAAiB,GAAG;IACvB,cAAc,CAAC,EAAE,oBAAoB,CAAC;IACtC,4BAA4B,CAAC,EAAE,OAAO,CAAC,OAAO,GAAG;QAAE,QAAQ,EAAE,eAAe,CAAA;KAAE,CAAC,CAAC;IAChF,KAAK,CAAC,EAAE,OAAO,CAAC;IAChB,2BAA2B,CAAC,EAAE,OAAO,CAAC;IACtC,UAAU,CAAC,EAAE,OAAO,CAAC,oBAAoB,CAAC,GAAG,gBAAgB,CAAC;IAC9D,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,MAAM,CAAC,EAAE,CAAC,GAAG,CAAC,EAAE,MAAM,KAAK,IAAI,CAAC;IAChC,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,uBAAuB,CAAC,EAAE,OAAO,CAAC,OAAO,cAAc,CAAC,CAAC;CAC1D,CAAC;AAEF,KAAK,aAAa,GAAG;IACnB,KAAK,EAAE,OAAO,CAAC;IACf,WAAW,EAAE,KAAK,GAAG,WAAW,CAAC;IACjC,aAAa,EAAE;QAAE,WAAW,EAAE,OAAO,CAAC;QAAC,eAAe,EAAE,MAAM,CAAA;KAAE,CAAC;IACjE,YAAY,EAAE,KAAK,GAAG,MAAM,CAAC;IAC7B,GAAG,EAAE,MAAM,CAAC;IACZ,WAAW,EAAE,KAAK,GAAG,MAAM,CAAC;IAC5B,sBAAsB,EAAE,CAAC,GAAG,EAAE,MAAM,KAAK,MAAM,CAAC;CACjD,CAAC;AAkKF,eAAO,MAAM,yBAAyB,EAA6B,SAAS,CAAC;AAE7E,qBAAa,UAAU;IACrB,YAAY,yBAAyB;IACrC,KAAK,OAAQ;IACb,WAAW,UAAS;IAEpB,OAAO,CAAC,mBAAmB,CAA4B;IAEvD,OAAO,CAAC,yBAAyB,CAAkC;IAKnE,OAAO,CAAC,4BAA4B,CAAkC;IAItE,OAAO,CAAC,uBAAuB,CAAwB;IAEvD,CAAC,EAAE,SAAS,CAA6B;IACzC,eAAe,EAAE,eAAe,CAAC;IAEjC,YAAY,EAAE;QACZ,CAAC,GAAG,EAAE,MAAM,GAAG;YACb,CAAC,GAAG,EAAE,MAAM,GAAG,OAAO,CAAC,OAAO,cAAc,CAAC,CAAC;SAC/C,CAAC;KACH,CAaC;IAEF;;;;;OAKG;IACH,YAAY,EAAE;QAAE,CAAC,GAAG,EAAE,MAAM,GAAG,OAAO,CAAC,OAAO,CAAC,CAAA;KAAE,CAAM;IAEvD;;OAEG;IACH,MAAM,EAAE,CAAC,GAAG,CAAC,EAAE,MAAM,KAAK,IAAI,CAAC;IAC/B,eAAe,EAAE,MAAM,CAAC;IACxB,cAAc,EAAE,oBAAoB,CAAC;IACrC,UAAU,EAAE,oBAAoB,GAAG,gBAAgB,CAAwB;IAC3E,sBAAsB,EAAE,OAAO,CAAC;IAChC,aAAa,EAAE,aAAa,CAAC;IAC7B;;OAEG;IACH,QAAQ,CAAC,EAAE,MAAM,CAAC;IAElB;;;;;;;;;;;;;;;;;;;;;;;;;OAyBG;gBACS,OAAO,GAAE,iBAAsB,EAAE,aAAa,GAAE,OAAO,CAAC,aAAa,CAAM;IA0GvF;;OAEG;YACW,IAAI;IA8BlB,YAAY,GAAI,UAAU,MAAM,aAM9B;IAEF,uBAAuB,aAWrB;IAEF,qEAAqE;IACrE,cAAc,+BAA2B;IAEzC,2CAA2C;IAC3C,qBAAqB,iBAAwC;IAE7D,uEAAuE;IACvE,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;MAA2B;IAE1C;;OAEG;IACG,cAAc;;;;IAmBpB;;OAEG;IACH,mBAAmB,CACjB,QAAQ,EAAE,MAAM,EAChB,WAAW,EAAE,OAAO,CAAC,OAAO,cAAc,CAAC,EAC3C,iBAAiB,CAAC,EAAE,OAAO,CAAC,OAAO,CAAC;IA+BtC,iBAAiB,CAAC,GAAG,EAAE,MAAM,EAAE,MAAM,EAAE,OAAO,CAAC,OAAO,CAAC;IASvD;;;OAGG;IACG,WAAW,CAAC,QAAQ,EAAE,MAAM;IAsBlC,2BAA2B,CAAC,QAAQ,EAAE,CAAC,CAAC,EAAE,SAAS,KAAK,IAAI;;;IAW5D,8BAA8B,CAAC,QAAQ,EAAE,CAAC,CAAC,EAAE,SAAS,KAAK,IAAI;;;IAW/D,iBAAiB,CAAC,SAAS,EAAE,SAAS;CAQvC"}
1
+ {"version":3,"file":"Streami18n.d.ts","sourceRoot":"","sources":["../../../../src/utils/i18n/Streami18n.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAQ1B,OAAa,EAAE,WAAW,EAAE,SAAS,EAAE,MAAM,SAAS,CAAC;AAEvD,OAAO,KAAK,cAAc,MAAM,iBAAiB,CAAC;AAIlD,OAAO,EAAE,gBAAgB,EAAE,oBAAoB,EAAE,MAAM,SAAS,CAAC;AAEjE,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,yCAAyC,CAAC;AAC/E,OAAO,cAAc,MAAM,oBAAoB,CAAC;AAahD,OAAO,iBAAiB,CAAC;AACzB,OAAO,iBAAiB,CAAC;AACzB,OAAO,iBAAiB,CAAC;AACzB,OAAO,iBAAiB,CAAC;AACzB,OAAO,iBAAiB,CAAC;AACzB,OAAO,iBAAiB,CAAC;AACzB,OAAO,iBAAiB,CAAC;AACzB,OAAO,iBAAiB,CAAC;AACzB,OAAO,oBAAoB,CAAC;AAC5B,OAAO,iBAAiB,CAAC;AACzB,OAAO,iBAAiB,CAAC;AAEzB;;;;GAIG;AACH,OAAO,iBAAiB,CAAC;AAgGzB,MAAM,MAAM,eAAe,GAAG;IAC5B,OAAO,EAAE,MAAM,CAAC;IAChB,QAAQ,EAAE,MAAM,CAAC;IACjB,OAAO,EAAE,MAAM,CAAC;IAChB,QAAQ,EAAE,MAAM,CAAC;IACjB,OAAO,EAAE,MAAM,CAAC;IAChB,QAAQ,EAAE,MAAM,CAAC;CAClB,CAAC;AAsBF,KAAK,oBAAoB,GAAG,OAAO,KAAK,GAAG,OAAO,cAAc,CAAC;AAajE,KAAK,iBAAiB,GAAG;IACvB,cAAc,CAAC,EAAE,oBAAoB,CAAC;IACtC,4BAA4B,CAAC,EAAE,OAAO,CAAC,OAAO,GAAG;QAAE,QAAQ,EAAE,eAAe,CAAA;KAAE,CAAC,CAAC;IAChF,KAAK,CAAC,EAAE,OAAO,CAAC;IAChB,2BAA2B,CAAC,EAAE,OAAO,CAAC;IACtC,UAAU,CAAC,EAAE,OAAO,CAAC,oBAAoB,CAAC,GAAG,gBAAgB,CAAC;IAC9D,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,MAAM,CAAC,EAAE,CAAC,GAAG,CAAC,EAAE,MAAM,KAAK,IAAI,CAAC;IAChC,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,uBAAuB,CAAC,EAAE,OAAO,CAAC,OAAO,cAAc,CAAC,CAAC;CAC1D,CAAC;AAEF,KAAK,aAAa,GAAG;IACnB,KAAK,EAAE,OAAO,CAAC;IACf,WAAW,EAAE,KAAK,GAAG,WAAW,CAAC;IACjC,aAAa,EAAE;QAAE,WAAW,EAAE,OAAO,CAAC;QAAC,eAAe,EAAE,MAAM,CAAA;KAAE,CAAC;IACjE,YAAY,EAAE,KAAK,GAAG,MAAM,CAAC;IAC7B,GAAG,EAAE,MAAM,CAAC;IACZ,WAAW,EAAE,KAAK,GAAG,MAAM,CAAC;IAC5B,sBAAsB,EAAE,CAAC,GAAG,EAAE,MAAM,KAAK,MAAM,CAAC;CACjD,CAAC;AAkKF,eAAO,MAAM,yBAAyB,EAA6B,SAAS,CAAC;AAE7E,qBAAa,UAAU;IACrB,YAAY,yBAAyB;IACrC,KAAK,OAAQ;IACb,WAAW,UAAS;IAEpB,OAAO,CAAC,mBAAmB,CAA4B;IAEvD,OAAO,CAAC,yBAAyB,CAAkC;IAKnE,OAAO,CAAC,4BAA4B,CAAkC;IAItE,OAAO,CAAC,uBAAuB,CAAwB;IAEvD,CAAC,EAAE,SAAS,CAA6B;IACzC,eAAe,EAAE,eAAe,CAAC;IAEjC,YAAY,EAAE;QACZ,CAAC,GAAG,EAAE,MAAM,GAAG;YACb,CAAC,GAAG,EAAE,MAAM,GAAG,OAAO,CAAC,OAAO,cAAc,CAAC,CAAC;SAC/C,CAAC;KACH,CAaC;IAEF;;;;;OAKG;IACH,YAAY,EAAE;QAAE,CAAC,GAAG,EAAE,MAAM,GAAG,OAAO,CAAC,OAAO,CAAC,CAAA;KAAE,CAAM;IAEvD;;OAEG;IACH,MAAM,EAAE,CAAC,GAAG,CAAC,EAAE,MAAM,KAAK,IAAI,CAAC;IAC/B,eAAe,EAAE,MAAM,CAAC;IACxB,cAAc,EAAE,oBAAoB,CAAC;IACrC,UAAU,EAAE,oBAAoB,GAAG,gBAAgB,CAAwB;IAC3E,sBAAsB,EAAE,OAAO,CAAC;IAChC,aAAa,EAAE,aAAa,CAAC;IAC7B;;OAEG;IACH,QAAQ,CAAC,EAAE,MAAM,CAAC;IAElB;;;;;;;;;;;;;;;;;;;;;;;;;OAyBG;gBACS,OAAO,GAAE,iBAAsB,EAAE,aAAa,GAAE,OAAO,CAAC,aAAa,CAAM;IA0GvF;;OAEG;YACW,IAAI;IA8BlB,YAAY,GAAI,UAAU,MAAM,aAM9B;IAEF,uBAAuB,aAWrB;IAEF,qEAAqE;IACrE,cAAc,+BAA2B;IAEzC,2CAA2C;IAC3C,qBAAqB,iBAAwC;IAE7D,uEAAuE;IACvE,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;MAA2B;IAE1C;;OAEG;IACG,cAAc;;;;IAmBpB;;OAEG;IACH,mBAAmB,CACjB,QAAQ,EAAE,MAAM,EAChB,WAAW,EAAE,OAAO,CAAC,OAAO,cAAc,CAAC,EAC3C,iBAAiB,CAAC,EAAE,OAAO,CAAC,OAAO,CAAC;IA+BtC,iBAAiB,CAAC,GAAG,EAAE,MAAM,EAAE,MAAM,EAAE,OAAO,CAAC,OAAO,CAAC;IASvD;;;OAGG;IACG,WAAW,CAAC,QAAQ,EAAE,MAAM;IAsBlC,2BAA2B,CAAC,QAAQ,EAAE,CAAC,CAAC,EAAE,SAAS,KAAK,IAAI;;;IAW5D,8BAA8B,CAAC,QAAQ,EAAE,CAAC,CAAC,EAAE,SAAS,KAAK,IAAI;;;IAW/D,iBAAiB,CAAC,SAAS,EAAE,SAAS;CAQvC"}
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "stream-chat-react-native-core",
3
3
  "description": "The official React Native and Expo components for Stream Chat, a service for building chat applications",
4
- "version": "9.0.2-beta.1",
4
+ "version": "9.0.2-beta.2",
5
5
  "author": {
6
6
  "company": "Stream.io Inc",
7
7
  "name": "Stream.io Inc"
@@ -100,6 +100,7 @@ const AttachmentImage = (props: AttachmentPickerItemType) => {
100
100
  } = useTheme();
101
101
  const styles = useStyles();
102
102
  const { vw } = useViewport();
103
+ const { t } = useTranslationContext();
103
104
  const { uploadNewFile } = useMessageInputContext();
104
105
  const messageComposer = useMessageComposer();
105
106
  const { attachmentManager } = messageComposer;
@@ -120,7 +121,7 @@ const AttachmentImage = (props: AttachmentPickerItemType) => {
120
121
  }
121
122
  } else {
122
123
  if (!availableUploadSlots) {
123
- Alert.alert('Maximum number of files reached');
124
+ Alert.alert(t('Maximum number of files reached'));
124
125
  return;
125
126
  }
126
127
  await uploadNewFile(asset);
@@ -150,6 +151,7 @@ const AttachmentImage = (props: AttachmentPickerItemType) => {
150
151
  const AttachmentIosLimited = () => {
151
152
  const { numberOfAttachmentPickerImageColumns } = useAttachmentPickerContext();
152
153
  const { vw } = useViewport();
154
+ const { t } = useTranslationContext();
153
155
  const size = vw(100) / (numberOfAttachmentPickerImageColumns || 3) - 2;
154
156
  const styles = useStyles();
155
157
  return (
@@ -164,7 +166,7 @@ const AttachmentIosLimited = () => {
164
166
  onPress={NativeHandlers.iOS14RefreshGallerySelection}
165
167
  >
166
168
  <Plus width={20} height={20} stroke={styles.iosLimitedIcon.color} strokeWidth={1.5} />
167
- <Text style={styles.iosLimitedText}>Add more</Text>
169
+ <Text style={styles.iosLimitedText}>{t('Add more')}</Text>
168
170
  </BottomSheetTouchableOpacity>
169
171
  );
170
172
  };
@@ -46,7 +46,9 @@ export const EmptyStateIndicator = ({ listType }: EmptyStateProps) => {
46
46
  );
47
47
  default:
48
48
  return (
49
- <Text style={[{ color: semantics.textSecondary }, messageContainer]}>No items exist</Text>
49
+ <Text style={[{ color: semantics.textSecondary }, messageContainer]}>
50
+ {t('No items exist')}
51
+ </Text>
50
52
  );
51
53
  }
52
54
  };
@@ -4,6 +4,7 @@ import { ActivityIndicator, Pressable, StyleSheet, Text, View } from 'react-nati
4
4
  import { LocalAttachmentUploadMetadata } from 'stream-chat';
5
5
 
6
6
  import { useTheme } from '../../../../contexts/themeContext/ThemeContext';
7
+ import { useTranslationContext } from '../../../../contexts/translationContext/TranslationContext';
7
8
  import { ExclamationCircle } from '../../../../icons/exclamation-circle-fill';
8
9
  import { Warning } from '../../../../icons/exclamation-triangle-fill';
9
10
  import { primitives } from '../../../../theme';
@@ -41,6 +42,7 @@ export const FileUploadRetryIndicator = ({ onPress }: FileUploadRetryIndicatorPr
41
42
  messageComposer: { fileUploadRetryIndicator },
42
43
  },
43
44
  } = useTheme();
45
+ const { t } = useTranslationContext();
44
46
  const styles = useFileUploadRetryStyles();
45
47
 
46
48
  return (
@@ -56,7 +58,7 @@ export const FileUploadRetryIndicator = ({ onPress }: FileUploadRetryIndicatorPr
56
58
  width={16}
57
59
  />
58
60
  <Text style={[styles.networkErrorText, fileUploadRetryIndicator.networkErrorText]}>
59
- Network error
61
+ {t('Network error')}
60
62
  </Text>
61
63
  </View>
62
64
  <Pressable
@@ -66,7 +68,9 @@ export const FileUploadRetryIndicator = ({ onPress }: FileUploadRetryIndicatorPr
66
68
  fileUploadRetryIndicator.retryButton,
67
69
  ]}
68
70
  >
69
- <Text style={[styles.retryText, fileUploadRetryIndicator.retryText]}>Retry Upload</Text>
71
+ <Text style={[styles.retryText, fileUploadRetryIndicator.retryText]}>
72
+ {t('Retry Upload')}
73
+ </Text>
70
74
  </Pressable>
71
75
  </View>
72
76
  );
@@ -86,9 +90,10 @@ export const FileUploadNotSupportedIndicator = ({
86
90
  messageComposer: { fileUploadNotSupportedIndicator },
87
91
  },
88
92
  } = useTheme();
93
+ const { t } = useTranslationContext();
89
94
 
90
95
  const reason = localMetadata.uploadPermissionCheck?.reason === 'size_limit';
91
- const message = reason ? 'File too large' : 'Not supported';
96
+ const message = reason ? t('File too large') : t('Not supported');
92
97
 
93
98
  return (
94
99
  <View
@@ -166,7 +166,9 @@ export const CreatePollContent = () => {
166
166
  <View style={[styles.optionCard, anonymousPoll.wrapper]}>
167
167
  <View style={[styles.optionCardContent, anonymousPoll.optionCardContent]}>
168
168
  <Text style={[styles.title, anonymousPoll.title]}>{t('Anonymous voting')}</Text>
169
- <Text style={[styles.description, anonymousPoll.description]}>Hide who voted</Text>
169
+ <Text style={[styles.description, anonymousPoll.description]}>
170
+ {t('Hide who voted')}
171
+ </Text>
170
172
  </View>
171
173
 
172
174
  <Switch
@@ -179,7 +181,7 @@ export const CreatePollContent = () => {
179
181
  <View style={[styles.optionCardContent, suggestOption.optionCardContent]}>
180
182
  <Text style={[styles.title, suggestOption.title]}>{t('Suggest an option')}</Text>
181
183
  <Text style={[styles.description, suggestOption.description]}>
182
- Let others add options
184
+ {t('Let others add options')}
183
185
  </Text>
184
186
  </View>
185
187
 
@@ -193,7 +195,7 @@ export const CreatePollContent = () => {
193
195
  <View style={[styles.optionCardContent, addComment.optionCardContent]}>
194
196
  <Text style={[styles.title, addComment.title]}>{t('Add a comment')}</Text>
195
197
  <Text style={[styles.description, addComment.description]}>
196
- Add a comment to the poll
198
+ {t('Add a comment to the poll')}
197
199
  </Text>
198
200
  </View>
199
201
 
package/src/i18n/en.json CHANGED
@@ -5,7 +5,9 @@
5
5
  "1 Reply": "1 Reply",
6
6
  "1 Thread Reply": "1 Thread Reply",
7
7
  "Add a comment": "Add a comment",
8
+ "Add a comment to the poll": "Add a comment to the poll",
8
9
  "Add an option": "Add an option",
10
+ "Add more": "Add more",
9
11
  "Allow access to your Gallery": "Allow access to your Gallery",
10
12
  "Allow camera access in device settings": "Allow camera access in device settings",
11
13
  "Also send to channel": "Also send to channel",
@@ -42,15 +44,18 @@
42
44
  "Error marking message unread. Cannot mark unread messages older than the newest 100 channel messages.": "Error marking message unread. Cannot mark unread messages older than the newest 100 channel messages.",
43
45
  "Error while loading, please reload/refresh": "Error while loading, please reload/refresh",
44
46
  "File is too large: {{ size }}, maximum upload size is {{ limit }}": "File is too large: {{ size }}, maximum upload size is {{ limit }}",
47
+ "File too large": "File too large",
45
48
  "File type not supported": "File type not supported",
46
49
  "Flag": "Flag",
47
50
  "Flag Message": "Flag Message",
48
51
  "Flag action failed either due to a network issue or the message is already flagged": "Flag action failed either due to a network issue or the message is already flagged.",
49
52
  "Generating...": "Generating...",
50
53
  "Giphy": "Giphy",
54
+ "Hide who voted": "Hide who voted",
51
55
  "Hold to start recording.": "Hold to start recording.",
52
56
  "How about sending your first message to a friend?": "How about sending your first message to a friend?",
53
57
  "Instant Commands": "Instant Commands",
58
+ "Let others add options": "Let others add options",
54
59
  "Let's start chatting!": "Let's start chatting!",
55
60
  "Links are disabled": "Links are disabled",
56
61
  "Live Location": "Live Location",
@@ -65,11 +70,13 @@
65
70
  "Message deleted": "Message deleted",
66
71
  "Message flagged": "Message flagged",
67
72
  "Multiple votes": "Multiple votes",
73
+ "Network error": "Network error",
68
74
  "Select more than one option": "Select more than one option",
69
75
  "Limit votes per person": "Limit votes per person",
70
76
  "Choose between 2–10 options": "Choose between 2–10 options",
71
77
  "Mute User": "Mute User",
72
78
  "No chats here yet…": "No chats here yet…",
79
+ "No items exist": "No items exist",
73
80
  "No threads here yet": "No threads here yet",
74
81
  "Not supported": "Not supported",
75
82
  "Nothing yet...": "Nothing yet...",
@@ -96,6 +103,7 @@
96
103
  "Reply to {{name}}": "Reply to {{name}}",
97
104
  "Reply to Message": "Reply to Message",
98
105
  "Resend": "Resend",
106
+ "Retry Upload": "Retry Upload",
99
107
  "SEND": "SEND",
100
108
  "Search": "Search",
101
109
  "Select More Photos": "Select More Photos",
package/src/i18n/es.json CHANGED
@@ -5,7 +5,9 @@
5
5
  "1 Reply": "1 respuesta",
6
6
  "1 Thread Reply": "1 respuesta de hilo",
7
7
  "Add a comment": "Agregar un comentario",
8
+ "Add a comment to the poll": "Añadir un comentario a la encuesta",
8
9
  "Add an option": "Agregar una opción",
10
+ "Add more": "Añadir más",
9
11
  "Allow access to your Gallery": "Permitir acceso a tu galería",
10
12
  "Allow camera access in device settings": "Permitir el acceso a la cámara en la configuración del dispositivo",
11
13
  "Also send to channel": "También enviar al canal",
@@ -42,15 +44,18 @@
42
44
  "Error marking message unread. Cannot mark unread messages older than the newest 100 channel messages.": "Error al marcar el mensaje como no leído. No se pueden marcar mensajes no leídos más antiguos que los 100 mensajes más recientes del canal.",
43
45
  "Error while loading, please reload/refresh": "Error al cargar, por favor recarga/actualiza",
44
46
  "File is too large: {{ size }}, maximum upload size is {{ limit }}": "El archivo es demasiado grande: {{ size }}, el tamaño máximo de carga es de {{ limit }}",
47
+ "File too large": "Archivo demasiado grande",
45
48
  "File type not supported": "Tipo de archivo no admitido",
46
49
  "Flag": "Reportar",
47
50
  "Flag Message": "Reportar mensaje",
48
51
  "Flag action failed either due to a network issue or the message is already flagged": "El reporte falló debido a un problema de red o el mensaje ya fue reportado.",
49
52
  "Generating...": "Generando...",
50
53
  "Giphy": "Giphy",
54
+ "Hide who voted": "Ocultar quién votó",
51
55
  "Hold to start recording.": "Mantén presionado para comenzar a grabar.",
52
56
  "How about sending your first message to a friend?": "¿Qué tal enviar tu primer mensaje a un amigo?",
53
57
  "Instant Commands": "Comandos instantáneos",
58
+ "Let others add options": "Permitir que otros añadan opciones",
54
59
  "Let's start chatting!": "¡Empecemos a charlar!",
55
60
  "Links are disabled": "Los enlaces están desactivados",
56
61
  "Live Location": "Ubicación en vivo",
@@ -65,11 +70,13 @@
65
70
  "Message deleted": "Mensaje eliminado",
66
71
  "Message flagged": "Mensaje reportado",
67
72
  "Multiple votes": "Votos múltiples",
73
+ "Network error": "Error de red",
68
74
  "Select more than one option": "Selecciona más de una opción",
69
75
  "Limit votes per person": "Limita los votos por persona",
70
76
  "Choose between 2–10 options": "Elige entre 2 y 10 opciones",
71
77
  "Mute User": "Silenciar usuario",
72
78
  "No chats here yet…": "No hay chats aquí todavía...",
79
+ "No items exist": "No hay elementos",
73
80
  "No threads here yet": "Aún no hay hilos aquí",
74
81
  "Not supported": "No admitido",
75
82
  "Nothing yet...": "Aún no hay nada...",
@@ -96,6 +103,7 @@
96
103
  "Reply to {{name}}": "Responder a {{name}}",
97
104
  "Reply to Message": "Responder al mensaje",
98
105
  "Resend": "Reenviar",
106
+ "Retry Upload": "Reintentar carga",
99
107
  "SEND": "ENVIAR",
100
108
  "Search": "Buscar",
101
109
  "Select More Photos": "Seleccionar más fotos",
package/src/i18n/fr.json CHANGED
@@ -5,7 +5,9 @@
5
5
  "1 Reply": "1 Réponse",
6
6
  "1 Thread Reply": "Réponse à 1 fil",
7
7
  "Add a comment": "Ajouter un commentaire",
8
+ "Add a comment to the poll": "Ajouter un commentaire au sondage",
8
9
  "Add an option": "Ajouter une option",
10
+ "Add more": "Ajouter plus",
9
11
  "Allow access to your Gallery": "Autoriser l'accès à votre galerie",
10
12
  "Allow camera access in device settings": "Autoriser l'accès à la caméra dans les paramètres de l'appareil",
11
13
  "Also send to channel": "Envoyer également à la chaîne",
@@ -42,15 +44,18 @@
42
44
  "Error marking message unread. Cannot mark unread messages older than the newest 100 channel messages.": "Erreur lors du marquage du message comme non lu. Impossible de marquer les messages non lus plus anciens que les 100 derniers messages du canal.",
43
45
  "Error while loading, please reload/refresh": "Erreur lors du chargement, veuillez recharger/rafraîchir",
44
46
  "File is too large: {{ size }}, maximum upload size is {{ limit }}": "Le fichier est trop volumineux : {{ size }}, la taille de téléchargement maximale est de {{ limit }}",
47
+ "File too large": "Fichier trop volumineux",
45
48
  "File type not supported": "Le type de fichier n'est pas pris en charge",
46
49
  "Flag": "Signaler",
47
50
  "Flag Message": "Signaler le message",
48
51
  "Flag action failed either due to a network issue or the message is already flagged": "L'action de signalisation a échoué en raison d'un problème de réseau ou le message est déjà signalé.",
49
52
  "Generating...": "Génération...",
50
53
  "Giphy": "Giphy",
54
+ "Hide who voted": "Masquer qui a voté",
51
55
  "Hold to start recording.": "Hold to start recording.",
52
56
  "How about sending your first message to a friend?": "Et si vous envoyiez votre premier message à un ami ?",
53
57
  "Instant Commands": "Commandes Instantanées",
58
+ "Let others add options": "Autoriser d'autres à ajouter des options",
54
59
  "Let's start chatting!": "Commençons à discuter !",
55
60
  "Links are disabled": "Links are disabled",
56
61
  "Live Location": "Position en direct",
@@ -65,11 +70,13 @@
65
70
  "Message deleted": "Message supprimé",
66
71
  "Message flagged": "Message signalé",
67
72
  "Multiple votes": "Votes multiples",
73
+ "Network error": "Erreur réseau",
68
74
  "Select more than one option": "Sélectionnez plus d’une option",
69
75
  "Limit votes per person": "Limiter les votes par personne",
70
76
  "Choose between 2–10 options": "Choisissez entre 2 et 10 options",
71
77
  "Mute User": "Utilisateur muet",
72
78
  "No chats here yet…": "Pas de discussions ici pour le moment…",
79
+ "No items exist": "Aucun élément",
73
80
  "No threads here yet": "Aucun fil ici pour le moment",
74
81
  "Not supported": "Non pris en charge",
75
82
  "Nothing yet...": "Aucun message...",
@@ -96,6 +103,7 @@
96
103
  "Reply to {{name}}": "Répondre à {{name}}",
97
104
  "Reply to Message": "Répondre au message",
98
105
  "Resend": "Renvoyer",
106
+ "Retry Upload": "Réessayer l'envoi",
99
107
  "SEND": "ENVOYER",
100
108
  "Search": "Rechercher",
101
109
  "Select More Photos": "Sélectionner plus de photos",
package/src/i18n/he.json CHANGED
@@ -5,7 +5,9 @@
5
5
  "1 Reply": "תגובה אחת",
6
6
  "1 Thread Reply": "תגובה אחת לשרשור",
7
7
  "Add a comment": "הוסף תגובה",
8
+ "Add a comment to the poll": "הוסף תגובה לסקר",
8
9
  "Add an option": "הוסף אפשרות",
10
+ "Add more": "הוסף עוד",
9
11
  "Allow access to your Gallery": "אפשר גישה לגלריה שלך",
10
12
  "Allow camera access in device settings": "אפשר גישה למצלמה בהגדרות המכשיר",
11
13
  "Also send to channel": "שלח/י הודעה לשיחה",
@@ -42,15 +44,18 @@
42
44
  "Error marking message unread. Cannot mark unread messages older than the newest 100 channel messages.": "שגיאה ארעה בסימון ההודעה כלא נקרא. אין אפשרות לסמן הודעות כלא נקראות שהן ישנות מה-100 ההודעות האחרונות בשיחה.",
43
45
  "Error while loading, please reload/refresh": "שגיאה ארעה בזמן הטעינה, אנא טען מחדש/רענן",
44
46
  "File is too large: {{ size }}, maximum upload size is {{ limit }}": "הקובץ גדול מדי: {{ size }}, גודל העלאה מקסימלי הוא {{ limit }}",
47
+ "File too large": "הקובץ גדול מדי",
45
48
  "File type not supported": "סוג הקובץ אינו נתמך",
46
49
  "Flag": "סמן",
47
50
  "Flag Message": "סמן הודעה",
48
51
  "Flag action failed either due to a network issue or the message is already flagged": "פעולת הסימון נכשלה בגלל בעיית רשת או שההודעה כבר סומנה.",
49
52
  "Generating...": "מייצר...",
50
53
  "Giphy": "Giphy",
54
+ "Hide who voted": "הסתר מי הצביע",
51
55
  "Hold to start recording.": "לחץ והחזק כדי להתחיל להקליט.",
52
56
  "How about sending your first message to a friend?": "מה דעתך לשלוח את ההודעה הראשונה שלך לחבר?",
53
57
  "Instant Commands": "פעולות מיידיות",
58
+ "Let others add options": "אפשר לאחרים להוסיף אפשרויות",
54
59
  "Let's start chatting!": "בואו נתחיל לשוחח!",
55
60
  "Links are disabled": "הקישורים מבוטלים",
56
61
  "Live Location": "מיקום חי",
@@ -65,11 +70,13 @@
65
70
  "Message deleted": "ההודעה נמחקה",
66
71
  "Message flagged": "ההודעה סומנה",
67
72
  "Multiple votes": "הצבעות מרובות",
73
+ "Network error": "שגיאת רשת",
68
74
  "Select more than one option": "בחר/י יותר מאפשרות אחת",
69
75
  "Limit votes per person": "הגבל/י את מספר ההצבעות לאדם",
70
76
  "Choose between 2–10 options": "בחר/י בין 2 ל-10 אפשרויות",
71
77
  "Mute User": "השתק/י משתמש",
72
78
  "No chats here yet…": "אין צ'אטים כאן עדיין...",
79
+ "No items exist": "אין פריטים",
73
80
  "No threads here yet": "אין שרשורים כאן עדיין",
74
81
  "Not supported": "לא נתמך",
75
82
  "Nothing yet...": "אינפורמציה תתקבל בהמשך...",
@@ -96,6 +103,7 @@
96
103
  "Reply to {{name}}": "השב/י ל-{{name}}",
97
104
  "Reply to Message": "השב/י להודעה",
98
105
  "Resend": "שלח/י שוב",
106
+ "Retry Upload": "נסה להעלות שוב",
99
107
  "SEND": "שלח",
100
108
  "Search": "חפש/י",
101
109
  "Select More Photos": "בחר עוד תמונות",