stream-chat-react-native-core 5.21.0 → 5.22.0-beta.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (86) hide show
  1. package/lib/commonjs/components/ImageGallery/ImageGallery.js +6 -5
  2. package/lib/commonjs/components/ImageGallery/ImageGallery.js.map +1 -1
  3. package/lib/commonjs/components/ImageGallery/components/ImageGalleryFooter.js +18 -15
  4. package/lib/commonjs/components/ImageGallery/components/ImageGalleryFooter.js.map +1 -1
  5. package/lib/commonjs/components/ImageGallery/components/ImageGalleryVideoControl.js +41 -12
  6. package/lib/commonjs/components/ImageGallery/components/ImageGalleryVideoControl.js.map +1 -1
  7. package/lib/commonjs/components/Indicators/EmptyStateIndicator.js +10 -7
  8. package/lib/commonjs/components/Indicators/EmptyStateIndicator.js.map +1 -1
  9. package/lib/commonjs/components/Message/MessageSimple/ReactionList.js +18 -17
  10. package/lib/commonjs/components/Message/MessageSimple/ReactionList.js.map +1 -1
  11. package/lib/commonjs/contexts/themeContext/utils/theme.js +1 -0
  12. package/lib/commonjs/contexts/themeContext/utils/theme.js.map +1 -1
  13. package/lib/commonjs/i18n/en.json +2 -0
  14. package/lib/commonjs/i18n/es.json +74 -0
  15. package/lib/commonjs/i18n/fr.json +30 -28
  16. package/lib/commonjs/i18n/he.json +3 -1
  17. package/lib/commonjs/i18n/hi.json +30 -28
  18. package/lib/commonjs/i18n/it.json +30 -28
  19. package/lib/commonjs/i18n/ja.json +3 -1
  20. package/lib/commonjs/i18n/ko.json +3 -1
  21. package/lib/commonjs/i18n/nl.json +30 -28
  22. package/lib/commonjs/i18n/ru.json +30 -28
  23. package/lib/commonjs/i18n/tr.json +30 -28
  24. package/lib/commonjs/utils/Streami18n.js +4 -1
  25. package/lib/commonjs/utils/Streami18n.js.map +1 -1
  26. package/lib/commonjs/version.json +1 -1
  27. package/lib/module/components/ImageGallery/ImageGallery.js +6 -5
  28. package/lib/module/components/ImageGallery/ImageGallery.js.map +1 -1
  29. package/lib/module/components/ImageGallery/components/ImageGalleryFooter.js +18 -15
  30. package/lib/module/components/ImageGallery/components/ImageGalleryFooter.js.map +1 -1
  31. package/lib/module/components/ImageGallery/components/ImageGalleryVideoControl.js +41 -12
  32. package/lib/module/components/ImageGallery/components/ImageGalleryVideoControl.js.map +1 -1
  33. package/lib/module/components/Indicators/EmptyStateIndicator.js +10 -7
  34. package/lib/module/components/Indicators/EmptyStateIndicator.js.map +1 -1
  35. package/lib/module/components/Message/MessageSimple/ReactionList.js +18 -17
  36. package/lib/module/components/Message/MessageSimple/ReactionList.js.map +1 -1
  37. package/lib/module/contexts/themeContext/utils/theme.js +1 -0
  38. package/lib/module/contexts/themeContext/utils/theme.js.map +1 -1
  39. package/lib/module/i18n/en.json +2 -0
  40. package/lib/module/i18n/es.json +74 -0
  41. package/lib/module/i18n/fr.json +30 -28
  42. package/lib/module/i18n/he.json +3 -1
  43. package/lib/module/i18n/hi.json +30 -28
  44. package/lib/module/i18n/it.json +30 -28
  45. package/lib/module/i18n/ja.json +3 -1
  46. package/lib/module/i18n/ko.json +3 -1
  47. package/lib/module/i18n/nl.json +30 -28
  48. package/lib/module/i18n/ru.json +30 -28
  49. package/lib/module/i18n/tr.json +30 -28
  50. package/lib/module/utils/Streami18n.js +4 -1
  51. package/lib/module/utils/Streami18n.js.map +1 -1
  52. package/lib/module/version.json +1 -1
  53. package/lib/typescript/components/ImageGallery/components/ImageGalleryFooter.d.ts +3 -0
  54. package/lib/typescript/contexts/themeContext/utils/theme.d.ts +1 -0
  55. package/lib/typescript/i18n/en.json +2 -0
  56. package/lib/typescript/i18n/es.json +74 -0
  57. package/lib/typescript/i18n/fr.json +30 -28
  58. package/lib/typescript/i18n/he.json +3 -1
  59. package/lib/typescript/i18n/hi.json +30 -28
  60. package/lib/typescript/i18n/it.json +30 -28
  61. package/lib/typescript/i18n/ja.json +3 -1
  62. package/lib/typescript/i18n/ko.json +3 -1
  63. package/lib/typescript/i18n/nl.json +30 -28
  64. package/lib/typescript/i18n/ru.json +30 -28
  65. package/lib/typescript/i18n/tr.json +30 -28
  66. package/lib/typescript/utils/Streami18n.d.ts +13 -1
  67. package/package.json +1 -1
  68. package/src/components/ImageGallery/ImageGallery.tsx +1 -0
  69. package/src/components/ImageGallery/components/ImageGalleryFooter.tsx +6 -2
  70. package/src/components/ImageGallery/components/ImageGalleryVideoControl.tsx +12 -7
  71. package/src/components/Indicators/EmptyStateIndicator.tsx +4 -2
  72. package/src/components/Message/MessageSimple/ReactionList.tsx +2 -1
  73. package/src/contexts/themeContext/utils/theme.ts +2 -0
  74. package/src/i18n/en.json +2 -0
  75. package/src/i18n/es.json +74 -0
  76. package/src/i18n/fr.json +30 -28
  77. package/src/i18n/he.json +3 -1
  78. package/src/i18n/hi.json +30 -28
  79. package/src/i18n/it.json +30 -28
  80. package/src/i18n/ja.json +3 -1
  81. package/src/i18n/ko.json +3 -1
  82. package/src/i18n/nl.json +30 -28
  83. package/src/i18n/ru.json +30 -28
  84. package/src/i18n/tr.json +30 -28
  85. package/src/utils/Streami18n.ts +13 -6
  86. package/src/version.json +1 -1
