@nocobase/plugin-localization 1.6.0-beta.9 → 1.7.0-beta.1
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/it-IT.json +24 -0
- package/package.json +2 -2
package/dist/externalVersion.js
CHANGED
|
@@ -8,17 +8,17 @@
|
|
|
8
8
|
*/
|
|
9
9
|
|
|
10
10
|
module.exports = {
|
|
11
|
-
"@ant-design/icons": "5.
|
|
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.
|
|
14
|
+
"@nocobase/client": "1.7.0-beta.1",
|
|
15
15
|
"ahooks": "3.7.8",
|
|
16
16
|
"antd": "5.12.8",
|
|
17
17
|
"react": "18.2.0",
|
|
18
|
-
"@nocobase/database": "1.
|
|
19
|
-
"@nocobase/server": "1.
|
|
20
|
-
"@nocobase/utils": "1.
|
|
21
|
-
"@nocobase/cache": "1.
|
|
22
|
-
"@nocobase/actions": "1.
|
|
18
|
+
"@nocobase/database": "1.7.0-beta.1",
|
|
19
|
+
"@nocobase/server": "1.7.0-beta.1",
|
|
20
|
+
"@nocobase/utils": "1.7.0-beta.1",
|
|
21
|
+
"@nocobase/cache": "1.7.0-beta.1",
|
|
22
|
+
"@nocobase/actions": "1.7.0-beta.1",
|
|
23
23
|
"react-i18next": "11.18.6"
|
|
24
24
|
};
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
{
|
|
2
|
+
"Edit": "Modifica",
|
|
3
|
+
"Add new": "Aggiungi nuovo",
|
|
4
|
+
"Localization management": "Gestione della localizzazione",
|
|
5
|
+
"No data": "Nessun dato",
|
|
6
|
+
"Delete text": "Elimina testo",
|
|
7
|
+
"Delete translation": "Elimina traduzione",
|
|
8
|
+
"Module": "Modulo",
|
|
9
|
+
"Text": "Testo",
|
|
10
|
+
"Translation": "Traduzione",
|
|
11
|
+
"Sync": "Sincronizza",
|
|
12
|
+
"Current language": "Lingua corrente",
|
|
13
|
+
"Keyword": "Parola chiave",
|
|
14
|
+
"All": "Tutto",
|
|
15
|
+
"No translation": "Nessuna traduzione",
|
|
16
|
+
"System & Plugins": "Sistema e Plugin",
|
|
17
|
+
"User interfaces": "Interfacce utente",
|
|
18
|
+
"Collections & Fields": "Collezioni e Campi",
|
|
19
|
+
"Please select the resources you want to synchronize": "Seleziona le risorse che desideri sincronizzare",
|
|
20
|
+
"Menu": "Menu",
|
|
21
|
+
"Publish": "Pubblica",
|
|
22
|
+
"Translations": "Traduzioni",
|
|
23
|
+
"Localization": "Localizzazione"
|
|
24
|
+
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nocobase/plugin-localization",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.7.0-beta.1",
|
|
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": "374a1bc60b3d55fd8b532a57c8fe0423eed1d11e"
|
|
26
26
|
}
|