stream-chat-react-native-core 5.28.0-beta.6 → 5.28.1-beta.1

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 (56) hide show
  1. package/lib/commonjs/components/ImageGallery/ImageGallery.js +2 -1
  2. package/lib/commonjs/components/ImageGallery/ImageGallery.js.map +1 -1
  3. package/lib/commonjs/i18n/es.json +17 -17
  4. package/lib/commonjs/i18n/fr.json +17 -17
  5. package/lib/commonjs/i18n/he.json +17 -17
  6. package/lib/commonjs/i18n/hi.json +17 -17
  7. package/lib/commonjs/i18n/it.json +17 -17
  8. package/lib/commonjs/i18n/ja.json +17 -17
  9. package/lib/commonjs/i18n/ko.json +17 -17
  10. package/lib/commonjs/i18n/nl.json +17 -17
  11. package/lib/commonjs/i18n/pt-BR.json +17 -17
  12. package/lib/commonjs/i18n/ru.json +17 -17
  13. package/lib/commonjs/i18n/tr.json +17 -17
  14. package/lib/commonjs/version.json +1 -1
  15. package/lib/module/components/ImageGallery/ImageGallery.js +2 -1
  16. package/lib/module/components/ImageGallery/ImageGallery.js.map +1 -1
  17. package/lib/module/i18n/es.json +17 -17
  18. package/lib/module/i18n/fr.json +17 -17
  19. package/lib/module/i18n/he.json +17 -17
  20. package/lib/module/i18n/hi.json +17 -17
  21. package/lib/module/i18n/it.json +17 -17
  22. package/lib/module/i18n/ja.json +17 -17
  23. package/lib/module/i18n/ko.json +17 -17
  24. package/lib/module/i18n/nl.json +17 -17
  25. package/lib/module/i18n/pt-BR.json +17 -17
  26. package/lib/module/i18n/ru.json +17 -17
  27. package/lib/module/i18n/tr.json +17 -17
  28. package/lib/module/version.json +1 -1
  29. package/lib/typescript/contexts/overlayContext/OverlayContext.d.ts +1 -1
  30. package/lib/typescript/contexts/overlayContext/OverlayContext.d.ts.map +1 -1
  31. package/lib/typescript/i18n/es.json +17 -17
  32. package/lib/typescript/i18n/fr.json +17 -17
  33. package/lib/typescript/i18n/he.json +17 -17
  34. package/lib/typescript/i18n/hi.json +17 -17
  35. package/lib/typescript/i18n/it.json +17 -17
  36. package/lib/typescript/i18n/ja.json +17 -17
  37. package/lib/typescript/i18n/ko.json +17 -17
  38. package/lib/typescript/i18n/nl.json +17 -17
  39. package/lib/typescript/i18n/pt-BR.json +17 -17
  40. package/lib/typescript/i18n/ru.json +17 -17
  41. package/lib/typescript/i18n/tr.json +17 -17
  42. package/package.json +1 -1
  43. package/src/components/ImageGallery/ImageGallery.tsx +1 -1
  44. package/src/contexts/overlayContext/OverlayContext.tsx +1 -1
  45. package/src/i18n/es.json +17 -17
  46. package/src/i18n/fr.json +17 -17
  47. package/src/i18n/he.json +17 -17
  48. package/src/i18n/hi.json +17 -17
  49. package/src/i18n/it.json +17 -17
  50. package/src/i18n/ja.json +17 -17
  51. package/src/i18n/ko.json +17 -17
  52. package/src/i18n/nl.json +17 -17
  53. package/src/i18n/pt-BR.json +17 -17
  54. package/src/i18n/ru.json +17 -17
  55. package/src/i18n/tr.json +17 -17
  56. package/src/version.json +1 -1
