@nocobase/plugin-client 0.20.0-alpha.9 → 0.21.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.
@@ -1,5 +1,5 @@
1
1
  import { Plugin } from '@nocobase/client';
2
- declare class ClientPlugin extends Plugin {
2
+ declare class PluginClient extends Plugin {
3
3
  load(): Promise<void>;
4
4
  }
5
- export default ClientPlugin;
5
+ export default PluginClient;
@@ -1,6 +1,6 @@
1
1
  module.exports = {
2
- "@nocobase/client": "0.20.0-alpha.9",
3
- "@nocobase/utils": "0.20.0-alpha.9",
4
- "@nocobase/server": "0.20.0-alpha.9",
5
- "@nocobase/database": "0.20.0-alpha.9"
2
+ "@nocobase/client": "0.21.0-alpha.10",
3
+ "@nocobase/utils": "0.21.0-alpha.10",
4
+ "@nocobase/server": "0.21.0-alpha.10",
5
+ "@nocobase/database": "0.21.0-alpha.10"
6
6
  };
@@ -53,6 +53,9 @@ module.exports = {
53
53
  "Insert right": "Insert right",
54
54
  "Insert inner": "Insert inner",
55
55
  Delete: "Delete",
56
+ Disassociate: "Disassociate",
57
+ "Disassociate record": "Disassociate record",
58
+ "Are you sure you want to disassociate it?": "Are you sure you want to disassociate it?",
56
59
  "UI editor": "UI editor",
57
60
  Collection: "Collection",
58
61
  "Collection selector": "Collection selector",
@@ -104,6 +107,10 @@ module.exports = {
104
107
  Submit: "Submit",
105
108
  Close: "Close",
106
109
  "Set the data scope": "Set the data scope",
110
+ "Set data loading mode": "Set data loading mode",
111
+ "Automatically load data": "Automatically load data",
112
+ "Load data after filtering": "Load data after filtering",
113
+ "Data loading mode": "Data loading mode",
107
114
  "Data blocks": "Data blocks",
108
115
  "Filter blocks": "Filter blocks",
109
116
  Table: "Table",
@@ -354,6 +361,10 @@ module.exports = {
354
361
  "Add tab": "Add tab",
355
362
  "Disable tabs": "Disable tabs",
356
363
  Details: "Details",
364
+ "Edit form": "Edit form",
365
+ "Create form": "Create form",
366
+ "Form (Edit)": "Form (Edit)",
367
+ "Form (Add new)": "Form (Add new)",
357
368
  "Edit tab": "Edit tab",
358
369
  "Relationship blocks": "Relationship blocks",
359
370
  "Select record": "Select record",
@@ -485,9 +496,11 @@ module.exports = {
485
496
  "edit title": "edit title",
486
497
  "Turn pages": "Turn pages",
487
498
  Others: "Others",
499
+ "Other records": "Other records",
488
500
  "Save as template": "Save as template",
489
501
  "Save as block template": "Save as block template",
490
502
  "Block templates": "Block templates",
503
+ "Block template": "Block template",
491
504
  "Convert reference to duplicate": "Convert reference to duplicate",
492
505
  "Template name": "Template name",
493
506
  "Block type": "Block type",
@@ -615,6 +628,8 @@ module.exports = {
615
628
  "Current user": "Current user",
616
629
  "Current role": "Current role",
617
630
  "Current record": "Current record",
631
+ "Current popup record": "Current popup record",
632
+ "Associated records": "Associated records",
618
633
  "Parent record": "Parent record",
619
634
  "Current time": "Current time",
620
635
  "System variables": "System variables",
@@ -788,6 +803,7 @@ module.exports = {
788
803
  loading: "loading",
789
804
  "name is required": "name is required",
790
805
  "data source": "data source",
806
+ "Data source": "Data source",
791
807
  DataSource: "DataSource",
792
808
  'The {{type}} "{{name}}" may have been deleted. Please remove this {{blockType}}.': 'The {{type}} "{{name}}" may have been deleted. Please remove this {{blockType}}.',
793
809
  "Preset fields": "Preset fields",
@@ -52,6 +52,9 @@ module.exports = {
52
52
  "Insert right": "Insertar a la derecha",
53
53
  "Insert inner": "Insertar al interior",
54
54
  Delete: "Borrar",
55
+ Disassociate: "Desasociar",
56
+ "Disassociate record": "Desasociar registro",
57
+ "Are you sure you want to disassociate it?": "\xBFSeguro que quieres desasociarlo?",
55
58
  "UI editor": "IU editor",
56
59
  Collection: "Colecci\xF3n",
57
60
  "Collections & Fields": "Colecci\xF3n & Campos",
@@ -99,6 +102,10 @@ module.exports = {
99
102
  Submit: "Enviar",
100
103
  Close: "Cerrar",
101
104
  "Set the data scope": "Establecer el \xE1mbito de los datos",
105
+ "Data loading mode": "Modo de carga de datos",
106
+ "Set data loading mode": "Establecer el modo de carga de datos",
107
+ "Automatically load data": "Cargar datos",
108
+ "Load data after filtering": "Cargar datos despu\xE9s de filtrar",
102
109
  "Data blocks": "Bloques de datos",
103
110
  "Filter blocks": "Bloques de filtro",
104
111
  Table: "Tabla",
@@ -327,6 +334,10 @@ module.exports = {
327
334
  "Add tab": "A\xF1adir pesta\xF1a",
328
335
  "Disable tabs": "Desactivar pesta\xF1as",
329
336
  Details: "Detalles",
337
+ "Edit form": "Editar formulario",
338
+ "Create form": "Crear formulario",
339
+ "Form (Edit)": "Formulario (Editar)",
340
+ "Form (Add new)": "Formulario (A\xF1adir nuevo)",
330
341
  "Edit tab": "Editar pesta\xF1a",
331
342
  "Relationship blocks": "Bloques de relaci\xF3n",
332
343
  "Select record": "Seleccionar registro",
@@ -456,9 +467,11 @@ module.exports = {
456
467
  "edit title": "Editar t\xEDtulo",
457
468
  "Turn pages": "Pasar p\xE1ginas",
458
469
  Others: "Otros",
470
+ "Other records": "Otros registros",
459
471
  "Save as template": "Guardar como plantilla",
460
472
  "Save as block template": "Guardar como plantilla de bloque",
461
473
  "Block templates": "Bloquear plantillas",
474
+ "Block template": "Plantilla de bloque",
462
475
  "Convert reference to duplicate": "Convertir referencia a duplicado",
463
476
  "Template name": "Nombre de plantilla",
464
477
  "Block type": "Tipo de bloque",
@@ -604,6 +617,8 @@ module.exports = {
604
617
  "Current user": "Usuario actual",
605
618
  "Current role": "Rol actual",
606
619
  "Current record": "Registro actual",
620
+ "Current popup record": "Registro actual del popup",
621
+ "Associated records": "Registros asociados",
607
622
  "Parent record": "Registro padre",
608
623
  "Current time": "Hora actual",
609
624
  "System variables": "Variables del sistema",
@@ -736,6 +751,7 @@ module.exports = {
736
751
  "name is required": "el nombre es obligatorio",
737
752
  'The {{type}} "{{name}}" may have been deleted. Please remove this {{blockType}}.': 'El {{type}} "{{name}}" puede haber sido eliminado. Por favor, elimine este {{blockType}}.',
738
753
  "data source": "fuente de datos",
754
+ "Data source": "fuente de datos",
739
755
  DataSource: "Fuente de datos",
740
756
  "Home page": "P\xE1gina de inicio",
741
757
  Handbook: "Manual de usuario",
@@ -52,6 +52,9 @@ module.exports = {
52
52
  "Insert right": "Ins\xE9rer \xE0 droite",
53
53
  "Insert inner": "Ins\xE9rer \xE0 l'int\xE9rieur",
54
54
  Delete: "Supprimer",
55
+ Disassociate: "Dissocier",
56
+ "Disassociate record": "Dissocier l'enregistrement",
57
+ "Are you sure you want to disassociate it?": "\xCAtes-vous s\xFBr de vouloir le dissocier ?",
55
58
  "UI editor": "\xC9diteur d'interface utilisateur",
56
59
  Collection: "Collection",
57
60
  "Collections & Fields": "Collections et champs",
@@ -99,6 +102,10 @@ module.exports = {
99
102
  Submit: "Envoyer",
100
103
  Close: "Fermer",
101
104
  "Set the data scope": "D\xE9finir la port\xE9e des donn\xE9es",
105
+ "Data loading mode": "Mode de chargement des donn\xE9es",
106
+ "Set data loading mode": "D\xE9finir le mode de chargement des donn\xE9es",
107
+ "Automatically load data": "Charger automatiquement les donn\xE9es",
108
+ "Load data after filtering": "Charger les donn\xE9es apr\xE8s filtrage",
102
109
  "Data blocks": "Blocs de donn\xE9es",
103
110
  "Filter blocks": "Blocs de filtre",
104
111
  Table: "Tableau",
@@ -342,6 +349,10 @@ module.exports = {
342
349
  "Add tab": "Ajouter un onglet",
343
350
  "Disable tabs": "D\xE9sactiver les onglets",
344
351
  Details: "D\xE9tails",
352
+ "Edit form": "Modifier le formulaire",
353
+ "Create form": "Cr\xE9er un formulaire",
354
+ "Form (Edit)": "Formulaire (Modifier)",
355
+ "Form (Add new)": "Formulaire (Ajouter nouveau)",
345
356
  "Edit tab": "Modifier l'onglet",
346
357
  "Relationship blocks": "Blocs de relations",
347
358
  "Select record": "S\xE9lectionner un enregistrement",
@@ -471,9 +482,11 @@ module.exports = {
471
482
  "edit title": "modifier le titre",
472
483
  "Turn pages": "Tourner les pages",
473
484
  Others: "Autres",
485
+ "Other records": "Autres enregistrements",
474
486
  "Save as template": "Enregistrer en tant que mod\xE8le",
475
487
  "Save as block template": "Enregistrer en tant que mod\xE8le de bloc",
476
488
  "Block templates": "Mod\xE8les de bloc",
489
+ "Block template": "Mod\xE8le de bloc",
477
490
  "Convert reference to duplicate": "Convertir la r\xE9f\xE9rence en doublon",
478
491
  "Template name": "Nom du mod\xE8le",
479
492
  "Block type": "Type de bloc",
@@ -601,6 +614,8 @@ module.exports = {
601
614
  "Current user": "Utilisateur actuel",
602
615
  "Current role": "R\xF4le actuel",
603
616
  "Current record": "Enregistrement actuel",
617
+ "Current popup record": "Enregistrement popup actuel",
618
+ "Associated records": "Enregistrements associ\xE9s",
604
619
  "Parent record": "Enregistrement parent",
605
620
  "Current time": "Heure actuelle",
606
621
  "System variables": "Variables syst\xE8me",
@@ -754,6 +769,7 @@ module.exports = {
754
769
  loading: "chargement",
755
770
  "name is required": "le nom est requis",
756
771
  "data source": "source de donn\xE9es",
772
+ "Data source": "source de donn\xE9es",
757
773
  '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
774
  DataSource: "Source de donn\xE9es",
759
775
  "Allow selection of existing records": "Permet de s\xE9lectionner des donn\xE9es existantes",
@@ -52,6 +52,9 @@ module.exports = {
52
52
  "Insert right": "\u53F3\u306B\u633F\u5165",
53
53
  "Insert inner": "\u4E2D\u306B\u633F\u5165",
54
54
  Delete: "\u524A\u9664",
55
+ Disassociate: "\u95A2\u9023\u4ED8\u3051\u3092\u89E3\u9664",
56
+ "Disassociate record": "\u30EC\u30B3\u30FC\u30C9\u306E\u95A2\u9023\u4ED8\u3051\u3092\u89E3\u9664",
57
+ "Are you sure you want to disassociate it?": "\u672C\u5F53\u306B\u95A2\u9023\u4ED8\u3051\u3092\u89E3\u9664\u3057\u307E\u3059\u304B\uFF1F",
55
58
  "UI editor": "UI \u30A8\u30C7\u30A3\u30BF",
56
59
  Collection: "\u30B3\u30EC\u30AF\u30B7\u30E7\u30F3",
57
60
  "Enable child collections": "\u542F\u7528\u5B50\u8868",
@@ -102,6 +105,10 @@ module.exports = {
102
105
  Submit: "\u9001\u4FE1",
103
106
  Close: "\u9589\u3058\u308B",
104
107
  "Set the data scope": "\u30C7\u30FC\u30BF\u7BC4\u56F2\u306E\u8A2D\u5B9A",
108
+ "Data loading mode": "\u30C7\u30FC\u30BF\u8AAD\u307F\u8FBC\u307F\u30E2\u30FC\u30C9",
109
+ "Set data loading mode": "\u30C7\u30FC\u30BF\u8AAD\u307F\u8FBC\u307F\u30E2\u30FC\u30C9\u306E\u8A2D\u5B9A",
110
+ "Automatically load data": "\u30C7\u30FC\u30BF\u3092\u81EA\u52D5\u7684\u306B\u8AAD\u307F\u8FBC\u3080",
111
+ "Load data after filtering": "\u30D5\u30A3\u30EB\u30BF\u30EA\u30F3\u30B0\u5F8C\u306B\u30C7\u30FC\u30BF\u3092\u8AAD\u307F\u8FBC\u3080",
105
112
  "Data blocks": "\u30C7\u30FC\u30BF\u30D6\u30ED\u30C3\u30AF",
106
113
  "Filter blocks": "\u30D5\u30A3\u30EB\u30BF\u30FC\u30D6\u30ED\u30C3\u30AF",
107
114
  "Table OID(Inheritance)": "\u30C7\u30FC\u30BF\u30C6\u30FC\u30D6\u30EBOID(\u7D99\u627F)",
@@ -289,6 +296,10 @@ module.exports = {
289
296
  "Add tab": "\u30BF\u30D6\u3092\u8FFD\u52A0",
290
297
  "Disable tabs": "\u30BF\u30D6\u3092\u7121\u52B9\u306B\u3059\u308B",
291
298
  Details: "\u8A73\u7D30",
299
+ "Edit form": "\u30D5\u30A9\u30FC\u30E0\u3092\u7DE8\u96C6",
300
+ "Create form": "\u30D5\u30A9\u30FC\u30E0\u3092\u4F5C\u6210",
301
+ "Form (Edit)": "\u30D5\u30A9\u30FC\u30E0 (\u7DE8\u96C6)",
302
+ "Form (Add new)": "\u30D5\u30A9\u30FC\u30E0 (\u65B0\u898F\u8FFD\u52A0)",
292
303
  "Edit tab": "\u30BF\u30D6\u3092\u7DE8\u96C6",
293
304
  "Relationship blocks": "\u95A2\u9023\u4ED8\u3051\u3055\u308C\u305F\u30D6\u30ED\u30C3\u30AF",
294
305
  "Select record": "\u30EC\u30B3\u30FC\u30C9\u3092\u9078\u629E",
@@ -382,10 +393,12 @@ module.exports = {
382
393
  "Add card": "\u30AB\u30FC\u30C9\u3092\u8FFD\u52A0",
383
394
  "edit title": "\u30BF\u30A4\u30C8\u30EB\u3092\u7DE8\u96C6",
384
395
  "Turn pages": "\u30DA\u30FC\u30B8\u3092\u3081\u304F\u308B",
385
- Others: "Others",
396
+ Others: "\u305D\u306E\u4ED6",
397
+ "Other records": "\u4ED6\u306E\u30EC\u30B3\u30FC\u30C9",
386
398
  "Save as template": "\u30C6\u30F3\u30D7\u30EC\u30FC\u30C8\u3068\u3057\u3066\u4FDD\u5B58",
387
399
  "Save as block template": "\u30D6\u30ED\u30C3\u30AF\u30C6\u30F3\u30D7\u30EC\u30FC\u30C8\u3068\u3057\u3066\u4FDD\u5B58",
388
400
  "Block templates": "\u30D6\u30ED\u30C3\u30AF\u30C6\u30F3\u30D7\u30EC\u30FC\u30C8",
401
+ "Block template": "\u30D6\u30ED\u30C3\u30AF\u30C6\u30F3\u30D7\u30EC\u30FC\u30C8",
389
402
  "Convert reference to duplicate": "\u53C2\u7167\u3092\u8907\u88FD\u306B\u5909\u63DB",
390
403
  "Template name": "\u30C6\u30F3\u30D7\u30EC\u30FC\u30C8\u540D",
391
404
  "Block type": "\u30D6\u30ED\u30C3\u30AF\u30BF\u30A4\u30D7",
@@ -504,6 +517,8 @@ module.exports = {
504
517
  "Current user": "\u73FE\u5728\u306E\u30E6\u30FC\u30B6\u30FC",
505
518
  "Current role": "\u73FE\u5728\u306E\u5F79\u5272",
506
519
  "Current record": "\u73FE\u5728\u306E\u30EC\u30B3\u30FC\u30C9",
520
+ "Current popup record": "\u73FE\u5728\u306E\u30DD\u30C3\u30D7\u30A2\u30C3\u30D7\u30EC\u30B3\u30FC\u30C9",
521
+ "Associated records": "\u95A2\u9023\u4ED8\u3051\u3089\u308C\u305F\u30EC\u30B3\u30FC\u30C9",
507
522
  "Popup close method": "\u30DD\u30C3\u30D7\u30A2\u30C3\u30D7\u3092\u9589\u3058\u308B\u65B9\u6CD5",
508
523
  "Automatic close": "\u81EA\u52D5\u3067\u9589\u3058\u308B",
509
524
  "Manually close": "\u624B\u52D5\u3067\u9589\u3058\u308B",
@@ -674,8 +689,9 @@ module.exports = {
674
689
  loading: "\u30ED\u30FC\u30C9\u4E2D",
675
690
  "name is required": "\u540D\u524D\u306F\u5FC5\u9808\u3067\u3059",
676
691
  "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',
692
+ "Data source": "\u30C7\u30FC\u30BF\u30BD\u30FC\u30B9",
678
693
  DataSource: "\u30C7\u30FC\u30BF\u30BD\u30FC\u30B9",
694
+ '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',
679
695
  "Home page": "\u30DB\u30FC\u30E0\u30DA\u30FC\u30B8",
680
696
  Handbook: "\u30E6\u30FC\u30B6\u30FC\u30DE\u30CB\u30E5\u30A2\u30EB",
681
697
  License: "\u30E9\u30A4\u30BB\u30F3\u30B9"
@@ -60,6 +60,9 @@ module.exports = {
60
60
  "Insert right": "\uC624\uB978\uCABD\uC5D0 \uC0BD\uC785",
61
61
  "Insert inner": "\uB0B4\uBD80\uC5D0 \uC0BD\uC785",
62
62
  Delete: "\uC0AD\uC81C",
63
+ Disassociate: "\uC5F0\uACB0 \uD574\uC81C",
64
+ "Disassociate record": "\uB808\uCF54\uB4DC \uC5F0\uACB0 \uD574\uC81C",
65
+ "Are you sure you want to disassociate it?": "\uC815\uB9D0\uB85C \uC5F0\uACB0\uC744 \uD574\uC81C\uD558\uC2DC\uACA0\uC2B5\uB2C8\uAE4C?",
63
66
  "UI editor": "UI \uD3B8\uC9D1\uAE30",
64
67
  Collection: "\uCEEC\uB809\uC158",
65
68
  "Collection selector": "\uCEEC\uB809\uC158 \uC120\uD0DD\uAE30",
@@ -122,6 +125,10 @@ module.exports = {
122
125
  Submit: "\uC81C\uCD9C",
123
126
  Close: "\uB2EB\uAE30",
124
127
  "Set the data scope": "\uB370\uC774\uD130 \uBC94\uC704 \uC124\uC815",
128
+ "Data loading mode": "\uB370\uC774\uD130 \uB85C\uB4DC \uBAA8\uB4DC",
129
+ "Set data loading mode": "\uB370\uC774\uD130 \uB85C\uB4DC \uBAA8\uB4DC \uC124\uC815",
130
+ "Automatically load data": "\uB370\uC774\uD130 \uC790\uB3D9 \uB85C\uB4DC",
131
+ "Load data after filtering": "\uD544\uD130\uB9C1 \uD6C4 \uB370\uC774\uD130 \uB85C\uB4DC",
125
132
  Block: "\uBE14\uB85D",
126
133
  "Data blocks": "\uB370\uC774\uD130 \uBE14\uB85D",
127
134
  "Filter blocks": "\uD544\uD130 \uBE14\uB85D",
@@ -374,6 +381,10 @@ module.exports = {
374
381
  "Add tab": "\uD0ED \uCD94\uAC00",
375
382
  "Disable tabs": "\uD0ED \uBE44\uD65C\uC131\uD654",
376
383
  Details: "\uC138\uBD80 \uC815\uBCF4",
384
+ "Edit form": "\uD3FC \uD3B8\uC9D1",
385
+ "Create form": "\uD3FC \uC0DD\uC131",
386
+ "Form (Edit)": "\uD3FC (\uD3B8\uC9D1)",
387
+ "Form (Add new)": "\uD3FC (\uC0C8\uB85C \uCD94\uAC00)",
377
388
  "Edit tab": "\uD0ED \uD3B8\uC9D1",
378
389
  "Relationship blocks": "\uAD00\uACC4 \uB370\uC774\uD130 \uBE14\uB85D",
379
390
  "Select record": "\uB808\uCF54\uB4DC \uC120\uD0DD",
@@ -503,9 +514,11 @@ module.exports = {
503
514
  "edit title": "\uC81C\uBAA9 \uC218\uC815",
504
515
  "Turn pages": "\uD398\uC774\uC9C0 \uB118\uAE40",
505
516
  Others: "\uAE30\uD0C0",
517
+ "Other records": "\uAE30\uD0C0 \uB808\uCF54\uB4DC",
506
518
  "Save as template": "\uD15C\uD50C\uB9BF\uC73C\uB85C \uC800\uC7A5",
507
519
  "Save as block template": "\uBE14\uB85D \uD15C\uD50C\uB9BF\uC73C\uB85C \uC800\uC7A5",
508
520
  "Block templates": "\uBE14\uB85D \uD15C\uD50C\uB9BF",
521
+ "Block template": "\uBE14\uB85D \uD15C\uD50C\uB9BF",
509
522
  "Convert reference to duplicate": "\uCC38\uC870\uB97C \uBCF5\uC81C\uB85C \uBCC0\uD658",
510
523
  "Template name": "\uD15C\uD50C\uB9BF \uC774\uB984",
511
524
  "Block type": "\uBE14\uB85D \uD0C0\uC785",
@@ -629,6 +642,8 @@ module.exports = {
629
642
  "Current user": "\uD604\uC7AC \uC0AC\uC6A9\uC790",
630
643
  "Current role": "\uD604\uC7AC \uC5ED\uD560",
631
644
  "Current record": "\uD604\uC7AC \uB808\uCF54\uB4DC",
645
+ "Current popup record": "\uD604\uC7AC \uD31D\uC5C5 \uB808\uCF54\uB4DC",
646
+ "Associated records": "\uAD00\uB828 \uB808\uCF54\uB4DC",
632
647
  "Parent record": "\uC0C1\uC704 \uB808\uCF54\uB4DC",
633
648
  "Current time": "\uD604\uC7AC \uC2DC\uAC04",
634
649
  Now: "\uC9C0\uAE08",
@@ -846,8 +861,9 @@ module.exports = {
846
861
  loading: "\uB85C\uB4DC \uC911",
847
862
  "name is required": "\uC774\uB984\uC740 \uD544\uC218\uC785\uB2C8\uB2E4",
848
863
  "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.',
864
+ "Data source": "\uB370\uC774\uD130 \uC18C\uC2A4",
850
865
  DataSource: "\uB370\uC774\uD130 \uC18C\uC2A4",
866
+ '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.',
851
867
  "Home page": "\uD648\uD398\uC774\uC9C0",
852
868
  Handbook: "\uC0AC\uC6A9\uC790 \uB9E4\uB274\uC5BC",
853
869
  License: "\uB77C\uC774\uC120\uC2A4"
@@ -32,6 +32,9 @@ module.exports = {
32
32
  "Insert right": "Inserir \xE0 direita",
33
33
  "Insert inner": "Inserir interno",
34
34
  Delete: "Excluir",
35
+ Disassociate: "Desassociar",
36
+ "Disassociate record": "Desassociar registro",
37
+ "Are you sure you want to disassociate it?": "Tem certeza de que deseja desassoci\xE1-lo?",
35
38
  "UI editor": "Editor de UI",
36
39
  Collection: "Cole\xE7\xE3o",
37
40
  "Collections & Fields": "Cole\xE7\xF5es e campos",
@@ -73,6 +76,10 @@ module.exports = {
73
76
  Submit: "Enviar",
74
77
  Close: "Fechar",
75
78
  "Set the data scope": "Definir o escopo de dados",
79
+ "Data loading mode": "Modo de carregamento de dados",
80
+ "Set data loading mode": "Definir modo de carregamento de dados",
81
+ "Automatically load data": "Carregar dados automaticamente",
82
+ "Load data after filtering": "Carregar dados ap\xF3s filtragem",
76
83
  "Data blocks": "Blocos de dados",
77
84
  "Filter blocks": "Blocos de filtro",
78
85
  Table: "Tabela",
@@ -291,6 +298,10 @@ module.exports = {
291
298
  "Add tab": "Adicionar guia",
292
299
  "Disable tabs": "Desativar guias",
293
300
  Details: "Detalhes",
301
+ "Edit form": "Editar formul\xE1rio",
302
+ "Create form": "Criar formul\xE1rio",
303
+ "Form (Edit)": "Formul\xE1rio (Editar)",
304
+ "Form (Add new)": "Formul\xE1rio (Adicionar novo)",
294
305
  "Edit tab": "Editar guia",
295
306
  "Relationship blocks": "Blocos de relacionamento",
296
307
  "Select record": "Selecionar registro",
@@ -419,9 +430,11 @@ module.exports = {
419
430
  "edit title": "editar t\xEDtulo",
420
431
  "Turn pages": "Virar p\xE1ginas",
421
432
  Others: "Outros",
433
+ "Other records": "Outros registros",
422
434
  "Save as template": "Salvar como modelo",
423
435
  "Save as block template": "Salvar como modelo de bloco",
424
436
  "Block templates": "Modelos de bloco",
437
+ "Block template": "Modelo de bloco",
425
438
  "Convert reference to duplicate": "Converter refer\xEAncia em duplicado",
426
439
  "Template name": "Nome do modelo",
427
440
  "Block type": "Tipo de bloco",
@@ -714,8 +727,9 @@ module.exports = {
714
727
  loading: "carregando",
715
728
  "name is required": "nome \xE9 obrigat\xF3rio",
716
729
  "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}}.',
730
+ "Data source": "fonte de dados",
718
731
  DataSource: "Fonte de dados",
732
+ 'The {{type}} "{{name}}" may have been deleted. Please remove this {{blockType}}.': 'O {{type}} "{{name}}" pode ter sido exclu\xEDdo. Por favor, remova este {{blockType}}.',
719
733
  "Allow selection of existing records": "Permitir a selec\xE7\xE3o dos registos existentes",
720
734
  "Home page": "P\xE1gina inicial",
721
735
  Handbook: "Manual do usu\xE1rio",
@@ -52,6 +52,9 @@ module.exports = {
52
52
  "Insert right": "\u0412\u0441\u0442\u0430\u0432\u0438\u0442\u044C \u0441\u043F\u0440\u0430\u0432\u0430",
53
53
  "Insert inner": "\u0412\u0441\u0442\u0430\u0432\u0438\u0442\u044C \u0432\u043D\u0443\u0442\u0440\u044C",
54
54
  Delete: "\u0423\u0434\u0430\u043B\u0438\u0442\u044C",
55
+ Disassociate: "\u0420\u0430\u0437\u044A\u0435\u0434\u0438\u043D\u0438\u0442\u044C",
56
+ "Disassociate record": "\u0420\u0430\u0437\u044A\u0435\u0434\u0438\u043D\u0438\u0442\u044C \u0437\u0430\u043F\u0438\u0441\u044C",
57
+ "Are you sure you want to disassociate it?": "\u0412\u044B \u0443\u0432\u0435\u0440\u0435\u043D\u044B, \u0447\u0442\u043E \u0445\u043E\u0442\u0438\u0442\u0435 \u0440\u0430\u0437\u044A\u0435\u0434\u0438\u043D\u0438\u0442\u044C \u044D\u0442\u043E?",
55
58
  "UI editor": "UI \u0440\u0435\u0434\u0430\u043A\u0442\u043E\u0440",
56
59
  Collection: "\u041A\u043E\u043B\u043B\u0435\u043A\u0446\u0438\u044F",
57
60
  "Collections & Fields": "\u041A\u043E\u043B\u043B\u0435\u043A\u0446\u0438\u0438 & \u041F\u043E\u043B\u044F",
@@ -69,6 +72,10 @@ module.exports = {
69
72
  Submit: "\u041E\u0442\u043F\u0440\u0430\u0432\u0438\u0442\u044C",
70
73
  Close: "\u0417\u0430\u043A\u0440\u044B\u0442\u044C",
71
74
  "Set the data scope": "\u0423\u0441\u0442\u0430\u043D\u043E\u0432\u0438\u0442\u044C \u043E\u0431\u043B\u0430\u0441\u0442\u044C \u0434\u0430\u043D\u043D\u044B\u0445",
75
+ "Data loading mode": "\u0420\u0435\u0436\u0438\u043C \u0437\u0430\u0433\u0440\u0443\u0437\u043A\u0438 \u0434\u0430\u043D\u043D\u044B\u0445",
76
+ "Set data loading mode": "\u0423\u0441\u0442\u0430\u043D\u043E\u0432\u0438\u0442\u044C \u0440\u0435\u0436\u0438\u043C \u0437\u0430\u0433\u0440\u0443\u0437\u043A\u0438 \u0434\u0430\u043D\u043D\u044B\u0445",
77
+ "Automatically load data": "\u0410\u0432\u0442\u043E\u043C\u0430\u0442\u0438\u0447\u0435\u0441\u043A\u0438 \u0437\u0430\u0433\u0440\u0443\u0436\u0430\u0442\u044C \u0434\u0430\u043D\u043D\u044B\u0435",
78
+ "Load data after filtering": "\u0417\u0430\u0433\u0440\u0443\u0436\u0430\u0442\u044C \u0434\u0430\u043D\u043D\u044B\u0435 \u043F\u043E\u0441\u043B\u0435 \u0444\u0438\u043B\u044C\u0442\u0440\u0430\u0446\u0438\u0438",
72
79
  "Data blocks": "\u0411\u043B\u043E\u043A\u0438 \u0434\u0430\u043D\u043D\u044B\u0445",
73
80
  "Filter blocks": "\u041F\u0440\u043E\u0441\u0435\u0438\u0432\u0430\u044E\u0449\u0438\u0435 \u0431\u043B\u043E\u043A\u0438",
74
81
  Table: "\u0422\u0430\u0431\u043B\u0438\u0446\u0430",
@@ -229,6 +236,10 @@ module.exports = {
229
236
  "Add tab": "\u0414\u043E\u0431\u0430\u0432\u0438\u0442\u044C \u0432\u043A\u043B\u0430\u0434\u043A\u0443",
230
237
  "Disable tabs": "\u0417\u0430\u043F\u0440\u0435\u0442\u0438\u0442\u044C \u0432\u043A\u043B\u0430\u0434\u043A\u0438",
231
238
  Details: "\u041F\u043E\u0434\u0440\u043E\u0431\u043D\u043E\u0441\u0442\u0438",
239
+ "Edit form": "\u0418\u0437\u043C\u0435\u043D\u0438\u0442\u044C \u0444\u043E\u0440\u043C\u0443",
240
+ "Create form": "\u0421\u043E\u0437\u0434\u0430\u0442\u044C \u0444\u043E\u0440\u043C\u0443",
241
+ "Form (Edit)": "\u0424\u043E\u0440\u043C\u0430 (\u0418\u0437\u043C\u0435\u043D\u0438\u0442\u044C)",
242
+ "Form (Add new)": "\u0424\u043E\u0440\u043C\u0430 (\u0414\u043E\u0431\u0430\u0432\u0438\u0442\u044C \u043D\u043E\u0432\u044B\u0439)",
232
243
  "Edit tab": "\u0418\u0437\u043C\u0435\u043D\u0438\u0442\u044C \u0432\u043A\u043B\u0430\u0434\u043A\u0443",
233
244
  "Relationship blocks": "\u0411\u043B\u043E\u043A\u0438 \u043E\u0442\u043D\u043E\u0448\u0435\u043D\u0438\u0439",
234
245
  "Select record": "\u0412\u044B\u0431\u0440\u0430\u0442\u044C \u0437\u0430\u043F\u0438\u0441\u044C",
@@ -323,9 +334,10 @@ module.exports = {
323
334
  "edit title": "\u0438\u0437\u043C\u0435\u043D\u0438\u0442\u044C \u0437\u0430\u0433\u043E\u043B\u043E\u0432\u043E\u043A",
324
335
  "Turn pages": "\u041F\u0435\u0440\u0435\u043B\u0438\u0441\u0442\u044B\u0432\u0430\u0442\u044C \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B",
325
336
  Others: "\u0414\u0440\u0443\u0433\u0438\u0435",
337
+ "Other records": "\u0414\u0440\u0443\u0433\u0438\u0435 \u0437\u0430\u043F\u0438\u0441\u0438",
326
338
  "Save as template": "\u0421\u043E\u0445\u0440\u0430\u043D\u0438\u0442\u044C \u043A\u0430\u043A \u0448\u0430\u0431\u043B\u043E\u043D",
327
339
  "Save as block template": "\u0421\u043E\u0445\u0440\u0430\u043D\u0438\u0442\u044C \u043A\u0430\u043A \u0448\u0430\u0431\u043B\u043E\u043D \u0411\u043B\u043E\u043A\u0430",
328
- "Block templates": "\u0428\u0430\u0431\u043B\u043E\u043D\u044B \u0411\u043B\u043E\u043A\u0430",
340
+ "Block templates": "\u0428\u0430\u0431\u043B\u043E\u043D\u044B \u0431\u043B\u043E\u043A\u043E\u0432",
329
341
  "Convert reference to duplicate": "\u041F\u0440\u0435\u043E\u0431\u0440\u0430\u0437\u043E\u0432\u0430\u0442\u044C \u0441\u0441\u044B\u043B\u043A\u0443 \u0432 \u0434\u0443\u0431\u043B\u0438\u043A\u0430\u0442",
330
342
  "Template name": "\u0418\u043C\u044F \u0428\u0430\u0431\u043B\u043E\u043D\u0430",
331
343
  "Block type": "\u0422\u0438\u043F \u0411\u043B\u043E\u043A\u0430",
@@ -440,6 +452,8 @@ module.exports = {
440
452
  "Current user": "\u0422\u0435\u043A\u0443\u0449\u0438\u0439 \u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u0435\u043B\u044C",
441
453
  "Current role": "\u0422\u0435\u043A\u0443\u0449\u0430\u044F \u0440\u043E\u043B\u044C",
442
454
  "Current record": "\u0422\u0435\u043A\u0443\u0449\u0430\u044F \u0437\u0430\u043F\u0438\u0441\u044C",
455
+ "Current popup record": "\u0422\u0435\u043A\u0443\u0449\u0430\u044F \u0437\u0430\u043F\u0438\u0441\u044C \u0432\u0441\u043F\u043B\u044B\u0432\u0430\u044E\u0449\u0435\u0433\u043E \u043E\u043A\u043D\u0430",
456
+ "Associated records": "\u0421\u0432\u044F\u0437\u0430\u043D\u043D\u044B\u0435 \u0437\u0430\u043F\u0438\u0441\u0438",
443
457
  "Parent record": "\u0420\u043E\u0434\u0438\u0442\u0435\u043B\u044C\u0441\u043A\u0430\u044F \u0437\u0430\u043F\u0438\u0441\u044C",
444
458
  "Popup close method": "\u041C\u0435\u0442\u043E\u0434 \u0437\u0430\u043A\u0440\u044B\u0442\u0438\u044F \u0432\u0441\u043F\u043B\u044B\u0432\u0430\u044E\u0449\u0435\u0433\u043E \u043E\u043A\u043D\u0430",
445
459
  "Automatic close": "\u0410\u0432\u0442\u043E\u043C\u0430\u0442\u0438\u0447\u0435\u0441\u043A\u043E\u0435 \u0437\u0430\u043A\u0440\u044B\u0442\u0438\u0435",
@@ -550,6 +564,7 @@ module.exports = {
550
564
  loading: "\u0437\u0430\u0433\u0440\u0443\u0437\u043A\u0430",
551
565
  "name is required": "\u0438\u043C\u044F \u043E\u0431\u044F\u0437\u0430\u0442\u0435\u043B\u044C\u043D\u043E",
552
566
  "data source": "\u0438\u0441\u0442\u043E\u0447\u043D\u0438\u043A \u0434\u0430\u043D\u043D\u044B\u0445",
567
+ "Data source": "\u0438\u0441\u0442\u043E\u0447\u043D\u0438\u043A \u0434\u0430\u043D\u043D\u044B\u0445",
553
568
  '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
569
  DataSource: "\u0418\u0441\u0442\u043E\u0447\u043D\u0438\u043A \u0434\u0430\u043D\u043D\u044B\u0445",
555
570
  "Home page": "\u0414\u043E\u043C\u0430\u0448\u043D\u044F\u044F \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0430",
@@ -52,6 +52,9 @@ module.exports = {
52
52
  "Insert right": "Sa\u011Fa yerle\u015Ftir",
53
53
  "Insert inner": "\u0130\xE7ine yerle\u015Ftir",
54
54
  Delete: "Sil",
55
+ Disassociate: "Ba\u011Flant\u0131y\u0131 kes",
56
+ "Disassociate record": "Kayd\u0131 ba\u011Flant\u0131y\u0131 kes",
57
+ "Are you sure you want to disassociate it?": "Ba\u011Flant\u0131y\u0131 kesmek istedi\u011Finizden emin misiniz?",
55
58
  "UI editor": "UI editor",
56
59
  Collection: "Koleksiyonlar",
57
60
  "Collections & Fields": "Koleksiyonlar & Alanlar",
@@ -69,6 +72,10 @@ module.exports = {
69
72
  Submit: "G\xF6nder",
70
73
  Close: "Kapat",
71
74
  "Set the data scope": "Veri kapsam\u0131n\u0131 ayarla",
75
+ "Data loading mode": "Veri y\xFCkleme modu",
76
+ "Set data loading mode": "Veri y\xFCkleme modunu ayarla",
77
+ "Automatically load data": "Veriyi otomatik y\xFCkle",
78
+ "Load data after filtering": "Filtrelemeden sonra veriyi y\xFCkle",
72
79
  "Data blocks": "Veri Bloklar\u0131",
73
80
  "Filter blocks": "Filtre bloklar\u0131",
74
81
  Table: "Tablo",
@@ -229,6 +236,10 @@ module.exports = {
229
236
  "Add tab": "Sekme ekle",
230
237
  "Disable tabs": "Sekmeleri pasifle\u015Ftir",
231
238
  Details: "Detaylar",
239
+ "Edit form": "Formu d\xFCzenle",
240
+ "Create form": "Form olu\u015Ftur",
241
+ "Form (Edit)": "Form (D\xFCzenle)",
242
+ "Form (Add new)": "Form (Yeni ekle)",
232
243
  "Edit tab": "Sekme d\xFCzenle",
233
244
  "Relationship blocks": "\u0130li\u015Fki bloklar\u0131",
234
245
  "Select record": "Kay\u0131t se\xE7",
@@ -322,9 +333,11 @@ module.exports = {
322
333
  "edit title": "ba\u015Fl\u0131\u011F\u0131 d\xFCzenle",
323
334
  "Turn pages": "Sayfalar\u0131 \xE7evir",
324
335
  Others: "Di\u011Ferleri",
336
+ "Other records": "Di\u011Fer kay\u0131tlar",
325
337
  "Save as template": "\u015Eablon olarak kaydet",
326
338
  "Save as block template": "Blok \u015Fablonu olarak kaydet",
327
339
  "Block templates": "Blok \u015Fablonlar\u0131",
340
+ "Block template": "Blok \u015Fablonu",
328
341
  "Convert reference to duplicate": "Referans\u0131 kopyaya d\xF6n\xFC\u015Ft\xFCr",
329
342
  "Template name": "\u015Eablon ad\u0131",
330
343
  "Block type": "Blok t\xFCr\xFC",
@@ -439,6 +452,8 @@ module.exports = {
439
452
  "Current user": "Se\xE7ili kullan\u0131c\u0131",
440
453
  "Current role": "Se\xE7ili rol",
441
454
  "Current record": "Se\xE7ili kay\u0131t",
455
+ "Current popup record": "A\xE7\u0131l\u0131r pencere kayd\u0131",
456
+ "Associated records": "\u0130li\u015Fkili kay\u0131tlar",
442
457
  "Parent record": "\xDCst kay\u0131t",
443
458
  "Popup close method": "A\xE7\u0131l\u0131r pencere kapatma metodu",
444
459
  "Automatic close": "Otomatik kapat",
@@ -547,8 +562,9 @@ module.exports = {
547
562
  loading: "y\xFCkleniyor",
548
563
  "name is required": "ad gereklidir",
549
564
  "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.`,
565
+ "Data source": "veri kayna\u011F\u0131",
551
566
  DataSource: "Veri Kayna\u011F\u0131",
567
+ 'The {{type}} "{{name}}" may have been deleted. Please remove this {{blockType}}.': `{{type}} "{{name}}" silinmi\u015F olabilir. L\xFCtfen bu {{blockType}}'yi kald\u0131r\u0131n.`,
552
568
  "Home page": "Anasayfa",
553
569
  Handbook: "Kullan\u0131c\u0131 k\u0131lavuzu",
554
570
  License: "Lisans"
@@ -52,6 +52,9 @@ module.exports = {
52
52
  "Insert right": "\u0412\u0441\u0442\u0430\u0432\u0438\u0442\u0438 \u0441\u043F\u0440\u0430\u0432\u0430",
53
53
  "Insert inner": "\u0412\u0441\u0442\u0430\u0432\u0438\u0442\u0438 \u0432\u0441\u0435\u0440\u0435\u0434\u0438\u043D\u0443",
54
54
  Delete: "\u0412\u0438\u0434\u0430\u043B\u0438\u0442\u0438",
55
+ Disassociate: "\u0420\u043E\u0437'\u0454\u0434\u043D\u0430\u0442\u0438",
56
+ "Disassociate record": "\u0420\u043E\u0437'\u0454\u0434\u043D\u0430\u0442\u0438 \u0437\u0430\u043F\u0438\u0441",
57
+ "Are you sure you want to disassociate it?": "\u0412\u0438 \u0432\u043F\u0435\u0432\u043D\u0435\u043D\u0456, \u0449\u043E \u0445\u043E\u0447\u0435\u0442\u0435 \u0440\u043E\u0437'\u0454\u0434\u043D\u0430\u0442\u0438 \u0446\u0435?",
55
58
  "UI editor": "\u0420\u0435\u0434\u0430\u043A\u0442\u043E\u0440 UI",
56
59
  Collection: "\u041A\u043E\u043B\u0435\u043A\u0446\u0456\u044F",
57
60
  "Collections & Fields": "\u041A\u043E\u043B\u0435\u043A\u0446\u0456\u0457 \u0442\u0430 \u043F\u043E\u043B\u044F",
@@ -99,6 +102,10 @@ module.exports = {
99
102
  Submit: "\u0412\u0456\u0434\u043F\u0440\u0430\u0432\u0438\u0442\u0438",
100
103
  Close: "\u0417\u0430\u043A\u0440\u0438\u0442\u0438",
101
104
  "Set the data scope": "\u0412\u0441\u0442\u0430\u043D\u043E\u0432\u0438\u0442\u0438 \u043E\u0431\u0441\u044F\u0433 \u0434\u0430\u043D\u0438\u0445",
105
+ "Data loading mode": "\u0420\u0435\u0436\u0438\u043C \u0437\u0430\u0432\u0430\u043D\u0442\u0430\u0436\u0435\u043D\u043D\u044F \u0434\u0430\u043D\u0438\u0445",
106
+ "Set data loading mode": "\u0412\u0441\u0442\u0430\u043D\u043E\u0432\u0438\u0442\u0438 \u0440\u0435\u0436\u0438\u043C \u0437\u0430\u0432\u0430\u043D\u0442\u0430\u0436\u0435\u043D\u043D\u044F \u0434\u0430\u043D\u0438\u0445",
107
+ "Automatically load data": "\u0410\u0432\u0442\u043E\u043C\u0430\u0442\u0438\u0447\u043D\u043E \u0437\u0430\u0432\u0430\u043D\u0442\u0430\u0436\u0443\u0432\u0430\u0442\u0438 \u0434\u0430\u043D\u0456",
108
+ "Load data after filtering": "\u0417\u0430\u0432\u0430\u043D\u0442\u0430\u0436\u0443\u0432\u0430\u0442\u0438 \u0434\u0430\u043D\u0456 \u043F\u0456\u0441\u043B\u044F \u0444\u0456\u043B\u044C\u0442\u0440\u0430\u0446\u0456\u0457",
102
109
  "Data blocks": "\u0411\u043B\u043E\u043A\u0438 \u0434\u0430\u043D\u0438\u0445",
103
110
  "Filter blocks": "\u0411\u043B\u043E\u043A\u0438 \u0444\u0456\u043B\u044C\u0442\u0440\u0456\u0432",
104
111
  Table: "\u0422\u0430\u0431\u043B\u0438\u0446\u044F",
@@ -344,6 +351,10 @@ module.exports = {
344
351
  "Add tab": "\u0414\u043E\u0434\u0430\u0442\u0438 \u0432\u043A\u043B\u0430\u0434\u043A\u0443",
345
352
  "Disable tabs": "\u0412\u0438\u043C\u043A\u043D\u0443\u0442\u0438 \u0432\u043A\u043B\u0430\u0434\u043A\u0438",
346
353
  Details: "\u0414\u0435\u0442\u0430\u043B\u0456",
354
+ "Edit form": "\u0420\u0435\u0434\u0430\u0433\u0443\u0432\u0430\u0442\u0438 \u0444\u043E\u0440\u043C\u0443",
355
+ "Create form": "\u0421\u0442\u0432\u043E\u0440\u0438\u0442\u0438 \u0444\u043E\u0440\u043C\u0443",
356
+ "Form (Edit)": "\u0424\u043E\u0440\u043C\u0430 (\u0420\u0435\u0434\u0430\u0433\u0443\u0432\u0430\u0442\u0438)",
357
+ "Form (Add new)": "\u0424\u043E\u0440\u043C\u0430 (\u0414\u043E\u0434\u0430\u0442\u0438 \u043D\u043E\u0432\u0438\u0439)",
347
358
  "Edit tab": "\u0420\u0435\u0434\u0430\u0433\u0443\u0432\u0430\u0442\u0438 \u0432\u043A\u043B\u0430\u0434\u043A\u0443",
348
359
  "Relationship blocks": "\u0411\u043B\u043E\u043A\u0438 \u0432\u0456\u0434\u043D\u043E\u0448\u0435\u043D\u044C",
349
360
  "Select record": "\u0412\u0438\u0431\u0440\u0430\u0442\u0438 \u0437\u0430\u043F\u0438\u0441",
@@ -473,9 +484,11 @@ module.exports = {
473
484
  "edit title": "\u0440\u0435\u0434\u0430\u0433\u0443\u0432\u0430\u0442\u0438 \u043D\u0430\u0437\u0432\u0443",
474
485
  "Turn pages": "\u041F\u0435\u0440\u0435\u043A\u043B\u044E\u0447\u0430\u0442\u0438 \u0441\u0442\u043E\u0440\u0456\u043D\u043A\u0438",
475
486
  Others: "\u0406\u043D\u0448\u0456",
487
+ "Other records": "\u0406\u043D\u0448\u0456 \u0437\u0430\u043F\u0438\u0441\u0438",
476
488
  "Save as template": "\u0417\u0431\u0435\u0440\u0435\u0433\u0442\u0438 \u044F\u043A \u0448\u0430\u0431\u043B\u043E\u043D",
477
489
  "Save as block template": "\u0417\u0431\u0435\u0440\u0435\u0433\u0442\u0438 \u044F\u043A \u0448\u0430\u0431\u043B\u043E\u043D \u0431\u043B\u043E\u043A\u0430",
478
490
  "Block templates": "\u0428\u0430\u0431\u043B\u043E\u043D\u0438 \u0431\u043B\u043E\u043A\u0456\u0432",
491
+ "Block template": "\u0428\u0430\u0431\u043B\u043E\u043D \u0431\u043B\u043E\u043A\u0430",
479
492
  "Convert reference to duplicate": "\u041A\u043E\u043D\u0432\u0435\u0440\u0442\u0443\u0432\u0430\u0442\u0438 \u043F\u043E\u0441\u0438\u043B\u0430\u043D\u043D\u044F \u043D\u0430 \u0434\u0443\u0431\u043B\u0456\u043A\u0430\u0442",
480
493
  "Template name": "\u041D\u0430\u0437\u0432\u0430 \u0448\u0430\u0431\u043B\u043E\u043D\u0443",
481
494
  "Block type": "\u0422\u0438\u043F \u0431\u043B\u043E\u043A\u0430",
@@ -621,6 +634,8 @@ module.exports = {
621
634
  "Current user": "\u041F\u043E\u0442\u043E\u0447\u043D\u0438\u0439 \u043A\u043E\u0440\u0438\u0441\u0442\u0443\u0432\u0430\u0447",
622
635
  "Current role": "\u041F\u043E\u0442\u043E\u0447\u043D\u0430 \u0440\u043E\u043B\u044C",
623
636
  "Current record": "\u041F\u043E\u0442\u043E\u0447\u043D\u0438\u0439 \u0437\u0430\u043F\u0438\u0441",
637
+ "Current popup record": "\u041F\u043E\u0442\u043E\u0447\u043D\u0438\u0439 \u0437\u0430\u043F\u0438\u0441 \u0441\u043F\u043B\u0438\u0432\u0430\u044E\u0447\u043E\u0433\u043E \u0432\u0456\u043A\u043D\u0430",
638
+ "Associated records": "\u041F\u043E\u0432'\u044F\u0437\u0430\u043D\u0456 \u0437\u0430\u043F\u0438\u0441\u0438",
624
639
  "Parent record": "\u0411\u0430\u0442\u044C\u043A\u0456\u0432\u0441\u044C\u043A\u0438\u0439 \u0437\u0430\u043F\u0438\u0441",
625
640
  "Current time": "\u041F\u043E\u0442\u043E\u0447\u043D\u0438\u0439 \u0447\u0430\u0441",
626
641
  "System variables": "\u0421\u0438\u0441\u0442\u0435\u043C\u043D\u0456 \u0437\u043C\u0456\u043D\u043D\u0456",
@@ -755,8 +770,9 @@ module.exports = {
755
770
  loading: "\u0437\u0430\u0432\u0430\u043D\u0442\u0430\u0436\u0435\u043D\u043D\u044F",
756
771
  "name is required": "\u0456\u043C'\u044F \u043E\u0431\u043E\u0432'\u044F\u0437\u043A\u043E\u0432\u0435",
757
772
  "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}}.',
773
+ "Data source": "\u0434\u0436\u0435\u0440\u0435\u043B\u043E \u0434\u0430\u043D\u0438\u0445",
759
774
  DataSource: "\u0414\u0436\u0435\u0440\u0435\u043B\u043E \u0434\u0430\u043D\u0438\u0445",
775
+ '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}}.',
760
776
  "Home page": "\u0414\u043E\u043C\u0430\u0448\u043D\u044F \u0441\u0442\u043E\u0440\u0456\u043D\u043A\u0430",
761
777
  Handbook: "\u041F\u043E\u0441\u0456\u0431\u043D\u0438\u043A \u043A\u043E\u0440\u0438\u0441\u0442\u0443\u0432\u0430\u0447\u0430",
762
778
  License: "\u041B\u0456\u0446\u0435\u043D\u0437\u0456\u044F"
@@ -60,6 +60,9 @@ module.exports = {
60
60
  "Insert right": "\u5728\u53F3\u8FB9\u63D2\u5165",
61
61
  "Insert inner": "\u5728\u91CC\u9762\u63D2\u5165",
62
62
  Delete: "\u5220\u9664",
63
+ Disassociate: "\u89E3\u9664\u5173\u8054",
64
+ "Disassociate record": "\u89E3\u9664\u5173\u8054\u8BB0\u5F55",
65
+ "Are you sure you want to disassociate it?": "\u4F60\u786E\u5B9A\u8981\u89E3\u9664\u5173\u8054\u5417\uFF1F",
63
66
  "UI editor": "\u754C\u9762\u914D\u7F6E",
64
67
  Collection: "\u6570\u636E\u8868",
65
68
  "Collection selector": "\u6570\u636E\u8868\u9009\u62E9\u5668",
@@ -122,6 +125,10 @@ module.exports = {
122
125
  Submit: "\u63D0\u4EA4",
123
126
  Close: "\u5173\u95ED",
124
127
  "Set the data scope": "\u8BBE\u7F6E\u6570\u636E\u8303\u56F4",
128
+ "Data loading mode": "\u6570\u636E\u52A0\u8F7D\u65B9\u5F0F",
129
+ "Set data loading mode": "\u8BBE\u7F6E\u6570\u636E\u52A0\u8F7D\u65B9\u5F0F",
130
+ "Automatically load data": "\u81EA\u52A8\u52A0\u8F7D\u6570\u636E",
131
+ "Load data after filtering": "\u7B5B\u9009\u540E\u624D\u52A0\u8F7D\u6570\u636E",
125
132
  Block: "\u533A\u5757",
126
133
  "Data blocks": "\u6570\u636E\u533A\u5757",
127
134
  "Filter blocks": "\u7B5B\u9009\u533A\u5757",
@@ -375,6 +382,10 @@ module.exports = {
375
382
  "Add tab": "\u6DFB\u52A0\u6807\u7B7E\u9875",
376
383
  "Disable tabs": "\u7981\u7528\u6807\u7B7E\u9875",
377
384
  Details: "\u8BE6\u60C5",
385
+ "Edit form": "\u7F16\u8F91\u8868\u5355",
386
+ "Create form": "\u521B\u5EFA\u8868\u5355",
387
+ "Form (Edit)": "\u8868\u5355\uFF08\u7F16\u8F91\uFF09",
388
+ "Form (Add new)": "\u8868\u5355\uFF08\u6DFB\u52A0\uFF09",
378
389
  "Edit tab": "\u7F16\u8F91\u6807\u7B7E\u9875",
379
390
  "Relationship blocks": "\u5173\u7CFB\u6570\u636E\u533A\u5757",
380
391
  "Select record": "\u9009\u62E9\u6570\u636E",
@@ -506,9 +517,11 @@ module.exports = {
506
517
  "edit title": "\u4FEE\u6539\u6807\u9898",
507
518
  "Turn pages": "\u7FFB\u9875",
508
519
  Others: "\u5176\u4ED6",
520
+ "Other records": "\u5176\u4ED6\u8BB0\u5F55",
509
521
  "Save as template": "\u4FDD\u5B58\u4E3A\u6A21\u677F",
510
522
  "Save as block template": "\u4FDD\u5B58\u4E3A\u533A\u5757\u6A21\u677F",
511
523
  "Block templates": "\u533A\u5757\u6A21\u677F",
524
+ "Block template": "\u533A\u5757\u6A21\u677F",
512
525
  "Convert reference to duplicate": "\u6A21\u677F\u5F15\u7528\u8F6C\u4E3A\u590D\u5236",
513
526
  "Template name": "\u6A21\u677F\u540D\u79F0",
514
527
  "Block type": "\u533A\u5757\u7C7B\u578B",
@@ -633,6 +646,8 @@ module.exports = {
633
646
  "Current user": "\u5F53\u524D\u7528\u6237",
634
647
  "Current role": "\u5F53\u524D\u89D2\u8272",
635
648
  "Current record": "\u5F53\u524D\u8BB0\u5F55",
649
+ "Current popup record": "\u5F53\u524D\u5F39\u7A97\u8BB0\u5F55",
650
+ "Associated records": "\u5173\u8054\u8BB0\u5F55",
636
651
  "Parent record": "\u4E0A\u7EA7\u8BB0\u5F55",
637
652
  "Current time": "\u5F53\u524D\u65F6\u95F4",
638
653
  Now: "\u73B0\u5728",
@@ -852,6 +867,7 @@ module.exports = {
852
867
  "name is required": "\u540D\u79F0\u4E0D\u80FD\u4E3A\u7A7A",
853
868
  '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
869
  "data source": "\u6570\u636E\u6E90",
870
+ "Data source": "\u6570\u636E\u6E90",
855
871
  DataSource: "\u6570\u636E\u6E90",
856
872
  "Data model": "\u6570\u636E\u6A21\u578B",
857
873
  Security: "\u8BA4\u8BC1\u4E0E\u5B89\u5168",
@@ -891,5 +907,26 @@ module.exports = {
891
907
  Owners: "\u8D1F\u8D23\u4EBA",
892
908
  "Plugin settings": "\u63D2\u4EF6\u8BBE\u7F6E",
893
909
  Menu: "\u83DC\u5355",
894
- "Drag and drop sorting field": "\u62D6\u62FD\u6392\u5E8F\u5B57\u6BB5"
910
+ "Drag and drop sorting field": "\u62D6\u62FD\u6392\u5E8F\u5B57\u6BB5",
911
+ Alphabet: "\u5B57\u7B26",
912
+ Accuracy: "\u7CBE\u786E\u5EA6",
913
+ Millisecond: "\u6BEB\u79D2",
914
+ Second: "\u79D2",
915
+ "Unix Timestamp": "Unix \u65F6\u95F4\u6233",
916
+ "Field value do not meet the requirements": "\u5B57\u7B26\u4E0D\u7B26\u5408\u8981\u6C42",
917
+ "Field value size is": "\u5B57\u7B26\u957F\u5EA6\u8981\u6C42",
918
+ Style: "\u98CE\u683C",
919
+ "Unit conversion": "\u5355\u4F4D\u6362\u7B97",
920
+ Separator: "\u5206\u9694\u7B26",
921
+ Prefix: "\u524D\u7F00",
922
+ Suffix: "\u540E\u7F00",
923
+ "Filter target key": "\u7B5B\u9009\u76EE\u6807\u952E",
924
+ "Filter data based on the specific field, with the requirement that the field value must be unique.": "\u6839\u636E\u7279\u5B9A\u7684\u5B57\u6BB5\u7B5B\u9009\u6570\u636E\uFF0C\u5B57\u6BB5\u503C\u5FC5\u987B\u5177\u5907\u552F\u4E00\u6027\u3002",
925
+ "Multiply by": "\u4E58\u4EE5",
926
+ "Divide by": "\u9664\u4EE5",
927
+ "Scientifix notation": "\u79D1\u5B66\u8BA1\u6570\u6CD5",
928
+ Normal: "\u5E38\u89C4",
929
+ "Automatically generate default values": "\u968F\u673A\u751F\u6210\u9ED8\u8BA4\u503C",
930
+ "Refresh data on close": "\u5173\u95ED\u540E\u5237\u65B0\u6570\u636E",
931
+ "Refresh data on action": "\u6267\u884C\u540E\u5237\u65B0\u6570\u636E"
895
932
  };
@@ -60,6 +60,9 @@ module.exports = {
60
60
  "Insert right": "\u5F9E\u53F3\u908A\u63D2\u5165",
61
61
  "Insert inner": "\u5F9E\u88E1\u9762\u63D2\u5165",
62
62
  Delete: "\u522A\u9664",
63
+ Disassociate: "\u89E3\u9664\u95DC\u806F",
64
+ "Disassociate record": "\u89E3\u9664\u95DC\u806F\u8A18\u9304",
65
+ "Are you sure you want to disassociate it?": "\u4F60\u78BA\u5B9A\u8981\u89E3\u9664\u95DC\u806F\u55CE\uFF1F",
63
66
  "UI editor": "\u4ECB\u9762\u7DE8\u8F2F",
64
67
  Collection: "\u8CC7\u6599\u8868",
65
68
  "Collection selector": "\u8CC7\u6599\u8868\u9078\u64C7\u5668",
@@ -122,6 +125,10 @@ module.exports = {
122
125
  Submit: "\u63D0\u4EA4",
123
126
  Close: "\u95DC\u9589",
124
127
  "Set the data scope": "\u8A2D\u5B9A\u8CC7\u6599\u7BC4\u570D",
128
+ "Data loading mode": "\u8CC7\u6599\u52A0\u8F09\u65B9\u5F0F",
129
+ "Set data loading mode": "\u8A2D\u5B9A\u8CC7\u6599\u52A0\u8F09\u65B9\u5F0F",
130
+ "Automatically load data": "\u81EA\u52D5\u52A0\u8F09\u8CC7\u6599",
131
+ "Load data after filtering": "\u7BE9\u9078\u5F8C\u624D\u52A0\u8F09\u8CC7\u6599",
125
132
  Block: "\u5340\u584A",
126
133
  "Data blocks": "\u8CC7\u6599\u5340\u584A",
127
134
  "Filter blocks": "\u7BE9\u9078\u5340\u584A",
@@ -374,6 +381,10 @@ module.exports = {
374
381
  "Add tab": "\u65B0\u589E\u6A19\u7C64\u9801",
375
382
  "Disable tabs": "\u505C\u7528\u6A19\u7C64\u9801",
376
383
  Details: "\u8A73\u60C5",
384
+ "Edit form": "\u7DE8\u8F2F\u8868\u55AE",
385
+ "Create form": "\u5EFA\u7ACB\u8868\u55AE",
386
+ "Form (Edit)": "\u8868\u55AE\uFF08\u7DE8\u8F2F\uFF09",
387
+ "Form (Add new)": "\u8868\u55AE\uFF08\u6DFB\u52A0\uFF09",
377
388
  "Edit tab": "\u7DE8\u8F2F\u6A19\u7C64\u9801",
378
389
  "Relationship blocks": "\u95DC\u806F\u8CC7\u6599\u5340\u584A",
379
390
  "Select record": "\u9078\u64C7\u8CC7\u6599",
@@ -503,9 +514,11 @@ module.exports = {
503
514
  "edit title": "\u7DE8\u8F2F\u6A19\u984C",
504
515
  "Turn pages": "\u7FFB\u9801",
505
516
  Others: "\u5176\u4ED6",
517
+ "Other records": "\u5176\u4ED6\u8A18\u9304",
506
518
  "Save as template": "\u5132\u5B58\u70BA\u6A21\u677F",
507
519
  "Save as block template": "\u5132\u5B58\u70BA\u5340\u584A\u6A21\u677F",
508
520
  "Block templates": "\u5340\u584A\u6A21\u677F",
521
+ "Block template": "\u5340\u584A\u6A21\u677F",
509
522
  "Convert reference to duplicate": "\u6A21\u677F\u5F15\u7528\u8F49\u70BA\u8907\u88FD",
510
523
  "Template name": "\u6A21\u677F\u540D\u7A31",
511
524
  "Block type": "\u5340\u584A\u578B\u5225",
@@ -629,6 +642,8 @@ module.exports = {
629
642
  "Current user": "\u7576\u524D\u4F7F\u7528\u8005",
630
643
  "Current role": "\u7576\u524D\u89D2\u8272",
631
644
  "Current record": "\u7576\u524D\u8A18\u9304",
645
+ "Current popup record": "\u7576\u524D\u5F48\u7A97\u8A18\u9304",
646
+ "Associated records": "\u95DC\u806F\u8A18\u9304",
632
647
  "Parent record": "\u4E0A\u7D1A\u8A18\u9304",
633
648
  "Current time": "\u7576\u524D\u6642\u9593",
634
649
  Now: "\u73FE\u5728",
@@ -843,6 +858,9 @@ module.exports = {
843
858
  "Permission denied": "\u6C92\u6709\u6B0A\u9650",
844
859
  "Allow add new": "\u5141\u8A31\u65B0\u589E",
845
860
  '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',
861
+ "data source": "\u6578\u64DA\u6E90",
862
+ "Data source": "\u6578\u64DA\u6E90",
863
+ DataSource: "\u6578\u64DA\u6E90",
846
864
  "Allow selection of existing records": "\u5141\u8A31\u9078\u64C7\u5DF2\u6709\u8CC7\u6599",
847
865
  "Home page": "\u4E3B\u9801",
848
866
  Handbook: "\u4F7F\u7528\u624B\u518A",
@@ -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-03-12T13:23:00.282Z"}
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-04-16T16:08:13.286Z"}
@@ -1,7 +1,7 @@
1
1
  import { Plugin } from '@nocobase/server';
2
- export declare class ClientPlugin extends Plugin {
2
+ export declare class PluginClientServer extends Plugin {
3
3
  beforeLoad(): Promise<void>;
4
4
  install(): Promise<void>;
5
5
  load(): Promise<void>;
6
6
  }
7
- export default ClientPlugin;
7
+ export default PluginClientServer;
@@ -17,7 +17,7 @@ var __copyProps = (to, from, except, desc) => {
17
17
  var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
18
18
  var server_exports = {};
19
19
  __export(server_exports, {
20
- ClientPlugin: () => ClientPlugin,
20
+ PluginClientServer: () => PluginClientServer,
21
21
  default: () => server_default
22
22
  });
23
23
  module.exports = __toCommonJS(server_exports);
@@ -40,7 +40,7 @@ async function getLang(ctx) {
40
40
  }
41
41
  return lang;
42
42
  }
43
- class ClientPlugin extends import_server.Plugin {
43
+ class PluginClientServer extends import_server.Plugin {
44
44
  async beforeLoad() {
45
45
  }
46
46
  async install() {
@@ -74,7 +74,6 @@ class ClientPlugin extends import_server.Plugin {
74
74
  });
75
75
  this.app.acl.allow("app", "getLang");
76
76
  this.app.acl.allow("app", "getInfo");
77
- this.app.acl.allow("plugins", "*", "public");
78
77
  this.app.acl.registerSnippet({
79
78
  name: "app",
80
79
  actions: ["app:restart", "app:clearCache"]
@@ -125,8 +124,8 @@ class ClientPlugin extends import_server.Plugin {
125
124
  });
126
125
  }
127
126
  }
128
- var server_default = ClientPlugin;
127
+ var server_default = PluginClientServer;
129
128
  // Annotate the CommonJS export names for ESM import in node:
130
129
  0 && (module.exports = {
131
- ClientPlugin
130
+ PluginClientServer
132
131
  });
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.20.0-alpha.9",
7
+ "version": "0.21.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": "5473d9039cfdb649a8c8c625edefc9a3ac464be5"
23
+ "gitHead": "98adf5ec996a4f359c6ca1c4a6ac837c43b6e268"
24
24
  }