stream-chat-react-native-core 5.25.0-beta.5 → 5.25.0-beta.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (59) hide show
  1. package/lib/commonjs/components/Chat/Chat.js +10 -6
  2. package/lib/commonjs/components/Chat/Chat.js.map +1 -1
  3. package/lib/commonjs/components/Chat/hooks/useSyncDatabase.js +4 -3
  4. package/lib/commonjs/components/Chat/hooks/useSyncDatabase.js.map +1 -1
  5. package/lib/commonjs/i18n/en.json +1 -1
  6. package/lib/commonjs/i18n/es.json +44 -44
  7. package/lib/commonjs/i18n/fr.json +44 -44
  8. package/lib/commonjs/i18n/he.json +44 -44
  9. package/lib/commonjs/i18n/hi.json +44 -44
  10. package/lib/commonjs/i18n/it.json +44 -44
  11. package/lib/commonjs/i18n/ja.json +44 -44
  12. package/lib/commonjs/i18n/ko.json +44 -44
  13. package/lib/commonjs/i18n/nl.json +44 -44
  14. package/lib/commonjs/i18n/ru.json +44 -44
  15. package/lib/commonjs/i18n/tr.json +44 -44
  16. package/lib/commonjs/version.json +1 -1
  17. package/lib/module/components/Chat/Chat.js +10 -6
  18. package/lib/module/components/Chat/Chat.js.map +1 -1
  19. package/lib/module/components/Chat/hooks/useSyncDatabase.js +4 -3
  20. package/lib/module/components/Chat/hooks/useSyncDatabase.js.map +1 -1
  21. package/lib/module/i18n/en.json +1 -1
  22. package/lib/module/i18n/es.json +44 -44
  23. package/lib/module/i18n/fr.json +44 -44
  24. package/lib/module/i18n/he.json +44 -44
  25. package/lib/module/i18n/hi.json +44 -44
  26. package/lib/module/i18n/it.json +44 -44
  27. package/lib/module/i18n/ja.json +44 -44
  28. package/lib/module/i18n/ko.json +44 -44
  29. package/lib/module/i18n/nl.json +44 -44
  30. package/lib/module/i18n/ru.json +44 -44
  31. package/lib/module/i18n/tr.json +44 -44
  32. package/lib/module/version.json +1 -1
  33. package/lib/typescript/components/Chat/hooks/useSyncDatabase.d.ts +2 -1
  34. package/lib/typescript/i18n/en.json +1 -1
  35. package/lib/typescript/i18n/es.json +44 -44
  36. package/lib/typescript/i18n/fr.json +44 -44
  37. package/lib/typescript/i18n/he.json +44 -44
  38. package/lib/typescript/i18n/hi.json +44 -44
  39. package/lib/typescript/i18n/it.json +44 -44
  40. package/lib/typescript/i18n/ja.json +44 -44
  41. package/lib/typescript/i18n/ko.json +44 -44
  42. package/lib/typescript/i18n/nl.json +44 -44
  43. package/lib/typescript/i18n/ru.json +44 -44
  44. package/lib/typescript/i18n/tr.json +44 -44
  45. package/package.json +1 -1
  46. package/src/components/Chat/Chat.tsx +5 -0
  47. package/src/components/Chat/hooks/useSyncDatabase.ts +4 -2
  48. package/src/i18n/en.json +1 -1
  49. package/src/i18n/es.json +44 -44
  50. package/src/i18n/fr.json +44 -44
  51. package/src/i18n/he.json +44 -44
  52. package/src/i18n/hi.json +44 -44
  53. package/src/i18n/it.json +44 -44
  54. package/src/i18n/ja.json +44 -44
  55. package/src/i18n/ko.json +44 -44
  56. package/src/i18n/nl.json +44 -44
  57. package/src/i18n/ru.json +44 -44
  58. package/src/i18n/tr.json +44 -44
  59. package/src/version.json +1 -1
