import {Interpreter} from "@/views/config/data"; export default { 'edit_config': '修改配置', 'zentao_url': '禅道地址', 'username': '用户名', 'password': '密码', 'pls_zentao_url': '请输入禅道地址', 'pls_username': '请输入用户名', 'pls_password': '请输入密码', 'create_interpreter': '新建解析器', 'edit_interpreter': '编辑解析器', 'interpreter': '解析器', 'interpreter_path': '解析器路径', 'script_lang': '脚本语言', 'pls_input_lang': '请输入语言', 'pls_input_interpreter_path': '请输入解析器可执行文件路径', };