@things-factory/notification 4.3.234 → 4.3.237
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/package.json +7 -7
- package/translations/ja.json +25 -0
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@things-factory/notification",
|
|
3
|
-
"version": "4.3.
|
|
3
|
+
"version": "4.3.237",
|
|
4
4
|
"main": "dist-server/index.js",
|
|
5
5
|
"browser": "client/index.js",
|
|
6
6
|
"things-factory": true,
|
|
@@ -26,14 +26,14 @@
|
|
|
26
26
|
"@material/mwc-button": "^0.25.3",
|
|
27
27
|
"@material/mwc-formfield": "^0.25.3",
|
|
28
28
|
"@material/mwc-switch": "^0.25.3",
|
|
29
|
-
"@things-factory/auth-base": "^4.3.
|
|
30
|
-
"@things-factory/i18n-base": "^4.3.
|
|
31
|
-
"@things-factory/layout-base": "^4.3.
|
|
32
|
-
"@things-factory/setting-base": "^4.3.
|
|
33
|
-
"@things-factory/shell": "^4.3.
|
|
29
|
+
"@things-factory/auth-base": "^4.3.237",
|
|
30
|
+
"@things-factory/i18n-base": "^4.3.237",
|
|
31
|
+
"@things-factory/layout-base": "^4.3.237",
|
|
32
|
+
"@things-factory/setting-base": "^4.3.237",
|
|
33
|
+
"@things-factory/shell": "^4.3.237",
|
|
34
34
|
"clipboard": "^2.0.6",
|
|
35
35
|
"firebase": "^8.0.1",
|
|
36
36
|
"firebase-admin": "^9.4.1"
|
|
37
37
|
},
|
|
38
|
-
"gitHead": "
|
|
38
|
+
"gitHead": "90cda1a8580b7be252a474c138bea4b6870d7dfc"
|
|
39
39
|
}
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
{
|
|
2
|
+
"button.push message test": "プッシュメッセージ テスト",
|
|
3
|
+
"button.notification-send": "通知を送る",
|
|
4
|
+
"button.reload": "再スタート",
|
|
5
|
+
"field.receivers": "受信者リスト",
|
|
6
|
+
"field.title": "タイトル",
|
|
7
|
+
"field.body": "本文",
|
|
8
|
+
"field.url": "url",
|
|
9
|
+
"field.image": "イメージ",
|
|
10
|
+
"label.allow push message": "プッシュメッセージ受信許可",
|
|
11
|
+
"label.clear all": "全て削除",
|
|
12
|
+
"label.notification list": "通知",
|
|
13
|
+
"label.subscription token": "プッシュメッセージ受信トークン",
|
|
14
|
+
"title.notification subscription": "通知受信",
|
|
15
|
+
"title.notification-sender": "通知送信",
|
|
16
|
+
"text.the application has been updated": "アプリケーションがアップデートされました.",
|
|
17
|
+
"text.no notification available": "新しい通知がありません.",
|
|
18
|
+
"text.notification subscribed already": "既にプッシュ通知を購読中です.",
|
|
19
|
+
"text.notification subscribe started": "プッシュ通知購読が始まりました.",
|
|
20
|
+
"text.notification unsubscribed": "プッシュ通知購読をキャンセルしました.",
|
|
21
|
+
"text.notification unsubscribed already": "既にプッシュ通知購読をキャンセルしました.",
|
|
22
|
+
"text.notification subscribing failed": "プッシュ購読申請に失敗しました.",
|
|
23
|
+
"text.web push notification unblock guide": "ウェブ プッシュ通知権限が制限された状態です. アドレスバー左のロックアイコンをクリックして、通知権限の制限を解除してください.",
|
|
24
|
+
"text.push notification is not supported in your browser": "このブラウザではプッシュ通知がサポートされません."
|
|
25
|
+
}
|