-
-
Notifications
You must be signed in to change notification settings - Fork 197
Expand file tree
/
Copy pathen.json
More file actions
246 lines (246 loc) · 7.4 KB
/
Copy pathen.json
File metadata and controls
246 lines (246 loc) · 7.4 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
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
{
"toolbar": {
"open": "Open File",
"theme": "Toggle Dark/Light Theme",
"toc": "Table of Contents",
"search": "Search",
"focus": "Focus Mode",
"zoom_in": "Zoom In",
"zoom_out": "Zoom Out",
"zoom_reset": "Reset Zoom",
"save": "Save",
"edit": "Edit",
"new_file": "New File",
"split_view": "Split View",
"export_pdf": "Export PDF",
"settings": "Settings",
"more": "More",
"reader": "Reader",
"switch_to_reader": "Switch to reader mode",
"switch_to_edit": "Switch to edit mode",
"cursor_sync": "Toggle cursor sync",
"print": "Print",
"empty_line_hint": "Type / to insert"
},
"sidebar": {
"toc": "Table of Contents",
"recent": "Recent Files",
"no_headings": "No headings found"
},
"search": {
"placeholder": "Search in document...",
"count": "matches",
"no_results": "No results"
},
"welcome": {
"title": "Kern",
"subtitle": "A beautiful Markdown viewer",
"new_button": "New File",
"open_button": "Open File",
"drop_hint": "or drag & drop a .md file"
},
"viewer": {
"copy": "Copy",
"copied": "Copied!"
},
"settings": {
"theme": "Theme",
"theme_light": "Light",
"theme_dark": "Dark",
"theme_system": "System",
"language": "Language"
},
"common": {
"close": "Close",
"open": "Open",
"file": "File"
},
"format": {
"paragraph": "Paragraph",
"heading1": "Heading 1",
"heading2": "Heading 2",
"heading3": "Heading 3",
"heading4": "Heading 4",
"heading5": "Heading 5",
"bold": "Bold ({mod}+B)",
"italic": "Italic ({mod}+I)",
"strikethrough": "Strikethrough ({mod}+Shift+X)",
"underline": "Underline ({mod}+U)",
"code": "Inline code ({mod}+E)",
"link": "Link ({mod}+K)",
"bullet_list": "Bullet list",
"numbered_list": "Numbered list",
"task_list": "Task list",
"blockquote": "Blockquote",
"divider": "Divider",
"table": "Table",
"code_block": "Code block",
"block_type": "Block type",
"text_formatting": "Text formatting",
"lists": "Lists",
"more_elements": "More",
"image": "Image",
"image_url": "Image URL",
"image_upload": "Upload from Computer"
},
"slash": {
"paragraph": "Paragraph",
"paragraph_desc": "Plain text",
"heading1": "Heading 1",
"heading1_desc": "Large heading",
"heading2": "Heading 2",
"heading2_desc": "Medium heading",
"heading3": "Heading 3",
"heading3_desc": "Small heading",
"heading4": "Heading 4",
"heading4_desc": "Smaller heading",
"heading5": "Heading 5",
"heading5_desc": "Smallest heading",
"bullet_list": "Bullet list",
"bullet_list_desc": "Unordered list",
"numbered_list": "Numbered list",
"numbered_list_desc": "Ordered list",
"task_list": "Task list",
"task_list_desc": "Checklist",
"blockquote": "Blockquote",
"blockquote_desc": "Quote block",
"code_block": "Code block",
"code_block_desc": "Fenced code",
"table": "Table",
"table_desc": "3×3 table",
"divider": "Divider",
"divider_desc": "Horizontal rule",
"mermaid": "Mermaid diagram",
"mermaid_desc": "Insert a diagram",
"image_url": "Image URL",
"image_url_desc": "Embed from URL",
"image_upload": "Upload Image",
"image_upload_desc": "Upload from computer",
"no_results": "No results"
},
"image": {
"edit": "Edit Image URL",
"delete": "Delete image"
},
"image_dialog": {
"title": "Insert Image URL",
"url_placeholder": "https://example.com/image.png",
"alt_placeholder": "Image description",
"insert": "Insert"
},
"mermaid": {
"edit": "Edit",
"done": "Done",
"error_prefix": "Syntax error",
"stale": "Preview outdated"
},
"link": {
"edit": "Edit",
"edit_link": "Edit link",
"remove_link": "Remove link",
"text": "Text",
"text_placeholder": "Display text (optional)",
"display_text": "Display text",
"url": "URL",
"url_placeholder": "Paste or type URL...",
"apply": "Apply link",
"cancel": "Cancel"
},
"table": {
"header": "Header",
"new_row": "+ New row",
"row_options": "Row {n} options",
"col_options": "Column {n} options",
"insert_row_above": "Insert row above",
"insert_row_below": "Insert row below",
"delete_row": "Delete row",
"insert_col_left": "Insert column left",
"insert_col_right": "Insert column right",
"delete_col": "Delete column",
"add_row_above": "Add row above",
"add_row_below": "Add row below",
"add_col_left": "Add column left",
"add_col_right": "Add column right",
"copy_row": "Copy row",
"cut_row": "Cut row",
"paste_row": "Paste row below",
"copy_col": "Copy column",
"cut_col": "Cut column",
"paste_col": "Paste column right",
"delete_table": "Delete table"
},
"dialog": {
"unsaved_title": "Unsaved Changes",
"unsaved_exit_edit": "You have unsaved changes. Do you want to save before exiting edit mode?",
"unsaved_new_file": "You have unsaved changes. Do you want to save before creating a new file?",
"unsaved_open_file": "You have unsaved changes. Do you want to save before opening a new file?",
"save": "Save",
"discard": "Discard",
"dont_save": "Don't Save",
"cancel": "Cancel",
"unsaved_close": "You have unsaved changes. Do you want to save before closing?"
},
"lang_picker": {
"filter_placeholder": "Filter languages...",
"filter_label": "Filter languages",
"plain_text": "Plain text"
},
"a11y": {
"skip_to_content": "Skip to content",
"main_toolbar": "Main toolbar",
"sidebar": "Sidebar",
"search_text": "Search text",
"previous_match": "Previous match",
"next_match": "Next match",
"close_search": "Close search",
"format_text": "Format text",
"edit_link": "Edit link",
"insert_block": "Insert block",
"select_language": "Select language",
"search_in_document": "Search in document"
},
"drop_zone": {
"text": "Drop your Markdown file here"
},
"help": {
"getting_started": "Getting Started",
"editing": "Editing",
"shortcuts": "Keyboard Shortcuts",
"features": "Features",
"fallback_notice": "This page is not yet available in your language. Showing the English version."
},
"recovery": {
"title": "Recover unsaved changes?",
"message": "Kern found unsaved changes from a previous session. Do you want to restore them?",
"restore": "Restore",
"discard": "Discard"
},
"export": {
"success": "PDF exported successfully",
"open": "Open"
},
"context": {
"cut": "Cut",
"copy": "Copy",
"paste": "Paste",
"paste_plain": "Paste as Plain Text",
"select_all": "Select All",
"copy_link": "Copy Link",
"open_link": "Open Link",
"copy_image_address": "Copy Image Address"
},
"trial": {
"days_remaining": "{days} days left in trial",
"expired_message": "Your trial has expired. Purchase Kern to continue editing.",
"purchase_button": "Purchase Kern",
"purchase_title": "Unlock Kern",
"purchase_desc": "Get full access to all editing and export features with a one-time purchase.",
"feature_edit": "Edit Markdown with WYSIWYG and split view",
"feature_save": "Save and create new files",
"feature_export": "Export to PDF",
"restore_purchases": "Restore Purchases",
"one_time_purchase": "One-time purchase. No subscription.",
"purchasing": "Purchasing...",
"restoring": "Restoring..."
}
}