stream-chat-react 13.13.0 → 13.13.1

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 (42) hide show
  1. package/dist/components/Attachment/AttachmentActions.js +7 -2
  2. package/dist/components/Chat/hooks/useChat.js +1 -1
  3. package/dist/components/Message/ReminderNotification.js +2 -2
  4. package/dist/components/Message/hooks/useMuteHandler.js +2 -2
  5. package/dist/components/MessageInput/AttachmentPreviewList/AttachmentPreviewList.js +1 -1
  6. package/dist/components/MessageInput/AttachmentPreviewList/FileAttachmentPreview.d.ts +2 -1
  7. package/dist/components/MessageInput/AttachmentPreviewList/FileAttachmentPreview.js +3 -2
  8. package/dist/components/MessageInput/AttachmentPreviewList/ImageAttachmentPreview.js +1 -1
  9. package/dist/components/MessageInput/AttachmentPreviewList/VoiceRecordingPreview.js +1 -1
  10. package/dist/components/MessageInput/SendButton.js +3 -1
  11. package/dist/components/Poll/PollCreationDialog/MultipleAnswersField.js +6 -2
  12. package/dist/components/Poll/PollCreationDialog/NameField.js +5 -2
  13. package/dist/components/Poll/PollCreationDialog/OptionFieldSet.js +6 -2
  14. package/dist/components/TextareaComposer/SuggestionList/CommandItem.js +21 -3
  15. package/dist/css/v2/index.css +1 -1
  16. package/dist/css/v2/index.layout.css +1 -1
  17. package/dist/experimental/Search/SearchResults/SearchResultsHeader.js +7 -2
  18. package/dist/experimental/Search/SearchResults/SearchSourceResultsLoadingIndicator.js +3 -1
  19. package/dist/experimental/index.browser.cjs +18 -2
  20. package/dist/experimental/index.browser.cjs.map +2 -2
  21. package/dist/experimental/index.node.cjs +18 -2
  22. package/dist/experimental/index.node.cjs.map +2 -2
  23. package/dist/i18n/Streami18n.d.ts +90 -78
  24. package/dist/i18n/de.json +91 -89
  25. package/dist/i18n/en.json +91 -79
  26. package/dist/i18n/es.json +99 -97
  27. package/dist/i18n/fr.json +99 -97
  28. package/dist/i18n/hi.json +91 -89
  29. package/dist/i18n/it.json +99 -97
  30. package/dist/i18n/ja.json +88 -86
  31. package/dist/i18n/ko.json +88 -86
  32. package/dist/i18n/nl.json +91 -89
  33. package/dist/i18n/pt.json +99 -97
  34. package/dist/i18n/ru.json +104 -102
  35. package/dist/i18n/tr.json +91 -89
  36. package/dist/index.browser.cjs +1607 -1518
  37. package/dist/index.browser.cjs.map +2 -2
  38. package/dist/index.node.cjs +1607 -1518
  39. package/dist/index.node.cjs.map +2 -2
  40. package/dist/scss/v2/Message/Message-layout.scss +1 -0
  41. package/dist/scss/v2/Poll/Poll-layout.scss +4 -0
  42. package/package.json +7 -7
