@nocobase/plugin-client 0.19.0-alpha.9 → 0.20.0-alpha.10
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/externalVersion.js +4 -4
- package/dist/locale/en_US.js +28 -7
- package/dist/locale/es_ES.js +7 -2
- package/dist/locale/fr_FR.js +7 -2
- package/dist/locale/ja_JP.js +6 -1
- package/dist/locale/ko_KR.js +8 -3
- package/dist/locale/pt_BR.js +7 -2
- package/dist/locale/ru_RU.js +6 -1
- package/dist/locale/tr_TR.js +6 -1
- package/dist/locale/uk_UA.js +7 -2
- package/dist/locale/zh-CN.js +42 -4
- package/dist/locale/zh-TW.js +4 -3
- package/dist/node_modules/cronstrue/package.json +1 -1
- package/package.json +2 -2
package/dist/externalVersion.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
module.exports = {
|
|
2
|
-
"@nocobase/client": "0.
|
|
3
|
-
"@nocobase/utils": "0.
|
|
4
|
-
"@nocobase/server": "0.
|
|
5
|
-
"@nocobase/database": "0.
|
|
2
|
+
"@nocobase/client": "0.20.0-alpha.10",
|
|
3
|
+
"@nocobase/utils": "0.20.0-alpha.10",
|
|
4
|
+
"@nocobase/server": "0.20.0-alpha.10",
|
|
5
|
+
"@nocobase/database": "0.20.0-alpha.10"
|
|
6
6
|
};
|
package/dist/locale/en_US.js
CHANGED
|
@@ -205,7 +205,7 @@ module.exports = {
|
|
|
205
205
|
"Collection display name": "Collection display name",
|
|
206
206
|
"Collection name": "Collection name",
|
|
207
207
|
Inherits: "Inherits",
|
|
208
|
-
"
|
|
208
|
+
"Primary key, unique identifier, self growth": "Primary key, unique identifier, self growth",
|
|
209
209
|
"Store the creation user of each record": "Store the creation user of each record",
|
|
210
210
|
"Store the last update user of each record": "Store the last update user of each record",
|
|
211
211
|
"Store the creation time of each record": "Store the creation time of each record",
|
|
@@ -363,6 +363,8 @@ module.exports = {
|
|
|
363
363
|
"Edit description": "Edit description",
|
|
364
364
|
Required: "Required",
|
|
365
365
|
Unique: "Unique",
|
|
366
|
+
Primary: "Primary",
|
|
367
|
+
"Auto increment": "Auto increment",
|
|
366
368
|
"Label field": "Label field",
|
|
367
369
|
"Default is the ID field": "Default is the ID field",
|
|
368
370
|
"Set default sorting rules": "Set default sorting rules",
|
|
@@ -733,10 +735,10 @@ module.exports = {
|
|
|
733
735
|
"Plugin name": "Plugin name",
|
|
734
736
|
"Plugin tab name": "Plugin tab name",
|
|
735
737
|
AutoGenId: "Auto-generated ID field",
|
|
736
|
-
CreatedBy: "
|
|
737
|
-
UpdatedBy: "
|
|
738
|
-
CreatedAt: "
|
|
739
|
-
UpdatedAt: "
|
|
738
|
+
CreatedBy: "CreatedBy",
|
|
739
|
+
UpdatedBy: "UpdatedBy",
|
|
740
|
+
CreatedAt: "CreatedAt",
|
|
741
|
+
UpdatedAt: "UpdatedAt",
|
|
740
742
|
"Column width": "Column width",
|
|
741
743
|
Sortable: "Sortable",
|
|
742
744
|
"Enable link": "Enable link",
|
|
@@ -783,7 +785,26 @@ module.exports = {
|
|
|
783
785
|
"Sign in with another account": "Sign in with another account",
|
|
784
786
|
"Return to the main application": "Return to the main application",
|
|
785
787
|
"Permission deined": "Permission denied",
|
|
788
|
+
loading: "loading",
|
|
789
|
+
"name is required": "name is required",
|
|
790
|
+
"data source": "data source",
|
|
791
|
+
DataSource: "DataSource",
|
|
792
|
+
'The {{type}} "{{name}}" may have been deleted. Please remove this {{blockType}}.': 'The {{type}} "{{name}}" may have been deleted. Please remove this {{blockType}}.',
|
|
793
|
+
"Preset fields": "Preset fields",
|
|
786
794
|
"Home page": "Home page",
|
|
787
|
-
|
|
788
|
-
License: "License"
|
|
795
|
+
Handbook: "Handbook",
|
|
796
|
+
License: "License",
|
|
797
|
+
"Generic properties": "Generic properties",
|
|
798
|
+
"Specific properties": "Specific properties",
|
|
799
|
+
"Used for drag and drop sorting scenarios, supporting grouping sorting": "Used for drag and drop sorting scenarios, supporting grouping sorting",
|
|
800
|
+
"Grouped sorting": "Grouped sorting",
|
|
801
|
+
"When a field is selected for grouping, it will be grouped first before sorting.": "When a field is selected for grouping, it will be grouped first before sorting.",
|
|
802
|
+
Departments: "Departments",
|
|
803
|
+
"Main department": "Main department",
|
|
804
|
+
"Department name": "Department name",
|
|
805
|
+
"Superior department": "Superior department",
|
|
806
|
+
Owners: "Owners",
|
|
807
|
+
"Plugin settings": "Plugin settings",
|
|
808
|
+
Menu: "Menu",
|
|
809
|
+
"Drag and drop sorting field": "Drag and drop sorting field"
|
|
789
810
|
};
|
package/dist/locale/es_ES.js
CHANGED
|
@@ -184,7 +184,7 @@ module.exports = {
|
|
|
184
184
|
"Collection display name": "Nombre para mostrar colecci\xF3n",
|
|
185
185
|
"Collection name": "Nombre de la colecci\xF3n",
|
|
186
186
|
Inherits: "Hereda",
|
|
187
|
-
"
|
|
187
|
+
"Primary key, unique identifier, self growth": "Primary key, unique identifier, self growth",
|
|
188
188
|
"Store the creation user of each record": "Almacenar el usuario de creaci\xF3n de cada registro",
|
|
189
189
|
"Store the last update user of each record": "Almacenar el usuario de \xFAltima actualizaci\xF3n de cada registro",
|
|
190
190
|
"Store the creation time of each record": "Almacenar la hora de creaci\xF3n de cada registro",
|
|
@@ -732,7 +732,12 @@ module.exports = {
|
|
|
732
732
|
"Data template": "Plantilla de datos",
|
|
733
733
|
"Not found": "No encontrado",
|
|
734
734
|
Add: "A\xF1adir",
|
|
735
|
+
loading: "cargando",
|
|
736
|
+
"name is required": "el nombre es obligatorio",
|
|
737
|
+
'The {{type}} "{{name}}" may have been deleted. Please remove this {{blockType}}.': 'El {{type}} "{{name}}" puede haber sido eliminado. Por favor, elimine este {{blockType}}.',
|
|
738
|
+
"data source": "fuente de datos",
|
|
739
|
+
DataSource: "Fuente de datos",
|
|
735
740
|
"Home page": "P\xE1gina de inicio",
|
|
736
|
-
|
|
741
|
+
Handbook: "Manual de usuario",
|
|
737
742
|
License: "Licencia"
|
|
738
743
|
};
|
package/dist/locale/fr_FR.js
CHANGED
|
@@ -195,7 +195,7 @@ module.exports = {
|
|
|
195
195
|
"Collection display name": "Nom d'affichage de la collection",
|
|
196
196
|
"Collection name": "Nom de la collection",
|
|
197
197
|
Inherits: "H\xE9rite de",
|
|
198
|
-
"
|
|
198
|
+
"Primary key, unique identifier, self growth": "G\xE9n\xE9rer automatiquement le champ ID",
|
|
199
199
|
"Store the creation user of each record": "Enregistrer l'utilisateur de cr\xE9ation de chaque enregistrement",
|
|
200
200
|
"Store the last update user of each record": "Enregistrer l'utilisateur de derni\xE8re mise \xE0 jour de chaque enregistrement",
|
|
201
201
|
"Store the creation time of each record": "Stocker l'heure de cr\xE9ation de chaque enregistrement",
|
|
@@ -751,8 +751,13 @@ module.exports = {
|
|
|
751
751
|
"Linkage with form fields": "Lien avec les champs de formulaire",
|
|
752
752
|
"Allow add new, update and delete actions": "Autoriser les actions d'ajout, de mise \xE0 jour et de suppression",
|
|
753
753
|
"Allow add new": "Autoriser les ajouts",
|
|
754
|
+
loading: "chargement",
|
|
755
|
+
"name is required": "le nom est requis",
|
|
756
|
+
"data source": "source de donn\xE9es",
|
|
757
|
+
'The {{type}} "{{name}}" may have been deleted. Please remove this {{blockType}}.': 'Le {{type}} "{{name}}" a peut-\xEAtre \xE9t\xE9 supprim\xE9. Veuillez supprimer ce {{blockType}}.',
|
|
758
|
+
DataSource: "Source de donn\xE9es",
|
|
754
759
|
"Allow selection of existing records": "Permet de s\xE9lectionner des donn\xE9es existantes",
|
|
755
760
|
"Home page": "Page d'accueil",
|
|
756
|
-
|
|
761
|
+
Handbook: "Manuel de l'utilisateur",
|
|
757
762
|
License: "Licence"
|
|
758
763
|
};
|
package/dist/locale/ja_JP.js
CHANGED
|
@@ -671,7 +671,12 @@ module.exports = {
|
|
|
671
671
|
"Automatically drop objects that depend on the collection (such as views), and in turn all objects that depend on those objects": "\u30C6\u30FC\u30D6\u30EB\u306B\u4F9D\u5B58\u3059\u308B\u30AA\u30D6\u30B8\u30A7\u30AF\u30C8\u3001\u304A\u3088\u3073\u305D\u308C\u3089\u306B\u4F9D\u5B58\u3059\u308B\u30AA\u30D6\u30B8\u30A7\u30AF\u30C8\u3092\u81EA\u52D5\u7684\u306B\u524A\u9664\u3059\u308B",
|
|
672
672
|
"Allow add new": "\u65B0\u898F\u4F5C\u6210\u3092\u8A31\u53EF",
|
|
673
673
|
"Allow selection of existing records": "\u65E2\u5B58\u306E\u30C7\u30FC\u30BF\u306E\u9078\u629E\u3092\u8A31\u53EF",
|
|
674
|
+
loading: "\u30ED\u30FC\u30C9\u4E2D",
|
|
675
|
+
"name is required": "\u540D\u524D\u306F\u5FC5\u9808\u3067\u3059",
|
|
676
|
+
"data source": "\u30C7\u30FC\u30BF\u30BD\u30FC\u30B9",
|
|
677
|
+
'The {{type}} "{{name}}" may have been deleted. Please remove this {{blockType}}.': '{{type}} "{{name}}" \u306F\u524A\u9664\u3055\u308C\u3066\u3044\u308B\u53EF\u80FD\u6027\u304C\u3042\u308A\u307E\u3059\u3002\u3053\u306E {{blockType}} \u3092\u524A\u9664\u3057\u3066\u304F\u3060\u3055\u3044\u3002',
|
|
678
|
+
DataSource: "\u30C7\u30FC\u30BF\u30BD\u30FC\u30B9",
|
|
674
679
|
"Home page": "\u30DB\u30FC\u30E0\u30DA\u30FC\u30B8",
|
|
675
|
-
|
|
680
|
+
Handbook: "\u30E6\u30FC\u30B6\u30FC\u30DE\u30CB\u30E5\u30A2\u30EB",
|
|
676
681
|
License: "\u30E9\u30A4\u30BB\u30F3\u30B9"
|
|
677
682
|
};
|
package/dist/locale/ko_KR.js
CHANGED
|
@@ -214,7 +214,7 @@ module.exports = {
|
|
|
214
214
|
"Collection display name": "\uB370\uC774\uD130 \uD14C\uC774\uBE14 \uD45C\uC2DC \uC774\uB984",
|
|
215
215
|
"Collection name": "\uB370\uC774\uD130 \uD14C\uC774\uBE14 \uC774\uB984",
|
|
216
216
|
Inherits: "\uC0C1\uC18D",
|
|
217
|
-
"
|
|
217
|
+
"Primary key, unique identifier, self growth": "\uAE30\uBCF8 \uD0A4, \uACE0\uC720 ID, \uC99D\uAC00",
|
|
218
218
|
"Store the creation user of each record": "\uAC01 \uB808\uCF54\uB4DC\uC758 \uC0DD\uC131 \uC0AC\uC6A9\uC790 \uC800\uC7A5",
|
|
219
219
|
"Store the last update user of each record": "\uAC01 \uB808\uCF54\uB4DC\uC758 \uB9C8\uC9C0\uB9C9 \uC5C5\uB370\uC774\uD2B8 \uC0AC\uC6A9\uC790 \uC800\uC7A5",
|
|
220
220
|
"Store the creation time of each record": "\uAC01 \uB808\uCF54\uB4DC\uC758 \uC0DD\uC131 \uC2DC\uAC04 \uC800\uC7A5",
|
|
@@ -835,7 +835,7 @@ module.exports = {
|
|
|
835
835
|
"Please use a valid SELECT or WITH AS statement": "\uC720\uD6A8\uD55C SELECT \uB610\uB294 WITH AS \uBB38\uC744 \uC0AC\uC6A9\uD558\uC138\uC694",
|
|
836
836
|
"Please confirm the SQL statement first": "\uBA3C\uC800 SQL \uBB38\uC744 \uD655\uC778\uD558\uC138\uC694",
|
|
837
837
|
"Automatically drop objects that depend on the collection (such as views), and in turn all objects that depend on those objects": "\uCEEC\uB809\uC158\uC5D0 \uC758\uC874\uD558\uB294 \uAC1D\uCCB4(\uC608: \uBDF0)\uC640 \uC774\uB7EC\uD55C \uAC1D\uCCB4\uC5D0 \uC758\uC874\uD558\uB294 \uBAA8\uB4E0 \uAC1D\uCCB4\uB97C \uC790\uB3D9\uC73C\uB85C \uC0AD\uC81C\uD569\uB2C8\uB2E4",
|
|
838
|
-
"
|
|
838
|
+
"Secondary confirmation": "\uB450 \uBC88\uC9F8 \uD655\uC778",
|
|
839
839
|
"Perform the {{title}}": "{{title}} \uC2E4\uD589",
|
|
840
840
|
"Are you sure you want to perform the {{title}} action?": "{{title}} \uC791\uC5C5\uC744 \uC2E4\uD589\uD558\uC2DC\uACA0\uC2B5\uB2C8\uAE4C?",
|
|
841
841
|
"Sign in with another account": "\uB2E4\uB978 \uACC4\uC815\uC73C\uB85C \uB85C\uADF8\uC778",
|
|
@@ -843,7 +843,12 @@ module.exports = {
|
|
|
843
843
|
"Permission denied": "\uD5C8\uAC00 \uAC70\uBD80",
|
|
844
844
|
"Allow add new": "\uC2E0\uADDC \uCD94\uAC00 \uD5C8\uC6A9",
|
|
845
845
|
"Allow selection of existing records": "\uAE30\uC874 \uB808\uCF54\uB4DC \uC120\uD0DD \uD5C8\uC6A9",
|
|
846
|
+
loading: "\uB85C\uB4DC \uC911",
|
|
847
|
+
"name is required": "\uC774\uB984\uC740 \uD544\uC218\uC785\uB2C8\uB2E4",
|
|
848
|
+
"data source": "\uB370\uC774\uD130 \uC18C\uC2A4",
|
|
849
|
+
'The {{type}} "{{name}}" may have been deleted. Please remove this {{blockType}}.': '{{type}} "{{name}}"\uC774(\uAC00) \uC0AD\uC81C\uB418\uC5C8\uC744 \uC218 \uC788\uC2B5\uB2C8\uB2E4. \uC774 {{blockType}}\uC744(\uB97C) \uC81C\uAC70\uD558\uC2ED\uC2DC\uC624.',
|
|
850
|
+
DataSource: "\uB370\uC774\uD130 \uC18C\uC2A4",
|
|
846
851
|
"Home page": "\uD648\uD398\uC774\uC9C0",
|
|
847
|
-
|
|
852
|
+
Handbook: "\uC0AC\uC6A9\uC790 \uB9E4\uB274\uC5BC",
|
|
848
853
|
License: "\uB77C\uC774\uC120\uC2A4"
|
|
849
854
|
};
|
package/dist/locale/pt_BR.js
CHANGED
|
@@ -147,7 +147,7 @@ module.exports = {
|
|
|
147
147
|
"Collection display name": "Nome para exibi\xE7\xE3o da cole\xE7\xE3o",
|
|
148
148
|
"Collection name": "Nome da cole\xE7\xE3o",
|
|
149
149
|
Inherits: "Herdado",
|
|
150
|
-
"
|
|
150
|
+
"Primary key, unique identifier, self growth": "Chave prim\xE1ria, identificador \xFAnico, crescimento pr\xF3prio",
|
|
151
151
|
"Store the creation user of each record": "Armazenar o usu\xE1rio criador de cada registro",
|
|
152
152
|
"Store the last update user of each record": "Armazenar o \xFAltimo usu\xE1rio que atualizou cada registro",
|
|
153
153
|
"Store the creation time of each record": "Armazenar a hora de cria\xE7\xE3o de cada registro",
|
|
@@ -711,8 +711,13 @@ module.exports = {
|
|
|
711
711
|
Add: "Adicionar",
|
|
712
712
|
"Automatically drop objects that depend on the collection (such as views), and in turn all objects that depend on those objects": "Excluir automaticamente objetos que dependem desta tabela, bem como objetos que dependem desses objetos",
|
|
713
713
|
"Allow add new": "Permitir novas adi\xE7\xF5es",
|
|
714
|
+
loading: "carregando",
|
|
715
|
+
"name is required": "nome \xE9 obrigat\xF3rio",
|
|
716
|
+
"data source": "fonte de dados",
|
|
717
|
+
'The {{type}} "{{name}}" may have been deleted. Please remove this {{blockType}}.': 'O {{type}} "{{name}}" pode ter sido exclu\xEDdo. Por favor, remova este {{blockType}}.',
|
|
718
|
+
DataSource: "Fonte de dados",
|
|
714
719
|
"Allow selection of existing records": "Permitir a selec\xE7\xE3o dos registos existentes",
|
|
715
720
|
"Home page": "P\xE1gina inicial",
|
|
716
|
-
|
|
721
|
+
Handbook: "Manual do usu\xE1rio",
|
|
717
722
|
License: "Licen\xE7a"
|
|
718
723
|
};
|
package/dist/locale/ru_RU.js
CHANGED
|
@@ -547,7 +547,12 @@ module.exports = {
|
|
|
547
547
|
"Search plugin": "\u041F\u043E\u0438\u0441\u043A \u043F\u043B\u0430\u0433\u0438\u043D\u0430",
|
|
548
548
|
Author: "\u0410\u0432\u0442\u043E\u0440",
|
|
549
549
|
"Plugin loading failed. Please check the server logs.": "\u041D\u0435 \u0443\u0434\u0430\u043B\u043E\u0441\u044C \u0437\u0430\u0433\u0440\u0443\u0437\u0438\u0442\u044C \u043F\u043B\u0430\u0433\u0438\u043D. \u041F\u043E\u0436\u0430\u043B\u0443\u0439\u0441\u0442\u0430, \u043F\u0440\u043E\u0432\u0435\u0440\u044C\u0442\u0435 \u0436\u0443\u0440\u043D\u0430\u043B\u044B \u0441\u0435\u0440\u0432\u0435\u0440\u0430.",
|
|
550
|
+
loading: "\u0437\u0430\u0433\u0440\u0443\u0437\u043A\u0430",
|
|
551
|
+
"name is required": "\u0438\u043C\u044F \u043E\u0431\u044F\u0437\u0430\u0442\u0435\u043B\u044C\u043D\u043E",
|
|
552
|
+
"data source": "\u0438\u0441\u0442\u043E\u0447\u043D\u0438\u043A \u0434\u0430\u043D\u043D\u044B\u0445",
|
|
553
|
+
'The {{type}} "{{name}}" may have been deleted. Please remove this {{blockType}}.': '{{type}} "{{name}}" \u0432\u043E\u0437\u043C\u043E\u0436\u043D\u043E \u0431\u044B\u043B \u0443\u0434\u0430\u043B\u0435\u043D. \u041F\u043E\u0436\u0430\u043B\u0443\u0439\u0441\u0442\u0430, \u0443\u0434\u0430\u043B\u0438\u0442\u0435 \u044D\u0442\u043E\u0442 {{blockType}}.',
|
|
554
|
+
DataSource: "\u0418\u0441\u0442\u043E\u0447\u043D\u0438\u043A \u0434\u0430\u043D\u043D\u044B\u0445",
|
|
550
555
|
"Home page": "\u0414\u043E\u043C\u0430\u0448\u043D\u044F\u044F \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0430",
|
|
551
|
-
|
|
556
|
+
Handbook: "\u0420\u0443\u043A\u043E\u0432\u043E\u0434\u0441\u0442\u0432\u043E \u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u0435\u043B\u044F",
|
|
552
557
|
License: "\u041B\u0438\u0446\u0435\u043D\u0437\u0438\u044F"
|
|
553
558
|
};
|
package/dist/locale/tr_TR.js
CHANGED
|
@@ -544,7 +544,12 @@ module.exports = {
|
|
|
544
544
|
"Search plugin": "Eklenti ara",
|
|
545
545
|
Author: "Yazar",
|
|
546
546
|
"Plugin loading failed. Please check the server logs.": "Eklenti y\xFCklenemedi. L\xFCtfen sunucu g\xFCnl\xFCklerini kontrol edin.",
|
|
547
|
+
loading: "y\xFCkleniyor",
|
|
548
|
+
"name is required": "ad gereklidir",
|
|
549
|
+
"data source": "veri kayna\u011F\u0131",
|
|
550
|
+
'The {{type}} "{{name}}" may have been deleted. Please remove this {{blockType}}.': `{{type}} "{{name}}" silinmi\u015F olabilir. L\xFCtfen bu {{blockType}}'yi kald\u0131r\u0131n.`,
|
|
551
|
+
DataSource: "Veri Kayna\u011F\u0131",
|
|
547
552
|
"Home page": "Anasayfa",
|
|
548
|
-
|
|
553
|
+
Handbook: "Kullan\u0131c\u0131 k\u0131lavuzu",
|
|
549
554
|
License: "Lisans"
|
|
550
555
|
};
|
package/dist/locale/uk_UA.js
CHANGED
|
@@ -195,7 +195,7 @@ module.exports = {
|
|
|
195
195
|
"Collection display name": "\u0412\u0456\u0434\u043E\u0431\u0440\u0430\u0436\u0443\u0432\u0430\u043D\u0435 \u0456\u043C'\u044F \u043A\u043E\u043B\u0435\u043A\u0446\u0456\u0457",
|
|
196
196
|
"Collection name": "\u0406\u043C'\u044F \u043A\u043E\u043B\u0435\u043A\u0446\u0456\u0457",
|
|
197
197
|
Inherits: "\u041D\u0430\u0441\u043B\u0456\u0434\u0443\u0454",
|
|
198
|
-
"
|
|
198
|
+
"Primary key, unique identifier, self growth": "\u041E\u0441\u043D\u043E\u0432\u043D\u0438\u0439 \u043A\u043B\u044E\u0447, \u0443\u043D\u0456\u043A\u0430\u043B\u044C\u043D\u0438\u0439 \u0456\u0434\u0435\u043D\u0442\u0438\u0444\u0456\u043A\u0430\u0442\u043E\u0440, \u0441\u0430\u043C\u043E\u0432\u0438\u0440\u043E\u0441\u0442",
|
|
199
199
|
"Store the creation user of each record": "\u0417\u0431\u0435\u0440\u0456\u0433\u0430\u0442\u0438 \u043A\u043E\u0440\u0438\u0441\u0442\u0443\u0432\u0430\u0447\u0430, \u044F\u043A\u0438\u0439 \u0441\u0442\u0432\u043E\u0440\u0438\u0432 \u043A\u043E\u0436\u043D\u0438\u0439 \u0437\u0430\u043F\u0438\u0441",
|
|
200
200
|
"Store the last update user of each record": "\u0417\u0431\u0435\u0440\u0456\u0433\u0430\u0442\u0438 \u043A\u043E\u0440\u0438\u0441\u0442\u0443\u0432\u0430\u0447\u0430 \u043E\u0441\u0442\u0430\u043D\u043D\u044C\u043E\u0433\u043E \u043E\u043D\u043E\u0432\u043B\u0435\u043D\u043D\u044F \u043A\u043E\u0436\u043D\u043E\u0433\u043E \u0437\u0430\u043F\u0438\u0441\u0443",
|
|
201
201
|
"Store the creation time of each record": "\u0417\u0431\u0435\u0440\u0456\u0433\u0430\u0442\u0438 \u0447\u0430\u0441 \u0441\u0442\u0432\u043E\u0440\u0435\u043D\u043D\u044F \u043A\u043E\u0436\u043D\u043E\u0433\u043E \u0437\u0430\u043F\u0438\u0441\u0443",
|
|
@@ -752,7 +752,12 @@ module.exports = {
|
|
|
752
752
|
"Try again": "\u0421\u043F\u0440\u043E\u0431\u0443\u0439\u0442\u0435 \u0449\u0435 \u0440\u0430\u0437",
|
|
753
753
|
"Data template": "\u0428\u0430\u0431\u043B\u043E\u043D \u0434\u0430\u043D\u0438\u0445",
|
|
754
754
|
"Template fields have been removed and need to be reconfigured": "\u041F\u043E\u043B\u044F \u0448\u0430\u0431\u043B\u043E\u043D\u0443 \u0431\u0443\u043B\u0438 \u0432\u0438\u0434\u0430\u043B\u0435\u043D\u0456 \u0456 \u043F\u043E\u0442\u0440\u0435\u0431\u0443\u044E\u0442\u044C \u043F\u043E\u0432\u0442\u043E\u0440\u043D\u043E\u0457 \u043A\u043E\u043D\u0444\u0456\u0433\u0443\u0440\u0430\u0446\u0456\u0457",
|
|
755
|
+
loading: "\u0437\u0430\u0432\u0430\u043D\u0442\u0430\u0436\u0435\u043D\u043D\u044F",
|
|
756
|
+
"name is required": "\u0456\u043C'\u044F \u043E\u0431\u043E\u0432'\u044F\u0437\u043A\u043E\u0432\u0435",
|
|
757
|
+
"data source": "\u0434\u0436\u0435\u0440\u0435\u043B\u043E \u0434\u0430\u043D\u0438\u0445",
|
|
758
|
+
'The {{type}} "{{name}}" may have been deleted. Please remove this {{blockType}}.': '{{type}} "{{name}}" \u043C\u043E\u0436\u0435 \u0431\u0443\u0442\u0438 \u0432\u0438\u0434\u0430\u043B\u0435\u043D\u043E. \u0411\u0443\u0434\u044C \u043B\u0430\u0441\u043A\u0430, \u0432\u0438\u0434\u0430\u043B\u0456\u0442\u044C \u0446\u0435\u0439 {{blockType}}.',
|
|
759
|
+
DataSource: "\u0414\u0436\u0435\u0440\u0435\u043B\u043E \u0434\u0430\u043D\u0438\u0445",
|
|
755
760
|
"Home page": "\u0414\u043E\u043C\u0430\u0448\u043D\u044F \u0441\u0442\u043E\u0440\u0456\u043D\u043A\u0430",
|
|
756
|
-
|
|
761
|
+
Handbook: "\u041F\u043E\u0441\u0456\u0431\u043D\u0438\u043A \u043A\u043E\u0440\u0438\u0441\u0442\u0443\u0432\u0430\u0447\u0430",
|
|
757
762
|
License: "\u041B\u0456\u0446\u0435\u043D\u0437\u0456\u044F"
|
|
758
763
|
};
|
package/dist/locale/zh-CN.js
CHANGED
|
@@ -215,7 +215,7 @@ module.exports = {
|
|
|
215
215
|
"Collection display name": "\u6570\u636E\u8868\u540D\u79F0",
|
|
216
216
|
"Collection name": "\u6570\u636E\u8868\u6807\u8BC6",
|
|
217
217
|
Inherits: "\u7EE7\u627F",
|
|
218
|
-
"
|
|
218
|
+
"Primary key, unique identifier, self growth": "\u4E3B\u952E\u3001\u552F\u4E00\u6807\u8BC6\u3001\u81EA\u589E\u957F",
|
|
219
219
|
"Store the creation user of each record": "\u8BB0\u5F55\u521B\u5EFA\u4EBA",
|
|
220
220
|
"Store the last update user of each record": "\u8BB0\u5F55\u6700\u540E\u66F4\u65B0\u4EBA",
|
|
221
221
|
"Store the creation time of each record": "\u8BB0\u5F55\u521B\u5EFA\u65F6\u95F4",
|
|
@@ -384,6 +384,8 @@ module.exports = {
|
|
|
384
384
|
"Edit description": "\u7F16\u8F91\u63CF\u8FF0",
|
|
385
385
|
Required: "\u5FC5\u586B",
|
|
386
386
|
Unique: "\u4E0D\u5141\u8BB8\u91CD\u590D",
|
|
387
|
+
Primary: "\u4E3B\u952E",
|
|
388
|
+
"Auto increment": "\u81EA\u52A8\u589E\u957F",
|
|
387
389
|
"Label field": "\u6807\u7B7E\u5B57\u6BB5",
|
|
388
390
|
"Default is the ID field": "\u9ED8\u8BA4\u4E3A ID \u5B57\u6BB5",
|
|
389
391
|
"Set default sorting rules": "\u8BBE\u7F6E\u6392\u5E8F\u89C4\u5219",
|
|
@@ -597,6 +599,7 @@ module.exports = {
|
|
|
597
599
|
"Global action permissions": "\u5168\u5C40\u64CD\u4F5C\u6743\u9650",
|
|
598
600
|
"General action permissions": "\u901A\u7528\u64CD\u4F5C\u6743\u9650",
|
|
599
601
|
"Plugin settings permissions": "\u63D2\u4EF6\u914D\u7F6E\u6743\u9650",
|
|
602
|
+
"Data source permissions": "\u6570\u636E\u6E90\u6743\u9650",
|
|
600
603
|
"Allow to desgin pages": "\u5141\u8BB8\u754C\u9762\u914D\u7F6E",
|
|
601
604
|
"Allow to manage plugins": "\u5141\u8BB8\u7BA1\u7406\u63D2\u4EF6",
|
|
602
605
|
"Allow to configure plugins": "\u5141\u8BB8\u7BA1\u7406\u914D\u7F6E\u4E2D\u5FC3",
|
|
@@ -673,6 +676,7 @@ module.exports = {
|
|
|
673
676
|
Done: "\u5B8C\u6210",
|
|
674
677
|
"Sign up successfully, and automatically jump to the sign in page": "\u6CE8\u518C\u6210\u529F\uFF0C\u5373\u5C06\u8DF3\u8F6C\u5230\u767B\u5F55\u9875\u9762",
|
|
675
678
|
ACL: "\u8BBF\u95EE\u63A7\u5236",
|
|
679
|
+
"Access control": "\u8BBF\u95EE\u63A7\u5236",
|
|
676
680
|
"Collection manager": "\u6570\u636E\u8868\u7BA1\u7406",
|
|
677
681
|
"Plugin manager": "\u63D2\u4EF6\u7BA1\u7406\u5668",
|
|
678
682
|
Local: "\u672C\u5730",
|
|
@@ -837,18 +841,29 @@ module.exports = {
|
|
|
837
841
|
"Please use a valid SELECT or WITH AS statement": "\u8BF7\u4F7F\u7528\u6709\u6548\u7684 SELECT \u6216 WITH AS \u8BED\u53E5",
|
|
838
842
|
"Please confirm the SQL statement first": "\u8BF7\u5148\u786E\u8BA4 SQL \u8BED\u53E5",
|
|
839
843
|
"Automatically drop objects that depend on the collection (such as views), and in turn all objects that depend on those objects": "\u81EA\u52A8\u5220\u9664\u4F9D\u8D56\u4E8E\u8BE5\u8868\u7684\u5BF9\u8C61,\u4EE5\u53CA\u4F9D\u8D56\u8FD9\u4E9B\u5BF9\u8C61\u7684\u5BF9\u8C61",
|
|
840
|
-
"
|
|
844
|
+
"Secondary confirmation": "\u4E8C\u6B21\u786E\u8BA4",
|
|
841
845
|
"Perform the {{title}}": "\u6267\u884C{{title}}",
|
|
842
846
|
"Are you sure you want to perform the {{title}} action?": "\u4F60\u786E\u5B9A\u6267\u884C{{title}}\u64CD\u4F5C\u5417\uFF1F",
|
|
843
847
|
"Sign in with another account": "\u767B\u5F55\u5176\u4ED6\u8D26\u53F7",
|
|
844
848
|
"Return to the main application": "\u8FD4\u56DE\u4E3B\u5E94\u7528",
|
|
845
849
|
"Permission denied": "\u6CA1\u6709\u6743\u9650",
|
|
846
850
|
"Allow add new": "\u5141\u8BB8\u65B0\u589E",
|
|
851
|
+
loading: "\u52A0\u8F7D\u4E2D",
|
|
852
|
+
"name is required": "\u540D\u79F0\u4E0D\u80FD\u4E3A\u7A7A",
|
|
853
|
+
'The {{type}} "{{name}}" may have been deleted. Please remove this {{blockType}}.': '{{type}} "{{name}}" \u53EF\u80FD\u5DF2\u88AB\u5220\u9664\u3002\u8BF7\u5220\u9664\u5F53\u524D{{blockType}}.',
|
|
854
|
+
"Data source": "\u6570\u636E\u6E90",
|
|
855
|
+
DataSource: "\u6570\u636E\u6E90",
|
|
856
|
+
"Data model": "\u6570\u636E\u6A21\u578B",
|
|
857
|
+
Security: "\u8BA4\u8BC1\u4E0E\u5B89\u5168",
|
|
858
|
+
Action: "\u64CD\u4F5C",
|
|
859
|
+
System: "\u7CFB\u7EDF\u7BA1\u7406",
|
|
860
|
+
Other: "\u5176\u4ED6",
|
|
847
861
|
"Allow selection of existing records": "\u5141\u8BB8\u9009\u62E9\u5DF2\u6709\u6570\u636E",
|
|
848
862
|
"Data Model": "\u6570\u636E\u6A21\u578B",
|
|
849
863
|
Blocks: "\u533A\u5757",
|
|
850
864
|
"Users & permissions": "\u7528\u6237\u548C\u6743\u9650",
|
|
851
865
|
"System management": "\u7CFB\u7EDF\u7BA1\u7406",
|
|
866
|
+
"Preset fields": "\u9884\u7F6E\u5B57\u6BB5",
|
|
852
867
|
"System & security": "\u7CFB\u7EDF\u548C\u5B89\u5168",
|
|
853
868
|
Workflow: "\u5DE5\u4F5C\u6D41",
|
|
854
869
|
"Third party services": "\u7B2C\u4E09\u65B9\u670D\u52A1",
|
|
@@ -859,6 +874,29 @@ module.exports = {
|
|
|
859
874
|
Authentication: "\u7528\u6237\u8BA4\u8BC1",
|
|
860
875
|
"Logging and monitoring": "\u65E5\u5FD7\u4E0E\u76D1\u63A7",
|
|
861
876
|
"Home page": "\u4E3B\u9875",
|
|
862
|
-
|
|
863
|
-
License: "\u8BB8\u53EF\u8BC1"
|
|
877
|
+
Handbook: "\u7528\u6237\u624B\u518C",
|
|
878
|
+
License: "\u8BB8\u53EF\u8BC1",
|
|
879
|
+
"Generic properties": "\u901A\u7528\u5C5E\u6027",
|
|
880
|
+
"Specific properties": "\u7279\u6709\u5C5E\u6027",
|
|
881
|
+
"Used for drag and drop sorting scenarios, supporting grouping sorting": "\u7528\u4E8E\u62D6\u62FD\u6392\u5E8F\u573A\u666F\uFF0C\u652F\u6301\u5206\u7EC4\u6392\u5E8F",
|
|
882
|
+
"Grouped sorting": "\u5206\u7EC4\u6392\u5E8F",
|
|
883
|
+
"When a field is selected for grouping, it will be grouped first before sorting.": "\u5F53\u9009\u4E86\u67D0\u4E2A\u5B57\u6BB5\u4F5C\u4E3A\u5206\u7EC4\u65F6\uFF0C\u5C06\u5148\u5206\u7EC4\u518D\u6392\u5E8F",
|
|
884
|
+
Main: "\u4E3B\u6570\u636E\u6E90",
|
|
885
|
+
Index: "\u7D22\u5F15",
|
|
886
|
+
"Field values must be unique.": "\u5B57\u6BB5\u503C\u5FC5\u987B\u5177\u5907\u552F\u4E00\u6027",
|
|
887
|
+
Departments: "\u90E8\u95E8",
|
|
888
|
+
"Main department": "\u4E3B\u5C5E\u90E8\u95E8",
|
|
889
|
+
"Department name": "\u90E8\u95E8\u540D\u79F0",
|
|
890
|
+
"Superior department": "\u4E0A\u7EA7\u90E8\u95E8",
|
|
891
|
+
Owners: "\u8D1F\u8D23\u4EBA",
|
|
892
|
+
"Plugin settings": "\u63D2\u4EF6\u8BBE\u7F6E",
|
|
893
|
+
Menu: "\u83DC\u5355",
|
|
894
|
+
"Drag and drop sorting field": "\u62D6\u62FD\u6392\u5E8F\u5B57\u6BB5",
|
|
895
|
+
Alphabet: "\u5B57\u7B26",
|
|
896
|
+
Accuracy: "\u7CBE\u786E\u5EA6",
|
|
897
|
+
Millisecond: "\u6BEB\u79D2",
|
|
898
|
+
Second: "\u79D2",
|
|
899
|
+
"Unix Timestamp": "Unix \u65F6\u95F4\u6233",
|
|
900
|
+
"Field value do not meet the requirements": "\u5B57\u7B26\u4E0D\u7B26\u5408\u8981\u6C42",
|
|
901
|
+
"Field value size is": "\u5B57\u7B26\u957F\u5EA6\u8981\u6C42"
|
|
864
902
|
};
|
package/dist/locale/zh-TW.js
CHANGED
|
@@ -214,7 +214,7 @@ module.exports = {
|
|
|
214
214
|
"Collection display name": "\u8CC7\u6599\u8868\u540D\u7A31",
|
|
215
215
|
"Collection name": "\u8CC7\u6599\u8868\u6A19\u8B58",
|
|
216
216
|
Inherits: "\u7E7C\u627F",
|
|
217
|
-
"
|
|
217
|
+
"Primary key, unique identifier, self growth": "\u4E3B\u952E\u3001\u552F\u4E00\u6807\u8BC6\u3001\u81EA\u589E\u957F",
|
|
218
218
|
"Store the creation user of each record": "\u8A18\u9304\u5EFA\u7ACB\u8005",
|
|
219
219
|
"Store the last update user of each record": "\u8A18\u9304\u6700\u5F8C\u66F4\u65B0\u8005",
|
|
220
220
|
"Store the creation time of each record": "\u8A18\u9304\u5EFA\u7ACB\u6642\u9593",
|
|
@@ -835,15 +835,16 @@ module.exports = {
|
|
|
835
835
|
"Please use a valid SELECT or WITH AS statement": "\u8ACB\u4F7F\u7528\u6709\u6548\u7684 SELECT \u6216 WITH AS \u8A9E\u53E5",
|
|
836
836
|
"Please confirm the SQL statement first": "\u8ACB\u5148\u78BA\u8A8D SQL \u8A9E\u53E5",
|
|
837
837
|
"Automatically drop objects that depend on the collection (such as views), and in turn all objects that depend on those objects": "\u81EA\u52D5\u522A\u9664\u4F9D\u8CF4\u65BC\u8A72\u8868\u7684\u7269\u4EF6,\u4EE5\u53CA\u4F9D\u8CF4\u9019\u4E9B\u7269\u4EF6\u7684\u7269\u4EF6",
|
|
838
|
-
"
|
|
838
|
+
"Secondary confirmation": "\u518D\u6B21\u78BA\u8A8D",
|
|
839
839
|
"Perform the {{title}}": "\u57F7\u884C{{title}}",
|
|
840
840
|
"Are you sure you want to perform the {{title}} action?": "\u4F60\u78BA\u5B9A\u57F7\u884C{{title}}\u52D5\u4F5C\u55CE\uFF1F",
|
|
841
841
|
"Sign in with another account": "\u767B\u5165\u5176\u4ED6\u5E33\u865F",
|
|
842
842
|
"Return to the main application": "\u8FD4\u56DE\u4E3BApp",
|
|
843
843
|
"Permission denied": "\u6C92\u6709\u6B0A\u9650",
|
|
844
844
|
"Allow add new": "\u5141\u8A31\u65B0\u589E",
|
|
845
|
+
'The {{type}} "{{name}}" may have been deleted. Please remove this {{blockType}}.': '{{type}} "{{name}}" \u53EF\u80FD\u5DF2\u88AB\u522A\u9664\uFF0C\u8ACB\u79FB\u9664\u9019\u500B {{blockType}}\u3002',
|
|
845
846
|
"Allow selection of existing records": "\u5141\u8A31\u9078\u64C7\u5DF2\u6709\u8CC7\u6599",
|
|
846
847
|
"Home page": "\u4E3B\u9801",
|
|
847
|
-
|
|
848
|
+
Handbook: "\u4F7F\u7528\u624B\u518A",
|
|
848
849
|
License: "\u8A31\u53EF\u8B49"
|
|
849
850
|
};
|
|
@@ -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":"2024-
|
|
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":"2024-03-13T14:48:42.468Z"}
|
package/package.json
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
"displayName.zh-CN": "WEB 客户端",
|
|
5
5
|
"description": "Provides a client interface for the NocoBase server",
|
|
6
6
|
"description.zh-CN": "为 NocoBase 服务端提供客户端界面",
|
|
7
|
-
"version": "0.
|
|
7
|
+
"version": "0.20.0-alpha.10",
|
|
8
8
|
"main": "./dist/server/index.js",
|
|
9
9
|
"license": "AGPL-3.0",
|
|
10
10
|
"devDependencies": {
|
|
@@ -20,5 +20,5 @@
|
|
|
20
20
|
"@nocobase/test": "0.x",
|
|
21
21
|
"@nocobase/utils": "0.x"
|
|
22
22
|
},
|
|
23
|
-
"gitHead": "
|
|
23
|
+
"gitHead": "453e0774dae21750e96c7ddd2019c8889a0314d6"
|
|
24
24
|
}
|