package/src/i18n/ja.json CHANGED
@@ -1,79 +1,79 @@
1
1
  {
2
- "1 Reply": "",
3
- "1 Thread Reply": "",
4
- "Allow access to your Gallery": "",
5
- "Allow camera access in device settings": "",
2
+ "1 Reply": "1件の返信",
3
+ "1 Thread Reply": "1件のスレッド返信",
4
+ "Allow access to your Gallery": "ギャラリーへのアクセスを許可する",
5
+ "Allow camera access in device settings": "デバイス設定でカメラへのアクセスを許可する",
6
6
  "Also send to channel": "チャンネルにも送信",
7
- "Are you sure you want to permanently delete this message?": "このメッセージを完全に削除してもよろしいですか?",
7
+ "Are you sure you want to permanently delete this message?": "",
8
8
  "Are you sure?": "",
9
- "Block User": "ユーザをブロックする",
10
- "Cancel": "キャンセル",
11
- "Cannot Flag Message": "メッセージをフラグできません",
9
+ "Block User": "",
10
+ "Cancel": "",
11
+ "Cannot Flag Message": "",
12
12
  "Consider how your comment might make others feel and be sure to follow our Community Guidelines": "",
13
- "Copy Message": "メッセージのコピー",
14
- "Delete": "消去",
15
- "Delete Message": "メッセージを削除",
16
- "Device camera is used to take photos or videos.": "",
17
- "Do you want to send a copy of this message to a moderator for further investigation?": "このメッセージのコピーをモデレーターに送信して、さらに調査しますか?",
18
- "Edit Message": "メッセージを編集",
13
+ "Copy Message": "",
14
+ "Delete": "",
15
+ "Delete Message": "",
16
+ "Device camera is used to take photos or videos.": "デバイスのカメラは写真やビデオの撮影に使用されます。",
17
+ "Do you want to send a copy of this message to a moderator for further investigation?": "",
18
+ "Edit Message": "",
19
19
  "Editing Message": "",
20
- "Emoji matching": "絵文字マッチング",
20
+ "Emoji matching": "",
21
21
  "Empty message...": "",
22
22
  "Error loading": "",
23
23
  "Error loading channel list...": "",
24
24
  "Error loading messages for this channel...": "",
25
25
  "Error while loading, please reload/refresh": "",
26
26
  "File type not supported": "",
27
- "Flag": "フラグ",
28
- "Flag Message": "メッセージをフラグする",
29
- "Flag action failed either due to a network issue or the message is already flagged": "ネットワーク接続に問題があるか、すでにフラグが設定されているため、フラグが失敗しました。",
27
+ "Flag": "",
28
+ "Flag Message": "",
29
+ "Flag action failed either due to a network issue or the message is already flagged": "",
30
30
  "How about sending your first message to a friend?": "",
31
- "Instant Commands": "インスタントコマンド",
31
+ "Instant Commands": "",
32
32
  "Let's start chatting!": "",
33
33
  "Links are disabled": "リンク機能が無効になっています",
34
34
  "Loading channels...": "",
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.": "最大ファイル サイズのアップロード制限に達しました。 {{MAX_FILE_SIZE_TO_UPLOAD_IN_MB}} MB 以下のファイルをアップロードしてください",
38
- "Message Reactions": "メッセージのリアクション",
38
+ "Message Reactions": "",
39
39
  "Message deleted": "",
40
- "Message flagged": "メッセージにフラグが付けられました",
41
- "Mute User": "ユーザーをミュートする",
40
+ "Message flagged": "",
41
+ "Mute User": "",
42
42
  "Not supported": "",
43
43
  "Nothing yet...": "",
44
- "Ok": "確認",
45
- "Only visible to you": "",
46
- "Open Settings": "",
47
- "Photo": "写真",
48
- "Photos and Videos": "",
49
- "Pin to Conversation": "会話にピンする",
50
- "Pinned by": "",
51
- "Please enable access to your photos and videos so you can share them.": "",
44
+ "Ok": "",
45
+ "Only visible to you": "あなただけに見える",
46
+ "Open Settings": "設定を開く",
47
+ "Photo": "",
48
+ "Photos and Videos": "写真と動画",
49
+ "Pin to Conversation": "",
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
- "Reply": "返事",
54
+ "Reply": "",
55
55
  "Reply to Message": "",
56
- "Resend": "再送",
56
+ "Resend": "",
57
57
  "Search GIFs": "",
58
- "Select More Photos": "",
58
+ "Select More Photos": "さらに写真を選択",
59
59
  "Send Anyway": "",
60
60
  "Send a message": "",
61
61
  "Sending links is not allowed in this conversation": "この会話ではリンク機能を使用できません。",
62
62
  "Slow mode ON": "",
63
- "The message has been reported to a moderator.": "メッセージはモデレーターに報告されました。",
64
- "Thread Reply": "スレッドの返信",
65
- "Unblock User": "ユーザーのブロックを解除する",
66
- "Unknown User": "",
67
- "Unmute User": "ユーザーのミュートを解除する",
68
- "Unpin from Conversation": "会話のピンを外す",
69
- "Unread Messages": "未読メッセージ",
70
- "Video": "ビデオ",
63
+ "The message has been reported to a moderator.": "",
64
+ "Thread Reply": "",
65
+ "Unblock User": "",
66
+ "Unknown User": "不明なユーザー",
67
+ "Unmute User": "",
68
+ "Unpin from Conversation": "",
69
+ "Unread Messages": "",
70
+ "Video": "",
71
71
  "You": "",
72
72
  "You can't send messages in this channel": "このチャンネルではメッセージを送信できません",
73
73
  "{{ firstUser }} and {{ nonSelfUserLength }} more are typing": "",
74
- "{{ index }} of {{ photoLength }}": "",
75
- "{{ replyCount }} Replies": "",
76
- "{{ replyCount }} Thread Replies": "",
74
+ "{{ index }} of {{ photoLength }}": "{{ index }} / {{ photoLength }}",
75
+ "{{ replyCount }} Replies": "{{ replyCount }}件の返信",
76
+ "{{ replyCount }} Thread Replies": "{{ replyCount }}件のスレッド返信",
77
77
  "{{ user }} is typing": "",
78
78
  "🏙 Attachment...": ""
79
79
  }
