stream-chat-react-native-core 5.22.0-beta.4 → 5.22.0-beta.6
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/README.md +10 -5
- package/lib/commonjs/components/AttachmentPicker/components/AttachmentSelectionBar.js +26 -11
- package/lib/commonjs/components/AttachmentPicker/components/AttachmentSelectionBar.js.map +1 -1
- package/lib/commonjs/hooks/index.js +11 -0
- package/lib/commonjs/hooks/index.js.map +1 -1
- package/lib/commonjs/i18n/en.json +3 -0
- package/lib/commonjs/i18n/es.json +4 -1
- package/lib/commonjs/i18n/fr.json +24 -21
- package/lib/commonjs/i18n/he.json +4 -1
- package/lib/commonjs/i18n/hi.json +24 -21
- package/lib/commonjs/i18n/it.json +24 -21
- package/lib/commonjs/i18n/ja.json +4 -1
- package/lib/commonjs/i18n/ko.json +4 -1
- package/lib/commonjs/i18n/nl.json +24 -21
- package/lib/commonjs/i18n/ru.json +24 -21
- package/lib/commonjs/i18n/tr.json +24 -21
- package/lib/commonjs/native.js.map +1 -1
- package/lib/commonjs/version.json +1 -1
- package/lib/module/components/AttachmentPicker/components/AttachmentSelectionBar.js +26 -11
- package/lib/module/components/AttachmentPicker/components/AttachmentSelectionBar.js.map +1 -1
- package/lib/module/hooks/index.js +11 -0
- package/lib/module/hooks/index.js.map +1 -1
- package/lib/module/i18n/en.json +3 -0
- package/lib/module/i18n/es.json +4 -1
- package/lib/module/i18n/fr.json +24 -21
- package/lib/module/i18n/he.json +4 -1
- package/lib/module/i18n/hi.json +24 -21
- package/lib/module/i18n/it.json +24 -21
- package/lib/module/i18n/ja.json +4 -1
- package/lib/module/i18n/ko.json +4 -1
- package/lib/module/i18n/nl.json +24 -21
- package/lib/module/i18n/ru.json +24 -21
- package/lib/module/i18n/tr.json +24 -21
- package/lib/module/native.js.map +1 -1
- package/lib/module/version.json +1 -1
- package/lib/typescript/hooks/index.d.ts +1 -0
- package/lib/typescript/i18n/en.json +3 -0
- package/lib/typescript/i18n/es.json +4 -1
- package/lib/typescript/i18n/fr.json +24 -21
- package/lib/typescript/i18n/he.json +4 -1
- package/lib/typescript/i18n/hi.json +24 -21
- package/lib/typescript/i18n/it.json +24 -21
- package/lib/typescript/i18n/ja.json +4 -1
- package/lib/typescript/i18n/ko.json +4 -1
- package/lib/typescript/i18n/nl.json +24 -21
- package/lib/typescript/i18n/ru.json +24 -21
- package/lib/typescript/i18n/tr.json +24 -21
- package/lib/typescript/native.d.ts +2 -0
- package/lib/typescript/utils/Streami18n.d.ts +3 -5
- package/package.json +1 -1
- package/src/components/AttachmentPicker/components/AttachmentSelectionBar.tsx +13 -1
- package/src/hooks/index.ts +1 -0
- package/src/i18n/en.json +3 -0
- package/src/i18n/es.json +4 -1
- package/src/i18n/fr.json +24 -21
- package/src/i18n/he.json +4 -1
- package/src/i18n/hi.json +24 -21
- package/src/i18n/it.json +24 -21
- package/src/i18n/ja.json +4 -1
- package/src/i18n/ko.json +4 -1
- package/src/i18n/nl.json +24 -21
- package/src/i18n/ru.json +24 -21
- package/src/i18n/tr.json +24 -21
- package/src/native.ts +5 -1
- package/src/version.json +1 -1
|
@@ -1,8 +1,9 @@
|
|
|
1
1
|
{
|
|
2
|
-
"1 Reply": "",
|
|
2
|
+
"1 Reply": "1 Cevap",
|
|
3
3
|
"1 Thread Reply": "",
|
|
4
|
-
"Allow access to your Gallery": "",
|
|
5
|
-
"
|
|
4
|
+
"Allow access to your Gallery": "Galerinize erişime izin verin",
|
|
5
|
+
"Allow camera access in device settings": "Cihaz ayarlarında kamera erişimine izin ver",
|
|
6
|
+
"Also send to channel": "Kanala da gönder",
|
|
6
7
|
"Are you sure you want to permanently delete this message?": "",
|
|
7
8
|
"Block User": "",
|
|
8
9
|
"Cancel": "",
|
|
@@ -10,10 +11,11 @@
|
|
|
10
11
|
"Copy Message": "",
|
|
11
12
|
"Delete": "",
|
|
12
13
|
"Delete Message": "",
|
|
14
|
+
"Device camera is used to take photos or videos.": "Cihaz kamerası fotoğraf veya video çekmek için kullanılır.",
|
|
13
15
|
"Do you want to send a copy of this message to a moderator for further investigation?": "",
|
|
14
16
|
"Edit Message": "",
|
|
15
17
|
"Editing Message": "",
|
|
16
|
-
"Emoji matching": "
|
|
18
|
+
"Emoji matching": "",
|
|
17
19
|
"Empty message...": "",
|
|
18
20
|
"Error loading": "",
|
|
19
21
|
"Error loading channel list...": "",
|
|
@@ -24,50 +26,51 @@
|
|
|
24
26
|
"Flag Message": "",
|
|
25
27
|
"Flag action failed either due to a network issue or the message is already flagged": "",
|
|
26
28
|
"How about sending your first message to a friend?": "",
|
|
27
|
-
"Instant Commands": "
|
|
29
|
+
"Instant Commands": "",
|
|
28
30
|
"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.": "
|
|
31
|
+
"Links are disabled": "",
|
|
32
|
+
"Loading channels...": "",
|
|
33
|
+
"Loading messages...": "",
|
|
34
|
+
"Loading...": "",
|
|
35
|
+
"Maximum file size upload limit reached. Please upload a file below {{MAX_FILE_SIZE_TO_UPLOAD_IN_MB}} MB.": "",
|
|
34
36
|
"Message Reactions": "Mesaj Tepkileri",
|
|
35
37
|
"Message deleted": "",
|
|
36
38
|
"Message flagged": "",
|
|
37
39
|
"Mute User": "",
|
|
38
|
-
"Not supported": "
|
|
40
|
+
"Not supported": "",
|
|
39
41
|
"Nothing yet...": "",
|
|
40
42
|
"Ok": "",
|
|
41
43
|
"Only visible to you": "",
|
|
44
|
+
"Open Settings": "Ayarları aç",
|
|
42
45
|
"Photo": "",
|
|
43
|
-
"Photos and Videos": "",
|
|
46
|
+
"Photos and Videos": "Fotoğraflar ve Videolar",
|
|
44
47
|
"Pin to Conversation": "",
|
|
45
48
|
"Pinned by": "",
|
|
46
|
-
"Please enable access to your photos and videos so you can share them.": "",
|
|
49
|
+
"Please enable access to your photos and videos so you can share them.": "Paylaşım yapabilmek için lutfen fotoğraflarınıza ve videolarınıza erişimi etkinleştirin.",
|
|
47
50
|
"Please select a channel first": "Lütfen önce bir kanal seçiniz",
|
|
48
51
|
"Reconnecting...": "",
|
|
49
52
|
"Reply": "",
|
|
50
53
|
"Reply to Message": "",
|
|
51
54
|
"Resend": "",
|
|
52
55
|
"Search GIFs": "",
|
|
53
|
-
"Select More Photos": "",
|
|
56
|
+
"Select More Photos": "Daha Fazla Fotoğraf Seçin",
|
|
54
57
|
"Send a message": "",
|
|
55
|
-
"Sending links is not allowed in this conversation": "
|
|
58
|
+
"Sending links is not allowed in this conversation": "",
|
|
56
59
|
"Slow mode ON": "",
|
|
57
60
|
"The message has been reported to a moderator.": "",
|
|
58
61
|
"Thread Reply": "",
|
|
59
62
|
"Unblock User": "",
|
|
60
|
-
"Unknown User": "",
|
|
63
|
+
"Unknown User": "Bilinmeyen kullanıcı",
|
|
61
64
|
"Unmute User": "",
|
|
62
65
|
"Unpin from Conversation": "",
|
|
63
|
-
"Unread Messages": "",
|
|
66
|
+
"Unread Messages": "Okunmamış Mesajlar",
|
|
64
67
|
"Video": "",
|
|
65
68
|
"You": "",
|
|
66
69
|
"You can't send messages in this channel": "",
|
|
67
|
-
"{{ firstUser }} and {{ nonSelfUserLength }} more are typing": "",
|
|
68
|
-
"{{ index }} of {{ photoLength }}": "",
|
|
69
|
-
"{{ replyCount }} Replies": "",
|
|
70
|
+
"{{ firstUser }} and {{ nonSelfUserLength }} more are typing": "{{ firstUser }} ve {{ nonSelfUserLength }} kişi daha yazıyor",
|
|
71
|
+
"{{ index }} of {{ photoLength }}": "{{ index }} / {{ photoLength }}",
|
|
72
|
+
"{{ replyCount }} Replies": "{{ replyCount }} Cevap",
|
|
70
73
|
"{{ replyCount }} Thread Replies": "",
|
|
71
|
-
"{{ user }} is typing": "",
|
|
74
|
+
"{{ user }} is typing": "{{ user }} yazıyor",
|
|
72
75
|
"🏙 Attachment...": ""
|
|
73
76
|
}
|
|
@@ -63,8 +63,10 @@ export declare let shareImage: ShareImage;
|
|
|
63
63
|
declare type Photo = (Omit<Asset, 'source'> & {
|
|
64
64
|
cancelled: false;
|
|
65
65
|
source: 'camera';
|
|
66
|
+
askToOpenSettings?: boolean;
|
|
66
67
|
}) | {
|
|
67
68
|
cancelled: true;
|
|
69
|
+
askToOpenSettings?: boolean;
|
|
68
70
|
};
|
|
69
71
|
declare type TakePhoto = (options: {
|
|
70
72
|
compressImageQuality?: number;
|
|
@@ -116,6 +116,7 @@ export declare class Streami18n {
|
|
|
116
116
|
"1 Reply": string;
|
|
117
117
|
"1 Thread Reply": string;
|
|
118
118
|
"Allow access to your Gallery": string;
|
|
119
|
+
"Allow camera access in device settings": string;
|
|
119
120
|
"Also send to channel": string;
|
|
120
121
|
"Are you sure you want to permanently delete this message?": string;
|
|
121
122
|
"Block User": string;
|
|
@@ -124,6 +125,7 @@ export declare class Streami18n {
|
|
|
124
125
|
"Copy Message": string;
|
|
125
126
|
Delete: string;
|
|
126
127
|
"Delete Message": string;
|
|
128
|
+
"Device camera is used to take photos or videos.": string;
|
|
127
129
|
"Do you want to send a copy of this message to a moderator for further investigation?": string;
|
|
128
130
|
"Edit Message": string;
|
|
129
131
|
"Editing Message": string;
|
|
@@ -135,11 +137,6 @@ export declare class Streami18n {
|
|
|
135
137
|
"Error while loading, please reload/refresh": string;
|
|
136
138
|
"File type not supported": string;
|
|
137
139
|
Flag: string;
|
|
138
|
-
/**
|
|
139
|
-
* These locale imports also set these locales globally.
|
|
140
|
-
* So as a last step we import the english locale to make
|
|
141
|
-
* sure we don't mess up languages in other places in the app.
|
|
142
|
-
*/
|
|
143
140
|
"Flag Message": string;
|
|
144
141
|
"Flag action failed either due to a network issue or the message is already flagged": string;
|
|
145
142
|
"How about sending your first message to a friend?": string;
|
|
@@ -158,6 +155,7 @@ export declare class Streami18n {
|
|
|
158
155
|
"Nothing yet...": string;
|
|
159
156
|
Ok: string;
|
|
160
157
|
"Only visible to you": string;
|
|
158
|
+
"Open Settings": string;
|
|
161
159
|
Photo: string;
|
|
162
160
|
"Photos and Videos": string;
|
|
163
161
|
"Pin to Conversation": string;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "stream-chat-react-native-core",
|
|
3
3
|
"description": "The official React Native and Expo components for Stream Chat, a service for building chat applications",
|
|
4
|
-
"version": "5.22.0-beta.
|
|
4
|
+
"version": "5.22.0-beta.6",
|
|
5
5
|
"author": {
|
|
6
6
|
"company": "Stream.io Inc",
|
|
7
7
|
"name": "Stream.io Inc"
|
|
@@ -1,9 +1,10 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
|
-
import { StyleSheet, TouchableOpacity, View } from 'react-native';
|
|
2
|
+
import { Alert, Linking, StyleSheet, TouchableOpacity, View } from 'react-native';
|
|
3
3
|
|
|
4
4
|
import { useAttachmentPickerContext } from '../../../contexts/attachmentPickerContext/AttachmentPickerContext';
|
|
5
5
|
import { useMessageInputContext } from '../../../contexts/messageInputContext/MessageInputContext';
|
|
6
6
|
import { useTheme } from '../../../contexts/themeContext/ThemeContext';
|
|
7
|
+
import { useTranslationContext } from '../../../contexts/translationContext/TranslationContext';
|
|
7
8
|
|
|
8
9
|
import { takePhoto } from '../../../native';
|
|
9
10
|
|
|
@@ -29,6 +30,7 @@ export const AttachmentSelectionBar: React.FC = () => {
|
|
|
29
30
|
setSelectedImages,
|
|
30
31
|
setSelectedPicker,
|
|
31
32
|
} = useAttachmentPickerContext();
|
|
33
|
+
const { t } = useTranslationContext();
|
|
32
34
|
|
|
33
35
|
const { compressImageQuality, hasFilePicker, imageUploads, pickFile } = useMessageInputContext();
|
|
34
36
|
|
|
@@ -57,6 +59,16 @@ export const AttachmentSelectionBar: React.FC = () => {
|
|
|
57
59
|
setSelectedPicker(undefined);
|
|
58
60
|
closePicker();
|
|
59
61
|
const photo = await takePhoto({ compressImageQuality });
|
|
62
|
+
if (photo.askToOpenSettings) {
|
|
63
|
+
Alert.alert(
|
|
64
|
+
t('Allow camera access in device settings'),
|
|
65
|
+
t('Device camera is used to take photos or videos.'),
|
|
66
|
+
[
|
|
67
|
+
{ style: 'cancel', text: t('Cancel') },
|
|
68
|
+
{ onPress: () => Linking.openSettings(), style: 'default', text: t('Open Settings') },
|
|
69
|
+
],
|
|
70
|
+
);
|
|
71
|
+
}
|
|
60
72
|
if (!photo.cancelled) {
|
|
61
73
|
setSelectedImages((images) => [...images, photo]);
|
|
62
74
|
}
|
package/src/hooks/index.ts
CHANGED
package/src/i18n/en.json
CHANGED
|
@@ -2,6 +2,7 @@
|
|
|
2
2
|
"1 Reply": "1 Reply",
|
|
3
3
|
"1 Thread Reply": "1 Thread Reply",
|
|
4
4
|
"Allow access to your Gallery": "Allow access to your Gallery",
|
|
5
|
+
"Allow camera access in device settings": "Allow camera access in device settings",
|
|
5
6
|
"Also send to channel": "Also send to channel",
|
|
6
7
|
"Are you sure you want to permanently delete this message?": "Are you sure you want to permanently delete this message?",
|
|
7
8
|
"Block User": "Block User",
|
|
@@ -10,6 +11,7 @@
|
|
|
10
11
|
"Copy Message": "Copy Message",
|
|
11
12
|
"Delete": "Delete",
|
|
12
13
|
"Delete Message": "Delete Message",
|
|
14
|
+
"Device camera is used to take photos or videos.": "Device camera is used to take photos or videos.",
|
|
13
15
|
"Do you want to send a copy of this message to a moderator for further investigation?": "Do you want to send a copy of this message to a moderator for further investigation?",
|
|
14
16
|
"Edit Message": "Edit Message",
|
|
15
17
|
"Editing Message": "Editing Message",
|
|
@@ -39,6 +41,7 @@
|
|
|
39
41
|
"Nothing yet...": "Nothing yet...",
|
|
40
42
|
"Ok": "Ok",
|
|
41
43
|
"Only visible to you": "Only visible to you",
|
|
44
|
+
"Open Settings": "Open Settings",
|
|
42
45
|
"Photo": "Photo",
|
|
43
46
|
"Photos and Videos": "Photos and Videos",
|
|
44
47
|
"Pin to Conversation": "Pin to Conversation",
|
package/src/i18n/es.json
CHANGED
|
@@ -70,5 +70,8 @@
|
|
|
70
70
|
"🏙 Attachment...": "🏙 Adjunto...",
|
|
71
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
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?"
|
|
73
|
+
"How about sending your first message to a friend?": "¿Qué tal enviar tu primer mensaje a un amigo?",
|
|
74
|
+
"Allow camera access in device settings": "Permitir el acceso a la cámara en la configuración del dispositivo",
|
|
75
|
+
"Device camera is used to take photos or videos.": "La cámara del dispositivo se utiliza para tomar fotografías o vídeos.",
|
|
76
|
+
"Open Settings": "Configuración abierta"
|
|
74
77
|
}
|
package/src/i18n/fr.json
CHANGED
|
@@ -1,8 +1,9 @@
|
|
|
1
1
|
{
|
|
2
|
-
"1 Reply": "",
|
|
2
|
+
"1 Reply": "1 Réponse",
|
|
3
3
|
"1 Thread Reply": "",
|
|
4
|
-
"Allow access to your Gallery": "",
|
|
5
|
-
"
|
|
4
|
+
"Allow access to your Gallery": "Autoriser l'accès à votre galerie",
|
|
5
|
+
"Allow camera access in device settings": "Autoriser l'accès à la caméra dans les paramètres de l'appareil",
|
|
6
|
+
"Also send to channel": "Envoyer également à la chaîne",
|
|
6
7
|
"Are you sure you want to permanently delete this message?": "",
|
|
7
8
|
"Block User": "",
|
|
8
9
|
"Cancel": "",
|
|
@@ -10,10 +11,11 @@
|
|
|
10
11
|
"Copy Message": "",
|
|
11
12
|
"Delete": "",
|
|
12
13
|
"Delete Message": "",
|
|
14
|
+
"Device camera is used to take photos or videos.": "L'appareil photo de l'appareil est utilisé pour prendre des photos ou des vidéos.",
|
|
13
15
|
"Do you want to send a copy of this message to a moderator for further investigation?": "",
|
|
14
16
|
"Edit Message": "",
|
|
15
17
|
"Editing Message": "",
|
|
16
|
-
"Emoji matching": "
|
|
18
|
+
"Emoji matching": "",
|
|
17
19
|
"Empty message...": "",
|
|
18
20
|
"Error loading": "",
|
|
19
21
|
"Error loading channel list...": "",
|
|
@@ -24,50 +26,51 @@
|
|
|
24
26
|
"Flag Message": "",
|
|
25
27
|
"Flag action failed either due to a network issue or the message is already flagged": "",
|
|
26
28
|
"How about sending your first message to a friend?": "",
|
|
27
|
-
"Instant Commands": "
|
|
29
|
+
"Instant Commands": "",
|
|
28
30
|
"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.": "
|
|
31
|
+
"Links are disabled": "",
|
|
32
|
+
"Loading channels...": "",
|
|
33
|
+
"Loading messages...": "",
|
|
34
|
+
"Loading...": "",
|
|
35
|
+
"Maximum file size upload limit reached. Please upload a file below {{MAX_FILE_SIZE_TO_UPLOAD_IN_MB}} MB.": "",
|
|
34
36
|
"Message Reactions": "Réactions aux messages",
|
|
35
37
|
"Message deleted": "",
|
|
36
38
|
"Message flagged": "",
|
|
37
39
|
"Mute User": "",
|
|
38
|
-
"Not supported": "
|
|
40
|
+
"Not supported": "",
|
|
39
41
|
"Nothing yet...": "",
|
|
40
42
|
"Ok": "",
|
|
41
43
|
"Only visible to you": "",
|
|
44
|
+
"Open Settings": "Ouvrir les paramètres",
|
|
42
45
|
"Photo": "",
|
|
43
|
-
"Photos and Videos": "",
|
|
46
|
+
"Photos and Videos": "Photos et vidéos",
|
|
44
47
|
"Pin to Conversation": "",
|
|
45
48
|
"Pinned by": "",
|
|
46
|
-
"Please enable access to your photos and videos so you can share them.": "",
|
|
49
|
+
"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.",
|
|
47
50
|
"Please select a channel first": "Veuillez d'abord selectionnez un canal",
|
|
48
51
|
"Reconnecting...": "",
|
|
49
52
|
"Reply": "",
|
|
50
53
|
"Reply to Message": "",
|
|
51
54
|
"Resend": "",
|
|
52
55
|
"Search GIFs": "",
|
|
53
|
-
"Select More Photos": "",
|
|
56
|
+
"Select More Photos": "Sélectionner plus de photos",
|
|
54
57
|
"Send a message": "",
|
|
55
|
-
"Sending links is not allowed in this conversation": "
|
|
58
|
+
"Sending links is not allowed in this conversation": "",
|
|
56
59
|
"Slow mode ON": "",
|
|
57
60
|
"The message has been reported to a moderator.": "",
|
|
58
61
|
"Thread Reply": "",
|
|
59
62
|
"Unblock User": "",
|
|
60
|
-
"Unknown User": "",
|
|
63
|
+
"Unknown User": "Utilisateur inconnu",
|
|
61
64
|
"Unmute User": "",
|
|
62
65
|
"Unpin from Conversation": "",
|
|
63
|
-
"Unread Messages": "",
|
|
66
|
+
"Unread Messages": "Messages non lus",
|
|
64
67
|
"Video": "",
|
|
65
68
|
"You": "",
|
|
66
69
|
"You can't send messages in this channel": "",
|
|
67
|
-
"{{ firstUser }} and {{ nonSelfUserLength }} more are typing": "",
|
|
68
|
-
"{{ index }} of {{ photoLength }}": "",
|
|
69
|
-
"{{ replyCount }} Replies": "",
|
|
70
|
+
"{{ firstUser }} and {{ nonSelfUserLength }} more are typing": "{{ firstUser }} et {{ nonSelfUserLength }} autres sont en train d'écrire",
|
|
71
|
+
"{{ index }} of {{ photoLength }}": "{{ index }} sur {{ photoLength }}",
|
|
72
|
+
"{{ replyCount }} Replies": "{{ replyCount }} Réponses",
|
|
70
73
|
"{{ replyCount }} Thread Replies": "",
|
|
71
|
-
"{{ user }} is typing": "",
|
|
74
|
+
"{{ user }} is typing": "{{ user }} est en train d'écrire",
|
|
72
75
|
"🏙 Attachment...": ""
|
|
73
76
|
}
|
package/src/i18n/he.json
CHANGED
|
@@ -70,5 +70,8 @@
|
|
|
70
70
|
"🏙 Attachment...": "🏙 קובץ מצורף...",
|
|
71
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
72
|
"Let's start chatting!": "בואו נתחיל לשוחח!",
|
|
73
|
-
"How about sending your first message to a friend?": "מה דעתך לשלוח את ההודעה הראשונה שלך לחבר?"
|
|
73
|
+
"How about sending your first message to a friend?": "מה דעתך לשלוח את ההודעה הראשונה שלך לחבר?",
|
|
74
|
+
"Allow camera access in device settings": "אפשר גישה למצלמה בהגדרות המכשיר",
|
|
75
|
+
"Device camera is used to take photos or videos.": "מצלמת המכשיר משמשת לצילום תמונות או סרטונים.",
|
|
76
|
+
"Open Settings": "פתח את ההגדרות"
|
|
74
77
|
}
|
package/src/i18n/hi.json
CHANGED
|
@@ -1,8 +1,9 @@
|
|
|
1
1
|
{
|
|
2
|
-
"1 Reply": "",
|
|
2
|
+
"1 Reply": "1 रिप्लाई",
|
|
3
3
|
"1 Thread Reply": "",
|
|
4
|
-
"Allow access to your Gallery": "",
|
|
5
|
-
"
|
|
4
|
+
"Allow access to your Gallery": "अपनी गैलरी तक पहुँचने की अनुमति दें",
|
|
5
|
+
"Allow camera access in device settings": "डिवाइस सेटिंग्स में कैमरा एक्सेस की अनुमति दें",
|
|
6
|
+
"Also send to channel": "चैनल को भी भेजें",
|
|
6
7
|
"Are you sure you want to permanently delete this message?": "",
|
|
7
8
|
"Block User": "",
|
|
8
9
|
"Cancel": "",
|
|
@@ -10,10 +11,11 @@
|
|
|
10
11
|
"Copy Message": "",
|
|
11
12
|
"Delete": "",
|
|
12
13
|
"Delete Message": "",
|
|
14
|
+
"Device camera is used to take photos or videos.": "डिवाइस कैमरे का उपयोग फ़ोटो या वीडियो लेने के लिए किया जाता है।",
|
|
13
15
|
"Do you want to send a copy of this message to a moderator for further investigation?": "",
|
|
14
16
|
"Edit Message": "",
|
|
15
17
|
"Editing Message": "",
|
|
16
|
-
"Emoji matching": "
|
|
18
|
+
"Emoji matching": "",
|
|
17
19
|
"Empty message...": "",
|
|
18
20
|
"Error loading": "",
|
|
19
21
|
"Error loading channel list...": "",
|
|
@@ -24,50 +26,51 @@
|
|
|
24
26
|
"Flag Message": "",
|
|
25
27
|
"Flag action failed either due to a network issue or the message is already flagged": "",
|
|
26
28
|
"How about sending your first message to a friend?": "",
|
|
27
|
-
"Instant Commands": "
|
|
29
|
+
"Instant Commands": "",
|
|
28
30
|
"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.": "
|
|
31
|
+
"Links are disabled": "",
|
|
32
|
+
"Loading channels...": "",
|
|
33
|
+
"Loading messages...": "",
|
|
34
|
+
"Loading...": "",
|
|
35
|
+
"Maximum file size upload limit reached. Please upload a file below {{MAX_FILE_SIZE_TO_UPLOAD_IN_MB}} MB.": "",
|
|
34
36
|
"Message Reactions": "संदेश प्रतिक्रियाएँ",
|
|
35
37
|
"Message deleted": "",
|
|
36
38
|
"Message flagged": "",
|
|
37
39
|
"Mute User": "",
|
|
38
|
-
"Not supported": "
|
|
40
|
+
"Not supported": "",
|
|
39
41
|
"Nothing yet...": "",
|
|
40
42
|
"Ok": "",
|
|
41
43
|
"Only visible to you": "",
|
|
44
|
+
"Open Settings": "सेटिंग्स खोलें",
|
|
42
45
|
"Photo": "",
|
|
43
|
-
"Photos and Videos": "",
|
|
46
|
+
"Photos and Videos": "तस्वीरें और वीडियों",
|
|
44
47
|
"Pin to Conversation": "",
|
|
45
48
|
"Pinned by": "",
|
|
46
|
-
"Please enable access to your photos and videos so you can share them.": "",
|
|
49
|
+
"Please enable access to your photos and videos so you can share them.": "कृपया अपनी फ़ोटो और वीडियो तक पहुंच सक्षम करें ताकि आप उन्हें साझा कर सकें।",
|
|
47
50
|
"Please select a channel first": "कृपया पहले एक चैनल चुनें",
|
|
48
51
|
"Reconnecting...": "",
|
|
49
52
|
"Reply": "",
|
|
50
53
|
"Reply to Message": "",
|
|
51
54
|
"Resend": "",
|
|
52
55
|
"Search GIFs": "",
|
|
53
|
-
"Select More Photos": "",
|
|
56
|
+
"Select More Photos": "अधिक फ़ोटो चुनें",
|
|
54
57
|
"Send a message": "",
|
|
55
|
-
"Sending links is not allowed in this conversation": "
|
|
58
|
+
"Sending links is not allowed in this conversation": "",
|
|
56
59
|
"Slow mode ON": "",
|
|
57
60
|
"The message has been reported to a moderator.": "",
|
|
58
61
|
"Thread Reply": "",
|
|
59
62
|
"Unblock User": "",
|
|
60
|
-
"Unknown User": "",
|
|
63
|
+
"Unknown User": "अज्ञात उपयोगकर्ता",
|
|
61
64
|
"Unmute User": "",
|
|
62
65
|
"Unpin from Conversation": "",
|
|
63
|
-
"Unread Messages": "",
|
|
66
|
+
"Unread Messages": "अपठित संदेश",
|
|
64
67
|
"Video": "",
|
|
65
68
|
"You": "",
|
|
66
69
|
"You can't send messages in this channel": "",
|
|
67
|
-
"{{ firstUser }} and {{ nonSelfUserLength }} more are typing": "",
|
|
68
|
-
"{{ index }} of {{ photoLength }}": "",
|
|
69
|
-
"{{ replyCount }} Replies": "",
|
|
70
|
+
"{{ firstUser }} and {{ nonSelfUserLength }} more are typing": "{{ firstUser }} और {{ nonSelfUserLength }} अधिक टाइप कर रहे हैं",
|
|
71
|
+
"{{ index }} of {{ photoLength }}": "{{ index }} / {{ photoLength }}",
|
|
72
|
+
"{{ replyCount }} Replies": "{{ replyCount }} रिप्लाई",
|
|
70
73
|
"{{ replyCount }} Thread Replies": "",
|
|
71
|
-
"{{ user }} is typing": "",
|
|
74
|
+
"{{ user }} is typing": "{{ user }} टाइप कर रहा है",
|
|
72
75
|
"🏙 Attachment...": ""
|
|
73
76
|
}
|
package/src/i18n/it.json
CHANGED
|
@@ -1,8 +1,9 @@
|
|
|
1
1
|
{
|
|
2
|
-
"1 Reply": "",
|
|
2
|
+
"1 Reply": "1 Risposta",
|
|
3
3
|
"1 Thread Reply": "",
|
|
4
|
-
"Allow access to your Gallery": "",
|
|
5
|
-
"
|
|
4
|
+
"Allow access to your Gallery": "Consenti l'accesso alla tua galleria",
|
|
5
|
+
"Allow camera access in device settings": "Consenti l'accesso alla fotocamera nelle impostazioni del dispositivo",
|
|
6
|
+
"Also send to channel": "Invia anche al canale",
|
|
6
7
|
"Are you sure you want to permanently delete this message?": "",
|
|
7
8
|
"Block User": "",
|
|
8
9
|
"Cancel": "",
|
|
@@ -10,10 +11,11 @@
|
|
|
10
11
|
"Copy Message": "",
|
|
11
12
|
"Delete": "",
|
|
12
13
|
"Delete Message": "",
|
|
14
|
+
"Device camera is used to take photos or videos.": "La fotocamera del dispositivo viene utilizzata per scattare foto o video.",
|
|
13
15
|
"Do you want to send a copy of this message to a moderator for further investigation?": "",
|
|
14
16
|
"Edit Message": "",
|
|
15
17
|
"Editing Message": "",
|
|
16
|
-
"Emoji matching": "
|
|
18
|
+
"Emoji matching": "",
|
|
17
19
|
"Empty message...": "",
|
|
18
20
|
"Error loading": "",
|
|
19
21
|
"Error loading channel list...": "",
|
|
@@ -24,50 +26,51 @@
|
|
|
24
26
|
"Flag Message": "",
|
|
25
27
|
"Flag action failed either due to a network issue or the message is already flagged": "",
|
|
26
28
|
"How about sending your first message to a friend?": "",
|
|
27
|
-
"Instant Commands": "
|
|
29
|
+
"Instant Commands": "",
|
|
28
30
|
"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.": "
|
|
31
|
+
"Links are disabled": "",
|
|
32
|
+
"Loading channels...": "",
|
|
33
|
+
"Loading messages...": "",
|
|
34
|
+
"Loading...": "",
|
|
35
|
+
"Maximum file size upload limit reached. Please upload a file below {{MAX_FILE_SIZE_TO_UPLOAD_IN_MB}} MB.": "",
|
|
34
36
|
"Message Reactions": "Reazioni ai Messaggi",
|
|
35
37
|
"Message deleted": "",
|
|
36
38
|
"Message flagged": "",
|
|
37
39
|
"Mute User": "",
|
|
38
|
-
"Not supported": "
|
|
40
|
+
"Not supported": "",
|
|
39
41
|
"Nothing yet...": "",
|
|
40
42
|
"Ok": "",
|
|
41
43
|
"Only visible to you": "",
|
|
44
|
+
"Open Settings": "Apri Impostazioni",
|
|
42
45
|
"Photo": "",
|
|
43
|
-
"Photos and Videos": "",
|
|
46
|
+
"Photos and Videos": "Foto e Video",
|
|
44
47
|
"Pin to Conversation": "",
|
|
45
48
|
"Pinned by": "",
|
|
46
|
-
"Please enable access to your photos and videos so you can share them.": "",
|
|
49
|
+
"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.",
|
|
47
50
|
"Please select a channel first": "Seleziona un canale",
|
|
48
51
|
"Reconnecting...": "",
|
|
49
52
|
"Reply": "",
|
|
50
53
|
"Reply to Message": "",
|
|
51
54
|
"Resend": "",
|
|
52
55
|
"Search GIFs": "",
|
|
53
|
-
"Select More Photos": "",
|
|
56
|
+
"Select More Photos": "Seleziona Altre foto",
|
|
54
57
|
"Send a message": "",
|
|
55
|
-
"Sending links is not allowed in this conversation": "
|
|
58
|
+
"Sending links is not allowed in this conversation": "",
|
|
56
59
|
"Slow mode ON": "",
|
|
57
60
|
"The message has been reported to a moderator.": "",
|
|
58
61
|
"Thread Reply": "",
|
|
59
62
|
"Unblock User": "",
|
|
60
|
-
"Unknown User": "",
|
|
63
|
+
"Unknown User": "Utente sconosciuto",
|
|
61
64
|
"Unmute User": "",
|
|
62
65
|
"Unpin from Conversation": "",
|
|
63
|
-
"Unread Messages": "",
|
|
66
|
+
"Unread Messages": "Messaggi non letti",
|
|
64
67
|
"Video": "",
|
|
65
68
|
"You": "",
|
|
66
69
|
"You can't send messages in this channel": "",
|
|
67
|
-
"{{ firstUser }} and {{ nonSelfUserLength }} more are typing": "",
|
|
68
|
-
"{{ index }} of {{ photoLength }}": "",
|
|
69
|
-
"{{ replyCount }} Replies": "",
|
|
70
|
+
"{{ firstUser }} and {{ nonSelfUserLength }} more are typing": "{{ firstUser }} e altri {{ nonSelfUserLength }} stanno scrivendo",
|
|
71
|
+
"{{ index }} of {{ photoLength }}": "{{ index }} di {{ photoLength }}",
|
|
72
|
+
"{{ replyCount }} Replies": "{{ replyCount }} Risposte",
|
|
70
73
|
"{{ replyCount }} Thread Replies": "",
|
|
71
|
-
"{{ user }} is typing": "",
|
|
74
|
+
"{{ user }} is typing": "{{ user }} sta scrivendo",
|
|
72
75
|
"🏙 Attachment...": ""
|
|
73
76
|
}
|
package/src/i18n/ja.json
CHANGED
|
@@ -73,5 +73,8 @@
|
|
|
73
73
|
"File type not supported": "サポートされていないファイルです",
|
|
74
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
75
|
"Let's start chatting!": "チャットを始めましょう!",
|
|
76
|
-
"How about sending your first message to a friend?": "初めてのメッセージを友達に送ってみてはいかがでしょうか?"
|
|
76
|
+
"How about sending your first message to a friend?": "初めてのメッセージを友達に送ってみてはいかがでしょうか?",
|
|
77
|
+
"Allow camera access in device settings": "デバイス設定でカメラへのアクセスを許可する",
|
|
78
|
+
"Device camera is used to take photos or videos.": "デバイスのカメラは写真やビデオの撮影に使用されます。",
|
|
79
|
+
"Open Settings": "設定を開く"
|
|
77
80
|
}
|
package/src/i18n/ko.json
CHANGED
|
@@ -72,5 +72,8 @@
|
|
|
72
72
|
"Not supported": "지원하지 않습니다",
|
|
73
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
74
|
"Let's start chatting!": "채팅을 시작합시다!",
|
|
75
|
-
"How about sending your first message to a friend?": "친구에게 첫 번째 메시지를 보내는 것은 어떻습니까?"
|
|
75
|
+
"How about sending your first message to a friend?": "친구에게 첫 번째 메시지를 보내는 것은 어떻습니까?",
|
|
76
|
+
"Allow camera access in device settings": "기기 설정에서 카메라 액세스를 허용하세요.",
|
|
77
|
+
"Device camera is used to take photos or videos.": "기기 카메라는 사진이나 동영상을 촬영하는 데 사용됩니다.",
|
|
78
|
+
"Open Settings": "설정 열기"
|
|
76
79
|
}
|