package/dist/i18n/pt.json CHANGED
@@ -1,4 +1,25 @@
1
1
  {
2
+ "{{ commaSeparatedUsers }} and {{ moreCount }} more": "{{ commaSeparatedUsers }} e mais {{ moreCount }}",
3
+ "{{ commaSeparatedUsers }}, and {{ lastUser }}": "{{ commaSeparatedUsers }} e {{ lastUser }}",
4
+ "{{ firstUser }} and {{ secondUser }}": "{{ firstUser }} e {{ secondUser }}",
5
+ "{{ imageCount }} more": "{{ imageCount }} mais",
6
+ "{{ memberCount }} members": "{{ memberCount }} membros",
7
+ "{{ user }} has been muted": "{{ user }} foi silenciado",
8
+ "{{ user }} has been unmuted": "{{ user }} foi reativado",
9
+ "{{ user }} is typing...": "{{ user }} está digitando...",
10
+ "{{ users }} and {{ user }} are typing...": "{{ users }} e {{ user }} estão digitando...",
11
+ "{{ users }} and more are typing...": "{{ users }} e mais estão digitando...",
12
+ "{{ watcherCount }} online": "{{ watcherCount }} online",
13
+ "{{count}} unread_one": "{{count}} não lido",
14
+ "{{count}} unread_many": "{{count}} não lidos",
15
+ "{{count}} unread_other": "{{count}} não lidos",
16
+ "{{count}} votes_one": "{{count}} voto",
17
+ "{{count}} votes_many": "{{count}} votos",
18
+ "{{count}} votes_other": "{{count}} votos",
19
+ "🏙 Attachment...": "🏙 Anexo...",
20
+ "📊 {{createdBy}} created: {{ pollName}}": "📊 {{createdBy}} criou: {{ pollName}}",
21
+ "📊 {{votedBy}} voted: {{pollOptionText}}": "📊 {{votedBy}} votou: {{pollOptionText}}",
22
+ "📍Shared location": "📍Localização compartilhada",
2
23
  "Add a comment": "Adicionar um comentário",
3
24
  "Add an option": "Adicionar uma opção",
4
25
  "All results loaded": "Todos os resultados carregados",
@@ -13,11 +34,41 @@
13
34
  "Anonymous": "Anônimo",
14
35
  "Anonymous poll": "Enquete anônima",
15
36
  "Archive": "Arquivar",
37
+ "aria/Attachment": "Anexo",
38
+ "aria/Cancel Reply": "Cancelar resposta",
39
+ "aria/Cancel upload": "Cancelar upload",
40
+ "aria/Channel list": "Lista de canais",
41
+ "aria/Channel search results": "Resultados de pesquisa de canais",
42
+ "aria/Close thread": "Fechar tópico",
43
+ "aria/Download attachment": "Baixar anexo",
44
+ "aria/Emoji picker": "Seletor de emojis",
45
+ "aria/File input": "Entrada de arquivo",
46
+ "aria/File upload": "Carregar arquivo",
47
+ "aria/Image input": "Entrada de imagem",
48
+ "aria/Load More Channels": "Carregar mais canais",
49
+ "aria/Menu": "Menu",
50
+ "aria/Message Options": "Opções de mensagem",
51
+ "aria/Open Attachment Selector": "Abrir seletor de anexos",
52
+ "aria/Open Menu": "Abrir menu",
53
+ "aria/Open Message Actions Menu": "Abrir menu de ações de mensagem",
54
+ "aria/Open Reaction Selector": "Abrir seletor de reações",
55
+ "aria/Open Thread": "Abrir tópico",
56
+ "aria/Reaction list": "Lista de reações",
57
+ "aria/Remind Me Options": "Opções de lembrete",
58
+ "aria/Remove attachment": "Remover anexo",
59
+ "aria/Remove location attachment": "Remover anexo de localização",
60
+ "aria/Retry upload": "Tentar upload novamente",
61
+ "aria/Search results": "Resultados da pesquisa",
62
+ "aria/Search results header filter button": "Botão de filtro do cabeçalho dos resultados da pesquisa",
63
+ "aria/Send": "Enviar",
64
+ "aria/Stop AI Generation": "Parar geração de IA",
16
65
  "Ask a question": "Faça uma pergunta",
17
66
  "Attach": "Anexar",
18
67
  "Attach files": "Anexar arquivos",
19
68
  "Attachment upload blocked due to {{reason}}": "Upload de anexo bloqueado devido a {{reason}}",
20
69
  "Attachment upload failed due to {{reason}}": "Upload de anexo falhou devido a {{reason}}",
70
+ "ban-command-args": "[@nomedeusuário] [texto]",
71
+ "ban-command-description": "Banir um usuário",
21
72
  "Cancel": "Cancelar",
22
73
  "Cannot seek in the recording": "Não é possível buscar na gravação",
23
74
  "Channel Missing": "Canal ausente",
@@ -34,8 +85,11 @@
34
85
  "Download attachment {{ name }}": "Baixar anexo {{ name }}",
35
86
  "Drag your files here": "Arraste seus arquivos aqui",
36
87
  "Drag your files here to add to your post": "Arraste seus arquivos aqui para adicionar ao seu post",
37
- "Due since {{ dueSince }}": "Vencido desde {{ dueSince }}",
38
88
  "Due {{ timeLeft }}": "Vence em {{ timeLeft }}",
89
+ "Due since {{ dueSince }}": "Vencido desde {{ dueSince }}",
90
+ "duration/Message reminder": "{{ milliseconds | durationFormatter(withSuffix: true) }}",
91
+ "duration/Remind Me": "{{ milliseconds | durationFormatter(withSuffix: true) }}",
92
+ "duration/Share Location": "{{ milliseconds | durationFormatter }}",
39
93
  "Edit Message": "Editar Mensagem",
40
94
  "Edit message request failed": "O pedido de edição da mensagem falhou",
41
95
  "Edited": "Editada",
@@ -44,6 +98,8 @@
44
98
  "End": "Fim",
45
99
  "End vote": "Encerrar votação",
46
100
  "Enforce unique vote is enabled": "Voto único está habilitado",
101
+ "Error": "Erro",
102
+ "Error · Unsent": "Erro · Não enviado",
47
103
  "Error adding flag": "Erro ao reportar",
48
104
  "Error connecting to chat, refresh the page to try again.": "Erro ao conectar ao bate-papo, atualize a página para tentar novamente.",
49
105
  "Error deleting message": "Erro ao deletar mensagem",
@@ -58,7 +114,6 @@
58
114
  "Error uploading attachment": "Erro ao carregar o anexo",
59
115
  "Error uploading file": "Erro ao enviar arquivo",
60
116
  "Error uploading image": "Erro ao carregar a imagem",
61
- "Error · Unsent": "Erro · Não enviado",
62
117
  "Error: {{ errorMessage }}": "Erro: {{ errorMessage }}",
63
118
  "Failed to create the poll": "Falha ao criar a pesquisa",
64
119
  "Failed to create the poll due to {{reason}}": "Falha ao criar a enquete devido a {{reason}}",
@@ -71,7 +126,10 @@
71
126
  "File is too large: {{ size }}, maximum upload size is {{ limit }}": "O arquivo é muito grande: {{ size }}, o tamanho máximo de upload é {{ limit }}",
72
127
  "Flag": "Reportar",
73
128
  "Generating...": "Gerando...",
129
+ "giphy-command-args": "[texto]",
130
+ "giphy-command-description": "Postar um gif aleatório no canal",
74
131
  "Latest Messages": "Mensagens mais recentes",
132
+ "live": "ao vivo",
75
133
  "Live for {{duration}}": "Ao vivo por {{duration}}",
76
134
  "Live location": "Localização ao vivo",
77
135
  "Live until {{ timestamp }}": "Ao vivo até {{ timestamp }}",
@@ -81,9 +139,9 @@
81
139
  "Mark as unread": "Marcar como não lida",
82
140
  "Maximum number of votes (from 2 to 10)": "Número máximo de votos (de 2 a 10)",
83
141
  "Menu": "Menu",
142
+ "Message deleted": "Mensagem apagada",
84
143
  "Message Failed · Click to try again": "A mensagem falhou · Clique para tentar novamente",
85
144
  "Message Failed · Unauthorized": "A mensagem falhou · não autorizado",
86
- "Message deleted": "Mensagem apagada",
87
145
  "Message has been successfully flagged": "A mensagem foi reportada com sucesso",
88
146
  "Message pinned": "Mensagem fixada",
89
147
  "Message was blocked by moderation policies": "A mensagem foi bloqueada pelas políticas de moderação",
@@ -91,6 +149,9 @@
91
149
  "Missing permissions to upload the attachment": "Faltando permissões para enviar o anexo",
92
150
  "Multiple answers": "Múltiplas respostas",
93
151
  "Mute": "Silenciar",
152
+ "mute-command-args": "[@nomedeusuário]",
153
+ "mute-command-description": "Silenciar um usuário",
154
+ "network error": "erro de rede",
94
155
  "New": "Novo",
95
156
  "New Messages!": "Novas Mensagens!",
96
157
  "No chats here yet…": "Ainda não há conversas aqui...",
@@ -119,17 +180,27 @@
119
180
  "Remove reminder": "Remover lembrete",
120
181
  "Reply": "Responder",
121
182
  "Reply to Message": "Responder à mensagem",
183
+ "replyCount_one": "1 resposta",
184
+ "replyCount_many": "{{ count }} respostas",
185
+ "replyCount_other": "{{ count }} respostas",
122
186
  "Save for later": "Salvar para depois",
123
187
  "Saved for later": "Salvo para depois",
124
188
  "Search": "Buscar",
189
+ "search-results-header-filter-source-button-label--channels": "canais",
190
+ "search-results-header-filter-source-button-label--messages": "mensagens",
191
+ "search-results-header-filter-source-button-label--users": "usuários",
192
+ "Searching for {{ searchSourceType }}...": "Buscando {{ searchSourceType }}...",
125
193
  "Searching...": "Buscando...",
126
- "See all options ({{count}})_many": "Ver todas as opções ({{count}})",
194
+ "searchResultsCount_one": "1 resultado",
195
+ "searchResultsCount_many": "{{ count }} resultados",
196
+ "searchResultsCount_other": "{{ count }} resultados",
127
197
  "See all options ({{count}})_one": "Ver todas as opções ({{count}})",
198
+ "See all options ({{count}})_many": "Ver todas as opções ({{count}})",
128
199
  "See all options ({{count}})_other": "Ver todas as opções ({{count}})",
129
200
  "Select one": "Selecionar um",
130
201
  "Select one or more": "Selecionar um ou mais",
131
- "Select up to {{count}}_many": "Selecionar até {{count}}",
132
202
  "Select up to {{count}}_one": "Selecionar até {{count}}",
203
+ "Select up to {{count}}_many": "Selecionar até {{count}}",
133
204
  "Select up to {{count}}_other": "Selecionar até {{count}}",
134
205
  "Send": "Enviar",
135
206
  "Send Anyway": "Enviar de qualquer forma",
@@ -137,11 +208,12 @@
137
208
  "Sending...": "Enviando...",
138
209
  "Sent": "Enviado",
139
210
  "Share": "Compartilhar",
140
- "Share Location": "Compartilhar localização",
141
211
  "Share live location for": "Compartilhar localização ao vivo por",
212
+ "Share Location": "Compartilhar localização",
142
213
  "Shared live location": "Localização ao vivo compartilhada",
143
214
  "Show all": "Mostrar tudo",
144
215
  "Shuffle": "Embaralhar",
216
+ "size limit": "limite de tamanho",
145
217
  "Slow Mode ON": "Modo lento LIGADO",
146
218
  "Some of the files will not be accepted": "Alguns arquivos não serão aceitos",
147
219
  "Start typing to search": "Comece a digitar para pesquisar",
@@ -149,120 +221,50 @@
149
221
  "Submit": "Enviar",
150
222
  "Suggest an option": "Sugerir uma opção",
151
223
  "Thinking...": "Pensando...",
224
+ "this content could not be displayed": "este conteúdo não pôde ser exibido",
152
225
  "This field cannot be empty or contain only spaces": "Este campo não pode estar vazio ou conter apenas espaços",
153
226
  "This message did not meet our content guidelines": "Esta mensagem não corresponde às nossas diretrizes de conteúdo",
154
227
  "This message was deleted...": "Esta mensagem foi excluída...",
155
228
  "Thread": "Fio",
156
229
  "Thread has not been found": "Fio não encontrado",
157
230
  "Thread reply": "Resposta no fio",
231
+ "timestamp/DateSeparator": "{{ timestamp | timestampFormatter(calendar: true) }}",
232
+ "timestamp/LiveLocation": "{{ timestamp | timestampFormatter(calendar: true) }}",
233
+ "timestamp/MessageTimestamp": "{{ timestamp | timestampFormatter(calendar: true) }}",
234
+ "timestamp/PollVote": "{{ timestamp | timestampFormatter(format: MMM D [at] HH:mm) }}",
235
+ "timestamp/PollVoteTooltip": "{{ timestamp | timestampFormatter(calendar: true) }}",
236
+ "timestamp/ReminderNotification": "{{ timestamp | timestampFormatter(calendar: true) }}",
237
+ "timestamp/SystemMessage": "{{ timestamp | timestampFormatter(format: dddd L) }}",
158
238
  "To start recording, allow the camera access in your browser": "Para começar a gravar, permita o acesso à câmera no seu navegador",
159
239
  "To start recording, allow the microphone access in your browser": "Para começar a gravar, permita o acesso ao microfone no seu navegador",
240
+ "translationBuilderTopic/notification": "{{value, notification}}",
160
241
  "Type a number from 2 to 10": "Digite um número de 2 a 10",
161
242
  "Type your message": "Digite sua mensagem",
162
243
  "Unarchive": "Desarquivar",
244
+ "unban-command-args": "[@nomedeusuário]",
245
+ "unban-command-description": "Desbanir um usuário",
246
+ "unknown error": "erro desconhecido",
163
247
  "Unmute": "Ativar som",
248
+ "unmute-command-args": "[@nomedeusuário]",
249
+ "unmute-command-description": "Retirar o silenciamento de um usuário",
164
250
  "Unpin": "Desfixar",
165
251
  "Unread messages": "Mensagens não lidas",
252
+ "unreadMessagesSeparatorText_one": "1 mensagem não lida",
253
+ "unreadMessagesSeparatorText_many": "{{count}} mensagens não lidas",
254
+ "unreadMessagesSeparatorText_other": "{{count}} mensagens não lidas",
166
255
  "Unsupported attachment": "Anexo não suportado",
256
+ "unsupported file type": "tipo de arquivo não suportado",
167
257
  "Update your comment": "Atualizar seu comentário",
168
258
  "Upload type: \"{{ type }}\" is not allowed": "Tipo de upload: \"{{ type }}\" não é permitido",
169
259
  "User uploaded content": "Conteúdo enviado pelo usuário",
170
- "View results": "Ver resultados",
171
- "View {{count}} comments_many": "Ver {{count}} comentários",
172
260
  "View {{count}} comments_one": "Ver {{count}} comentário",
261
+ "View {{count}} comments_many": "Ver {{count}} comentários",
173
262
  "View {{count}} comments_other": "Ver {{count}} comentários",
263
+ "View results": "Ver resultados",
174
264
  "Voice message": "Mensagem de voz",
175
265
  "Vote ended": "Votação encerrada",
176
266
  "Wait until all attachments have uploaded": "Espere até que todos os anexos tenham sido carregados",
177
267
  "You": "Você",
178
268
  "You have no channels currently": "Você não tem canais atualmente",
179
- "You've reached the maximum number of files": "Você atingiu o número máximo de arquivos",
180
- "aria/Attachment": "Anexo",
181
- "aria/Cancel Reply": "Cancelar resposta",
182
- "aria/Cancel upload": "Cancelar upload",
183
- "aria/Channel list": "Lista de canais",
184
- "aria/Channel search results": "Resultados de pesquisa de canais",
185
- "aria/Close thread": "Fechar tópico",
186
- "aria/Download attachment": "Baixar anexo",
187
- "aria/Emoji picker": "Seletor de emojis",
188
- "aria/File input": "Entrada de arquivo",
189
- "aria/File upload": "Carregar arquivo",
190
- "aria/Image input": "Entrada de imagem",
191
- "aria/Load More Channels": "Carregar mais canais",
192
- "aria/Menu": "Menu",
193
- "aria/Message Options": "Opções de mensagem",
194
- "aria/Open Attachment Selector": "Abrir seletor de anexos",
195
- "aria/Open Menu": "Abrir menu",
196
- "aria/Open Message Actions Menu": "Abrir menu de ações de mensagem",
197
- "aria/Open Reaction Selector": "Abrir seletor de reações",
198
- "aria/Open Thread": "Abrir tópico",
199
- "aria/Reaction list": "Lista de reações",
200
- "aria/Remind Me Options": "Opções de lembrete",
201
- "aria/Remove attachment": "Remover anexo",
202
- "aria/Remove location attachment": "Remover anexo de localização",
203
- "aria/Retry upload": "Tentar upload novamente",
204
- "aria/Search results": "Resultados da pesquisa",
205
- "aria/Search results header filter button": "Botão de filtro do cabeçalho dos resultados da pesquisa",
206
- "aria/Send": "Enviar",
207
- "aria/Stop AI Generation": "Parar geração de IA",
208
- "ban-command-args": "[@nomedeusuário] [texto]",
209
- "ban-command-description": "Banir um usuário",
210
- "duration/Message reminder": "{{ milliseconds | durationFormatter(withSuffix: true) }}",
211
- "duration/Remind Me": "{{ milliseconds | durationFormatter(withSuffix: true) }}",
212
- "duration/Share Location": "{{ milliseconds | durationFormatter }}",
213
- "giphy-command-args": "[texto]",
214
- "giphy-command-description": "Postar um gif aleatório no canal",
215
- "live": "ao vivo",
216
- "mute-command-args": "[@nomedeusuário]",
217
- "mute-command-description": "Silenciar um usuário",
218
- "network error": "erro de rede",
219
- "replyCount_many": "{{ count }} respostas",
220
- "replyCount_one": "1 resposta",
221
- "replyCount_other": "{{ count }} respostas",
222
- "search-results-header-filter-source-button-label--channels": "canais",
223
- "search-results-header-filter-source-button-label--messages": "mensagens",
224
- "search-results-header-filter-source-button-label--users": "usuários",
225
- "searchResultsCount_many": "{{ count }} resultados",
226
- "searchResultsCount_one": "1 resultado",
227
- "searchResultsCount_other": "{{ count }} resultados",
228
- "size limit": "limite de tamanho",
229
- "this content could not be displayed": "este conteúdo não pôde ser exibido",
230
- "timestamp/DateSeparator": "{{ timestamp | timestampFormatter(calendar: true) }}",
231
- "timestamp/LiveLocation": "{{ timestamp | timestampFormatter(calendar: true) }}",
232
- "timestamp/MessageTimestamp": "{{ timestamp | timestampFormatter(calendar: true) }}",
233
- "timestamp/PollVote": "{{ timestamp | timestampFormatter(format: MMM D [at] HH:mm) }}",
234
- "timestamp/PollVoteTooltip": "{{ timestamp | timestampFormatter(calendar: true) }}",
235
- "timestamp/ReminderNotification": "{{ timestamp | timestampFormatter(calendar: true) }}",
236
- "timestamp/SystemMessage": "{{ timestamp | timestampFormatter(format: dddd L) }}",
237
- "translationBuilderTopic/notification": "{{value, notification}}",
238
- "unban-command-args": "[@nomedeusuário]",
239
- "unban-command-description": "Desbanir um usuário",
240
- "unknown error": "erro desconhecido",
241
- "unmute-command-args": "[@nomedeusuário]",
242
- "unmute-command-description": "Retirar o silenciamento de um usuário",
243
- "unreadMessagesSeparatorText_many": "{{count}} mensagens não lidas",
244
- "unreadMessagesSeparatorText_one": "1 mensagem não lida",
245
- "unreadMessagesSeparatorText_other": "{{count}} mensagens não lidas",
246
- "unsupported file type": "tipo de arquivo não suportado",
247
- "{{ commaSeparatedUsers }} and {{ moreCount }} more": "{{ commaSeparatedUsers }} e mais {{ moreCount }}",
248
- "{{ commaSeparatedUsers }}, and {{ lastUser }}": "{{ commaSeparatedUsers }} e {{ lastUser }}",
249
- "{{ firstUser }} and {{ secondUser }}": "{{ firstUser }} e {{ secondUser }}",
250
- "{{ imageCount }} more": "{{ imageCount }} mais",
251
- "{{ memberCount }} members": "{{ memberCount }} membros",
252
- "{{ user }} has been muted": "{{ user }} foi silenciado",
253
- "{{ user }} has been unmuted": "{{ user }} foi reativado",
254
- "{{ user }} is typing...": "{{ user }} está digitando...",
255
- "{{ users }} and more are typing...": "{{ users }} e mais estão digitando...",
256
- "{{ users }} and {{ user }} are typing...": "{{ users }} e {{ user }} estão digitando...",
257
- "{{ watcherCount }} online": "{{ watcherCount }} online",
258
- "{{count}} unread_many": "{{count}} não lidos",
259
- "{{count}} unread_one": "{{count}} não lido",
260
- "{{count}} unread_other": "{{count}} não lidos",
261
- "{{count}} votes_many": "{{count}} votos",
262
- "{{count}} votes_one": "{{count}} voto",
263
- "{{count}} votes_other": "{{count}} votos",
264
- "🏙 Attachment...": "🏙 Anexo...",
265
- "📊 {{createdBy}} created: {{ pollName}}": "📊 {{createdBy}} criou: {{ pollName}}",
266
- "📊 {{votedBy}} voted: {{pollOptionText}}": "📊 {{votedBy}} votou: {{pollOptionText}}",
267
- "📍Shared location": "📍Localização compartilhada"
269
+ "You've reached the maximum number of files": "Você atingiu o número máximo de arquivos"
268
270
  }