package/src/i18n/ko.json CHANGED
@@ -1,79 +1,79 @@
1
1
  {
2
- "1 Reply": "",
3
- "1 Thread Reply": "",
4
- "Allow access to your Gallery": "",
5
- "Allow camera access in device settings": "",
2
+ "1 Reply": "답장 1개",
3
+ "1 Thread Reply": "1개의 스레드 답글",
4
+ "Allow access to your Gallery": "갤러리에 대한 액세스를 허용",
5
+ "Allow camera access in device settings": "기기 설정에서 카메라 액세스를 허용하세요.",
6
6
  "Also send to channel": "채널에도 전송",
7
- "Are you sure you want to permanently delete this message?": "이 메시지를 영구적으로 삭제하시겠습니까?",
7
+ "Are you sure you want to permanently delete this message?": "",
8
8
  "Are you sure?": "",
9
- "Block User": "사용자 차단",
10
- "Cancel": "취소",
11
- "Cannot Flag Message": "메세지를 플래그 할 수 없습니다",
9
+ "Block User": "",
10
+ "Cancel": "",
11
+ "Cannot Flag Message": "",
12
12
  "Consider how your comment might make others feel and be sure to follow our Community Guidelines": "",
13
- "Copy Message": "메시지 복사",
14
- "Delete": "삭제",
15
- "Delete Message": "메시지 삭제",
16
- "Device camera is used to take photos or videos.": "",
17
- "Do you want to send a copy of this message to a moderator for further investigation?": "이 메시지의 복사본을 운영자에게 보내 추가 조사를합니까?",
18
- "Edit Message": "메시지 수정",
13
+ "Copy Message": "",
14
+ "Delete": "",
15
+ "Delete Message": "",
16
+ "Device camera is used to take photos or videos.": "기기 카메라는 사진이나 동영상을 촬영하는 데 사용됩니다.",
17
+ "Do you want to send a copy of this message to a moderator for further investigation?": "",
18
+ "Edit Message": "",
19
19
  "Editing Message": "",
20
- "Emoji matching": "이모티콘 매칭",
20
+ "Emoji matching": "",
21
21
  "Empty message...": "",
22
22
  "Error loading": "",
23
23
  "Error loading channel list...": "",
24
24
  "Error loading messages for this channel...": "",
25
25
  "Error while loading, please reload/refresh": "",
26
26
  "File type not supported": "",
27
- "Flag": "플래그",
28
- "Flag Message": "메시지를 플래그하기",
29
- "Flag action failed either due to a network issue or the message is already flagged": "네트워크 연결에 문제가 있거나 이미 플래그 되어서 플래그에 실패했습니다.",
27
+ "Flag": "",
28
+ "Flag Message": "",
29
+ "Flag action failed either due to a network issue or the message is already flagged": "",
30
30
  "How about sending your first message to a friend?": "",
31
- "Instant Commands": "인스턴트 명령",
31
+ "Instant Commands": "",
32
32
  "Let's start chatting!": "",
33
33
  "Links are disabled": "링크 기능이 비활성화되었습니다",
34
34
  "Loading channels...": "",
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.": "최대 파일 크기 업로드 제한에 도달했습니다. {{MAX_FILE_SIZE_TO_UPLOAD_IN_MB}}MB 미만의 파일을 업로드하세요.",
38
- "Message Reactions": "메시지의 리액션",
38
+ "Message Reactions": "",
39
39
  "Message deleted": "",
40
- "Message flagged": "메시지에 플래그가 지정되었습니다",
41
- "Mute User": "사용자를 음소거",
40
+ "Message flagged": "",
41
+ "Mute User": "",
42
42
  "Not supported": "",
43
43
  "Nothing yet...": "",
44
- "Ok": "확인",
45
- "Only visible to you": "",
46
- "Open Settings": "",
47
- "Photo": "사진",
48
- "Photos and Videos": "",
49
- "Pin to Conversation": "대화에 고정합니다",
50
- "Pinned by": "",
51
- "Please enable access to your photos and videos so you can share them.": "",
44
+ "Ok": "",
45
+ "Only visible to you": "당신만 볼 수 있습니다",
46
+ "Open Settings": "설정 열기",
47
+ "Photo": "",
48
+ "Photos and Videos": "사진과 동영상",
49
+ "Pin to Conversation": "",
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
- "Reply": "답장",
54
+ "Reply": "",
55
55
  "Reply to Message": "",
56
- "Resend": "재전송",
56
+ "Resend": "",
57
57
  "Search GIFs": "",
58
- "Select More Photos": "",
58
+ "Select More Photos": "추가 사진 선택",
59
59
  "Send Anyway": "",
60
60
  "Send a message": "",
61
61
  "Sending links is not allowed in this conversation": "이 대화에서는 링크 기능을 사용할 수 없습니다",
62
62
  "Slow mode ON": "",
63
- "The message has been reported to a moderator.": "메시지는 운영자에보고되었습니다.",
64
- "Thread Reply": "스레드 답장",
65
- "Unblock User": "사용자 차단 해제",
66
- "Unknown User": "",
67
- "Unmute User": "사용자 음소거 해제",
68
- "Unpin from Conversation": "대화의 핀을 분리합니다",
69
- "Unread Messages": "읽지 않은 메시지",
70
- "Video": "동영상",
63
+ "The message has been reported to a moderator.": "",
64
+ "Thread Reply": "",
65
+ "Unblock User": "",
66
+ "Unknown User": "알 수없는 사용자",
67
+ "Unmute User": "",
68
+ "Unpin from Conversation": "",
69
+ "Unread Messages": "",
70
+ "Video": "",
71
71
  "You": "",
72
72
  "You can't send messages in this channel": "이 채널에서는 메세지를 전송할 수 없습니다",
73
73
  "{{ firstUser }} and {{ nonSelfUserLength }} more are typing": "",
74
- "{{ index }} of {{ photoLength }}": "",
75
- "{{ replyCount }} Replies": "",
76
- "{{ replyCount }} Thread Replies": "",
74
+ "{{ index }} of {{ photoLength }}": "{{ index }} / {{ photoLength }}",
75
+ "{{ replyCount }} Replies": "{{ replyCount }} 답글",
76
+ "{{ replyCount }} Thread Replies": "{{ replyCount }} 스레드 답글",
77
77
  "{{ user }} is typing": "",
78
78
  "🏙 Attachment...": ""
79
79
  }
