stream-chat-react-native-core 5.26.0-beta.4 → 5.26.0-beta.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (69) hide show
  1. package/lib/commonjs/components/ChannelPreview/ChannelPreviewMessenger.js +2 -0
  2. package/lib/commonjs/components/ChannelPreview/ChannelPreviewMessenger.js.map +1 -1
  3. package/lib/commonjs/components/ChannelPreview/ChannelPreviewTitle.js +1 -1
  4. package/lib/commonjs/components/ChannelPreview/ChannelPreviewTitle.js.map +1 -1
  5. package/lib/commonjs/components/ChannelPreview/ChannelPreviewUnreadCount.js +2 -2
  6. package/lib/commonjs/components/ChannelPreview/ChannelPreviewUnreadCount.js.map +1 -1
  7. package/lib/commonjs/contexts/channelsContext/ChannelsContext.js.map +1 -1
  8. package/lib/commonjs/i18n/es.json +24 -24
  9. package/lib/commonjs/i18n/fr.json +24 -24
  10. package/lib/commonjs/i18n/he.json +24 -24
  11. package/lib/commonjs/i18n/hi.json +24 -24
  12. package/lib/commonjs/i18n/it.json +24 -24
  13. package/lib/commonjs/i18n/ja.json +24 -24
  14. package/lib/commonjs/i18n/ko.json +24 -24
  15. package/lib/commonjs/i18n/nl.json +24 -24
  16. package/lib/commonjs/i18n/pt-BR.json +24 -24
  17. package/lib/commonjs/i18n/ru.json +24 -24
  18. package/lib/commonjs/i18n/tr.json +24 -24
  19. package/lib/commonjs/version.json +1 -1
  20. package/lib/module/components/ChannelPreview/ChannelPreviewMessenger.js +2 -0
  21. package/lib/module/components/ChannelPreview/ChannelPreviewMessenger.js.map +1 -1
  22. package/lib/module/components/ChannelPreview/ChannelPreviewTitle.js +1 -1
  23. package/lib/module/components/ChannelPreview/ChannelPreviewTitle.js.map +1 -1
  24. package/lib/module/components/ChannelPreview/ChannelPreviewUnreadCount.js +2 -2
  25. package/lib/module/components/ChannelPreview/ChannelPreviewUnreadCount.js.map +1 -1
  26. package/lib/module/contexts/channelsContext/ChannelsContext.js.map +1 -1
  27. package/lib/module/i18n/es.json +24 -24
  28. package/lib/module/i18n/fr.json +24 -24
  29. package/lib/module/i18n/he.json +24 -24
  30. package/lib/module/i18n/hi.json +24 -24
  31. package/lib/module/i18n/it.json +24 -24
  32. package/lib/module/i18n/ja.json +24 -24
  33. package/lib/module/i18n/ko.json +24 -24
  34. package/lib/module/i18n/nl.json +24 -24
  35. package/lib/module/i18n/pt-BR.json +24 -24
  36. package/lib/module/i18n/ru.json +24 -24
  37. package/lib/module/i18n/tr.json +24 -24
  38. package/lib/module/version.json +1 -1
  39. package/lib/typescript/components/ChannelPreview/ChannelPreviewTitle.d.ts +4 -2
  40. package/lib/typescript/components/ChannelPreview/ChannelPreviewUnreadCount.d.ts +2 -1
  41. package/lib/typescript/contexts/channelsContext/ChannelsContext.d.ts +1 -1
  42. package/lib/typescript/i18n/es.json +24 -24
  43. package/lib/typescript/i18n/fr.json +24 -24
  44. package/lib/typescript/i18n/he.json +24 -24
  45. package/lib/typescript/i18n/hi.json +24 -24
  46. package/lib/typescript/i18n/it.json +24 -24
  47. package/lib/typescript/i18n/ja.json +24 -24
  48. package/lib/typescript/i18n/ko.json +24 -24
  49. package/lib/typescript/i18n/nl.json +24 -24
  50. package/lib/typescript/i18n/pt-BR.json +24 -24
  51. package/lib/typescript/i18n/ru.json +24 -24
  52. package/lib/typescript/i18n/tr.json +24 -24
  53. package/package.json +1 -1
  54. package/src/components/ChannelPreview/ChannelPreviewMessenger.tsx +2 -2
  55. package/src/components/ChannelPreview/ChannelPreviewTitle.tsx +11 -2
  56. package/src/components/ChannelPreview/ChannelPreviewUnreadCount.tsx +9 -6
  57. package/src/contexts/channelsContext/ChannelsContext.tsx +1 -1
  58. package/src/i18n/es.json +24 -24
  59. package/src/i18n/fr.json +24 -24
  60. package/src/i18n/he.json +24 -24
  61. package/src/i18n/hi.json +24 -24
  62. package/src/i18n/it.json +24 -24
  63. package/src/i18n/ja.json +24 -24
  64. package/src/i18n/ko.json +24 -24
  65. package/src/i18n/nl.json +24 -24
  66. package/src/i18n/pt-BR.json +24 -24
  67. package/src/i18n/ru.json +24 -24
  68. package/src/i18n/tr.json +24 -24
  69. package/src/version.json +1 -1
