@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
package/dist/externalVersion.js
CHANGED
|
@@ -9,24 +9,24 @@
|
|
|
9
9
|
|
|
10
10
|
module.exports = {
|
|
11
11
|
"react": "18.2.0",
|
|
12
|
-
"@nocobase/client": "2.0.0-
|
|
13
|
-
"@nocobase/plugin-notification-manager": "2.0.0-
|
|
14
|
-
"@nocobase/plugin-mobile": "2.0.0-
|
|
15
|
-
"@nocobase/utils": "2.0.0-
|
|
12
|
+
"@nocobase/client": "2.0.0-beta.2",
|
|
13
|
+
"@nocobase/plugin-notification-manager": "2.0.0-beta.2",
|
|
14
|
+
"@nocobase/plugin-mobile": "2.0.0-beta.2",
|
|
15
|
+
"@nocobase/utils": "2.0.0-beta.2",
|
|
16
16
|
"react-i18next": "11.18.6",
|
|
17
|
-
"@nocobase/server": "2.0.0-
|
|
17
|
+
"@nocobase/server": "2.0.0-beta.2",
|
|
18
18
|
"sequelize": "6.35.2",
|
|
19
|
-
"@nocobase/actions": "2.0.0-
|
|
20
|
-
"@nocobase/database": "2.0.0-
|
|
19
|
+
"@nocobase/actions": "2.0.0-beta.2",
|
|
20
|
+
"@nocobase/database": "2.0.0-beta.2",
|
|
21
21
|
"antd": "5.24.2",
|
|
22
|
-
"@
|
|
22
|
+
"@nocobase/flow-engine": "2.0.0-beta.2",
|
|
23
23
|
"antd-style": "3.7.1",
|
|
24
24
|
"@emotion/css": "11.13.0",
|
|
25
25
|
"@formily/react": "2.3.7",
|
|
26
26
|
"react-router-dom": "6.30.1",
|
|
27
27
|
"@formily/core": "2.3.7",
|
|
28
28
|
"@ant-design/icons": "5.6.1",
|
|
29
|
-
"@nocobase/plugin-workflow": "2.0.0-
|
|
29
|
+
"@nocobase/plugin-workflow": "2.0.0-beta.2",
|
|
30
30
|
"@formily/reactive": "2.3.7",
|
|
31
31
|
"@formily/shared": "2.3.7"
|
|
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
|
+
}
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
{
|
|
2
|
+
"All": "Mind",
|
|
3
|
+
"Channel name": "Csatorna neve",
|
|
4
|
+
"Close after": "Close after",
|
|
5
|
+
"Content": "Tartalom",
|
|
6
|
+
"Content type": "Content type",
|
|
7
|
+
"Datetime": "Dátum és idő",
|
|
8
|
+
"Detail": "Részlet",
|
|
9
|
+
"Details page for desktop": "Részletek oldal asztali verzióhoz",
|
|
10
|
+
"Details page for mobile": "Részletek oldal mobilra",
|
|
11
|
+
"In-app message": "Alkalmazáson belüli üzenet",
|
|
12
|
+
"Inbox": "Beérkező üzenetek",
|
|
13
|
+
"Loading": "Betöltés",
|
|
14
|
+
"Loading failed,": "Betöltés sikertelen,",
|
|
15
|
+
"Loading more": "Több betöltése",
|
|
16
|
+
"Mark all as read": "Mind jelölése olvasottként",
|
|
17
|
+
"Mark as read": "Megjelölés olvasottként",
|
|
18
|
+
"Mark as unread": "Megjelölés olvasatlanként",
|
|
19
|
+
"Message": "Üzenet",
|
|
20
|
+
"Message content": "Üzenet tartalma",
|
|
21
|
+
"Message group name": "Üzenet csoport neve",
|
|
22
|
+
"Message title": "Üzenet címe",
|
|
23
|
+
"No more": "Nincs több",
|
|
24
|
+
"Plain text": "Plain text",
|
|
25
|
+
"Read": "Olvasott",
|
|
26
|
+
"Receivers": "Címzettek",
|
|
27
|
+
"Status": "Állapot",
|
|
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\".": "Kétféle link támogatott: belső linkek és külső linkek. Ha belső linket használ, a link \"/\"-rel kezdődik, például \"/admin\". Ha külső linket használ, a link \"http\"-vel kezdődik, például \"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\".": "Kétféle link támogatott: belső linkek és külső linkek. Ha belső linket használ, a link \"/\"-rel kezdődik, például \"/m\". Ha külső linket használ, a link \"http\"-vel kezdődik, például \"https://example.com\".",
|
|
32
|
+
"The message page has already been created.": "Az üzenet oldal már létrejött.",
|
|
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": "Olvasatlan",
|
|
35
|
+
"When select receivers from node result, only support ID of user (or IDs array of users). Others will not match any user.": "Amikor a címzetteket a csomópontok eredményéből választja ki, csak a felhasználó azonosítóját (vagy felhasználók azonosítóinak tömbjét) támogatja. Mások nem egyeznek meg egyetlen felhasználóval sem.",
|
|
36
|
+
"detail URL": "részletek URL",
|
|
37
|
+
"please reload": "kérjük, töltse újra"
|
|
38
|
+
}
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
{
|
|
2
|
+
"All": "Semua",
|
|
3
|
+
"Channel name": "Nama saluran",
|
|
4
|
+
"Close after": "Close after",
|
|
5
|
+
"Content": "Konten",
|
|
6
|
+
"Content type": "Content type",
|
|
7
|
+
"Datetime": "Tanggalwaktu",
|
|
8
|
+
"Detail": "Detail",
|
|
9
|
+
"Details page for desktop": "Halaman detail untuk desktop",
|
|
10
|
+
"Details page for mobile": "Halaman detail untuk seluler",
|
|
11
|
+
"In-app message": "Pesan dalam aplikasi",
|
|
12
|
+
"Inbox": "Kotak masuk",
|
|
13
|
+
"Loading": "Memuat",
|
|
14
|
+
"Loading failed,": "Memuat gagal,",
|
|
15
|
+
"Loading more": "Memuat lebih banyak",
|
|
16
|
+
"Mark all as read": "Mark all as read",
|
|
17
|
+
"Mark as read": "Tandai sebagai sudah dibaca",
|
|
18
|
+
"Mark as unread": "Mark as unread",
|
|
19
|
+
"Message": "Pesan",
|
|
20
|
+
"Message content": "Konten pesan",
|
|
21
|
+
"Message group name": "Nama grup pesan",
|
|
22
|
+
"Message title": "Judul pesan",
|
|
23
|
+
"No more": "Tidak ada lagi",
|
|
24
|
+
"Plain text": "Plain text",
|
|
25
|
+
"Read": "Dibaca",
|
|
26
|
+
"Receivers": "Penerima",
|
|
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\".": "Mendukung dua jenis tautan: tautan internal dan tautan eksternal. Jika menggunakan tautan internal, tautan dimulai dengan \"/\", contohnya, \"/admin\". Jika menggunakan tautan eksternal, tautan dimulai dengan \"http\", contohnya, \"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\".": "Mendukung dua jenis tautan: tautan internal dan tautan eksternal. Jika menggunakan tautan internal, tautan dimulai dengan \"/\", contohnya, \"/m\". Jika menggunakan tautan eksternal, tautan dimulai dengan \"http\", contohnya, \"https://example.com\".",
|
|
32
|
+
"The message page has already been created.": "Halaman pesan sudah dibuat.",
|
|
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": "Belum dibaca",
|
|
35
|
+
"When select receivers from node result, only support ID of user (or IDs array of users). Others will not match any user.": "Saat memilih penerima dari hasil node, hanya mendukung ID pengguna (atau array ID pengguna). Yang lain tidak akan cocok dengan pengguna mana pun.",
|
|
36
|
+
"detail URL": "URL detail",
|
|
37
|
+
"please reload": "harap muat ulang"
|
|
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\".": "内部リンクと外部リンクの2種類をサポートしています。内部リンクを使用する場合、リンクは「/」で始まります(例: \"/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\".": "内部リンクと外部リンクの2種類をサポートしています。内部リンクを使用する場合、リンクは「/」で始まります(例: \"/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": "전체",
|
|
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\".": "내부 링크와 외부 링크 두 가지 유형을 지원합니다. 내부 링크는 \"/\"로 시작하며 예: \"/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
|
+
}
|
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
|
+
}
|