@saltcorn/server 1.6.0-alpha.0 → 1.6.0-alpha.10
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +37 -0
- package/app.js +13 -9
- package/auth/admin.js +30 -15
- package/auth/routes.js +1 -1
- package/docs/assets/hierarchy.js +1 -1
- package/docs/assets/icons.js +1 -1
- package/docs/assets/icons.svg +1 -1
- package/docs/assets/navigation.js +1 -1
- package/docs/assets/search.js +1 -1
- package/docs/assets/style.css +3 -3
- package/docs/classes/_saltcorn_admin-models.models_snapshot.Snapshot.html +2 -2
- package/docs/classes/_saltcorn_common-code.relations_relation.Relation.html +3 -3
- package/docs/classes/_saltcorn_common-code.relations_relations_finder.RelationsFinder.html +5 -5
- package/docs/classes/_saltcorn_data.diagram_cy_raster.CytoscapeRaster.html +4 -4
- package/docs/classes/_saltcorn_data.diagram_nodes_dummy_node.DummyNode.html +4 -4
- package/docs/classes/_saltcorn_data.diagram_nodes_node.Node.html +4 -4
- package/docs/classes/_saltcorn_data.diagram_nodes_page_node.PageNode.html +4 -4
- package/docs/classes/_saltcorn_data.diagram_nodes_table_node.TableNode.html +4 -4
- package/docs/classes/_saltcorn_data.diagram_nodes_trigger_node.TriggerNode.html +4 -4
- package/docs/classes/_saltcorn_data.diagram_nodes_view_node.ViewNode.html +4 -4
- package/docs/classes/_saltcorn_data.mobile-mocks_node_async_hooks.AsyncLocalStorage.html +2 -2
- package/docs/classes/_saltcorn_data.models_crash.Crash.html +2 -2
- package/docs/classes/_saltcorn_data.models_eventlog.EventLog.html +2 -2
- package/docs/classes/_saltcorn_data.models_field.Field.html +9 -9
- package/docs/classes/_saltcorn_data.models_fieldrepeat.FieldRepeat.html +2 -2
- package/docs/classes/_saltcorn_data.models_file.File.html +21 -21
- package/docs/classes/_saltcorn_data.models_form.Form.html +3 -2
- package/docs/classes/_saltcorn_data.models_internal_mail_queue.MailQueue.html +4 -4
- package/docs/classes/_saltcorn_data.models_internal_push_message_helper.PushMessageHelper.html +16 -9
- package/docs/classes/_saltcorn_data.models_library.Library.html +2 -2
- package/docs/classes/_saltcorn_data.models_model.Model.html +2 -2
- package/docs/classes/_saltcorn_data.models_model_instance.ModelInstance.html +2 -2
- package/docs/classes/_saltcorn_data.models_notification.Notification.html +2 -2
- package/docs/classes/_saltcorn_data.models_page.Page.html +11 -11
- package/docs/classes/_saltcorn_data.models_page_group.PageGroup.html +16 -16
- package/docs/classes/_saltcorn_data.models_page_group_member.PageGroupMember.html +8 -8
- package/docs/classes/_saltcorn_data.models_plugin.Plugin.html +13 -10
- package/docs/classes/_saltcorn_data.models_role.Role.html +2 -2
- package/docs/classes/_saltcorn_data.models_table.Table.html +73 -69
- package/docs/classes/_saltcorn_data.models_table_constraints.TableConstraint.html +2 -2
- package/docs/classes/_saltcorn_data.models_tag.Tag.html +2 -2
- package/docs/classes/_saltcorn_data.models_tag_entry.TagEntry.html +2 -2
- package/docs/classes/_saltcorn_data.models_trigger.Trigger.html +19 -19
- package/docs/classes/_saltcorn_data.models_user.User.html +32 -32
- package/docs/classes/_saltcorn_data.models_view.View.html +15 -15
- package/docs/classes/_saltcorn_data.models_workflow.Workflow.html +2 -2
- package/docs/classes/_saltcorn_data.models_workflow_run.WorkflowRun.html +2 -2
- package/docs/classes/_saltcorn_data.models_workflow_step.WorkflowStep.html +3 -2
- package/docs/classes/_saltcorn_data.models_workflow_trace.MetaData.html +2 -2
- package/docs/classes/_saltcorn_data.models_workflow_trace.WorkflowTrace.html +2 -2
- package/docs/classes/_saltcorn_mobile-builder.mobile-builder.MobileBuilder.html +8 -3
- package/docs/classes/_saltcorn_mobile-builder.utils_capacitor-helper.CapacitorHelper.html +2 -2
- package/docs/enums/_saltcorn_common-code.relations_relation_types.RelationType.html +2 -2
- package/docs/enums/_saltcorn_common-code.relations_relation_types.ViewDisplayType.html +2 -2
- package/docs/functions/_saltcorn_admin-models.models_config-check.runConfigurationCheck.html +1 -1
- package/docs/functions/_saltcorn_common-code.relations_relation_helpers.buildRelationPath.html +1 -1
- package/docs/functions/_saltcorn_common-code.relations_relation_helpers.buildTableCaches.html +1 -1
- package/docs/functions/_saltcorn_common-code.relations_relation_helpers.parseLegacyRelation.html +1 -1
- package/docs/functions/_saltcorn_common-code.relations_relation_helpers.parseRelationPath.html +1 -1
- package/docs/functions/_saltcorn_common-code.tests_test_data.fixturesData.html +1 -1
- package/docs/functions/_saltcorn_common-code.tests_test_data.withAnotherUserField.html +1 -1
- package/docs/functions/_saltcorn_common-code.tests_test_data.withKeyFromLayerThree.html +1 -1
- package/docs/functions/_saltcorn_common-code.tests_test_data.withKeyFromLayerTwo.html +1 -1
- package/docs/functions/_saltcorn_common-code.tests_test_data.withMultipleInbounds.html +1 -1
- package/docs/functions/_saltcorn_common-code.tests_test_data.withSecondTopicField.html +1 -1
- package/docs/functions/_saltcorn_common-code.tests_test_data.withSimplePostTopicrelation.html +1 -1
- package/docs/functions/_saltcorn_data.base-plugin_viewtemplates_viewable_fields.action_link.html +1 -1
- package/docs/functions/_saltcorn_data.base-plugin_viewtemplates_viewable_fields.action_url.html +1 -1
- package/docs/functions/_saltcorn_data.base-plugin_viewtemplates_viewable_fields.fill_presets.html +1 -1
- package/docs/functions/_saltcorn_data.base-plugin_viewtemplates_viewable_fields.getForm.html +1 -1
- package/docs/functions/_saltcorn_data.base-plugin_viewtemplates_viewable_fields.get_view_link_query.html +1 -1
- package/docs/functions/_saltcorn_data.base-plugin_viewtemplates_viewable_fields.get_viewable_fields.html +1 -1
- package/docs/functions/_saltcorn_data.base-plugin_viewtemplates_viewable_fields.get_viewable_fields_from_layout.html +1 -1
- package/docs/functions/_saltcorn_data.base-plugin_viewtemplates_viewable_fields.make_link.html +2 -2
- package/docs/functions/_saltcorn_data.base-plugin_viewtemplates_viewable_fields.objToQueryString.html +1 -1
- package/docs/functions/_saltcorn_data.base-plugin_viewtemplates_viewable_fields.parse_view_select.html +3 -3
- package/docs/functions/_saltcorn_data.base-plugin_viewtemplates_viewable_fields.setDateLocales.html +1 -1
- package/docs/functions/_saltcorn_data.base-plugin_viewtemplates_viewable_fields.splitUniques.html +1 -1
- package/docs/functions/_saltcorn_data.base-plugin_viewtemplates_viewable_fields.standardBlockDispatch.html +1 -1
- package/docs/functions/_saltcorn_data.base-plugin_viewtemplates_viewable_fields.standardLayoutRowVisitor.html +1 -1
- package/docs/functions/_saltcorn_data.base-plugin_viewtemplates_viewable_fields.transformForm.html +1 -1
- package/docs/functions/_saltcorn_data.base-plugin_viewtemplates_viewable_fields.updateViewSelect.html +2 -2
- package/docs/functions/_saltcorn_data.base-plugin_viewtemplates_viewable_fields.view_linker.html +2 -2
- package/docs/functions/_saltcorn_data.db_connect_mobile.getConnectObject.html +1 -1
- package/docs/functions/_saltcorn_data.db_reset_schema.reset.html +3 -3
- package/docs/functions/_saltcorn_data.diagram_cy_generate_utils.generateCyCode.html +1 -1
- package/docs/functions/_saltcorn_data.diagram_cy_generate_utils.genereateCyCfg.html +1 -1
- package/docs/functions/_saltcorn_data.diagram_node_extract_utils.buildObjectTrees.html +1 -1
- package/docs/functions/_saltcorn_data.diagram_node_extract_utils.extractFromColumns.html +1 -1
- package/docs/functions/_saltcorn_data.diagram_node_extract_utils.extractFromLayout.html +1 -1
- package/docs/functions/_saltcorn_data.diagram_node_extract_utils.extractViewToCreate.html +1 -1
- package/docs/functions/_saltcorn_data.migrate.create_blank_migration.html +1 -1
- package/docs/functions/_saltcorn_data.migrate.getMigrationsInDB.html +1 -1
- package/docs/functions/_saltcorn_data.migrate.migrate.html +3 -3
- package/docs/functions/_saltcorn_data.migrations_202102091312.js.html +1 -1
- package/docs/functions/_saltcorn_data.migrations_202210051058.js.html +1 -1
- package/docs/functions/_saltcorn_data.migrations_202210101540.js.html +1 -1
- package/docs/functions/_saltcorn_data.migrations_202304281224.js.html +1 -1
- package/docs/functions/_saltcorn_data.migrations_202307211459.js.html +1 -1
- package/docs/functions/_saltcorn_data.migrations_202502131103.js.html +1 -1
- package/docs/functions/_saltcorn_data.migrations_202508011455.js.html +1 -1
- package/docs/functions/_saltcorn_data.migrations_202510152058.js.html +1 -1
- package/docs/functions/_saltcorn_data.mobile-mocks_node_child_process.execSync.html +1 -1
- package/docs/functions/_saltcorn_data.mobile-mocks_node_fs.createReadStream.html +1 -1
- package/docs/functions/_saltcorn_data.mobile-mocks_node_fs.readdirSync.html +1 -1
- package/docs/functions/_saltcorn_data.mobile-mocks_node_fs.writeFileSync.html +1 -1
- package/docs/functions/_saltcorn_data.mobile-mocks_node_fs_promises.mkdir.html +1 -1
- package/docs/functions/_saltcorn_data.mobile-mocks_node_fs_promises.readFile.html +1 -1
- package/docs/functions/_saltcorn_data.mobile-mocks_node_fs_promises.stat.html +1 -1
- package/docs/functions/_saltcorn_data.mobile-mocks_node_fs_promises.unlink.html +1 -1
- package/docs/functions/_saltcorn_data.mobile-mocks_node_fs_promises.writeFile.html +1 -1
- package/docs/functions/_saltcorn_data.mobile-mocks_node_latest-version.latestVersion.html +1 -1
- package/docs/functions/_saltcorn_data.mobile-mocks_node_v8.deserialize.html +1 -1
- package/docs/functions/_saltcorn_data.mobile-mocks_node_v8.serialize.html +1 -1
- package/docs/functions/_saltcorn_data.mobile-mocks_npm_env-paths.envPaths.html +1 -1
- package/docs/functions/_saltcorn_data.model-helper.get_predictor.html +1 -1
- package/docs/functions/_saltcorn_data.model-helper.run_jupyter_model.html +1 -1
- package/docs/functions/_saltcorn_data.model-helper.shorten_trackback.html +1 -1
- package/docs/functions/_saltcorn_data.model-helper.write_csv.html +1 -1
- package/docs/functions/_saltcorn_data.models_internal_async_json_stream.async_json_stream.html +1 -1
- package/docs/functions/_saltcorn_data.models_internal_query.aggregation_query_fields.html +1 -1
- package/docs/functions/_saltcorn_data.models_internal_query.getAggAndField.html +1 -1
- package/docs/functions/_saltcorn_data.models_internal_query.joinfield_renamer.html +1 -1
- package/docs/functions/_saltcorn_data.models_internal_query.process_aggregations.html +1 -1
- package/docs/functions/_saltcorn_data.models_internal_s3_helpers.buildKeyFromRelative.html +1 -1
- package/docs/functions/_saltcorn_data.models_internal_s3_helpers.copyObject.html +1 -1
- package/docs/functions/_saltcorn_data.models_internal_s3_helpers.deleteObject.html +1 -1
- package/docs/functions/_saltcorn_data.models_internal_s3_helpers.downloadBuffer.html +1 -1
- package/docs/functions/_saltcorn_data.models_internal_s3_helpers.getPublicFileUrl.html +1 -1
- package/docs/functions/_saltcorn_data.models_internal_s3_helpers.getResolvedBucket.html +1 -1
- package/docs/functions/_saltcorn_data.models_internal_s3_helpers.getS3Client.html +1 -1
- package/docs/functions/_saltcorn_data.models_internal_s3_helpers.getServeUrl.html +1 -1
- package/docs/functions/_saltcorn_data.models_internal_s3_helpers.getSignedFileUrl.html +1 -1
- package/docs/functions/_saltcorn_data.models_internal_s3_helpers.headObject.html +1 -1
- package/docs/functions/_saltcorn_data.models_internal_s3_helpers.isS3Enabled.html +1 -1
- package/docs/functions/_saltcorn_data.models_internal_s3_helpers.listS3Folder.html +1 -1
- package/docs/functions/_saltcorn_data.models_internal_s3_helpers.publicUrlToRelativePath.html +1 -1
- package/docs/functions/_saltcorn_data.models_internal_s3_helpers.relativeKeyToPath.html +1 -1
- package/docs/functions/_saltcorn_data.models_internal_s3_helpers.setObjectMetadata.html +1 -1
- package/docs/functions/_saltcorn_data.models_internal_s3_helpers.uploadBuffer.html +1 -1
- package/docs/functions/_saltcorn_data.models_internal_table_helper.boolExamples.html +1 -1
- package/docs/functions/_saltcorn_data.models_internal_table_helper.colorExamples.html +1 -1
- package/docs/functions/_saltcorn_data.models_internal_table_helper.floatExamples.html +1 -1
- package/docs/functions/_saltcorn_data.models_internal_table_helper.get_formula_examples.html +1 -1
- package/docs/functions/_saltcorn_data.models_internal_table_helper.intExamples.html +1 -1
- package/docs/functions/_saltcorn_data.models_internal_table_helper.stringExamples.html +1 -1
- package/docs/functions/_saltcorn_data.plugin-helper.build_schema_data.html +1 -1
- package/docs/functions/_saltcorn_data.plugin-helper.calcfldViewConfig.html +1 -1
- package/docs/functions/_saltcorn_data.plugin-helper.calcfldViewOptions.html +1 -1
- package/docs/functions/_saltcorn_data.plugin-helper.calcrelViewOptions.html +5 -5
- package/docs/functions/_saltcorn_data.plugin-helper.displayType.html +1 -1
- package/docs/functions/_saltcorn_data.plugin-helper.field_picker_fields.html +2 -2
- package/docs/functions/_saltcorn_data.plugin-helper.generate_joined_query.html +1 -1
- package/docs/functions/_saltcorn_data.plugin-helper.getActionConfigFields.html +2 -2
- package/docs/functions/_saltcorn_data.plugin-helper.get_child_views.html +2 -2
- package/docs/functions/_saltcorn_data.plugin-helper.get_inbound_relation_opts.html +2 -2
- package/docs/functions/_saltcorn_data.plugin-helper.get_inbound_self_relation_opts.html +1 -1
- package/docs/functions/_saltcorn_data.plugin-helper.get_link_view_opts.html +1 -1
- package/docs/functions/_saltcorn_data.plugin-helper.get_many_to_many_relation_opts.html +4 -4
- package/docs/functions/_saltcorn_data.plugin-helper.get_parent_views.html +2 -2
- package/docs/functions/_saltcorn_data.plugin-helper.initial_config_all_fields.html +2 -2
- package/docs/functions/_saltcorn_data.plugin-helper.json_list_to_external_table.html +2 -2
- package/docs/functions/_saltcorn_data.plugin-helper.link_view.html +1 -1
- package/docs/functions/_saltcorn_data.plugin-helper.pathToState.html +1 -1
- package/docs/functions/_saltcorn_data.plugin-helper.picked_fields_to_query.html +2 -2
- package/docs/functions/_saltcorn_data.plugin-helper.readState.html +2 -2
- package/docs/functions/_saltcorn_data.plugin-helper.readStateStrict.html +3 -3
- package/docs/functions/_saltcorn_data.plugin-helper.runCollabEvents.html +4 -4
- package/docs/functions/_saltcorn_data.plugin-helper.run_action_column.html +2 -2
- package/docs/functions/_saltcorn_data.plugin-helper.stateFieldsToQuery.html +2 -2
- package/docs/functions/_saltcorn_data.plugin-helper.stateFieldsToWhere.html +1 -1
- package/docs/functions/_saltcorn_data.plugin-helper.stateToQueryString.html +1 -1
- package/docs/functions/_saltcorn_data.plugin-helper.strictParseInt.html +2 -2
- package/docs/functions/_saltcorn_data.plugin-testing.auto_test_plugin.html +1 -1
- package/docs/functions/_saltcorn_data.plugin-testing.check_view_columns.html +1 -1
- package/docs/functions/_saltcorn_data.plugin-testing.generate_attributes.html +1 -1
- package/docs/functions/_saltcorn_data.standard-menu.create_standard_menu.html +1 -1
- package/docs/functions/_saltcorn_data.tests_assertions.assertIsErrorMsg.html +1 -1
- package/docs/functions/_saltcorn_data.tests_assertions.assertIsErrorsMsg.html +1 -1
- package/docs/functions/_saltcorn_data.tests_assertions.assertIsRow.html +1 -1
- package/docs/functions/_saltcorn_data.tests_assertions.assertIsSet.html +1 -1
- package/docs/functions/_saltcorn_data.tests_assertions.assertIsType.html +1 -1
- package/docs/functions/_saltcorn_data.tests_assertions.assertsIsSuccessMessage.html +1 -1
- package/docs/functions/_saltcorn_data.tests_assertions.assertsObjectIsUser.html +1 -1
- package/docs/functions/_saltcorn_data.tests_common_helpers.createAnotherUserField.html +1 -1
- package/docs/functions/_saltcorn_data.tests_common_helpers.createKeyFromLevelTwo.html +1 -1
- package/docs/functions/_saltcorn_data.tests_common_helpers.createLevelThreeInbound.html +1 -1
- package/docs/functions/_saltcorn_data.tests_common_helpers.createMultipleInbounds.html +1 -1
- package/docs/functions/_saltcorn_data.tests_common_helpers.createSecondTopicField.html +1 -1
- package/docs/functions/_saltcorn_data.tests_common_helpers.prepareEmployeeDepartment.html +1 -1
- package/docs/functions/_saltcorn_data.tests_common_helpers.prepareSimpleTopicPostRelation.html +1 -1
- package/docs/functions/_saltcorn_data.tests_remote_query_helper.deleteViewFromServer.html +1 -1
- package/docs/functions/_saltcorn_data.tests_remote_query_helper.prepareQueryEnviroment.html +1 -1
- package/docs/functions/_saltcorn_data.tests_remote_query_helper.sendViewToServer.html +1 -1
- package/docs/functions/_saltcorn_data.translate.hasLLM.html +1 -1
- package/docs/functions/_saltcorn_data.translate.translate.html +1 -1
- package/docs/functions/_saltcorn_db-common.internal.ftsFieldsSqlExpr.html +1 -1
- package/docs/functions/_saltcorn_db-common.internal.mkSelectOptions.html +1 -1
- package/docs/functions/_saltcorn_db-common.internal.mkWhere.html +1 -1
- package/docs/functions/_saltcorn_db-common.internal.orderByIsObject.html +1 -1
- package/docs/functions/_saltcorn_db-common.internal.orderByIsOperator.html +1 -1
- package/docs/functions/_saltcorn_db-common.internal.prefixFieldsInWhere.html +1 -1
- package/docs/functions/_saltcorn_db-common.internal.sqlBinOp.html +1 -1
- package/docs/functions/_saltcorn_db-common.internal.sqlFun.html +1 -1
- package/docs/functions/_saltcorn_db-common.internal.sqlsanitize.html +1 -1
- package/docs/functions/_saltcorn_db-common.internal.sqlsanitizeAllowDots.html +1 -1
- package/docs/functions/_saltcorn_db-common.internal.subSelectWhere.html +1 -1
- package/docs/functions/_saltcorn_db-common.multi-tenant.enable_multi_tenant.html +1 -1
- package/docs/functions/_saltcorn_db-common.multi-tenant.getRequestContext.html +1 -1
- package/docs/functions/_saltcorn_db-common.multi-tenant.getTenantSchema.html +1 -1
- package/docs/functions/_saltcorn_db-common.multi-tenant.init.html +1 -1
- package/docs/functions/_saltcorn_db-common.multi-tenant.is_it_multi_tenant.html +1 -1
- package/docs/functions/_saltcorn_db-common.multi-tenant.runWithTenant.html +1 -1
- package/docs/functions/_saltcorn_db-common.sqlite-commons.buildInsertBulkSql.html +1 -1
- package/docs/functions/_saltcorn_db-common.sqlite-commons.buildInsertSql.html +1 -1
- package/docs/functions/_saltcorn_db-common.sqlite-commons.commitAndBeginNewTransaction.html +1 -1
- package/docs/functions/_saltcorn_db-common.sqlite-commons.doCount.html +1 -1
- package/docs/functions/_saltcorn_db-common.sqlite-commons.doDeleteWhere.html +1 -1
- package/docs/functions/_saltcorn_db-common.sqlite-commons.doListScTables.html +1 -1
- package/docs/functions/_saltcorn_db-common.sqlite-commons.doListTables.html +1 -1
- package/docs/functions/_saltcorn_db-common.sqlite-commons.doListUserDefinedTables.html +1 -1
- package/docs/functions/_saltcorn_db-common.sqlite-commons.do_add_index.html +1 -1
- package/docs/functions/_saltcorn_db-common.sqlite-commons.do_drop_index.html +1 -1
- package/docs/functions/_saltcorn_db-common.sqlite-commons.mkVal.html +1 -1
- package/docs/functions/_saltcorn_db-common.sqlite-commons.openOrUseTransaction.html +1 -1
- package/docs/functions/_saltcorn_db-common.sqlite-commons.reprAsJson.html +1 -1
- package/docs/functions/_saltcorn_db-common.sqlite-commons.slugify.html +1 -1
- package/docs/functions/_saltcorn_db-common.sqlite-commons.tryCatchInTransaction.html +1 -1
- package/docs/functions/_saltcorn_db-common.sqlite-commons.whenTransactionisFree.html +1 -1
- package/docs/functions/_saltcorn_db-common.sqlite-commons.withTransaction.html +1 -1
- package/docs/functions/_saltcorn_markup.mktag.mkTag.html +1 -1
- package/docs/functions/_saltcorn_markup.tabs.tabs.html +1 -1
- package/docs/functions/_saltcorn_markup.workflow.renderWorkflow.html +2 -0
- package/docs/functions/_saltcorn_mobile-builder.utils_common-build-utils.androidFeatures.html +1 -1
- package/docs/functions/_saltcorn_mobile-builder.utils_common-build-utils.androidPermissions.html +1 -1
- package/docs/functions/_saltcorn_mobile-builder.utils_common-build-utils.buildTablesFile.html +1 -1
- package/docs/functions/_saltcorn_mobile-builder.utils_common-build-utils.copyPrepopulatedDb.html +1 -1
- package/docs/functions/_saltcorn_mobile-builder.utils_common-build-utils.copyServerFiles.html +1 -1
- package/docs/functions/_saltcorn_mobile-builder.utils_common-build-utils.copyShareExtFiles.html +1 -1
- package/docs/functions/_saltcorn_mobile-builder.utils_common-build-utils.copySiteLogo.html +1 -1
- package/docs/functions/_saltcorn_mobile-builder.utils_common-build-utils.copyTranslationFiles.html +1 -1
- package/docs/functions/_saltcorn_mobile-builder.utils_common-build-utils.createSqliteDb.html +1 -1
- package/docs/functions/_saltcorn_mobile-builder.utils_common-build-utils.extractDomain.html +1 -1
- package/docs/functions/_saltcorn_mobile-builder.utils_common-build-utils.generateAndroidVersionCode.html +1 -1
- package/docs/functions/_saltcorn_mobile-builder.utils_common-build-utils.hasAuthMethod.html +1 -1
- package/docs/functions/_saltcorn_mobile-builder.utils_common-build-utils.modifyAndroidManifest.html +1 -1
- package/docs/functions/_saltcorn_mobile-builder.utils_common-build-utils.modifyAppDelegate.html +1 -0
- package/docs/functions/_saltcorn_mobile-builder.utils_common-build-utils.modifyConfigXml.html +1 -1
- package/docs/functions/_saltcorn_mobile-builder.utils_common-build-utils.modifyGradleConfig.html +1 -1
- package/docs/functions/_saltcorn_mobile-builder.utils_common-build-utils.modifyInfoPlist.html +1 -1
- package/docs/functions/_saltcorn_mobile-builder.utils_common-build-utils.modifyShareViewController.html +1 -0
- package/docs/functions/_saltcorn_mobile-builder.utils_common-build-utils.modifyXcodeProjectFile.html +1 -1
- package/docs/functions/_saltcorn_mobile-builder.utils_common-build-utils.prepAppIcon.html +1 -1
- package/docs/functions/_saltcorn_mobile-builder.utils_common-build-utils.prepareAppIcon.html +1 -1
- package/docs/functions/_saltcorn_mobile-builder.utils_common-build-utils.prepareBuildDir.html +5 -3
- package/docs/functions/_saltcorn_mobile-builder.utils_common-build-utils.prepareExportOptionsPlist.html +1 -1
- package/docs/functions/_saltcorn_mobile-builder.utils_common-build-utils.prepareSplashIcon.html +1 -1
- package/docs/functions/_saltcorn_mobile-builder.utils_common-build-utils.prepareSplashPage.html +1 -1
- package/docs/functions/_saltcorn_mobile-builder.utils_common-build-utils.runAddEntitlementsScript.html +1 -0
- package/docs/functions/_saltcorn_mobile-builder.utils_common-build-utils.writeCapacitorConfig.html +1 -1
- package/docs/functions/_saltcorn_mobile-builder.utils_common-build-utils.writeCfgFile.html +1 -1
- package/docs/functions/_saltcorn_mobile-builder.utils_common-build-utils.writeDataExtractionRules.html +1 -1
- package/docs/functions/_saltcorn_mobile-builder.utils_common-build-utils.writeEntitlementsPlist.html +1 -0
- package/docs/functions/_saltcorn_mobile-builder.utils_common-build-utils.writeNetworkSecurityConfig.html +1 -1
- package/docs/functions/_saltcorn_mobile-builder.utils_common-build-utils.writePodfile.html +1 -1
- package/docs/functions/_saltcorn_mobile-builder.utils_common-build-utils.writePrivacyInfo.html +1 -1
- package/docs/functions/_saltcorn_mobile-builder.utils_package-bundle-utils.bundleMobileAppCode.html +1 -1
- package/docs/functions/_saltcorn_mobile-builder.utils_package-bundle-utils.bundlePackagesAndPlugins.html +1 -1
- package/docs/functions/_saltcorn_mobile-builder.utils_package-bundle-utils.copyOptionalSource.html +1 -1
- package/docs/functions/_saltcorn_mobile-builder.utils_package-bundle-utils.copyPluginMobileAppDirs.html +1 -1
- package/docs/functions/_saltcorn_mobile-builder.utils_package-bundle-utils.copyPublicDirs.html +1 -1
- package/docs/functions/_saltcorn_sqlite-mobile.sqlite_capacitor.add_index.html +1 -1
- package/docs/functions/_saltcorn_sqlite-mobile.sqlite_capacitor.add_unique_constraint.html +1 -1
- package/docs/functions/_saltcorn_sqlite-mobile.sqlite_capacitor.count.html +1 -1
- package/docs/functions/_saltcorn_sqlite-mobile.sqlite_capacitor.deleteWhere.html +1 -1
- package/docs/functions/_saltcorn_sqlite-mobile.sqlite_capacitor.drop_index.html +1 -1
- package/docs/functions/_saltcorn_sqlite-mobile.sqlite_capacitor.drop_reset_schema.html +1 -1
- package/docs/functions/_saltcorn_sqlite-mobile.sqlite_capacitor.drop_unique_constraint.html +1 -1
- package/docs/functions/_saltcorn_sqlite-mobile.sqlite_capacitor.init.html +1 -1
- package/docs/functions/_saltcorn_sqlite-mobile.sqlite_capacitor.insert.html +1 -1
- package/docs/functions/_saltcorn_sqlite-mobile.sqlite_capacitor.insertRows.html +1 -1
- package/docs/functions/_saltcorn_sqlite-mobile.sqlite_capacitor.listScTables.html +1 -1
- package/docs/functions/_saltcorn_sqlite-mobile.sqlite_capacitor.listTables.html +1 -1
- package/docs/functions/_saltcorn_sqlite-mobile.sqlite_capacitor.listUserDefinedTables.html +1 -1
- package/docs/functions/_saltcorn_sqlite-mobile.sqlite_capacitor.query.html +1 -1
- package/docs/functions/_saltcorn_sqlite-mobile.sqlite_capacitor.select.html +1 -1
- package/docs/functions/_saltcorn_sqlite-mobile.sqlite_capacitor.selectMaybeOne.html +1 -1
- package/docs/functions/_saltcorn_sqlite-mobile.sqlite_capacitor.selectOne.html +1 -1
- package/docs/functions/_saltcorn_sqlite-mobile.sqlite_capacitor.setConnectionObject.html +1 -1
- package/docs/functions/_saltcorn_sqlite-mobile.sqlite_capacitor.tableExists.html +1 -1
- package/docs/functions/_saltcorn_sqlite-mobile.sqlite_capacitor.time.html +1 -1
- package/docs/functions/_saltcorn_sqlite-mobile.sqlite_capacitor.update.html +1 -1
- package/docs/functions/_saltcorn_sqlite.sqlite.add_index.html +1 -1
- package/docs/functions/_saltcorn_sqlite.sqlite.add_unique_constraint.html +1 -1
- package/docs/functions/_saltcorn_sqlite.sqlite.begin.html +1 -1
- package/docs/functions/_saltcorn_sqlite.sqlite.changeConnection.html +1 -1
- package/docs/functions/_saltcorn_sqlite.sqlite.close.html +1 -1
- package/docs/functions/_saltcorn_sqlite.sqlite.commit.html +1 -1
- package/docs/functions/_saltcorn_sqlite.sqlite.count.html +1 -1
- package/docs/functions/_saltcorn_sqlite.sqlite.deleteWhere.html +1 -1
- package/docs/functions/_saltcorn_sqlite.sqlite.dropTable.html +1 -1
- package/docs/functions/_saltcorn_sqlite.sqlite.dropTables.html +1 -1
- package/docs/functions/_saltcorn_sqlite.sqlite.drop_index.html +1 -1
- package/docs/functions/_saltcorn_sqlite.sqlite.drop_reset_schema.html +1 -1
- package/docs/functions/_saltcorn_sqlite.sqlite.drop_unique_constraint.html +1 -1
- package/docs/functions/_saltcorn_sqlite.sqlite.getVersion.html +1 -1
- package/docs/functions/_saltcorn_sqlite.sqlite.get_db_filepath.html +1 -1
- package/docs/functions/_saltcorn_sqlite.sqlite.get_sql_logging.html +1 -1
- package/docs/functions/_saltcorn_sqlite.sqlite.init.html +1 -1
- package/docs/functions/_saltcorn_sqlite.sqlite.insert.html +1 -1
- package/docs/functions/_saltcorn_sqlite.sqlite.listScTables.html +1 -1
- package/docs/functions/_saltcorn_sqlite.sqlite.listTables.html +1 -1
- package/docs/functions/_saltcorn_sqlite.sqlite.listUserDefinedTables.html +1 -1
- package/docs/functions/_saltcorn_sqlite.sqlite.query.html +1 -1
- package/docs/functions/_saltcorn_sqlite.sqlite.rollback.html +1 -1
- package/docs/functions/_saltcorn_sqlite.sqlite.select.html +1 -1
- package/docs/functions/_saltcorn_sqlite.sqlite.selectMaybeOne.html +1 -1
- package/docs/functions/_saltcorn_sqlite.sqlite.selectOne.html +1 -1
- package/docs/functions/_saltcorn_sqlite.sqlite.set_sql_logging.html +1 -1
- package/docs/functions/_saltcorn_sqlite.sqlite.sql_log.html +1 -1
- package/docs/functions/_saltcorn_sqlite.sqlite.update.html +1 -1
- package/docs/functions/_saltcorn_sqlite.sqlite.updateWhere.html +1 -1
- package/docs/functions/_saltcorn_types.base_types.instanceOWithHtmlFile.html +1 -1
- package/docs/functions/_saltcorn_types.base_types.instanceOfFieldViewEdit.html +1 -0
- package/docs/functions/_saltcorn_types.base_types.instanceOfFieldViewShow.html +1 -0
- package/docs/functions/_saltcorn_types.base_types.instanceOfPack.html +1 -0
- package/docs/functions/_saltcorn_types.common_types.instanceOfErrorMsg.html +1 -1
- package/docs/functions/_saltcorn_types.common_types.instanceOfSuccessMsg.html +1 -1
- package/docs/functions/_saltcorn_types.common_types.instanceOfType.html +1 -1
- package/docs/functions/_saltcorn_types.model-abstracts_abstract_field.instanceOfField.html +1 -1
- package/docs/functions/_saltcorn_types.model-abstracts_abstract_page.instanceOfPage.html +1 -1
- package/docs/functions/_saltcorn_types.model-abstracts_abstract_plugin.instanceOfPlugin.html +1 -0
- package/docs/functions/_saltcorn_types.model-abstracts_abstract_table.instanceOfTable.html +1 -0
- package/docs/functions/_saltcorn_types.model-abstracts_abstract_view.instanceOfView.html +1 -1
- package/docs/hierarchy.html +1 -1
- package/docs/index.html +4 -2
- package/docs/interfaces/_saltcorn_db-common.dbtypes.UserLike.html +2 -2
- package/docs/interfaces/_saltcorn_markup.types.TagExports.html +2 -2
- package/docs/interfaces/_saltcorn_mobile-builder.utils_common-build-utils.ScCapacitorConfig.html +2 -2
- package/docs/interfaces/_saltcorn_types.model-abstracts_abstract_field.AbstractField.html +2 -2
- package/docs/interfaces/_saltcorn_types.model-abstracts_abstract_field.AbstractFieldRepeat.html +2 -2
- package/docs/interfaces/_saltcorn_types.model-abstracts_abstract_form.AbstractForm.html +3 -2
- package/docs/interfaces/_saltcorn_types.model-abstracts_abstract_page.AbstractPage.html +2 -2
- package/docs/interfaces/_saltcorn_types.model-abstracts_abstract_page_group.AbstractPageGroup.html +2 -2
- package/docs/interfaces/_saltcorn_types.model-abstracts_abstract_page_group_member.AbstractPageGroupMember.html +2 -2
- package/docs/interfaces/_saltcorn_types.model-abstracts_abstract_plugin.AbstractPlugin.html +13 -0
- package/docs/interfaces/_saltcorn_types.model-abstracts_abstract_role.AbstractRole.html +2 -2
- package/docs/interfaces/_saltcorn_types.model-abstracts_abstract_table.AbstractTable.html +2 -2
- package/docs/interfaces/_saltcorn_types.model-abstracts_abstract_tag.AbstractTag.html +2 -2
- package/docs/interfaces/_saltcorn_types.model-abstracts_abstract_tag_entry.AbstractTagEntry.html +2 -2
- package/docs/interfaces/_saltcorn_types.model-abstracts_abstract_trigger.AbstractTrigger.html +2 -2
- package/docs/interfaces/_saltcorn_types.model-abstracts_abstract_user.AbstractUser.html +2 -2
- package/docs/interfaces/_saltcorn_types.model-abstracts_abstract_user.ForUserRequest.html +2 -2
- package/docs/interfaces/_saltcorn_types.model-abstracts_abstract_view.AbstractView.html +2 -2
- package/docs/interfaces/_saltcorn_types.model-abstracts_abstract_workflow.AbstractWorkflow.html +2 -2
- package/docs/modules/_saltcorn_admin-models.index.html +1 -1
- package/docs/modules/_saltcorn_common-code..html +1 -1
- package/docs/modules/_saltcorn_common-code.index.html +1 -1
- package/docs/modules/_saltcorn_common-code.relations_relation-1.html +1 -1
- package/docs/modules/_saltcorn_common-code.relations_relation_helpers-1.html +1 -1
- package/docs/modules/_saltcorn_common-code.relations_relation_types-1.html +1 -1
- package/docs/modules/_saltcorn_common-code.relations_relations_finder-1.html +1 -1
- package/docs/modules/_saltcorn_data..html +1 -1
- package/docs/modules/_saltcorn_data.base-plugin_actions-1.html +1 -1
- package/docs/modules/_saltcorn_data.base-plugin_fieldviews-1.html +1 -1
- package/docs/modules/_saltcorn_data.base-plugin_fieldviews.html +1 -1
- package/docs/modules/_saltcorn_data.base-plugin_fileview-1.html +1 -1
- package/docs/modules/_saltcorn_data.base-plugin_fileview.html +1 -1
- package/docs/modules/_saltcorn_data.base-plugin_index-1.html +1 -1
- package/docs/modules/_saltcorn_data.base-plugin_index-2.html +1 -1
- package/docs/modules/_saltcorn_data.base-plugin_types-1.html +1 -1
- package/docs/modules/_saltcorn_data.base-plugin_types.html +1 -1
- package/docs/modules/_saltcorn_data.base-plugin_viewtemplates_edit-1.html +1 -1
- package/docs/modules/_saltcorn_data.base-plugin_viewtemplates_feed-1.html +1 -1
- package/docs/modules/_saltcorn_data.base-plugin_viewtemplates_filter-1.html +1 -1
- package/docs/modules/_saltcorn_data.base-plugin_viewtemplates_list-1.html +1 -1
- package/docs/modules/_saltcorn_data.base-plugin_viewtemplates_listshowlist-1.html +1 -1
- package/docs/modules/_saltcorn_data.base-plugin_viewtemplates_room-2.html +1 -1
- package/docs/modules/_saltcorn_data.base-plugin_viewtemplates_room-3.html +1 -1
- package/docs/modules/_saltcorn_data.base-plugin_viewtemplates_show-1.html +1 -1
- package/docs/modules/_saltcorn_data.base-plugin_viewtemplates_viewable_fields-1.html +1 -2
- package/docs/modules/_saltcorn_data.base-plugin_viewtemplates_viewable_fields-2.html +1 -0
- package/docs/modules/_saltcorn_data.contract.html +1 -1
- package/docs/modules/_saltcorn_data.db_connect-1.html +1 -1
- package/docs/modules/_saltcorn_data.db_connect_mobile-1.html +1 -1
- package/docs/modules/_saltcorn_data.db_fa5-icons-1.html +1 -1
- package/docs/modules/_saltcorn_data.db_fixtures-1.html +1 -1
- package/docs/modules/_saltcorn_data.db_index-1.html +1 -1
- package/docs/modules/_saltcorn_data.db_index-2.html +1 -1
- package/docs/modules/_saltcorn_data.db_reset_schema-1.html +1 -1
- package/docs/modules/_saltcorn_data.db_state-1.html +1 -1
- package/docs/modules/_saltcorn_data.html +3 -2
- package/docs/modules/_saltcorn_data.index.html +1 -1
- package/docs/modules/{_saltcorn_data.tests_exact_views.test.html → _saltcorn_data.mobile-mocks_npm_apns2.html} +1 -1
- package/docs/modules/_saltcorn_data.mobile-mocks_npm_vm2.html +1 -0
- package/docs/modules/{_saltcorn_data.tests_workflow_run.test.html → _saltcorn_data.mobile-mocks_npm_xml2js.html} +1 -1
- package/docs/modules/_saltcorn_data.model-helper.html +2 -1
- package/docs/modules/_saltcorn_data.models_config-1.html +1 -1
- package/docs/modules/_saltcorn_data.models_config.configExports.html +1 -1
- package/docs/modules/_saltcorn_data.models_crash-1.html +1 -1
- package/docs/modules/_saltcorn_data.models_discovery-1.html +1 -1
- package/docs/modules/_saltcorn_data.models_email-1.html +1 -1
- package/docs/modules/_saltcorn_data.models_eventlog-1.html +1 -1
- package/docs/modules/_saltcorn_data.models_eventlog.EventLog.html +1 -1
- package/docs/modules/_saltcorn_data.models_expression-1.html +1 -1
- package/docs/modules/_saltcorn_data.models_field-1.html +1 -1
- package/docs/modules/_saltcorn_data.models_fieldrepeat-1.html +1 -1
- package/docs/modules/_saltcorn_data.models_file-1.html +1 -1
- package/docs/modules/_saltcorn_data.models_file.File.html +1 -1
- package/docs/modules/_saltcorn_data.models_form-1.html +1 -1
- package/docs/modules/_saltcorn_data.models_form.Form.html +1 -1
- package/docs/modules/_saltcorn_data.models_index-1.html +1 -1
- package/docs/modules/_saltcorn_data.models_index.html +1 -1
- package/docs/modules/_saltcorn_data.models_internal_async_json_stream-1.html +1 -1
- package/docs/modules/_saltcorn_data.models_internal_mail_queue-1.html +1 -1
- package/docs/modules/_saltcorn_data.models_internal_push_message_helper-1.html +1 -1
- package/docs/modules/_saltcorn_data.models_internal_push_message_helper.html +1 -1
- package/docs/modules/_saltcorn_data.models_internal_query-1.html +1 -1
- package/docs/modules/_saltcorn_data.models_internal_s3_helpers-1.html +1 -1
- package/docs/modules/_saltcorn_data.models_internal_table_helper-1.html +1 -1
- package/docs/modules/_saltcorn_data.models_layout-1.html +1 -1
- package/docs/modules/_saltcorn_data.models_library-1.html +1 -1
- package/docs/modules/_saltcorn_data.models_model-1.html +1 -1
- package/docs/modules/_saltcorn_data.models_model_instance-1.html +1 -1
- package/docs/modules/_saltcorn_data.models_notification-1.html +1 -1
- package/docs/modules/_saltcorn_data.models_page-1.html +1 -1
- package/docs/modules/_saltcorn_data.models_page_group-1.html +1 -1
- package/docs/modules/_saltcorn_data.models_page_group.PageGroup.html +1 -1
- package/docs/modules/_saltcorn_data.models_page_group_member-1.html +1 -1
- package/docs/modules/_saltcorn_data.models_plugin-1.html +1 -1
- package/docs/modules/_saltcorn_data.models_random-1.html +1 -1
- package/docs/modules/_saltcorn_data.models_role-1.html +1 -1
- package/docs/modules/_saltcorn_data.models_scheduler-1.html +1 -1
- package/docs/modules/_saltcorn_data.models_table-1.html +1 -1
- package/docs/modules/_saltcorn_data.models_table.Table.html +1 -1
- package/docs/modules/_saltcorn_data.models_table_constraints-1.html +1 -1
- package/docs/modules/_saltcorn_data.models_tag-1.html +1 -1
- package/docs/modules/_saltcorn_data.models_tag_entry-1.html +1 -1
- package/docs/modules/_saltcorn_data.models_tag_entry.TagEntry.html +1 -1
- package/docs/modules/_saltcorn_data.models_trigger-1.html +1 -1
- package/docs/modules/_saltcorn_data.models_user-1.html +1 -1
- package/docs/modules/_saltcorn_data.models_view-1.html +1 -1
- package/docs/modules/_saltcorn_data.models_view.View.html +1 -1
- package/docs/modules/_saltcorn_data.models_workflow-1.html +1 -1
- package/docs/modules/_saltcorn_data.models_workflow_run-1.html +1 -1
- package/docs/modules/_saltcorn_data.models_workflow_step-1.html +1 -1
- package/docs/modules/_saltcorn_data.models_workflow_trace-2.html +1 -1
- package/docs/modules/_saltcorn_data.models_workflow_trace-3.html +1 -1
- package/docs/modules/_saltcorn_data.standard-menu.html +2 -1
- package/docs/modules/_saltcorn_db-common..html +1 -1
- package/docs/modules/_saltcorn_db-common.index.html +1 -1
- package/docs/modules/_saltcorn_db-common.internal.html +1 -1
- package/docs/modules/_saltcorn_markup.emergency_layout.EmergencyLayoutExports.html +1 -1
- package/docs/modules/_saltcorn_markup.helpers.HelpersExports.html +1 -1
- package/docs/modules/_saltcorn_markup.html +1 -1
- package/docs/modules/_saltcorn_markup.index.html +1 -1
- package/docs/modules/_saltcorn_markup.layout.LayoutExports-1.html +1 -1
- package/docs/modules/_saltcorn_markup.layout.LayoutExports.html +1 -1
- package/docs/modules/_saltcorn_markup.mjml-layout.LayoutExports.html +1 -1
- package/docs/modules/_saltcorn_markup.table.TableExports.html +1 -1
- package/docs/{variables/_saltcorn_data.base-plugin_types.float.sql_name.html → modules/_saltcorn_markup.workflow.html} +1 -1
- package/docs/modules/_saltcorn_mobile-builder..html +1 -1
- package/docs/modules/_saltcorn_mobile-builder.index.html +1 -1
- package/docs/modules/_saltcorn_mobile-builder.utils_common-build-utils.html +1 -1
- package/docs/modules/_saltcorn_sqlite-mobile.index.html +1 -1
- package/docs/modules/_saltcorn_sqlite-mobile.sqlite_capacitor.html +1 -1
- package/docs/modules/_saltcorn_sqlite..html +1 -1
- package/docs/modules/_saltcorn_sqlite.index.html +1 -1
- package/docs/modules/_saltcorn_sqlite.sqlite.html +1 -1
- package/docs/modules/_saltcorn_types..Types.html +1 -1
- package/docs/modules/_saltcorn_types..html +1 -1
- package/docs/modules/_saltcorn_types.base_types.html +1 -1
- package/docs/modules/_saltcorn_types.index.html +1 -1
- package/docs/modules/_saltcorn_types.model-abstracts_abstract_event_log-1.html +1 -1
- package/docs/modules/_saltcorn_types.model-abstracts_abstract_field-1.html +1 -1
- package/docs/modules/_saltcorn_types.model-abstracts_abstract_form-1.html +1 -1
- package/docs/modules/_saltcorn_types.model-abstracts_abstract_library-1.html +1 -1
- package/docs/modules/_saltcorn_types.model-abstracts_abstract_model-1.html +1 -1
- package/docs/modules/_saltcorn_types.model-abstracts_abstract_model_instance-1.html +1 -1
- package/docs/modules/_saltcorn_types.model-abstracts_abstract_page-1.html +1 -1
- package/docs/modules/_saltcorn_types.model-abstracts_abstract_page_group-1.html +1 -1
- package/docs/modules/_saltcorn_types.model-abstracts_abstract_page_group_member-1.html +1 -1
- package/docs/modules/_saltcorn_types.model-abstracts_abstract_plugin-1.html +1 -1
- package/docs/modules/_saltcorn_types.model-abstracts_abstract_plugin.html +1 -1
- package/docs/modules/_saltcorn_types.model-abstracts_abstract_role-1.html +1 -1
- package/docs/modules/_saltcorn_types.model-abstracts_abstract_table-1.html +1 -1
- package/docs/modules/_saltcorn_types.model-abstracts_abstract_table.html +1 -1
- package/docs/modules/_saltcorn_types.model-abstracts_abstract_tag-1.html +1 -1
- package/docs/modules/_saltcorn_types.model-abstracts_abstract_tag_entry-1.html +1 -1
- package/docs/modules/_saltcorn_types.model-abstracts_abstract_trigger-1.html +1 -1
- package/docs/modules/_saltcorn_types.model-abstracts_abstract_user-1.html +1 -1
- package/docs/modules/_saltcorn_types.model-abstracts_abstract_view-1.html +1 -1
- package/docs/modules/_saltcorn_types.model-abstracts_abstract_workflow-1.html +1 -1
- package/docs/modules/_saltcorn_types.model-abstracts_abstract_workflow_run-1.html +1 -1
- package/docs/modules/_saltcorn_types.model-abstracts_abstract_workflow_step-1.html +1 -1
- package/docs/modules/_saltcorn_types.model-abstracts_abstract_workflow_trace-1.html +1 -1
- package/docs/modules/_saltcorn_types.model-abstracts_index-1.html +1 -1
- package/docs/modules/_saltcorn_types.model-abstracts_index.ModelAbstracts.html +1 -1
- package/docs/types/_saltcorn_data.diagram_node_extract_utils.ExtractOpts.html +2 -2
- package/docs/types/_saltcorn_data.diagram_node_extract_utils.ExtractResult.html +2 -2
- package/docs/types/_saltcorn_data.diagram_nodes_node.NodeType.html +1 -1
- package/docs/types/_saltcorn_data.models_config.ConfigTypes.html +1 -1
- package/docs/types/_saltcorn_data.models_config.SingleConfig.html +1 -1
- package/docs/types/_saltcorn_data.models_eventlog.EventLogCfg.html +2 -2
- package/docs/types/_saltcorn_data.models_file.FileCfg.html +2 -2
- package/docs/types/_saltcorn_data.models_form.AdditionalButton.html +1 -1
- package/docs/types/_saltcorn_data.models_form.FormCfg.html +3 -2
- package/docs/types/_saltcorn_data.models_internal_push_message_helper.MobileSubscription.html +4 -0
- package/docs/types/_saltcorn_data.models_internal_push_message_helper.WebPushSubscription.html +2 -2
- package/docs/types/_saltcorn_data.models_internal_s3_helpers.S3HeadResult.html +1 -1
- package/docs/types/_saltcorn_data.models_internal_s3_helpers.S3ListResult.html +2 -2
- package/docs/types/_saltcorn_data.models_page_group.ScreenInfoParams.html +2 -2
- package/docs/types/_saltcorn_data.models_table.ChildRelations.html +2 -2
- package/docs/types/_saltcorn_data.models_table.ParentRelations.html +2 -2
- package/docs/types/_saltcorn_data.models_table.RelationData.html +2 -2
- package/docs/types/_saltcorn_data.models_tag_entry.TagEntryCfg.html +1 -1
- package/docs/types/_saltcorn_data.models_view.FindViewsPred.html +1 -1
- package/docs/types/_saltcorn_db-common.dbtypes.AggregationOptions.html +2 -2
- package/docs/types/_saltcorn_db-common.dbtypes.CoordOpts.html +2 -2
- package/docs/types/_saltcorn_db-common.dbtypes.DatabaseClient.html +2 -2
- package/docs/types/_saltcorn_db-common.dbtypes.JoinField.html +2 -2
- package/docs/types/_saltcorn_db-common.dbtypes.JoinFields.html +1 -1
- package/docs/types/_saltcorn_db-common.dbtypes.JoinOptions.html +1 -1
- package/docs/types/_saltcorn_db-common.dbtypes.JsonPath.html +1 -1
- package/docs/types/_saltcorn_db-common.dbtypes.JsonPathElem.html +1 -1
- package/docs/types/_saltcorn_db-common.dbtypes.Operator.html +1 -1
- package/docs/types/_saltcorn_db-common.dbtypes.PartialSome.html +1 -1
- package/docs/types/_saltcorn_db-common.dbtypes.PrimaryKeyValue.html +1 -1
- package/docs/types/_saltcorn_db-common.dbtypes.Row.html +1 -1
- package/docs/types/_saltcorn_db-common.dbtypes.SelectOptions.html +4 -2
- package/docs/types/_saltcorn_db-common.dbtypes.StrongRow.html +1 -1
- package/docs/types/_saltcorn_db-common.dbtypes.SubselectOptions.html +2 -2
- package/docs/types/_saltcorn_db-common.dbtypes.Value.html +1 -1
- package/docs/types/_saltcorn_db-common.dbtypes.Where.html +2 -2
- package/docs/types/_saltcorn_db-common.sqlite-commons.SqlAndValues.html +2 -2
- package/docs/types/_saltcorn_db-common.types.DbExportsType.html +2 -2
- package/docs/types/_saltcorn_db-common.types.GenObj.html +1 -1
- package/docs/types/_saltcorn_markup.emergency_layout.WrapParams.html +2 -2
- package/docs/types/_saltcorn_markup.helpers.CheckBoxGroupOpts.html +2 -2
- package/docs/types/_saltcorn_markup.helpers.PaginationOpts.html +2 -2
- package/docs/types/_saltcorn_markup.helpers.RadioGroupOpts.html +2 -2
- package/docs/types/_saltcorn_markup.helpers.SearchBarOpts.html +2 -2
- package/docs/types/_saltcorn_markup.layout.RenderOpts-1.html +2 -2
- package/docs/types/_saltcorn_markup.layout.RenderOpts.html +2 -2
- package/docs/types/_saltcorn_markup.mjml-layout.RenderOpts.html +2 -2
- package/docs/types/_saltcorn_markup.table.HeadersParams.html +2 -2
- package/docs/types/_saltcorn_markup.table.OptsParams.html +3 -2
- package/docs/types/_saltcorn_markup.types.AttributeVal.html +1 -1
- package/docs/types/_saltcorn_markup.types.Attributes.html +2 -2
- package/docs/types/_saltcorn_markup.types.ClassVal.html +1 -1
- package/docs/types/_saltcorn_markup.types.Element.html +1 -1
- package/docs/types/_saltcorn_markup.types.Falsy.html +1 -1
- package/docs/types/_saltcorn_markup.types.StyleVal.html +1 -1
- package/docs/types/_saltcorn_markup.types.TagFunction.html +1 -1
- package/docs/types/_saltcorn_mobile-builder.mobile-builder.IosCfg.html +4 -3
- package/docs/types/_saltcorn_mobile-builder.utils_capacitor-helper.CapacitorCfg.html +2 -2
- package/docs/types/_saltcorn_types.base_types.Action.html +3 -3
- package/docs/types/_saltcorn_types.base_types.AuthenticationMethod.html +2 -2
- package/docs/types/_saltcorn_types.base_types.CalcJoinfield.html +2 -2
- package/docs/types/_saltcorn_types.base_types.CapacitorPlugin.html +2 -2
- package/docs/types/_saltcorn_types.base_types.CodePagePack.html +2 -2
- package/docs/types/_saltcorn_types.base_types.Column.html +16 -2
- package/docs/types/_saltcorn_types.base_types.ConnectObjType.html +2 -2
- package/docs/types/_saltcorn_types.base_types.ConnectedObjects.html +2 -2
- package/docs/types/_saltcorn_types.base_types.CopilotSkill.html +2 -2
- package/docs/types/_saltcorn_types.base_types.ErrorObj.html +2 -2
- package/docs/types/_saltcorn_types.base_types.FieldLike.html +1 -1
- package/docs/types/_saltcorn_types.base_types.FieldView.html +1 -1
- package/docs/types/_saltcorn_types.base_types.Header.html +2 -2
- package/docs/types/_saltcorn_types.base_types.JoinFieldOption.html +2 -2
- package/docs/types/_saltcorn_types.base_types.Layout.html +1 -1
- package/docs/types/_saltcorn_types.base_types.MenuItem.html +22 -0
- package/docs/types/_saltcorn_types.base_types.MobileConfig.html +3 -2
- package/docs/types/_saltcorn_types.base_types.ModelPattern.html +6 -6
- package/docs/types/_saltcorn_types.base_types.Pack.html +2 -2
- package/docs/types/_saltcorn_types.base_types.Plugin.html +1 -1
- package/docs/types/_saltcorn_types.base_types.PluginFunction.html +2 -2
- package/docs/types/_saltcorn_types.base_types.PluginLayout.html +2 -2
- package/docs/types/_saltcorn_types.base_types.PluginRoute.html +2 -2
- package/docs/types/_saltcorn_types.base_types.PluginSourceType.html +1 -1
- package/docs/types/_saltcorn_types.base_types.PluginType.html +5 -2
- package/docs/types/_saltcorn_types.base_types.PluginWrap.html +1 -1
- package/docs/types/_saltcorn_types.base_types.PluginWrapArg.html +2 -2
- package/docs/types/_saltcorn_types.base_types.RelationOption.html +2 -2
- package/docs/types/_saltcorn_types.base_types.Req.html +2 -2
- package/docs/types/_saltcorn_types.base_types.Res.html +2 -2
- package/docs/types/_saltcorn_types.base_types.ResultType.html +2 -2
- package/docs/types/_saltcorn_types.base_types.RouteAction.html +1 -1
- package/docs/types/_saltcorn_types.base_types.RunExtra.html +1 -1
- package/docs/types/_saltcorn_types.base_types.SlugStepType.html +2 -2
- package/docs/types/_saltcorn_types.base_types.StepResType.html +1 -1
- package/docs/types/_saltcorn_types.base_types.SubField.html +2 -2
- package/docs/types/_saltcorn_types.base_types.TableProvider.html +2 -2
- package/docs/types/_saltcorn_types.base_types.TableQuery.html +2 -2
- package/docs/types/_saltcorn_types.base_types.Tablely.html +1 -1
- package/docs/types/_saltcorn_types.base_types.ViewTemplate.html +3 -2
- package/docs/types/_saltcorn_types.common_types.ErrorMessage.html +2 -2
- package/docs/types/_saltcorn_types.common_types.GenObj.html +1 -1
- package/docs/types/_saltcorn_types.common_types.ReqRes.html +2 -2
- package/docs/types/_saltcorn_types.common_types.ResultMessage.html +1 -1
- package/docs/types/_saltcorn_types.common_types.SuccessMessage.html +2 -2
- package/docs/types/_saltcorn_types.common_types.Type.html +2 -2
- package/docs/types/_saltcorn_types.model-abstracts_abstract_event_log.EventLogPack.html +2 -2
- package/docs/types/_saltcorn_types.model-abstracts_abstract_field.FieldCfg.html +2 -2
- package/docs/types/_saltcorn_types.model-abstracts_abstract_field.InputType.html +1 -1
- package/docs/types/_saltcorn_types.model-abstracts_abstract_form.AdditionalButton.html +2 -2
- package/docs/types/_saltcorn_types.model-abstracts_abstract_library.LibraryCfg.html +2 -2
- package/docs/types/_saltcorn_types.model-abstracts_abstract_library.LibraryPack.html +1 -1
- package/docs/types/_saltcorn_types.model-abstracts_abstract_model.ModelCfg.html +2 -2
- package/docs/types/_saltcorn_types.model-abstracts_abstract_model.ModelPack.html +1 -1
- package/docs/types/_saltcorn_types.model-abstracts_abstract_model_instance.ModelInstanceCfg.html +2 -2
- package/docs/types/_saltcorn_types.model-abstracts_abstract_model_instance.ModelInstancePack.html +1 -1
- package/docs/types/_saltcorn_types.model-abstracts_abstract_page.PageCfg.html +2 -2
- package/docs/types/_saltcorn_types.model-abstracts_abstract_page.PagePack.html +1 -1
- package/docs/types/_saltcorn_types.model-abstracts_abstract_page_group.PageGroupCfg.html +2 -2
- package/docs/types/_saltcorn_types.model-abstracts_abstract_page_group.PageGroupPack.html +1 -1
- package/docs/types/_saltcorn_types.model-abstracts_abstract_page_group_member.PageGroupMemberCfg.html +2 -2
- package/docs/types/_saltcorn_types.model-abstracts_abstract_page_group_member.PageGroupMemberPack.html +1 -1
- package/docs/types/_saltcorn_types.model-abstracts_abstract_plugin.PluginCfg.html +2 -2
- package/docs/types/_saltcorn_types.model-abstracts_abstract_plugin.PluginPack.html +1 -1
- package/docs/types/_saltcorn_types.model-abstracts_abstract_role.RoleCfg.html +1 -1
- package/docs/types/_saltcorn_types.model-abstracts_abstract_role.RolePack.html +1 -1
- package/docs/types/_saltcorn_types.model-abstracts_abstract_table.TableCfg.html +2 -2
- package/docs/types/_saltcorn_types.model-abstracts_abstract_table.TablePack.html +1 -1
- package/docs/types/_saltcorn_types.model-abstracts_abstract_tag.TagPack.html +2 -2
- package/docs/types/_saltcorn_types.model-abstracts_abstract_tag_entry.TagEntryPack.html +2 -2
- package/docs/types/_saltcorn_types.model-abstracts_abstract_trigger.TriggerCfg.html +2 -2
- package/docs/types/_saltcorn_types.model-abstracts_abstract_trigger.TriggerPack.html +1 -1
- package/docs/types/_saltcorn_types.model-abstracts_abstract_view.ViewCfg.html +2 -2
- package/docs/types/_saltcorn_types.model-abstracts_abstract_view.ViewPack.html +1 -1
- package/docs/types/_saltcorn_types.model-abstracts_abstract_workflow.ConfigWorkflowStep.html +1 -1
- package/docs/types/_saltcorn_types.model-abstracts_abstract_workflow.RunResult.html +2 -2
- package/docs/types/_saltcorn_types.model-abstracts_abstract_workflow_run.WorkflowRunCfg.html +2 -2
- package/docs/types/_saltcorn_types.model-abstracts_abstract_workflow_step.WorkflowStepCfg.html +2 -2
- package/docs/types/_saltcorn_types.model-abstracts_abstract_workflow_step.WorkflowStepPack.html +1 -1
- package/docs/types/_saltcorn_types.model-abstracts_abstract_workflow_trace.WorkflowTraceCfg.html +2 -2
- package/docs/variables/_saltcorn_admin-models..backup.create_backup.html +1 -1
- package/docs/variables/_saltcorn_admin-models..backup.create_csv_from_rows.html +1 -1
- package/docs/variables/_saltcorn_admin-models..backup.restore.html +1 -1
- package/docs/variables/_saltcorn_admin-models..pack.add_to_menu.html +1 -1
- package/docs/variables/_saltcorn_admin-models..pack.can_install_pack.html +1 -1
- package/docs/variables/_saltcorn_admin-models..pack.fetch_available_packs.html +1 -1
- package/docs/variables/_saltcorn_admin-models..pack.fetch_pack_by_name.html +1 -1
- package/docs/variables/_saltcorn_admin-models..pack.install_pack.html +1 -1
- package/docs/variables/_saltcorn_admin-models..pack.library_pack.html +1 -1
- package/docs/variables/_saltcorn_admin-models..pack.model_instance_pack.html +1 -1
- package/docs/variables/_saltcorn_admin-models..pack.model_pack.html +1 -1
- package/docs/variables/_saltcorn_admin-models..pack.page_group_pack.html +1 -1
- package/docs/variables/_saltcorn_admin-models..pack.page_pack.html +1 -1
- package/docs/variables/_saltcorn_admin-models..pack.plugin_pack.html +1 -1
- package/docs/variables/_saltcorn_admin-models..pack.role_pack.html +1 -1
- package/docs/variables/_saltcorn_admin-models..pack.table_pack.html +1 -1
- package/docs/variables/_saltcorn_admin-models..pack.trigger_pack.html +1 -1
- package/docs/variables/_saltcorn_admin-models..pack.uninstall_pack.html +1 -1
- package/docs/variables/_saltcorn_admin-models..pack.view_pack.html +1 -1
- package/docs/variables/_saltcorn_admin-models..tenant.copy_tenant_template.html +1 -1
- package/docs/variables/_saltcorn_admin-models..tenant.create_tenant.html +1 -1
- package/docs/variables/_saltcorn_admin-models..tenant.deleteTenant.html +1 -1
- package/docs/variables/_saltcorn_admin-models..tenant.domain_sanitize.html +1 -1
- package/docs/variables/_saltcorn_admin-models..tenant.eachTenant.html +1 -1
- package/docs/variables/_saltcorn_admin-models..tenant.getAllTenantRows.html +1 -1
- package/docs/variables/_saltcorn_admin-models..tenant.getAllTenants.html +1 -1
- package/docs/variables/_saltcorn_admin-models..tenant.insertTenant.html +1 -1
- package/docs/variables/_saltcorn_admin-models..tenant.switchToTenant.html +1 -1
- package/docs/variables/_saltcorn_admin-models.models_backup.backup.html +1 -1
- package/docs/variables/_saltcorn_admin-models.pack.pack.html +1 -1
- package/docs/variables/_saltcorn_admin-models.tenant.tenant.html +1 -1
- package/docs/variables/_saltcorn_common-code.tests_expected_relations.expectedFive.html +1 -1
- package/docs/variables/_saltcorn_common-code.tests_expected_relations.expectedFour.html +1 -1
- package/docs/variables/_saltcorn_common-code.tests_expected_relations.expectedOne.html +1 -1
- package/docs/variables/_saltcorn_common-code.tests_expected_relations.expectedSix.html +1 -1
- package/docs/variables/_saltcorn_common-code.tests_expected_relations.expectedThree.html +1 -1
- package/docs/variables/_saltcorn_common-code.tests_expected_relations.expectedTwo.html +1 -1
- package/docs/variables/_saltcorn_data..migrations.html +1 -1
- package/docs/variables/_saltcorn_data..plugin_helper.run_action_column.html +2 -1
- package/docs/variables/_saltcorn_data..utils.NotAuthorized.html +1 -1
- package/docs/variables/_saltcorn_data..utils.isPushEnabled.html +1 -1
- package/docs/variables/_saltcorn_data..utils.sleep.html +1 -1
- package/docs/variables/_saltcorn_data.base-plugin_actions.actions.html +18 -18
- package/docs/variables/_saltcorn_data.base-plugin_fieldviews.fieldviews.html +5 -0
- package/docs/variables/_saltcorn_data.base-plugin_fileview.fileviews.html +1 -0
- package/docs/variables/_saltcorn_data.base-plugin_index.index.html +22 -1
- package/docs/variables/_saltcorn_data.base-plugin_types.types.html +50 -0
- package/docs/variables/_saltcorn_data.base-plugin_viewtemplates_edit.edit.html +1 -1
- package/docs/variables/_saltcorn_data.base-plugin_viewtemplates_feed.feed.html +1 -1
- package/docs/variables/_saltcorn_data.base-plugin_viewtemplates_filter.filter.html +1 -1
- package/docs/variables/_saltcorn_data.base-plugin_viewtemplates_list.list.html +1 -1
- package/docs/variables/_saltcorn_data.base-plugin_viewtemplates_listshowlist.listshowlist.html +1 -1
- package/docs/variables/_saltcorn_data.base-plugin_viewtemplates_room.room-1.html +1 -1
- package/docs/variables/_saltcorn_data.base-plugin_viewtemplates_room.room.html +1 -1
- package/docs/variables/_saltcorn_data.base-plugin_viewtemplates_show.show.html +1 -1
- package/docs/variables/_saltcorn_data.base-plugin_viewtemplates_viewable_fields.edit_build_in_actions.html +1 -1
- package/docs/variables/_saltcorn_data.contract.contract.html +1 -0
- package/docs/variables/_saltcorn_data.db_connect.connect.html +1 -1
- package/docs/variables/_saltcorn_data.db_fa5-icons.fa5Icons.html +1 -1
- package/docs/variables/_saltcorn_data.db_fixtures.fixtures.html +1 -1
- package/docs/variables/_saltcorn_data.db_index.dbExports.html +1 -1
- package/docs/variables/_saltcorn_data.db_state.state.html +3 -3
- package/docs/variables/_saltcorn_data.migrations_202005141503.sql.html +1 -1
- package/docs/variables/_saltcorn_data.migrations_202005241712.sql.html +1 -1
- package/docs/variables/_saltcorn_data.migrations_202005251037.sql.html +1 -1
- package/docs/variables/_saltcorn_data.migrations_202005282134.sql.html +1 -1
- package/docs/variables/_saltcorn_data.migrations_202006022156.sql.html +1 -1
- package/docs/variables/_saltcorn_data.migrations_202006051507.sql.html +1 -1
- package/docs/variables/_saltcorn_data.migrations_202006240906.sql.html +1 -1
- package/docs/variables/_saltcorn_data.migrations_202007091707.sql.html +1 -1
- package/docs/variables/_saltcorn_data.migrations_202007202144.sql.html +1 -1
- package/docs/variables/_saltcorn_data.migrations_202008031500.sql.html +1 -1
- package/docs/variables/_saltcorn_data.migrations_202008051415.sql.html +1 -1
- package/docs/variables/_saltcorn_data.migrations_202008121149.sql_pg.html +1 -1
- package/docs/variables/_saltcorn_data.migrations_202008121149.sql_sqlite.html +1 -1
- package/docs/variables/_saltcorn_data.migrations_202009112140.sql_pg.html +1 -1
- package/docs/variables/_saltcorn_data.migrations_202009112140.sql_sqlite.html +1 -1
- package/docs/variables/_saltcorn_data.migrations_202009181655.sql.html +1 -1
- package/docs/variables/_saltcorn_data.migrations_202009221105.sql.html +1 -1
- package/docs/variables/_saltcorn_data.migrations_202009231331.sql.html +1 -1
- package/docs/variables/_saltcorn_data.migrations_202009301531.sql.html +1 -1
- package/docs/variables/_saltcorn_data.migrations_202010231444.sql.html +1 -1
- package/docs/variables/_saltcorn_data.migrations_202010251412.sql.html +1 -1
- package/docs/variables/_saltcorn_data.migrations_202011021749.sql.html +1 -1
- package/docs/variables/_saltcorn_data.migrations_202011051353.sql.html +1 -1
- package/docs/variables/_saltcorn_data.migrations_202011111127.sql.html +1 -1
- package/docs/variables/_saltcorn_data.migrations_202012011203.sql.html +1 -1
- package/docs/variables/_saltcorn_data.migrations_202012100841.sql.html +1 -1
- package/docs/variables/_saltcorn_data.migrations_202012281835.sql.html +1 -1
- package/docs/variables/_saltcorn_data.migrations_202101061051.sql.html +1 -1
- package/docs/variables/_saltcorn_data.migrations_202101141128.sql.html +1 -1
- package/docs/variables/_saltcorn_data.migrations_202102091312.sql.html +1 -1
- package/docs/variables/_saltcorn_data.migrations_202102101624.sql.html +1 -1
- package/docs/variables/_saltcorn_data.migrations_202102172148.sql.html +1 -1
- package/docs/variables/_saltcorn_data.migrations_202102261650.sql.html +1 -1
- package/docs/variables/_saltcorn_data.migrations_202106102347.sql.html +1 -1
- package/docs/variables/_saltcorn_data.migrations_202106112120.sql.html +1 -1
- package/docs/variables/_saltcorn_data.migrations_202106120012.sql.html +1 -1
- package/docs/variables/_saltcorn_data.migrations_202106120220.sql.html +1 -1
- package/docs/variables/_saltcorn_data.migrations_202106121701.sql.html +1 -1
- package/docs/variables/_saltcorn_data.migrations_202106121703.sql_pg.html +1 -1
- package/docs/variables/_saltcorn_data.migrations_202106121703.sql_sqlite.html +1 -1
- package/docs/variables/_saltcorn_data.migrations_202106251126.sql.html +1 -1
- package/docs/variables/_saltcorn_data.migrations_202107281619.sql.html +1 -1
- package/docs/variables/_saltcorn_data.migrations_202107302158.sql_pg.html +1 -1
- package/docs/variables/_saltcorn_data.migrations_202107302158.sql_sqlite.html +1 -1
- package/docs/variables/_saltcorn_data.migrations_202108022257.sql.html +1 -1
- package/docs/variables/_saltcorn_data.migrations_202109201624.sql.html +1 -1
- package/docs/variables/_saltcorn_data.migrations_202109301031.sql_pg.html +1 -1
- package/docs/variables/_saltcorn_data.migrations_202109301031.sql_sqlite.html +1 -1
- package/docs/variables/_saltcorn_data.migrations_202111290253.sql_pg.html +1 -1
- package/docs/variables/_saltcorn_data.migrations_202111290253.sql_sqlite.html +1 -1
- package/docs/variables/_saltcorn_data.migrations_202112282254.sql_pg.html +1 -1
- package/docs/variables/_saltcorn_data.migrations_202112282254.sql_sqlite.html +1 -1
- package/docs/variables/_saltcorn_data.migrations_202207022002.sql.html +1 -1
- package/docs/variables/_saltcorn_data.migrations_202207252150.sql_pg.html +1 -1
- package/docs/variables/_saltcorn_data.migrations_202207252150.sql_sqlite.html +1 -1
- package/docs/variables/_saltcorn_data.migrations_202207261221.sql.html +1 -1
- package/docs/variables/_saltcorn_data.migrations_202208101144.sql_pg.html +1 -1
- package/docs/variables/_saltcorn_data.migrations_202208101144.sql_sqlite.html +1 -1
- package/docs/variables/_saltcorn_data.migrations_202211040031.sql.html +1 -1
- package/docs/variables/_saltcorn_data.migrations_202212112152.sql_pg.html +1 -1
- package/docs/variables/_saltcorn_data.migrations_202212112152.sql_sqlite.html +1 -1
- package/docs/variables/_saltcorn_data.migrations_202301130917.sql.html +1 -1
- package/docs/variables/_saltcorn_data.migrations_202303201126.sql_pg.html +1 -1
- package/docs/variables/_saltcorn_data.migrations_202303201126.sql_sqlite.html +1 -1
- package/docs/variables/_saltcorn_data.migrations_202303221944.sql_pg.html +1 -1
- package/docs/variables/_saltcorn_data.migrations_202303221944.sql_sqlite.html +1 -1
- package/docs/variables/_saltcorn_data.migrations_202304281224.sql.html +1 -1
- package/docs/variables/_saltcorn_data.migrations_202305031518.sql_pg.html +1 -1
- package/docs/variables/_saltcorn_data.migrations_202305031518.sql_sqlite.html +1 -1
- package/docs/variables/_saltcorn_data.migrations_202308211648.sql.html +1 -1
- package/docs/variables/_saltcorn_data.migrations_202311011755.sql_pg.html +1 -1
- package/docs/variables/_saltcorn_data.migrations_202311011755.sql_sqlite.html +1 -1
- package/docs/variables/_saltcorn_data.migrations_202311231356.sql.html +1 -1
- package/docs/variables/_saltcorn_data.migrations_202402071125.sql.html +1 -1
- package/docs/variables/_saltcorn_data.migrations_202406260915.sql.html +1 -1
- package/docs/variables/_saltcorn_data.migrations_202412051957.sql_pg.html +1 -1
- package/docs/variables/_saltcorn_data.migrations_202412051957.sql_sqlite.html +1 -1
- package/docs/variables/_saltcorn_data.migrations_202412111526.sql_pg.html +1 -1
- package/docs/variables/_saltcorn_data.migrations_202412111526.sql_sqlite.html +1 -1
- package/docs/variables/_saltcorn_data.migrations_202501081226.sql_pg.html +1 -1
- package/docs/variables/_saltcorn_data.migrations_202501081226.sql_sqlite.html +1 -1
- package/docs/variables/_saltcorn_data.migrations_202501201239.sql_sqlite.html +1 -1
- package/docs/variables/_saltcorn_data.migrations_202501262157.sql.html +1 -1
- package/docs/variables/_saltcorn_data.migrations_202503071353.sql_pg.html +1 -1
- package/docs/variables/_saltcorn_data.migrations_202506050958.sql.html +1 -1
- package/docs/variables/_saltcorn_data.migrations_202510110312.sql_pg.html +1 -1
- package/docs/variables/_saltcorn_data.migrations_202510110312.sql_sqlite.html +1 -1
- package/docs/variables/_saltcorn_data.migrations_202511081024.sql.html +1 -1
- package/docs/variables/_saltcorn_data.mobile-mocks_saltcorn_html-pdf-node.htmlPdfNode.html +1 -1
- package/docs/variables/_saltcorn_data.models_config.configExports.html +2 -2
- package/docs/variables/_saltcorn_data.models_discovery.discovery.html +1 -1
- package/docs/variables/_saltcorn_data.models_email.email.html +1 -1
- package/docs/variables/_saltcorn_data.models_expression.expression.html +1 -1
- package/docs/variables/_saltcorn_data.models_index.config.available_languages.html +1 -1
- package/docs/variables/_saltcorn_data.models_index.config.check_email_mask.html +1 -1
- package/docs/variables/_saltcorn_data.models_index.config.configTypes.html +1 -1
- package/docs/variables/_saltcorn_data.models_index.config.deleteConfig.html +1 -1
- package/docs/variables/_saltcorn_data.models_index.config.getAllConfig.html +1 -1
- package/docs/variables/_saltcorn_data.models_index.config.getConfig.html +1 -1
- package/docs/variables/_saltcorn_data.models_index.config.get_base_url.html +1 -1
- package/docs/variables/_saltcorn_data.models_index.config.get_latest_npm_version.html +1 -1
- package/docs/variables/_saltcorn_data.models_index.config.remove_from_menu.html +1 -1
- package/docs/variables/_saltcorn_data.models_index.config.save_menu_items.html +1 -1
- package/docs/variables/_saltcorn_data.models_index.config.setConfig.html +1 -1
- package/docs/variables/_saltcorn_data.models_index.discovery.discover_tables.html +1 -1
- package/docs/variables/_saltcorn_data.models_index.discovery.discoverable_tables.html +1 -1
- package/docs/variables/_saltcorn_data.models_index.discovery.findType.html +1 -1
- package/docs/variables/_saltcorn_data.models_index.discovery.get_existing_views.html +1 -1
- package/docs/variables/_saltcorn_data.models_index.discovery.implement_discovery.html +1 -1
- package/docs/variables/_saltcorn_data.models_index.email.getMailTransport.html +1 -1
- package/docs/variables/_saltcorn_data.models_index.email.send_verification_email.html +1 -1
- package/docs/variables/_saltcorn_data.models_index.email.viewToEmailHtml.html +1 -1
- package/docs/variables/_saltcorn_data.models_index.expression.apply_calculated_fields.html +1 -1
- package/docs/variables/_saltcorn_data.models_index.expression.apply_calculated_fields_stored.html +1 -1
- package/docs/variables/_saltcorn_data.models_index.expression.eval_expression.html +1 -1
- package/docs/variables/_saltcorn_data.models_index.expression.expressionValidator.html +1 -1
- package/docs/variables/_saltcorn_data.models_index.expression.get_async_expression_function.html +1 -1
- package/docs/variables/_saltcorn_data.models_index.expression.get_expression_function.html +1 -1
- package/docs/variables/_saltcorn_data.models_index.expression.jsexprToWhere.html +1 -1
- package/docs/variables/_saltcorn_data.models_index.expression.recalculate_for_stored.html +1 -1
- package/docs/variables/_saltcorn_data.models_index.expression.transform_for_async.html +1 -1
- package/docs/variables/_saltcorn_data.models_index.layout.eachView.html +1 -1
- package/docs/variables/_saltcorn_data.models_index.layout.getStringsForI18n.html +1 -1
- package/docs/variables/_saltcorn_data.models_index.layout.getViews.html +1 -1
- package/docs/variables/_saltcorn_data.models_index.layout.translateLayout.html +1 -1
- package/docs/variables/_saltcorn_data.models_index.layout.traverse.html +1 -1
- package/docs/variables/_saltcorn_data.models_index.layout.traverseSync.html +1 -1
- package/docs/variables/_saltcorn_data.models_index.random.all_views.html +1 -1
- package/docs/variables/_saltcorn_data.models_index.random.fill_table_row.html +1 -1
- package/docs/variables/_saltcorn_data.models_index.random.initial_view.html +1 -1
- package/docs/variables/_saltcorn_data.models_index.random.random_table.html +1 -1
- package/docs/variables/_saltcorn_data.models_index.scheduler.runScheduler.html +1 -1
- package/docs/variables/_saltcorn_data.models_layout.layout.html +2 -2
- package/docs/variables/_saltcorn_data.models_random.random.html +1 -1
- package/docs/variables/_saltcorn_data.models_scheduler.scheduler.html +1 -1
- package/docs/variables/_saltcorn_data.plugin-helper.add_free_variables_to_joinfields.html +2 -2
- package/docs/variables/_saltcorn_data.plugin-helper.sqlBinOp.html +1 -1
- package/docs/variables/_saltcorn_data.plugin-helper.sqlFun.html +1 -1
- package/docs/variables/_saltcorn_data.tests_mocks.mocks.html +1 -1
- package/docs/variables/_saltcorn_data.tests_remote_query_helper.renderEditInEditConfig.html +1 -1
- package/docs/variables/_saltcorn_data.utils.utils.html +3 -3
- package/docs/variables/_saltcorn_data.web-mobile-commons.webMobileCommons.html +3 -3
- package/docs/variables/_saltcorn_db-common.internal.dbCommonModulePath.html +1 -1
- package/docs/variables/_saltcorn_db-common.multi-tenant.tenantNamespace.html +1 -1
- package/docs/variables/_saltcorn_db-common.tenants.tenants.html +1 -1
- package/docs/variables/_saltcorn_markup..export_.html +3 -2
- package/docs/variables/_saltcorn_markup.builder.builder.html +1 -1
- package/docs/variables/_saltcorn_markup.emergency_layout.EmergencyLayoutExports.html +1 -1
- package/docs/variables/_saltcorn_markup.form.form.html +1 -1
- package/docs/variables/_saltcorn_markup.helpers.HelpersExports.html +1 -1
- package/docs/variables/_saltcorn_markup.layout.LayoutExports-1.html +1 -1
- package/docs/variables/_saltcorn_markup.layout.LayoutExports.html +1 -1
- package/docs/variables/_saltcorn_markup.layout_utils.layoutUtils.html +1 -1
- package/docs/variables/_saltcorn_markup.mjml-layout.LayoutExports.html +1 -1
- package/docs/variables/_saltcorn_markup.mjml-tags.tagsExports.html +1 -1
- package/docs/variables/_saltcorn_markup.table.TableExports.html +1 -1
- package/docs/variables/_saltcorn_markup.tags.tagsExports.html +1 -1
- package/docs/variables/_saltcorn_types..generators.generateBool.html +1 -1
- package/docs/variables/_saltcorn_types..generators.generateString.html +1 -1
- package/docs/variables/_saltcorn_types..generators.num_between.html +1 -1
- package/docs/variables/_saltcorn_types..generators.oneOf.html +1 -1
- package/docs/variables/_saltcorn_types.generators.generators.html +1 -1
- package/help/APN Signing Key.tmd +31 -0
- package/help/Menu item shortcuts.tmd +37 -0
- package/help/Provisioning Profile.tmd +1 -1
- package/help/iOS Build tools.tmd +18 -0
- package/load_plugins.js +25 -8
- package/locales/ar.json +213 -2
- package/locales/bn.json +1521 -2
- package/locales/cs.json +1522 -3
- package/locales/de.json +195 -2
- package/locales/el.json +1792 -273
- package/locales/en.json +322 -2
- package/locales/es.json +194 -1
- package/locales/et.json +1520 -1
- package/locales/fil.json +1793 -0
- package/locales/fr.json +195 -2
- package/locales/id.json +1578 -62
- package/locales/ja.json +1520 -1
- package/locales/ko.json +1793 -0
- package/locales/lt.json +1520 -1
- package/locales/lv.json +1520 -1
- package/locales/ne.json +1520 -1
- package/locales/ro.json +1793 -0
- package/locales/sk.json +1522 -3
- package/locales/sl.json +1520 -1
- package/locales/sr.json +1520 -1
- package/locales/th.json +1793 -274
- package/locales/tr.json +1520 -1
- package/locales/uk.json +214 -3
- package/locales/ur.json +1793 -0
- package/locales/vt.json +1793 -0
- package/package.json +17 -10
- package/public/ios_share_tutorial/01_xcode_open_exisiting.png +0 -0
- package/public/ios_share_tutorial/02_open_xc_ws_file.png +0 -0
- package/public/ios_share_tutorial/03_share_extension_dialog.png +0 -0
- package/public/ios_share_tutorial/04_share_extension_dialog_b.png +0 -0
- package/public/ios_share_tutorial/05_activate.png +0 -0
- package/public/ios_share_tutorial/06_show_new_share_ext_target.png +0 -0
- package/public/ios_share_tutorial/07_convert_to_group.png +0 -0
- package/public/saltcorn-builder.css +232 -0
- package/public/saltcorn-common.js +64 -60
- package/public/saltcorn-mobile.css +5 -0
- package/public/saltcorn.css +12 -1
- package/public/saltcorn.js +83 -38
- package/restart_watcher.js +41 -3
- package/routes/actions.js +407 -92
- package/routes/admin.js +1434 -954
- package/routes/api.js +1 -1
- package/routes/common_lists.js +28 -26
- package/routes/entities.js +2209 -69
- package/routes/files.js +191 -0
- package/routes/menu.js +101 -1
- package/routes/notifications.js +7 -18
- package/routes/packs.js +23 -8
- package/routes/page.js +4 -1
- package/routes/pageedit.js +16 -0
- package/routes/plugins.js +46 -14
- package/routes/registry.js +1 -0
- package/routes/sync.js +3 -1
- package/routes/tables.js +20 -15
- package/routes/utils.js +2 -1
- package/routes/viewedit.js +6 -1
- package/serve.js +96 -25
- package/tests/files.test.js +116 -9
- package/tests/menu.test.js +113 -0
- package/wrapper.js +44 -2
- package/docs/functions/_saltcorn_data.base-plugin_fieldviews.radio_select.run.html +0 -1
- package/docs/functions/_saltcorn_data.base-plugin_fieldviews.search_or_create.configFields.html +0 -1
- package/docs/functions/_saltcorn_data.base-plugin_fieldviews.search_or_create.run.html +0 -1
- package/docs/functions/_saltcorn_data.base-plugin_fieldviews.select.run.html +0 -1
- package/docs/functions/_saltcorn_data.base-plugin_fieldviews.select_from_table.fill_options.html +0 -1
- package/docs/functions/_saltcorn_data.base-plugin_fieldviews.select_from_table.run.html +0 -1
- package/docs/functions/_saltcorn_data.base-plugin_types.bool.contract.html +0 -1
- package/docs/functions/_saltcorn_data.base-plugin_types.bool.fieldviews.TrueFalse.run.html +0 -1
- package/docs/functions/_saltcorn_data.base-plugin_types.bool.fieldviews.checkboxes.run.html +0 -1
- package/docs/functions/_saltcorn_data.base-plugin_types.bool.fieldviews.edit.run.html +0 -1
- package/docs/functions/_saltcorn_data.base-plugin_types.bool.fieldviews.show.run.html +0 -1
- package/docs/functions/_saltcorn_data.base-plugin_types.bool.fieldviews.tristate.run.html +0 -1
- package/docs/functions/_saltcorn_data.base-plugin_types.bool.listAs.html +0 -1
- package/docs/functions/_saltcorn_data.base-plugin_types.bool.read.html +0 -1
- package/docs/functions/_saltcorn_data.base-plugin_types.bool.readFromDB.html +0 -1
- package/docs/functions/_saltcorn_data.base-plugin_types.bool.readFromFormRecord.html +0 -1
- package/docs/functions/_saltcorn_data.base-plugin_types.bool.validate.html +0 -1
- package/docs/functions/_saltcorn_data.base-plugin_types.color.contract.html +0 -1
- package/docs/functions/_saltcorn_data.base-plugin_types.color.fieldviews.edit.run.html +0 -1
- package/docs/functions/_saltcorn_data.base-plugin_types.color.fieldviews.show.run.html +0 -1
- package/docs/functions/_saltcorn_data.base-plugin_types.color.read.html +0 -1
- package/docs/functions/_saltcorn_data.base-plugin_types.color.validate.html +0 -1
- package/docs/functions/_saltcorn_data.base-plugin_types.date.contract.html +0 -1
- package/docs/functions/_saltcorn_data.base-plugin_types.date.equals.html +0 -3
- package/docs/functions/_saltcorn_data.base-plugin_types.date.fieldviews.edit.run.html +0 -1
- package/docs/functions/_saltcorn_data.base-plugin_types.date.fieldviews.editDay.run.html +0 -1
- package/docs/functions/_saltcorn_data.base-plugin_types.date.fieldviews.format.run.html +0 -1
- package/docs/functions/_saltcorn_data.base-plugin_types.date.fieldviews.relative.run.html +0 -1
- package/docs/functions/_saltcorn_data.base-plugin_types.date.fieldviews.show.run.html +0 -1
- package/docs/functions/_saltcorn_data.base-plugin_types.date.fieldviews.showDay.run.html +0 -1
- package/docs/functions/_saltcorn_data.base-plugin_types.date.fieldviews.yearsAgo.run.html +0 -1
- package/docs/functions/_saltcorn_data.base-plugin_types.date.presets.Now.html +0 -1
- package/docs/functions/_saltcorn_data.base-plugin_types.date.read.html +0 -1
- package/docs/functions/_saltcorn_data.base-plugin_types.date.validate.html +0 -1
- package/docs/functions/_saltcorn_data.base-plugin_types.float.contract.html +0 -1
- package/docs/functions/_saltcorn_data.base-plugin_types.float.equals.html +0 -3
- package/docs/functions/_saltcorn_data.base-plugin_types.float.fieldviews.edit.run.html +0 -1
- package/docs/functions/_saltcorn_data.base-plugin_types.float.fieldviews.show.run.html +0 -1
- package/docs/functions/_saltcorn_data.base-plugin_types.float.read.html +0 -1
- package/docs/functions/_saltcorn_data.base-plugin_types.float.validate.html +0 -1
- package/docs/functions/_saltcorn_data.base-plugin_types.int.contract.html +0 -1
- package/docs/functions/_saltcorn_data.base-plugin_types.int.read.html +0 -1
- package/docs/functions/_saltcorn_data.base-plugin_types.int.validate.html +0 -1
- package/docs/functions/_saltcorn_data.base-plugin_types.int.validate_attributes.html +0 -1
- package/docs/functions/_saltcorn_data.base-plugin_types.string.attributes.html +0 -1
- package/docs/functions/_saltcorn_data.base-plugin_types.string.contract.html +0 -1
- package/docs/functions/_saltcorn_data.base-plugin_types.string.fieldviews.as_header.run.html +0 -1
- package/docs/functions/_saltcorn_data.base-plugin_types.string.fieldviews.as_link.run.html +0 -1
- package/docs/functions/_saltcorn_data.base-plugin_types.string.fieldviews.as_text.run.html +0 -1
- package/docs/functions/_saltcorn_data.base-plugin_types.string.fieldviews.edit.configFields.html +0 -1
- package/docs/functions/_saltcorn_data.base-plugin_types.string.fieldviews.edit.run.html +0 -1
- package/docs/functions/_saltcorn_data.base-plugin_types.string.fieldviews.img_from_url.run.html +0 -1
- package/docs/functions/_saltcorn_data.base-plugin_types.string.fieldviews.password.run.html +0 -1
- package/docs/functions/_saltcorn_data.base-plugin_types.string.fieldviews.radio_group.run.html +0 -1
- package/docs/functions/_saltcorn_data.base-plugin_types.string.fieldviews.textarea.run.html +0 -1
- package/docs/functions/_saltcorn_data.base-plugin_types.string.presets.IP.html +0 -1
- package/docs/functions/_saltcorn_data.base-plugin_types.string.presets.SessionID.html +0 -1
- package/docs/functions/_saltcorn_data.base-plugin_types.string.read.html +0 -1
- package/docs/functions/_saltcorn_data.base-plugin_types.string.validate.html +0 -1
- package/docs/functions/_saltcorn_data.base-plugin_types.string.validate_attributes.html +0 -1
- package/docs/functions/_saltcorn_mobile-builder.utils_common-build-utils.decodeProvisioningProfile.html +0 -1
- package/docs/functions/_saltcorn_mobile-builder.utils_package-bundle-utils.copyMobileAppDirs.html +0 -1
- package/docs/modules/_saltcorn_admin-models.tests_backup.test.html +0 -1
- package/docs/modules/_saltcorn_admin-models.tests_cfgcheck.test.html +0 -1
- package/docs/modules/_saltcorn_admin-models.tests_pack.test.html +0 -1
- package/docs/modules/_saltcorn_admin-models.tests_random.test.html +0 -1
- package/docs/modules/_saltcorn_admin-models.tests_tenant.test.html +0 -1
- package/docs/modules/_saltcorn_data.base-plugin_fieldviews.radio_select.html +0 -2
- package/docs/modules/_saltcorn_data.base-plugin_fieldviews.search_or_create.html +0 -2
- package/docs/modules/_saltcorn_data.base-plugin_fieldviews.select.html +0 -2
- package/docs/modules/_saltcorn_data.base-plugin_fieldviews.select_from_table.html +0 -2
- package/docs/modules/_saltcorn_data.base-plugin_types.bool.fieldviews.TrueFalse.html +0 -2
- package/docs/modules/_saltcorn_data.base-plugin_types.bool.fieldviews.checkboxes.html +0 -2
- package/docs/modules/_saltcorn_data.base-plugin_types.bool.fieldviews.edit.html +0 -2
- package/docs/modules/_saltcorn_data.base-plugin_types.bool.fieldviews.html +0 -2
- package/docs/modules/_saltcorn_data.base-plugin_types.bool.fieldviews.show.html +0 -2
- package/docs/modules/_saltcorn_data.base-plugin_types.bool.fieldviews.tristate.html +0 -2
- package/docs/modules/_saltcorn_data.base-plugin_types.bool.html +0 -3
- package/docs/modules/_saltcorn_data.base-plugin_types.color.fieldviews.edit.html +0 -2
- package/docs/modules/_saltcorn_data.base-plugin_types.color.fieldviews.html +0 -2
- package/docs/modules/_saltcorn_data.base-plugin_types.color.fieldviews.show.html +0 -2
- package/docs/modules/_saltcorn_data.base-plugin_types.color.html +0 -4
- package/docs/modules/_saltcorn_data.base-plugin_types.date.fieldviews.edit.html +0 -2
- package/docs/modules/_saltcorn_data.base-plugin_types.date.fieldviews.editDay.html +0 -2
- package/docs/modules/_saltcorn_data.base-plugin_types.date.fieldviews.format.html +0 -2
- package/docs/modules/_saltcorn_data.base-plugin_types.date.fieldviews.html +0 -2
- package/docs/modules/_saltcorn_data.base-plugin_types.date.fieldviews.relative.html +0 -2
- package/docs/modules/_saltcorn_data.base-plugin_types.date.fieldviews.show.html +0 -2
- package/docs/modules/_saltcorn_data.base-plugin_types.date.fieldviews.showDay.html +0 -2
- package/docs/modules/_saltcorn_data.base-plugin_types.date.fieldviews.yearsAgo.html +0 -2
- package/docs/modules/_saltcorn_data.base-plugin_types.date.html +0 -3
- package/docs/modules/_saltcorn_data.base-plugin_types.date.presets.html +0 -2
- package/docs/modules/_saltcorn_data.base-plugin_types.float.fieldviews.edit.html +0 -2
- package/docs/modules/_saltcorn_data.base-plugin_types.float.fieldviews.html +0 -2
- package/docs/modules/_saltcorn_data.base-plugin_types.float.fieldviews.show.html +0 -2
- package/docs/modules/_saltcorn_data.base-plugin_types.float.html +0 -3
- package/docs/modules/_saltcorn_data.base-plugin_types.int.distance_operators.html +0 -2
- package/docs/modules/_saltcorn_data.base-plugin_types.int.html +0 -3
- package/docs/modules/_saltcorn_data.base-plugin_types.string.fieldviews.as_header.html +0 -2
- package/docs/modules/_saltcorn_data.base-plugin_types.string.fieldviews.as_link.html +0 -2
- package/docs/modules/_saltcorn_data.base-plugin_types.string.fieldviews.as_text.html +0 -2
- package/docs/modules/_saltcorn_data.base-plugin_types.string.fieldviews.edit.html +0 -2
- package/docs/modules/_saltcorn_data.base-plugin_types.string.fieldviews.html +0 -2
- package/docs/modules/_saltcorn_data.base-plugin_types.string.fieldviews.img_from_url.html +0 -2
- package/docs/modules/_saltcorn_data.base-plugin_types.string.fieldviews.password.html +0 -2
- package/docs/modules/_saltcorn_data.base-plugin_types.string.fieldviews.radio_group.html +0 -2
- package/docs/modules/_saltcorn_data.base-plugin_types.string.fieldviews.textarea.html +0 -2
- package/docs/modules/_saltcorn_data.base-plugin_types.string.html +0 -3
- package/docs/modules/_saltcorn_data.base-plugin_types.string.presets.html +0 -2
- package/docs/modules/_saltcorn_data.test-utils_mocks.html +0 -1
- package/docs/modules/_saltcorn_data.tests_actions.test.html +0 -1
- package/docs/modules/_saltcorn_data.tests_auth.test.html +0 -1
- package/docs/modules/_saltcorn_data.tests_auxtest.test.html +0 -1
- package/docs/modules/_saltcorn_data.tests_base.test.html +0 -1
- package/docs/modules/_saltcorn_data.tests_calc.test.html +0 -1
- package/docs/modules/_saltcorn_data.tests_composite_pk.test.html +0 -1
- package/docs/modules/_saltcorn_data.tests_config.test.html +0 -1
- package/docs/modules/_saltcorn_data.tests_db.test.html +0 -1
- package/docs/modules/_saltcorn_data.tests_discover.test.html +0 -1
- package/docs/modules/_saltcorn_data.tests_edit.test.html +0 -1
- package/docs/modules/_saltcorn_data.tests_email.test.html +0 -1
- package/docs/modules/_saltcorn_data.tests_field.test.html +0 -1
- package/docs/modules/_saltcorn_data.tests_fieldviews.test.html +0 -1
- package/docs/modules/_saltcorn_data.tests_file.test.html +0 -1
- package/docs/modules/_saltcorn_data.tests_filter.test.html +0 -1
- package/docs/modules/_saltcorn_data.tests_form.test.html +0 -1
- package/docs/modules/_saltcorn_data.tests_list.test.html +0 -1
- package/docs/modules/_saltcorn_data.tests_mail_queue.test.html +0 -1
- package/docs/modules/_saltcorn_data.tests_models.test.html +0 -1
- package/docs/modules/_saltcorn_data.tests_page.test.html +0 -1
- package/docs/modules/_saltcorn_data.tests_page_group.test.html +0 -1
- package/docs/modules/_saltcorn_data.tests_plugin.test.html +0 -1
- package/docs/modules/_saltcorn_data.tests_show.test.html +0 -1
- package/docs/modules/_saltcorn_data.tests_state.test.html +0 -1
- package/docs/modules/_saltcorn_data.tests_table.test.html +0 -1
- package/docs/modules/_saltcorn_data.tests_table_history.test.html +0 -1
- package/docs/modules/_saltcorn_data.tests_table_sync_info.test.html +0 -1
- package/docs/modules/_saltcorn_data.tests_tag.test.html +0 -1
- package/docs/modules/_saltcorn_data.tests_user.test.html +0 -1
- package/docs/modules/_saltcorn_data.tests_view.test.html +0 -1
- package/docs/modules/_saltcorn_data.tests_workflow.test.html +0 -1
- package/docs/modules/_saltcorn_mobile-builder.appium_tests_ui.test.html +0 -1
- package/docs/modules/_saltcorn_mobile-builder.tests_versioncode.test.html +0 -1
- package/docs/modules/_saltcorn_mobile-builder.tests_webpack.test.html +0 -1
- package/docs/types/_saltcorn_data.models_internal_push_message_helper.FcmSubscription.html +0 -4
- package/docs/types/_saltcorn_data.models_internal_push_message_helper.Subscription.html +0 -1
- package/docs/types/_saltcorn_db-common.internal.AggregationOptions.html +0 -11
- package/docs/types/_saltcorn_db-common.internal.CoordOpts.html +0 -5
- package/docs/types/_saltcorn_db-common.internal.DatabaseClient.html +0 -2
- package/docs/types/_saltcorn_db-common.internal.JoinField.html +0 -6
- package/docs/types/_saltcorn_db-common.internal.JoinFields.html +0 -1
- package/docs/types/_saltcorn_db-common.internal.JoinOptions.html +0 -1
- package/docs/types/_saltcorn_db-common.internal.JsonPath.html +0 -1
- package/docs/types/_saltcorn_db-common.internal.JsonPathElem.html +0 -1
- package/docs/types/_saltcorn_db-common.internal.Operator.html +0 -1
- package/docs/types/_saltcorn_db-common.internal.PartialSome.html +0 -1
- package/docs/types/_saltcorn_db-common.internal.PrimaryKeyValue.html +0 -1
- package/docs/types/_saltcorn_db-common.internal.Row.html +0 -1
- package/docs/types/_saltcorn_db-common.internal.SelectOptions.html +0 -21
- package/docs/types/_saltcorn_db-common.internal.StrongRow.html +0 -1
- package/docs/types/_saltcorn_db-common.internal.SubselectOptions.html +0 -5
- package/docs/types/_saltcorn_db-common.internal.Value.html +0 -1
- package/docs/types/_saltcorn_db-common.internal.Where.html +0 -5
- package/docs/variables/_saltcorn_data.base-plugin_fieldviews.radio_select.description.html +0 -1
- package/docs/variables/_saltcorn_data.base-plugin_fieldviews.radio_select.isEdit.html +0 -1
- package/docs/variables/_saltcorn_data.base-plugin_fieldviews.radio_select.type.html +0 -1
- package/docs/variables/_saltcorn_data.base-plugin_fieldviews.search_join_field.html +0 -1
- package/docs/variables/_saltcorn_data.base-plugin_fieldviews.search_or_create.blockDisplay.html +0 -1
- package/docs/variables/_saltcorn_data.base-plugin_fieldviews.search_or_create.description.html +0 -1
- package/docs/variables/_saltcorn_data.base-plugin_fieldviews.search_or_create.isEdit.html +0 -1
- package/docs/variables/_saltcorn_data.base-plugin_fieldviews.search_or_create.type.html +0 -1
- package/docs/variables/_saltcorn_data.base-plugin_fieldviews.select.blockDisplay.html +0 -1
- package/docs/variables/_saltcorn_data.base-plugin_fieldviews.select.configFields.html +0 -1
- package/docs/variables/_saltcorn_data.base-plugin_fieldviews.select.description.html +0 -1
- package/docs/variables/_saltcorn_data.base-plugin_fieldviews.select.isEdit.html +0 -1
- package/docs/variables/_saltcorn_data.base-plugin_fieldviews.select.type.html +0 -1
- package/docs/variables/_saltcorn_data.base-plugin_fieldviews.select_by_code.html +0 -1
- package/docs/variables/_saltcorn_data.base-plugin_fieldviews.select_by_view.html +0 -1
- package/docs/variables/_saltcorn_data.base-plugin_fieldviews.select_from_table.blockDisplay.html +0 -1
- package/docs/variables/_saltcorn_data.base-plugin_fieldviews.select_from_table.configFields.html +0 -1
- package/docs/variables/_saltcorn_data.base-plugin_fieldviews.select_from_table.description.html +0 -1
- package/docs/variables/_saltcorn_data.base-plugin_fieldviews.select_from_table.isEdit.html +0 -1
- package/docs/variables/_saltcorn_data.base-plugin_fieldviews.select_from_table.type.html +0 -1
- package/docs/variables/_saltcorn_data.base-plugin_fieldviews.two_level_select.html +0 -1
- package/docs/variables/_saltcorn_data.base-plugin_fileview.fileview.html +0 -1
- package/docs/variables/_saltcorn_data.base-plugin_types.bool.attributes.html +0 -1
- package/docs/variables/_saltcorn_data.base-plugin_types.bool.description.html +0 -1
- package/docs/variables/_saltcorn_data.base-plugin_types.bool.fieldviews.TrueFalse.description.html +0 -1
- package/docs/variables/_saltcorn_data.base-plugin_types.bool.fieldviews.TrueFalse.isEdit.html +0 -1
- package/docs/variables/_saltcorn_data.base-plugin_types.bool.fieldviews.checkboxes.description.html +0 -1
- package/docs/variables/_saltcorn_data.base-plugin_types.bool.fieldviews.checkboxes.isEdit.html +0 -1
- package/docs/variables/_saltcorn_data.base-plugin_types.bool.fieldviews.edit.configFields.html +0 -1
- package/docs/variables/_saltcorn_data.base-plugin_types.bool.fieldviews.edit.description.html +0 -1
- package/docs/variables/_saltcorn_data.base-plugin_types.bool.fieldviews.edit.isEdit.html +0 -1
- package/docs/variables/_saltcorn_data.base-plugin_types.bool.fieldviews.show.description.html +0 -1
- package/docs/variables/_saltcorn_data.base-plugin_types.bool.fieldviews.show.isEdit.html +0 -1
- package/docs/variables/_saltcorn_data.base-plugin_types.bool.fieldviews.show_with_html.html +0 -1
- package/docs/variables/_saltcorn_data.base-plugin_types.bool.fieldviews.switch.html +0 -1
- package/docs/variables/_saltcorn_data.base-plugin_types.bool.fieldviews.thumbs_up_down.html +0 -1
- package/docs/variables/_saltcorn_data.base-plugin_types.bool.fieldviews.tristate.configFields.html +0 -1
- package/docs/variables/_saltcorn_data.base-plugin_types.bool.fieldviews.tristate.description.html +0 -1
- package/docs/variables/_saltcorn_data.base-plugin_types.bool.fieldviews.tristate.isEdit.html +0 -1
- package/docs/variables/_saltcorn_data.base-plugin_types.bool.js_type.html +0 -1
- package/docs/variables/_saltcorn_data.base-plugin_types.bool.name.html +0 -1
- package/docs/variables/_saltcorn_data.base-plugin_types.bool.sql_name.html +0 -1
- package/docs/variables/_saltcorn_data.base-plugin_types.color.attributes.html +0 -1
- package/docs/variables/_saltcorn_data.base-plugin_types.color.description.html +0 -1
- package/docs/variables/_saltcorn_data.base-plugin_types.color.fieldviews.edit.blockDisplay.html +0 -1
- package/docs/variables/_saltcorn_data.base-plugin_types.color.fieldviews.edit.description.html +0 -1
- package/docs/variables/_saltcorn_data.base-plugin_types.color.fieldviews.edit.isEdit.html +0 -1
- package/docs/variables/_saltcorn_data.base-plugin_types.color.fieldviews.show.description.html +0 -1
- package/docs/variables/_saltcorn_data.base-plugin_types.color.fieldviews.show.isEdit.html +0 -1
- package/docs/variables/_saltcorn_data.base-plugin_types.color.fieldviews.show_with_html.html +0 -1
- package/docs/variables/_saltcorn_data.base-plugin_types.color.js_type.html +0 -1
- package/docs/variables/_saltcorn_data.base-plugin_types.color.name.html +0 -1
- package/docs/variables/_saltcorn_data.base-plugin_types.color.sql_name.html +0 -1
- package/docs/variables/_saltcorn_data.base-plugin_types.date.attributes.html +0 -1
- package/docs/variables/_saltcorn_data.base-plugin_types.date.description.html +0 -1
- package/docs/variables/_saltcorn_data.base-plugin_types.date.fieldviews.edit.blockDisplay.html +0 -1
- package/docs/variables/_saltcorn_data.base-plugin_types.date.fieldviews.edit.configFields.html +0 -1
- package/docs/variables/_saltcorn_data.base-plugin_types.date.fieldviews.edit.description.html +0 -1
- package/docs/variables/_saltcorn_data.base-plugin_types.date.fieldviews.edit.isEdit.html +0 -1
- package/docs/variables/_saltcorn_data.base-plugin_types.date.fieldviews.editDay.blockDisplay.html +0 -1
- package/docs/variables/_saltcorn_data.base-plugin_types.date.fieldviews.editDay.configFields.html +0 -1
- package/docs/variables/_saltcorn_data.base-plugin_types.date.fieldviews.editDay.description.html +0 -1
- package/docs/variables/_saltcorn_data.base-plugin_types.date.fieldviews.editDay.isEdit.html +0 -1
- package/docs/variables/_saltcorn_data.base-plugin_types.date.fieldviews.format.configFields.html +0 -1
- package/docs/variables/_saltcorn_data.base-plugin_types.date.fieldviews.format.description.html +0 -1
- package/docs/variables/_saltcorn_data.base-plugin_types.date.fieldviews.format.isEdit.html +0 -1
- package/docs/variables/_saltcorn_data.base-plugin_types.date.fieldviews.relative.description.html +0 -1
- package/docs/variables/_saltcorn_data.base-plugin_types.date.fieldviews.relative.isEdit.html +0 -1
- package/docs/variables/_saltcorn_data.base-plugin_types.date.fieldviews.show.description.html +0 -1
- package/docs/variables/_saltcorn_data.base-plugin_types.date.fieldviews.show.isEdit.html +0 -1
- package/docs/variables/_saltcorn_data.base-plugin_types.date.fieldviews.showDay.description.html +0 -1
- package/docs/variables/_saltcorn_data.base-plugin_types.date.fieldviews.showDay.isEdit.html +0 -1
- package/docs/variables/_saltcorn_data.base-plugin_types.date.fieldviews.show_with_html.html +0 -1
- package/docs/variables/_saltcorn_data.base-plugin_types.date.fieldviews.yearsAgo.description.html +0 -1
- package/docs/variables/_saltcorn_data.base-plugin_types.date.fieldviews.yearsAgo.isEdit.html +0 -1
- package/docs/variables/_saltcorn_data.base-plugin_types.date.js_type.html +0 -1
- package/docs/variables/_saltcorn_data.base-plugin_types.date.name.html +0 -1
- package/docs/variables/_saltcorn_data.base-plugin_types.date.sql_name.html +0 -1
- package/docs/variables/_saltcorn_data.base-plugin_types.float.attributes.html +0 -1
- package/docs/variables/_saltcorn_data.base-plugin_types.float.description.html +0 -1
- package/docs/variables/_saltcorn_data.base-plugin_types.float.distance_operators.html +0 -1
- package/docs/variables/_saltcorn_data.base-plugin_types.float.fieldviews.above_input.html +0 -1
- package/docs/variables/_saltcorn_data.base-plugin_types.float.fieldviews.below_input.html +0 -1
- package/docs/variables/_saltcorn_data.base-plugin_types.float.fieldviews.edit.blockDisplay.html +0 -1
- package/docs/variables/_saltcorn_data.base-plugin_types.float.fieldviews.edit.configFields.html +0 -1
- package/docs/variables/_saltcorn_data.base-plugin_types.float.fieldviews.edit.description.html +0 -1
- package/docs/variables/_saltcorn_data.base-plugin_types.float.fieldviews.edit.isEdit.html +0 -1
- package/docs/variables/_saltcorn_data.base-plugin_types.float.fieldviews.heat_cell.html +0 -1
- package/docs/variables/_saltcorn_data.base-plugin_types.float.fieldviews.number_slider.html +0 -1
- package/docs/variables/_saltcorn_data.base-plugin_types.float.fieldviews.progress_bar.html +0 -1
- package/docs/variables/_saltcorn_data.base-plugin_types.float.fieldviews.range_interval.html +0 -1
- package/docs/variables/_saltcorn_data.base-plugin_types.float.fieldviews.show.description.html +0 -1
- package/docs/variables/_saltcorn_data.base-plugin_types.float.fieldviews.show.isEdit.html +0 -1
- package/docs/variables/_saltcorn_data.base-plugin_types.float.fieldviews.show_with_html.html +0 -1
- package/docs/variables/_saltcorn_data.base-plugin_types.float.fieldviews.to_locale_string.html +0 -1
- package/docs/variables/_saltcorn_data.base-plugin_types.float.js_type.html +0 -1
- package/docs/variables/_saltcorn_data.base-plugin_types.float.name.html +0 -1
- package/docs/variables/_saltcorn_data.base-plugin_types.int.attributes.html +0 -1
- package/docs/variables/_saltcorn_data.base-plugin_types.int.description.html +0 -1
- package/docs/variables/_saltcorn_data.base-plugin_types.int.distance_operators.near.html +0 -1
- package/docs/variables/_saltcorn_data.base-plugin_types.int.fieldviews.html +0 -3
- package/docs/variables/_saltcorn_data.base-plugin_types.int.js_type.html +0 -1
- package/docs/variables/_saltcorn_data.base-plugin_types.int.name.html +0 -1
- package/docs/variables/_saltcorn_data.base-plugin_types.int.primaryKey.html +0 -1
- package/docs/variables/_saltcorn_data.base-plugin_types.int.sql_name.html +0 -1
- package/docs/variables/_saltcorn_data.base-plugin_types.string.description.html +0 -1
- package/docs/variables/_saltcorn_data.base-plugin_types.string.fieldviews.as_header.description.html +0 -1
- package/docs/variables/_saltcorn_data.base-plugin_types.string.fieldviews.as_header.isEdit.html +0 -1
- package/docs/variables/_saltcorn_data.base-plugin_types.string.fieldviews.as_link.configFields.html +0 -1
- package/docs/variables/_saltcorn_data.base-plugin_types.string.fieldviews.as_link.description.html +0 -1
- package/docs/variables/_saltcorn_data.base-plugin_types.string.fieldviews.as_link.isEdit.html +0 -1
- package/docs/variables/_saltcorn_data.base-plugin_types.string.fieldviews.as_text.description.html +0 -1
- package/docs/variables/_saltcorn_data.base-plugin_types.string.fieldviews.as_text.isEdit.html +0 -1
- package/docs/variables/_saltcorn_data.base-plugin_types.string.fieldviews.checkbox_group.html +0 -1
- package/docs/variables/_saltcorn_data.base-plugin_types.string.fieldviews.code.html +0 -1
- package/docs/variables/_saltcorn_data.base-plugin_types.string.fieldviews.code_editor.html +0 -1
- package/docs/variables/_saltcorn_data.base-plugin_types.string.fieldviews.edit.blockDisplay.html +0 -1
- package/docs/variables/_saltcorn_data.base-plugin_types.string.fieldviews.edit.description.html +0 -1
- package/docs/variables/_saltcorn_data.base-plugin_types.string.fieldviews.edit.isEdit.html +0 -1
- package/docs/variables/_saltcorn_data.base-plugin_types.string.fieldviews.ellipsize.html +0 -1
- package/docs/variables/_saltcorn_data.base-plugin_types.string.fieldviews.fill_formula_btn.html +0 -1
- package/docs/variables/_saltcorn_data.base-plugin_types.string.fieldviews.img_from_url.description.html +0 -1
- package/docs/variables/_saltcorn_data.base-plugin_types.string.fieldviews.img_from_url.isEdit.html +0 -1
- package/docs/variables/_saltcorn_data.base-plugin_types.string.fieldviews.make_unique.html +0 -1
- package/docs/variables/_saltcorn_data.base-plugin_types.string.fieldviews.monospace_block.html +0 -1
- package/docs/variables/_saltcorn_data.base-plugin_types.string.fieldviews.password.blockDisplay.html +0 -1
- package/docs/variables/_saltcorn_data.base-plugin_types.string.fieldviews.password.configFields.html +0 -1
- package/docs/variables/_saltcorn_data.base-plugin_types.string.fieldviews.password.description.html +0 -1
- package/docs/variables/_saltcorn_data.base-plugin_types.string.fieldviews.password.isEdit.html +0 -1
- package/docs/variables/_saltcorn_data.base-plugin_types.string.fieldviews.preFormatted.html +0 -1
- package/docs/variables/_saltcorn_data.base-plugin_types.string.fieldviews.radio_group.configFields.html +0 -1
- package/docs/variables/_saltcorn_data.base-plugin_types.string.fieldviews.radio_group.description.html +0 -1
- package/docs/variables/_saltcorn_data.base-plugin_types.string.fieldviews.radio_group.isEdit.html +0 -1
- package/docs/variables/_saltcorn_data.base-plugin_types.string.fieldviews.select_by_code.html +0 -1
- package/docs/variables/_saltcorn_data.base-plugin_types.string.fieldviews.show_with_html.html +0 -1
- package/docs/variables/_saltcorn_data.base-plugin_types.string.fieldviews.textarea.blockDisplay.html +0 -1
- package/docs/variables/_saltcorn_data.base-plugin_types.string.fieldviews.textarea.configFields.html +0 -1
- package/docs/variables/_saltcorn_data.base-plugin_types.string.fieldviews.textarea.description.html +0 -1
- package/docs/variables/_saltcorn_data.base-plugin_types.string.fieldviews.textarea.isEdit.html +0 -1
- package/docs/variables/_saltcorn_data.base-plugin_types.string.js_type.html +0 -1
- package/docs/variables/_saltcorn_data.base-plugin_types.string.name.html +0 -1
- package/docs/variables/_saltcorn_data.base-plugin_types.string.sql_name.html +0 -1
- package/docs/variables/_saltcorn_data.contract.fieldlike.html +0 -1
- package/docs/variables/_saltcorn_data.contract.is_column.html +0 -1
- package/docs/variables/_saltcorn_data.contract.is_header.html +0 -1
- package/docs/variables/_saltcorn_data.contract.is_pack.html +0 -1
- package/docs/variables/_saltcorn_data.contract.is_plugin.html +0 -1
- package/docs/variables/_saltcorn_data.contract.is_plugin_layout.html +0 -1
- package/docs/variables/_saltcorn_data.contract.is_plugin_type.html +0 -1
- package/docs/variables/_saltcorn_data.contract.is_plugin_wrap.html +0 -1
- package/docs/variables/_saltcorn_data.contract.is_plugin_wrap_arg.html +0 -1
- package/docs/variables/_saltcorn_data.contract.is_table_query.html +0 -1
- package/docs/variables/_saltcorn_data.contract.is_tablely.html +0 -1
- package/docs/variables/_saltcorn_data.contract.is_viewtemplate.html +0 -1
- package/docs/variables/_saltcorn_data.test-utils_mocks.mocks.html +0 -1
package/locales/vt.json
ADDED
|
@@ -0,0 +1,1793 @@
|
|
|
1
|
+
{
|
|
2
|
+
"Not found": "Nkhông tìm tháy",
|
|
3
|
+
"Page not found": "Sahifa nuh tijid",
|
|
4
|
+
"Incorrect user or password": "Người dùng hoặc mật khẩu không chính xác",
|
|
5
|
+
"Internal Error": "Lỗi nội bộ",
|
|
6
|
+
"A report has been logged and a team of bug-squashing squirrels has been dispatched to deal with the situation.": "Một báo cáo đã được ghi nhận và một đội sóc chuyên diệt lỗi đã được điều động để xử lý tình huống.",
|
|
7
|
+
"User": "Người dùng",
|
|
8
|
+
"User Settings": "Cài đặt Người dùng",
|
|
9
|
+
"Logout": "Đăng xuất",
|
|
10
|
+
"Tables": "Bảng",
|
|
11
|
+
"Views": "Views",
|
|
12
|
+
"Pages": "Trang",
|
|
13
|
+
"Files": "Tệp",
|
|
14
|
+
"Settings": "Cài đặt",
|
|
15
|
+
"Menu": "Menu",
|
|
16
|
+
"Users": "Người dùng",
|
|
17
|
+
"Search": "Tìm kiếm",
|
|
18
|
+
"Configuration": "Cấu hình",
|
|
19
|
+
"Admin": "Admin",
|
|
20
|
+
"Tenants": "Tenants",
|
|
21
|
+
"Crash log": "Nhật ký sập hệ thống",
|
|
22
|
+
"Sign up": "Đăng ký",
|
|
23
|
+
"Login": "Đăng nhập",
|
|
24
|
+
"An error occurred": "Nek vlor vesk",
|
|
25
|
+
"ID": "ID",
|
|
26
|
+
"Email": "Email",
|
|
27
|
+
"Role": "Rolle",
|
|
28
|
+
"View": "View",
|
|
29
|
+
"Delete": "Xóa",
|
|
30
|
+
"Add user": "Thêm người dùng",
|
|
31
|
+
"New user": "Người dùng mới",
|
|
32
|
+
"New": "Novi",
|
|
33
|
+
"User %s created": "Người dùng %s đã được tạo",
|
|
34
|
+
"Edit user": "Sửa người dùng",
|
|
35
|
+
"Edit user %s": "Sửa người dùng %s",
|
|
36
|
+
"User %s saved": "Người dùng %s đã được lưu",
|
|
37
|
+
"User %s deleted": "Người dùng %s đã bị xóa",
|
|
38
|
+
"E-mail": "E-mail",
|
|
39
|
+
"Password": "Mật khẩu",
|
|
40
|
+
"User settings": "Cài đặt người dùng",
|
|
41
|
+
"Password reset not enabled. Contact your administrator.": "Đặt lại mật khẩu chưa được bật. Vui lòng liên hệ với quản trị viên của bạn.",
|
|
42
|
+
"Reset password": "Đặt lại mật khẩu",
|
|
43
|
+
"Enter your email address below and we'll send you a link to reset your password.": "Nhập địa chỉ email của bạn bên dưới và chúng tôi sẽ gửi cho bạn một liên kết để đặt lại mật khẩu.",
|
|
44
|
+
"Enter your new password below": "Nhập mật khẩu mới của bạn bên dưới",
|
|
45
|
+
"Set password": "Đặt mật khẩu",
|
|
46
|
+
"Password reset. Log in with your new password": "Cài lại mật khẩu. Đăng nhập bằng mật khẩu mới của bạn.",
|
|
47
|
+
"Change": "Cải",
|
|
48
|
+
"Old password": "Mật khẩu cũ",
|
|
49
|
+
"New password": "Mật khẩu mới",
|
|
50
|
+
"Email: ": "Email",
|
|
51
|
+
"Change password": "Đổi mật khẩu",
|
|
52
|
+
"Password changed": "Mật khẩu đã được thay đổi",
|
|
53
|
+
"Reset password instructions": "Hướng dẫn đặt lại mật khẩu",
|
|
54
|
+
"Hi %s": "Hi %s",
|
|
55
|
+
"You have requested a link to change your password. You can do this through this link:": "Du har anmodet om et link til at ændre din adgangskode. Du kan gøre dette via dette link:",
|
|
56
|
+
"If you did not request this, please ignore this email.": "Nếu bạn không yêu cầu thao tác này, vui lòng bỏ qua email này.",
|
|
57
|
+
"Your password will not change until you access the link above and set a new one.": "Mật khẩu của bạn sẽ không thay đổi cho đến khi bạn truy cập liên kết ở trên và đặt mật khẩu mới.",
|
|
58
|
+
"Change my password": "Thay đổi mật khẩu của tôi",
|
|
59
|
+
"Must be admin": "Phải là quản trị viên",
|
|
60
|
+
"Site identity": "Danh tính trang",
|
|
61
|
+
"Authentication": "Xác thực",
|
|
62
|
+
"Development": "Phát triển",
|
|
63
|
+
"Edit": "Chỉnh sửa",
|
|
64
|
+
"Unknown file": "Tệp không xác định",
|
|
65
|
+
"Other": "Khác",
|
|
66
|
+
"Edit configuration key %s": "Chỉnh sửa khóa cấu hình %s",
|
|
67
|
+
"Configuration key %s saved": "Khóa cấu hình %s đã được lưu",
|
|
68
|
+
"Configuration key %s deleted": "Khóa cấu hình %s đã bị xóa",
|
|
69
|
+
"Must be logged in first": "Phải đăng nhập trước",
|
|
70
|
+
"Hello": "Hello",
|
|
71
|
+
"Restart server. Try reloading the page after a few seconds after pressing this button.": "Khởi động lại máy chủ. Hãy thử tải lại trang sau vài giây sau khi nhấn nút này.",
|
|
72
|
+
"Restart": "Khởi động lại",
|
|
73
|
+
"Backup": "Sao lưu",
|
|
74
|
+
"Restore": "Khôi phục",
|
|
75
|
+
"Not authorized": "Khơng đượk phân quyền",
|
|
76
|
+
"Page %s not found": "Trang %s không được tìm thấy",
|
|
77
|
+
"Warning": "Cảnh báo",
|
|
78
|
+
"Hosting on this site is provided for free and with no guarantee of availability or security of your application. ": "Việc lưu trữ trên trang này được cung cấp miễn phí và không có bất kỳ đảm bảo nào về khả năng sẵn sàng hoặc tính bảo mật cho ứng dụng của bạn.",
|
|
79
|
+
"This facility is intended solely for you to evaluate the suitability of Saltcorn. ": "Cơ sở này chỉ được dùng để bạn đánh giá mức độ phù hợp của Saltcorn.",
|
|
80
|
+
"If you would like to store private information that needs to be secure, please use self-hosted Saltcorn. ": "Nếu bạn muốn lưu trữ thông tin riêng tư cần được bảo mật, vui lòng sử dụng Saltcorn tự lưu trữ.",
|
|
81
|
+
"Create application": "Tạọ applicatiọn",
|
|
82
|
+
"Create": "Tạo",
|
|
83
|
+
"Please select a name for your application. The name will determine the address at which it will be available. ": "Vui lòng chọn tên cho ứng dụng của bạn. Tên này sẽ quyết định địa chỉ mà ứng dụng của bạn sẽ được truy cập.",
|
|
84
|
+
"Application name": "Tên ứng dụng",
|
|
85
|
+
"Success! Your new application is available at:": "Thành công! Ứng dụng mới của bạn hiện đã khả dụng tại:",
|
|
86
|
+
"Please click the above link now to create the first user.": "Vui lòng nhấp vào liên kết ở trên ngay bây giờ để tạo người dùng đầu tiên.",
|
|
87
|
+
"A site with this subdomain already exists": "Một site với subdomain này đã tồn tại sẵn.",
|
|
88
|
+
"No such view: %s": "Không có view nào như vậy: %s",
|
|
89
|
+
"Search all tables": "Tìm kiếm tất cả bảng",
|
|
90
|
+
"Show": "Hiển thị",
|
|
91
|
+
"When": "Når",
|
|
92
|
+
"Tenant": "Tenant",
|
|
93
|
+
"Crash log entry %s": "Mục ghi nhật ký sự cố %s",
|
|
94
|
+
"New %s": "Mới %s",
|
|
95
|
+
"Data": "Dữ liệu",
|
|
96
|
+
"Add row": "Thêm hàng",
|
|
97
|
+
"Add %s": "Thêm %s",
|
|
98
|
+
"Edit row": "Chỉnh sửa hàng",
|
|
99
|
+
"Edit %s": "Sửa %s",
|
|
100
|
+
"No errors reported": "Không có lỗi nào được báo cáo",
|
|
101
|
+
"Everything is going extremely well.": "Mọi thứ đang diễn ra cực kỳ tốt.",
|
|
102
|
+
"Filename": "Tên tệp",
|
|
103
|
+
"Size (KiB)": "Kích thước (KiB)",
|
|
104
|
+
"Media type": "Kiểu media",
|
|
105
|
+
"Role to access": "Vai trò truy cập",
|
|
106
|
+
"Link": "Liên kết",
|
|
107
|
+
"Download": "Tải xuống",
|
|
108
|
+
"Upload file ": "Tải tệp lên",
|
|
109
|
+
"Minimum role for %s updated to %s": "Vai trò tối thiểu cho %s đã được cập nhật thành %s",
|
|
110
|
+
"File %s deleted": "Tệp %s đã bị xóa",
|
|
111
|
+
"More...": "Hơn nữa...",
|
|
112
|
+
"Quick Start": "Quick Start",
|
|
113
|
+
"Four different ways to get started using Saltcorn": "Bốn cách khác nhau để bắt đầu sử dụng Saltcorn",
|
|
114
|
+
"Build": "Biên dịch",
|
|
115
|
+
"Start by creating the tables to hold your data": "Bắt đầu bằng cách tạo các bảng để lưu trữ dữ liệu của bạn.",
|
|
116
|
+
"Create a table »": "Tạo một bảng",
|
|
117
|
+
"When you have created the tables, you can create views so users can interact with the data.": "Khi bạn đã tạo các bảng, bạn có thể tạo các view để người dùng tương tác với dữ liệu.",
|
|
118
|
+
"You can also start by creating a page.": "Bạn cũng có thể bắt đầu bằng cách tạo một trang.",
|
|
119
|
+
"Create a page »": "Tạo một trang »",
|
|
120
|
+
"Upload": "Tải lên",
|
|
121
|
+
"You can skip creating a table by hand by uploading a CSV file from a spreadsheet.": "Bạn có thể bỏ qua việc tạo bảng thủ công bằng cách tải lên tệp CSV từ bảng tính.",
|
|
122
|
+
"Create table with CSV upload": "Tạo bảng với tải lên CSV",
|
|
123
|
+
"If you have a backup from a previous Saltcorn instance, you can also restore it.": "If you have a backup from a previous Saltcorn instance, you can also restore it.",
|
|
124
|
+
"Install pack": "Cài đặt gói",
|
|
125
|
+
"Instead of building, get up and running in no time with packs": "Thay vì tự xây dựng, hãy khởi chạy và vận hành trong thời gian ngắn với các pack.",
|
|
126
|
+
"Packs are collections of tables, views and plugins that give you a full application which you can then edit to suit your needs.": "Packs là các tập hợp bảng, view và plugin cung cấp cho bạn một ứng dụng hoàn chỉnh, sau đó bạn có thể chỉnh sửa để phù hợp với nhu cầu của mình.",
|
|
127
|
+
"Name": "Námen",
|
|
128
|
+
"Description": "Mô tả",
|
|
129
|
+
"Go to pack store »": "Đi đến cửa hàng gói »",
|
|
130
|
+
"Learn": "Terlun",
|
|
131
|
+
"Confused?": "Bối rối?",
|
|
132
|
+
"The Wiki contains the documentation and tutorials on installing and using Saltcorn": "Wiki chứa tài liệu và hướng dẫn về cài đặt và sử dụng Saltcorn",
|
|
133
|
+
"Go to Wiki »": "Go đến Wiki »",
|
|
134
|
+
"The YouTube channel has some video tutorials": "Kênh YouTube có một số video hướng dẫn.",
|
|
135
|
+
"Go to YouTube »": "Đi tới YouTube »",
|
|
136
|
+
"What's new? Read the blog »": "Có gì mới? Đọc blog »",
|
|
137
|
+
"Create a table": "Tạo một Table",
|
|
138
|
+
"Create table from CSV upload": "Tạo bảng từ tải lên CSV",
|
|
139
|
+
"You have no views!": "Du har ingen visninger!",
|
|
140
|
+
"Create a view »": "Tạo một view »",
|
|
141
|
+
"Create a view": "Tạo một view",
|
|
142
|
+
"%s data table": "%s dữ liệu bảng",
|
|
143
|
+
"Versions": "Phiên bản",
|
|
144
|
+
"Version": "Phiên bản",
|
|
145
|
+
"Saved": "Đã lưu",
|
|
146
|
+
"By user ID": "Theo ID người dùng",
|
|
147
|
+
"%s History": "%s Lịch sử",
|
|
148
|
+
"back to table list": "trở lại danh sách bảng",
|
|
149
|
+
"Version %s restored": "Phiên bản %s đã được khôi phục",
|
|
150
|
+
"Site name": "Tên site",
|
|
151
|
+
"Site logo": "Biểu trưng trang web",
|
|
152
|
+
"Type": "Kiểu",
|
|
153
|
+
"Text label": "Nhãn văn bản",
|
|
154
|
+
"Minimum role": "Rolle minimum",
|
|
155
|
+
"URL": "URL",
|
|
156
|
+
"Page": "Paj",
|
|
157
|
+
"Menu editor": "Trình chỉnh sửa menu",
|
|
158
|
+
"Menu updated": "Menu được cập nhật",
|
|
159
|
+
"Plugin and pack store": "Cửa hàng plugin và gói",
|
|
160
|
+
"All": "Tất cả",
|
|
161
|
+
"Packs": "Paket",
|
|
162
|
+
"Themes": "Chủ đề",
|
|
163
|
+
"Installed": "Cài đặt",
|
|
164
|
+
"Refresh": "Làm mới",
|
|
165
|
+
"Upgrade installed plugins": "Nâng cấp các plugin đã cài đặt",
|
|
166
|
+
"Add another plugin": "Thêm một Module khác",
|
|
167
|
+
"Add another pack": "Thêm một gói nữa",
|
|
168
|
+
"Create pack": "Tạo gói",
|
|
169
|
+
"Pack": "Pack",
|
|
170
|
+
"Install": "Cài đặt",
|
|
171
|
+
"Plugin": "Module",
|
|
172
|
+
"Theme": "Chủ đề",
|
|
173
|
+
"Remove": "Xóa",
|
|
174
|
+
"Configure plugin": "Cấu hình plugin",
|
|
175
|
+
"Create Pack": "Tạo Gói",
|
|
176
|
+
"You can copy the pack contents below to another Saltcorn installation.": "Yu ken kopi dem pak kontens bilong daun go long narapela Saltcorn instal.",
|
|
177
|
+
"Install Pack": "Cài Đặt Gói",
|
|
178
|
+
"Pack %s installed": "Gói %s đã được cài đặt",
|
|
179
|
+
"Pack %s uninstalled": "Gói %s đã được gỡ cài đặt",
|
|
180
|
+
"Uninstall": "Gỡ cài đặt",
|
|
181
|
+
"Result preview for ": "Xem trước kết quả cho",
|
|
182
|
+
"Choose views for <a href=\"/search\">search results</a> for each table.<br/>Set to blank to omit table from global search.": "Chọn view cho <a href=\"/search\">kết quả tìm kiếm</a> cho từng bảng.<br/>Để trống để loại bỏ bảng khỏi tìm kiếm toàn cục.",
|
|
183
|
+
"These tables lack suitable views: ": "Những bảng này thiếu các view phù hợp:",
|
|
184
|
+
"Search configuration": "Cấu hình tìm kiếm",
|
|
185
|
+
"Table saved with version history enabled": "Bảng đã được lưu với lịch sử phiên bản được bật",
|
|
186
|
+
"Label": "Nhãn",
|
|
187
|
+
"Required": "Bắt buộc",
|
|
188
|
+
"Add field": "Thêm trường",
|
|
189
|
+
"Template": "Mẫu",
|
|
190
|
+
"Run": "Run",
|
|
191
|
+
"Views of this table": "Views của bảng này",
|
|
192
|
+
"Add view": "Thêm view",
|
|
193
|
+
"Rows": "Hàng",
|
|
194
|
+
"Download CSV": "Tải xuống CSV",
|
|
195
|
+
"Upload CSV": "Tải lên CSV",
|
|
196
|
+
"%s table": "%s bảng",
|
|
197
|
+
"Fields": "Trường",
|
|
198
|
+
"Table data": "Dữ liệu bảng",
|
|
199
|
+
"Edit table properties": "Sửa thuộc tính bảng",
|
|
200
|
+
"API access": "Truy cập API",
|
|
201
|
+
"APIs allow developers access to your data without using a user interface": "APIs cho phép nhà phát triển truy cập dữ liệu của bạn mà không cần sử dụng giao diện người dùng",
|
|
202
|
+
"Minimum role for read": "Rolle minimi për lexim",
|
|
203
|
+
"Minimum role for writing": "Vai trò tối thiểu để ghi",
|
|
204
|
+
"Version history": "Lịch sử phiên bản",
|
|
205
|
+
"New table": "Bảng mới",
|
|
206
|
+
"Table name": "Tên bảng",
|
|
207
|
+
"Table %s created": "Bảng %s đã được tạo",
|
|
208
|
+
"No fields defined in %s table": "Không có trường nào được định nghĩa trong bảng %s",
|
|
209
|
+
"Fields define the columns in your table.": "Các Trường xác định các cột trong Bảng của bạn.",
|
|
210
|
+
"Add field to table": "Thêm trường vào bảng",
|
|
211
|
+
"Table %s already exists": "Bảng %s đã tồn tại",
|
|
212
|
+
"Invalid table name %s": "Tên bảng không hợp lệ %s",
|
|
213
|
+
"Create from CSV upload": "Tạo từ tải lên CSV",
|
|
214
|
+
"Your tables": "Bảng của bạn",
|
|
215
|
+
"Create table": "Tạo bảng",
|
|
216
|
+
"Table saved": "Bảng đã được lưu",
|
|
217
|
+
"Create table from CSV file": "Tạo bảng từ tệp CSV",
|
|
218
|
+
"Create from CSV": "Tạo từ CSV",
|
|
219
|
+
"File": "File",
|
|
220
|
+
"Created table %s.": "Đã tạo bảng %s.",
|
|
221
|
+
"Table %s deleted": "Bảng %s đã bị xóa",
|
|
222
|
+
"Table": "Bảng",
|
|
223
|
+
"Your views": "Zin denmu",
|
|
224
|
+
"Configure": "Cấu hình",
|
|
225
|
+
"First, please give some basic information about the view.": "Zun, plix giv som basik infomeshen abat tha vyu.",
|
|
226
|
+
"View name": "Tên view",
|
|
227
|
+
"Views are based on a view template": "Views dựa trên một mẫu view",
|
|
228
|
+
"Edit view": "Chỉnh sửa view",
|
|
229
|
+
"Edit %s view": "Sửa chế độ xem %s",
|
|
230
|
+
"Create view": "Tạo view",
|
|
231
|
+
"View deleted": "Xem đã xóa",
|
|
232
|
+
"Display data from this table": "Hiển thị dữ liệu từ bảng này",
|
|
233
|
+
"Role required to run view": "Vai trò bắt buộc để chạy view",
|
|
234
|
+
"On root page": "Trên trang gốc",
|
|
235
|
+
"Layout": "Bố cục",
|
|
236
|
+
"Fixed states": "Stati fissi",
|
|
237
|
+
"A short name that will be in your URL": "Một tên ngắn sẽ xuất hiện trong URL của bạn",
|
|
238
|
+
"Title": "Tiêu đề",
|
|
239
|
+
"Page title": "Tiêu đề trang",
|
|
240
|
+
"A longer description": "Mô tả dài hơn",
|
|
241
|
+
"Role required to access page": "Rôl yêu cầu để truy cập trang",
|
|
242
|
+
"Page attributes": "Thuộc tính trang",
|
|
243
|
+
"Page configuration": "Cấu hình trang",
|
|
244
|
+
"Fixed state for %s view": "Stato fisso per la view %s",
|
|
245
|
+
"Set fixed states for views": "Đặt trạng thái cố định cho view",
|
|
246
|
+
"Page %s saved": "Page %s đã được lưu",
|
|
247
|
+
"Your pages": "Các trang của bạn",
|
|
248
|
+
"Add page": "Thêm trang",
|
|
249
|
+
"Root pages": "Root pages",
|
|
250
|
+
"The root page is the page that is served when the user visits the home location (/). This can be set for each user role.": "Root page là trang được phục vụ khi user truy cập vào vị trí home (/). Giá trị này có thể được thiết lập riêng cho từng user role.",
|
|
251
|
+
"Root pages updated": "Trang gốc đã được cập nhật",
|
|
252
|
+
"Page deleted": "Pajë e fshirë",
|
|
253
|
+
"Basic properties": "Thuộc tính cơ bản",
|
|
254
|
+
"Attributes": "Thuộc tính",
|
|
255
|
+
"Summary": "Tóm tắt",
|
|
256
|
+
"Default": "Mặc định",
|
|
257
|
+
"Edit field": "Chỉnh sửa trường",
|
|
258
|
+
"Edit %s field": "Chỉnh sửa trường %s",
|
|
259
|
+
"New field": "Trường mới",
|
|
260
|
+
"New field:": "Trường mới:",
|
|
261
|
+
"Field attributes": "Thuộc tính trường",
|
|
262
|
+
"Field %s created": "Trường %s đã được tạo",
|
|
263
|
+
"Summary field": "Trường tóm tắt",
|
|
264
|
+
"A default value is required when adding required fields to nonempty tables": "Un valor predeterminado es obligatorio al agregar campos obligatorios a tablas no vacías",
|
|
265
|
+
"Create user": "Tạo người dùng",
|
|
266
|
+
"Please create your first user account, which will have administrative privileges. You can add other users and give them administrative privileges later.": "Vui lòng tạo tài khoản người dùng đầu tiên của bạn, tài khoản này sẽ có đặc quyền quản trị. Bạn có thể thêm người dùng khác và cấp cho họ đặc quyền quản trị sau.",
|
|
267
|
+
"Create first user": "Tạo người dùng đầu tiên",
|
|
268
|
+
"Create an account": "Tạo tài khoản",
|
|
269
|
+
"No views defined": "Không có view nào được định nghĩa",
|
|
270
|
+
"Views define how table rows are displayed to the user": "Views xác định cách các hàng của bảng được hiển thị cho người dùng",
|
|
271
|
+
"Field %s saved": "Trường %s đã được lưu",
|
|
272
|
+
"View configuration": "Cấu hình view",
|
|
273
|
+
"Field %s deleted": "Trường %s đã bị xóa",
|
|
274
|
+
"No tables defined": "Không có bảng nào được định nghĩa",
|
|
275
|
+
"Tables hold collections of similar data": "Bảng lưu trữ các tập hợp dữ liệu tương tự",
|
|
276
|
+
"Invalid form data, try again": "Dữ liệu biểu mẫu không hợp lệ, hãy thử lại.",
|
|
277
|
+
"Role required to access added files": "Rolle erforderlich, um hinzugefügte Dateien zuzugreifen",
|
|
278
|
+
"The user uploading the file has access irrespective of their role": "Kẻ tải tệp lên có quyền truy cập bất kể vai trò của họ",
|
|
279
|
+
"Already have an account? Login": "Sudah mempunyai akaun? Log masuk",
|
|
280
|
+
"Subdomain not found": "Subdomain tidak ditemukan",
|
|
281
|
+
"You must create at least one table before you can create views.": "Bạn phải tạo ít nhất một bảng trước khi có thể tạo view.",
|
|
282
|
+
"Language: ": "Language:",
|
|
283
|
+
"Language changed to %s": "Ngôn ngữ đã được chuyển sang %s",
|
|
284
|
+
"Table saved with version history disabled": "Bảng đã được lưu với lịch sử phiên bản bị vô hiệu hóa",
|
|
285
|
+
"Missing name": "Tên bị thiếu",
|
|
286
|
+
"Successfully restored backup": "Sao lưu đã được khôi phục thành công",
|
|
287
|
+
"Welcome to Saltcorn!": "Valkom ta Saltcorn!",
|
|
288
|
+
"File %s uploaded": "Tệp %s đã được tải lên",
|
|
289
|
+
"Local": "Địa phương",
|
|
290
|
+
"Name required": "Tên là bắt buộc",
|
|
291
|
+
"Expression": "Biểu thức",
|
|
292
|
+
"Formula": "Formula",
|
|
293
|
+
"new": "mới",
|
|
294
|
+
"Password does not match": "Mật khẩu không khớp",
|
|
295
|
+
"Not allowed to write to table %s": "Không được phép ghi vào bảng %s",
|
|
296
|
+
"Login successful": "Đăng nhập thành công",
|
|
297
|
+
"Welcome, %s!": "Valkøme, %s!",
|
|
298
|
+
"Error: missing name or file": "Lỗi: thiếu tên hoặc tệp",
|
|
299
|
+
"Restart server.": "Khởi động lại máy chủ.",
|
|
300
|
+
"Add to menu": "Thêm vào menu",
|
|
301
|
+
"View %s added to menu. Adjust access permissions in Settings » Menu": "View %s ditambahkan ke menu. Sesuaikan izin akses di Pengaturan » Menu",
|
|
302
|
+
"Clone": "Clonar",
|
|
303
|
+
"View %s cloned as %s": "View %s klonat som %s",
|
|
304
|
+
"Duplicate": "Bản sao",
|
|
305
|
+
"View %s duplicated as %s": "View %s dédublé en %s",
|
|
306
|
+
"The view name will appear as the title of pop-ups showing this view, and in the URL when it is shown alone.": "Tên view sẽ xuất hiện dưới dạng tiêu đề của các pop-up hiển thị view này, và trong URL khi nó được hiển thị riêng lẻ.",
|
|
307
|
+
"Saltcorn version": "phiên bản Saltcorn",
|
|
308
|
+
"Node.js version": "Phiên bản Node.js",
|
|
309
|
+
"Table not found": "Bảng không tìm thấy",
|
|
310
|
+
"No row selected": "Khơng có hng nào được chọn",
|
|
311
|
+
"Calculated": "Tính toán",
|
|
312
|
+
"Unique": "Độc nhất",
|
|
313
|
+
"Stored": "Đã lưu",
|
|
314
|
+
"Please enter the formula for the new field as a JavaScript expression. The expression must result in a %s type": "Vui lòng nhập công thức cho trường mới dưới dạng biểu thức JavaScript. Biểu thức phải trả về kiểu %s.",
|
|
315
|
+
"Fields you can use as variables: ": "Các trường bạn có thể sử dụng làm biến:",
|
|
316
|
+
"Examples:": "Examples:",
|
|
317
|
+
"Missing label": "Nhãn bị thiếu",
|
|
318
|
+
"Column %s already exists (but is hidden)": "Cột %s đã tồn tại (nhưng đang bị ẩn)",
|
|
319
|
+
"Column %s already exists": "Cột %s đã tồn tại",
|
|
320
|
+
"Use this to restrict your field to a list of options (separated by commas). For instance, if the permissible values are \"Red\", \"Green\" and \"Blue\", enter \"Red, Green, Blue\" here. Leave blank if the string can hold any value.": "Dùng trường này để giới hạn giá trị của trường vào một danh sách các tùy chọn (ngăn cách bằng dấu phẩy). Ví dụ, nếu các giá trị hợp lệ là \"Red\", \"Green\" và \"Blue\", hãy nhập \"Red, Green, Blue\" tại đây. Để trống nếu chuỗi có thể nhận bất kỳ giá trị nào.",
|
|
321
|
+
"Columns": "Cột",
|
|
322
|
+
"Default state": "Trạng thái mặc định",
|
|
323
|
+
"Specify the fields in the table to show": "Chỉ định các trường trong bảng để hiển thị",
|
|
324
|
+
"Use view to create": "Sử dụng view để tạo",
|
|
325
|
+
"If user has write permission. Leave blank to have no link to create a new item": "Nếu người dùng có quyền ghi. Để trống để không có liên kết tạo mục mới.",
|
|
326
|
+
"Display create view as": "Hiển thị tạo view dưới dạng",
|
|
327
|
+
"Label for create": "Nhãn cho tạo",
|
|
328
|
+
"Label in link or button to create. Leave blank for a default label": "Nhãn trong liên kết hoặc nút để tạo. Để trống để dùng nhãn mặc định.",
|
|
329
|
+
"Fixed fields": "Cố định trường",
|
|
330
|
+
"These fields were missing, you can give values here. The values you enter here can be overwritten by information coming from other views, for instance if the form is triggered from a list.": "Những trường này đang bị thiếu, bạn có thể nhập giá trị tại đây. Các giá trị bạn nhập ở đây có thể bị ghi đè bởi thông tin đến từ các view khác, ví dụ khi form được kích hoạt từ một danh sách.",
|
|
331
|
+
"Edit options": "Tùy chọn chỉnh sửa",
|
|
332
|
+
"The view you choose here can be ignored depending on the context of the form, for instance if it appears in a pop-up the redirect will not take place.": "Tầm nhìn bạn chọn ở đây có thể bị bỏ qua tùy thuộc vào ngữ cảnh của biểu mẫu, ví dụ nếu nó xuất hiện trong một cửa sổ bật lên thì việc chuyển hướng sẽ không diễn ra.",
|
|
333
|
+
"View when done": "Xem khi hoàn tất",
|
|
334
|
+
"Item View": "Chế độ xem Mục",
|
|
335
|
+
"If user has write permission. Leave blank to have no link to create a new item": "Nếu người dùng có quyền ghi. Để trống để không có liên kết tạo mục mới.",
|
|
336
|
+
"Subtables": "Subbảng",
|
|
337
|
+
"List View": "Danh sách View",
|
|
338
|
+
"Show View": "Hiển thị View",
|
|
339
|
+
"Which related tables would you like to show in sub-lists below the selected item?": "Bảng liên quan nào bạn muốn hiển thị trong các danh sách phụ bên dưới mục đã chọn?",
|
|
340
|
+
"Order and layout": "Ordre og layout",
|
|
341
|
+
"Order by": "Order theo",
|
|
342
|
+
"Descending": "Descendante",
|
|
343
|
+
"Columns small screen": "Cột màn hình nhỏ",
|
|
344
|
+
"Columns medium screen": "Cột màn hình trung bình",
|
|
345
|
+
"Columns large screen": "Cột màn hình lớn",
|
|
346
|
+
"Columns extra-large screen": "Cột màn hình siêu lớn",
|
|
347
|
+
"Each in card?": "Mỗi mục trong thẻ?",
|
|
348
|
+
"Omit search form": "Bỏ biểu mẫu tìm kiếm",
|
|
349
|
+
"Do not display the search filter form": "Không hiển thị biểu mẫu bộ lọc tìm kiếm",
|
|
350
|
+
"Default search form values when first loaded": "Giá trị mặc định của biểu mẫu tìm kiếm khi mới được tải",
|
|
351
|
+
"Next": "Sau",
|
|
352
|
+
"Save": "Lưu",
|
|
353
|
+
"Calculated fields cannot have File type": "Các trường tính toán không thể có kiểu Tệp",
|
|
354
|
+
"On Field": "Trên Trường",
|
|
355
|
+
"Field in %s table": "Trường trong bảng %s",
|
|
356
|
+
"Action on row": "Tác vụ trên hàng",
|
|
357
|
+
"Link to other view": "Liên kết đến chế độ xem khác",
|
|
358
|
+
"Link to anywhere": "Liên kết đến bất kỳ đâu",
|
|
359
|
+
"Join Field": "Trường Nối",
|
|
360
|
+
"Aggregation": "Aggregation",
|
|
361
|
+
"Field": "Trường",
|
|
362
|
+
"Field view": "Trường xem",
|
|
363
|
+
"Action": "Aktion",
|
|
364
|
+
"Action Label": "Nhãn Hành Động",
|
|
365
|
+
"View label": "Nhãn chế độ xem",
|
|
366
|
+
"Leave blank for default label.": "Để trống để dùng nhãn mặc định.",
|
|
367
|
+
"View label is a formula?": "Nhãn View là một công thức?",
|
|
368
|
+
"Open in popup modal?": "Mở trong cửa sổ bật lên (popup modal)?",
|
|
369
|
+
"Link text": "Văn bản liên kết",
|
|
370
|
+
"Link text is a formula?": "Văn bản liên kết là một công thức?",
|
|
371
|
+
"Link URL": "Liên kết URL",
|
|
372
|
+
"Link URL is a formula?": "Liên kết URL là một công thức?",
|
|
373
|
+
"Open in new tab": "Mở trong thẻ mới",
|
|
374
|
+
"Relation": "Relasi",
|
|
375
|
+
"Statistic": "Statistic",
|
|
376
|
+
"In search form": "Trong biểu mẫu tìm kiếm",
|
|
377
|
+
"Header label": "Etiketa zaglavlja",
|
|
378
|
+
"step": "step",
|
|
379
|
+
"max": "max",
|
|
380
|
+
"Base URL": "URL cơ bản",
|
|
381
|
+
"Allow signups": "Cho phép đăng ký",
|
|
382
|
+
"Login in menu": "Đăng nhập trong menu",
|
|
383
|
+
"Allow password reset": "Cho phép đặt lại mật khẩu",
|
|
384
|
+
"SMTP host": "Máy chủ SMTP",
|
|
385
|
+
"SMTP username": "SMTP-briuknam",
|
|
386
|
+
"SMTP password": "Mật khẩu SMTP",
|
|
387
|
+
"SMTP port": "Cổng SMTP",
|
|
388
|
+
"SMTP secure": "SMTP bảo mật",
|
|
389
|
+
"Email from address": "Địa chỉ email người gửi",
|
|
390
|
+
"Development mode": "Che chế độ phát triển",
|
|
391
|
+
"Log SQL to stdout": "Ghi log SQL ra stdout",
|
|
392
|
+
"Menu items": "Mục menu",
|
|
393
|
+
"Global search": "Tìm kiếm toàn cục",
|
|
394
|
+
"Available packs": "Packs có sẵn",
|
|
395
|
+
"Available packs fetched": "Paket tersedia telah diambil",
|
|
396
|
+
"Available plugins": "Plugin hiện có",
|
|
397
|
+
"Available plugins fetched": "Các plugin khả dụng đã được truy xuất",
|
|
398
|
+
"Public home page": "Trang chủ công khai",
|
|
399
|
+
"User home page": "Trang chủ người dùng",
|
|
400
|
+
"Staff home page": "Trang chủ nhân sự",
|
|
401
|
+
"Admin home page": "Trang chủ quản trị",
|
|
402
|
+
"Installed packs": "Pachets instalats",
|
|
403
|
+
"A short string which is the name of your site": "Một chuỗi ngắn là tên trang web của bạn",
|
|
404
|
+
"Select a publicly accessible image file": "Chọn một tệp hình ảnh có quyền truy cập công khai",
|
|
405
|
+
"The URL at which your site is available. For instance, https://example.com/": "URL nơi site của bạn được truy cập. Ví dụ: https://example.com/",
|
|
406
|
+
"Allow users to sign up for a new user account": "Cho phép người dùng đăng ký một tài khoản người dùng mới",
|
|
407
|
+
"Show the login link in the menu": "Hiển thị liên kết đăng nhập trong menu",
|
|
408
|
+
"Allow users to request a password reset email. Email must be configured.": "Cho phép user yêu cầu email đặt lại mật khẩu. Bắt buộc phải cấu hình email.",
|
|
409
|
+
"The host address of your SMTP server. For instance, smtp.postmarkapp.com": "Địa chỉ host của máy chủ SMTP của bạn. Ví dụ: smtp.postmarkapp.com",
|
|
410
|
+
"Disable JS/CSS asset caching, show full error to user on crash, enable editing field type": "Tắt bộ nhớ đệm tài nguyên JS/CSS, hiển thị đầy đủ lỗi cho người dùng khi hệ thống gặp sự cố, bật cho phép chỉnh sửa kiểu trường.",
|
|
411
|
+
"Print all SQL statements to the standard output": "In đrê tất cả câu lệnh SQL ra standard output",
|
|
412
|
+
"The email address from which emails are sent. For instance, hello@saltcorn.com": "Địa chỉ email dùng để gửi email đi. Ví dụ: hello@saltcorn.com",
|
|
413
|
+
"Is the connection to the SMTP server over a secure transport protocol?": "Is de verbinding met de SMTP-server via een beveiligd transportprotocol?",
|
|
414
|
+
"About Saltcorn": "Về Saltcorn",
|
|
415
|
+
"Apply": "Áp dụng",
|
|
416
|
+
"Anywhere": "Bất kỳ đâu",
|
|
417
|
+
"Search filter": "Fíltar sárch",
|
|
418
|
+
"Are you sure you want to delete %s?": "Bạn có chắc chắn muốn xóa %s không?",
|
|
419
|
+
"Are you sure?": "Kêi đản chác chăn khô?",
|
|
420
|
+
"Set random password": "Đặt mật khẩu ngẫu nhiên",
|
|
421
|
+
"Changed password for user %s to %s": "Đã thay đổi mật khẩu cho người dùng %s thành %s",
|
|
422
|
+
"Disable": "Tắt",
|
|
423
|
+
"Enabled user %s": "Kích hoạt người dùng %s",
|
|
424
|
+
"Enable": "Bật",
|
|
425
|
+
"Disabled user %s": "Người dùng đã vô hiệu hóa %s",
|
|
426
|
+
"Disabled": "Tắt",
|
|
427
|
+
"Send password reset email": "Gửi email đặt lại mật khẩu",
|
|
428
|
+
" with password %s": "với mật khẩu %s",
|
|
429
|
+
"User confirmation?": "Xác nhận người dùng?",
|
|
430
|
+
"New user form": "Mẫu người dùng mới",
|
|
431
|
+
"A view to show to new users": "Một view để hiển thị cho người dùng mới",
|
|
432
|
+
"Account already exists": "Tài khoản đã tồn tại",
|
|
433
|
+
"Search not configured": "Tìm kiếm chưa được cấu hình",
|
|
434
|
+
"Already in use": "Đã được sử dụng",
|
|
435
|
+
"Functions you can use (in addition to standard JavaScript functions): ": "Các hàm bạn có thể sử dụng (ngoài các hàm JavaScript tiêu chuẩn):",
|
|
436
|
+
"Items per page": "Mục trên mỗi trang",
|
|
437
|
+
"Variable name": "Tên biến",
|
|
438
|
+
"Delete all rows": "Xoá tất cả các hàng",
|
|
439
|
+
"Recalculate stored fields": "Tính toán lại các trường đã lưu trữ",
|
|
440
|
+
"Started recalculating stored fields": "Đã bắt đầu tính toán lại các trường lưu trữ",
|
|
441
|
+
"Deleted all rows": "Xoá toàn bộ hàng",
|
|
442
|
+
"Database": "Cơ sở dữ liệu",
|
|
443
|
+
"API token": "Mã thông báo API",
|
|
444
|
+
"No API token issued": "Không có mã thông báo API được cấp",
|
|
445
|
+
"New API token generated": "Token API mới đã được tạo",
|
|
446
|
+
"Actions": "Hành động",
|
|
447
|
+
"Actions available": "Hành động khả dụng",
|
|
448
|
+
"Triggers": "Triggers",
|
|
449
|
+
"Add trigger": "Thêm trigger",
|
|
450
|
+
"New trigger": "Kích hoạt mới",
|
|
451
|
+
"Configure trigger": "Cấu hình trigger",
|
|
452
|
+
"Action label is a formula?": "Nhãn hành động là một công thức?",
|
|
453
|
+
"Action Style": "Kiểu Hành Động",
|
|
454
|
+
"Button size": "Kích thước nút",
|
|
455
|
+
"A view with this name already exists": "Một view với tên này đã tồn tại.",
|
|
456
|
+
"Constraints": "Ràng buộc",
|
|
457
|
+
"%s constraints": "%s giới hạn",
|
|
458
|
+
"Add constraint": "Thêm ràng buộc",
|
|
459
|
+
"Add constraint to %s": "Thêm ràng buộc vào %s",
|
|
460
|
+
"Cannot delete users table": "Khơng thể xóa bảng users",
|
|
461
|
+
"Test run": "Kiểm tra chạy",
|
|
462
|
+
"Test run output": "Kết quả chạy thử",
|
|
463
|
+
"Run %s": "Run %s",
|
|
464
|
+
"back to actions": "quay lại hành động",
|
|
465
|
+
"Action %s run successfully with no console output": "Hành động %s chạy thành công mà không có bất kỳ đầu ra nào trên console",
|
|
466
|
+
"Roles": "Rôles",
|
|
467
|
+
"Saved layout for role": "Bố cục đã lưu cho vai trò",
|
|
468
|
+
"Layout by role": "Bố cục theo vai trò",
|
|
469
|
+
"Users and roles": "Người dùng và vai trò",
|
|
470
|
+
"Match regular expression": "Khớp biểu thức chính quy",
|
|
471
|
+
"Error message when regular expression does not match": "Thông báo lỗi khi biểu thức chính quy không khớp",
|
|
472
|
+
"Invalid attributes": "Thuộc tính không hợp lệ",
|
|
473
|
+
"Documentation": "Tài liệu",
|
|
474
|
+
"Plugin %s installed": "Plugin %s được cài đặt",
|
|
475
|
+
"Plugin %s removed.": "Module %s removed.",
|
|
476
|
+
"Plugin %s installed, please complete configuration.": "Plugin %s dã̃ đượk cá̀i đặtk, vùi lò̀ng hoà̀n tất cấu hình.",
|
|
477
|
+
"Configure %s Plugin": "Cấu hình Plugin %s",
|
|
478
|
+
"Cannot remove plugin: views %s depend on it": "Không thể gỡ bỏ plugin: các view %s đang phụ thuộc vào nó",
|
|
479
|
+
"New Plugin": "Module Mới",
|
|
480
|
+
"Add plugin": "Thêm mô-đun",
|
|
481
|
+
"Store refreshed": "Cửa hàng đã được làm mới",
|
|
482
|
+
"Plugins up-to-date": "Plugins up-to-date",
|
|
483
|
+
"Source": "Nguồn",
|
|
484
|
+
"Inbound keys: ": "Khóa gửi vào:",
|
|
485
|
+
"Icon": "Biểu tượng",
|
|
486
|
+
"Create database view": "Tạo view cơ sở dữ liệu",
|
|
487
|
+
"Create an SQL view in the database with the fields in this list": "Tạo một view SQL trong cơ sở dữ liệu với các trường trong danh sách này",
|
|
488
|
+
"Upgrade": "Nâng cấp",
|
|
489
|
+
"Show only matches in table:": "Hiển thị chỉ các kết quả khớp trong bảng:",
|
|
490
|
+
"Showing matches in table %s.": "Hiển thị các bản ghi khớp trong bảng %s.",
|
|
491
|
+
"Edit trigger": "Chỉnh sửa trigger",
|
|
492
|
+
"Show on page": "Hiển thị trên trang",
|
|
493
|
+
"Requests to render this view directly will instead show the chosen page, if any. The chosen page should embed this view. Use this to decorate the view with additional elements.": "Yêu cầu hiển thị trực tiếp view này sẽ được chuyển sang hiển thị trang đã chọn, nếu có. Trang đã chọn cần nhúng view này vào bên trong. Sử dụng cơ chế này để trang trí view với các thành phần bổ sung.",
|
|
494
|
+
"Hide pagination": "Ẩn phân trang",
|
|
495
|
+
"True": "Vrai",
|
|
496
|
+
"False": "Sai",
|
|
497
|
+
"Clear all": "Xóa tất cả",
|
|
498
|
+
"This will delete <strong>EVERYTHING</strong> in the selected categories": "Điều này sẽ xóa <strong>TẤT CẢ</strong> trong các danh mục đã chọn",
|
|
499
|
+
"Deleted all %s": "Đã xóa tất cả %s",
|
|
500
|
+
"Restart server": "Khởi động lại máy chủ",
|
|
501
|
+
"Edit Plugin": "Chỉnh sửa Module",
|
|
502
|
+
"Unknown authentication method %ss": "Phương thức xác thực không xác định %ss",
|
|
503
|
+
"Restart required for changes to take effect. Restart server from the <a href=\"/admin\">Admin page</a>.": "Yêu cầu khởi động lại để các thay đổi có hiệu lực. Khởi động lại máy chủ từ <a href=\"/admin\">Trang quản trị</a>.",
|
|
504
|
+
"Email with password reset link sent": "Email jå password reset link sennt",
|
|
505
|
+
"Link Style": "Liên kết Style",
|
|
506
|
+
"Link size": "Kích thước liên kết",
|
|
507
|
+
"Set page title": "Đặt tiêu đề trang",
|
|
508
|
+
"Skip this section if you do not want to set the page title": "Bỏ qua phần này nếu bạn không muốn đặt tiêu đề trang",
|
|
509
|
+
"Page title is a formula?": "Tiêu đề trang là một công thức?",
|
|
510
|
+
"Enable LetsEncrypt HTTPS": "Bật HTTPS LetsEncrypt",
|
|
511
|
+
"Set Base URL configuration first": "Đầu tiên hãy thiết lập cấu hình URL Gốc",
|
|
512
|
+
"LetsEncrypt enabled": "LetsEncrypt kʼaaxkʼuun tʼiin",
|
|
513
|
+
"LetsEncrypt SSL enabled. Restart for changes to take effect.": "LetsEncrypt SSL diaktifkan. Mulai ulang agar perubahan diterapkan.",
|
|
514
|
+
"File not found": "Tệp không tìm thấy",
|
|
515
|
+
"Table %s not found": "Bảng %s không được tìm thấy",
|
|
516
|
+
"Page %s added to menu. Adjust access permissions in Settings » Menu": "Page %s ditambahkan ke menu. Sesuaikan izin akses di Pengaturan » Menu",
|
|
517
|
+
"Page %s duplicated as %s": "Page %s duplice cum %s",
|
|
518
|
+
"Custom SSL certificate": "Chứng chỉ SSL tùy chỉnh",
|
|
519
|
+
"Custom SSL private key": "Khóa riêng SSL tùy chỉnh",
|
|
520
|
+
"Login view": "Pogled za prijavu",
|
|
521
|
+
"Signup view": "Khung đăng ký",
|
|
522
|
+
"A view with the login form": "Una vista con el formulario de inicio de sesión",
|
|
523
|
+
"A view with the signup form": "Một view với biểu mẫu đăng ký",
|
|
524
|
+
"Signups not enabled": "Đăng ký không được bật",
|
|
525
|
+
"Ownership field": "Trường quyền sở hữu",
|
|
526
|
+
"The user referred to in this field will be the owner of the row": "Người dùng được tham chiếu trong trường này sẽ là chủ sở hữu của hàng dữ liệu.",
|
|
527
|
+
"None": "None",
|
|
528
|
+
"Information about plugin": "Thôgnat về Module",
|
|
529
|
+
"%s plugin information": "%s thông tin plugin",
|
|
530
|
+
"Package version": "Phiên bản gói",
|
|
531
|
+
"Package name": "Tên gói",
|
|
532
|
+
"Plugin dependencies": "Module závislosti",
|
|
533
|
+
"This plugin supplies a theme.": "Plugin này cung cấp một giao diện chủ đề.",
|
|
534
|
+
"Types": "Loại",
|
|
535
|
+
"This plugin supplies these types: ": "Plugin ni cung cấp các kiểu sau:",
|
|
536
|
+
"Functions": "Funções",
|
|
537
|
+
"Returns: ": "Trả về:",
|
|
538
|
+
"View templates": "Mẫu view",
|
|
539
|
+
"Repository": "Kho lưu trữ",
|
|
540
|
+
"Latest": "Mới nhất",
|
|
541
|
+
"Latest version": "Phiên bản mới nhất",
|
|
542
|
+
"Latest npm version cache": "Bản cache phiên bản npm mới nhất",
|
|
543
|
+
"Plugin up-to-date": "Plugin up-to-date",
|
|
544
|
+
"Upgrade here": "Nâng cấp tại đây",
|
|
545
|
+
"An upgrade to Saltcorn is available! Current version: %s; latest version: %s.": "Một bản nâng cấp cho Saltcorn hiện đã có! Phiên bản hiện tại: %s; phiên bản mới nhất: %s.",
|
|
546
|
+
"Passwords do not match": "Mật khẩu không khớp",
|
|
547
|
+
"Not a valid e-mail address": "Không phải là địa chỉ email hợp lệ",
|
|
548
|
+
"Custom CSS": "CSS Tùy Chỉnh",
|
|
549
|
+
"Custom HTML": "HTML Tùy Chỉnh",
|
|
550
|
+
"Site structure": "Cấu trúc site",
|
|
551
|
+
"SSL": "SSL",
|
|
552
|
+
"Users and security": "Utenti e sicurezza",
|
|
553
|
+
"User settings updated": "Cài đặt người dùng đã được cập nhật",
|
|
554
|
+
"SSL encryption for HTTPS traffic": "Mã hóa SSL cho lưu lượng HTTPS",
|
|
555
|
+
"HTTPS encryption with Let's Encrypt SSL certificate": "Mã hóa HTTPS với chứng chỉ SSL Let's Encrypt",
|
|
556
|
+
"Saltcorn can automatically obtain an SSL certificate from <a href=\"https://letsencrypt.org/\">Let's Encrypt</a> for single domains": "Saltcorn có thể tự động lấy chứng chỉ SSL từ <a href=\"https://letsencrypt.org/\">Let's Encrypt</a> cho các tên miền đơn.",
|
|
557
|
+
"Currently: ": "Hiện tại:",
|
|
558
|
+
"HTTPS encryption with custom SSL certificate": "Mã hóa HTTPS với chứng chỉ SSL tùy chỉnh",
|
|
559
|
+
"Or use custom SSL certificates, including wildcard certificates for multitenant applications": "Hoặc sử dụng chứng chỉ SSL tùy chỉnh, bao gồm chứng chỉ wildcard cho các ứng dụng đa tenant",
|
|
560
|
+
"Authentication settings": "Cài đặt xác thực",
|
|
561
|
+
"Custom SSL certificates": "Chứng chỉ SSL tùy chỉnh",
|
|
562
|
+
"Custom SSL enabled. Restart for changes to take effect.": "SSL tùy chỉnh đã được bật. Khởi động lại để các thay đổi có hiệu lực.",
|
|
563
|
+
"Enabled": "Đã bật",
|
|
564
|
+
"You have enabled both Let's Encrypt certificates and custom SSL certificates. Let's Encrypt takes priority and the custom certificates will be ignored.": "You have enabled both Let's Encrypt certificates and custom SSL certificates. Let's Encrypt takes priority and the custom certificates will be ignored.",
|
|
565
|
+
"Events": "Sự kiện",
|
|
566
|
+
"About application": "Giới thiệu về ứng dụng",
|
|
567
|
+
"System": "Hệ thống",
|
|
568
|
+
"Site identity settings updated": "Cài đặt nhận diện trang web đã được cập nhật",
|
|
569
|
+
"Email settings": "Cài đặt email",
|
|
570
|
+
"Site identity settings": "Cài đặt nhận diện site",
|
|
571
|
+
"Email settings updated": "Cài đặt email đã được cập nhật",
|
|
572
|
+
"System operations": "Hệ thống thao tác",
|
|
573
|
+
"About the system": "O sistemu",
|
|
574
|
+
"Restart here": "Khởi động lại tại đây",
|
|
575
|
+
"Download a backup": "Tải xuống bản sao lưu",
|
|
576
|
+
"Restore a backup": "Khôi phục bản sao lưu",
|
|
577
|
+
"Add new role": "Thêm vai trò mới",
|
|
578
|
+
"Role updated": "Rôl zaktualizován",
|
|
579
|
+
"First delete users with this role": "Xóa trước các user có role này",
|
|
580
|
+
"Role %s deleted": "Vai trò %s đã bị xóa",
|
|
581
|
+
"This is the rank of the user role, lower role IDs will be able to access more resources.": "Dây là hạng của vai trò người dùng, ID vai trò thấp hơn sẽ có thể truy cập nhiều tài nguyên hơn.",
|
|
582
|
+
"Role name": "Tên vai trò",
|
|
583
|
+
"Cannot delete this role": "Không thể xóa vai trò này",
|
|
584
|
+
"Saltcorn is <a href=\"https://www.gnu.org/philosophy/free-sw.en.html\">Free</a> and <a href=\"https://opensource.org/\">Open Source</a> Software, <a href=\"https://github.com/saltcorn/saltcorn/\">released</a> under the <a href=\"https://github.com/saltcorn/saltcorn/blob/master/LICENSE\">MIT license</a>.": "Saltcorn là Phần mềm <a href=\"https://www.gnu.org/philosophy/free-sw.en.html\">Tự do</a> và <a href=\"https://opensource.org/\">Mã nguồn mở</a>, được <a href=\"https://github.com/saltcorn/saltcorn/\">phát hành</a> theo <a href=\"https://github.com/saltcorn/saltcorn/blob/master/LICENSE\">giấy phép MIT</a>.",
|
|
585
|
+
"Create a page": "Tạo một trang",
|
|
586
|
+
"Test": "Test",
|
|
587
|
+
"E-mail and password required": "E-mail a heslo povinné",
|
|
588
|
+
"Masonry columns": "Cột xây dựng kiểu Masonry",
|
|
589
|
+
"Where": "vhere",
|
|
590
|
+
"Access Read/Write": "Truy cập Đọc/Ghi",
|
|
591
|
+
"History": "Lịch sử",
|
|
592
|
+
"Owned": "Đã sở hữu",
|
|
593
|
+
"Primary key": "Khóa chính",
|
|
594
|
+
"Users already present": "Người dùng đã tồn tại",
|
|
595
|
+
"Discover tables": "Khám phá bảng",
|
|
596
|
+
"The following tables in your database can be imported into Saltcorn:": "Các bảng sau trong cơ sở dữ liệu của bạn có thể được nhập vào Saltcorn:",
|
|
597
|
+
"Discovered tables: %s": "Bảng đã được phát hiện: %s",
|
|
598
|
+
"There are no tables in the database that can be imported into Saltcorn.": "Không có bảng nào trong cơ sở dữ liệu có thể được nhập vào Saltcorn.",
|
|
599
|
+
"Import": "Import",
|
|
600
|
+
"Discover": "Khám phá",
|
|
601
|
+
"Discover tables in database": "Phát hiện các bảng trong cơ sở dữ liệu",
|
|
602
|
+
"Single item view": "Single item view",
|
|
603
|
+
"The underlying individual view of each table row": "Lượt xem cá nhân cơ bản của từng hàng bảng",
|
|
604
|
+
"Minimum role to read": "Vai trò tối thiểu để đọc",
|
|
605
|
+
"Minimum role to write": "Vai trò tối thiểu để ghi",
|
|
606
|
+
"Create page": "Tạo trang",
|
|
607
|
+
"Multi-tenancy not enabled": "Multi-tenancy chưa được bật",
|
|
608
|
+
"Identity": "Identity",
|
|
609
|
+
"Email sent to %s with no errors": "Email được gửi đến %s mà không gặp lỗi",
|
|
610
|
+
"External": "Eksternal",
|
|
611
|
+
"Force TLS": "Ép buộc TLS",
|
|
612
|
+
"Always use TLS when connecting to server? If unchecked, TLS is used if server supports the STARTTLS extension. In most cases check this box if you are connecting to port 465. For port 587 or 25 keep it unchecked": "Luôn sử dụng TLS khi kết nối tới máy chủ? \nNếu bỏ chọn, TLS sẽ được sử dụng nếu máy chủ hỗ trợ phần mở rộng STARTTLS. Trong hầu hết các trường hợp, hãy chọn tùy chọn này nếu bạn kết nối tới cổng 465. Đối với cổng 587 hoặc 25, hãy để bỏ chọn.",
|
|
613
|
+
"Relationship diagram": "Sơ đồ quan hệ",
|
|
614
|
+
"Verified": "Đã xác minh",
|
|
615
|
+
"Send verification email": "Gửi email xác minh",
|
|
616
|
+
"Email verification link sent to %s": "Tautan verifikasi email dikirim ke %s",
|
|
617
|
+
"Verification view": "Xác minh view",
|
|
618
|
+
"A view with the view to be emailed to users for email address verification": "Một view được dùng để gửi email cho người dùng nhằm xác minh địa chỉ email",
|
|
619
|
+
"Email verified": "Email xac nhận",
|
|
620
|
+
"An email has been sent to %s to verify your address": "Un email a été envoyé à %s pour vérifier votre adresse",
|
|
621
|
+
"Elevate verified to role": "Nâng cấp đã xác minh thành vai trò",
|
|
622
|
+
"Elevate users to a higher role when their email addresses have been verified": "Thăng cấp người dùng lên vai trò cao hơn khi địa chỉ email của họ đã được xác minh",
|
|
623
|
+
"Email mask": "Email-mask",
|
|
624
|
+
"Emails used for signup must end with this string": "E-mails được dùng để đăng ký phải kết thúc bằng chuỗi này",
|
|
625
|
+
"Signups with this email address are not accepted": "Các đăng ký với địa chỉ email này không được chấp nhận",
|
|
626
|
+
"Default order by": "Mặc định sắp xếp theo",
|
|
627
|
+
"Default descending?": "Giảm dần mặc định?",
|
|
628
|
+
"Omit header": "Bỏ tiêu đề",
|
|
629
|
+
"Do not display the header": "Khơng hiển thị phần đầu",
|
|
630
|
+
"The maximum number of characters in the string": "Số lượng ký tự tối đa trong chuỗi",
|
|
631
|
+
"The minimum number of characters in the string": "Số lượng ký tự tối thiểu trong chuỗi",
|
|
632
|
+
"Style": "Kiểu",
|
|
633
|
+
"Not all themes support menu buttons": "Not all themes support menu buttons",
|
|
634
|
+
"Select a publicly accessible image file for the menu logo": "Chọn một tệp hình ảnh có thể truy cập công khai cho logo menu",
|
|
635
|
+
"Favicon": "Favicon",
|
|
636
|
+
"Select a publicly accessible image file for the browser tab icon": "Chọn một tệp hình ảnh công khai để làm biểu tượng tab trình duyệt",
|
|
637
|
+
"Site identity settings, backup, email settings, system control and information": "Cài đặt nhận diện trang, sao lưu, cài đặt email, điều khiển và thông tin hệ thống",
|
|
638
|
+
"Plugin and pack installation and control": "Cài đặt và kiểm soát plugin và pack",
|
|
639
|
+
"User administration, edit roles, user and security settings, SSL certificates for https encryption": "Quản trị người dùng, chỉnh sửa vai trò, cài đặt người dùng và bảo mật, chứng chỉ SSL cho mã hóa HTTPS",
|
|
640
|
+
"Menu, search and tenants": "Menu, sērč a tenanti",
|
|
641
|
+
"Actions, triggers and crash log": "Hành động, trình kích hoạt và nhật ký sự cố",
|
|
642
|
+
"Multitenancy enabled": "Multitenancy aktivéiert",
|
|
643
|
+
"Restart required for changes to take effect.": "Yêu cầu khởi động lại để các thay đổi có hiệu lực.",
|
|
644
|
+
"Tenant settings": "Cài đặt tenant",
|
|
645
|
+
"Role to create tenants": "Vai trò để tạo tenant",
|
|
646
|
+
"Minimum user role required to create a new tenant": "Rolle tiwod minimi wopuser wiesh fto tenant new create",
|
|
647
|
+
"Tenant settings updated": "Cài đặt tenant đã được cập nhật",
|
|
648
|
+
"Not allowed": "Khơng cho phép",
|
|
649
|
+
"You are trying to create a tenant while connecting via an IP address rather than a domain. This will probably not work.": "Bạn đang cố gắng tạo một tenant trong khi kết nối thông qua địa chỉ IP thay vì tên miền. Điều này có thể sẽ không hoạt động.",
|
|
650
|
+
"Create tenant warning": "Tạo cảnh báo tenant",
|
|
651
|
+
"Show a warning to users creating a tenant disclaiming warranty of availability or security": "Hiển thị cảnh báo cho người dùng khi tạo tenant, từ chối mọi bảo đảm về tính sẵn sàng hoặc tính an toàn (bảo mật) của hệ thống.",
|
|
652
|
+
"A list view shown on the left, to select rows": "Một chế độ xem dạng danh sách hiển thị ở bên trái để chọn các hàng.",
|
|
653
|
+
"The view to show the selected row": "View hiển thị hàng đã chọn",
|
|
654
|
+
"Location": "Location",
|
|
655
|
+
"Location of link to create new row": "Vị trí liên kết để tạo hàng mới",
|
|
656
|
+
"Options": "Tùy chọn",
|
|
657
|
+
"List options": "Danh sách tùy chọn",
|
|
658
|
+
"Rows per page": "Dòng mỗi trang",
|
|
659
|
+
"Invalid administrative action": "Hành động quản trị không hợp lệ",
|
|
660
|
+
"User settings form": "Biểu mẫu cài đặt người dùng",
|
|
661
|
+
"A view for users to change their custom user fields": "Một view cho phép user thay đổi các custom user field của họ",
|
|
662
|
+
"Error: ": "Lỗi:",
|
|
663
|
+
"User settings changed": "Cài đặt người dùng đã được thay đổi",
|
|
664
|
+
"Rename table": "Đổi tên bảng",
|
|
665
|
+
"Rename table %s": "Đổi tên bảng %s",
|
|
666
|
+
"Base URL domain %s does not match hostname %s": "Tên miền URL gốc %s không khớp với hostname %s",
|
|
667
|
+
"Custom HTTP headers": "Tiêu đề HTTP tùy chỉnh",
|
|
668
|
+
"Format for each line: Header-Name: value": "Format for each line: Header-Name: value",
|
|
669
|
+
"Role to upload files": "Vai trò tải tệp lên",
|
|
670
|
+
"User should have this role or higher to upload files with API (uploads through forms are not affected)": "Người dùng phải có vai trò này hoặc cao hơn để tải tệp lên bằng API (việc tải lên thông qua biểu mẫu không bị ảnh hưởng)",
|
|
671
|
+
"Always show create view": "Luôn hiển thị tạo View",
|
|
672
|
+
"If off, only show create view if the query state is about the current user": "If off, juw sho kreyt vyu juw ef da kwery stet es abawt da karent yuser",
|
|
673
|
+
"Process uptime": "Thời gian hoạt động của tiến trình",
|
|
674
|
+
"A configuration error occurred": "Một lỗi cấu hình đã xảy ra",
|
|
675
|
+
"HTTP timeout (s)": "HTTP-timeout (s)",
|
|
676
|
+
"Increase if you expect large uploads": "Tăng nếu bạn dự kiến tải lên dung lượng lớn",
|
|
677
|
+
"Cookie sessions": "Phiên cookie",
|
|
678
|
+
"Store sessions entirely in client cookies for higher performance": "Lưu trữ toàn bộ phiên làm việc trong cookie phía client để tăng hiệu năng",
|
|
679
|
+
"git commit": "git commit",
|
|
680
|
+
"Send test email": "Gửi email kiểm thử",
|
|
681
|
+
"Edit custom SSL certificates": "Chỉnh sửa chứng chỉ SSL tùy chỉnh",
|
|
682
|
+
"User must have this role or higher to read rows from the table": "Brukeren må ha denne rollen eller høyere for å lese rader fra tabellen",
|
|
683
|
+
"User must have this role or higher to edit or create new rows in the table": "User pehe role ya usse upar hī hoṇā chāhie tāki vo table meṅ row edit kar sake yā nayi row bana sake.",
|
|
684
|
+
"Name of the field": "Tên của trường",
|
|
685
|
+
"The type determines the kind of data that can be stored in the field": "Tyyp määrab, millist tüüpi andmeid saab välja salvestada.",
|
|
686
|
+
"Calculated from other fields with a formula": "Tính toán từ các trường khác bằng một công thức",
|
|
687
|
+
"There must be a value in every row": "Harus ada nilai di setiap baris",
|
|
688
|
+
"Different rows must have different values for this field": "Các hàng khác nhau phải có giá trị khác nhau cho trường này.",
|
|
689
|
+
"Add more fields to enable edit": "Thêm nhiều trường hơn để cho phép chỉnh sửa",
|
|
690
|
+
"Multitenancy": "Multitenancy",
|
|
691
|
+
"Subdomain": "Subdomain",
|
|
692
|
+
"Information": "Infomazion",
|
|
693
|
+
"Found %s tenants": "Timthấy %s bên thuê",
|
|
694
|
+
"Create new tenant": "Tạo tenant mới",
|
|
695
|
+
"%s tenant statistics": "%s thống kê tenant",
|
|
696
|
+
"Table columns": "Cột bảng",
|
|
697
|
+
"Configuration items": "Mục cấu hình",
|
|
698
|
+
"Crashlogs": "Crashlogs",
|
|
699
|
+
"Multitenancy settings": "Cài đặt đa thuê",
|
|
700
|
+
"See <a href=\"https://github.com/saltcorn/saltcorn\">GitHub repository</a> for instructions<p>": "Xem <a href=\"https://github.com/saltcorn/saltcorn\">kho GitHub</a> để biết hướng dẫn<p>",
|
|
701
|
+
"API token for this user: ": "API žeton za tega uporabnika:",
|
|
702
|
+
"Reset": "Đặt lại",
|
|
703
|
+
"Generate": "Tạo",
|
|
704
|
+
"URL after delete": "URL sau xóa",
|
|
705
|
+
"Track table data changes over time": "Theod tabula data mutanda trans tempore",
|
|
706
|
+
"Description allows you to give more information about the table": "Description cho phép bạn cung cấp thêm thông tin về bảng",
|
|
707
|
+
"Description allows you to give more information about the view.": "Description cho phép bạn cung cấp thêm thông tin về view.",
|
|
708
|
+
"Description allows to give more information about field": "Description cho phép cung cấp thêm thông tin về trường",
|
|
709
|
+
"Name of action": "Tên hành động",
|
|
710
|
+
"Description allows you to give more information about the action": "Mô tả cho phép bạn cung cấp thêm thông tin về hành động",
|
|
711
|
+
"The action to be taken when the trigger fires": "Hành động sẽ được thực thi khi trigger được kích hoạt",
|
|
712
|
+
"The table for which the trigger condition is checked.": "Tabulka, pro kterou se ověřuje podmínka triggeru.",
|
|
713
|
+
"Condition under which the trigger will fire": "Điều kiện kích hoạt trigger hoạt động",
|
|
714
|
+
"Test trigger": "Kiểm tra kích hoạt",
|
|
715
|
+
"Edit trigger %s": "Chỉnh sửa trigger %s",
|
|
716
|
+
"Preset %s": "Preset %s",
|
|
717
|
+
"The user password or application token to access SMTP server for sending emails": "MẬT KHẨU NGƯỜI DÙNG HOẶC MÃ THÔNG BÁO ỨNG DỤNG ĐỂ TRUY CẬP MÁY CHỦ SMTP PHỤC VỤ GỬI EMAIL",
|
|
718
|
+
"The port of your SMTP server": "Cổng của máy chủ SMTP của bạn",
|
|
719
|
+
"The user name to access SMTP server for sending emails.": "Tên người dùng để truy cập máy chủ SMTP để gửi email.",
|
|
720
|
+
"The user password or app password to access SMTP server for sending emails. If your SMTP provider allows to create app password for using from application We recommends to use app password instead of user password.": "Mật khẩu người dùng hoặc mật khẩu ứng dụng để truy cập máy chủ SMTP dùng để gửi email. Nếu nhà cung cấp SMTP của bạn cho phép tạo mật khẩu ứng dụng để sử dụng từ ứng dụng, chúng tôi khuyến nghị sử dụng mật khẩu ứng dụng thay cho mật khẩu người dùng.",
|
|
721
|
+
"Tick the boxes for the fields that should be jointly unique": "Đánh dấu vào các ô cho những trường cần được ràng buộc là duy nhất theo tổ hợp.",
|
|
722
|
+
"Private SSH key": "Khóa SSH riêng",
|
|
723
|
+
"Timezone": "Muzi nguva",
|
|
724
|
+
"Home Timezone": "Thời gian chuẩn trên trang chủ",
|
|
725
|
+
"Use this link to revisit your application at any time.": "Sử dụng liên kết này để truy cập lại ứng dụng của bạn bất cứ lúc nào.",
|
|
726
|
+
"To login to a previously created application, go to: ": "Để đăng nhập vào một ứng dụng đã được tạo trước đó, hãy truy cập:",
|
|
727
|
+
"Event types": "Loại sự kiện",
|
|
728
|
+
"Channel": "Kênh",
|
|
729
|
+
"Leave blank for all channels": "Để trống cho tất cả các kênh",
|
|
730
|
+
"Table or Channel": "Bảng hoặc Kênh",
|
|
731
|
+
"Events to log": "Sự kiện cần ghi log",
|
|
732
|
+
"Log settings": "Cấu hình nhật ký",
|
|
733
|
+
"Which events should be logged?": "Những sự kiện nào cần được ghi log?",
|
|
734
|
+
"Event log": "Eventprotokoll",
|
|
735
|
+
"Custom Events": "Sự kiện tùy chỉnh",
|
|
736
|
+
"Channels": "Kênh",
|
|
737
|
+
"Custom": "Tùy chỉnh",
|
|
738
|
+
"Create custom event": "Tạo sự kiện tùy chỉnh",
|
|
739
|
+
"Yes": "Yes",
|
|
740
|
+
"Alternative destinations if formula evaluates to true": "Điểm đến thay thế nếu công thức đánh giá là đúng",
|
|
741
|
+
"Default view when done": "Chế độ xem mặc định khi hoàn tất",
|
|
742
|
+
"This is the view to which the user will be sent when the form is submitted, unless a formula below is true.": "Đây là view mà user sẽ được chuyển đến khi form được submit, trừ khi một công thức bên dưới trả về true.",
|
|
743
|
+
"You can send the user to an different view depending on the day the user has submitted. Ignore this option if you always want to send the user to the same destination": "Bạn có thể chuyển người dùng đến một view khác nhau tùy thuộc vào ngày mà người dùng đã gửi. Bỏ qua tùy chọn này nếu bạn luôn muốn chuyển người dùng đến cùng một điểm đích.",
|
|
744
|
+
"Plugin name": "Tên plugin",
|
|
745
|
+
"Source of plugin for install. Few options:npm - download from npm repository,local - get from local file system,github - download from github,git - get from git": "Nguồn cài đặt plugin. Một số tùy chọn: \nnpm - tải xuống từ kho npm, \nlocal - lấy từ hệ thống tệp cục bộ, \ngithub - tải xuống từ github, \ngit - lấy từ git.",
|
|
746
|
+
"For npm - name of npm package, e.g. @saltcorn/html or saltcorn-gantt, check at npmjs.com, for local - absolute path to plugin folder in file system, e.g.C:\\gitsrc\\any-bootstrap-theme\\, for github - name of github project.": "Đối với npm – tên gói npm, ví dụ: @saltcorn/html hoặc saltcorn-gantt, kiểm tra tại npmjs.com; đối với local – đường dẫn tuyệt đối tới thư mục plugin trong hệ thống tệp, ví dụ: C:\\gitsrc\\any-bootstrap-theme\\; đối với github – tên dự án trên GitHub.",
|
|
747
|
+
"Version of plugin, latest is default value": "Phiên bản plugin, mới nhất là giá trị mặc định",
|
|
748
|
+
"Account verification": "Xác minh tài khoản",
|
|
749
|
+
"User verification failed": "Xác minh người dùng không thành công",
|
|
750
|
+
"User verified": "Người dùng đã được xác minh",
|
|
751
|
+
"Error editing user: %s": "Lỗi chỉnh sửa người dùng: %s",
|
|
752
|
+
"User must have this role or higher to make API call for action (trigger)": "Người dùng phải có vai trò này hoặc cao hơn để thực hiện gọi API cho hành động (trigger)",
|
|
753
|
+
"Restart complete": "Khởi động lại hoàn tất",
|
|
754
|
+
"Languages": "Lingues",
|
|
755
|
+
"Add language": "Thêm ngôn ngữ",
|
|
756
|
+
"Language": "Languagvt",
|
|
757
|
+
"Locale": "Locale",
|
|
758
|
+
"Menu, search, languages and tenants": "Menu, tìm kiếm, ngôn ngữ và tenant",
|
|
759
|
+
"This is a translation of a different field in a different language": "Day na a transleksen blong narafala field long narafala language",
|
|
760
|
+
"Language locale of translation": "vt",
|
|
761
|
+
"Action not configurable": "Hành động không thể cấu hình",
|
|
762
|
+
"Event type which runs the trigger": "Loại sự kiện kích hoạt trigger",
|
|
763
|
+
"Message string field": "Trường chuỗi thông điệp",
|
|
764
|
+
"The field for the message content on the table for messages": "Trường cho nội dung tin nhắn trên bảng dành cho tin nhắn",
|
|
765
|
+
"Participant field": "Participant field",
|
|
766
|
+
"The field for the sender user id on the table for messages": "Trường cho mã người dùng người gửi trên bảng cho tin nhắn",
|
|
767
|
+
"The field for the participant user id": "Trường cho ID người dùng người tham gia",
|
|
768
|
+
"Message sender field": "Trường người gửi tin nhắn",
|
|
769
|
+
"Message view or string field": "Message-Ansicht oder Zeichenfolge-Feld",
|
|
770
|
+
"A view to show individual messages, or the field for the message content on the table for messages": "Une vue pour afficher les messages individuels, ou le champ pour le contenu du message dans la table des messages",
|
|
771
|
+
"Message relation": "Relasi pesan",
|
|
772
|
+
"The relationship to the table of individual messages": "Sự liên kết với bảng các tin nhắn riêng lẻ",
|
|
773
|
+
"Message show view": "Hiển thị chế độ xem tin nhắn",
|
|
774
|
+
"The view to show an individual message": "View hiển thị một tin nhắn riêng lẻ",
|
|
775
|
+
"New message form view": "Dạng xem biểu mẫu tin nhắn mới",
|
|
776
|
+
"The view to enter a new message": "La vista per inserire un nuovo messaggio",
|
|
777
|
+
"Participant max read id field": "Participant max read id field",
|
|
778
|
+
"The field for the participant's last read message, of type Key to message table": "Trường cho tin nhắn đã đọc cuối cùng của người tham gia, kiểu Khóa tới bảng tin nhắn",
|
|
779
|
+
"Show older messages": "Hiển thị các tin nhắn cũ hơn",
|
|
780
|
+
"New table name": "Tên bảng mới",
|
|
781
|
+
"Password Repeat": "Mật khẩu lặp lại",
|
|
782
|
+
"Remember me": "Nhớ tôi",
|
|
783
|
+
"Column width": "Độ rộng cột",
|
|
784
|
+
"Column width units": "Đơn vị chiều rộng cột",
|
|
785
|
+
"Ownership formula": "Công thức quyền sở hữu",
|
|
786
|
+
"User is treated as owner if true. In scope: ": "User được coi là chủ sở hữu nếu đặt thành true. Trong phạm vi:",
|
|
787
|
+
"Not all themes support all locations": "Không phải tất cả chủ đề đều hỗ trợ tất cả vị trí",
|
|
788
|
+
"Default language": "Ngôn ngữ mặc định",
|
|
789
|
+
"Library": "Thư viện",
|
|
790
|
+
"Library item %s deleted": "Thư viện mục %s đã bị xóa",
|
|
791
|
+
"Library: component assemblies that can be used in the builder": "Library: các tổ hợp component có thể được sử dụng trong builder",
|
|
792
|
+
"Edit properties": "Chỉnh sửa thuộc tính",
|
|
793
|
+
"Images and other files for download": "Hình ảnh và các tệp khác để tải xuống",
|
|
794
|
+
"Disable LetsEncrypt HTTPS": "Tắt HTTPS LetsEncrypt",
|
|
795
|
+
"Type %s not found": "Loại %s không tìm thấy",
|
|
796
|
+
"No pages": "Tidak ada halaman",
|
|
797
|
+
"No views": "Ko view",
|
|
798
|
+
"CSV upload": "CSV tải lên",
|
|
799
|
+
"Pages are the web pages of your application built with drag-and-drop builder. They have static content, and by embedding views, dynamic content.": "Pages là các trang web của ứng dụng của bạn được xây dựng bằng trình dựng kéo‑thả. Chúng có nội dung tĩnh và, bằng cách nhúng các view, có nội dung động.",
|
|
800
|
+
"Views display data from tables. A view is a view template applied to a table, with configuration.": "Views jxqer data fxm tables. A view ix a view template applied xu a table, wiv configuration.",
|
|
801
|
+
"Tables organise data by fields and rows.": "Bảng tổ chức dữ liệu theo các trường và các hàng.",
|
|
802
|
+
"Pages are the web pages of your application built with a drag-and-drop builder. They have static content, and by embedding views, dynamic content.": "Páginas são as páginas web da sua aplicação, construídas com um builder de arrastar e soltar. Elas possuem conteúdo estático e, através da incorporação de views, conteúdo dinâmico.",
|
|
803
|
+
"Triggers run actions in response to events.": "Triggers chạy actions để phản hồi các events.",
|
|
804
|
+
"No files": "Không có tệp",
|
|
805
|
+
"Cookie duration (hours)": "Thời lượng cookie (giờ)",
|
|
806
|
+
"Set to 0 for expiration at the end of browser session": "Ställ in på 0 för att upphöra vid slutet av webbläsarsessionen",
|
|
807
|
+
"Cookie duration (hours) when remember ticked": "Thời lượng cookie (giờ) khi chọn ghi nhớ",
|
|
808
|
+
"Forget table": "Quên bảng",
|
|
809
|
+
"Table %s forgotten. You can now discover it.": "Table %s dilupakan. Anda sekarang dapat menemukannya kembali.",
|
|
810
|
+
"No triggers": "Koñ triggers",
|
|
811
|
+
"List width": "Šířka seznamu",
|
|
812
|
+
"Number of columns (1-12) allocated to the list view": "Số lượng cột (1–12) được cấp cho chế độ xem danh sách",
|
|
813
|
+
"New tenant template": "Mẫu tenant mới",
|
|
814
|
+
"Copy site structure for new tenants from this tenant": "Sao chép cấu trúc site cho tenant mới từ tenant này",
|
|
815
|
+
"Use this link: <a href=\"%s\">%s</a> to revisit your application at any time.": "Use liên kết này: <a href=\"%s\">%s</a> để truy cập lại ứng dụng của bạn bất kỳ lúc nào.",
|
|
816
|
+
"Use Amazon S3": "Sử dụng Amazon S3",
|
|
817
|
+
"Use Amazon S3 (or compatible) service to store files. If disabled, Saltcorn uses local disk. WARNING: Changing this may break your uploaded files!": "Dùng dịch vụ Amazon S3 (hoặc dịch vụ tương thích) để lưu trữ tệp. Nếu tắt, Saltcorn sử dụng đĩa cục bộ. CẢNH BÁO: Thay đổi thiết lập này có thể làm hỏng các tệp đã tải lên của bạn!",
|
|
818
|
+
"Amazon S3 Bucket": "Amazon S3 Bucket",
|
|
819
|
+
"Name you selected for your S3 bucket in AWS.": "Nama sing sampeyan pilih kanggo ember S3 sampeyan ing AWS.",
|
|
820
|
+
"Amazon S3 Path Prefix": "Amazon S3 Đường Dẫn Tiền Tố",
|
|
821
|
+
"Prefix you selected for your S3 bucket in AWS.": "Tiền tố bạn đã chọn cho bucket S3 của mình trong AWS.",
|
|
822
|
+
"Amazon S3 Endpoint": "Điểm cuối Amazon S3",
|
|
823
|
+
"Hostname of your S3 Compatible Storage provider. Defaults to 's3.amazonaws.com'.": "Hostname của nhà cung cấp Lưu trữ Tương thích S3 của bạn. Mặc định là 's3.amazonaws.com'.",
|
|
824
|
+
"Amazon S3 Region": "Khu vực Amazon S3",
|
|
825
|
+
"AWS region you selected when creating your S3 bucket. Default ti 'us-east-1'.": "AWS region yo ap chwazi lè w t ap kreye bokit S3 ou a. Default se `us-east-1`.",
|
|
826
|
+
"Amazon S3 Access Key ID": "Amazon S3 Access Key ID",
|
|
827
|
+
"Only required if you do not want to authenticate to S3 using an IAM role. Enter the Access Key ID provided by your Amazon EC2 administrator.": "Chỉ bắt buộc nếu bạn không muốn xác thực với S3 bằng vai trò IAM. Nhập Access Key ID do quản trị viên Amazon EC2 của bạn cung cấp.",
|
|
828
|
+
"Amazon S3 Secret Access Key": "Amazon S3 Secret Access Key",
|
|
829
|
+
"The secret access key associated with your Amazon S3 Access Key ID.": "Khoá truy cập bí mật được liên kết với Amazon S3 Access Key ID của bạn.",
|
|
830
|
+
"Use Amazon S3 Secure Connection.": "Sử dụng Kết nối Bảo mật Amazon S3.",
|
|
831
|
+
"Connect to Amazon S3 (or compatible) securely.": "Kết nối an toàn tới Amazon S3 (hoặc dịch vụ tương thích).",
|
|
832
|
+
"Storage settings": "Cài đặt lưu trữ",
|
|
833
|
+
"Storage": "Storage",
|
|
834
|
+
"Storage settings updated": "Cài đặt lưu trữ đã được cập nhật",
|
|
835
|
+
"Label formula": "Công thức nhãn",
|
|
836
|
+
"Include formula": "Bao gồm công thức",
|
|
837
|
+
"If specified, only include in menu rows that evaluate to true": "Nếu được chỉ định, chỉ bao gồm trong menu các hàng được đánh giá là đúng.",
|
|
838
|
+
"URL formula": "Công thức URL",
|
|
839
|
+
"Order field": "Trường sắp xếp",
|
|
840
|
+
"Section field": "Trường phần",
|
|
841
|
+
"Optional. String type with options, each of which will become a menu section": "Tùy chọn. Kiểu chuỗi có các lựa chọn, mỗi lựa chọn sẽ trở thành một mục trong menu.",
|
|
842
|
+
"Role to generate API keys": "Vai trò để tạo khóa API",
|
|
843
|
+
"User should have this role or higher to generate API keys in their user settings": "Người dùng phải có vai trò này hoặc cao hơn để tạo khóa API trong phần cài đặt người dùng của họ.",
|
|
844
|
+
"API token removed": "API token dã gỡ bỏ",
|
|
845
|
+
"Row inclusion formula": "Công thức bao gồm hàng",
|
|
846
|
+
"Only include rows where this formula is true": "Chỉ bao gồm các hàng khi công thức này đúng",
|
|
847
|
+
"Slug": "Đường dẫn thân thiện",
|
|
848
|
+
"Field that can be used for a prettier URL structure": "Trường có thể được sử dụng cho cấu trúc URL đẹp hơn",
|
|
849
|
+
"Setup two-factor authentication": "Cấu hình xác thực hai yếu tố",
|
|
850
|
+
"Setup two-factor authentication with Time-based One-Time Password (TOTP)": "Cấu hình xác thực hai yếu tố bằng Mật khẩu dùng một lần theo thời gian (TOTP)",
|
|
851
|
+
"1. Scan this QR code in your Authenticator app": "1. Quét mã QR này trong ứng dụng Authenticator của bạn",
|
|
852
|
+
"2. Enter the six-digit code generated in your Authenticator app": "2. Nhập mã sáu chữ số được tạo trong ứng dụng Authenticator của bạn",
|
|
853
|
+
"Code": "Mã nguồn",
|
|
854
|
+
"Two-factor authentication with Time-based One-Time Password enabled": "Xác thực hai yếu tố với Mật khẩu dùng một lần dựa trên thời gian đã được bật",
|
|
855
|
+
"Two-factor authentication": "2FA",
|
|
856
|
+
"Two-factor authentication is enabled": "2FA aktiverat",
|
|
857
|
+
"Two-factor authentication with Time-based One-Time Password disabled": "Xác thực hai yếu tố bằng Mật khẩu dùng một lần dựa trên thời gian (TOTP) bị vô hiệu hóa",
|
|
858
|
+
"Two-factor authentication is disabled": "2FA dã tắt",
|
|
859
|
+
"Auto save": "Tự động lưu",
|
|
860
|
+
"Save any changes immediately": "Lưu ngay mọi thay đổi",
|
|
861
|
+
"Transpose": "Transpose",
|
|
862
|
+
"Display one column per line": "Hiển thị một cột trên mỗi dòng",
|
|
863
|
+
"Vertical column width": "Độ rộng cột dọc",
|
|
864
|
+
"Vertical width units": "Đơn vị chiều rộng dọc",
|
|
865
|
+
"Save before going back": "Lưu trước khi quay lại",
|
|
866
|
+
"Reload after going back": "Tải lại sau khi quay lại",
|
|
867
|
+
"2FA policy": "chính sách 2FA",
|
|
868
|
+
"Steps to go back": "Lụạj toq goq bak",
|
|
869
|
+
"Place in dropdown": "Đặt trong danh sách thả xuống",
|
|
870
|
+
"Hide null columns": "Ẩn các cột null",
|
|
871
|
+
"Do not display a column if it contains entirely missing values": "Đừng hiển thị một cột nếu cột đó chứa hoàn toàn giá trị thiếu.",
|
|
872
|
+
"Could not verify code": "Không thể xác minh mã",
|
|
873
|
+
"Disable two-factor authentication": "Tắt xác thực hai yếu tố",
|
|
874
|
+
"Enter your two-factor code in order to disable it": "Nhập mã xác thực hai yếu tố của bạn để vô hiệu hóa nó",
|
|
875
|
+
"Allow the user to enter a new key that is not in the schema": "Cho phép user nhập một key mới không có trong schema",
|
|
876
|
+
"Check for updates": "Kiểm tra cập nhật",
|
|
877
|
+
"Versions refreshed": "Phiên bản đã được làm mới",
|
|
878
|
+
"Configuration check": "Kiểm tra cấu hình",
|
|
879
|
+
"Configuration errors": "Lỗi cấu hình",
|
|
880
|
+
"Configuration checks passed": "Kiểm tra cấu hình đã vượt qua",
|
|
881
|
+
"On delete cascade": "Trên xóa dây chuyền",
|
|
882
|
+
"If the parent row is deleted, automatically delete the child rows.": "If the parent row is deleted, automatically delete the child rows.",
|
|
883
|
+
"Extra state Formula": "Công thức trạng thái bổ sung",
|
|
884
|
+
"Cannot install unsafe plugins on subdomain tenants": "Không thể cài đặt plugin không an toàn trên các tenant dùng tên miền phụ.",
|
|
885
|
+
"Default order descending?": "Mặc định sắp xếp giảm dần?",
|
|
886
|
+
"This is the view to which the user will be sent when the form is submitted. The view you specify here can be ignored depending on the context of the form, for instance if it appears in a pop-up the redirect will not take place.": "Đây là view mà user sẽ được chuyển đến khi form được submit. View bạn chỉ định tại đây có thể bị bỏ qua tùy theo ngữ cảnh của form, ví dụ nếu form xuất hiện trong một pop-up thì việc redirect sẽ không diễn ra.",
|
|
887
|
+
"Destination view": "Vista de destino",
|
|
888
|
+
"Finish": "Finis",
|
|
889
|
+
"Include in full-text search": "Bao gồm trong tìm kiếm toàn văn",
|
|
890
|
+
"Strings": "Chuỗi",
|
|
891
|
+
"In default language": "In default language",
|
|
892
|
+
"In %s": "Trong %s",
|
|
893
|
+
"Enable 2FA": "Bật 2FA",
|
|
894
|
+
"Or enter this code:": "Hoặc nhập mã này:",
|
|
895
|
+
"Disable 2FA": "Tắt 2FA",
|
|
896
|
+
"Cascade delete to file": "Xóa dây chuyền sang tệp",
|
|
897
|
+
"Deleting a row will also delete the file referenced by this field": "Deleting a row will also delete the file referenced by this field",
|
|
898
|
+
"Has channels?": "Có kênh không?",
|
|
899
|
+
"Channels to create events for. Separate by comma; leave blank for all": "Kênh để tạo sự kiện. Ngăn cách bằng dấu phẩy; để trống để áp dụng cho tất cả",
|
|
900
|
+
"Event Name": "Sự kiện Name",
|
|
901
|
+
"Plugins (Extensions) Store endpoint": "Điểm cuối Kho Plugin (Module)",
|
|
902
|
+
"Packs Store endpoint": "Packs Store endpoint",
|
|
903
|
+
"The endpoint of plugins store.": "Điểm cuối của kho plugin.",
|
|
904
|
+
"The endpoint of packs store.": "Điểm cuối của kho gói.",
|
|
905
|
+
"Manual backup": "Sao lưu thủ công",
|
|
906
|
+
"Automated backup": "Sao lưu tự động",
|
|
907
|
+
"Frequency": "Tần suất",
|
|
908
|
+
"Destination": "Destination",
|
|
909
|
+
"Directory": "Thư mục",
|
|
910
|
+
"Backup settings updated": "Cài đặt sao lưu đã được cập nhật",
|
|
911
|
+
"Backup successful": "Sao lưu thành công",
|
|
912
|
+
"Invalid ownership formula: %s": "Công thức quyền sở hữu không hợp lệ: %s",
|
|
913
|
+
"Expiration in days": "Hạn sử dụng (tính theo ngày)",
|
|
914
|
+
"Delete old backup files in this directory after the set number of days": "Xoá các tệp sao lưu cũ trong thư mục này sau số ngày đã thiết lập",
|
|
915
|
+
"Mobile app": "Ứng dụng di động",
|
|
916
|
+
"Build mobile app": "Xây dựng ứng dụng di động",
|
|
917
|
+
"Build Result": "Kết quả Build",
|
|
918
|
+
"Download automated backup": "Tải xuống bản sao lưu tự động",
|
|
919
|
+
"Restoring automated backup": "Khôi phục sao lưu tự động",
|
|
920
|
+
"No errors detected during configuration check": "Không phát hiện lỗi trong quá trình kiểm tra cấu hình",
|
|
921
|
+
"%s view - %s on %s": "%s view - %s trên %s",
|
|
922
|
+
"Please select at least one platform (android or iOS).": "Vui lòng chọn ít nhất một nền tảng (Android hoặc iOS).",
|
|
923
|
+
"Back": "Quay lại",
|
|
924
|
+
"Periodic snapshots enabled": "Ảnh chụp định kỳ đã được bật",
|
|
925
|
+
"Snapshot will be made every hour if there are changes": "Ảnh chụp sẽ được tạo mỗi giờ nếu có thay đổi.",
|
|
926
|
+
"Snapshots": "Ảnh chụp nhanh",
|
|
927
|
+
"Snapshot settings updated": "Cài đặt snapshot đã được cập nhật",
|
|
928
|
+
"Download snapshots": "Tải xuống ảnh chụp nhanh",
|
|
929
|
+
"Snapshot successful": "Chụp nhanh thành công",
|
|
930
|
+
"System logging verbosity": "Mức độ chi tiết ghi log hệ thống",
|
|
931
|
+
"Destination URL Formula": "Công thức URL đích",
|
|
932
|
+
"Pattern": "Mẫu",
|
|
933
|
+
"View pattern": "View-muster",
|
|
934
|
+
"The view pattern sets the foundation of how the view relates to the table and the behaviour of the view": "Mẫu view thiết lập nền tảng về cách view liên kết với table và cách thức hoạt động của view.",
|
|
935
|
+
"Views display data from tables. A view is a view pattern applied to a table, with configuration.": "Views hiển thị dữ liệu từ các bảng. Một view là một mẫu view được áp dụng cho một bảng, kèm theo cấu hình.",
|
|
936
|
+
"Modules": "Modulu",
|
|
937
|
+
"Module installation and control": "Cài đặt và điều khiển Module",
|
|
938
|
+
"Module store": "Kho mô-đun",
|
|
939
|
+
"Module": "Mô-đun",
|
|
940
|
+
"View patterns": "Mẫu view",
|
|
941
|
+
"%s module information": "%s mô-đun thông tin",
|
|
942
|
+
"Upgrade installed modules": "Cập nhật các Module đã cài đặt",
|
|
943
|
+
"Add another module": "Thêm một Mô-đun khác",
|
|
944
|
+
"Add module": "Thêm mô-đun",
|
|
945
|
+
"Module name": "Tên Module",
|
|
946
|
+
"Source of module for install. Few options:npm - download from npm repository,local - get from local file system,github - download from github,git - get from git": "Nguồn của module để cài đặt. Một vài tuỳ chọn: \nnpm - tải từ kho npm, \nlocal - lấy từ hệ thống tệp cục bộ, \ngithub - tải từ GitHub, \ngit - lấy từ kho git.",
|
|
947
|
+
"Version of module, latest is default value": "Phiên bản của Module, mặc định là phiên bản mới nhất",
|
|
948
|
+
"For npm - name of npm package, e.g. @saltcorn/html or saltcorn-gantt, check at npmjs.com, for local - absolute path to module folder in file system, e.g. C:\\gitsrc\\any-bootstrap-theme\\, for github - name of github project.": "Đối với npm - tên gói npm, ví dụ: @saltcorn/html hoặc saltcorn-gantt, kiểm tra tại npmjs.com; đối với local - đường dẫn tuyệt đối tới thư mục module trong hệ thống tệp, ví dụ: C:\\gitsrc\\any-bootstrap-theme\\; đối với github - tên project trên github.",
|
|
949
|
+
"Modules up-to-date": "Các Module đã được cập nhật mới nhất",
|
|
950
|
+
"User must have this role or higher to read rows from the table, unless they are the owner": "Người dùng phải có vai trò này hoặc cao hơn để đọc các hàng từ bảng, trừ khi họ là chủ sở hữu.",
|
|
951
|
+
"User must have this role or higher to edit or create new rows in the table, unless they are the owner": "Brukaren må ha denne rolla eller høgare for å redigere eller opprette nye rader i tabellen, med mindre dei er eigaren.",
|
|
952
|
+
"Tagname": "Tagnome",
|
|
953
|
+
"Create tag": "Tạo thẻ",
|
|
954
|
+
"Tags": "Thẻ",
|
|
955
|
+
"New tag": "Tag mới",
|
|
956
|
+
"Tag name": "Tên thẻ",
|
|
957
|
+
"%s Tag": "%s Etiket",
|
|
958
|
+
"Remove From Tag": "Xóa khỏi Thẻ",
|
|
959
|
+
"Add tables": "Thêm bảng",
|
|
960
|
+
"Add views": "Thêm view",
|
|
961
|
+
"Add tags": "Thêm thẻ",
|
|
962
|
+
"Trigger": "Bộ kích hoạt",
|
|
963
|
+
"Add %s to tag": "Thêm %s vào thẻ",
|
|
964
|
+
"Tag %s deleted": "Tag %s xáo bỏ",
|
|
965
|
+
"Tag %s created": "Tag %s vytvořen",
|
|
966
|
+
"Application diagram": "Sơ đồ ứng dụng",
|
|
967
|
+
"Diagram": "Sơ đồ",
|
|
968
|
+
"Entry point": "Điểm truy cập",
|
|
969
|
+
"Platform": "Nền tảng",
|
|
970
|
+
"docker": "docker",
|
|
971
|
+
"android": "android",
|
|
972
|
+
"iOS": "iOS",
|
|
973
|
+
"App file": "Tệp ứng dụng",
|
|
974
|
+
"Server URL": "URL máy chủ",
|
|
975
|
+
"Module %s installed, please complete configuration.": "Module %s được cài đặt, vui lòng hoàn tất cấu hình.",
|
|
976
|
+
"Module %s removed.": "Module %s dã bị xoá.",
|
|
977
|
+
"Module %s installed": "Module %s installéiert",
|
|
978
|
+
"Upgrading modules...": "Đang nâng cấp các Module...",
|
|
979
|
+
"Backup now": "Sao lưu ngay",
|
|
980
|
+
"Snapshot now": "Chụp nhanh bây giờ",
|
|
981
|
+
"Restore/download automated backups »": "Khôi phục/tải xuống bản sao lưu tự động »",
|
|
982
|
+
"Snapshots store your application structure and definition, without the table data. Individual views and pages can be restored from snapshots from the <a href='/viewedit'>view</a> or <a href='/pageedit'>pages</a> overviews (\"Restore\" from individual page or view dropdowns).": "Snapshots lưu trữ cấu trúc và định nghĩa ứng dụng của bạn mà không bao gồm dữ liệu bảng. Các view và page riêng lẻ có thể được khôi phục từ snapshot trong phần tổng quan <a href='/viewedit'>view</a> hoặc <a href='/pageedit'>page</a> (“Khôi phục” từ menu thả xuống của từng page hoặc view).",
|
|
983
|
+
"List/download snapshots »": "Danh sách/tải xuống ảnh chụp nhanh »",
|
|
984
|
+
"Discover tables that are already in the Database, but not known to Saltcorn": "Khám phá các bảng đã tồn tại trong Cơ sở dữ liệu nhưng chưa được Saltcorn nhận diện",
|
|
985
|
+
"Split paste": "Chia dán",
|
|
986
|
+
"Separate paste content into separate inputs": "Tách nội dung dán thành các đầu vào riêng biệt",
|
|
987
|
+
"Add entries to tag": "Thêm mục vào thẻ",
|
|
988
|
+
"Add pages": "Thêm trang",
|
|
989
|
+
"Add triggers": "Thêm trigger",
|
|
990
|
+
"Formula value": "Giá trị công thức",
|
|
991
|
+
"The build was successfully": "Build đã hoàn tất thành công.",
|
|
992
|
+
"Unable to build the app": "Khơng thể biu-đinh ðưk ưng-dụng",
|
|
993
|
+
"Add tag": "Thêm thẻ",
|
|
994
|
+
"Create new row": "Tạo hàng mới",
|
|
995
|
+
"Specify how to create a new row": "Chỉ định cách tạo một hàng mới",
|
|
996
|
+
"Preview": "Xem trước",
|
|
997
|
+
"Minimum role updated": "Rô tối thiểu đã được cập nhật",
|
|
998
|
+
"Module not found": "Mô-đun không tìm thấy",
|
|
999
|
+
"View %s not found": "View %s không được tìm thấy",
|
|
1000
|
+
"Query %s not found": "Truy vấn %s không tìm thấy",
|
|
1001
|
+
"Open": "Mở",
|
|
1002
|
+
"Only the android build supports docker.": "Chỉ bản dựng Android hỗ trợ Docker.",
|
|
1003
|
+
"Please enter a valid server URL.": "Vui lòng nhập URL máy chủ hợp lệ.",
|
|
1004
|
+
"Table access": "Truy cập bảng",
|
|
1005
|
+
"Download one of the backups above": "Tải xuống một trong các bản sao lưu ở trên",
|
|
1006
|
+
"Clear this application": "Xóa ứng dụng này",
|
|
1007
|
+
"(tick all boxes)": "(chọn tất cả các hộp)",
|
|
1008
|
+
"When prompted to create the first user, click the link to restore a backup": "Khi được nhắc tạo người dùng đầu tiên, hãy nhấp vào liên kết để khôi phục một bản sao lưu.",
|
|
1009
|
+
"Select the downloaded backup file": "Chọn tệp sao lưu đã tải xuống",
|
|
1010
|
+
"Units": "Đơn vị",
|
|
1011
|
+
"Descending?": "Giam dần?",
|
|
1012
|
+
"Small": "Small",
|
|
1013
|
+
"Medium": "Medium",
|
|
1014
|
+
"Large": "Large",
|
|
1015
|
+
"Extra-large": "Extra-lớn",
|
|
1016
|
+
"Please select at least one item": "Vui lòng chọn ít nhất một mục",
|
|
1017
|
+
"Only include rows where this formula is true. ": "Chỉ bao gồm các hàng mà công thức này trả về giá trị đúng.",
|
|
1018
|
+
"Use %s to access current user ID": "Sử dụng %s để truy cập ID người dùng hiện tại",
|
|
1019
|
+
"Action not found": "Hành động không tìm thấy",
|
|
1020
|
+
"Development settings": "Cài đặt phát triển",
|
|
1021
|
+
"All entities": "Tất cả thực thể",
|
|
1022
|
+
"no tags": "không thẻ",
|
|
1023
|
+
"Development mode settings updated": "Cài đặt chế độ phát triển đã được cập nhật",
|
|
1024
|
+
"Locale identifier short code, e.g. en, zh, fr, ar etc. ": "Mã định danh ngôn ngữ dạng rút gọn, ví dụ: en, zh, fr, ar, v.v.",
|
|
1025
|
+
"Is this the default language in which the application is built?": "Is vt ngôn ngữ mặc định mà ứng dụng được xây dựng không?",
|
|
1026
|
+
"Database type": "Loại cơ sở dữ liệu",
|
|
1027
|
+
"Database schema name": "Tên lược đồ cơ sở dữ liệu",
|
|
1028
|
+
"Database user": "Käyttöoikeustili",
|
|
1029
|
+
"Database host": "Máy chủ cơ sở dữ liệu",
|
|
1030
|
+
"Database port": "Cổng cơ sở dữ liệu",
|
|
1031
|
+
"Creator email": "Email del creador",
|
|
1032
|
+
"Create tenant warning text": "Tạo cảnh báo tạo tenant",
|
|
1033
|
+
"Provide your own create warning text if need": "Cung cấp văn bản cảnh báo tạo mới của riêng bạn nếu cần",
|
|
1034
|
+
"Specify some description for tenant if need": "Xác định một số mô tả cho tenant nếu cần",
|
|
1035
|
+
"Created": "Tạo mới",
|
|
1036
|
+
"First user E-mail": "První uživatelský e-mail",
|
|
1037
|
+
"HTTP settings": "Cài đặt HTTP",
|
|
1038
|
+
"Login and Signup": "Đăng nhập và Đăng ký",
|
|
1039
|
+
"Rights": "Quyền",
|
|
1040
|
+
"Rights settings": "Cài đặt quyền",
|
|
1041
|
+
"Database name": "Tên cơ sở dữ liệu",
|
|
1042
|
+
"Database schema": "Sơ đồ cơ sở dữ liệu",
|
|
1043
|
+
"If the parent row is deleted, do this to the child rows.": "Nếu hàng cha bị xóa, hãy thực hiện thao tác này đối với các hàng con.",
|
|
1044
|
+
"On delete": "Trên xóa",
|
|
1045
|
+
"Permissions": "Quyền hạn",
|
|
1046
|
+
"Permissions settings": "Cài đặt quyền",
|
|
1047
|
+
"Files accept filter ": "Tệp chấp nhận bộ lọc",
|
|
1048
|
+
"Specifies a filter for what file types the user can pick from the file input dialog box. Example is `.doc,audio/*,video/*,image/*`": "Xác định bộ lọc loại tệp mà người dùng có thể chọn từ hộp thoại nhập tệp. Ví dụ: `.doc,audio/*,video/*,image/*`",
|
|
1049
|
+
"Permissions settings updated": "Cài đặt quyền đã được cập nhật",
|
|
1050
|
+
"Upload file(s)": "Tải tệp lên",
|
|
1051
|
+
"Specifies a filter for what file types the user can pick from the file input dialog box. Example is `text/csv,audio/*,video/*,image/*`": "Xác định bộ lọc loại tệp mà người dùng có thể chọn từ hộp thoại nhập tệp. Ví dụ: `text/csv,audio/*,video/*,image/*`",
|
|
1052
|
+
"Default Files accept filter": "Bộ lọc chấp nhận tệp mặc định",
|
|
1053
|
+
"Specifies a default filter for what file types the user can pick from the file input dialog box. Example is `.doc, text/csv,audio/*,video/*,image/*`": "Xác định bộ lọc mặc định cho loại tệp mà người dùng có thể chọn từ hộp thoại nhập tệp. Ví dụ: `.doc, text/csv, audio/*, video/*, image/*`",
|
|
1054
|
+
"Destination page": "Trang đích",
|
|
1055
|
+
"Module Store endpoint": "Mô-đun Cửa hàng endpoint",
|
|
1056
|
+
"Authentication settings updated": "Cập nhật cài đặt xác thực",
|
|
1057
|
+
"Log client errors": "Đăng nhập lỗi phía client",
|
|
1058
|
+
"Record all client errors in the crash log": "Ghi lại tất cả lỗi phía khách trong nhật ký sự cố",
|
|
1059
|
+
"Default File accept filter": "Bộ lọc tệp chấp nhận mặc định",
|
|
1060
|
+
"File upload debug": "Gỡ lỗi tải lên tệp",
|
|
1061
|
+
"Turn on to debug file upload in express-fileupload.": "Bật chế độ debug cho tải lên tệp trong express-fileupload.",
|
|
1062
|
+
"Upload size limit (Kb)": "Giới hạn dung lượng tải lên (Kb)",
|
|
1063
|
+
"Maximum upload file size in kilobytes": "Kích thước tệp tải lên tối đa tính bằng kilobyte",
|
|
1064
|
+
"File upload timeout": "Thời gian chờ tải tệp",
|
|
1065
|
+
"Defines how long to wait for data before aborting file upload. Set to 0 if you want to turn off timeout checks. ": "Định nghĩa thời gian chờ dữ liệu trước khi hủy tải lên tệp. Đặt thành 0 nếu bạn muốn tắt kiểm tra thời gian chờ.",
|
|
1066
|
+
"Files settings": "Cài đặt tệp",
|
|
1067
|
+
"NPM packages in code": "Gói NPM trong mã",
|
|
1068
|
+
"Comma-separated list of packages which will be available in JavaScript actions": "Danh sách các gói, phân tách bằng dấu phẩy, sẽ khả dụng trong các hành động JavaScript",
|
|
1069
|
+
"Become user": "Trở thành người dùng",
|
|
1070
|
+
"Your are now logged in as %s. Logout and login again to assume your usual identity": "Bạn hiện đang đăng nhập với tư cách %s. Đăng xuất và đăng nhập lại để trở về danh tính thông thường của bạn.",
|
|
1071
|
+
"Done": "Hoàn tất",
|
|
1072
|
+
"Configure trigger %s": "Định cấu hình trigger %s",
|
|
1073
|
+
"Saved 2FA policy for role": "Đã lưu chính sách 2FA cho vai trò",
|
|
1074
|
+
"HTTP settings updated": "Cài đặt HTTP đã được cập nhật",
|
|
1075
|
+
"%s configuration": "cấu hình %s",
|
|
1076
|
+
"Save indicator": "Lưu chỉ báo",
|
|
1077
|
+
"Public cache TTL (minutes)": "TTL bộ nhớ đệm công khai (phút)",
|
|
1078
|
+
"Cache-control max-age for public views and pages. 0 to disable": "Cache-control max-age cho các view và trang public. 0 để vô hiệu hóa",
|
|
1079
|
+
"Files accept filter": "Bộ lọc chấp nhận tệp",
|
|
1080
|
+
"User group": "Nhóm người dùng",
|
|
1081
|
+
"Add relations to this table in dropdown options for ownership field": "Thêm quan hệ vào bảng này trong các tùy chọn dropdown cho trường quyền sở hữu",
|
|
1082
|
+
"You have views with a role to access lower than the table role to read, with no table ownership. This may cause a denial of access. Users need to have table read access to any data displayed.": "Bạn có các view với quyền truy cập thấp hơn quyền đọc của bảng, và không có quyền sở hữu bảng. Điều này có thể dẫn đến từ chối truy cập. Người dùng cần có quyền đọc bảng đối với mọi dữ liệu được hiển thị.",
|
|
1083
|
+
"Views potentially affected": "Các view có thể bị ảnh hưởng",
|
|
1084
|
+
"Empty view": "Vista vazia",
|
|
1085
|
+
"A view that will be shown only if there are no tables rows to show": "Un vista ke se mostrará solo si no hay filas de tabla para mostrar",
|
|
1086
|
+
"Calculated field will be stored in Database": "Trường tính toán sẽ được lưu trong Cơ sở dữ liệu",
|
|
1087
|
+
"Set Email": "Cài đặt Email",
|
|
1088
|
+
"Please enter your email address": "Vui lòng nhập địa chỉ email của bạn",
|
|
1089
|
+
"Role for search": "Ruolo per la ricerca",
|
|
1090
|
+
"Min role to access search page": "Min role för att komma åt söksidan",
|
|
1091
|
+
"Update": "Cập nhật",
|
|
1092
|
+
"Add": "Thêm",
|
|
1093
|
+
"Recalculate dynamic": "Tính toán lại động",
|
|
1094
|
+
"Force logout": "Buộc đăng xuất",
|
|
1095
|
+
"Logged out user %s": "Người dùng đã đăng xuất %s",
|
|
1096
|
+
"Reset password link sent to %s": "Liên kết đặt lại mật khẩu đã được gửi tới %s",
|
|
1097
|
+
"We request that you change your password on %s. You can set your new password through this link: ": "Wi đề nghị pơ răng thay đổi mật khẩu pơ răng trên %s. Pơ răng có thể đặt mật khẩu mới thông qua liên kết ni:",
|
|
1098
|
+
"Welcome to %s": "Välkomna ti %s",
|
|
1099
|
+
"We have created an account for you on %s. You can set your new password through this link: ": "Wi hɛv kriɛtit wan akant fɔ yu pan %s. Yu kɛn sɛt yu niu paswɔd chru dis link:",
|
|
1100
|
+
"Use this link to access the application once you have set your password: %s": "Dùng liên kết này để truy cập ứng dụng sau khi bạn đã đặt mật khẩu: %s",
|
|
1101
|
+
"Tag: %s": "Tag: %s",
|
|
1102
|
+
"Tag entry": "Mục nhập thẻ",
|
|
1103
|
+
"Clear": "Xóa",
|
|
1104
|
+
"Restore a snapshot": "Khôi phục ảnh chụp nhanh",
|
|
1105
|
+
"Snapshot restored": "Snapshot đã được khôi phục",
|
|
1106
|
+
"Configuration check report": "Báo cáo kiểm tra cấu hình",
|
|
1107
|
+
"Re-run": "Chạy lại",
|
|
1108
|
+
"Add constraint:": "Thêm ràng buộc:",
|
|
1109
|
+
"Index": "Index",
|
|
1110
|
+
"Add constraint: ": "Thêm ràng buộc:",
|
|
1111
|
+
"Choose the field to be indexed": "Chọn trường cần được lập chỉ mục",
|
|
1112
|
+
"Constraint formula": "Công thức ràng buộc",
|
|
1113
|
+
"Formula must evaluate to true for valid rows. In scope: ": "Công thức phải đánh giá là đúng đối với các hàng hợp lệ. Trong phạm vi:",
|
|
1114
|
+
"Add %s constraint to %s": "Thêm ràng buộc %s vào %s",
|
|
1115
|
+
"What": "What",
|
|
1116
|
+
"Choose the field to be indexed. This make searching the table faster.": "Chọn trường cần lập chỉ mục. Việc này giúp tăng tốc độ tìm kiếm trong bảng.",
|
|
1117
|
+
"Disk usage": "Sử dụng đĩa",
|
|
1118
|
+
"CPU usage": "Sử dụng CPU",
|
|
1119
|
+
"Mem usage": "Sử dụng bộ nhớ",
|
|
1120
|
+
"The field that will be shown to the user when choosing a value": "Trường sẽ được hiển thị cho người dùng khi chọn một giá trị",
|
|
1121
|
+
"String value must match regular expression": "Giá trị chuỗi phải khớp với biểu thức chính quy",
|
|
1122
|
+
"Modules up-to-date. Please restart server": "Mô-đun đã được cập nhật. Vui lòng khởi động lại máy chủ.",
|
|
1123
|
+
"Install git plugins": "Cài đặt plugin git",
|
|
1124
|
+
"Set available npm modules": "Đặt các module npm khả dụng",
|
|
1125
|
+
"Only store modules can be installed on tenant instances": "Chỉ có các module cửa hàng mới có thể được cài đặt trên các phiên bản tenant.",
|
|
1126
|
+
"Unsafe modules": "Mô-đun không an toàn",
|
|
1127
|
+
"Notifications": "Thông báo",
|
|
1128
|
+
"No notifications": "Kô thông báo",
|
|
1129
|
+
"In user menu": "Trong menu người dùng",
|
|
1130
|
+
"Show notifications in the user menu": "Hiển thị thông báo trong menu người dùng",
|
|
1131
|
+
"Notification settings": "Cài đặt thông báo",
|
|
1132
|
+
"PWA": "PWA",
|
|
1133
|
+
"Progressive Web Application": "Ứng dụng Web Tiến Tiến",
|
|
1134
|
+
"Display": "Hiển thị",
|
|
1135
|
+
"Progressive Web Application enabled": "Ứng dụng Web Tiến Tiến (PWA) đã được bật",
|
|
1136
|
+
"Saltcorn test email": "Saltcorn kiểm tra email",
|
|
1137
|
+
"Hello from Saltcorn": "Xin chào từ Saltcorn",
|
|
1138
|
+
"Set colors": "Thiết lập màu sắc",
|
|
1139
|
+
"Theme color": "Màu chủ đề",
|
|
1140
|
+
"Background color": "Màu nền",
|
|
1141
|
+
"Table provider": "Bảng nhà cung cấp",
|
|
1142
|
+
"Database table": "Bảng cơ sở dữ liệu",
|
|
1143
|
+
"Configure provider": "Cấu hình nhà cung cấp",
|
|
1144
|
+
"In scope:": "Trong phạm vi:",
|
|
1145
|
+
"SSL expiry": "SSL hết hạn",
|
|
1146
|
+
"A page with this name already exists": "Một trang với tên này đã tồn tại sẵn",
|
|
1147
|
+
"Tenant Base URL": "Tenant Cơ Sở URL",
|
|
1148
|
+
"Base hostname for newly created tenants. If unset, defaults to hostname": "Hostname cơ bản cho các tenant mới được tạo. Nếu không đặt, mặc định là hostname",
|
|
1149
|
+
"Redirect unauthorized": "Chuyển hướng người dùng không được phép",
|
|
1150
|
+
"If tenant creation is not authorized, redirect to this URL": "If tenant creation is not authorized, redirect to this URL",
|
|
1151
|
+
"Import table %s": "Nhập bảng %s",
|
|
1152
|
+
"Import CSV": "Nhập CSV",
|
|
1153
|
+
"Show configuration object": "Hiển thị đối tượng cấu hình",
|
|
1154
|
+
"Connected views": "Views konektado",
|
|
1155
|
+
"Tenant application capabilities": "Khả năng của ứng dụng tenant",
|
|
1156
|
+
"Edit Module": "Chỉnh sửa Mô-đun",
|
|
1157
|
+
"Roles 2-10 are reserved": "Vai trò 2–10 được dành riêng",
|
|
1158
|
+
"Role IDs 2-10 are reserved": "ID Peran 2-10 dicadangkan",
|
|
1159
|
+
"Allow offline mode": "Cho phép chế độ ngoại tuyến",
|
|
1160
|
+
"Embedded in": "Nhúng trong",
|
|
1161
|
+
"Linked from": "Được liên kết từ",
|
|
1162
|
+
"Table constraints": "Ràng buộc bảng",
|
|
1163
|
+
"Event logs": "Nhật ký sự kiện",
|
|
1164
|
+
"Migrations": "Di chuyển dữ liệu",
|
|
1165
|
+
"Tag Entries": "Thẻ Mục Nhập",
|
|
1166
|
+
"Not a valid field name": "Không phải là tên trường hợp lệ",
|
|
1167
|
+
"Set a default value for missing data": "Đặt giá trị mặc định cho dữ liệu bị thiếu",
|
|
1168
|
+
"Create model": "Tạo mô hình",
|
|
1169
|
+
"Models": "Moduli",
|
|
1170
|
+
"New model": "Mô-đun mới",
|
|
1171
|
+
"Show model": "Hiển thị mô hình",
|
|
1172
|
+
"Model instances": "Mô hình instance",
|
|
1173
|
+
"Trained": "Đã huấn luyện",
|
|
1174
|
+
"Train new instance": "Huấn luyện phiên bản mới",
|
|
1175
|
+
"Train model": "Huấn luyện mô hình",
|
|
1176
|
+
"Train": "Huấn luyện",
|
|
1177
|
+
"Report": "Báo cáo",
|
|
1178
|
+
"Model training report": "Báo cáo huấn luyện mô hình",
|
|
1179
|
+
"Model training error": "Lỗi huấn luyện mô hình",
|
|
1180
|
+
"Training error": "Lỗi huấn luyện",
|
|
1181
|
+
"Model": "Mô-đun",
|
|
1182
|
+
"Model instance": "Thể hiện mô hình",
|
|
1183
|
+
"Prediction output": "Dự đoán đầu ra",
|
|
1184
|
+
"Table triggers: ": "Trình kích hoạt Bảng",
|
|
1185
|
+
"App name": "Tên ứng dụng",
|
|
1186
|
+
"App icon": "Biểu tượng ứng dụng",
|
|
1187
|
+
"Splash Page": "Splash Page",
|
|
1188
|
+
"App version": "Phiên bản ứng dụng",
|
|
1189
|
+
"Forgot password?": "Quên mật khẩu?",
|
|
1190
|
+
"Details": "Detaily",
|
|
1191
|
+
"URL is a formula?": "URL có phải là một công thức không?",
|
|
1192
|
+
"Receive notifications by:": "Nhận thông báo bằng:",
|
|
1193
|
+
"Backup settings": "Cài đặt sao lưu",
|
|
1194
|
+
"Logo image": "Biểu tượng hình ảnh",
|
|
1195
|
+
"Custom code": "Mã tùy chỉnh",
|
|
1196
|
+
"Extension store": "Cửa hàng Module",
|
|
1197
|
+
"Backup file prefix": "Sao lưu tiền tố tệp",
|
|
1198
|
+
"Directory for backup files": "Thư mục cho các tệp sao lưu",
|
|
1199
|
+
"Backup File Prefix": "Sao lưu tiền tố tệp",
|
|
1200
|
+
"Search for...": "Tìm kiếm...",
|
|
1201
|
+
"Every 5 minutes": "Mỗi 5 phút",
|
|
1202
|
+
"Not scheduled but can be run as an action from a button click": "Khơng được lập lịch nhưng có thể được chạy như một hành động từ một lần nhấp nút",
|
|
1203
|
+
"Fixed and blocked fields": "Trường cố định và bị chặn",
|
|
1204
|
+
"Do not allow the following fields to have a value set from the query string or state": "Khum cho phép các trường sau đây được gán giá trị từ query string hoặc state.",
|
|
1205
|
+
"Action configuration saved": "Cấu hình hành động đã được lưu",
|
|
1206
|
+
"Prevent any deletion of parent rows": "Ngăn chặn mọi việc xóa các hàng cha",
|
|
1207
|
+
"If the parent row is deleted, set key fields on child rows to null": "Se a linha pai for excluída, defina os campos de chave nas linhas filhas como nulos",
|
|
1208
|
+
"Link out?": "Liên kết ra ngoài?",
|
|
1209
|
+
"Show a link to open popup contents in new tab": "Hiển thị một liên kết để mở nội dung popup trong tab mới",
|
|
1210
|
+
"Model %s deleted": "Mô hình %s đã bị xóa",
|
|
1211
|
+
"Model instance %s deleted": "Bản thể hiện mô hình %s đã bị xóa",
|
|
1212
|
+
"Action information saved": "Thông tin hành động đã được lưu",
|
|
1213
|
+
"JavaScript code:": "Mã JavaScript:",
|
|
1214
|
+
"code here": "mã ở đây",
|
|
1215
|
+
"Page '%s' was loaded": "Trang '%s' đã được tải",
|
|
1216
|
+
"View '%s' was loaded": "View '%s' đã được tải",
|
|
1217
|
+
"Error message": "Sự báo lỗi",
|
|
1218
|
+
"Error shown to user if uniqueness is violated": "Lỗi hiển thị cho người dùng khi tính duy nhất bị vi phạm",
|
|
1219
|
+
"Protected": "Được bảo vệ",
|
|
1220
|
+
"Set role to access": "Đặt vai trò thành truy cập",
|
|
1221
|
+
"User must have this role or higher to update or create field values": "User phải có vai trò này hoặc cao hơn để cập nhật hoặc tạo giá trị trường",
|
|
1222
|
+
"Disable on mobile": "Tắt trên thiết bị di động",
|
|
1223
|
+
"moment.js format specifier": "moment.js format specifikator",
|
|
1224
|
+
"Primary button": "Nút chính",
|
|
1225
|
+
"Secondary button": "Nút phụ",
|
|
1226
|
+
"Success button": "Nút thành công",
|
|
1227
|
+
"Danger button": "Nút nguy hiểm",
|
|
1228
|
+
"Primary outline button": "Nút đường viền chính",
|
|
1229
|
+
"Secondary outline button": "Nút viền phụ",
|
|
1230
|
+
"Standard": "Tiêu chuẩn",
|
|
1231
|
+
"X-Small": "X-Small",
|
|
1232
|
+
"Block": "Block",
|
|
1233
|
+
"Large block": "Large block",
|
|
1234
|
+
"Formula for JavaScript object that will be added to state parameters": "Công thức cho đối tượng JavaScript sẽ được thêm vào tham số state",
|
|
1235
|
+
"Alignment": "Căn chỉnh",
|
|
1236
|
+
"Click to edit?": "Nhấn để chỉnh sửa?",
|
|
1237
|
+
"Format": "Định dạng",
|
|
1238
|
+
"Table Synchronization": "Bảng Đồng Bộ hóa",
|
|
1239
|
+
"unsynched": "unsynched",
|
|
1240
|
+
"synched": "đồng bộ hóa",
|
|
1241
|
+
"Sync information": "Đồng bộ thông tin",
|
|
1242
|
+
"Sync information tracks the last modification or deletion timestamp so that the table data can be synchronized with the mobile app": "Thông tin đồng bộ theo dõi dấu thời gian sửa đổi hoặc xóa gần nhất để dữ liệu của bảng có thể được đồng bộ hóa với ứng dụng di động.",
|
|
1243
|
+
"Included Plugins": "Các Plugin Đã Bao Gồm",
|
|
1244
|
+
"exclude": "exclure",
|
|
1245
|
+
"include": "bao gồm",
|
|
1246
|
+
"Auto public login": "Tự động đăng nhập công khai",
|
|
1247
|
+
"New user view": "Vue utilisateur nouveau",
|
|
1248
|
+
"A view to show to new users, to finalise registration (if Edit) or as a welcome view": "Một view hiển thị cho người dùng mới, để hoàn tất đăng ký (nếu ở chế độ Edit) hoặc như một view chào mừng",
|
|
1249
|
+
"View decoration": "Trang trí view",
|
|
1250
|
+
"Title formula": "Công thức tiêu đề",
|
|
1251
|
+
"Show if true": "Hiển thị nếu đúng",
|
|
1252
|
+
"Formula. Leave blank to always show": "Công thức. Để trống để luôn hiển thị",
|
|
1253
|
+
"Popup width": "Chiều rộng popup",
|
|
1254
|
+
"Show an icon in the title bar to indicate when form data is being saved": "Hiển thị một biểu tượng trên thanh tiêu đề để biểu thị khi dữ liệu biểu mẫu đang được lưu",
|
|
1255
|
+
"install a different version": "cài đặt một phiên bản khác",
|
|
1256
|
+
"%s versions": "%s phiên bản",
|
|
1257
|
+
"Close": "Đóng",
|
|
1258
|
+
"Module up-to-date": "Module up-to-date",
|
|
1259
|
+
"Module '%s' not found": "Module '%s' không tìm thấy",
|
|
1260
|
+
"Module %s not found": "Module %s not found",
|
|
1261
|
+
"Include Event Logs": "Inkludér hændelseslogge",
|
|
1262
|
+
"Backup with event logs": "Sao lưu kèm nhật ký sự kiện",
|
|
1263
|
+
"Initially open": "Khởi tạo mở",
|
|
1264
|
+
"Not a valid pack": "Không phải là gói hợp lệ",
|
|
1265
|
+
"Pack file": "Tệp gói",
|
|
1266
|
+
"Upload a pack file": "Tải lên một tệp gói",
|
|
1267
|
+
"No menu": "Không có menu",
|
|
1268
|
+
"Omit the menu from this page": "Loại bỏ menu khỏi trang này",
|
|
1269
|
+
"%s finished without a result": "%s đã hoàn thành nhưng không trả về kết quả",
|
|
1270
|
+
"Body size limit (Kb)": "Giới hạn kích thước nội dung (Kb)",
|
|
1271
|
+
"Maximum request body size in kilobytes": "Kích thước tối đa của request body tính bằng kilobyte",
|
|
1272
|
+
"URL encoded size limit (Kb)": "Giới hạn kích thước URL đã mã hóa (Kb)",
|
|
1273
|
+
"Maximum URL encoded request size in kilobytes": "Kích thước tối đa của yêu cầu đã mã hóa URL tính bằng kilobyte",
|
|
1274
|
+
"HTML file": "Tệp HTML",
|
|
1275
|
+
"HTML file to use as page content": "Tệp HTML để sử dụng làm nội dung trang",
|
|
1276
|
+
"Offline mode: cannot load file": "Chế độ ngoại tuyến: không thể tải tệp",
|
|
1277
|
+
"None - use drag and drop builder": "Tôk hai - dùng drag and drop builder",
|
|
1278
|
+
"Do not pick or compare time": "Đừng chọn hoặc so sánh thời gian",
|
|
1279
|
+
"Installed theme": "Theme da cài đặt",
|
|
1280
|
+
"Theme for role": "Chủ đề cho vai trò",
|
|
1281
|
+
"Set theme for each user role »": "Đặt giao diện chủ đề cho từng vai trò người dùng »",
|
|
1282
|
+
"Available themes": "Chủ đề khả dụng",
|
|
1283
|
+
"Install more themes »": "Cài đặt thêm chủ đề »",
|
|
1284
|
+
"Configure action": "Cấu hình hành động",
|
|
1285
|
+
"No changes detected, snapshot skipped": "Không phát hiện thay đổi, bỏ qua ảnh chụp trạng thái",
|
|
1286
|
+
"Cannot remove module: views %s depend on it": "Không thể gỡ bỏ Module: các View %s đang phụ thuộc vào nó",
|
|
1287
|
+
"The view name is part of the URL when it is shown alone.": "Tên view là một phần của URL khi nó được hiển thị riêng lẻ.",
|
|
1288
|
+
"Exclusion relations": "Exclusion relations",
|
|
1289
|
+
"Do not include row if this relation has a match": "Đừng bao gồm hàng nếu quan hệ này có một bản khớp",
|
|
1290
|
+
"Exclusion where": "Loại trừ nơi",
|
|
1291
|
+
"Hoverable rows": "Hàng có thể hover",
|
|
1292
|
+
"Highlight row under cursor": "Làm nổi bật hàng dưới con trỏ",
|
|
1293
|
+
"Striped rows": "Hàng kẻ sọc",
|
|
1294
|
+
"Add zebra stripes to rows": "Thêm sọc ngựa vằn cho các hàng",
|
|
1295
|
+
"New page group": "Trang nhóm mới",
|
|
1296
|
+
"Page Groups": "Nhóm Trang",
|
|
1297
|
+
"%s edit": "%s sửa",
|
|
1298
|
+
"Members": "Members",
|
|
1299
|
+
"Add member": "Thêm thành viên",
|
|
1300
|
+
"Edit group properties": "Sửa thuộc tính nhóm",
|
|
1301
|
+
"Page to be served": "Pháp dịch trang",
|
|
1302
|
+
"A description of the group member": "Một mô tả về thành viên nhóm",
|
|
1303
|
+
"Eligible Formula": "Công thức đủ điều kiện",
|
|
1304
|
+
"Formula to determine if this page should be served.": "Công thức để xác định xem trang này có nên được phục vụ hay không.",
|
|
1305
|
+
"Cancel": "Hủy",
|
|
1306
|
+
"%s add-member": "%s thêm-thành-viên",
|
|
1307
|
+
"add-member": "thêm-thành-viên",
|
|
1308
|
+
"add member to %s": "thêm thành viên vào %s",
|
|
1309
|
+
"Added member": "Thành viên đã được thêm",
|
|
1310
|
+
"Member %s": "Miembro %s",
|
|
1311
|
+
"Updated member": "Cập nhật thành viên",
|
|
1312
|
+
"%s edit-member": "%s sửa-thành-viên",
|
|
1313
|
+
"edit member of %s": "chỉnh sửa thành viên của %s",
|
|
1314
|
+
"Removed member %s": "Đã xóa thành viên %s",
|
|
1315
|
+
"Deleted page group %s": "Xóa nhóm trang %s",
|
|
1316
|
+
"Missing screen info": "Thiếu thông tin màn hình",
|
|
1317
|
+
"What to do if no screen info is given. Reload with parmeters or guess it from the user-agent.": "Hvat skal gerast, um eingi skíggjalýsing er givin. Les síðuna um aftur við parametrum ella royna at gita hana út frá user-agent.",
|
|
1318
|
+
"Guess from user agent": "Phỏng đoán từ user agent",
|
|
1319
|
+
"Reload": "Tải lại",
|
|
1320
|
+
"User Agent screen infos": "Thông tin màn hình Tác nhân Người dùng",
|
|
1321
|
+
"This screen infos are used when the browser does not send them. With 'Missing screen info' set to 'Guess from user agent', the user agent gets mapped to a device with the following values.": "Các thông tin màn hình này được sử dụng khi trình duyệt không gửi chúng. Khi trường 'Thiếu thông tin màn hình' được đặt thành 'Đoán từ user agent', user agent sẽ được ánh xạ tới một thiết bị với các giá trị sau.",
|
|
1322
|
+
"Add screen info": "Thêm thông tin màn hình",
|
|
1323
|
+
"Page Group settings": "Tsính Trang Nhóm",
|
|
1324
|
+
"Pagegroups": "Pagegroups",
|
|
1325
|
+
"width": "width",
|
|
1326
|
+
"height": "høyde",
|
|
1327
|
+
"innerWidth": "innerWidth",
|
|
1328
|
+
"innerHeight": "innerHeight",
|
|
1329
|
+
"Screen info added": "Thông tin màn hình đã được thêm",
|
|
1330
|
+
"Screen info removed": "Màn hình thông tin đã được gỡ bỏ",
|
|
1331
|
+
"Edit screen info": "Chỉnh sửa thông tin màn hình",
|
|
1332
|
+
"Screen info saved": "Thông tin màn hình đã được lưu",
|
|
1333
|
+
"Settings saved": "Cài đặt đã được lưu",
|
|
1334
|
+
"Destination page group": "Nhóm trang đích",
|
|
1335
|
+
"Your page groups": "Trang nhóm của bạn",
|
|
1336
|
+
"A group has pages with an eligible formula. When you request a group, then the first page where the formula matches gets served. This way, you can choose a page depending on the screen of the device.": "Un groupe possède des pages avec une formule d’éligibilité. Lorsque vous demandez un groupe, la première page dont la formule correspond est servie. De cette façon, vous pouvez choisir une page en fonction de l’écran du dispositif.",
|
|
1337
|
+
"Create page group": "Tạo nhóm trang",
|
|
1338
|
+
"Page groups": "Sivun ryhmät",
|
|
1339
|
+
"Calculated non-stored fields cannot have Key type": "Cánh đồng tính toán không được lưu trữ không thể có kiểu Khóa",
|
|
1340
|
+
"Row click URL": "URL nhấp hàng",
|
|
1341
|
+
"Formula. Navigate to this URL when row is clicked": "Công thức. Điều hướng đến URL này khi hàng được nhấp",
|
|
1342
|
+
"Time of day": "Thời điểm trong ngày",
|
|
1343
|
+
"UTC timezone": "UTC múi giờ",
|
|
1344
|
+
"Show if formula": "Hiển thị nếu công thức",
|
|
1345
|
+
"Show link or embed if true, don't show if false. Based on state variables from URL query string and <code>user</code>. For the full state use <code>row</code>. Example: <code>!!row.createlink</code> to show link if and only if state has <code>createlink</code>.": "Hiển thị liên kết hoặc nhúng nếu đúng, không hiển thị nếu sai. Dựa trên các biến trạng thái từ chuỗi truy vấn URL và <code>user</code>. Đối với trạng thái đầy đủ, sử dụng <code>row</code>. Ví dụ: <code>!!row.createlink</code> để hiển thị liên kết chỉ khi và chỉ khi trạng thái có <code>createlink</code>.",
|
|
1346
|
+
"Pagegroup": "Pagegroup",
|
|
1347
|
+
"Pagegroup %s has no members": "Pagegroup %s không có thành viên",
|
|
1348
|
+
"Remove border": "Xóa viền",
|
|
1349
|
+
"No lines between tables": "Không có đường kẻ giữa các bảng",
|
|
1350
|
+
"Use this to restrict your field to a list of options (separated by commas). For instance, enter <kbd class=\"fst-normal\">Red, Green, Blue</kbd> here if the permissible values are Red, Green and Blue. Leave blank if the string can hold any value.": "Dùng tùy chọn này để giới hạn trường vào một danh sách giá trị (ngăn cách bằng dấu phẩy). Ví dụ, nhập <kbd class=\"fst-normal\">Red, Green, Blue</kbd> tại đây nếu các giá trị hợp lệ là Red, Green và Blue. Để trống nếu chuỗi có thể nhận bất kỳ giá trị nào.",
|
|
1351
|
+
"Page description": "Mô tả trang",
|
|
1352
|
+
"Some view patterns accept interpolations. Ex: <code>{{ name }}</code> or <code>{{ row ? `Edit ${row.name}` : `New person` }}</code>": "Một số mẫu view chấp nhận nội suy. Ví dụ: <code>{{ name }}</code> hoặc <code>{{ row ? `Edit ${row.name}` : `New person` }}</code>",
|
|
1353
|
+
"For search engines. Some view patterns accept interpolations.": "For svarch enginvs. Somv viwv pattvrns accvpt intvrpolations.",
|
|
1354
|
+
"Files cache TTL (minutes)": "Thời gian sống bộ nhớ đệm tệp (phút)",
|
|
1355
|
+
"Cache-control max-age for files.": "Bộ nhớ đệm điều khiển max-age cho tệp.",
|
|
1356
|
+
"Popup min width": "Cửa sổ bật lên chiều rộng tối thiểu",
|
|
1357
|
+
"Add %s to tag %s": "Thêm %s vào thẻ %s",
|
|
1358
|
+
"Add entries to tag %s": "Thêm mục vào thẻ %s",
|
|
1359
|
+
"Tag not found": "Thẻ không tìm thấy",
|
|
1360
|
+
"Unable to save: No page or no layout": "Không thể lưu: Không có trang hoặc không có bố cục",
|
|
1361
|
+
"Unable to save: No view": "Imposibl gardar: Nung view",
|
|
1362
|
+
"%s has no eligible page": "%s không có trang đủ điều kiện",
|
|
1363
|
+
"Random allocation": "Ngẫu nhiên phân bổ",
|
|
1364
|
+
"Serve a random page, ignoring the eligible formula. Within a session, reloads will always deliver the same page. This is a basic requirement for A/B testing.": "Phục vụ một trang ngẫu nhiên, bỏ qua công thức đủ điều kiện. Trong một phiên, việc tải lại sẽ luôn trả về cùng một trang. Đây là yêu cầu cơ bản cho A/B testing.",
|
|
1365
|
+
"Pagegroup %s not found": "Pagegroup %s không được tìm thấy",
|
|
1366
|
+
"Create trigger": "Tạo trigger",
|
|
1367
|
+
"Omit the menu from this view": "Bỏ menu khỏi chế độ xem này",
|
|
1368
|
+
"Cross-domain iframe": "Iframe qua miền",
|
|
1369
|
+
"Allow embedding in iframe on different domains. Unsets the X-Frame-Options header": "Cho phép nhúng trong iframe trên các domain khác nhau. Hủy thiết lập header X-Frame-Options.",
|
|
1370
|
+
"Logout URL": "URL Logout",
|
|
1371
|
+
"The URL to direct to after logout": "URL để chuyển hướng đến sau khi đăng xuất",
|
|
1372
|
+
"Runtime informations": "Thông tin runtime",
|
|
1373
|
+
"open logs viewer": "mở trình xem nhật ký",
|
|
1374
|
+
"Server logs": "Máy ghi nhật ký máy chủ",
|
|
1375
|
+
"Timestamp": "Dấu thời gian",
|
|
1376
|
+
"Message": "Mesaj",
|
|
1377
|
+
"Please enter the two-factor authetication code from your authenticator device": "Vui lòng nhập mã xác thực hai yếu tố từ thiết bị xác thực của bạn",
|
|
1378
|
+
"Only if...": "Chỉ khi...",
|
|
1379
|
+
"Allow self signed": "Cho phép tự ký",
|
|
1380
|
+
"Open a connection to TLS server with self-signed or invalid TLS certificate": "Mở kết nối đến máy chủ TLS với chứng chỉ TLS tự ký hoặc không hợp lệ",
|
|
1381
|
+
"Allow self-signed": "Cho phép tự ký",
|
|
1382
|
+
"Optionally associate a table with this trigger": "Tùy chọn liên kết một bảng với trigger này",
|
|
1383
|
+
"Delete table": "Xóa bảng",
|
|
1384
|
+
"Signup role": "Vai trò đăng ký",
|
|
1385
|
+
"The initial role of signed up users": "Vai trò ban đầu của người dùng đã đăng ký",
|
|
1386
|
+
"Cordova builder": "Trình dựng Cordova",
|
|
1387
|
+
"not available": "không khả dụng",
|
|
1388
|
+
"pull": "kéo",
|
|
1389
|
+
"refresh": "làm mới",
|
|
1390
|
+
"installed": "đã cài đặt",
|
|
1391
|
+
"Include table history in backup": "Inkludera tabellhistorik i säkerhetskopian",
|
|
1392
|
+
"The plugin was corrupted and had to be repaired. We recommend restarting your server.": "Le plugin đã bị hỏng và cần được sửa chữa. Chúng tôi khuyến nghị bạn khởi động lại server của mình.",
|
|
1393
|
+
"%s code page": "%s kódsíða",
|
|
1394
|
+
"Constants and function code": "Hằng số và mã hàm",
|
|
1395
|
+
"Delete code page": "Xóa trang mã",
|
|
1396
|
+
"Adjust the the theme for this user": "Điều chỉnh giao diện chủ đề cho người dùng này",
|
|
1397
|
+
"Configure theme": "Cấu hình giao diện",
|
|
1398
|
+
"Remove all user specific theme settings": "Xóa tất cả cài đặt giao diện theo người dùng",
|
|
1399
|
+
"Configure %s Plugin for %s": "Cấu hình Plugin %s cho %s",
|
|
1400
|
+
"The current theme has no user specific settings": "Chủ đề hiện tại không có cài đặt riêng cho từng người dùng.",
|
|
1401
|
+
"Some themes support only one level of menu nesting.": "Một số chủ đề chỉ hỗ trợ một cấp độ lồng nhau của menu.",
|
|
1402
|
+
"Apple Team ID": "Apple Team ID",
|
|
1403
|
+
"Please enter your Apple Team ID": "Vui lòng nhập Apple Team ID của bạn",
|
|
1404
|
+
"To see changes for '%s' in show-if-formulas, users need to relogin": "Để thấy các thay đổi cho '%s' trong các công thức show-if, người dùng cần đăng nhập lại.",
|
|
1405
|
+
"Server host": "Máy chủ lưu trữ",
|
|
1406
|
+
"Username": "Tên người dùng",
|
|
1407
|
+
"Port": "Port",
|
|
1408
|
+
"All tenants": "Tất cả tenant",
|
|
1409
|
+
"Also backup all tenants": "Also backup all tenants",
|
|
1410
|
+
"Retain local directory": "Giữ thư mục cục bộ",
|
|
1411
|
+
"Retain a local backup copy in this directory (optional)": "Giữ một bản sao lưu cục bộ trong thư mục này (tùy chọn)",
|
|
1412
|
+
"Do not wrap response in a success object": "Vn hông bọc phản hồi trong đối tượng thành công.",
|
|
1413
|
+
"Use table description instead of name as header": "Sử dụng mô tả bảng thay cho tên làm tiêu đề",
|
|
1414
|
+
"Description header": "Tiêu đề mô tả",
|
|
1415
|
+
"Lazy load views": "Tải lười các view",
|
|
1416
|
+
"Log IP address": "Ghi lại địa chỉ IP",
|
|
1417
|
+
"Record the request IP address in log messages": "Ghi lại địa chỉ IP của yêu cầu trong các thông điệp log",
|
|
1418
|
+
"App ID": "ID Ứng dụng",
|
|
1419
|
+
"Build type": "Loại build",
|
|
1420
|
+
"debug": "gỡ lỗi",
|
|
1421
|
+
"release": "phát hành",
|
|
1422
|
+
"Keystore File": "Keystore File",
|
|
1423
|
+
"Keystore Alias": "Bí danh Keystore",
|
|
1424
|
+
"Keystore Password": "Mật khẩu Keystore",
|
|
1425
|
+
"xcodebuild": "xcodebuild",
|
|
1426
|
+
"Provisioning Profile": "Hồ sơ Cấp phát",
|
|
1427
|
+
"Registry editor": "Trình chỉnh sửa sổ đăng ký",
|
|
1428
|
+
"Mobile HTML": "Mobile HTML",
|
|
1429
|
+
"HTML for the item in the bottom navigation bar. Currently, only supported by the metronic theme.": "HTML cho mục trong thanh điều hướng dưới cùng. Hiện tại chỉ được hỗ trợ bởi giao diện metronic.",
|
|
1430
|
+
"A short name that will be in the page URL": "Tên ngắn sẽ xuất hiện trong URL của trang",
|
|
1431
|
+
"A longer description that is not visible but appears in the page header and is indexed by search engines": "Mô tả dài hơn không hiển thị trực tiếp nhưng xuất hiện trong phần đầu trang và được công cụ tìm kiếm lập chỉ mục",
|
|
1432
|
+
"User role required to access page": "Vai trò người dùng bắt buộc để truy cập trang",
|
|
1433
|
+
"Example: <code>`/view/TheOtherView?id=${id}`</code>": "Ví dụ: <code>`/view/TheOtherView?id=${id}`</code>",
|
|
1434
|
+
"Older": "Lớn hơn",
|
|
1435
|
+
"Newest": "Mới nhất",
|
|
1436
|
+
"Delete all read": "Xóa tất cả đã đọc",
|
|
1437
|
+
"Trigger %s duplicated as %s": "Trigger %s trùng lặp thành %s",
|
|
1438
|
+
"Tooltip": "Tooltip",
|
|
1439
|
+
"Tooltip formula": "Công thức chú giải công cụ",
|
|
1440
|
+
"Install a different version": "Cài đặt một phiên bản khác",
|
|
1441
|
+
"Page group": "Nhóm trang",
|
|
1442
|
+
"Starting upgrade, please wait...\n": "Đang bắt đầu nâng cấp, vui lòng chờ...",
|
|
1443
|
+
"Upgrade done (if it was available) with code 0.\n\nPress the BACK button in your browser, then RELOAD the page.": "Nâng cấp đã hoàn tất (nếu có sẵn) với mã 0.\n\nNhấn nút QUAY LẠI trên trình duyệt của bạn, sau đó TẢI LẠI trang.",
|
|
1444
|
+
"Installing %s, please wait...\n": "Cài đặt %s, vui lòng chờ...",
|
|
1445
|
+
"Install done with code 0.\n\nPress the BACK button in your browser, then RELOAD the page.": "Cài đặt đã hoàn tất với mã 0.\n\nNhấn nút QUAY LẠI trên trình duyệt của bạn, sau đó TẢI LẠI trang.",
|
|
1446
|
+
"Pulling the cordova-builder docker image...": "Đang kéo image Docker `cordova-builder`...",
|
|
1447
|
+
"Check updates": "Kiểm tra cập nhật",
|
|
1448
|
+
"Choose version": "Chọn phiên bản",
|
|
1449
|
+
"Unknown authentication method %s": "Phương thức xác thực không xác định %s",
|
|
1450
|
+
"Card rows": "Hàng thẻ",
|
|
1451
|
+
"Each row in a card. Not supported by all themes": "Mỗi hàng trong một thẻ. Không được hỗ trợ bởi tất cả các giao diện",
|
|
1452
|
+
"Prune session interval (seconds)": "Prune session interval (seconds)",
|
|
1453
|
+
"Interval in seconds to check for expred sessions in the postgres db. 0, empty or a negative number to disable": "Khoảng thời gian (tính bằng giây) để kiểm tra các phiên đã hết hạn trong Postgres DB. Đặt 0, để trống hoặc một số âm để vô hiệu hóa.",
|
|
1454
|
+
"Progressive Web Application is not enabled": "Progressive Web Application không được bật",
|
|
1455
|
+
"Events and Trigger settings": "Cài đặt Sự kiện và Trigger",
|
|
1456
|
+
"Periodic trigger timing (next event)": "Thời điểm kích hoạt định kỳ (sự kiện tiếp theo)",
|
|
1457
|
+
"Hourly": "Hàng giờ",
|
|
1458
|
+
"Daily": "Daily",
|
|
1459
|
+
"Weekly": "Tuầnly",
|
|
1460
|
+
"Code pages": "Mã trang",
|
|
1461
|
+
"Please select a file": "Vui lòng chọn một tệp",
|
|
1462
|
+
"Zip compression level": "Mức nén Zip",
|
|
1463
|
+
"1=Fast, larger file, 9=Slow, smaller files": "1 = Nhanh, tệp lớn hơn, 9 = Chậm, tệp nhỏ hơn",
|
|
1464
|
+
"Use system zip": "Dùng hệ thống nén zip",
|
|
1465
|
+
"Recommended. Executable <code>zip</code> must be installed": "Được khuyến nghị. Cần cài đặt tệp thực thi <code>zip</code>",
|
|
1466
|
+
"Time to run": "Thời gian chạy",
|
|
1467
|
+
"Mobile": "Di động",
|
|
1468
|
+
"Plain password trigger row": "Mật khẩu thuần kích hoạt hàng",
|
|
1469
|
+
"Send plaintext password changes to Users table triggers (Insert, Update and Validate).": "Gửi các thay đổi mật khẩu dạng văn bản thuần tới các trigger của bảng Users (Insert, Update và Validate).",
|
|
1470
|
+
"Minimum user role required to create a new tenant<div class=\"alert alert-danger fst-normal\" role=\"alert\" data-show-if=\"showIfFormulaInputs($('select[name=role_to_create_tenant]'), '+role_to_create_tenant>1')\">Giving non-trusted users access to create tenants is a security risk and not recommended.</div>": "Rolle de minimum user nê cần thiết để tạo tenant mới<div class=\"alert alert-danger fst-normal\" role=\"alert\" data-show-if=\"showIfFormulaInputs($('select[name=role_to_create_tenant]'), '+role_to_create_tenant>1')\">Cho phép user không đáng tin tạo tenant là một rủi ro bảo mật và không được khuyến nghị.</div>",
|
|
1471
|
+
"Select tag": "Thẻ chọn",
|
|
1472
|
+
"Invalid build directory path": "Đường dẫn thư mục build không hợp lệ",
|
|
1473
|
+
"Invalid build directory name": "Tên thư mục build không hợp lệ",
|
|
1474
|
+
"clean node_modules": "xoá node_modules",
|
|
1475
|
+
"After delete": "Sau khi xóa",
|
|
1476
|
+
"Search only on exact match, not substring match. Useful for large tables": "Tìm kiếm chỉ theo chuỗi khớp chính xác, không khớp theo chuỗi con. Hữu ích cho các bảng có kích thước lớn.",
|
|
1477
|
+
"Please select an entry point.": "Vui lòng chọn một điểm vào.",
|
|
1478
|
+
"Group by": "Nhóm theo",
|
|
1479
|
+
"View %s added to menu. Adjust access permissions in <a href=\"/menu\">Settings » Menu</a>": "View %s di-tambah ke menu. Atur izin akses di <a href=\"/menu\">Settings » Menu</a>",
|
|
1480
|
+
"Page %s added to menu. Adjust access permissions in <a href=\"/menu\">Settings » Menu</a>": "Trang %s đã được thêm vào menu. Điều chỉnh quyền truy cập trong <a href=\"/menu\">Cài đặt » Menu</a>",
|
|
1481
|
+
"SameSite": "SameSite",
|
|
1482
|
+
"Restrict use of cookie to third-party sites. Strict is more secure, but may impact authentication": "Hạn chế việc sử dụng cookie cho các trang web bên thứ ba. Chế độ Strict an toàn hơn, nhưng có thể ảnh hưởng đến xác thực.",
|
|
1483
|
+
"Content Security Policy": "Chính sách Bảo mật Nội dung",
|
|
1484
|
+
"CORS": "CORS",
|
|
1485
|
+
"Cross-origin resource sharing": "Chia sẻ tài nguyên xuyên nguồn",
|
|
1486
|
+
"Signup and login views": "Tầm nhìn đăng ký và đăng nhập",
|
|
1487
|
+
"Additional login and signup settings": "Cài đặt đăng nhập và đăng ký bổ sung",
|
|
1488
|
+
"Login and signup views should be accessible by public users": "Login dan signup views harus dapat diakses oleh public users",
|
|
1489
|
+
"Shared: %s": "Đã chia sẻ: %s",
|
|
1490
|
+
"Sharing not enabled": "Chia sẻ chưa được bật",
|
|
1491
|
+
"You must be logged in to share": "Bạn phải đăng nhập để chia sẻ",
|
|
1492
|
+
"Fluid layout": "Bố cục linh hoạt",
|
|
1493
|
+
"Request fluid layout from theme for a wider display for this page": "Yêu cầu bố cục linh hoạt từ giao diện để hiển thị rộng hơn cho trang này",
|
|
1494
|
+
"Location of view to create new row": "Vị trí của view để tạo hàng mới",
|
|
1495
|
+
"Capacitor builder": "Capacitor gãx-builder",
|
|
1496
|
+
"Pulling the capacitor-builder docker image...": "Đang kéo image Docker `capacitor-builder`...",
|
|
1497
|
+
"Pull done with code %s": "Pull hoàn tất với mã %s",
|
|
1498
|
+
"Default locale": "Mặc định locale",
|
|
1499
|
+
"Next step": "Crox faz",
|
|
1500
|
+
"Step name": "Tén bươc",
|
|
1501
|
+
"Step saved": "Bước đã được lưu",
|
|
1502
|
+
"Initial step": "Giai đoạn khởi tạo",
|
|
1503
|
+
"Confirm leaving unsaved": "Xác nhận rời đi khi chưa lưu",
|
|
1504
|
+
"Ask the user to confirm if they close a tab with unsaved changes": "Yêu cầu người dùng xác nhận nếu họ đóng một tab đang có thay đổi chưa được lưu.",
|
|
1505
|
+
"Workflow runs": "Luồng công việc chạy",
|
|
1506
|
+
"Workflow run": "Luồng công việc chạy",
|
|
1507
|
+
"Share to enabled": "Chia sẻ để bật",
|
|
1508
|
+
"Enable the share to feature": "Bật tính năng chia sẻ tới",
|
|
1509
|
+
"Allocate new row": "Phân bổ hàng mới",
|
|
1510
|
+
"If the view is run without existing row, allocate a new row on load. Defaults must be set on all required fields.": "Nếu view được chạy khi không có row hiện có, hãy cấp phát một row mới khi load. Mặc định phải được thiết lập cho tất cả các trường bắt buộc.",
|
|
1511
|
+
"Step traces": "Step traces",
|
|
1512
|
+
"Please enter a version in the format 'x.y.z' (e.g. 0.0.1 with numbers from 0 to 999) or leave it empty.": "Vui lòng nhập phiên bản theo định dạng 'x.y.z' (ví dụ: 0.0.1 với các số từ 0 đến 999) hoặc để trống.",
|
|
1513
|
+
"Delete unchanged": "Xóa không thay đổi",
|
|
1514
|
+
"Delete allocated row if there are no changes.": "Xóa hàng đã cấp phát nếu không có thay đổi.",
|
|
1515
|
+
"Triggers on table": "Kích hoạt trên bảng",
|
|
1516
|
+
"Please provide the keystore alias and password for the android build.": "Vui lòng cung cấp keystore alias và mật khẩu cho bản build Android.",
|
|
1517
|
+
"Submit": "Nộp",
|
|
1518
|
+
"OK": "OK",
|
|
1519
|
+
"Step settings": "Cấu hình bước",
|
|
1520
|
+
"Action settings": "Cài đặt hành động",
|
|
1521
|
+
"Keystore file is not applied for debug builds.": "Tệp keystore không được áp dụng cho các bản dựng debug.",
|
|
1522
|
+
"Workflow": "Workflow",
|
|
1523
|
+
"Previous runs": "Run sebelumnya",
|
|
1524
|
+
"The workflow the user will be interacting with.": "Quy trình làm việc mà người dùng sẽ tương tác.",
|
|
1525
|
+
"Delete old workflow runs with status after days": "Xóa các lần chạy workflow cũ theo trạng thái sau số ngày",
|
|
1526
|
+
"Finished": "Hoàn thành",
|
|
1527
|
+
"Error": "Lỗi",
|
|
1528
|
+
"Waiting": "Đang chờ",
|
|
1529
|
+
"Running": "Đang chạy",
|
|
1530
|
+
"Minimum role to access search page": "Vai trò tối thiểu để truy cập trang tìm kiếm",
|
|
1531
|
+
"Edit tables": "Sửa bảng",
|
|
1532
|
+
"Minimum role to edit tables": "Vai trò tối thiểu để chỉnh sửa bảng",
|
|
1533
|
+
"Edit views": "Chỉnh sửa view",
|
|
1534
|
+
"Minimum role to edit views": "Rolle minimi për të modifikuar view-t",
|
|
1535
|
+
"Edit pages": "Chỉnh sửa trang",
|
|
1536
|
+
"Minimum role to edit pages": "Vai trò tối thiểu để chỉnh sửa trang",
|
|
1537
|
+
"Edit triggers": "Sửa trigger",
|
|
1538
|
+
"Minimum role to edit triggers": "Vai trò tối thiểu để chỉnh sửa trigger",
|
|
1539
|
+
"Development permissions": "Phép quyền phát triển",
|
|
1540
|
+
"Inspect tables": "Ispekt tabulky",
|
|
1541
|
+
"Minimum role to inspect (see, without editing) tables": "Vai trò tối thiểu để xem (chỉ đọc) các bảng",
|
|
1542
|
+
"Home pages": "Trang chủ",
|
|
1543
|
+
"The home page is the page that is served when the user visits the home location (/). This can be set for each user role.": "Trang chủ là trang được phục vụ khi người dùng truy cập vị trí gốc (/). Trang này có thể được thiết lập riêng cho từng vai trò người dùng.",
|
|
1544
|
+
"Trigger %s deleted": "Trigger %s šiɣu",
|
|
1545
|
+
"Edit menu": "Menu chỉnh sửa",
|
|
1546
|
+
"Minimum role to edit menu": "Vai trò tối thiểu để chỉnh sửa menu",
|
|
1547
|
+
"Full-text search index is not available as the table contains Key fields (%s) with the \"Include in full-text search\" option enabled. Disable this before creating a Full-text search index": "Chỉ mục tìm kiếm toàn văn không khả dụng vì bảng chứa các trường Khóa (%s) với tùy chọn \"Bao gồm trong tìm kiếm toàn văn\" được bật. Hãy tắt tùy chọn này trước khi tạo chỉ mục tìm kiếm toàn văn.",
|
|
1548
|
+
"Share Extension Provisioning Profile": "Share Extension Provisioning Profile",
|
|
1549
|
+
"Show results in": "Hiển thị kết quả trong",
|
|
1550
|
+
"Show results from each table in this type of element": "Hiển thị kết quả từ mỗi bảng trong loại phần tử này",
|
|
1551
|
+
"Search syntax help": "Hjælp til søgesyntaks",
|
|
1552
|
+
"Search syntax": "Truy vấn tìm kiếm",
|
|
1553
|
+
"Maximum role": "Vai trò tối đa",
|
|
1554
|
+
"Module dependencies": "Phụ thuộc Module",
|
|
1555
|
+
"Prompt": "Prompt",
|
|
1556
|
+
"Clean modules and restart": "Làm sạch các Module và khởi động lại",
|
|
1557
|
+
"Modules cleaned, server restarting...": "Mô-đun đã được dọn sạch, máy chủ đang khởi động lại...",
|
|
1558
|
+
"Delete table+views+triggers": "Xóa bảng + view + trigger",
|
|
1559
|
+
"No file uploaded": "Ko tệp nào được tải lên",
|
|
1560
|
+
"To obtain a certificate, the administrator's email address will be shared with Let's Encrypt.": "Để lấy chứng chỉ, địa chỉ email của quản trị viên sẽ được chia sẻ với Let's Encrypt.",
|
|
1561
|
+
"Local state": "Trạng thái cục bộ",
|
|
1562
|
+
"Isolate state of each repeated view": "Cô lập trạng thái của từng view lặp lại",
|
|
1563
|
+
"Processing CSV file": "Xử lý tệp CSV",
|
|
1564
|
+
"Edit files": "Chỉnh sửa tệp",
|
|
1565
|
+
"Minimum role to edit files": "Rol tối thiểu để chỉnh sửa tệp",
|
|
1566
|
+
"Edit search": "Sửa tìm kiếm",
|
|
1567
|
+
"Minimum role to edit search": "Vai trò tối thiểu để chỉnh sửa tìm kiếm",
|
|
1568
|
+
"Create snapshot": "Tạo snapshot",
|
|
1569
|
+
"Minimum role to create snapshot": "Cấp vai trò tối thiểu để tạo snapshot",
|
|
1570
|
+
"Min length": "Độ dài tối thiểu",
|
|
1571
|
+
"Max length": "Độ dài tối đa",
|
|
1572
|
+
"Regular expression": "Biểu thức chính quy",
|
|
1573
|
+
"Exact search only": "Tìm kiếm chính xác only",
|
|
1574
|
+
"Translation of": "dịch của",
|
|
1575
|
+
"Minimum": "Minimum",
|
|
1576
|
+
"Maximum": "Tối đa",
|
|
1577
|
+
"All tags": "Tất cả thẻ",
|
|
1578
|
+
"Manage tags...": "Quản lý thẻ...",
|
|
1579
|
+
"Started": "Bắt đầu",
|
|
1580
|
+
"Updated": "Cập nhật",
|
|
1581
|
+
"Status": "Trạng thái",
|
|
1582
|
+
"Working directory": "Thư mục làm việc",
|
|
1583
|
+
"Row click event": "Sự kiện nhấp hàng",
|
|
1584
|
+
"What happens when a row is clicked": "Điều gì xảy ra khi một hàng được nhấp",
|
|
1585
|
+
"Row click action": "Hành động nhấp hàng",
|
|
1586
|
+
"Run this action when row is clicked": "Chạy hành động này khi hàng được nhấp",
|
|
1587
|
+
"Reset password view": "Đổi mật khẩu view",
|
|
1588
|
+
"A view that will be emailed to users when they have forgotten their password": "Un vista que se enviará por correo electrónico a los usuarios cuando hayan olvidado su contraseña",
|
|
1589
|
+
"Allow login methods": "Cho phép phương thức đăng nhập",
|
|
1590
|
+
"Inherit configuration values": "Kế thừa các giá trị cấu hình",
|
|
1591
|
+
"Comma-separated list of configuration settings tenants inherit from root. Ex: <code>site_name, smtp_host, allow_signup</code>": "Danh sách phân tách bằng dấu phẩy các thiết lập cấu hình mà tenant kế thừa từ root. Ví dụ: `site_name, smtp_host, allow_signup`",
|
|
1592
|
+
"Disable CSRF routes": "Tắt các route CSRF",
|
|
1593
|
+
"Comma-separated list of relative URL routes where CSRF token checking is disabled. Example: <code>/files/upload, /auth/signup</code>": "Danh sách, phân tách bằng dấu phẩy, các route URL tương đối mà việc kiểm tra token CSRF bị vô hiệu hóa. Ví dụ: <code>/files/upload, /auth/signup</code>",
|
|
1594
|
+
"Only day": "Chỉ ngày",
|
|
1595
|
+
"Language CSV": "Language CSV",
|
|
1596
|
+
"Upload language CSV": "Tải lên tệp CSV ngôn ngữ",
|
|
1597
|
+
"Create an account!": "Tạo tài khoản!",
|
|
1598
|
+
"Login with %s": "Đăng nhập bằng %s",
|
|
1599
|
+
"Already have an account? Login!": "Tài khoản đã tồn tại? Đăng nhập!",
|
|
1600
|
+
"Translated %s strings. Click 'Translate with LLM' again to continue": "Đã dịch %s chuỗi. Nhấp “Dịch bằng LLM” lần nữa để tiếp tục",
|
|
1601
|
+
"Translate with LLM": "Dịch với LLM",
|
|
1602
|
+
"You may need to adjust view relations associated with this table after renaming it": "Bạn có thể cần điều chỉnh các quan hệ view liên kết với bảng này sau khi đổi tên nó",
|
|
1603
|
+
"Error running workflow": "Lỗi chạy workflow",
|
|
1604
|
+
"Choose File": "Pilih Berkas",
|
|
1605
|
+
"No file chosen": "Không có tệp nào được chọn",
|
|
1606
|
+
"S3 Bucket Name": "Tên Bucket S3",
|
|
1607
|
+
"S3 Access Key": "Khóa Truy Cập S3",
|
|
1608
|
+
"S3 Secret Key": "Khóa bí mật S3",
|
|
1609
|
+
"S3 Region": "S3 Khu Vực",
|
|
1610
|
+
"S3 Endpoint": "Điểm cuối S3",
|
|
1611
|
+
"Enable maintenance mode": "Kích hoạt chế độ bảo trì",
|
|
1612
|
+
"Enable maintenance mode to restrict access to non-admin users": "Bật chế độ bảo trì để giới hạn quyền truy cập đối với người dùng không phải quản trị viên",
|
|
1613
|
+
"Maintenance mode page": "Trang chế độ bảo trì",
|
|
1614
|
+
"Select the page to display during maintenance mode": "Chọn trang để hiển thị trong chế độ bảo trì",
|
|
1615
|
+
"Create basic views": "Tạo các view cơ bản",
|
|
1616
|
+
"Create views": "Tạo view",
|
|
1617
|
+
"Decimal places": "Số chữ số thập phân",
|
|
1618
|
+
"%s view - %s": "%s xem - %s",
|
|
1619
|
+
"Password to encrypt the backup file. Leave empty for no encryption": "Mật khẩu để mã hóa tệp sao lưu. Để trống nếu không muốn mã hóa.",
|
|
1620
|
+
"Show full error to user on crash, enable editing field type": "Hiển thị toàn bộ lỗi cho người dùng khi xảy ra crash, cho phép chỉnh sửa kiểu trường",
|
|
1621
|
+
"Shown to the user if foreign key constraint is violated": "Hiển thị cho người dùng nếu vi phạm ràng buộc khóa ngoại",
|
|
1622
|
+
"Button Style": "Kiểu Nút",
|
|
1623
|
+
"Disable full-text search": "Tắt tìm kiếm toàn văn",
|
|
1624
|
+
"Use LIKE instead of tsvector. Use to match against phrase in the middle of a word.": "Sử dụng LIKE thay cho tsvector. Dùng để khớp với cụm từ nằm giữa một từ.",
|
|
1625
|
+
"Model configuration": "Cấu hình mô hình",
|
|
1626
|
+
"Push Notifications": "Thông báo đẩy",
|
|
1627
|
+
"Push Notifications enabled": "Push Notifications aktivéiert",
|
|
1628
|
+
"VAPID public key": "Khóa công khai VAPID",
|
|
1629
|
+
"Public key for VAPID authentication in web push notifications": "Khóa công khai cho xác thực VAPID trong thông báo đẩy web",
|
|
1630
|
+
"VAPID private key": "khóa riêng VAPID",
|
|
1631
|
+
"Private key for VAPID authentication in web push notifications": "Khóa riêng cho xác thực VAPID trong thông báo đẩy web",
|
|
1632
|
+
"VAPID email": "VAPID email",
|
|
1633
|
+
"Email address for VAPID authentication in web push notifications. Usually, it is your email address.": "Địa chỉ email cho xác thực VAPID trong thông báo đẩy web. Thông thường, đó là địa chỉ email của bạn.",
|
|
1634
|
+
"Web push icon": "Biểu tượng thông báo đẩy web",
|
|
1635
|
+
"Select a publicly accessible square image file": "Chọn một tệp hình ảnh vuông có thể truy cập công khai",
|
|
1636
|
+
"Web push badge": "Huy hiệu đẩy web",
|
|
1637
|
+
"Select a publicly accessible monochrome square image file (prefarbly 72x72px)": "Chọn một tệp hình ảnh đơn sắc dạng vuông có thể truy cập công khai (ưu tiên kích thước 72x72px)",
|
|
1638
|
+
"Comma-separated list of relative URL route prefixes where CSRF token checking is disabled. Example: <code>/files/upload, /auth/signup</code>": "Dánh sách phân tách bằng dấu phẩy các tiền tố route URL tương đối mà việc kiểm tra token CSRF bị vô hiệu hóa. Ví dụ: <code>/files/upload, /auth/signup</code>",
|
|
1639
|
+
"Push icon": "Biểu tượng đẩy",
|
|
1640
|
+
"Push badge": "Huy hiệu đẩy",
|
|
1641
|
+
"Web push": "Web push",
|
|
1642
|
+
"Native Android": "Android gốc",
|
|
1643
|
+
"Firebase JSON key": "Khóa JSON Firebase",
|
|
1644
|
+
"This is your Firebase Service Account JSON key file. ": "Đây là tệp JSON khóa Tài khoản Dịch vụ Firebase của bạn.",
|
|
1645
|
+
"Serve HTML files": "Phục vụ tệp HTML",
|
|
1646
|
+
"Unsafe. HTML files will be rendered in browser instead of as plaintext. Use Page with HTML file setting to safely serve specific HTML files": "Không an toàn. Tệp HTML sẽ được render trong trình duyệt thay vì dưới dạng văn bản thuần. Hãy sử dụng Page với thiết lập tệp HTML để phân phối an toàn các tệp HTML cụ thể.",
|
|
1647
|
+
"Real-time updates": "Cập nhật thời gian thực",
|
|
1648
|
+
"Enable real-time updates for this view": "Bật cập nhật thời gian thực cho view này",
|
|
1649
|
+
"today": "hôm nay",
|
|
1650
|
+
"Push notifications": "Thông báo đẩy",
|
|
1651
|
+
"Password Policy": "Chính sách mật khẩu",
|
|
1652
|
+
"Minimum password length": "Độ dài mật khẩu tối thiểu",
|
|
1653
|
+
"The minimum length of passwords for users. Set to 0 to disable password requirements.": "Tối thiểu độ dài mật khẩu cho người dùng. Đặt là 0 để vô hiệu hóa yêu cầu mật khẩu.",
|
|
1654
|
+
"Check common passwords": "Kiểm tra mật khẩu phổ biến",
|
|
1655
|
+
"Check if the password is in the list of common passwords. If enabled, users will not be able to use common passwords.": "Kiểm tra xem mật khẩu có nằm trong danh sách mật khẩu phổ biến hay không. Nếu được bật, người dùng sẽ không thể sử dụng các mật khẩu phổ biến.",
|
|
1656
|
+
"Require uppercase": "YÊU CẦU CHỮ HOA",
|
|
1657
|
+
"Require at least one uppercase letter in the password": "Yêu cầu mật khẩu phải có ít nhất một chữ cái viết hoa",
|
|
1658
|
+
"Require lowercase": "require lowercase",
|
|
1659
|
+
"Require at least one lowercase letter in the password": "Yêu cầu mật khẩu phải chứa ít nhất một chữ cái viết thường",
|
|
1660
|
+
"Require number": "Yêu cầu số",
|
|
1661
|
+
"Require at least one number in the password": "Yêu cầu mật khẩu phải có ít nhất một chữ số",
|
|
1662
|
+
"Require special character": "Yêu cầu ký tự đặc biệt",
|
|
1663
|
+
"Require at least one special character in the password": "Yêu cầu mật khẩu phải chứa ít nhất một ký tự đặc biệt",
|
|
1664
|
+
"Password complexity": "Độ phức tạp mật khẩu",
|
|
1665
|
+
"The regular expression that passwords must match. Set to empty string to disable password complexity requirements.": "Biểu thức chính quy mà mật khẩu phải khớp. Đặt thành chuỗi rỗng để vô hiệu hóa yêu cầu về độ phức tạp của mật khẩu.",
|
|
1666
|
+
"Password complexity error": "Mật khẩu không đáp ứng yêu cầu độ phức tạp",
|
|
1667
|
+
"The error message to show when password does not match the complexity requirements.": "Thông báo lỗi hiển thị khi mật khẩu không đáp ứng yêu cầu về độ phức tạp.",
|
|
1668
|
+
"Only if": "Chỉ khi",
|
|
1669
|
+
"Optional JavaScript expression to determine if the trigger should run.": "Biểu thức JavaScript tùy chọn để xác định xem trigger có nên chạy hay không.",
|
|
1670
|
+
"Admin Page": "Trang Quản Trị",
|
|
1671
|
+
"User Page": "Trang Người Dùng",
|
|
1672
|
+
"User menu header": "Tiêu đề menu Người dùng",
|
|
1673
|
+
"Some themes display this header differently": "Một số giao diện hiển thị phần đầu này khác nhau.",
|
|
1674
|
+
"Dynamic server side updates": "Cập nhật động phía máy chủ",
|
|
1675
|
+
"Enable dynamic updates": "Bật cập nhật động",
|
|
1676
|
+
"Enable server side updates from within run_js_code actions": "Bật cập nhật phía máy chủ từ bên trong các hành động run_js_code",
|
|
1677
|
+
"Vertical alignment": "Căn chỉnh dọc",
|
|
1678
|
+
"Header filters": "Bộ lọc tiêu đề",
|
|
1679
|
+
"Update event": "Cập nhật sự kiện",
|
|
1680
|
+
"Custom event for real-time updates": "Sự kiện tùy chỉnh cho cập nhật thời gian thực",
|
|
1681
|
+
"Responsve collapse": "Responsve collapse",
|
|
1682
|
+
"Horizontal display on smaller screens": "Hiển thị ngang trên màn hình nhỏ hơn",
|
|
1683
|
+
"Collapse breakpoint (px)": "Breakpoint de colapsado (px)",
|
|
1684
|
+
"There currently no triggers, but you can create one by clicking the button below. Triggers are actions that are run in response to some event which can be periodic, caused by a database table change, a button click or some other external event.": "Hiện tại chưa có trigger nào, nhưng bạn có thể tạo một trigger bằng cách nhấn nút bên dưới. Trigger là các hành động được thực thi để phản hồi một số sự kiện, có thể là định kỳ, do thay đổi bảng cơ sở dữ liệu, do nhấp nút hoặc một số sự kiện bên ngoài khác.",
|
|
1685
|
+
"A trigger is defined by a condition (when the trigger will run), an action (which is supplied by a module) and the configuration for that action.": "Tačik je definován podmínkó (kdy sa tačik spustí), akcijó (kerá je dodaná Modulem) a konfiguracijó pro tú akciju.",
|
|
1686
|
+
"Run async": "Chạy bất đồng bộ",
|
|
1687
|
+
"Run action in background": "Chạy hành động trong nền",
|
|
1688
|
+
"Delegate error handling to tenants": "Ủy quyền xử lý lỗi cho tenant",
|
|
1689
|
+
"Toggle header filters": "Chuyển đổi bộ lọc tiêu đề",
|
|
1690
|
+
"Row color formula": "Công thức màu hàng",
|
|
1691
|
+
"Formula for row background color. Ex.: <code>age>65 ?'#aaffaa': null</code>": "Công thức cho màu nền hàng. Ví dụ: `age>65 ? '#aaffaa' : null`",
|
|
1692
|
+
"Table layout": "Bố cục bảng",
|
|
1693
|
+
"CSV BOM": "CSV BOM",
|
|
1694
|
+
"Include the Byte-Order Mark in downloaded CSV files": "Inkluder Byte-Order Mark i nedlastede CSV-filer",
|
|
1695
|
+
"Localize CSV downloads": "Địa phương hóa tải xuống CSV",
|
|
1696
|
+
"Sticky headers": "Tiêu đề cố định",
|
|
1697
|
+
"API tokens for this user:": "Token API për këtë përdorues:",
|
|
1698
|
+
"Revoke": "Thu hồi",
|
|
1699
|
+
"original": "orijinal",
|
|
1700
|
+
"Remove all": "Xóa tất cả",
|
|
1701
|
+
"API token revoked": "Mã API đã bị thu hồi",
|
|
1702
|
+
"Dropdown header filters": "Bộ lọc tiêu đề danh sách xổ xuống",
|
|
1703
|
+
"Show if": "Hiển thị nếu",
|
|
1704
|
+
"Optional expression. Show only if true. In scope: <code>user</code>, <code>url</code>, <code>query</code>": "Tùy chọn biểu thức. Chỉ hiển thị nếu đúng. Trong phạm vi: <code>user</code>, <code>url</code>, <code>query</code>",
|
|
1705
|
+
"Search entities by name or type...": "Tìm kiếm thực thể theo tên hoặc loại...",
|
|
1706
|
+
"Tags:": "Tags",
|
|
1707
|
+
"Types:": "Loại",
|
|
1708
|
+
"Access | Read/Write": "Truy cập | Đọc/Ghi",
|
|
1709
|
+
"No entities found": "Không tìm thấy thực thể nào",
|
|
1710
|
+
"Try adjusting your search or filter options": "Hãy thử điều chỉnh tùy chọn tìm kiếm hoặc lọc của bạn",
|
|
1711
|
+
"Entities": "Thực thể",
|
|
1712
|
+
"Sessions": "Sesiones",
|
|
1713
|
+
"Updates and module store": "Cập nhật và kho mô-đun",
|
|
1714
|
+
"Air gap deployment": "Triển khai cách ly mạng",
|
|
1715
|
+
"Disable updates from NPM and Saltcorn module store for isolated network environments": "Tắt cập nhật từ NPM và kho module Saltcorn cho các môi trường mạng cô lập",
|
|
1716
|
+
"The endpoint of module store.": "Điểm cuối của kho mô-đun.",
|
|
1717
|
+
"Maintenance mode": "Chế độ bảo trì",
|
|
1718
|
+
"Full page count": "Toàn bộ số trang",
|
|
1719
|
+
"Disable for to increase performance for large tables": "Tắt để tăng hiệu năng cho các bảng lớn",
|
|
1720
|
+
"Go to tables list": "Đi đến danh sách bảng",
|
|
1721
|
+
"Go to views list": "Đi tới danh sách view",
|
|
1722
|
+
"Go to pages list": "Đi tới danh sách trang",
|
|
1723
|
+
"Go to triggers list": "Đi đến danh sách trigger",
|
|
1724
|
+
"Open legacy list": "Mở danh sách kế thừa",
|
|
1725
|
+
"Set context": "Thiết lập ngữ cảnh",
|
|
1726
|
+
"Array": "Array",
|
|
1727
|
+
"Add step": "Thêm bước",
|
|
1728
|
+
"Edit step": "Chỉnh sửa bước",
|
|
1729
|
+
"Add after": "Thêm sau",
|
|
1730
|
+
"Set as start": "Đặt làm bắt đầu",
|
|
1731
|
+
"Start": "Bắt đầu",
|
|
1732
|
+
"Show runs": "Hiển thị lần chạy",
|
|
1733
|
+
"Auto layout": "Bố cục tự động",
|
|
1734
|
+
"No steps yet": "Không có bước nào yet",
|
|
1735
|
+
"Loading": "Đang tải",
|
|
1736
|
+
"Loop body": "Thân vòng lặp",
|
|
1737
|
+
"Show runs »": "Hiển thị lượt chạy »",
|
|
1738
|
+
"Entry point by role": "Điểm truy cập theo vai trò",
|
|
1739
|
+
"When enabled, you will be logged in as a public user without any login screen.": "Khi bật, bạn sẽ được đăng nhập dưới vai trò người dùng công khai mà không cần màn hình đăng nhập.",
|
|
1740
|
+
"Show 'Continue as public user' link": "Hiển thị liên kết \"Tiếp tục với tư cách người dùng công khai\"",
|
|
1741
|
+
"When enabled, the login screen shows you a link to login as public user.": "Khi được bật, màn hình đăng nhập sẽ hiển thị cho bạn một liên kết để đăng nhập với tư cách người dùng công khai.",
|
|
1742
|
+
"Allow clear text traffic": "Cho phép lưu lượng văn bản thuần",
|
|
1743
|
+
"Enable this to allow unsecure HTTP connections. Useful for local testing.": "Bật tùy chọn này để cho phép kết nối HTTP không bảo mật. Hữu ích cho việc kiểm thử cục bộ.",
|
|
1744
|
+
"Enable this to integrate offline/online Synchronization into your app.": "Bật tính năng này để tích hợp Đồng bộ hóa ngoại tuyến/trực tuyến vào ứng dụng của bạn.",
|
|
1745
|
+
"Tables to synchronize": "Bảng để đồng bộ hóa",
|
|
1746
|
+
"Sync on reconnect": "Đồng bộ khi kết nối lại",
|
|
1747
|
+
"Run Synchronizations when the network connection is restored.": "Chạy Đồng Bộ hóa khi kết nối mạng được khôi phục.",
|
|
1748
|
+
"Sync on app resume": "Đồng bộ khi ứng dụng được tiếp tục hoạt động",
|
|
1749
|
+
"Run Synchronizations when the app is resumed from background.": "Chạy Đồng Bộ khi ứng dụng được khôi phục từ nền.",
|
|
1750
|
+
"Push sync": "Đồng bộ đẩy",
|
|
1751
|
+
"Run Synchronizations when the server sends a push notification. On Android, this requires a Firebase JSON key and a Google Services File (see below).": "Chạy Đồng Bộ hóa khi máy chủ gửi thông báo đẩy. Trên Android, việc này yêu cầu một khóa Firebase JSON và một Tệp Google Services (xem bên dưới).",
|
|
1752
|
+
"Background Sync interval": "Khoảng thời gian Đồng bộ Nền",
|
|
1753
|
+
"Perdiodic interval (in minutes) to run synchronizations in the background. This is just a min interval, depending on system conditions, the actual time may be longer.": "Khoảng thời gian định kỳ (tính bằng phút) để chạy đồng bộ hóa ở chế độ nền. Đây chỉ là khoảng thời gian tối thiểu; tùy thuộc vào điều kiện hệ thống, thời gian thực tế có thể dài hơn.",
|
|
1754
|
+
"Release Signing": "Ký phát hành",
|
|
1755
|
+
"Firebase JSON Key": "Firebase JSON Key",
|
|
1756
|
+
"This is a private key file for your Firebase project. Your Saltcorn server uses it to send push notifications or push-based synchronizations to your Android mobile app. Upload it to the '/mobile-app-configurations' directory (if it does not exist, create it). You can configure it here or in the 'Notifications' Menu.": "Đây là tệp private key cho dự án Firebase của bạn. Máy chủ Saltcorn sử dụng tệp này để gửi thông báo đẩy hoặc đồng bộ hóa dựa trên push tới ứng dụng Android của bạn. Hãy tải tệp này lên thư mục `/mobile-app-configurations` (nếu thư mục chưa tồn tại, hãy tạo mới). Bạn có thể cấu hình nó tại đây hoặc trong Menu `Notifications`.",
|
|
1757
|
+
"Google Services File": "Tệp Dịch Vụ Google",
|
|
1758
|
+
"This is a configuration file specific to your mobile app. It contains, among other things, your App ID, the Firebase project ID, and an API key. The file gets bundled into the client and will be used to subscribe to push notifications or push-based synchronizations from the server. Upload it to the '/mobile-app-configurations' directory (if it does not exist, create it). You can configure it here or in the 'Notifications' Menu.": "Đây là một tệp cấu hình dành riêng cho ứng dụng di động của bạn. Nó chứa, trong số những thứ khác, App ID, Firebase project ID và API key của bạn. Tệp này sẽ được đóng gói vào phía client và được dùng để đăng ký nhận push notification hoặc các cơ chế đồng bộ dựa trên push từ server. Hãy tải tệp này lên thư mục `/mobile-app-configurations` (nếu chưa tồn tại thì tạo mới). Bạn có thể cấu hình nó tại đây hoặc trong Menu `Notifications`.",
|
|
1759
|
+
"Build tools": "Công cụ xây dựng",
|
|
1760
|
+
"Not a Mac OS system": "Khơng phải hệ thống Mac OS",
|
|
1761
|
+
"Provisioning profiles": "Hồ sơ cấp phát",
|
|
1762
|
+
"No Provisioning Profile": "Khơng có Hồ sơ Cấp phát",
|
|
1763
|
+
"Only create the project directory without building an .ipa file. This can be useful if you want to open the project in Xcode and run it in the Simulator.": "Chỉ tạo thư mục dự án mà không build file .ipa. Điều này hữu ích nếu bạn muốn mở dự án trong Xcode và chạy nó trên Simulator.",
|
|
1764
|
+
"APN Signing Key (.p8 file)": "Khóa ký APN (tệp .p8)",
|
|
1765
|
+
"This is a private key file": "Đây là một tệp khóa riêng tư",
|
|
1766
|
+
"APN Signing Key ID": "APN Ký Khoá ID",
|
|
1767
|
+
"The 10-character Key ID obtained from Apple developer account": "ID Khóa 10 ký tự lấy từ tài khoản nhà phát triển Apple",
|
|
1768
|
+
"Edit file": "Sửa tệp",
|
|
1769
|
+
"Editing %s": "Đang chỉnh sửa %s",
|
|
1770
|
+
"Run immediately in background": "Chạy ngay lập tức ở chế độ nền",
|
|
1771
|
+
"Row expression": "Biểu thức hàng",
|
|
1772
|
+
"Less...": "Ít hơn...",
|
|
1773
|
+
"Deep search": "Tìm kiếm sâu",
|
|
1774
|
+
"Clear selection": "Xóa lựa chọn",
|
|
1775
|
+
"%s selected": "%s geselecteerd",
|
|
1776
|
+
"Delete selected": "Xoá mục đã chọn",
|
|
1777
|
+
"selected": "đã chọn",
|
|
1778
|
+
"Delete %s selected items?": "Xóa %s mục đã chọn?",
|
|
1779
|
+
"Delete selected items?": "Xóa các mục đã chọn?",
|
|
1780
|
+
"Failed to delete selected items": "Xoá các mục đã chọn không thành công",
|
|
1781
|
+
"Configurable": "Konfigurierbar",
|
|
1782
|
+
"Info": "Info",
|
|
1783
|
+
"Show tables (Alt+T)": "Hiển thị bảng (Alt+T)",
|
|
1784
|
+
"Show views (Alt+V)": "Hiển thị view (Alt+V)",
|
|
1785
|
+
"Show pages (Alt+P)": "Hiển thị trang (Alt+P)",
|
|
1786
|
+
"Show triggers (Alt+R)": "Hiển thị trigger (Alt+R)",
|
|
1787
|
+
"Show users (Alt+U)": "Hiển thị người dùng (Alt+U)",
|
|
1788
|
+
"Show modules (Alt+M)": "Hiển thị Module (Alt+M)",
|
|
1789
|
+
"Finished translating %s strings.": "Đã hoàn thành dịch %s chuỗi.",
|
|
1790
|
+
"This is a Share extension profile": "Đây là một hồ sơ tiện ích mở rộng Share",
|
|
1791
|
+
"App Group ID": "ID Nhóm Ứng Dụng",
|
|
1792
|
+
"The App Group ID is used to share data between the main app and the Share extension.": "ID Nhóm Ứng Dụng được dùng để chia sẻ dữ liệu giữa ứng dụng chính và tiện ích Chia Sẻ."
|
|
1793
|
+
}
|