declare const locales: { readonly DX_CLI_Common_0013: { readonly zh_CN: "完成"; readonly en_US: "Completed"; }; readonly DX_CLI_Common_0020: { readonly zh_CN: "请检查对应目录下的 index.meta.json 文件,其应为有效的 JSON"; readonly en_US: "Please check the index.meta.json file in the corresponding directory and ensure that it is in valid JSON format"; }; readonly DX_CLI_Common_0021: { readonly zh_CN: "请根据报错信息修改代码后,再重试"; readonly en_US: "Please modify the code according to the error message, and then try again"; }; readonly DX_CLI_Common_0022: { readonly zh_CN: "请根据报错信息处理后,再重试"; readonly en_US: "Please handle the issue according to the error message, and then try again"; }; readonly DX_CLI_Component_0001: { readonly zh_CN: "使用默认的调试目标启动调试服务:{{defaultTargets}}"; readonly en_US: "Start dev server for default targets: {{defaultTargets}}"; }; readonly DX_CLI_Component_0002: { readonly zh_CN: "为调试服务器选择调试目标:"; readonly en_US: "Choose the targets to start dev server:"; }; readonly DX_CLI_Component_0003: { readonly zh_CN: "这是你第一次选择调试目标,你的选择将保存到偏好设置中"; readonly en_US: "It's the first time you select dev targets, and the targets you have selected will save to your Preferences."; }; readonly DX_CLI_Component_0006: { readonly zh_CN: "加载组件开发工具"; readonly en_US: "Load component devtool"; }; readonly DX_CLI_Component_0007: { readonly zh_CN: "加载中,请稍等..."; readonly en_US: "Loading..."; }; readonly DX_CLI_Component_0008: { readonly zh_CN: "加载组件开发工具错误:{{msg}}"; readonly en_US: "Component devtool loading error: {{msg}}"; }; readonly DX_CLI_Component_0009: { readonly zh_CN: "安装依赖"; readonly en_US: "Install dependencies"; }; readonly DX_CLI_Component_0010: { readonly zh_CN: "命中缓存,依赖安装已完成"; readonly en_US: "Cache hit. Dependencies installed."; }; readonly DX_CLI_Component_0011: { readonly zh_CN: "安装组件依赖"; readonly en_US: "Install component dependencies"; }; readonly DX_CLI_Component_0012: { readonly zh_CN: "启动调试服务器"; readonly en_US: "Start dev server"; }; readonly DX_CLI_Component_0013: { readonly zh_CN: "「@kunlun-dx/sdk」 的版本应为一个有效的语义版本"; readonly en_US: "The version of \"@kunlun-dx/sdk\" should be a valid semantic version"; }; readonly DX_CLI_Component_0014: { readonly zh_CN: "启动调试服务器失败"; readonly en_US: "Unable to start dev server"; }; readonly DX_CLI_Component_0015: { readonly zh_CN: "清除小程序开发缓存"; readonly en_US: "Clear cache of gadget development"; }; readonly DX_CLI_Component_0017: { readonly zh_CN: "当前工作区中的组件开发目录({{componentsRoot}})不存在"; readonly en_US: "The components directory ({{componentsRoot}}) doesn't exit in the current workspace"; }; readonly DX_CLI_Component_0018: { readonly zh_CN: "你可以运行「{{brand}} component repair」以确保组件目录存在"; readonly en_US: "You can run \"{{brand}} component repair\" to ensure there exists a components directory"; }; readonly DX_CLI_Component_0019: { readonly zh_CN: "或者运行「{{brand}} component create」直接创建一个新的组件"; readonly en_US: "Or you can run \"{{brand}} component create\" to create a new component directly."; }; readonly DX_CLI_Component_0020: { readonly zh_CN: "找不到组件根目录"; readonly en_US: "Can't find the root directory of component"; }; readonly DX_CLI_Component_0021: { readonly zh_CN: "请在有效工作区中运行该命令"; readonly en_US: "Please run the command in a valid workspace"; }; readonly DX_CLI_Component_0022: { readonly zh_CN: "加载模板描述文件"; readonly en_US: "Load template manifest"; }; readonly DX_CLI_Component_0023: { readonly zh_CN: "加载模板组件描述文件失败:"; readonly en_US: "Unable to load template component manifest:"; }; readonly DX_CLI_Component_0024: { readonly zh_CN: "不存在与 @kunlun-dx/sdk@{{sdkVersion}} 版本匹配的模板"; readonly en_US: "No valid templates for @kunlun-dx/sdk@{{sdkVersion}}."; }; readonly DX_CLI_Component_0025: { readonly zh_CN: "有效的 SDK 版本是 {{versionStr}}"; readonly en_US: "Valid SDK versions are {{versionStr}}"; }; readonly DX_CLI_Component_0026: { readonly zh_CN: "没有找到名称为「{{template}}」的模板,请在下方选择一个可用的模板"; readonly en_US: "Can't find any template named \"{{template}}\". Please select a valid template from below."; }; readonly DX_CLI_Component_0027: { readonly zh_CN: "更多详情,可查看:"; readonly en_US: "For more details, view:"; }; readonly DX_CLI_Component_0028: { readonly zh_CN: "请选择一个模板:"; readonly en_US: "Please select a template:"; }; readonly DX_CLI_Component_0029: { readonly zh_CN: "使用模板「{{matchedComponent}}」创建组件「{{apiName}}」"; readonly en_US: "Create component \"{{apiName}}\" using template \"{{matchedComponent}}\""; }; readonly DX_CLI_Component_0030: { readonly zh_CN: "加载模板 「{{matchedComponent}}」 完成"; readonly en_US: "Template \"{{matchedComponent}}\" loaded"; }; readonly DX_CLI_Component_0031: { readonly zh_CN: "加载模板 「{{matchedComponent}}]」失败:"; readonly en_US: "Unable to load template \"{{matchedComponent}}\":"; }; readonly DX_CLI_Component_0032: { readonly zh_CN: "解压缩模板"; readonly en_US: "Uncompress template"; }; readonly DX_CLI_Component_0033: { readonly zh_CN: "有一些依赖冲突如下:"; readonly en_US: "There are some dependency conflicts as below:"; }; readonly DX_CLI_Component_0034: { readonly zh_CN: "包名"; readonly en_US: "Name"; }; readonly DX_CLI_Component_0035: { readonly zh_CN: "工作区中的版本"; readonly en_US: "Versions in workspace"; }; readonly DX_CLI_Component_0036: { readonly zh_CN: "模板中的版本"; readonly en_US: "Versions in template"; }; readonly DX_CLI_Component_0037: { readonly zh_CN: "请确认选用版本:"; readonly en_US: "Please select the version you prefer to use:"; }; readonly DX_CLI_Component_0038: { readonly zh_CN: "写入模板失败:"; readonly en_US: "Unable to write template:"; }; readonly DX_CLI_Component_0039: { readonly zh_CN: "使用空模板创建组件「{{apiName}}」"; readonly en_US: "Create component \"{{apiName}}\" using empty template"; }; readonly DX_CLI_Component_0040: { readonly zh_CN: "目标目录「{{destination}}」应为空"; readonly en_US: "The destination directory \"{{destination}}\" should be empty"; }; readonly DX_CLI_Component_0041: { readonly zh_CN: "删除目标目录“{{destination}}”或修改组件 API 名称"; readonly en_US: "Remove the destination directory \"{{destination}}\" or change the component API name"; }; readonly DX_CLI_Component_0042: { readonly zh_CN: "组件 API 名称无效"; readonly en_US: "Invalid component API name"; }; readonly DX_CLI_Component_0043: { readonly zh_CN: "输入组件 API 名称:"; readonly en_US: "Enter the component API name:"; }; readonly DX_CLI_Component_0044: { readonly zh_CN: "组件 API 名称必填"; readonly en_US: "Component API name is required"; }; readonly DX_CLI_Component_0045: { readonly zh_CN: "API 名称仅支持字母、数字和下划线,且必须以字母开头,不能包含连续的下划线或以下划线结尾"; readonly en_US: "An API name can contain only alphabetic characters, numbers, and underscores. It must start with an alphabetic character, and cannot contain consecutive underscores or end with underscores."; }; readonly DX_CLI_Component_0046: { readonly zh_CN: "选择要创建的组件类型"; readonly en_US: "Select the type of component to create"; }; readonly DX_CLI_Component_0047: { readonly zh_CN: "检测到自定义构建脚本存在,使用脚本「{{script}}」"; readonly en_US: "Custom build script detected. Please use the script \"{{script}}\" instead."; }; readonly DX_CLI_Component_0048: { readonly zh_CN: "构建组件失败"; readonly en_US: "Unable to build component"; }; readonly DX_CLI_Component_0049: { readonly zh_CN: "确认组件开发环境"; readonly en_US: "Check the component development environment"; }; readonly DX_CLI_Component_0050: { readonly zh_CN: "组件根目录中没有「tsconfig.json」文件"; readonly en_US: "No \"tsconfig.json\" file found in the root of the component"; }; readonly DX_CLI_Component_0051: { readonly zh_CN: "组件根目录中的「tsconfig.json」文件文件内容不是有效的 JSON 格式"; readonly en_US: "The \"tsconfig.json\" file in the root of the component is not in valid JSON format"; }; readonly DX_CLI_Component_0052: { readonly zh_CN: "react 类型应在「tsconfig.json」文件的路径中明确设置"; readonly en_US: "The \"react\" type should be explicitly set in paths of \"tsconfig.json\""; }; readonly DX_CLI_Component_0053: { readonly zh_CN: "组件根目录中的「tsconfig.json」文件应在文件中包含「{{file}}」"; readonly en_US: "The \"tsconfig.json\" in the root of the component should include \"{{file}}\""; }; readonly DX_CLI_Component_0054: { readonly zh_CN: "组件根目录中没有「package.json」文件"; readonly en_US: "No \"package.json\" file found in the root of the component"; }; readonly DX_CLI_Component_0055: { readonly zh_CN: "组件开发目录中的「package.json」中未添加对「{{depName}}@{{version}}」的依赖"; readonly en_US: "The dependency on \"{{depName}}@{{version}}\" is not added in \"package.json\" of component root"; }; readonly DX_CLI_Component_0056: { readonly zh_CN: "「package.json」中的依赖项「{{depName}}」不满足推荐范围「{{version}}」"; readonly en_US: "The dependency \"{{depName}}\" in \"package.json\" is not within the recommended range \"{{version}}\""; }; readonly DX_CLI_Component_0057: { readonly zh_CN: "组件开发环境不符合推荐标准"; readonly en_US: "The component development environment is not as recommend"; }; readonly DX_CLI_Component_0058: { readonly zh_CN: "你可以运行命令「{{brand}} component repair」,以自动修复"; readonly en_US: "You can run command \"{{brand}} component repair\" to fix that"; }; readonly DX_CLI_Component_0059: { readonly zh_CN: "无法解析「{{dir}}」中的组件入口文件"; readonly en_US: "Unable to parse the component entry file in \"{{dir}}\""; }; readonly DX_CLI_Component_0060: { readonly zh_CN: "无法解析「{{dir}}」中的「index.meta.json」"; readonly en_US: "Unable to parse \"index.meta.json\" in \"{{dir}}\""; }; readonly DX_CLI_Component_0061: { readonly zh_CN: "「{{dir}}」中的组件 API 名称无效"; readonly en_US: "The component API name in \"{{dir}}\" is invalid"; }; readonly DX_CLI_Component_0062: { readonly zh_CN: "以下路径中存在重复的组件 API 名称「{{apiName}}」:"; readonly en_US: "Duplicate component API name \"{{apiName}}\" found in the following paths:"; }; readonly DX_CLI_Component_0063: { readonly zh_CN: "修改上述任一路径中的组件 API 名称,以避免重复"; readonly en_US: "Modify the component API name in any of the above paths to avoid duplication"; }; readonly DX_CLI_Component_0064: { readonly zh_CN: "请先正确设置入口文件名称,名称必须为下列名称中的一个:{{entryNames}}。"; readonly en_US: "Please set the entry file name correctly first, and the name must be one of the following: {{entryNames}}."; }; readonly DX_CLI_Component_0065: { readonly zh_CN: "参考 https://semver.org/ 设置正确的 @kunlun-dx/sdk 版本号"; readonly en_US: "Refer to https://semver.org/ to set the correct version number of @kunlun-dx/sdk"; }; readonly DX_CLI_Component_0066: { readonly zh_CN: "你可以在运行调试命令时指定 --default 选项来重置默认的调试目标\n例如:命令 “{{brand}} component dev --mini --default” 会将调试目标重置为“mini”。"; readonly en_US: "You can run dev command with --default option to reset the default targets any time.\nFor example: the command '{{brand}} component dev --mini --default' should reset the targets to 'mini'."; }; readonly CLI_CustomComponent_OptionNotSupportedForNewAppPages: { readonly zh_CN: "新版应用页面不支持 {{optionKey}} 选项"; readonly en_US: "{{optionKey}} option is not supported in the new builder"; }; readonly CLI_CustomComponent_NewAppPagesNotSupported: { readonly zh_CN: "不支持新版应用页面"; readonly en_US: "Not supported in the new builder"; }; readonly CLI_CustomComponent_CheckFileFormat: { readonly zh_CN: "请检查对应目录下的「{{fileName}}」文件是否为有效的 JSON"; readonly en_US: "Please check if \"{{fileName}}\" in the corresponding directory is in valid JSON format"; }; readonly CLI_CustomComponent_ParseFileErr: { readonly zh_CN: "无法解析「{{dir}}」中的「{{fileName}}」"; readonly en_US: "Unable to parse \"{{fileName}}\" in \"{{dir}}\""; }; readonly DX_CLI_Cant_Use_Temp_If_Not_Bnpm: { readonly zh_CN: "仅支持在内网 bnpm 源中使用组件模版"; readonly en_US: "Component templates are available only when bnpm registry configured."; }; readonly DX_CLI_Component_Not_Support_Template: { readonly zh_CN: "目前不支持通过模版创建组件"; readonly en_US: "Creating component via templates is currently not supported"; }; readonly DX_CLI_Component_Build_Component: { readonly zh_CN: "构建组件"; readonly en_US: "Build Components"; }; readonly DX_CLI_Component_No_Module: { readonly zh_CN: "当前工程无组件模块"; readonly en_US: "No component module in current project"; }; readonly DX_CLI_Component_Dev_Cant_Use_Target_NS_When_Not_Online: { readonly zh_CN: "请执行 `{{cli}} auth login --tenant={{tenantName}}` 登录到线上租户后再使用跨应用调试功能"; readonly en_US: "Please execute `{{cli}} auth login --tenant={{tenantName}}` to login to online tenant before debuging in other namespace"; }; readonly CLI_ComponentLibrary_SortErr1: { readonly zh_CN: "分组配置文件出错,没有找到对应 API 名称的组件信息,请检查:{{items}}"; readonly en_US: "Error in grouping configuration file. No component information found for the given API name. Please review: {{items}}."; }; readonly CLI_ComponentLibrary_SortErr2: { readonly zh_CN: "分组配置文件出错,组件只能属于一个分组,请调整:{{items}}"; readonly en_US: "Error in grouping configuration file. Components can only belong to one group. Please adjust: {{items}}."; }; readonly CLI_ComponentLibrary_SortErr3: { readonly zh_CN: "解析组件分组配置文件 category.json 失败"; readonly en_US: "Unable to parse grouping configuration file category.json"; }; readonly CLI_CustomComponent_Builder3AppPagesNotSupported: { readonly zh_CN: "不支持Builder3.0应用页面"; readonly en_US: "Not supported in the builder 3.0"; }; readonly CLI_CustomComponent_Builder2AppPagesNotSupported: { readonly zh_CN: "不支持Builder2.0应用页面"; readonly en_US: "Not supported in the builder 2.0"; }; readonly CLI_CustomComponent_Builder1AppPagesNotSupported: { readonly zh_CN: "不支持 Builder1.0 应用页面"; readonly en_US: "Not supported in the builder 1.0"; }; readonly Kunlun_Commercialization_PlanBasedFeatureDiff_UnableToCreateCustomCompt_Text: { readonly zh_CN: "无法创建自定义组件。升级至付费版本,即可解锁此功能及全部付费权益。"; readonly en_US: "Unable to create custom components. Upgrade to premium to access this and other premium features."; }; readonly CLI_MixComponent_StartBuilder2AndBuilder3: { readonly zh_CN: "混合应用开发模式,将同时启动 Builder2 和 Builder3 的组件"; readonly en_US: "The hybrid application development mode will simultaneously launch the components of Builder2 and Builder3."; }; readonly CLI_CustomComponent_BuilderType: { readonly zh_CN: "当前应用类型: {{type}}, 是否组件库: {{isComponentLib}}"; readonly en_US: "The hybrid application development mode will simultaneously launch the components of Builder2 and Builder3."; }; }; export default locales;