stream-chat-react-native-core 5.21.0 → 5.22.0-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.
- package/lib/commonjs/components/ImageGallery/ImageGallery.js +6 -5
- package/lib/commonjs/components/ImageGallery/ImageGallery.js.map +1 -1
- package/lib/commonjs/components/ImageGallery/components/ImageGalleryFooter.js +18 -15
- package/lib/commonjs/components/ImageGallery/components/ImageGalleryFooter.js.map +1 -1
- package/lib/commonjs/components/ImageGallery/components/ImageGalleryVideoControl.js +41 -12
- package/lib/commonjs/components/ImageGallery/components/ImageGalleryVideoControl.js.map +1 -1
- package/lib/commonjs/components/Indicators/EmptyStateIndicator.js +10 -7
- package/lib/commonjs/components/Indicators/EmptyStateIndicator.js.map +1 -1
- package/lib/commonjs/components/Message/MessageSimple/ReactionList.js +18 -17
- package/lib/commonjs/components/Message/MessageSimple/ReactionList.js.map +1 -1
- package/lib/commonjs/contexts/themeContext/utils/theme.js +1 -0
- package/lib/commonjs/contexts/themeContext/utils/theme.js.map +1 -1
- package/lib/commonjs/i18n/en.json +2 -0
- package/lib/commonjs/i18n/es.json +74 -0
- package/lib/commonjs/i18n/fr.json +30 -28
- package/lib/commonjs/i18n/he.json +3 -1
- package/lib/commonjs/i18n/hi.json +30 -28
- package/lib/commonjs/i18n/it.json +30 -28
- package/lib/commonjs/i18n/ja.json +3 -1
- package/lib/commonjs/i18n/ko.json +3 -1
- package/lib/commonjs/i18n/nl.json +30 -28
- package/lib/commonjs/i18n/ru.json +30 -28
- package/lib/commonjs/i18n/tr.json +30 -28
- package/lib/commonjs/utils/Streami18n.js +4 -1
- package/lib/commonjs/utils/Streami18n.js.map +1 -1
- package/lib/commonjs/version.json +1 -1
- package/lib/module/components/ImageGallery/ImageGallery.js +6 -5
- package/lib/module/components/ImageGallery/ImageGallery.js.map +1 -1
- package/lib/module/components/ImageGallery/components/ImageGalleryFooter.js +18 -15
- package/lib/module/components/ImageGallery/components/ImageGalleryFooter.js.map +1 -1
- package/lib/module/components/ImageGallery/components/ImageGalleryVideoControl.js +41 -12
- package/lib/module/components/ImageGallery/components/ImageGalleryVideoControl.js.map +1 -1
- package/lib/module/components/Indicators/EmptyStateIndicator.js +10 -7
- package/lib/module/components/Indicators/EmptyStateIndicator.js.map +1 -1
- package/lib/module/components/Message/MessageSimple/ReactionList.js +18 -17
- package/lib/module/components/Message/MessageSimple/ReactionList.js.map +1 -1
- package/lib/module/contexts/themeContext/utils/theme.js +1 -0
- package/lib/module/contexts/themeContext/utils/theme.js.map +1 -1
- package/lib/module/i18n/en.json +2 -0
- package/lib/module/i18n/es.json +74 -0
- package/lib/module/i18n/fr.json +30 -28
- package/lib/module/i18n/he.json +3 -1
- package/lib/module/i18n/hi.json +30 -28
- package/lib/module/i18n/it.json +30 -28
- package/lib/module/i18n/ja.json +3 -1
- package/lib/module/i18n/ko.json +3 -1
- package/lib/module/i18n/nl.json +30 -28
- package/lib/module/i18n/ru.json +30 -28
- package/lib/module/i18n/tr.json +30 -28
- package/lib/module/utils/Streami18n.js +4 -1
- package/lib/module/utils/Streami18n.js.map +1 -1
- package/lib/module/version.json +1 -1
- package/lib/typescript/components/ImageGallery/components/ImageGalleryFooter.d.ts +3 -0
- package/lib/typescript/contexts/themeContext/utils/theme.d.ts +1 -0
- package/lib/typescript/i18n/en.json +2 -0
- package/lib/typescript/i18n/es.json +74 -0
- package/lib/typescript/i18n/fr.json +30 -28
- package/lib/typescript/i18n/he.json +3 -1
- package/lib/typescript/i18n/hi.json +30 -28
- package/lib/typescript/i18n/it.json +30 -28
- package/lib/typescript/i18n/ja.json +3 -1
- package/lib/typescript/i18n/ko.json +3 -1
- package/lib/typescript/i18n/nl.json +30 -28
- package/lib/typescript/i18n/ru.json +30 -28
- package/lib/typescript/i18n/tr.json +30 -28
- package/lib/typescript/utils/Streami18n.d.ts +13 -1
- package/package.json +1 -1
- package/src/components/ImageGallery/ImageGallery.tsx +1 -0
- package/src/components/ImageGallery/components/ImageGalleryFooter.tsx +6 -2
- package/src/components/ImageGallery/components/ImageGalleryVideoControl.tsx +12 -7
- package/src/components/Indicators/EmptyStateIndicator.tsx +4 -2
- package/src/components/Message/MessageSimple/ReactionList.tsx +2 -1
- package/src/contexts/themeContext/utils/theme.ts +2 -0
- package/src/i18n/en.json +2 -0
- package/src/i18n/es.json +74 -0
- package/src/i18n/fr.json +30 -28
- package/src/i18n/he.json +3 -1
- package/src/i18n/hi.json +30 -28
- package/src/i18n/it.json +30 -28
- package/src/i18n/ja.json +3 -1
- package/src/i18n/ko.json +3 -1
- package/src/i18n/nl.json +30 -28
- package/src/i18n/ru.json +30 -28
- package/src/i18n/tr.json +30 -28
- package/src/utils/Streami18n.ts +13 -6
- package/src/version.json +1 -1
|
@@ -7,7 +7,7 @@ import { ImageGalleryVideoControl } from './ImageGalleryVideoControl';
|
|
|
7
7
|
import { useTheme } from '../../../contexts/themeContext/ThemeContext';
|
|
8
8
|
import { useTranslationContext } from '../../../contexts/translationContext/TranslationContext';
|
|
9
9
|
import { Grid as GridIconDefault, Share as ShareIconDefault } from '../../../icons';
|
|
10
|
-
import { deleteFile, saveFile, shareImage } from '../../../native';
|
|
10
|
+
import { deleteFile, saveFile, shareImage, VideoType } from '../../../native';
|
|
11
11
|
|
|
12
12
|
import type { DefaultStreamChatGenerics } from '../../../types/types';
|
|
13
13
|
import type { Photo } from '../ImageGallery';
|
|
@@ -67,6 +67,7 @@ export type ImageGalleryFooterVideoControlProps = {
|
|
|
67
67
|
onPlayPause: (status?: boolean) => void;
|
|
68
68
|
paused: boolean;
|
|
69
69
|
progress: number;
|
|
70
|
+
videoRef: React.RefObject<VideoType>;
|
|
70
71
|
};
|
|
71
72
|
|
|
72
73
|
export type ImageGalleryFooterVideoControlComponent = ({
|
|
@@ -100,6 +101,7 @@ type ImageGalleryFooterPropsWithContext<
|
|
|
100
101
|
photoLength: number;
|
|
101
102
|
progress: number;
|
|
102
103
|
selectedIndex: number;
|
|
104
|
+
videoRef: React.RefObject<VideoType>;
|
|
103
105
|
visible: Animated.SharedValue<number>;
|
|
104
106
|
};
|
|
105
107
|
|
|
@@ -125,6 +127,7 @@ export const ImageGalleryFooterWithContext = <
|
|
|
125
127
|
selectedIndex,
|
|
126
128
|
ShareIcon,
|
|
127
129
|
videoControlElement,
|
|
130
|
+
videoRef,
|
|
128
131
|
visible,
|
|
129
132
|
} = props;
|
|
130
133
|
|
|
@@ -181,13 +184,14 @@ export const ImageGalleryFooterWithContext = <
|
|
|
181
184
|
<ReanimatedSafeAreaView style={[container, footerStyle, { backgroundColor: white }]}>
|
|
182
185
|
{photo.type === 'video' ? (
|
|
183
186
|
videoControlElement ? (
|
|
184
|
-
videoControlElement({ duration, onPlayPause, paused, progress })
|
|
187
|
+
videoControlElement({ duration, onPlayPause, paused, progress, videoRef })
|
|
185
188
|
) : (
|
|
186
189
|
<ImageGalleryVideoControl
|
|
187
190
|
duration={duration}
|
|
188
191
|
onPlayPause={onPlayPause}
|
|
189
192
|
paused={paused}
|
|
190
193
|
progress={progress}
|
|
194
|
+
videoRef={videoRef}
|
|
191
195
|
/>
|
|
192
196
|
)
|
|
193
197
|
) : null}
|
|
@@ -35,7 +35,7 @@ const styles = StyleSheet.create({
|
|
|
35
35
|
|
|
36
36
|
export const ImageGalleryVideoControl: React.FC<ImageGalleryFooterVideoControlProps> = React.memo(
|
|
37
37
|
(props) => {
|
|
38
|
-
const { duration, onPlayPause, paused, progress } = props;
|
|
38
|
+
const { duration, onPlayPause, paused, progress, videoRef } = props;
|
|
39
39
|
|
|
40
40
|
const videoDuration = duration
|
|
41
41
|
? duration / 3600 >= 1
|
|
@@ -60,14 +60,19 @@ export const ImageGalleryVideoControl: React.FC<ImageGalleryFooterVideoControlPr
|
|
|
60
60
|
},
|
|
61
61
|
} = useTheme();
|
|
62
62
|
|
|
63
|
+
const handlePlayPause = async () => {
|
|
64
|
+
if (progress === 1) {
|
|
65
|
+
// For expo CLI
|
|
66
|
+
if (videoRef.current?.setPositionAsync) {
|
|
67
|
+
await videoRef.current.setPositionAsync(0);
|
|
68
|
+
}
|
|
69
|
+
}
|
|
70
|
+
onPlayPause();
|
|
71
|
+
};
|
|
72
|
+
|
|
63
73
|
return (
|
|
64
74
|
<View style={[styles.videoContainer, videoContainer]}>
|
|
65
|
-
<TouchableOpacity
|
|
66
|
-
accessibilityLabel='Play Pause Button'
|
|
67
|
-
onPress={() => {
|
|
68
|
-
onPlayPause();
|
|
69
|
-
}}
|
|
70
|
-
>
|
|
75
|
+
<TouchableOpacity accessibilityLabel='Play Pause Button' onPress={handlePlayPause}>
|
|
71
76
|
<View style={[styles.roundedView, roundedView, { backgroundColor: static_white }]}>
|
|
72
77
|
{paused ? (
|
|
73
78
|
<Play accessibilityLabel='Play Icon' height={24} pathFill={static_black} width={24} />
|
|
@@ -2,6 +2,7 @@ import React from 'react';
|
|
|
2
2
|
import { StyleSheet, Text, View } from 'react-native';
|
|
3
3
|
|
|
4
4
|
import { useTheme } from '../../contexts/themeContext/ThemeContext';
|
|
5
|
+
import { useTranslationContext } from '../../contexts/translationContext/TranslationContext';
|
|
5
6
|
import { MessageIcon } from '../../icons/MessageIcon';
|
|
6
7
|
import { vw } from '../../utils/utils';
|
|
7
8
|
|
|
@@ -36,6 +37,7 @@ export const EmptyStateIndicator: React.FC<EmptyStateProps> = ({ listType }) =>
|
|
|
36
37
|
emptyStateIndicator: { channelContainer, channelDetails, channelTitle },
|
|
37
38
|
},
|
|
38
39
|
} = useTheme();
|
|
40
|
+
const { t } = useTranslationContext();
|
|
39
41
|
|
|
40
42
|
switch (listType) {
|
|
41
43
|
case 'channel':
|
|
@@ -46,13 +48,13 @@ export const EmptyStateIndicator: React.FC<EmptyStateProps> = ({ listType }) =>
|
|
|
46
48
|
style={[styles.channelTitle, { color: black }, channelTitle]}
|
|
47
49
|
testID='empty-channel-state-title'
|
|
48
50
|
>
|
|
49
|
-
{"Let's start chatting!"}
|
|
51
|
+
{t("Let's start chatting!")}
|
|
50
52
|
</Text>
|
|
51
53
|
<Text
|
|
52
54
|
style={[styles.channelDetails, { color: grey }, channelDetails]}
|
|
53
55
|
testID='empty-channel-state-details'
|
|
54
56
|
>
|
|
55
|
-
{'How about sending your first message to a friend?'}
|
|
57
|
+
{t('How about sending your first message to a friend?')}
|
|
56
58
|
</Text>
|
|
57
59
|
</View>
|
|
58
60
|
);
|
|
@@ -121,6 +121,7 @@ const ReactionListWithContext = <
|
|
|
121
121
|
avatarWrapper: { leftAlign, spacer },
|
|
122
122
|
reactionList: {
|
|
123
123
|
container,
|
|
124
|
+
iconFillColor,
|
|
124
125
|
middleIcon,
|
|
125
126
|
radius: themeRadius,
|
|
126
127
|
reactionBubble,
|
|
@@ -263,7 +264,7 @@ const ReactionListWithContext = <
|
|
|
263
264
|
{reactions.map((reaction) => (
|
|
264
265
|
<Icon
|
|
265
266
|
key={reaction.type}
|
|
266
|
-
pathFill={reaction.own ? accent_blue : grey}
|
|
267
|
+
pathFill={reaction.own ? iconFillColor || accent_blue : grey}
|
|
267
268
|
size={reactionSize / 2}
|
|
268
269
|
style={middleIcon}
|
|
269
270
|
supportedReactions={supportedReactions}
|
|
@@ -480,6 +480,7 @@ export type Theme = {
|
|
|
480
480
|
};
|
|
481
481
|
reactionList: {
|
|
482
482
|
container: ViewStyle;
|
|
483
|
+
iconFillColor: Color;
|
|
483
484
|
middleIcon: ViewStyle;
|
|
484
485
|
radius: number;
|
|
485
486
|
reactionBubble: ViewStyle;
|
|
@@ -1019,6 +1020,7 @@ export const defaultTheme: Theme = {
|
|
|
1019
1020
|
},
|
|
1020
1021
|
reactionList: {
|
|
1021
1022
|
container: {},
|
|
1023
|
+
iconFillColor: '',
|
|
1022
1024
|
middleIcon: {},
|
|
1023
1025
|
radius: 2, // not recommended to change this
|
|
1024
1026
|
reactionBubble: {},
|
package/src/i18n/en.json
CHANGED
|
@@ -23,7 +23,9 @@
|
|
|
23
23
|
"Flag": "Flag",
|
|
24
24
|
"Flag Message": "Flag Message",
|
|
25
25
|
"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.",
|
|
26
|
+
"How about sending your first message to a friend?": "How about sending your first message to a friend?",
|
|
26
27
|
"Instant Commands": "Instant Commands",
|
|
28
|
+
"Let's start chatting!": "Let's start chatting!",
|
|
27
29
|
"Links are disabled": "Links are disabled",
|
|
28
30
|
"Loading channels...": "Loading channels...",
|
|
29
31
|
"Loading messages...": "Loading messages...",
|
package/src/i18n/es.json
ADDED
|
@@ -0,0 +1,74 @@
|
|
|
1
|
+
{
|
|
2
|
+
"1 Reply": "1 respuesta",
|
|
3
|
+
"1 Thread Reply": "1 respuesta de hilo",
|
|
4
|
+
"Allow access to your Gallery": "Permitir acceso a tu galería",
|
|
5
|
+
"Also send to channel": "También enviar al canal",
|
|
6
|
+
"Are you sure you want to permanently delete this message?": "¿Estás seguro de que deseas eliminar permanentemente este mensaje?",
|
|
7
|
+
"Block User": "Bloquear usuario",
|
|
8
|
+
"Cancel": "Cancelar",
|
|
9
|
+
"Cannot Flag Message": "No se puede reportar el mensaje",
|
|
10
|
+
"Copy Message": "Copiar mensaje",
|
|
11
|
+
"Delete": "Eliminar",
|
|
12
|
+
"Delete Message": "Eliminar mensaje",
|
|
13
|
+
"Do you want to send a copy of this message to a moderator for further investigation?": "¿Deseas enviar una copia de este mensaje a un moderador para una investigación adicional?",
|
|
14
|
+
"Edit Message": "Editar mensaje",
|
|
15
|
+
"Editing Message": "Editando mensaje",
|
|
16
|
+
"Emoji matching": "Coincidencia de emoji",
|
|
17
|
+
"Empty message...": "Mensaje vacío...",
|
|
18
|
+
"Error loading": "Error al cargar",
|
|
19
|
+
"Error loading channel list...": "Error al cargar la lista de canales...",
|
|
20
|
+
"Error loading messages for this channel...": "Error al cargar los mensajes de este canal...",
|
|
21
|
+
"Error while loading, please reload/refresh": "Error al cargar, por favor recarga/actualiza",
|
|
22
|
+
"File type not supported": "Tipo de archivo no admitido",
|
|
23
|
+
"Flag": "Reportar",
|
|
24
|
+
"Flag Message": "Reportar mensaje",
|
|
25
|
+
"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.",
|
|
26
|
+
"Instant Commands": "Comandos instantáneos",
|
|
27
|
+
"Links are disabled": "Los enlaces están desactivados",
|
|
28
|
+
"Loading channels...": "Cargando canales...",
|
|
29
|
+
"Loading messages...": "Cargando mensajes...",
|
|
30
|
+
"Loading...": "Cargando...",
|
|
31
|
+
"Message Reactions": "Reacciones al mensaje",
|
|
32
|
+
"Message deleted": "Mensaje eliminado",
|
|
33
|
+
"Message flagged": "Mensaje reportado",
|
|
34
|
+
"Mute User": "Silenciar usuario",
|
|
35
|
+
"Not supported": "No admitido",
|
|
36
|
+
"Nothing yet...": "Aún no hay nada...",
|
|
37
|
+
"Ok": "Aceptar",
|
|
38
|
+
"Only visible to you": "Solo visible para ti",
|
|
39
|
+
"Photo": "Foto",
|
|
40
|
+
"Photos": "Fotos",
|
|
41
|
+
"Photos and Videos": "Fotos y videos",
|
|
42
|
+
"Pin to Conversation": "Fijar a la conversación",
|
|
43
|
+
"Pinned by": "Fijado por",
|
|
44
|
+
"Please enable access to your photos and videos so you can share them.": "Por favor, habilita el acceso a tus fotos y videos para poder compartirlos.",
|
|
45
|
+
"Please select a channel first": "Por favor, selecciona primero un canal",
|
|
46
|
+
"Reconnecting...": "Reconectando...",
|
|
47
|
+
"Reply": "Responder",
|
|
48
|
+
"Reply to Message": "Responder al mensaje",
|
|
49
|
+
"Resend": "Reenviar",
|
|
50
|
+
"Search GIFs": "Buscar GIFs",
|
|
51
|
+
"Send a message": "Enviar un mensaje",
|
|
52
|
+
"Sending links is not allowed in this conversation": "No está permitido enviar enlaces en esta conversación",
|
|
53
|
+
"Slow mode ON": "Modo lento ACTIVADO",
|
|
54
|
+
"The message has been reported to a moderator.": "El mensaje ha sido reportado a un moderador.",
|
|
55
|
+
"Thread Reply": "Respuesta de hilo",
|
|
56
|
+
"Unblock User": "Desbloquear usuario",
|
|
57
|
+
"Unknown User": "Usuario desconocido",
|
|
58
|
+
"Unmute User": "Activar sonido del usuario",
|
|
59
|
+
"Unpin from Conversation": "Desmarcar de la conversación",
|
|
60
|
+
"Unread Messages": "Mensajes no leídos",
|
|
61
|
+
"Video": "Video",
|
|
62
|
+
"You": "Tú",
|
|
63
|
+
"You can't send messages in this channel": "No puedes enviar mensajes en este canal",
|
|
64
|
+
"{{ firstUser }} and {{ nonSelfUserLength }} more are typing": "{{ firstUser }} y {{ nonSelfUserLength }} más están escribiendo",
|
|
65
|
+
"{{ index }} of {{ photoLength }}": "{{ index }} de {{ photoLength }}",
|
|
66
|
+
"{{ replyCount }} Replies": "{{ replyCount }} Respuestas",
|
|
67
|
+
"{{ replyCount }} Thread Replies": "{{ replyCount }} respuestas de hilo",
|
|
68
|
+
"{{ user }} is typing": "{{ user }} está escribiendo",
|
|
69
|
+
"Select More Photos": "Seleccionar más fotos",
|
|
70
|
+
"🏙 Attachment...": "🏙 Adjunto...",
|
|
71
|
+
"Maximum file size upload limit reached. Please upload a file below {{MAX_FILE_SIZE_TO_UPLOAD_IN_MB}} MB.": "El archivo supera el tamaño máximo permitido. Por favor, selecciona un archivo menor a {{MAX_FILE_SIZE_TO_UPLOAD_IN_MB}} MB.",
|
|
72
|
+
"Let's start chatting!": "¡Empecemos a charlar!",
|
|
73
|
+
"How about sending your first message to a friend?": "¿Qué tal enviar tu primer mensaje a un amigo?"
|
|
74
|
+
}
|
package/src/i18n/fr.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"1 Reply": "1 Réponse",
|
|
3
3
|
"1 Thread Reply": "Réponse à 1 fil",
|
|
4
4
|
"Allow access to your Gallery": "Autoriser l'accès à votre galerie",
|
|
5
|
-
"Also send to channel": "
|
|
5
|
+
"Also send to channel": "",
|
|
6
6
|
"Are you sure you want to permanently delete this message?": "Êtes-vous sûr de vouloir supprimer définitivement ce message?",
|
|
7
7
|
"Block User": "Bloquer un utilisateur",
|
|
8
8
|
"Cancel": "Annuler",
|
|
@@ -12,60 +12,62 @@
|
|
|
12
12
|
"Delete Message": "Supprimer un message",
|
|
13
13
|
"Do you want to send a copy of this message to a moderator for further investigation?": "Voulez-vous envoyer une copie de ce message à un modérateur pour une enquête plus approfondie?",
|
|
14
14
|
"Edit Message": "Éditer un message",
|
|
15
|
-
"Editing Message": "
|
|
15
|
+
"Editing Message": "",
|
|
16
16
|
"Emoji matching": "Correspondance Emoji",
|
|
17
|
-
"Empty message...": "
|
|
18
|
-
"Error loading": "
|
|
19
|
-
"Error loading channel list...": "
|
|
20
|
-
"Error loading messages for this channel...": "
|
|
21
|
-
"Error while loading, please reload/refresh": "
|
|
17
|
+
"Empty message...": "",
|
|
18
|
+
"Error loading": "",
|
|
19
|
+
"Error loading channel list...": "",
|
|
20
|
+
"Error loading messages for this channel...": "",
|
|
21
|
+
"Error while loading, please reload/refresh": "",
|
|
22
22
|
"File type not supported": "Le type de fichier n'est pas pris en charge",
|
|
23
23
|
"Flag": "Signaler",
|
|
24
24
|
"Flag Message": "Signaler le message",
|
|
25
25
|
"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é.",
|
|
26
|
+
"How about sending your first message to a friend?": "",
|
|
26
27
|
"Instant Commands": "Commandes Instantanées",
|
|
27
|
-
"
|
|
28
|
-
"
|
|
29
|
-
"Loading
|
|
30
|
-
"Loading...": "
|
|
31
|
-
"
|
|
32
|
-
"
|
|
33
|
-
"Message
|
|
28
|
+
"Let's start chatting!": "",
|
|
29
|
+
"Links are disabled": "",
|
|
30
|
+
"Loading channels...": "",
|
|
31
|
+
"Loading messages...": "",
|
|
32
|
+
"Loading...": "",
|
|
33
|
+
"Maximum file size upload limit reached. Please upload a file below {{MAX_FILE_SIZE_TO_UPLOAD_IN_MB}} MB.": "",
|
|
34
|
+
"Message Reactions": "",
|
|
35
|
+
"Message deleted": "",
|
|
34
36
|
"Message flagged": "Message signalé",
|
|
35
37
|
"Mute User": "Utilisateur muet",
|
|
36
|
-
"Not supported": "
|
|
37
|
-
"Nothing yet...": "
|
|
38
|
+
"Not supported": "",
|
|
39
|
+
"Nothing yet...": "",
|
|
38
40
|
"Ok": "Ok",
|
|
39
|
-
"Only visible to you": "
|
|
41
|
+
"Only visible to you": "",
|
|
40
42
|
"Photo": "Photo",
|
|
41
43
|
"Photos and Videos": "Photos et vidéos",
|
|
42
44
|
"Pin to Conversation": "Épingler à la conversation",
|
|
43
45
|
"Pinned by": "Épinglé par",
|
|
44
46
|
"Please enable access to your photos and videos so you can share them.": "Veuillez autoriser l'accès à vos photos et vidéos afin de pouvoir les partager.",
|
|
45
|
-
"Please select a channel first": "
|
|
46
|
-
"Reconnecting...": "
|
|
47
|
+
"Please select a channel first": "",
|
|
48
|
+
"Reconnecting...": "",
|
|
47
49
|
"Reply": "Répondre",
|
|
48
|
-
"Reply to Message": "
|
|
50
|
+
"Reply to Message": "",
|
|
49
51
|
"Resend": "Renvoyer",
|
|
50
|
-
"Search GIFs": "
|
|
52
|
+
"Search GIFs": "",
|
|
51
53
|
"Select More Photos": "Sélectionner plus de photos",
|
|
52
|
-
"Send a message": "
|
|
53
|
-
"Sending links is not allowed in this conversation": "
|
|
54
|
-
"Slow mode ON": "
|
|
54
|
+
"Send a message": "",
|
|
55
|
+
"Sending links is not allowed in this conversation": "",
|
|
56
|
+
"Slow mode ON": "",
|
|
55
57
|
"The message has been reported to a moderator.": "Le message a été signalé à un modérateur.",
|
|
56
58
|
"Thread Reply": "Réponse à la discussion",
|
|
57
59
|
"Unblock User": "Débloquer Utilisateur",
|
|
58
60
|
"Unknown User": "Utilisateur inconnu",
|
|
59
61
|
"Unmute User": "Activer le son de Utilisateur",
|
|
60
62
|
"Unpin from Conversation": "Décrocher de la conversation",
|
|
61
|
-
"Unread Messages": "
|
|
63
|
+
"Unread Messages": "",
|
|
62
64
|
"Video": "Vidéo",
|
|
63
|
-
"You": "
|
|
64
|
-
"You can't send messages in this channel": "
|
|
65
|
+
"You": "",
|
|
66
|
+
"You can't send messages in this channel": "",
|
|
65
67
|
"{{ firstUser }} and {{ nonSelfUserLength }} more are typing": "{{ firstUser }} et {{ nonSelfUserLength }} autres sont en train d'écrire",
|
|
66
68
|
"{{ index }} of {{ photoLength }}": "{{ index }} sur {{ photoLength }}",
|
|
67
69
|
"{{ replyCount }} Replies": "{{ replyCount }} Réponses",
|
|
68
70
|
"{{ replyCount }} Thread Replies": "{{replyCount}} Réponses à la discussion",
|
|
69
71
|
"{{ user }} is typing": "{{ user }} est en train d'écrire",
|
|
70
|
-
"🏙 Attachment...": "
|
|
72
|
+
"🏙 Attachment...": ""
|
|
71
73
|
}
|
package/src/i18n/he.json
CHANGED
|
@@ -68,5 +68,7 @@
|
|
|
68
68
|
"{{ user }} is typing": "{{ user }} מקליד/ה",
|
|
69
69
|
"Select More Photos": "בחר עוד תמונות",
|
|
70
70
|
"🏙 Attachment...": "🏙 קובץ מצורף...",
|
|
71
|
-
"Maximum file size upload limit reached. Please upload a file below {{MAX_FILE_SIZE_TO_UPLOAD_IN_MB}} MB.": "הגעת למגבלת העלאת גודל הקובץ המקסימלית. אנא העלה קובץ מתחת ל-{{MAX_FILE_SIZE_TO_UPLOAD_IN_MB}} MB"
|
|
71
|
+
"Maximum file size upload limit reached. Please upload a file below {{MAX_FILE_SIZE_TO_UPLOAD_IN_MB}} MB.": "הגעת למגבלת העלאת גודל הקובץ המקסימלית. אנא העלה קובץ מתחת ל-{{MAX_FILE_SIZE_TO_UPLOAD_IN_MB}} MB",
|
|
72
|
+
"Let's start chatting!": "בואו נתחיל לשוחח!",
|
|
73
|
+
"How about sending your first message to a friend?": "מה דעתך לשלוח את ההודעה הראשונה שלך לחבר?"
|
|
72
74
|
}
|
package/src/i18n/hi.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"1 Reply": "1 रिप्लाई",
|
|
3
3
|
"1 Thread Reply": "1 धागा उत्तर",
|
|
4
4
|
"Allow access to your Gallery": "अपनी गैलरी तक पहुँचने की अनुमति दें",
|
|
5
|
-
"Also send to channel": "
|
|
5
|
+
"Also send to channel": "",
|
|
6
6
|
"Are you sure you want to permanently delete this message?": "क्या आप वाकई इस संदेश को स्थायी रूप से हटाना चाहते हैं?",
|
|
7
7
|
"Block User": "उपयोगकर्ता को रोक देना, ब्लॉक यूजर",
|
|
8
8
|
"Cancel": "रद्द करें",
|
|
@@ -12,60 +12,62 @@
|
|
|
12
12
|
"Delete Message": "मैसेज को डिलीट करे",
|
|
13
13
|
"Do you want to send a copy of this message to a moderator for further investigation?": "क्या आप इस संदेश की एक प्रति आगे की जाँच के लिए किसी मॉडरेटर को भेजना चाहते हैं?",
|
|
14
14
|
"Edit Message": "मैसेज में बदलाव करे",
|
|
15
|
-
"Editing Message": "
|
|
15
|
+
"Editing Message": "",
|
|
16
16
|
"Emoji matching": "इमोजी मिलान",
|
|
17
|
-
"Empty message...": "
|
|
18
|
-
"Error loading": "
|
|
19
|
-
"Error loading channel list...": "
|
|
20
|
-
"Error loading messages for this channel...": "
|
|
21
|
-
"Error while loading, please reload/refresh": "
|
|
17
|
+
"Empty message...": "",
|
|
18
|
+
"Error loading": "",
|
|
19
|
+
"Error loading channel list...": "",
|
|
20
|
+
"Error loading messages for this channel...": "",
|
|
21
|
+
"Error while loading, please reload/refresh": "",
|
|
22
22
|
"File type not supported": "फ़ाइल प्रकार समर्थित नहीं है",
|
|
23
23
|
"Flag": "झंडा",
|
|
24
24
|
"Flag Message": "झंडा संदेश",
|
|
25
25
|
"Flag action failed either due to a network issue or the message is already flagged": "फ़्लैग कार्रवाई या तो नेटवर्क समस्या के कारण विफल हो गई या संदेश पहले से फ़्लैग किया गया है।",
|
|
26
|
+
"How about sending your first message to a friend?": "",
|
|
26
27
|
"Instant Commands": "त्वरित कमांड",
|
|
27
|
-
"
|
|
28
|
-
"
|
|
29
|
-
"Loading
|
|
30
|
-
"Loading...": "
|
|
31
|
-
"
|
|
32
|
-
"
|
|
33
|
-
"Message
|
|
28
|
+
"Let's start chatting!": "",
|
|
29
|
+
"Links are disabled": "",
|
|
30
|
+
"Loading channels...": "",
|
|
31
|
+
"Loading messages...": "",
|
|
32
|
+
"Loading...": "",
|
|
33
|
+
"Maximum file size upload limit reached. Please upload a file below {{MAX_FILE_SIZE_TO_UPLOAD_IN_MB}} MB.": "",
|
|
34
|
+
"Message Reactions": "",
|
|
35
|
+
"Message deleted": "",
|
|
34
36
|
"Message flagged": "संदेश को ध्वजांकित किया गया",
|
|
35
37
|
"Mute User": "उपयोगकर्ता को म्यूट करें",
|
|
36
|
-
"Not supported": "
|
|
37
|
-
"Nothing yet...": "
|
|
38
|
+
"Not supported": "",
|
|
39
|
+
"Nothing yet...": "",
|
|
38
40
|
"Ok": "ठीक",
|
|
39
|
-
"Only visible to you": "
|
|
41
|
+
"Only visible to you": "",
|
|
40
42
|
"Photo": "तस्वीर",
|
|
41
43
|
"Photos and Videos": "तस्वीरें और वीडियों",
|
|
42
44
|
"Pin to Conversation": "बातचीत में पिन करें",
|
|
43
45
|
"Pinned by": "द्वारा पिन किया गया",
|
|
44
46
|
"Please enable access to your photos and videos so you can share them.": "कृपया अपनी फ़ोटो और वीडियो तक पहुंच सक्षम करें ताकि आप उन्हें साझा कर सकें।",
|
|
45
|
-
"Please select a channel first": "
|
|
46
|
-
"Reconnecting...": "
|
|
47
|
+
"Please select a channel first": "",
|
|
48
|
+
"Reconnecting...": "",
|
|
47
49
|
"Reply": "मैसेज को रिप्लाई करे",
|
|
48
|
-
"Reply to Message": "
|
|
50
|
+
"Reply to Message": "",
|
|
49
51
|
"Resend": "पुन: भेजें",
|
|
50
|
-
"Search GIFs": "
|
|
52
|
+
"Search GIFs": "",
|
|
51
53
|
"Select More Photos": "अधिक फ़ोटो चुनें",
|
|
52
|
-
"Send a message": "
|
|
53
|
-
"Sending links is not allowed in this conversation": "
|
|
54
|
-
"Slow mode ON": "
|
|
54
|
+
"Send a message": "",
|
|
55
|
+
"Sending links is not allowed in this conversation": "",
|
|
56
|
+
"Slow mode ON": "",
|
|
55
57
|
"The message has been reported to a moderator.": "संदेश एक मॉडरेटर को सूचित किया गया है।",
|
|
56
58
|
"Thread Reply": "धागा जवाब",
|
|
57
59
|
"Unblock User": "उपयोगकर्ता को अनब्लॉक करें",
|
|
58
60
|
"Unknown User": "अज्ञात उपयोगकर्ता",
|
|
59
61
|
"Unmute User": "उपयोगकर्ता को अनम्यूट करें",
|
|
60
62
|
"Unpin from Conversation": "बातचीत से अनपिन करें",
|
|
61
|
-
"Unread Messages": "
|
|
63
|
+
"Unread Messages": "",
|
|
62
64
|
"Video": "वीडियो",
|
|
63
|
-
"You": "
|
|
64
|
-
"You can't send messages in this channel": "
|
|
65
|
+
"You": "",
|
|
66
|
+
"You can't send messages in this channel": "",
|
|
65
67
|
"{{ firstUser }} and {{ nonSelfUserLength }} more are typing": "{{ firstUser }} और {{ nonSelfUserLength }} अधिक टाइप कर रहे हैं",
|
|
66
68
|
"{{ index }} of {{ photoLength }}": "{{ index }} / {{ photoLength }}",
|
|
67
69
|
"{{ replyCount }} Replies": "{{ replyCount }} रिप्लाई",
|
|
68
70
|
"{{ replyCount }} Thread Replies": "{{ replyCount }}} थ्रेड उत्तर",
|
|
69
71
|
"{{ user }} is typing": "{{ user }} टाइप कर रहा है",
|
|
70
|
-
"🏙 Attachment...": "
|
|
72
|
+
"🏙 Attachment...": ""
|
|
71
73
|
}
|
package/src/i18n/it.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"1 Reply": "1 Risposta",
|
|
3
3
|
"1 Thread Reply": "1 Risposta alla Discussione",
|
|
4
4
|
"Allow access to your Gallery": "Consenti l'accesso alla tua galleria",
|
|
5
|
-
"Also send to channel": "
|
|
5
|
+
"Also send to channel": "",
|
|
6
6
|
"Are you sure you want to permanently delete this message?": "Sei sicuro di voler eliminare definitivamente questo messaggio?",
|
|
7
7
|
"Block User": "Blocca Utente",
|
|
8
8
|
"Cancel": "Annulla",
|
|
@@ -12,60 +12,62 @@
|
|
|
12
12
|
"Delete Message": "Cancella il Messaggio",
|
|
13
13
|
"Do you want to send a copy of this message to a moderator for further investigation?": "Vuoi inviare una copia di questo messaggio a un moderatore per ulteriori indagini?",
|
|
14
14
|
"Edit Message": "Modifica Messaggio",
|
|
15
|
-
"Editing Message": "
|
|
15
|
+
"Editing Message": "",
|
|
16
16
|
"Emoji matching": "Abbinamento emoji",
|
|
17
|
-
"Empty message...": "
|
|
18
|
-
"Error loading": "
|
|
19
|
-
"Error loading channel list...": "
|
|
20
|
-
"Error loading messages for this channel...": "
|
|
21
|
-
"Error while loading, please reload/refresh": "
|
|
17
|
+
"Empty message...": "",
|
|
18
|
+
"Error loading": "",
|
|
19
|
+
"Error loading channel list...": "",
|
|
20
|
+
"Error loading messages for this channel...": "",
|
|
21
|
+
"Error while loading, please reload/refresh": "",
|
|
22
22
|
"File type not supported": "Tipo di file non supportato",
|
|
23
23
|
"Flag": "Contrassegna",
|
|
24
24
|
"Flag Message": "Contrassegna Messaggio",
|
|
25
25
|
"Flag action failed either due to a network issue or the message is already flagged": "L'azione di segnalazione non è riuscita a causa di un problema di rete o il messaggio è già segnalato.",
|
|
26
|
+
"How about sending your first message to a friend?": "",
|
|
26
27
|
"Instant Commands": "Comandi Istantanei",
|
|
27
|
-
"
|
|
28
|
-
"
|
|
29
|
-
"Loading
|
|
30
|
-
"Loading...": "
|
|
31
|
-
"
|
|
32
|
-
"
|
|
33
|
-
"Message
|
|
28
|
+
"Let's start chatting!": "",
|
|
29
|
+
"Links are disabled": "",
|
|
30
|
+
"Loading channels...": "",
|
|
31
|
+
"Loading messages...": "",
|
|
32
|
+
"Loading...": "",
|
|
33
|
+
"Maximum file size upload limit reached. Please upload a file below {{MAX_FILE_SIZE_TO_UPLOAD_IN_MB}} MB.": "",
|
|
34
|
+
"Message Reactions": "",
|
|
35
|
+
"Message deleted": "",
|
|
34
36
|
"Message flagged": "Messaggio contrassegnato",
|
|
35
37
|
"Mute User": "Utente Muto",
|
|
36
|
-
"Not supported": "
|
|
37
|
-
"Nothing yet...": "
|
|
38
|
+
"Not supported": "",
|
|
39
|
+
"Nothing yet...": "",
|
|
38
40
|
"Ok": "Ok",
|
|
39
|
-
"Only visible to you": "
|
|
41
|
+
"Only visible to you": "",
|
|
40
42
|
"Photo": "Foto",
|
|
41
43
|
"Photos and Videos": "Foto e Video",
|
|
42
44
|
"Pin to Conversation": "Metti in evidenza",
|
|
43
45
|
"Pinned by": "Fissato da",
|
|
44
46
|
"Please enable access to your photos and videos so you can share them.": "Abilita l'accesso alle tue foto e ai tuoi video in modo da poterli condividere.",
|
|
45
|
-
"Please select a channel first": "
|
|
46
|
-
"Reconnecting...": "
|
|
47
|
+
"Please select a channel first": "",
|
|
48
|
+
"Reconnecting...": "",
|
|
47
49
|
"Reply": "Rispondi",
|
|
48
|
-
"Reply to Message": "
|
|
50
|
+
"Reply to Message": "",
|
|
49
51
|
"Resend": "Invia di nuovo",
|
|
50
|
-
"Search GIFs": "
|
|
52
|
+
"Search GIFs": "",
|
|
51
53
|
"Select More Photos": "Seleziona Altre foto",
|
|
52
|
-
"Send a message": "
|
|
53
|
-
"Sending links is not allowed in this conversation": "
|
|
54
|
-
"Slow mode ON": "
|
|
54
|
+
"Send a message": "",
|
|
55
|
+
"Sending links is not allowed in this conversation": "",
|
|
56
|
+
"Slow mode ON": "",
|
|
55
57
|
"The message has been reported to a moderator.": "Il messaggio è stato segnalato a un moderatore.",
|
|
56
58
|
"Thread Reply": "Rispondi alla Discussione",
|
|
57
59
|
"Unblock User": "Sblocca utente",
|
|
58
60
|
"Unknown User": "Utente sconosciuto",
|
|
59
61
|
"Unmute User": "Riattiva utente",
|
|
60
62
|
"Unpin from Conversation": "Rimuovi dagli elementi in evidenza",
|
|
61
|
-
"Unread Messages": "
|
|
63
|
+
"Unread Messages": "",
|
|
62
64
|
"Video": "Video",
|
|
63
|
-
"You": "
|
|
64
|
-
"You can't send messages in this channel": "
|
|
65
|
+
"You": "",
|
|
66
|
+
"You can't send messages in this channel": "",
|
|
65
67
|
"{{ firstUser }} and {{ nonSelfUserLength }} more are typing": "{{ firstUser }} e altri {{ nonSelfUserLength }} stanno scrivendo",
|
|
66
68
|
"{{ index }} of {{ photoLength }}": "{{ index }} di {{ photoLength }}",
|
|
67
69
|
"{{ replyCount }} Replies": "{{ replyCount }} Risposte",
|
|
68
70
|
"{{ replyCount }} Thread Replies": "{{replyCount}} Risposte alle Conversazione",
|
|
69
71
|
"{{ user }} is typing": "{{ user }} sta scrivendo",
|
|
70
|
-
"🏙 Attachment...": "
|
|
72
|
+
"🏙 Attachment...": ""
|
|
71
73
|
}
|
package/src/i18n/ja.json
CHANGED
|
@@ -71,5 +71,7 @@
|
|
|
71
71
|
"Not supported": "サポートしていません",
|
|
72
72
|
"Select More Photos": "さらに写真を選択",
|
|
73
73
|
"File type not supported": "サポートされていないファイルです",
|
|
74
|
-
"Maximum file size upload limit reached. Please upload a file below {{MAX_FILE_SIZE_TO_UPLOAD_IN_MB}} MB.": "最大ファイル サイズのアップロード制限に達しました。 {{MAX_FILE_SIZE_TO_UPLOAD_IN_MB}} MB 以下のファイルをアップロードしてください"
|
|
74
|
+
"Maximum file size upload limit reached. Please upload a file below {{MAX_FILE_SIZE_TO_UPLOAD_IN_MB}} MB.": "最大ファイル サイズのアップロード制限に達しました。 {{MAX_FILE_SIZE_TO_UPLOAD_IN_MB}} MB 以下のファイルをアップロードしてください",
|
|
75
|
+
"Let's start chatting!": "チャットを始めましょう!",
|
|
76
|
+
"How about sending your first message to a friend?": "初めてのメッセージを友達に送ってみてはいかがでしょうか?"
|
|
75
77
|
}
|
package/src/i18n/ko.json
CHANGED
|
@@ -70,5 +70,7 @@
|
|
|
70
70
|
"File type not supported": "지원하지 않는 파일입니다.",
|
|
71
71
|
"Select More Photos": "추가 사진 선택",
|
|
72
72
|
"Not supported": "지원하지 않습니다",
|
|
73
|
-
"Maximum file size upload limit reached. Please upload a file below {{MAX_FILE_SIZE_TO_UPLOAD_IN_MB}} MB.": "최대 파일 크기 업로드 제한에 도달했습니다. {{MAX_FILE_SIZE_TO_UPLOAD_IN_MB}}MB 미만의 파일을 업로드하세요."
|
|
73
|
+
"Maximum file size upload limit reached. Please upload a file below {{MAX_FILE_SIZE_TO_UPLOAD_IN_MB}} MB.": "최대 파일 크기 업로드 제한에 도달했습니다. {{MAX_FILE_SIZE_TO_UPLOAD_IN_MB}}MB 미만의 파일을 업로드하세요.",
|
|
74
|
+
"Let's start chatting!": "채팅을 시작합시다!",
|
|
75
|
+
"How about sending your first message to a friend?": "친구에게 첫 번째 메시지를 보내는 것은 어떻습니까?"
|
|
74
76
|
}
|