package/src/i18n/nl.json CHANGED
@@ -1,79 +1,79 @@
1
1
  {
2
- "1 Reply": "",
3
- "1 Thread Reply": "",
4
- "Allow access to your Gallery": "",
5
- "Allow camera access in device settings": "",
2
+ "1 Reply": "1 Antwoord",
3
+ "1 Thread Reply": "1 thread antwoord",
4
+ "Allow access to your Gallery": "Geef toegang tot uw galerij",
5
+ "Allow camera access in device settings": "Sta cameratoegang toe in de apparaatinstellingen",
6
6
  "Also send to channel": "Stuur ook naar kanaal",
7
- "Are you sure you want to permanently delete this message?": "Weet u zeker dat u dit bericht definitief wilt verwijderen?",
7
+ "Are you sure you want to permanently delete this message?": "",
8
8
  "Are you sure?": "",
9
- "Block User": "Blokkeer Gebruiker",
10
- "Cancel": "Annuleer",
11
- "Cannot Flag Message": "Kan bericht niet rapporteren",
9
+ "Block User": "",
10
+ "Cancel": "",
11
+ "Cannot Flag Message": "",
12
12
  "Consider how your comment might make others feel and be sure to follow our Community Guidelines": "",
13
- "Copy Message": "Bericht kopiëren",
14
- "Delete": "Verwijderen",
15
- "Delete Message": "Verwijder bericht",
16
- "Device camera is used to take photos or videos.": "",
17
- "Do you want to send a copy of this message to a moderator for further investigation?": "Wil je een kopie van dit bericht naar een moderator sturen voor verder onderzoek?",
18
- "Edit Message": "Pas bericht aan",
13
+ "Copy Message": "",
14
+ "Delete": "",
15
+ "Delete Message": "",
16
+ "Device camera is used to take photos or videos.": "De camera van het apparaat wordt gebruikt om foto's of video's te maken.",
17
+ "Do you want to send a copy of this message to a moderator for further investigation?": "",
18
+ "Edit Message": "",
19
19
  "Editing Message": "",
20
- "Emoji matching": "Emoji-overeenkomsten",
20
+ "Emoji matching": "",
21
21
  "Empty message...": "",
22
22
  "Error loading": "",
23
23
  "Error loading channel list...": "",
24
24
  "Error loading messages for this channel...": "",
25
25
  "Error while loading, please reload/refresh": "",
26
26
  "File type not supported": "",
27
- "Flag": "Markeer",
28
- "Flag Message": "Markeer bericht",
29
- "Flag action failed either due to a network issue or the message is already flagged": "Rapporteren mislukt door een netwerk fout of het berich is al gerapporteerd",
27
+ "Flag": "",
28
+ "Flag Message": "",
29
+ "Flag action failed either due to a network issue or the message is already flagged": "",
30
30
  "How about sending your first message to a friend?": "",
31
- "Instant Commands": "Directe Opdrachten",
31
+ "Instant Commands": "",
32
32
  "Let's start chatting!": "",
33
33
  "Links are disabled": "Het versturen van links staat uit",
34
34
  "Loading channels...": "",
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.": "Maximale uploadlimiet voor bestandsgrootte bereikt. Upload een bestand van minder dan {{MAX_FILE_SIZE_TO_UPLOAD_IN_MB}} MB.",
38
- "Message Reactions": "Bericht Reacties",
38
+ "Message Reactions": "",
39
39
  "Message deleted": "",
40
- "Message flagged": "Bericht gemarkeerd",
41
- "Mute User": "Gebruiker dempen",
40
+ "Message flagged": "",
41
+ "Mute User": "",
42
42
  "Not supported": "",
43
43
  "Nothing yet...": "",
44
- "Ok": "Oké",
45
- "Only visible to you": "",
46
- "Open Settings": "",
47
- "Photo": "Foto",
48
- "Photos and Videos": "",
49
- "Pin to Conversation": "Vastmaken aan gesprek",
50
- "Pinned by": "",
51
- "Please enable access to your photos and videos so you can share them.": "",
44
+ "Ok": "",
45
+ "Only visible to you": "Alleen zichtbaar voor jou",
46
+ "Open Settings": "Open instellingen",
47
+ "Photo": "",
48
+ "Photos and Videos": "Foto's en video's",
49
+ "Pin to Conversation": "",
50
+ "Pinned by": "Vastgemaakt door",
51
+ "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.",
52
52
  "Please select a channel first": "Selecteer eerst een kanaal",
53
53
  "Reconnecting...": "",
54
- "Reply": "Antwoord",
54
+ "Reply": "",
55
55
  "Reply to Message": "",
56
- "Resend": "Opnieuw versturen",
56
+ "Resend": "",
57
57
  "Search GIFs": "",
58
- "Select More Photos": "",
58
+ "Select More Photos": "Selecteer Meer foto's",
59
59
  "Send Anyway": "",
60
60
  "Send a message": "",
61
61
  "Sending links is not allowed in this conversation": "In dit gesprek is het niet toegestaan links te versturen",
62
62
  "Slow mode ON": "",
63
- "The message has been reported to a moderator.": "Het bericht is gerapporteerd aan een moderator.",
64
- "Thread Reply": "Discussie beantwoorden",
65
- "Unblock User": "Deblokkeer gebruiker",
66
- "Unknown User": "",
67
- "Unmute User": "Dempen van gebruiker opheffen",
68
- "Unpin from Conversation": "Losmaken van gesprek",
69
- "Unread Messages": "Ongelezen Berichten",
70
- "Video": "Video",
63
+ "The message has been reported to a moderator.": "",
64
+ "Thread Reply": "",
65
+ "Unblock User": "",
66
+ "Unknown User": "Onbekende gebruiker",
67
+ "Unmute User": "",
68
+ "Unpin from Conversation": "",
69
+ "Unread Messages": "",
70
+ "Video": "",
71
71
  "You": "",
72
72
  "You can't send messages in this channel": "Je kan geen berichten sturen in dit kanaal",
73
73
  "{{ firstUser }} and {{ nonSelfUserLength }} more are typing": "",
74
- "{{ index }} of {{ photoLength }}": "",
75
- "{{ replyCount }} Replies": "",
76
- "{{ replyCount }} Thread Replies": "",
74
+ "{{ index }} of {{ photoLength }}": "{{ index }} van {{ photoLength }}",
75
+ "{{ replyCount }} Replies": "{{ replyCount }} Antwoorden",
76
+ "{{ replyCount }} Thread Replies": "{{replyCount}} Discussiereacties",
77
77
  "{{ user }} is typing": "",
78
78
  "🏙 Attachment...": ""
79
79
  }
