stream-chat-react-native-core 9.3.1-beta.6 → 9.3.1-beta.7
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.
- package/lib/commonjs/a11y/hooks/useAnnounceOnShow.js +27 -0
- package/lib/commonjs/a11y/hooks/useAnnounceOnShow.js.map +1 -0
- package/lib/commonjs/a11y/index.js +11 -0
- package/lib/commonjs/a11y/index.js.map +1 -1
- package/lib/commonjs/components/Accessibility/CompositeAccessibilityProbe.js +29 -0
- package/lib/commonjs/components/Accessibility/CompositeAccessibilityProbe.js.map +1 -0
- package/lib/commonjs/components/Accessibility/HiddenA11yText.js +30 -0
- package/lib/commonjs/components/Accessibility/HiddenA11yText.js.map +1 -0
- package/lib/commonjs/components/Accessibility/index.js +22 -0
- package/lib/commonjs/components/Accessibility/index.js.map +1 -1
- package/lib/commonjs/components/ChannelPreview/ChannelMessagePreviewDeliveryStatus.js +31 -29
- package/lib/commonjs/components/ChannelPreview/ChannelMessagePreviewDeliveryStatus.js.map +1 -1
- package/lib/commonjs/components/ChannelPreview/ChannelPreviewMutedStatus.js +11 -5
- package/lib/commonjs/components/ChannelPreview/ChannelPreviewMutedStatus.js.map +1 -1
- package/lib/commonjs/components/ChannelPreview/ChannelPreviewStatus.js +8 -1
- package/lib/commonjs/components/ChannelPreview/ChannelPreviewStatus.js.map +1 -1
- package/lib/commonjs/components/ChannelPreview/ChannelPreviewUnreadCount.js +8 -2
- package/lib/commonjs/components/ChannelPreview/ChannelPreviewUnreadCount.js.map +1 -1
- package/lib/commonjs/components/ChannelPreview/ChannelPreviewView.js +3 -0
- package/lib/commonjs/components/ChannelPreview/ChannelPreviewView.js.map +1 -1
- package/lib/commonjs/components/Message/MessageItemView/MessageContent.js +2 -1
- package/lib/commonjs/components/Message/MessageItemView/MessageContent.js.map +1 -1
- package/lib/commonjs/components/Message/MessageItemView/MessageFooter.js +2 -0
- package/lib/commonjs/components/Message/MessageItemView/MessageFooter.js.map +1 -1
- package/lib/commonjs/components/Message/MessageItemView/MessageStatus.js +35 -30
- package/lib/commonjs/components/Message/MessageItemView/MessageStatus.js.map +1 -1
- package/lib/commonjs/components/Message/MessageItemView/ReactionList/ReactionListClustered.js +19 -6
- package/lib/commonjs/components/Message/MessageItemView/ReactionList/ReactionListClustered.js.map +1 -1
- package/lib/commonjs/components/Message/MessageItemView/ReactionList/ReactionListItem.js +6 -1
- package/lib/commonjs/components/Message/MessageItemView/ReactionList/ReactionListItem.js.map +1 -1
- package/lib/commonjs/components/Message/hooks/useMessageActionHandlers.js +8 -0
- package/lib/commonjs/components/Message/hooks/useMessageActionHandlers.js.map +1 -1
- package/lib/commonjs/components/Poll/Poll.js +0 -17
- package/lib/commonjs/components/Poll/Poll.js.map +1 -1
- package/lib/commonjs/components/Reply/Reply.js +43 -6
- package/lib/commonjs/components/Reply/Reply.js.map +1 -1
- package/lib/commonjs/components/ui/Avatar/ChannelAvatar.js +17 -11
- package/lib/commonjs/components/ui/Avatar/ChannelAvatar.js.map +1 -1
- package/lib/commonjs/components/ui/Badge/BadgeNotification.js +3 -1
- package/lib/commonjs/components/ui/Badge/BadgeNotification.js.map +1 -1
- package/lib/commonjs/i18n/ar.json +20 -8
- package/lib/commonjs/i18n/en.json +17 -5
- package/lib/commonjs/i18n/es.json +17 -5
- package/lib/commonjs/i18n/fr.json +17 -5
- package/lib/commonjs/i18n/he.json +17 -5
- package/lib/commonjs/i18n/hi.json +18 -6
- package/lib/commonjs/i18n/it.json +17 -5
- package/lib/commonjs/i18n/ja.json +17 -5
- package/lib/commonjs/i18n/ko.json +17 -5
- package/lib/commonjs/i18n/nl.json +18 -6
- package/lib/commonjs/i18n/pt-br.json +19 -7
- package/lib/commonjs/i18n/ru.json +17 -5
- package/lib/commonjs/i18n/tr.json +18 -6
- package/lib/commonjs/version.json +1 -1
- package/lib/module/a11y/hooks/useAnnounceOnShow.js +27 -0
- package/lib/module/a11y/hooks/useAnnounceOnShow.js.map +1 -0
- package/lib/module/a11y/index.js +11 -0
- package/lib/module/a11y/index.js.map +1 -1
- package/lib/module/components/Accessibility/CompositeAccessibilityProbe.js +29 -0
- package/lib/module/components/Accessibility/CompositeAccessibilityProbe.js.map +1 -0
- package/lib/module/components/Accessibility/HiddenA11yText.js +30 -0
- package/lib/module/components/Accessibility/HiddenA11yText.js.map +1 -0
- package/lib/module/components/Accessibility/index.js +22 -0
- package/lib/module/components/Accessibility/index.js.map +1 -1
- package/lib/module/components/ChannelPreview/ChannelMessagePreviewDeliveryStatus.js +31 -29
- package/lib/module/components/ChannelPreview/ChannelMessagePreviewDeliveryStatus.js.map +1 -1
- package/lib/module/components/ChannelPreview/ChannelPreviewMutedStatus.js +11 -5
- package/lib/module/components/ChannelPreview/ChannelPreviewMutedStatus.js.map +1 -1
- package/lib/module/components/ChannelPreview/ChannelPreviewStatus.js +8 -1
- package/lib/module/components/ChannelPreview/ChannelPreviewStatus.js.map +1 -1
- package/lib/module/components/ChannelPreview/ChannelPreviewUnreadCount.js +8 -2
- package/lib/module/components/ChannelPreview/ChannelPreviewUnreadCount.js.map +1 -1
- package/lib/module/components/ChannelPreview/ChannelPreviewView.js +3 -0
- package/lib/module/components/ChannelPreview/ChannelPreviewView.js.map +1 -1
- package/lib/module/components/Message/MessageItemView/MessageContent.js +2 -1
- package/lib/module/components/Message/MessageItemView/MessageContent.js.map +1 -1
- package/lib/module/components/Message/MessageItemView/MessageFooter.js +2 -0
- package/lib/module/components/Message/MessageItemView/MessageFooter.js.map +1 -1
- package/lib/module/components/Message/MessageItemView/MessageStatus.js +35 -30
- package/lib/module/components/Message/MessageItemView/MessageStatus.js.map +1 -1
- package/lib/module/components/Message/MessageItemView/ReactionList/ReactionListClustered.js +19 -6
- package/lib/module/components/Message/MessageItemView/ReactionList/ReactionListClustered.js.map +1 -1
- package/lib/module/components/Message/MessageItemView/ReactionList/ReactionListItem.js +6 -1
- package/lib/module/components/Message/MessageItemView/ReactionList/ReactionListItem.js.map +1 -1
- package/lib/module/components/Message/hooks/useMessageActionHandlers.js +8 -0
- package/lib/module/components/Message/hooks/useMessageActionHandlers.js.map +1 -1
- package/lib/module/components/Poll/Poll.js +0 -17
- package/lib/module/components/Poll/Poll.js.map +1 -1
- package/lib/module/components/Reply/Reply.js +43 -6
- package/lib/module/components/Reply/Reply.js.map +1 -1
- package/lib/module/components/ui/Avatar/ChannelAvatar.js +17 -11
- package/lib/module/components/ui/Avatar/ChannelAvatar.js.map +1 -1
- package/lib/module/components/ui/Badge/BadgeNotification.js +3 -1
- package/lib/module/components/ui/Badge/BadgeNotification.js.map +1 -1
- package/lib/module/i18n/ar.json +20 -8
- package/lib/module/i18n/en.json +17 -5
- package/lib/module/i18n/es.json +17 -5
- package/lib/module/i18n/fr.json +17 -5
- package/lib/module/i18n/he.json +17 -5
- package/lib/module/i18n/hi.json +18 -6
- package/lib/module/i18n/it.json +17 -5
- package/lib/module/i18n/ja.json +17 -5
- package/lib/module/i18n/ko.json +17 -5
- package/lib/module/i18n/nl.json +18 -6
- package/lib/module/i18n/pt-br.json +19 -7
- package/lib/module/i18n/ru.json +17 -5
- package/lib/module/i18n/tr.json +18 -6
- package/lib/module/version.json +1 -1
- package/lib/typescript/a11y/hooks/useAnnounceOnShow.d.ts +21 -0
- package/lib/typescript/a11y/hooks/useAnnounceOnShow.d.ts.map +1 -0
- package/lib/typescript/a11y/index.d.ts +1 -0
- package/lib/typescript/a11y/index.d.ts.map +1 -1
- package/lib/typescript/components/Accessibility/CompositeAccessibilityProbe.d.ts +30 -0
- package/lib/typescript/components/Accessibility/CompositeAccessibilityProbe.d.ts.map +1 -0
- package/lib/typescript/components/Accessibility/HiddenA11yText.d.ts +25 -0
- package/lib/typescript/components/Accessibility/HiddenA11yText.d.ts.map +1 -0
- package/lib/typescript/components/Accessibility/index.d.ts +2 -0
- package/lib/typescript/components/Accessibility/index.d.ts.map +1 -1
- package/lib/typescript/components/ChannelPreview/ChannelMessagePreviewDeliveryStatus.d.ts.map +1 -1
- package/lib/typescript/components/ChannelPreview/ChannelPreviewMutedStatus.d.ts.map +1 -1
- package/lib/typescript/components/ChannelPreview/ChannelPreviewStatus.d.ts.map +1 -1
- package/lib/typescript/components/ChannelPreview/ChannelPreviewUnreadCount.d.ts.map +1 -1
- package/lib/typescript/components/ChannelPreview/ChannelPreviewView.d.ts.map +1 -1
- package/lib/typescript/components/Message/MessageItemView/MessageContent.d.ts.map +1 -1
- package/lib/typescript/components/Message/MessageItemView/MessageFooter.d.ts.map +1 -1
- package/lib/typescript/components/Message/MessageItemView/MessageStatus.d.ts.map +1 -1
- package/lib/typescript/components/Message/MessageItemView/ReactionList/ReactionListClustered.d.ts.map +1 -1
- package/lib/typescript/components/Message/MessageItemView/ReactionList/ReactionListItem.d.ts.map +1 -1
- package/lib/typescript/components/Message/MessageOverlayWrapper.d.ts +1 -1
- package/lib/typescript/components/Message/hooks/useMessageActionHandlers.d.ts.map +1 -1
- package/lib/typescript/components/Poll/Poll.d.ts.map +1 -1
- package/lib/typescript/components/Reply/Reply.d.ts.map +1 -1
- package/lib/typescript/components/ui/Avatar/ChannelAvatar.d.ts.map +1 -1
- package/lib/typescript/components/ui/Badge/BadgeNotification.d.ts +5 -0
- package/lib/typescript/components/ui/Badge/BadgeNotification.d.ts.map +1 -1
- package/lib/typescript/hooks/useTranslatedMessage.d.ts +1 -1
- package/lib/typescript/i18n/ar.json +20 -8
- package/lib/typescript/i18n/en.json +17 -5
- package/lib/typescript/i18n/es.json +17 -5
- package/lib/typescript/i18n/fr.json +17 -5
- package/lib/typescript/i18n/he.json +17 -5
- package/lib/typescript/i18n/hi.json +18 -6
- package/lib/typescript/i18n/it.json +17 -5
- package/lib/typescript/i18n/ja.json +17 -5
- package/lib/typescript/i18n/ko.json +17 -5
- package/lib/typescript/i18n/nl.json +18 -6
- package/lib/typescript/i18n/pt-br.json +19 -7
- package/lib/typescript/i18n/ru.json +17 -5
- package/lib/typescript/i18n/tr.json +18 -6
- package/lib/typescript/utils/i18n/Streami18n.d.ts +16 -4
- package/lib/typescript/utils/i18n/Streami18n.d.ts.map +1 -1
- package/package.json +1 -1
- package/src/a11y/hooks/useAnnounceOnShow.ts +44 -0
- package/src/a11y/index.ts +1 -0
- package/src/components/Accessibility/CompositeAccessibilityProbe.tsx +48 -0
- package/src/components/Accessibility/HiddenA11yText.tsx +49 -0
- package/src/components/Accessibility/index.ts +2 -0
- package/src/components/ChannelPreview/ChannelMessagePreviewDeliveryStatus.tsx +19 -16
- package/src/components/ChannelPreview/ChannelPreviewMutedStatus.tsx +8 -1
- package/src/components/ChannelPreview/ChannelPreviewStatus.tsx +10 -4
- package/src/components/ChannelPreview/ChannelPreviewUnreadCount.tsx +5 -1
- package/src/components/ChannelPreview/ChannelPreviewView.tsx +3 -0
- package/src/components/Message/MessageItemView/MessageContent.tsx +12 -1
- package/src/components/Message/MessageItemView/MessageFooter.tsx +6 -1
- package/src/components/Message/MessageItemView/MessageStatus.tsx +36 -39
- package/src/components/Message/MessageItemView/ReactionList/ReactionListClustered.tsx +24 -10
- package/src/components/Message/MessageItemView/ReactionList/ReactionListItem.tsx +5 -1
- package/src/components/Message/MessageItemView/__tests__/MessageStatus.test.tsx +10 -7
- package/src/components/Message/MessageItemView/__tests__/ReactionListBottom.test.tsx +1 -1
- package/src/components/Message/hooks/useMessageActionHandlers.ts +7 -0
- package/src/components/Poll/Poll.tsx +1 -25
- package/src/components/Reply/Reply.tsx +58 -7
- package/src/components/Thread/__tests__/__snapshots__/Thread.test.tsx.snap +8 -0
- package/src/components/ui/Avatar/ChannelAvatar.tsx +39 -29
- package/src/components/ui/Badge/BadgeNotification.tsx +11 -2
- package/src/i18n/ar.json +20 -8
- package/src/i18n/en.json +17 -5
- package/src/i18n/es.json +17 -5
- package/src/i18n/fr.json +17 -5
- package/src/i18n/he.json +17 -5
- package/src/i18n/hi.json +18 -6
- package/src/i18n/it.json +17 -5
- package/src/i18n/ja.json +17 -5
- package/src/i18n/ko.json +17 -5
- package/src/i18n/nl.json +18 -6
- package/src/i18n/pt-br.json +19 -7
- package/src/i18n/ru.json +17 -5
- package/src/i18n/tr.json +18 -6
- package/src/version.json +1 -1
- package/lib/commonjs/components/Poll/hooks/usePollAccessibilityActions.js +0 -150
- package/lib/commonjs/components/Poll/hooks/usePollAccessibilityActions.js.map +0 -1
- package/lib/commonjs/components/Poll/hooks/usePollAccessibilityLabel.js +0 -59
- package/lib/commonjs/components/Poll/hooks/usePollAccessibilityLabel.js.map +0 -1
- package/lib/module/components/Poll/hooks/usePollAccessibilityActions.js +0 -150
- package/lib/module/components/Poll/hooks/usePollAccessibilityActions.js.map +0 -1
- package/lib/module/components/Poll/hooks/usePollAccessibilityLabel.js +0 -59
- package/lib/module/components/Poll/hooks/usePollAccessibilityLabel.js.map +0 -1
- package/lib/typescript/components/Poll/hooks/usePollAccessibilityActions.d.ts +0 -25
- package/lib/typescript/components/Poll/hooks/usePollAccessibilityActions.d.ts.map +0 -1
- package/lib/typescript/components/Poll/hooks/usePollAccessibilityLabel.d.ts +0 -8
- package/lib/typescript/components/Poll/hooks/usePollAccessibilityLabel.d.ts.map +0 -1
- package/src/components/Poll/hooks/__tests__/usePollAccessibilityActions.test.tsx +0 -358
- package/src/components/Poll/hooks/__tests__/usePollAccessibilityLabel.test.tsx +0 -142
- package/src/components/Poll/hooks/usePollAccessibilityActions.ts +0 -191
- package/src/components/Poll/hooks/usePollAccessibilityLabel.ts +0 -75
package/lib/module/i18n/es.json
CHANGED
|
@@ -253,20 +253,32 @@
|
|
|
253
253
|
"a11y/AI is generating": "La IA está generando",
|
|
254
254
|
"a11y/AI is thinking": "La IA está pensando",
|
|
255
255
|
"a11y/Avatar of {{name}}": "Avatar de {{name}}",
|
|
256
|
+
"a11y/Channel with {{count}} members": "Canal con {{count}} miembros",
|
|
256
257
|
"a11y/Connected": "Conectado",
|
|
257
258
|
"a11y/Delivered": "Entregado",
|
|
259
|
+
"a11y/Delivered, sent by you": "Entregado, enviado por ti",
|
|
260
|
+
"a11y/Direct chat with {{name}}": "Chat directo con {{name}}",
|
|
261
|
+
"a11y/Double tap to open": "Toca dos veces para abrir",
|
|
262
|
+
"a11y/Double tap to view reactions": "Toca dos veces para ver las reacciones",
|
|
263
|
+
"a11y/Editing message": "Editando mensaje",
|
|
264
|
+
"a11y/Editing message: {{text}}": "Editando mensaje: {{text}}",
|
|
265
|
+
"a11y/Last message {{date}}": "Último mensaje {{date}}",
|
|
258
266
|
"a11y/Loading": "Cargando",
|
|
259
267
|
"a11y/Loading failed": "Error al cargar",
|
|
260
268
|
"a11y/Message actions": "Acciones del mensaje",
|
|
269
|
+
"a11y/Muted": "Silenciado",
|
|
261
270
|
"a11y/New message from {{user}}": "Nuevo mensaje de {{user}}",
|
|
262
271
|
"a11y/Offline": "Sin conexión",
|
|
263
272
|
"a11y/Open message actions": "Abrir acciones del mensaje",
|
|
264
273
|
"a11y/Reaction {{emoji}} by {{count}} users": "Reacción {{emoji}} de {{count}} usuarios",
|
|
265
274
|
"a11y/Read": "Leído",
|
|
275
|
+
"a11y/Read, sent by you": "Leído, enviado por ti",
|
|
266
276
|
"a11y/Reconnecting": "Reconectando",
|
|
267
277
|
"a11y/Reply to {{user}}": "Responder a {{user}}",
|
|
268
278
|
"a11y/Remove edit": "Eliminar edición",
|
|
269
279
|
"a11y/Remove reply": "Eliminar respuesta",
|
|
280
|
+
"a11y/Replying to {{user}}": "Respondiendo a {{user}}",
|
|
281
|
+
"a11y/Replying to {{user}}: {{text}}": "Respondiendo a {{user}}: {{text}}",
|
|
270
282
|
"a11y/Scroll to bottom": "Ir al final",
|
|
271
283
|
"a11y/Scroll to bottom, {{count}} new messages": "Ir al final, {{count}} mensajes nuevos",
|
|
272
284
|
"a11y/Scroll to latest": "Ir al último mensaje",
|
|
@@ -274,7 +286,10 @@
|
|
|
274
286
|
"a11y/Send message": "Enviar mensaje",
|
|
275
287
|
"a11y/Sending": "Enviando",
|
|
276
288
|
"a11y/Sent": "Enviado",
|
|
289
|
+
"a11y/Sent by you": "Enviado por ti",
|
|
277
290
|
"a11y/Voice message recording. Hold to record.": "Grabación de mensaje de voz. Mantén pulsado para grabar.",
|
|
291
|
+
"a11y/and {{count}} more reactions": "y {{count}} reacciones más",
|
|
292
|
+
"a11y/you reacted": "tú reaccionaste",
|
|
278
293
|
"a11y/{{count}} new messages": "{{count}} mensajes nuevos",
|
|
279
294
|
"a11y/Add attachment": "Add attachment",
|
|
280
295
|
"a11y/Close attachments": "Close attachments",
|
|
@@ -352,12 +367,9 @@
|
|
|
352
367
|
"size limit": "límite de tamaño",
|
|
353
368
|
"unknown error": "error desconocido",
|
|
354
369
|
"unsupported file type": "tipo de archivo no compatible",
|
|
355
|
-
"a11y/Activate to view results": "Activa para ver los resultados",
|
|
356
|
-
"a11y/End vote": "Finalizar votación",
|
|
357
|
-
"a11y/Show all options": "Mostrar todas las opciones",
|
|
358
|
-
"a11y/Vote on {{option}}": "Votar por {{option}}",
|
|
359
370
|
"a11y/Double tap and hold to activate contextual menu": "Toca dos veces y mantén pulsado para activar el menú contextual",
|
|
360
371
|
"a11y/Swipe right to go through different actions": "Desliza a la derecha para recorrer las diferentes acciones",
|
|
361
372
|
"a11y/Close": "Close",
|
|
362
|
-
"a11y/Bottom sheet opened. Activate the close action or use the escape gesture to dismiss.": "Bottom sheet opened. Activate the close action or use the escape gesture to dismiss."
|
|
373
|
+
"a11y/Bottom sheet opened. Activate the close action or use the escape gesture to dismiss.": "Bottom sheet opened. Activate the close action or use the escape gesture to dismiss.",
|
|
374
|
+
"a11y/{{count}} unread messages": "{{count}} mensajes sin leer"
|
|
363
375
|
}
|
package/lib/module/i18n/fr.json
CHANGED
|
@@ -253,20 +253,32 @@
|
|
|
253
253
|
"a11y/AI is generating": "L'IA génère une réponse",
|
|
254
254
|
"a11y/AI is thinking": "L'IA réfléchit",
|
|
255
255
|
"a11y/Avatar of {{name}}": "Avatar de {{name}}",
|
|
256
|
+
"a11y/Channel with {{count}} members": "Canal avec {{count}} membres",
|
|
256
257
|
"a11y/Connected": "Connecté",
|
|
257
258
|
"a11y/Delivered": "Distribué",
|
|
259
|
+
"a11y/Delivered, sent by you": "Distribué, envoyé par vous",
|
|
260
|
+
"a11y/Direct chat with {{name}}": "Discussion directe avec {{name}}",
|
|
261
|
+
"a11y/Double tap to open": "Appuyez deux fois pour ouvrir",
|
|
262
|
+
"a11y/Double tap to view reactions": "Appuyez deux fois pour voir les réactions",
|
|
263
|
+
"a11y/Editing message": "Modification du message",
|
|
264
|
+
"a11y/Editing message: {{text}}": "Modification du message : {{text}}",
|
|
265
|
+
"a11y/Last message {{date}}": "Dernier message {{date}}",
|
|
258
266
|
"a11y/Loading": "Chargement",
|
|
259
267
|
"a11y/Loading failed": "Échec du chargement",
|
|
260
268
|
"a11y/Message actions": "Actions du message",
|
|
269
|
+
"a11y/Muted": "Mis en sourdine",
|
|
261
270
|
"a11y/New message from {{user}}": "Nouveau message de {{user}}",
|
|
262
271
|
"a11y/Offline": "Hors ligne",
|
|
263
272
|
"a11y/Open message actions": "Ouvrir les actions du message",
|
|
264
273
|
"a11y/Reaction {{emoji}} by {{count}} users": "Réaction {{emoji}} par {{count}} utilisateurs",
|
|
265
274
|
"a11y/Read": "Lu",
|
|
275
|
+
"a11y/Read, sent by you": "Lu, envoyé par vous",
|
|
266
276
|
"a11y/Reconnecting": "Reconnexion",
|
|
267
277
|
"a11y/Reply to {{user}}": "Répondre à {{user}}",
|
|
268
278
|
"a11y/Remove edit": "Supprimer la modification",
|
|
269
279
|
"a11y/Remove reply": "Supprimer la réponse",
|
|
280
|
+
"a11y/Replying to {{user}}": "Réponse à {{user}}",
|
|
281
|
+
"a11y/Replying to {{user}}: {{text}}": "Réponse à {{user}} : {{text}}",
|
|
270
282
|
"a11y/Scroll to bottom": "Aller en bas",
|
|
271
283
|
"a11y/Scroll to bottom, {{count}} new messages": "Aller en bas, {{count}} nouveaux messages",
|
|
272
284
|
"a11y/Scroll to latest": "Aller au dernier message",
|
|
@@ -274,7 +286,10 @@
|
|
|
274
286
|
"a11y/Send message": "Envoyer le message",
|
|
275
287
|
"a11y/Sending": "Envoi",
|
|
276
288
|
"a11y/Sent": "Envoyé",
|
|
289
|
+
"a11y/Sent by you": "Envoyé par vous",
|
|
277
290
|
"a11y/Voice message recording. Hold to record.": "Enregistrement d'un message vocal. Maintenez appuyé pour enregistrer.",
|
|
291
|
+
"a11y/and {{count}} more reactions": "et {{count}} réactions de plus",
|
|
292
|
+
"a11y/you reacted": "vous avez réagi",
|
|
278
293
|
"a11y/{{count}} new messages": "{{count}} nouveaux messages",
|
|
279
294
|
"a11y/Add attachment": "Add attachment",
|
|
280
295
|
"a11y/Close attachments": "Close attachments",
|
|
@@ -352,12 +367,9 @@
|
|
|
352
367
|
"size limit": "limite de taille",
|
|
353
368
|
"unknown error": "erreur inconnue",
|
|
354
369
|
"unsupported file type": "type de fichier non pris en charge",
|
|
355
|
-
"a11y/Activate to view results": "Activer pour voir les résultats",
|
|
356
|
-
"a11y/End vote": "Terminer le vote",
|
|
357
|
-
"a11y/Show all options": "Afficher toutes les options",
|
|
358
|
-
"a11y/Vote on {{option}}": "Voter pour {{option}}",
|
|
359
370
|
"a11y/Double tap and hold to activate contextual menu": "Appuyez deux fois et maintenez pour activer le menu contextuel",
|
|
360
371
|
"a11y/Swipe right to go through different actions": "Glissez vers la droite pour parcourir les différentes actions",
|
|
361
372
|
"a11y/Close": "Close",
|
|
362
|
-
"a11y/Bottom sheet opened. Activate the close action or use the escape gesture to dismiss.": "Bottom sheet opened. Activate the close action or use the escape gesture to dismiss."
|
|
373
|
+
"a11y/Bottom sheet opened. Activate the close action or use the escape gesture to dismiss.": "Bottom sheet opened. Activate the close action or use the escape gesture to dismiss.",
|
|
374
|
+
"a11y/{{count}} unread messages": "{{count}} messages non lus"
|
|
363
375
|
}
|
package/lib/module/i18n/he.json
CHANGED
|
@@ -253,20 +253,32 @@
|
|
|
253
253
|
"a11y/AI is generating": "הבינה המלאכותית יוצרת תשובה",
|
|
254
254
|
"a11y/AI is thinking": "הבינה המלאכותית חושבת",
|
|
255
255
|
"a11y/Avatar of {{name}}": "תמונת פרופיל של {{name}}",
|
|
256
|
+
"a11y/Channel with {{count}} members": "ערוץ עם {{count}} חברים",
|
|
256
257
|
"a11y/Connected": "מחובר",
|
|
257
258
|
"a11y/Delivered": "נמסר",
|
|
259
|
+
"a11y/Delivered, sent by you": "נמסר, נשלח על ידך",
|
|
260
|
+
"a11y/Direct chat with {{name}}": "צ׳אט ישיר עם {{name}}",
|
|
261
|
+
"a11y/Double tap to open": "הקש פעמיים כדי לפתוח",
|
|
262
|
+
"a11y/Double tap to view reactions": "הקש פעמיים כדי לראות תגובות",
|
|
263
|
+
"a11y/Editing message": "עריכת הודעה",
|
|
264
|
+
"a11y/Editing message: {{text}}": "עריכת הודעה: {{text}}",
|
|
265
|
+
"a11y/Last message {{date}}": "הודעה אחרונה {{date}}",
|
|
258
266
|
"a11y/Loading": "טוען",
|
|
259
267
|
"a11y/Loading failed": "הטעינה נכשלה",
|
|
260
268
|
"a11y/Message actions": "פעולות הודעה",
|
|
269
|
+
"a11y/Muted": "מושתק",
|
|
261
270
|
"a11y/New message from {{user}}": "הודעה חדשה מ-{{user}}",
|
|
262
271
|
"a11y/Offline": "לא מקוון",
|
|
263
272
|
"a11y/Open message actions": "פתח פעולות הודעה",
|
|
264
273
|
"a11y/Reaction {{emoji}} by {{count}} users": "תגובה {{emoji}} מאת {{count}} משתמשים",
|
|
265
274
|
"a11y/Read": "נקרא",
|
|
275
|
+
"a11y/Read, sent by you": "נקרא, נשלח על ידך",
|
|
266
276
|
"a11y/Reconnecting": "מתחבר מחדש",
|
|
267
277
|
"a11y/Reply to {{user}}": "השב ל-{{user}}",
|
|
268
278
|
"a11y/Remove edit": "הסר עריכה",
|
|
269
279
|
"a11y/Remove reply": "הסר תגובה",
|
|
280
|
+
"a11y/Replying to {{user}}": "מגיב/ה ל-{{user}}",
|
|
281
|
+
"a11y/Replying to {{user}}: {{text}}": "מגיב/ה ל-{{user}}: {{text}}",
|
|
270
282
|
"a11y/Scroll to bottom": "גלול לתחתית",
|
|
271
283
|
"a11y/Scroll to bottom, {{count}} new messages": "גלול לתחתית, {{count}} הודעות חדשות",
|
|
272
284
|
"a11y/Scroll to latest": "גלול להודעה האחרונה",
|
|
@@ -274,7 +286,10 @@
|
|
|
274
286
|
"a11y/Send message": "שלח הודעה",
|
|
275
287
|
"a11y/Sending": "שולח",
|
|
276
288
|
"a11y/Sent": "נשלח",
|
|
289
|
+
"a11y/Sent by you": "נשלח על ידך",
|
|
277
290
|
"a11y/Voice message recording. Hold to record.": "הקלטת הודעה קולית. החזק כדי להקליט.",
|
|
291
|
+
"a11y/and {{count}} more reactions": "ועוד {{count}} תגובות",
|
|
292
|
+
"a11y/you reacted": "הגבת",
|
|
278
293
|
"a11y/{{count}} new messages": "{{count}} הודעות חדשות",
|
|
279
294
|
"a11y/Add attachment": "Add attachment",
|
|
280
295
|
"a11y/Close attachments": "Close attachments",
|
|
@@ -352,12 +367,9 @@
|
|
|
352
367
|
"size limit": "מגבלת גודל",
|
|
353
368
|
"unknown error": "שגיאה לא ידועה",
|
|
354
369
|
"unsupported file type": "סוג קובץ לא נתמך",
|
|
355
|
-
"a11y/Activate to view results": "הפעל כדי לראות את התוצאות",
|
|
356
|
-
"a11y/End vote": "סיים הצבעה",
|
|
357
|
-
"a11y/Show all options": "הצג את כל האפשרויות",
|
|
358
|
-
"a11y/Vote on {{option}}": "הצבע עבור {{option}}",
|
|
359
370
|
"a11y/Double tap and hold to activate contextual menu": "הקש פעמיים והחזק כדי להפעיל את התפריט ההקשרי",
|
|
360
371
|
"a11y/Swipe right to go through different actions": "החלק ימינה כדי לעבור בין הפעולות השונות",
|
|
361
372
|
"a11y/Close": "Close",
|
|
362
|
-
"a11y/Bottom sheet opened. Activate the close action or use the escape gesture to dismiss.": "Bottom sheet opened. Activate the close action or use the escape gesture to dismiss."
|
|
373
|
+
"a11y/Bottom sheet opened. Activate the close action or use the escape gesture to dismiss.": "Bottom sheet opened. Activate the close action or use the escape gesture to dismiss.",
|
|
374
|
+
"a11y/{{count}} unread messages": "{{count}} הודעות שלא נקראו"
|
|
363
375
|
}
|
package/lib/module/i18n/hi.json
CHANGED
|
@@ -253,20 +253,32 @@
|
|
|
253
253
|
"a11y/AI is generating": "AI जवाब तैयार कर रहा है",
|
|
254
254
|
"a11y/AI is thinking": "AI सोच रहा है",
|
|
255
255
|
"a11y/Avatar of {{name}}": "{{name}} का अवतार",
|
|
256
|
+
"a11y/Channel with {{count}} members": "{{count}} सदस्यों वाला चैनल",
|
|
256
257
|
"a11y/Connected": "कनेक्टेड",
|
|
257
|
-
"a11y/Delivered": "डिलीवर
|
|
258
|
+
"a11y/Delivered": "डिलीवर हो गया",
|
|
259
|
+
"a11y/Delivered, sent by you": "डिलीवर हो गया, आपके द्वारा भेजा गया",
|
|
260
|
+
"a11y/Direct chat with {{name}}": "{{name}} के साथ सीधी चैट",
|
|
261
|
+
"a11y/Double tap to open": "खोलने के लिए दो बार टैप करें",
|
|
262
|
+
"a11y/Double tap to view reactions": "प्रतिक्रियाएँ देखने के लिए दो बार टैप करें",
|
|
263
|
+
"a11y/Editing message": "संदेश संपादित कर रहे हैं",
|
|
264
|
+
"a11y/Editing message: {{text}}": "संदेश संपादित कर रहे हैं: {{text}}",
|
|
265
|
+
"a11y/Last message {{date}}": "अंतिम संदेश {{date}}",
|
|
258
266
|
"a11y/Loading": "लोड हो रहा है",
|
|
259
267
|
"a11y/Loading failed": "लोड नहीं हो सका",
|
|
260
268
|
"a11y/Message actions": "संदेश की कार्रवाइयां",
|
|
269
|
+
"a11y/Muted": "म्यूट किया गया",
|
|
261
270
|
"a11y/New message from {{user}}": "{{user}} से नया संदेश",
|
|
262
271
|
"a11y/Offline": "ऑफलाइन",
|
|
263
272
|
"a11y/Open message actions": "संदेश की कार्रवाइयां खोलें",
|
|
264
273
|
"a11y/Reaction {{emoji}} by {{count}} users": "{{count}} उपयोगकर्ताओं की {{emoji}} प्रतिक्रिया",
|
|
265
274
|
"a11y/Read": "पढ़ा गया",
|
|
275
|
+
"a11y/Read, sent by you": "पढ़ा गया, आपके द्वारा भेजा गया",
|
|
266
276
|
"a11y/Reconnecting": "फिर से कनेक्ट हो रहा है",
|
|
267
277
|
"a11y/Reply to {{user}}": "{{user}} को जवाब दें",
|
|
268
278
|
"a11y/Remove edit": "संपादन हटाएं",
|
|
269
279
|
"a11y/Remove reply": "जवाब हटाएं",
|
|
280
|
+
"a11y/Replying to {{user}}": "{{user}} को उत्तर दे रहे हैं",
|
|
281
|
+
"a11y/Replying to {{user}}: {{text}}": "{{user}} को उत्तर दे रहे हैं: {{text}}",
|
|
270
282
|
"a11y/Scroll to bottom": "नीचे स्क्रॉल करें",
|
|
271
283
|
"a11y/Scroll to bottom, {{count}} new messages": "नीचे स्क्रॉल करें, {{count}} नए संदेश",
|
|
272
284
|
"a11y/Scroll to latest": "नवीनतम संदेश पर जाएं",
|
|
@@ -274,7 +286,10 @@
|
|
|
274
286
|
"a11y/Send message": "संदेश भेजें",
|
|
275
287
|
"a11y/Sending": "भेजा जा रहा है",
|
|
276
288
|
"a11y/Sent": "भेजा गया",
|
|
289
|
+
"a11y/Sent by you": "आपके द्वारा भेजा गया",
|
|
277
290
|
"a11y/Voice message recording. Hold to record.": "वॉइस संदेश रिकॉर्डिंग। रिकॉर्ड करने के लिए दबाकर रखें।",
|
|
291
|
+
"a11y/and {{count}} more reactions": "और {{count}} प्रतिक्रियाएँ",
|
|
292
|
+
"a11y/you reacted": "आपने प्रतिक्रिया दी",
|
|
278
293
|
"a11y/{{count}} new messages": "{{count}} नए संदेश",
|
|
279
294
|
"a11y/Add attachment": "Add attachment",
|
|
280
295
|
"a11y/Close attachments": "Close attachments",
|
|
@@ -352,12 +367,9 @@
|
|
|
352
367
|
"size limit": "आकार सीमा",
|
|
353
368
|
"unknown error": "अज्ञात त्रुटि",
|
|
354
369
|
"unsupported file type": "असमर्थित फ़ाइल प्रकार",
|
|
355
|
-
"a11y/Activate to view results": "परिणाम देखने के लिए सक्रिय करें",
|
|
356
|
-
"a11y/End vote": "मतदान समाप्त करें",
|
|
357
|
-
"a11y/Show all options": "सभी विकल्प दिखाएं",
|
|
358
|
-
"a11y/Vote on {{option}}": "{{option}} पर वोट करें",
|
|
359
370
|
"a11y/Double tap and hold to activate contextual menu": "संदर्भ मेनू सक्रिय करने के लिए दो बार टैप करें और होल्ड करें",
|
|
360
371
|
"a11y/Swipe right to go through different actions": "विभिन्न क्रियाओं के बीच जाने के लिए दाएं स्वाइप करें",
|
|
361
372
|
"a11y/Close": "Close",
|
|
362
|
-
"a11y/Bottom sheet opened. Activate the close action or use the escape gesture to dismiss.": "Bottom sheet opened. Activate the close action or use the escape gesture to dismiss."
|
|
373
|
+
"a11y/Bottom sheet opened. Activate the close action or use the escape gesture to dismiss.": "Bottom sheet opened. Activate the close action or use the escape gesture to dismiss.",
|
|
374
|
+
"a11y/{{count}} unread messages": "{{count}} अपठित संदेश"
|
|
363
375
|
}
|
package/lib/module/i18n/it.json
CHANGED
|
@@ -253,20 +253,32 @@
|
|
|
253
253
|
"a11y/AI is generating": "L'IA sta generando",
|
|
254
254
|
"a11y/AI is thinking": "L'IA sta pensando",
|
|
255
255
|
"a11y/Avatar of {{name}}": "Avatar di {{name}}",
|
|
256
|
+
"a11y/Channel with {{count}} members": "Canale con {{count}} membri",
|
|
256
257
|
"a11y/Connected": "Connesso",
|
|
257
258
|
"a11y/Delivered": "Consegnato",
|
|
259
|
+
"a11y/Delivered, sent by you": "Consegnato, inviato da te",
|
|
260
|
+
"a11y/Direct chat with {{name}}": "Chat diretta con {{name}}",
|
|
261
|
+
"a11y/Double tap to open": "Tocca due volte per aprire",
|
|
262
|
+
"a11y/Double tap to view reactions": "Tocca due volte per vedere le reazioni",
|
|
263
|
+
"a11y/Editing message": "Modifica del messaggio",
|
|
264
|
+
"a11y/Editing message: {{text}}": "Modifica del messaggio: {{text}}",
|
|
265
|
+
"a11y/Last message {{date}}": "Ultimo messaggio {{date}}",
|
|
258
266
|
"a11y/Loading": "Caricamento",
|
|
259
267
|
"a11y/Loading failed": "Caricamento non riuscito",
|
|
260
268
|
"a11y/Message actions": "Azioni del messaggio",
|
|
269
|
+
"a11y/Muted": "Silenziato",
|
|
261
270
|
"a11y/New message from {{user}}": "Nuovo messaggio da {{user}}",
|
|
262
271
|
"a11y/Offline": "Offline",
|
|
263
272
|
"a11y/Open message actions": "Apri azioni del messaggio",
|
|
264
273
|
"a11y/Reaction {{emoji}} by {{count}} users": "Reazione {{emoji}} di {{count}} utenti",
|
|
265
274
|
"a11y/Read": "Letto",
|
|
275
|
+
"a11y/Read, sent by you": "Letto, inviato da te",
|
|
266
276
|
"a11y/Reconnecting": "Riconnessione",
|
|
267
277
|
"a11y/Reply to {{user}}": "Rispondi a {{user}}",
|
|
268
278
|
"a11y/Remove edit": "Rimuovi modifica",
|
|
269
279
|
"a11y/Remove reply": "Rimuovi risposta",
|
|
280
|
+
"a11y/Replying to {{user}}": "Rispondendo a {{user}}",
|
|
281
|
+
"a11y/Replying to {{user}}: {{text}}": "Rispondendo a {{user}}: {{text}}",
|
|
270
282
|
"a11y/Scroll to bottom": "Vai in fondo",
|
|
271
283
|
"a11y/Scroll to bottom, {{count}} new messages": "Vai in fondo, {{count}} nuovi messaggi",
|
|
272
284
|
"a11y/Scroll to latest": "Vai al messaggio più recente",
|
|
@@ -274,7 +286,10 @@
|
|
|
274
286
|
"a11y/Send message": "Invia messaggio",
|
|
275
287
|
"a11y/Sending": "Invio in corso",
|
|
276
288
|
"a11y/Sent": "Inviato",
|
|
289
|
+
"a11y/Sent by you": "Inviato da te",
|
|
277
290
|
"a11y/Voice message recording. Hold to record.": "Registrazione del messaggio vocale. Tieni premuto per registrare.",
|
|
291
|
+
"a11y/and {{count}} more reactions": "e altre {{count}} reazioni",
|
|
292
|
+
"a11y/you reacted": "hai reagito",
|
|
278
293
|
"a11y/{{count}} new messages": "{{count}} nuovi messaggi",
|
|
279
294
|
"a11y/Add attachment": "Add attachment",
|
|
280
295
|
"a11y/Close attachments": "Close attachments",
|
|
@@ -352,12 +367,9 @@
|
|
|
352
367
|
"size limit": "limite di dimensione",
|
|
353
368
|
"unknown error": "errore sconosciuto",
|
|
354
369
|
"unsupported file type": "tipo di file non supportato",
|
|
355
|
-
"a11y/Activate to view results": "Attiva per vedere i risultati",
|
|
356
|
-
"a11y/End vote": "Termina sondaggio",
|
|
357
|
-
"a11y/Show all options": "Mostra tutte le opzioni",
|
|
358
|
-
"a11y/Vote on {{option}}": "Vota per {{option}}",
|
|
359
370
|
"a11y/Double tap and hold to activate contextual menu": "Tocca due volte e tieni premuto per attivare il menu contestuale",
|
|
360
371
|
"a11y/Swipe right to go through different actions": "Scorri a destra per passare in rassegna le diverse azioni",
|
|
361
372
|
"a11y/Close": "Close",
|
|
362
|
-
"a11y/Bottom sheet opened. Activate the close action or use the escape gesture to dismiss.": "Bottom sheet opened. Activate the close action or use the escape gesture to dismiss."
|
|
373
|
+
"a11y/Bottom sheet opened. Activate the close action or use the escape gesture to dismiss.": "Bottom sheet opened. Activate the close action or use the escape gesture to dismiss.",
|
|
374
|
+
"a11y/{{count}} unread messages": "{{count}} messaggi non letti"
|
|
363
375
|
}
|
package/lib/module/i18n/ja.json
CHANGED
|
@@ -253,20 +253,32 @@
|
|
|
253
253
|
"a11y/AI is generating": "AIが生成しています",
|
|
254
254
|
"a11y/AI is thinking": "AIが考えています",
|
|
255
255
|
"a11y/Avatar of {{name}}": "{{name}}のアバター",
|
|
256
|
+
"a11y/Channel with {{count}} members": "メンバー{{count}}人のチャンネル",
|
|
256
257
|
"a11y/Connected": "接続済み",
|
|
257
258
|
"a11y/Delivered": "配信済み",
|
|
259
|
+
"a11y/Delivered, sent by you": "配信済み、あなたから送信",
|
|
260
|
+
"a11y/Direct chat with {{name}}": "{{name}}とのダイレクトチャット",
|
|
261
|
+
"a11y/Double tap to open": "ダブルタップで開く",
|
|
262
|
+
"a11y/Double tap to view reactions": "ダブルタップでリアクションを表示",
|
|
263
|
+
"a11y/Editing message": "メッセージを編集中",
|
|
264
|
+
"a11y/Editing message: {{text}}": "メッセージを編集中: {{text}}",
|
|
265
|
+
"a11y/Last message {{date}}": "最後のメッセージ {{date}}",
|
|
258
266
|
"a11y/Loading": "読み込み中",
|
|
259
267
|
"a11y/Loading failed": "読み込みに失敗しました",
|
|
260
268
|
"a11y/Message actions": "メッセージの操作",
|
|
269
|
+
"a11y/Muted": "ミュート中",
|
|
261
270
|
"a11y/New message from {{user}}": "{{user}}からの新しいメッセージ",
|
|
262
271
|
"a11y/Offline": "オフライン",
|
|
263
272
|
"a11y/Open message actions": "メッセージの操作を開く",
|
|
264
273
|
"a11y/Reaction {{emoji}} by {{count}} users": "{{count}}人のユーザーによるリアクション{{emoji}}",
|
|
265
274
|
"a11y/Read": "既読",
|
|
275
|
+
"a11y/Read, sent by you": "既読、あなたから送信",
|
|
266
276
|
"a11y/Reconnecting": "再接続中",
|
|
267
277
|
"a11y/Reply to {{user}}": "{{user}}に返信",
|
|
268
278
|
"a11y/Remove edit": "編集を削除",
|
|
269
279
|
"a11y/Remove reply": "返信を削除",
|
|
280
|
+
"a11y/Replying to {{user}}": "{{user}}に返信中",
|
|
281
|
+
"a11y/Replying to {{user}}: {{text}}": "{{user}}に返信中: {{text}}",
|
|
270
282
|
"a11y/Scroll to bottom": "一番下へ移動",
|
|
271
283
|
"a11y/Scroll to bottom, {{count}} new messages": "一番下へ移動、新しいメッセージ{{count}}件",
|
|
272
284
|
"a11y/Scroll to latest": "最新のメッセージへ移動",
|
|
@@ -274,7 +286,10 @@
|
|
|
274
286
|
"a11y/Send message": "メッセージを送信",
|
|
275
287
|
"a11y/Sending": "送信中",
|
|
276
288
|
"a11y/Sent": "送信済み",
|
|
289
|
+
"a11y/Sent by you": "あなたから送信済み",
|
|
277
290
|
"a11y/Voice message recording. Hold to record.": "音声メッセージの録音。長押しして録音します。",
|
|
291
|
+
"a11y/and {{count}} more reactions": "および{{count}}件のリアクション",
|
|
292
|
+
"a11y/you reacted": "あなたがリアクション",
|
|
278
293
|
"a11y/{{count}} new messages": "新しいメッセージ{{count}}件",
|
|
279
294
|
"a11y/Add attachment": "Add attachment",
|
|
280
295
|
"a11y/Close attachments": "Close attachments",
|
|
@@ -352,12 +367,9 @@
|
|
|
352
367
|
"size limit": "サイズ制限",
|
|
353
368
|
"unknown error": "不明なエラー",
|
|
354
369
|
"unsupported file type": "サポートされていないファイル形式",
|
|
355
|
-
"a11y/Activate to view results": "結果を表示するには有効化",
|
|
356
|
-
"a11y/End vote": "投票を終了",
|
|
357
|
-
"a11y/Show all options": "すべてのオプションを表示",
|
|
358
|
-
"a11y/Vote on {{option}}": "{{option}}に投票",
|
|
359
370
|
"a11y/Double tap and hold to activate contextual menu": "コンテキストメニューを表示するにはダブルタップして長押し",
|
|
360
371
|
"a11y/Swipe right to go through different actions": "右にスワイプして異なるアクションを切り替えます",
|
|
361
372
|
"a11y/Close": "Close",
|
|
362
|
-
"a11y/Bottom sheet opened. Activate the close action or use the escape gesture to dismiss.": "Bottom sheet opened. Activate the close action or use the escape gesture to dismiss."
|
|
373
|
+
"a11y/Bottom sheet opened. Activate the close action or use the escape gesture to dismiss.": "Bottom sheet opened. Activate the close action or use the escape gesture to dismiss.",
|
|
374
|
+
"a11y/{{count}} unread messages": "未読メッセージ{{count}}件"
|
|
363
375
|
}
|
package/lib/module/i18n/ko.json
CHANGED
|
@@ -253,20 +253,32 @@
|
|
|
253
253
|
"a11y/AI is generating": "AI가 생성 중입니다",
|
|
254
254
|
"a11y/AI is thinking": "AI가 생각 중입니다",
|
|
255
255
|
"a11y/Avatar of {{name}}": "{{name}}의 아바타",
|
|
256
|
+
"a11y/Channel with {{count}} members": "멤버 {{count}}명의 채널",
|
|
256
257
|
"a11y/Connected": "연결됨",
|
|
257
258
|
"a11y/Delivered": "전달됨",
|
|
259
|
+
"a11y/Delivered, sent by you": "전달됨, 내가 보냄",
|
|
260
|
+
"a11y/Direct chat with {{name}}": "{{name}}님과의 다이렉트 채팅",
|
|
261
|
+
"a11y/Double tap to open": "두 번 탭하여 열기",
|
|
262
|
+
"a11y/Double tap to view reactions": "두 번 탭하여 반응 보기",
|
|
263
|
+
"a11y/Editing message": "메시지 편집 중",
|
|
264
|
+
"a11y/Editing message: {{text}}": "메시지 편집 중: {{text}}",
|
|
265
|
+
"a11y/Last message {{date}}": "마지막 메시지 {{date}}",
|
|
258
266
|
"a11y/Loading": "로드 중",
|
|
259
267
|
"a11y/Loading failed": "로드 실패",
|
|
260
268
|
"a11y/Message actions": "메시지 작업",
|
|
269
|
+
"a11y/Muted": "음소거됨",
|
|
261
270
|
"a11y/New message from {{user}}": "{{user}}님의 새 메시지",
|
|
262
271
|
"a11y/Offline": "오프라인",
|
|
263
272
|
"a11y/Open message actions": "메시지 작업 열기",
|
|
264
273
|
"a11y/Reaction {{emoji}} by {{count}} users": "{{count}}명의 사용자가 남긴 {{emoji}} 반응",
|
|
265
274
|
"a11y/Read": "읽음",
|
|
275
|
+
"a11y/Read, sent by you": "읽음, 내가 보냄",
|
|
266
276
|
"a11y/Reconnecting": "다시 연결 중",
|
|
267
277
|
"a11y/Reply to {{user}}": "{{user}}님에게 답장",
|
|
268
278
|
"a11y/Remove edit": "편집 제거",
|
|
269
279
|
"a11y/Remove reply": "답장 제거",
|
|
280
|
+
"a11y/Replying to {{user}}": "{{user}}님에게 답장 중",
|
|
281
|
+
"a11y/Replying to {{user}}: {{text}}": "{{user}}님에게 답장 중: {{text}}",
|
|
270
282
|
"a11y/Scroll to bottom": "맨 아래로 이동",
|
|
271
283
|
"a11y/Scroll to bottom, {{count}} new messages": "맨 아래로 이동, 새 메시지 {{count}}개",
|
|
272
284
|
"a11y/Scroll to latest": "최신 메시지로 이동",
|
|
@@ -274,7 +286,10 @@
|
|
|
274
286
|
"a11y/Send message": "메시지 보내기",
|
|
275
287
|
"a11y/Sending": "보내는 중",
|
|
276
288
|
"a11y/Sent": "보냄",
|
|
289
|
+
"a11y/Sent by you": "내가 보냄",
|
|
277
290
|
"a11y/Voice message recording. Hold to record.": "음성 메시지 녹음. 길게 눌러 녹음하세요.",
|
|
291
|
+
"a11y/and {{count}} more reactions": "및 {{count}}개의 추가 반응",
|
|
292
|
+
"a11y/you reacted": "내가 반응함",
|
|
278
293
|
"a11y/{{count}} new messages": "새 메시지 {{count}}개",
|
|
279
294
|
"a11y/Add attachment": "Add attachment",
|
|
280
295
|
"a11y/Close attachments": "Close attachments",
|
|
@@ -352,12 +367,9 @@
|
|
|
352
367
|
"size limit": "크기 제한",
|
|
353
368
|
"unknown error": "알 수 없는 오류",
|
|
354
369
|
"unsupported file type": "지원되지 않는 파일 형식",
|
|
355
|
-
"a11y/Activate to view results": "결과를 보려면 활성화",
|
|
356
|
-
"a11y/End vote": "투표 종료",
|
|
357
|
-
"a11y/Show all options": "모든 옵션 표시",
|
|
358
|
-
"a11y/Vote on {{option}}": "{{option}}에 투표",
|
|
359
370
|
"a11y/Double tap and hold to activate contextual menu": "컨텍스트 메뉴를 활성화하려면 두 번 탭하고 길게 누르세요",
|
|
360
371
|
"a11y/Swipe right to go through different actions": "다른 작업을 탐색하려면 오른쪽으로 스와이프하세요",
|
|
361
372
|
"a11y/Close": "Close",
|
|
362
|
-
"a11y/Bottom sheet opened. Activate the close action or use the escape gesture to dismiss.": "Bottom sheet opened. Activate the close action or use the escape gesture to dismiss."
|
|
373
|
+
"a11y/Bottom sheet opened. Activate the close action or use the escape gesture to dismiss.": "Bottom sheet opened. Activate the close action or use the escape gesture to dismiss.",
|
|
374
|
+
"a11y/{{count}} unread messages": "읽지 않은 메시지 {{count}}개"
|
|
363
375
|
}
|
package/lib/module/i18n/nl.json
CHANGED
|
@@ -253,20 +253,32 @@
|
|
|
253
253
|
"a11y/AI is generating": "AI genereert",
|
|
254
254
|
"a11y/AI is thinking": "AI denkt na",
|
|
255
255
|
"a11y/Avatar of {{name}}": "Avatar van {{name}}",
|
|
256
|
+
"a11y/Channel with {{count}} members": "Kanaal met {{count}} leden",
|
|
256
257
|
"a11y/Connected": "Verbonden",
|
|
257
|
-
"a11y/Delivered": "
|
|
258
|
+
"a11y/Delivered": "Bezorgd",
|
|
259
|
+
"a11y/Delivered, sent by you": "Bezorgd, door jou verzonden",
|
|
260
|
+
"a11y/Direct chat with {{name}}": "Direct chat met {{name}}",
|
|
261
|
+
"a11y/Double tap to open": "Dubbeltik om te openen",
|
|
262
|
+
"a11y/Double tap to view reactions": "Dubbeltik om reacties te bekijken",
|
|
263
|
+
"a11y/Editing message": "Bericht bewerken",
|
|
264
|
+
"a11y/Editing message: {{text}}": "Bericht bewerken: {{text}}",
|
|
265
|
+
"a11y/Last message {{date}}": "Laatste bericht {{date}}",
|
|
258
266
|
"a11y/Loading": "Laden",
|
|
259
267
|
"a11y/Loading failed": "Laden mislukt",
|
|
260
268
|
"a11y/Message actions": "Berichtacties",
|
|
269
|
+
"a11y/Muted": "Gedempt",
|
|
261
270
|
"a11y/New message from {{user}}": "Nieuw bericht van {{user}}",
|
|
262
271
|
"a11y/Offline": "Offline",
|
|
263
272
|
"a11y/Open message actions": "Berichtacties openen",
|
|
264
273
|
"a11y/Reaction {{emoji}} by {{count}} users": "Reactie {{emoji}} door {{count}} gebruikers",
|
|
265
274
|
"a11y/Read": "Gelezen",
|
|
275
|
+
"a11y/Read, sent by you": "Gelezen, door jou verzonden",
|
|
266
276
|
"a11y/Reconnecting": "Opnieuw verbinden",
|
|
267
277
|
"a11y/Reply to {{user}}": "Antwoorden op {{user}}",
|
|
268
278
|
"a11y/Remove edit": "Bewerking verwijderen",
|
|
269
279
|
"a11y/Remove reply": "Antwoord verwijderen",
|
|
280
|
+
"a11y/Replying to {{user}}": "Antwoorden op {{user}}",
|
|
281
|
+
"a11y/Replying to {{user}}: {{text}}": "Antwoorden op {{user}}: {{text}}",
|
|
270
282
|
"a11y/Scroll to bottom": "Ga naar beneden",
|
|
271
283
|
"a11y/Scroll to bottom, {{count}} new messages": "Ga naar beneden, {{count}} nieuwe berichten",
|
|
272
284
|
"a11y/Scroll to latest": "Ga naar het nieuwste bericht",
|
|
@@ -274,7 +286,10 @@
|
|
|
274
286
|
"a11y/Send message": "Bericht verzenden",
|
|
275
287
|
"a11y/Sending": "Verzenden",
|
|
276
288
|
"a11y/Sent": "Verzonden",
|
|
289
|
+
"a11y/Sent by you": "Door jou verzonden",
|
|
277
290
|
"a11y/Voice message recording. Hold to record.": "Spraakbericht opnemen. Houd ingedrukt om op te nemen.",
|
|
291
|
+
"a11y/and {{count}} more reactions": "en {{count}} meer reacties",
|
|
292
|
+
"a11y/you reacted": "jij hebt gereageerd",
|
|
278
293
|
"a11y/{{count}} new messages": "{{count}} nieuwe berichten",
|
|
279
294
|
"a11y/Add attachment": "Add attachment",
|
|
280
295
|
"a11y/Close attachments": "Close attachments",
|
|
@@ -352,12 +367,9 @@
|
|
|
352
367
|
"size limit": "groottelimiet",
|
|
353
368
|
"unknown error": "onbekende fout",
|
|
354
369
|
"unsupported file type": "niet-ondersteund bestandstype",
|
|
355
|
-
"a11y/Activate to view results": "Activeer om resultaten te bekijken",
|
|
356
|
-
"a11y/End vote": "Stemming beëindigen",
|
|
357
|
-
"a11y/Show all options": "Alle opties weergeven",
|
|
358
|
-
"a11y/Vote on {{option}}": "Stem op {{option}}",
|
|
359
370
|
"a11y/Double tap and hold to activate contextual menu": "Dubbeltik en houd vast om het contextmenu te openen",
|
|
360
371
|
"a11y/Swipe right to go through different actions": "Veeg naar rechts om door verschillende acties te bladeren",
|
|
361
372
|
"a11y/Close": "Close",
|
|
362
|
-
"a11y/Bottom sheet opened. Activate the close action or use the escape gesture to dismiss.": "Bottom sheet opened. Activate the close action or use the escape gesture to dismiss."
|
|
373
|
+
"a11y/Bottom sheet opened. Activate the close action or use the escape gesture to dismiss.": "Bottom sheet opened. Activate the close action or use the escape gesture to dismiss.",
|
|
374
|
+
"a11y/{{count}} unread messages": "{{count}} ongelezen berichten"
|
|
363
375
|
}
|
|
@@ -253,28 +253,43 @@
|
|
|
253
253
|
"a11y/AI is generating": "A IA está gerando",
|
|
254
254
|
"a11y/AI is thinking": "A IA está pensando",
|
|
255
255
|
"a11y/Avatar of {{name}}": "Avatar de {{name}}",
|
|
256
|
+
"a11y/Channel with {{count}} members": "Canal com {{count}} membros",
|
|
256
257
|
"a11y/Connected": "Conectado",
|
|
257
258
|
"a11y/Delivered": "Entregue",
|
|
259
|
+
"a11y/Delivered, sent by you": "Entregue, enviada por você",
|
|
260
|
+
"a11y/Direct chat with {{name}}": "Chat direto com {{name}}",
|
|
261
|
+
"a11y/Double tap to open": "Toque duas vezes para abrir",
|
|
262
|
+
"a11y/Double tap to view reactions": "Toque duas vezes para ver as reações",
|
|
263
|
+
"a11y/Editing message": "Editando mensagem",
|
|
264
|
+
"a11y/Editing message: {{text}}": "Editando mensagem: {{text}}",
|
|
265
|
+
"a11y/Last message {{date}}": "Última mensagem {{date}}",
|
|
258
266
|
"a11y/Loading": "Carregando",
|
|
259
267
|
"a11y/Loading failed": "Falha ao carregar",
|
|
260
268
|
"a11y/Message actions": "Ações da mensagem",
|
|
269
|
+
"a11y/Muted": "Silenciado",
|
|
261
270
|
"a11y/New message from {{user}}": "Nova mensagem de {{user}}",
|
|
262
271
|
"a11y/Offline": "Offline",
|
|
263
272
|
"a11y/Open message actions": "Abrir ações da mensagem",
|
|
264
273
|
"a11y/Reaction {{emoji}} by {{count}} users": "Reação {{emoji}} de {{count}} usuários",
|
|
265
|
-
"a11y/Read": "
|
|
274
|
+
"a11y/Read": "Lida",
|
|
275
|
+
"a11y/Read, sent by you": "Lida, enviada por você",
|
|
266
276
|
"a11y/Reconnecting": "Reconectando",
|
|
267
277
|
"a11y/Reply to {{user}}": "Responder a {{user}}",
|
|
268
278
|
"a11y/Remove edit": "Remover edição",
|
|
269
279
|
"a11y/Remove reply": "Remover resposta",
|
|
280
|
+
"a11y/Replying to {{user}}": "Respondendo a {{user}}",
|
|
281
|
+
"a11y/Replying to {{user}}: {{text}}": "Respondendo a {{user}}: {{text}}",
|
|
270
282
|
"a11y/Scroll to bottom": "Ir para o final",
|
|
271
283
|
"a11y/Scroll to bottom, {{count}} new messages": "Ir para o final, {{count}} novas mensagens",
|
|
272
284
|
"a11y/Scroll to latest": "Ir para a mensagem mais recente",
|
|
273
285
|
"a11y/Scroll to latest, {{count}} unread": "Ir para a mensagem mais recente, {{count}} não lidas",
|
|
274
286
|
"a11y/Send message": "Enviar mensagem",
|
|
275
287
|
"a11y/Sending": "Enviando",
|
|
276
|
-
"a11y/Sent": "
|
|
288
|
+
"a11y/Sent": "Enviada",
|
|
289
|
+
"a11y/Sent by you": "Enviada por você",
|
|
277
290
|
"a11y/Voice message recording. Hold to record.": "Gravação de mensagem de voz. Mantenha pressionado para gravar.",
|
|
291
|
+
"a11y/and {{count}} more reactions": "e mais {{count}} reações",
|
|
292
|
+
"a11y/you reacted": "você reagiu",
|
|
278
293
|
"a11y/{{count}} new messages": "{{count}} novas mensagens",
|
|
279
294
|
"a11y/Add attachment": "Add attachment",
|
|
280
295
|
"a11y/Close attachments": "Close attachments",
|
|
@@ -352,12 +367,9 @@
|
|
|
352
367
|
"size limit": "limite de tamanho",
|
|
353
368
|
"unknown error": "erro desconhecido",
|
|
354
369
|
"unsupported file type": "tipo de arquivo não compatível",
|
|
355
|
-
"a11y/Activate to view results": "Ative para ver os resultados",
|
|
356
|
-
"a11y/End vote": "Encerrar votação",
|
|
357
|
-
"a11y/Show all options": "Mostrar todas as opções",
|
|
358
|
-
"a11y/Vote on {{option}}": "Votar em {{option}}",
|
|
359
370
|
"a11y/Double tap and hold to activate contextual menu": "Toque duas vezes e segure para ativar o menu contextual",
|
|
360
371
|
"a11y/Swipe right to go through different actions": "Deslize para a direita para percorrer as diferentes ações",
|
|
361
372
|
"a11y/Close": "Close",
|
|
362
|
-
"a11y/Bottom sheet opened. Activate the close action or use the escape gesture to dismiss.": "Bottom sheet opened. Activate the close action or use the escape gesture to dismiss."
|
|
373
|
+
"a11y/Bottom sheet opened. Activate the close action or use the escape gesture to dismiss.": "Bottom sheet opened. Activate the close action or use the escape gesture to dismiss.",
|
|
374
|
+
"a11y/{{count}} unread messages": "{{count}} mensagens não lidas"
|
|
363
375
|
}
|
package/lib/module/i18n/ru.json
CHANGED
|
@@ -253,20 +253,32 @@
|
|
|
253
253
|
"a11y/AI is generating": "ИИ генерирует ответ",
|
|
254
254
|
"a11y/AI is thinking": "ИИ думает",
|
|
255
255
|
"a11y/Avatar of {{name}}": "Аватар {{name}}",
|
|
256
|
+
"a11y/Channel with {{count}} members": "Канал с {{count}} участниками",
|
|
256
257
|
"a11y/Connected": "Подключено",
|
|
257
258
|
"a11y/Delivered": "Доставлено",
|
|
259
|
+
"a11y/Delivered, sent by you": "Доставлено, отправлено вами",
|
|
260
|
+
"a11y/Direct chat with {{name}}": "Прямой чат с {{name}}",
|
|
261
|
+
"a11y/Double tap to open": "Дважды коснитесь, чтобы открыть",
|
|
262
|
+
"a11y/Double tap to view reactions": "Дважды коснитесь, чтобы посмотреть реакции",
|
|
263
|
+
"a11y/Editing message": "Редактирование сообщения",
|
|
264
|
+
"a11y/Editing message: {{text}}": "Редактирование сообщения: {{text}}",
|
|
265
|
+
"a11y/Last message {{date}}": "Последнее сообщение {{date}}",
|
|
258
266
|
"a11y/Loading": "Загрузка",
|
|
259
267
|
"a11y/Loading failed": "Не удалось загрузить",
|
|
260
268
|
"a11y/Message actions": "Действия с сообщением",
|
|
269
|
+
"a11y/Muted": "Без звука",
|
|
261
270
|
"a11y/New message from {{user}}": "Новое сообщение от {{user}}",
|
|
262
271
|
"a11y/Offline": "Не в сети",
|
|
263
272
|
"a11y/Open message actions": "Открыть действия с сообщением",
|
|
264
273
|
"a11y/Reaction {{emoji}} by {{count}} users": "Реакция {{emoji}} от {{count}} пользователей",
|
|
265
274
|
"a11y/Read": "Прочитано",
|
|
275
|
+
"a11y/Read, sent by you": "Прочитано, отправлено вами",
|
|
266
276
|
"a11y/Reconnecting": "Повторное подключение",
|
|
267
277
|
"a11y/Reply to {{user}}": "Ответить {{user}}",
|
|
268
278
|
"a11y/Remove edit": "Удалить редактирование",
|
|
269
279
|
"a11y/Remove reply": "Удалить ответ",
|
|
280
|
+
"a11y/Replying to {{user}}": "Ответ {{user}}",
|
|
281
|
+
"a11y/Replying to {{user}}: {{text}}": "Ответ {{user}}: {{text}}",
|
|
270
282
|
"a11y/Scroll to bottom": "Прокрутить вниз",
|
|
271
283
|
"a11y/Scroll to bottom, {{count}} new messages": "Прокрутить вниз, {{count}} новых сообщений",
|
|
272
284
|
"a11y/Scroll to latest": "Перейти к последнему сообщению",
|
|
@@ -274,7 +286,10 @@
|
|
|
274
286
|
"a11y/Send message": "Отправить сообщение",
|
|
275
287
|
"a11y/Sending": "Отправка",
|
|
276
288
|
"a11y/Sent": "Отправлено",
|
|
289
|
+
"a11y/Sent by you": "Отправлено вами",
|
|
277
290
|
"a11y/Voice message recording. Hold to record.": "Запись голосового сообщения. Удерживайте, чтобы записать.",
|
|
291
|
+
"a11y/and {{count}} more reactions": "и ещё {{count}} реакций",
|
|
292
|
+
"a11y/you reacted": "вы отреагировали",
|
|
278
293
|
"a11y/{{count}} new messages": "{{count}} новых сообщений",
|
|
279
294
|
"a11y/Add attachment": "Add attachment",
|
|
280
295
|
"a11y/Close attachments": "Close attachments",
|
|
@@ -352,12 +367,9 @@
|
|
|
352
367
|
"size limit": "лимит размера",
|
|
353
368
|
"unknown error": "неизвестная ошибка",
|
|
354
369
|
"unsupported file type": "неподдерживаемый тип файла",
|
|
355
|
-
"a11y/Activate to view results": "Активируйте, чтобы увидеть результаты",
|
|
356
|
-
"a11y/End vote": "Завершить голосование",
|
|
357
|
-
"a11y/Show all options": "Показать все варианты",
|
|
358
|
-
"a11y/Vote on {{option}}": "Голосовать за {{option}}",
|
|
359
370
|
"a11y/Double tap and hold to activate contextual menu": "Дважды коснитесь и удерживайте, чтобы открыть контекстное меню",
|
|
360
371
|
"a11y/Swipe right to go through different actions": "Смахните вправо, чтобы переключаться между действиями",
|
|
361
372
|
"a11y/Close": "Close",
|
|
362
|
-
"a11y/Bottom sheet opened. Activate the close action or use the escape gesture to dismiss.": "Bottom sheet opened. Activate the close action or use the escape gesture to dismiss."
|
|
373
|
+
"a11y/Bottom sheet opened. Activate the close action or use the escape gesture to dismiss.": "Bottom sheet opened. Activate the close action or use the escape gesture to dismiss.",
|
|
374
|
+
"a11y/{{count}} unread messages": "{{count}} непрочитанных сообщений"
|
|
363
375
|
}
|