stream-chat-react-native-core 5.27.0-beta.5 → 5.27.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/lib/commonjs/components/MessageInput/SendButton.js +1 -1
- package/lib/commonjs/components/MessageInput/SendButton.js.map +1 -1
- package/lib/commonjs/contexts/messageInputContext/MessageInputContext.js +73 -56
- package/lib/commonjs/contexts/messageInputContext/MessageInputContext.js.map +1 -1
- package/lib/commonjs/i18n/en.json +1 -1
- package/lib/commonjs/i18n/es.json +28 -28
- package/lib/commonjs/i18n/fr.json +28 -28
- package/lib/commonjs/i18n/he.json +28 -28
- package/lib/commonjs/i18n/hi.json +28 -28
- package/lib/commonjs/i18n/it.json +28 -28
- package/lib/commonjs/i18n/ja.json +7 -7
- package/lib/commonjs/i18n/ko.json +5 -5
- package/lib/commonjs/i18n/nl.json +5 -5
- package/lib/commonjs/i18n/pt-BR.json +5 -5
- package/lib/commonjs/i18n/ru.json +5 -5
- package/lib/commonjs/i18n/tr.json +5 -5
- package/lib/commonjs/version.json +1 -1
- package/lib/module/components/MessageInput/SendButton.js +1 -1
- package/lib/module/components/MessageInput/SendButton.js.map +1 -1
- package/lib/module/contexts/messageInputContext/MessageInputContext.js +73 -56
- package/lib/module/contexts/messageInputContext/MessageInputContext.js.map +1 -1
- package/lib/module/i18n/en.json +1 -1
- package/lib/module/i18n/es.json +28 -28
- package/lib/module/i18n/fr.json +28 -28
- package/lib/module/i18n/he.json +28 -28
- package/lib/module/i18n/hi.json +28 -28
- package/lib/module/i18n/it.json +28 -28
- package/lib/module/i18n/ja.json +7 -7
- package/lib/module/i18n/ko.json +5 -5
- package/lib/module/i18n/nl.json +5 -5
- package/lib/module/i18n/pt-BR.json +5 -5
- package/lib/module/i18n/ru.json +5 -5
- package/lib/module/i18n/tr.json +5 -5
- package/lib/module/version.json +1 -1
- package/lib/typescript/contexts/messageInputContext/MessageInputContext.d.ts +3 -1
- package/lib/typescript/i18n/en.json +1 -1
- package/lib/typescript/i18n/es.json +28 -28
- package/lib/typescript/i18n/fr.json +28 -28
- package/lib/typescript/i18n/he.json +28 -28
- package/lib/typescript/i18n/hi.json +28 -28
- package/lib/typescript/i18n/it.json +28 -28
- package/lib/typescript/i18n/ja.json +7 -7
- package/lib/typescript/i18n/ko.json +5 -5
- package/lib/typescript/i18n/nl.json +5 -5
- package/lib/typescript/i18n/pt-BR.json +5 -5
- package/lib/typescript/i18n/ru.json +5 -5
- package/lib/typescript/i18n/tr.json +5 -5
- package/package.json +1 -1
- package/src/components/MessageInput/SendButton.tsx +1 -1
- package/src/contexts/messageInputContext/MessageInputContext.tsx +9 -3
- package/src/i18n/en.json +1 -1
- package/src/i18n/es.json +28 -28
- package/src/i18n/fr.json +28 -28
- package/src/i18n/he.json +28 -28
- package/src/i18n/hi.json +28 -28
- package/src/i18n/it.json +28 -28
- package/src/i18n/ja.json +7 -7
- package/src/i18n/ko.json +5 -5
- package/src/i18n/nl.json +5 -5
- package/src/i18n/pt-BR.json +5 -5
- package/src/i18n/ru.json +5 -5
- package/src/i18n/tr.json +5 -5
- package/src/version.json +1 -1
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"1 Thread Reply": "1개의 스레드 답글",
|
|
4
4
|
"Allow access to your Gallery": "",
|
|
5
5
|
"Allow camera access in device settings": "",
|
|
6
|
-
"Also send to channel": "",
|
|
6
|
+
"Also send to channel": "채널에도 전송",
|
|
7
7
|
"Are you sure you want to permanently delete this message?": "이 메시지를 영구적으로 삭제하시겠습니까?",
|
|
8
8
|
"Are you sure?": "확실합니까?",
|
|
9
9
|
"Block User": "사용자 차단",
|
|
@@ -16,8 +16,8 @@
|
|
|
16
16
|
"Device camera is used to take photos or videos.": "",
|
|
17
17
|
"Do you want to send a copy of this message to a moderator for further investigation?": "이 메시지의 복사본을 운영자에게 보내 추가 조사를합니까?",
|
|
18
18
|
"Edit Message": "메시지 수정",
|
|
19
|
-
"Editing Message": "",
|
|
20
|
-
"Emoji matching": "",
|
|
19
|
+
"Editing Message": "메시지 편집중",
|
|
20
|
+
"Emoji matching": "이모티콘 매칭",
|
|
21
21
|
"Empty message...": "빈 메시지...",
|
|
22
22
|
"Error loading": "로드 오류",
|
|
23
23
|
"Error loading channel list...": "채널리스트 을로드하는 동안 오류가 발생했습니다...",
|
|
@@ -28,7 +28,7 @@
|
|
|
28
28
|
"Flag Message": "메시지를 플래그하기",
|
|
29
29
|
"Flag action failed either due to a network issue or the message is already flagged": "네트워크 연결에 문제가 있거나 이미 플래그 되어서 플래그에 실패했습니다.",
|
|
30
30
|
"How about sending your first message to a friend?": "친구에게 첫 번째 메시지를 보내는 것은 어떻습니까?",
|
|
31
|
-
"Instant Commands": "",
|
|
31
|
+
"Instant Commands": "인스턴트 명령",
|
|
32
32
|
"Let's start chatting!": "채팅을 시작합시다!",
|
|
33
33
|
"Links are disabled": "링크 기능이 비활성화되었습니다",
|
|
34
34
|
"Loading channels...": "채널을 로딩 중...",
|
|
@@ -52,7 +52,7 @@
|
|
|
52
52
|
"Please select a channel first": "먼저 채널을 선택하십시오",
|
|
53
53
|
"Reconnecting...": "다시 연결 중...",
|
|
54
54
|
"Reply": "답장",
|
|
55
|
-
"Reply to Message": "",
|
|
55
|
+
"Reply to Message": "메시지에 답장",
|
|
56
56
|
"Resend": "재전송",
|
|
57
57
|
"Search GIFs": "",
|
|
58
58
|
"Select More Photos": "",
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"1 Thread Reply": "1 thread antwoord",
|
|
4
4
|
"Allow access to your Gallery": "",
|
|
5
5
|
"Allow camera access in device settings": "",
|
|
6
|
-
"Also send to channel": "",
|
|
6
|
+
"Also send to channel": "Stuur ook naar kanaal",
|
|
7
7
|
"Are you sure you want to permanently delete this message?": "Weet u zeker dat u dit bericht definitief wilt verwijderen?",
|
|
8
8
|
"Are you sure?": "Weet je het zeker?",
|
|
9
9
|
"Block User": "Blokkeer Gebruiker",
|
|
@@ -16,8 +16,8 @@
|
|
|
16
16
|
"Device camera is used to take photos or videos.": "",
|
|
17
17
|
"Do you want to send a copy of this message to a moderator for further investigation?": "Wil je een kopie van dit bericht naar een moderator sturen voor verder onderzoek?",
|
|
18
18
|
"Edit Message": "Pas bericht aan",
|
|
19
|
-
"Editing Message": "",
|
|
20
|
-
"Emoji matching": "",
|
|
19
|
+
"Editing Message": "Bericht aanpassen",
|
|
20
|
+
"Emoji matching": "Emoji-overeenkomsten",
|
|
21
21
|
"Empty message...": "Leeg bericht...",
|
|
22
22
|
"Error loading": "Probleem bij het laden",
|
|
23
23
|
"Error loading channel list...": "Probleem bij het laden van de kanalen...",
|
|
@@ -28,7 +28,7 @@
|
|
|
28
28
|
"Flag Message": "Markeer bericht",
|
|
29
29
|
"Flag action failed either due to a network issue or the message is already flagged": "Rapporteren mislukt door een netwerk fout of het berich is al gerapporteerd",
|
|
30
30
|
"How about sending your first message to a friend?": "Wat dacht je ervan om je eerste bericht naar een vriend te sturen?",
|
|
31
|
-
"Instant Commands": "",
|
|
31
|
+
"Instant Commands": "Directe Opdrachten",
|
|
32
32
|
"Let's start chatting!": "Laten we beginnen met chatten!",
|
|
33
33
|
"Links are disabled": "Het versturen van links staat uit",
|
|
34
34
|
"Loading channels...": "Kanalen aan het laden...",
|
|
@@ -52,7 +52,7 @@
|
|
|
52
52
|
"Please select a channel first": "Selecteer eerst een kanaal",
|
|
53
53
|
"Reconnecting...": "Opnieuw Verbinding Maken...",
|
|
54
54
|
"Reply": "Antwoord",
|
|
55
|
-
"Reply to Message": "",
|
|
55
|
+
"Reply to Message": "Beantwoord bericht",
|
|
56
56
|
"Resend": "Opnieuw versturen",
|
|
57
57
|
"Search GIFs": "",
|
|
58
58
|
"Select More Photos": "",
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"1 Thread Reply": "1 Resposta de Thread",
|
|
4
4
|
"Allow access to your Gallery": "",
|
|
5
5
|
"Allow camera access in device settings": "",
|
|
6
|
-
"Also send to channel": "",
|
|
6
|
+
"Also send to channel": "Também enviar para o canal",
|
|
7
7
|
"Are you sure you want to permanently delete this message?": "Tem certeza de que deseja excluir esta mensagem permanentemente?",
|
|
8
8
|
"Are you sure?": "Tem certeza?",
|
|
9
9
|
"Block User": "Bloquear Usuário",
|
|
@@ -16,8 +16,8 @@
|
|
|
16
16
|
"Device camera is used to take photos or videos.": "",
|
|
17
17
|
"Do you want to send a copy of this message to a moderator for further investigation?": "Deseja enviar uma cópia desta mensagem para um moderador para investigação adicional?",
|
|
18
18
|
"Edit Message": "Editar Mensagem",
|
|
19
|
-
"Editing Message": "",
|
|
20
|
-
"Emoji matching": "",
|
|
19
|
+
"Editing Message": "Editando Mensagem",
|
|
20
|
+
"Emoji matching": "Correspondência de Emoji",
|
|
21
21
|
"Empty message...": "Mensagem vazia...",
|
|
22
22
|
"Error loading": "Erro ao carregar",
|
|
23
23
|
"Error loading channel list...": "Erro ao carregar lista de canais...",
|
|
@@ -28,7 +28,7 @@
|
|
|
28
28
|
"Flag Message": "Reportar Mensagem",
|
|
29
29
|
"Flag action failed either due to a network issue or the message is already flagged": "A ação para reportar a mensagem falhou devido a um problema de rede ou a mensagem já foi reportada.",
|
|
30
30
|
"How about sending your first message to a friend?": "Que tal enviar sua primeira mensagem para um amigo?",
|
|
31
|
-
"Instant Commands": "",
|
|
31
|
+
"Instant Commands": "Comandos Instantâneos",
|
|
32
32
|
"Let's start chatting!": "Vamos começar a conversar!",
|
|
33
33
|
"Links are disabled": "Links estão desabilitados",
|
|
34
34
|
"Loading channels...": "Carregando canais...",
|
|
@@ -52,7 +52,7 @@
|
|
|
52
52
|
"Please select a channel first": "Por favor, selecione um canal primeiro",
|
|
53
53
|
"Reconnecting...": "Reconectando...",
|
|
54
54
|
"Reply": "Responder",
|
|
55
|
-
"Reply to Message": "",
|
|
55
|
+
"Reply to Message": "Responder à Mensagem",
|
|
56
56
|
"Resend": "Reenviar",
|
|
57
57
|
"Search GIFs": "",
|
|
58
58
|
"Select More Photos": "",
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"1 Thread Reply": "1 тема Ответить",
|
|
4
4
|
"Allow access to your Gallery": "",
|
|
5
5
|
"Allow camera access in device settings": "",
|
|
6
|
-
"Also send to channel": "",
|
|
6
|
+
"Also send to channel": "Также отправить на канал",
|
|
7
7
|
"Are you sure you want to permanently delete this message?": "Вы действительно хотите удалить это сообщение без возможности восстановления?",
|
|
8
8
|
"Are you sure?": "Вы уверены?",
|
|
9
9
|
"Block User": "Заблокировать пользователя",
|
|
@@ -16,8 +16,8 @@
|
|
|
16
16
|
"Device camera is used to take photos or videos.": "",
|
|
17
17
|
"Do you want to send a copy of this message to a moderator for further investigation?": "Вы хотите отправить копию этого сообщения модератору для дальнейшего изучения?",
|
|
18
18
|
"Edit Message": "Редактировать сообщение",
|
|
19
|
-
"Editing Message": "",
|
|
20
|
-
"Emoji matching": "",
|
|
19
|
+
"Editing Message": "Редактирование сообщения",
|
|
20
|
+
"Emoji matching": "Соответствие эмодзи",
|
|
21
21
|
"Empty message...": "Пустое сообщение...",
|
|
22
22
|
"Error loading": "Ошибка при загрузке",
|
|
23
23
|
"Error loading channel list...": "Ошибка загрузки списка каналов...",
|
|
@@ -28,7 +28,7 @@
|
|
|
28
28
|
"Flag Message": "Пометить сообщение",
|
|
29
29
|
"Flag action failed either due to a network issue or the message is already flagged": "Не удалось отправить жалобу. Возможные причины: проблема с подключением к интернету или ваша жалоба уже была принята.",
|
|
30
30
|
"How about sending your first message to a friend?": "Как насчет отправки первого сообщения другу?",
|
|
31
|
-
"Instant Commands": "",
|
|
31
|
+
"Instant Commands": "Мгновенные Команды",
|
|
32
32
|
"Let's start chatting!": "Давайте начнем общаться!",
|
|
33
33
|
"Links are disabled": "Ссылки отключены",
|
|
34
34
|
"Loading channels...": "Загружаю каналы...",
|
|
@@ -52,7 +52,7 @@
|
|
|
52
52
|
"Please select a channel first": "Пожалуйста, сначала выберите канал",
|
|
53
53
|
"Reconnecting...": "Переподключение...",
|
|
54
54
|
"Reply": "Ответить",
|
|
55
|
-
"Reply to Message": "",
|
|
55
|
+
"Reply to Message": "Ответить на сообщение",
|
|
56
56
|
"Resend": "Отправить",
|
|
57
57
|
"Search GIFs": "",
|
|
58
58
|
"Select More Photos": "",
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"1 Thread Reply": "1 Konu Yanıtı",
|
|
4
4
|
"Allow access to your Gallery": "",
|
|
5
5
|
"Allow camera access in device settings": "",
|
|
6
|
-
"Also send to channel": "",
|
|
6
|
+
"Also send to channel": "Kanala da gönder",
|
|
7
7
|
"Are you sure you want to permanently delete this message?": "Bu mesajı kalıcı olarak silmek istediğinizden emin misiniz?",
|
|
8
8
|
"Are you sure?": "Emin misiniz?",
|
|
9
9
|
"Block User": "Kullanıcıyı engelle",
|
|
@@ -16,8 +16,8 @@
|
|
|
16
16
|
"Device camera is used to take photos or videos.": "",
|
|
17
17
|
"Do you want to send a copy of this message to a moderator for further investigation?": "Detaylı inceleme için bu mesajın kopyasını moderatöre göndermek istiyor musunuz?",
|
|
18
18
|
"Edit Message": "Mesajı Düzenle",
|
|
19
|
-
"Editing Message": "",
|
|
20
|
-
"Emoji matching": "",
|
|
19
|
+
"Editing Message": "Mesaj Düzenleniyor",
|
|
20
|
+
"Emoji matching": "Emoji eşleştirme",
|
|
21
21
|
"Empty message...": "Boş mesaj...",
|
|
22
22
|
"Error loading": "Yükleme hatası",
|
|
23
23
|
"Error loading channel list...": "Kanal listesi yüklenirken hata oluştu...",
|
|
@@ -28,7 +28,7 @@
|
|
|
28
28
|
"Flag Message": "Mesajı Raporla",
|
|
29
29
|
"Flag action failed either due to a network issue or the message is already flagged": "Mesajın daha önce raporlanmış olması veya bir ağ bağlantısı sorunu nedeniyle raporlama işlemi başarısız oldu.",
|
|
30
30
|
"How about sending your first message to a friend?": "İlk mesajınızı bir arkadaşınıza göndermeye ne dersiniz?",
|
|
31
|
-
"Instant Commands": "",
|
|
31
|
+
"Instant Commands": "Anlık Komutlar",
|
|
32
32
|
"Let's start chatting!": "Haydi sohbete başlayalım!",
|
|
33
33
|
"Links are disabled": "Bağlantılar devre dışı",
|
|
34
34
|
"Loading channels...": "Kanallar yükleniyor...",
|
|
@@ -52,7 +52,7 @@
|
|
|
52
52
|
"Please select a channel first": "Lütfen önce bir kanal seçiniz",
|
|
53
53
|
"Reconnecting...": "Yeniden Bağlanılıyor...",
|
|
54
54
|
"Reply": "Yanıtla",
|
|
55
|
-
"Reply to Message": "",
|
|
55
|
+
"Reply to Message": "Mesajı Yanıtla",
|
|
56
56
|
"Resend": "Yeniden gönder",
|
|
57
57
|
"Search GIFs": "",
|
|
58
58
|
"Select More Photos": "",
|
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.27.0-beta.
|
|
4
|
+
"version": "5.27.0-beta.6",
|
|
5
5
|
"author": {
|
|
6
6
|
"company": "Stream.io Inc",
|
|
7
7
|
"name": "Stream.io Inc"
|
|
@@ -165,7 +165,9 @@ export type LocalMessageInputContext<
|
|
|
165
165
|
resetInput: (pendingAttachments?: Attachment<StreamChatGenerics>[]) => void;
|
|
166
166
|
selectedPicker: string | undefined;
|
|
167
167
|
sending: React.MutableRefObject<boolean>;
|
|
168
|
-
sendMessage: (
|
|
168
|
+
sendMessage: (params?: {
|
|
169
|
+
customMessageData?: Partial<Message<StreamChatGenerics>>;
|
|
170
|
+
}) => Promise<void>;
|
|
169
171
|
sendMessageAsync: (id: string) => void;
|
|
170
172
|
sendThreadMessageInChannel: boolean;
|
|
171
173
|
setAsyncIds: React.Dispatch<React.SetStateAction<string[]>>;
|
|
@@ -706,8 +708,12 @@ export const MessageInputProvider = <
|
|
|
706
708
|
};
|
|
707
709
|
|
|
708
710
|
// TODO: Figure out why this is async, as it doesn't await any promise.
|
|
709
|
-
|
|
710
|
-
|
|
711
|
+
const sendMessage = async ({
|
|
712
|
+
customMessageData,
|
|
713
|
+
}: {
|
|
714
|
+
customMessageData?: Partial<Message<StreamChatGenerics>>;
|
|
715
|
+
// eslint-disable-next-line require-await
|
|
716
|
+
} = {}) => {
|
|
711
717
|
if (sending.current) {
|
|
712
718
|
return;
|
|
713
719
|
}
|
package/src/i18n/en.json
CHANGED
|
@@ -26,7 +26,7 @@
|
|
|
26
26
|
"File type not supported": "File type not supported",
|
|
27
27
|
"Flag": "Flag",
|
|
28
28
|
"Flag Message": "Flag Message",
|
|
29
|
-
"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
|
|
29
|
+
"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",
|
|
30
30
|
"How about sending your first message to a friend?": "How about sending your first message to a friend?",
|
|
31
31
|
"Instant Commands": "Instant Commands",
|
|
32
32
|
"Let's start chatting!": "Let's start chatting!",
|
package/src/i18n/es.json
CHANGED
|
@@ -3,32 +3,32 @@
|
|
|
3
3
|
"1 Thread Reply": "1 respuesta de hilo",
|
|
4
4
|
"Allow access to your Gallery": "",
|
|
5
5
|
"Allow camera access in device settings": "",
|
|
6
|
-
"Also send to channel": "",
|
|
7
|
-
"Are you sure you want to permanently delete this message?": "
|
|
6
|
+
"Also send to channel": "También enviar al canal",
|
|
7
|
+
"Are you sure you want to permanently delete this message?": "",
|
|
8
8
|
"Are you sure?": "¿Estás seguro?",
|
|
9
|
-
"Block User": "
|
|
10
|
-
"Cancel": "
|
|
11
|
-
"Cannot Flag Message": "
|
|
9
|
+
"Block User": "",
|
|
10
|
+
"Cancel": "",
|
|
11
|
+
"Cannot Flag Message": "",
|
|
12
12
|
"Consider how your comment might make others feel and be sure to follow our Community Guidelines": "Considera cómo tu comentario podría hacer sentir a los demás y asegúrate de seguir nuestras Normas de la Comunidad",
|
|
13
|
-
"Copy Message": "
|
|
14
|
-
"Delete": "
|
|
15
|
-
"Delete Message": "
|
|
13
|
+
"Copy Message": "",
|
|
14
|
+
"Delete": "",
|
|
15
|
+
"Delete Message": "",
|
|
16
16
|
"Device camera is used to take photos or videos.": "",
|
|
17
|
-
"Do you want to send a copy of this message to a moderator for further investigation?": "
|
|
18
|
-
"Edit Message": "
|
|
19
|
-
"Editing Message": "",
|
|
20
|
-
"Emoji matching": "",
|
|
17
|
+
"Do you want to send a copy of this message to a moderator for further investigation?": "",
|
|
18
|
+
"Edit Message": "",
|
|
19
|
+
"Editing Message": "Editando mensaje",
|
|
20
|
+
"Emoji matching": "Coincidencia de emoji",
|
|
21
21
|
"Empty message...": "Mensaje vacío...",
|
|
22
22
|
"Error loading": "Error al cargar",
|
|
23
23
|
"Error loading channel list...": "Error al cargar la lista de canales...",
|
|
24
24
|
"Error loading messages for this channel...": "Error al cargar los mensajes de este canal...",
|
|
25
25
|
"Error while loading, please reload/refresh": "Error al cargar, por favor recarga/actualiza",
|
|
26
26
|
"File type not supported": "Tipo de archivo no admitido",
|
|
27
|
-
"Flag": "
|
|
28
|
-
"Flag Message": "
|
|
29
|
-
"Flag action failed either due to a network issue or the message is already flagged": "
|
|
27
|
+
"Flag": "",
|
|
28
|
+
"Flag Message": "",
|
|
29
|
+
"Flag action failed either due to a network issue or the message is already flagged": "",
|
|
30
30
|
"How about sending your first message to a friend?": "¿Qué tal enviar tu primer mensaje a un amigo?",
|
|
31
|
-
"Instant Commands": "",
|
|
31
|
+
"Instant Commands": "Comandos instantáneos",
|
|
32
32
|
"Let's start chatting!": "¡Empecemos a charlar!",
|
|
33
33
|
"Links are disabled": "Los enlaces están desactivados",
|
|
34
34
|
"Loading channels...": "Cargando canales...",
|
|
@@ -37,35 +37,35 @@
|
|
|
37
37
|
"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.",
|
|
38
38
|
"Message Reactions": "",
|
|
39
39
|
"Message deleted": "Mensaje eliminado",
|
|
40
|
-
"Message flagged": "
|
|
41
|
-
"Mute User": "
|
|
40
|
+
"Message flagged": "",
|
|
41
|
+
"Mute User": "",
|
|
42
42
|
"Not supported": "No admitido",
|
|
43
43
|
"Nothing yet...": "Aún no hay nada...",
|
|
44
|
-
"Ok": "
|
|
44
|
+
"Ok": "",
|
|
45
45
|
"Only visible to you": "Solo visible para ti",
|
|
46
46
|
"Open Settings": "",
|
|
47
47
|
"Photo": "Foto",
|
|
48
48
|
"Photos and Videos": "",
|
|
49
|
-
"Pin to Conversation": "
|
|
49
|
+
"Pin to Conversation": "",
|
|
50
50
|
"Pinned by": "Fijado por",
|
|
51
51
|
"Please enable access to your photos and videos so you can share them.": "",
|
|
52
52
|
"Please select a channel first": "Por favor, selecciona primero un canal",
|
|
53
53
|
"Reconnecting...": "Reconectando...",
|
|
54
|
-
"Reply": "
|
|
55
|
-
"Reply to Message": "",
|
|
56
|
-
"Resend": "
|
|
54
|
+
"Reply": "",
|
|
55
|
+
"Reply to Message": "Responder al mensaje",
|
|
56
|
+
"Resend": "",
|
|
57
57
|
"Search GIFs": "",
|
|
58
58
|
"Select More Photos": "",
|
|
59
59
|
"Send Anyway": "Enviar de todos modos",
|
|
60
60
|
"Send a message": "",
|
|
61
61
|
"Sending links is not allowed in this conversation": "No está permitido enviar enlaces en esta conversación",
|
|
62
62
|
"Slow mode ON": "",
|
|
63
|
-
"The message has been reported to a moderator.": "
|
|
64
|
-
"Thread Reply": "
|
|
65
|
-
"Unblock User": "
|
|
63
|
+
"The message has been reported to a moderator.": "",
|
|
64
|
+
"Thread Reply": "",
|
|
65
|
+
"Unblock User": "",
|
|
66
66
|
"Unknown User": "",
|
|
67
|
-
"Unmute User": "
|
|
68
|
-
"Unpin from Conversation": "
|
|
67
|
+
"Unmute User": "",
|
|
68
|
+
"Unpin from Conversation": "",
|
|
69
69
|
"Unread Messages": "Mensajes no leídos",
|
|
70
70
|
"Video": "Video",
|
|
71
71
|
"You": "Tú",
|
package/src/i18n/fr.json
CHANGED
|
@@ -3,32 +3,32 @@
|
|
|
3
3
|
"1 Thread Reply": "Réponse à 1 fil",
|
|
4
4
|
"Allow access to your Gallery": "",
|
|
5
5
|
"Allow camera access in device settings": "",
|
|
6
|
-
"Also send to channel": "",
|
|
7
|
-
"Are you sure you want to permanently delete this message?": "
|
|
6
|
+
"Also send to channel": "Envoyer également à la chaîne",
|
|
7
|
+
"Are you sure you want to permanently delete this message?": "",
|
|
8
8
|
"Are you sure?": "Es-tu sûr ?",
|
|
9
|
-
"Block User": "
|
|
10
|
-
"Cancel": "
|
|
11
|
-
"Cannot Flag Message": "
|
|
9
|
+
"Block User": "",
|
|
10
|
+
"Cancel": "",
|
|
11
|
+
"Cannot Flag Message": "",
|
|
12
12
|
"Consider how your comment might make others feel and be sure to follow our Community Guidelines": "Considérez comment votre commentaire pourrait faire sentir les autres et assurez-vous de suivre nos directives communautaires",
|
|
13
|
-
"Copy Message": "
|
|
14
|
-
"Delete": "
|
|
15
|
-
"Delete Message": "
|
|
13
|
+
"Copy Message": "",
|
|
14
|
+
"Delete": "",
|
|
15
|
+
"Delete Message": "",
|
|
16
16
|
"Device camera is used to take photos or videos.": "",
|
|
17
|
-
"Do you want to send a copy of this message to a moderator for further investigation?": "
|
|
18
|
-
"Edit Message": "
|
|
19
|
-
"Editing Message": "",
|
|
20
|
-
"Emoji matching": "",
|
|
17
|
+
"Do you want to send a copy of this message to a moderator for further investigation?": "",
|
|
18
|
+
"Edit Message": "",
|
|
19
|
+
"Editing Message": "Édite un message",
|
|
20
|
+
"Emoji matching": "Correspondance Emoji",
|
|
21
21
|
"Empty message...": "Message vide...",
|
|
22
22
|
"Error loading": "Erreur lors du chargement",
|
|
23
23
|
"Error loading channel list...": "Erreur lors du chargement de la liste de canaux...",
|
|
24
24
|
"Error loading messages for this channel...": "Erreur lors du chargement des messages de ce canal...",
|
|
25
25
|
"Error while loading, please reload/refresh": "Erreur lors du chargement, veuillez recharger/rafraîchir",
|
|
26
26
|
"File type not supported": "Le type de fichier n'est pas pris en charge",
|
|
27
|
-
"Flag": "
|
|
28
|
-
"Flag Message": "
|
|
29
|
-
"Flag action failed either due to a network issue or the message is already flagged": "
|
|
27
|
+
"Flag": "",
|
|
28
|
+
"Flag Message": "",
|
|
29
|
+
"Flag action failed either due to a network issue or the message is already flagged": "",
|
|
30
30
|
"How about sending your first message to a friend?": "Et si vous envoyiez votre premier message à un ami ?",
|
|
31
|
-
"Instant Commands": "",
|
|
31
|
+
"Instant Commands": "Commandes Instantanées",
|
|
32
32
|
"Let's start chatting!": "Commençons à discuter !",
|
|
33
33
|
"Links are disabled": "Links are disabled",
|
|
34
34
|
"Loading channels...": "Chargement des canaux...",
|
|
@@ -37,35 +37,35 @@
|
|
|
37
37
|
"Maximum file size upload limit reached. Please upload a file below {{MAX_FILE_SIZE_TO_UPLOAD_IN_MB}} MB.": "Taille maximale de téléchargement de fichier atteinte. Veuillez télécharger un fichier inférieur à {{MAX_FILE_SIZE_TO_UPLOAD_IN_MB}} Mo.",
|
|
38
38
|
"Message Reactions": "",
|
|
39
39
|
"Message deleted": "Message supprimé",
|
|
40
|
-
"Message flagged": "
|
|
41
|
-
"Mute User": "
|
|
40
|
+
"Message flagged": "",
|
|
41
|
+
"Mute User": "",
|
|
42
42
|
"Not supported": "Non pris en charge",
|
|
43
43
|
"Nothing yet...": "Aucun message...",
|
|
44
|
-
"Ok": "
|
|
44
|
+
"Ok": "",
|
|
45
45
|
"Only visible to you": "Seulement visible par vous",
|
|
46
46
|
"Open Settings": "",
|
|
47
47
|
"Photo": "Photo",
|
|
48
48
|
"Photos and Videos": "",
|
|
49
|
-
"Pin to Conversation": "
|
|
49
|
+
"Pin to Conversation": "",
|
|
50
50
|
"Pinned by": "Épinglé par",
|
|
51
51
|
"Please enable access to your photos and videos so you can share them.": "",
|
|
52
52
|
"Please select a channel first": "Veuillez d'abord selectionnez un canal",
|
|
53
53
|
"Reconnecting...": "Se Reconnecter...",
|
|
54
|
-
"Reply": "
|
|
55
|
-
"Reply to Message": "",
|
|
56
|
-
"Resend": "
|
|
54
|
+
"Reply": "",
|
|
55
|
+
"Reply to Message": "Répondre au message",
|
|
56
|
+
"Resend": "",
|
|
57
57
|
"Search GIFs": "",
|
|
58
58
|
"Select More Photos": "",
|
|
59
59
|
"Send Anyway": "Envoyer quand même",
|
|
60
60
|
"Send a message": "",
|
|
61
61
|
"Sending links is not allowed in this conversation": "Sending links is not allowed in this conversation",
|
|
62
62
|
"Slow mode ON": "",
|
|
63
|
-
"The message has been reported to a moderator.": "
|
|
64
|
-
"Thread Reply": "
|
|
65
|
-
"Unblock User": "
|
|
63
|
+
"The message has been reported to a moderator.": "",
|
|
64
|
+
"Thread Reply": "",
|
|
65
|
+
"Unblock User": "",
|
|
66
66
|
"Unknown User": "",
|
|
67
|
-
"Unmute User": "
|
|
68
|
-
"Unpin from Conversation": "
|
|
67
|
+
"Unmute User": "",
|
|
68
|
+
"Unpin from Conversation": "",
|
|
69
69
|
"Unread Messages": "Messages non lus",
|
|
70
70
|
"Video": "Vidéo",
|
|
71
71
|
"You": "Toi",
|
package/src/i18n/he.json
CHANGED
|
@@ -3,32 +3,32 @@
|
|
|
3
3
|
"1 Thread Reply": "תגובה אחת לשרשור",
|
|
4
4
|
"Allow access to your Gallery": "",
|
|
5
5
|
"Allow camera access in device settings": "",
|
|
6
|
-
"Also send to channel": "",
|
|
7
|
-
"Are you sure you want to permanently delete this message?": "
|
|
6
|
+
"Also send to channel": "שלח/י הודעה לשיחה",
|
|
7
|
+
"Are you sure you want to permanently delete this message?": "",
|
|
8
8
|
"Are you sure?": "האם אתה בטוח?",
|
|
9
|
-
"Block User": "
|
|
10
|
-
"Cancel": "
|
|
11
|
-
"Cannot Flag Message": "
|
|
9
|
+
"Block User": "",
|
|
10
|
+
"Cancel": "",
|
|
11
|
+
"Cannot Flag Message": "",
|
|
12
12
|
"Consider how your comment might make others feel and be sure to follow our Community Guidelines": "שקול איך התגובה שלך עשויה להשפיע על אחרים ווודא שאתה עוקב אחר ההנחיות של הקהילה שלנו",
|
|
13
|
-
"Copy Message": "
|
|
14
|
-
"Delete": "
|
|
15
|
-
"Delete Message": "
|
|
13
|
+
"Copy Message": "",
|
|
14
|
+
"Delete": "",
|
|
15
|
+
"Delete Message": "",
|
|
16
16
|
"Device camera is used to take photos or videos.": "",
|
|
17
|
-
"Do you want to send a copy of this message to a moderator for further investigation?": "
|
|
18
|
-
"Edit Message": "
|
|
19
|
-
"Editing Message": "",
|
|
20
|
-
"Emoji matching": "",
|
|
17
|
+
"Do you want to send a copy of this message to a moderator for further investigation?": "",
|
|
18
|
+
"Edit Message": "",
|
|
19
|
+
"Editing Message": "הודעה בעריכה",
|
|
20
|
+
"Emoji matching": "התאמת אמוג'י",
|
|
21
21
|
"Empty message...": "הודעה ריקה...",
|
|
22
22
|
"Error loading": "שגיאה ארעה בעת הטעינה",
|
|
23
23
|
"Error loading channel list...": "שגיאה ארעה בטעינת השיחות...",
|
|
24
24
|
"Error loading messages for this channel...": "שגיאה ארעה בטעינת הודעות עבור שיחה זאת...",
|
|
25
25
|
"Error while loading, please reload/refresh": "שגיאה ארעה בזמן הטעינה, אנא טען מחדש/רענן",
|
|
26
26
|
"File type not supported": "סוג הקובץ אינו נתמך",
|
|
27
|
-
"Flag": "
|
|
28
|
-
"Flag Message": "
|
|
29
|
-
"Flag action failed either due to a network issue or the message is already flagged": "
|
|
27
|
+
"Flag": "",
|
|
28
|
+
"Flag Message": "",
|
|
29
|
+
"Flag action failed either due to a network issue or the message is already flagged": "",
|
|
30
30
|
"How about sending your first message to a friend?": "מה דעתך לשלוח את ההודעה הראשונה שלך לחבר?",
|
|
31
|
-
"Instant Commands": "",
|
|
31
|
+
"Instant Commands": "פעולות מיידיות",
|
|
32
32
|
"Let's start chatting!": "בואו נתחיל לשוחח!",
|
|
33
33
|
"Links are disabled": "הקישורים מבוטלים",
|
|
34
34
|
"Loading channels...": "השיחות בטעינה...",
|
|
@@ -37,35 +37,35 @@
|
|
|
37
37
|
"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",
|
|
38
38
|
"Message Reactions": "",
|
|
39
39
|
"Message deleted": "ההודעה נמחקה",
|
|
40
|
-
"Message flagged": "
|
|
41
|
-
"Mute User": "
|
|
40
|
+
"Message flagged": "",
|
|
41
|
+
"Mute User": "",
|
|
42
42
|
"Not supported": "לא נתמך",
|
|
43
43
|
"Nothing yet...": "אינפורמציה תתקבל בהמשך...",
|
|
44
|
-
"Ok": "
|
|
44
|
+
"Ok": "",
|
|
45
45
|
"Only visible to you": "גלוי רק לך",
|
|
46
46
|
"Open Settings": "",
|
|
47
47
|
"Photo": "תמונה",
|
|
48
48
|
"Photos and Videos": "",
|
|
49
|
-
"Pin to Conversation": "
|
|
49
|
+
"Pin to Conversation": "",
|
|
50
50
|
"Pinned by": " - הוצמד לשיחה",
|
|
51
51
|
"Please enable access to your photos and videos so you can share them.": "",
|
|
52
52
|
"Please select a channel first": "אנא בחר/י שיחה תחילה",
|
|
53
53
|
"Reconnecting...": "מתחבר מחדש...",
|
|
54
|
-
"Reply": "
|
|
55
|
-
"Reply to Message": "",
|
|
56
|
-
"Resend": "
|
|
54
|
+
"Reply": "",
|
|
55
|
+
"Reply to Message": "השב/י להודעה",
|
|
56
|
+
"Resend": "",
|
|
57
57
|
"Search GIFs": "",
|
|
58
58
|
"Select More Photos": "",
|
|
59
59
|
"Send Anyway": "שלח בכל זאת",
|
|
60
60
|
"Send a message": "",
|
|
61
61
|
"Sending links is not allowed in this conversation": "שליחת קישורים אינה מותרת בשיחה זו",
|
|
62
62
|
"Slow mode ON": "",
|
|
63
|
-
"The message has been reported to a moderator.": "
|
|
64
|
-
"Thread Reply": "
|
|
65
|
-
"Unblock User": "
|
|
63
|
+
"The message has been reported to a moderator.": "",
|
|
64
|
+
"Thread Reply": "",
|
|
65
|
+
"Unblock User": "",
|
|
66
66
|
"Unknown User": "",
|
|
67
|
-
"Unmute User": "
|
|
68
|
-
"Unpin from Conversation": "
|
|
67
|
+
"Unmute User": "",
|
|
68
|
+
"Unpin from Conversation": "",
|
|
69
69
|
"Unread Messages": "הודעות שטרם נקרו",
|
|
70
70
|
"Video": "וִידֵאוֹ",
|
|
71
71
|
"You": "את/ה",
|