You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

106 lines
2.8 KiB

{
"theme": {
"label": "主题",
"dark": "深色",
"light": "浅色",
"system": "跟随系统",
"tip": "选择界面主题"
},
"version": {
"current": "当前版本",
"check_update": "检查更新"
},
"app_name": "DDE手势管理器",
"language": {
"label": "语言",
"tip": "选择语言"
},
"help": {
"label": "帮助",
"tip": "显示帮助文档"
},
"market": {
"title": "方案市场"
},
"local_manager": {
"title": "本地方案管理",
"default_scheme": {
"label": "系统默认方案",
"description": "系统默认的手势方案,不可修改。(偷偷告诉你,这个这个方案里没有任何实际内容,应用该方案时不过是通过删除自定义配置方案的方式来实现恢复系统默认方案~)"
}
},
"gesture_editor": {
"label": "手势方案编辑",
"gesture": "手势",
"direction": "方向",
"fingers": "手指数",
"type": "类型",
"command": "命令",
"remark": "备注",
"directions": {
"up": "向上",
"down": "向下",
"left": "向左",
"right": "向右",
"in": "向内捏合",
"out": "向外展开",
"none": "/"
},
"gestures": {
"swipe": "划",
"pinch": "捏",
"tap": "点"
},
"types": {
"built_in": "内置操作",
"commandline": "命令行",
"shortcut": "快捷键"
},
"info": {
"name": "方案名称",
"description": "方案描述"
},
"hints": {
"command": "请输入要执行的命令",
"remark": "请输入备注信息"
}
},
"operation": {
"add": "新增",
"delete": "删除",
"duplicate": "复制",
"apply": "应用",
"paste": "粘贴"
},
"str": {
"null": "无",
"new_scheme": "新建手势方案",
"copy": "副本"
},
"built_in_commands": {
"ShowWorkspace": "显示工作区",
"Handle4Or5FingersSwipeUp": "4/5指向上划",
"Handle4Or5FingersSwipeDown": "4/5指向下划",
"ToggleMaximize": "全屏切换",
"Minimize": "最小化",
"ShowWindow": "显示桌面",
"ShowAllWindow": "查看所有窗口",
"SwitchApplication": "切换应用窗口",
"ReverseSwitchApplication": "反向切换应用窗口",
"SwitchWorkspace": "切换工作区",
"ReverseSwitchWorkspace": "反向切换工作区",
"SplitWindowLeft": "向左分屏",
"SplitWindowRight": "向右分屏",
"MoveWindow": "移动窗口"
},
"info": {
"gesture_prop_duplicated": {
"title": "复制成功!",
"description": "现在可以去其他方案中点击粘贴按钮试试哦~"
},
"scheme_name_conflict": {
"title": "保存失败!",
"description": "方案名冲突,请重新命名!"
}
}
}