@@ -1,8 +1,8 @@
1
1
  {
2
- "1 Reply": "1 Resposta",
2
+ "1 Reply": "",
3
3
  "1 Thread Reply": "",
4
- "Allow access to your Gallery": "Permitir acesso à sua Galeria",
5
- "Allow camera access in device settings": "Permitir acesso à câmera nas configurações do dispositivo",
4
+ "Allow access to your Gallery": "",
5
+ "Allow camera access in device settings": "",
6
6
  "Also send to channel": "",
7
7
  "Are you sure you want to permanently delete this message?": "",
8
8
  "Are you sure?": "",
@@ -13,17 +13,17 @@
13
13
  "Copy Message": "",
14
14
  "Delete": "",
15
15
  "Delete Message": "",
16
- "Device camera is used to take photos or videos.": "A câmera do dispositivo é usada para tirar fotos ou vídeos.",
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": "Editando Mensagem",
19
+ "Editing Message": "",
20
20
  "Emoji matching": "Correspondência de Emoji",
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
- "File type not supported": "Tipo de arquivo não suportado",
26
+ "File type not supported": "",
27
27
  "Flag": "",
28
28
  "Flag Message": "",
29
29
  "Flag action failed either due to a network issue or the message is already flagged": "",
@@ -35,45 +35,45 @@
35
35
  "Loading messages...": "",
36
36
  "Loading...": "",
37
37
  "Maximum file size upload limit reached. Please upload a file below {{MAX_FILE_SIZE_TO_UPLOAD_IN_MB}} MB.": "",
38
- "Message Reactions": "",
38
+ "Message Reactions": "Reações à Mensagem",
39
39
  "Message deleted": "",
40
40
  "Message flagged": "",
41
41
  "Mute User": "",
42
42
  "Not supported": "",
43
43
  "Nothing yet...": "",
44
44
  "Ok": "",
45
- "Only visible to you": "",
46
- "Open Settings": "Abrir Configurações",
47
- "Photo": "Foto",
48
- "Photos and Videos": "Fotos e Vídeos",
45
+ "Only visible to you": "Apenas visível para você",
46
+ "Open Settings": "",
47
+ "Photo": "",
48
+ "Photos and Videos": "",
49
49
  "Pin to Conversation": "",
50
- "Pinned by": "",
51
- "Please enable access to your photos and videos so you can share them.": "Por favor, habilite o acesso às suas fotos e vídeos para poder compartilhá-los.",
50
+ "Pinned by": "Fixado por",
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
54
  "Reply": "",
55
- "Reply to Message": "Responder à Mensagem",
55
+ "Reply to Message": "",
56
56
  "Resend": "",
57
- "Search GIFs": "Pesquisar GIFs",
58
- "Select More Photos": "Selecionar Mais Fotos",
57
+ "Search GIFs": "",
58
+ "Select More Photos": "",
59
59
  "Send Anyway": "",
60
- "Send a message": "Enviar uma mensagem",
60
+ "Send a message": "",
61
61
  "Sending links is not allowed in this conversation": "",
62
- "Slow mode ON": "Modo Lento ATIVADO",
62
+ "Slow mode ON": "",
63
63
  "The message has been reported to a moderator.": "",
64
64
  "Thread Reply": "",
65
65
  "Unblock User": "",
66
- "Unknown User": "Usuário Desconhecido",
66
+ "Unknown User": "",
67
67
  "Unmute User": "",
68
68
  "Unpin from Conversation": "",
69
69
  "Unread Messages": "",
70
- "Video": "Vídeo",
70
+ "Video": "",
71
71
  "You": "",
72
72
  "You can't send messages in this channel": "",
73
- "{{ firstUser }} and {{ nonSelfUserLength }} more are typing": "",
74
- "{{ index }} of {{ photoLength }}": "{{ index }} de {{ photoLength }}",
75
- "{{ replyCount }} Replies": "{{ replyCount }} Respostas",
73
+ "{{ firstUser }} and {{ nonSelfUserLength }} more are typing": "{{ firstUser }} e mais {{ nonSelfUserLength }} pessoa(s) estão digitando",
74
+ "{{ index }} of {{ photoLength }}": "",
75
+ "{{ replyCount }} Replies": "",
76
76
  "{{ replyCount }} Thread Replies": "",
77
- "{{ user }} is typing": "",
77
+ "{{ user }} is typing": "{{ user }} está digitando",
78
78
  "🏙 Attachment...": ""
79
79
  }
