stream-chat-react-native-core 9.0.2-beta.1 → 9.0.2-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 (78) hide show
  1. package/lib/commonjs/components/AttachmentPicker/components/AttachmentMediaPicker/AttachmentPickerItem.js +6 -2
  2. package/lib/commonjs/components/AttachmentPicker/components/AttachmentMediaPicker/AttachmentPickerItem.js.map +1 -1
  3. package/lib/commonjs/components/Indicators/EmptyStateIndicator.js +1 -1
  4. package/lib/commonjs/components/Indicators/EmptyStateIndicator.js.map +1 -1
  5. package/lib/commonjs/components/MessageInput/components/AttachmentPreview/AttachmentUploadProgressIndicator.js +8 -3
  6. package/lib/commonjs/components/MessageInput/components/AttachmentPreview/AttachmentUploadProgressIndicator.js.map +1 -1
  7. package/lib/commonjs/components/Poll/CreatePollContent.js +3 -3
  8. package/lib/commonjs/components/Poll/CreatePollContent.js.map +1 -1
  9. package/lib/commonjs/i18n/en.json +8 -0
  10. package/lib/commonjs/i18n/es.json +8 -0
  11. package/lib/commonjs/i18n/fr.json +8 -0
  12. package/lib/commonjs/i18n/he.json +8 -0
  13. package/lib/commonjs/i18n/hi.json +8 -0
  14. package/lib/commonjs/i18n/it.json +8 -0
  15. package/lib/commonjs/i18n/ja.json +8 -0
  16. package/lib/commonjs/i18n/ko.json +8 -0
  17. package/lib/commonjs/i18n/nl.json +8 -0
  18. package/lib/commonjs/i18n/pt-br.json +8 -0
  19. package/lib/commonjs/i18n/ru.json +8 -0
  20. package/lib/commonjs/i18n/tr.json +8 -0
  21. package/lib/commonjs/version.json +1 -1
  22. package/lib/module/components/AttachmentPicker/components/AttachmentMediaPicker/AttachmentPickerItem.js +6 -2
  23. package/lib/module/components/AttachmentPicker/components/AttachmentMediaPicker/AttachmentPickerItem.js.map +1 -1
  24. package/lib/module/components/Indicators/EmptyStateIndicator.js +1 -1
  25. package/lib/module/components/Indicators/EmptyStateIndicator.js.map +1 -1
  26. package/lib/module/components/MessageInput/components/AttachmentPreview/AttachmentUploadProgressIndicator.js +8 -3
  27. package/lib/module/components/MessageInput/components/AttachmentPreview/AttachmentUploadProgressIndicator.js.map +1 -1
  28. package/lib/module/components/Poll/CreatePollContent.js +3 -3
  29. package/lib/module/components/Poll/CreatePollContent.js.map +1 -1
  30. package/lib/module/i18n/en.json +8 -0
  31. package/lib/module/i18n/es.json +8 -0
  32. package/lib/module/i18n/fr.json +8 -0
  33. package/lib/module/i18n/he.json +8 -0
  34. package/lib/module/i18n/hi.json +8 -0
  35. package/lib/module/i18n/it.json +8 -0
  36. package/lib/module/i18n/ja.json +8 -0
  37. package/lib/module/i18n/ko.json +8 -0
  38. package/lib/module/i18n/nl.json +8 -0
  39. package/lib/module/i18n/pt-br.json +8 -0
  40. package/lib/module/i18n/ru.json +8 -0
  41. package/lib/module/i18n/tr.json +8 -0
  42. package/lib/module/version.json +1 -1
  43. package/lib/typescript/components/AttachmentPicker/components/AttachmentMediaPicker/AttachmentPickerItem.d.ts.map +1 -1
  44. package/lib/typescript/components/Indicators/EmptyStateIndicator.d.ts.map +1 -1
  45. package/lib/typescript/components/MessageInput/components/AttachmentPreview/AttachmentUploadProgressIndicator.d.ts.map +1 -1
  46. package/lib/typescript/components/Poll/CreatePollContent.d.ts.map +1 -1
  47. package/lib/typescript/i18n/en.json +8 -0
  48. package/lib/typescript/i18n/es.json +8 -0
  49. package/lib/typescript/i18n/fr.json +8 -0
  50. package/lib/typescript/i18n/he.json +8 -0
  51. package/lib/typescript/i18n/hi.json +8 -0
  52. package/lib/typescript/i18n/it.json +8 -0
  53. package/lib/typescript/i18n/ja.json +8 -0
  54. package/lib/typescript/i18n/ko.json +8 -0
  55. package/lib/typescript/i18n/nl.json +8 -0
  56. package/lib/typescript/i18n/pt-br.json +8 -0
  57. package/lib/typescript/i18n/ru.json +8 -0
  58. package/lib/typescript/i18n/tr.json +8 -0
  59. package/lib/typescript/utils/i18n/Streami18n.d.ts +8 -0
  60. package/lib/typescript/utils/i18n/Streami18n.d.ts.map +1 -1
  61. package/package.json +1 -1
  62. package/src/components/AttachmentPicker/components/AttachmentMediaPicker/AttachmentPickerItem.tsx +4 -2
  63. package/src/components/Indicators/EmptyStateIndicator.tsx +3 -1
  64. package/src/components/MessageInput/components/AttachmentPreview/AttachmentUploadProgressIndicator.tsx +8 -3
  65. package/src/components/Poll/CreatePollContent.tsx +5 -3
  66. package/src/i18n/en.json +8 -0
  67. package/src/i18n/es.json +8 -0
  68. package/src/i18n/fr.json +8 -0
  69. package/src/i18n/he.json +8 -0
  70. package/src/i18n/hi.json +8 -0
  71. package/src/i18n/it.json +8 -0
  72. package/src/i18n/ja.json +8 -0
  73. package/src/i18n/ko.json +8 -0
  74. package/src/i18n/nl.json +8 -0
  75. package/src/i18n/pt-br.json +8 -0
  76. package/src/i18n/ru.json +8 -0
  77. package/src/i18n/tr.json +8 -0
  78. package/src/version.json +1 -1
