buildZhOptions static method
Implementation
static LocalizationOptions buildZhOptions() {
return LocalizationOptions(
"zh",
basicInfo: "基本信息",
commonTools: "常用工具",
debugTools: "联调调试",
otherTools: "其他工具",
dialogConfirm: "确定",
dialogCancel: "取消",
unconfigured: "未设置",
config: "配置",
parentDir: "上级目录",
refresh: "刷新",
fileOpen: "打开",
fileRename: "重命名",
fileDelete: "删除",
fileDeleteSuccess: "删除成功",
httpProxy: "Http代理",
httpRequest: "Http抓包",
requestDetail: "请求详情",
appInfo: "应用信息",
deviceInfo: "设备信息",
floatButton: "悬浮按钮",
fileExplorer: "文件浏览",
performanceToggle: "性能监控",
serverConfig: "服务器配置",
copied: "已复制到剪切板",
webServer: "Web服务",
rules: "配置",
records: "请求记录",
);
}