stream-chat-react-native-core 9.0.0-beta.30 → 9.0.0-beta.31
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.
- package/lib/commonjs/components/Message/MessageItemView/utils/renderText.js +3 -1
- package/lib/commonjs/components/Message/MessageItemView/utils/renderText.js.map +1 -1
- package/lib/commonjs/components/Poll/CreatePollContent.js +5 -3
- package/lib/commonjs/components/Poll/CreatePollContent.js.map +1 -1
- package/lib/commonjs/components/Poll/components/MultipleAnswersField.js +5 -3
- package/lib/commonjs/components/Poll/components/MultipleAnswersField.js.map +1 -1
- package/lib/commonjs/components/Poll/components/MultipleVotesSettings.js +5 -3
- package/lib/commonjs/components/Poll/components/MultipleVotesSettings.js.map +1 -1
- package/lib/commonjs/components/Poll/components/PollInputDialog.js +2 -1
- package/lib/commonjs/components/Poll/components/PollInputDialog.js.map +1 -1
- package/lib/commonjs/components/Reply/Reply.js +7 -2
- package/lib/commonjs/components/Reply/Reply.js.map +1 -1
- package/lib/commonjs/hooks/messagePreview/useMessagePreviewText.js +28 -13
- package/lib/commonjs/hooks/messagePreview/useMessagePreviewText.js.map +1 -1
- package/lib/commonjs/i18n/en.json +20 -0
- package/lib/commonjs/i18n/es.json +20 -0
- package/lib/commonjs/i18n/fr.json +20 -0
- package/lib/commonjs/i18n/he.json +20 -0
- package/lib/commonjs/i18n/hi.json +20 -0
- package/lib/commonjs/i18n/it.json +20 -0
- package/lib/commonjs/i18n/ja.json +20 -0
- package/lib/commonjs/i18n/ko.json +20 -0
- package/lib/commonjs/i18n/nl.json +20 -0
- package/lib/commonjs/i18n/pt-br.json +20 -0
- package/lib/commonjs/i18n/ru.json +20 -0
- package/lib/commonjs/i18n/tr.json +20 -0
- package/lib/commonjs/icons/arrow-up-right.js +10 -6
- package/lib/commonjs/icons/arrow-up-right.js.map +1 -1
- package/lib/commonjs/icons/audio.js +10 -6
- package/lib/commonjs/icons/audio.js.map +1 -1
- package/lib/commonjs/icons/chevron-left.js +10 -6
- package/lib/commonjs/icons/chevron-left.js.map +1 -1
- package/lib/commonjs/icons/leave.js +10 -6
- package/lib/commonjs/icons/leave.js.map +1 -1
- package/lib/commonjs/icons/message-bubble.js +10 -6
- package/lib/commonjs/icons/message-bubble.js.map +1 -1
- package/lib/commonjs/icons/mute.js +11 -7
- package/lib/commonjs/icons/mute.js.map +1 -1
- package/lib/commonjs/icons/reply.js +10 -6
- package/lib/commonjs/icons/reply.js.map +1 -1
- package/lib/commonjs/icons/search.js +11 -7
- package/lib/commonjs/icons/search.js.map +1 -1
- package/lib/commonjs/icons/send.js +11 -7
- package/lib/commonjs/icons/send.js.map +1 -1
- package/lib/commonjs/icons/thread.js +10 -6
- package/lib/commonjs/icons/thread.js.map +1 -1
- package/lib/commonjs/icons/video-fill.js +2 -0
- package/lib/commonjs/icons/video-fill.js.map +1 -1
- package/lib/commonjs/icons/video.js +10 -6
- package/lib/commonjs/icons/video.js.map +1 -1
- package/lib/commonjs/utils/rtlMirrorSwitchStyle.js +20 -0
- package/lib/commonjs/utils/rtlMirrorSwitchStyle.js.map +1 -0
- package/lib/commonjs/version.json +1 -1
- package/lib/module/components/Message/MessageItemView/utils/renderText.js +3 -1
- package/lib/module/components/Message/MessageItemView/utils/renderText.js.map +1 -1
- package/lib/module/components/Poll/CreatePollContent.js +5 -3
- package/lib/module/components/Poll/CreatePollContent.js.map +1 -1
- package/lib/module/components/Poll/components/MultipleAnswersField.js +5 -3
- package/lib/module/components/Poll/components/MultipleAnswersField.js.map +1 -1
- package/lib/module/components/Poll/components/MultipleVotesSettings.js +5 -3
- package/lib/module/components/Poll/components/MultipleVotesSettings.js.map +1 -1
- package/lib/module/components/Poll/components/PollInputDialog.js +2 -1
- package/lib/module/components/Poll/components/PollInputDialog.js.map +1 -1
- package/lib/module/components/Reply/Reply.js +7 -2
- package/lib/module/components/Reply/Reply.js.map +1 -1
- package/lib/module/hooks/messagePreview/useMessagePreviewText.js +28 -13
- package/lib/module/hooks/messagePreview/useMessagePreviewText.js.map +1 -1
- package/lib/module/i18n/en.json +20 -0
- package/lib/module/i18n/es.json +20 -0
- package/lib/module/i18n/fr.json +20 -0
- package/lib/module/i18n/he.json +20 -0
- package/lib/module/i18n/hi.json +20 -0
- package/lib/module/i18n/it.json +20 -0
- package/lib/module/i18n/ja.json +20 -0
- package/lib/module/i18n/ko.json +20 -0
- package/lib/module/i18n/nl.json +20 -0
- package/lib/module/i18n/pt-br.json +20 -0
- package/lib/module/i18n/ru.json +20 -0
- package/lib/module/i18n/tr.json +20 -0
- package/lib/module/icons/arrow-up-right.js +10 -6
- package/lib/module/icons/arrow-up-right.js.map +1 -1
- package/lib/module/icons/audio.js +10 -6
- package/lib/module/icons/audio.js.map +1 -1
- package/lib/module/icons/chevron-left.js +10 -6
- package/lib/module/icons/chevron-left.js.map +1 -1
- package/lib/module/icons/leave.js +10 -6
- package/lib/module/icons/leave.js.map +1 -1
- package/lib/module/icons/message-bubble.js +10 -6
- package/lib/module/icons/message-bubble.js.map +1 -1
- package/lib/module/icons/mute.js +11 -7
- package/lib/module/icons/mute.js.map +1 -1
- package/lib/module/icons/reply.js +10 -6
- package/lib/module/icons/reply.js.map +1 -1
- package/lib/module/icons/search.js +11 -7
- package/lib/module/icons/search.js.map +1 -1
- package/lib/module/icons/send.js +11 -7
- package/lib/module/icons/send.js.map +1 -1
- package/lib/module/icons/thread.js +10 -6
- package/lib/module/icons/thread.js.map +1 -1
- package/lib/module/icons/video-fill.js +2 -0
- package/lib/module/icons/video-fill.js.map +1 -1
- package/lib/module/icons/video.js +10 -6
- package/lib/module/icons/video.js.map +1 -1
- package/lib/module/utils/rtlMirrorSwitchStyle.js +20 -0
- package/lib/module/utils/rtlMirrorSwitchStyle.js.map +1 -0
- package/lib/module/version.json +1 -1
- package/lib/typescript/components/Message/MessageItemView/utils/renderText.d.ts.map +1 -1
- package/lib/typescript/components/Poll/CreatePollContent.d.ts.map +1 -1
- package/lib/typescript/components/Poll/components/MultipleVotesSettings.d.ts.map +1 -1
- package/lib/typescript/components/Reply/Reply.d.ts.map +1 -1
- package/lib/typescript/hooks/messagePreview/useMessagePreviewText.d.ts.map +1 -1
- package/lib/typescript/i18n/en.json +20 -0
- package/lib/typescript/i18n/es.json +20 -0
- package/lib/typescript/i18n/fr.json +20 -0
- package/lib/typescript/i18n/he.json +20 -0
- package/lib/typescript/i18n/hi.json +20 -0
- package/lib/typescript/i18n/it.json +20 -0
- package/lib/typescript/i18n/ja.json +20 -0
- package/lib/typescript/i18n/ko.json +20 -0
- package/lib/typescript/i18n/nl.json +20 -0
- package/lib/typescript/i18n/pt-br.json +20 -0
- package/lib/typescript/i18n/ru.json +20 -0
- package/lib/typescript/i18n/tr.json +20 -0
- package/lib/typescript/icons/arrow-up-right.d.ts.map +1 -1
- package/lib/typescript/icons/audio.d.ts.map +1 -1
- package/lib/typescript/icons/chevron-left.d.ts.map +1 -1
- package/lib/typescript/icons/leave.d.ts.map +1 -1
- package/lib/typescript/icons/message-bubble.d.ts.map +1 -1
- package/lib/typescript/icons/mute.d.ts.map +1 -1
- package/lib/typescript/icons/reply.d.ts.map +1 -1
- package/lib/typescript/icons/search.d.ts.map +1 -1
- package/lib/typescript/icons/send.d.ts.map +1 -1
- package/lib/typescript/icons/thread.d.ts.map +1 -1
- package/lib/typescript/icons/video-fill.d.ts.map +1 -1
- package/lib/typescript/icons/video.d.ts.map +1 -1
- package/lib/typescript/utils/i18n/Streami18n.d.ts +20 -0
- package/lib/typescript/utils/i18n/Streami18n.d.ts.map +1 -1
- package/lib/typescript/utils/rtlMirrorSwitchStyle.d.ts +9 -0
- package/lib/typescript/utils/rtlMirrorSwitchStyle.d.ts.map +1 -0
- package/package.json +1 -1
- package/src/components/Message/MessageItemView/__tests__/__snapshots__/MessageTextContainer.test.tsx.snap +1 -0
- package/src/components/Message/MessageItemView/utils/renderText.tsx +2 -0
- package/src/components/MessageInput/__tests__/__snapshots__/SendButton.test.js.snap +54 -36
- package/src/components/Poll/CreatePollContent.tsx +4 -2
- package/src/components/Poll/components/MultipleAnswersField.tsx +4 -3
- package/src/components/Poll/components/MultipleVotesSettings.tsx +4 -2
- package/src/components/Poll/components/PollInputDialog.tsx +1 -0
- package/src/components/Reply/Reply.tsx +7 -5
- package/src/components/Thread/__tests__/__snapshots__/Thread.test.js.snap +31 -18
- package/src/hooks/messagePreview/useMessagePreviewText.tsx +17 -13
- package/src/i18n/en.json +20 -0
- package/src/i18n/es.json +20 -0
- package/src/i18n/fr.json +20 -0
- package/src/i18n/he.json +20 -0
- package/src/i18n/hi.json +20 -0
- package/src/i18n/it.json +20 -0
- package/src/i18n/ja.json +20 -0
- package/src/i18n/ko.json +20 -0
- package/src/i18n/nl.json +20 -0
- package/src/i18n/pt-br.json +20 -0
- package/src/i18n/ru.json +20 -0
- package/src/i18n/tr.json +20 -0
- package/src/icons/arrow-up-right.tsx +11 -8
- package/src/icons/audio.tsx +11 -8
- package/src/icons/chevron-left.tsx +11 -8
- package/src/icons/leave.tsx +11 -8
- package/src/icons/message-bubble.tsx +11 -8
- package/src/icons/mute.tsx +12 -9
- package/src/icons/reply.tsx +11 -8
- package/src/icons/search.tsx +12 -9
- package/src/icons/send.tsx +12 -9
- package/src/icons/thread.tsx +11 -8
- package/src/icons/video-fill.tsx +5 -1
- package/src/icons/video.tsx +11 -8
- package/src/utils/rtlMirrorSwitchStyle.ts +20 -0
- package/src/version.json +1 -1
|
@@ -589,6 +589,7 @@ exports[`Thread should match thread snapshot 1`] = `
|
|
|
589
589
|
"color": "#1a1b25",
|
|
590
590
|
"fontSize": 17,
|
|
591
591
|
"lineHeight": 20,
|
|
592
|
+
"writingDirection": "ltr",
|
|
592
593
|
}
|
|
593
594
|
}
|
|
594
595
|
>
|
|
@@ -922,6 +923,7 @@ exports[`Thread should match thread snapshot 1`] = `
|
|
|
922
923
|
"color": "#1a1b25",
|
|
923
924
|
"fontSize": 17,
|
|
924
925
|
"lineHeight": 20,
|
|
926
|
+
"writingDirection": "ltr",
|
|
925
927
|
}
|
|
926
928
|
}
|
|
927
929
|
>
|
|
@@ -1288,6 +1290,7 @@ exports[`Thread should match thread snapshot 1`] = `
|
|
|
1288
1290
|
"color": "#1a1b25",
|
|
1289
1291
|
"fontSize": 17,
|
|
1290
1292
|
"lineHeight": 20,
|
|
1293
|
+
"writingDirection": "ltr",
|
|
1291
1294
|
}
|
|
1292
1295
|
}
|
|
1293
1296
|
>
|
|
@@ -1612,6 +1615,7 @@ exports[`Thread should match thread snapshot 1`] = `
|
|
|
1612
1615
|
"color": "#1a1b25",
|
|
1613
1616
|
"fontSize": 17,
|
|
1614
1617
|
"lineHeight": 20,
|
|
1618
|
+
"writingDirection": "ltr",
|
|
1615
1619
|
}
|
|
1616
1620
|
}
|
|
1617
1621
|
>
|
|
@@ -2266,28 +2270,37 @@ exports[`Thread should match thread snapshot 1`] = `
|
|
|
2266
2270
|
}
|
|
2267
2271
|
strokeWidth={1.5}
|
|
2268
2272
|
>
|
|
2269
|
-
<
|
|
2270
|
-
|
|
2271
|
-
fill={null}
|
|
2272
|
-
propList={
|
|
2273
|
-
[
|
|
2274
|
-
"fill",
|
|
2275
|
-
"stroke",
|
|
2276
|
-
"strokeWidth",
|
|
2277
|
-
"strokeLinecap",
|
|
2278
|
-
"strokeLinejoin",
|
|
2279
|
-
]
|
|
2280
|
-
}
|
|
2281
|
-
stroke={
|
|
2273
|
+
<RNSVGGroup
|
|
2274
|
+
fill={
|
|
2282
2275
|
{
|
|
2283
|
-
"payload":
|
|
2276
|
+
"payload": 4278190080,
|
|
2284
2277
|
"type": 0,
|
|
2285
2278
|
}
|
|
2286
2279
|
}
|
|
2287
|
-
|
|
2288
|
-
|
|
2289
|
-
|
|
2290
|
-
|
|
2280
|
+
>
|
|
2281
|
+
<RNSVGPath
|
|
2282
|
+
d="M11.2498 10H6.24982M6.24982 10L3.7881 2.71328C3.74537 2.59349 3.7402 2.4635 3.7733 2.34069C3.80639 2.21788 3.87616 2.10808 3.9733 2.02597C4.07044 1.94386 4.19032 1.89335 4.31693 1.88117C4.44353 1.86899 4.57084 1.89573 4.68185 1.95781L17.8069 9.4461C17.9045 9.50015 17.986 9.57937 18.0427 9.67555C18.0994 9.77172 18.1293 9.88133 18.1293 9.99297C18.1293 10.1046 18.0994 10.2142 18.0427 10.3104C17.986 10.4066 17.9045 10.4858 17.8069 10.5398L4.68185 18.0469C4.57051 18.1096 4.4426 18.1367 4.31537 18.1245C4.18815 18.1123 4.06772 18.0614 3.97032 17.9787C3.87292 17.8959 3.80323 17.7853 3.77065 17.6617C3.73807 17.5381 3.74416 17.4075 3.7881 17.2875L6.24982 10Z"
|
|
2283
|
+
fill={null}
|
|
2284
|
+
propList={
|
|
2285
|
+
[
|
|
2286
|
+
"fill",
|
|
2287
|
+
"stroke",
|
|
2288
|
+
"strokeWidth",
|
|
2289
|
+
"strokeLinecap",
|
|
2290
|
+
"strokeLinejoin",
|
|
2291
|
+
]
|
|
2292
|
+
}
|
|
2293
|
+
stroke={
|
|
2294
|
+
{
|
|
2295
|
+
"payload": 4288916666,
|
|
2296
|
+
"type": 0,
|
|
2297
|
+
}
|
|
2298
|
+
}
|
|
2299
|
+
strokeLinecap={1}
|
|
2300
|
+
strokeLinejoin={1}
|
|
2301
|
+
strokeWidth={1.5}
|
|
2302
|
+
/>
|
|
2303
|
+
</RNSVGGroup>
|
|
2291
2304
|
</RNSVGGroup>
|
|
2292
2305
|
</RNSVGSvgView>
|
|
2293
2306
|
</View>
|
|
@@ -10,6 +10,7 @@ import {
|
|
|
10
10
|
import { useGroupedAttachments } from './useGroupedAttachments';
|
|
11
11
|
|
|
12
12
|
import { useChatContext } from '../../contexts/chatContext/ChatContext';
|
|
13
|
+
import { useTranslationContext } from '../../contexts/translationContext/TranslationContext';
|
|
13
14
|
import { useStateStore } from '../../hooks/useStateStore';
|
|
14
15
|
|
|
15
16
|
const selector = (nextValue: PollState) => ({
|
|
@@ -21,6 +22,7 @@ export const useMessagePreviewText = ({
|
|
|
21
22
|
}: {
|
|
22
23
|
message?: LocalMessage | MessageResponse | DraftMessage | null;
|
|
23
24
|
}) => {
|
|
25
|
+
const { t } = useTranslationContext();
|
|
24
26
|
const { client } = useChatContext();
|
|
25
27
|
const poll = client.polls.fromState(message?.poll_id ?? '');
|
|
26
28
|
const { name: pollName } = useStateStore(poll?.state, selector) ?? {};
|
|
@@ -36,7 +38,7 @@ export const useMessagePreviewText = ({
|
|
|
36
38
|
const onlyVoiceRecordings =
|
|
37
39
|
voiceRecordings?.length && voiceRecordings?.length === attachmentsLength;
|
|
38
40
|
if (message?.type === 'deleted') {
|
|
39
|
-
return 'Message deleted';
|
|
41
|
+
return t('Message deleted');
|
|
40
42
|
}
|
|
41
43
|
|
|
42
44
|
if (pollName) {
|
|
@@ -49,13 +51,13 @@ export const useMessagePreviewText = ({
|
|
|
49
51
|
(message?.shared_location as LiveLocationPayload)?.end_at &&
|
|
50
52
|
new Date((message?.shared_location as LiveLocationPayload)?.end_at) > new Date()
|
|
51
53
|
) {
|
|
52
|
-
return 'Live Location';
|
|
54
|
+
return t('Live Location');
|
|
53
55
|
}
|
|
54
|
-
return 'Location';
|
|
56
|
+
return t('Location');
|
|
55
57
|
}
|
|
56
58
|
|
|
57
59
|
if (giphys?.length) {
|
|
58
|
-
return 'Giphy';
|
|
60
|
+
return t('Giphy');
|
|
59
61
|
}
|
|
60
62
|
|
|
61
63
|
if (message?.text) {
|
|
@@ -64,33 +66,35 @@ export const useMessagePreviewText = ({
|
|
|
64
66
|
|
|
65
67
|
if (onlyImages) {
|
|
66
68
|
if (images?.length === 1) {
|
|
67
|
-
return 'Photo';
|
|
69
|
+
return t('Photo');
|
|
68
70
|
} else {
|
|
69
|
-
return
|
|
71
|
+
return t('{{count}} Photos', { count: images?.length });
|
|
70
72
|
}
|
|
71
73
|
}
|
|
72
74
|
|
|
73
75
|
if (onlyVideos) {
|
|
74
76
|
if (videos?.length === 1) {
|
|
75
|
-
return 'Video';
|
|
77
|
+
return t('Video');
|
|
76
78
|
} else {
|
|
77
|
-
return
|
|
79
|
+
return t(`{{count}} Videos`, { count: videos?.length });
|
|
78
80
|
}
|
|
79
81
|
}
|
|
80
82
|
|
|
81
83
|
if (onlyAudio) {
|
|
82
84
|
if (audios?.length === 1) {
|
|
83
|
-
return 'Audio';
|
|
85
|
+
return t('Audio');
|
|
84
86
|
} else {
|
|
85
|
-
return
|
|
87
|
+
return t('{{count}} Audios', { count: audios?.length });
|
|
86
88
|
}
|
|
87
89
|
}
|
|
88
90
|
|
|
89
91
|
if (onlyVoiceRecordings) {
|
|
90
92
|
if (voiceRecordings?.length === 1) {
|
|
91
|
-
return `Voice message (
|
|
93
|
+
return t(`Voice message ({{duration}})`, {
|
|
94
|
+
duration: dayjs.duration(voiceRecordings?.[0]?.duration ?? 0, 'seconds').format('m:ss'),
|
|
95
|
+
});
|
|
92
96
|
} else {
|
|
93
|
-
return
|
|
97
|
+
return t('{{count}} Voice messages', { count: voiceRecordings?.length });
|
|
94
98
|
}
|
|
95
99
|
}
|
|
96
100
|
|
|
@@ -98,5 +102,5 @@ export const useMessagePreviewText = ({
|
|
|
98
102
|
return files?.[0]?.title;
|
|
99
103
|
}
|
|
100
104
|
|
|
101
|
-
return
|
|
105
|
+
return t('{{count}} Files', { count: attachmentsLength });
|
|
102
106
|
};
|
package/src/i18n/en.json
CHANGED
|
@@ -14,6 +14,7 @@
|
|
|
14
14
|
"Are you sure you want to permanently delete this message?": "Are you sure you want to permanently delete this message?",
|
|
15
15
|
"Are you sure?": "Are you sure?",
|
|
16
16
|
"Ask a question": "Ask a question",
|
|
17
|
+
"Audio": "Audio",
|
|
17
18
|
"Ban User": "Ban User",
|
|
18
19
|
"Block User": "Block User",
|
|
19
20
|
"Cancel": "Cancel",
|
|
@@ -46,11 +47,13 @@
|
|
|
46
47
|
"Flag Message": "Flag Message",
|
|
47
48
|
"Flag action failed either due to a network issue or the message is already flagged": "Flag action failed either due to a network issue or the message is already flagged.",
|
|
48
49
|
"Generating...": "Generating...",
|
|
50
|
+
"Giphy": "Giphy",
|
|
49
51
|
"Hold to start recording.": "Hold to start recording.",
|
|
50
52
|
"How about sending your first message to a friend?": "How about sending your first message to a friend?",
|
|
51
53
|
"Instant Commands": "Instant Commands",
|
|
52
54
|
"Let's start chatting!": "Let's start chatting!",
|
|
53
55
|
"Links are disabled": "Links are disabled",
|
|
56
|
+
"Live Location": "Live Location",
|
|
54
57
|
"Loading channels...": "Loading channels...",
|
|
55
58
|
"Loading messages...": "Loading messages...",
|
|
56
59
|
"Loading threads...": "Loading threads...",
|
|
@@ -90,6 +93,7 @@
|
|
|
90
93
|
"Questions": "Questions",
|
|
91
94
|
"Reconnecting...": "Reconnecting...",
|
|
92
95
|
"Reply": "Reply",
|
|
96
|
+
"Reply to {{name}}": "Reply to {{name}}",
|
|
93
97
|
"Reply to Message": "Reply to Message",
|
|
94
98
|
"Resend": "Resend",
|
|
95
99
|
"SEND": "SEND",
|
|
@@ -127,6 +131,7 @@
|
|
|
127
131
|
"View {{count}} comments_one": "View {{count}} comment",
|
|
128
132
|
"View {{count}} comments_other": "View {{count}} comments",
|
|
129
133
|
"Voice message": "Voice message",
|
|
134
|
+
"Voice message ({{duration}})": "Voice message ({{duration}})",
|
|
130
135
|
"Your comment": "Your comment",
|
|
131
136
|
"You": "You",
|
|
132
137
|
"You can't send messages in this channel": "You can't send messages in this channel",
|
|
@@ -156,6 +161,21 @@
|
|
|
156
161
|
"Message failed to send": "Message failed to send",
|
|
157
162
|
"and {{ count }} others": "and {{ count }} others",
|
|
158
163
|
"{{ user }} voted: {{ option }}": "{{ user }} voted: {{ option }}",
|
|
164
|
+
"{{count}} Audios_many": "{{count}} Audios",
|
|
165
|
+
"{{count}} Audios_one": "{{count}} Audio",
|
|
166
|
+
"{{count}} Audios_other": "{{count}} Audios",
|
|
167
|
+
"{{count}} Files_many": "{{count}} Files",
|
|
168
|
+
"{{count}} Files_one": "{{count}} File",
|
|
169
|
+
"{{count}} Files_other": "{{count}} Files",
|
|
170
|
+
"{{count}} Photos_many": "{{count}} Photos",
|
|
171
|
+
"{{count}} Photos_one": "{{count}} Photo",
|
|
172
|
+
"{{count}} Photos_other": "{{count}} Photos",
|
|
173
|
+
"{{count}} Voice messages_many": "{{count}} Voice messages",
|
|
174
|
+
"{{count}} Voice messages_one": "{{count}} Voice message",
|
|
175
|
+
"{{count}} Voice messages_other": "{{count}} Voice messages",
|
|
176
|
+
"{{count}} Videos_many": "{{count}} Videos",
|
|
177
|
+
"{{count}} Videos_one": "{{count}} Video",
|
|
178
|
+
"{{count}} Videos_other": "{{count}} Videos",
|
|
159
179
|
"{{count}} votes_many": "{{count}} votes",
|
|
160
180
|
"{{count}} votes_one": "{{count}} vote",
|
|
161
181
|
"{{count}} votes_other": "{{count}} votes",
|
package/src/i18n/es.json
CHANGED
|
@@ -14,6 +14,7 @@
|
|
|
14
14
|
"Are you sure you want to permanently delete this message?": "¿Estás seguro de que deseas eliminar permanentemente este mensaje?",
|
|
15
15
|
"Are you sure?": "¿Estás seguro?",
|
|
16
16
|
"Ask a question": "Hacer una pregunta",
|
|
17
|
+
"Audio": "Audio",
|
|
17
18
|
"Ban User": "Bloquear Usuario",
|
|
18
19
|
"Block User": "Bloquear usuario",
|
|
19
20
|
"Cancel": "Cancelar",
|
|
@@ -46,11 +47,13 @@
|
|
|
46
47
|
"Flag Message": "Reportar mensaje",
|
|
47
48
|
"Flag action failed either due to a network issue or the message is already flagged": "El reporte falló debido a un problema de red o el mensaje ya fue reportado.",
|
|
48
49
|
"Generating...": "Generando...",
|
|
50
|
+
"Giphy": "Giphy",
|
|
49
51
|
"Hold to start recording.": "Mantén presionado para comenzar a grabar.",
|
|
50
52
|
"How about sending your first message to a friend?": "¿Qué tal enviar tu primer mensaje a un amigo?",
|
|
51
53
|
"Instant Commands": "Comandos instantáneos",
|
|
52
54
|
"Let's start chatting!": "¡Empecemos a charlar!",
|
|
53
55
|
"Links are disabled": "Los enlaces están desactivados",
|
|
56
|
+
"Live Location": "Ubicación en vivo",
|
|
54
57
|
"Loading channels...": "Cargando canales...",
|
|
55
58
|
"Loading messages...": "Cargando mensajes...",
|
|
56
59
|
"Loading threads...": "Cargando hilos...",
|
|
@@ -90,6 +93,7 @@
|
|
|
90
93
|
"Questions": "Preguntas",
|
|
91
94
|
"Reconnecting...": "Reconectando...",
|
|
92
95
|
"Reply": "Responder",
|
|
96
|
+
"Reply to {{name}}": "Responder a {{name}}",
|
|
93
97
|
"Reply to Message": "Responder al mensaje",
|
|
94
98
|
"Resend": "Reenviar",
|
|
95
99
|
"SEND": "ENVIAR",
|
|
@@ -127,6 +131,7 @@
|
|
|
127
131
|
"View {{count}} comments_one": "Ver {{count}} comentario",
|
|
128
132
|
"View {{count}} comments_other": "Ver {{count}} comentarios",
|
|
129
133
|
"Voice message": "Mensaje de voz",
|
|
134
|
+
"Voice message ({{duration}})": "Mensaje de voz ({{duration}})",
|
|
130
135
|
"Your comment": "Tu comentario",
|
|
131
136
|
"You": "Tú",
|
|
132
137
|
"You can't send messages in this channel": "No puedes enviar mensajes en este canal",
|
|
@@ -156,6 +161,21 @@
|
|
|
156
161
|
"Message failed to send": "El mensaje no se pudo enviar",
|
|
157
162
|
"and {{ count }} others": "y {{ count }} más",
|
|
158
163
|
"{{ user }} voted: {{ option }}": "{{ user }} votó: {{ option }}",
|
|
164
|
+
"{{count}} Audios_many": "{{count}} audios",
|
|
165
|
+
"{{count}} Audios_one": "{{count}} audio",
|
|
166
|
+
"{{count}} Audios_other": "{{count}} audios",
|
|
167
|
+
"{{count}} Files_many": "{{count}} archivos",
|
|
168
|
+
"{{count}} Files_one": "{{count}} archivo",
|
|
169
|
+
"{{count}} Files_other": "{{count}} archivos",
|
|
170
|
+
"{{count}} Photos_many": "{{count}} fotos",
|
|
171
|
+
"{{count}} Photos_one": "{{count}} foto",
|
|
172
|
+
"{{count}} Photos_other": "{{count}} fotos",
|
|
173
|
+
"{{count}} Voice messages_many": "{{count}} mensajes de voz",
|
|
174
|
+
"{{count}} Voice messages_one": "{{count}} mensaje de voz",
|
|
175
|
+
"{{count}} Voice messages_other": "{{count}} mensajes de voz",
|
|
176
|
+
"{{count}} Videos_many": "{{count}} vídeos",
|
|
177
|
+
"{{count}} Videos_one": "{{count}} vídeo",
|
|
178
|
+
"{{count}} Videos_other": "{{count}} vídeos",
|
|
159
179
|
"{{count}} votes_many": "{{count}} votos",
|
|
160
180
|
"{{count}} votes_one": "{{count}} voto",
|
|
161
181
|
"{{count}} votes_other": "{{count}} votos",
|
package/src/i18n/fr.json
CHANGED
|
@@ -14,6 +14,7 @@
|
|
|
14
14
|
"Are you sure you want to permanently delete this message?": "Êtes-vous sûr de vouloir supprimer définitivement ce message?",
|
|
15
15
|
"Are you sure?": "Es-tu sûr ?",
|
|
16
16
|
"Ask a question": "Poser une question",
|
|
17
|
+
"Audio": "Audio",
|
|
17
18
|
"Ban User": "Bannir Utilisateur",
|
|
18
19
|
"Block User": "Bloquer un utilisateur",
|
|
19
20
|
"Cancel": "Annuler",
|
|
@@ -46,11 +47,13 @@
|
|
|
46
47
|
"Flag Message": "Signaler le message",
|
|
47
48
|
"Flag action failed either due to a network issue or the message is already flagged": "L'action de signalisation a échoué en raison d'un problème de réseau ou le message est déjà signalé.",
|
|
48
49
|
"Generating...": "Génération...",
|
|
50
|
+
"Giphy": "Giphy",
|
|
49
51
|
"Hold to start recording.": "Hold to start recording.",
|
|
50
52
|
"How about sending your first message to a friend?": "Et si vous envoyiez votre premier message à un ami ?",
|
|
51
53
|
"Instant Commands": "Commandes Instantanées",
|
|
52
54
|
"Let's start chatting!": "Commençons à discuter !",
|
|
53
55
|
"Links are disabled": "Links are disabled",
|
|
56
|
+
"Live Location": "Position en direct",
|
|
54
57
|
"Loading channels...": "Chargement des canaux...",
|
|
55
58
|
"Loading messages...": "Chargement des messages...",
|
|
56
59
|
"Loading threads...": "Chargement des fils...",
|
|
@@ -90,6 +93,7 @@
|
|
|
90
93
|
"Questions": "Questions",
|
|
91
94
|
"Reconnecting...": "Se Reconnecter...",
|
|
92
95
|
"Reply": "Répondre",
|
|
96
|
+
"Reply to {{name}}": "Répondre à {{name}}",
|
|
93
97
|
"Reply to Message": "Répondre au message",
|
|
94
98
|
"Resend": "Renvoyer",
|
|
95
99
|
"SEND": "ENVOYER",
|
|
@@ -127,6 +131,7 @@
|
|
|
127
131
|
"View {{count}} comments_one": "Voir {{count}} commentaire",
|
|
128
132
|
"View {{count}} comments_other": "Voir {{count}} commentaires",
|
|
129
133
|
"Voice message": "Message vocal",
|
|
134
|
+
"Voice message ({{duration}})": "Message vocal ({{duration}})",
|
|
130
135
|
"Your comment": "Votre commentaire",
|
|
131
136
|
"You": "Toi",
|
|
132
137
|
"You can't send messages in this channel": "You can't send messages in this channel",
|
|
@@ -156,6 +161,21 @@
|
|
|
156
161
|
"Message failed to send": "Le message n'a pas pu être envoyé",
|
|
157
162
|
"and {{ count }} others": "et {{ count }} autres",
|
|
158
163
|
"{{ user }} voted: {{ option }}": "{{ user }} a voté: {{ option }}",
|
|
164
|
+
"{{count}} Audios_many": "{{count}} audios",
|
|
165
|
+
"{{count}} Audios_one": "{{count}} audio",
|
|
166
|
+
"{{count}} Audios_other": "{{count}} audios",
|
|
167
|
+
"{{count}} Files_many": "{{count}} fichiers",
|
|
168
|
+
"{{count}} Files_one": "{{count}} fichier",
|
|
169
|
+
"{{count}} Files_other": "{{count}} fichiers",
|
|
170
|
+
"{{count}} Photos_many": "{{count}} photos",
|
|
171
|
+
"{{count}} Photos_one": "{{count}} photo",
|
|
172
|
+
"{{count}} Photos_other": "{{count}} photos",
|
|
173
|
+
"{{count}} Voice messages_many": "{{count}} messages vocaux",
|
|
174
|
+
"{{count}} Voice messages_one": "{{count}} message vocal",
|
|
175
|
+
"{{count}} Voice messages_other": "{{count}} messages vocaux",
|
|
176
|
+
"{{count}} Videos_many": "{{count}} vidéos",
|
|
177
|
+
"{{count}} Videos_one": "{{count}} vidéo",
|
|
178
|
+
"{{count}} Videos_other": "{{count}} vidéos",
|
|
159
179
|
"{{count}} votes_many": "{{count}} votes",
|
|
160
180
|
"{{count}} votes_one": "{{count}} vote",
|
|
161
181
|
"{{count}} votes_other": "{{count}} votes",
|
package/src/i18n/he.json
CHANGED
|
@@ -14,6 +14,7 @@
|
|
|
14
14
|
"Are you sure you want to permanently delete this message?": "האם את/ה בטוח/ה שאת/ה רוצה למחוק את ההודעה הזו לצמיתות?",
|
|
15
15
|
"Are you sure?": "האם אתה בטוח?",
|
|
16
16
|
"Ask a question": "שאל שאלה",
|
|
17
|
+
"Audio": "אודיו",
|
|
17
18
|
"Ban User": "לחסום משתמש",
|
|
18
19
|
"Block User": "חסום משתמש",
|
|
19
20
|
"Cancel": "ביטול",
|
|
@@ -46,11 +47,13 @@
|
|
|
46
47
|
"Flag Message": "סמן הודעה",
|
|
47
48
|
"Flag action failed either due to a network issue or the message is already flagged": "פעולת הסימון נכשלה בגלל בעיית רשת או שההודעה כבר סומנה.",
|
|
48
49
|
"Generating...": "מייצר...",
|
|
50
|
+
"Giphy": "Giphy",
|
|
49
51
|
"Hold to start recording.": "לחץ והחזק כדי להתחיל להקליט.",
|
|
50
52
|
"How about sending your first message to a friend?": "מה דעתך לשלוח את ההודעה הראשונה שלך לחבר?",
|
|
51
53
|
"Instant Commands": "פעולות מיידיות",
|
|
52
54
|
"Let's start chatting!": "בואו נתחיל לשוחח!",
|
|
53
55
|
"Links are disabled": "הקישורים מבוטלים",
|
|
56
|
+
"Live Location": "מיקום חי",
|
|
54
57
|
"Loading channels...": "השיחות בטעינה...",
|
|
55
58
|
"Loading messages...": "ההודעות בטעינה..",
|
|
56
59
|
"Loading threads...": "טוען שרשורים...",
|
|
@@ -90,6 +93,7 @@
|
|
|
90
93
|
"Questions": "שאלות",
|
|
91
94
|
"Reconnecting...": "מתחבר מחדש...",
|
|
92
95
|
"Reply": "השב/י",
|
|
96
|
+
"Reply to {{name}}": "השב/י ל-{{name}}",
|
|
93
97
|
"Reply to Message": "השב/י להודעה",
|
|
94
98
|
"Resend": "שלח/י שוב",
|
|
95
99
|
"SEND": "שלח",
|
|
@@ -127,6 +131,7 @@
|
|
|
127
131
|
"View {{count}} comments_one": "הצג {{count}} תגובה",
|
|
128
132
|
"View {{count}} comments_other": "הצג {{count}} תגובות",
|
|
129
133
|
"Voice message": "הודעת קול",
|
|
134
|
+
"Voice message ({{duration}})": "הודעת קול ({{duration}})",
|
|
130
135
|
"Your comment": "התגובה שלך",
|
|
131
136
|
"You": "את/ה",
|
|
132
137
|
"You can't send messages in this channel": "את/ב לא יכול/ה לשלוח הודעות בשיחה זו",
|
|
@@ -156,6 +161,21 @@
|
|
|
156
161
|
"Message failed to send": "ההודעה לא נשלחה",
|
|
157
162
|
"and {{ count }} others": "ועוד {{ count }} משתמש/ים",
|
|
158
163
|
"{{ user }} voted: {{ option }}": "{{ user }} הצבע: {{ option }}",
|
|
164
|
+
"{{count}} Audios_many": "{{count}} קבצי אודיו",
|
|
165
|
+
"{{count}} Audios_one": "{{count}} קובץ אודיו",
|
|
166
|
+
"{{count}} Audios_other": "{{count}} קבצי אודיו",
|
|
167
|
+
"{{count}} Files_many": "{{count}} קבצים",
|
|
168
|
+
"{{count}} Files_one": "{{count}} קובץ",
|
|
169
|
+
"{{count}} Files_other": "{{count}} קבצים",
|
|
170
|
+
"{{count}} Photos_many": "{{count}} תמונות",
|
|
171
|
+
"{{count}} Photos_one": "{{count}} תמונה",
|
|
172
|
+
"{{count}} Photos_other": "{{count}} תמונות",
|
|
173
|
+
"{{count}} Voice messages_many": "{{count}} הודעות קול",
|
|
174
|
+
"{{count}} Voice messages_one": "{{count}} הודעת קול",
|
|
175
|
+
"{{count}} Voice messages_other": "{{count}} הודעות קול",
|
|
176
|
+
"{{count}} Videos_many": "{{count}} סרטונים",
|
|
177
|
+
"{{count}} Videos_one": "{{count}} סרטון",
|
|
178
|
+
"{{count}} Videos_other": "{{count}} סרטונים",
|
|
159
179
|
"{{count}} votes_many": "{{count}} הצבעות",
|
|
160
180
|
"{{count}} votes_one": "{{count}} הצבעה",
|
|
161
181
|
"{{count}} votes_other": "{{count}} הצבעות",
|
package/src/i18n/hi.json
CHANGED
|
@@ -14,6 +14,7 @@
|
|
|
14
14
|
"Are you sure you want to permanently delete this message?": "क्या आप वाकई इस संदेश को स्थायी रूप से हटाना चाहते हैं?",
|
|
15
15
|
"Are you sure?": "क्या आप सुनिश्चित हैं?",
|
|
16
16
|
"Ask a question": "एक प्रश्न पूछें",
|
|
17
|
+
"Audio": "ऑडियो",
|
|
17
18
|
"Ban User": "उपयोगकर्ता को प्रतिबंधित करें",
|
|
18
19
|
"Block User": "उपयोगकर्ता को रोक देना, ब्लॉक यूजर",
|
|
19
20
|
"Cancel": "रद्द करें",
|
|
@@ -46,11 +47,13 @@
|
|
|
46
47
|
"Flag Message": "झंडा संदेश",
|
|
47
48
|
"Flag action failed either due to a network issue or the message is already flagged": "फ़्लैग कार्रवाई या तो नेटवर्क समस्या के कारण विफल हो गई या संदेश पहले से फ़्लैग किया गया है।",
|
|
48
49
|
"Generating...": "जनरेट कर रहा है...",
|
|
50
|
+
"Giphy": "Giphy",
|
|
49
51
|
"Hold to start recording.": "रिकॉर्डिंग शुरू करने के लिए दबाएं।",
|
|
50
52
|
"How about sending your first message to a friend?": "किसी मित्र को अपना पहला संदेश भेजने के बारे में क्या ख़याल है?",
|
|
51
53
|
"Instant Commands": "त्वरित कमांड",
|
|
52
54
|
"Let's start chatting!": "आइए चैट करना शुरू करें!",
|
|
53
55
|
"Links are disabled": "लिंक अक्षम हैं",
|
|
56
|
+
"Live Location": "लाइव लोकेशन",
|
|
54
57
|
"Loading channels...": "चैनल लोड हो रहे हैं...",
|
|
55
58
|
"Loading messages...": "मेसेजस लोड हो रहे हैं...",
|
|
56
59
|
"Loading threads...": "थ्रेड्स लोड हो रहे हैं...",
|
|
@@ -90,6 +93,7 @@
|
|
|
90
93
|
"Questions": "प्रश्न",
|
|
91
94
|
"Reconnecting...": "पुनः कनेक्ट हो...",
|
|
92
95
|
"Reply": "मैसेज को रिप्लाई करे",
|
|
96
|
+
"Reply to {{name}}": "{{name}} को जवाब दें",
|
|
93
97
|
"Reply to Message": "संदेश का जवाब दें",
|
|
94
98
|
"Resend": "पुन: भेजें",
|
|
95
99
|
"SEND": "भेजें",
|
|
@@ -127,6 +131,7 @@
|
|
|
127
131
|
"View {{count}} comments_one": "{{count}} टिप्पणी देखें",
|
|
128
132
|
"View {{count}} comments_other": "{{count}} टिप्पणियाँ देखें",
|
|
129
133
|
"Voice message": "वॉइस संदेश",
|
|
134
|
+
"Voice message ({{duration}})": "वॉइस संदेश ({{duration}})",
|
|
130
135
|
"Your comment": "आपकी टिप्पणी",
|
|
131
136
|
"You": "आप",
|
|
132
137
|
"You can't send messages in this channel": "आप इस चैनल में संदेश नहीं भेज सकते",
|
|
@@ -156,6 +161,21 @@
|
|
|
156
161
|
"Message failed to send": "मैसेज भेजने में विफल",
|
|
157
162
|
"and {{ count }} others": "और {{ count }} अन्य",
|
|
158
163
|
"{{ user }} voted: {{ option }}": "{{ user }} वोट दिया: {{ option }}",
|
|
164
|
+
"{{count}} Audios_many": "{{count}} ऑडियो",
|
|
165
|
+
"{{count}} Audios_one": "{{count}} ऑडियो",
|
|
166
|
+
"{{count}} Audios_other": "{{count}} ऑडियो",
|
|
167
|
+
"{{count}} Files_many": "{{count}} फ़ाइलें",
|
|
168
|
+
"{{count}} Files_one": "{{count}} फ़ाइल",
|
|
169
|
+
"{{count}} Files_other": "{{count}} फ़ाइलें",
|
|
170
|
+
"{{count}} Photos_many": "{{count}} फ़ोटो",
|
|
171
|
+
"{{count}} Photos_one": "{{count}} फ़ोटो",
|
|
172
|
+
"{{count}} Photos_other": "{{count}} फ़ोटो",
|
|
173
|
+
"{{count}} Voice messages_many": "{{count}} वॉइस संदेश",
|
|
174
|
+
"{{count}} Voice messages_one": "{{count}} वॉइस संदेश",
|
|
175
|
+
"{{count}} Voice messages_other": "{{count}} वॉइस संदेश",
|
|
176
|
+
"{{count}} Videos_many": "{{count}} वीडियो",
|
|
177
|
+
"{{count}} Videos_one": "{{count}} वीडियो",
|
|
178
|
+
"{{count}} Videos_other": "{{count}} वीडियो",
|
|
159
179
|
"{{count}} votes_many": "{{count}} वोट",
|
|
160
180
|
"{{count}} votes_one": "{{count}} वोट",
|
|
161
181
|
"{{count}} votes_other": "{{count}} वोट",
|
package/src/i18n/it.json
CHANGED
|
@@ -14,6 +14,7 @@
|
|
|
14
14
|
"Are you sure you want to permanently delete this message?": "Sei sicuro di voler eliminare definitivamente questo messaggio?",
|
|
15
15
|
"Are you sure?": "Sei sicuro?",
|
|
16
16
|
"Ask a question": "Fai una domanda",
|
|
17
|
+
"Audio": "Audio",
|
|
17
18
|
"Ban User": "Blocca Utente",
|
|
18
19
|
"Block User": "Blocca Utente",
|
|
19
20
|
"Cancel": "Annulla",
|
|
@@ -46,11 +47,13 @@
|
|
|
46
47
|
"Flag Message": "Contrassegna Messaggio",
|
|
47
48
|
"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.",
|
|
48
49
|
"Generating...": "Generando...",
|
|
50
|
+
"Giphy": "Giphy",
|
|
49
51
|
"Hold to start recording.": "Tieni premuto per avviare la registrazione.",
|
|
50
52
|
"How about sending your first message to a friend?": "Che ne dici di inviare il tuo primo messaggio ad un amico?",
|
|
51
53
|
"Instant Commands": "Comandi Istantanei",
|
|
52
54
|
"Let's start chatting!": "Iniziamo a chattare!",
|
|
53
55
|
"Links are disabled": "I link sono disabilitati",
|
|
56
|
+
"Live Location": "Posizione in tempo reale",
|
|
54
57
|
"Loading channels...": "Caricamento canali in corso...",
|
|
55
58
|
"Loading messages...": "Caricamento messaggi...",
|
|
56
59
|
"Loading threads...": "Caricamento dei thread...",
|
|
@@ -90,6 +93,7 @@
|
|
|
90
93
|
"Questions": "Domande",
|
|
91
94
|
"Reconnecting...": "Ricollegarsi...",
|
|
92
95
|
"Reply": "Rispondi",
|
|
96
|
+
"Reply to {{name}}": "Rispondi a {{name}}",
|
|
93
97
|
"Reply to Message": "Rispondi al messaggio",
|
|
94
98
|
"Resend": "Invia di nuovo",
|
|
95
99
|
"SEND": "INVIA",
|
|
@@ -127,6 +131,7 @@
|
|
|
127
131
|
"View {{count}} comments_one": "Vedi {{count}} commento",
|
|
128
132
|
"View {{count}} comments_other": "Vedi {{count}} commenti",
|
|
129
133
|
"Voice message": "Messaggio vocale",
|
|
134
|
+
"Voice message ({{duration}})": "Messaggio vocale ({{duration}})",
|
|
130
135
|
"Your comment": "Il tuo commento",
|
|
131
136
|
"You": "Tu",
|
|
132
137
|
"You can't send messages in this channel": "Non puoi inviare messaggi in questo canale",
|
|
@@ -156,6 +161,21 @@
|
|
|
156
161
|
"Message failed to send": "Il messaggio non è stato inviato",
|
|
157
162
|
"and {{ count }} others": "e {{ count }} altri",
|
|
158
163
|
"{{ user }} voted: {{ option }}": "{{ user }} ha votato: {{ option }}",
|
|
164
|
+
"{{count}} Audios_many": "{{count}} audio",
|
|
165
|
+
"{{count}} Audios_one": "{{count}} audio",
|
|
166
|
+
"{{count}} Audios_other": "{{count}} audio",
|
|
167
|
+
"{{count}} Files_many": "{{count}} file",
|
|
168
|
+
"{{count}} Files_one": "{{count}} file",
|
|
169
|
+
"{{count}} Files_other": "{{count}} file",
|
|
170
|
+
"{{count}} Photos_many": "{{count}} foto",
|
|
171
|
+
"{{count}} Photos_one": "{{count}} foto",
|
|
172
|
+
"{{count}} Photos_other": "{{count}} foto",
|
|
173
|
+
"{{count}} Voice messages_many": "{{count}} messaggi vocali",
|
|
174
|
+
"{{count}} Voice messages_one": "{{count}} messaggio vocale",
|
|
175
|
+
"{{count}} Voice messages_other": "{{count}} messaggi vocali",
|
|
176
|
+
"{{count}} Videos_many": "{{count}} video",
|
|
177
|
+
"{{count}} Videos_one": "{{count}} video",
|
|
178
|
+
"{{count}} Videos_other": "{{count}} video",
|
|
159
179
|
"{{count}} votes_many": "{{count}} voti",
|
|
160
180
|
"{{count}} votes_one": "{{count}} voto",
|
|
161
181
|
"{{count}} votes_other": "{{count}} voti",
|
package/src/i18n/ja.json
CHANGED
|
@@ -14,6 +14,7 @@
|
|
|
14
14
|
"Are you sure you want to permanently delete this message?": "このメッセージを完全に削除してもよろしいですか?",
|
|
15
15
|
"Are you sure?": "本当によろしいですか?",
|
|
16
16
|
"Ask a question": "質問をする",
|
|
17
|
+
"Audio": "音声",
|
|
17
18
|
"Ban User": "ユーザーを禁止する",
|
|
18
19
|
"Block User": "ユーザをブロックする",
|
|
19
20
|
"Cancel": "キャンセル",
|
|
@@ -46,11 +47,13 @@
|
|
|
46
47
|
"Flag Message": "メッセージをフラグする",
|
|
47
48
|
"Flag action failed either due to a network issue or the message is already flagged": "ネットワーク接続に問題があるか、すでにフラグが設定されているため、フラグが失敗しました。",
|
|
48
49
|
"Generating...": "生成中...",
|
|
50
|
+
"Giphy": "Giphy",
|
|
49
51
|
"Hold to start recording.": "録音を開始するには押し続けてください。",
|
|
50
52
|
"How about sending your first message to a friend?": "初めてのメッセージを友達に送ってみてはいかがでしょうか?",
|
|
51
53
|
"Instant Commands": "インスタントコマンド",
|
|
52
54
|
"Let's start chatting!": "チャットを始めましょう!",
|
|
53
55
|
"Links are disabled": "リンク機能が無効になっています",
|
|
56
|
+
"Live Location": "ライブ位置情報",
|
|
54
57
|
"Loading channels...": "チャネルを読み込み中。。。",
|
|
55
58
|
"Loading messages...": "メッセージを読み込み中。。。",
|
|
56
59
|
"Loading threads...": "スレッドを読み込み中...",
|
|
@@ -90,6 +93,7 @@
|
|
|
90
93
|
"Questions": "質問",
|
|
91
94
|
"Reconnecting...": "再接続中。。。",
|
|
92
95
|
"Reply": "返事",
|
|
96
|
+
"Reply to {{name}}": "{{name}}に返信",
|
|
93
97
|
"Reply to Message": "メッセージに返信",
|
|
94
98
|
"Resend": "再送",
|
|
95
99
|
"SEND": "送信",
|
|
@@ -127,6 +131,7 @@
|
|
|
127
131
|
"View {{count}} comments_one": "{{count}} 件のコメントを表示",
|
|
128
132
|
"View {{count}} comments_other": "{{count}} 件のコメントを表示",
|
|
129
133
|
"Voice message": "ボイスメッセージ",
|
|
134
|
+
"Voice message ({{duration}})": "ボイスメッセージ({{duration}})",
|
|
130
135
|
"Your comment": "あなたのコメント",
|
|
131
136
|
"You": "あなた",
|
|
132
137
|
"You can't send messages in this channel": "このチャンネルではメッセージを送信できません",
|
|
@@ -156,6 +161,21 @@
|
|
|
156
161
|
"Message failed to send": "メッセージを送信できませんでした",
|
|
157
162
|
"and {{ count }} others": "{{ count }}人がタイピングしています",
|
|
158
163
|
"{{ user }} voted: {{ option }}": "{{ user }} が投票しました: {{ option }}",
|
|
164
|
+
"{{count}} Audios_many": "{{count}} 件の音声",
|
|
165
|
+
"{{count}} Audios_one": "{{count}} 件の音声",
|
|
166
|
+
"{{count}} Audios_other": "{{count}} 件の音声",
|
|
167
|
+
"{{count}} Files_many": "{{count}} 件のファイル",
|
|
168
|
+
"{{count}} Files_one": "{{count}} 件のファイル",
|
|
169
|
+
"{{count}} Files_other": "{{count}} 件のファイル",
|
|
170
|
+
"{{count}} Photos_many": "{{count}} 枚の写真",
|
|
171
|
+
"{{count}} Photos_one": "{{count}} 枚の写真",
|
|
172
|
+
"{{count}} Photos_other": "{{count}} 枚の写真",
|
|
173
|
+
"{{count}} Voice messages_many": "{{count}} 件のボイスメッセージ",
|
|
174
|
+
"{{count}} Voice messages_one": "{{count}} 件のボイスメッセージ",
|
|
175
|
+
"{{count}} Voice messages_other": "{{count}} 件のボイスメッセージ",
|
|
176
|
+
"{{count}} Videos_many": "{{count}} 件の動画",
|
|
177
|
+
"{{count}} Videos_one": "{{count}} 件の動画",
|
|
178
|
+
"{{count}} Videos_other": "{{count}} 件の動画",
|
|
159
179
|
"{{count}} votes_many": "{{count}}票",
|
|
160
180
|
"{{count}} votes_one": "{{count}} 票",
|
|
161
181
|
"{{count}} votes_other": "{{count}} 票",
|