package/src/i18n/hi.json CHANGED
@@ -5,7 +5,9 @@
5
5
  "1 Reply": "1 रिप्लाई",
6
6
  "1 Thread Reply": "1 धागा उत्तर",
7
7
  "Add a comment": "एक टिप्पणी जोड़ें",
8
+ "Add a comment to the poll": "पोल में टिप्पणी जोड़ें",
8
9
  "Add an option": "एक विकल्प जोड़ें",
10
+ "Add more": "और जोड़ें",
9
11
  "Allow access to your Gallery": "अपनी गैलरी तक पहुँचने की अनुमति दें",
10
12
  "Allow camera access in device settings": "डिवाइस सेटिंग्स में कैमरा एक्सेस की अनुमति दें",
11
13
  "Also send to channel": "चैनल को भी भेजें",
@@ -42,15 +44,18 @@
42
44
  "Error marking message unread. Cannot mark unread messages older than the newest 100 channel messages.": "संदेश को अनरीड चिह्नित करने में त्रुटि। चैनल के नवीनतम 100 संदेशों से पुराने संदेशों को अनरीड चिह्नित नहीं किया जा सकता।",
43
45
  "Error while loading, please reload/refresh": "एरर, रिफ्रेश करे",
44
46
  "File is too large: {{ size }}, maximum upload size is {{ limit }}": "फ़ाइल बहुत बड़ी है: {{ size }}, अधिकतम अपलोड साइज़ {{ limit }} है",
47
+ "File too large": "फ़ाइल बहुत बड़ी है",
45
48
  "File type not supported": "फ़ाइल प्रकार समर्थित नहीं है",
46
49
  "Flag": "झंडा",
47
50
  "Flag Message": "झंडा संदेश",
48
51
  "Flag action failed either due to a network issue or the message is already flagged": "फ़्लैग कार्रवाई या तो नेटवर्क समस्या के कारण विफल हो गई या संदेश पहले से फ़्लैग किया गया है।",
49
52
  "Generating...": "जनरेट कर रहा है...",
50
53
  "Giphy": "Giphy",
54
+ "Hide who voted": "वोट करने वालों को छुपाएँ",
51
55
  "Hold to start recording.": "रिकॉर्डिंग शुरू करने के लिए दबाएं।",
52
56
  "How about sending your first message to a friend?": "किसी मित्र को अपना पहला संदेश भेजने के बारे में क्या ख़याल है?",
53
57
  "Instant Commands": "त्वरित कमांड",
58
+ "Let others add options": "दूसरों को विकल्प जोड़ने दें",
54
59
  "Let's start chatting!": "आइए चैट करना शुरू करें!",
55
60
  "Links are disabled": "लिंक अक्षम हैं",
56
61
  "Live Location": "लाइव लोकेशन",
@@ -65,11 +70,13 @@
65
70
  "Message deleted": "मैसेज हटा दिया गया",
