forked from iina/iina
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathKeyBinding.strings
More file actions
118 lines (104 loc) · 3.68 KB
/
KeyBinding.strings
File metadata and controls
118 lines (104 loc) · 3.68 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
/*
KeyBinding.strings
iina
Created by lhc on 4/2/2017.
Copyright © 2017 lhc. All rights reserved.
*/
"cmd.ignore" = "Ignore";
"cmd.seek" = "Seek";
"cmd.revert-seek" = "Revert seek";
"cmd.set" = "Set";
"cmd.cycle" = "Cycle";
"cmd.cycle-values" = "Cycle in";
"cmd.add" = "Change";
"cmd.multiply" = "Multiply";
"cmd.frame-step" = "Next frame";
"cmd.frame-back-step" = "Previous frame";
"cmd.ab-loop" = "A-B loop";
"cmd.sub-seek" = "Subtitle seek";
"cmd.playlist-next" = "Next media";
"cmd.playlist-prev" = "Previous media";
"cmd.playlist-move" = "Move playlist item";
"cmd.playlist-clear" = "Clear playlist";
"cmd.playlist-remove" = "Remove current";
"cmd.playlist-shuffle" = "Shuffle";
"cmd.write-watch-later-config" = "Record play history";
"cmd.stop" = "Stop";
"cmd.quit" = "Quit";
"cmd.quit-watch-later" = "Quit (save progress)";
"cmd.screenshot" = "Screenshot";
"cmd.screenshot-to-file" = "Screenshot to file";
"cmd.loadfile" = "Load file";
"cmd.loadlist" = "Load playlist";
"cmd.run" = "Run";
"iina.flip" = "Flip";
"iina.mirror" = "Mirror";
"iina.toggle-pip" = "Toggle Picture-in-Picture";
"iina.toggle-music-mode" = "Toggle Music Mode";
"iina.open-file" = "Open file";
"iina.open-url" = "Open URL";
"iina.video-panel" = "Video panel";
"iina.audio-panel" = "Audio panel";
"iina.sub-panel" = "Subtitle panel";
"iina.playlist-panel" = "Playlist panel";
"iina.chapter-panel" = "Chapter panel";
"iina.bigger-window" = "Bigger Window";
"iina.smaller-window" = "Smaller Window";
"iina.fit-to-screen" = "Fit to Screen";
"iina.toggle-flip" = "Toggle flip";
"iina.toggle-mirror" = "Toggle mirror";
"iina.save-playlist" = "Save current playlist";
"iina.show-current-file-in-finder" = "Show current file in Finder";
"iina.delete-current-file" = "Delete current file";
"iina.delete-current-file-hard" = "Delete current file directly without moving to trash";
"iina.find-online-subs" = "Find online subtitles";
"iina.save-downloaded-sub" = "Save downloaded subtitle";
"yes" = "Yes";
"no" = "No";
"to" = "to";
"by" = "by";
"in" = "in";
"add" = "increase";
"minus" = "decrease";
"forward" = "forward";
"backward" = "backward";
"seek-to" = "to";
"relative" = "s";
"absolute" = "s";
"absolute-percent" = "%";
"relative-percent" = "%";
"relative+exact" = "s (exact)";
"relative-percent+exact" = "% (exact)";
"absolute+keyframe" = "s (keyframe)";
"absolute-percent+keyframe" = "% (keyframe)";
"opt.pause" = "Pause";
"opt.speed" = "Speed";
"opt.window-scale" = "Window scale";
"opt.video" = "Video track";
"opt.video-aspect" = "Video aspect";
"opt.contrast" = "Contrast";
"opt.brightness" = "Brightness";
"opt.gamma" = "Gamma";
"opt.saturation" = "Saturation";
"opt.deinterlace" = "Deinterlace";
"opt.audio" = "Audio track";
"opt.volume" = "Volume";
"opt.mute" = "Mute";
"opt.audio-delay" = "Audio delay";
"opt.sub" = "Subtitle track";
"opt.sub-delay" = "Subtitle delay";
"opt.sub-pos" = "Subtitle position";
"opt.sub-scale" = "Subtitle scale";
"opt.sub-visibility" = "Subtitle visibility";
"opt.secondary-sub-visibility" = "Secondary subtitle visibility";
"opt.sub-ass-style-override" = "ASS style override";
"opt.fullscreen" = "Fullscreen";
"opt.ontop" = "Float on top";
"opt.chapter" = "Chapter";
"read.set" = "Set {{property}} to {{value}}";
"read.add" = "{{property}} {{value}}";
"read.multiply" = "Multiply {{property}} by {{factor}}x";
"read.cycle" = "Cycle {{property}}{{#dir_down}} Downwards{{/dir_down}}";
"read.cycle-values" = "Cycle {{property}} in ({{{values}}})";
"read.seek" = "Seek {{#fwd}}forward{{/fwd}}{{#bwd}}backward{{/bwd}}{{#abs}}to{{/abs}} {{value}}{{#sec}}s{{/sec}}{{#per}}%{{/per}} {{#exact}}(exact){{/exact}}{{#kf}}(keyframe){{/kf}}";
"read.sub-seek" = "Seek to {{#skip_1}}next{{/skip_1}}{{#skip_-1}}previous{{/skip_-1}} subtitle";