-
Notifications
You must be signed in to change notification settings - Fork 180
/
Copy pathMenu.strings
executable file
·362 lines (313 loc) · 10.7 KB
/
Menu.strings
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
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
/*
Menu.strings
Typora
*/
/* Typora Menu */
"About Typora" = "About Typora";
"Preferences" = "Preferences";
"Check for Updates" = "Check for Updates";
"Services" = "Services";
"Hide Typora" = "Hide Typora";
"Hide Others" = "Hide Others";
"Show All" = "Show All";
"Quit Typora" = "Quit Typora";
/* File Menu */
"File" = "File";
"New" = "New";
"Open" = "Open";
"Open Folder" = "Open Folder";
"Reopen with Encoding" = "Reopen with Encoding";
"Auto" = "Auto";
"Open Recent" = "Open Recent";
"Recent Locations" = "Recent Locations";
"Clear Items" = "Clear Items";
"No Recent Files" = "No Recent Files";
"Open Quickly" = "Open Quickly";
"Open File Location" = "Open File Location";
"Reveal in Library" = "Reveal in Library";
"Reveal in File Tree" = "Reveal in File Tree";
"Close" = "Close";
"Save" = "Save";
"Save As" = "Save As";
"Duplicate" = "Duplicate";
"Rename" = "Rename";
"Move To" = "Move To";
"Revert To" = "Revert To";
"Browse All Versions" = "Browse All Versions";
"Import" = "Import";
"Export" = "Export";
"Page Setup" = "Page Setup";
"Print" = "Print";
/* Edit Menu */
"Edit" = "Edit";
"Undo" = "Undo";
"Redo" = "Redo";
"Cut" = "Cut";
"Copy" = "Copy";
"Paste" = "Paste";
"Copy as Markdown" = "Copy as Markdown";
"Copy as HTML Code" = "Copy as HTML Code";
"Paste as Plain Text" = "Paste as Plain Text";
"Select All" = "Select All";
"Select Line / Sentence" = "Select Line / Sentence";
"Select Styled Scope" = "Select Styled Scope";
"Select Word" = "Select Word";
"Delete" = "Delete";
"Delete Range" = "Delete Range";
"Delete Word" = "Delete Word";
"Delete Styled Scope" = "Delete Styled Scope";
"Delete Line / Sentence" = "Delete Line / Sentence";
"Jump To" = "Jump To";
"Jump to Top" = "Jump to Top";
"Jump to Selection" = "Jump to Selection";
"Jump to Bottom" = "Jump to Bottom";
"Math Tools" = "Math Tools";
"Refresh All Math Expressions" = "Refresh All Math Expressions";
"Image Tools" = "Image Tools";
"Insert Local Images" = "Insert Local Images";
"Upload Local Images via iPic" = "Upload Local Images via iPic";
"When Insert Local Image" = "When Insert Local Image";
"Copy Image File to Folder" = "Copy Image File to Folder";
"Use Image Root Path" = "Use Image Root Path";
"Line Endings" = "Line Endings";
"Windows Line Endings (CRLF)" = "Windows Line Endings (CRLF)";
"Unix Line Endings (LF)" = "Unix Line Endings (LF)";
"Find" = "Find";
"Find Next" = "Find Next";
"Find Previous" = "Find Previous";
"Find and Replace" = "Find and Replace";
"Replace" = "Replace";
"Replace Next" = "Replace Next";
"Spelling and Grammar" = "Spelling and Grammar";
"Check Document Now" = "Check Document Now";
"Check Spelling While Typing" = "Check Spelling While Typing";
"Check Grammar With Spelling" = "Check Grammar With Spelling";
"Correct Spelling Automatically" = "Correct Spelling Automatically";
"Substitutions" = "Substitutions";
"Smart Quotes" = "Smart Quotes";
"Smart Dashes" = "Smart Dashes";
"Text Replacement" = "Text Replacement";
"Speech" = "Speech";
"Start Speaking" = "Start Speech";
"Stop Speaking" = "Stop Speech";
/* Paragraph Menu */
"Paragraph" = "Paragraph";
"Heading 1" = "Heading 1";
"Heading 2" = "Heading 2";
"Heading 3" = "Heading 3";
"Heading 4" = "Heading 4";
"Heading 5" = "Heading 5";
"Heading 6" = "Heading 6";
"Increase Heading Level" = "Increase Heading Level";
"Decrease Heading Level" = "Decrease Heading Level";
"Table" = "Table";
"Code Fences" = "Code Fences";
"Math Block" = "Math Block";
"Quote" = "Quote";
"Ordered List" = "Ordered List";
"Unordered List" = "Unordered List";
"Task List" = "Task List";
"Task Status" = "Task Status";
"Toggle Task Status" = "Toggle Task Status";
"Mark as Complete" = "Mark as Complete";
"Mark as Incomplete" = "Mark as Incomplete";
"List Indentation" = "List Indentation";
"Indent" = "Indent";
"Outdent" = "Outdent";
"Link Reference" = "Link Reference";
"Footnotes" = "Footnotes";
"Horizontal Line" = "Horizontal Line";
"Table of Contents" = "Table of Contents";
"YAML Front Matter" = "YAML Front Matter";
/* Format Menu */
"Format" = "Format";
"Strong" = "Strong";
"Emphasis" = "Emphasis";
"Underline" = "Underline";
"Code" = "Code";
"Inline Math" = "Inline Math";
"Strike" = "Strike";
"Highlight" = "Highlight";
"Superscript" = "Superscript";
"Subscript" = "Subscript";
"Comment" = "Comment";
"Hyperlink" = "Hyperlink";
"Image" = "Image";
"Clear Format" = "Clear Format";
/* View Menu */
"View" = "View";
"New Tab" = "New Tab";
"Source Code Mode" = "Source Code Mode";
"Focus Mode" = "Focus Mode";
"Typewriter Mode" = "Typewriter Mode";
"Toggle Sidebar" = "Toggle Sidebar";
"Outline" = "Outline";
"Articles" = "Articles";
"File Tree" = "File Tree";
"Always on Top" = "Always on Top";
"Full Screen" = "Full Screen";
"Show Status Bar" = "Show Status Bar";
"Toggle Fullscreen" = "Toggle Fullscreen";
"Actual Size" = "Actual Size";
"Zoom In" = "Zoom In";
"Zoom Out" = "Zoom Out";
"Switch Between Opened Documents" = "Switch Between Opened Documents";
"Toggle DevTools" = "Toggle DevTools";
/* Themes Menu */
"Themes" = "Themes";
/* Window Menu */
"Window" = "Window";
"Minimize" = "Minimize";
"Zoom" = "Zoom";
"Bring All to Front" = "Bring All to Front";
/* Help Menu */
"Help" = "Help";
"Privacy Policy" = "Privacy Policy";
"Credits" = "Credits";
"Change Log" = "Change Log";
"Website" = "Website";
"Feedback" = "Feedback";
"About" = "About";
/* Touchbar */
"Block Styles" = "Block Styles";
"Inline Styles" = "Inline Styles";
"List Styles / Remove Block" = "List Styles / Remove Block";
"Exit Source Code Mode" = "Exit Source Code Mode";
"Toggle Source Code Mode" = "Toggle Source Code Mode";
/* Extra Context Menu */
"Table" = "Table";
"Add Row Above" = "Add Row Above";
"Add Row Below" = "Add Row Below";
"Delete Row" = "Delete Row";
"Add Column Before" = "Add Column Before";
"Add Column After" = "Add Column After";
"Delete Column" = "Delete Column";
"Copy Table" = "Copy Table";
"Delete Table" = "Delete Table";
"Insert Paragraph After" = "Insert Paragraph After";
"Insert Paragraph Before" = "Insert Paragraph Before";
"Delete Code Block" = "Delete Code Block";
"Copy as MathML" = "Copy as MathML";
"Copy as Tex" = "Copy as Tex";
"Copy Math" = "Copy Math";
"Reveal in Finder" = "Reveal in Finder";
"Open Link" = "Open Link";
"Reveal in Sidebar" = "Reveal in Sidebar";
"Open in New Window" = "Open in New Window";
"Copy File Path" = "Copy File Path";
"New File" = "New File";
"Rename" = "Rename";
"New Folder" = "New Folder";
/* Electron */
"Learn Spelling" = "Learn Spelling";
"Copy / Paste As" = "Copy / Paste As";
"Math" = "Math";
"Insert" = "Insert";
"Inspect Element" = "Inspect Element";
"Copy to MS Word" = "Copy to MS Word";
"Paragraph (before)" = "Paragraph (before)";
"Paragraph (after)" = "Paragraph (after)";
"Search with Google" = "Search with Google";
"Search With…" = "Search With…";
/* Related Panel */
"Open Failed" = "Open Failed";
"File or folder does not exist." = "File or folder does not exist.";
"Prettify Source Code" = "Prettify Source Code";
"Copy '%@'" = "Copy '%@'";
"Copy to %@" = "Copy to %@";
"Copy Image to" = "Copy Image to";
"Open Image Location" = "Open Image Location";
"Learn More" = "Learn More";
"Whitespace and Line Breaks" = "Whitespace and Line Breaks";
"Indent first line of paragraphs" = "Indent first line of paragraphs";
"Preserve single line break" = "Preserve single line break";
"Visible <br/>" = "Visible <br/>";
"Save All" = "Save All";
"New Window" = "New Window";
"Reopen Closed File" = "Reopen Closed File";
"Global Image Settings" = "Global Image Settings";
"Smart Punctuation" = "Smart Punctuation";
"Convert on Input" = "Convert on Input";
"Convert on Rendering" = "Convert on Rendering";
"Remap Unicode Punctuation on Parse" = "Remap Unicode Punctuation on Parse";
"More Options" = "More Options";
"HTML Block" = "HTML Block";
"Delete Paragraph / Block" = "Delete Paragraph / Block";
"Delete %@" = "Delete %@";
"Play" = "Play";
"Pause" = "Pause";
"Spell Check" = "Spell Check";
"Unlearn Spelling" = "Unlearn Spelling";
"Properties" = "Properties";
"Search" = "Search";
"Copy without Theme Styling" = "Copy without Theme Styling";
"Recent Files" = "Recent Files";
"File Results" = "File Results";
"Insert Table" = "Insert Table";
"Insert Image" = "Insert Image";
"Allow Magnification" = "Allow Magnification";
"Move Row Up" = "Move Row Up";
"Move Row Down" = "Move Row Down";
"Move Column Left" = "Move Column Left";
"Move Column Right" = "Move Column Right";
"Zoom Image" = "Zoom Image";
"Zoom Image to %@" = "Zoom Image to %@";
"Copy as Plain Text" = "Copy as Plain Text";
"Selection" = "Selection";
"Start Speaking" = "Start Speaking";
"Stop Speaking" = "Stop Speaking";
"Check Updates" = "Check Updates";
"HTML (without Styles)" = "HTML (without Styles)";
"Highlight Current Header" = "Highlight Current Header";
"Expand All" = "Expand All";
"Collapse All" = "Collapse All";
"Collapsible Outline" = "Collapsible Outline";
"Flat Outline" = "Flat Outline";
"Articles (List View)" = "Articles (List View)";
"File Tree (Tree View)" = "File Tree (Tree View)";
"Filter" = "Filter";
"Upload Image" = "Upload Image";
"Upload All Local Images" = "Upload All Local Images";
"Open Image in Browser" = "Open Image in Browser";
"Copy Image Content" = "Copy Image Content";
"More Actions" = "More Actions";
"Get Info" = "Get Info";
"Export with Previous" = "Export with Previous";
"Export and Overwrite with Previous" = "Export and Overwrite with Previous";
"Emoji and Symbols" = "Emoji and Symbols";
"Insert Final New Line On Save" = "Insert Final New Line On Save";
"Hyperlink Actions" = "Hyperlink Actions";
"Copy Link Address" = "Copy Link Address";
"Click" = "Click";
"Export Setting" = "Export Setting";
"My License" = "My License";
"Registration / Activation" = "Registration / Activation";
"Select Paragraph / Block" = "Select Paragraph / Block";
"Delete Selected" = "Delete Selected";
"Rename or Move Image to" = "Rename or Move Image to";
"Move to %@" = "Move to %@";
"Delete Image" = "Delete Image";
"Delete Image File" = "Delete Image File";
"Reload All Images" = "Reload All Images";
"Save %@ As" = "Save %@ As";
"Copy All Images to" = "Copy All Images to";
"Move All Images to" = "Move All Images to";
"Copy as Image" = "Copy as Image";
"Switch Image Syntax" = "Switch Image Syntax";
"Markdown Style" = "Markdown Style";
"HTML Style" = "HTML Style";
"Code Tools" = "Code Tools";
"Copy Code Content" = "Copy Code Content";
"Auto Indent Selected Code" = "Auto Indent Selected Code";
"Auto Indent Whole Code" = "Auto Indent Whole Code";
"Jump to Line Start" = "Jump to Line Start";
"Jump to Line End" = "Jump to Line End";
"Toggle Word Count Popover" = "Toggle Word Count Popover";
"Toggle Outline Popover" = "Toggle Outline Popover";
"Alert" = "Alert";
"Note Block" = "Note Block";
"Tip Block" = "Tip Block";
"Important Block" = "Important Block";
"Warning Block" = "Warning Block";
"Caution Block" = "Caution Block";