66
71
  "Message flagged": "संदेश को ध्वजांकित किया गया",
67
72
  "Multiple votes": "एकाधिक वोट",
73
+ "Network error": "नेटवर्क त्रुटि",
68
74
  "Select more than one option": "एक से अधिक विकल्प चुनें",
69
75
  "Limit votes per person": "प्रति व्यक्ति वोट सीमित करें",
70
76
  "Choose between 2–10 options": "2–10 विकल्प चुनें",
71
77
  "Mute User": "उपयोगकर्ता को म्यूट करें",
72
78
  "No chats here yet…": "अभी तक यहाँ कोई चैट नहीं है...",
79
+ "No items exist": "कोई आइटम मौजूद नहीं",
73
80
  "No threads here yet": "यहाँ अभी तक कोई थ्रेड्स नहीं हैं",
74
81
  "Not supported": "समर्थित नहीं",
75
82
  "Nothing yet...": "कोई मैसेज नहीं है...",
@@ -96,6 +103,7 @@
96
103
  "Reply to {{name}}": "{{name}} को जवाब दें",
97
104
  "Reply to Message": "संदेश का जवाब दें",
98
105
  "Resend": "पुन: भेजें",
106
+ "Retry Upload": "अपलोड पुनः प्रयास करें",
99
107
  "SEND": "भेजें",
100
108
  "Search": "खोजें",
101
109
  "Select More Photos": "अधिक फ़ोटो चुनें",
package/src/i18n/it.json CHANGED
@@ -5,7 +5,9 @@
5
5
  "1 Reply": "1 Risposta",
6
6
  "1 Thread Reply": "1 Risposta alla Discussione",
7
7
  "Add a comment": "Aggiungi un commento",
8
+ "Add a comment to the poll": "Aggiungi un commento al sondaggio",
8
9
  "Add an option": "Aggiungi un'opzione",
10
+ "Add more": "Aggiungi altri",
9
11
  "Allow access to your Gallery": "Consenti l'accesso alla tua galleria",
10
12
  "Allow camera access in device settings": "Consenti l'accesso alla fotocamera nelle impostazioni del dispositivo",
11
13
  "Also send to channel": "Invia anche al canale",
@@ -42,15 +44,18 @@
42
44
  "Error marking message unread. Cannot mark unread messages older than the newest 100 channel messages.": "Errore durante il contrassegno del messaggio come non letto. Non è possibile contrassegnare i messaggi non letti più vecchi dei 100 messaggi più recenti del canale.",
43
45
  "Error while loading, please reload/refresh": "Errore durante il caricamento, per favore ricarica la pagina",
44
46
  "File is too large: {{ size }}, maximum upload size is {{ limit }}": "Il file è troppo grande: {{ size }}, la dimensione massima di caricamento è {{ limit }}",
47
+ "File too large": "File troppo grande",
45
48
  "File type not supported": "Tipo di file non supportato",
46
49
  "Flag": "Contrassegna",
47
50
  "Flag Message": "Contrassegna Messaggio",
48
51
  "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.",
49
52
  "Generating...": "Generando...",
50
53
  "Giphy": "Giphy",
54
+ "Hide who voted": "Nascondi chi ha votato",
51
55
  "Hold to start recording.": "Tieni premuto per avviare la registrazione.",
52
56
  "How about sending your first message to a friend?": "Che ne dici di inviare il tuo primo messaggio ad un amico?",
53
57
  "Instant Commands": "Comandi Istantanei",
58
+ "Let others add options": "Permetti ad altri di aggiungere opzioni",
54
59
  "Let's start chatting!": "Iniziamo a chattare!",
55
60
  "Links are disabled": "I link sono disabilitati",
56
61
  "Live Location": "Posizione in tempo reale",
@@ -65,11 +70,13 @@
65
70
  "Message deleted": "Messaggio cancellato",
66
71
  "Message flagged": "Messaggio contrassegnato",
67
72
  "Multiple votes": "Voti multipli",
73
+ "Network error": "Errore di rete",
68
74
  "Select more than one option": "Seleziona più di un'opzione",
69
75
  "Limit votes per person": "Limita i voti per persona",
70
76
  "Choose between 2–10 options": "Scegli tra 2 e 10 opzioni",
71
77
  "Mute User": "Utente Muto",
72
78
  "No chats here yet…": "Non ci sono ancora chat qui...",
79
+ "No items exist": "Nessun elemento",
73
80
  "No threads here yet": "Nessun thread qui ancora",