@@ -2,7 +2,7 @@
2
2
  "1 Reply": "1 Risposta",
3
3
  "1 Thread Reply": "1 Risposta alla Discussione",
4
4
  "Allow access to your Gallery": "Consenti l'accesso alla tua galleria",
5
- "Also send to channel": "Invia anche al canale",
5
+ "Also send to channel": "",
6
6
  "Are you sure you want to permanently delete this message?": "Sei sicuro di voler eliminare definitivamente questo messaggio?",
7
7
  "Block User": "Blocca Utente",
8
8
  "Cancel": "Annulla",
@@ -12,60 +12,62 @@
12
12
  "Delete Message": "Cancella il Messaggio",
13
13
  "Do you want to send a copy of this message to a moderator for further investigation?": "Vuoi inviare una copia di questo messaggio a un moderatore per ulteriori indagini?",
14
14
  "Edit Message": "Modifica Messaggio",
15
- "Editing Message": "Modificando il Messaggio",
15
+ "Editing Message": "",
16
16
  "Emoji matching": "Abbinamento emoji",
17
- "Empty message...": "Message vuoto...",
18
- "Error loading": "Errore di caricamento",
19
- "Error loading channel list...": "Errore durante il caricamento della lista dei canali...",
20
- "Error loading messages for this channel...": "Errore durante il caricamento dei messaggi per questo canale...",
21
- "Error while loading, please reload/refresh": "Errore durante il caricamento, per favore ricarica la pagina",
17
+ "Empty message...": "",
18
+ "Error loading": "",
19
+ "Error loading channel list...": "",
20
+ "Error loading messages for this channel...": "",
21
+ "Error while loading, please reload/refresh": "",
22
22
  "File type not supported": "Tipo di file non supportato",
23
23
  "Flag": "Contrassegna",
24
24
  "Flag Message": "Contrassegna Messaggio",
25
25
  "Flag action failed either due to a network issue or the message is already flagged": "L'azione di segnalazione non è riuscita a causa di un problema di rete o il messaggio è già segnalato.",
26
+ "How about sending your first message to a friend?": "",
26
27
  "Instant Commands": "Comandi Istantanei",
