@nocobase/plugin-localization 1.7.0-alpha.1 → 1.7.0-alpha.10
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 +7 -7
- package/dist/locale/de-DE.json +24 -0
- package/dist/locale/nl-NL.json +24 -0
- 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-alpha.
|
|
14
|
+
"@nocobase/client": "1.7.0-alpha.10",
|
|
15
15
|
"ahooks": "3.7.8",
|
|
16
|
-
"antd": "5.
|
|
16
|
+
"antd": "5.24.2",
|
|
17
17
|
"react": "18.2.0",
|
|
18
|
-
"@nocobase/database": "1.7.0-alpha.
|
|
19
|
-
"@nocobase/server": "1.7.0-alpha.
|
|
20
|
-
"@nocobase/utils": "1.7.0-alpha.
|
|
21
|
-
"@nocobase/cache": "1.7.0-alpha.
|
|
22
|
-
"@nocobase/actions": "1.7.0-alpha.
|
|
18
|
+
"@nocobase/database": "1.7.0-alpha.10",
|
|
19
|
+
"@nocobase/server": "1.7.0-alpha.10",
|
|
20
|
+
"@nocobase/utils": "1.7.0-alpha.10",
|
|
21
|
+
"@nocobase/cache": "1.7.0-alpha.10",
|
|
22
|
+
"@nocobase/actions": "1.7.0-alpha.10",
|
|
23
23
|
"react-i18next": "11.18.6"
|
|
24
24
|
};
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
{
|
|
2
|
+
"Edit": "Bearbeiten",
|
|
3
|
+
"Add new": "Neu hinzufügen",
|
|
4
|
+
"Localization management": "Lokalisierungsverwaltung",
|
|
5
|
+
"No data": "Keine Daten",
|
|
6
|
+
"Delete text": "Text löschen",
|
|
7
|
+
"Delete translation": "Übersetzung löschen",
|
|
8
|
+
"Module": "Modul",
|
|
9
|
+
"Text": "Text",
|
|
10
|
+
"Translation": "Übersetzung",
|
|
11
|
+
"Sync": "Synchronisieren",
|
|
12
|
+
"Current language": "Aktuelle Sprache",
|
|
13
|
+
"Keyword": "Stichwort",
|
|
14
|
+
"All": "Alle",
|
|
15
|
+
"No translation": "Keine Übersetzung",
|
|
16
|
+
"System & Plugins": "System & Plugins",
|
|
17
|
+
"User interfaces": "Benutzeroberflächen",
|
|
18
|
+
"Collections & Fields": "Sammlungen & Felder",
|
|
19
|
+
"Please select the resources you want to synchronize": "Bitte wählen Sie die Ressourcen aus, die Sie synchronisieren möchten",
|
|
20
|
+
"Menu": "Menü",
|
|
21
|
+
"Publish": "Veröffentlichen",
|
|
22
|
+
"Translations": "Übersetzungen",
|
|
23
|
+
"Localization": "Lokalisierung"
|
|
24
|
+
}
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
{
|
|
2
|
+
"Edit": "Bewerken",
|
|
3
|
+
"Add new": "Nieuwe toevoegen",
|
|
4
|
+
"Localization management": "Lokalisatiebeheer",
|
|
5
|
+
"No data": "Geen data",
|
|
6
|
+
"Delete text": "Tekst verwijderen",
|
|
7
|
+
"Delete translation": "Vertaling verwijderen",
|
|
8
|
+
"Module": "Module",
|
|
9
|
+
"Text": "Tekst",
|
|
10
|
+
"Translation": "Vertaling",
|
|
11
|
+
"Sync": "Synchroniseer",
|
|
12
|
+
"Current language": "Huidige taal",
|
|
13
|
+
"Keyword": "Kernwoord",
|
|
14
|
+
"All": "Alles",
|
|
15
|
+
"No translation": "Geen vertaling",
|
|
16
|
+
"System & Plugins": "Systeem & Plugins",
|
|
17
|
+
"User interfaces": "Gebruikersinterfaces",
|
|
18
|
+
"Collections & Fields": "Collecties & Velden",
|
|
19
|
+
"Please select the resources you want to synchronize": "Selecteer de bronnen die je wil synchroniseren",
|
|
20
|
+
"Menu": "Menu",
|
|
21
|
+
"Publish": "Publiceer",
|
|
22
|
+
"Translations": "Vertalingen",
|
|
23
|
+
"Localization": "Lokalisatie"
|
|
24
|
+
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nocobase/plugin-localization",
|
|
3
|
-
"version": "1.7.0-alpha.
|
|
3
|
+
"version": "1.7.0-alpha.10",
|
|
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": "d2c8d0194316b2d1bf42af6f466cf4b29af84778"
|
|
26
26
|
}
|