74
81
  "Not supported": "non supportato",
75
82
  "Nothing yet...": "Ancora niente...",
@@ -96,6 +103,7 @@
96
103
  "Reply to {{name}}": "Rispondi a {{name}}",
97
104
  "Reply to Message": "Rispondi al messaggio",
98
105
  "Resend": "Invia di nuovo",
106
+ "Retry Upload": "Riprova caricamento",
99
107
  "SEND": "INVIA",
100
108
  "Search": "Cerca",
101
109
  "Select More Photos": "Seleziona Altre foto",
package/src/i18n/ja.json CHANGED
@@ -5,7 +5,9 @@
5
5
  "1 Reply": "1件の返信",
6
6
  "1 Thread Reply": "1件のスレッド返信",
7
7
  "Add a comment": "コメントを追加",
8
+ "Add a comment to the poll": "投票にコメントを追加",
8
9
  "Add an option": "オプションを追加",
10
+ "Add more": "さらに追加",
9
11
  "Allow access to your Gallery": "ギャラリーへのアクセスを許可する",
10
12
  "Allow camera access in device settings": "デバイス設定でカメラへのアクセスを許可する",
11
13
  "Also send to channel": "チャンネルにも送信",
@@ -42,15 +44,18 @@
42
44
  "Error marking message unread. Cannot mark unread messages older than the newest 100 channel messages.": "メッセージを未読にする際にエラーが発生しました。最新の100件のチャネルメッセージより古い未読メッセージはマークできません。",
43
45
  "Error while loading, please reload/refresh": "ロード中にエラーが発生しました。更新してください",
44
46
  "File is too large: {{ size }}, maximum upload size is {{ limit }}": "ファイルが大きすぎます:{{ size }}、最大アップロードサイズは{{ limit }}です",
47
+ "File too large": "ファイルが大きすぎます",
45
48
  "File type not supported": "サポートされていないファイルです",
46
49
  "Flag": "フラグ",
47
50
  "Flag Message": "メッセージをフラグする",
48
51
  "Flag action failed either due to a network issue or the message is already flagged": "ネットワーク接続に問題があるか、すでにフラグが設定されているため、フラグが失敗しました。",
49
52
  "Generating...": "生成中...",
50
53
  "Giphy": "Giphy",
54
+ "Hide who voted": "投票者を非表示",
51
55
  "Hold to start recording.": "録音を開始するには押し続けてください。",
52
56
  "How about sending your first message to a friend?": "初めてのメッセージを友達に送ってみてはいかがでしょうか?",
53
57
  "Instant Commands": "インスタントコマンド",
58
+ "Let others add options": "他の人が選択肢を追加できるようにする",
54
59
  "Let's start chatting!": "チャットを始めましょう!",
55
60
  "Links are disabled": "リンク機能が無効になっています",
56
61
  "Live Location": "ライブ位置情報",
@@ -65,11 +70,13 @@
65
70
  "Message deleted": "メッセージが削除されました",
66
71
  "Message flagged": "メッセージにフラグが付けられました",
67
72
  "Multiple votes": "複数投票",
73
+ "Network error": "ネットワークエラー",
68
74
  "Select more than one option": "2つ以上のオプションを選択",
69
75
  "Limit votes per person": "1人あたりの投票数を制限",
70
76
  "Choose between 2–10 options": "2~10個のオプションから選択",
71
77
  "Mute User": "ユーザーをミュートする",
72
78
  "No chats here yet…": "まだチャットはありません…",
79
+ "No items exist": "項目がありません",
73
80
  "No threads here yet": "まだスレッドがありません",
74
81
  "Not supported": "サポートしていません",
75
82
  "Nothing yet...": "まだ何もありません...",
@@ -96,6 +103,7 @@
96
103
  "Reply to {{name}}": "{{name}}に返信",
97
104
  "Reply to Message": "メッセージに返信",
98
105
  "Resend": "再送",
106
+ "Retry Upload": "アップロードを再試行",
99
107
  "SEND": "送信",
100
108
  "Search": "検索",
101
109
  "Select More Photos": "さらに写真を選択",
package/src/i18n/ko.json CHANGED
@@ -5,7 +5,9 @@
5
5
  "1 Reply": "답장 1개",
6
6
  "1 Thread Reply": "1개의 스레드 답글",
7
7
  "Add a comment": "댓글 추가",
8
+ "Add a comment to the poll": "투표에 의견 추가",
8
9
  "Add an option": "옵션 추가",
