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.

101 lines
2.6 KiB

{
"theme": {
"label": "Theme",
"dark": "Dark",
"light": "Light",
"system": "System",
"tip": "Choose a theme"
},
"version": {
"current": "current version",
"check_update": "Check for updates"
},
"app_name": "Gesture Manager for DDE",
"language": {
"label": "Language",
"tip": "Choose a language"
},
"help": {
"label": "Help",
"tip": "Display help documentation"
},
"market": {
"title": "Scheme market"
},
"local_manager": {
"title": "Local scheme management",
"default_scheme": {
"label": "System default scheme",
"description": "System default gesture scheme, cannot be modified. (Secretly telling you that there is no actual content in this scheme, just when applying the scheme, it is achieved by deleting a custom configuration scheme."
}
},
"gesture_editor": {
"label": "Gesture scheme editing",
"gesture": "gesture",
"direction": "direction",
"fingers": "fingers",
"type": "type",
"command": "command",
"remark": "remark",
"directions": {
"up": "up",
"down": "down",
"left": "left",
"right": "right",
"in": "pinch-in",
"out": "pinch-out",
"none": "/"
},
"gestures": {
"swipe": "swipe",
"pinch": "pinch",
"tap": "tap"
},
"types": {
"built_in": "built-in",
"commandline": "commandline",
"shortcut": "shortcut"
},
"info": {
"name": "Scheme Name",
"description": "Description"
}
},
"operation": {
"add": "Add",
"delete": "delete",
"duplicate": "duplicate",
"apply": "apply",
"paste": "paste"
},
"str": {
"null": "Null",
"new_scheme": "New gesture scheme"
},
"built_in_commands": {
"ShowWorkspace": "ShowWorkspace",
"Handle4Or5FingersSwipeUp": "4/5FingersSwipeUp",
"Handle4Or5FingersSwipeDown": "4/5FingersSwipeDown",
"ToggleMaximize": "ToggleMaximize",
"Minimize": "Minimize",
"ShowWindow": "ShowWindow",
"ShowAllWindow": "ShowAllWindow",
"SwitchApplication": "SwitchApplication",
"ReverseSwitchApplication": "ReverseSwitchApplication",
"SwitchWorkspace": "SwitchWorkspace",
"ReverseSwitchWorkspace": "ReverseSwitchWorkspace",
"SplitWindowLeft": "SplitWindowLeft",
"SplitWindowRight": "SplitWindowRight",
"MoveWindow": "MoveWindow"
},
"info": {
"gesture_prop_duplicated": {
"title": "Duplicated !",
"description": "Now you can go to other scheme and click the paste button ~"
},
"scheme_name_conflict": {
"title": "Save failed!",
"description": "Scheme name conflict, please rename it!"
}
}
}