@nocobase/plugin-notification-in-app-message 1.7.0-beta.2 → 1.7.0-beta.4

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.
@@ -9,14 +9,14 @@
9
9
 
10
10
  module.exports = {
11
11
  "react": "18.2.0",
12
- "@nocobase/client": "1.7.0-beta.2",
13
- "@nocobase/plugin-notification-manager": "1.7.0-beta.2",
14
- "@nocobase/plugin-mobile": "1.7.0-beta.2",
15
- "@nocobase/utils": "1.7.0-beta.2",
12
+ "@nocobase/client": "1.7.0-beta.4",
13
+ "@nocobase/plugin-notification-manager": "1.7.0-beta.4",
14
+ "@nocobase/plugin-mobile": "1.7.0-beta.4",
15
+ "@nocobase/utils": "1.7.0-beta.4",
16
16
  "react-i18next": "11.18.6",
17
- "@nocobase/server": "1.7.0-beta.2",
17
+ "@nocobase/server": "1.7.0-beta.4",
18
18
  "sequelize": "6.35.2",
19
- "@nocobase/database": "1.7.0-beta.2",
19
+ "@nocobase/database": "1.7.0-beta.4",
20
20
  "antd": "5.12.8",
21
21
  "@formily/reactive-react": "2.3.0",
22
22
  "@formily/reactive": "2.3.0",
@@ -26,6 +26,6 @@ module.exports = {
26
26
  "@emotion/css": "11.13.0",
27
27
  "react-router-dom": "6.28.1",
28
28
  "@formily/core": "2.3.0",
29
- "@nocobase/plugin-workflow": "1.7.0-beta.2",
29
+ "@nocobase/plugin-workflow": "1.7.0-beta.4",
30
30
  "@formily/shared": "2.3.2"
31
31
  };
@@ -1,28 +1,28 @@
1
1
  {
2
2
  "Inbox": "Inbox",
3
- "Message": "Message",
4
- "Loading": "Loading",
5
- "Loading more": "Loading more",
6
- "No more": "No more",
7
- "Loading failed,": "Loading failed,",
8
- "please reload": "please reload",
3
+ "Message": "Bericht",
4
+ "Loading": "Laden",
5
+ "Loading more": "Meer laden",
6
+ "No more": "Geen meer",
7
+ "Loading failed,": "Laden mislukt,",
8
+ "please reload": "vernieuw",
9
9
  "Detail": "Detail",
10
- "Content": "Content",
10
+ "Content": "Inhoud",
11
11
  "Datetime": "Datumtijd",
12
12
  "Status": "Status",
13
13
  "All": "Alles",
14
- "Read": "Read",
15
- "Unread": "Unread",
16
- "In-app message": "In-app message",
17
- "Receivers": "Receivers",
18
- "Channel name": "Channel name",
19
- "Message group name": "Message group name",
20
- "Message title": "Message title",
21
- "Message content": "Message content",
22
- "Details page for desktop": "Details page for desktop",
23
- "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\".",
24
- "Mark as read": "Mark as read",
25
- "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\".",
26
- "Details page for mobile": "Details page for mobile",
27
- "The message page has already been created.": "The message page has already been created."
14
+ "Read": "Gelezen",
15
+ "Unread": "Ongelezen",
16
+ "In-app message": "In-app bericht",
17
+ "Receivers": "Ontvangers",
18
+ "Channel name": "Kanaalnaam",
19
+ "Message group name": "Bericht groepsnaam",
20
+ "Message title": "Berichttitel",
21
+ "Message content": "Berichtinhoud",
22
+ "Details page for desktop": "Detailpagina voor desktop",
23
+ "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\".": "Ondersteunt twee soorten links: interne links en externe links. Bij gebruik van een interne link begint de link met \"/\", bijvoorbeeld \"/admin\". Bij gebruik van een externe link begint de link met \"http\", bijvoorbeeld \"https://voorbeeld.com\".",
24
+ "Mark as read": "Markeer als gelezen",
25
+ "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\".": "Ondersteunt twee soorten links: interne links en externe links. Bij gebruik van een interne link begint de link met \"/\", bijvoorbeeld \"/m\". Bij gebruik van een externe link begint de link met \"http\", bijvoorbeeld \"https://voorbeeld.com\".",
26
+ "Details page for mobile": "Detailpagina voor mobiel",
27
+ "The message page has already been created.": "De berichtenpagina is al aangemaakt."
28
28
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nocobase/plugin-notification-in-app-message",
3
- "version": "1.7.0-beta.2",
3
+ "version": "1.7.0-beta.4",
4
4
  "displayName": "Notification: In-app message",
5
5
  "displayName.zh-CN": "通知:站内信",
6
6
  "description": "It supports users in receiving real-time message notifications within the NocoBase application.",
@@ -26,5 +26,5 @@
26
26
  "@nocobase/test": "1.x",
27
27
  "react-router-dom": "^6.x"
28
28
  },
29
- "gitHead": "58b206bdfca521e79a69989ca55dd19075dca523"
29
+ "gitHead": "bf1fbeef48ab69fb3d417f4d75bf3f22031e29f8"
30
30
  }