10
+ "Add more": "더 추가",
9
11
  "Allow access to your Gallery": "갤러리에 대한 액세스를 허용",
10
12
  "Allow camera access in device settings": "기기 설정에서 카메라 액세스를 허용하세요.",
11
13
  "Also send to channel": "채널에도 전송",
@@ -42,15 +44,18 @@
42
44
  "Error marking message unread. Cannot mark unread messages older than the newest 100 channel messages.": "메시지를 읽지 않음으로 표시하는 중 오류가 발생했습니다. 최신 100개의 채널 메시지보다 오래된 읽지 않은 메시지는 표시할 수 없습니다.",
43
45
  "Error while loading, please reload/refresh": "로드하는 동안 오류가 발생했습니다. 다시로드하십시오",
44
46
  "File is too large: {{ size }}, maximum upload size is {{ limit }}": "파일이 너무 큽니다: {{ size }}, 최대 업로드 크기는 {{ limit }}입니다",
47
+ "File too large": "파일이 너무 큽니다",
45
48
  "File type not supported": "지원하지 않는 파일입니다.",
46
49
  "Flag": "플래그",
47
50
  "Flag Message": "메시지를 플래그하기",
48
51
  "Flag action failed either due to a network issue or the message is already flagged": "네트워크 연결에 문제가 있거나 이미 플래그 되어서 플래그에 실패했습니다.",
49
52
  "Generating...": "생성 중...",
50
53
  "Giphy": "Giphy",
54
+ "Hide who voted": "투표한 사람 숨기기",
51
55
  "Hold to start recording.": "녹음을 시작하려면 눌러주세요.",
52
56
  "How about sending your first message to a friend?": "친구에게 첫 번째 메시지를 보내는 것은 어떻습니까?",
53
57
  "Instant Commands": "인스턴트 명령",
58
+ "Let others add options": "다른 사람이 옵션을 추가하도록 허용",
54
59
  "Let's start chatting!": "채팅을 시작합시다!",
55
60
  "Links are disabled": "링크 기능이 비활성화되었습니다",
56
61
  "Live Location": "실시간 위치",
@@ -65,11 +70,13 @@
65
70
  "Message deleted": "메시지가 삭제되었습니다.",
66
71
  "Message flagged": "메시지에 플래그가 지정되었습니다",
67
72
  "Multiple votes": "복수 투표",
73
+ "Network error": "네트워크 오류",
68
74
  "Select more than one option": "두 개 이상의 옵션을 선택하세요",
69
75
  "Limit votes per person": "1인당 투표 수 제한",
70
76
  "Choose between 2–10 options": "2~10개의 옵션 중에서 선택하세요",
71
77
  "Mute User": "사용자를 음소거",
72
78
  "No chats here yet…": "아직 여기에 채팅이 없어요…",
79
+ "No items exist": "항목이 없습니다",
73
80
  "No threads here yet": "아직 스레드가 없습니다",
74
81
  "Not supported": "지원하지 않습니다",
75
82
  "Nothing yet...": "아직 아무것도...",
@@ -96,6 +103,7 @@
96
103
  "Reply to {{name}}": "{{name}}님에게 답장",
97
104
  "Reply to Message": "메시지에 답장",
98
105
  "Resend": "재전송",
106
+ "Retry Upload": "업로드 재시도",
99
107
  "SEND": "보내기",
100
108
  "Search": "검색",
101
109
  "Select More Photos": "추가 사진 선택",
package/src/i18n/nl.json CHANGED
@@ -5,7 +5,9 @@
5
5
  "1 Reply": "1 Antwoord",
6
6
  "1 Thread Reply": "1 thread antwoord",
7
7
  "Add a comment": "Voeg een reactie toe",
8
+ "Add a comment to the poll": "Voeg een reactie toe aan de poll",
8
9
  "Add an option": "Voeg een optie toe",
10
+ "Add more": "Meer toevoegen",
9
11
  "Allow access to your Gallery": "Geef toegang tot uw galerij",
10
12
  "Allow camera access in device settings": "Sta cameratoegang toe in de apparaatinstellingen",
11
13
  "Also send to channel": "Stuur ook naar kanaal",
@@ -42,15 +44,18 @@
42
44
  "Error marking message unread. Cannot mark unread messages older than the newest 100 channel messages.": "Fout bij markeren als ongelezen. Kan ongelezen berichten ouder dan de nieuwste 100 kanaalberichten niet markeren.",
43
45
  "Error while loading, please reload/refresh": "Probleem bij het laden, probeer opnieuw",
