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.

69 lines
1.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": "pinch"
},
"types": {
"built_in": "built-in",
"commandline": "commandline",
"shortcut": "shortcut"
}
},
"operation": {
"add": "Add",
"delete": "delete",
"duplicate": "duplicate",
"apply": "apply"
},
"str": {
"null": "Null"
}
}