@nocobase/client 2.2.0-alpha.1 → 2.2.0-alpha.3
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/data-source/utils/parseResourceFilter.d.ts +36 -0
- package/es/index.mjs +11 -11
- package/lib/index.js +11 -11
- package/lib/locale/de-DE.json +4 -4
- package/lib/locale/en-US.json +9 -4
- package/lib/locale/es-ES.json +4 -4
- package/lib/locale/fr-FR.json +4 -4
- package/lib/locale/hu-HU.json +4 -4
- package/lib/locale/id-ID.json +4 -4
- package/lib/locale/it-IT.json +4 -4
- package/lib/locale/ja-JP.json +4 -4
- package/lib/locale/ko-KR.json +4 -4
- package/lib/locale/nl-NL.json +4 -4
- package/lib/locale/pt-BR.json +4 -4
- package/lib/locale/ru-RU.json +4 -4
- package/lib/locale/tr-TR.json +4 -4
- package/lib/locale/uk-UA.json +4 -4
- package/lib/locale/vi-VN.json +4 -4
- package/lib/locale/zh-CN.json +9 -4
- package/lib/locale/zh-TW.json +4 -4
- package/package.json +7 -7
package/lib/locale/de-DE.json
CHANGED
|
@@ -573,7 +573,7 @@
|
|
|
573
573
|
"Exportable fields": "Exportierbare Felder",
|
|
574
574
|
"Expression": "Ausdruck",
|
|
575
575
|
"Expression collection": "Expression collection",
|
|
576
|
-
"FORMULAJS_DOC_URL": "https://
|
|
576
|
+
"FORMULAJS_DOC_URL": "https://docs.nocobase.com/calculation-engine/formula",
|
|
577
577
|
"Failed to load plugin": "Failed to load plugin",
|
|
578
578
|
"False": "False",
|
|
579
579
|
"Feedback": "Feedback",
|
|
@@ -687,7 +687,7 @@
|
|
|
687
687
|
"ID": "ID",
|
|
688
688
|
"Icon": "Symbol",
|
|
689
689
|
"Icon only": "Icon only",
|
|
690
|
-
"Identifier for program usage. Support letters, numbers and underscores, must start with
|
|
690
|
+
"Identifier for program usage. Support letters, numbers and underscores, must start with a letter.": "Bezeichner für Programmnutzung. Unterstützt Buchstaben, Zahlen und Unterstriche, muss mit einem Buchstaben beginnen.",
|
|
691
691
|
"If a collection lacks a primary key, you must configure a unique record key to locate row records within a block, failure to configure this will prevent the creation of data blocks for the collection.": "If a collection lacks a primary key, you must configure a unique record key to locate row records within a block, failure to configure this will prevent the creation of data blocks for the collection.",
|
|
692
692
|
"If collection inherits, choose inherited collections as templates": "If collection inherits, choose inherited collections as templates",
|
|
693
693
|
"If selected, the page will display Tab pages.": "Wenn ausgewählt, zeigt die Seite Tab-Seiten an.",
|
|
@@ -774,7 +774,7 @@
|
|
|
774
774
|
"Logging and monitoring": "Logging and monitoring",
|
|
775
775
|
"Logo": "Logo",
|
|
776
776
|
"Long text": "Langer Text",
|
|
777
|
-
"MATHJS_DOC_URL": "https://
|
|
777
|
+
"MATHJS_DOC_URL": "https://docs.nocobase.com/calculation-engine/math",
|
|
778
778
|
"Magenta": "Magenta",
|
|
779
779
|
"Main": "Main",
|
|
780
780
|
"Main department": "Hauptabteilung",
|
|
@@ -1054,7 +1054,7 @@
|
|
|
1054
1054
|
"Quick duplicate": "Schnelles Duplizieren",
|
|
1055
1055
|
"Quick upload": "Schnelles Hochladen",
|
|
1056
1056
|
"Radio group": "Radiogruppe",
|
|
1057
|
-
"Randomly generated and can be modified. Support letters, numbers and underscores, must start with
|
|
1057
|
+
"Randomly generated and can be modified. Support letters, numbers and underscores, must start with a letter.": "Zufällig generiert und kann geändert werden. Unterstützt Buchstaben, Zahlen und Unterstriche, muss mit einem Buchstaben beginnen.",
|
|
1058
1058
|
"Read only": "Nur lesen",
|
|
1059
1059
|
"ReadOnly": "ReadOnly",
|
|
1060
1060
|
"ReadPretty": "ReadPretty",
|
package/lib/locale/en-US.json
CHANGED
|
@@ -154,10 +154,12 @@
|
|
|
154
154
|
"Assign value": "Assign value",
|
|
155
155
|
"A pre-filled value. Editable, for new entries only, and won’t affect existing data (including empty values).": "A pre-filled value. Editable, for new entries only, and won’t affect existing data (including empty values)",
|
|
156
156
|
"A system-set value. Read-only.": "A system-set value. Read-only",
|
|
157
|
+
"Overrides existing values until the user edits it.": "Overrides existing values until the user edits it.",
|
|
157
158
|
"Assignment mode": "Assignment mode",
|
|
158
159
|
"Associate": "Associate",
|
|
159
160
|
"Field values": "Field values",
|
|
160
161
|
"Fixed value": "Fixed value",
|
|
162
|
+
"Override value": "Override value",
|
|
161
163
|
"Associated records": "Associated records",
|
|
162
164
|
"Association field settings": "Association field settings",
|
|
163
165
|
"Association fields": "Association fields",
|
|
@@ -604,7 +606,7 @@
|
|
|
604
606
|
"Exportable fields": "Exportable fields",
|
|
605
607
|
"Expression": "Expression",
|
|
606
608
|
"Expression collection": "Expression collection",
|
|
607
|
-
"FORMULAJS_DOC_URL": "https://
|
|
609
|
+
"FORMULAJS_DOC_URL": "https://docs.nocobase.com/calculation-engine/formula",
|
|
608
610
|
"Failed to load plugin": "Failed to load plugin",
|
|
609
611
|
"False": "False",
|
|
610
612
|
"Feedback": "Feedback",
|
|
@@ -613,6 +615,7 @@
|
|
|
613
615
|
"Assignment takes precedence over form field assignment": "Assignment takes precedence over form field assignment",
|
|
614
616
|
"Field assignment": "Field assignment",
|
|
615
617
|
"Field component": "Field component",
|
|
618
|
+
"Server-side field validation rules": "Server-side field validation rules",
|
|
616
619
|
"Field display name": "Field display name",
|
|
617
620
|
"Field interface": "Field interface",
|
|
618
621
|
"Field linkage rules": "Field linkage rules",
|
|
@@ -723,7 +726,7 @@
|
|
|
723
726
|
"https://www.example.com": "https://www.example.com",
|
|
724
727
|
"Icon": "Icon",
|
|
725
728
|
"Icon only": "Icon only",
|
|
726
|
-
"Identifier for program usage. Support letters, numbers and underscores, must start with
|
|
729
|
+
"Identifier for program usage. Support letters, numbers and underscores, must start with a letter.": "Identifier for program usage. Support letters, numbers and underscores, must start with a letter.",
|
|
727
730
|
"If a collection lacks a primary key, you must configure a unique record key to locate row records within a block, failure to configure this will prevent the creation of data blocks for the collection.": "If a collection lacks a primary key, you must configure a unique record key to locate row records within a block, failure to configure this will prevent the creation of data blocks for the collection.",
|
|
728
731
|
"If collection inherits, choose inherited collections as templates": "If collection inherits, choose inherited collections as templates",
|
|
729
732
|
"If selected, the page will display Tab pages.": "If selected, the page will display Tab pages.",
|
|
@@ -814,7 +817,7 @@
|
|
|
814
817
|
"Logo": "Logo",
|
|
815
818
|
"Logs": "Logs",
|
|
816
819
|
"Long text": "Long text",
|
|
817
|
-
"MATHJS_DOC_URL": "https://
|
|
820
|
+
"MATHJS_DOC_URL": "https://docs.nocobase.com/calculation-engine/math",
|
|
818
821
|
"Magenta": "Magenta",
|
|
819
822
|
"Main": "Main",
|
|
820
823
|
"Main department": "Main department",
|
|
@@ -1110,7 +1113,7 @@
|
|
|
1110
1113
|
"Quick duplicate": "Quick duplicate",
|
|
1111
1114
|
"Quick upload": "Quick upload",
|
|
1112
1115
|
"Radio group": "Radio group",
|
|
1113
|
-
"Randomly generated and can be modified. Support letters, numbers and underscores, must start with
|
|
1116
|
+
"Randomly generated and can be modified. Support letters, numbers and underscores, must start with a letter.": "Randomly generated and can be modified. Support letters, numbers and underscores, must start with a letter.",
|
|
1114
1117
|
"Read only": "Read only",
|
|
1115
1118
|
"ReadOnly": "ReadOnly",
|
|
1116
1119
|
"ReadPretty": "ReadPretty",
|
|
@@ -1274,6 +1277,7 @@
|
|
|
1274
1277
|
"Setting": "Setting",
|
|
1275
1278
|
"Settings": "Settings",
|
|
1276
1279
|
"Set Primary Key": "Set Primary Key",
|
|
1280
|
+
"Show block card": "Show block card",
|
|
1277
1281
|
"Show date range": "Show date range",
|
|
1278
1282
|
"Show file name": "Show file name",
|
|
1279
1283
|
"Show in menu": "Show in menu",
|
|
@@ -1460,6 +1464,7 @@
|
|
|
1460
1464
|
"Two tone": "Two tone",
|
|
1461
1465
|
"Type": "Type",
|
|
1462
1466
|
"UI Editor": "UI Editor",
|
|
1467
|
+
"Client-side validation rules": "Client-side validation rules",
|
|
1463
1468
|
"UI editor": "UI editor",
|
|
1464
1469
|
"URL": "URL",
|
|
1465
1470
|
"URL search params": "URL search params",
|
package/lib/locale/es-ES.json
CHANGED
|
@@ -583,7 +583,7 @@
|
|
|
583
583
|
"Exportable fields": "Campos exportables",
|
|
584
584
|
"Expression": "Expresión",
|
|
585
585
|
"Expression collection": "Expression collection",
|
|
586
|
-
"FORMULAJS_DOC_URL": "https://
|
|
586
|
+
"FORMULAJS_DOC_URL": "https://docs.nocobase.com/calculation-engine/formula",
|
|
587
587
|
"Failed to load plugin": "Failed to load plugin",
|
|
588
588
|
"False": "False",
|
|
589
589
|
"Feedback": "Feedback",
|
|
@@ -699,7 +699,7 @@
|
|
|
699
699
|
"ID": "ID",
|
|
700
700
|
"Icon": "Icono",
|
|
701
701
|
"Icon only": "Icon only",
|
|
702
|
-
"Identifier for program usage. Support letters, numbers and underscores, must start with
|
|
702
|
+
"Identifier for program usage. Support letters, numbers and underscores, must start with a letter.": "Identificador para uso del programa. Admite letras, números y guiones bajos, debe empezar por una letra",
|
|
703
703
|
"If a collection lacks a primary key, you must configure a unique record key to locate row records within a block, failure to configure this will prevent the creation of data blocks for the collection.": "If a collection lacks a primary key, you must configure a unique record key to locate row records within a block, failure to configure this will prevent the creation of data blocks for the collection.",
|
|
704
704
|
"If collection inherits, choose inherited collections as templates": "If collection inherits, choose inherited collections as templates",
|
|
705
705
|
"If selected, the page will display Tab pages.": "Si se selecciona, la página mostrará páginas de pestañas.",
|
|
@@ -788,7 +788,7 @@
|
|
|
788
788
|
"Logging and monitoring": "Logging and monitoring",
|
|
789
789
|
"Logo": "Logo",
|
|
790
790
|
"Long text": "Texto largo",
|
|
791
|
-
"MATHJS_DOC_URL": "https://
|
|
791
|
+
"MATHJS_DOC_URL": "https://docs.nocobase.com/calculation-engine/math",
|
|
792
792
|
"Magenta": "Magenta",
|
|
793
793
|
"Main": "Main",
|
|
794
794
|
"Main department": "Main department",
|
|
@@ -1072,7 +1072,7 @@
|
|
|
1072
1072
|
"Quick duplicate": "Quick duplicate",
|
|
1073
1073
|
"Quick upload": "Quick upload",
|
|
1074
1074
|
"Radio group": "Grupo de radio",
|
|
1075
|
-
"Randomly generated and can be modified. Support letters, numbers and underscores, must start with
|
|
1075
|
+
"Randomly generated and can be modified. Support letters, numbers and underscores, must start with a letter.": "Generado aleatoriamente y modificable. Acepta letras, números y guiones bajos, debe empezar por una letra",
|
|
1076
1076
|
"Read only": "Solo lectura",
|
|
1077
1077
|
"ReadOnly": "ReadOnly",
|
|
1078
1078
|
"ReadPretty": "ReadPretty",
|
package/lib/locale/fr-FR.json
CHANGED
|
@@ -574,7 +574,7 @@
|
|
|
574
574
|
"Exportable fields": "Champs exportables",
|
|
575
575
|
"Expression": "Expression",
|
|
576
576
|
"Expression collection": "Expression collection",
|
|
577
|
-
"FORMULAJS_DOC_URL": "https://
|
|
577
|
+
"FORMULAJS_DOC_URL": "https://docs.nocobase.com/calculation-engine/formula",
|
|
578
578
|
"Failed to load plugin": "Failed to load plugin",
|
|
579
579
|
"False": "False",
|
|
580
580
|
"Feedback": "Commentaires",
|
|
@@ -688,7 +688,7 @@
|
|
|
688
688
|
"ID": "ID",
|
|
689
689
|
"Icon": "Icône",
|
|
690
690
|
"Icon only": "Icon only",
|
|
691
|
-
"Identifier for program usage. Support letters, numbers and underscores, must start with
|
|
691
|
+
"Identifier for program usage. Support letters, numbers and underscores, must start with a letter.": "Identifiant pour une utilisation dans le programme. Prend en charge les lettres, les chiffres et les traits de soulignement et doit commencer par une lettre.",
|
|
692
692
|
"If a collection lacks a primary key, you must configure a unique record key to locate row records within a block, failure to configure this will prevent the creation of data blocks for the collection.": "If a collection lacks a primary key, you must configure a unique record key to locate row records within a block, failure to configure this will prevent the creation of data blocks for the collection.",
|
|
693
693
|
"If collection inherits, choose inherited collections as templates": "If collection inherits, choose inherited collections as templates",
|
|
694
694
|
"If selected, the page will display Tab pages.": "Si sélectionné, la page affichera des onglets.",
|
|
@@ -776,7 +776,7 @@
|
|
|
776
776
|
"Logging and monitoring": "Logging and monitoring",
|
|
777
777
|
"Logo": "Logo",
|
|
778
778
|
"Long text": "Texte long",
|
|
779
|
-
"MATHJS_DOC_URL": "https://
|
|
779
|
+
"MATHJS_DOC_URL": "https://docs.nocobase.com/calculation-engine/math",
|
|
780
780
|
"Magenta": "Magenta",
|
|
781
781
|
"Main": "Main",
|
|
782
782
|
"Main department": "Main department",
|
|
@@ -1058,7 +1058,7 @@
|
|
|
1058
1058
|
"Quick duplicate": "Duplication rapide",
|
|
1059
1059
|
"Quick upload": "Téléchargement rapide",
|
|
1060
1060
|
"Radio group": "Groupe de boutons radio",
|
|
1061
|
-
"Randomly generated and can be modified. Support letters, numbers and underscores, must start with
|
|
1061
|
+
"Randomly generated and can be modified. Support letters, numbers and underscores, must start with a letter.": "Généré aléatoirement et peut être modifié. Prend en charge les lettres, les chiffres et les traits de soulignement, doit commencer par une lettre.",
|
|
1062
1062
|
"Read only": "Lecture seule",
|
|
1063
1063
|
"ReadOnly": "ReadOnly",
|
|
1064
1064
|
"ReadPretty": "ReadPretty",
|
package/lib/locale/hu-HU.json
CHANGED
|
@@ -573,7 +573,7 @@
|
|
|
573
573
|
"Exportable fields": "Exportálható mezők",
|
|
574
574
|
"Expression": "Kifejezés",
|
|
575
575
|
"Expression collection": "Kifejezés gyűjtemény",
|
|
576
|
-
"FORMULAJS_DOC_URL": "https://
|
|
576
|
+
"FORMULAJS_DOC_URL": "https://docs.nocobase.com/calculation-engine/formula",
|
|
577
577
|
"Failed to load plugin": "Bővítmény betöltése nem sikerült",
|
|
578
578
|
"False": "Hamís",
|
|
579
579
|
"Feedback": "Visszajelzés",
|
|
@@ -687,7 +687,7 @@
|
|
|
687
687
|
"ID": "ID",
|
|
688
688
|
"Icon": "Ikon",
|
|
689
689
|
"Icon only": "Icon only",
|
|
690
|
-
"Identifier for program usage. Support letters, numbers and underscores, must start with
|
|
690
|
+
"Identifier for program usage. Support letters, numbers and underscores, must start with a letter.": "Az azonosító a program használatához. Támogatja a betűket, számokat és aláhúzásokat, betűvel kell kezdődnie.",
|
|
691
691
|
"If a collection lacks a primary key, you must configure a unique record key to locate row records within a block, failure to configure this will prevent the creation of data blocks for the collection.": "Ha egy gyűjteményből hiányzik egy elsődleges kulcs, akkor konfigurálnia kell egy egyedi rekordkulcsot a sorrekordok egy blokkban való megtalálásához, ennek a konfigurálásának a elmulasztása megakadályozza a adatblokkok létrehozását a gyűjteményhez.",
|
|
692
692
|
"If collection inherits, choose inherited collections as templates": "Ha a gyűjtemény öröklődik, válassza az örökölt gyűjteményeket sablonként",
|
|
693
693
|
"If selected, the page will display Tab pages.": "Ha kiválasztva, az oldal füloldalakat fog megjeleníteni.",
|
|
@@ -774,7 +774,7 @@
|
|
|
774
774
|
"Logging and monitoring": "Naplózás és figyelés",
|
|
775
775
|
"Logo": "Logó",
|
|
776
776
|
"Long text": "Hosszú szöveg",
|
|
777
|
-
"MATHJS_DOC_URL": "https://
|
|
777
|
+
"MATHJS_DOC_URL": "https://docs.nocobase.com/calculation-engine/math",
|
|
778
778
|
"Magenta": "Magenta",
|
|
779
779
|
"Main": "Fő",
|
|
780
780
|
"Main department": "Fő osztály",
|
|
@@ -1054,7 +1054,7 @@
|
|
|
1054
1054
|
"Quick duplicate": "Gyors másolat",
|
|
1055
1055
|
"Quick upload": "Gyors feltöltés",
|
|
1056
1056
|
"Radio group": "Rádió csoport",
|
|
1057
|
-
"Randomly generated and can be modified. Support letters, numbers and underscores, must start with
|
|
1057
|
+
"Randomly generated and can be modified. Support letters, numbers and underscores, must start with a letter.": "Véletlenszerűen generálva és módosítható. Támogatja a betűket, számokat és aláhúzásokat, betűvel kell kezdődnie.",
|
|
1058
1058
|
"Read only": "Csak olvasható",
|
|
1059
1059
|
"ReadOnly": "ReadOnly",
|
|
1060
1060
|
"ReadPretty": "ReadPretty",
|
package/lib/locale/id-ID.json
CHANGED
|
@@ -574,7 +574,7 @@
|
|
|
574
574
|
"Exportable fields": "Bidang yang dapat diekspor",
|
|
575
575
|
"Expression": "Ekspresi",
|
|
576
576
|
"Expression collection": "Koleksi ekspresi",
|
|
577
|
-
"FORMULAJS_DOC_URL": "https://
|
|
577
|
+
"FORMULAJS_DOC_URL": "https://docs.nocobase.com/calculation-engine/formula",
|
|
578
578
|
"Failed to load plugin": "Gagal memuat plugin",
|
|
579
579
|
"False": "Salah",
|
|
580
580
|
"Feedback": "Umpan balik",
|
|
@@ -688,7 +688,7 @@
|
|
|
688
688
|
"ID": "ID",
|
|
689
689
|
"Icon": "Ikon",
|
|
690
690
|
"Icon only": "Icon only",
|
|
691
|
-
"Identifier for program usage. Support letters, numbers and underscores, must start with
|
|
691
|
+
"Identifier for program usage. Support letters, numbers and underscores, must start with a letter.": "Pengenal untuk penggunaan program. Mendukung huruf, angka, dan garis bawah, harus diawali dengan huruf.",
|
|
692
692
|
"If a collection lacks a primary key, you must configure a unique record key to locate row records within a block, failure to configure this will prevent the creation of data blocks for the collection.": "Jika sebuah koleksi tidak memiliki kunci utama, Anda harus mengkonfigurasi kunci catatan unik untuk menemukan catatan baris dalam sebuah blok, kegagalan untuk mengkonfigurasi ini akan mencegah pembuatan blok data untuk koleksi tersebut.",
|
|
693
693
|
"If collection inherits, choose inherited collections as templates": "Jika koleksi diwarisi, pilih koleksi yang diwarisi sebagai templat",
|
|
694
694
|
"If selected, the page will display Tab pages.": "Jika dipilih, halaman akan menampilkan halaman Tab.",
|
|
@@ -775,7 +775,7 @@
|
|
|
775
775
|
"Logging and monitoring": "Pencatatan dan pemantauan",
|
|
776
776
|
"Logo": "Logo",
|
|
777
777
|
"Long text": "Teks panjang",
|
|
778
|
-
"MATHJS_DOC_URL": "https://
|
|
778
|
+
"MATHJS_DOC_URL": "https://docs.nocobase.com/calculation-engine/math",
|
|
779
779
|
"Magenta": "Magenta",
|
|
780
780
|
"Main": "Utama",
|
|
781
781
|
"Main department": "Departemen utama",
|
|
@@ -1055,7 +1055,7 @@
|
|
|
1055
1055
|
"Quick duplicate": "Duplikat cepat",
|
|
1056
1056
|
"Quick upload": "Unggah cepat",
|
|
1057
1057
|
"Radio group": "Grup radio",
|
|
1058
|
-
"Randomly generated and can be modified. Support letters, numbers and underscores, must start with
|
|
1058
|
+
"Randomly generated and can be modified. Support letters, numbers and underscores, must start with a letter.": "Dihasilkan secara acak dan dapat dimodifikasi. Mendukung huruf, angka, dan garis bawah, harus diawali dengan huruf.",
|
|
1059
1059
|
"Read only": "Hanya baca",
|
|
1060
1060
|
"ReadOnly": "ReadOnly",
|
|
1061
1061
|
"ReadPretty": "ReadPretty",
|
package/lib/locale/it-IT.json
CHANGED
|
@@ -573,7 +573,7 @@
|
|
|
573
573
|
"Exportable fields": "Campi esportabili",
|
|
574
574
|
"Expression": "Espressione",
|
|
575
575
|
"Expression collection": "Raccolta espressioni",
|
|
576
|
-
"FORMULAJS_DOC_URL": "https://
|
|
576
|
+
"FORMULAJS_DOC_URL": "https://docs.nocobase.com/calculation-engine/formula",
|
|
577
577
|
"Failed to load plugin": "Caricamento plugin fallito",
|
|
578
578
|
"False": "Falso",
|
|
579
579
|
"Feedback": "Feedback",
|
|
@@ -687,7 +687,7 @@
|
|
|
687
687
|
"ID": "ID",
|
|
688
688
|
"Icon": "Icona",
|
|
689
689
|
"Icon only": "Icon only",
|
|
690
|
-
"Identifier for program usage. Support letters, numbers and underscores, must start with
|
|
690
|
+
"Identifier for program usage. Support letters, numbers and underscores, must start with a letter.": "Identificatore per l'utilizzo del programma. Supporta lettere, numeri e underscore, deve iniziare con una lettera.",
|
|
691
691
|
"If a collection lacks a primary key, you must configure a unique record key to locate row records within a block, failure to configure this will prevent the creation of data blocks for the collection.": "Se una raccolta non ha una chiave primaria, devi configurare un record come chiave univoca per individuare i record di ogni riga all'interno di un blocco, la mancata configurazione impedirà la creazione di blocchi di dati per la raccolta.",
|
|
692
692
|
"If collection inherits, choose inherited collections as templates": "Se la raccolta eredita, scegli le raccolte ereditate come modelli",
|
|
693
693
|
"If selected, the page will display Tab pages.": "Se selezionato, la pagina visualizzerà le pagine schede.",
|
|
@@ -774,7 +774,7 @@
|
|
|
774
774
|
"Logging and monitoring": "Registrazione e monitoraggio",
|
|
775
775
|
"Logo": "Logo",
|
|
776
776
|
"Long text": "Testo lungo",
|
|
777
|
-
"MATHJS_DOC_URL": "https://
|
|
777
|
+
"MATHJS_DOC_URL": "https://docs.nocobase.com/calculation-engine/math",
|
|
778
778
|
"Magenta": "Magenta",
|
|
779
779
|
"Main": "Principale",
|
|
780
780
|
"Main department": "Dipartimento principale",
|
|
@@ -1054,7 +1054,7 @@
|
|
|
1054
1054
|
"Quick duplicate": "Duplicazione veloce",
|
|
1055
1055
|
"Quick upload": "Caricamento rapido",
|
|
1056
1056
|
"Radio group": "Gruppo radio",
|
|
1057
|
-
"Randomly generated and can be modified. Support letters, numbers and underscores, must start with
|
|
1057
|
+
"Randomly generated and can be modified. Support letters, numbers and underscores, must start with a letter.": "Generato casualmente e può essere modificato. Supporta lettere, numeri e underscore, deve iniziare con una lettera.",
|
|
1058
1058
|
"Read only": "Solo lettura",
|
|
1059
1059
|
"ReadOnly": "ReadOnly",
|
|
1060
1060
|
"ReadPretty": "ReadPretty",
|
package/lib/locale/ja-JP.json
CHANGED
|
@@ -582,7 +582,7 @@
|
|
|
582
582
|
"Exportable fields": "エクスポート可能なフィールド",
|
|
583
583
|
"Expression": "表达式",
|
|
584
584
|
"Expression collection": "式コレクション",
|
|
585
|
-
"FORMULAJS_DOC_URL": "https://
|
|
585
|
+
"FORMULAJS_DOC_URL": "https://docs.nocobase.com/calculation-engine/formula",
|
|
586
586
|
"Fail and exit": "失敗し終了",
|
|
587
587
|
"Failed to load plugin": "プラグインの読み込みに失敗しました",
|
|
588
588
|
"False": "偽",
|
|
@@ -697,7 +697,7 @@
|
|
|
697
697
|
"ID": "ID",
|
|
698
698
|
"Icon": "アイコン",
|
|
699
699
|
"Icon only": "Icon only",
|
|
700
|
-
"Identifier for program usage. Support letters, numbers and underscores, must start with
|
|
700
|
+
"Identifier for program usage. Support letters, numbers and underscores, must start with a letter.": "プログラム使用のための識別子。文字、数字、...",
|
|
701
701
|
"If a collection lacks a primary key, you must configure a unique record key to locate row records within a block, failure to configure this will prevent the creation of data blocks for the collection.": "コレクションにプライマリキーがない場合、行レコードを特定するためのユニークキーを設定する必要があります。設定しないと、コレクションのデータブロックが作成できません。",
|
|
702
702
|
"If collection inherits, choose inherited collections as templates": "コレクションが継承されている場合、継承されたコレクションをテンプレートとして選択してください",
|
|
703
703
|
"If selected, the page will display Tab pages.": "選択されている場合、ページはタブページを表示します。",
|
|
@@ -785,7 +785,7 @@
|
|
|
785
785
|
"Logging and monitoring": "ログおよび監視",
|
|
786
786
|
"Logo": "ロゴ",
|
|
787
787
|
"Long text": "長文テキスト",
|
|
788
|
-
"MATHJS_DOC_URL": "https://
|
|
788
|
+
"MATHJS_DOC_URL": "https://docs.nocobase.com/calculation-engine/math",
|
|
789
789
|
"Magenta": "マゼンタ",
|
|
790
790
|
"Main": "メイン",
|
|
791
791
|
"Main department": "主要部門",
|
|
@@ -1068,7 +1068,7 @@
|
|
|
1068
1068
|
"Quick duplicate": "今すぐコピー",
|
|
1069
1069
|
"Quick upload": "クイックアップロード",
|
|
1070
1070
|
"Radio group": "ラジオボタングループ",
|
|
1071
|
-
"Randomly generated and can be modified. Support letters, numbers and underscores, must start with
|
|
1071
|
+
"Randomly generated and can be modified. Support letters, numbers and underscores, must start with a letter.": "ランダムに生成され、変更可能です。 アルファベット、数字、アンダースコアをサポートし、アルファベットから始まる必要があります。",
|
|
1072
1072
|
"Read only": "読み取り専用(編集不可)",
|
|
1073
1073
|
"ReadOnly": "ReadOnly",
|
|
1074
1074
|
"ReadPretty": "ReadPretty",
|
package/lib/locale/ko-KR.json
CHANGED
|
@@ -578,7 +578,7 @@
|
|
|
578
578
|
"Exportable fields": "내보낼 수 있는 필드",
|
|
579
579
|
"Expression": "표현식",
|
|
580
580
|
"Expression collection": "표현식 컬렉션",
|
|
581
|
-
"FORMULAJS_DOC_URL": "https://
|
|
581
|
+
"FORMULAJS_DOC_URL": "https://docs.nocobase.com/calculation-engine/formula",
|
|
582
582
|
"Failed to load plugin": "플러그인 로드 실패",
|
|
583
583
|
"False": "거짓",
|
|
584
584
|
"Feedback": "피드백",
|
|
@@ -692,7 +692,7 @@
|
|
|
692
692
|
"ID": "ID",
|
|
693
693
|
"Icon": "아이콘",
|
|
694
694
|
"Icon only": "Icon only",
|
|
695
|
-
"Identifier for program usage. Support letters, numbers and underscores, must start with
|
|
695
|
+
"Identifier for program usage. Support letters, numbers and underscores, must start with a letter.": "프로그램 사용을 위한 식별자입니다. 영문자, 숫자, 밑줄(_)을 지원하며, 반드시 영문자로 시작해야 합니다.",
|
|
696
696
|
"If a collection lacks a primary key, you must configure a unique record key to locate row records within a block, failure to configure this will prevent the creation of data blocks for the collection.": "컬렉션에 기본 키가 없는 경우, 블록 내에서 행 레코드를 찾기 위해 고유한 레코드 키를 설정해야 하며, 이를 설정하지 않으면 해당 컬렉션에 대한 데이터 블록을 생성할 수 없습니다.",
|
|
697
697
|
"If collection inherits, choose inherited collections as templates": "컬렉션이 상속되는 경우, 상속된 컬렉션을 템플릿으로 선택하세요.",
|
|
698
698
|
"If selected, the page will display Tab pages.": "선택하면 페이지에 탭 페이지가 표시됩니다.",
|
|
@@ -779,7 +779,7 @@
|
|
|
779
779
|
"Logging and monitoring": "로깅 및 모니터링",
|
|
780
780
|
"Logo": "로고",
|
|
781
781
|
"Long text": "긴 텍스트",
|
|
782
|
-
"MATHJS_DOC_URL": "https://
|
|
782
|
+
"MATHJS_DOC_URL": "https://docs.nocobase.com/calculation-engine/math",
|
|
783
783
|
"Magenta": "마젠타",
|
|
784
784
|
"Main": "메인",
|
|
785
785
|
"Main department": "주요 부서",
|
|
@@ -1065,7 +1065,7 @@
|
|
|
1065
1065
|
"Quick upload": "빠른 업로드",
|
|
1066
1066
|
"Radio group": "라디오 그룹",
|
|
1067
1067
|
"Randomly generated and can be modified. Support letters, numbers and underscores, must start with a letter.": "무작위로 생성되며 수정할 수 있습니다. 영문자, 숫자, 밑줄을 지원하며, 반드시 영문자로 시작해야 합니다.",
|
|
1068
|
-
"Randomly generated and can be modified. Support letters, numbers and underscores, must start with
|
|
1068
|
+
"Randomly generated and can be modified. Support letters, numbers and underscores, must start with a letter.": "무작위로 생성되며 수정할 수 있습니다. 영문자, 숫자, 밑줄을 지원하며, 반드시 영문자로 시작해야 합니다.",
|
|
1069
1069
|
"Read only": "읽기 전용",
|
|
1070
1070
|
"ReadOnly": "ReadOnly",
|
|
1071
1071
|
"ReadPretty": "ReadPretty",
|
package/lib/locale/nl-NL.json
CHANGED
|
@@ -574,7 +574,7 @@
|
|
|
574
574
|
"Expression": "Expressie",
|
|
575
575
|
"Expression collection": "Expressiecollectie",
|
|
576
576
|
"FALSE": "ONWAAR",
|
|
577
|
-
"FORMULAJS_DOC_URL": "https://
|
|
577
|
+
"FORMULAJS_DOC_URL": "https://docs.nocobase.com/calculation-engine/formula",
|
|
578
578
|
"Failed to load plugin": "Kan plug-in niet laden.",
|
|
579
579
|
"False": "False",
|
|
580
580
|
"Feedback": "Feedback",
|
|
@@ -688,7 +688,7 @@
|
|
|
688
688
|
"ID": "ID",
|
|
689
689
|
"Icon": "Icoon",
|
|
690
690
|
"Icon only": "Enkel icoon",
|
|
691
|
-
"Identifier for program usage. Support letters, numbers and underscores, must start with
|
|
691
|
+
"Identifier for program usage. Support letters, numbers and underscores, must start with a letter.": "Identificator voor programma gebruik. Ondersteunt letters, cijfers en underscores, moet met een letter beginnen.",
|
|
692
692
|
"If a collection lacks a primary key, you must configure a unique record key to locate row records within a block, failure to configure this will prevent the creation of data blocks for the collection.": "Als een collectie geen primaire sleutel heeft, moet je een unieke recordsleutel configureren om rijen binnen een blok te lokaliseren. Anders kunnen er geen gegevensblokken worden aangemaakt.",
|
|
693
693
|
"If collection inherits, choose inherited collections as templates": "Als de collectie overerft, kies geërfde collecties als sjablonen.",
|
|
694
694
|
"If selected, the page will display Tab pages.": "Indien geselecteerd, worden tabbladen op de pagina weergegeven.",
|
|
@@ -775,7 +775,7 @@
|
|
|
775
775
|
"Logging and monitoring": "Logging en monitoring",
|
|
776
776
|
"Logo": "Logo",
|
|
777
777
|
"Long text": "Lange tekst",
|
|
778
|
-
"MATHJS_DOC_URL": "https://
|
|
778
|
+
"MATHJS_DOC_URL": "https://docs.nocobase.com/calculation-engine/math",
|
|
779
779
|
"Magenta": "Magenta",
|
|
780
780
|
"Main": "Hoofd",
|
|
781
781
|
"Main department": "Hoofdafdeling",
|
|
@@ -1055,7 +1055,7 @@
|
|
|
1055
1055
|
"Quick duplicate": "Snel dupliceren",
|
|
1056
1056
|
"Quick upload": "Snelle upload",
|
|
1057
1057
|
"Radio group": "Radiogroep",
|
|
1058
|
-
"Randomly generated and can be modified. Support letters, numbers and underscores, must start with
|
|
1058
|
+
"Randomly generated and can be modified. Support letters, numbers and underscores, must start with a letter.": "Willekeurig gegenereerd en kan worden aangepast. Ondersteunt letters, cijfers en onderstrepingstekens, moet beginnen met een letter.",
|
|
1059
1059
|
"Read only": "Alleen-lezen",
|
|
1060
1060
|
"ReadOnly": "ReadOnly",
|
|
1061
1061
|
"ReadPretty": "ReadPretty",
|
package/lib/locale/pt-BR.json
CHANGED
|
@@ -600,7 +600,7 @@
|
|
|
600
600
|
"Exportable fields": "Campos exportáveis",
|
|
601
601
|
"Expression": "Expressão",
|
|
602
602
|
"Expression collection": "Expression collection",
|
|
603
|
-
"FORMULAJS_DOC_URL": "https://
|
|
603
|
+
"FORMULAJS_DOC_URL": "https://docs.nocobase.com/calculation-engine/formula",
|
|
604
604
|
"Failed to load plugin": "Failed to load plugin",
|
|
605
605
|
"False": "False",
|
|
606
606
|
"Fechamento automático": "Fechamento automático",
|
|
@@ -721,7 +721,7 @@
|
|
|
721
721
|
"ID do registro": "ID do registro",
|
|
722
722
|
"Icon": "Ícone",
|
|
723
723
|
"Icon only": "Icon only",
|
|
724
|
-
"Identifier for program usage. Support letters, numbers and underscores, must start with
|
|
724
|
+
"Identifier for program usage. Support letters, numbers and underscores, must start with a letter.": "Identificador para uso do programa. Suporta letras, números e sublinhados, deve começar com uma letra.",
|
|
725
725
|
"Idiomas habilitados": "Idiomas habilitados",
|
|
726
726
|
"If a collection lacks a primary key, you must configure a unique record key to locate row records within a block, failure to configure this will prevent the creation of data blocks for the collection.": "If a collection lacks a primary key, you must configure a unique record key to locate row records within a block, failure to configure this will prevent the creation of data blocks for the collection.",
|
|
727
727
|
"If collection inherits, choose inherited collections as templates": "Se a coleção herda, escolha as coleções herdadas como modelos",
|
|
@@ -812,7 +812,7 @@
|
|
|
812
812
|
"Logging and monitoring": "Logging and monitoring",
|
|
813
813
|
"Logo": "Logo",
|
|
814
814
|
"Long text": "Texto longo",
|
|
815
|
-
"MATHJS_DOC_URL": "https://
|
|
815
|
+
"MATHJS_DOC_URL": "https://docs.nocobase.com/calculation-engine/math",
|
|
816
816
|
"Magenta": "Magenta",
|
|
817
817
|
"Main": "Main",
|
|
818
818
|
"Main department": "Main department",
|
|
@@ -1098,7 +1098,7 @@
|
|
|
1098
1098
|
"Quick duplicate": "Quick duplicate",
|
|
1099
1099
|
"Quick upload": "Upload rápido",
|
|
1100
1100
|
"Radio group": "Grupo de opções",
|
|
1101
|
-
"Randomly generated and can be modified. Support letters, numbers and underscores, must start with
|
|
1101
|
+
"Randomly generated and can be modified. Support letters, numbers and underscores, must start with a letter.": "Gerado aleatoriamente e pode ser modificado. Aceita letras, números e sublinhados e deve começar com uma letra.",
|
|
1102
1102
|
"Read only": "Somente leitura",
|
|
1103
1103
|
"ReadOnly": "ReadOnly",
|
|
1104
1104
|
"ReadPretty": "ReadPretty",
|
package/lib/locale/ru-RU.json
CHANGED
|
@@ -575,7 +575,7 @@
|
|
|
575
575
|
"Exportable fields": "Экспортируемые поля",
|
|
576
576
|
"Expression": "Выражение",
|
|
577
577
|
"Expression collection": "Коллекция выражений",
|
|
578
|
-
"FORMULAJS_DOC_URL": "https://
|
|
578
|
+
"FORMULAJS_DOC_URL": "https://docs.nocobase.com/calculation-engine/formula",
|
|
579
579
|
"Failed to load plugin": "Не удалось загрузить плагин",
|
|
580
580
|
"False": "False",
|
|
581
581
|
"Feedback": "Обратная связь",
|
|
@@ -689,7 +689,7 @@
|
|
|
689
689
|
"ID": "ID",
|
|
690
690
|
"Icon": "Иконка",
|
|
691
691
|
"Icon only": "Icon only",
|
|
692
|
-
"Identifier for program usage. Support letters, numbers and underscores, must start with
|
|
692
|
+
"Identifier for program usage. Support letters, numbers and underscores, must start with a letter.": "Идентификатор для использования в программе. Поддерживает буквы, цифры и подчеркивания, должен начинаться с буквы.",
|
|
693
693
|
"If a collection lacks a primary key, you must configure a unique record key to locate row records within a block, failure to configure this will prevent the creation of data blocks for the collection.": "Если у коллекции отсутствует первичный ключ, необходимо настроить уникальный ключ записи для определения строковых записей в блоке, иначе создание блоков данных для коллекции будет невозможно.",
|
|
694
694
|
"If collection inherits, choose inherited collections as templates": "Если коллекция наследуется, выберите наследуемые коллекции в качестве шаблонов",
|
|
695
695
|
"If selected, the page will display Tab pages.": "Если выбрано, страница будет отображать вкладки.",
|
|
@@ -776,7 +776,7 @@
|
|
|
776
776
|
"Logging and monitoring": "Логирование и мониторинг",
|
|
777
777
|
"Logo": "Логотип",
|
|
778
778
|
"Long text": "Текст (TEXT)",
|
|
779
|
-
"MATHJS_DOC_URL": "https://
|
|
779
|
+
"MATHJS_DOC_URL": "https://docs.nocobase.com/calculation-engine/math",
|
|
780
780
|
"Magenta": "Маджента",
|
|
781
781
|
"Main": "Основной",
|
|
782
782
|
"Main department": "Основной отдел",
|
|
@@ -1059,7 +1059,7 @@
|
|
|
1059
1059
|
"Quick duplicate": "Быстрое дублирование",
|
|
1060
1060
|
"Quick upload": "Быстрая загрузка",
|
|
1061
1061
|
"Radio group": "Группа радиокнопок",
|
|
1062
|
-
"Randomly generated and can be modified. Support letters, numbers and underscores, must start with
|
|
1062
|
+
"Randomly generated and can be modified. Support letters, numbers and underscores, must start with a letter.": "Случайно сгенерировано и может быть изменено. Поддерживает буквы, цифры и знак подчеркивания, должно начинаться с буквы.",
|
|
1063
1063
|
"Read only": "Только для чтения",
|
|
1064
1064
|
"ReadOnly": "ReadOnly",
|
|
1065
1065
|
"ReadPretty": "ReadPretty",
|
package/lib/locale/tr-TR.json
CHANGED
|
@@ -575,7 +575,7 @@
|
|
|
575
575
|
"Exportable fields": "Dışa aktarılabilir alanlar",
|
|
576
576
|
"Expression": "Expression",
|
|
577
577
|
"Expression collection": "Expression collection",
|
|
578
|
-
"FORMULAJS_DOC_URL": "https://
|
|
578
|
+
"FORMULAJS_DOC_URL": "https://docs.nocobase.com/calculation-engine/formula",
|
|
579
579
|
"Failed to load plugin": "Failed to load plugin",
|
|
580
580
|
"False": "False",
|
|
581
581
|
"Feedback": "Geri bildirim",
|
|
@@ -689,7 +689,7 @@
|
|
|
689
689
|
"ID": "ID",
|
|
690
690
|
"Icon": "İkon",
|
|
691
691
|
"Icon only": "Icon only",
|
|
692
|
-
"Identifier for program usage. Support letters, numbers and underscores, must start with
|
|
692
|
+
"Identifier for program usage. Support letters, numbers and underscores, must start with a letter.": "Identifier for program usage. Support letters, numbers and underscores, must start with a letter.",
|
|
693
693
|
"If a collection lacks a primary key, you must configure a unique record key to locate row records within a block, failure to configure this will prevent the creation of data blocks for the collection.": "If a collection lacks a primary key, you must configure a unique record key to locate row records within a block, failure to configure this will prevent the creation of data blocks for the collection.",
|
|
694
694
|
"If collection inherits, choose inherited collections as templates": "Koleksiyon miras alırsa, kalıtılan koleksiyonları şablon olarak seçin",
|
|
695
695
|
"If selected, the page will display Tab pages.": "Seçildiğinde, sayfa Tab sayfalarını görüntüleyecektir.",
|
|
@@ -777,7 +777,7 @@
|
|
|
777
777
|
"Logging and monitoring": "Logging and monitoring",
|
|
778
778
|
"Logo": "Logo",
|
|
779
779
|
"Long text": "Uzun metin",
|
|
780
|
-
"MATHJS_DOC_URL": "https://
|
|
780
|
+
"MATHJS_DOC_URL": "https://docs.nocobase.com/calculation-engine/math",
|
|
781
781
|
"Magenta": "Macenta",
|
|
782
782
|
"Main": "Main",
|
|
783
783
|
"Main department": "Main department",
|
|
@@ -1059,7 +1059,7 @@
|
|
|
1059
1059
|
"Quick duplicate": "Quick duplicate",
|
|
1060
1060
|
"Quick upload": "Hızlı yükleme",
|
|
1061
1061
|
"Radio group": "Radio Seçim grup",
|
|
1062
|
-
"Randomly generated and can be modified. Support letters, numbers and underscores, must start with
|
|
1062
|
+
"Randomly generated and can be modified. Support letters, numbers and underscores, must start with a letter.": "Rastgele oluşturulur ve değiştirilebilir. Desteklenen içerik; harfler, sayılar ve alt çizgiler. Bir harfle başlamalıdır.",
|
|
1063
1063
|
"Read only": "Read only",
|
|
1064
1064
|
"ReadOnly": "ReadOnly",
|
|
1065
1065
|
"ReadPretty": "ReadPretty",
|
package/lib/locale/uk-UA.json
CHANGED
|
@@ -583,7 +583,7 @@
|
|
|
583
583
|
"Exportable fields": "Поля, які можна експортувати",
|
|
584
584
|
"Expression": "Вираз",
|
|
585
585
|
"Expression collection": "Expression collection",
|
|
586
|
-
"FORMULAJS_DOC_URL": "https://
|
|
586
|
+
"FORMULAJS_DOC_URL": "https://docs.nocobase.com/calculation-engine/formula",
|
|
587
587
|
"Failed to load plugin": "Failed to load plugin",
|
|
588
588
|
"False": "False",
|
|
589
589
|
"Feedback": "Зворотній зв'язок",
|
|
@@ -699,7 +699,7 @@
|
|
|
699
699
|
"ID": "ID",
|
|
700
700
|
"Icon": "Іконка",
|
|
701
701
|
"Icon only": "Icon only",
|
|
702
|
-
"Identifier for program usage. Support letters, numbers and underscores, must start with
|
|
702
|
+
"Identifier for program usage. Support letters, numbers and underscores, must start with a letter.": "Ідентифікатор для використання в програмі. Підтримує літери, цифри і підкреслення, повинен починатися з літери.",
|
|
703
703
|
"If a collection lacks a primary key, you must configure a unique record key to locate row records within a block, failure to configure this will prevent the creation of data blocks for the collection.": "If a collection lacks a primary key, you must configure a unique record key to locate row records within a block, failure to configure this will prevent the creation of data blocks for the collection.",
|
|
704
704
|
"If collection inherits, choose inherited collections as templates": "If collection inherits, choose inherited collections as templates",
|
|
705
705
|
"If selected, the page will display Tab pages.": "Якщо вибрано, сторінка відобразить сторінки з вкладками.",
|
|
@@ -787,7 +787,7 @@
|
|
|
787
787
|
"Logging and monitoring": "Logging and monitoring",
|
|
788
788
|
"Logo": "Логотип",
|
|
789
789
|
"Long text": "Довгий текст",
|
|
790
|
-
"MATHJS_DOC_URL": "https://
|
|
790
|
+
"MATHJS_DOC_URL": "https://docs.nocobase.com/calculation-engine/math",
|
|
791
791
|
"Magenta": "Пурпурний",
|
|
792
792
|
"Main": "Main",
|
|
793
793
|
"Main department": "Main department",
|
|
@@ -1069,7 +1069,7 @@
|
|
|
1069
1069
|
"Quick duplicate": "Quick duplicate",
|
|
1070
1070
|
"Quick upload": "Швидке завантаження",
|
|
1071
1071
|
"Radio group": "Група радіокнопок",
|
|
1072
|
-
"Randomly generated and can be modified. Support letters, numbers and underscores, must start with
|
|
1072
|
+
"Randomly generated and can be modified. Support letters, numbers and underscores, must start with a letter.": "Випадково генерується і може бути змінено. Підтримує літери, цифри і підкреслення, повинно починатися з літери.",
|
|
1073
1073
|
"Read only": "Тільки для читання",
|
|
1074
1074
|
"ReadOnly": "ReadOnly",
|
|
1075
1075
|
"ReadPretty": "ReadPretty",
|
package/lib/locale/vi-VN.json
CHANGED
|
@@ -573,7 +573,7 @@
|
|
|
573
573
|
"Exportable fields": "Trường có thể xuất",
|
|
574
574
|
"Expression": "Biểu thức",
|
|
575
575
|
"Expression collection": "Bộ sưu tập biểu thức",
|
|
576
|
-
"FORMULAJS_DOC_URL": "https://
|
|
576
|
+
"FORMULAJS_DOC_URL": "https://docs.nocobase.com/calculation-engine/formula",
|
|
577
577
|
"Failed to load plugin": "Không thể tải plugin",
|
|
578
578
|
"False": "False",
|
|
579
579
|
"Feedback": "Feedback",
|
|
@@ -687,7 +687,7 @@
|
|
|
687
687
|
"ID": "ID",
|
|
688
688
|
"Icon": "Biểu tượng",
|
|
689
689
|
"Icon only": "Icon only",
|
|
690
|
-
"Identifier for program usage. Support letters, numbers and underscores, must start with
|
|
690
|
+
"Identifier for program usage. Support letters, numbers and underscores, must start with a letter.": "Định danh cho việc sử dụng chương trình. Hỗ trợ chữ cái, số và dấu gạch dưới, phải bắt đầu bằng chữ cái.",
|
|
691
691
|
"If a collection lacks a primary key, you must configure a unique record key to locate row records within a block, failure to configure this will prevent the creation of data blocks for the collection.": "If a collection lacks a primary key, you must configure a unique record key to locate row records within a block, failure to configure this will prevent the creation of data blocks for the collection.",
|
|
692
692
|
"If collection inherits, choose inherited collections as templates": "If collection inherits, choose inherited collections as templates",
|
|
693
693
|
"If selected, the page will display Tab pages.": "If selected, the page will display Tab pages.",
|
|
@@ -774,7 +774,7 @@
|
|
|
774
774
|
"Logging and monitoring": "Logging and monitoring",
|
|
775
775
|
"Logo": "Logo",
|
|
776
776
|
"Long text": "Long text",
|
|
777
|
-
"MATHJS_DOC_URL": "https://
|
|
777
|
+
"MATHJS_DOC_URL": "https://docs.nocobase.com/calculation-engine/math",
|
|
778
778
|
"Magenta": "Đỏ tía",
|
|
779
779
|
"Main": "Main",
|
|
780
780
|
"Main department": "Main department",
|
|
@@ -1054,7 +1054,7 @@
|
|
|
1054
1054
|
"Quick duplicate": "Quick duplicate",
|
|
1055
1055
|
"Quick upload": "Quick upload",
|
|
1056
1056
|
"Radio group": "Radio group",
|
|
1057
|
-
"Randomly generated and can be modified. Support letters, numbers and underscores, must start with
|
|
1057
|
+
"Randomly generated and can be modified. Support letters, numbers and underscores, must start with a letter.": "Randomly generated and can be modified. Support letters, numbers and underscores, must start with a letter.",
|
|
1058
1058
|
"Read only": "Read only",
|
|
1059
1059
|
"ReadOnly": "ReadOnly",
|
|
1060
1060
|
"ReadPretty": "ReadPretty",
|