44
46
  "File is too large: {{ size }}, maximum upload size is {{ limit }}": "Bestand is te groot: {{ size }}, maximale uploadgrootte is {{ limit }}",
47
+ "File too large": "Bestand te groot",
45
48
  "File type not supported": "Bestandstype niet ondersteund",
46
49
  "Flag": "Markeer",
47
50
  "Flag Message": "Markeer bericht",
48
51
  "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",
49
52
  "Generating...": "Aan het genereren...",
50
53
  "Giphy": "Giphy",
54
+ "Hide who voted": "Verberg wie heeft gestemd",
51
55
  "Hold to start recording.": "Houd vast om opname te starten.",
52
56
  "How about sending your first message to a friend?": "Wat dacht je ervan om je eerste bericht naar een vriend te sturen?",
53
57
  "Instant Commands": "Directe Opdrachten",
58
+ "Let others add options": "Laat anderen opties toevoegen",
54
59
  "Let's start chatting!": "Laten we beginnen met chatten!",
55
60
  "Links are disabled": "Het versturen van links staat uit",
56
61
  "Live Location": "Live locatie",
@@ -65,11 +70,13 @@
65
70
  "Message deleted": "Bericht verwijderd",
66
71
  "Message flagged": "Bericht gemarkeerd",
67
72
  "Multiple votes": "Meerdere stemmen",
73
+ "Network error": "Netwerkfout",
68
74
  "Select more than one option": "Selecteer meer dan één optie",
69
75
  "Limit votes per person": "Beperk stemmen per persoon",
70
76
  "Choose between 2–10 options": "Kies tussen 2 en 10 opties",
71
77
  "Mute User": "Gebruiker dempen",
72
78
  "No chats here yet…": "Nog geen chats hier…",
79
+ "No items exist": "Er zijn geen items",
73
80
  "No threads here yet": "Hier zijn nog geen threads",
74
81
  "Not supported": "niet ondersteund",
75
82
  "Nothing yet...": "Nog niets...",
@@ -96,6 +103,7 @@
96
103
  "Reply to {{name}}": "Antwoord aan {{name}}",
97
104
  "Reply to Message": "Beantwoord bericht",
98
105
  "Resend": "Opnieuw versturen",
106
+ "Retry Upload": "Uploaden opnieuw proberen",
99
107
  "SEND": "VERZENDEN",
100
108
  "Search": "Zoeken",
101
109
  "Select More Photos": "Selecteer Meer foto's",
@@ -5,7 +5,9 @@
5
5
  "1 Reply": "1 Resposta",
6
6
  "1 Thread Reply": "1 Resposta de Thread",
7
7
  "Add a comment": "Adicionar um comentário",
8
+ "Add a comment to the poll": "Adicionar um comentário à enquete",
8
9
  "Add an option": "Adicionar uma opção",
10
+ "Add more": "Adicionar mais",
9
11
  "Allow access to your Gallery": "Permitir acesso à sua Galeria",
10
12
  "Allow camera access in device settings": "Permitir acesso à câmera nas configurações do dispositivo",
11
13
  "Also send to channel": "Também enviar para o canal",
@@ -42,15 +44,18 @@
42
44
  "Error marking message unread. Cannot mark unread messages older than the newest 100 channel messages.": "Erro ao marcar mensagem como não lida. Não é possível marcar mensagens não lidas mais antigas que as 100 mensagens mais recentes do canal.",
43
45
  "Error while loading, please reload/refresh": "Erro ao carregar, por favor recarregue/atualize",
44
46
  "File is too large: {{ size }}, maximum upload size is {{ limit }}": "O arquivo é muito grande: {{ size }}, o tamanho máximo de upload é {{ limit }}",
47
+ "File too large": "Arquivo muito grande",
45
48
  "File type not supported": "Tipo de arquivo não suportado",
46
49
  "Flag": "Reportar",
47
50
  "Flag Message": "Reportar Mensagem",
48
51
  "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.",
49
52
  "Generating...": "Gerando...",
50
53
  "Giphy": "Giphy",
54
+ "Hide who voted": "Ocultar quem votou",
51
55
  "Hold to start recording.": "Mantenha pressionado para começar a gravar.",
52
56
  "How about sending your first message to a friend?": "Que tal enviar sua primeira mensagem para um amigo?",
53
57
  "Instant Commands": "Comandos Instantâneos",
58
+ "Let others add options": "Permitir que outros adicionem opções",
54
59
  "Let's start chatting!": "Vamos começar a conversar!",