@@ -1,8 +1,8 @@
1
1
  {
2
- "1 Reply": "1 Ответ",
2
+ "1 Reply": "",
3
3
  "1 Thread Reply": "",
4
- "Allow access to your Gallery": "Разрешить доступ к вашей галерее",
5
- "Allow camera access in device settings": "Разрешите доступ к камере в настройках устройства.",
4
+ "Allow access to your Gallery": "",
5
+ "Allow camera access in device settings": "",
6
6
  "Also send to channel": "",
7
7
  "Are you sure you want to permanently delete this message?": "",
8
8
  "Are you sure?": "",
@@ -13,17 +13,17 @@
13
13
  "Copy Message": "",
14
14
  "Delete": "",
15
15
  "Delete Message": "",
16
- "Device camera is used to take photos or videos.": "Камера устройства используется для съемки фотографий или видео.",
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": "Редактирование сообщения",
19
+ "Editing Message": "",
20
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
- "File type not supported": "Тип файла не поддерживается",
26
+ "File type not supported": "",
27
27
  "Flag": "",
28
28
  "Flag Message": "",
29
29
  "Flag action failed either due to a network issue or the message is already flagged": "",
@@ -35,45 +35,45 @@
35
35
  "Loading messages...": "",
36
36
  "Loading...": "",
37
37
  "Maximum file size upload limit reached. Please upload a file below {{MAX_FILE_SIZE_TO_UPLOAD_IN_MB}} MB.": "",
38
- "Message Reactions": "",
38
+ "Message Reactions": "Сообщения Реакции",
39
39
  "Message deleted": "",
40
40
  "Message flagged": "",
41
41
  "Mute User": "",
42
42
  "Not supported": "",
43
43
  "Nothing yet...": "",
44
44
  "Ok": "",
45
- "Only visible to you": "",
46
- "Open Settings": "Открыть настройки",
47
- "Photo": "Фото",
48
- "Photos and Videos": "Фото и видео",
45
+ "Only visible to you": "Видно только вам",
46
+ "Open Settings": "",
47
+ "Photo": "",
48
+ "Photos and Videos": "",
49
49
  "Pin to Conversation": "",
50
- "Pinned by": "",
51
- "Please enable access to your photos and videos so you can share them.": "Разрешите доступ к своим фотографиям и видео, чтобы вы могли ими поделиться.",
50
+ "Pinned by": "Закреплено пользователем",
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
54
  "Reply": "",
55
- "Reply to Message": "Ответить на сообщение",
55
+ "Reply to Message": "",
56
56
  "Resend": "",
57
- "Search GIFs": "Поиск GIF",
58
- "Select More Photos": "Выбрать больше фотографий",
57
+ "Search GIFs": "",
58
+ "Select More Photos": "",
59
59
  "Send Anyway": "",
60
- "Send a message": "Отправить сообщение",
60
+ "Send a message": "",
61
61
  "Sending links is not allowed in this conversation": "",
62
- "Slow mode ON": "Медленный режим включен",
62
+ "Slow mode ON": "",
63
63
  "The message has been reported to a moderator.": "",
64
64
  "Thread Reply": "",
65
65
  "Unblock User": "",
66
- "Unknown User": "Неизвестный пользователь",
66
+ "Unknown User": "",
67
67
  "Unmute User": "",
68
68
  "Unpin from Conversation": "",
69
69
  "Unread Messages": "",
70
- "Video": "видео",
70
+ "Video": "",
71
71
  "You": "",
72
72
  "You can't send messages in this channel": "",
73
- "{{ firstUser }} and {{ nonSelfUserLength }} more are typing": "",
74
- "{{ index }} of {{ photoLength }}": "{{ index }} из {{ photoLength }}",
75
- "{{ replyCount }} Replies": "{{ replyCount }} Ответов",
73
+ "{{ firstUser }} and {{ nonSelfUserLength }} more are typing": "{{ firstUser }} и еще {{ nonSelfUserLength }} пишут",
74
+ "{{ index }} of {{ photoLength }}": "",
75
+ "{{ replyCount }} Replies": "",
76
76
  "{{ replyCount }} Thread Replies": "",
77
- "{{ user }} is typing": "",
77
+ "{{ user }} is typing": "{{ user }} пишет",
78
78
  "🏙 Attachment...": ""
79
79
  }