@@ -1,5 +1,5 @@
1
1
  {
2
- "1 Reply": "",
2
+ "1 Reply": "1 Ответ",
3
3
  "1 Thread Reply": "",
4
4
  "Allow access to your Gallery": "",
5
5
  "Allow camera access in device settings": "",
@@ -16,19 +16,19 @@
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": "",
21
- "Empty message...": "",
22
- "Error loading": "Ошибка при загрузке",
23
- "Error loading channel list...": "Ошибка загрузки списка каналов...",
24
- "Error loading messages for this channel...": "Ошибка загрузки сообщений для этого канала...",
25
- "Error while loading, please reload/refresh": "",
19
+ "Editing Message": "",
20
+ "Emoji matching": "Соответствие эмодзи",
21
+ "Empty message...": "Пустое сообщение...",
22
+ "Error loading": "",
23
+ "Error loading channel list...": "",
24
+ "Error loading messages for this channel...": "",
25
+ "Error while loading, please reload/refresh": "Ошибка загрузки, пожалуйста перезагрузите или обновите",
26
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": "",
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...": "",
@@ -39,8 +39,8 @@
39
39
  "Message deleted": "Сообщение удалено",
40
40
  "Message flagged": "",
41
41
  "Mute User": "",
42
- "Not supported": "не поддерживается",
43
- "Nothing yet...": "",
42
+ "Not supported": "",
43
+ "Nothing yet...": "Пока ничего нет...",
44
44
  "Ok": "",
45
45
  "Only visible to you": "",
46
46
  "Open Settings": "",
@@ -50,9 +50,9 @@
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
- "Reconnecting...": "",
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": "",
@@ -70,10 +70,10 @@
70
70
  "Video": "",
71
71
  "You": "Вы",
72
72
  "You can't send messages in this channel": "",
73
- "{{ firstUser }} and {{ nonSelfUserLength }} more are typing": "",
73
+ "{{ firstUser }} and {{ nonSelfUserLength }} more are typing": "{{ firstUser }} и еще {{ nonSelfUserLength }} пишут",
74
74
  "{{ index }} of {{ photoLength }}": "",
75
- "{{ replyCount }} Replies": "",
75
+ "{{ replyCount }} Replies": "{{ replyCount }} Ответов",
76
76
  "{{ replyCount }} Thread Replies": "",
77
- "{{ user }} is typing": "",
78
- "🏙 Attachment...": ""
77
+ "{{ user }} is typing": "{{ user }} пишет",
78
+ "🏙 Attachment...": "🏙 Вложение..."
79
79
  }
@@ -1,5 +1,5 @@
1
1
  {
2
- "1 Reply": "",
2
+ "1 Reply": "1 Cevap",
3
3
  "1 Thread Reply": "",
4
4
  "Allow access to your Gallery": "",
5
5
  "Allow camera access in device settings": "",
@@ -16,19 +16,19 @@
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": "Mesaj Düzenleniyor",
20
- "Emoji matching": "",
21
- "Empty message...": "",
22
- "Error loading": "Yükleme hatası",
23
- "Error loading channel list...": "Kanal listesi yüklenirken hata oluştu...",
24
- "Error loading messages for this channel...": "Bu kanal için mesajlar yüklenirken hata oluştu...",
25
- "Error while loading, please reload/refresh": "",
19
+ "Editing Message": "",
20
+ "Emoji matching": "Emoji eşleştirme",
21
+ "Empty message...": "Boş mesaj...",
22
+ "Error loading": "",
23
+ "Error loading channel list...": "",
24
+ "Error loading messages for this channel...": "",
25
+ "Error while loading, please reload/refresh": "Yüklenirken hata oluştu, lütfen tekrar deneyiniz",
26
26
  "File type not supported": "Dosya türü desteklenmiyor",
27
27
  "Flag": "",
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": "Anlık Komutlar",
32
32
  "Let's start chatting!": "",
33
33
  "Links are disabled": "",
34
34
  "Loading channels...": "",
@@ -39,8 +39,8 @@
39
39
  "Message deleted": "Mesaj silindi",
40
40
  "Message flagged": "",
41
41
  "Mute User": "",
42
- "Not supported": "Desteklenmiyor",
43
- "Nothing yet...": "",
42
+ "Not supported": "",
43
+ "Nothing yet...": "Henüz değil...",
44
44
  "Ok": "",
45
45
  "Only visible to you": "",
46
46
  "Open Settings": "",
@@ -50,9 +50,9 @@
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
- "Reconnecting...": "",
53
+ "Reconnecting...": "Yeniden Bağlanılıyor...",
54
54
  "Reply": "",
55
- "Reply to Message": "Mesajı Yanıtla",
55
+ "Reply to Message": "",
56
56
  "Resend": "",
57
57
  "Search GIFs": "",
58
58
  "Select More Photos": "",
@@ -70,10 +70,10 @@
70
70
  "Video": "",
71
71
  "You": "Sen",
72
72
  "You can't send messages in this channel": "",
73
- "{{ firstUser }} and {{ nonSelfUserLength }} more are typing": "",
73
+ "{{ firstUser }} and {{ nonSelfUserLength }} more are typing": "{{ firstUser }} ve {{ nonSelfUserLength }} kişi daha yazıyor",
74
74
  "{{ index }} of {{ photoLength }}": "",
75
- "{{ replyCount }} Replies": "",
75
+ "{{ replyCount }} Replies": "{{ replyCount }} Cevap",
76
76
  "{{ replyCount }} Thread Replies": "",
77
- "{{ user }} is typing": "",
78
- "🏙 Attachment...": ""
77
+ "{{ user }} is typing": "{{ user }} yazıyor",
78
+ "🏙 Attachment...": "🏙 Ek..."
79
79
  }