55
60
  "Links are disabled": "Links estão desabilitados",
56
61
  "Live Location": "Localização ao vivo",
@@ -65,11 +70,13 @@
65
70
  "Message deleted": "Mensagem excluída",
66
71
  "Message flagged": "Mensagem sinalizada",
67
72
  "Multiple votes": "Votos múltiplos",
73
+ "Network error": "Erro de rede",
68
74
  "Select more than one option": "Selecione mais de uma opção",
69
75
  "Limit votes per person": "Limite os votos por pessoa",
70
76
  "Choose between 2–10 options": "Escolha entre 2 e 10 opções",
71
77
  "Mute User": "Silenciar Usuário",
72
78
  "No chats here yet…": "Ainda não há chats aqui...",
79
+ "No items exist": "Nenhum item",
73
80
  "No threads here yet": "Ainda não há tópicos aqui",
74
81
  "Not supported": "Não suportado",
75
82
  "Nothing yet...": "Nada ainda...",
@@ -96,6 +103,7 @@
96
103
  "Reply to {{name}}": "Responder a {{name}}",
97
104
  "Reply to Message": "Responder à Mensagem",
98
105
  "Resend": "Reenviar",
106
+ "Retry Upload": "Tentar upload novamente",
99
107
  "SEND": "ENVIAR",
100
108
  "Search": "Pesquisar",
101
109
  "Select More Photos": "Selecionar Mais Fotos",
package/src/i18n/ru.json CHANGED
@@ -5,7 +5,9 @@
5
5
  "1 Reply": "1 Ответ",
6
6
  "1 Thread Reply": "1 тема Ответить",
7
7
  "Add a comment": "Добавить комментарий",
8
+ "Add a comment to the poll": "Добавить комментарий к опросу",
8
9
  "Add an option": "Добавить вариант",
10
+ "Add more": "Добавить ещё",
9
11
  "Allow access to your Gallery": "Разрешить доступ к вашей галерее",
10
12
  "Allow camera access in device settings": "Разрешите доступ к камере в настройках устройства.",
11
13
  "Also send to channel": "Также отправить на канал",
@@ -42,15 +44,18 @@
42
44
  "Error marking message unread. Cannot mark unread messages older than the newest 100 channel messages.": "Ошибка при отметке сообщения как непрочитанного. Невозможно отметить непрочитанные сообщения старше новейших 100 сообщений канала.",
43
45
  "Error while loading, please reload/refresh": "Ошибка загрузки, пожалуйста перезагрузите или обновите",
44
46
  "File is too large: {{ size }}, maximum upload size is {{ limit }}": "Файл слишком большой: {{ size }}, максимальный размер загрузки составляет {{ limit }}",
47
+ "File too large": "Файл слишком большой",
45
48
  "File type not supported": "Тип файла не поддерживается",
46
49
  "Flag": "Пометить",
47
50
  "Flag Message": "Пометить сообщение",
48
51
  "Flag action failed either due to a network issue or the message is already flagged": "Не удалось отправить жалобу. Возможные причины: проблема с подключением к интернету или ваша жалоба уже была принята.",
49
52
  "Generating...": "Генерирую...",
50
53
  "Giphy": "Giphy",
54
+ "Hide who voted": "Скрыть, кто проголосовал",
51
55
  "Hold to start recording.": "Удерживайте, чтобы начать запись.",
52
56
  "How about sending your first message to a friend?": "Как насчет отправки первого сообщения другу?",
53
57
  "Instant Commands": "Мгновенные Команды",
58
+ "Let others add options": "Разрешить другим добавлять варианты",
54
59
  "Let's start chatting!": "Давайте начнем общаться!",
55
60
  "Links are disabled": "Ссылки отключены",
56
61
  "Live Location": "Трансляция местоположения",
@@ -65,11 +70,13 @@
65
70
  "Message deleted": "Сообщение удалено",
66
71
  "Message flagged": "Сообщение отмечено",
67
72
  "Multiple votes": "Несколько голосов",
73
+ "Network error": "Ошибка сети",
68
74
  "Select more than one option": "Выберите больше одного варианта",
69
75
  "Limit votes per person": "Ограничить количество голосов на человека",
70
76
  "Choose between 2–10 options": "Выберите от 2 до 10 вариантов",
71
77
  "Mute User": "Отключить пользователя",
72
78
  "No chats here yet…": "Здесь пока нет чатов…",
79
+ "No items exist": "Нет элементов",
73
80
  "No threads here yet": "Здесь пока нет потоков",
