@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/ko.json
ADDED
|
@@ -0,0 +1,1793 @@
|
|
|
1
|
+
{
|
|
2
|
+
"Not found": "찾을 수 없음",
|
|
3
|
+
"Page not found": "페이지를 찾을 수 없습니다.",
|
|
4
|
+
"Incorrect user or password": "사용자 이름 또는 비밀번호가 올바르지 않습니다.",
|
|
5
|
+
"Internal Error": "내부 오류",
|
|
6
|
+
"A report has been logged and a team of bug-squashing squirrels has been dispatched to deal with the situation.": "보고가 접수되었으며, 버그를 잡는 다람쥐 팀이 문제를 해결하기 위해 출동했습니다.",
|
|
7
|
+
"User": "사용자",
|
|
8
|
+
"User Settings": "사용자 설정",
|
|
9
|
+
"Logout": "로그아웃",
|
|
10
|
+
"Tables": "테이블들",
|
|
11
|
+
"Views": "뷰",
|
|
12
|
+
"Pages": "페이지",
|
|
13
|
+
"Files": "파일",
|
|
14
|
+
"Settings": "설정",
|
|
15
|
+
"Menu": "메뉴",
|
|
16
|
+
"Users": "사용자",
|
|
17
|
+
"Search": "검색",
|
|
18
|
+
"Configuration": "구성",
|
|
19
|
+
"Admin": "관리자",
|
|
20
|
+
"Tenants": "테넌트들",
|
|
21
|
+
"Crash log": "크래시 로그",
|
|
22
|
+
"Sign up": "가입",
|
|
23
|
+
"Login": "로그인",
|
|
24
|
+
"An error occurred": "오류가 발생했습니다.",
|
|
25
|
+
"ID": "ID",
|
|
26
|
+
"Email": "이메일",
|
|
27
|
+
"Role": "역할",
|
|
28
|
+
"View": "뷰",
|
|
29
|
+
"Delete": "삭제",
|
|
30
|
+
"Add user": "사용자 추가",
|
|
31
|
+
"New user": "새 사용자",
|
|
32
|
+
"New": "새로 만들기",
|
|
33
|
+
"User %s created": "사용자 %s이(가) 생성되었습니다",
|
|
34
|
+
"Edit user": "사용자 편집",
|
|
35
|
+
"Edit user %s": "사용자 %s 편집",
|
|
36
|
+
"User %s saved": "사용자 %s이(가) 저장되었습니다",
|
|
37
|
+
"User %s deleted": "사용자 %s가 삭제됨",
|
|
38
|
+
"E-mail": "이메일",
|
|
39
|
+
"Password": "비밀번호",
|
|
40
|
+
"User settings": "사용자 설정",
|
|
41
|
+
"Password reset not enabled. Contact your administrator.": "비밀번호 재설정이 활성화되어 있지 않습니다. 관리자에게 문의하십시오.",
|
|
42
|
+
"Reset password": "비밀번호 재설정",
|
|
43
|
+
"Enter your email address below and we'll send you a link to reset your password.": "아래에 이메일 주소를 입력하시면 비밀번호 재설정 링크를 보내드립니다.",
|
|
44
|
+
"Enter your new password below": "아래에 새 비밀번호를 입력하세요.",
|
|
45
|
+
"Set password": "비밀번호 설정",
|
|
46
|
+
"Password reset. Log in with your new password": "비밀번호가 재설정되었습니다. 새 비밀번호로 로그인하세요.",
|
|
47
|
+
"Change": "변경",
|
|
48
|
+
"Old password": "이전 비밀번호",
|
|
49
|
+
"New password": "새 비밀번호",
|
|
50
|
+
"Email: ": "이메일:",
|
|
51
|
+
"Change password": "비밀번호 변경",
|
|
52
|
+
"Password changed": "비밀번호가 변경되었습니다.",
|
|
53
|
+
"Reset password instructions": "비밀번호 재설정 안내",
|
|
54
|
+
"Hi %s": "안녕하세요 %s",
|
|
55
|
+
"You have requested a link to change your password. You can do this through this link:": "비밀번호를 변경하기 위한 링크를 요청하셨습니다. 아래 링크를 통해 비밀번호를 변경할 수 있습니다:",
|
|
56
|
+
"If you did not request this, please ignore this email.": "이 요청을 본인이 직접 한 것이 아니라면, 이 이메일은 무시하셔도 됩니다.",
|
|
57
|
+
"Your password will not change until you access the link above and set a new one.": "위 링크에 접속하여 새 비밀번호를 설정하기 전까지는 비밀번호가 변경되지 않습니다.",
|
|
58
|
+
"Change my password": "내 비밀번호 변경",
|
|
59
|
+
"Must be admin": "관리자여야 합니다",
|
|
60
|
+
"Site identity": "사이트 ID",
|
|
61
|
+
"Authentication": "인증",
|
|
62
|
+
"Development": "개발",
|
|
63
|
+
"Edit": "편집",
|
|
64
|
+
"Unknown file": "알 수 없는 파일",
|
|
65
|
+
"Other": "기타",
|
|
66
|
+
"Edit configuration key %s": "구성 키 %s 편집",
|
|
67
|
+
"Configuration key %s saved": "구성 키 %s가 저장되었습니다.",
|
|
68
|
+
"Configuration key %s deleted": "구성 키 %s이(가) 삭제되었습니다",
|
|
69
|
+
"Must be logged in first": "먼저 로그인해야 합니다.",
|
|
70
|
+
"Hello": "안녕하세요",
|
|
71
|
+
"Restart server. Try reloading the page after a few seconds after pressing this button.": "서버를 재시작합니다. 이 버튼을 누른 후 몇 초 뒤에 페이지를 다시 로드해 보세요.",
|
|
72
|
+
"Restart": "재시작",
|
|
73
|
+
"Backup": "백업",
|
|
74
|
+
"Restore": "복원",
|
|
75
|
+
"Not authorized": "권한이 없습니다",
|
|
76
|
+
"Page %s not found": "페이지 %s을(를) 찾을 수 없습니다.",
|
|
77
|
+
"Warning": "경고",
|
|
78
|
+
"Hosting on this site is provided for free and with no guarantee of availability or security of your application. ": "이 사이트에서 제공되는 호스팅은 무료이며, 귀하의 애플리케이션 가용성이나 보안에 대해 어떠한 보장도 제공되지 않습니다.",
|
|
79
|
+
"This facility is intended solely for you to evaluate the suitability of Saltcorn. ": "이 시설은 Saltcorn의 적합성을 평가하기 위한 용도로만 제공됩니다.",
|
|
80
|
+
"If you would like to store private information that needs to be secure, please use self-hosted Saltcorn. ": "보안이 필요한 민감한 정보를 저장하려면, 자체 호스팅(Self-hosted) Saltcorn을 사용해 주십시오.",
|
|
81
|
+
"Create application": "애플리케이션 생성",
|
|
82
|
+
"Create": "생성",
|
|
83
|
+
"Please select a name for your application. The name will determine the address at which it will be available. ": "애플리케이션의 이름을 선택해 주세요. 이 이름은 애플리케이션이 제공될 주소를 결정합니다.",
|
|
84
|
+
"Application name": "애플리케이션 이름",
|
|
85
|
+
"Success! Your new application is available at:": "성공했습니다! 새 애플리케이션을 다음 위치에서 사용할 수 있습니다:",
|
|
86
|
+
"Please click the above link now to create the first user.": "위 링크를 클릭하여 첫 번째 사용자를 생성하세요.",
|
|
87
|
+
"A site with this subdomain already exists": "이 서브도메인을 사용하는 사이트가 이미 존재합니다.",
|
|
88
|
+
"No such view: %s": "해당 뷰가 존재하지 않습니다: %s",
|
|
89
|
+
"Search all tables": "모든 테이블 검색",
|
|
90
|
+
"Show": "표시",
|
|
91
|
+
"When": "언제",
|
|
92
|
+
"Tenant": "테넌트",
|
|
93
|
+
"Crash log entry %s": "크래시 로그 항목 %s",
|
|
94
|
+
"New %s": "새 %s",
|
|
95
|
+
"Data": "데이터",
|
|
96
|
+
"Add row": "행 추가",
|
|
97
|
+
"Add %s": "%s 추가",
|
|
98
|
+
"Edit row": "행 편집",
|
|
99
|
+
"Edit %s": "%s 편집",
|
|
100
|
+
"No errors reported": "오류가 보고되지 않았습니다.",
|
|
101
|
+
"Everything is going extremely well.": "모든 것이 매우 잘 진행되고 있습니다.",
|
|
102
|
+
"Filename": "파일 이름",
|
|
103
|
+
"Size (KiB)": "크기 (KiB)",
|
|
104
|
+
"Media type": "미디어 유형",
|
|
105
|
+
"Role to access": "액세스 역할",
|
|
106
|
+
"Link": "링크",
|
|
107
|
+
"Download": "다운로드",
|
|
108
|
+
"Upload file ": "파일 업로드",
|
|
109
|
+
"Minimum role for %s updated to %s": "%s의 최소 역할이 %s(으)로 업데이트되었습니다",
|
|
110
|
+
"File %s deleted": "파일 %s이(가) 삭제되었습니다.",
|
|
111
|
+
"More...": "더 보기...",
|
|
112
|
+
"Quick Start": "빠른 시작",
|
|
113
|
+
"Four different ways to get started using Saltcorn": "Saltcorn을 시작하는 네 가지 방법",
|
|
114
|
+
"Build": "빌드",
|
|
115
|
+
"Start by creating the tables to hold your data": "데이터를 저장할 테이블을 먼저 생성하십시오.",
|
|
116
|
+
"Create a table »": "테이블 생성 »",
|
|
117
|
+
"When you have created the tables, you can create views so users can interact with the data.": "테이블을 생성한 후에는, 사용자가 데이터와 상호 작용할 수 있도록 뷰를 생성할 수 있습니다.",
|
|
118
|
+
"You can also start by creating a page.": "페이지를 생성하는 것부터 시작할 수도 있습니다.",
|
|
119
|
+
"Create a page »": "페이지 만들기 »",
|
|
120
|
+
"Upload": "업로드",
|
|
121
|
+
"You can skip creating a table by hand by uploading a CSV file from a spreadsheet.": "스프레드시트에서 CSV 파일을 업로드하면, 테이블을 수동으로 생성하는 과정을 생략할 수 있습니다.",
|
|
122
|
+
"Create table with CSV upload": "CSV 업로드로 테이블 생성",
|
|
123
|
+
"If you have a backup from a previous Saltcorn instance, you can also restore it.": "이전에 사용하던 Saltcorn 인스턴스에서 생성한 백업이 있다면, 해당 백업을 복원할 수도 있습니다.",
|
|
124
|
+
"Install pack": "설치 패키지",
|
|
125
|
+
"Instead of building, get up and running in no time with packs": "빌드를 직접 수행하는 대신, 팩을 사용하여 순식간에 설정을 완료하고 바로 시작하십시오.",
|
|
126
|
+
"Packs are collections of tables, views and plugins that give you a full application which you can then edit to suit your needs.": "팩은 여러 테이블, 뷰 및 플러그인으로 구성된 컬렉션으로, 이를 통해 완전한 애플리케이션을 제공하며, 이후 사용자가 자신의 요구에 맞게 수정할 수 있습니다.",
|
|
127
|
+
"Name": "이름",
|
|
128
|
+
"Description": "설명",
|
|
129
|
+
"Go to pack store »": "팩 스토어로 이동 »",
|
|
130
|
+
"Learn": "학습",
|
|
131
|
+
"Confused?": "혼란스러우신가요?",
|
|
132
|
+
"The Wiki contains the documentation and tutorials on installing and using Saltcorn": "위키에는 Saltcorn을 설치하고 사용하는 방법에 대한 문서와 튜토리얼이 포함되어 있습니다.",
|
|
133
|
+
"Go to Wiki »": "위키로 이동 »",
|
|
134
|
+
"The YouTube channel has some video tutorials": "YouTube 채널에는 몇 가지 동영상 튜토리얼이 있습니다.",
|
|
135
|
+
"Go to YouTube »": "YouTube로 이동 »",
|
|
136
|
+
"What's new? Read the blog »": "새로운 소식이 무엇인가요? 블로그를 읽어보세요 »",
|
|
137
|
+
"Create a table": "테이블 생성",
|
|
138
|
+
"Create table from CSV upload": "CSV 업로드로부터 테이블 생성",
|
|
139
|
+
"You have no views!": "뷰가 없습니다!",
|
|
140
|
+
"Create a view »": "뷰 생성하기 »",
|
|
141
|
+
"Create a view": "뷰 생성",
|
|
142
|
+
"%s data table": "%s 데이터 테이블",
|
|
143
|
+
"Versions": "버전",
|
|
144
|
+
"Version": "버전",
|
|
145
|
+
"Saved": "저장됨",
|
|
146
|
+
"By user ID": "사용자 ID 기준으로",
|
|
147
|
+
"%s History": "%s 기록",
|
|
148
|
+
"back to table list": "테이블 목록으로 돌아가기",
|
|
149
|
+
"Version %s restored": "버전 %s이(가) 복원되었습니다",
|
|
150
|
+
"Site name": "사이트 이름",
|
|
151
|
+
"Site logo": "사이트 로고",
|
|
152
|
+
"Type": "유형",
|
|
153
|
+
"Text label": "텍스트 레이블",
|
|
154
|
+
"Minimum role": "최소 역할",
|
|
155
|
+
"URL": "URL",
|
|
156
|
+
"Page": "페이지",
|
|
157
|
+
"Menu editor": "메뉴 편집기",
|
|
158
|
+
"Menu updated": "메뉴가 업데이트되었습니다.",
|
|
159
|
+
"Plugin and pack store": "플러그인 및 팩 스토어",
|
|
160
|
+
"All": "모두",
|
|
161
|
+
"Packs": "팩스",
|
|
162
|
+
"Themes": "테마",
|
|
163
|
+
"Installed": "설치됨",
|
|
164
|
+
"Refresh": "새로 고침",
|
|
165
|
+
"Upgrade installed plugins": "설치된 플러그인 업그레이드",
|
|
166
|
+
"Add another plugin": "다른 플러그인을 추가하십시오.",
|
|
167
|
+
"Add another pack": "다른 패키지를 추가하십시오.",
|
|
168
|
+
"Create pack": "팩 생성",
|
|
169
|
+
"Pack": "패키지",
|
|
170
|
+
"Install": "설치",
|
|
171
|
+
"Plugin": "플러그인",
|
|
172
|
+
"Theme": "테마",
|
|
173
|
+
"Remove": "제거",
|
|
174
|
+
"Configure plugin": "플러그인 구성",
|
|
175
|
+
"Create Pack": "팩 생성",
|
|
176
|
+
"You can copy the pack contents below to another Saltcorn installation.": "아래의 팩 내용을 다른 Saltcorn 설치에 복사할 수 있습니다.",
|
|
177
|
+
"Install Pack": "패키지 설치",
|
|
178
|
+
"Pack %s installed": "팩 %s이(가) 설치되었습니다",
|
|
179
|
+
"Pack %s uninstalled": "팩 %s이(가) 제거되었습니다",
|
|
180
|
+
"Uninstall": "제거",
|
|
181
|
+
"Result preview for ": "에 대한 결과 미리보기",
|
|
182
|
+
"Choose views for <a href=\"/search\">search results</a> for each table.<br/>Set to blank to omit table from global search.": "각 테이블에 대해 <a href=\"/search\">검색 결과</a>에 사용할 뷰를 선택하세요.<br/>글로벌 검색에서 테이블을 제외하려면 비워 두세요.",
|
|
183
|
+
"These tables lack suitable views: ": "이 테이블들은 적절한 뷰가 부족합니다.",
|
|
184
|
+
"Search configuration": "검색 구성",
|
|
185
|
+
"Table saved with version history enabled": "버전 기록이 활성화된 상태로 테이블이 저장되었습니다.",
|
|
186
|
+
"Label": "레이블",
|
|
187
|
+
"Required": "필수",
|
|
188
|
+
"Add field": "필드 추가",
|
|
189
|
+
"Template": "템플릿",
|
|
190
|
+
"Run": "실행",
|
|
191
|
+
"Views of this table": "이 테이블의 뷰",
|
|
192
|
+
"Add view": "뷰 추가",
|
|
193
|
+
"Rows": "행",
|
|
194
|
+
"Download CSV": "CSV 다운로드",
|
|
195
|
+
"Upload CSV": "CSV 업로드",
|
|
196
|
+
"%s table": "%s 테이블",
|
|
197
|
+
"Fields": "필드",
|
|
198
|
+
"Table data": "테이블 데이터",
|
|
199
|
+
"Edit table properties": "테이블 속성 편집",
|
|
200
|
+
"API access": "API 액세스",
|
|
201
|
+
"APIs allow developers access to your data without using a user interface": "API는 개발자가 사용자 인터페이스를 사용하지 않고도 데이터에 접근할 수 있도록 해줍니다.",
|
|
202
|
+
"Minimum role for read": "읽기 최소 역할",
|
|
203
|
+
"Minimum role for writing": "쓰기 위한 최소 역할",
|
|
204
|
+
"Version history": "버전 기록",
|
|
205
|
+
"New table": "새 테이블",
|
|
206
|
+
"Table name": "테이블 이름",
|
|
207
|
+
"Table %s created": "테이블 %s이(가) 생성되었습니다.",
|
|
208
|
+
"No fields defined in %s table": "%s 테이블에 정의된 필드가 없습니다.",
|
|
209
|
+
"Fields define the columns in your table.": "필드는 테이블의 열을 정의합니다.",
|
|
210
|
+
"Add field to table": "테이블에 필드 추가",
|
|
211
|
+
"Table %s already exists": "테이블 %s는 이미 존재합니다.",
|
|
212
|
+
"Invalid table name %s": "잘못된 테이블 이름 %s",
|
|
213
|
+
"Create from CSV upload": "CSV 업로드로부터 생성",
|
|
214
|
+
"Your tables": "당신의 테이블",
|
|
215
|
+
"Create table": "테이블 생성",
|
|
216
|
+
"Table saved": "테이블이 저장되었습니다.",
|
|
217
|
+
"Create table from CSV file": "CSV 파일로부터 테이블 생성",
|
|
218
|
+
"Create from CSV": "CSV에서 생성",
|
|
219
|
+
"File": "파일",
|
|
220
|
+
"Created table %s.": "테이블 %s이(가) 생성되었습니다.",
|
|
221
|
+
"Table %s deleted": "테이블 %s이(가) 삭제되었습니다.",
|
|
222
|
+
"Table": "테이블",
|
|
223
|
+
"Your views": "당신의 뷰",
|
|
224
|
+
"Configure": "구성",
|
|
225
|
+
"First, please give some basic information about the view.": "먼저, 해당 뷰에 대한 기본 정보를 제공해 주세요.",
|
|
226
|
+
"View name": "뷰 이름",
|
|
227
|
+
"Views are based on a view template": "뷰는 뷰 템플릿을 기반으로 합니다.",
|
|
228
|
+
"Edit view": "뷰 편집",
|
|
229
|
+
"Edit %s view": "%s 뷰 편집",
|
|
230
|
+
"Create view": "뷰 생성",
|
|
231
|
+
"View deleted": "삭제된 뷰",
|
|
232
|
+
"Display data from this table": "이 테이블의 데이터를 표시합니다.",
|
|
233
|
+
"Role required to run view": "뷰를 실행하기 위해 필요한 역할",
|
|
234
|
+
"On root page": "루트 페이지에서",
|
|
235
|
+
"Layout": "레이아웃",
|
|
236
|
+
"Fixed states": "고정 상태",
|
|
237
|
+
"A short name that will be in your URL": "URL에 사용될 짧은 이름",
|
|
238
|
+
"Title": "제목",
|
|
239
|
+
"Page title": "페이지 제목",
|
|
240
|
+
"A longer description": "더 긴 설명",
|
|
241
|
+
"Role required to access page": "페이지에 접근하기 위해 필요한 역할",
|
|
242
|
+
"Page attributes": "페이지 속성",
|
|
243
|
+
"Page configuration": "페이지 구성",
|
|
244
|
+
"Fixed state for %s view": "%s 뷰에 대한 고정 상태",
|
|
245
|
+
"Set fixed states for views": "뷰에 고정 상태 설정",
|
|
246
|
+
"Page %s saved": "페이지 %s이(가) 저장되었습니다.",
|
|
247
|
+
"Your pages": "당신의 페이지",
|
|
248
|
+
"Add page": "페이지 추가",
|
|
249
|
+
"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.": "루트 페이지는 사용자가 홈 위치(/)에 접속했을 때 제공되는 페이지입니다. 이는 각 사용자 역할별로 설정할 수 있습니다.",
|
|
251
|
+
"Root pages updated": "루트 페이지가 업데이트되었습니다.",
|
|
252
|
+
"Page deleted": "페이지가 삭제되었습니다",
|
|
253
|
+
"Basic properties": "기본 속성",
|
|
254
|
+
"Attributes": "속성",
|
|
255
|
+
"Summary": "요약",
|
|
256
|
+
"Default": "기본값",
|
|
257
|
+
"Edit field": "필드 편집",
|
|
258
|
+
"Edit %s field": "%s 필드 편집",
|
|
259
|
+
"New field": "새 필드",
|
|
260
|
+
"New field:": "새 필드:",
|
|
261
|
+
"Field attributes": "필드 속성",
|
|
262
|
+
"Field %s created": "필드 %s이(가) 생성되었습니다",
|
|
263
|
+
"Summary field": "요약 필드",
|
|
264
|
+
"A default value is required when adding required fields to nonempty tables": "필수 필드를 비어 있지 않은 테이블에 추가할 때는 기본값이 필요합니다.",
|
|
265
|
+
"Create user": "사용자 생성",
|
|
266
|
+
"Please create your first user account, which will have administrative privileges. You can add other users and give them administrative privileges later.": "첫 번째 사용자 계정을 생성해주세요. 이 계정에는 관리자 권한이 부여됩니다. 이후에 다른 사용자들을 추가하고 그들에게도 관리자 권한을 부여할 수 있습니다.",
|
|
267
|
+
"Create first user": "첫 번째 사용자 생성",
|
|
268
|
+
"Create an account": "계정 생성",
|
|
269
|
+
"No views defined": "정의된 뷰가 없습니다.",
|
|
270
|
+
"Views define how table rows are displayed to the user": "뷰는 테이블의 행이 사용자에게 어떻게 표시되는지를 정의합니다.",
|
|
271
|
+
"Field %s saved": "필드 %s이(가) 저장되었습니다",
|
|
272
|
+
"View configuration": "뷰 구성",
|
|
273
|
+
"Field %s deleted": "필드 %s이(가) 삭제되었습니다.",
|
|
274
|
+
"No tables defined": "정의된 테이블이 없습니다.",
|
|
275
|
+
"Tables hold collections of similar data": "테이블은 유사한 데이터의 집합을 보관합니다.",
|
|
276
|
+
"Invalid form data, try again": "유효하지 않은 양식 데이터입니다. 다시 시도하세요.",
|
|
277
|
+
"Role required to access added files": "추가된 파일에 접근하기 위해 필요한 역할",
|
|
278
|
+
"The user uploading the file has access irrespective of their role": "파일을 업로드한 사용자는 자신의 역할과 관계없이 해당 파일에 접근할 수 있습니다.",
|
|
279
|
+
"Already have an account? Login": "이미 계정이 있으신가요? 로그인",
|
|
280
|
+
"Subdomain not found": "서브도메인을 찾을 수 없습니다.",
|
|
281
|
+
"You must create at least one table before you can create views.": "뷰를 생성하기 전에 최소한 하나의 테이블을 먼저 생성해야 합니다.",
|
|
282
|
+
"Language: ": "언어:",
|
|
283
|
+
"Language changed to %s": "언어가 %s(으)로 변경되었습니다.",
|
|
284
|
+
"Table saved with version history disabled": "버전 기록이 비활성화된 상태로 테이블이 저장되었습니다.",
|
|
285
|
+
"Missing name": "이름이 없습니다.",
|
|
286
|
+
"Successfully restored backup": "백업을 성공적으로 복원했습니다.",
|
|
287
|
+
"Welcome to Saltcorn!": "Saltcorn에 오신 것을 환영합니다!",
|
|
288
|
+
"File %s uploaded": "파일 %s이(가) 업로드되었습니다.",
|
|
289
|
+
"Local": "로컬",
|
|
290
|
+
"Name required": "이름은 필수입니다",
|
|
291
|
+
"Expression": "표현",
|
|
292
|
+
"Formula": "수식",
|
|
293
|
+
"new": "새로 만들기",
|
|
294
|
+
"Password does not match": "비밀번호가 일치하지 않습니다.",
|
|
295
|
+
"Not allowed to write to table %s": "테이블 %s에 쓰기가 허용되지 않습니다.",
|
|
296
|
+
"Login successful": "로그인에 성공했습니다.",
|
|
297
|
+
"Welcome, %s!": "환영합니다, %s!",
|
|
298
|
+
"Error: missing name or file": "오류: 이름 또는 파일이 누락되었습니다.",
|
|
299
|
+
"Restart server.": "서버를 재시작합니다.",
|
|
300
|
+
"Add to menu": "메뉴에 추가",
|
|
301
|
+
"View %s added to menu. Adjust access permissions in Settings » Menu": "뷰 %s이(가) 메뉴에 추가되었습니다. 접근 권한은 설정 » 메뉴에서 조정하세요.",
|
|
302
|
+
"Clone": "클론",
|
|
303
|
+
"View %s cloned as %s": "뷰 %s이(가) %s(으)로 복제되었습니다.",
|
|
304
|
+
"Duplicate": "복제",
|
|
305
|
+
"View %s duplicated as %s": "뷰 %s이(가) %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.": "뷰 이름은 이 뷰를 표시하는 팝업의 제목으로 나타나며, 이 뷰가 단독으로 표시될 때 URL에도 사용됩니다.",
|
|
307
|
+
"Saltcorn version": "Saltcorn 버전",
|
|
308
|
+
"Node.js version": "Node.js 버전",
|
|
309
|
+
"Table not found": "테이블을 찾을 수 없습니다.",
|
|
310
|
+
"No row selected": "선택된 행이 없습니다",
|
|
311
|
+
"Calculated": "계산됨",
|
|
312
|
+
"Unique": "고유한",
|
|
313
|
+
"Stored": "저장됨",
|
|
314
|
+
"Please enter the formula for the new field as a JavaScript expression. The expression must result in a %s type": "새 필드에 대한 수식을 JavaScript 표현식으로 입력하십시오. 표현식은 %s 타입을 결과로 반환해야 합니다.",
|
|
315
|
+
"Fields you can use as variables: ": "변수로 사용할 수 있는 필드:",
|
|
316
|
+
"Examples:": "예시:",
|
|
317
|
+
"Missing label": "레이블 누락",
|
|
318
|
+
"Column %s already exists (but is hidden)": "열 %s는 이미 존재합니다(하지만 숨겨져 있습니다).",
|
|
319
|
+
"Column %s already exists": "열 %s은(는) 이미 존재합니다",
|
|
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.": "쉼표로 구분된 옵션 목록으로 이 필드를 제한하려면 여기에 값을 입력하십시오. 예를 들어, 허용 가능한 값이 \"Red\", \"Green\", \"Blue\"인 경우 여기에는 \"Red, Green, Blue\"라고 입력합니다. 문자열에 어떤 값이든 허용하려면 비워 두십시오.",
|
|
321
|
+
"Columns": "열",
|
|
322
|
+
"Default state": "기본 상태",
|
|
323
|
+
"Specify the fields in the table to show": "테이블에서 표시할 필드를 지정하십시오.",
|
|
324
|
+
"Use view to create": "뷰를 사용하여 생성하기",
|
|
325
|
+
"If user has write permission. Leave blank to have no link to create a new item": "사용자에게 쓰기 권한이 있는 경우에만 적용됩니다. 새 항목을 생성하는 링크를 제공하지 않으려면 비워 두십시오.",
|
|
326
|
+
"Display create view as": "뷰 생성 화면으로 표시",
|
|
327
|
+
"Label for create": "생성 레이블",
|
|
328
|
+
"Label in link or button to create. Leave blank for a default label": "생성 링크 또는 버튼에 표시할 레이블입니다. 기본 레이블을 사용하려면 비워 두십시오.",
|
|
329
|
+
"Fixed fields": "고정 필드",
|
|
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.": "이 필드들이 누락되어 있으므로, 여기에서 값을 입력할 수 있습니다. 여기에서 입력한 값은, 예를 들어 폼이 리스트에서 트리거되는 경우처럼 다른 뷰에서 전달되는 정보에 의해 덮어써질 수 있습니다.",
|
|
331
|
+
"Edit options": "편집 옵션",
|
|
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.": "여기에서 선택한 뷰는 폼의 컨텍스트에 따라 무시될 수 있습니다. 예를 들어 팝업으로 표시되는 경우에는 리다이렉트가 발생하지 않습니다.",
|
|
333
|
+
"View when done": "완료 후 보기",
|
|
334
|
+
"Item View": "아이템 뷰",
|
|
335
|
+
"If user has write permission. Leave blank to have no link to create a new item": "사용자에게 쓰기 권한이 있는 경우에만 적용됩니다. 새 항목을 생성하는 링크를 제공하지 않으려면 비워 두십시오.",
|
|
336
|
+
"Subtables": "하위 테이블",
|
|
337
|
+
"List View": "목록 뷰",
|
|
338
|
+
"Show View": "뷰 표시",
|
|
339
|
+
"Which related tables would you like to show in sub-lists below the selected item?": "선택한 항목 아래의 하위 목록에 어떤 연관 테이블을 표시하시겠습니까?",
|
|
340
|
+
"Order and layout": "순서 및 레이아웃",
|
|
341
|
+
"Order by": "정렬 기준",
|
|
342
|
+
"Descending": "내림차순",
|
|
343
|
+
"Columns small screen": "작은 화면용 열",
|
|
344
|
+
"Columns medium screen": "중간 화면 열",
|
|
345
|
+
"Columns large screen": "대형 화면에서의 컬럼 수",
|
|
346
|
+
"Columns extra-large screen": "열(엑스트라 라지 스크린)",
|
|
347
|
+
"Each in card?": "각 항목을 카드 형태로?",
|
|
348
|
+
"Omit search form": "검색 양식 생략",
|
|
349
|
+
"Do not display the search filter form": "검색 필터 폼을 표시하지 않습니다.",
|
|
350
|
+
"Default search form values when first loaded": "처음 로드될 때의 기본 검색 폼 값",
|
|
351
|
+
"Next": "다음",
|
|
352
|
+
"Save": "저장",
|
|
353
|
+
"Calculated fields cannot have File type": "계산 필드는 파일 타입을 가질 수 없습니다.",
|
|
354
|
+
"On Field": "필드에서",
|
|
355
|
+
"Field in %s table": "%s 테이블의 필드",
|
|
356
|
+
"Action on row": "행에 대한 액션",
|
|
357
|
+
"Link to other view": "다른 뷰에 링크",
|
|
358
|
+
"Link to anywhere": "어디로든 링크",
|
|
359
|
+
"Join Field": "조인 필드",
|
|
360
|
+
"Aggregation": "집계",
|
|
361
|
+
"Field": "필드",
|
|
362
|
+
"Field view": "필드 뷰",
|
|
363
|
+
"Action": "액션",
|
|
364
|
+
"Action Label": "액션 레이블",
|
|
365
|
+
"View label": "뷰 레이블",
|
|
366
|
+
"Leave blank for default label.": "기본 레이블을 사용하려면 비워 두십시오.",
|
|
367
|
+
"View label is a formula?": "뷰 레이블이 수식인가요?",
|
|
368
|
+
"Open in popup modal?": "팝업 모달에서 열기?",
|
|
369
|
+
"Link text": "링크 텍스트",
|
|
370
|
+
"Link text is a formula?": "링크 텍스트는 수식인가요?",
|
|
371
|
+
"Link URL": "링크 URL",
|
|
372
|
+
"Link URL is a formula?": "링크 URL이 수식인가요?",
|
|
373
|
+
"Open in new tab": "새 탭에서 열기",
|
|
374
|
+
"Relation": "관계",
|
|
375
|
+
"Statistic": "통계",
|
|
376
|
+
"In search form": "검색 양식에서",
|
|
377
|
+
"Header label": "헤더 레이블",
|
|
378
|
+
"step": "단계",
|
|
379
|
+
"max": "최대",
|
|
380
|
+
"Base URL": "기본 URL",
|
|
381
|
+
"Allow signups": "회원 가입 허용",
|
|
382
|
+
"Login in menu": "메뉴에서 로그인",
|
|
383
|
+
"Allow password reset": "비밀번호 재설정 허용",
|
|
384
|
+
"SMTP host": "SMTP 호스트",
|
|
385
|
+
"SMTP username": "SMTP 사용자 이름",
|
|
386
|
+
"SMTP password": "SMTP 비밀번호",
|
|
387
|
+
"SMTP port": "SMTP 포트",
|
|
388
|
+
"SMTP secure": "SMTP 보안",
|
|
389
|
+
"Email from address": "보낸 사람 이메일 주소",
|
|
390
|
+
"Development mode": "개발 모드",
|
|
391
|
+
"Log SQL to stdout": "SQL을 stdout으로 로그 출력",
|
|
392
|
+
"Menu items": "메뉴 항목",
|
|
393
|
+
"Global search": "전역 검색",
|
|
394
|
+
"Available packs": "사용 가능한 팩",
|
|
395
|
+
"Available packs fetched": "사용 가능한 팩을 가져왔습니다.",
|
|
396
|
+
"Available plugins": "사용 가능한 플러그인",
|
|
397
|
+
"Available plugins fetched": "사용 가능한 플러그인 가져오기 완료",
|
|
398
|
+
"Public home page": "공용 홈 페이지",
|
|
399
|
+
"User home page": "사용자 홈 페이지",
|
|
400
|
+
"Staff home page": "직원 홈 페이지",
|
|
401
|
+
"Admin home page": "관리자 홈 페이지",
|
|
402
|
+
"Installed packs": "설치된 팩",
|
|
403
|
+
"A short string which is the name of your site": "사이트 이름으로 사용할 짧은 문자열",
|
|
404
|
+
"Select a publicly accessible image file": "공개적으로 액세스 가능한 이미지 파일을 선택하십시오.",
|
|
405
|
+
"The URL at which your site is available. For instance, https://example.com/": "사이트가 제공되는 URL입니다. 예: https://example.com/",
|
|
406
|
+
"Allow users to sign up for a new user account": "사용자가 새로운 사용자 계정을 등록할 수 있도록 허용합니다.",
|
|
407
|
+
"Show the login link in the menu": "메뉴에 로그인 링크 표시",
|
|
408
|
+
"Allow users to request a password reset email. Email must be configured.": "사용자가 비밀번호 재설정 이메일을 요청할 수 있도록 허용합니다. 이메일 설정이 구성되어 있어야 합니다.",
|
|
409
|
+
"The host address of your SMTP server. For instance, smtp.postmarkapp.com": "SMTP 서버의 호스트 주소입니다. 예: smtp.postmarkapp.com",
|
|
410
|
+
"Disable JS/CSS asset caching, show full error to user on crash, enable editing field type": "JS/CSS 에셋 캐싱 비활성화, 크래시 시 사용자에게 전체 오류 표시, 필드 타입 편집 기능 활성화",
|
|
411
|
+
"Print all SQL statements to the standard output": "모든 SQL 문을 표준 출력으로 출력합니다.",
|
|
412
|
+
"The email address from which emails are sent. For instance, hello@saltcorn.com": "이메일이 발송되는 이메일 주소입니다. 예: hello@saltcorn.com",
|
|
413
|
+
"Is the connection to the SMTP server over a secure transport protocol?": "SMTP 서버와의 연결이 보안 전송 프로토콜을 통해 이루어지나요?",
|
|
414
|
+
"About Saltcorn": "Saltcorn에 대하여",
|
|
415
|
+
"Apply": "적용",
|
|
416
|
+
"Anywhere": "어디서나",
|
|
417
|
+
"Search filter": "검색 필터",
|
|
418
|
+
"Are you sure you want to delete %s?": "정말로 %s을(를) 삭제하시겠습니까?",
|
|
419
|
+
"Are you sure?": "확실한가요?",
|
|
420
|
+
"Set random password": "무작위 비밀번호 설정",
|
|
421
|
+
"Changed password for user %s to %s": "사용자 %s의 비밀번호를 %s(으)로 변경했습니다.",
|
|
422
|
+
"Disable": "비활성화",
|
|
423
|
+
"Enabled user %s": "사용자 %s 활성화됨",
|
|
424
|
+
"Enable": "활성화",
|
|
425
|
+
"Disabled user %s": "비활성화된 사용자 %s",
|
|
426
|
+
"Disabled": "비활성화됨",
|
|
427
|
+
"Send password reset email": "비밀번호 재설정 이메일 보내기",
|
|
428
|
+
" with password %s": "비밀번호 %s와 함께",
|
|
429
|
+
"User confirmation?": "사용자 확인?",
|
|
430
|
+
"New user form": "새 사용자 폼",
|
|
431
|
+
"A view to show to new users": "신규 사용자에게 표시할 뷰",
|
|
432
|
+
"Account already exists": "계정이 이미 존재합니다",
|
|
433
|
+
"Search not configured": "검색이 구성되지 않았습니다.",
|
|
434
|
+
"Already in use": "이미 사용 중입니다",
|
|
435
|
+
"Functions you can use (in addition to standard JavaScript functions): ": "사용할 수 있는 함수들(표준 JavaScript 함수 외에):",
|
|
436
|
+
"Items per page": "페이지당 항목 수",
|
|
437
|
+
"Variable name": "변수 이름",
|
|
438
|
+
"Delete all rows": "모든 행 삭제",
|
|
439
|
+
"Recalculate stored fields": "저장된 필드 다시 계산",
|
|
440
|
+
"Started recalculating stored fields": "저장된 필드의 재계산을 시작했습니다.",
|
|
441
|
+
"Deleted all rows": "모든 행을 삭제했습니다.",
|
|
442
|
+
"Database": "데이터베이스",
|
|
443
|
+
"API token": "API 토큰",
|
|
444
|
+
"No API token issued": "API 토큰이 발급되지 않았습니다.",
|
|
445
|
+
"New API token generated": "새 API 토큰이 생성되었습니다",
|
|
446
|
+
"Actions": "액션",
|
|
447
|
+
"Actions available": "사용 가능한 액션",
|
|
448
|
+
"Triggers": "트리거",
|
|
449
|
+
"Add trigger": "트리거 추가",
|
|
450
|
+
"New trigger": "새 트리거",
|
|
451
|
+
"Configure trigger": "트리거 구성",
|
|
452
|
+
"Action label is a formula?": "액션 레이블이 수식인가요?",
|
|
453
|
+
"Action Style": "액션 스타일",
|
|
454
|
+
"Button size": "버튼 크기",
|
|
455
|
+
"A view with this name already exists": "이 이름을 가진 뷰가 이미 존재합니다",
|
|
456
|
+
"Constraints": "제약 조건",
|
|
457
|
+
"%s constraints": "%s 제약 조건",
|
|
458
|
+
"Add constraint": "제약 조건 추가",
|
|
459
|
+
"Add constraint to %s": "%s에 제약 조건 추가",
|
|
460
|
+
"Cannot delete users table": "사용자 테이블을 삭제할 수 없습니다.",
|
|
461
|
+
"Test run": "테스트 실행",
|
|
462
|
+
"Test run output": "테스트 실행 출력",
|
|
463
|
+
"Run %s": "%s 실행",
|
|
464
|
+
"back to actions": "액션으로 돌아가기",
|
|
465
|
+
"Action %s run successfully with no console output": "액션 %s 이(가) 콘솔 출력 없이 성공적으로 실행되었습니다.",
|
|
466
|
+
"Roles": "역할",
|
|
467
|
+
"Saved layout for role": "역할에 대해 저장된 레이아웃",
|
|
468
|
+
"Layout by role": "역할별 레이아웃",
|
|
469
|
+
"Users and roles": "사용자 및 역할",
|
|
470
|
+
"Match regular expression": "정규 표현식 일치",
|
|
471
|
+
"Error message when regular expression does not match": "정규식이 일치하지 않을 때의 오류 메시지",
|
|
472
|
+
"Invalid attributes": "잘못된 속성",
|
|
473
|
+
"Documentation": "문서",
|
|
474
|
+
"Plugin %s installed": "플러그인 %s이(가) 설치되었습니다.",
|
|
475
|
+
"Plugin %s removed.": "플러그인 %s이(가) 제거되었습니다.",
|
|
476
|
+
"Plugin %s installed, please complete configuration.": "플러그인 %s 이(가) 설치되었습니다. 구성을 완료해 주세요.",
|
|
477
|
+
"Configure %s Plugin": "%s 플러그인 구성",
|
|
478
|
+
"Cannot remove plugin: views %s depend on it": "플러그인을 제거할 수 없습니다: 뷰 %s가 이 플러그인에 의존합니다",
|
|
479
|
+
"New Plugin": "새 플러그인",
|
|
480
|
+
"Add plugin": "플러그인 추가",
|
|
481
|
+
"Store refreshed": "스토어가 새로 고쳐졌습니다.",
|
|
482
|
+
"Plugins up-to-date": "플러그인이 최신 상태입니다.",
|
|
483
|
+
"Source": "소스",
|
|
484
|
+
"Inbound keys: ": "인바운드 키:",
|
|
485
|
+
"Icon": "아이콘",
|
|
486
|
+
"Create database view": "데이터베이스 뷰 생성",
|
|
487
|
+
"Create an SQL view in the database with the fields in this list": "이 목록에 있는 필드들로 데이터베이스에 SQL 뷰를 생성합니다.",
|
|
488
|
+
"Upgrade": "업그레이드",
|
|
489
|
+
"Show only matches in table:": "테이블에서 일치하는 항목만 표시:",
|
|
490
|
+
"Showing matches in table %s.": "테이블 %s에서 일치하는 항목을 표시하는 중입니다.",
|
|
491
|
+
"Edit trigger": "트리거 편집",
|
|
492
|
+
"Show on page": "페이지에 표시",
|
|
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.": "이 뷰를 직접 렌더링하려는 요청은(있는 경우) 대신 선택된 페이지를 표시합니다. 선택된 페이지는 이 뷰를 포함(임베드)해야 합니다. 이를 사용하여 뷰를 추가 요소로 장식하십시오.",
|
|
494
|
+
"Hide pagination": "페이지 매김 숨기기",
|
|
495
|
+
"True": "참",
|
|
496
|
+
"False": "거짓",
|
|
497
|
+
"Clear all": "모두 지우기",
|
|
498
|
+
"This will delete <strong>EVERYTHING</strong> in the selected categories": "이 작업은 선택한 범주에 있는 <strong>모든 것</strong>을 삭제합니다.",
|
|
499
|
+
"Deleted all %s": "%s 모두 삭제됨",
|
|
500
|
+
"Restart server": "서버 재시작",
|
|
501
|
+
"Edit Plugin": "플러그인 편집",
|
|
502
|
+
"Unknown authentication method %ss": "알 수 없는 인증 방식 %ss",
|
|
503
|
+
"Restart required for changes to take effect. Restart server from the <a href=\"/admin\">Admin page</a>.": "변경 사항을 적용하려면 재시작이 필요합니다. <a href=\"/admin\">관리자 페이지</a>에서 서버를 재시작하십시오.",
|
|
504
|
+
"Email with password reset link sent": "비밀번호 재설정 링크가 포함된 이메일이 전송되었습니다.",
|
|
505
|
+
"Link Style": "링크 스타일",
|
|
506
|
+
"Link size": "링크 크기",
|
|
507
|
+
"Set page title": "페이지 제목 설정",
|
|
508
|
+
"Skip this section if you do not want to set the page title": "페이지 제목을 설정하지 않으려면 이 섹션을 건너뛰십시오.",
|
|
509
|
+
"Page title is a formula?": "페이지 제목이 수식인가요?",
|
|
510
|
+
"Enable LetsEncrypt HTTPS": "LetsEncrypt HTTPS 활성화",
|
|
511
|
+
"Set Base URL configuration first": "먼저 기본 URL 구성을 설정하십시오.",
|
|
512
|
+
"LetsEncrypt enabled": "LetsEncrypt 활성화됨",
|
|
513
|
+
"LetsEncrypt SSL enabled. Restart for changes to take effect.": "LetsEncrypt SSL이 활성화되었습니다. 변경 사항을 적용하려면 재시작해야 합니다.",
|
|
514
|
+
"File not found": "파일을 찾을 수 없습니다",
|
|
515
|
+
"Table %s not found": "테이블 %s을(를) 찾을 수 없습니다.",
|
|
516
|
+
"Page %s added to menu. Adjust access permissions in Settings » Menu": "페이지 %s이(가) 메뉴에 추가되었습니다. 접근 권한은 설정 » 메뉴에서 조정하십시오.",
|
|
517
|
+
"Page %s duplicated as %s": "페이지 %s이(가) %s(으)로 복제되었습니다.",
|
|
518
|
+
"Custom SSL certificate": "커스텀 SSL 인증서",
|
|
519
|
+
"Custom SSL private key": "사용자 지정 SSL 개인 키",
|
|
520
|
+
"Login view": "로그인 뷰",
|
|
521
|
+
"Signup view": "회원가입 뷰",
|
|
522
|
+
"A view with the login form": "로그인 폼이 포함된 뷰",
|
|
523
|
+
"A view with the signup form": "회원가입 양식이 포함된 뷰",
|
|
524
|
+
"Signups not enabled": "회원 가입이 활성화되어 있지 않습니다.",
|
|
525
|
+
"Ownership field": "소유권 필드",
|
|
526
|
+
"The user referred to in this field will be the owner of the row": "이 필드에 지정된 사용자는 해당 행의 소유자가 됩니다.",
|
|
527
|
+
"None": "없음",
|
|
528
|
+
"Information about plugin": "플러그인에 대한 정보",
|
|
529
|
+
"%s plugin information": "%s 플러그인 정보",
|
|
530
|
+
"Package version": "패키지 버전",
|
|
531
|
+
"Package name": "패키지 이름",
|
|
532
|
+
"Plugin dependencies": "플러그인 종속성",
|
|
533
|
+
"This plugin supplies a theme.": "이 플러그인은 테마를 제공합니다.",
|
|
534
|
+
"Types": "유형",
|
|
535
|
+
"This plugin supplies these types: ": "이 플러그인은 다음과 같은 타입을 제공합니다:",
|
|
536
|
+
"Functions": "함수",
|
|
537
|
+
"Returns: ": "반환값:",
|
|
538
|
+
"View templates": "뷰 템플릿",
|
|
539
|
+
"Repository": "저장소",
|
|
540
|
+
"Latest": "최신",
|
|
541
|
+
"Latest version": "최신 버전",
|
|
542
|
+
"Latest npm version cache": "최신 npm 버전 캐시",
|
|
543
|
+
"Plugin up-to-date": "플러그인이 최신 상태입니다.",
|
|
544
|
+
"Upgrade here": "여기에서 업그레이드하세요",
|
|
545
|
+
"An upgrade to Saltcorn is available! Current version: %s; latest version: %s.": "Saltcorn의 업그레이드가 가능합니다! 현재 버전: %s; 최신 버전: %s.",
|
|
546
|
+
"Passwords do not match": "비밀번호가 일치하지 않습니다.",
|
|
547
|
+
"Not a valid e-mail address": "유효한 이메일 주소가 아닙니다.",
|
|
548
|
+
"Custom CSS": "사용자 정의 CSS",
|
|
549
|
+
"Custom HTML": "사용자 정의 HTML",
|
|
550
|
+
"Site structure": "사이트 구조",
|
|
551
|
+
"SSL": "SSL",
|
|
552
|
+
"Users and security": "사용자 및 보안",
|
|
553
|
+
"User settings updated": "사용자 설정이 업데이트되었습니다.",
|
|
554
|
+
"SSL encryption for HTTPS traffic": "HTTPS 트래픽을 위한 SSL 암호화",
|
|
555
|
+
"HTTPS encryption with Let's Encrypt SSL certificate": "Let's Encrypt SSL 인증서를 사용한 HTTPS 암호화",
|
|
556
|
+
"Saltcorn can automatically obtain an SSL certificate from <a href=\"https://letsencrypt.org/\">Let's Encrypt</a> for single domains": "Saltcorn은 단일 도메인에 대해 <a href=\"https://letsencrypt.org/\">Let's Encrypt</a>로부터 SSL 인증서를 자동으로 발급받을 수 있습니다.",
|
|
557
|
+
"Currently: ": "현재:",
|
|
558
|
+
"HTTPS encryption with custom SSL certificate": "사용자 정의 SSL 인증서를 이용한 HTTPS 암호화",
|
|
559
|
+
"Or use custom SSL certificates, including wildcard certificates for multitenant applications": "또는 멀티테넌트 애플리케이션을 위해 와일드카드 인증서를 포함한 사용자 정의 SSL 인증서를 사용하십시오.",
|
|
560
|
+
"Authentication settings": "인증 설정",
|
|
561
|
+
"Custom SSL certificates": "사용자 지정 SSL 인증서",
|
|
562
|
+
"Custom SSL enabled. Restart for changes to take effect.": "커스텀 SSL이 활성화되었습니다. 변경 사항을 적용하려면 재시작하십시오.",
|
|
563
|
+
"Enabled": "사용함",
|
|
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.": "Let's Encrypt 인증서와 사용자 지정 SSL 인증서를 모두 활성화했습니다. Let's Encrypt가 우선 적용되며, 사용자 지정 인증서는 무시됩니다.",
|
|
565
|
+
"Events": "이벤트",
|
|
566
|
+
"About application": "애플리케이션 정보",
|
|
567
|
+
"System": "시스템",
|
|
568
|
+
"Site identity settings updated": "사이트 아이덴티티 설정이 업데이트되었습니다.",
|
|
569
|
+
"Email settings": "이메일 설정",
|
|
570
|
+
"Site identity settings": "사이트 아이덴티티 설정",
|
|
571
|
+
"Email settings updated": "이메일 설정이 업데이트되었습니다.",
|
|
572
|
+
"System operations": "시스템 운영",
|
|
573
|
+
"About the system": "시스템 정보",
|
|
574
|
+
"Restart here": "여기서 다시 시작합니다.",
|
|
575
|
+
"Download a backup": "백업 다운로드",
|
|
576
|
+
"Restore a backup": "백업 복원",
|
|
577
|
+
"Add new role": "새 역할 추가",
|
|
578
|
+
"Role updated": "역할이 업데이트되었습니다",
|
|
579
|
+
"First delete users with this role": "먼저 이 역할을 가진 사용자들을 삭제하십시오.",
|
|
580
|
+
"Role %s deleted": "역할 %s이(가) 삭제되었습니다.",
|
|
581
|
+
"This is the rank of the user role, lower role IDs will be able to access more resources.": "이는 사용자 역할의 순위를 나타내며, 더 낮은 역할 ID를 가진 역할일수록 더 많은 리소스에 접근할 수 있습니다.",
|
|
582
|
+
"Role name": "역할 이름",
|
|
583
|
+
"Cannot delete this role": "이 역할을 삭제할 수 없습니다.",
|
|
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은 <a href=\"https://www.gnu.org/philosophy/free-sw.en.html\">자유</a>이자 <a href=\"https://opensource.org/\">오픈 소스</a> 소프트웨어이며, <a href=\"https://github.com/saltcorn/saltcorn/\">배포</a>는 <a href=\"https://github.com/saltcorn/saltcorn/blob/master/LICENSE\">MIT 라이선스</a> 하에 이루어집니다.",
|
|
585
|
+
"Create a page": "페이지 생성",
|
|
586
|
+
"Test": "테스트",
|
|
587
|
+
"E-mail and password required": "이메일과 비밀번호가 필요합니다.",
|
|
588
|
+
"Masonry columns": "메이슨리 열",
|
|
589
|
+
"Where": "어디",
|
|
590
|
+
"Access Read/Write": "읽기/쓰기 액세스",
|
|
591
|
+
"History": "히스토리",
|
|
592
|
+
"Owned": "소유됨",
|
|
593
|
+
"Primary key": "기본 키",
|
|
594
|
+
"Users already present": "이미 존재하는 사용자",
|
|
595
|
+
"Discover tables": "테이블 탐색",
|
|
596
|
+
"The following tables in your database can be imported into Saltcorn:": "데이터베이스의 다음 테이블들을 Saltcorn으로 가져올 수 있습니다:",
|
|
597
|
+
"Discovered tables: %s": "발견된 테이블: %s",
|
|
598
|
+
"There are no tables in the database that can be imported into Saltcorn.": "데이터베이스에 Saltcorn으로 가져올 수 있는 테이블이 없습니다.",
|
|
599
|
+
"Import": "가져오기",
|
|
600
|
+
"Discover": "발견",
|
|
601
|
+
"Discover tables in database": "데이터베이스에서 테이블 검색",
|
|
602
|
+
"Single item view": "단일 항목 뷰",
|
|
603
|
+
"The underlying individual view of each table row": "각 테이블 행의 기본 개별 뷰",
|
|
604
|
+
"Minimum role to read": "읽기 최소 역할",
|
|
605
|
+
"Minimum role to write": "쓰기 위한 최소 역할",
|
|
606
|
+
"Create page": "페이지 생성",
|
|
607
|
+
"Multi-tenancy not enabled": "멀티 테넌시가 활성화되지 않음",
|
|
608
|
+
"Identity": "아이덴티티",
|
|
609
|
+
"Email sent to %s with no errors": "오류 없이 %s(으)로 이메일이 전송되었습니다.",
|
|
610
|
+
"External": "외부",
|
|
611
|
+
"Force TLS": "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": "서버에 연결할 때 항상 TLS를 사용하시겠습니까? \n이 옵션을 선택하지 않으면, 서버가 STARTTLS 확장을 지원하는 경우에만 TLS가 사용됩니다. \n대부분의 경우 포트 465에 연결할 때는 이 옵션을 선택하십시오. \n포트 587 또는 25를 사용할 경우에는 선택하지 않은 상태로 두십시오.",
|
|
613
|
+
"Relationship diagram": "관계 다이어그램",
|
|
614
|
+
"Verified": "검증됨",
|
|
615
|
+
"Send verification email": "인증 이메일 보내기",
|
|
616
|
+
"Email verification link sent to %s": "%s(으)로 이메일 인증 링크가 전송되었습니다",
|
|
617
|
+
"Verification view": "검증 뷰",
|
|
618
|
+
"A view with the view to be emailed to users for email address verification": "이메일 주소 검증을 위해 사용자에게 전송될 뷰를 포함하는 뷰",
|
|
619
|
+
"Email verified": "이메일이 인증되었습니다",
|
|
620
|
+
"An email has been sent to %s to verify your address": "주소를 확인하기 위해 %s(으)로 이메일이 전송되었습니다.",
|
|
621
|
+
"Elevate verified to role": "검증된 사용자를 역할로 승격",
|
|
622
|
+
"Elevate users to a higher role when their email addresses have been verified": "이메일 주소가 검증되면 사용자를 더 높은 역할로 승격합니다.",
|
|
623
|
+
"Email mask": "이메일 마스크",
|
|
624
|
+
"Emails used for signup must end with this string": "회원가입에 사용되는 이메일은 이 문자열로 끝나야 합니다.",
|
|
625
|
+
"Signups with this email address are not accepted": "이 이메일 주소로는 가입이 허용되지 않습니다.",
|
|
626
|
+
"Default order by": "기본 정렬 기준",
|
|
627
|
+
"Default descending?": "기본값을 내림차순으로 할까요?",
|
|
628
|
+
"Omit header": "헤더 생략",
|
|
629
|
+
"Do not display the header": "헤더를 표시하지 마십시오.",
|
|
630
|
+
"The maximum number of characters in the string": "문자열의 최대 문자 수",
|
|
631
|
+
"The minimum number of characters in the string": "문자열의 최소 문자 수",
|
|
632
|
+
"Style": "스타일",
|
|
633
|
+
"Not all themes support menu buttons": "모든 테마가 메뉴 버튼을 지원하는 것은 아닙니다.",
|
|
634
|
+
"Select a publicly accessible image file for the menu logo": "메뉴 로고로 사용할 공개적으로 접근 가능한 이미지 파일을 선택하십시오.",
|
|
635
|
+
"Favicon": "파비콘",
|
|
636
|
+
"Select a publicly accessible image file for the browser tab icon": "브라우저 탭 아이콘으로 사용할 공개적으로 접근 가능한 이미지 파일을 선택하십시오.",
|
|
637
|
+
"Site identity settings, backup, email settings, system control and information": "사이트 식별 설정, 백업, 이메일 설정, 시스템 제어 및 정보",
|
|
638
|
+
"Plugin and pack installation and control": "플러그인 및 팩 설치 및 제어",
|
|
639
|
+
"User administration, edit roles, user and security settings, SSL certificates for https encryption": "사용자 관리, 역할 편집, 사용자 및 보안 설정, HTTPS 암호화를 위한 SSL 인증서",
|
|
640
|
+
"Menu, search and tenants": "메뉴, 검색 및 테넌트",
|
|
641
|
+
"Actions, triggers and crash log": "액션, 트리거 및 크래시 로그",
|
|
642
|
+
"Multitenancy enabled": "멀티테넌시 활성화됨",
|
|
643
|
+
"Restart required for changes to take effect.": "변경 사항을 적용하려면 다시 시작해야 합니다.",
|
|
644
|
+
"Tenant settings": "테넌트 설정",
|
|
645
|
+
"Role to create tenants": "테넌트를 생성할 수 있는 역할",
|
|
646
|
+
"Minimum user role required to create a new tenant": "새 테넌트를 생성하기 위해 필요한 최소 사용자 역할",
|
|
647
|
+
"Tenant settings updated": "테넌트 설정이 업데이트되었습니다.",
|
|
648
|
+
"Not allowed": "허용되지 않음",
|
|
649
|
+
"You are trying to create a tenant while connecting via an IP address rather than a domain. This will probably not work.": "도메인이 아닌 IP 주소를 통해 접속한 상태에서 테넌트를 생성하려고 하고 있습니다. 이는 정상적으로 동작하지 않을 가능성이 매우 높습니다.",
|
|
650
|
+
"Create tenant warning": "테넌트 생성 경고",
|
|
651
|
+
"Show a warning to users creating a tenant disclaiming warranty of availability or security": "테넌트를 생성하는 사용자에게 가용성 또는 보안에 대한 보증이 없음을 고지하는 경고를 표시합니다.",
|
|
652
|
+
"A list view shown on the left, to select rows": "좌측에 표시되어 행을 선택할 수 있는 목록 뷰",
|
|
653
|
+
"The view to show the selected row": "선택된 행을 표시하는 뷰",
|
|
654
|
+
"Location": "위치",
|
|
655
|
+
"Location of link to create new row": "새 행 생성 링크의 위치",
|
|
656
|
+
"Options": "옵션",
|
|
657
|
+
"List options": "옵션 나열",
|
|
658
|
+
"Rows per page": "페이지당 행 수",
|
|
659
|
+
"Invalid administrative action": "잘못된 관리자 작업",
|
|
660
|
+
"User settings form": "사용자 설정 폼",
|
|
661
|
+
"A view for users to change their custom user fields": "사용자가 자신의 커스텀 사용자 필드를 변경할 수 있는 뷰",
|
|
662
|
+
"Error: ": "오류:",
|
|
663
|
+
"User settings changed": "사용자 설정이 변경되었습니다.",
|
|
664
|
+
"Rename table": "테이블 이름 변경",
|
|
665
|
+
"Rename table %s": "테이블 %s 이름 변경",
|
|
666
|
+
"Base URL domain %s does not match hostname %s": "기본 URL 도메인 %s 이(가) 호스트 이름 %s 와(과) 일치하지 않습니다.",
|
|
667
|
+
"Custom HTTP headers": "커스텀 HTTP 헤더",
|
|
668
|
+
"Format for each line: Header-Name: value": "각 줄의 형식: Header-Name: 값",
|
|
669
|
+
"Role to upload files": "파일 업로드 역할",
|
|
670
|
+
"User should have this role or higher to upload files with API (uploads through forms are not affected)": "사용자가 API를 통해 파일을 업로드하려면 이 역할 이상을 보유해야 합니다 (폼을 통한 업로드에는 적용되지 않습니다).",
|
|
671
|
+
"Always show create view": "항상 뷰 생성 표시",
|
|
672
|
+
"If off, only show create view if the query state is about the current user": "꺼져 있는 경우, 쿼리 상태가 현재 사용자에 대한 것일 때만 뷰 생성 표시",
|
|
673
|
+
"Process uptime": "프로세스 가동 시간",
|
|
674
|
+
"A configuration error occurred": "구성 오류가 발생했습니다.",
|
|
675
|
+
"HTTP timeout (s)": "HTTP 타임아웃(초)",
|
|
676
|
+
"Increase if you expect large uploads": "대용량 업로드가 예상되는 경우 값을 증가시키십시오.",
|
|
677
|
+
"Cookie sessions": "쿠키 세션",
|
|
678
|
+
"Store sessions entirely in client cookies for higher performance": "더 높은 성능을 위해 세션을 전적으로 클라이언트 쿠키에 저장합니다.",
|
|
679
|
+
"git commit": "git 커밋",
|
|
680
|
+
"Send test email": "테스트 이메일 보내기",
|
|
681
|
+
"Edit custom SSL certificates": "사용자 정의 SSL 인증서 편집",
|
|
682
|
+
"User must have this role or higher to read rows from the table": "사용자가 테이블의 행을 읽으려면 이 역할 이상을 보유해야 합니다.",
|
|
683
|
+
"User must have this role or higher to edit or create new rows in the table": "사용자가 이 테이블에서 행을 편집하거나 새 행을 생성하려면 이 역할 이상을 보유해야 합니다.",
|
|
684
|
+
"Name of the field": "필드 이름",
|
|
685
|
+
"The type determines the kind of data that can be stored in the field": "유형은 해당 필드에 저장될 수 있는 데이터의 종류를 결정합니다.",
|
|
686
|
+
"Calculated from other fields with a formula": "수식으로 다른 필드에서 계산됨",
|
|
687
|
+
"There must be a value in every row": "모든 행에는 반드시 값이 있어야 합니다.",
|
|
688
|
+
"Different rows must have different values for this field": "서로 다른 행은 이 필드에 서로 다른 값을 가져야 합니다.",
|
|
689
|
+
"Add more fields to enable edit": "편집을 가능하게 하도록 필드를 더 추가하십시오.",
|
|
690
|
+
"Multitenancy": "멀티테넌시",
|
|
691
|
+
"Subdomain": "서브도메인",
|
|
692
|
+
"Information": "정보",
|
|
693
|
+
"Found %s tenants": "%s개의 테넌트를 찾았습니다",
|
|
694
|
+
"Create new tenant": "새 테넌트 생성",
|
|
695
|
+
"%s tenant statistics": "%s 테넌트 통계",
|
|
696
|
+
"Table columns": "테이블 컬럼",
|
|
697
|
+
"Configuration items": "구성 항목",
|
|
698
|
+
"Crashlogs": "크래시 로그",
|
|
699
|
+
"Multitenancy settings": "멀티테넌시 설정",
|
|
700
|
+
"See <a href=\"https://github.com/saltcorn/saltcorn\">GitHub repository</a> for instructions<p>": "지침은 <a href=\"https://github.com/saltcorn/saltcorn\">GitHub 저장소</a>를 참조하십시오<p>",
|
|
701
|
+
"API token for this user: ": "이 사용자에 대한 API 토큰:",
|
|
702
|
+
"Reset": "재설정",
|
|
703
|
+
"Generate": "생성",
|
|
704
|
+
"URL after delete": "삭제 후 URL",
|
|
705
|
+
"Track table data changes over time": "시간 경과에 따른 테이블 데이터 변경 사항 추적",
|
|
706
|
+
"Description allows you to give more information about the table": "Description은 테이블에 대한 추가 정보를 제공할 수 있도록 해줍니다.",
|
|
707
|
+
"Description allows you to give more information about the view.": "설명은 뷰에 대해 더 많은 정보를 제공할 수 있도록 해 줍니다.",
|
|
708
|
+
"Description allows to give more information about field": "설명은 필드에 대한 추가 정보를 제공할 수 있게 합니다.",
|
|
709
|
+
"Name of action": "액션 이름",
|
|
710
|
+
"Description allows you to give more information about the action": "설명란을 통해 해당 액션에 대해 더 많은 정보를 제공할 수 있습니다.",
|
|
711
|
+
"The action to be taken when the trigger fires": "트리거가 발생했을 때 수행될 작업",
|
|
712
|
+
"The table for which the trigger condition is checked.": "트리거 조건이 검사되는 대상 테이블.",
|
|
713
|
+
"Condition under which the trigger will fire": "트리거가 실행될 조건",
|
|
714
|
+
"Test trigger": "트리거 테스트",
|
|
715
|
+
"Edit trigger %s": "트리거 %s 편집",
|
|
716
|
+
"Preset %s": "프리셋 %s",
|
|
717
|
+
"The user password or application token to access SMTP server for sending emails": "이메일 발송을 위해 SMTP 서버에 접속할 때 사용하는 사용자 비밀번호 또는 애플리케이션 토큰",
|
|
718
|
+
"The port of your SMTP server": "SMTP 서버의 포트",
|
|
719
|
+
"The user name to access SMTP server for sending emails.": "이메일 발송을 위해 SMTP 서버에 접속할 때 사용하는 사용자 이름입니다.",
|
|
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.": "이메일 발송을 위한 SMTP 서버에 접근할 때 사용하는 사용자 비밀번호 또는 앱 비밀번호입니다. SMTP 제공자가 애플리케이션용 앱 비밀번호 생성을 허용하는 경우, 사용자 비밀번호 대신 앱 비밀번호를 사용할 것을 권장합니다.",
|
|
721
|
+
"Tick the boxes for the fields that should be jointly unique": "공동으로 고유해야 하는 필드들의 체크박스를 선택하십시오.",
|
|
722
|
+
"Private SSH key": "개인 SSH 키",
|
|
723
|
+
"Timezone": "시간대",
|
|
724
|
+
"Home Timezone": "기본 시간대",
|
|
725
|
+
"Use this link to revisit your application at any time.": "언제든지 이 링크를 사용하여 애플리케이션으로 다시 돌아올 수 있습니다.",
|
|
726
|
+
"To login to a previously created application, go to: ": "이전에 생성한 애플리케이션에 로그인하려면 다음으로 이동하십시오:",
|
|
727
|
+
"Event types": "이벤트 유형",
|
|
728
|
+
"Channel": "채널",
|
|
729
|
+
"Leave blank for all channels": "모든 채널에 대해 비워 두십시오.",
|
|
730
|
+
"Table or Channel": "테이블 또는 채널",
|
|
731
|
+
"Events to log": "로그할 이벤트",
|
|
732
|
+
"Log settings": "로그 설정",
|
|
733
|
+
"Which events should be logged?": "어떤 이벤트를 로그로 기록해야 하나요?",
|
|
734
|
+
"Event log": "이벤트 로그",
|
|
735
|
+
"Custom Events": "커스텀 이벤트",
|
|
736
|
+
"Channels": "채널",
|
|
737
|
+
"Custom": "사용자 지정",
|
|
738
|
+
"Create custom event": "사용자 정의 이벤트 생성",
|
|
739
|
+
"Yes": "네",
|
|
740
|
+
"Alternative destinations if formula evaluates to true": "수식이 참으로 평가될 경우의 대체 대상",
|
|
741
|
+
"Default view when done": "완료 후 기본 보기",
|
|
742
|
+
"This is the view to which the user will be sent when the form is submitted, unless a formula below is 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": "사용자가 제출한 요일에 따라 다른 뷰로 사용자를 이동시킬 수 있습니다. 항상 동일한 목적지로 사용자를 보내고 싶다면 이 옵션을 무시하십시오.",
|
|
744
|
+
"Plugin name": "플러그인 이름",
|
|
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": "설치할 플러그인의 소스. 선택 가능한 옵션: \nnpm - npm 레지스트리에서 다운로드, \nlocal - 로컬 파일 시스템에서 가져오기, \ngithub - GitHub에서 다운로드, \ngit - 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.": "npm의 경우 - npm 패키지 이름(예: @saltcorn/html 또는 saltcorn-gantt)을 npmjs.com에서 확인하십시오. \nlocal의 경우 - 파일 시스템에서 플러그인 폴더의 절대 경로(예: C:\\gitsrc\\any-bootstrap-theme\\)를 입력하십시오. \ngithub의 경우 - GitHub 프로젝트 이름을 입력하십시오.",
|
|
747
|
+
"Version of plugin, latest is default value": "플러그인 버전, 최신 버전이 기본값입니다.",
|
|
748
|
+
"Account verification": "계정 인증",
|
|
749
|
+
"User verification failed": "사용자 검증에 실패했습니다.",
|
|
750
|
+
"User verified": "사용자 검증 완료",
|
|
751
|
+
"Error editing user: %s": "사용자 편집 중 오류: %s",
|
|
752
|
+
"User must have this role or higher to make API call for action (trigger)": "사용자가 액션(트리거)에 대한 API 호출을 수행하려면 이 역할 이상을 보유해야 합니다.",
|
|
753
|
+
"Restart complete": "재시작이 완료되었습니다.",
|
|
754
|
+
"Languages": "언어",
|
|
755
|
+
"Add language": "언어 추가",
|
|
756
|
+
"Language": "언어",
|
|
757
|
+
"Locale": "로케일",
|
|
758
|
+
"Menu, search, languages and tenants": "메뉴, 검색, 언어 및 테넌트",
|
|
759
|
+
"This is a translation of a different field in a different language": "이것은 다른 언어로 된 다른 필드의 번역입니다.",
|
|
760
|
+
"Language locale of translation": "번역의 언어 로케일",
|
|
761
|
+
"Action not configurable": "구성할 수 없는 액션",
|
|
762
|
+
"Event type which runs the trigger": "트리거를 실행하는 이벤트 유형",
|
|
763
|
+
"Message string field": "메시지 문자열 필드",
|
|
764
|
+
"The field for the message content on the table for messages": "메시지용 테이블에서 메시지 내용을 위한 필드",
|
|
765
|
+
"Participant field": "참가자 필드",
|
|
766
|
+
"The field for the sender user id on the table for messages": "메시지용 테이블에서 발신자 사용자 ID를 위한 필드",
|
|
767
|
+
"The field for the participant user id": "참가자 사용자 ID 필드",
|
|
768
|
+
"Message sender field": "메시지 발신자 필드",
|
|
769
|
+
"Message view or string field": "메시지 뷰 또는 문자열 필드",
|
|
770
|
+
"A view to show individual messages, or the field for the message content on the table for messages": "개별 메시지를 표시하는 뷰이거나, 메시지용 테이블에서 메시지 내용을 위한 필드",
|
|
771
|
+
"Message relation": "메시지 관계",
|
|
772
|
+
"The relationship to the table of individual messages": "개별 메시지 테이블과의 관계",
|
|
773
|
+
"Message show view": "메시지 표시 뷰",
|
|
774
|
+
"The view to show an individual message": "개별 메시지를 표시하는 뷰",
|
|
775
|
+
"New message form view": "새 메시지 폼 뷰",
|
|
776
|
+
"The view to enter a new message": "새 메시지를 입력하는 뷰",
|
|
777
|
+
"Participant max read id field": "참가자 최대 읽기 ID 필드",
|
|
778
|
+
"The field for the participant's last read message, of type Key to message table": "메시지 테이블에 대한 키 타입의 참가자의 마지막 읽은 메시지 필드",
|
|
779
|
+
"Show older messages": "이전 메시지 표시",
|
|
780
|
+
"New table name": "새 테이블 이름",
|
|
781
|
+
"Password Repeat": "비밀번호 확인",
|
|
782
|
+
"Remember me": "내 정보 기억하기",
|
|
783
|
+
"Column width": "열 너비",
|
|
784
|
+
"Column width units": "열 너비 단위",
|
|
785
|
+
"Ownership formula": "소유권 수식",
|
|
786
|
+
"User is treated as owner if true. In scope: ": "true인 경우 User를 소유자로 간주합니다. 범위:",
|
|
787
|
+
"Not all themes support all locations": "모든 테마가 모든 위치를 지원하는 것은 아닙니다.",
|
|
788
|
+
"Default language": "기본 언어",
|
|
789
|
+
"Library": "라이브러리",
|
|
790
|
+
"Library item %s deleted": "라이브러리 항목 %s이(가) 삭제되었습니다.",
|
|
791
|
+
"Library: component assemblies that can be used in the builder": "라이브러리: 빌더에서 사용할 수 있는 컴포넌트 어셈블리 모음",
|
|
792
|
+
"Edit properties": "속성 편집",
|
|
793
|
+
"Images and other files for download": "다운로드용 이미지 및 기타 파일",
|
|
794
|
+
"Disable LetsEncrypt HTTPS": "Let’sEncrypt HTTPS 비활성화",
|
|
795
|
+
"Type %s not found": "%s 타입을 찾을 수 없습니다.",
|
|
796
|
+
"No pages": "페이지 없음",
|
|
797
|
+
"No views": "뷰 없음",
|
|
798
|
+
"CSV upload": "CSV 업로드",
|
|
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.": "페이지는 드래그 앤 드롭 빌더로 구축한 애플리케이션의 웹 페이지입니다. 이들은 정적 콘텐츠를 가지며, 뷰를 임베딩함으로써 동적 콘텐츠를 포함할 수 있습니다.",
|
|
800
|
+
"Views display data from tables. A view is a view template applied to a table, with configuration.": "뷰는 테이블의 데이터를 표시합니다. 뷰는 설정과 함께 테이블에 적용되는 뷰 템플릿입니다.",
|
|
801
|
+
"Tables organise data by fields and rows.": "테이블은 필드와 행을 기준으로 데이터를 구성합니다.",
|
|
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.": "페이지는 드래그 앤 드롭 빌더로 구축한 애플리케이션의 웹 페이지입니다. 이들은 정적 콘텐츠를 가지며, 뷰를 임베딩함으로써 동적 콘텐츠를 포함할 수 있습니다.",
|
|
803
|
+
"Triggers run actions in response to events.": "트리거는 이벤트에 대한 응답으로 액션을 실행합니다.",
|
|
804
|
+
"No files": "파일 없음",
|
|
805
|
+
"Cookie duration (hours)": "쿠키 지속 시간(시간)",
|
|
806
|
+
"Set to 0 for expiration at the end of browser session": "브라우저 세션 종료 시 만료되도록 하려면 0으로 설정하십시오.",
|
|
807
|
+
"Cookie duration (hours) when remember ticked": "기억하기 옵션 선택 시 쿠키 유지 기간(시간)",
|
|
808
|
+
"Forget table": "테이블 잊기",
|
|
809
|
+
"Table %s forgotten. You can now discover it.": "테이블 %s 이(가) 잊혀졌습니다. 이제 다시 발견할 수 있습니다.",
|
|
810
|
+
"No triggers": "트리거 없음",
|
|
811
|
+
"List width": "목록 너비",
|
|
812
|
+
"Number of columns (1-12) allocated to the list view": "목록 뷰에 할당된 열 수(1–12)",
|
|
813
|
+
"New tenant template": "새 테넌트 템플릿",
|
|
814
|
+
"Copy site structure for new tenants from this tenant": "이 테넌트의 사이트 구조를 새 테넌트로 복사합니다.",
|
|
815
|
+
"Use this link: <a href=\"%s\">%s</a> to revisit your application at any time.": "이 링크를 사용하여 언제든지 애플리케이션에 다시 접속할 수 있습니다: <a href=\"%s\">%s</a>",
|
|
816
|
+
"Use Amazon S3": "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!": "Amazon S3(또는 호환 가능한) 서비스를 사용하여 파일을 저장합니다. 비활성화된 경우 Saltcorn은 로컬 디스크를 사용합니다. 경고: 이 설정을 변경하면 업로드된 파일이 손상되거나 더 이상 접근할 수 없게 될 수 있습니다!",
|
|
818
|
+
"Amazon S3 Bucket": "Amazon S3 버킷",
|
|
819
|
+
"Name you selected for your S3 bucket in AWS.": "AWS에서 S3 버킷에 대해 선택한 이름.",
|
|
820
|
+
"Amazon S3 Path Prefix": "Amazon S3 경로 접두어",
|
|
821
|
+
"Prefix you selected for your S3 bucket in AWS.": "AWS에서 S3 버킷에 대해 선택한 접두사(Prefix)입니다.",
|
|
822
|
+
"Amazon S3 Endpoint": "Amazon S3 엔드포인트",
|
|
823
|
+
"Hostname of your S3 Compatible Storage provider. Defaults to 's3.amazonaws.com'.": "S3 호환 스토리지 제공자의 호스트명입니다. 기본값은 `s3.amazonaws.com`입니다.",
|
|
824
|
+
"Amazon S3 Region": "Amazon S3 리전",
|
|
825
|
+
"AWS region you selected when creating your S3 bucket. Default ti 'us-east-1'.": "S3 버킷을 생성할 때 선택한 AWS 리전입니다. 기본값은 `us-east-1`입니다.",
|
|
826
|
+
"Amazon S3 Access Key ID": "Amazon S3 액세스 키 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.": "IAM 역할을 사용하여 S3에 인증하지 않으려는 경우에만 필요합니다. Amazon EC2 관리자에게서 제공받은 액세스 키 ID를 입력하십시오.",
|
|
828
|
+
"Amazon S3 Secret Access Key": "Amazon S3 비밀 액세스 키",
|
|
829
|
+
"The secret access key associated with your Amazon S3 Access Key ID.": "Amazon S3 액세스 키 ID와 연결된 비밀 액세스 키입니다.",
|
|
830
|
+
"Use Amazon S3 Secure Connection.": "Amazon S3 보안 연결 사용",
|
|
831
|
+
"Connect to Amazon S3 (or compatible) securely.": "Amazon S3(또는 호환 스토리지)에 안전하게 연결하십시오.",
|
|
832
|
+
"Storage settings": "스토리지 설정",
|
|
833
|
+
"Storage": "스토리지",
|
|
834
|
+
"Storage settings updated": "스토리지 설정이 업데이트되었습니다.",
|
|
835
|
+
"Label formula": "레이블 수식",
|
|
836
|
+
"Include formula": "수식 포함",
|
|
837
|
+
"If specified, only include in menu rows that evaluate to true": "지정된 경우, true로 평가되는 행만 메뉴에 포함합니다.",
|
|
838
|
+
"URL formula": "URL 수식",
|
|
839
|
+
"Order field": "정렬 필드",
|
|
840
|
+
"Section field": "섹션 필드",
|
|
841
|
+
"Optional. String type with options, each of which will become a menu section": "선택 사항입니다. 문자열 타입으로, 각 옵션은 메뉴 섹션이 됩니다.",
|
|
842
|
+
"Role to generate API keys": "API 키를 생성하는 역할",
|
|
843
|
+
"User should have this role or higher to generate API keys in their user settings": "사용자가 자신의 사용자 설정에서 API 키를 생성하려면 이 역할 이상을 보유해야 합니다.",
|
|
844
|
+
"API token removed": "API 토큰이 제거되었습니다.",
|
|
845
|
+
"Row inclusion formula": "행 포함 수식",
|
|
846
|
+
"Only include rows where this formula is true": "이 수식이 참인 행만 포함합니다.",
|
|
847
|
+
"Slug": "슬러그",
|
|
848
|
+
"Field that can be used for a prettier URL structure": "더 보기 좋은 URL 구조에 사용할 수 있는 필드",
|
|
849
|
+
"Setup two-factor authentication": "2단계 인증 설정",
|
|
850
|
+
"Setup two-factor authentication with Time-based One-Time Password (TOTP)": "시간 기반 일회용 비밀번호(TOTP)를 사용하여 이중 인증(2FA) 설정",
|
|
851
|
+
"1. Scan this QR code in your Authenticator app": "1. 인증 앱에서 이 QR 코드를 스캔하세요.",
|
|
852
|
+
"2. Enter the six-digit code generated in your Authenticator app": "2. 인증 앱에서 생성된 6자리 코드를 입력하십시오.",
|
|
853
|
+
"Code": "코드",
|
|
854
|
+
"Two-factor authentication with Time-based One-Time Password enabled": "시간 기반 일회용 비밀번호(TOTP)가 활성화된 이중 요소 인증(2FA)",
|
|
855
|
+
"Two-factor authentication": "이중 인증",
|
|
856
|
+
"Two-factor authentication is enabled": "2단계 인증이 활성화되었습니다",
|
|
857
|
+
"Two-factor authentication with Time-based One-Time Password disabled": "시간 기반 일회용 비밀번호(TOTP)를 사용하는 이중 인증(2FA) 비활성화됨",
|
|
858
|
+
"Two-factor authentication is disabled": "2단계 인증이 비활성화되어 있습니다.",
|
|
859
|
+
"Auto save": "자동 저장",
|
|
860
|
+
"Save any changes immediately": "모든 변경 사항을 즉시 저장합니다.",
|
|
861
|
+
"Transpose": "전치",
|
|
862
|
+
"Display one column per line": "한 줄에 하나의 열만 표시합니다.",
|
|
863
|
+
"Vertical column width": "세로 열 너비",
|
|
864
|
+
"Vertical width units": "수직 너비 단위",
|
|
865
|
+
"Save before going back": "뒤로 가기 전에 저장하십시오",
|
|
866
|
+
"Reload after going back": "뒤로 가기 후 다시 로드",
|
|
867
|
+
"2FA policy": "2FA 정책",
|
|
868
|
+
"Steps to go back": "뒤로 돌아가는 단계",
|
|
869
|
+
"Place in dropdown": "드롭다운에 배치",
|
|
870
|
+
"Hide null columns": "널 값인 컬럼 숨기기",
|
|
871
|
+
"Do not display a column if it contains entirely missing values": "값이 전부 누락된 열은 표시하지 마십시오.",
|
|
872
|
+
"Could not verify code": "코드를 검증할 수 없습니다.",
|
|
873
|
+
"Disable two-factor authentication": "2단계 인증 비활성화",
|
|
874
|
+
"Enter your two-factor code in order to disable it": "비활성화하려면 이중 인증 코드를 입력하세요.",
|
|
875
|
+
"Allow the user to enter a new key that is not in the schema": "스키마에 존재하지 않는 새 키를 사용자가 입력할 수 있도록 허용합니다.",
|
|
876
|
+
"Check for updates": "업데이트 확인",
|
|
877
|
+
"Versions refreshed": "버전이 새로 고쳐졌습니다.",
|
|
878
|
+
"Configuration check": "구성 확인",
|
|
879
|
+
"Configuration errors": "구성 오류",
|
|
880
|
+
"Configuration checks passed": "구성 검사 통과됨",
|
|
881
|
+
"On delete cascade": "삭제 시 연쇄 처리",
|
|
882
|
+
"If the parent row is deleted, automatically delete the child rows.": "부모 행이 삭제되면 자식 행들을 자동으로 삭제합니다.",
|
|
883
|
+
"Extra state Formula": "추가 상태 수식",
|
|
884
|
+
"Cannot install unsafe plugins on subdomain tenants": "서브도메인 테넌트에는 안전하지 않은 플러그인을 설치할 수 없습니다.",
|
|
885
|
+
"Default order descending?": "기본 정렬을 내림차순으로 할까요?",
|
|
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.": "양식이 제출되었을 때 사용자가 이동하게 될 뷰입니다. 여기에서 지정한 뷰는 양식의 컨텍스트에 따라 무시될 수 있습니다. 예를 들어 팝업에 표시되는 경우에는 리다이렉트가 발생하지 않습니다.",
|
|
887
|
+
"Destination view": "대상 뷰",
|
|
888
|
+
"Finish": "완료",
|
|
889
|
+
"Include in full-text search": "전체 텍스트 검색에 포함",
|
|
890
|
+
"Strings": "문자열",
|
|
891
|
+
"In default language": "기본 언어로",
|
|
892
|
+
"In %s": "%s 안에",
|
|
893
|
+
"Enable 2FA": "2FA 활성화",
|
|
894
|
+
"Or enter this code:": "또는 이 코드를 입력하십시오:",
|
|
895
|
+
"Disable 2FA": "2FA 비활성화",
|
|
896
|
+
"Cascade delete to file": "파일에 대한 계단식 삭제",
|
|
897
|
+
"Deleting a row will also delete the file referenced by this field": "행을 삭제하면 이 필드에서 참조하는 파일도 함께 삭제됩니다.",
|
|
898
|
+
"Has channels?": "채널을 지원하나요?",
|
|
899
|
+
"Channels to create events for. Separate by comma; leave blank for all": "이벤트를 생성할 채널들입니다. 쉼표로 구분하세요. 비워 두면 전체 채널에 대해 적용됩니다.",
|
|
900
|
+
"Event Name": "이벤트 이름",
|
|
901
|
+
"Plugins (Extensions) Store endpoint": "플러그인(모듈) 스토어 엔드포인트",
|
|
902
|
+
"Packs Store endpoint": "팩 스토어 엔드포인트",
|
|
903
|
+
"The endpoint of plugins store.": "플러그인 스토어의 엔드포인트.",
|
|
904
|
+
"The endpoint of packs store.": "팩 스토어의 엔드포인트.",
|
|
905
|
+
"Manual backup": "수동 백업",
|
|
906
|
+
"Automated backup": "자동 백업",
|
|
907
|
+
"Frequency": "빈도",
|
|
908
|
+
"Destination": "대상",
|
|
909
|
+
"Directory": "디렉터리",
|
|
910
|
+
"Backup settings updated": "백업 설정이 업데이트되었습니다.",
|
|
911
|
+
"Backup successful": "백업이 성공적으로 완료되었습니다.",
|
|
912
|
+
"Invalid ownership formula: %s": "잘못된 소유권 수식입니다: %s",
|
|
913
|
+
"Expiration in days": "만료 기간(일)",
|
|
914
|
+
"Delete old backup files in this directory after the set number of days": "설정된 일 수가 지난 후 이 디렉터리의 오래된 백업 파일을 삭제합니다.",
|
|
915
|
+
"Mobile app": "모바일 앱",
|
|
916
|
+
"Build mobile app": "모바일 앱 빌드",
|
|
917
|
+
"Build Result": "빌드 결과",
|
|
918
|
+
"Download automated backup": "자동 백업 다운로드",
|
|
919
|
+
"Restoring automated backup": "자동 백업 복원",
|
|
920
|
+
"No errors detected during configuration check": "구성 검사 중 오류가 감지되지 않았습니다.",
|
|
921
|
+
"%s view - %s on %s": "%s 뷰 - %s (%s 상)",
|
|
922
|
+
"Please select at least one platform (android or iOS).": "하나 이상의 플랫폼(android 또는 iOS)을 선택해 주세요.",
|
|
923
|
+
"Back": "뒤로",
|
|
924
|
+
"Periodic snapshots enabled": "주기적 스냅샷 활성화됨",
|
|
925
|
+
"Snapshot will be made every hour if there are changes": "변경 사항이 있는 경우 매시간 스냅샷이 생성됩니다.",
|
|
926
|
+
"Snapshots": "스냅샷",
|
|
927
|
+
"Snapshot settings updated": "스냅샷 설정이 업데이트되었습니다.",
|
|
928
|
+
"Download snapshots": "스냅샷 다운로드",
|
|
929
|
+
"Snapshot successful": "스냅샷이 성공적으로 완료되었습니다.",
|
|
930
|
+
"System logging verbosity": "시스템 로깅 상세 수준",
|
|
931
|
+
"Destination URL Formula": "대상 URL 수식",
|
|
932
|
+
"Pattern": "패턴",
|
|
933
|
+
"View pattern": "뷰 패턴",
|
|
934
|
+
"The view pattern sets the foundation of how the view relates to the table and the behaviour of the view": "뷰 패턴은 뷰가 테이블과 어떻게 연관되는지, 그리고 뷰의 동작 방식이 어떻게 정의되는지에 대한 기반을 설정합니다.",
|
|
935
|
+
"Views display data from tables. A view is a view pattern applied to a table, with configuration.": "뷰는 테이블의 데이터를 표시합니다. 뷰는 설정과 함께 테이블에 적용되는 뷰 패턴입니다.",
|
|
936
|
+
"Modules": "모듈",
|
|
937
|
+
"Module installation and control": "모듈 설치 및 제어",
|
|
938
|
+
"Module store": "모듈 스토어",
|
|
939
|
+
"Module": "모듈",
|
|
940
|
+
"View patterns": "뷰 패턴",
|
|
941
|
+
"%s module information": "%s 모듈 정보",
|
|
942
|
+
"Upgrade installed modules": "설치된 모듈 업그레이드",
|
|
943
|
+
"Add another module": "모듈을 하나 더 추가하십시오.",
|
|
944
|
+
"Add module": "모듈 추가",
|
|
945
|
+
"Module name": "모듈 이름",
|
|
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": "설치용 모듈 소스. 몇 가지 옵션: \nnpm - npm 저장소에서 다운로드, \nlocal - 로컬 파일 시스템에서 가져오기, \ngithub - GitHub에서 다운로드, \ngit - Git에서 가져오기",
|
|
947
|
+
"Version of module, latest is default value": "모듈의 버전, 기본값은 최신 버전입니다.",
|
|
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.": "npm의 경우 - npm 패키지 이름(예: @saltcorn/html 또는 saltcorn-gantt)을 npmjs.com에서 확인하십시오. \nlocal의 경우 - 파일 시스템에서 모듈 폴더의 절대 경로(예: C:\\gitsrc\\any-bootstrap-theme\\)를 입력하십시오. \ngithub의 경우 - GitHub 프로젝트 이름을 입력하십시오.",
|
|
949
|
+
"Modules up-to-date": "모듈이 최신 상태입니다.",
|
|
950
|
+
"User must have this role or higher to read rows from the table, unless they are the owner": "사용자가 소유자가 아닌 경우, 테이블의 행을 읽으려면 이 역할 이상을 보유해야 합니다.",
|
|
951
|
+
"User must have this role or higher to edit or create new rows in the table, unless they are the owner": "소유자인 경우를 제외하고, 사용자는 테이블에서 행을 편집하거나 새 행을 생성하기 위해 이 역할 이상을 가져야 합니다.",
|
|
952
|
+
"Tagname": "태그명",
|
|
953
|
+
"Create tag": "태그 생성",
|
|
954
|
+
"Tags": "태그",
|
|
955
|
+
"New tag": "새 태그",
|
|
956
|
+
"Tag name": "태그 이름",
|
|
957
|
+
"%s Tag": "%s 태그",
|
|
958
|
+
"Remove From Tag": "태그에서 제거",
|
|
959
|
+
"Add tables": "테이블 추가",
|
|
960
|
+
"Add views": "뷰 추가",
|
|
961
|
+
"Add tags": "태그 추가",
|
|
962
|
+
"Trigger": "트리거",
|
|
963
|
+
"Add %s to tag": "태그에 %s 추가",
|
|
964
|
+
"Tag %s deleted": "태그 %s이(가) 삭제되었습니다",
|
|
965
|
+
"Tag %s created": "태그 %s이(가) 생성되었습니다.",
|
|
966
|
+
"Application diagram": "애플리케이션 다이어그램",
|
|
967
|
+
"Diagram": "다이어그램",
|
|
968
|
+
"Entry point": "엔트리 포인트",
|
|
969
|
+
"Platform": "플랫폼",
|
|
970
|
+
"docker": "도커",
|
|
971
|
+
"android": "안드로이드",
|
|
972
|
+
"iOS": "iOS",
|
|
973
|
+
"App file": "앱 파일",
|
|
974
|
+
"Server URL": "서버 URL",
|
|
975
|
+
"Module %s installed, please complete configuration.": "모듈 %s이(가) 설치되었습니다. 구성을 완료해 주십시오.",
|
|
976
|
+
"Module %s removed.": "모듈 %s이(가) 제거되었습니다.",
|
|
977
|
+
"Module %s installed": "모듈 %s이(가) 설치되었습니다",
|
|
978
|
+
"Upgrading modules...": "모듈 업그레이드 중...",
|
|
979
|
+
"Backup now": "지금 백업 실행",
|
|
980
|
+
"Snapshot now": "지금 스냅샷 생성",
|
|
981
|
+
"Restore/download automated backups »": "자동 백업 복원/다운로드 »",
|
|
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).": "스냅샷은 테이블 데이터 없이 애플리케이션의 구조와 정의를 저장합니다. 개별 뷰와 페이지는 <a href='/viewedit'>뷰</a> 또는 <a href='/pageedit'>페이지</a> 개요 화면에서 스냅샷으로부터 복원할 수 있으며, 각 페이지나 뷰의 드롭다운 메뉴에서 \"복원(Restore)\"을 선택하여 수행할 수 있습니다.",
|
|
983
|
+
"List/download snapshots »": "스냅샷 나열/다운로드 »",
|
|
984
|
+
"Discover tables that are already in the Database, but not known to Saltcorn": "데이터베이스에는 이미 존재하지만 Saltcorn에서 아직 인식하지 못한 테이블을 검색합니다.",
|
|
985
|
+
"Split paste": "분할 붙여넣기",
|
|
986
|
+
"Separate paste content into separate inputs": "붙여넣은 내용을 개별 입력으로 분리하십시오.",
|
|
987
|
+
"Add entries to tag": "태그에 항목 추가",
|
|
988
|
+
"Add pages": "페이지 추가",
|
|
989
|
+
"Add triggers": "트리거 추가",
|
|
990
|
+
"Formula value": "수식 값",
|
|
991
|
+
"The build was successfully": "빌드가 성공적으로 완료되었습니다.",
|
|
992
|
+
"Unable to build the app": "앱을 빌드할 수 없습니다.",
|
|
993
|
+
"Add tag": "태그 추가",
|
|
994
|
+
"Create new row": "새 행 생성",
|
|
995
|
+
"Specify how to create a new row": "새로운 행을 생성하는 방법을 지정하십시오.",
|
|
996
|
+
"Preview": "미리보기",
|
|
997
|
+
"Minimum role updated": "최소 역할이 업데이트되었습니다",
|
|
998
|
+
"Module not found": "모듈을 찾을 수 없습니다.",
|
|
999
|
+
"View %s not found": "뷰 %s을(를) 찾을 수 없습니다",
|
|
1000
|
+
"Query %s not found": "쿼리 %s을(를) 찾을 수 없습니다.",
|
|
1001
|
+
"Open": "열기",
|
|
1002
|
+
"Only the android build supports docker.": "안드로이드 빌드만 도커를 지원합니다.",
|
|
1003
|
+
"Please enter a valid server URL.": "유효한 서버 URL을 입력해 주세요.",
|
|
1004
|
+
"Table access": "테이블 액세스",
|
|
1005
|
+
"Download one of the backups above": "위의 백업 중 하나를 다운로드하십시오.",
|
|
1006
|
+
"Clear this application": "이 애플리케이션을 초기화하십시오.",
|
|
1007
|
+
"(tick all boxes)": "(모든 항목 선택)",
|
|
1008
|
+
"When prompted to create the first user, click the link to restore a backup": "첫 번째 사용자를 생성하라는 메시지가 표시되면, 백업을 복원하기 위한 링크를 클릭하십시오.",
|
|
1009
|
+
"Select the downloaded backup file": "다운로드한 백업 파일을 선택하십시오.",
|
|
1010
|
+
"Units": "단위",
|
|
1011
|
+
"Descending?": "내림차순?",
|
|
1012
|
+
"Small": "작은",
|
|
1013
|
+
"Medium": "미디엄",
|
|
1014
|
+
"Large": "대형",
|
|
1015
|
+
"Extra-large": "초대형",
|
|
1016
|
+
"Please select at least one item": "하나 이상의 항목을 선택하세요.",
|
|
1017
|
+
"Only include rows where this formula is true. ": "이 수식이 참인 행만 포함합니다.",
|
|
1018
|
+
"Use %s to access current user ID": "현재 사용자 ID에 액세스하려면 %s를 사용하십시오.",
|
|
1019
|
+
"Action not found": "액션을 찾을 수 없습니다.",
|
|
1020
|
+
"Development settings": "개발 설정",
|
|
1021
|
+
"All entities": "모든 엔티티",
|
|
1022
|
+
"no tags": "태그 없음",
|
|
1023
|
+
"Development mode settings updated": "개발 모드 설정이 업데이트되었습니다.",
|
|
1024
|
+
"Locale identifier short code, e.g. en, zh, fr, ar etc. ": "로케일 식별자 단축 코드(예: en, zh, fr, ar 등)",
|
|
1025
|
+
"Is this the default language in which the application is built?": "이것이 애플리케이션이 기본적으로 빌드되는 언어인가요?",
|
|
1026
|
+
"Database type": "데이터베이스 유형",
|
|
1027
|
+
"Database schema name": "데이터베이스 스키마 이름",
|
|
1028
|
+
"Database user": "데이터베이스 사용자",
|
|
1029
|
+
"Database host": "데이터베이스 호스트",
|
|
1030
|
+
"Database port": "데이터베이스 포트",
|
|
1031
|
+
"Creator email": "생성자 이메일",
|
|
1032
|
+
"Create tenant warning text": "테넌트 생성 경고 문구 작성",
|
|
1033
|
+
"Provide your own create warning text if need": "필요하다면 직접 경고 문구를 작성하여 제공하십시오.",
|
|
1034
|
+
"Specify some description for tenant if need": "필요하다면 테넌트에 대한 일부 설명을 지정하십시오.",
|
|
1035
|
+
"Created": "생성됨",
|
|
1036
|
+
"First user E-mail": "첫 번째 사용자 이메일",
|
|
1037
|
+
"HTTP settings": "HTTP 설정",
|
|
1038
|
+
"Login and Signup": "로그인 및 회원가입",
|
|
1039
|
+
"Rights": "권한",
|
|
1040
|
+
"Rights settings": "권한 설정",
|
|
1041
|
+
"Database name": "데이터베이스 이름",
|
|
1042
|
+
"Database schema": "데이터베이스 스키마",
|
|
1043
|
+
"If the parent row is deleted, do this to the child rows.": "부모 행이 삭제될 경우, 자식 행에 대해 다음 작업을 수행합니다.",
|
|
1044
|
+
"On delete": "삭제 시",
|
|
1045
|
+
"Permissions": "권한",
|
|
1046
|
+
"Permissions settings": "권한 설정",
|
|
1047
|
+
"Files accept filter ": "파일 허용 필터",
|
|
1048
|
+
"Specifies a filter for what file types the user can pick from the file input dialog box. Example is `.doc,audio/*,video/*,image/*`": "파일 입력 대화 상자에서 사용자가 선택할 수 있는 파일 유형에 대한 필터를 지정합니다. 예: `.doc,audio/*,video/*,image/*`",
|
|
1049
|
+
"Permissions settings updated": "권한 설정이 업데이트되었습니다.",
|
|
1050
|
+
"Upload file(s)": "파일 업로드",
|
|
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/*`": "파일 입력 대화 상자에서 사용자가 선택할 수 있는 파일 유형에 대한 필터를 지정합니다. 예시는 `text/csv,audio/*,video/*,image/*` 입니다.",
|
|
1052
|
+
"Default Files accept filter": "기본 파일 허용 필터",
|
|
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/*`": "파일 입력 대화 상자에서 사용자가 선택할 수 있는 파일 유형에 대한 기본 필터를 지정합니다. 예시는 `.doc, text/csv, audio/*, video/*, image/*` 입니다.",
|
|
1054
|
+
"Destination page": "대상 페이지",
|
|
1055
|
+
"Module Store endpoint": "모듈 스토어 엔드포인트",
|
|
1056
|
+
"Authentication settings updated": "인증 설정이 업데이트되었습니다.",
|
|
1057
|
+
"Log client errors": "클라이언트 오류 로그 기록",
|
|
1058
|
+
"Record all client errors in the crash log": "모든 클라이언트 오류를 크래시 로그에 기록하십시오.",
|
|
1059
|
+
"Default File accept filter": "기본 파일 허용 필터",
|
|
1060
|
+
"File upload debug": "파일 업로드 디버그",
|
|
1061
|
+
"Turn on to debug file upload in express-fileupload.": "express-fileupload에서 파일 업로드 디버그를 활성화하십시오.",
|
|
1062
|
+
"Upload size limit (Kb)": "업로드 크기 제한(KB)",
|
|
1063
|
+
"Maximum upload file size in kilobytes": "최대 업로드 파일 크기(킬로바이트 단위)",
|
|
1064
|
+
"File upload timeout": "파일 업로드 시간 초과",
|
|
1065
|
+
"Defines how long to wait for data before aborting file upload. Set to 0 if you want to turn off timeout checks. ": "파일 업로드를 중단하기 전에 데이터를 기다리는 시간을 정의합니다. 타임아웃 검사를 비활성화하려면 0으로 설정하십시오.",
|
|
1066
|
+
"Files settings": "파일 설정",
|
|
1067
|
+
"NPM packages in code": "코드에서의 NPM 패키지",
|
|
1068
|
+
"Comma-separated list of packages which will be available in JavaScript actions": "JavaScript 액션에서 사용할 수 있는 패키지들의 콤마로 구분된 목록",
|
|
1069
|
+
"Become user": "사용자로 전환",
|
|
1070
|
+
"Your are now logged in as %s. Logout and login again to assume your usual identity": "현재 %s(으)로 로그인되어 있습니다. 로그아웃한 후 다시 로그인하여 기존 사용자 신원으로 전환하십시오.",
|
|
1071
|
+
"Done": "완료",
|
|
1072
|
+
"Configure trigger %s": "트리거 %s 구성",
|
|
1073
|
+
"Saved 2FA policy for role": "역할에 대한 2FA 정책이 저장되었습니다",
|
|
1074
|
+
"HTTP settings updated": "HTTP 설정이 업데이트되었습니다",
|
|
1075
|
+
"%s configuration": "%s 구성",
|
|
1076
|
+
"Save indicator": "저장 인디케이터",
|
|
1077
|
+
"Public cache TTL (minutes)": "공용 캐시 TTL(분)",
|
|
1078
|
+
"Cache-control max-age for public views and pages. 0 to disable": "공용 뷰 및 페이지에 대한 Cache-Control max-age 값입니다. 비활성화하려면 0으로 설정하십시오.",
|
|
1079
|
+
"Files accept filter": "파일 허용 필터",
|
|
1080
|
+
"User group": "사용자 그룹",
|
|
1081
|
+
"Add relations to this table in dropdown options for ownership field": "소유권 필드의 드롭다운 옵션에 이 테이블에 대한 관계를 추가하십시오.",
|
|
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.": "테이블 소유권 없이, 테이블의 읽기 역할보다 낮은 역할로 접근하도록 설정된 뷰가 있습니다. 이는 접근 거부를 초래할 수 있습니다. 사용자에게는 표시되는 모든 데이터에 대해 테이블 읽기 권한이 필요합니다.",
|
|
1083
|
+
"Views potentially affected": "영향을 받을 수 있는 뷰",
|
|
1084
|
+
"Empty view": "빈 뷰",
|
|
1085
|
+
"A view that will be shown only if there are no tables rows to show": "표의 행을 표시할 것이 없을 때에만 표시되는 뷰",
|
|
1086
|
+
"Calculated field will be stored in Database": "계산된 필드는 데이터베이스에 저장됩니다.",
|
|
1087
|
+
"Set Email": "이메일 설정",
|
|
1088
|
+
"Please enter your email address": "이메일 주소를 입력하세요",
|
|
1089
|
+
"Role for search": "검색용 역할",
|
|
1090
|
+
"Min role to access search page": "검색 페이지에 접근하기 위한 최소 역할",
|
|
1091
|
+
"Update": "업데이트",
|
|
1092
|
+
"Add": "추가",
|
|
1093
|
+
"Recalculate dynamic": "동적 다시 계산",
|
|
1094
|
+
"Force logout": "강제 로그아웃",
|
|
1095
|
+
"Logged out user %s": "로그아웃된 사용자 %s",
|
|
1096
|
+
"Reset password link sent to %s": "%s(으)로 비밀번호 재설정 링크가 전송되었습니다.",
|
|
1097
|
+
"We request that you change your password on %s. You can set your new password through this link: ": "%s에서 비밀번호를 변경해 주시기 바랍니다. 다음 링크를 통해 새 비밀번호를 설정할 수 있습니다:",
|
|
1098
|
+
"Welcome to %s": "%s에 오신 것을 환영합니다",
|
|
1099
|
+
"We have created an account for you on %s. You can set your new password through this link: ": "%s에 귀하의 계정을 생성했습니다. 다음 링크를 통해 새 비밀번호를 설정할 수 있습니다:",
|
|
1100
|
+
"Use this link to access the application once you have set your password: %s": "비밀번호를 설정한 후에는 이 링크를 사용하여 애플리케이션에 접속하십시오: %s",
|
|
1101
|
+
"Tag: %s": "태그: %s",
|
|
1102
|
+
"Tag entry": "태그 입력",
|
|
1103
|
+
"Clear": "지우기",
|
|
1104
|
+
"Restore a snapshot": "스냅샷 복원",
|
|
1105
|
+
"Snapshot restored": "스냅샷이 복원되었습니다.",
|
|
1106
|
+
"Configuration check report": "구성 검사 보고서",
|
|
1107
|
+
"Re-run": "다시 실행",
|
|
1108
|
+
"Add constraint:": "제약 조건 추가:",
|
|
1109
|
+
"Index": "인덱스",
|
|
1110
|
+
"Add constraint: ": "제약 조건 추가:",
|
|
1111
|
+
"Choose the field to be indexed": "인덱스를 생성할 필드를 선택하세요.",
|
|
1112
|
+
"Constraint formula": "제약 수식",
|
|
1113
|
+
"Formula must evaluate to true for valid rows. In scope: ": "유효한 행에 대해서는 수식이 true로 평가되어야 합니다. 적용 범위:",
|
|
1114
|
+
"Add %s constraint to %s": "%s 제약 조건을 %s에 추가하십시오.",
|
|
1115
|
+
"What": "무엇",
|
|
1116
|
+
"Choose the field to be indexed. This make searching the table faster.": "인덱스를 생성할 필드를 선택하세요. 이렇게 하면 테이블 검색 속도가 빨라집니다.",
|
|
1117
|
+
"Disk usage": "디스크 사용량",
|
|
1118
|
+
"CPU usage": "CPU 사용량",
|
|
1119
|
+
"Mem usage": "메모리 사용량",
|
|
1120
|
+
"The field that will be shown to the user when choosing a value": "값을 선택할 때 사용자에게 표시될 필드",
|
|
1121
|
+
"String value must match regular expression": "문자열 값은 정규 표현식과 일치해야 합니다.",
|
|
1122
|
+
"Modules up-to-date. Please restart server": "모듈이 최신 상태입니다. 서버를 재시작해 주세요.",
|
|
1123
|
+
"Install git plugins": "git 플러그인 설치",
|
|
1124
|
+
"Set available npm modules": "사용 가능한 npm 모듈 설정",
|
|
1125
|
+
"Only store modules can be installed on tenant instances": "테넌트 인스턴스에는 스토어 모듈만 설치할 수 있습니다.",
|
|
1126
|
+
"Unsafe modules": "안전하지 않은 모듈",
|
|
1127
|
+
"Notifications": "알림",
|
|
1128
|
+
"No notifications": "알림 없음",
|
|
1129
|
+
"In user menu": "사용자 메뉴에서",
|
|
1130
|
+
"Show notifications in the user menu": "사용자 메뉴에 알림 표시",
|
|
1131
|
+
"Notification settings": "알림 설정",
|
|
1132
|
+
"PWA": "PWA",
|
|
1133
|
+
"Progressive Web Application": "프로그레시브 웹 애플리케이션",
|
|
1134
|
+
"Display": "디스플레이",
|
|
1135
|
+
"Progressive Web Application enabled": "프로그레시브 웹 애플리케이션(PWA) 활성화됨",
|
|
1136
|
+
"Saltcorn test email": "Saltcorn 테스트 이메일",
|
|
1137
|
+
"Hello from Saltcorn": "솔트콘에서 인사드립니다.",
|
|
1138
|
+
"Set colors": "색상 설정",
|
|
1139
|
+
"Theme color": "테마 색상",
|
|
1140
|
+
"Background color": "배경 색상",
|
|
1141
|
+
"Table provider": "테이블 제공자",
|
|
1142
|
+
"Database table": "데이터베이스 테이블",
|
|
1143
|
+
"Configure provider": "공급자 구성",
|
|
1144
|
+
"In scope:": "범위에 포함됨:",
|
|
1145
|
+
"SSL expiry": "SSL 만료",
|
|
1146
|
+
"A page with this name already exists": "이 이름을 가진 페이지가 이미 존재합니다",
|
|
1147
|
+
"Tenant Base URL": "테넌트 기본 URL",
|
|
1148
|
+
"Base hostname for newly created tenants. If unset, defaults to hostname": "새로 생성된 테넌트에 사용할 기본 호스트명입니다. 설정하지 않으면 기본값으로 현재 호스트명을 사용합니다.",
|
|
1149
|
+
"Redirect unauthorized": "권한이 없는 경우 리디렉션",
|
|
1150
|
+
"If tenant creation is not authorized, redirect to this URL": "테넌트 생성이 허용되지 않은 경우, 이 URL로 리디렉션합니다.",
|
|
1151
|
+
"Import table %s": "테이블 %s 가져오기",
|
|
1152
|
+
"Import CSV": "CSV 가져오기",
|
|
1153
|
+
"Show configuration object": "구성 객체 표시",
|
|
1154
|
+
"Connected views": "연결된 뷰",
|
|
1155
|
+
"Tenant application capabilities": "테넌트 애플리케이션 기능",
|
|
1156
|
+
"Edit Module": "모듈 편집",
|
|
1157
|
+
"Roles 2-10 are reserved": "역할 2-10은 예약되어 있습니다.",
|
|
1158
|
+
"Role IDs 2-10 are reserved": "역할 ID 2-10은 예약되어 있습니다.",
|
|
1159
|
+
"Allow offline mode": "오프라인 모드 허용",
|
|
1160
|
+
"Embedded in": "임베디드됨",
|
|
1161
|
+
"Linked from": "에서 링크됨",
|
|
1162
|
+
"Table constraints": "테이블 제약 조건",
|
|
1163
|
+
"Event logs": "이벤트 로그",
|
|
1164
|
+
"Migrations": "마이그레이션",
|
|
1165
|
+
"Tag Entries": "태그 엔트리",
|
|
1166
|
+
"Not a valid field name": "유효한 필드 이름이 아닙니다.",
|
|
1167
|
+
"Set a default value for missing data": "누락된 데이터에 대해 기본값을 설정합니다.",
|
|
1168
|
+
"Create model": "모델 생성",
|
|
1169
|
+
"Models": "모델",
|
|
1170
|
+
"New model": "새 모델",
|
|
1171
|
+
"Show model": "모델 표시",
|
|
1172
|
+
"Model instances": "모델 인스턴스",
|
|
1173
|
+
"Trained": "학습됨",
|
|
1174
|
+
"Train new instance": "새 인스턴스 학습",
|
|
1175
|
+
"Train model": "모델 학습",
|
|
1176
|
+
"Train": "학습",
|
|
1177
|
+
"Report": "리포트",
|
|
1178
|
+
"Model training report": "모델 학습 보고서",
|
|
1179
|
+
"Model training error": "모델 학습 오류",
|
|
1180
|
+
"Training error": "학습 오류",
|
|
1181
|
+
"Model": "모델",
|
|
1182
|
+
"Model instance": "모델 인스턴스",
|
|
1183
|
+
"Prediction output": "예측 출력",
|
|
1184
|
+
"Table triggers: ": "테이블 트리거:",
|
|
1185
|
+
"App name": "앱 이름",
|
|
1186
|
+
"App icon": "앱 아이콘",
|
|
1187
|
+
"Splash Page": "스플래시 페이지",
|
|
1188
|
+
"App version": "앱 버전",
|
|
1189
|
+
"Forgot password?": "비밀번호를 잊으셨나요?",
|
|
1190
|
+
"Details": "세부 정보",
|
|
1191
|
+
"URL is a formula?": "URL은 수식인가요?",
|
|
1192
|
+
"Receive notifications by:": "알림 수신 방법:",
|
|
1193
|
+
"Backup settings": "백업 설정",
|
|
1194
|
+
"Logo image": "로고 이미지",
|
|
1195
|
+
"Custom code": "사용자 정의 코드",
|
|
1196
|
+
"Extension store": "모듈 스토어",
|
|
1197
|
+
"Backup file prefix": "백업 파일 접두사",
|
|
1198
|
+
"Directory for backup files": "백업 파일 디렉터리",
|
|
1199
|
+
"Backup File Prefix": "백업 파일 접두사",
|
|
1200
|
+
"Search for...": "검색…",
|
|
1201
|
+
"Every 5 minutes": "5분마다",
|
|
1202
|
+
"Not scheduled but can be run as an action from a button click": "예약되지는 않지만 버튼 클릭으로 실행 액션으로 수행할 수 있습니다.",
|
|
1203
|
+
"Fixed and blocked fields": "고정 및 차단 필드",
|
|
1204
|
+
"Do not allow the following fields to have a value set from the query string or state": "다음 필드들에는 쿼리 문자열이나 상태로부터 값이 설정되지 않도록 하십시오.",
|
|
1205
|
+
"Action configuration saved": "액션 구성이 저장되었습니다.",
|
|
1206
|
+
"Prevent any deletion of parent rows": "상위 행의 삭제를 완전히 방지합니다.",
|
|
1207
|
+
"If the parent row is deleted, set key fields on child rows to null": "상위 행이 삭제되면 하위 행의 키 필드를 NULL로 설정합니다.",
|
|
1208
|
+
"Link out?": "외부 링크로 연결하시겠습니까?",
|
|
1209
|
+
"Show a link to open popup contents in new tab": "팝업 콘텐츠를 새 탭에서 열 수 있는 링크를 표시합니다.",
|
|
1210
|
+
"Model %s deleted": "모델 %s이(가) 삭제되었습니다.",
|
|
1211
|
+
"Model instance %s deleted": "모델 인스턴스 %s이(가) 삭제되었습니다.",
|
|
1212
|
+
"Action information saved": "액션 정보가 저장되었습니다.",
|
|
1213
|
+
"JavaScript code:": "JavaScript 코드:",
|
|
1214
|
+
"code here": "코드를 여기에 입력하십시오.",
|
|
1215
|
+
"Page '%s' was loaded": "페이지 '%s'가 로드되었습니다",
|
|
1216
|
+
"View '%s' was loaded": "뷰 '%s'가 로드되었습니다.",
|
|
1217
|
+
"Error message": "오류 메시지",
|
|
1218
|
+
"Error shown to user if uniqueness is violated": "고유성이 위반되었을 때 사용자에게 표시되는 오류",
|
|
1219
|
+
"Protected": "보호됨",
|
|
1220
|
+
"Set role to access": "역할을 액세스로 설정",
|
|
1221
|
+
"User must have this role or higher to update or create field values": "사용자는 필드 값을 생성하거나 업데이트하려면 이 역할 이상을 보유해야 합니다",
|
|
1222
|
+
"Disable on mobile": "모바일에서 비활성화",
|
|
1223
|
+
"moment.js format specifier": "moment.js 형식 지정자",
|
|
1224
|
+
"Primary button": "기본 버튼",
|
|
1225
|
+
"Secondary button": "보조 버튼",
|
|
1226
|
+
"Success button": "성공 버튼",
|
|
1227
|
+
"Danger button": "위험 버튼",
|
|
1228
|
+
"Primary outline button": "기본 윤곽선 버튼",
|
|
1229
|
+
"Secondary outline button": "보조 윤곽선 버튼",
|
|
1230
|
+
"Standard": "표준",
|
|
1231
|
+
"X-Small": "매우 작음",
|
|
1232
|
+
"Block": "블록",
|
|
1233
|
+
"Large block": "큰 블록",
|
|
1234
|
+
"Formula for JavaScript object that will be added to state parameters": "상태 매개변수에 추가될 JavaScript 객체를 위한 수식",
|
|
1235
|
+
"Alignment": "정렬",
|
|
1236
|
+
"Click to edit?": "클릭하여 편집하시겠습니까?",
|
|
1237
|
+
"Format": "형식",
|
|
1238
|
+
"Table Synchronization": "테이블 동기화",
|
|
1239
|
+
"unsynched": "동기화되지 않음",
|
|
1240
|
+
"synched": "동기화됨",
|
|
1241
|
+
"Sync information": "동기화 정보",
|
|
1242
|
+
"Sync information tracks the last modification or deletion timestamp so that the table data can be synchronized with the mobile app": "동기화 정보는 마지막 수정 또는 삭제 타임스탬프를 추적하여 테이블 데이터가 모바일 앱과 동기화될 수 있도록 합니다.",
|
|
1243
|
+
"Included Plugins": "포함된 플러그인",
|
|
1244
|
+
"exclude": "제외",
|
|
1245
|
+
"include": "포함하다",
|
|
1246
|
+
"Auto public login": "자동 공개 로그인",
|
|
1247
|
+
"New user view": "신규 사용자 뷰",
|
|
1248
|
+
"A view to show to new users, to finalise registration (if Edit) or as a welcome view": "새 사용자에게 표시하여, 등록을 완료(편집인 경우)하거나 환영 화면으로 사용할 뷰",
|
|
1249
|
+
"View decoration": "뷰 데코레이션",
|
|
1250
|
+
"Title formula": "제목 수식",
|
|
1251
|
+
"Show if true": "참일 경우에만 표시",
|
|
1252
|
+
"Formula. Leave blank to always show": "수식. 항상 표시하려면 비워 두십시오.",
|
|
1253
|
+
"Popup width": "팝업 너비",
|
|
1254
|
+
"Show an icon in the title bar to indicate when form data is being saved": "폼 데이터가 저장 중일 때를 표시하기 위해 제목 표시줄에 아이콘을 표시합니다.",
|
|
1255
|
+
"install a different version": "다른 버전을 설치하십시오.",
|
|
1256
|
+
"%s versions": "%s 버전",
|
|
1257
|
+
"Close": "닫기",
|
|
1258
|
+
"Module up-to-date": "모듈이 최신 상태입니다.",
|
|
1259
|
+
"Module '%s' not found": "모듈 '%s'을(를) 찾을 수 없습니다.",
|
|
1260
|
+
"Module %s not found": "모듈 %s을(를) 찾을 수 없습니다.",
|
|
1261
|
+
"Include Event Logs": "이벤트 로그 포함",
|
|
1262
|
+
"Backup with event logs": "이벤트 로그를 포함한 백업",
|
|
1263
|
+
"Initially open": "초기 열림",
|
|
1264
|
+
"Not a valid pack": "유효한 팩이 아닙니다.",
|
|
1265
|
+
"Pack file": "팩 파일",
|
|
1266
|
+
"Upload a pack file": "팩 파일 업로드",
|
|
1267
|
+
"No menu": "메뉴 없음",
|
|
1268
|
+
"Omit the menu from this page": "이 페이지에서 메뉴를 생략하십시오.",
|
|
1269
|
+
"%s finished without a result": "%s가 결과 없이 완료되었습니다",
|
|
1270
|
+
"Body size limit (Kb)": "본문 크기 제한(KB)",
|
|
1271
|
+
"Maximum request body size in kilobytes": "요청 본문 최대 크기(킬로바이트 단위)",
|
|
1272
|
+
"URL encoded size limit (Kb)": "URL 인코딩된 크기 제한 (KB)",
|
|
1273
|
+
"Maximum URL encoded request size in kilobytes": "최대 URL 인코딩 요청 크기(킬로바이트 단위)",
|
|
1274
|
+
"HTML file": "HTML 파일",
|
|
1275
|
+
"HTML file to use as page content": "페이지 콘텐츠로 사용할 HTML 파일",
|
|
1276
|
+
"Offline mode: cannot load file": "오프라인 모드: 파일을 불러올 수 없습니다",
|
|
1277
|
+
"None - use drag and drop builder": "없음 - 드래그 앤 드롭 빌더 사용",
|
|
1278
|
+
"Do not pick or compare time": "시간을 선택하거나 비교하지 마십시오.",
|
|
1279
|
+
"Installed theme": "설치된 테마",
|
|
1280
|
+
"Theme for role": "역할용 테마",
|
|
1281
|
+
"Set theme for each user role »": "각 사용자 역할별로 테마 설정하기 »",
|
|
1282
|
+
"Available themes": "사용 가능한 테마",
|
|
1283
|
+
"Install more themes »": "더 많은 테마 설치 »",
|
|
1284
|
+
"Configure action": "액션 구성",
|
|
1285
|
+
"No changes detected, snapshot skipped": "변경 사항이 감지되지 않아 스냅샷이 건너뛰어졌습니다.",
|
|
1286
|
+
"Cannot remove module: views %s depend on it": "모듈을 제거할 수 없습니다: 뷰 %s 이(가) 해당 모듈에 의존하고 있습니다.",
|
|
1287
|
+
"The view name is part of the URL when it is shown alone.": "뷰 이름은 단독으로 표시될 때 URL의 일부가 됩니다.",
|
|
1288
|
+
"Exclusion relations": "제외 관계",
|
|
1289
|
+
"Do not include row if this relation has a match": "이 관계에 일치하는 항목이 있는 경우 해당 행을 포함하지 마십시오.",
|
|
1290
|
+
"Exclusion where": "제외 조건 위치",
|
|
1291
|
+
"Hoverable rows": "호버 가능한 행",
|
|
1292
|
+
"Highlight row under cursor": "커서가 위치한 행 강조 표시",
|
|
1293
|
+
"Striped rows": "줄무늬 행",
|
|
1294
|
+
"Add zebra stripes to rows": "행에 지브라 스트라이프를 추가합니다.",
|
|
1295
|
+
"New page group": "새 페이지 그룹",
|
|
1296
|
+
"Page Groups": "페이지 그룹",
|
|
1297
|
+
"%s edit": "%s 편집",
|
|
1298
|
+
"Members": "멤버스",
|
|
1299
|
+
"Add member": "멤버 추가",
|
|
1300
|
+
"Edit group properties": "그룹 속성 편집",
|
|
1301
|
+
"Page to be served": "제공될 페이지",
|
|
1302
|
+
"A description of the group member": "그룹 구성원에 대한 설명",
|
|
1303
|
+
"Eligible Formula": "적격 공식",
|
|
1304
|
+
"Formula to determine if this page should be served.": "이 페이지를 제공해야 하는지 여부를 결정하는 공식",
|
|
1305
|
+
"Cancel": "취소",
|
|
1306
|
+
"%s add-member": "%s 구성원 추가",
|
|
1307
|
+
"add-member": "멤버 추가",
|
|
1308
|
+
"add member to %s": "%s에 구성원 추가",
|
|
1309
|
+
"Added member": "멤버가 추가됨",
|
|
1310
|
+
"Member %s": "멤버 %s",
|
|
1311
|
+
"Updated member": "업데이트된 멤버",
|
|
1312
|
+
"%s edit-member": "%s 멤버 편집",
|
|
1313
|
+
"edit member of %s": "%s의 멤버 편집",
|
|
1314
|
+
"Removed member %s": "멤버 %s이(가) 제거되었습니다.",
|
|
1315
|
+
"Deleted page group %s": "페이지 그룹 %s이(가) 삭제되었습니다.",
|
|
1316
|
+
"Missing screen info": "화면 정보 누락",
|
|
1317
|
+
"What to do if no screen info is given. Reload with parmeters or guess it from the user-agent.": "화면 정보가 제공되지 않은 경우에는, 파라미터를 포함해 다시 로드하거나(user-agent로부터 화면 정보를 추론하여) 처리합니다.",
|
|
1318
|
+
"Guess from user agent": "사용자 에이전트로부터 추론",
|
|
1319
|
+
"Reload": "새로 고침",
|
|
1320
|
+
"User Agent screen infos": "사용자 에이전트 화면 정보",
|
|
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.": "브라우저가 화면 정보를 보내지 않을 때 이 화면 정보가 사용됩니다. ‘화면 정보 누락(Missing screen info)’을 ‘사용자 에이전트에서 추론(Guess from user agent)’으로 설정하면, 사용자 에이전트는 다음 값들을 가진 디바이스에 매핑됩니다.",
|
|
1322
|
+
"Add screen info": "화면 정보 추가",
|
|
1323
|
+
"Page Group settings": "페이지 그룹 설정",
|
|
1324
|
+
"Pagegroups": "페이지 그룹",
|
|
1325
|
+
"width": "너비",
|
|
1326
|
+
"height": "높이",
|
|
1327
|
+
"innerWidth": "innerWidth",
|
|
1328
|
+
"innerHeight": "innerHeight",
|
|
1329
|
+
"Screen info added": "화면 정보가 추가되었습니다.",
|
|
1330
|
+
"Screen info removed": "화면 정보가 제거되었습니다.",
|
|
1331
|
+
"Edit screen info": "편집 화면 정보",
|
|
1332
|
+
"Screen info saved": "화면 정보가 저장되었습니다",
|
|
1333
|
+
"Settings saved": "설정이 저장되었습니다.",
|
|
1334
|
+
"Destination page group": "대상 페이지 그룹",
|
|
1335
|
+
"Your page groups": "당신의 페이지 그룹",
|
|
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.": "그룹에는 유효성 공식이 설정된 여러 페이지가 있습니다. 그룹을 요청하면, 해당 공식이 일치하는 첫 번째 페이지가 제공됩니다. 이런 방식으로, 사용하는 기기의 화면에 따라 어떤 페이지를 사용할지 선택할 수 있습니다.",
|
|
1337
|
+
"Create page group": "페이지 그룹 생성",
|
|
1338
|
+
"Page groups": "페이지 그룹",
|
|
1339
|
+
"Calculated non-stored fields cannot have Key type": "계산된 비저장 필드는 Key 유형을 가질 수 없습니다.",
|
|
1340
|
+
"Row click URL": "행 클릭 URL",
|
|
1341
|
+
"Formula. Navigate to this URL when row is clicked": "수식. 행을 클릭했을 때 이 URL로 이동합니다.",
|
|
1342
|
+
"Time of day": "하루 중 시간",
|
|
1343
|
+
"UTC timezone": "UTC 타임존",
|
|
1344
|
+
"Show if formula": "수식 표시",
|
|
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>.": "참이면 링크를 표시하거나 임베드하고, 거짓이면 표시하지 않습니다. URL 쿼리 문자열과 <code>user</code>에서 가져온 상태 변수에 기반합니다. 전체 상태를 사용하려면 <code>row</code>를 사용하십시오. 예: 상태에 <code>createlink</code>가 있을 때에만 링크를 표시하려면 <code>!!row.createlink</code> 를 사용합니다.",
|
|
1346
|
+
"Pagegroup": "페이지 그룹",
|
|
1347
|
+
"Pagegroup %s has no members": "페이지 그룹 %s에는 멤버가 없습니다.",
|
|
1348
|
+
"Remove border": "테두리 제거",
|
|
1349
|
+
"No lines between tables": "테이블 사이에 줄 없음",
|
|
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.": "쉼표로 구분된 옵션 목록으로 이 필드를 제한하려면 이를 사용하십시오. 예를 들어, 허용 가능한 값이 Red, Green, Blue인 경우 여기에 <kbd class=\"fst-normal\">Red, Green, Blue</kbd>를 입력하십시오. 문자열에 아무 값이나 허용하려면 비워 두십시오.",
|
|
1351
|
+
"Page description": "페이지 설명",
|
|
1352
|
+
"Some view patterns accept interpolations. Ex: <code>{{ name }}</code> or <code>{{ row ? `Edit ${row.name}` : `New person` }}</code>": "일부 뷰 패턴은 보간(Interpolation)을 지원합니다. 예: <code>{{ name }}</code> 또는 <code>{{ row ? `Edit ${row.name}` : `New person` }}</code>",
|
|
1353
|
+
"For search engines. Some view patterns accept interpolations.": "검색 엔진용입니다. 일부 뷰 패턴은 보간을 허용합니다.",
|
|
1354
|
+
"Files cache TTL (minutes)": "파일 캐시 TTL(분)",
|
|
1355
|
+
"Cache-control max-age for files.": "파일에 대한 Cache-Control max-age.",
|
|
1356
|
+
"Popup min width": "팝업 최소 너비",
|
|
1357
|
+
"Add %s to tag %s": "%s를 태그 %s에 추가하십시오.",
|
|
1358
|
+
"Add entries to tag %s": "태그 %s에 항목 추가",
|
|
1359
|
+
"Tag not found": "태그를 찾을 수 없습니다.",
|
|
1360
|
+
"Unable to save: No page or no layout": "저장할 수 없음: 페이지가 없거나 레이아웃이 없습니다.",
|
|
1361
|
+
"Unable to save: No view": "저장할 수 없습니다: 뷰가 없습니다",
|
|
1362
|
+
"%s has no eligible page": "%s는 사용할 수 있는 페이지가 없습니다.",
|
|
1363
|
+
"Random allocation": "무작위 할당",
|
|
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.": "적격성 수식을 무시하고 무작위 페이지를 제공합니다. 하나의 세션 내에서는 새로고침을 해도 항상 동일한 페이지가 제공됩니다. 이는 A/B 테스트를 위한 기본 요구사항입니다.",
|
|
1365
|
+
"Pagegroup %s not found": "페이지 그룹 %s을(를) 찾을 수 없습니다.",
|
|
1366
|
+
"Create trigger": "트리거 생성",
|
|
1367
|
+
"Omit the menu from this view": "이 뷰에서 메뉴를 생략하십시오.",
|
|
1368
|
+
"Cross-domain iframe": "크로스 도메인 iframe",
|
|
1369
|
+
"Allow embedding in iframe on different domains. Unsets the X-Frame-Options header": "다른 도메인의 iframe에서 임베딩을 허용합니다. X-Frame-Options 헤더를 해제합니다.",
|
|
1370
|
+
"Logout URL": "로그아웃 URL",
|
|
1371
|
+
"The URL to direct to after logout": "로그아웃 후 이동할 URL",
|
|
1372
|
+
"Runtime informations": "런타임 정보",
|
|
1373
|
+
"open logs viewer": "로그 뷰어 열기",
|
|
1374
|
+
"Server logs": "서버 로그",
|
|
1375
|
+
"Timestamp": "타임스탬프",
|
|
1376
|
+
"Message": "메시지",
|
|
1377
|
+
"Please enter the two-factor authetication code from your authenticator device": "인증 장치에서 생성된 2단계 인증 코드를 입력해 주세요.",
|
|
1378
|
+
"Only if...": "오직 …인 경우에만…",
|
|
1379
|
+
"Allow self signed": "자가 서명 허용",
|
|
1380
|
+
"Open a connection to TLS server with self-signed or invalid TLS certificate": "자체 서명되었거나 잘못된 TLS 인증서를 사용하는 TLS 서버에 대한 연결을 엽니다.",
|
|
1381
|
+
"Allow self-signed": "자가 서명 허용",
|
|
1382
|
+
"Optionally associate a table with this trigger": "선택적으로 이 트리거와 연관시킬 테이블을 지정하십시오.",
|
|
1383
|
+
"Delete table": "테이블 삭제",
|
|
1384
|
+
"Signup role": "회원가입 역할",
|
|
1385
|
+
"The initial role of signed up users": "가입한 사용자의 초기 역할",
|
|
1386
|
+
"Cordova builder": "코르도바 빌더",
|
|
1387
|
+
"not available": "사용할 수 없음",
|
|
1388
|
+
"pull": "풀",
|
|
1389
|
+
"refresh": "새로 고침",
|
|
1390
|
+
"installed": "설치됨",
|
|
1391
|
+
"Include table history in backup": "백업에 테이블 이력 포함",
|
|
1392
|
+
"The plugin was corrupted and had to be repaired. We recommend restarting your server.": "플러그인이 손상되어 복구가 필요했습니다. 서버를 재시작할 것을 권장합니다.",
|
|
1393
|
+
"%s code page": "%s 코드 페이지",
|
|
1394
|
+
"Constants and function code": "상수 및 함수 코드",
|
|
1395
|
+
"Delete code page": "코드 페이지 삭제",
|
|
1396
|
+
"Adjust the the theme for this user": "이 사용자에 대한 테마를 조정합니다.",
|
|
1397
|
+
"Configure theme": "테마 구성",
|
|
1398
|
+
"Remove all user specific theme settings": "모든 사용자별 테마 설정을 제거합니다.",
|
|
1399
|
+
"Configure %s Plugin for %s": "%s 플러그인을 %s용으로 구성하십시오",
|
|
1400
|
+
"The current theme has no user specific settings": "현재 테마에는 사용자별 설정이 없습니다.",
|
|
1401
|
+
"Some themes support only one level of menu nesting.": "일부 테마는 메뉴 중첩을 한 단계까지만 지원합니다.",
|
|
1402
|
+
"Apple Team ID": "Apple 팀 ID",
|
|
1403
|
+
"Please enter your Apple Team ID": "Apple 팀 ID를 입력하세요.",
|
|
1404
|
+
"To see changes for '%s' in show-if-formulas, users need to relogin": "show-if-수식에서 '%s'에 대한 변경 사항을 반영하려면, 사용자가 다시 로그인해야 합니다.",
|
|
1405
|
+
"Server host": "서버 호스트",
|
|
1406
|
+
"Username": "사용자 이름",
|
|
1407
|
+
"Port": "포트",
|
|
1408
|
+
"All tenants": "모든 테넌트",
|
|
1409
|
+
"Also backup all tenants": "또한 모든 테넌트를 백업하십시오.",
|
|
1410
|
+
"Retain local directory": "로컬 디렉터리 유지",
|
|
1411
|
+
"Retain a local backup copy in this directory (optional)": "이 디렉터리에 로컬 백업 사본을 유지합니다 (선택 사항)",
|
|
1412
|
+
"Do not wrap response in a success object": "응답을 success 객체로 래핑하지 마십시오.",
|
|
1413
|
+
"Use table description instead of name as header": "이름 대신 테이블 설명을 헤더로 사용하십시오.",
|
|
1414
|
+
"Description header": "설명 헤더",
|
|
1415
|
+
"Lazy load views": "지연 로딩 뷰",
|
|
1416
|
+
"Log IP address": "IP 주소 기록",
|
|
1417
|
+
"Record the request IP address in log messages": "로그 메시지에 요청 IP 주소를 기록합니다.",
|
|
1418
|
+
"App ID": "앱 ID",
|
|
1419
|
+
"Build type": "빌드 유형",
|
|
1420
|
+
"debug": "디버그",
|
|
1421
|
+
"release": "릴리스",
|
|
1422
|
+
"Keystore File": "키스토어 파일",
|
|
1423
|
+
"Keystore Alias": "키스토어 별칭",
|
|
1424
|
+
"Keystore Password": "키 저장소 비밀번호",
|
|
1425
|
+
"xcodebuild": "xcodebuild",
|
|
1426
|
+
"Provisioning Profile": "프로비저닝 프로파일",
|
|
1427
|
+
"Registry editor": "레지스트리 편집기",
|
|
1428
|
+
"Mobile HTML": "모바일 HTML",
|
|
1429
|
+
"HTML for the item in the bottom navigation bar. Currently, only supported by the metronic theme.": "하단 내비게이션 바에 있는 항목에 대한 HTML입니다. 현재는 Metronic 테마에서만 지원됩니다.",
|
|
1430
|
+
"A short name that will be in the page URL": "페이지 URL에 포함될 짧은 이름",
|
|
1431
|
+
"A longer description that is not visible but appears in the page header and is indexed by search engines": "페이지 헤더에는 표시되지만 화면에는 보이지 않고 검색 엔진에서 인덱싱되는 더 긴 설명",
|
|
1432
|
+
"User role required to access page": "페이지에 접근하기 위해 필요한 사용자 역할",
|
|
1433
|
+
"Example: <code>`/view/TheOtherView?id=${id}`</code>": "예: <code>`/view/TheOtherView?id=${id}`</code>",
|
|
1434
|
+
"Older": "이전 버전",
|
|
1435
|
+
"Newest": "최신순",
|
|
1436
|
+
"Delete all read": "모든 읽은 항목 삭제",
|
|
1437
|
+
"Trigger %s duplicated as %s": "트리거 %s 이(가) %s 로 복제되었습니다.",
|
|
1438
|
+
"Tooltip": "툴팁",
|
|
1439
|
+
"Tooltip formula": "툴팁 수식",
|
|
1440
|
+
"Install a different version": "다른 버전을 설치합니다.",
|
|
1441
|
+
"Page group": "페이지 그룹",
|
|
1442
|
+
"Starting upgrade, please wait...\n": "업그레이드를 시작합니다. 잠시만 기다려 주세요...",
|
|
1443
|
+
"Upgrade done (if it was available) with code 0.\n\nPress the BACK button in your browser, then RELOAD the page.": "업그레이드가 (가능한 경우) 코드 0으로 완료되었습니다.\n\n브라우저에서 뒤로 가기 버튼을 누른 다음, 페이지를 새로 고침하십시오.",
|
|
1444
|
+
"Installing %s, please wait...\n": "%s를 설치하는 중입니다. 잠시만 기다려 주세요...",
|
|
1445
|
+
"Install done with code 0.\n\nPress the BACK button in your browser, then RELOAD the page.": "코드 0으로 설치가 완료되었습니다.\n\n브라우저에서 뒤로 가기 버튼을 누른 다음, 페이지를 새로고침하십시오.",
|
|
1446
|
+
"Pulling the cordova-builder docker image...": "cordova-builder 도커 이미지를 가져오는 중...",
|
|
1447
|
+
"Check updates": "업데이트 확인",
|
|
1448
|
+
"Choose version": "버전 선택",
|
|
1449
|
+
"Unknown authentication method %s": "알 수 없는 인증 방식 %s",
|
|
1450
|
+
"Card rows": "카드 행",
|
|
1451
|
+
"Each row in a card. Not supported by all themes": "카드 내의 각 행. 모든 테마에서 지원되는 것은 아님.",
|
|
1452
|
+
"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": "만료된 세션을 PostgreSQL DB에서 확인하는 주기(초)입니다. 비활성화하려면 0, 빈 값 또는 음수를 입력하십시오.",
|
|
1454
|
+
"Progressive Web Application is not enabled": "프로그레시브 웹 애플리케이션(PWA)이 활성화되어 있지 않습니다.",
|
|
1455
|
+
"Events and Trigger settings": "이벤트 및 트리거 설정",
|
|
1456
|
+
"Periodic trigger timing (next event)": "주기적 트리거 타이밍(다음 이벤트)",
|
|
1457
|
+
"Hourly": "매시간",
|
|
1458
|
+
"Daily": "일간",
|
|
1459
|
+
"Weekly": "주간",
|
|
1460
|
+
"Code pages": "코드 페이지",
|
|
1461
|
+
"Please select a file": "파일을 선택하세요",
|
|
1462
|
+
"Zip compression level": "Zip 압축 수준",
|
|
1463
|
+
"1=Fast, larger file, 9=Slow, smaller files": "1=빠르지만 파일 크기가 큼, 9=느리지만 파일 크기가 작음",
|
|
1464
|
+
"Use system zip": "시스템 ZIP 사용",
|
|
1465
|
+
"Recommended. Executable <code>zip</code> must be installed": "권장됨. 실행 가능한 <code>zip</code>이(가) 설치되어 있어야 합니다.",
|
|
1466
|
+
"Time to run": "실행 시간",
|
|
1467
|
+
"Mobile": "모바일",
|
|
1468
|
+
"Plain password trigger row": "평문 비밀번호 트리거 행",
|
|
1469
|
+
"Send plaintext password changes to Users table triggers (Insert, Update and Validate).": "평문 비밀번호 변경 사항을 Users 테이블 트리거(Insert, Update 및 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>": "새 테넌트를 생성하는 데 필요한 최소 사용자 역할\n<div class=\"alert alert-danger fst-normal\" role=\"alert\" data-show-if=\"showIfFormulaInputs($('select[name=role_to_create_tenant]'), '+role_to_create_tenant>1')\">신뢰할 수 없는 사용자에게 테넌트 생성 권한을 부여하는 것은 보안 위험이 있으며 권장되지 않습니다.</div>",
|
|
1471
|
+
"Select tag": "태그 선택",
|
|
1472
|
+
"Invalid build directory path": "잘못된 빌드 디렉터리 경로",
|
|
1473
|
+
"Invalid build directory name": "잘못된 빌드 디렉터리 이름",
|
|
1474
|
+
"clean node_modules": "node_modules 정리",
|
|
1475
|
+
"After delete": "삭제 후",
|
|
1476
|
+
"Search only on exact match, not substring match. Useful for large tables": "부분 문자열이 아닌 정확히 일치하는 값만 검색합니다. 대형 테이블에서 유용합니다.",
|
|
1477
|
+
"Please select an entry point.": "진입점을 선택해주세요.",
|
|
1478
|
+
"Group by": "그룹화 기준",
|
|
1479
|
+
"View %s added to menu. Adjust access permissions in <a href=\"/menu\">Settings » Menu</a>": "뷰 %s이(가) 메뉴에 추가되었습니다. <a href=\"/menu\">설정 » 메뉴</a>에서 액세스 권한을 조정하십시오.",
|
|
1480
|
+
"Page %s added to menu. Adjust access permissions in <a href=\"/menu\">Settings » Menu</a>": "페이지 %s 이(가) 메뉴에 추가되었습니다. <a href=\"/menu\">설정 » 메뉴</a>에서 액세스 권한을 조정하세요.",
|
|
1481
|
+
"SameSite": "SameSite",
|
|
1482
|
+
"Restrict use of cookie to third-party sites. Strict is more secure, but may impact authentication": "쿠키 사용을 서드파티 사이트로 제한합니다. Strict 옵션은 보안성이 더 높지만, 인증에 영향을 줄 수 있습니다.",
|
|
1483
|
+
"Content Security Policy": "콘텐츠 보안 정책",
|
|
1484
|
+
"CORS": "CORS",
|
|
1485
|
+
"Cross-origin resource sharing": "교차 출처 리소스 공유",
|
|
1486
|
+
"Signup and login views": "회원가입 및 로그인 뷰",
|
|
1487
|
+
"Additional login and signup settings": "추가 로그인 및 회원가입 설정",
|
|
1488
|
+
"Login and signup views should be accessible by public users": "로그인 및 회원가입 뷰는 공개 사용자에게 접근 가능해야 합니다.",
|
|
1489
|
+
"Shared: %s": "공유됨: %s",
|
|
1490
|
+
"Sharing not enabled": "공유가 활성화되어 있지 않습니다.",
|
|
1491
|
+
"You must be logged in to share": "공유하려면 로그인해야 합니다.",
|
|
1492
|
+
"Fluid layout": "유동 레이아웃",
|
|
1493
|
+
"Request fluid layout from theme for a wider display for this page": "이 페이지의 더 넓은 화면 표시를 위해 테마에서 유동형 레이아웃을 요청합니다.",
|
|
1494
|
+
"Location of view to create new row": "새 행을 생성하기 위한 뷰의 위치",
|
|
1495
|
+
"Capacitor builder": "Capacitor 빌더",
|
|
1496
|
+
"Pulling the capacitor-builder docker image...": "capacitor-builder 도커 이미지를 가져오는 중...",
|
|
1497
|
+
"Pull done with code %s": "코드 %s로 풀 완료",
|
|
1498
|
+
"Default locale": "기본 로케일",
|
|
1499
|
+
"Next step": "다음 단계",
|
|
1500
|
+
"Step name": "단계 이름",
|
|
1501
|
+
"Step saved": "단계가 저장되었습니다",
|
|
1502
|
+
"Initial step": "초기 단계",
|
|
1503
|
+
"Confirm leaving unsaved": "저장되지 않은 변경 사항이 있습니다. 그래도 나가시겠습니까?",
|
|
1504
|
+
"Ask the user to confirm if they close a tab with unsaved changes": "저장되지 않은 변경 사항이 있는 탭을 닫을 때, 사용자에게 닫기를 계속할지 확인하도록 요청합니다.",
|
|
1505
|
+
"Workflow runs": "워크플로 실행",
|
|
1506
|
+
"Workflow run": "워크플로 실행",
|
|
1507
|
+
"Share to enabled": "공유 대상 활성화됨",
|
|
1508
|
+
"Enable the share to feature": "공유 대상 기능을 활성화합니다",
|
|
1509
|
+
"Allocate new row": "새 행 할당",
|
|
1510
|
+
"If the view is run without existing row, allocate a new row on load. Defaults must be set on all required fields.": "뷰가 기존 행 없이 실행되는 경우, 로드 시 새 행을 할당합니다. 모든 필수 필드에 기본값이 설정되어야 합니다.",
|
|
1511
|
+
"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.": "버전은 ‘x.y.z’ 형식으로 입력하세요 (예: 0.0.1, 각 자리는 0부터 999 사이의 숫자). 또는 비워 두어도 됩니다.",
|
|
1513
|
+
"Delete unchanged": "변경되지 않은 항목 삭제",
|
|
1514
|
+
"Delete allocated row if there are no changes.": "변경 사항이 없으면 할당된 행을 삭제합니다.",
|
|
1515
|
+
"Triggers on table": "테이블에 대한 트리거",
|
|
1516
|
+
"Please provide the keystore alias and password for the android build.": "안드로이드 빌드를 위한 키스토어 별칭(alias)과 비밀번호를 제공해 주세요.",
|
|
1517
|
+
"Submit": "제출",
|
|
1518
|
+
"OK": "알겠습니다.",
|
|
1519
|
+
"Step settings": "단계 설정",
|
|
1520
|
+
"Action settings": "액션 설정",
|
|
1521
|
+
"Keystore file is not applied for debug builds.": "Keystore 파일은 디버그 빌드에는 적용되지 않습니다.",
|
|
1522
|
+
"Workflow": "워크플로우",
|
|
1523
|
+
"Previous runs": "이전 실행",
|
|
1524
|
+
"The workflow the user will be interacting with.": "사용자가 상호 작용하게 될 워크플로우.",
|
|
1525
|
+
"Delete old workflow runs with status after days": "며칠 후 특정 상태의 오래된 워크플로 실행 삭제",
|
|
1526
|
+
"Finished": "완료됨",
|
|
1527
|
+
"Error": "오류",
|
|
1528
|
+
"Waiting": "대기 중",
|
|
1529
|
+
"Running": "실행 중",
|
|
1530
|
+
"Minimum role to access search page": "검색 페이지에 접근하기 위한 최소 역할",
|
|
1531
|
+
"Edit tables": "테이블 편집",
|
|
1532
|
+
"Minimum role to edit tables": "테이블을 편집할 수 있는 최소 역할",
|
|
1533
|
+
"Edit views": "뷰 편집",
|
|
1534
|
+
"Minimum role to edit views": "뷰를 편집할 수 있는 최소 역할",
|
|
1535
|
+
"Edit pages": "페이지 편집",
|
|
1536
|
+
"Minimum role to edit pages": "페이지 편집을 위한 최소 역할",
|
|
1537
|
+
"Edit triggers": "트리거 편집",
|
|
1538
|
+
"Minimum role to edit triggers": "트리거를 편집할 수 있는 최소 역할",
|
|
1539
|
+
"Development permissions": "개발 권한",
|
|
1540
|
+
"Inspect tables": "테이블 검사",
|
|
1541
|
+
"Minimum role to inspect (see, without editing) tables": "테이블을 검사(편집 없이 조회)하기 위한 최소 역할",
|
|
1542
|
+
"Home pages": "홈 페이지",
|
|
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.": "홈 페이지는 사용자가 홈 위치(/)에 접속했을 때 제공되는 페이지입니다. 이는 각 사용자 역할별로 설정할 수 있습니다.",
|
|
1544
|
+
"Trigger %s deleted": "트리거 %s이(가) 삭제되었습니다.",
|
|
1545
|
+
"Edit menu": "편집 메뉴",
|
|
1546
|
+
"Minimum role to edit 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": "테이블에 \"전체 텍스트 검색에 포함\" 옵션이 활성화된 키 필드(%s)가 포함되어 있으므로 전체 텍스트 검색 인덱스를 사용할 수 없습니다. 전체 텍스트 검색 인덱스를 생성하기 전에 이 옵션을 비활성화하십시오.",
|
|
1548
|
+
"Share Extension Provisioning Profile": "공유 확장(Share Extension) 프로비저닝 프로파일",
|
|
1549
|
+
"Show results in": "결과 표시 위치",
|
|
1550
|
+
"Show results from each table in this type of element": "각 테이블의 결과를 이 유형의 요소에 표시합니다.",
|
|
1551
|
+
"Search syntax help": "검색 구문 도움말",
|
|
1552
|
+
"Search syntax": "검색 구문",
|
|
1553
|
+
"Maximum role": "최대 역할",
|
|
1554
|
+
"Module dependencies": "모듈 종속성",
|
|
1555
|
+
"Prompt": "프롬프트",
|
|
1556
|
+
"Clean modules and restart": "모듈을 정리하고 다시 시작하십시오.",
|
|
1557
|
+
"Modules cleaned, server restarting...": "모듈 정리 완료, 서버를 재시작하는 중입니다...",
|
|
1558
|
+
"Delete table+views+triggers": "테이블 + 뷰 + 트리거 삭제",
|
|
1559
|
+
"No file uploaded": "파일이 업로드되지 않았습니다.",
|
|
1560
|
+
"To obtain a certificate, the administrator's email address will be shared with Let's Encrypt.": "인증서를 발급받기 위해 관리자 이메일 주소가 Let’s Encrypt와 공유됩니다.",
|
|
1561
|
+
"Local state": "로컬 상태",
|
|
1562
|
+
"Isolate state of each repeated view": "각 반복된 뷰의 상태를 개별적으로 분리하기",
|
|
1563
|
+
"Processing CSV file": "CSV 파일 처리",
|
|
1564
|
+
"Edit files": "파일 편집",
|
|
1565
|
+
"Minimum role to edit files": "파일 편집을 위한 최소 역할",
|
|
1566
|
+
"Edit search": "검색 편집",
|
|
1567
|
+
"Minimum role to edit search": "검색 편집을 위한 최소 역할",
|
|
1568
|
+
"Create snapshot": "스냅샷 생성",
|
|
1569
|
+
"Minimum role to create snapshot": "스냅샷을 생성할 수 있는 최소 역할",
|
|
1570
|
+
"Min length": "최소 길이",
|
|
1571
|
+
"Max length": "최대 길이",
|
|
1572
|
+
"Regular expression": "정규 표현식",
|
|
1573
|
+
"Exact search only": "정확히 일치하는 검색만",
|
|
1574
|
+
"Translation of": "번역 of",
|
|
1575
|
+
"Minimum": "최소",
|
|
1576
|
+
"Maximum": "최대",
|
|
1577
|
+
"All tags": "모든 태그",
|
|
1578
|
+
"Manage tags...": "태그 관리...",
|
|
1579
|
+
"Started": "시작됨",
|
|
1580
|
+
"Updated": "업데이트됨",
|
|
1581
|
+
"Status": "상태",
|
|
1582
|
+
"Working directory": "작업 디렉터리",
|
|
1583
|
+
"Row click event": "행 클릭 이벤트",
|
|
1584
|
+
"What happens when a row is clicked": "행을 클릭했을 때 발생하는 동작",
|
|
1585
|
+
"Row click action": "행 클릭 액션",
|
|
1586
|
+
"Run this action when row is clicked": "행이 클릭되었을 때 이 액션을 실행합니다.",
|
|
1587
|
+
"Reset password view": "비밀번호 재설정 뷰",
|
|
1588
|
+
"A view that will be emailed to users when they have forgotten their password": "비밀번호를 잊어버렸을 때 사용자에게 이메일로 전송되는 뷰",
|
|
1589
|
+
"Allow login methods": "로그인 방법 허용",
|
|
1590
|
+
"Inherit configuration values": "구성 값 상속",
|
|
1591
|
+
"Comma-separated list of configuration settings tenants inherit from root. Ex: <code>site_name, smtp_host, allow_signup</code>": "루트로부터 테넌트가 상속받는 구성 설정의 콤마로 구분된 목록입니다. 예: <code>site_name, smtp_host, allow_signup</code>",
|
|
1592
|
+
"Disable CSRF routes": "CSRF 라우트 비활성화",
|
|
1593
|
+
"Comma-separated list of relative URL routes where CSRF token checking is disabled. Example: <code>/files/upload, /auth/signup</code>": "CSRF 토큰 검사가 비활성화된 상대 URL 경로의 콤마로 구분된 목록입니다. 예: <code>/files/upload, /auth/signup</code>",
|
|
1594
|
+
"Only day": "하루만",
|
|
1595
|
+
"Language CSV": "언어 CSV",
|
|
1596
|
+
"Upload language CSV": "언어 CSV 업로드",
|
|
1597
|
+
"Create an account!": "계정을 생성하십시오!",
|
|
1598
|
+
"Login with %s": "%s(으)로 로그인",
|
|
1599
|
+
"Already have an account? Login!": "이미 계정이 있으신가요? 로그인하세요!",
|
|
1600
|
+
"Translated %s strings. Click 'Translate with LLM' again to continue": "%s개의 문자열을 번역했습니다. 계속하려면 ‘LLM으로 번역’ 버튼을 다시 클릭하세요.",
|
|
1601
|
+
"Translate with LLM": "LLM으로 번역하기",
|
|
1602
|
+
"You may need to adjust view relations associated with this table after renaming it": "이 테이블의 이름을 변경한 후, 이 테이블과 연관된 뷰 관계를 조정해야 할 수 있습니다.",
|
|
1603
|
+
"Error running workflow": "워크플로 실행 중 오류",
|
|
1604
|
+
"Choose File": "파일 선택",
|
|
1605
|
+
"No file chosen": "파일이 선택되지 않았습니다",
|
|
1606
|
+
"S3 Bucket Name": "S3 버킷 이름",
|
|
1607
|
+
"S3 Access Key": "S3 액세스 키",
|
|
1608
|
+
"S3 Secret Key": "S3 시크릿 키",
|
|
1609
|
+
"S3 Region": "S3 리전",
|
|
1610
|
+
"S3 Endpoint": "S3 엔드포인트",
|
|
1611
|
+
"Enable maintenance mode": "유지 관리 모드를 활성화합니다.",
|
|
1612
|
+
"Enable maintenance mode to restrict access to non-admin users": "관리자가 아닌 사용자에 대한 접근을 제한하도록 유지 관리 모드를 활성화합니다.",
|
|
1613
|
+
"Maintenance mode page": "유지 관리 모드 페이지",
|
|
1614
|
+
"Select the page to display during maintenance mode": "점검 모드 동안 표시할 페이지를 선택하십시오.",
|
|
1615
|
+
"Create basic views": "기본 뷰 만들기",
|
|
1616
|
+
"Create views": "뷰 생성",
|
|
1617
|
+
"Decimal places": "소수 자릿수",
|
|
1618
|
+
"%s view - %s": "%s 뷰 - %s",
|
|
1619
|
+
"Password to encrypt the backup file. Leave empty for no encryption": "백업 파일을 암호화하기 위한 비밀번호입니다. 암호화를 사용하지 않으려면 비워 두십시오.",
|
|
1620
|
+
"Show full error to user on crash, enable editing field type": "크래시 발생 시 전체 오류를 사용자에게 표시, 필드 타입 편집 활성화",
|
|
1621
|
+
"Shown to the user if foreign key constraint is violated": "외래 키 제약 조건이 위반되었을 때 사용자에게 표시됨",
|
|
1622
|
+
"Button Style": "버튼 스타일",
|
|
1623
|
+
"Disable full-text search": "전체 텍스트 검색 비활성화",
|
|
1624
|
+
"Use LIKE instead of tsvector. Use to match against phrase in the middle of a word.": "tsvector 대신 LIKE를 사용하세요. 단어 중간에 위치한 구문과 매칭하기 위해 사용합니다.",
|
|
1625
|
+
"Model configuration": "모델 구성",
|
|
1626
|
+
"Push Notifications": "푸시 알림",
|
|
1627
|
+
"Push Notifications enabled": "푸시 알림 사용 설정됨",
|
|
1628
|
+
"VAPID public key": "VAPID 공개 키",
|
|
1629
|
+
"Public key for VAPID authentication in web push notifications": "웹 푸시 알림에서 VAPID 인증을 위한 공개 키",
|
|
1630
|
+
"VAPID private key": "VAPID 개인 키",
|
|
1631
|
+
"Private key for VAPID authentication in web push notifications": "웹 푸시 알림에서 VAPID 인증을 위한 비공개 키",
|
|
1632
|
+
"VAPID email": "VAPID 이메일",
|
|
1633
|
+
"Email address for VAPID authentication in web push notifications. Usually, it is your email address.": "웹 푸시 알림에서 VAPID 인증에 사용되는 이메일 주소입니다. 일반적으로 본인의 이메일 주소를 입력합니다.",
|
|
1634
|
+
"Web push icon": "웹 푸시 아이콘",
|
|
1635
|
+
"Select a publicly accessible square image file": "공개적으로 접근 가능한 정사각형 이미지 파일을 선택하십시오.",
|
|
1636
|
+
"Web push badge": "웹 푸시 배지",
|
|
1637
|
+
"Select a publicly accessible monochrome square image file (prefarbly 72x72px)": "공개적으로 접근 가능한 단색(모노크롬) 정사각형 이미지 파일을 선택하세요 (가급적 72x72px).",
|
|
1638
|
+
"Comma-separated list of relative URL route prefixes where CSRF token checking is disabled. Example: <code>/files/upload, /auth/signup</code>": "CSRF 토큰 검사가 비활성화되는 상대 URL 라우트 프리픽스의 콤마로 구분된 목록입니다. 예: <code>/files/upload, /auth/signup</code>",
|
|
1639
|
+
"Push icon": "푸시 아이콘",
|
|
1640
|
+
"Push badge": "푸시 배지",
|
|
1641
|
+
"Web push": "웹 푸시",
|
|
1642
|
+
"Native Android": "네이티브 안드로이드",
|
|
1643
|
+
"Firebase JSON key": "Firebase JSON 키",
|
|
1644
|
+
"This is your Firebase Service Account JSON key file. ": "이것은 Firebase 서비스 계정 JSON 키 파일입니다.",
|
|
1645
|
+
"Serve HTML files": "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": "안전하지 않음. HTML 파일이 일반 텍스트가 아닌 브라우저에서 렌더링됩니다. 특정 HTML 파일을 안전하게 제공하려면 HTML 파일 설정이 적용된 Page를 사용하십시오.",
|
|
1647
|
+
"Real-time updates": "실시간 업데이트",
|
|
1648
|
+
"Enable real-time updates for this view": "이 뷰에 대한 실시간 업데이트를 활성화합니다.",
|
|
1649
|
+
"today": "오늘",
|
|
1650
|
+
"Push notifications": "푸시 알림",
|
|
1651
|
+
"Password Policy": "비밀번호 정책",
|
|
1652
|
+
"Minimum password length": "최소 비밀번호 길이",
|
|
1653
|
+
"The minimum length of passwords for users. Set to 0 to disable password requirements.": "사용자 비밀번호의 최소 길이입니다. 비밀번호 요구 사항을 비활성화하려면 0으로 설정하십시오.",
|
|
1654
|
+
"Check common passwords": "일반적인 비밀번호 확인",
|
|
1655
|
+
"Check if the password is in the list of common passwords. If enabled, users will not be able to use common passwords.": "비밀번호가 일반적으로 사용되는 비밀번호 목록에 포함되어 있는지 확인합니다. 이 옵션을 활성화하면, 사용자는 흔히 사용되는 비밀번호를 사용할 수 없습니다.",
|
|
1656
|
+
"Require uppercase": "대문자 필수",
|
|
1657
|
+
"Require at least one uppercase letter in the password": "비밀번호에 최소 한 개 이상의 대문자를 포함해야 합니다.",
|
|
1658
|
+
"Require lowercase": "소문자 요구됨",
|
|
1659
|
+
"Require at least one lowercase letter in the password": "비밀번호에 최소 한 개 이상의 소문자를 포함해야 합니다.",
|
|
1660
|
+
"Require number": "숫자 필수",
|
|
1661
|
+
"Require at least one number in the password": "비밀번호에 최소 한 개 이상의 숫자를 포함해야 합니다.",
|
|
1662
|
+
"Require special character": "특수 문자가 필요합니다.",
|
|
1663
|
+
"Require at least one special character in the password": "비밀번호에 최소 한 개 이상의 특수 문자를 포함하도록 요구합니다.",
|
|
1664
|
+
"Password complexity": "비밀번호 복잡도",
|
|
1665
|
+
"The regular expression that passwords must match. Set to empty string to disable password complexity requirements.": "비밀번호가 일치해야 하는 정규식입니다. 비밀번호 복잡성 요구 사항을 비활성화하려면 빈 문자열로 설정하십시오.",
|
|
1666
|
+
"Password complexity error": "비밀번호 복잡성 오류",
|
|
1667
|
+
"The error message to show when password does not match the complexity requirements.": "비밀번호가 복잡성 요구 사항을 충족하지 않을 때 표시할 오류 메시지.",
|
|
1668
|
+
"Only if": "오직 ~하는 경우에만",
|
|
1669
|
+
"Optional JavaScript expression to determine if the trigger should run.": "트리거를 실행할지 여부를 결정하기 위한 선택적 JavaScript 표현식입니다.",
|
|
1670
|
+
"Admin Page": "관리자 페이지",
|
|
1671
|
+
"User Page": "사용자 페이지",
|
|
1672
|
+
"User menu header": "사용자 메뉴 헤더",
|
|
1673
|
+
"Some themes display this header differently": "일부 테마에서는 이 헤더가 다르게 표시됩니다.",
|
|
1674
|
+
"Dynamic server side updates": "동적 서버 사이드 업데이트",
|
|
1675
|
+
"Enable dynamic updates": "동적 업데이트 활성화",
|
|
1676
|
+
"Enable server side updates from within run_js_code actions": "run_js_code 액션 내에서 서버 측 업데이트를 활성화합니다.",
|
|
1677
|
+
"Vertical alignment": "수직 정렬",
|
|
1678
|
+
"Header filters": "헤더 필터",
|
|
1679
|
+
"Update event": "이벤트 업데이트",
|
|
1680
|
+
"Custom event for real-time updates": "실시간 업데이트를 위한 커스텀 이벤트",
|
|
1681
|
+
"Responsve collapse": "반응형 접기",
|
|
1682
|
+
"Horizontal display on smaller screens": "작은 화면에서의 가로형 표시",
|
|
1683
|
+
"Collapse breakpoint (px)": "접기 기준점 (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.": "현재 트리거가 없습니다. 아래 버튼을 클릭하여 트리거를 생성할 수 있습니다. 트리거는 주기적인 이벤트, 데이터베이스 테이블 변경, 버튼 클릭 또는 기타 외부 이벤트와 같이 특정 이벤트에 반응하여 실행되는 액션입니다.",
|
|
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.": "트리거는 조건(트리거가 언제 실행될지), 액션(모듈에서 제공되는 것), 그리고 해당 액션에 대한 설정으로 정의됩니다.",
|
|
1686
|
+
"Run async": "비동기로 실행",
|
|
1687
|
+
"Run action in background": "백그라운드에서 액션 실행",
|
|
1688
|
+
"Delegate error handling to tenants": "오류 처리를 테넌트에 위임합니다.",
|
|
1689
|
+
"Toggle header filters": "헤더 필터 토글",
|
|
1690
|
+
"Row color formula": "행 색상 수식",
|
|
1691
|
+
"Formula for row background color. Ex.: <code>age>65 ?'#aaffaa': null</code>": "행 배경색을 위한 수식. 예: `<code>age>65 ?'#aaffaa': null</code>`",
|
|
1692
|
+
"Table layout": "테이블 레이아웃",
|
|
1693
|
+
"CSV BOM": "CSV BOM",
|
|
1694
|
+
"Include the Byte-Order Mark in downloaded CSV files": "다운로드된 CSV 파일에 바이트 순서 표시(BOM)를 포함합니다.",
|
|
1695
|
+
"Localize CSV downloads": "CSV 다운로드 현지화",
|
|
1696
|
+
"Sticky headers": "고정 헤더",
|
|
1697
|
+
"API tokens for this user:": "이 사용자에 대한 API 토큰:",
|
|
1698
|
+
"Revoke": "취소",
|
|
1699
|
+
"original": "원본",
|
|
1700
|
+
"Remove all": "모두 제거",
|
|
1701
|
+
"API token revoked": "API 토큰이 취소됨",
|
|
1702
|
+
"Dropdown header filters": "드롭다운 헤더 필터",
|
|
1703
|
+
"Show if": "표시 여부",
|
|
1704
|
+
"Optional expression. Show only if true. In scope: <code>user</code>, <code>url</code>, <code>query</code>": "선택적 표현. 조건이 참일 때만 표시합니다. 사용 가능한 범위: <code>user</code>, <code>url</code>, <code>query</code>",
|
|
1705
|
+
"Search entities by name or type...": "이름 또는 유형으로 엔티티 검색...",
|
|
1706
|
+
"Tags:": "태그:",
|
|
1707
|
+
"Types:": "유형:",
|
|
1708
|
+
"Access | Read/Write": "액세스 | 읽기/쓰기",
|
|
1709
|
+
"No entities found": "엔티티를 찾을 수 없습니다.",
|
|
1710
|
+
"Try adjusting your search or filter options": "검색 또는 필터 옵션을 조정해 보세요.",
|
|
1711
|
+
"Entities": "엔티티",
|
|
1712
|
+
"Sessions": "세션",
|
|
1713
|
+
"Updates and module store": "업데이트 및 모듈 스토어",
|
|
1714
|
+
"Air gap deployment": "에어 갭 배포",
|
|
1715
|
+
"Disable updates from NPM and Saltcorn module store for isolated network environments": "격리된 네트워크 환경을 위해 NPM 및 Saltcorn 모듈 스토어로부터의 업데이트 비활성화",
|
|
1716
|
+
"The endpoint of module store.": "모듈 스토어의 엔드포인트.",
|
|
1717
|
+
"Maintenance mode": "유지 관리 모드",
|
|
1718
|
+
"Full page count": "전체 페이지 수",
|
|
1719
|
+
"Disable for to increase performance for large tables": "대용량 테이블의 성능 향상을 위해 비활성화하십시오.",
|
|
1720
|
+
"Go to tables list": "테이블 목록으로 이동",
|
|
1721
|
+
"Go to views list": "뷰 목록으로 이동",
|
|
1722
|
+
"Go to pages list": "페이지 목록으로 이동",
|
|
1723
|
+
"Go to triggers list": "트리거 목록으로 이동",
|
|
1724
|
+
"Open legacy list": "레거시 목록 열기",
|
|
1725
|
+
"Set context": "컨텍스트 설정",
|
|
1726
|
+
"Array": "배열",
|
|
1727
|
+
"Add step": "단계 추가",
|
|
1728
|
+
"Edit step": "편집 단계",
|
|
1729
|
+
"Add after": "뒤에 추가",
|
|
1730
|
+
"Set as start": "시작 지점으로 설정",
|
|
1731
|
+
"Start": "시작",
|
|
1732
|
+
"Show runs": "실행 내역 표시",
|
|
1733
|
+
"Auto layout": "자동 레이아웃",
|
|
1734
|
+
"No steps yet": "아직 단계가 없습니다.",
|
|
1735
|
+
"Loading": "로딩 중",
|
|
1736
|
+
"Loop body": "루프 본문",
|
|
1737
|
+
"Show runs »": "실행 내역 표시 »",
|
|
1738
|
+
"Entry point by role": "역할별 진입 지점",
|
|
1739
|
+
"When enabled, you will be logged in as a public user without any login screen.": "활성화하면 로그인 화면 없이 공용 사용자로 자동 로그인됩니다.",
|
|
1740
|
+
"Show 'Continue as public user' link": "'공용 사용자로 계속하기' 링크 표시",
|
|
1741
|
+
"When enabled, the login screen shows you a link to login as public user.": "활성화하면 로그인 화면에 공개 사용자로 로그인할 수 있는 링크가 표시됩니다.",
|
|
1742
|
+
"Allow clear text traffic": "평문 트래픽을 허용합니다.",
|
|
1743
|
+
"Enable this to allow unsecure HTTP connections. Useful for local testing.": "보안되지 않은 HTTP 연결을 허용하려면 이 옵션을 활성화합니다. 로컬 테스트에 유용합니다.",
|
|
1744
|
+
"Enable this to integrate offline/online Synchronization into your app.": "이 기능을 활성화하여 오프라인/온라인 동기화를 앱에 통합하십시오.",
|
|
1745
|
+
"Tables to synchronize": "동기화할 테이블",
|
|
1746
|
+
"Sync on reconnect": "재연결 시 동기화",
|
|
1747
|
+
"Run Synchronizations when the network connection is restored.": "네트워크 연결이 복구되면 동기화를 실행합니다.",
|
|
1748
|
+
"Sync on app resume": "앱 재개 시 동기화",
|
|
1749
|
+
"Run Synchronizations when the app is resumed from background.": "앱이 백그라운드에서 다시 활성화될 때 동기화를 실행합니다.",
|
|
1750
|
+
"Push sync": "푸시 동기화",
|
|
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).": "서버가 푸시 알림을 전송할 때 동기화를 실행합니다. Android에서는 이를 위해 Firebase JSON 키와 Google Services 파일(아래 참조)이 필요합니다.",
|
|
1752
|
+
"Background Sync interval": "백그라운드 동기화 간격",
|
|
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.": "백그라운드에서 동기화를 실행할 주기적 간격(분 단위)입니다. 이는 최소 간격일 뿐이며, 시스템 상태에 따라 실제 실행 시간은 더 길어질 수 있습니다.",
|
|
1754
|
+
"Release Signing": "릴리스 서명",
|
|
1755
|
+
"Firebase JSON Key": "Firebase JSON 키",
|
|
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.": "이 파일은 Firebase 프로젝트용 비공개 키 파일입니다. Saltcorn 서버는 이 키를 사용하여 Android 모바일 앱으로 푸시 알림 또는 푸시 기반 동기화를 전송합니다. 이 파일을 '/mobile-app-configurations' 디렉터리에 업로드하십시오(존재하지 않을 경우 생성하십시오). 해당 설정은 여기에서 또는 'Notifications' 메뉴에서 구성할 수 있습니다.",
|
|
1757
|
+
"Google Services File": "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.": "이 파일은 귀하의 모바일 앱에 특화된 설정 파일입니다. 이 파일에는 App ID, Firebase 프로젝트 ID, API 키 등을 비롯한 다양한 정보가 포함되어 있습니다. 이 파일은 클라이언트에 번들되며, 서버로부터의 푸시 알림 또는 푸시 기반 동기화에 가입(subscribe)하는 데 사용됩니다. 해당 파일을 `/mobile-app-configurations` 디렉터리에 업로드하십시오(디렉터리가 존재하지 않는 경우 생성하십시오). 이곳에서 또는 ‘Notifications’ 메뉴에서 설정을 구성할 수 있습니다.",
|
|
1759
|
+
"Build tools": "빌드 도구",
|
|
1760
|
+
"Not a Mac OS system": "Mac OS 시스템이 아님",
|
|
1761
|
+
"Provisioning profiles": "프로비저닝 프로파일",
|
|
1762
|
+
"No Provisioning Profile": "프로비저닝 프로파일 없음",
|
|
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.": ".ipa 파일을 빌드하지 않고 프로젝트 디렉터리만 생성합니다. 이는 Xcode에서 프로젝트를 열어 시뮬레이터에서 실행하고자 할 때 유용합니다.",
|
|
1764
|
+
"APN Signing Key (.p8 file)": "APN 서명 키(.p8 파일)",
|
|
1765
|
+
"This is a private key file": "이것은 개인 키 파일입니다.",
|
|
1766
|
+
"APN Signing Key ID": "APN 서명 키 ID",
|
|
1767
|
+
"The 10-character Key ID obtained from Apple developer account": "Apple 개발자 계정에서 획득한 10자 키 ID",
|
|
1768
|
+
"Edit file": "파일 편집",
|
|
1769
|
+
"Editing %s": "%s 편집",
|
|
1770
|
+
"Run immediately in background": "즉시 백그라운드에서 실행",
|
|
1771
|
+
"Row expression": "행 표현",
|
|
1772
|
+
"Less...": "더 적게...",
|
|
1773
|
+
"Deep search": "딥 검색",
|
|
1774
|
+
"Clear selection": "선택 지우기",
|
|
1775
|
+
"%s selected": "%s개 선택됨",
|
|
1776
|
+
"Delete selected": "선택 항목 삭제",
|
|
1777
|
+
"selected": "선택됨",
|
|
1778
|
+
"Delete %s selected items?": "선택한 항목 %s개를 삭제하시겠습니까?",
|
|
1779
|
+
"Delete selected items?": "선택한 항목을 삭제하시겠습니까?",
|
|
1780
|
+
"Failed to delete selected items": "선택한 항목을 삭제하지 못했습니다.",
|
|
1781
|
+
"Configurable": "구성 가능",
|
|
1782
|
+
"Info": "정보",
|
|
1783
|
+
"Show tables (Alt+T)": "테이블 표시 (Alt+T)",
|
|
1784
|
+
"Show views (Alt+V)": "뷰 표시 (Alt+V)",
|
|
1785
|
+
"Show pages (Alt+P)": "페이지 표시 (Alt+P)",
|
|
1786
|
+
"Show triggers (Alt+R)": "트리거 표시 (Alt+R)",
|
|
1787
|
+
"Show users (Alt+U)": "사용자 표시 (Alt+U)",
|
|
1788
|
+
"Show modules (Alt+M)": "모듈 표시 (Alt+M)",
|
|
1789
|
+
"Finished translating %s strings.": "%s개의 문자열 번역을 완료했습니다.",
|
|
1790
|
+
"This is a Share extension profile": "이것은 공유 확장 프로필입니다.",
|
|
1791
|
+
"App Group ID": "앱 그룹 ID",
|
|
1792
|
+
"The App Group ID is used to share data between the main app and the Share extension.": "App 그룹 ID는 메인 앱과 공유 확장 프로그램 간에 데이터를 공유하는 데 사용됩니다."
|
|
1793
|
+
}
|