@@ -1,8 +1,8 @@
1
1
  {
2
- "1 Reply": "1 Cevap",
2
+ "1 Reply": "",
3
3
  "1 Thread Reply": "",
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",
4
+ "Allow access to your Gallery": "",
5
+ "Allow camera access in device settings": "",
6
6
  "Also send to channel": "",
7
7
  "Are you sure you want to permanently delete this message?": "",
8
8
  "Are you sure?": "",
@@ -13,17 +13,17 @@
13
13
  "Copy Message": "",
14
14
  "Delete": "",
15
15
  "Delete Message": "",
16
- "Device camera is used to take photos or videos.": "Cihaz kamerası fotoğraf veya video çekmek için kullanılır.",
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": "Mesaj Düzenleniyor",
19
+ "Editing Message": "",
20
20
  "Emoji matching": "Emoji eşleştirme",
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
- "File type not supported": "Dosya türü desteklenmiyor",
26
+ "File type not supported": "",
27
27
  "Flag": "",
28
28
  "Flag Message": "",
29
29
  "Flag action failed either due to a network issue or the message is already flagged": "",
@@ -35,45 +35,45 @@
35
35
  "Loading messages...": "",
36
36
  "Loading...": "",
37
37
  "Maximum file size upload limit reached. Please upload a file below {{MAX_FILE_SIZE_TO_UPLOAD_IN_MB}} MB.": "",
38
- "Message Reactions": "",
38
+ "Message Reactions": "Mesaj Tepkileri",
39
39
  "Message deleted": "",
40
40
  "Message flagged": "",
41
41
  "Mute User": "",
42
42
  "Not supported": "",
43
43
  "Nothing yet...": "",
44
44
  "Ok": "",
45
- "Only visible to you": "",
46
- "Open Settings": "Ayarları aç",
47
- "Photo": "Fotoğraf",
48
- "Photos and Videos": "Fotoğraflar ve Videolar",
45
+ "Only visible to you": "Sadece siz görebilirsiniz",
46
+ "Open Settings": "",
47
+ "Photo": "",
48
+ "Photos and Videos": "",
49
49
  "Pin to Conversation": "",
50
- "Pinned by": "",
51
- "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.",
50
+ "Pinned by": "Tarafından sabitlendi",
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
54
  "Reply": "",
55
- "Reply to Message": "Mesajı Yanıtla",
55
+ "Reply to Message": "",
56
56
  "Resend": "",
57
- "Search GIFs": "GIF Ara",
58
- "Select More Photos": "Daha Fazla Fotoğraf Seçin",
57
+ "Search GIFs": "",
58
+ "Select More Photos": "",
59
59
  "Send Anyway": "",
60
- "Send a message": "Mesaj gönder",
60
+ "Send a message": "",
61
61
  "Sending links is not allowed in this conversation": "",
62
- "Slow mode ON": "Yavaş Mod Açık",
62
+ "Slow mode ON": "",
63
63
  "The message has been reported to a moderator.": "",
64
64
  "Thread Reply": "",
65
65
  "Unblock User": "",
66
- "Unknown User": "Bilinmeyen kullanıcı",
66
+ "Unknown User": "",
67
67
  "Unmute User": "",
68
68
  "Unpin from Conversation": "",
69
69
  "Unread Messages": "",
70
- "Video": "Video",
70
+ "Video": "",
71
71
  "You": "",
72
72
  "You can't send messages in this channel": "",
73
- "{{ firstUser }} and {{ nonSelfUserLength }} more are typing": "",
74
- "{{ index }} of {{ photoLength }}": "{{ index }} / {{ photoLength }}",
75
- "{{ replyCount }} Replies": "{{ replyCount }} Cevap",
73
+ "{{ firstUser }} and {{ nonSelfUserLength }} more are typing": "{{ firstUser }} ve {{ nonSelfUserLength }} kişi daha yazıyor",
74
+ "{{ index }} of {{ photoLength }}": "",
75
+ "{{ replyCount }} Replies": "",
76
76
  "{{ replyCount }} Thread Replies": "",
77
- "{{ user }} is typing": "",
77
+ "{{ user }} is typing": "{{ user }} yazıyor",
78
78
  "🏙 Attachment...": ""
79
79
  }
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.26.0-beta.4",
4
+ "version": "5.26.0-beta.5",
5
5
  "author": {
6
6
  "company": "Stream.io Inc",
7
7
  "name": "Stream.io Inc"
@@ -165,10 +165,10 @@ const ChannelPreviewMessengerWithContext = <
165
165
  testID={`channel-preview-content-${channel.id}`}
166
166
  >
167
167
  <View style={[styles.row, row]}>
168
- <PreviewTitle displayName={displayName} />
168
+ <PreviewTitle channel={channel} displayName={displayName} />
169
169
  <View style={[styles.statusContainer, row]}>
170
170
  {isChannelMuted && <PreviewMutedStatus />}
171
- <PreviewUnreadCount maxUnreadCount={maxUnreadCount} unread={unread} />
171
+ <PreviewUnreadCount channel={channel} maxUnreadCount={maxUnreadCount} unread={unread} />
172
172
  </View>
173
173
  </View>
174
174
  <View style={[styles.row, row]}>
@@ -1,20 +1,29 @@
1
1
  import React from 'react';
2
2
  import { StyleSheet, Text } from 'react-native';
3
3
 
4
+ import type { ChannelPreviewProps } from './ChannelPreview';
5
+
4
6
  import { useTheme } from '../../contexts/themeContext/ThemeContext';
7
+ import type { DefaultStreamChatGenerics } from '../../types/types';
5
8
 
6
9
  const styles = StyleSheet.create({
7
10
  title: { fontSize: 14, fontWeight: '700' },
8
11
  });
9
12
 
10
- export type ChannelPreviewTitleProps = {
13
+ export type ChannelPreviewTitleProps<
14
+ StreamChatGenerics extends DefaultStreamChatGenerics = DefaultStreamChatGenerics,
15
+ > = Pick<ChannelPreviewProps<StreamChatGenerics>, 'channel'> & {
11
16
  /**
12
17
  * Formatted name for the previewed channel.
13
18
  */
14
19
  displayName: string;
15
20
  };
16
21
 
17
- export const ChannelPreviewTitle = (props: ChannelPreviewTitleProps) => {
22
+ export const ChannelPreviewTitle = <
23
+ StreamChatGenerics extends DefaultStreamChatGenerics = DefaultStreamChatGenerics,
24
+ >(
25
+ props: ChannelPreviewTitleProps<StreamChatGenerics>,
26
+ ) => {
18
27
  const { displayName } = props;
19
28
  const {
20
29
  theme: {
@@ -1,6 +1,8 @@
1
1
  import React from 'react';
2
2
  import { StyleSheet, Text, View } from 'react-native';
3
3
 
4
+ import { ChannelPreviewProps } from './ChannelPreview';
5
+
4
6
  import type { ChannelsContextValue } from '../../contexts/channelsContext/ChannelsContext';
5
7
  import { useTheme } from '../../contexts/themeContext/ThemeContext';
6
8
 
@@ -8,12 +10,13 @@ import type { DefaultStreamChatGenerics } from '../../types/types';
8
10
 
9
11
  export type ChannelPreviewUnreadCountProps<
10
12
  StreamChatGenerics extends DefaultStreamChatGenerics = DefaultStreamChatGenerics,
11
- > = Pick<ChannelsContextValue<StreamChatGenerics>, 'maxUnreadCount'> & {
12
- /**
13
- * Number of unread messages on the channel
14
- */
15
- unread?: number;
16
- };
13
+ > = Pick<ChannelsContextValue<StreamChatGenerics>, 'maxUnreadCount'> &
14
+ Pick<ChannelPreviewProps<StreamChatGenerics>, 'channel'> & {
15
+ /**
16
+ * Number of unread messages on the channel
17
+ */
18
+ unread?: number;
19
+ };
17
20
 
18
21
  export const ChannelPreviewUnreadCount = <
19
22
  StreamChatGenerics extends DefaultStreamChatGenerics = DefaultStreamChatGenerics,
@@ -199,7 +199,7 @@ export type ChannelsContextValue<
199
199
  *
200
200
  * **Default** [ChannelPreviewTitle](https://github.com/GetStream/stream-chat-react-native/blob/main/package/src/components/ChannelPreview/ChannelPreviewTitle.tsx)
201
201
  */
202
- PreviewTitle?: React.ComponentType<ChannelPreviewTitleProps>;
202
+ PreviewTitle?: React.ComponentType<ChannelPreviewTitleProps<StreamChatGenerics>>;
203
203
  /**
204
204
  * Custom UI component to render preview avatar.
205
205
  *
package/src/i18n/es.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
- "1 Reply": "1 respuesta",
2
+ "1 Reply": "",
3
3
  "1 Thread Reply": "",
4
- "Allow access to your Gallery": "Permitir acceso a tu galería",
5
- "Allow camera access in device settings": "Permitir el acceso a la cámara en la configuración del dispositivo",
4
+ "Allow access to your Gallery": "",
5
+ "Allow camera access in device settings": "",
6
6
  "Also send to channel": "",
7
7
  "Are you sure you want to permanently delete this message?": "",
8
8
  "Are you sure?": "",
@@ -13,17 +13,17 @@
13
13
  "Copy Message": "",
14
14
  "Delete": "",
15
15
  "Delete Message": "",
16
- "Device camera is used to take photos or videos.": "La cámara del dispositivo se utiliza para tomar fotografías o vídeos.",
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": "Editando mensaje",
19
+ "Editing Message": "",
20
20
  "Emoji matching": "Coincidencia de emoji",
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
- "File type not supported": "Tipo de archivo no admitido",
26
+ "File type not supported": "",
27
27
  "Flag": "",
28
28
  "Flag Message": "",
29
29
  "Flag action failed either due to a network issue or the message is already flagged": "",
@@ -35,45 +35,45 @@
35
35
  "Loading messages...": "",
36
36
  "Loading...": "",
37
37
  "Maximum file size upload limit reached. Please upload a file below {{MAX_FILE_SIZE_TO_UPLOAD_IN_MB}} MB.": "",
38
- "Message Reactions": "",
38
+ "Message Reactions": "Reacciones al mensaje",
39
39
  "Message deleted": "",
40
40
  "Message flagged": "",
41
41
  "Mute User": "",
42
42
  "Not supported": "",
43
43
  "Nothing yet...": "",
44
44
  "Ok": "",
45
- "Only visible to you": "",
46
- "Open Settings": "Configuración abierta",
47
- "Photo": "Foto",
48
- "Photos and Videos": "Fotos y videos",
45
+ "Only visible to you": "Solo visible para ti",
46
+ "Open Settings": "",
47
+ "Photo": "",
48
+ "Photos and Videos": "",
49
49
  "Pin to Conversation": "",
50
- "Pinned by": "",
51
- "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.",
50
+ "Pinned by": "Fijado por",
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
54
  "Reply": "",
55
- "Reply to Message": "Responder al mensaje",
55
+ "Reply to Message": "",
56
56
  "Resend": "",
57
- "Search GIFs": "Buscar GIFs",
58
- "Select More Photos": "Seleccionar más fotos",
57
+ "Search GIFs": "",
58
+ "Select More Photos": "",
59
59
  "Send Anyway": "",
60
- "Send a message": "Enviar un mensaje",
60
+ "Send a message": "",
61
61
  "Sending links is not allowed in this conversation": "",
62
- "Slow mode ON": "Modo lento ACTIVADO",
62
+ "Slow mode ON": "",
63
63
  "The message has been reported to a moderator.": "",
64
64
  "Thread Reply": "",
65
65
  "Unblock User": "",
66
- "Unknown User": "Usuario desconocido",
66
+ "Unknown User": "",
67
67
  "Unmute User": "",
68
68
  "Unpin from Conversation": "",
69
69
  "Unread Messages": "",
70
- "Video": "Video",
70
+ "Video": "",
71
71
  "You": "",
72
72
  "You can't send messages in this channel": "",
73
- "{{ firstUser }} and {{ nonSelfUserLength }} more are typing": "",
74
- "{{ index }} of {{ photoLength }}": "{{ index }} de {{ photoLength }}",
75
- "{{ replyCount }} Replies": "{{ replyCount }} Respuestas",
73
+ "{{ firstUser }} and {{ nonSelfUserLength }} more are typing": "{{ firstUser }} y {{ nonSelfUserLength }} más están escribiendo",
74
+ "{{ index }} of {{ photoLength }}": "",
75
+ "{{ replyCount }} Replies": "",
76
76
  "{{ replyCount }} Thread Replies": "",
77
- "{{ user }} is typing": "",
77
+ "{{ user }} is typing": "{{ user }} está escribiendo",
78
78
  "🏙 Attachment...": ""
79
79
  }
package/src/i18n/fr.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
- "1 Reply": "1 Réponse",
2
+ "1 Reply": "",
3
3
  "1 Thread Reply": "",
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",
4
+ "Allow access to your Gallery": "",
5
+ "Allow camera access in device settings": "",
6
6
  "Also send to channel": "",
7
7
  "Are you sure you want to permanently delete this message?": "",
8
8
  "Are you sure?": "",
@@ -13,17 +13,17 @@
13
13
  "Copy Message": "",
14
14
  "Delete": "",
15
15
  "Delete Message": "",
16
- "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.",
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": "Édite un message",
19
+ "Editing Message": "",
20
20
  "Emoji matching": "Correspondance Emoji",
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
- "File type not supported": "Le type de fichier n'est pas pris en charge",
26
+ "File type not supported": "",
27
27
  "Flag": "",
28
28
  "Flag Message": "",
29
29
  "Flag action failed either due to a network issue or the message is already flagged": "",
@@ -35,45 +35,45 @@
35
35
  "Loading messages...": "",
36
36
  "Loading...": "",
37
37
  "Maximum file size upload limit reached. Please upload a file below {{MAX_FILE_SIZE_TO_UPLOAD_IN_MB}} MB.": "",
38
- "Message Reactions": "",
38
+ "Message Reactions": "Réactions aux messages",
39
39
  "Message deleted": "",
40
40
  "Message flagged": "",
41
41
  "Mute User": "",
42
42
  "Not supported": "",
43
43
  "Nothing yet...": "",
44
44
  "Ok": "",
45
- "Only visible to you": "",
46
- "Open Settings": "Ouvrir les paramètres",
47
- "Photo": "Photo",
48
- "Photos and Videos": "Photos et vidéos",
45
+ "Only visible to you": "Seulement visible par vous",
46
+ "Open Settings": "",
47
+ "Photo": "",
48
+ "Photos and Videos": "",
49
49
  "Pin to Conversation": "",
50
- "Pinned by": "",
51
- "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.",
50
+ "Pinned by": "Épinglé par",
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
54
  "Reply": "",
55
- "Reply to Message": "Répondre au message",
55
+ "Reply to Message": "",
56
56
  "Resend": "",
57
- "Search GIFs": "Rechercher des GIF",
58
- "Select More Photos": "Sélectionner plus de photos",
57
+ "Search GIFs": "",
58
+ "Select More Photos": "",
59
59
  "Send Anyway": "",
60
- "Send a message": "Envoyer un message",
60
+ "Send a message": "",
61
61
  "Sending links is not allowed in this conversation": "",
62
- "Slow mode ON": "Mode lent activé",
62
+ "Slow mode ON": "",
63
63
  "The message has been reported to a moderator.": "",
64
64
  "Thread Reply": "",
65
65
  "Unblock User": "",
66
- "Unknown User": "Utilisateur inconnu",
66
+ "Unknown User": "",
67
67
  "Unmute User": "",
68
68
  "Unpin from Conversation": "",
69
69
  "Unread Messages": "",
70
- "Video": "Vidéo",
70
+ "Video": "",
71
71
  "You": "",
72
72
  "You can't send messages in this channel": "",
73
- "{{ firstUser }} and {{ nonSelfUserLength }} more are typing": "",
74
- "{{ index }} of {{ photoLength }}": "{{ index }} sur {{ photoLength }}",
75
- "{{ replyCount }} Replies": "{{ replyCount }} Réponses",
73
+ "{{ firstUser }} and {{ nonSelfUserLength }} more are typing": "{{ firstUser }} et {{ nonSelfUserLength }} autres sont en train d'écrire",
74
+ "{{ index }} of {{ photoLength }}": "",
75
+ "{{ replyCount }} Replies": "",
76
76
  "{{ replyCount }} Thread Replies": "",
77
- "{{ user }} is typing": "",
77
+ "{{ user }} is typing": "{{ user }} est en train d'écrire",
78
78
  "🏙 Attachment...": ""
79
79
  }