@nocobase/plugin-notification-in-app-message 1.6.6 → 1.6.8

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.6.6",
13
- "@nocobase/plugin-notification-manager": "1.6.6",
14
- "@nocobase/plugin-mobile": "1.6.6",
15
- "@nocobase/utils": "1.6.6",
12
+ "@nocobase/client": "1.6.8",
13
+ "@nocobase/plugin-notification-manager": "1.6.8",
14
+ "@nocobase/plugin-mobile": "1.6.8",
15
+ "@nocobase/utils": "1.6.8",
16
16
  "react-i18next": "11.18.6",
17
- "@nocobase/server": "1.6.6",
17
+ "@nocobase/server": "1.6.8",
18
18
  "sequelize": "6.35.2",
19
- "@nocobase/database": "1.6.6",
19
+ "@nocobase/database": "1.6.8",
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.6.6",
29
+ "@nocobase/plugin-workflow": "1.6.8",
30
30
  "@formily/shared": "2.3.2"
31
31
  };
@@ -6,7 +6,7 @@
6
6
  "No more": "Non c'è altro",
7
7
  "Loading failed,": "Caricamento fallito,",
8
8
  "please reload": "ricarica",
9
- "Detail": "Dettaglio",
9
+ "Detail": "Dettagli",
10
10
  "Content": "Contenuto",
11
11
  "Datetime": "Data e ora",
12
12
  "Status": "Stato",
@@ -14,11 +14,11 @@
14
14
  "Read": "Letto",
15
15
  "Unread": "Non letto",
16
16
  "In-app message": "Messaggio in-app",
17
- "Receivers": "Destinatari",
18
- "Channel name": "Nome canale",
17
+ "Receivers": "Destinatari",
19
18
  "Message group name": "Nome gruppo messaggi",
20
19
  "Message title": "Titolo messaggio",
21
20
  "Message content": "Contenuto messaggio",
21
+ "detail URL": "dettagli URL",
22
22
  "Details page for desktop": "Pagina dettagli per desktop",
23
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\".": "Supporta due tipi di link: link interni e link esterni. Se si utilizza un link interno, il link inizia con \"/\", ad esempio, \"/admin\". Se si utilizza un link esterno, il link inizia con \"http\", ad esempio, \"https://example.com\".",
24
24
  "Mark as read": "Segna come letto",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nocobase/plugin-notification-in-app-message",
3
- "version": "1.6.6",
3
+ "version": "1.6.8",
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": "f2dbd411f548a7192661f504d9e19a3a195aee0b"
29
+ "gitHead": "0261bf929dde4d1feb6479c2ef7105b15754ab53"
30
30
  }