27
- "Links are disabled": "I link sono disabilitati",
28
- "Loading channels...": "Caricamento canali in corso...",
29
- "Loading messages...": "Caricamento messaggi...",
30
- "Loading...": "Caricamento...",
31
- "Maximum file size upload limit reached. Please upload a file below {{MAX_FILE_SIZE_TO_UPLOAD_IN_MB}} MB.": "È stato raggiunto il limite massimo di caricamento delle dimensioni del file. Carica un file inferiore a {{MAX_FILE_SIZE_TO_UPLOAD_IN_MB}} MB.",
32
- "Message Reactions": "Reazioni ai Messaggi",
33
- "Message deleted": "Messaggio cancellato",
28
+ "Let's start chatting!": "",
29
+ "Links are disabled": "",
30
+ "Loading channels...": "",
31
+ "Loading messages...": "",
32
+ "Loading...": "",
33
+ "Maximum file size upload limit reached. Please upload a file below {{MAX_FILE_SIZE_TO_UPLOAD_IN_MB}} MB.": "",
34
+ "Message Reactions": "",
35
+ "Message deleted": "",
34
36
  "Message flagged": "Messaggio contrassegnato",
35
37
  "Mute User": "Utente Muto",
36
- "Not supported": "non supportato",
37
- "Nothing yet...": "Ancora niente...",
38
+ "Not supported": "",
39
+ "Nothing yet...": "",
38
40
  "Ok": "Ok",
39
- "Only visible to you": "Visibile solo a te",
41
+ "Only visible to you": "",
40
42
  "Photo": "Foto",
41
43
  "Photos and Videos": "Foto e Video",
42
44
  "Pin to Conversation": "Metti in evidenza",
43
45
  "Pinned by": "Fissato da",
44
46
  "Please enable access to your photos and videos so you can share them.": "Abilita l'accesso alle tue foto e ai tuoi video in modo da poterli condividere.",
45
- "Please select a channel first": "Seleziona un canale",
46
- "Reconnecting...": "Ricollegarsi...",
47
+ "Please select a channel first": "",
48
+ "Reconnecting...": "",
47
49
  "Reply": "Rispondi",
48
- "Reply to Message": "Rispondi al messaggio",
50
+ "Reply to Message": "",
49
51
  "Resend": "Invia di nuovo",
50
- "Search GIFs": "Cerca GIF",
52
+ "Search GIFs": "",
51
53
  "Select More Photos": "Seleziona Altre foto",
52
- "Send a message": "Mandare un messaggio",
53
- "Sending links is not allowed in this conversation": "L'invio di link non è consentito in questa conversazione",
54
- "Slow mode ON": "Slowmode attiva",
54
+ "Send a message": "",
55
+ "Sending links is not allowed in this conversation": "",
56
+ "Slow mode ON": "",
55
57
  "The message has been reported to a moderator.": "Il messaggio è stato segnalato a un moderatore.",
56
58
  "Thread Reply": "Rispondi alla Discussione",
57
59
  "Unblock User": "Sblocca utente",
58
60
  "Unknown User": "Utente sconosciuto",
59
61
  "Unmute User": "Riattiva utente",
60
62
  "Unpin from Conversation": "Rimuovi dagli elementi in evidenza",
61
- "Unread Messages": "Messaggi non letti",
63
+ "Unread Messages": "",
62
64
  "Video": "Video",
63
- "You": "Tu",
64
- "You can't send messages in this channel": "Non puoi inviare messaggi in questo canale",
65
+ "You": "",
66
+ "You can't send messages in this channel": "",
65
67
  "{{ firstUser }} and {{ nonSelfUserLength }} more are typing": "{{ firstUser }} e altri {{ nonSelfUserLength }} stanno scrivendo",
66
68
  "{{ index }} of {{ photoLength }}": "{{ index }} di {{ photoLength }}",
67
69
  "{{ replyCount }} Replies": "{{ replyCount }} Risposte",
68
70
  "{{ replyCount }} Thread Replies": "{{replyCount}} Risposte alle Conversazione",
69
71
  "{{ user }} is typing": "{{ user }} sta scrivendo",
70
- "🏙 Attachment...": "🏙 Allegato..."
72
+ "🏙 Attachment...": ""
71
73
  }
@@ -71,5 +71,7 @@
71
71
  "Not supported": "サポートしていません",
72
72
  "Select More Photos": "さらに写真を選択",
73
73
  "File type not supported": "サポートされていないファイルです",
74
- "Maximum file size upload limit reached. Please upload a file below {{MAX_FILE_SIZE_TO_UPLOAD_IN_MB}} MB.": "最大ファイル サイズのアップロード制限に達しました。 {{MAX_FILE_SIZE_TO_UPLOAD_IN_MB}} MB 以下のファイルをアップロードしてください"
74
+ "Maximum file size upload limit reached. Please upload a file below {{MAX_FILE_SIZE_TO_UPLOAD_IN_MB}} MB.": "最大ファイル サイズのアップロード制限に達しました。 {{MAX_FILE_SIZE_TO_UPLOAD_IN_MB}} MB 以下のファイルをアップロードしてください",
75
+ "Let's start chatting!": "チャットを始めましょう!",
76
+ "How about sending your first message to a friend?": "初めてのメッセージを友達に送ってみてはいかがでしょうか?"
75
77
  }