package/src/i18n/ru.json CHANGED
@@ -1,79 +1,79 @@
1
1
  {
2
- "1 Reply": "",
3
- "1 Thread Reply": "",
4
- "Allow access to your Gallery": "",
5
- "Allow camera access in device settings": "",
2
+ "1 Reply": "1 Ответ",
3
+ "1 Thread Reply": "1 тема Ответить",
4
+ "Allow access to your Gallery": "Разрешить доступ к вашей галерее",
5
+ "Allow camera access in device settings": "Разрешите доступ к камере в настройках устройства.",
6
6
  "Also send to channel": "Также отправить на канал",
7
- "Are you sure you want to permanently delete this message?": "Вы действительно хотите удалить это сообщение без возможности восстановления?",
7
+ "Are you sure you want to permanently delete this message?": "",
8
8
  "Are you sure?": "",
9
- "Block User": "Заблокировать пользователя",
10
- "Cancel": "Отмена",
11
- "Cannot Flag Message": "Невозможно пожаловаться на сообщение",
9
+ "Block User": "",
10
+ "Cancel": "",
11
+ "Cannot Flag Message": "",
12
12
  "Consider how your comment might make others feel and be sure to follow our Community Guidelines": "",
13
- "Copy Message": "Копировать сообщение",
14
- "Delete": "удалять",
15
- "Delete Message": "Удалить сообщение",
16
- "Device camera is used to take photos or videos.": "",
17
- "Do you want to send a copy of this message to a moderator for further investigation?": "Вы хотите отправить копию этого сообщения модератору для дальнейшего изучения?",
18
- "Edit Message": "Редактировать сообщение",
13
+ "Copy Message": "",
14
+ "Delete": "",
15
+ "Delete Message": "",
16
+ "Device camera is used to take photos or videos.": "Камера устройства используется для съемки фотографий или видео.",
17
+ "Do you want to send a copy of this message to a moderator for further investigation?": "",
18
+ "Edit Message": "",
19
19
  "Editing Message": "",
20
- "Emoji matching": "Соответствие эмодзи",
20
+ "Emoji matching": "",
21
21
  "Empty message...": "",
22
22
  "Error loading": "",
23
23
  "Error loading channel list...": "",
24
24
  "Error loading messages for this channel...": "",
25
25
  "Error while loading, please reload/refresh": "",
26
26
  "File type not supported": "",
27
- "Flag": "Пометить",
28
- "Flag Message": "Пометить сообщение",
29
- "Flag action failed either due to a network issue or the message is already flagged": "Не удалось отправить жалобу. Возможные причины: проблема с подключением к интернету или ваша жалоба уже была принята.",
27
+ "Flag": "",
28
+ "Flag Message": "",
29
+ "Flag action failed either due to a network issue or the message is already flagged": "",
30
30
  "How about sending your first message to a friend?": "",
31
- "Instant Commands": "Мгновенные Команды",
31
+ "Instant Commands": "",
32
32
  "Let's start chatting!": "",
33
33
  "Links are disabled": "Ссылки отключены",
34
34
  "Loading channels...": "",
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.": "Достигнут предел максимального размера файла для загрузки. Загрузите файл размером менее {{MAX_FILE_SIZE_TO_UPLOAD_IN_MB}} МБ.",
38
- "Message Reactions": "Сообщения Реакции",
38
+ "Message Reactions": "",
39
39
  "Message deleted": "",
40
- "Message flagged": "Сообщение отмечено",
41
- "Mute User": "Отключить пользователя",
40
+ "Message flagged": "",
41
+ "Mute User": "",
42
42
  "Not supported": "",
43
43
  "Nothing yet...": "",
44
- "Ok": "",
45
- "Only visible to you": "",
46
- "Open Settings": "",
47
- "Photo": "Фото",
48
- "Photos and Videos": "",
49
- "Pin to Conversation": "Закрепить к беседе",
50
- "Pinned by": "",
51
- "Please enable access to your photos and videos so you can share them.": "",
44
+ "Ok": "",
45
+ "Only visible to you": "Видно только вам",
46
+ "Open Settings": "Открыть настройки",
47
+ "Photo": "",
48
+ "Photos and Videos": "Фото и видео",
49
+ "Pin to Conversation": "",
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
- "Reply": "Ответить",
54
+ "Reply": "",
55
55
  "Reply to Message": "",
56
- "Resend": "Отправить",
56
+ "Resend": "",
57
57
  "Search GIFs": "",
58
- "Select More Photos": "",
58
+ "Select More Photos": "Выбрать больше фотографий",
59
59
  "Send Anyway": "",
60
60
  "Send a message": "",
61
61
  "Sending links is not allowed in this conversation": "Отправка ссылок недоступна в этом чате",
62
62
  "Slow mode ON": "",
63
- "The message has been reported to a moderator.": "Сообщение отправлено модератору.",
64
- "Thread Reply": "Тема Ответить",
65
- "Unblock User": "Разблокировать пользователя",
66
- "Unknown User": "",
67
- "Unmute User": "Включить микрофон",
68
- "Unpin from Conversation": "Открепить от беседы",
69
- "Unread Messages": "Непрочитанные Сообщения",
70
- "Video": "видео",
63
+ "The message has been reported to a moderator.": "",
64
+ "Thread Reply": "",
65
+ "Unblock User": "",
66
+ "Unknown User": "Неизвестный пользователь",
67
+ "Unmute User": "",
68
+ "Unpin from Conversation": "",
69
+ "Unread Messages": "",
70
+ "Video": "",
71
71
  "You": "",
72
72
  "You can't send messages in this channel": "Вы не можете отправлять сообщения в этот канал",
73
73
  "{{ firstUser }} and {{ nonSelfUserLength }} more are typing": "",
74
- "{{ index }} of {{ photoLength }}": "",
75
- "{{ replyCount }} Replies": "",
76
- "{{ replyCount }} Thread Replies": "",
74
+ "{{ index }} of {{ photoLength }}": "{{ index }} из {{ photoLength }}",
75
+ "{{ replyCount }} Replies": "{{ replyCount }} Ответов",
76
+ "{{ replyCount }} Thread Replies": "{{replyCount}} Ответы в темах",
77
77
  "{{ user }} is typing": "",
78
78
  "🏙 Attachment...": ""
79
79
  }