74
81
  "Not supported": "не поддерживается",
75
82
  "Nothing yet...": "Пока ничего нет...",
@@ -96,6 +103,7 @@
96
103
  "Reply to {{name}}": "Ответить пользователю {{name}}",
97
104
  "Reply to Message": "Ответить на сообщение",
98
105
  "Resend": "Отправить",
106
+ "Retry Upload": "Повторить загрузку",
99
107
  "SEND": "ОТПРАВИТЬ",
100
108
  "Search": "Поиск",
101
109
  "Select More Photos": "Выбрать больше фотографий",
package/src/i18n/tr.json CHANGED
@@ -5,7 +5,9 @@
5
5
  "1 Reply": "1 Cevap",
6
6
  "1 Thread Reply": "1 Konu Yanıtı",
7
7
  "Add a comment": "Yorum ekle",
8
+ "Add a comment to the poll": "Ankete yorum ekle",
8
9
  "Add an option": "Seçenek ekle",
10
+ "Add more": "Daha fazla ekle",
9
11
  "Allow access to your Gallery": "Galerinize erişime izin verin",
10
12
  "Allow camera access in device settings": "Cihaz ayarlarında kamera erişimine izin ver",
11
13
  "Also send to channel": "Kanala da gönder",
@@ -42,15 +44,18 @@
42
44
  "Error marking message unread. Cannot mark unread messages older than the newest 100 channel messages.": "Okunmamış olarak işaretlenen mesajda hata oluştu. En yeni 100 kanal mesajından daha eski okunmamış mesajları işaretleyemezsiniz.",
43
45
  "Error while loading, please reload/refresh": "Yüklenirken hata oluştu, lütfen tekrar deneyiniz",
44
46
  "File is too large: {{ size }}, maximum upload size is {{ limit }}": "Dosya çok büyük: {{ size }}, maksimum yükleme boyutu {{ limit }}",
47
+ "File too large": "Dosya çok büyük",
45
48
  "File type not supported": "Dosya türü desteklenmiyor",
46
49
  "Flag": "Raporla",
47
50
  "Flag Message": "Mesajı Raporla",
48
51
  "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.",
49
52
  "Generating...": "Oluşturuluyor...",
50
53
  "Giphy": "Giphy",
54
+ "Hide who voted": "Kimin oy verdiğini gizle",
51
55
  "Hold to start recording.": "Kayıt yapmak için basılı tutun.",
52
56
  "How about sending your first message to a friend?": "İlk mesajınızı bir arkadaşınıza göndermeye ne dersiniz?",
53
57
  "Instant Commands": "Anlık Komutlar",
58
+ "Let others add options": "Başkalarının seçenek eklemesine izin ver",
54
59
  "Let's start chatting!": "Haydi sohbete başlayalım!",
55
60
  "Links are disabled": "Bağlantılar devre dışı",
56
61
  "Live Location": "Canlı Konum",
@@ -65,11 +70,13 @@
65
70
  "Message deleted": "Mesaj silindi",
66
71
  "Message flagged": "Mesaj işaretlendi",
67
72
  "Multiple votes": "Çoklu oy",
73
+ "Network error": "Ağ hatası",
68
74
  "Select more than one option": "Birden fazla seçenek seçin",
69
75
  "Limit votes per person": "Kişi başına oy sayısını sınırla",
70
76
  "Choose between 2–10 options": "2 ile 10 arasında seçenek seçin",
71
77
  "Mute User": "Kullanıcıyı sessize al",
72
78
  "No chats here yet…": "Henüz burada sohbet yok…",
79
+ "No items exist": "Hiçbir öğe yok",
73
80
  "No threads here yet": "Burada henüz akış yok",
74
81
  "Not supported": "Desteklenmiyor",
75
82
  "Nothing yet...": "Henüz değil...",
@@ -96,6 +103,7 @@
96
103
  "Reply to {{name}}": "{{name}} için yanıtla",
97
104
  "Reply to Message": "Mesajı Yanıtla",
98
105
  "Resend": "Yeniden gönder",
106
+ "Retry Upload": "Yüklemeyi yeniden dene",
99
107
  "SEND": "GÖNDER",
100
108
  "Search": "Ara",
101
109
  "Select More Photos": "Daha Fazla Fotoğraf Seçin",
package/src/version.json CHANGED
@@ -1,3 +1,3 @@
1
1
  {
2
- "version": "9.0.2-beta.1"
2
+ "version": "9.0.2-beta.2"
3
3
  }