@@ -70,5 +70,7 @@
70
70
  "File type not supported": "지원하지 않는 파일입니다.",
71
71
  "Select More Photos": "추가 사진 선택",
72
72
  "Not supported": "지원하지 않습니다",
73
- "Maximum file size upload limit reached. Please upload a file below {{MAX_FILE_SIZE_TO_UPLOAD_IN_MB}} MB.": "최대 파일 크기 업로드 제한에 도달했습니다. {{MAX_FILE_SIZE_TO_UPLOAD_IN_MB}}MB 미만의 파일을 업로드하세요."
73
+ "Maximum file size upload limit reached. Please upload a file below {{MAX_FILE_SIZE_TO_UPLOAD_IN_MB}} MB.": "최대 파일 크기 업로드 제한에 도달했습니다. {{MAX_FILE_SIZE_TO_UPLOAD_IN_MB}}MB 미만의 파일을 업로드하세요.",
74
+ "Let's start chatting!": "채팅을 시작합시다!",
75
+ "How about sending your first message to a friend?": "친구에게 첫 번째 메시지를 보내는 것은 어떻습니까?"
74
76
  }
@@ -2,7 +2,7 @@
2
2
  "1 Reply": "1 Antwoord",
3
3
  "1 Thread Reply": "1 thread antwoord",
4
4
  "Allow access to your Gallery": "Geef toegang tot uw galerij",
5
- "Also send to channel": "Stuur ook naar kanaal",
5
+ "Also send to channel": "",
6
6
  "Are you sure you want to permanently delete this message?": "Weet u zeker dat u dit bericht definitief wilt verwijderen?",
7
7
  "Block User": "Blokkeer Gebruiker",
8
8
  "Cancel": "Annuleer",
@@ -12,60 +12,62 @@
12
12
  "Delete Message": "Verwijder bericht",
13
13
  "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?",
14
14
  "Edit Message": "Pas bericht aan",
15
- "Editing Message": "Bericht aanpassen",
15
+ "Editing Message": "",
16
16
  "Emoji matching": "Emoji-overeenkomsten",
17
- "Empty message...": "Leeg bericht...",
18
- "Error loading": "Probleem bij het laden",
19
- "Error loading channel list...": "Probleem bij het laden van de kanalen...",
20
- "Error loading messages for this channel...": "Probleem bij het laden van de berichten in dit kanaal...",
21
- "Error while loading, please reload/refresh": "Probleem bij het laden, probeer opnieuw",
17
+ "Empty message...": "",
18
+ "Error loading": "",
19
+ "Error loading channel list...": "",
20
+ "Error loading messages for this channel...": "",
21
+ "Error while loading, please reload/refresh": "",
22
22
  "File type not supported": "Bestandstype niet ondersteund",
23
23
  "Flag": "Markeer",
24
24
  "Flag Message": "Markeer bericht",
25
25
  "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",
26
+ "How about sending your first message to a friend?": "",
26
27
  "Instant Commands": "Directe Opdrachten",
27
- "Links are disabled": "Het versturen van links staat uit",
28
- "Loading channels...": "Kanalen aan het laden...",
29
- "Loading messages...": "Berichten aan het laden...",
30
- "Loading...": "Aan het laden...",
31
- "Maximum file size upload limit reached. Please upload a file below {{MAX_FILE_SIZE_TO_UPLOAD_IN_MB}} MB.": "Maximale uploadlimiet voor bestandsgrootte bereikt. Upload een bestand van minder dan {{MAX_FILE_SIZE_TO_UPLOAD_IN_MB}} MB.",
32
- "Message Reactions": "Bericht Reacties",
33
- "Message deleted": "Bericht verwijderd",
28
+ "Let's start chatting!": "",
29
+ "Links are disabled": "",
30
+ "Loading channels...": "",
31
+ "Loading messages...": "",
32
+ "Loading...": "",
33
+ "Maximum file size upload limit reached. Please upload a file below {{MAX_FILE_SIZE_TO_UPLOAD_IN_MB}} MB.": "",
34
+ "Message Reactions": "",
35
+ "Message deleted": "",
34
36
  "Message flagged": "Bericht gemarkeerd",
