@nocobase/plugin-localization 1.7.0-beta.2 → 1.7.0-beta.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/externalVersion.js +6 -6
- package/dist/locale/nl-NL.json +16 -16
- package/package.json +2 -2
package/dist/externalVersion.js
CHANGED
|
@@ -11,14 +11,14 @@ module.exports = {
|
|
|
11
11
|
"@ant-design/icons": "5.6.1",
|
|
12
12
|
"@formily/core": "2.3.0",
|
|
13
13
|
"@formily/react": "2.3.0",
|
|
14
|
-
"@nocobase/client": "1.7.0-beta.
|
|
14
|
+
"@nocobase/client": "1.7.0-beta.4",
|
|
15
15
|
"ahooks": "3.7.8",
|
|
16
16
|
"antd": "5.12.8",
|
|
17
17
|
"react": "18.2.0",
|
|
18
|
-
"@nocobase/database": "1.7.0-beta.
|
|
19
|
-
"@nocobase/server": "1.7.0-beta.
|
|
20
|
-
"@nocobase/utils": "1.7.0-beta.
|
|
21
|
-
"@nocobase/cache": "1.7.0-beta.
|
|
22
|
-
"@nocobase/actions": "1.7.0-beta.
|
|
18
|
+
"@nocobase/database": "1.7.0-beta.4",
|
|
19
|
+
"@nocobase/server": "1.7.0-beta.4",
|
|
20
|
+
"@nocobase/utils": "1.7.0-beta.4",
|
|
21
|
+
"@nocobase/cache": "1.7.0-beta.4",
|
|
22
|
+
"@nocobase/actions": "1.7.0-beta.4",
|
|
23
23
|
"react-i18next": "11.18.6"
|
|
24
24
|
};
|
package/dist/locale/nl-NL.json
CHANGED
|
@@ -1,24 +1,24 @@
|
|
|
1
1
|
{
|
|
2
2
|
"Edit": "Bewerken",
|
|
3
3
|
"Add new": "Nieuwe toevoegen",
|
|
4
|
-
"Localization management": "
|
|
5
|
-
"No data": "
|
|
6
|
-
"Delete text": "
|
|
7
|
-
"Delete translation": "
|
|
4
|
+
"Localization management": "Lokalisatiebeheer",
|
|
5
|
+
"No data": "Geen data",
|
|
6
|
+
"Delete text": "Tekst verwijderen",
|
|
7
|
+
"Delete translation": "Vertaling verwijderen",
|
|
8
8
|
"Module": "Module",
|
|
9
|
-
"Text": "
|
|
10
|
-
"Translation": "
|
|
11
|
-
"Sync": "
|
|
12
|
-
"Current language": "
|
|
13
|
-
"Keyword": "
|
|
9
|
+
"Text": "Tekst",
|
|
10
|
+
"Translation": "Vertaling",
|
|
11
|
+
"Sync": "Synchroniseer",
|
|
12
|
+
"Current language": "Huidige taal",
|
|
13
|
+
"Keyword": "Kernwoord",
|
|
14
14
|
"All": "Alles",
|
|
15
|
-
"No translation": "
|
|
16
|
-
"System & Plugins": "
|
|
17
|
-
"User interfaces": "
|
|
15
|
+
"No translation": "Geen vertaling",
|
|
16
|
+
"System & Plugins": "Systeem & Plugins",
|
|
17
|
+
"User interfaces": "Gebruikersinterfaces",
|
|
18
18
|
"Collections & Fields": "Collecties & Velden",
|
|
19
|
-
"Please select the resources you want to synchronize": "
|
|
19
|
+
"Please select the resources you want to synchronize": "Selecteer de bronnen die je wil synchroniseren",
|
|
20
20
|
"Menu": "Menu",
|
|
21
|
-
"Publish": "
|
|
22
|
-
"Translations": "
|
|
23
|
-
"Localization": "
|
|
21
|
+
"Publish": "Publiceer",
|
|
22
|
+
"Translations": "Vertalingen",
|
|
23
|
+
"Localization": "Lokalisatie"
|
|
24
24
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nocobase/plugin-localization",
|
|
3
|
-
"version": "1.7.0-beta.
|
|
3
|
+
"version": "1.7.0-beta.4",
|
|
4
4
|
"main": "dist/server/index.js",
|
|
5
5
|
"homepage": "https://docs.nocobase.com/handbook/localization-management",
|
|
6
6
|
"homepage.zh-CN": "https://docs-cn.nocobase.com/handbook/localization-management",
|
|
@@ -22,5 +22,5 @@
|
|
|
22
22
|
"displayName.zh-CN": "本地化",
|
|
23
23
|
"description": "Allows to manage localization resources of the application.",
|
|
24
24
|
"description.zh-CN": "支持管理应用程序的本地化资源。",
|
|
25
|
-
"gitHead": "
|
|
25
|
+
"gitHead": "bf1fbeef48ab69fb3d417f4d75bf3f22031e29f8"
|
|
26
26
|
}
|