@nocobase/plugin-notification-in-app-message 2.0.0-alpha.9 → 2.0.0-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.
- package/dist/client/components/configFormCommonFieldset.d.ts +1 -0
- package/dist/client/components/mobile/MessagePage.d.ts +1 -1
- package/dist/client/index.js +1 -1
- package/dist/externalVersion.js +9 -9
- package/dist/locale/de-DE.json +29 -20
- package/dist/locale/en-US.json +28 -23
- package/dist/locale/es-ES.json +38 -0
- package/dist/locale/fr-FR.json +38 -0
- package/dist/locale/hu-HU.json +38 -0
- package/dist/locale/id-ID.json +38 -0
- package/dist/locale/it-IT.json +29 -20
- package/dist/locale/ja-JP.json +38 -0
- package/dist/locale/ko-KR.json +38 -0
- package/dist/locale/nl-NL.json +36 -26
- package/dist/locale/pt-BR.json +38 -0
- package/dist/locale/ru-RU.json +38 -0
- package/dist/locale/tr-TR.json +38 -0
- package/dist/locale/uk-UA.json +38 -0
- package/dist/locale/vi-VN.json +38 -0
- package/dist/locale/zh-CN.json +27 -24
- package/dist/locale/zh-TW.json +38 -0
- package/package.json +5 -2
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
{
|
|
2
|
+
"All": "Все",
|
|
3
|
+
"Channel name": "Имя канала",
|
|
4
|
+
"Close after": "Close after",
|
|
5
|
+
"Content": "Содержимое",
|
|
6
|
+
"Content type": "Тип содержимого",
|
|
7
|
+
"Datetime": "Дата и время",
|
|
8
|
+
"Detail": "Детали",
|
|
9
|
+
"Details page for desktop": "Страница деталей для десктопа",
|
|
10
|
+
"Details page for mobile": "Страница деталей для мобильных устройств",
|
|
11
|
+
"In-app message": "Сообщение внутри приложения",
|
|
12
|
+
"Inbox": "Входящие",
|
|
13
|
+
"Loading": "Загрузка",
|
|
14
|
+
"Loading failed,": "Загрузка не удалась,",
|
|
15
|
+
"Loading more": "Загрузка дополнительных данных",
|
|
16
|
+
"Mark all as read": "Отметить все как прочитанные",
|
|
17
|
+
"Mark as read": "Отметить как прочитанное",
|
|
18
|
+
"Mark as unread": "Отметить как непрочитанное",
|
|
19
|
+
"Message": "Сообщение",
|
|
20
|
+
"Message content": "Содержание сообщения",
|
|
21
|
+
"Message group name": "Имя группы сообщений",
|
|
22
|
+
"Message title": "Заголовок сообщения",
|
|
23
|
+
"No more": "Больше нет",
|
|
24
|
+
"Plain text": "Обычный текст",
|
|
25
|
+
"Read": "Прочитано",
|
|
26
|
+
"Receivers": "Получатели",
|
|
27
|
+
"Status": "Статус",
|
|
28
|
+
"Support two types of links: internal links and external links. If using an internal link, the link starts with \"/\", for example, \"/admin\". If using an external link, the link starts with \"http\", for example, \"https://example.com\".": "Support two types of links: internal links and external links. If using an internal link, the link starts with \"/\", for example, \"/admin\". If using an external link, the link starts with \"http\", for example, \"https://example.com\".",
|
|
29
|
+
"Support two types of links: internal links and external links. If using an internal link, the link starts with \"/\", for example, \"/m\". If using an external link, the link starts with \"http\", for example, \"https://example.com\".": "Support two types of links: internal links and external links. If using an internal link, the link starts with \"/\", for example, \"/m\". If using an external link, the link starts with \"http\", for example, \"https://example.com\".",
|
|
30
|
+
"Support two types of links: internal links and external links. If using an internal link, the link starts with\"/\", for example, \"/admin\". If using an external link, the link starts with \"http\", for example, \"https://example.com\".": "Поддерживаются два типа ссылок: внутренние и внешние. Если используется внутренняя ссылка, она начинается с \"/\", например, \"/admin\". Если используется внешняя ссылка, она начинается с \"http\", например, \"https://example.com\".",
|
|
31
|
+
"Support two types of links: internal links and external links. If using an internal link, the link starts with\"/\", for example, \"/m\". If using an external link, the link starts with \"http\", for example, \"https://example.com\".": "Поддерживаются два типа ссылок: внутренние и внешние. Если используется внутренняя ссылка, она начинается с \"/\", например, \"/m\". Если используется внешняя ссылка, она начинается с \"http\", например, \"https://example.com\".",
|
|
32
|
+
"The message page has already been created.": "Страница сообщений уже создана.",
|
|
33
|
+
"Unit is second. Will not close automatically when set to empty.": "Unit is second. Will not close automatically when set to empty.",
|
|
34
|
+
"Unread": "Непрочитанные",
|
|
35
|
+
"When select receivers from node result, only support ID of user (or IDs array of users). Others will not match any user.": "При выборе получателей из результата узла поддерживаются только ID пользователей (или массив ID пользователей). Другие значения не будут соответствовать ни одному пользователю.",
|
|
36
|
+
"detail URL": "URL деталей",
|
|
37
|
+
"please reload": "пожалуйста, перезагрузите"
|
|
38
|
+
}
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
{
|
|
2
|
+
"All": "All",
|
|
3
|
+
"Channel name": "Channel name",
|
|
4
|
+
"Close after": "Close after",
|
|
5
|
+
"Content": "Content",
|
|
6
|
+
"Content type": "Content type",
|
|
7
|
+
"Datetime": "Datetime",
|
|
8
|
+
"Detail": "Detail",
|
|
9
|
+
"Details page for desktop": "Details page for desktop",
|
|
10
|
+
"Details page for mobile": "Details page for mobile",
|
|
11
|
+
"In-app message": "In-app message",
|
|
12
|
+
"Inbox": "Inbox",
|
|
13
|
+
"Loading": "Loading",
|
|
14
|
+
"Loading failed,": "Loading failed,",
|
|
15
|
+
"Loading more": "Loading more",
|
|
16
|
+
"Mark all as read": "Mark all as read",
|
|
17
|
+
"Mark as read": "Mark as read",
|
|
18
|
+
"Mark as unread": "Mark as unread",
|
|
19
|
+
"Message": "Message",
|
|
20
|
+
"Message content": "Message content",
|
|
21
|
+
"Message group name": "Message group name",
|
|
22
|
+
"Message title": "Message title",
|
|
23
|
+
"No more": "No more",
|
|
24
|
+
"Plain text": "Plain text",
|
|
25
|
+
"Read": "Read",
|
|
26
|
+
"Receivers": "Receivers",
|
|
27
|
+
"Status": "Status",
|
|
28
|
+
"Support two types of links: internal links and external links. If using an internal link, the link starts with \"/\", for example, \"/admin\". If using an external link, the link starts with \"http\", for example, \"https://example.com\".": "Support two types of links: internal links and external links. If using an internal link, the link starts with \"/\", for example, \"/admin\". If using an external link, the link starts with \"http\", for example, \"https://example.com\".",
|
|
29
|
+
"Support two types of links: internal links and external links. If using an internal link, the link starts with \"/\", for example, \"/m\". If using an external link, the link starts with \"http\", for example, \"https://example.com\".": "Support two types of links: internal links and external links. If using an internal link, the link starts with \"/\", for example, \"/m\". If using an external link, the link starts with \"http\", for example, \"https://example.com\".",
|
|
30
|
+
"Support two types of links: internal links and external links. If using an internal link, the link starts with\"/\", for example, \"/admin\". If using an external link, the link starts with \"http\", for example, \"https://example.com\".": "Support two types of links: internal links and external links. If using an internal link, the link starts with \"/\", for example, \"/admin\". If using an external link, the link starts with \"http\", for example, \"https://example.com\".",
|
|
31
|
+
"Support two types of links: internal links and external links. If using an internal link, the link starts with\"/\", for example, \"/m\". If using an external link, the link starts with \"http\", for example, \"https://example.com\".": "Support two types of links: internal links and external links. If using an internal link, the link starts with \"/\", for example, \"/m\". If using an external link, the link starts with \"http\", for example, \"https://example.com\".",
|
|
32
|
+
"The message page has already been created.": "The message page has already been created.",
|
|
33
|
+
"Unit is second. Will not close automatically when set to empty.": "Unit is second. Will not close automatically when set to empty.",
|
|
34
|
+
"Unread": "Unread",
|
|
35
|
+
"When select receivers from node result, only support ID of user (or IDs array of users). Others will not match any user.": "When select receivers from node result, only support ID of user (or IDs array of users). Others will not match any user.",
|
|
36
|
+
"detail URL": "detail URL",
|
|
37
|
+
"please reload": "please reload"
|
|
38
|
+
}
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
{
|
|
2
|
+
"All": "All",
|
|
3
|
+
"Channel name": "Channel name",
|
|
4
|
+
"Close after": "Close after",
|
|
5
|
+
"Content": "Content",
|
|
6
|
+
"Content type": "Content type",
|
|
7
|
+
"Datetime": "Datetime",
|
|
8
|
+
"Detail": "Detail",
|
|
9
|
+
"Details page for desktop": "Details page for desktop",
|
|
10
|
+
"Details page for mobile": "Details page for mobile",
|
|
11
|
+
"In-app message": "In-app message",
|
|
12
|
+
"Inbox": "Inbox",
|
|
13
|
+
"Loading": "Loading",
|
|
14
|
+
"Loading failed,": "Loading failed,",
|
|
15
|
+
"Loading more": "Loading more",
|
|
16
|
+
"Mark all as read": "Mark all as read",
|
|
17
|
+
"Mark as read": "Mark as read",
|
|
18
|
+
"Mark as unread": "Mark as unread",
|
|
19
|
+
"Message": "Message",
|
|
20
|
+
"Message content": "Message content",
|
|
21
|
+
"Message group name": "Message group name",
|
|
22
|
+
"Message title": "Message title",
|
|
23
|
+
"No more": "No more",
|
|
24
|
+
"Plain text": "Plain text",
|
|
25
|
+
"Read": "Read",
|
|
26
|
+
"Receivers": "Receivers",
|
|
27
|
+
"Status": "Status",
|
|
28
|
+
"Support two types of links: internal links and external links. If using an internal link, the link starts with \"/\", for example, \"/admin\". If using an external link, the link starts with \"http\", for example, \"https://example.com\".": "Support two types of links: internal links and external links. If using an internal link, the link starts with \"/\", for example, \"/admin\". If using an external link, the link starts with \"http\", for example, \"https://example.com\".",
|
|
29
|
+
"Support two types of links: internal links and external links. If using an internal link, the link starts with \"/\", for example, \"/m\". If using an external link, the link starts with \"http\", for example, \"https://example.com\".": "Support two types of links: internal links and external links. If using an internal link, the link starts with \"/\", for example, \"/m\". If using an external link, the link starts with \"http\", for example, \"https://example.com\".",
|
|
30
|
+
"Support two types of links: internal links and external links. If using an internal link, the link starts with\"/\", for example, \"/admin\". If using an external link, the link starts with \"http\", for example, \"https://example.com\".": "Support two types of links: internal links and external links. If using an internal link, the link starts with \"/\", for example, \"/admin\". If using an external link, the link starts with \"http\", for example, \"https://example.com\".",
|
|
31
|
+
"Support two types of links: internal links and external links. If using an internal link, the link starts with\"/\", for example, \"/m\". If using an external link, the link starts with \"http\", for example, \"https://example.com\".": "Support two types of links: internal links and external links. If using an internal link, the link starts with \"/\", for example, \"/m\". If using an external link, the link starts with \"http\", for example, \"https://example.com\".",
|
|
32
|
+
"The message page has already been created.": "The message page has already been created.",
|
|
33
|
+
"Unit is second. Will not close automatically when set to empty.": "Unit is second. Will not close automatically when set to empty.",
|
|
34
|
+
"Unread": "Unread",
|
|
35
|
+
"When select receivers from node result, only support ID of user (or IDs array of users). Others will not match any user.": "When select receivers from node result, only support ID of user (or IDs array of users). Others will not match any user.",
|
|
36
|
+
"detail URL": "detail URL",
|
|
37
|
+
"please reload": "please reload"
|
|
38
|
+
}
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
{
|
|
2
|
+
"All": "All",
|
|
3
|
+
"Channel name": "Channel name",
|
|
4
|
+
"Close after": "Close after",
|
|
5
|
+
"Content": "Content",
|
|
6
|
+
"Content type": "Content type",
|
|
7
|
+
"Datetime": "Datetime",
|
|
8
|
+
"Detail": "Detail",
|
|
9
|
+
"Details page for desktop": "Details page for desktop",
|
|
10
|
+
"Details page for mobile": "Details page for mobile",
|
|
11
|
+
"In-app message": "In-app message",
|
|
12
|
+
"Inbox": "Inbox",
|
|
13
|
+
"Loading": "Đang tải",
|
|
14
|
+
"Loading failed,": "Loading failed,",
|
|
15
|
+
"Loading more": "Loading more",
|
|
16
|
+
"Mark all as read": "Mark all as read",
|
|
17
|
+
"Mark as read": "Mark as read",
|
|
18
|
+
"Mark as unread": "Mark as unread",
|
|
19
|
+
"Message": "Message",
|
|
20
|
+
"Message content": "Message content",
|
|
21
|
+
"Message group name": "Message group name",
|
|
22
|
+
"Message title": "Message title",
|
|
23
|
+
"No more": "No more",
|
|
24
|
+
"Plain text": "Plain text",
|
|
25
|
+
"Read": "Read",
|
|
26
|
+
"Receivers": "Receivers",
|
|
27
|
+
"Status": "Trạng thái",
|
|
28
|
+
"Support two types of links: internal links and external links. If using an internal link, the link starts with \"/\", for example, \"/admin\". If using an external link, the link starts with \"http\", for example, \"https://example.com\".": "Support two types of links: internal links and external links. If using an internal link, the link starts with \"/\", for example, \"/admin\". If using an external link, the link starts with \"http\", for example, \"https://example.com\".",
|
|
29
|
+
"Support two types of links: internal links and external links. If using an internal link, the link starts with \"/\", for example, \"/m\". If using an external link, the link starts with \"http\", for example, \"https://example.com\".": "Support two types of links: internal links and external links. If using an internal link, the link starts with \"/\", for example, \"/m\". If using an external link, the link starts with \"http\", for example, \"https://example.com\".",
|
|
30
|
+
"Support two types of links: internal links and external links. If using an internal link, the link starts with\"/\", for example, \"/admin\". If using an external link, the link starts with \"http\", for example, \"https://example.com\".": "Support two types of links: internal links and external links. If using an internal link, the link starts with \"/\", for example, \"/admin\". If using an external link, the link starts with \"http\", for example, \"https://example.com\".",
|
|
31
|
+
"Support two types of links: internal links and external links. If using an internal link, the link starts with\"/\", for example, \"/m\". If using an external link, the link starts with \"http\", for example, \"https://example.com\".": "Support two types of links: internal links and external links. If using an internal link, the link starts with \"/\", for example, \"/m\". If using an external link, the link starts with \"http\", for example, \"https://example.com\".",
|
|
32
|
+
"The message page has already been created.": "The message page has already been created.",
|
|
33
|
+
"Unit is second. Will not close automatically when set to empty.": "Unit is second. Will not close automatically when set to empty.",
|
|
34
|
+
"Unread": "Unread",
|
|
35
|
+
"When select receivers from node result, only support ID of user (or IDs array of users). Others will not match any user.": "When select receivers from node result, only support ID of user (or IDs array of users). Others will not match any user.",
|
|
36
|
+
"detail URL": "detail URL",
|
|
37
|
+
"please reload": "please reload"
|
|
38
|
+
}
|
package/dist/locale/zh-CN.json
CHANGED
|
@@ -1,35 +1,38 @@
|
|
|
1
1
|
{
|
|
2
|
-
"
|
|
3
|
-
"
|
|
4
|
-
"
|
|
5
|
-
"Loading more": "加载更多",
|
|
6
|
-
"No more": "没有更多了",
|
|
7
|
-
"Loading failed,": "加载失败,",
|
|
8
|
-
"please reload": "重新加载",
|
|
9
|
-
"Detail": "详情",
|
|
2
|
+
"All": "全部",
|
|
3
|
+
"Channel name": "Channel name",
|
|
4
|
+
"Close after": "关闭延时",
|
|
10
5
|
"Content": "内容",
|
|
6
|
+
"Content type": "内容格式",
|
|
11
7
|
"Datetime": "时间",
|
|
12
|
-
"
|
|
13
|
-
"
|
|
14
|
-
"
|
|
15
|
-
"All": "全部",
|
|
8
|
+
"Detail": "详情",
|
|
9
|
+
"Details page for desktop": "桌面端详情页",
|
|
10
|
+
"Details page for mobile": "移动端详情页",
|
|
16
11
|
"In-app message": "站内信",
|
|
17
|
-
"
|
|
12
|
+
"Inbox": "收信箱",
|
|
13
|
+
"Loading": "加载中",
|
|
14
|
+
"Loading failed,": "加载失败,",
|
|
15
|
+
"Loading more": "加载更多",
|
|
16
|
+
"Mark all as read": "全部标为已读",
|
|
17
|
+
"Mark as read": "标记为已读",
|
|
18
|
+
"Mark as unread": "标为未读",
|
|
19
|
+
"Message": "消息",
|
|
20
|
+
"Message content": "消息内容",
|
|
18
21
|
"Message group name": "消息分组名称",
|
|
19
22
|
"Message title": "消息标题",
|
|
20
|
-
"
|
|
21
|
-
"Content type": "内容格式",
|
|
23
|
+
"No more": "没有更多了",
|
|
22
24
|
"Plain text": "纯文本",
|
|
23
|
-
"
|
|
24
|
-
"
|
|
25
|
+
"Read": "已读",
|
|
26
|
+
"Receivers": "接收人",
|
|
27
|
+
"Status": "状态",
|
|
25
28
|
"Support two types of links: internal links and external links. If using an internal link, the link starts with \"/\", for example, \"/admin\". If using an external link, the link starts with \"http\", for example, \"https://example.com\".": "支持两种链接类型:内部链接和外部链接。如果使用内部链接,链接以“/”开头,例如“/admin”。如果使用外部链接,链接以“http”开头,例如“https://example.com”。",
|
|
26
|
-
"Mark as read": "标为已读",
|
|
27
|
-
"Mark as unread": "标为未读",
|
|
28
|
-
"Mark all as read": "全部标为已读",
|
|
29
29
|
"Support two types of links: internal links and external links. If using an internal link, the link starts with \"/\", for example, \"/m\". If using an external link, the link starts with \"http\", for example, \"https://example.com\".": "支持两种链接类型:内部链接和外部链接。如果使用内部链接,链接以“/”开头,例如“/m”。如果使用外部链接,链接以“http”开头,例如“https://example.com”。",
|
|
30
|
-
"
|
|
30
|
+
"Support two types of links: internal links and external links. If using an internal link, the link starts with\"/\", for example, \"/admin\". If using an external link, the link starts with \"http\", for example, \"https://example.com\".": "支持两种链接类型:内部链接和外部链接。如果使用内部链接,链接以“/”开头,例如“/admin”。如果使用外部链接,链接以“http”开头,例如“https://example.com”。",
|
|
31
|
+
"Support two types of links: internal links and external links. If using an internal link, the link starts with\"/\", for example, \"/m\". If using an external link, the link starts with \"http\", for example, \"https://example.com\".": "支持两种链接类型:内部链接和外部链接。如果使用内部链接,链接以“/”开头,例如“/m”。如果使用外部链接,链接以“http”开头,例如“https://example.com”。",
|
|
31
32
|
"The message page has already been created.": "站内信页面已创建。",
|
|
33
|
+
"Unit is second. Will not close automatically when set to empty.": "单位为秒。设置为空则不自动关闭。",
|
|
34
|
+
"Unread": "未读",
|
|
32
35
|
"When select receivers from node result, only support ID of user (or IDs array of users). Others will not match any user.": "从节点结果中选择接收者时,仅支持用户ID(或用户ID数组)。其他将不匹配任何用户。",
|
|
33
|
-
"
|
|
34
|
-
"
|
|
35
|
-
}
|
|
36
|
+
"detail URL": "详情链接",
|
|
37
|
+
"please reload": "重新加载"
|
|
38
|
+
}
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
{
|
|
2
|
+
"All": "All",
|
|
3
|
+
"Channel name": "Channel name",
|
|
4
|
+
"Close after": "Close after",
|
|
5
|
+
"Content": "Content",
|
|
6
|
+
"Content type": "Content type",
|
|
7
|
+
"Datetime": "Datetime",
|
|
8
|
+
"Detail": "Detail",
|
|
9
|
+
"Details page for desktop": "Details page for desktop",
|
|
10
|
+
"Details page for mobile": "Details page for mobile",
|
|
11
|
+
"In-app message": "In-app message",
|
|
12
|
+
"Inbox": "Inbox",
|
|
13
|
+
"Loading": "Loading",
|
|
14
|
+
"Loading failed,": "Loading failed,",
|
|
15
|
+
"Loading more": "Loading more",
|
|
16
|
+
"Mark all as read": "Mark all as read",
|
|
17
|
+
"Mark as read": "Mark as read",
|
|
18
|
+
"Mark as unread": "Mark as unread",
|
|
19
|
+
"Message": "Message",
|
|
20
|
+
"Message content": "Message content",
|
|
21
|
+
"Message group name": "Message group name",
|
|
22
|
+
"Message title": "Message title",
|
|
23
|
+
"No more": "No more",
|
|
24
|
+
"Plain text": "Plain text",
|
|
25
|
+
"Read": "Read",
|
|
26
|
+
"Receivers": "Receivers",
|
|
27
|
+
"Status": "Status",
|
|
28
|
+
"Support two types of links: internal links and external links. If using an internal link, the link starts with \"/\", for example, \"/admin\". If using an external link, the link starts with \"http\", for example, \"https://example.com\".": "Support two types of links: internal links and external links. If using an internal link, the link starts with \"/\", for example, \"/admin\". If using an external link, the link starts with \"http\", for example, \"https://example.com\".",
|
|
29
|
+
"Support two types of links: internal links and external links. If using an internal link, the link starts with \"/\", for example, \"/m\". If using an external link, the link starts with \"http\", for example, \"https://example.com\".": "Support two types of links: internal links and external links. If using an internal link, the link starts with \"/\", for example, \"/m\". If using an external link, the link starts with \"http\", for example, \"https://example.com\".",
|
|
30
|
+
"Support two types of links: internal links and external links. If using an internal link, the link starts with\"/\", for example, \"/admin\". If using an external link, the link starts with \"http\", for example, \"https://example.com\".": "Support two types of links: internal links and external links. If using an internal link, the link starts with \"/\", for example, \"/admin\". If using an external link, the link starts with \"http\", for example, \"https://example.com\".",
|
|
31
|
+
"Support two types of links: internal links and external links. If using an internal link, the link starts with\"/\", for example, \"/m\". If using an external link, the link starts with \"http\", for example, \"https://example.com\".": "Support two types of links: internal links and external links. If using an internal link, the link starts with \"/\", for example, \"/m\". If using an external link, the link starts with \"http\", for example, \"https://example.com\".",
|
|
32
|
+
"The message page has already been created.": "The message page has already been created.",
|
|
33
|
+
"Unit is second. Will not close automatically when set to empty.": "Unit is second. Will not close automatically when set to empty.",
|
|
34
|
+
"Unread": "Unread",
|
|
35
|
+
"When select receivers from node result, only support ID of user (or IDs array of users). Others will not match any user.": "When select receivers from node result, only support ID of user (or IDs array of users). Others will not match any user.",
|
|
36
|
+
"detail URL": "detail URL",
|
|
37
|
+
"please reload": "please reload"
|
|
38
|
+
}
|
package/package.json
CHANGED
|
@@ -1,11 +1,14 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nocobase/plugin-notification-in-app-message",
|
|
3
|
-
"version": "2.0.0-
|
|
3
|
+
"version": "2.0.0-beta.2",
|
|
4
4
|
"displayName": "Notification: In-app message",
|
|
5
|
+
"displayName.ru-RU": "Уведомления: Всплывающие сообщения внутри приложения",
|
|
5
6
|
"displayName.zh-CN": "通知:站内信",
|
|
6
7
|
"description": "It supports users in receiving real-time message notifications within the NocoBase application.",
|
|
8
|
+
"description.ru-RU": "Поддерживает получение пользователями уведомлений в реальном времени внутри приложения NocoBase.",
|
|
7
9
|
"description.zh-CN": "支持用户在 NocoBase 应用内实时接收消息通知。",
|
|
8
10
|
"homepage": "https://docs.nocobase.com/handbook/notification-in-app-message",
|
|
11
|
+
"homepage.ru-RU": "https://docs-ru.nocobase.com/handbook/notification-in-app-message",
|
|
9
12
|
"homepage.zh-CN": "https://docs-cn.nocobase.com/handbook/notification-in-app-message",
|
|
10
13
|
"keywords": [
|
|
11
14
|
"Notification"
|
|
@@ -26,5 +29,5 @@
|
|
|
26
29
|
"@nocobase/test": "2.x",
|
|
27
30
|
"react-router-dom": "^6.x"
|
|
28
31
|
},
|
|
29
|
-
"gitHead": "
|
|
32
|
+
"gitHead": "b77a33ee933ae6e09d2d5dce017ca15d8552d57b"
|
|
30
33
|
}
|