35
37
  "Mute User": "Gebruiker dempen",
36
- "Not supported": "niet ondersteund",
37
- "Nothing yet...": "Nog niets...",
38
+ "Not supported": "",
39
+ "Nothing yet...": "",
38
40
  "Ok": "Oké",
39
- "Only visible to you": "Alleen zichtbaar voor jou",
41
+ "Only visible to you": "",
40
42
  "Photo": "Foto",
41
43
  "Photos and Videos": "Foto's en video's",
42
44
  "Pin to Conversation": "Vastmaken aan gesprek",
43
45
  "Pinned by": "Vastgemaakt door",
44
46
  "Please enable access to your photos and videos so you can share them.": "Schakel toegang tot uw foto's en video's in zodat u ze kunt delen.",
45
- "Please select a channel first": "Selecteer eerst een kanaal",
46
- "Reconnecting...": "Opnieuw Verbinding Maken...",
47
+ "Please select a channel first": "",
48
+ "Reconnecting...": "",
47
49
  "Reply": "Antwoord",
48
- "Reply to Message": "Beantwoord bericht",
50
+ "Reply to Message": "",
49
51
  "Resend": "Opnieuw versturen",
50
- "Search GIFs": "Zoek GIF's",
52
+ "Search GIFs": "",
51
53
  "Select More Photos": "Selecteer Meer foto's",
52
- "Send a message": "Stuur een bericht",
53
- "Sending links is not allowed in this conversation": "In dit gesprek is het niet toegestaan links te versturen",
54
- "Slow mode ON": "Langzame modus aan",
54
+ "Send a message": "",
55
+ "Sending links is not allowed in this conversation": "",
56
+ "Slow mode ON": "",
55
57
  "The message has been reported to a moderator.": "Het bericht is gerapporteerd aan een moderator.",
56
58
  "Thread Reply": "Discussie beantwoorden",
57
59
  "Unblock User": "Deblokkeer gebruiker",
58
60
  "Unknown User": "Onbekende gebruiker",
59
61
  "Unmute User": "Dempen van gebruiker opheffen",
60
62
  "Unpin from Conversation": "Losmaken van gesprek",
61
- "Unread Messages": "Ongelezen Berichten",
63
+ "Unread Messages": "",
62
64
  "Video": "Video",
63
- "You": "U",
64
- "You can't send messages in this channel": "Je kan geen berichten sturen in dit kanaal",
65
+ "You": "",
66
+ "You can't send messages in this channel": "",
65
67
  "{{ firstUser }} and {{ nonSelfUserLength }} more are typing": "{{ firstUser }} en {{ nonSelfUserLength }} anderen zijn aan het typen",
66
68
  "{{ index }} of {{ photoLength }}": "{{ index }} van {{ photoLength }}",
67
69
  "{{ replyCount }} Replies": "{{ replyCount }} Antwoorden",
68
70
  "{{ replyCount }} Thread Replies": "{{replyCount}} Discussiereacties",
69
71
  "{{ user }} is typing": "{{ user }} is aan het typen",
70
- "🏙 Attachment...": "🏙 Bijlage..."
72
+ "🏙 Attachment...": ""
71
73
  }
@@ -2,7 +2,7 @@
2
2
  "1 Reply": "1 Ответ",
3
3
  "1 Thread Reply": "1 тема Ответить",
4
4
  "Allow access to your Gallery": "Разрешить доступ к вашей галерее",
5
- "Also send to channel": "Также отправить на канал",
5
+ "Also send to channel": "",
6
6
  "Are you sure you want to permanently delete this message?": "Вы действительно хотите удалить это сообщение без возможности восстановления?",
7
7
  "Block User": "Заблокировать пользователя",
8
8
  "Cancel": "Отмена",
@@ -12,60 +12,62 @@
12
12
  "Delete Message": "Удалить сообщение",
13
13
  "Do you want to send a copy of this message to a moderator for further investigation?": "Вы хотите отправить копию этого сообщения модератору для дальнейшего изучения?",
14
14
  "Edit Message": "Редактировать сообщение",
15
- "Editing Message": "Редактирование сообщения",
15
+ "Editing Message": "",
16
16
  "Emoji matching": "Соответствие эмодзи",
