@nocobase/plugin-notification-in-app-message 1.9.0-beta.16 → 1.9.0-beta.18
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/index.js +1 -1
- package/dist/externalVersion.js +8 -8
- 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/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/zh-CN.json +27 -24
- package/dist/locale/zh-TW.json +38 -0
- package/package.json +5 -2
package/dist/externalVersion.js
CHANGED
|
@@ -9,15 +9,15 @@
|
|
|
9
9
|
|
|
10
10
|
module.exports = {
|
|
11
11
|
"react": "18.2.0",
|
|
12
|
-
"@nocobase/client": "1.9.0-beta.
|
|
13
|
-
"@nocobase/plugin-notification-manager": "1.9.0-beta.
|
|
14
|
-
"@nocobase/plugin-mobile": "1.9.0-beta.
|
|
15
|
-
"@nocobase/utils": "1.9.0-beta.
|
|
12
|
+
"@nocobase/client": "1.9.0-beta.18",
|
|
13
|
+
"@nocobase/plugin-notification-manager": "1.9.0-beta.18",
|
|
14
|
+
"@nocobase/plugin-mobile": "1.9.0-beta.18",
|
|
15
|
+
"@nocobase/utils": "1.9.0-beta.18",
|
|
16
16
|
"react-i18next": "11.18.6",
|
|
17
|
-
"@nocobase/server": "1.9.0-beta.
|
|
17
|
+
"@nocobase/server": "1.9.0-beta.18",
|
|
18
18
|
"sequelize": "6.35.2",
|
|
19
|
-
"@nocobase/actions": "1.9.0-beta.
|
|
20
|
-
"@nocobase/database": "1.9.0-beta.
|
|
19
|
+
"@nocobase/actions": "1.9.0-beta.18",
|
|
20
|
+
"@nocobase/database": "1.9.0-beta.18",
|
|
21
21
|
"antd": "5.24.2",
|
|
22
22
|
"@formily/reactive-react": "2.3.0",
|
|
23
23
|
"antd-style": "3.7.1",
|
|
@@ -26,7 +26,7 @@ module.exports = {
|
|
|
26
26
|
"react-router-dom": "6.28.1",
|
|
27
27
|
"@formily/core": "2.3.0",
|
|
28
28
|
"@ant-design/icons": "5.6.1",
|
|
29
|
-
"@nocobase/plugin-workflow": "1.9.0-beta.
|
|
29
|
+
"@nocobase/plugin-workflow": "1.9.0-beta.18",
|
|
30
30
|
"@formily/reactive": "2.3.0",
|
|
31
31
|
"@formily/shared": "2.3.2"
|
|
32
32
|
};
|
package/dist/locale/de-DE.json
CHANGED
|
@@ -1,29 +1,38 @@
|
|
|
1
1
|
{
|
|
2
|
+
"All": "Alle",
|
|
3
|
+
"Channel name": "Kanalname",
|
|
4
|
+
"Close after": "Close after",
|
|
5
|
+
"Content": "Inhalt",
|
|
6
|
+
"Content type": "Content type",
|
|
7
|
+
"Datetime": "Datum/Uhrzeit",
|
|
8
|
+
"Detail": "Detail",
|
|
9
|
+
"Details page for desktop": "Detailseite für Desktop",
|
|
10
|
+
"Details page for mobile": "Detailseite für Mobilgeräte",
|
|
11
|
+
"In-app message": "In-App-Nachricht",
|
|
2
12
|
"Inbox": "Posteingang",
|
|
3
|
-
"Message": "Nachricht",
|
|
4
13
|
"Loading": "Wird geladen",
|
|
14
|
+
"Loading failed,": "Laden fehlgeschlagen,",
|
|
5
15
|
"Loading more": "Mehr laden",
|
|
16
|
+
"Mark all as read": "Mark all as read",
|
|
17
|
+
"Mark as read": "Als gelesen markieren",
|
|
18
|
+
"Mark as unread": "Mark as unread",
|
|
19
|
+
"Message": "Nachricht",
|
|
20
|
+
"Message content": "Nachrichteninhalt",
|
|
21
|
+
"Message group name": "Nachrichtengruppenname",
|
|
22
|
+
"Message title": "Nachrichtentitel",
|
|
6
23
|
"No more": "Keine weiteren",
|
|
7
|
-
"
|
|
8
|
-
"please reload": "bitte neu laden",
|
|
9
|
-
"Detail": "Detail",
|
|
10
|
-
"Content": "Inhalt",
|
|
11
|
-
"Datetime": "Datum/Uhrzeit",
|
|
12
|
-
"Status": "Status",
|
|
13
|
-
"All": "Alle",
|
|
24
|
+
"Plain text": "Plain text",
|
|
14
25
|
"Read": "Gelesen",
|
|
15
|
-
"Unread": "Ungelesen",
|
|
16
|
-
"In-app message": "In-App-Nachricht",
|
|
17
26
|
"Receivers": "Empfänger",
|
|
18
|
-
"
|
|
19
|
-
"
|
|
20
|
-
"
|
|
21
|
-
"Message content": "Nachrichteninhalt",
|
|
22
|
-
"detail URL": "Detail-URL",
|
|
23
|
-
"Details page for desktop": "Detailseite für Desktop",
|
|
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\".",
|
|
24
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\".": "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
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\".": "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
|
-
"
|
|
28
|
-
"
|
|
29
|
-
|
|
32
|
+
"The message page has already been created.": "Die Nachrichtenseite wurde bereits erstellt.",
|
|
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": "Ungelesen",
|
|
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": "bitte neu laden"
|
|
38
|
+
}
|
package/dist/locale/en-US.json
CHANGED
|
@@ -1,33 +1,38 @@
|
|
|
1
1
|
{
|
|
2
|
-
"
|
|
3
|
-
"
|
|
4
|
-
"
|
|
5
|
-
"Loading more": "Loading more",
|
|
6
|
-
"No more": "No more",
|
|
7
|
-
"Loading failed,": "Loading failed,",
|
|
8
|
-
"please reload": "please reload",
|
|
9
|
-
"Detail": "Detail",
|
|
2
|
+
"All": "All",
|
|
3
|
+
"Channel name": "Channel name",
|
|
4
|
+
"Close after": "Close after",
|
|
10
5
|
"Content": "Content",
|
|
6
|
+
"Content type": "Content type",
|
|
11
7
|
"Datetime": "Datetime",
|
|
12
|
-
"
|
|
13
|
-
"
|
|
14
|
-
"
|
|
15
|
-
"Unread": "Unread",
|
|
8
|
+
"Detail": "Detail",
|
|
9
|
+
"Details page for desktop": "Details page for desktop",
|
|
10
|
+
"Details page for mobile": "Details page for mobile",
|
|
16
11
|
"In-app message": "In-app message",
|
|
17
|
-
"
|
|
18
|
-
"
|
|
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",
|
|
19
21
|
"Message group name": "Message group name",
|
|
20
22
|
"Message title": "Message title",
|
|
21
|
-
"
|
|
23
|
+
"No more": "No more",
|
|
22
24
|
"Plain text": "Plain text",
|
|
23
|
-
"
|
|
24
|
-
"
|
|
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\".",
|
|
25
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\".",
|
|
26
|
-
"Mark as read": "Mark as read",
|
|
27
|
-
"Mark as unread": "Mark as unread",
|
|
28
|
-
"Mark all as read": "Mark all as read",
|
|
29
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\".",
|
|
30
|
-
"Details page for mobile": "Details page for mobile",
|
|
31
32
|
"The message page has already been created.": "The message page has already been created.",
|
|
32
|
-
"
|
|
33
|
-
|
|
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": "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/dist/locale/it-IT.json
CHANGED
|
@@ -1,29 +1,38 @@
|
|
|
1
1
|
{
|
|
2
|
-
"
|
|
3
|
-
"
|
|
4
|
-
"
|
|
5
|
-
"Loading more": "Caricamento altro",
|
|
6
|
-
"No more": "Non c'è altro",
|
|
7
|
-
"Loading failed,": "Caricamento fallito,",
|
|
8
|
-
"please reload": "ricarica",
|
|
9
|
-
"Detail": "Dettagli",
|
|
2
|
+
"All": "Tutti",
|
|
3
|
+
"Channel name": "Channel name",
|
|
4
|
+
"Close after": "Close after",
|
|
10
5
|
"Content": "Contenuto",
|
|
6
|
+
"Content type": "Content type",
|
|
11
7
|
"Datetime": "Data e ora",
|
|
12
|
-
"
|
|
13
|
-
"
|
|
14
|
-
"
|
|
15
|
-
"Unread": "Non letto",
|
|
8
|
+
"Detail": "Dettagli",
|
|
9
|
+
"Details page for desktop": "Pagina dettagli per desktop",
|
|
10
|
+
"Details page for mobile": "Pagina dettagli per mobile",
|
|
16
11
|
"In-app message": "Messaggio in-app",
|
|
17
|
-
"
|
|
12
|
+
"Inbox": "Posta in arrivo",
|
|
13
|
+
"Loading": "Caricamento",
|
|
14
|
+
"Loading failed,": "Caricamento fallito,",
|
|
15
|
+
"Loading more": "Caricamento altro",
|
|
16
|
+
"Mark all as read": "Mark all as read",
|
|
17
|
+
"Mark as read": "Segna come letto",
|
|
18
|
+
"Mark as unread": "Mark as unread",
|
|
19
|
+
"Message": "Messaggio",
|
|
20
|
+
"Message content": "Contenuto messaggio",
|
|
18
21
|
"Message group name": "Nome gruppo messaggi",
|
|
19
22
|
"Message title": "Titolo messaggio",
|
|
20
|
-
"
|
|
21
|
-
"
|
|
22
|
-
"
|
|
23
|
+
"No more": "Non c'è altro",
|
|
24
|
+
"Plain text": "Plain text",
|
|
25
|
+
"Read": "Letto",
|
|
26
|
+
"Receivers": "Destinatari",
|
|
27
|
+
"Status": "Stato",
|
|
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\".",
|
|
23
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\".": "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
|
-
"Mark as read": "Segna come letto",
|
|
25
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\".": "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
|
-
"Details page for mobile": "Pagina dettagli per mobile",
|
|
27
32
|
"The message page has already been created.": "La pagina dei messaggi è già stata creata.",
|
|
28
|
-
"
|
|
29
|
-
|
|
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": "Non letto",
|
|
35
|
+
"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.",
|
|
36
|
+
"detail URL": "dettagli URL",
|
|
37
|
+
"please reload": "ricarica"
|
|
38
|
+
}
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
{
|
|
2
|
+
"All": "すべて",
|
|
3
|
+
"Channel name": "チャネル名",
|
|
4
|
+
"Close after": "Close after",
|
|
5
|
+
"Content": "コンテンツ",
|
|
6
|
+
"Content type": "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": "Mark all as read",
|
|
17
|
+
"Mark as read": "既読にする",
|
|
18
|
+
"Mark as unread": "Mark as unread",
|
|
19
|
+
"Message": "メッセージ",
|
|
20
|
+
"Message content": "メッセージ本文",
|
|
21
|
+
"Message group name": "メッセージグループ名",
|
|
22
|
+
"Message title": "メッセージタイトル",
|
|
23
|
+
"No more": "これ以上ありません",
|
|
24
|
+
"Plain text": "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\".": "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": "未読",
|
|
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": "詳細URL",
|
|
37
|
+
"please reload": "再読み込みしてください"
|
|
38
|
+
}
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
{
|
|
2
|
+
"All": "전체",
|
|
3
|
+
"Channel name": "채널 이름",
|
|
4
|
+
"Close after": "Close after",
|
|
5
|
+
"Content": "내용",
|
|
6
|
+
"Content type": "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": "Mark all as read",
|
|
17
|
+
"Mark as read": "읽음으로 표시",
|
|
18
|
+
"Mark as unread": "Mark as unread",
|
|
19
|
+
"Message": "메시지",
|
|
20
|
+
"Message content": "메시지 내용",
|
|
21
|
+
"Message group name": "메시지 그룹 이름",
|
|
22
|
+
"Message title": "메시지 제목",
|
|
23
|
+
"No more": "더 이상 없음",
|
|
24
|
+
"Plain text": "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\".": "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": "읽지 않음",
|
|
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": "상세 URL",
|
|
37
|
+
"please reload": "다시 불러와 주세요"
|
|
38
|
+
}
|
package/dist/locale/nl-NL.json
CHANGED
|
@@ -1,28 +1,38 @@
|
|
|
1
1
|
{
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
2
|
+
"All": "Alles",
|
|
3
|
+
"Channel name": "Kanaalnaam",
|
|
4
|
+
"Close after": "Close after",
|
|
5
|
+
"Content": "Inhoud",
|
|
6
|
+
"Content type": "Content type",
|
|
7
|
+
"Datetime": "Datumtijd",
|
|
8
|
+
"Detail": "Detail",
|
|
9
|
+
"Details page for desktop": "Detailpagina voor desktop",
|
|
10
|
+
"Details page for mobile": "Detailpagina voor mobiel",
|
|
11
|
+
"In-app message": "In-app bericht",
|
|
12
|
+
"Inbox": "Inbox",
|
|
13
|
+
"Loading": "Laden",
|
|
14
|
+
"Loading failed,": "Laden mislukt,",
|
|
15
|
+
"Loading more": "Meer laden",
|
|
16
|
+
"Mark all as read": "Mark all as read",
|
|
17
|
+
"Mark as read": "Markeer als gelezen",
|
|
18
|
+
"Mark as unread": "Mark as unread",
|
|
19
|
+
"Message": "Bericht",
|
|
20
|
+
"Message content": "Berichtinhoud",
|
|
21
|
+
"Message group name": "Bericht groepsnaam",
|
|
22
|
+
"Message title": "Berichttitel",
|
|
23
|
+
"No more": "Geen meer",
|
|
24
|
+
"Plain text": "Plain text",
|
|
25
|
+
"Read": "Gelezen",
|
|
26
|
+
"Receivers": "Ontvangers",
|
|
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\".": "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\".",
|
|
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\".": "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\".",
|
|
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.": "De berichtenpagina is al aangemaakt.",
|
|
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": "Ongelezen",
|
|
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": "vernieuw"
|
|
28
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": "Все",
|
|
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
|
+
}
|