@@ -1,3 +1,3 @@
1
1
  {
2
- "version": "5.28.0-beta.6"
2
+ "version": "5.28.1-beta.1"
3
3
  }
@@ -18,7 +18,6 @@ export type OverlayContextValue = {
18
18
  };
19
19
  export declare const OverlayContext: React.Context<OverlayContextValue>;
20
20
  export type OverlayProviderProps<StreamChatGenerics extends DefaultStreamChatGenerics = DefaultStreamChatGenerics> = Partial<AttachmentPickerProps> & Partial<Pick<AttachmentPickerContextValue, 'AttachmentPickerBottomSheetHandle' | 'attachmentPickerBottomSheetHandleHeight' | 'attachmentPickerBottomSheetHeight' | 'AttachmentPickerSelectionBar' | 'attachmentSelectionBarHeight' | 'bottomInset' | 'CameraSelectorIcon' | 'FileSelectorIcon' | 'ImageSelectorIcon' | 'topInset'>> & ImageGalleryCustomComponents<StreamChatGenerics> & Partial<Pick<MessageOverlayContextValue<StreamChatGenerics>, 'MessageActionList' | 'MessageActionListItem' | 'OverlayReactionList' | 'OverlayReactions' | 'OverlayReactionsAvatar'>> & {
21
- imageGalleryGridHandleHeight: number;
22
21
  autoPlayVideo?: boolean;
23
22
  /**
24
23
  * The giphy version to render - check the keys of the [Image Object](https://developers.giphy.com/docs/api/schema#image-object) for possible values. Uses 'fixed_height' by default
@@ -28,6 +27,7 @@ export type OverlayProviderProps<StreamChatGenerics extends DefaultStreamChatGen
28
27
  giphyVersion?: keyof NonNullable<Attachment['giphy']>;
29
28
  /** https://github.com/GetStream/stream-chat-react-native/wiki/Internationalization-(i18n) */
30
29
  i18nInstance?: Streami18n;
30
+ imageGalleryGridHandleHeight?: number;
31
31
  imageGalleryGridSnapPoints?: [string | number, string | number];
32
32
  isMyMessage?: boolean;
33
33
  isThreadMessage?: boolean;
@@ -1 +1 @@
1
- {"version":3,"file":"OverlayContext.d.ts","sourceRoot":"","sources":["../../../../src/contexts/overlayContext/OverlayContext.tsx"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"OverlayContext.d.ts","sourceRoot":"","sources":["../../../../src/contexts/overlayContext/OverlayContext.tsx"],"names":[],"mappings":"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"}
@@ -1,5 +1,5 @@
1
1
  {
2
- "1 Reply": "",
2
+ "1 Reply": "1 respuesta",
3
3
  "1 Thread Reply": "",
4
4
  "Allow access to your Gallery": "",
5
5
  "Allow camera access in device settings": "",
@@ -16,19 +16,19 @@
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": "Editando mensaje",
20
- "Emoji matching": "",
21
- "Empty message...": "",
22
- "Error loading": "Error al cargar",
23
- "Error loading channel list...": "Error al cargar la lista de canales...",
24
- "Error loading messages for this channel...": "Error al cargar los mensajes de este canal...",
25
- "Error while loading, please reload/refresh": "",
19
+ "Editing Message": "",
20
+ "Emoji matching": "Coincidencia de emoji",
21
+ "Empty message...": "Mensaje vacío...",
22
+ "Error loading": "",
23
+ "Error loading channel list...": "",
24
+ "Error loading messages for this channel...": "",
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
27
  "Flag": "",
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": "Comandos instantáneos",
32
32
  "Let's start chatting!": "",
33
33
  "Links are disabled": "",
34
34
  "Loading channels...": "",
@@ -39,8 +39,8 @@
39
39
  "Message deleted": "Mensaje eliminado",
40
40
  "Message flagged": "",
41
41
  "Mute User": "",
42
- "Not supported": "No admitido",
43
- "Nothing yet...": "",
42
+ "Not supported": "",
43
+ "Nothing yet...": "Aún no hay nada...",
44
44
  "Ok": "",
45
45
  "Only visible to you": "",
46
46
  "Open Settings": "",
@@ -50,9 +50,9 @@
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
- "Reconnecting...": "",
53
+ "Reconnecting...": "Reconectando...",
54
54
  "Reply": "",
55
- "Reply to Message": "Responder al mensaje",
55
+ "Reply to Message": "",
56
56
  "Resend": "",
57
57
  "Search GIFs": "",
58
58
  "Select More Photos": "",
@@ -70,10 +70,10 @@
70
70
  "Video": "",
71
71
  "You": "Tú",
72
72
  "You can't send messages in this channel": "",
73
- "{{ firstUser }} and {{ nonSelfUserLength }} more are typing": "",
73
+ "{{ firstUser }} and {{ nonSelfUserLength }} more are typing": "{{ firstUser }} y {{ nonSelfUserLength }} más están escribiendo",
74
74
  "{{ index }} of {{ photoLength }}": "",
75
- "{{ replyCount }} Replies": "",
75
+ "{{ replyCount }} Replies": "{{ replyCount }} Respuestas",
76
76
  "{{ replyCount }} Thread Replies": "",
77
- "{{ user }} is typing": "",
78
- "🏙 Attachment...": ""
77
+ "{{ user }} is typing": "{{ user }} está escribiendo",
78
+ "🏙 Attachment...": "🏙 Adjunto..."
79
79
  }
@@ -1,5 +1,5 @@
1
1
  {
2
- "1 Reply": "",
2
+ "1 Reply": "1 Réponse",
3
3
  "1 Thread Reply": "",
4
4
  "Allow access to your Gallery": "",
5
5
  "Allow camera access in device settings": "",
@@ -16,19 +16,19 @@
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": "Édite un message",
20
- "Emoji matching": "",
21
- "Empty message...": "",
22
- "Error loading": "Erreur lors du chargement",
23
- "Error loading channel list...": "Erreur lors du chargement de la liste de canaux...",
24
- "Error loading messages for this channel...": "Erreur lors du chargement des messages de ce canal...",
25
- "Error while loading, please reload/refresh": "",
19
+ "Editing Message": "",
20
+ "Emoji matching": "Correspondance Emoji",
21
+ "Empty message...": "Message vide...",
22
+ "Error loading": "",
23
+ "Error loading channel list...": "",
24
+ "Error loading messages for this channel...": "",
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
27
  "Flag": "",
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": "Commandes Instantanées",
32
32
  "Let's start chatting!": "",
33
33
  "Links are disabled": "",
34
34
  "Loading channels...": "",
@@ -39,8 +39,8 @@
39
39
  "Message deleted": "Message supprimé",
40
40
  "Message flagged": "",
41
41
  "Mute User": "",
42
- "Not supported": "Non pris en charge",
43
- "Nothing yet...": "",
42
+ "Not supported": "",
43
+ "Nothing yet...": "Aucun message...",
44
44
  "Ok": "",
45
45
  "Only visible to you": "",
46
46
  "Open Settings": "",
@@ -50,9 +50,9 @@
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
- "Reconnecting...": "",
53
+ "Reconnecting...": "Se Reconnecter...",
54
54
  "Reply": "",
55
- "Reply to Message": "Répondre au message",
55
+ "Reply to Message": "",
56
56
  "Resend": "",
57
57
  "Search GIFs": "",
58
58
  "Select More Photos": "",
@@ -70,10 +70,10 @@
70
70
  "Video": "",
71
71
  "You": "Toi",
72
72
  "You can't send messages in this channel": "",
73
- "{{ firstUser }} and {{ nonSelfUserLength }} more are typing": "",
73
+ "{{ firstUser }} and {{ nonSelfUserLength }} more are typing": "{{ firstUser }} et {{ nonSelfUserLength }} autres sont en train d'écrire",
74
74
  "{{ index }} of {{ photoLength }}": "",
75
- "{{ replyCount }} Replies": "",
75
+ "{{ replyCount }} Replies": "{{ replyCount }} Réponses",
76
76
  "{{ replyCount }} Thread Replies": "",
77
- "{{ user }} is typing": "",
78
- "🏙 Attachment...": ""
77
+ "{{ user }} is typing": "{{ user }} est en train d'écrire",
78
+ "🏙 Attachment...": "🏙 Pièce jointe..."
79
79
  }
@@ -1,5 +1,5 @@
1
1
  {
2
- "1 Reply": "",
2
+ "1 Reply": "תגובה אחת",
3
3
  "1 Thread Reply": "",
4
4
  "Allow access to your Gallery": "",
5
5
  "Allow camera access in device settings": "",
@@ -16,19 +16,19 @@
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": "",
21
- "Empty message...": "",
22
- "Error loading": "שגיאה ארעה בעת הטעינה",
23
- "Error loading channel list...": "שגיאה ארעה בטעינת השיחות...",
24
- "Error loading messages for this channel...": "שגיאה ארעה בטעינת הודעות עבור שיחה זאת...",
25
- "Error while loading, please reload/refresh": "",
19
+ "Editing Message": "",
20
+ "Emoji matching": "התאמת אמוג'י",
21
+ "Empty message...": "הודעה ריקה...",
22
+ "Error loading": "",
23
+ "Error loading channel list...": "",
24
+ "Error loading messages for this channel...": "",
25
+ "Error while loading, please reload/refresh": "שגיאה ארעה בזמן הטעינה, אנא טען מחדש/רענן",
26
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": "",
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...": "",
@@ -39,8 +39,8 @@
39
39
  "Message deleted": "ההודעה נמחקה",
40
40
  "Message flagged": "",
41
41
  "Mute User": "",
42
- "Not supported": "לא נתמך",
43
- "Nothing yet...": "",
42
+ "Not supported": "",
43
+ "Nothing yet...": "אינפורמציה תתקבל בהמשך...",
44
44
  "Ok": "",
45
45
  "Only visible to you": "",
46
46
  "Open Settings": "",
@@ -50,9 +50,9 @@
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
- "Reconnecting...": "",
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": "",
@@ -70,10 +70,10 @@
70
70
  "Video": "",
71
71
  "You": "את/ה",
72
72
  "You can't send messages in this channel": "",
73
- "{{ firstUser }} and {{ nonSelfUserLength }} more are typing": "",
73
+ "{{ firstUser }} and {{ nonSelfUserLength }} more are typing": "{{ firstUser }} ו-{{ nonSelfUserLength }} משתמש/ים אחר/ים מקלידים",
74
74
  "{{ index }} of {{ photoLength }}": "",
75
- "{{ replyCount }} Replies": "",
75
+ "{{ replyCount }} Replies": "{{ replyCount }} תגובות",
76
76
  "{{ replyCount }} Thread Replies": "",
77
- "{{ user }} is typing": "",
78
- "🏙 Attachment...": ""
77
+ "{{ user }} is typing": "{{ user }} מקליד/ה",
78
+ "🏙 Attachment...": "🏙 קובץ מצורף..."
79
79
  }
@@ -1,5 +1,5 @@
1
1
  {
2
- "1 Reply": "",
2
+ "1 Reply": "1 रिप्लाई",
3
3
  "1 Thread Reply": "",
4
4
  "Allow access to your Gallery": "",
5
5
  "Allow camera access in device settings": "",
@@ -16,19 +16,19 @@
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": "",
21
- "Empty message...": "",
22
- "Error loading": "लोड होने मे त्रुटि",
23
- "Error loading channel list...": "चैनल सूची लोड करने में त्रुटि...",
24
- "Error loading messages for this channel...": "इस चैनल के लिए मेसेजेस लोड करने में त्रुटि हुई...",
25
- "Error while loading, please reload/refresh": "",
19
+ "Editing Message": "",
20
+ "Emoji matching": "इमोजी मिलान",
21
+ "Empty message...": "खाली संदेश...",
22
+ "Error loading": "",
23
+ "Error loading channel list...": "",
24
+ "Error loading messages for this channel...": "",
25
+ "Error while loading, please reload/refresh": "एरर, रिफ्रेश करे",
26
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": "",
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...": "",
@@ -39,8 +39,8 @@
39
39
  "Message deleted": "मैसेज हटा दिया गया",
40
40
  "Message flagged": "",
41
41
  "Mute User": "",
42
- "Not supported": "समर्थित नहीं",
43
- "Nothing yet...": "",
42
+ "Not supported": "",
43
+ "Nothing yet...": "कोई मैसेज नहीं है...",
44
44
  "Ok": "",
45
45
  "Only visible to you": "",
46
46
  "Open Settings": "",
@@ -50,9 +50,9 @@
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
- "Reconnecting...": "",
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": "",
@@ -70,10 +70,10 @@
70
70
  "Video": "",
71
71
  "You": "आप",
72
72
  "You can't send messages in this channel": "",
73
- "{{ firstUser }} and {{ nonSelfUserLength }} more are typing": "",
73
+ "{{ firstUser }} and {{ nonSelfUserLength }} more are typing": "{{ firstUser }} और {{ nonSelfUserLength }} अधिक टाइप कर रहे हैं",
74
74
  "{{ index }} of {{ photoLength }}": "",
75
- "{{ replyCount }} Replies": "",
75
+ "{{ replyCount }} Replies": "{{ replyCount }} रिप्लाई",
76
76
  "{{ replyCount }} Thread Replies": "",
77
- "{{ user }} is typing": "",
78
- "🏙 Attachment...": ""
77
+ "{{ user }} is typing": "{{ user }} टाइप कर रहा है",
78
+ "🏙 Attachment...": "🏙 अटैचमेंट..."
79
79
  }
@@ -1,5 +1,5 @@
1
1
  {
2
- "1 Reply": "",
2
+ "1 Reply": "1 Risposta",
3
3
  "1 Thread Reply": "",
4
4
  "Allow access to your Gallery": "",
5
5
  "Allow camera access in device settings": "",
@@ -16,19 +16,19 @@
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": "Modificando il Messaggio",
20
- "Emoji matching": "",
21
- "Empty message...": "",
22
- "Error loading": "Errore di caricamento",
23
- "Error loading channel list...": "Errore durante il caricamento della lista dei canali...",
24
- "Error loading messages for this channel...": "Errore durante il caricamento dei messaggi per questo canale...",
25
- "Error while loading, please reload/refresh": "",
19
+ "Editing Message": "",
20
+ "Emoji matching": "Abbinamento emoji",
21
+ "Empty message...": "Message vuoto...",
22
+ "Error loading": "",
23
+ "Error loading channel list...": "",
24
+ "Error loading messages for this channel...": "",
25
+ "Error while loading, please reload/refresh": "Errore durante il caricamento, per favore ricarica la pagina",
26
26
  "File type not supported": "Tipo di file non supportato",
27
27
  "Flag": "",
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": "Comandi Istantanei",
32
32
  "Let's start chatting!": "",
33
33
  "Links are disabled": "",
34
34
  "Loading channels...": "",
@@ -39,8 +39,8 @@
39
39
  "Message deleted": "Messaggio cancellato",
40
40
  "Message flagged": "",
41
41
  "Mute User": "",
42
- "Not supported": "non supportato",
43
- "Nothing yet...": "",
42
+ "Not supported": "",
43
+ "Nothing yet...": "Ancora niente...",
44
44
  "Ok": "",
45
45
  "Only visible to you": "",
46
46
  "Open Settings": "",
@@ -50,9 +50,9 @@
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
- "Reconnecting...": "",
53
+ "Reconnecting...": "Ricollegarsi...",
54
54
  "Reply": "",
55
- "Reply to Message": "Rispondi al messaggio",
55
+ "Reply to Message": "",
56
56
  "Resend": "",
57
57
  "Search GIFs": "",
58
58
  "Select More Photos": "",
@@ -70,10 +70,10 @@
70
70
  "Video": "",
71
71
  "You": "Tu",
72
72
  "You can't send messages in this channel": "",
73
- "{{ firstUser }} and {{ nonSelfUserLength }} more are typing": "",
73
+ "{{ firstUser }} and {{ nonSelfUserLength }} more are typing": "{{ firstUser }} e altri {{ nonSelfUserLength }} stanno scrivendo",
74
74
  "{{ index }} of {{ photoLength }}": "",
75
- "{{ replyCount }} Replies": "",
75
+ "{{ replyCount }} Replies": "{{ replyCount }} Risposte",
76
76
  "{{ replyCount }} Thread Replies": "",
77
- "{{ user }} is typing": "",
78
- "🏙 Attachment...": ""
77
+ "{{ user }} is typing": "{{ user }} sta scrivendo",
78
+ "🏙 Attachment...": "🏙 Allegato..."
79
79
  }
@@ -1,5 +1,5 @@
1
1
  {
2
- "1 Reply": "",
2
+ "1 Reply": "1件の返信",
3
3
  "1 Thread Reply": "",
4
4
  "Allow access to your Gallery": "",
5
5
  "Allow camera access in device settings": "",
@@ -16,19 +16,19 @@
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": "",
21
- "Empty message...": "",
22
- "Error loading": "読み込みエラー",
23
- "Error loading channel list...": "チャネルリストの読み込み中にエラーが発生しました。。。",
24
- "Error loading messages for this channel...": "このチャネルのメッセージの読み込み中にエラーが発生しました。。。",
25
- "Error while loading, please reload/refresh": "",
19
+ "Editing Message": "",
20
+ "Emoji matching": "絵文字マッチング",
21
+ "Empty message...": "空のメッセージ...",
22
+ "Error loading": "",
23
+ "Error loading channel list...": "",
24
+ "Error loading messages for this channel...": "",
25
+ "Error while loading, please reload/refresh": "ロード中にエラーが発生しました。更新してください",
26
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": "",
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...": "",
@@ -39,8 +39,8 @@
39
39
  "Message deleted": "メッセージが削除されました",
40
40
  "Message flagged": "",
41
41
  "Mute User": "",
42
- "Not supported": "サポートしていません",
43
- "Nothing yet...": "",
42
+ "Not supported": "",
43
+ "Nothing yet...": "まだ何もありません...",
44
44
  "Ok": "",
45
45
  "Only visible to you": "",
46
46
  "Open Settings": "",
@@ -50,9 +50,9 @@
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
- "Reconnecting...": "",
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": "",
@@ -70,10 +70,10 @@
70
70
  "Video": "",
71
71
  "You": "あなた",
72
72
  "You can't send messages in this channel": "",
73
- "{{ firstUser }} and {{ nonSelfUserLength }} more are typing": "",
73
+ "{{ firstUser }} and {{ nonSelfUserLength }} more are typing": "{{ firstUser }}と{{ nonSelfUserLength }}人がタイピングしています",
74
74
  "{{ index }} of {{ photoLength }}": "",
75
- "{{ replyCount }} Replies": "",
75
+ "{{ replyCount }} Replies": "{{ replyCount }}件の返信",
76
76
  "{{ replyCount }} Thread Replies": "",
77
- "{{ user }} is typing": "",
78
- "🏙 Attachment...": ""
77
+ "{{ user }} is typing": "{{ user }}はタイピング中",
78
+ "🏙 Attachment...": "🏙 アタッチメント..."
79
79
  }