package/src/i18n/tr.json CHANGED
@@ -1,79 +1,79 @@
1
1
  {
2
- "1 Reply": "",
3
- "1 Thread Reply": "",
4
- "Allow access to your Gallery": "",
5
- "Allow camera access in device settings": "",
2
+ "1 Reply": "1 Cevap",
3
+ "1 Thread Reply": "1 Konu Yanıtı",
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",
6
6
  "Also send to channel": "Kanala da gönder",
7
- "Are you sure you want to permanently delete this message?": "Bu mesajı kalıcı olarak silmek istediğinizden emin misiniz?",
7
+ "Are you sure you want to permanently delete this message?": "",
8
8
  "Are you sure?": "",
9
- "Block User": "Kullanıcıyı engelle",
10
- "Cancel": "İptal",
11
- "Cannot Flag Message": "Raporlama Başarısız",
9
+ "Block User": "",
10
+ "Cancel": "",
11
+ "Cannot Flag Message": "",
12
12
  "Consider how your comment might make others feel and be sure to follow our Community Guidelines": "",
13
- "Copy Message": "Mesajı Kopyala",
14
- "Delete": "Sil",
15
- "Delete Message": "Mesajı Sil",
16
- "Device camera is used to take photos or videos.": "",
17
- "Do you want to send a copy of this message to a moderator for further investigation?": "Detaylı inceleme için bu mesajın kopyasını moderatöre göndermek istiyor musunuz?",
18
- "Edit Message": "Mesajı Düzenle",
13
+ "Copy Message": "",
14
+ "Delete": "",
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.",
17
+ "Do you want to send a copy of this message to a moderator for further investigation?": "",
18
+ "Edit Message": "",
19
19
  "Editing Message": "",
20
- "Emoji matching": "Emoji eşleştirme",
20
+ "Emoji matching": "",
21
21
  "Empty message...": "",
22
22
  "Error loading": "",
23
23
  "Error loading channel list...": "",
24
24
  "Error loading messages for this channel...": "",
25
25
  "Error while loading, please reload/refresh": "",
26
26
  "File type not supported": "",
27
- "Flag": "Raporla",
28
- "Flag Message": "Mesajı Raporla",
29
- "Flag action failed either due to a network issue or the message is already flagged": "Mesajın daha önce raporlanmış olması veya bir ağ bağlantısı sorunu nedeniyle raporlama işlemi başarısız oldu.",
27
+ "Flag": "",
28
+ "Flag Message": "",
29
+ "Flag action failed either due to a network issue or the message is already flagged": "",
30
30
  "How about sending your first message to a friend?": "",
31
- "Instant Commands": "Anlık Komutlar",
31
+ "Instant Commands": "",
32
32
  "Let's start chatting!": "",
33
33
  "Links are disabled": "Bağlantılar devre dışı",
34
34
  "Loading channels...": "",
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.": "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.",
38
- "Message Reactions": "Mesaj Tepkileri",
38
+ "Message Reactions": "",
39
39
  "Message deleted": "",
40
- "Message flagged": "Mesaj işaretlendi",
41
- "Mute User": "Kullanıcıyı sessize al",
40
+ "Message flagged": "",
41
+ "Mute User": "",
42
42
  "Not supported": "",
43
43
  "Nothing yet...": "",
44
- "Ok": "Tamam",
45
- "Only visible to you": "",
46
- "Open Settings": "",
47
- "Photo": "Fotoğraf",
48
- "Photos and Videos": "",
49
- "Pin to Conversation": "Konuşmaya sabitle",
50
- "Pinned by": "",
51
- "Please enable access to your photos and videos so you can share them.": "",
44
+ "Ok": "",
45
+ "Only visible to you": "Sadece siz görebilirsiniz",
46
+ "Open Settings": "Ayarları aç",
47
+ "Photo": "",
48
+ "Photos and Videos": "Fotoğraflar ve Videolar",
49
+ "Pin to Conversation": "",
50
+ "Pinned by": "Tarafından sabitlendi",
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.",
52
52
  "Please select a channel first": "Lütfen önce bir kanal seçiniz",
53
53
  "Reconnecting...": "",
54
- "Reply": "Yanıtla",
54
+ "Reply": "",
55
55
  "Reply to Message": "",
56
- "Resend": "Yeniden gönder",
56
+ "Resend": "",
57
57
  "Search GIFs": "",
58
- "Select More Photos": "",
58
+ "Select More Photos": "Daha Fazla Fotoğraf Seçin",
59
59
  "Send Anyway": "",
60
60
  "Send a message": "",
61
61
  "Sending links is not allowed in this conversation": "Bu konuşmada bağlantı göndermek desteklenmiyor",
62
62
  "Slow mode ON": "",
63
- "The message has been reported to a moderator.": "Mesaj moderatöre bildirildi.",
64
- "Thread Reply": "Konu Yanıtı",
65
- "Unblock User": "Kullanıcının engelini kaldır",
66
- "Unknown User": "",
67
- "Unmute User": "Kullanıcının sesini aç",
68
- "Unpin from Conversation": "Sabitlemeyi kaldır",
69
- "Unread Messages": "Okunmamış Mesajlar",
70
- "Video": "Video",
63
+ "The message has been reported to a moderator.": "",
64
+ "Thread Reply": "",
65
+ "Unblock User": "",
66
+ "Unknown User": "Bilinmeyen kullanıcı",
67
+ "Unmute User": "",
68
+ "Unpin from Conversation": "",
69
+ "Unread Messages": "",
70
+ "Video": "",
71
71
  "You": "",
72
72
  "You can't send messages in this channel": "Bu konuşmaya mesaj gönderemezsiniz",
73
73
  "{{ firstUser }} and {{ nonSelfUserLength }} more are typing": "",
74
- "{{ index }} of {{ photoLength }}": "",
75
- "{{ replyCount }} Replies": "",
76
- "{{ replyCount }} Thread Replies": "",
74
+ "{{ index }} of {{ photoLength }}": "{{ index }} / {{ photoLength }}",
75
+ "{{ replyCount }} Replies": "{{ replyCount }} Cevap",
76
+ "{{ replyCount }} Thread Replies": "{{responseCount}} Konu Cevapı",
77
77
  "{{ user }} is typing": "",
78
78
  "🏙 Attachment...": ""
79
79
  }