17
- "Empty message...": "Пустое сообщение...",
18
- "Error loading": "Ошибка при загрузке",
19
- "Error loading channel list...": "Ошибка загрузки списка каналов...",
20
- "Error loading messages for this channel...": "Ошибка загрузки сообщений для этого канала...",
21
- "Error while loading, please reload/refresh": "Ошибка загрузки, пожалуйста перезагрузите или обновите",
17
+ "Empty message...": "",
18
+ "Error loading": "",
19
+ "Error loading channel list...": "",
20
+ "Error loading messages for this channel...": "",
21
+ "Error while loading, please reload/refresh": "",
22
22
  "File type not supported": "Тип файла не поддерживается",
23
23
  "Flag": "Пометить",
24
24
  "Flag Message": "Пометить сообщение",
25
25
  "Flag action failed either due to a network issue or the message is already flagged": "Не удалось отправить жалобу. Возможные причины: проблема с подключением к интернету или ваша жалоба уже была принята.",
26
+ "How about sending your first message to a friend?": "",
26
27
  "Instant Commands": "Мгновенные Команды",
27
- "Links are disabled": "Ссылки отключены",
28
- "Loading channels...": "Загружаю каналы...",
29
- "Loading messages...": "Загружаю сообщения...",
30
- "Loading...": "Загружаю...",
31
- "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}} МБ.",
32
- "Message Reactions": "Сообщения Реакции",
33
- "Message deleted": "Сообщение удалено",
28
+ "Let's start chatting!": "",
29
+ "Links are disabled": "",
30
+ "Loading channels...": "",
31
+ "Loading messages...": "",
32
+ "Loading...": "",
33
+ "Maximum file size upload limit reached. Please upload a file below {{MAX_FILE_SIZE_TO_UPLOAD_IN_MB}} MB.": "",
34
+ "Message Reactions": "",
35
+ "Message deleted": "",
34
36
  "Message flagged": "Сообщение отмечено",
35
37
  "Mute User": "Отключить пользователя",
36
- "Not supported": "не поддерживается",
37
- "Nothing yet...": "Пока ничего нет...",
38
+ "Not supported": "",
39
+ "Nothing yet...": "",
38
40
  "Ok": "Oк",
39
- "Only visible to you": "Видно только вам",
41
+ "Only visible to you": "",
40
42
  "Photo": "Фото",
41
43
  "Photos and Videos": "Фото и видео",
42
44
  "Pin to Conversation": "Закрепить к беседе",
43
45
  "Pinned by": "Закреплено пользователем",
44
46
  "Please enable access to your photos and videos so you can share them.": "Разрешите доступ к своим фотографиям и видео, чтобы вы могли ими поделиться.",
45
- "Please select a channel first": "Пожалуйста, сначала выберите канал",
46
- "Reconnecting...": "Переподключение...",
47
+ "Please select a channel first": "",
48
+ "Reconnecting...": "",
47
49
  "Reply": "Ответить",
48
- "Reply to Message": "Ответить на сообщение",
50
+ "Reply to Message": "",
49
51
  "Resend": "Отправить",
50
- "Search GIFs": "Поиск GIF",
52
+ "Search GIFs": "",
51
53
  "Select More Photos": "Выбрать больше фотографий",
52
- "Send a message": "Отправить сообщение",
53
- "Sending links is not allowed in this conversation": "Отправка ссылок недоступна в этом чате",
54
- "Slow mode ON": "Медленный режим включен",
54
+ "Send a message": "",
55
+ "Sending links is not allowed in this conversation": "",
56
+ "Slow mode ON": "",
55
57
  "The message has been reported to a moderator.": "Сообщение отправлено модератору.",
56
58
  "Thread Reply": "Тема Ответить",
57
59
  "Unblock User": "Разблокировать пользователя",
58
60
  "Unknown User": "Неизвестный пользователь",
59
61
  "Unmute User": "Включить микрофон",
60
62
  "Unpin from Conversation": "Открепить от беседы",
61
- "Unread Messages": "Непрочитанные Сообщения",
63
+ "Unread Messages": "",
62
64
  "Video": "видео",
63
- "You": "Вы",
64
- "You can't send messages in this channel": "Вы не можете отправлять сообщения в этот канал",
65
+ "You": "",
66
+ "You can't send messages in this channel": "",
65
67
  "{{ firstUser }} and {{ nonSelfUserLength }} more are typing": "{{ firstUser }} и еще {{ nonSelfUserLength }} пишут",
66
68
  "{{ index }} of {{ photoLength }}": "{{ index }} из {{ photoLength }}",
67
69
  "{{ replyCount }} Replies": "{{ replyCount }} Ответов",
