stream-chat-react-native-core 5.18.1-beta.1 → 5.18.1-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.
|
@@ -52,7 +52,8 @@
|
|
|
52
52
|
"You": "あなた",
|
|
53
53
|
"{{ firstUser }} and {{ nonSelfUserLength }} more are typing": "{{ firstUser }}と{{ nonSelfUserLength }}人がタイピングしています",
|
|
54
54
|
"{{ index }} of {{ photoLength }}": "{{ index }} / {{ photoLength }}",
|
|
55
|
-
"{{ replyCount }}
|
|
55
|
+
"{{ replyCount }} Replies": "{{ replyCount }}件の返信",
|
|
56
|
+
"{{ replyCount }} Thread Replies": "{{ replyCount }}件のスレッド返信",
|
|
56
57
|
"{{ user }} is typing": "{{ user }}はタイピング中",
|
|
57
58
|
"1 Reply": "1件の返信",
|
|
58
59
|
"Cancel": "キャンセル",
|
package/lib/module/i18n/ja.json
CHANGED
|
@@ -52,7 +52,8 @@
|
|
|
52
52
|
"You": "あなた",
|
|
53
53
|
"{{ firstUser }} and {{ nonSelfUserLength }} more are typing": "{{ firstUser }}と{{ nonSelfUserLength }}人がタイピングしています",
|
|
54
54
|
"{{ index }} of {{ photoLength }}": "{{ index }} / {{ photoLength }}",
|
|
55
|
-
"{{ replyCount }}
|
|
55
|
+
"{{ replyCount }} Replies": "{{ replyCount }}件の返信",
|
|
56
|
+
"{{ replyCount }} Thread Replies": "{{ replyCount }}件のスレッド返信",
|
|
56
57
|
"{{ user }} is typing": "{{ user }}はタイピング中",
|
|
57
58
|
"1 Reply": "1件の返信",
|
|
58
59
|
"Cancel": "キャンセル",
|
package/lib/module/version.json
CHANGED
|
@@ -52,7 +52,8 @@
|
|
|
52
52
|
"You": "あなた",
|
|
53
53
|
"{{ firstUser }} and {{ nonSelfUserLength }} more are typing": "{{ firstUser }}と{{ nonSelfUserLength }}人がタイピングしています",
|
|
54
54
|
"{{ index }} of {{ photoLength }}": "{{ index }} / {{ photoLength }}",
|
|
55
|
-
"{{ replyCount }}
|
|
55
|
+
"{{ replyCount }} Replies": "{{ replyCount }}件の返信",
|
|
56
|
+
"{{ replyCount }} Thread Replies": "{{ replyCount }}件のスレッド返信",
|
|
56
57
|
"{{ user }} is typing": "{{ user }}はタイピング中",
|
|
57
58
|
"1 Reply": "1件の返信",
|
|
58
59
|
"Cancel": "キャンセル",
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "stream-chat-react-native-core",
|
|
3
3
|
"description": "The official React Native and Expo components for Stream Chat, a service for building chat applications",
|
|
4
|
-
"version": "5.18.1-beta.
|
|
4
|
+
"version": "5.18.1-beta.2",
|
|
5
5
|
"author": {
|
|
6
6
|
"company": "Stream.io Inc",
|
|
7
7
|
"name": "Stream.io Inc"
|
package/src/i18n/ja.json
CHANGED
|
@@ -52,7 +52,8 @@
|
|
|
52
52
|
"You": "あなた",
|
|
53
53
|
"{{ firstUser }} and {{ nonSelfUserLength }} more are typing": "{{ firstUser }}と{{ nonSelfUserLength }}人がタイピングしています",
|
|
54
54
|
"{{ index }} of {{ photoLength }}": "{{ index }} / {{ photoLength }}",
|
|
55
|
-
"{{ replyCount }}
|
|
55
|
+
"{{ replyCount }} Replies": "{{ replyCount }}件の返信",
|
|
56
|
+
"{{ replyCount }} Thread Replies": "{{ replyCount }}件のスレッド返信",
|
|
56
57
|
"{{ user }} is typing": "{{ user }}はタイピング中",
|
|
57
58
|
"1 Reply": "1件の返信",
|
|
58
59
|
"Cancel": "キャンセル",
|
package/src/version.json
CHANGED