@nocobase/client 1.5.24 → 1.5.26
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/es/index.mjs +9 -11
- package/lib/index.js +3 -3
- package/lib/locale/it-IT.js +5 -5
- package/package.json +5 -5
package/lib/locale/it-IT.js
CHANGED
|
@@ -116,7 +116,7 @@ module.exports = {
|
|
|
116
116
|
Table: "Tabella",
|
|
117
117
|
"Table OID(Inheritance)": "Tabella OID (eredit\xE0)",
|
|
118
118
|
Form: "Modulo",
|
|
119
|
-
List: "
|
|
119
|
+
List: "Elenco",
|
|
120
120
|
"Grid Card": "Scheda griglia",
|
|
121
121
|
pixels: "pixel",
|
|
122
122
|
"Screen size": "Dimensione dello schermo",
|
|
@@ -276,7 +276,7 @@ module.exports = {
|
|
|
276
276
|
"Created by": "Creato da",
|
|
277
277
|
"Last updated by": "Ultimo aggiornamento da",
|
|
278
278
|
"Add field": "Aggiungi campo",
|
|
279
|
-
"Field display name": "Nome
|
|
279
|
+
"Field display name": "Nome visualizzato campo",
|
|
280
280
|
"Field type": "Tipo campo",
|
|
281
281
|
"Field interface": "Interfaccia campo",
|
|
282
282
|
"Date format": "Formato data",
|
|
@@ -612,7 +612,7 @@ module.exports = {
|
|
|
612
612
|
"Allows to configure interface": "Consente di configurare l'interfaccia",
|
|
613
613
|
"Allows to install, activate, disable plugins": "Consente di installare, attivare, disabilitare i plugin",
|
|
614
614
|
"Allows to configure plugins": "Consente di configurare i plugin",
|
|
615
|
-
"Action display name": "Nome
|
|
615
|
+
"Action display name": "Nome visualizzato operazione",
|
|
616
616
|
Allow: "Permetti",
|
|
617
617
|
"Data scope": "Ambito dei dati",
|
|
618
618
|
"Action on new records": "Operazione su nuovi record",
|
|
@@ -742,7 +742,7 @@ module.exports = {
|
|
|
742
742
|
"Manage all settings": "Gestisci tutte le impostazioni",
|
|
743
743
|
"Create inverse field in the target collection": "Crea campo inverso nella raccolta di destinazione",
|
|
744
744
|
"Inverse field name": "Nome campo inverso",
|
|
745
|
-
"Inverse field display name": "Nome
|
|
745
|
+
"Inverse field display name": "Nome visualizzato campo inverso",
|
|
746
746
|
"Bulk update": "Aggiornamento di massa",
|
|
747
747
|
"After successful bulk update": "Dopo un aggiornamento di massa riuscito",
|
|
748
748
|
"Bulk edit": "Modifica di massa",
|
|
@@ -796,7 +796,7 @@ module.exports = {
|
|
|
796
796
|
"Current form": "Modulo corrente",
|
|
797
797
|
"Current object": "Oggetto corrente",
|
|
798
798
|
"Linkage with form fields": "Collegamento con i campi del modulo",
|
|
799
|
-
"Allow add new, update and delete actions": "Consenti aggiungi nuovo, aggiorna ed elimina",
|
|
799
|
+
"Allow add new, update and delete actions": "Consenti operazioni aggiungi nuovo, aggiorna ed elimina",
|
|
800
800
|
"Date display format": "Formato di visualizzazione della data",
|
|
801
801
|
"Assign data scope for the template": "Assegna l'ambito dei dati per il modello",
|
|
802
802
|
"Table selected records": "Tabella record selezionati",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nocobase/client",
|
|
3
|
-
"version": "1.5.
|
|
3
|
+
"version": "1.5.26",
|
|
4
4
|
"license": "AGPL-3.0",
|
|
5
5
|
"main": "lib/index.js",
|
|
6
6
|
"module": "es/index.mjs",
|
|
@@ -27,9 +27,9 @@
|
|
|
27
27
|
"@formily/reactive-react": "^2.2.27",
|
|
28
28
|
"@formily/shared": "^2.2.27",
|
|
29
29
|
"@formily/validator": "^2.2.27",
|
|
30
|
-
"@nocobase/evaluators": "1.5.
|
|
31
|
-
"@nocobase/sdk": "1.5.
|
|
32
|
-
"@nocobase/utils": "1.5.
|
|
30
|
+
"@nocobase/evaluators": "1.5.26",
|
|
31
|
+
"@nocobase/sdk": "1.5.26",
|
|
32
|
+
"@nocobase/utils": "1.5.26",
|
|
33
33
|
"ahooks": "^3.7.2",
|
|
34
34
|
"antd": "5.12.8",
|
|
35
35
|
"antd-style": "3.7.1",
|
|
@@ -81,5 +81,5 @@
|
|
|
81
81
|
"dumi": "2.2.14",
|
|
82
82
|
"dumi-theme-nocobase": "^0.2.28"
|
|
83
83
|
},
|
|
84
|
-
"gitHead": "
|
|
84
|
+
"gitHead": "ac88290d32cbc2373bc2a9f6f0302d84f1d9984e"
|
|
85
85
|
}
|