68
70
  "{{ replyCount }} Thread Replies": "{{replyCount}} Ответы в темах",
69
71
  "{{ user }} is typing": "{{ user }} пишет",
70
- "🏙 Attachment...": "🏙 Вложение..."
72
+ "🏙 Attachment...": ""
71
73
  }
@@ -2,7 +2,7 @@
2
2
  "1 Reply": "1 Cevap",
3
3
  "1 Thread Reply": "1 Konu Yanıtı",
4
4
  "Allow access to your Gallery": "Galerinize erişime izin verin",
5
- "Also send to channel": "Kanala da gönder",
5
+ "Also send to channel": "",
6
6
  "Are you sure you want to permanently delete this message?": "Bu mesajı kalıcı olarak silmek istediğinizden emin misiniz?",
7
7
  "Block User": "Kullanıcıyı engelle",
8
8
  "Cancel": "İptal",
@@ -12,60 +12,62 @@
12
12
  "Delete Message": "Mesajı Sil",
13
13
  "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?",
14
14
  "Edit Message": "Mesajı Düzenle",
15
- "Editing Message": "Mesaj Düzenleniyor",
15
+ "Editing Message": "",
16
16
  "Emoji matching": "Emoji eşleştirme",
17
- "Empty message...": "Boş mesaj...",
18
- "Error loading": "Yükleme hatası",
19
- "Error loading channel list...": "Kanal listesi yüklenirken hata oluştu...",
20
- "Error loading messages for this channel...": "Bu kanal için mesajlar yüklenirken hata oluştu...",
21
- "Error while loading, please reload/refresh": "Yüklenirken hata oluştu, lütfen tekrar deneyiniz",
17
+ "Empty message...": "",
18
+ "Error loading": "",
19
+ "Error loading channel list...": "",
20
+ "Error loading messages for this channel...": "",
21
+ "Error while loading, please reload/refresh": "",
22
22
  "File type not supported": "Dosya türü desteklenmiyor",
23
23
  "Flag": "Raporla",
24
24
  "Flag Message": "Mesajı Raporla",
25
25
  "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.",
26
+ "How about sending your first message to a friend?": "",
26
27
  "Instant Commands": "Anlık Komutlar",
27
- "Links are disabled": "Bağlantılar devre dışı",
28
- "Loading channels...": "Kanallar yükleniyor...",
29
- "Loading messages...": "Mesajlar yükleniyor...",
30
- "Loading...": "Yükleniyor...",
31
- "Maximum file size upload limit reached. Please upload a file below {{MAX_FILE_SIZE_TO_UPLOAD_IN_MB}} MB.": "Maksimum dosya boyutu yükleme sınırına ulaşıldı. Lütfen {{MAX_FILE_SIZE_TO_UPLOAD_IN_MB}} MB'ın altında bir dosya yükleyin.",
32
- "Message Reactions": "Mesaj Tepkileri",
33
- "Message deleted": "Mesaj silindi",
28
+ "Let's start chatting!": "",
29
+ "Links are disabled": "",
30
+ "Loading channels...": "",
31
+ "Loading messages...": "",
32
+ "Loading...": "",
33
+ "Maximum file size upload limit reached. Please upload a file below {{MAX_FILE_SIZE_TO_UPLOAD_IN_MB}} MB.": "",
34
+ "Message Reactions": "",
35
+ "Message deleted": "",
34
36
  "Message flagged": "Mesaj işaretlendi",
35
37
  "Mute User": "Kullanıcıyı sessize al",
36
- "Not supported": "Desteklenmiyor",
37
- "Nothing yet...": "Henüz değil...",
38
+ "Not supported": "",
39
+ "Nothing yet...": "",
38
40
  "Ok": "Tamam",
39
- "Only visible to you": "Sadece siz görebilirsiniz",
41
+ "Only visible to you": "",
40
42
  "Photo": "Fotoğraf",
41
43
  "Photos and Videos": "Fotoğraflar ve Videolar",
42
44
  "Pin to Conversation": "Konuşmaya sabitle",
43
45
  "Pinned by": "Tarafından sabitlendi",
44
46
  "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.",
45
- "Please select a channel first": "Lütfen önce bir kanal seçiniz",
46
- "Reconnecting...": "Yeniden Bağlanılıyor...",
47
+ "Please select a channel first": "",
48
+ "Reconnecting...": "",
47
49
  "Reply": "Yanıtla",
48
- "Reply to Message": "Mesajı Yanıtla",
50
+ "Reply to Message": "",
49
51
  "Resend": "Yeniden gönder",
