@nocobase/client 1.7.0-beta.9 → 1.7.1
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/.dumirc.ts +4 -0
- package/es/application/Application.d.ts +14 -0
- package/es/application/CustomRouterContextProvider.d.ts +5 -2
- package/es/application/RouterManager.d.ts +1 -1
- package/es/application/components/defaultComponents.d.ts +3 -1
- package/es/block-provider/hooks/index.d.ts +2 -0
- package/es/collection-manager/interfaces/createdAt.d.ts +9 -0
- package/es/collection-manager/interfaces/dateOnly.d.ts +9 -0
- package/es/collection-manager/interfaces/datetime.d.ts +9 -0
- package/es/collection-manager/interfaces/datetimeNoTz.d.ts +9 -0
- package/es/collection-manager/interfaces/input.d.ts +6 -0
- package/es/collection-manager/interfaces/password.d.ts +18 -0
- package/es/collection-manager/interfaces/properties/operators.d.ts +12 -10
- package/es/collection-manager/interfaces/radioGroup.d.ts +3 -10
- package/es/collection-manager/interfaces/select.d.ts +3 -10
- package/es/collection-manager/interfaces/textarea.d.ts +6 -0
- package/es/collection-manager/interfaces/unixTimestamp.d.ts +9 -0
- package/es/collection-manager/interfaces/updatedAt.d.ts +9 -0
- package/es/collection-manager/mixins/InheritanceCollectionMixin.d.ts +6 -0
- package/es/{schema-initializer/components/DeprecatedTemplateTitle.d.ts → common/AppNotFound.d.ts} +1 -2
- package/es/common/SelectWithTitle.d.ts +1 -1
- package/es/common/getVariableValue.d.ts +9 -0
- package/es/common/index.d.ts +2 -0
- package/es/data-source/collection-field-interface/CollectionFieldInterface.d.ts +1 -0
- package/es/data-source/collection-field-interface/CollectionFieldInterfaceManager.d.ts +14 -0
- package/es/data-source/data-source/DataSourceManagerProvider.d.ts +1 -1
- package/es/filter-provider/FilterProvider.d.ts +4 -0
- package/es/filter-provider/highlightBlock.d.ts +9 -0
- package/es/flag-provider/FlagProvider.d.ts +2 -0
- package/es/formily/NocoBaseRecursionField.d.ts +1 -0
- package/es/global-theme/type.d.ts +1 -0
- package/es/i18n/constant.d.ts +10 -0
- package/es/i18n/index.d.ts +1 -0
- package/es/index.d.ts +1 -0
- package/es/index.mjs +52222 -50370
- package/es/modules/actions/view-edit-popup/PopupActionInitializer.d.ts +2 -1
- package/es/modules/actions/view-edit-popup/customizePopupActionSettings.d.ts +0 -8
- package/es/modules/blocks/BlockLinkageRuleProvider.d.ts +9 -0
- package/es/modules/blocks/data-blocks/grid-card/hooks/useGridCardBlockDecoratorProps.d.ts +2 -0
- package/es/modules/blocks/data-blocks/list/hooks/useListBlockDecoratorProps.d.ts +1 -0
- package/es/modules/blocks/data-blocks/table/createTableBlockUISchema.d.ts +0 -1
- package/es/modules/blocks/data-blocks/table/hooks/useTableBlockDecoratorProps.d.ts +1 -0
- package/es/modules/blocks/utils.d.ts +10 -0
- package/es/modules/fields/component/FileManager/fileManagerComponentFieldSettings.d.ts +8 -0
- package/es/modules/fields/component/Picker/recordPickerComponentFieldSettings.d.ts +1 -0
- package/es/nocobase-buildin-plugin/index.d.ts +0 -2
- package/es/route-switch/antd/admin-layout/KeepAlive.d.ts +1 -0
- package/es/route-switch/antd/admin-layout/index.d.ts +3 -2
- package/es/schema-component/antd/action/Action.Designer.d.ts +1 -0
- package/es/schema-component/antd/action/Action.Modal.d.ts +1 -0
- package/es/schema-component/antd/action/hooks/useGetAfterSuccessVariablesOptions.d.ts +13 -0
- package/es/schema-component/antd/action/index.d.ts +1 -0
- package/es/schema-component/antd/action/types.d.ts +2 -0
- package/es/schema-component/antd/action/utils.d.ts +3 -1
- package/es/schema-component/antd/association-field/InternalViewer.d.ts +2 -0
- package/es/schema-component/antd/date-picker/util.d.ts +13 -0
- package/es/schema-component/antd/index.d.ts +1 -0
- package/es/schema-component/antd/input/Input.d.ts +4 -1
- package/es/schema-component/antd/linkageFilter/DynamicComponent.d.ts +36 -0
- package/es/schema-component/antd/linkageFilter/FilterGroup.d.ts +10 -0
- package/es/schema-component/antd/linkageFilter/FilterItems.d.ts +10 -0
- package/es/schema-component/antd/linkageFilter/LinkageFilter.d.ts +9 -0
- package/es/schema-component/antd/linkageFilter/LinkageFilterItem.d.ts +10 -0
- package/es/schema-component/antd/linkageFilter/context.d.ts +25 -0
- package/es/schema-component/antd/linkageFilter/index.d.ts +9 -0
- package/es/schema-component/antd/linkageFilter/useOperators.d.ts +13 -0
- package/es/schema-component/antd/linkageFilter/useValues.d.ts +25 -0
- package/es/schema-component/antd/list/index.d.ts +1 -0
- package/es/schema-component/antd/markdown/Markdown.Void.d.ts +5 -1
- package/es/schema-component/antd/page/AllDataBlocksProvider.d.ts +17 -0
- package/es/schema-component/antd/page/index.d.ts +1 -0
- package/es/schema-component/antd/remote-select/RemoteSelect.d.ts +2 -0
- package/es/schema-component/antd/variable/Input.d.ts +2 -0
- package/es/schema-component/antd/variable/TextArea.d.ts +14 -1
- package/es/schema-component/antd/variable/Variable.d.ts +1 -1
- package/es/schema-component/common/date-filter-dynamic-component/DateFilterDynamicComponent.d.ts +10 -0
- package/es/schema-component/common/index.d.ts +1 -0
- package/es/schema-component/common/utils/uitls.d.ts +2 -5
- package/es/schema-component/core/DesignableSwitch.d.ts +4 -2
- package/es/schema-component/core/SchemaComponent.d.ts +1 -0
- package/es/schema-initializer/components/assigned-field/AssignedField.d.ts +2 -1
- package/es/schema-initializer/utils.d.ts +1 -1
- package/es/schema-settings/LinkageRules/LinkageRuleActionGroup.d.ts +1 -1
- package/es/schema-settings/LinkageRules/bindLinkageRulesToFiled.d.ts +10 -1
- package/es/schema-settings/LinkageRules/components/BlockLinkageRuleAction.d.ts +10 -0
- package/es/schema-settings/LinkageRules/type.d.ts +3 -1
- package/es/schema-settings/SchemaSettings.d.ts +4 -0
- package/es/schema-settings/VariableInput/VariableInput.d.ts +4 -0
- package/es/schema-settings/VariableInput/hooks/index.d.ts +2 -0
- package/es/schema-settings/VariableInput/hooks/useBaseVariable.d.ts +3 -1
- package/es/schema-settings/VariableInput/hooks/useContextAssociationFields.d.ts +2 -2
- package/es/schema-settings/VariableInput/hooks/useDateVariable.d.ts +142 -3
- package/es/schema-settings/VariableInput/hooks/useExactDateVariable.d.ts +118 -0
- package/es/schema-settings/VariableInput/hooks/useRoleVariable.d.ts +1 -1
- package/es/schema-settings/VariableInput/hooks/useVariableOptions.d.ts +44 -2
- package/es/schema-settings/index.d.ts +2 -0
- package/lib/index.js +624 -559
- package/lib/locale/de-DE.js +9 -2
- package/lib/locale/en-US.js +9 -3
- package/lib/locale/es-ES.js +9 -3
- package/lib/locale/fr-FR.js +9 -3
- package/lib/locale/it-IT.js +9 -2
- package/lib/locale/ja-JP.js +9 -3
- package/lib/locale/ko-KR.js +9 -3
- package/lib/locale/nl-NL.js +182 -7
- package/lib/locale/pt-BR.js +9 -3
- package/lib/locale/ru-RU.js +9 -3
- package/lib/locale/tr-TR.js +9 -3
- package/lib/locale/uk-UA.js +9 -3
- package/lib/locale/zh-CN.js +46 -6
- package/lib/locale/zh-TW.js +9 -3
- package/package.json +7 -8
- /package/es/schema-settings/LinkageRules/{FieldStyleLinkageRuleAction.d.ts → components/FieldStyleLinkageRuleAction.d.ts} +0 -0
package/lib/locale/de-DE.js
CHANGED
|
@@ -500,7 +500,8 @@ module.exports = {
|
|
|
500
500
|
"Turn pages": "Seiten umbl\xE4ttern",
|
|
501
501
|
Others: "Andere",
|
|
502
502
|
"Other records": "Andere Datens\xE4tze",
|
|
503
|
-
"Save as template": "Als
|
|
503
|
+
"Save as reference template": "Als Referenzvorlage speichern",
|
|
504
|
+
"Save as inherited template": "Als vererbte Vorlage speichern",
|
|
504
505
|
"Save as block template": "Als Blockvorlage speichern",
|
|
505
506
|
"Block templates": "Blockvorlagen",
|
|
506
507
|
"Block template": "Blockvorlage",
|
|
@@ -589,6 +590,7 @@ module.exports = {
|
|
|
589
590
|
"Blank block": "Leerer Block",
|
|
590
591
|
"Duplicate template": "Vorlage duplizieren",
|
|
591
592
|
"Reference template": "Referenzvorlage",
|
|
593
|
+
"Inherited template": "Vererbte Vorlage",
|
|
592
594
|
"Create calendar block": "Kalenderblock erstellen",
|
|
593
595
|
"Create kanban block": "Kanban-Block erstellen",
|
|
594
596
|
"Grouping field": "Gruppierungsfeld",
|
|
@@ -884,5 +886,10 @@ module.exports = {
|
|
|
884
886
|
"If selected, the page will display Tab pages.": "Wenn ausgew\xE4hlt, zeigt die Seite Tab-Seiten an.",
|
|
885
887
|
"If selected, the route will be displayed in the menu.": "Wenn ausgew\xE4hlt, wird die Route im Men\xFC angezeigt.",
|
|
886
888
|
"Are you sure you want to hide this tab?": "Sind Sie sicher, dass Sie diesen Tab ausblenden m\xF6chten?",
|
|
887
|
-
"After hiding, this tab will no longer appear in the tab bar. To show it again, you need to go to the route management page to set it.": "Nach dem Ausblenden wird dieser Tab nicht mehr in der Tableiste angezeigt. Um ihn wieder anzuzeigen, m\xFCssen Sie zur Routenverwaltungsseite gehen, um ihn einzustellen."
|
|
889
|
+
"After hiding, this tab will no longer appear in the tab bar. To show it again, you need to go to the route management page to set it.": "Nach dem Ausblenden wird dieser Tab nicht mehr in der Tableiste angezeigt. Um ihn wieder anzuzeigen, m\xFCssen Sie zur Routenverwaltungsseite gehen, um ihn einzustellen.",
|
|
890
|
+
"No pages yet, please configure first": "Noch keine Seiten, bitte zuerst konfigurieren",
|
|
891
|
+
'Click the "UI Editor" icon in the upper right corner to enter the UI Editor mode': 'Klicken Sie auf das "UI-Editor"-Symbol in der oberen rechten Ecke, um den UI-Editor-Modus zu betreten',
|
|
892
|
+
"Refresh data blocks": "Aktualisieren Sie die Datenbl\xF6cke",
|
|
893
|
+
"Select data blocks to refresh": "W\xE4hlen Sie die Datenbl\xF6cke aus, die aktualisiert werden sollen.",
|
|
894
|
+
"After successful submission, the selected data blocks will be automatically refreshed.": "Nach erfolgreicher \xDCbermittlung werden die ausgew\xE4hlten Datenbl\xF6cke automatisch aktualisiert."
|
|
888
895
|
};
|
package/lib/locale/en-US.js
CHANGED
|
@@ -505,7 +505,7 @@ module.exports = {
|
|
|
505
505
|
"Save as block template": "Save as block template",
|
|
506
506
|
"Block templates": "Block templates",
|
|
507
507
|
"Block template": "Block template",
|
|
508
|
-
"Convert
|
|
508
|
+
"Convert template to duplicate": "Convert template to duplicate",
|
|
509
509
|
"Template name": "Template name",
|
|
510
510
|
"Block type": "Block type",
|
|
511
511
|
"No blocks to connect": "No blocks to connect",
|
|
@@ -590,6 +590,7 @@ module.exports = {
|
|
|
590
590
|
"Blank block": "Blank block",
|
|
591
591
|
"Duplicate template": "Duplicate template",
|
|
592
592
|
"Reference template": "Reference template",
|
|
593
|
+
"Inherited template": "Inherited template",
|
|
593
594
|
"Create calendar block": "Create calendar block",
|
|
594
595
|
"Create kanban block": "Create kanban block",
|
|
595
596
|
"Grouping field": "Grouping field",
|
|
@@ -886,7 +887,12 @@ module.exports = {
|
|
|
886
887
|
"If selected, the route will be displayed in the menu.": "If selected, the route will be displayed in the menu.",
|
|
887
888
|
"Are you sure you want to hide this tab?": "Are you sure you want to hide this tab?",
|
|
888
889
|
"After hiding, this tab will no longer appear in the tab bar. To show it again, you need to go to the route management page to set it.": "After hiding, this tab will no longer appear in the tab bar. To show it again, you need to go to the route management page to set it.",
|
|
890
|
+
"No pages yet, please configure first": "No pages yet, please configure first",
|
|
891
|
+
'Click the "UI Editor" icon in the upper right corner to enter the UI Editor mode': 'Click the "UI Editor" icon in the upper right corner to enter the UI Editor mode',
|
|
892
|
+
"Specifies a Permissions Policy for the <iframe>. The policy defines what features are available to the <iframe> (for example, access to the microphone, camera, battery, web-share, etc.) based on the origin of the request.": "Specifies a Permissions Policy for the <iframe>. The policy defines what features are available to the <iframe> (for example, access to the microphone, camera, battery, web-share, etc.) based on the origin of the request.",
|
|
889
893
|
Deprecated: "Deprecated",
|
|
890
|
-
"
|
|
891
|
-
"
|
|
894
|
+
"Full permissions": "Full permissions",
|
|
895
|
+
"Refresh data blocks": "Refresh data blocks",
|
|
896
|
+
"Select data blocks to refresh": "Select data blocks to refresh",
|
|
897
|
+
"After successful submission, the selected data blocks will be automatically refreshed.": "After successful submission, the selected data blocks will be automatically refreshed."
|
|
892
898
|
};
|
package/lib/locale/es-ES.js
CHANGED
|
@@ -470,7 +470,8 @@ module.exports = {
|
|
|
470
470
|
"Turn pages": "Pasar p\xE1ginas",
|
|
471
471
|
Others: "Otros",
|
|
472
472
|
"Other records": "Otros registros",
|
|
473
|
-
"Save as template": "Guardar como plantilla",
|
|
473
|
+
"Save as reference template": "Guardar como plantilla de referencia",
|
|
474
|
+
"Save as inherited template": "Guardar como plantilla heredada",
|
|
474
475
|
"Save as block template": "Guardar como plantilla de bloque",
|
|
475
476
|
"Block templates": "Bloquear plantillas",
|
|
476
477
|
"Block template": "Plantilla de bloque",
|
|
@@ -560,6 +561,7 @@ module.exports = {
|
|
|
560
561
|
"Blank block": "Bloque en blanco",
|
|
561
562
|
"Duplicate template": "Duplicar plantilla",
|
|
562
563
|
"Reference template": "Plantilla de referencia",
|
|
564
|
+
"Inherited template": "Plantilla heredada",
|
|
563
565
|
"Create calendar block": "Crear bloque de calendario",
|
|
564
566
|
"Create kanban block": "Crear bloque kanban",
|
|
565
567
|
"Grouping field": "Campo de agrupaci\xF3n",
|
|
@@ -803,7 +805,11 @@ module.exports = {
|
|
|
803
805
|
"If selected, the route will be displayed in the menu.": "Si se selecciona, la ruta se mostrar\xE1 en el men\xFA.",
|
|
804
806
|
"Are you sure you want to hide this tab?": "\xBFEst\xE1s seguro de que quieres ocultar esta pesta\xF1a?",
|
|
805
807
|
"After hiding, this tab will no longer appear in the tab bar. To show it again, you need to go to the route management page to set it.": "Despu\xE9s de ocultar, esta pesta\xF1a ya no aparecer\xE1 en la barra de pesta\xF1as. Para mostrarla de nuevo, deber\xE1s ir a la p\xE1gina de gesti\xF3n de rutas para configurarla.",
|
|
808
|
+
"No pages yet, please configure first": "A\xFAn no hay p\xE1ginas, por favor configura primero",
|
|
809
|
+
'Click the "UI Editor" icon in the upper right corner to enter the UI Editor mode': 'Haga clic en el icono "Editor de UI" en la esquina superior derecha para entrar en el modo de Editor de UI.',
|
|
806
810
|
Deprecated: "Obsoleto",
|
|
807
|
-
"
|
|
808
|
-
"
|
|
811
|
+
"Full permissions": "Todos los derechos",
|
|
812
|
+
"Refresh data blocks": "Actualizar bloques de datos",
|
|
813
|
+
"Select data blocks to refresh": "Actualizar bloques de datos",
|
|
814
|
+
"After successful submission, the selected data blocks will be automatically refreshed.": "Despu\xE9s de enviar correctamente, los bloques de datos seleccionados se actualizar\xE1n autom\xE1ticamente."
|
|
809
815
|
};
|
package/lib/locale/fr-FR.js
CHANGED
|
@@ -485,7 +485,8 @@ module.exports = {
|
|
|
485
485
|
"Turn pages": "Tourner les pages",
|
|
486
486
|
Others: "Autres",
|
|
487
487
|
"Other records": "Autres enregistrements",
|
|
488
|
-
"Save as template": "Enregistrer en tant que mod\xE8le",
|
|
488
|
+
"Save as reference template": "Enregistrer en tant que mod\xE8le de r\xE9f\xE9rence",
|
|
489
|
+
"Save as inherited template": "Enregistrer en tant que mod\xE8le h\xE9rit\xE9",
|
|
489
490
|
"Save as block template": "Enregistrer en tant que mod\xE8le de bloc",
|
|
490
491
|
"Block templates": "Mod\xE8les de bloc",
|
|
491
492
|
"Block template": "Mod\xE8le de bloc",
|
|
@@ -573,6 +574,7 @@ module.exports = {
|
|
|
573
574
|
"Blank block": "Bloc vierge",
|
|
574
575
|
"Duplicate template": "Dupliquer le mod\xE8le",
|
|
575
576
|
"Reference template": "R\xE9f\xE9rencer le mod\xE8le",
|
|
577
|
+
"Inherited template": "Mod\xE8le h\xE9rit\xE9",
|
|
576
578
|
"Create calendar block": "Cr\xE9er un bloc de calendrier",
|
|
577
579
|
"Create kanban block": "Cr\xE9er un bloc kanban",
|
|
578
580
|
"Grouping field": "Champ de regroupement",
|
|
@@ -823,7 +825,11 @@ module.exports = {
|
|
|
823
825
|
"If selected, the route will be displayed in the menu.": "Si s\xE9lectionn\xE9, la route sera affich\xE9e dans le menu.",
|
|
824
826
|
"Are you sure you want to hide this tab?": "\xCAtes-vous s\xFBr de vouloir masquer cet onglet ?",
|
|
825
827
|
"After hiding, this tab will no longer appear in the tab bar. To show it again, you need to go to the route management page to set it.": "Apr\xE8s avoir masqu\xE9, cette tab ne sera plus affich\xE9e dans la barre de tab. Pour la montrer \xE0 nouveau, vous devez vous rendre sur la page de gestion des routes pour la configurer.",
|
|
828
|
+
"No pages yet, please configure first": "Pas encore de pages, veuillez configurer d'abord",
|
|
829
|
+
'Click the "UI Editor" icon in the upper right corner to enter the UI Editor mode': `Cliquez sur l'ic\xF4ne "\xC9diteur d'interface utilisateur" dans le coin sup\xE9rieur droit pour entrer en mode \xC9diteur d'interface utilisateur`,
|
|
826
830
|
Deprecated: "D\xE9pr\xE9ci\xE9",
|
|
827
|
-
"
|
|
828
|
-
"
|
|
831
|
+
"Full permissions": "Tous les droits",
|
|
832
|
+
"Refresh data blocks": "Actualiser les blocs de donn\xE9es",
|
|
833
|
+
"Select data blocks to refresh": "Actualiser les blocs de donn\xE9es",
|
|
834
|
+
"After successful submission, the selected data blocks will be automatically refreshed.": "Apr\xE8s une soumission r\xE9ussie, les blocs de donn\xE9es s\xE9lectionn\xE9s seront automatiquement actualis\xE9s."
|
|
829
835
|
};
|
package/lib/locale/it-IT.js
CHANGED
|
@@ -494,7 +494,8 @@ module.exports = {
|
|
|
494
494
|
"Turn pages": "Volta pagine",
|
|
495
495
|
Others: "Altri",
|
|
496
496
|
"Other records": "Altri record",
|
|
497
|
-
"Save as template": "Salva come modello",
|
|
497
|
+
"Save as reference template": "Salva come modello di riferimento",
|
|
498
|
+
"Save as inherited template": "Salva come modello ereditato",
|
|
498
499
|
"Save as block template": "Salva come modello blocco",
|
|
499
500
|
"Block templates": "Modelli blocco",
|
|
500
501
|
"Block template": "Modello blocco",
|
|
@@ -580,6 +581,7 @@ module.exports = {
|
|
|
580
581
|
"Blank block": "Blocco vuoto",
|
|
581
582
|
"Duplicate template": "Modello duplicato",
|
|
582
583
|
"Reference template": "Modello di riferimento",
|
|
584
|
+
"Inherited template": "Modello ereditato",
|
|
583
585
|
"Create calendar block": "Crea blocco calendario",
|
|
584
586
|
"Create kanban block": "Crea blocco kanban",
|
|
585
587
|
"Grouping field": "Campo di raggruppamento",
|
|
@@ -1080,5 +1082,10 @@ module.exports = {
|
|
|
1080
1082
|
"If selected, the page will display Tab pages.": "Se selezionato, la pagina visualizzer\xE0 le pagine schede.",
|
|
1081
1083
|
"If selected, the route will be displayed in the menu.": "Se selezionato, il percorso verr\xE0 visualizzato nel menu.",
|
|
1082
1084
|
"Are you sure you want to hide this tab?": "Sei sicuro di voler nascondere questa scheda?",
|
|
1083
|
-
"After hiding, this tab will no longer appear in the tab bar. To show it again, you need to go to the route management page to set it.": "Dopo averla nascosta, questa scheda non apparir\xE0 pi\xF9 nella barra delle schede. Per mostrarla di nuovo, devi andare alla pagina di gestione dei percorsi per configurarlo."
|
|
1085
|
+
"After hiding, this tab will no longer appear in the tab bar. To show it again, you need to go to the route management page to set it.": "Dopo averla nascosta, questa scheda non apparir\xE0 pi\xF9 nella barra delle schede. Per mostrarla di nuovo, devi andare alla pagina di gestione dei percorsi per configurarlo.",
|
|
1086
|
+
"No pages yet, please configure first": "Nessuna pagina ancora, si prega di configurare prima",
|
|
1087
|
+
'Click the "UI Editor" icon in the upper right corner to enter the UI Editor mode': `Cliquez sur l'ic\xF4ne "\xC9diteur d'interface utilisateur" dans le coin sup\xE9rieur droit pour entrer en mode \xC9diteur d'interface utilisateur`,
|
|
1088
|
+
"Refresh data blocks": "Aggiorna blocchi di dati",
|
|
1089
|
+
"Select data blocks to refresh": "Aggiorna blocchi di dati",
|
|
1090
|
+
"After successful submission, the selected data blocks will be automatically refreshed.": "Dopo una soumission r\xE9ussie, les blocs de donn\xE9es s\xE9lectionn\xE9s seront automatiquement actualis\xE9s."
|
|
1084
1091
|
};
|
package/lib/locale/ja-JP.js
CHANGED
|
@@ -397,7 +397,8 @@ module.exports = {
|
|
|
397
397
|
"Turn pages": "\u30DA\u30FC\u30B8\u3092\u3081\u304F\u308B",
|
|
398
398
|
Others: "\u305D\u306E\u4ED6",
|
|
399
399
|
"Other records": "\u4ED6\u306E\u30EC\u30B3\u30FC\u30C9",
|
|
400
|
-
"Save as template": "\u30C6\u30F3\u30D7\u30EC\u30FC\u30C8\u3068\u3057\u3066\u4FDD\u5B58",
|
|
400
|
+
"Save as reference template": "\u53C2\u7167\u30C6\u30F3\u30D7\u30EC\u30FC\u30C8\u3068\u3057\u3066\u4FDD\u5B58",
|
|
401
|
+
"Save as inherited template": "\u7D99\u627F\u30C6\u30F3\u30D7\u30EC\u30FC\u30C8\u3068\u3057\u3066\u4FDD\u5B58",
|
|
401
402
|
"Save as block template": "\u30D6\u30ED\u30C3\u30AF\u30C6\u30F3\u30D7\u30EC\u30FC\u30C8\u3068\u3057\u3066\u4FDD\u5B58",
|
|
402
403
|
"Block templates": "\u30D6\u30ED\u30C3\u30AF\u30C6\u30F3\u30D7\u30EC\u30FC\u30C8",
|
|
403
404
|
"Block template": "\u30D6\u30ED\u30C3\u30AF\u30C6\u30F3\u30D7\u30EC\u30FC\u30C8",
|
|
@@ -472,6 +473,7 @@ module.exports = {
|
|
|
472
473
|
"Blank block": "\u7A7A\u306E\u30D6\u30ED\u30C3\u30AF",
|
|
473
474
|
"Duplicate template": "\u30C6\u30F3\u30D7\u30EC\u30FC\u30C8\u3092\u30B3\u30D4\u30FC",
|
|
474
475
|
"Reference template": "\u30C6\u30F3\u30D7\u30EC\u30FC\u30C8\u3092\u53C2\u7167",
|
|
476
|
+
"Inherited template": "\u7D99\u627F\u30C6\u30F3\u30D7\u30EC\u30FC\u30C8",
|
|
475
477
|
"Create calendar block": "\u30AB\u30EC\u30F3\u30C0\u30FC\u30D6\u30ED\u30C3\u30AF\u306E\u4F5C\u6210",
|
|
476
478
|
"Create kanban block": "\u304B\u3093\u3070\u3093\u30D6\u30ED\u30C3\u30AF\u306E\u4F5C\u6210",
|
|
477
479
|
"Grouping field": "\u30B0\u30EB\u30FC\u30D7\u30D5\u30A3\u30FC\u30EB\u30C9",
|
|
@@ -1041,7 +1043,11 @@ module.exports = {
|
|
|
1041
1043
|
"If selected, the route will be displayed in the menu.": "\u9078\u629E\u3055\u308C\u3066\u3044\u308B\u5834\u5408\u3001\u30EB\u30FC\u30C8\u306F\u30E1\u30CB\u30E5\u30FC\u306B\u8868\u793A\u3055\u308C\u307E\u3059\u3002",
|
|
1042
1044
|
"Are you sure you want to hide this tab?": "\u3053\u306E\u30BF\u30D6\u3092\u975E\u8868\u793A\u306B\u3057\u307E\u3059\u304B\uFF1F",
|
|
1043
1045
|
"After hiding, this tab will no longer appear in the tab bar. To show it again, you need to go to the route management page to set it.": "\u975E\u8868\u793A\u306B\u3059\u308B\u3068\u3001\u3053\u306E\u30BF\u30D6\u306F\u30BF\u30D6\u30D0\u30FC\u306B\u8868\u793A\u3055\u308C\u306A\u304F\u306A\u308A\u307E\u3059\u3002\u518D\u8868\u793A\u3059\u308B\u306B\u306F\u3001\u30EB\u30FC\u30C8\u7BA1\u7406\u30DA\u30FC\u30B8\u3067\u8A2D\u5B9A\u3059\u308B\u5FC5\u8981\u304C\u3042\u308A\u307E\u3059\u3002",
|
|
1046
|
+
"No pages yet, please configure first": "\u307E\u3060\u30DA\u30FC\u30B8\u304C\u3042\u308A\u307E\u305B\u3093\u3002\u6700\u521D\u306B\u8A2D\u5B9A\u3057\u3066\u304F\u3060\u3055\u3044",
|
|
1047
|
+
'Click the "UI Editor" icon in the upper right corner to enter the UI Editor mode': "\u30E6\u30FC\u30B6\u30FC\u30A4\u30F3\u30BF\u30FC\u30D5\u30A7\u30FC\u30B9\u30A8\u30C7\u30A3\u30BF\u30FC\u30E2\u30FC\u30C9\u306B\u5165\u308B\u306B\u306F\u3001\u53F3\u4E0A\u9685\u306E\u300CUI\u30A8\u30C7\u30A3\u30BF\u300D\u30A2\u30A4\u30B3\u30F3\u3092\u30AF\u30EA\u30C3\u30AF\u3057\u3066\u304F\u3060\u3055\u3044",
|
|
1044
1048
|
Deprecated: "\u975E\u63A8\u5968",
|
|
1045
|
-
"
|
|
1046
|
-
"
|
|
1049
|
+
"Full permissions": "\u3059\u3079\u3066\u306E\u6A29\u9650",
|
|
1050
|
+
"Refresh data blocks": "\u30C7\u30FC\u30BF\u30D6\u30ED\u30C3\u30AF\u3092\u66F4\u65B0",
|
|
1051
|
+
"Select data blocks to refresh": "\u30C7\u30FC\u30BF\u30D6\u30ED\u30C3\u30AF\u3092\u9078\u629E\u3057\u3066\u66F4\u65B0",
|
|
1052
|
+
"After successful submission, the selected data blocks will be automatically refreshed.": "\u9001\u4FE1\u5F8C\u3001\u9078\u629E\u3057\u305F\u30C7\u30FC\u30BF\u30D6\u30ED\u30C3\u30AF\u304C\u81EA\u52D5\u7684\u306B\u66F4\u65B0\u3055\u308C\u307E\u3059\u3002"
|
|
1047
1053
|
};
|
package/lib/locale/ko-KR.js
CHANGED
|
@@ -517,7 +517,8 @@ module.exports = {
|
|
|
517
517
|
"Turn pages": "\uD398\uC774\uC9C0 \uB118\uAE40",
|
|
518
518
|
Others: "\uAE30\uD0C0",
|
|
519
519
|
"Other records": "\uAE30\uD0C0 \uB808\uCF54\uB4DC",
|
|
520
|
-
"Save as template": "\uD15C\uD50C\uB9BF\uC73C\uB85C \uC800\uC7A5",
|
|
520
|
+
"Save as reference template": "\uCC38\uC870 \uD15C\uD50C\uB9BF\uC73C\uB85C \uC800\uC7A5",
|
|
521
|
+
"Save as inherited template": "\uC0C1\uC18D \uD15C\uD50C\uB9BF\uC73C\uB85C \uC800\uC7A5",
|
|
521
522
|
"Save as block template": "\uBE14\uB85D \uD15C\uD50C\uB9BF\uC73C\uB85C \uC800\uC7A5",
|
|
522
523
|
"Block templates": "\uBE14\uB85D \uD15C\uD50C\uB9BF",
|
|
523
524
|
"Block template": "\uBE14\uB85D \uD15C\uD50C\uB9BF",
|
|
@@ -601,6 +602,7 @@ module.exports = {
|
|
|
601
602
|
"Blank block": "\uBE48 \uBE14\uB85D",
|
|
602
603
|
"Duplicate template": "\uD15C\uD50C\uB9BF \uBCF5\uC81C",
|
|
603
604
|
"Reference template": "\uCC38\uC870 \uD15C\uD50C\uB9BF",
|
|
605
|
+
"Inherited template": "\uC0C1\uC18D \uD15C\uD50C\uB9BF",
|
|
604
606
|
"Create calendar block": "\uCE98\uB9B0\uB354 \uBE14\uB85D \uC0DD\uC131",
|
|
605
607
|
"Create kanban block": "\uCE78\uBC18 \uBE14\uB85D \uC0DD\uC131",
|
|
606
608
|
"Grouping field": "\uADF8\uB8E8\uD551 \uD544\uB4DC",
|
|
@@ -914,7 +916,11 @@ module.exports = {
|
|
|
914
916
|
"If selected, the route will be displayed in the menu.": "\uC120\uD0DD\uB418\uBA74 \uB77C\uC6B0\uD2B8\uB294 \uBA54\uB274\uC5D0 \uD45C\uC2DC\uB429\uB2C8\uB2E4.",
|
|
915
917
|
"Are you sure you want to hide this tab?": "\uC774 \uD0ED\uC744 \uC228\uAE30\uC2DC\uACA0\uC2B5\uB2C8\uAE4C?",
|
|
916
918
|
"After hiding, this tab will no longer appear in the tab bar. To show it again, you need to go to the route management page to set it.": "\uC228\uAE30\uBA74 \uC774 \uD0ED\uC740 \uD0ED \uBC14\uC5D0 \uB354 \uC774\uC0C1 \uD45C\uC2DC\uB418\uC9C0 \uC54A\uC2B5\uB2C8\uB2E4. \uB2E4\uC2DC \uD45C\uC2DC\uD558\uB824\uBA74 \uB77C\uC6B0\uD2B8 \uAD00\uB9AC \uD398\uC774\uC9C0\uC5D0\uC11C \uC124\uC815\uD574\uC57C \uD569\uB2C8\uB2E4.",
|
|
919
|
+
"No pages yet, please configure first": "\uC544\uC9C1 \uD398\uC774\uC9C0\uAC00 \uC5C6\uC2B5\uB2C8\uB2E4. \uBA3C\uC800 \uC124\uC815\uD558\uC2ED\uC2DC\uC624",
|
|
920
|
+
'Click the "UI Editor" icon in the upper right corner to enter the UI Editor mode': '\uC0AC\uC6A9\uC790 \uC778\uD130\uD398\uC774\uC2A4 \uD3B8\uC9D1\uAE30 \uBAA8\uB4DC\uC5D0 \uB4E4\uC5B4\uAC00\uB824\uBA74 \uC624\uB978\uCABD \uC0C1\uB2E8\uC758 "UI \uD3B8\uC9D1\uAE30" \uC544\uC774\uCF58\uC744 \uD074\uB9AD\uD558\uC2ED\uC2DC\uC624',
|
|
917
921
|
Deprecated: "\uC0AC\uC6A9 \uC911\uB2E8\uB428",
|
|
918
|
-
"
|
|
919
|
-
"
|
|
922
|
+
"Full permissions": "\uBAA8\uB4E0 \uAD8C\uD55C",
|
|
923
|
+
"Refresh data blocks": "\uB370\uC774\uD130 \uBE14\uB85D \uC0C8\uB85C \uACE0\uCE68",
|
|
924
|
+
"Select data blocks to refresh": "\uB370\uC774\uD130 \uBE14\uB85D\uC744 \uC120\uD0DD\uD558\uC5EC \uC0C8\uB85C \uACE0\uCE68",
|
|
925
|
+
"After successful submission, the selected data blocks will be automatically refreshed.": "\uC804\uC1A1 \uD6C4, \uC120\uD0DD\uD55C \uB370\uC774\uD130 \uBE14\uB85D\uC774 \uC790\uB3D9\uC73C\uB85C \uC0C8\uB85C \uACE0\uCCD0\uC9D1\uB2C8\uB2E4."
|
|
920
926
|
};
|
package/lib/locale/nl-NL.js
CHANGED
|
@@ -1,5 +1,7 @@
|
|
|
1
1
|
module.exports = {
|
|
2
2
|
"Display <1><0>10</0><1>20</1><2>50</2><3>100</3></1> items per page": "Toon <1><0>10</0><1>20</1><2>50</2><3>100</3></1> items per pagina",
|
|
3
|
+
"Page number": "Paginanummer",
|
|
4
|
+
"Page size": "Paginagrootte",
|
|
3
5
|
"Meet <1><0>All</0><1>Any</1></1> conditions in the group": "Voldoe aan <1><0>Alle</0><1>Een</1></1> voorwaarde(n) in de groep",
|
|
4
6
|
"Open in<1><0>Modal</0><1>Drawer</1><2>Window</2></1>": "Open in<1><0>Modal</0><1>Drawer</1><2>Venster</2></1>",
|
|
5
7
|
"{{count}} filter items": "{{count}} filter items",
|
|
@@ -38,15 +40,20 @@ module.exports = {
|
|
|
38
40
|
Unconnected: "Niet verbonden",
|
|
39
41
|
"System settings": "Systeeminstellingen",
|
|
40
42
|
"System title": "Systeemtitel",
|
|
43
|
+
Setting: "Instelling",
|
|
41
44
|
Settings: "Instellingen",
|
|
45
|
+
Enable: "Inschakelen",
|
|
46
|
+
Disable: "Uitschakelen",
|
|
47
|
+
On: "Aan",
|
|
48
|
+
Off: "Uit",
|
|
42
49
|
Logo: "Logo",
|
|
43
50
|
"Add menu item": "Menu-item toevoegen",
|
|
44
51
|
Page: "Pagina",
|
|
52
|
+
Tab: "Tab",
|
|
45
53
|
Name: "Naam",
|
|
46
54
|
Icon: "Icoon",
|
|
47
55
|
Group: "Groep",
|
|
48
56
|
Link: "Link",
|
|
49
|
-
Tab: "Tab",
|
|
50
57
|
"Save conditions": "Voorwaarden opslaan",
|
|
51
58
|
"Edit menu item": "Menu-item bewerken",
|
|
52
59
|
"Move to": "Verplaats naar",
|
|
@@ -82,9 +89,6 @@ module.exports = {
|
|
|
82
89
|
Disabled: "Uitgeschakeld",
|
|
83
90
|
Enabled: "Ingeschakeld",
|
|
84
91
|
Problematic: "Problematisch",
|
|
85
|
-
Setting: "Instelling",
|
|
86
|
-
On: "Aan",
|
|
87
|
-
Off: "Uit",
|
|
88
92
|
Empty: "Leeg",
|
|
89
93
|
"Linkage rule": "Koppelingregel",
|
|
90
94
|
"Linkage rules": "Koppelingregels",
|
|
@@ -434,7 +438,7 @@ module.exports = {
|
|
|
434
438
|
"Allow linking to multiple records": "Koppelen aan meerdere records toestaan",
|
|
435
439
|
"Allow uploading multiple files": "Meerdere bestanden uploaden toestaan",
|
|
436
440
|
"Configure calendar": "Kalender configureren",
|
|
437
|
-
"Title field": "
|
|
441
|
+
"Title field": "Titelveld",
|
|
438
442
|
"Custom title": "Aangepaste titel",
|
|
439
443
|
Daily: "Dagelijks",
|
|
440
444
|
Weekly: "Wekelijks",
|
|
@@ -500,7 +504,8 @@ module.exports = {
|
|
|
500
504
|
"Turn pages": "Pagina's omslaan",
|
|
501
505
|
Others: "Overigen",
|
|
502
506
|
"Other records": "Andere records",
|
|
503
|
-
"Save as template": "Opslaan als
|
|
507
|
+
"Save as reference template": "Opslaan als referentiesjabloon",
|
|
508
|
+
"Save as inherited template": "Opslaan als overerfde sjabloon",
|
|
504
509
|
"Save as block template": "Opslaan als bloksjabloon",
|
|
505
510
|
"Block templates": "Bloksjablonen",
|
|
506
511
|
"Block template": "Bloksjabloon",
|
|
@@ -589,6 +594,7 @@ module.exports = {
|
|
|
589
594
|
"Blank block": "Leeg blok",
|
|
590
595
|
"Duplicate template": "Sjabloon dupliceren",
|
|
591
596
|
"Reference template": "Sjabloon refereren",
|
|
597
|
+
"Inherited template": "Overerfde sjabloon",
|
|
592
598
|
"Create calendar block": "Kalenderblok maken",
|
|
593
599
|
"Create kanban block": "Kanbanblok maken",
|
|
594
600
|
"Grouping field": "Groepeer veld",
|
|
@@ -884,5 +890,174 @@ module.exports = {
|
|
|
884
890
|
"If selected, the page will display Tab pages.": "Indien geselecteerd, worden tabbladen op de pagina weergegeven.",
|
|
885
891
|
"If selected, the route will be displayed in the menu.": "Indien geselecteerd, wordt de route weergegeven in het menu.",
|
|
886
892
|
"Are you sure you want to hide this tab?": "Weet je zeker dat je dit tabblad wil verbergen?",
|
|
887
|
-
"After hiding, this tab will no longer appear in the tab bar. To show it again, you need to go to the route management page to set it.": "Na verbergen wordt dit tabblad niet meer weergegeven in de tabbalk. Om het opnieuw te tonen, moet je naar de routebeheerpagina gaan om het in te stellen."
|
|
893
|
+
"After hiding, this tab will no longer appear in the tab bar. To show it again, you need to go to the route management page to set it.": "Na verbergen wordt dit tabblad niet meer weergegeven in de tabbalk. Om het opnieuw te tonen, moet je naar de routebeheerpagina gaan om het in te stellen.",
|
|
894
|
+
"Calculation engine": "Berekeningsengine",
|
|
895
|
+
"Expression collection": "Expressiecollectie",
|
|
896
|
+
"Tree collection": "Boomcollectie",
|
|
897
|
+
"Parent ID": "Ouder-ID",
|
|
898
|
+
Parent: "Ouder",
|
|
899
|
+
Children: "Kinderen",
|
|
900
|
+
Confirm: "Bevestigen",
|
|
901
|
+
Block: "Blok",
|
|
902
|
+
Unnamed: "Naamloos",
|
|
903
|
+
"SQL collection": "SQL-collectie",
|
|
904
|
+
"Configure field": "Veld configureren",
|
|
905
|
+
Username: "Gebruikersnaam",
|
|
906
|
+
Null: "Leeg",
|
|
907
|
+
Boolean: "Boolean",
|
|
908
|
+
String: "Tekst",
|
|
909
|
+
"Syntax references": "Syntax-referenties",
|
|
910
|
+
"Math.js comes with a large set of built-in functions and constants, and offers an integrated solution to work with different data types.": "Math.js wordt geleverd met een groot aantal ingebouwde functies en constanten en biedt een ge\xEFntegreerde oplossing om met verschillende gegevenstypen te werken.",
|
|
911
|
+
"Formula.js supports most Microsoft Excel formula functions.": "Formula.js ondersteunt de meeste Microsoft Excel-formulefuncties.",
|
|
912
|
+
"String template": "Tekstsjabloon",
|
|
913
|
+
"Simple string replacement, can be used to interpolate variables in a string.": "Eenvoudige tekstvervanging, kan worden gebruikt om variabelen in een tekst te interpoleren.",
|
|
914
|
+
"https://docs.nocobase.com/handbook/calculation-engines/formula": "https://docs.nocobase.com/handbook/calculation-engines/formula",
|
|
915
|
+
"https://docs.nocobase.com/handbook/calculation-engines/mathjs": "https://docs.nocobase.com/handbook/calculation-engines/mathjs",
|
|
916
|
+
"Display <icon></icon> when unchecked": "Toon <icon></icon> wanneer niet aangevinkt",
|
|
917
|
+
"Allow dissociate": "Loskoppelen toestaan",
|
|
918
|
+
"Edit block title & description": "Blok titel & beschrijving bewerken",
|
|
919
|
+
"Add Markdown": "Markdown toevoegen",
|
|
920
|
+
"Must be 1-50 characters in length (excluding @.<>\"'/)": `Moet 1-50 tekens lang zijn (exclusief @.<>"'/)`,
|
|
921
|
+
"Original title: ": "Originele titel: ",
|
|
922
|
+
"Original field title: ": "Originele veldtitel: ",
|
|
923
|
+
"Data source permissions": "Datatoegangsrechten",
|
|
924
|
+
Now: "Nu",
|
|
925
|
+
"Access control": "Toegangscontrole",
|
|
926
|
+
Remove: "Verwijderen",
|
|
927
|
+
Docs: "Documentatie",
|
|
928
|
+
"Enable page header": "Paginahoofd inschakelen",
|
|
929
|
+
"Display page title": "Paginatitel weergeven",
|
|
930
|
+
"Edit page title": "Paginatitel bewerken",
|
|
931
|
+
"Enable page tabs": "Pagina-tabbladen inschakelen",
|
|
932
|
+
Constant: "Constant",
|
|
933
|
+
"Select a variable": "Selecteer een variabele",
|
|
934
|
+
"Double click to choose entire object": "Dubbelklik om het hele object te kiezen",
|
|
935
|
+
TRUE: "WAAR",
|
|
936
|
+
FALSE: "ONWAAR",
|
|
937
|
+
Prettify: "Opknappen",
|
|
938
|
+
Theme: "Thema",
|
|
939
|
+
"Default theme": "Standaardthema",
|
|
940
|
+
"Compact theme": "Compact thema",
|
|
941
|
+
Download: "Downloaden",
|
|
942
|
+
"File type is not supported for previewing, please download it to preview.": "Bestandstype wordt niet ondersteund voor voorbeeldweergave, download het om te bekijken.",
|
|
943
|
+
"Click or drag file to this area to upload": "Klik of sleep een bestand naar dit gebied om te uploaden.",
|
|
944
|
+
"Support for a single or bulk upload.": "Ondersteuning voor enkele of bulk-upload.",
|
|
945
|
+
"File size should not exceed {{size}}.": "Bestandsgrootte mag {{size}} niet overschrijden.",
|
|
946
|
+
"File size exceeds the limit": "Bestandsgrootte overschrijdt de limiet.",
|
|
947
|
+
"File type is not allowed": "Bestandstype is niet toegestaan.",
|
|
948
|
+
"Incomplete uploading files need to be resolved": "Onvolledig ge\xFCploade bestanden moeten worden opgelost.",
|
|
949
|
+
"Default title for each record": "Standaardtitel voor elk record.",
|
|
950
|
+
"If collection inherits, choose inherited collections as templates": "Als de collectie overerft, kies ge\xEBrfde collecties als sjablonen.",
|
|
951
|
+
"Select an existing piece of data as the initialization data for the form": "Selecteer een bestaand gegeven als initi\xEBle data voor het formulier.",
|
|
952
|
+
"Only the selected fields will be used as the initialization data for the form": "Alleen de geselecteerde velden worden gebruikt als initi\xEBle data voor het formulier.",
|
|
953
|
+
"Template Data": "Sjabloongegevens",
|
|
954
|
+
"Data fields": "Gegevensvelden",
|
|
955
|
+
"Add template": "Sjabloon toevoegen",
|
|
956
|
+
"Enable form data template": "Formuliersjabloon inschakelen",
|
|
957
|
+
"Form data templates": "Formuliersjablonen",
|
|
958
|
+
"No configuration available.": "Geen configuratie beschikbaar.",
|
|
959
|
+
"Reload application": "Herlaad applicatie",
|
|
960
|
+
"The application is reloading, please do not close the page.": "De applicatie wordt opnieuw geladen, sluit de pagina niet.",
|
|
961
|
+
"Application reloading": "Applicatie wordt opnieuw geladen",
|
|
962
|
+
"Allows to clear cache, reboot application": "Sta toe om cache te wissen en applicatie te herstarten.",
|
|
963
|
+
"The will interrupt service, it may take a few seconds to restart. Are you sure to continue?": "Dit onderbreekt de service en kan enkele seconden duren. Weet je zeker dat je wilt doorgaan?",
|
|
964
|
+
"Clear cache": "Cache wissen",
|
|
965
|
+
"Are you sure you want to clear cache ?": "Weet je zeker dat je de cache wilt wissen?",
|
|
966
|
+
"Quick create": "Snel aanmaken",
|
|
967
|
+
Dropdown: "Keuzelijst",
|
|
968
|
+
"Pop-up": "Pop-up",
|
|
969
|
+
"Direct duplicate": "Direct dupliceren",
|
|
970
|
+
"Copy into the form and continue to fill in": "Kopieer in het formulier en vul verder in.",
|
|
971
|
+
"Failed to load plugin": "Kan plug-in niet laden.",
|
|
972
|
+
"Date range limit": "Datumbereiklimiet",
|
|
973
|
+
MinDate: "Minimale datum",
|
|
974
|
+
MaxDate: "Maximale datum",
|
|
975
|
+
"Please select time or variable": "Selecteer een tijd of variabele.",
|
|
976
|
+
"Filter out a single piece or a group of records as a template": "Filter een enkel item of een groep records als sjabloon.",
|
|
977
|
+
"The title field is used to identify the template record": "Het titelveld wordt gebruikt om het sjabloonrecord te identificeren.",
|
|
978
|
+
"Template fields": "Sjabloonvelden",
|
|
979
|
+
"The selected fields will automatically populate the form": "De geselecteerde velden vullen automatisch het formulier in.",
|
|
980
|
+
"UnSelect all": "Alles deselecteren",
|
|
981
|
+
"Secondary confirmation": "Secundaire bevestiging",
|
|
982
|
+
"Perform the {{title}}": "Voer {{title}} uit.",
|
|
983
|
+
"Are you sure you want to perform the {{title}} action?": "Weet je zeker dat je de actie {{title}} wilt uitvoeren?",
|
|
984
|
+
"Permission denied": "Toestemming geweigerd.",
|
|
985
|
+
"Allow add new": "Sta toe om nieuw toe te voegen.",
|
|
986
|
+
"Data model": "Gegevensmodel",
|
|
987
|
+
Security: "Beveiliging",
|
|
988
|
+
Action: "Actie",
|
|
989
|
+
System: "Systeem",
|
|
990
|
+
Other: "Overige",
|
|
991
|
+
"Allow selection of existing records": "Sta selectie van bestaande records toe.",
|
|
992
|
+
"Data Model": "Gegevensmodel",
|
|
993
|
+
Blocks: "Blokken",
|
|
994
|
+
"Users & permissions": "Gebruikers en machtigingen",
|
|
995
|
+
"System management": "Systeembeheer",
|
|
996
|
+
"System & security": "Systeem en beveiliging",
|
|
997
|
+
Workflow: "Werkstroom",
|
|
998
|
+
"Third party services": "Diensten van derden",
|
|
999
|
+
"Data model tools": "Gegevensmodeltools",
|
|
1000
|
+
"Data sources": "Gegevensbronnen",
|
|
1001
|
+
Collections: "Collecties",
|
|
1002
|
+
"Collection fields": "Collectievelden",
|
|
1003
|
+
Authentication: "Authenticatie",
|
|
1004
|
+
"Logging and monitoring": "Logging en monitoring",
|
|
1005
|
+
Main: "Hoofd",
|
|
1006
|
+
Index: "Index",
|
|
1007
|
+
"Field values must be unique.": "Veldwaarden moeten uniek zijn.",
|
|
1008
|
+
Alphabet: "Alfabet",
|
|
1009
|
+
Accuracy: "Nauwkeurigheid",
|
|
1010
|
+
Millisecond: "Milliseconde",
|
|
1011
|
+
Second: "Seconde",
|
|
1012
|
+
"Unix Timestamp": "Unix-tijdstempel",
|
|
1013
|
+
"Field value do not meet the requirements": "Veldwaarde voldoet niet aan de vereisten.",
|
|
1014
|
+
"Field value size is": "Veldwaardegrootte is",
|
|
1015
|
+
"Unit conversion": "Eenheidsconversie",
|
|
1016
|
+
Separator: "Scheidingsteken",
|
|
1017
|
+
Prefix: "Voorvoegsel",
|
|
1018
|
+
Suffix: "Achtervoegsel",
|
|
1019
|
+
"Record unique key": "Unieke recordsleutel",
|
|
1020
|
+
"Filter target key": "Filterdoelsleutel",
|
|
1021
|
+
"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.",
|
|
1022
|
+
"Filter data based on the specific field, with the requirement that the field value must be unique.": "Filter gegevens op basis van een specifiek veld, waarbij de veldwaarde uniek moet zijn.",
|
|
1023
|
+
"Multiply by": "Vermenigvuldigen met",
|
|
1024
|
+
"Divide by": "Delen door",
|
|
1025
|
+
"Scientifix notation": "Wetenschappelijke notatie",
|
|
1026
|
+
Normal: "Normaal",
|
|
1027
|
+
"Automatically generate default values": "Automatisch standaardwaarden genereren.",
|
|
1028
|
+
"Refresh data on close": "Ververs gegevens bij sluiten.",
|
|
1029
|
+
"Refresh data on action": "Ververs gegevens bij actie.",
|
|
1030
|
+
"Unknown field type": "Onbekend veldtype.",
|
|
1031
|
+
"The following field types are not compatible and do not support output and display": "De volgende veldtypen zijn niet compatibel en ondersteunen geen uitvoer en weergave.",
|
|
1032
|
+
"Not fixed": "Niet vastgezet",
|
|
1033
|
+
"Left fixed": "Links vastgezet",
|
|
1034
|
+
"Right fixed": "Rechts vastgezet",
|
|
1035
|
+
Fixed: "Vastgezet",
|
|
1036
|
+
"Set block height": "Blokhoogte instellen",
|
|
1037
|
+
"Specify height": "Hoogte specificeren",
|
|
1038
|
+
"Full height": "Volledige hoogte",
|
|
1039
|
+
"Please configure the URL": "Configureer de URL.",
|
|
1040
|
+
URL: "URL",
|
|
1041
|
+
"Search parameters": "Zoekparameters",
|
|
1042
|
+
"Do not concatenate search params in the URL": "Voeg zoekparameters niet samen in de URL.",
|
|
1043
|
+
"Edit link": "Link bewerken",
|
|
1044
|
+
"Add parameter": "Parameter toevoegen",
|
|
1045
|
+
"Use simple pagination mode": "Gebruik eenvoudige paginering",
|
|
1046
|
+
"Set Template Engine": "Sjabloonengine instellen",
|
|
1047
|
+
"Template engine": "Sjabloonengine",
|
|
1048
|
+
"Table size": "Tabelgrootte",
|
|
1049
|
+
"No data": "Geen data",
|
|
1050
|
+
"Show file name": "Toon bestandsnaam",
|
|
1051
|
+
Filled: "Gevuld",
|
|
1052
|
+
"Enable index column": "Indexkolom inschakelen",
|
|
1053
|
+
"Icon only": "Enkel icoon",
|
|
1054
|
+
"Valid range: 100-900": "Geldige waarde: 100-900",
|
|
1055
|
+
"Valid range: 10-40": "Geldige waarde: 10-40",
|
|
1056
|
+
"Font Size\uFF08px\uFF09": "Lettergrootte\uFF08px\uFF09",
|
|
1057
|
+
"Font Weight": "Letterdikte",
|
|
1058
|
+
"Font Style": "Letterstijl",
|
|
1059
|
+
Italic: "Cursief",
|
|
1060
|
+
"Refresh data blocks": "Vernieuw gegevensblokken",
|
|
1061
|
+
"Select data blocks to refresh": "Selecteer gegevensblokken om te vernieuwen",
|
|
1062
|
+
"After successful submission, the selected data blocks will be automatically refreshed.": "Na succesvolle indiening worden de geselecteerde gegevensblokken automatisch vernieuwd."
|
|
888
1063
|
};
|
package/lib/locale/pt-BR.js
CHANGED
|
@@ -433,7 +433,8 @@ module.exports = {
|
|
|
433
433
|
"Turn pages": "Virar p\xE1ginas",
|
|
434
434
|
Others: "Outros",
|
|
435
435
|
"Other records": "Outros registros",
|
|
436
|
-
"Save as template": "Salvar como modelo",
|
|
436
|
+
"Save as reference template": "Salvar como modelo de refer\xEAncia",
|
|
437
|
+
"Save as inherited template": "Salvar como modelo herdado",
|
|
437
438
|
"Save as block template": "Salvar como modelo de bloco",
|
|
438
439
|
"Block templates": "Modelos de bloco",
|
|
439
440
|
"Block template": "Modelo de bloco",
|
|
@@ -525,6 +526,7 @@ module.exports = {
|
|
|
525
526
|
"Blank block": "Bloco em branco",
|
|
526
527
|
"Duplicate template": "Duplicar modelo",
|
|
527
528
|
"Reference template": "Modelo de refer\xEAncia",
|
|
529
|
+
"Inherited template": "Modelo herdado",
|
|
528
530
|
"Create calendar block": "Criar bloco de calend\xE1rio",
|
|
529
531
|
"Create kanban block": "Criar bloco Kanban",
|
|
530
532
|
"Grouping field": "Campo de agrupamento",
|
|
@@ -781,6 +783,10 @@ module.exports = {
|
|
|
781
783
|
"Are you sure you want to hide this tab?": "Tem certeza de que deseja ocultar esta guia?",
|
|
782
784
|
"After hiding, this tab will no longer appear in the tab bar. To show it again, you need to go to the route management page to set it.": "Depois de ocultar, esta guia n\xE3o aparecer\xE1 mais na barra de guias. Para mostr\xE1-la novamente, voc\xEA precisa ir \xE0 p\xE1gina de gerenciamento de rotas para configur\xE1-la.",
|
|
783
785
|
Deprecated: "Descontinuado",
|
|
784
|
-
"
|
|
785
|
-
"
|
|
786
|
+
"Full permissions": "Todas as permiss\xF5es",
|
|
787
|
+
"No pages yet, please configure first": "Ainda n\xE3o h\xE1 p\xE1ginas, por favor configure primeiro",
|
|
788
|
+
'Click the "UI Editor" icon in the upper right corner to enter the UI Editor mode': `Cliquez sur l'ic\xF4ne "\xC9diteur d'interface utilisateur" dans le coin sup\xE9rieur droit pour entrer en mode \xC9diteur d'interface utilisateur`,
|
|
789
|
+
"Refresh data blocks": "Atualizar blocos de dados",
|
|
790
|
+
"Select data blocks to refresh": "Selecionar blocos de dados para atualizar",
|
|
791
|
+
"After successful submission, the selected data blocks will be automatically refreshed.": "Ap\xF3s a atualiza\xE7\xE3o em massa bem sucedida."
|
|
786
792
|
};
|
package/lib/locale/ru-RU.js
CHANGED
|
@@ -337,7 +337,8 @@ module.exports = {
|
|
|
337
337
|
"Turn pages": "\u041F\u0435\u0440\u0435\u043B\u0438\u0441\u0442\u044B\u0432\u0430\u0442\u044C \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B",
|
|
338
338
|
Others: "\u0414\u0440\u0443\u0433\u0438\u0435",
|
|
339
339
|
"Other records": "\u0414\u0440\u0443\u0433\u0438\u0435 \u0437\u0430\u043F\u0438\u0441\u0438",
|
|
340
|
-
"Save as template": "\u0421\u043E\u0445\u0440\u0430\u043D\u0438\u0442\u044C \u043A\u0430\u043A \u0448\u0430\u0431\u043B\u043E\u043D",
|
|
340
|
+
"Save as reference template": "\u0421\u043E\u0445\u0440\u0430\u043D\u0438\u0442\u044C \u043A\u0430\u043A \u0448\u0430\u0431\u043B\u043E\u043D \u0441\u0441\u044B\u043B\u043A\u0438",
|
|
341
|
+
"Save as inherited template": "\u0421\u043E\u0445\u0440\u0430\u043D\u0438\u0442\u044C \u043A\u0430\u043A \u0448\u0430\u0431\u043B\u043E\u043D \u043D\u0430\u0441\u043B\u0435\u0434\u043E\u0432\u0430\u043D\u0438\u044F",
|
|
341
342
|
"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",
|
|
342
343
|
"Block templates": "\u0428\u0430\u0431\u043B\u043E\u043D\u044B \u0431\u043B\u043E\u043A\u043E\u0432",
|
|
343
344
|
"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",
|
|
@@ -411,6 +412,7 @@ module.exports = {
|
|
|
411
412
|
"Blank block": "\u041F\u0443\u0441\u0442\u043E\u0439 \u0431\u043B\u043E\u043A",
|
|
412
413
|
"Duplicate template": "\u0414\u0443\u0431\u043B\u0438\u0440\u043E\u0432\u0430\u0442\u044C \u0448\u0430\u0431\u043B\u043E\u043D",
|
|
413
414
|
"Reference template": "\u0421\u043F\u0440\u0430\u0432\u043E\u0447\u043D\u044B\u0439 \u0448\u0430\u0431\u043B\u043E\u043D",
|
|
415
|
+
"Inherited template": "\u041D\u0430\u0441\u043B\u0435\u0434\u0443\u0435\u043C\u044B\u0439 \u0448\u0430\u0431\u043B\u043E\u043D",
|
|
414
416
|
"Create calendar block": "\u0421\u043E\u0437\u0434\u0430\u0442\u044C \u0431\u043B\u043E\u043A \u043A\u0430\u043B\u0435\u043D\u0434\u0430\u0440\u044F",
|
|
415
417
|
"Create kanban block": "\u0421\u043E\u0437\u0434\u0430\u0442\u044C \u0431\u043B\u043E\u043A \u041A\u0430\u043D\u0431\u0430\u043D",
|
|
416
418
|
"Grouping field": "\u041F\u043E\u043B\u0435 \u0433\u0440\u0443\u043F\u043F\u0438\u0440\u043E\u0432\u043A\u0438",
|
|
@@ -610,6 +612,10 @@ module.exports = {
|
|
|
610
612
|
"Are you sure you want to hide this tab?": "\u0412\u044B \u0443\u0432\u0435\u0440\u0435\u043D\u044B, \u0447\u0442\u043E \u0445\u043E\u0442\u0438\u0442\u0435 \u0441\u043A\u0440\u044B\u0442\u044C \u044D\u0442\u0443 \u0432\u043A\u043B\u0430\u0434\u043A\u0443?",
|
|
611
613
|
"After hiding, this tab will no longer appear in the tab bar. To show it again, you need to go to the route management page to set it.": "\u041F\u043E\u0441\u043B\u0435 \u0441\u043A\u0440\u044B\u0442\u0438\u044F \u044D\u0442\u043E\u0439 \u0432\u043A\u043B\u0430\u0434\u043A\u0438 \u043E\u043D\u0430 \u0431\u043E\u043B\u044C\u0448\u0435 \u043D\u0435 \u0431\u0443\u0434\u0435\u0442 \u043E\u0442\u043E\u0431\u0440\u0430\u0436\u0430\u0442\u044C\u0441\u044F \u0432\u043E \u0432\u043A\u043B\u0430\u0434\u043A\u0435. \u0427\u0442\u043E\u0431\u044B \u0441\u043D\u043E\u0432\u0430 \u043E\u0442\u043E\u0431\u0440\u0430\u0437\u0438\u0442\u044C \u0435\u0435, \u0432\u0430\u043C \u043D\u0443\u0436\u043D\u043E \u0431\u0443\u0434\u0435\u0442 \u043F\u0435\u0440\u0435\u0439\u0442\u0438 \u043D\u0430 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0443 \u0443\u043F\u0440\u0430\u0432\u043B\u0435\u043D\u0438\u044F \u043C\u0430\u0440\u0448\u0440\u0443\u0442\u0430\u043C\u0438, \u0447\u0442\u043E\u0431\u044B \u0443\u0441\u0442\u0430\u043D\u043E\u0432\u0438\u0442\u044C \u0435\u0435.",
|
|
612
614
|
Deprecated: "\u0423\u0441\u0442\u0430\u0440\u0435\u0432\u0448\u0438\u0439",
|
|
613
|
-
"
|
|
614
|
-
"
|
|
615
|
+
"Full permissions": "\u041F\u043E\u043B\u043D\u044B\u0435 \u043F\u0440\u0430\u0432\u0430",
|
|
616
|
+
"No pages yet, please configure first": "\u041F\u043E\u043A\u0430 \u043D\u0435\u0442 \u0441\u0442\u0440\u0430\u043D\u0438\u0446, \u043F\u043E\u0436\u0430\u043B\u0443\u0439\u0441\u0442\u0430, \u043D\u0430\u0441\u0442\u0440\u043E\u0439\u0442\u0435 \u0441\u043D\u0430\u0447\u0430\u043B\u0430",
|
|
617
|
+
'Click the "UI Editor" icon in the upper right corner to enter the UI Editor mode': '\u041D\u0430\u0436\u043C\u0438\u0442\u0435 \u043D\u0430 \u0437\u043D\u0430\u0447\u043E\u043A "\u0420\u0435\u0434\u0430\u043A\u0442\u043E\u0440 \u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u0435\u043B\u044C\u0441\u043A\u043E\u0433\u043E \u0438\u043D\u0442\u0435\u0440\u0444\u0435\u0439\u0441\u0430" \u0432 \u043F\u0440\u0430\u0432\u043E\u043C \u0432\u0435\u0440\u0445\u043D\u0435\u043C \u0443\u0433\u043B\u0443, \u0447\u0442\u043E\u0431\u044B \u0432\u043E\u0439\u0442\u0438 \u0432 \u0440\u0435\u0436\u0438\u043C \u0440\u0435\u0434\u0430\u043A\u0442\u043E\u0440\u0430 \u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u0435\u043B\u044C\u0441\u043A\u043E\u0433\u043E \u0438\u043D\u0442\u0435\u0440\u0444\u0435\u0439\u0441\u0430',
|
|
618
|
+
"Refresh data blocks": "\u041E\u0431\u043D\u043E\u0432\u0438\u0442\u044C \u0431\u043B\u043E\u043A\u0438 \u0434\u0430\u043D\u043D\u044B\u0445",
|
|
619
|
+
"Select data blocks to refresh": "\u0412\u044B\u0431\u0435\u0440\u0438\u0442\u0435 \u0431\u043B\u043E\u043A\u0438 \u0434\u0430\u043D\u043D\u044B\u0445 \u0434\u043B\u044F \u043E\u0431\u043D\u043E\u0432\u043B\u0435\u043D\u0438\u044F",
|
|
620
|
+
"After successful submission, the selected data blocks will be automatically refreshed.": "\u041F\u043E\u0441\u043B\u0435 \u0443\u0441\u043F\u0435\u0448\u043D\u043E\u0439 \u043E\u0442\u043F\u0440\u0430\u0432\u043A\u0438 \u0432\u044B\u0431\u0440\u0430\u043D\u043D\u044B\u0435 \u0431\u043B\u043E\u043A\u0438 \u0434\u0430\u043D\u043D\u044B\u0445 \u0431\u0443\u0434\u0443\u0442 \u0430\u0432\u0442\u043E\u043C\u0430\u0442\u0438\u0447\u0435\u0441\u043A\u0438 \u043E\u0431\u043D\u043E\u0432\u043B\u0435\u043D\u044B."
|
|
615
621
|
};
|
package/lib/locale/tr-TR.js
CHANGED
|
@@ -336,7 +336,8 @@ module.exports = {
|
|
|
336
336
|
"Turn pages": "Sayfalar\u0131 \xE7evir",
|
|
337
337
|
Others: "Di\u011Ferleri",
|
|
338
338
|
"Other records": "Di\u011Fer kay\u0131tlar",
|
|
339
|
-
"Save as template": "\
|
|
339
|
+
"Save as reference template": "Referans \u015Fablonu olarak kaydet",
|
|
340
|
+
"Save as inherited template": "Kal\u0131t\u0131m \u015Fablonu olarak kaydet",
|
|
340
341
|
"Save as block template": "Blok \u015Fablonu olarak kaydet",
|
|
341
342
|
"Block templates": "Blok \u015Fablonlar\u0131",
|
|
342
343
|
"Block template": "Blok \u015Fablonu",
|
|
@@ -411,6 +412,7 @@ module.exports = {
|
|
|
411
412
|
"Blank block": "Bo\u015F blok",
|
|
412
413
|
"Duplicate template": "\u015Eablonun kopyas\u0131n\u0131 olu\u015Ftur",
|
|
413
414
|
"Reference template": "Referans \u015Fablon",
|
|
415
|
+
"Inherited template": "Kal\u0131t\u0131m \u015Fablonu",
|
|
414
416
|
"Create calendar block": "Takvim blo\u011Fu olu\u015Ftur",
|
|
415
417
|
"Create kanban block": "Kanban blo\u011Fu olu\u015Ftur",
|
|
416
418
|
"Grouping field": "Alan grupland\u0131rma",
|
|
@@ -608,6 +610,10 @@ module.exports = {
|
|
|
608
610
|
"Are you sure you want to hide this tab?": "Bu sekmeyi gizlemek istedi\u011Finizden emin misiniz?",
|
|
609
611
|
"After hiding, this tab will no longer appear in the tab bar. To show it again, you need to go to the route management page to set it.": "Gizlendikten sonra, bu sekme art\u0131k sekme \xE7ubu\u011Funda g\xF6r\xFCnmeyecek. Onu tekrar g\xF6stermek i\xE7in, rotay\u0131 y\xF6netim sayfas\u0131na gidip ayarlaman\u0131z gerekiyor.",
|
|
610
612
|
Deprecated: "Kullan\u0131mdan kald\u0131r\u0131ld\u0131",
|
|
611
|
-
"
|
|
612
|
-
"
|
|
613
|
+
"Full permissions": "T\xFCm izinler",
|
|
614
|
+
"No pages yet, please configure first": "Hen\xFCz sayfa yok, l\xFCtfen \xF6nce yap\u0131land\u0131r\u0131n",
|
|
615
|
+
'Click the "UI Editor" icon in the upper right corner to enter the UI Editor mode': 'Kullan\u0131c\u0131 aray\xFCz\xFC d\xFCzenleyici moduna girmek i\xE7in sa\u011F \xFCst k\xF6\u015Fedeki "Kullan\u0131c\u0131 Aray\xFCz\xFC D\xFCzenleyici" simgesine t\u0131klay\u0131n',
|
|
616
|
+
"Refresh data blocks": "Yenile veri bloklar\u0131",
|
|
617
|
+
"Select data blocks to refresh": "Veri bloklar\u0131n\u0131 yenilemek i\xE7in se\xE7in",
|
|
618
|
+
"After successful submission, the selected data blocks will be automatically refreshed.": "Ba\u015Far\u0131l\u0131 bir \u015Fekilde g\xF6nderildikten sonra, se\xE7ilen veri bloklar\u0131 otomatik olarak yenilenecektir."
|
|
613
619
|
};
|