{
    "cli": {
        "help": "帮助",
        "version": "查看 mdye 版本",
        "ignore_cert": "忽略证书校验",
        "sub_command_help": "子命令帮助",
        "set_lang": "设置语言 / Set language (zh, en, zh-Hant, ja)",
        "error_not_mdye_project": "当前文件夹不是 mdye 项目！"
    },
    "utils": {
        "md": {
            "error_request_template": "请求模板报错",
            "error_upload_failed": "上传失败！"
        },
        "file": {
            "prompt_folder_name": "请输入项目文件夹名称",
            "error_invaild_name": "名称不合法，请重新输入。",
            "error_name_used": "输入的名称已被使用"
        }
    },
    "commands": {
        "auth": {
            "description": "HAP 授权登录",
            "success_login": "登录成功，当前账户："
        },
        "logout": {
            "description": "注销当前环境账户"
        },
        "whoami": {
            "description": "我是谁",
            "info_current_user": "当前用户：",
            "error_not_login": "未登录，先执行 mdye auth 登录"
        },
        "push": {
            "description": "提交插件",
            "option_message": "提交信息",
            "error_message_empty": "push 失败！message 不能为空\n",
            "info_current_user": "当前登录用户：",
            "error_login_first": "请先登录!",
            "error_get_plugin_info": "获取插件信息失败，请确认当前账户对插件所在应用有管理员权限! ",
            "info_upload_success": "文件上传成功",
            "info_push_success": "push成功",
            "box_title": "---- 插件信息 ----\n",
            "box_data": {
                "name": "插件名称",
                "view_name": "视图名称",
                "view_url": "视图地址",
                "message": "提交信息",
                "committer": "提交人"
            },
            "error_push_failed": "push失败！"
        },
        "start": {
            "description": "开始开发",
            "info_starting_server": "Starting server...",
            "box_success_msg": "启动完成，请把地址 {{url}} 粘贴到 HAP 视图配置开发调试里的输入框\n\n"
        },
        "sync_params": {
            "description": "同步插件参数配置，-f 非必填 默认文件路径为 ./.config/params-config.json",
            "error_config_not_found": "没有找到插件参数配置文件 ",
            "error_parse_failed": "解析配置文件失败！",
            "info_sync_success": "插件参数配置同步成功",
            "box_current_params": "当前参数配置项",
            "error_sync_failed": "参数配置失败！"
        },
        "init": {
            "description": "初始化项目，请从web端复制命令",
            "option_id": "视图id",
            "option_template": "模板名称",
            "option_template_lang": "模板语言",
            "option_host": "api 地址",
            "option_webui": "主站访问地址",
            "error_id_missing": "参数id不存在\n",
            "error_template_missing": "参数template不存在\n",
            "error_template_not_found": "没有找到模板，请确认您的命令是否正确!",
            "success_msg": "项目初始化完成，执行下面的命令进入项目开始开发吧!\n"
        }
    }
}