50
- "Search GIFs": "GIF Ara",
52
+ "Search GIFs": "",
51
53
  "Select More Photos": "Daha Fazla Fotoğraf Seçin",
52
- "Send a message": "Mesaj gönder",
53
- "Sending links is not allowed in this conversation": "Bu konuşmada bağlantı göndermek desteklenmiyor",
54
- "Slow mode ON": "Yavaş Mod Açık",
54
+ "Send a message": "",
55
+ "Sending links is not allowed in this conversation": "",
56
+ "Slow mode ON": "",
55
57
  "The message has been reported to a moderator.": "Mesaj moderatöre bildirildi.",
56
58
  "Thread Reply": "Konu Yanıtı",
57
59
  "Unblock User": "Kullanıcının engelini kaldır",
58
60
  "Unknown User": "Bilinmeyen kullanıcı",
59
61
  "Unmute User": "Kullanıcının sesini aç",
60
62
  "Unpin from Conversation": "Sabitlemeyi kaldır",
61
- "Unread Messages": "Okunmamış Mesajlar",
63
+ "Unread Messages": "",
62
64
  "Video": "Video",
63
- "You": "Sen",
64
- "You can't send messages in this channel": "Bu konuşmaya mesaj gönderemezsiniz",
65
+ "You": "",
66
+ "You can't send messages in this channel": "",
65
67
  "{{ firstUser }} and {{ nonSelfUserLength }} more are typing": "{{ firstUser }} ve {{ nonSelfUserLength }} kişi daha yazıyor",
66
68
  "{{ index }} of {{ photoLength }}": "{{ index }} / {{ photoLength }}",
67
69
  "{{ replyCount }} Replies": "{{ replyCount }} Cevap",
68
70
  "{{ replyCount }} Thread Replies": "{{responseCount}} Konu Cevapı",
69
71
  "{{ user }} is typing": "{{ user }} yazıyor",
70
- "🏙 Attachment...": "🏙 Ek..."
72
+ "🏙 Attachment...": ""
71
73
  }
@@ -17,6 +17,7 @@ var _relativeTime = _interopRequireDefault(require("dayjs/plugin/relativeTime"))
17
17
  var _updateLocale = _interopRequireDefault(require("dayjs/plugin/updateLocale"));
18
18
  var _i18next = _interopRequireDefault(require("i18next"));
19
19
  var _en2 = _interopRequireDefault(require("../i18n/en.json"));
20
+ var _es2 = _interopRequireDefault(require("../i18n/es.json"));
20
21
  var _fr2 = _interopRequireDefault(require("../i18n/fr.json"));
21
22
  var _he2 = _interopRequireDefault(require("../i18n/he.json"));
22
23
  var _hi2 = _interopRequireDefault(require("../i18n/hi.json"));
@@ -26,7 +27,9 @@ var _ko2 = _interopRequireDefault(require("../i18n/ko.json"));
26
27
  var _nl2 = _interopRequireDefault(require("../i18n/nl.json"));
27
28
  var _ru2 = _interopRequireDefault(require("../i18n/ru.json"));
28
29
  var _tr2 = _interopRequireDefault(require("../i18n/tr.json"));
30
+ require("dayjs/locale/es");
29
31
  require("dayjs/locale/fr");
32
+ require("dayjs/locale/he");
30
33
  require("dayjs/locale/hi");
31
34
  require("dayjs/locale/it");
32
35
  require("dayjs/locale/ja");
@@ -34,7 +37,6 @@ require("dayjs/locale/ko");
34
37
  require("dayjs/locale/nl");
35
38
  require("dayjs/locale/ru");
36
39
  require("dayjs/locale/tr");
37
- require("dayjs/locale/he");
38
40
  require("dayjs/locale/en");
39
41
  var defaultNS = 'translation';
40
42
  var defaultLng = 'en';
@@ -159,6 +161,7 @@ var Streami18n = function () {
159
161
  };
160
162
  this.translations = {
161
163
  en: (0, _defineProperty2["default"])({}, defaultNS, _en2["default"]),
164
+ es: (0, _defineProperty2["default"])({}, defaultNS, _es2["default"]),
162
165
  fr: (0, _defineProperty2["default"])({}, defaultNS, _fr2["default"]),
163
166
  he: (0, _defineProperty2["default"])({}, defaultNS, _he2["default"]),
164
167
  hi: (0, _defineProperty2["default"])({}, defaultNS, _hi2["default"]),