@nocobase/plugin-client 2.0.0-alpha.50 → 2.0.0-alpha.52
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 +5 -5
- package/dist/locale/de-DE.json +5 -3
- package/dist/locale/en-US.json +5 -3
- package/dist/locale/es-ES.json +5 -3
- package/dist/locale/fr-FR.json +5 -3
- package/dist/locale/hu-HU.json +5 -3
- package/dist/locale/id-ID.json +5 -3
- package/dist/locale/it-IT.json +5 -3
- package/dist/locale/ja-JP.json +5 -3
- package/dist/locale/ko-KR.json +5 -3
- package/dist/locale/nl-NL.json +7 -3
- package/dist/locale/pt-BR.json +5 -3
- package/dist/locale/ru-RU.json +5 -3
- package/dist/locale/tr-TR.json +5 -3
- package/dist/locale/uk-UA.json +5 -3
- package/dist/locale/vi-VN.json +5 -3
- package/dist/locale/zh-CN.json +8 -4
- package/dist/locale/zh-TW.json +5 -3
- package/dist/node_modules/cronstrue/package.json +1 -1
- package/package.json +2 -2
package/dist/externalVersion.js
CHANGED
|
@@ -10,13 +10,13 @@
|
|
|
10
10
|
module.exports = {
|
|
11
11
|
"react": "18.2.0",
|
|
12
12
|
"react-i18next": "11.18.6",
|
|
13
|
-
"@nocobase/client": "2.0.0-alpha.
|
|
13
|
+
"@nocobase/client": "2.0.0-alpha.52",
|
|
14
14
|
"antd": "5.24.2",
|
|
15
15
|
"@ant-design/icons": "5.6.1",
|
|
16
16
|
"@formily/react": "2.3.7",
|
|
17
|
-
"@nocobase/utils": "2.0.0-alpha.
|
|
17
|
+
"@nocobase/utils": "2.0.0-alpha.52",
|
|
18
18
|
"lodash": "4.17.21",
|
|
19
|
-
"@nocobase/database": "2.0.0-alpha.
|
|
20
|
-
"@nocobase/plugin-localization": "2.0.0-alpha.
|
|
21
|
-
"@nocobase/server": "2.0.0-alpha.
|
|
19
|
+
"@nocobase/database": "2.0.0-alpha.52",
|
|
20
|
+
"@nocobase/plugin-localization": "2.0.0-alpha.52",
|
|
21
|
+
"@nocobase/server": "2.0.0-alpha.52"
|
|
22
22
|
};
|
package/dist/locale/de-DE.json
CHANGED
|
@@ -574,6 +574,7 @@
|
|
|
574
574
|
"Exportable fields": "Exportierbare Felder",
|
|
575
575
|
"Expression": "Ausdruck",
|
|
576
576
|
"Expression collection": "Expression collection",
|
|
577
|
+
"FORMULAJS_DOC_URL": "https://v2.docs.nocobase.com/calculation-engine/formula",
|
|
577
578
|
"Failed to load plugin": "Failed to load plugin",
|
|
578
579
|
"False": "False",
|
|
579
580
|
"Feedback": "Feedback",
|
|
@@ -774,6 +775,7 @@
|
|
|
774
775
|
"Logging and monitoring": "Logging and monitoring",
|
|
775
776
|
"Logo": "Logo",
|
|
776
777
|
"Long text": "Langer Text",
|
|
778
|
+
"MATHJS_DOC_URL": "https://v2.docs.nocobase.com/calculation-engine/math",
|
|
777
779
|
"Magenta": "Magenta",
|
|
778
780
|
"Main": "Main",
|
|
779
781
|
"Main department": "Hauptabteilung",
|
|
@@ -1028,6 +1030,7 @@
|
|
|
1028
1030
|
"Popup uid": "Popup UID",
|
|
1029
1031
|
"Position": "Position",
|
|
1030
1032
|
"Precision": "Genauigkeit",
|
|
1033
|
+
"Precision(UI)": "Precision(UI)",
|
|
1031
1034
|
"Prefix": "Prefix",
|
|
1032
1035
|
"Preset fields": "Voreingestellte Felder",
|
|
1033
1036
|
"Prettify": "Prettify",
|
|
@@ -1133,6 +1136,7 @@
|
|
|
1133
1136
|
"Save mode": "Speichermodus",
|
|
1134
1137
|
"Save record": "Datensatz speichern",
|
|
1135
1138
|
"Saved successfully": "Erfolgreich gespeichert",
|
|
1139
|
+
"Scale": "Scale",
|
|
1136
1140
|
"Scale Down": "Verkleinern",
|
|
1137
1141
|
"Scan to input": "Scan to input",
|
|
1138
1142
|
"Scheme": "Scheme",
|
|
@@ -1472,8 +1476,6 @@
|
|
|
1472
1476
|
"edit title": "Titel bearbeiten",
|
|
1473
1477
|
"ends with": "endet mit",
|
|
1474
1478
|
"exists": "existiert",
|
|
1475
|
-
"FORMULAJS_DOC_URL": "https://v2.docs.nocobase.com/calculation-engine/formula",
|
|
1476
|
-
"MATHJS_DOC_URL": "https://v2.docs.nocobase.com/calculation-engine/math",
|
|
1477
1479
|
"is": "ist",
|
|
1478
1480
|
"is after": "ist nach",
|
|
1479
1481
|
"is any of": "ist eines von",
|
|
@@ -1540,4 +1542,4 @@
|
|
|
1540
1542
|
"≠": "≠",
|
|
1541
1543
|
"≤": "≤",
|
|
1542
1544
|
"≥": "≥"
|
|
1543
|
-
}
|
|
1545
|
+
}
|
package/dist/locale/en-US.json
CHANGED
|
@@ -574,6 +574,7 @@
|
|
|
574
574
|
"Exportable fields": "Exportable fields",
|
|
575
575
|
"Expression": "Expression",
|
|
576
576
|
"Expression collection": "Expression collection",
|
|
577
|
+
"FORMULAJS_DOC_URL": "https://v2.docs.nocobase.com/calculation-engine/formula",
|
|
577
578
|
"Failed to load plugin": "Failed to load plugin",
|
|
578
579
|
"False": "False",
|
|
579
580
|
"Feedback": "Feedback",
|
|
@@ -774,6 +775,7 @@
|
|
|
774
775
|
"Logging and monitoring": "Logging and monitoring",
|
|
775
776
|
"Logo": "Logo",
|
|
776
777
|
"Long text": "Long text",
|
|
778
|
+
"MATHJS_DOC_URL": "https://v2.docs.nocobase.com/calculation-engine/math",
|
|
777
779
|
"Magenta": "Magenta",
|
|
778
780
|
"Main": "Main",
|
|
779
781
|
"Main department": "Main department",
|
|
@@ -1028,6 +1030,7 @@
|
|
|
1028
1030
|
"Popup uid": "Popup UID",
|
|
1029
1031
|
"Position": "Position",
|
|
1030
1032
|
"Precision": "Precision",
|
|
1033
|
+
"Precision(UI)": "Precision(UI)",
|
|
1031
1034
|
"Prefix": "Prefix",
|
|
1032
1035
|
"Preset fields": "Preset fields",
|
|
1033
1036
|
"Prettify": "Prettify",
|
|
@@ -1133,6 +1136,7 @@
|
|
|
1133
1136
|
"Save mode": "Save mode",
|
|
1134
1137
|
"Save record": "Save record",
|
|
1135
1138
|
"Saved successfully": "Saved successfully",
|
|
1139
|
+
"Scale": "Scale",
|
|
1136
1140
|
"Scale Down": "Scale Down",
|
|
1137
1141
|
"Scan to input": "Scan to input",
|
|
1138
1142
|
"Scheme": "Scheme",
|
|
@@ -1472,8 +1476,6 @@
|
|
|
1472
1476
|
"edit title": "edit title",
|
|
1473
1477
|
"ends with": "ends with",
|
|
1474
1478
|
"exists": "exists",
|
|
1475
|
-
"FORMULAJS_DOC_URL": "https://v2.docs.nocobase.com/calculation-engine/formula",
|
|
1476
|
-
"MATHJS_DOC_URL": "https://v2.docs.nocobase.com/calculation-engine/math",
|
|
1477
1479
|
"is": "is",
|
|
1478
1480
|
"is after": "is after",
|
|
1479
1481
|
"is any of": "is any of",
|
|
@@ -1540,4 +1542,4 @@
|
|
|
1540
1542
|
"≠": "≠",
|
|
1541
1543
|
"≤": "≤",
|
|
1542
1544
|
"≥": "≥"
|
|
1543
|
-
}
|
|
1545
|
+
}
|
package/dist/locale/es-ES.json
CHANGED
|
@@ -584,6 +584,7 @@
|
|
|
584
584
|
"Exportable fields": "Campos exportables",
|
|
585
585
|
"Expression": "Expresión",
|
|
586
586
|
"Expression collection": "Expression collection",
|
|
587
|
+
"FORMULAJS_DOC_URL": "https://v2.docs.nocobase.com/calculation-engine/formula",
|
|
587
588
|
"Failed to load plugin": "Failed to load plugin",
|
|
588
589
|
"False": "False",
|
|
589
590
|
"Feedback": "Feedback",
|
|
@@ -788,6 +789,7 @@
|
|
|
788
789
|
"Logging and monitoring": "Logging and monitoring",
|
|
789
790
|
"Logo": "Logo",
|
|
790
791
|
"Long text": "Texto largo",
|
|
792
|
+
"MATHJS_DOC_URL": "https://v2.docs.nocobase.com/calculation-engine/math",
|
|
791
793
|
"Magenta": "Magenta",
|
|
792
794
|
"Main": "Main",
|
|
793
795
|
"Main department": "Main department",
|
|
@@ -1046,6 +1048,7 @@
|
|
|
1046
1048
|
"Popup uid": "Popup UID",
|
|
1047
1049
|
"Position": "Posición",
|
|
1048
1050
|
"Precision": "Precisión",
|
|
1051
|
+
"Precision(UI)": "Precision(UI)",
|
|
1049
1052
|
"Prefix": "Prefix",
|
|
1050
1053
|
"Preset fields": "Preset fields",
|
|
1051
1054
|
"Prettify": "Prettify",
|
|
@@ -1152,6 +1155,7 @@
|
|
|
1152
1155
|
"Save mode": "Save mode",
|
|
1153
1156
|
"Save record": "Guardar registro",
|
|
1154
1157
|
"Saved successfully": "Guardado correctamente",
|
|
1158
|
+
"Scale": "Scale",
|
|
1155
1159
|
"Scale Down": "Reducir",
|
|
1156
1160
|
"Scan to input": "Scan to input",
|
|
1157
1161
|
"Scheme": "Scheme",
|
|
@@ -1497,8 +1501,6 @@
|
|
|
1497
1501
|
"edit title": "Editar título",
|
|
1498
1502
|
"ends with": "termina con",
|
|
1499
1503
|
"exists": "existe",
|
|
1500
|
-
"FORMULAJS_DOC_URL": "https://v2.docs.nocobase.com/calculation-engine/formula",
|
|
1501
|
-
"MATHJS_DOC_URL": "https://v2.docs.nocobase.com/calculation-engine/math",
|
|
1502
1504
|
"is": "es",
|
|
1503
1505
|
"is after": "está después de",
|
|
1504
1506
|
"is any of": "is any of",
|
|
@@ -1568,4 +1570,4 @@
|
|
|
1568
1570
|
"≠": "≠",
|
|
1569
1571
|
"≤": "≤",
|
|
1570
1572
|
"≥": "≥"
|
|
1571
|
-
}
|
|
1573
|
+
}
|
package/dist/locale/fr-FR.json
CHANGED
|
@@ -575,6 +575,7 @@
|
|
|
575
575
|
"Exportable fields": "Champs exportables",
|
|
576
576
|
"Expression": "Expression",
|
|
577
577
|
"Expression collection": "Expression collection",
|
|
578
|
+
"FORMULAJS_DOC_URL": "https://v2.docs.nocobase.com/calculation-engine/formula",
|
|
578
579
|
"Failed to load plugin": "Failed to load plugin",
|
|
579
580
|
"False": "False",
|
|
580
581
|
"Feedback": "Commentaires",
|
|
@@ -776,6 +777,7 @@
|
|
|
776
777
|
"Logging and monitoring": "Logging and monitoring",
|
|
777
778
|
"Logo": "Logo",
|
|
778
779
|
"Long text": "Texte long",
|
|
780
|
+
"MATHJS_DOC_URL": "https://v2.docs.nocobase.com/calculation-engine/math",
|
|
779
781
|
"Magenta": "Magenta",
|
|
780
782
|
"Main": "Main",
|
|
781
783
|
"Main department": "Main department",
|
|
@@ -1032,6 +1034,7 @@
|
|
|
1032
1034
|
"Popup uid": "Popup UID",
|
|
1033
1035
|
"Position": "Position",
|
|
1034
1036
|
"Precision": "Précision",
|
|
1037
|
+
"Precision(UI)": "Precision(UI)",
|
|
1035
1038
|
"Prefix": "Prefix",
|
|
1036
1039
|
"Preset fields": "Preset fields",
|
|
1037
1040
|
"Prettify": "Prettify",
|
|
@@ -1137,6 +1140,7 @@
|
|
|
1137
1140
|
"Save mode": "Mode d'enregistrement",
|
|
1138
1141
|
"Save record": "Enregistrer",
|
|
1139
1142
|
"Saved successfully": "Enregistré avec succès",
|
|
1143
|
+
"Scale": "Scale",
|
|
1140
1144
|
"Scale Down": "Réduire",
|
|
1141
1145
|
"Scan to input": "Scan to input",
|
|
1142
1146
|
"Scheme": "Scheme",
|
|
@@ -1476,8 +1480,6 @@
|
|
|
1476
1480
|
"edit title": "modifier le titre",
|
|
1477
1481
|
"ends with": "se termine par",
|
|
1478
1482
|
"exists": "existe",
|
|
1479
|
-
"FORMULAJS_DOC_URL": "https://v2.docs.nocobase.com/calculation-engine/formula",
|
|
1480
|
-
"MATHJS_DOC_URL": "https://v2.docs.nocobase.com/calculation-engine/math",
|
|
1481
1483
|
"is": "est",
|
|
1482
1484
|
"is after": "est après",
|
|
1483
1485
|
"is any of": "is any of",
|
|
@@ -1544,4 +1546,4 @@
|
|
|
1544
1546
|
"≠": "≠",
|
|
1545
1547
|
"≤": "≤",
|
|
1546
1548
|
"≥": "≥"
|
|
1547
|
-
}
|
|
1549
|
+
}
|
package/dist/locale/hu-HU.json
CHANGED
|
@@ -574,6 +574,7 @@
|
|
|
574
574
|
"Exportable fields": "Exportálható mezők",
|
|
575
575
|
"Expression": "Kifejezés",
|
|
576
576
|
"Expression collection": "Kifejezés gyűjtemény",
|
|
577
|
+
"FORMULAJS_DOC_URL": "https://v2.docs.nocobase.com/calculation-engine/formula",
|
|
577
578
|
"Failed to load plugin": "Bővítmény betöltése nem sikerült",
|
|
578
579
|
"False": "Hamís",
|
|
579
580
|
"Feedback": "Visszajelzés",
|
|
@@ -774,6 +775,7 @@
|
|
|
774
775
|
"Logging and monitoring": "Naplózás és figyelés",
|
|
775
776
|
"Logo": "Logó",
|
|
776
777
|
"Long text": "Hosszú szöveg",
|
|
778
|
+
"MATHJS_DOC_URL": "https://v2.docs.nocobase.com/calculation-engine/math",
|
|
777
779
|
"Magenta": "Magenta",
|
|
778
780
|
"Main": "Fő",
|
|
779
781
|
"Main department": "Fő osztály",
|
|
@@ -1028,6 +1030,7 @@
|
|
|
1028
1030
|
"Popup uid": "Popup UID",
|
|
1029
1031
|
"Position": "Pozíció",
|
|
1030
1032
|
"Precision": "Pontosság",
|
|
1033
|
+
"Precision(UI)": "Precision(UI)",
|
|
1031
1034
|
"Prefix": "Előtag",
|
|
1032
1035
|
"Preset fields": "Előre beállított mezők",
|
|
1033
1036
|
"Prettify": "Szépítés",
|
|
@@ -1133,6 +1136,7 @@
|
|
|
1133
1136
|
"Save mode": "Mentési mód",
|
|
1134
1137
|
"Save record": "Rekord mentése",
|
|
1135
1138
|
"Saved successfully": "Sikeresen mentve",
|
|
1139
|
+
"Scale": "Scale",
|
|
1136
1140
|
"Scale Down": "Kicsinyítés",
|
|
1137
1141
|
"Scan to input": "Scan to input",
|
|
1138
1142
|
"Scheme": "Scheme",
|
|
@@ -1472,8 +1476,6 @@
|
|
|
1472
1476
|
"edit title": "cím szerkesztése",
|
|
1473
1477
|
"ends with": "végződik",
|
|
1474
1478
|
"exists": "létezik",
|
|
1475
|
-
"FORMULAJS_DOC_URL": "https://v2.docs.nocobase.com/calculation-engine/formula",
|
|
1476
|
-
"MATHJS_DOC_URL": "https://v2.docs.nocobase.com/calculation-engine/math",
|
|
1477
1479
|
"is": "egyezik",
|
|
1478
1480
|
"is after": "utána van",
|
|
1479
1481
|
"is any of": "bármelyike",
|
|
@@ -1540,4 +1542,4 @@
|
|
|
1540
1542
|
"≠": "≠",
|
|
1541
1543
|
"≤": "≤",
|
|
1542
1544
|
"≥": "≥"
|
|
1543
|
-
}
|
|
1545
|
+
}
|
package/dist/locale/id-ID.json
CHANGED
|
@@ -575,6 +575,7 @@
|
|
|
575
575
|
"Exportable fields": "Bidang yang dapat diekspor",
|
|
576
576
|
"Expression": "Ekspresi",
|
|
577
577
|
"Expression collection": "Koleksi ekspresi",
|
|
578
|
+
"FORMULAJS_DOC_URL": "https://v2.docs.nocobase.com/calculation-engine/formula",
|
|
578
579
|
"Failed to load plugin": "Gagal memuat plugin",
|
|
579
580
|
"False": "Salah",
|
|
580
581
|
"Feedback": "Umpan balik",
|
|
@@ -775,6 +776,7 @@
|
|
|
775
776
|
"Logging and monitoring": "Pencatatan dan pemantauan",
|
|
776
777
|
"Logo": "Logo",
|
|
777
778
|
"Long text": "Teks panjang",
|
|
779
|
+
"MATHJS_DOC_URL": "https://v2.docs.nocobase.com/calculation-engine/math",
|
|
778
780
|
"Magenta": "Magenta",
|
|
779
781
|
"Main": "Utama",
|
|
780
782
|
"Main department": "Departemen utama",
|
|
@@ -1029,6 +1031,7 @@
|
|
|
1029
1031
|
"Popup uid": "Popup UID",
|
|
1030
1032
|
"Position": "Posisi",
|
|
1031
1033
|
"Precision": "Presisi",
|
|
1034
|
+
"Precision(UI)": "Precision(UI)",
|
|
1032
1035
|
"Prefix": "Awalan",
|
|
1033
1036
|
"Preset fields": "Bidang prasetel",
|
|
1034
1037
|
"Prettify": "Perindah",
|
|
@@ -1134,6 +1137,7 @@
|
|
|
1134
1137
|
"Save mode": "Mode simpan",
|
|
1135
1138
|
"Save record": "Simpan catatan",
|
|
1136
1139
|
"Saved successfully": "Berhasil disimpan",
|
|
1140
|
+
"Scale": "Scale",
|
|
1137
1141
|
"Scale Down": "Perkecil",
|
|
1138
1142
|
"Scan to input": "Scan to input",
|
|
1139
1143
|
"Scheme": "Scheme",
|
|
@@ -1473,8 +1477,6 @@
|
|
|
1473
1477
|
"edit title": "edit judul",
|
|
1474
1478
|
"ends with": "berakhir dengan",
|
|
1475
1479
|
"exists": "ada",
|
|
1476
|
-
"FORMULAJS_DOC_URL": "https://v2.docs.nocobase.com/calculation-engine/formula",
|
|
1477
|
-
"MATHJS_DOC_URL": "https://v2.docs.nocobase.com/calculation-engine/math",
|
|
1478
1480
|
"is": "adalah",
|
|
1479
1481
|
"is after": "setelah",
|
|
1480
1482
|
"is any of": "adalah salah satu dari",
|
|
@@ -1541,4 +1543,4 @@
|
|
|
1541
1543
|
"≠": "≠",
|
|
1542
1544
|
"≤": "≤",
|
|
1543
1545
|
"≥": "≥"
|
|
1544
|
-
}
|
|
1546
|
+
}
|
package/dist/locale/it-IT.json
CHANGED
|
@@ -574,6 +574,7 @@
|
|
|
574
574
|
"Exportable fields": "Campi esportabili",
|
|
575
575
|
"Expression": "Espressione",
|
|
576
576
|
"Expression collection": "Raccolta espressioni",
|
|
577
|
+
"FORMULAJS_DOC_URL": "https://v2.docs.nocobase.com/calculation-engine/formula",
|
|
577
578
|
"Failed to load plugin": "Caricamento plugin fallito",
|
|
578
579
|
"False": "Falso",
|
|
579
580
|
"Feedback": "Feedback",
|
|
@@ -774,6 +775,7 @@
|
|
|
774
775
|
"Logging and monitoring": "Registrazione e monitoraggio",
|
|
775
776
|
"Logo": "Logo",
|
|
776
777
|
"Long text": "Testo lungo",
|
|
778
|
+
"MATHJS_DOC_URL": "https://v2.docs.nocobase.com/calculation-engine/math",
|
|
777
779
|
"Magenta": "Magenta",
|
|
778
780
|
"Main": "Principale",
|
|
779
781
|
"Main department": "Dipartimento principale",
|
|
@@ -1028,6 +1030,7 @@
|
|
|
1028
1030
|
"Popup uid": "Popup UID",
|
|
1029
1031
|
"Position": "Posizione",
|
|
1030
1032
|
"Precision": "Precisione",
|
|
1033
|
+
"Precision(UI)": "Precision(UI)",
|
|
1031
1034
|
"Prefix": "Prefisso",
|
|
1032
1035
|
"Preset fields": "Campi preimpostati",
|
|
1033
1036
|
"Prettify": "Formatta",
|
|
@@ -1133,6 +1136,7 @@
|
|
|
1133
1136
|
"Save mode": "Modalità salvataggio",
|
|
1134
1137
|
"Save record": "Salva record",
|
|
1135
1138
|
"Saved successfully": "Salvataggio riuscito",
|
|
1139
|
+
"Scale": "Scale",
|
|
1136
1140
|
"Scale Down": "Ridimensiona",
|
|
1137
1141
|
"Scan to input": "Scan to input",
|
|
1138
1142
|
"Scheme": "Scheme",
|
|
@@ -1472,8 +1476,6 @@
|
|
|
1472
1476
|
"edit title": "modifica titolo",
|
|
1473
1477
|
"ends with": "termina con",
|
|
1474
1478
|
"exists": "esiste",
|
|
1475
|
-
"FORMULAJS_DOC_URL": "https://v2.docs.nocobase.com/calculation-engine/formula",
|
|
1476
|
-
"MATHJS_DOC_URL": "https://v2.docs.nocobase.com/calculation-engine/math",
|
|
1477
1479
|
"is": "è",
|
|
1478
1480
|
"is after": "è dopo",
|
|
1479
1481
|
"is any of": "è uno di",
|
|
@@ -1540,4 +1542,4 @@
|
|
|
1540
1542
|
"≠": "≠",
|
|
1541
1543
|
"≤": "≤",
|
|
1542
1544
|
"≥": "≥"
|
|
1543
|
-
}
|
|
1545
|
+
}
|
package/dist/locale/ja-JP.json
CHANGED
|
@@ -583,6 +583,7 @@
|
|
|
583
583
|
"Exportable fields": "エクスポート可能なフィールド",
|
|
584
584
|
"Expression": "表达式",
|
|
585
585
|
"Expression collection": "式コレクション",
|
|
586
|
+
"FORMULAJS_DOC_URL": "https://v2.docs.nocobase.com/calculation-engine/formula",
|
|
586
587
|
"Fail and exit": "失敗し終了",
|
|
587
588
|
"Failed to load plugin": "プラグインの読み込みに失敗しました",
|
|
588
589
|
"False": "偽",
|
|
@@ -785,6 +786,7 @@
|
|
|
785
786
|
"Logging and monitoring": "ログおよび監視",
|
|
786
787
|
"Logo": "ロゴ",
|
|
787
788
|
"Long text": "長文テキスト",
|
|
789
|
+
"MATHJS_DOC_URL": "https://v2.docs.nocobase.com/calculation-engine/math",
|
|
788
790
|
"Magenta": "マゼンタ",
|
|
789
791
|
"Main": "メイン",
|
|
790
792
|
"Main department": "主要部門",
|
|
@@ -1042,6 +1044,7 @@
|
|
|
1042
1044
|
"Popup uid": "Popup UID",
|
|
1043
1045
|
"Position": "位置",
|
|
1044
1046
|
"Precision": "精度",
|
|
1047
|
+
"Precision(UI)": "Precision(UI)",
|
|
1045
1048
|
"Prefix": "接頭辞",
|
|
1046
1049
|
"Preset fields": "プリセットフィールド",
|
|
1047
1050
|
"Prettify": "整形",
|
|
@@ -1147,6 +1150,7 @@
|
|
|
1147
1150
|
"Save mode": "保存方法",
|
|
1148
1151
|
"Save record": "レコードを保存",
|
|
1149
1152
|
"Saved successfully": "保存に成功しました",
|
|
1153
|
+
"Scale": "Scale",
|
|
1150
1154
|
"Scale Down": "スケールダウン",
|
|
1151
1155
|
"Scan to input": "Scan to input",
|
|
1152
1156
|
"Scheme": "Scheme",
|
|
@@ -1490,8 +1494,6 @@
|
|
|
1490
1494
|
"ends with": "で終わる",
|
|
1491
1495
|
"exists": "が存在する",
|
|
1492
1496
|
"false": "偽",
|
|
1493
|
-
"FORMULAJS_DOC_URL": "https://v2.docs.nocobase.com/calculation-engine/formula",
|
|
1494
|
-
"MATHJS_DOC_URL": "https://v2.docs.nocobase.com/calculation-engine/math",
|
|
1495
1497
|
"is": "が同じである",
|
|
1496
1498
|
"is after": "より後",
|
|
1497
1499
|
"is any of": "いずれかに一致する",
|
|
@@ -1559,4 +1561,4 @@
|
|
|
1559
1561
|
"≠": "≠",
|
|
1560
1562
|
"≤": "≤",
|
|
1561
1563
|
"≥": "≥"
|
|
1562
|
-
}
|
|
1564
|
+
}
|
package/dist/locale/ko-KR.json
CHANGED
|
@@ -579,6 +579,7 @@
|
|
|
579
579
|
"Exportable fields": "내보낼 수 있는 필드",
|
|
580
580
|
"Expression": "표현식",
|
|
581
581
|
"Expression collection": "표현식 컬렉션",
|
|
582
|
+
"FORMULAJS_DOC_URL": "https://v2.docs.nocobase.com/calculation-engine/formula",
|
|
582
583
|
"Failed to load plugin": "플러그인 로드 실패",
|
|
583
584
|
"False": "거짓",
|
|
584
585
|
"Feedback": "피드백",
|
|
@@ -779,6 +780,7 @@
|
|
|
779
780
|
"Logging and monitoring": "로깅 및 모니터링",
|
|
780
781
|
"Logo": "로고",
|
|
781
782
|
"Long text": "긴 텍스트",
|
|
783
|
+
"MATHJS_DOC_URL": "https://v2.docs.nocobase.com/calculation-engine/math",
|
|
782
784
|
"Magenta": "마젠타",
|
|
783
785
|
"Main": "메인",
|
|
784
786
|
"Main department": "주요 부서",
|
|
@@ -1038,6 +1040,7 @@
|
|
|
1038
1040
|
"Popup uid": "Popup UID",
|
|
1039
1041
|
"Position": "위치",
|
|
1040
1042
|
"Precision": "정밀도",
|
|
1043
|
+
"Precision(UI)": "Precision(UI)",
|
|
1041
1044
|
"Prefix": "접두사",
|
|
1042
1045
|
"Preset fields": "프리셋 필드",
|
|
1043
1046
|
"Prettify": "예쁘게 표시",
|
|
@@ -1144,6 +1147,7 @@
|
|
|
1144
1147
|
"Save mode": "저장 모드",
|
|
1145
1148
|
"Save record": "레코드 저장",
|
|
1146
1149
|
"Saved successfully": "성공적으로 저장되었습니다",
|
|
1150
|
+
"Scale": "Scale",
|
|
1147
1151
|
"Scale Down": "축소",
|
|
1148
1152
|
"Scan to input": "Scan to input",
|
|
1149
1153
|
"Scheme": "Scheme",
|
|
@@ -1485,8 +1489,6 @@
|
|
|
1485
1489
|
"edit title": "제목 편집",
|
|
1486
1490
|
"ends with": "로 끝남",
|
|
1487
1491
|
"exists": "존재함",
|
|
1488
|
-
"FORMULAJS_DOC_URL": "https://v2.docs.nocobase.com/calculation-engine/formula",
|
|
1489
|
-
"MATHJS_DOC_URL": "https://v2.docs.nocobase.com/calculation-engine/math",
|
|
1490
1492
|
"is": "일치",
|
|
1491
1493
|
"is after": "이후",
|
|
1492
1494
|
"is any of": "다음 중 하나",
|
|
@@ -1553,4 +1555,4 @@
|
|
|
1553
1555
|
"≠": "≠",
|
|
1554
1556
|
"≤": "≤",
|
|
1555
1557
|
"≥": "≥"
|
|
1556
|
-
}
|
|
1558
|
+
}
|
package/dist/locale/nl-NL.json
CHANGED
|
@@ -575,6 +575,7 @@
|
|
|
575
575
|
"Expression": "Expressie",
|
|
576
576
|
"Expression collection": "Expressiecollectie",
|
|
577
577
|
"FALSE": "ONWAAR",
|
|
578
|
+
"FORMULAJS_DOC_URL": "https://v2.docs.nocobase.com/calculation-engine/formula",
|
|
578
579
|
"Failed to load plugin": "Kan plug-in niet laden.",
|
|
579
580
|
"False": "False",
|
|
580
581
|
"Feedback": "Feedback",
|
|
@@ -674,6 +675,7 @@
|
|
|
674
675
|
"Hidden": "Verborgen",
|
|
675
676
|
"Hidden (reserved value)": "Verborgen (gereserveerde waarde)",
|
|
676
677
|
"Hidden text": "Hidden text",
|
|
678
|
+
"Hidden(reserved value)": "Hidden(reserved value)",
|
|
677
679
|
"Hide": "Verbergen",
|
|
678
680
|
"Hide column": "Kolom verbergen",
|
|
679
681
|
"Hide in menu": "Verbergen in menu",
|
|
@@ -774,6 +776,7 @@
|
|
|
774
776
|
"Logging and monitoring": "Logging en monitoring",
|
|
775
777
|
"Logo": "Logo",
|
|
776
778
|
"Long text": "Lange tekst",
|
|
779
|
+
"MATHJS_DOC_URL": "https://v2.docs.nocobase.com/calculation-engine/math",
|
|
777
780
|
"Magenta": "Magenta",
|
|
778
781
|
"Main": "Hoofd",
|
|
779
782
|
"Main department": "Hoofdafdeling",
|
|
@@ -1028,6 +1031,7 @@
|
|
|
1028
1031
|
"Popup uid": "Popup UID",
|
|
1029
1032
|
"Position": "Positie",
|
|
1030
1033
|
"Precision": "Precisie",
|
|
1034
|
+
"Precision(UI)": "Precision(UI)",
|
|
1031
1035
|
"Prefix": "Voorvoegsel",
|
|
1032
1036
|
"Preset fields": "Voorinstellingen",
|
|
1033
1037
|
"Prettify": "Opknappen",
|
|
@@ -1133,6 +1137,7 @@
|
|
|
1133
1137
|
"Save mode": "Opslagmodus",
|
|
1134
1138
|
"Save record": "Record opslaan",
|
|
1135
1139
|
"Saved successfully": "Succesvol opgeslagen",
|
|
1140
|
+
"Scale": "Scale",
|
|
1136
1141
|
"Scale Down": "Schalen naar beneden",
|
|
1137
1142
|
"Scan to input": "Scan to input",
|
|
1138
1143
|
"Scheme": "Scheme",
|
|
@@ -1324,6 +1329,7 @@
|
|
|
1324
1329
|
"The current dependency version of the plugin does not match the version of the application and may not work properly. Are you sure you want to continue enabling the plugin?": "De huidige afhankelijkheidsversie van de plugin komt niet overeen met de versie van de applicatie en werkt mogelijk niet correct. Weet je zeker dat je de plugin wil blijven inschakelen?",
|
|
1325
1330
|
"The current user only has the UI configuration permission, but don't have \"{{actionName}}\" permission for collection \"{{name}}\"": "The current user only has the UI configuration permission, but don't have \"{{actionName}}\" permission for collection \"{{name}}\"",
|
|
1326
1331
|
"The current user only has the UI configuration permission, but don't have \"{{actionName}}\" permission for field \"{{name}}\"": "The current user only has the UI configuration permission, but don't have \"{{actionName}}\" permission for field \"{{name}}\"",
|
|
1332
|
+
"The current user only has the UI configuration permission, but don't have view permission for collection \"{{name}}\"": "The current user only has the UI configuration permission, but don't have view permission for collection \"{{name}}\"",
|
|
1327
1333
|
"The deletion was successful.": "De verwijdering is succesvol.",
|
|
1328
1334
|
"The field has been deleted": "Het veld is verwijderd",
|
|
1329
1335
|
"The field value cannot be greater than ": "De veldwaarde mag niet groter zijn dan ",
|
|
@@ -1472,8 +1478,6 @@
|
|
|
1472
1478
|
"edit title": "titel bewerken",
|
|
1473
1479
|
"ends with": "eindigt met",
|
|
1474
1480
|
"exists": "bestaat",
|
|
1475
|
-
"FORMULAJS_DOC_URL": "https://v2.docs.nocobase.com/calculation-engine/formula",
|
|
1476
|
-
"MATHJS_DOC_URL": "https://v2.docs.nocobase.com/calculation-engine/math",
|
|
1477
1481
|
"is": "is",
|
|
1478
1482
|
"is after": "is na",
|
|
1479
1483
|
"is any of": "is een van",
|
|
@@ -1540,4 +1544,4 @@
|
|
|
1540
1544
|
"≠": "≠",
|
|
1541
1545
|
"≤": "≤",
|
|
1542
1546
|
"≥": "≥"
|
|
1543
|
-
}
|
|
1547
|
+
}
|
package/dist/locale/pt-BR.json
CHANGED
|
@@ -601,6 +601,7 @@
|
|
|
601
601
|
"Exportable fields": "Campos exportáveis",
|
|
602
602
|
"Expression": "Expressão",
|
|
603
603
|
"Expression collection": "Expression collection",
|
|
604
|
+
"FORMULAJS_DOC_URL": "https://v2.docs.nocobase.com/calculation-engine/formula",
|
|
604
605
|
"Failed to load plugin": "Failed to load plugin",
|
|
605
606
|
"False": "False",
|
|
606
607
|
"Fechamento automático": "Fechamento automático",
|
|
@@ -812,6 +813,7 @@
|
|
|
812
813
|
"Logging and monitoring": "Logging and monitoring",
|
|
813
814
|
"Logo": "Logo",
|
|
814
815
|
"Long text": "Texto longo",
|
|
816
|
+
"MATHJS_DOC_URL": "https://v2.docs.nocobase.com/calculation-engine/math",
|
|
815
817
|
"Magenta": "Magenta",
|
|
816
818
|
"Main": "Main",
|
|
817
819
|
"Main department": "Main department",
|
|
@@ -1072,6 +1074,7 @@
|
|
|
1072
1074
|
"Popup uid": "Popup UID",
|
|
1073
1075
|
"Position": "Posição",
|
|
1074
1076
|
"Precision": "Precisão",
|
|
1077
|
+
"Precision(UI)": "Precision(UI)",
|
|
1075
1078
|
"Prefix": "Prefix",
|
|
1076
1079
|
"Preset fields": "Preset fields",
|
|
1077
1080
|
"Prettify": "Prettify",
|
|
@@ -1182,6 +1185,7 @@
|
|
|
1182
1185
|
"Save mode": "Save mode",
|
|
1183
1186
|
"Save record": "Save record",
|
|
1184
1187
|
"Saved successfully": "Salvo com sucesso",
|
|
1188
|
+
"Scale": "Scale",
|
|
1185
1189
|
"Scale Down": "Reduzir",
|
|
1186
1190
|
"Scan to input": "Scan to input",
|
|
1187
1191
|
"Scheme": "Scheme",
|
|
@@ -1541,8 +1545,6 @@
|
|
|
1541
1545
|
"edit title": "editar título",
|
|
1542
1546
|
"ends with": "termina com",
|
|
1543
1547
|
"exists": "existe",
|
|
1544
|
-
"FORMULAJS_DOC_URL": "https://v2.docs.nocobase.com/calculation-engine/formula",
|
|
1545
|
-
"MATHJS_DOC_URL": "https://v2.docs.nocobase.com/calculation-engine/math",
|
|
1546
1548
|
"is": "é",
|
|
1547
1549
|
"is after": "é depois",
|
|
1548
1550
|
"is any of": "is any of",
|
|
@@ -1612,4 +1614,4 @@
|
|
|
1612
1614
|
"≠": "≠",
|
|
1613
1615
|
"≤": "≤",
|
|
1614
1616
|
"≥": "≥"
|
|
1615
|
-
}
|
|
1617
|
+
}
|
package/dist/locale/ru-RU.json
CHANGED
|
@@ -576,6 +576,7 @@
|
|
|
576
576
|
"Exportable fields": "Экспортируемые поля",
|
|
577
577
|
"Expression": "Выражение",
|
|
578
578
|
"Expression collection": "Коллекция выражений",
|
|
579
|
+
"FORMULAJS_DOC_URL": "https://v2.docs.nocobase.com/calculation-engine/formula",
|
|
579
580
|
"Failed to load plugin": "Не удалось загрузить плагин",
|
|
580
581
|
"False": "False",
|
|
581
582
|
"Feedback": "Обратная связь",
|
|
@@ -776,6 +777,7 @@
|
|
|
776
777
|
"Logging and monitoring": "Логирование и мониторинг",
|
|
777
778
|
"Logo": "Логотип",
|
|
778
779
|
"Long text": "Текст (TEXT)",
|
|
780
|
+
"MATHJS_DOC_URL": "https://v2.docs.nocobase.com/calculation-engine/math",
|
|
779
781
|
"Magenta": "Маджента",
|
|
780
782
|
"Main": "Основной",
|
|
781
783
|
"Main department": "Основной отдел",
|
|
@@ -1033,6 +1035,7 @@
|
|
|
1033
1035
|
"Popup uid": "Popup UID",
|
|
1034
1036
|
"Position": "Позиция",
|
|
1035
1037
|
"Precision": "Точность",
|
|
1038
|
+
"Precision(UI)": "Precision(UI)",
|
|
1036
1039
|
"Prefix": "Префикс",
|
|
1037
1040
|
"Preset fields": "Предустановленные поля",
|
|
1038
1041
|
"Prettify": "Форматировать",
|
|
@@ -1138,6 +1141,7 @@
|
|
|
1138
1141
|
"Save mode": "Режим сохранения",
|
|
1139
1142
|
"Save record": "Сохранить запись",
|
|
1140
1143
|
"Saved successfully": "Успешно сохранено",
|
|
1144
|
+
"Scale": "Scale",
|
|
1141
1145
|
"Scale Down": "Уменьшить масштаб",
|
|
1142
1146
|
"Scan to input": "Scan to input",
|
|
1143
1147
|
"Scheme": "Scheme",
|
|
@@ -1478,8 +1482,6 @@
|
|
|
1478
1482
|
"edit title": "редактировать заголовок",
|
|
1479
1483
|
"ends with": "оканчивается на",
|
|
1480
1484
|
"exists": "существует",
|
|
1481
|
-
"FORMULAJS_DOC_URL": "https://v2.docs.nocobase.com/calculation-engine/formula",
|
|
1482
|
-
"MATHJS_DOC_URL": "https://v2.docs.nocobase.com/calculation-engine/math",
|
|
1483
1485
|
"is": "равно",
|
|
1484
1486
|
"is after": "после",
|
|
1485
1487
|
"is any of": "любой из",
|
|
@@ -1546,4 +1548,4 @@
|
|
|
1546
1548
|
"≠": "≠",
|
|
1547
1549
|
"≤": "≤",
|
|
1548
1550
|
"≥": "≥"
|
|
1549
|
-
}
|
|
1551
|
+
}
|
package/dist/locale/tr-TR.json
CHANGED
|
@@ -576,6 +576,7 @@
|
|
|
576
576
|
"Exportable fields": "Dışa aktarılabilir alanlar",
|
|
577
577
|
"Expression": "Expression",
|
|
578
578
|
"Expression collection": "Expression collection",
|
|
579
|
+
"FORMULAJS_DOC_URL": "https://v2.docs.nocobase.com/calculation-engine/formula",
|
|
579
580
|
"Failed to load plugin": "Failed to load plugin",
|
|
580
581
|
"False": "False",
|
|
581
582
|
"Feedback": "Geri bildirim",
|
|
@@ -777,6 +778,7 @@
|
|
|
777
778
|
"Logging and monitoring": "Logging and monitoring",
|
|
778
779
|
"Logo": "Logo",
|
|
779
780
|
"Long text": "Uzun metin",
|
|
781
|
+
"MATHJS_DOC_URL": "https://v2.docs.nocobase.com/calculation-engine/math",
|
|
780
782
|
"Magenta": "Macenta",
|
|
781
783
|
"Main": "Main",
|
|
782
784
|
"Main department": "Main department",
|
|
@@ -1033,6 +1035,7 @@
|
|
|
1033
1035
|
"Popup uid": "Popup UID",
|
|
1034
1036
|
"Position": "Pozisyon",
|
|
1035
1037
|
"Precision": "Kesinlik",
|
|
1038
|
+
"Precision(UI)": "Precision(UI)",
|
|
1036
1039
|
"Prefix": "Prefix",
|
|
1037
1040
|
"Preset fields": "Preset fields",
|
|
1038
1041
|
"Prettify": "Prettify",
|
|
@@ -1138,6 +1141,7 @@
|
|
|
1138
1141
|
"Save mode": "Save mode",
|
|
1139
1142
|
"Save record": "Kaydı kaydet",
|
|
1140
1143
|
"Saved successfully": "Başarıyla kaydedildi",
|
|
1144
|
+
"Scale": "Scale",
|
|
1141
1145
|
"Scale Down": "Scale Down",
|
|
1142
1146
|
"Scan to input": "Scan to input",
|
|
1143
1147
|
"Scheme": "Scheme",
|
|
@@ -1479,8 +1483,6 @@
|
|
|
1479
1483
|
"edit title": "başlığı düzenle",
|
|
1480
1484
|
"ends with": "ile biter",
|
|
1481
1485
|
"exists": "var olanlar",
|
|
1482
|
-
"FORMULAJS_DOC_URL": "https://v2.docs.nocobase.com/calculation-engine/formula",
|
|
1483
|
-
"MATHJS_DOC_URL": "https://v2.docs.nocobase.com/calculation-engine/math",
|
|
1484
1486
|
"is": "eşittir",
|
|
1485
1487
|
"is after": "sonra",
|
|
1486
1488
|
"is any of": "is any of",
|
|
@@ -1548,4 +1550,4 @@
|
|
|
1548
1550
|
"≠": "≠",
|
|
1549
1551
|
"≤": "≤",
|
|
1550
1552
|
"≥": "≥"
|
|
1551
|
-
}
|
|
1553
|
+
}
|
package/dist/locale/uk-UA.json
CHANGED
|
@@ -584,6 +584,7 @@
|
|
|
584
584
|
"Exportable fields": "Поля, які можна експортувати",
|
|
585
585
|
"Expression": "Вираз",
|
|
586
586
|
"Expression collection": "Expression collection",
|
|
587
|
+
"FORMULAJS_DOC_URL": "https://v2.docs.nocobase.com/calculation-engine/formula",
|
|
587
588
|
"Failed to load plugin": "Failed to load plugin",
|
|
588
589
|
"False": "False",
|
|
589
590
|
"Feedback": "Зворотній зв'язок",
|
|
@@ -787,6 +788,7 @@
|
|
|
787
788
|
"Logging and monitoring": "Logging and monitoring",
|
|
788
789
|
"Logo": "Логотип",
|
|
789
790
|
"Long text": "Довгий текст",
|
|
791
|
+
"MATHJS_DOC_URL": "https://v2.docs.nocobase.com/calculation-engine/math",
|
|
790
792
|
"Magenta": "Пурпурний",
|
|
791
793
|
"Main": "Main",
|
|
792
794
|
"Main department": "Main department",
|
|
@@ -1043,6 +1045,7 @@
|
|
|
1043
1045
|
"Popup uid": "Popup UID",
|
|
1044
1046
|
"Position": "Позиція",
|
|
1045
1047
|
"Precision": "Точність",
|
|
1048
|
+
"Precision(UI)": "Precision(UI)",
|
|
1046
1049
|
"Prefix": "Prefix",
|
|
1047
1050
|
"Preset fields": "Preset fields",
|
|
1048
1051
|
"Prettify": "Prettify",
|
|
@@ -1149,6 +1152,7 @@
|
|
|
1149
1152
|
"Save mode": "Save mode",
|
|
1150
1153
|
"Save record": "Зберегти запис",
|
|
1151
1154
|
"Saved successfully": "Успішно збережено",
|
|
1155
|
+
"Scale": "Scale",
|
|
1152
1156
|
"Scale Down": "Зменшити",
|
|
1153
1157
|
"Scan to input": "Scan to input",
|
|
1154
1158
|
"Scheme": "Scheme",
|
|
@@ -1497,8 +1501,6 @@
|
|
|
1497
1501
|
"edit title": "редагувати назву",
|
|
1498
1502
|
"ends with": "закінчується на",
|
|
1499
1503
|
"exists": "існує",
|
|
1500
|
-
"FORMULAJS_DOC_URL": "https://v2.docs.nocobase.com/calculation-engine/formula",
|
|
1501
|
-
"MATHJS_DOC_URL": "https://v2.docs.nocobase.com/calculation-engine/math",
|
|
1502
1504
|
"is": "є",
|
|
1503
1505
|
"is after": "після",
|
|
1504
1506
|
"is any of": "is any of",
|
|
@@ -1565,4 +1567,4 @@
|
|
|
1565
1567
|
"≠": "≠",
|
|
1566
1568
|
"≤": "≤",
|
|
1567
1569
|
"≥": "≥"
|
|
1568
|
-
}
|
|
1570
|
+
}
|
package/dist/locale/vi-VN.json
CHANGED
|
@@ -574,6 +574,7 @@
|
|
|
574
574
|
"Exportable fields": "Trường có thể xuất",
|
|
575
575
|
"Expression": "Biểu thức",
|
|
576
576
|
"Expression collection": "Bộ sưu tập biểu thức",
|
|
577
|
+
"FORMULAJS_DOC_URL": "https://v2.docs.nocobase.com/calculation-engine/formula",
|
|
577
578
|
"Failed to load plugin": "Không thể tải plugin",
|
|
578
579
|
"False": "False",
|
|
579
580
|
"Feedback": "Feedback",
|
|
@@ -774,6 +775,7 @@
|
|
|
774
775
|
"Logging and monitoring": "Logging and monitoring",
|
|
775
776
|
"Logo": "Logo",
|
|
776
777
|
"Long text": "Long text",
|
|
778
|
+
"MATHJS_DOC_URL": "https://v2.docs.nocobase.com/calculation-engine/math",
|
|
777
779
|
"Magenta": "Đỏ tía",
|
|
778
780
|
"Main": "Main",
|
|
779
781
|
"Main department": "Main department",
|
|
@@ -1028,6 +1030,7 @@
|
|
|
1028
1030
|
"Popup uid": "Popup UID",
|
|
1029
1031
|
"Position": "Vị trí",
|
|
1030
1032
|
"Precision": "Độ chính xác",
|
|
1033
|
+
"Precision(UI)": "Precision(UI)",
|
|
1031
1034
|
"Prefix": "Tiền tố",
|
|
1032
1035
|
"Preset fields": "Preset fields",
|
|
1033
1036
|
"Prettify": "Prettify",
|
|
@@ -1133,6 +1136,7 @@
|
|
|
1133
1136
|
"Save mode": "Save mode",
|
|
1134
1137
|
"Save record": "Save record",
|
|
1135
1138
|
"Saved successfully": "Saved successfully",
|
|
1139
|
+
"Scale": "Scale",
|
|
1136
1140
|
"Scale Down": "Scale Down",
|
|
1137
1141
|
"Scan to input": "Scan to input",
|
|
1138
1142
|
"Scheme": "Scheme",
|
|
@@ -1472,8 +1476,6 @@
|
|
|
1472
1476
|
"edit title": "edit title",
|
|
1473
1477
|
"ends with": "ends with",
|
|
1474
1478
|
"exists": "exists",
|
|
1475
|
-
"FORMULAJS_DOC_URL": "https://v2.docs.nocobase.com/calculation-engine/formula",
|
|
1476
|
-
"MATHJS_DOC_URL": "https://v2.docs.nocobase.com/calculation-engine/math",
|
|
1477
1479
|
"is": "is",
|
|
1478
1480
|
"is after": "is after",
|
|
1479
1481
|
"is any of": "is any of",
|
|
@@ -1540,4 +1542,4 @@
|
|
|
1540
1542
|
"≠": "≠",
|
|
1541
1543
|
"≤": "≤",
|
|
1542
1544
|
"≥": "≥"
|
|
1543
|
-
}
|
|
1545
|
+
}
|
package/dist/locale/zh-CN.json
CHANGED
|
@@ -570,10 +570,11 @@
|
|
|
570
570
|
"Expand all rows by default": "默认展开所有行",
|
|
571
571
|
"Expand button": "展开",
|
|
572
572
|
"Expand/Collapse": "展开/折叠",
|
|
573
|
-
"Export": "
|
|
573
|
+
"Export": "导出",
|
|
574
574
|
"Exportable fields": "可导出字段",
|
|
575
575
|
"Expression": "表达式",
|
|
576
576
|
"Expression collection": "表达式表",
|
|
577
|
+
"FORMULAJS_DOC_URL": "https://v2.docs.nocobase.com/cn/calculation-engine/formula",
|
|
577
578
|
"Failed to load plugin": "插件加载失败",
|
|
578
579
|
"False": "假",
|
|
579
580
|
"Feedback": "反馈问题",
|
|
@@ -774,6 +775,7 @@
|
|
|
774
775
|
"Logging and monitoring": "日志与监控",
|
|
775
776
|
"Logo": "Logo",
|
|
776
777
|
"Long text": "多行文本",
|
|
778
|
+
"MATHJS_DOC_URL": "https://v2.docs.nocobase.com/cn/calculation-engine/math",
|
|
777
779
|
"Magenta": "法式洋红",
|
|
778
780
|
"Main": "主数据源",
|
|
779
781
|
"Main department": "主属部门",
|
|
@@ -1028,6 +1030,7 @@
|
|
|
1028
1030
|
"Popup uid": "弹窗UID",
|
|
1029
1031
|
"Position": "位置",
|
|
1030
1032
|
"Precision": "精确度",
|
|
1033
|
+
"Precision(UI)": "精确度(UI)",
|
|
1031
1034
|
"Prefix": "前缀",
|
|
1032
1035
|
"Preset fields": "预置字段",
|
|
1033
1036
|
"Prettify": "格式化",
|
|
@@ -1133,6 +1136,7 @@
|
|
|
1133
1136
|
"Save mode": "保存方式",
|
|
1134
1137
|
"Save record": "保存数据",
|
|
1135
1138
|
"Saved successfully": "保存成功",
|
|
1139
|
+
"Scale": "小数位数",
|
|
1136
1140
|
"Scale Down": "缩放",
|
|
1137
1141
|
"Scan to input": "扫码录入",
|
|
1138
1142
|
"Scheme": "协议",
|
|
@@ -1472,8 +1476,6 @@
|
|
|
1472
1476
|
"edit title": "修改标题",
|
|
1473
1477
|
"ends with": "结尾是",
|
|
1474
1478
|
"exists": "存在",
|
|
1475
|
-
"FORMULAJS_DOC_URL": "https://v2.docs.nocobase.com/cn/calculation-engine/formula",
|
|
1476
|
-
"MATHJS_DOC_URL": "https://v2.docs.nocobase.com/cn/calculation-engine/math",
|
|
1477
1479
|
"is": "等于",
|
|
1478
1480
|
"is after": "晚于",
|
|
1479
1481
|
"is any of": "包含任何一个",
|
|
@@ -1539,5 +1541,7 @@
|
|
|
1539
1541
|
"{{count}} more items": "还有 {{count}} 项",
|
|
1540
1542
|
"≠": "≠",
|
|
1541
1543
|
"≤": "≤",
|
|
1542
|
-
"≥": "≥"
|
|
1544
|
+
"≥": "≥",
|
|
1545
|
+
"Sub-table settings": "子表格设置",
|
|
1546
|
+
"Sub-form settings": "子表单设置"
|
|
1543
1547
|
}
|
package/dist/locale/zh-TW.json
CHANGED
|
@@ -575,6 +575,7 @@
|
|
|
575
575
|
"Exportable fields": "可匯出欄位",
|
|
576
576
|
"Expression": "表達式",
|
|
577
577
|
"Expression collection": "表達式表",
|
|
578
|
+
"FORMULAJS_DOC_URL": "https://v2.docs.nocobase.com/cn/calculation-engine/formula",
|
|
578
579
|
"Failed to load plugin": "插件載入失敗",
|
|
579
580
|
"False": "False",
|
|
580
581
|
"Feedback": "反饋問題",
|
|
@@ -775,6 +776,7 @@
|
|
|
775
776
|
"Logging and monitoring": "Logging and monitoring",
|
|
776
777
|
"Logo": "Logo",
|
|
777
778
|
"Long text": "多行文字",
|
|
779
|
+
"MATHJS_DOC_URL": "https://v2.docs.nocobase.com/cn/calculation-engine/math",
|
|
778
780
|
"Magenta": "法式洋紅",
|
|
779
781
|
"Main": "Main",
|
|
780
782
|
"Main department": "Main department",
|
|
@@ -1031,6 +1033,7 @@
|
|
|
1031
1033
|
"Popup uid": "Popup UID",
|
|
1032
1034
|
"Position": "位置",
|
|
1033
1035
|
"Precision": "精確度",
|
|
1036
|
+
"Precision(UI)": "Precision(UI)",
|
|
1034
1037
|
"Prefix": "Prefix",
|
|
1035
1038
|
"Preset fields": "Preset fields",
|
|
1036
1039
|
"Prettify": "格式化",
|
|
@@ -1136,6 +1139,7 @@
|
|
|
1136
1139
|
"Save mode": "儲存方式",
|
|
1137
1140
|
"Save record": "儲存資料",
|
|
1138
1141
|
"Saved successfully": "儲存成功",
|
|
1142
|
+
"Scale": "Scale",
|
|
1139
1143
|
"Scale Down": "縮放",
|
|
1140
1144
|
"Scan to input": "Scan to input",
|
|
1141
1145
|
"Scheme": "Scheme",
|
|
@@ -1476,8 +1480,6 @@
|
|
|
1476
1480
|
"edit title": "編輯標題",
|
|
1477
1481
|
"ends with": "結尾是",
|
|
1478
1482
|
"exists": "存在",
|
|
1479
|
-
"FORMULAJS_DOC_URL": "https://v2.docs.nocobase.com/cn/calculation-engine/formula",
|
|
1480
|
-
"MATHJS_DOC_URL": "https://v2.docs.nocobase.com/cn/calculation-engine/math",
|
|
1481
1483
|
"is": "等於",
|
|
1482
1484
|
"is after": "晚於",
|
|
1483
1485
|
"is any of": "is any of",
|
|
@@ -1544,4 +1546,4 @@
|
|
|
1544
1546
|
"≠": "≠",
|
|
1545
1547
|
"≤": "≤",
|
|
1546
1548
|
"≥": "≥"
|
|
1547
|
-
}
|
|
1549
|
+
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"name":"cronstrue","title":"cRonstrue","version":"2.47.0","description":"Convert cron expressions into human readable descriptions","author":"Brady Holt","license":"MIT","bugs":{"url":"https://github.com/bradymholt/cronstrue/issues"},"homepage":"https://github.com/bradymholt/cronstrue","keywords":["cron","cronjob","crontab","schedule","parser","cron expression","cron description","pretty cron","cron for humans","cron translated","cron english","cron schedule","cron english","cron schedule"],"main":"dist/cronstrue.js","bin":{"cronstrue":"bin/cli.js"},"typings":"dist/cronstrue.d.ts","files":["dist/","locales/","i18n.js","i18n.d.ts"],"repository":{"type":"git","url":"git+https://github.com/bradymholt/cronstrue.git"},"publishConfig":{"access":"public"},"prettier":{"printWidth":120},"devDependencies":{"@types/chai":"^4.2.11","@types/mocha":"^8.0.0","chai":"^4.2.0","handlebars":"^4.7.6","marked":"^4.0.10","mocha":"^10.1.0","pixl-xml":"^1.0.13","prettier":"^2.1.1","terser-webpack-plugin":"^5.3.1","ts-loader":"^9.2.6","ts-node":"^10.5.0","typescript":"^4.6.2","webpack":"^5.69.1","webpack-cli":"^4.9.2","xml2js":"^0.5.0"},"scripts":{"start":"npm run build","build":"npx tsc -p ./src --emitDeclarationOnly","test":"npx mocha --reporter spec --require ts-node/register \"./test/**/*.ts\"","prepublishOnly":"rm -rf ./dist && ./node_modules/webpack-cli/bin/cli.js && git add -A"},"dependencies":{},"_lastModified":"2025-12-
|
|
1
|
+
{"name":"cronstrue","title":"cRonstrue","version":"2.47.0","description":"Convert cron expressions into human readable descriptions","author":"Brady Holt","license":"MIT","bugs":{"url":"https://github.com/bradymholt/cronstrue/issues"},"homepage":"https://github.com/bradymholt/cronstrue","keywords":["cron","cronjob","crontab","schedule","parser","cron expression","cron description","pretty cron","cron for humans","cron translated","cron english","cron schedule","cron english","cron schedule"],"main":"dist/cronstrue.js","bin":{"cronstrue":"bin/cli.js"},"typings":"dist/cronstrue.d.ts","files":["dist/","locales/","i18n.js","i18n.d.ts"],"repository":{"type":"git","url":"git+https://github.com/bradymholt/cronstrue.git"},"publishConfig":{"access":"public"},"prettier":{"printWidth":120},"devDependencies":{"@types/chai":"^4.2.11","@types/mocha":"^8.0.0","chai":"^4.2.0","handlebars":"^4.7.6","marked":"^4.0.10","mocha":"^10.1.0","pixl-xml":"^1.0.13","prettier":"^2.1.1","terser-webpack-plugin":"^5.3.1","ts-loader":"^9.2.6","ts-node":"^10.5.0","typescript":"^4.6.2","webpack":"^5.69.1","webpack-cli":"^4.9.2","xml2js":"^0.5.0"},"scripts":{"start":"npm run build","build":"npx tsc -p ./src --emitDeclarationOnly","test":"npx mocha --reporter spec --require ts-node/register \"./test/**/*.ts\"","prepublishOnly":"rm -rf ./dist && ./node_modules/webpack-cli/bin/cli.js && git add -A"},"dependencies":{},"_lastModified":"2025-12-09T10:17:40.828Z"}
|
package/package.json
CHANGED
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
"description": "Provides a client interface for the NocoBase server",
|
|
7
7
|
"description.ru-RU": "Предоставляет клиентский интерфейс для сервера NocoBase",
|
|
8
8
|
"description.zh-CN": "为 NocoBase 服务端提供客户端界面",
|
|
9
|
-
"version": "2.0.0-alpha.
|
|
9
|
+
"version": "2.0.0-alpha.52",
|
|
10
10
|
"main": "./dist/server/index.js",
|
|
11
11
|
"license": "AGPL-3.0",
|
|
12
12
|
"devDependencies": {
|
|
@@ -23,5 +23,5 @@
|
|
|
23
23
|
"@nocobase/test": "2.x",
|
|
24
24
|
"@nocobase/utils": "2.x"
|
|
25
25
|
},
|
|
26
|
-
"gitHead": "
|
|
26
|
+
"gitHead": "b32992d8baeb4ca6616d839ca2f9c023d49476a9"
|
|
27
27
|
}
|