@nocobase/plugin-notification-in-app-message 1.6.2 → 1.6.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.6.2",
13
- "@nocobase/plugin-notification-manager": "1.6.2",
14
- "@nocobase/plugin-mobile": "1.6.2",
15
- "@nocobase/utils": "1.6.2",
12
+ "@nocobase/client": "1.6.4",
13
+ "@nocobase/plugin-notification-manager": "1.6.4",
14
+ "@nocobase/plugin-mobile": "1.6.4",
15
+ "@nocobase/utils": "1.6.4",
16
16
  "react-i18next": "11.18.6",
17
- "@nocobase/server": "1.6.2",
17
+ "@nocobase/server": "1.6.4",
18
18
  "sequelize": "6.35.2",
19
- "@nocobase/database": "1.6.2",
19
+ "@nocobase/database": "1.6.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.6.2",
29
+ "@nocobase/plugin-workflow": "1.6.4",
30
30
  "@formily/shared": "2.3.2"
31
31
  };
@@ -0,0 +1,29 @@
1
+ {
2
+ "Inbox": "Posteingang",
3
+ "Message": "Nachricht",
4
+ "Loading": "Wird geladen",
5
+ "Loading more": "Mehr laden",
6
+ "No more": "Keine weiteren",
7
+ "Loading failed,": "Laden fehlgeschlagen,",
8
+ "please reload": "bitte neu laden",
9
+ "Detail": "Detail",
10
+ "Content": "Inhalt",
11
+ "Datetime": "Datum/Uhrzeit",
12
+ "Status": "Status",
13
+ "All": "Alle",
14
+ "Read": "Gelesen",
15
+ "Unread": "Ungelesen",
16
+ "In-app message": "In-App-Nachricht",
17
+ "Receivers": "Empfänger",
18
+ "Channel name": "Kanalname",
19
+ "Message group name": "Nachrichtengruppenname",
20
+ "Message title": "Nachrichtentitel",
21
+ "Message content": "Nachrichteninhalt",
22
+ "detail URL": "Detail-URL",
23
+ "Details page for desktop": "Detailseite für Desktop",
24
+ "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\".": "Unterstützt zwei Arten von Links: interne Links und externe Links. Bei Verwendung eines internen Links beginnt der Link mit \"/\", zum Beispiel \"/admin\". Bei Verwendung eines externen Links beginnt der Link mit \"http\", zum Beispiel \"https://example.com\".",
25
+ "Mark as read": "Als gelesen markieren",
26
+ "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\".": "Unterstützt zwei Arten von Links: interne Links und externe Links. Bei Verwendung eines internen Links beginnt der Link mit \"/\", zum Beispiel \"/m\". Bei Verwendung eines externen Links beginnt der Link mit \"http\", zum Beispiel \"https://example.com\".",
27
+ "Details page for mobile": "Detailseite für Mobilgeräte",
28
+ "The message page has already been created.": "Die Nachrichtenseite wurde bereits erstellt."
29
+ }
@@ -24,5 +24,6 @@
24
24
  "Mark as read": "Segna come letto",
25
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\".": "Supporta due tipi di link: link interni e link esterni. Se si utilizza un link interno, il link inizia con \"/\", ad esempio, \"/m\". Se si utilizza un link esterno, il link inizia con \"http\", ad esempio, \"https://example.com\".",
26
26
  "Details page for mobile": "Pagina dettagli per mobile",
27
- "The message page has already been created.": "La pagina dei messaggi è già stata creata."
27
+ "The message page has already been created.": "La pagina dei messaggi è già stata creata.",
28
+ "When select receivers from node result, only support ID of user (or IDs array of users). Others will not match any user.": "Quando selezioni i destinatari dal risultato del nodo, supporta solo l'ID dell'utente (o l'array di ID degli utenti). Gli altri non corrisponderanno a nessun utente."
28
29
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nocobase/plugin-notification-in-app-message",
3
- "version": "1.6.2",
3
+ "version": "1.6.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": "d1f1a2c1a038986f751abdeb82e9df97a2fd9e25"
29
+ "gitHead": "1df12e1cf58be1c829904346425e857319de3dee"
30
30
  }