declare const locales: { readonly DX_CLI_Common_0008: { readonly zh_CN: "范围"; readonly en_US: "Scope"; }; readonly DX_CLI_Common_0023: { readonly zh_CN: "属性名称"; readonly en_US: "Key"; }; readonly DX_CLI_Common_0024: { readonly zh_CN: "属性值"; readonly en_US: "Value"; }; readonly DX_CLI_Config_0001: { readonly zh_CN: "偏好设置成功"; readonly en_US: "Preferences set successfully"; }; readonly DX_CLI_Config_0002: { readonly zh_CN: "取消偏好设置成功"; readonly en_US: "Preferences unset successfully"; }; readonly DX_CLI_Core_0007: { readonly zh_CN: "你还没有登录"; readonly en_US: "You are not logged in yet"; }; readonly DX_CLI_Core_0009: { readonly zh_CN: "使用命令「{{brand}} auth login」登录"; readonly en_US: "Use command \"{{brand}} auth login\" to log in"; }; readonly DX_CLI_0001: { readonly zh_CN: "你正在使用一条已弃用的命令:{{brand}} {{argv}}"; readonly en_US: "You're using a deprecated command: {{brand}} {{argv}}"; }; readonly DX_CLI_0002: { readonly zh_CN: "它会自动重定向到新命令:{{brand}} {{deprecatedRedirect}}"; readonly en_US: "It auto redirects to the new command: {{brand}} {{deprecatedRedirect}}"; }; readonly DX_CLI_0003: { readonly zh_CN: "请重试或通过 {{url}} 联系我们"; readonly en_US: "Please try again or contact us via {{url}}"; }; readonly DX_CLI_0004: { readonly zh_CN: "如果确认租户名称无误,则可能是环境设置问题,请参考 {{url}} 解决"; readonly en_US: "If the tenant name is correct, it may be an environment setting problem. Please refer to {{url}} to solve it."; }; readonly DX_CLI_0005: { readonly zh_CN: "配置列表"; readonly en_US: "Config list"; }; readonly DX_CLI_0006: { readonly zh_CN: "特性开关"; readonly en_US: "Feature toggle"; }; readonly DX_CLI_0007: { readonly zh_CN: "是否开启"; readonly en_US: "Enabled"; }; readonly DX_CLI_0008: { readonly zh_CN: "是"; readonly en_US: "Yes"; }; readonly DX_CLI_0009: { readonly zh_CN: "否"; readonly en_US: "No"; }; readonly DX_CLI_0010: { readonly zh_CN: "你想创建什么?"; readonly en_US: "What do you want to create?"; }; readonly DX_CLI_0011: { readonly zh_CN: "组件"; readonly en_US: "Component"; }; readonly DX_CLI_0012: { readonly zh_CN: "云函数"; readonly en_US: "Cloud function"; }; readonly DX_CLI_0013: { readonly zh_CN: "微服务"; readonly en_US: "Microservice"; }; readonly DX_CLI_0014: { readonly zh_CN: "项目工程"; readonly en_US: "Project"; }; readonly DX_CLI_0015: { readonly zh_CN: "请输入项目工程的命名空间:"; readonly en_US: "Please enter the namespace of project:"; }; readonly DX_CLI_0016: { readonly zh_CN: "命名空间必填"; readonly en_US: "Namespace is required"; }; readonly DX_CLI_0017: { readonly zh_CN: "命名空间中只能使用字母、数字和下划线。它们必须以字母开头,不能以下划线结尾。"; readonly en_US: "A namespace name can contain only alphabetic characters, numbers, and underscores. It must start with an alphabetic character, and cannot end with underscores."; }; readonly DX_CLI_0018: { readonly zh_CN: "强烈推荐通过 NVM 安装 Node.js,这也是 NPM 官方的推荐做法:https://nvm.sh。\n使用 NVM 可以避免遇到 EACCES 权限错误。\n更多详细信息,请查看:https://docs.npmjs.com/resolving-eacces-permissions-errors-when-installing-packages-globally。"; readonly en_US: "We highly recommend you install Node.js with NVM. The installation method is also recommended by NPM: https://nvm.sh.\nInstalling with NVM can avoid EACCES permission errors.\nFor more details, see: https://docs.npmjs.com/resolving-eacces-permissions-errors-when-installing-packages-globally."; }; readonly DX_CLI_0020: { readonly zh_CN: "Node.js 无效,请先安装"; readonly en_US: "Invalid Node.js. Please install it first."; }; readonly DX_CLI_0021: { readonly zh_CN: "「{{name}}]」从本地缓存读取策略失败:"; readonly en_US: "\"{{name}}\" failed to read policy from local cache:"; }; readonly DX_CLI_0022: { readonly zh_CN: "命名空间「namespace」未在工作区项目文件「kldx-project.json」中设置"; readonly en_US: "The \"namespace\" is not set in the workspace project file \"kldx-project.json\""; }; readonly DX_CLI_0023: { readonly zh_CN: "不支持在此包中使用此命令"; readonly en_US: "This command is not supported in this package"; }; readonly DX_CLI_0024: { readonly zh_CN: "特性名称"; readonly en_US: "Key"; }; readonly DX_CLI_0025: { readonly zh_CN: "远端的版本策略为空"; readonly en_US: "Version policy from remote is empty"; }; readonly DX_CLI_0026: { readonly zh_CN: "根据需要选择一个身份,或使用「{{brand}} auth login」来获取另一个授权"; readonly en_US: "Choose an identity as you want, or use \"{{brand}} auth login\" to get another authorization."; }; readonly DX_CLI_0027: { readonly zh_CN: "CLI 无法决定租户「{{preferTenant}}」使用哪个用户名,请从以下中选择一个:"; readonly en_US: "CLI cannot decide which username to use for tenant \"{{preferTenant}}\". Please choose one from below:"; }; readonly DX_CLI_0028: { readonly zh_CN: "租户「{{preferTenant}}」没有有效授权,请选择以下一项:"; readonly en_US: "No valid authorizations for tenant \"{{preferTenant}}\". Please choose one from below:"; }; readonly DX_CLI_0029: { readonly zh_CN: "默认身份对应的授权记录不可用"; readonly en_US: "The authorization record corresponding to the default identity is not available"; }; readonly DX_CLI_0030: { readonly zh_CN: "CLI 无法决定使用哪个身份,请在下面选择一个:"; readonly en_US: "The CLI cannot decide which identity to use. Please choose one from below:"; }; readonly DX_CLI_FetchingDataPleaseWait: { readonly zh_CN: "正在请求数据,请等待..."; readonly en_US: "Fetching data, please wait..."; }; readonly DX_CLI_Error_ModulePathsOverlapped: { readonly zh_CN: "模块「{{modules}}」的指定路径存在重合"; readonly en_US: "The paths of modules \"{{modules}}\" are overlapped"; }; readonly DX_CLI_Error_Solve_ModulePathsOverlapped: { readonly zh_CN: "请修改配置文件「{{workspaceConfigFile}}」中的「modules」字段,确保所有模块的指定路径不重合。"; readonly en_US: "Please modify the 'modules' field of workspace config file '{{workspaceConfigFile}}' to ensure no overlapping in all modules."; }; }; export default locales;