generated from obsidianmd/obsidian-sample-plugin
-
-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathtranslation.json
301 lines (301 loc) · 15.3 KB
/
translation.json
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
{
"commands": {
"open-developer-console": "$t(generic.open, capitalize) $t(generic.profile-types.developerConsole)",
"open-documentation-changelog": "$t(generic.open, capitalize) $t(generic.documentations.changelog)",
"open-documentation-donate": "$t(generic.open, capitalize) $t(generic.documentations.donate)",
"open-documentation-readme": "$t(generic.open, capitalize) $t(generic.documentations.readme)",
"open-terminal-": "$t(generic.open, capitalize) $t(generic.terminal): $t(generic.profile-types.{{type}}, capitalize)",
"open-terminal-current": "$t(generic.open, capitalize) $t(generic.current-directory) in $t(generic.terminal): $t(generic.profile-types.{{type}}, capitalize)",
"open-terminal-root": "$t(generic.open, capitalize) $t(generic.root-directory) in $t(generic.terminal): $t(generic.profile-types.{{type}}, capitalize)"
},
"components": {
"profile": {
"data": "$t(generic.data, capitalize)",
"data-edit": "$t(generic.edit, capitalize)",
"external": {
"arguments": "$t(generic.argument_other, capitalize)",
"arguments-description": "$t(generic.list-description, capitalize)",
"arguments-edit": "$t(generic.edit, capitalize)",
"executable": "$t(generic.executable, capitalize)"
},
"integrated": {
"Python-executable": "$t(generic.Python, capitalize) $t(generic.executable)",
"Python-executable-check": "$t(generic.check, capitalize)",
"Python-executable-checking": "$t(generic.check_gerund, capitalize)",
"Python-executable-description": "Recommend {{version}} or up. Required on $t(generic.platforms.unix) to $t(generic.spawn) $t(generic.profile-types.integrated) $t(generic.terminal). $t(generic.clear, capitalize) $t(generic.text-field) to $t(generic.disable) $t(generic.Python).",
"Python-executable-placeholder": "($t(generic.disable_past, capitalize))",
"arguments": "$t(generic.argument_other, capitalize)",
"arguments-description": "$t(generic.list-description, capitalize)",
"arguments-edit": "$t(generic.edit, capitalize)",
"executable": "$t(generic.executable, capitalize)",
"use-win32-conhost": "$t(generic.use, capitalize) $t(generic.platforms.win32) 'conhost.exe'",
"use-win32-conhost-description": "$t(generic.disable, capitalize) if running 'conhost.exe' does not create a window. No guarantees this will work."
},
"name": "$t(generic.name, capitalize)",
"platform": "$t(generic.platforms.{{type}}, capitalize)",
"platform-description-": "",
"platform-description-current": "Current $t(generic.platform)",
"preset": "$t(generic.preset, capitalize)",
"preset-placeholder": "($t(generic.custom, capitalize))",
"reset": "$t(generic.reset, capitalize)",
"restore-history": "$t(generic.restore, capitalize) $t(generic.history)",
"success-exit-codes": "Success $t(generic.exit) codes",
"success-exit-codes-description": "$t(generic.list-description, capitalize)",
"success-exit-codes-edit": "$t(generic.edit, capitalize)",
"terminal-options": "$t(generic.terminal-option_other, capitalize)",
"terminal-options-edit": "$t(generic.edit, capitalize)",
"title": "{{name}}",
"type": "$t(generic.type, capitalize)",
"type-options": "$t(generic.profile-types.{{type}}, capitalize)"
},
"profile-list": {
"descriptor-": "{{info.id}}",
"descriptor-incompatible": "($t(generic.incompatible, capitalize)) $t(components.profile-list.descriptor-)",
"edit": "$t(generic.edit, capitalize)",
"namer-": "{{info.name}}",
"namer-incompatible": "$t(components.profile-list.namer-)",
"preset-placeholder": "$t(components.dropdown.placeholder)",
"title": "$t(generic.profile_other, capitalize)"
},
"select-profile": {
"item-text-": "$t(profile-name-formats.long)",
"item-text-incompatible": "($t(generic.incompatible, capitalize)) $t(components.select-profile.item-text-)"
},
"terminal": {
"display-name": "$t(generic.terminal, capitalize): {{name}}",
"edit-modal": {
"profile": "$t(generic.profile, capitalize)",
"profile-edit": "$t(generic.edit, capitalize)",
"profile-name-": "$t(profile-name-formats.short)",
"profile-name-incompatible": "($t(generic.incompatible, capitalize)) $t(components.terminal.edit-modal.profile-name-)",
"profile-placeholder": "$t(components.profile.preset-placeholder)",
"reset": "$t(generic.reset, capitalize)",
"root-directory": "$t(generic.root-directory, capitalize)",
"title": "$t(generic.edit, capitalize) $t(generic.terminal)",
"working-directory": "$t(generic.working-directory, capitalize)",
"working-directory-placeholder": "($t(generic.undefined, capitalize))"
},
"menus": {
"clear": "$t(generic.clear, capitalize)",
"edit": "$t(generic.edit, capitalize)",
"find": "$t(generic.find, capitalize)",
"restart": "$t(generic.restart, capitalize)",
"save-as-HTML": "$t(generic.save, capitalize) as $t(generic.file-extensions.HTML)"
},
"name": {
"profile-type": "$t(generic.profile-types.{{type}}, capitalize)"
},
"restored-history": "\r\n * $t(generic.restore_past, capitalize) $t(generic.history) at {{datetime, datetime(dateStyle: full, timeStyle: full)}}\r\n\r\n",
"unsupported-profile": "Unsupported $t(generic.profile):\r\n{{profile}}\r\n"
},
"terminal-options": {
"bold-font-weight": "Bold $t(generic.font-weight)",
"description-HTML": "See <a aria-label=\"https://xtermjs.org/docs/api/terminal/interfaces/iterminaloptions/\" class=\"external-link\" data-tooltip-position=\"top\" href=\"https://xtermjs.org/docs/api/terminal/interfaces/iterminaloptions/\" rel=\"noopener\" target=\"_blank\"><code>ITerminalOptions</code></a> for all $t(generic.option_other).",
"font-family": "$t(generic.font, capitalize) family",
"font-size": "$t(generic.font, capitalize) size",
"font-weight": "$t(generic.font-weight, capitalize)",
"invalid-description": "$t(generic.invalid, capitalize)",
"title": "$t(generic.terminal-option_other, capitalize)",
"undefine": "$t(generic.undefine, capitalize)",
"undefined-placeholder": "($t(generic.undefined, capitalize))"
}
},
"errors": {
"error-checking-Python": "Error $t(generic.check_gerund) $t(generic.Python)",
"error-killing-pseudoterminal": "Error killing $t(generic.pseudoterminal)",
"error-spawning-resizer": "Error $t(generic.spawn_gerund) $t(generic.terminal-resizer)",
"error-spawning-terminal": "Error $t(generic.spawn_gerund) $t(generic.terminal)",
"no-Python-to-spawn-Unix-pseudoterminal": "No $t(generic.Python) to $t(generic.spawn) $t(generic.platforms.unix) $t(generic.pseudoterminal)",
"not-Python": "Not $t(generic.Python)",
"resizer-disabled": "$t(generic.terminal-resizer, capitalize) $t(generic.disable_past)",
"resizer-exited-unexpectedly": "$t(generic.terminal-resizer, capitalize) $t(generic.exit_past) unexpectedly: {{code}}"
},
"generic": {
"Python": "Python",
"argument": "$t(generic.argument_one)",
"argument_one": "argument",
"argument_other": "arguments",
"behavior": "behavior",
"check": "check",
"check_gerund": "checking",
"clear": "clear",
"compatible": "compatible",
"context-menu": "context menu",
"current-directory": "current $t(generic.directory)",
"custom": "custom",
"default": "default",
"directory": "directory",
"disable": "disable",
"disable_past": "disabled",
"documentation": "documentation",
"documentations": {
"changelog": "changelog",
"donate": "$t(generic.donate)",
"readme": "readme"
},
"donate": "donate",
"executable": "executable",
"exist": "exist",
"exist_singular": "exists",
"exit": "exit",
"exit_past": "exited",
"file-extensions": {
"HTML": "HTML"
},
"focus": "focus",
"focus_past": "focused",
"font": "font",
"font-weight": "$t(generic.font) weight",
"history": "history",
"incompatible": "incompatible",
"instance": "instance",
"instance_gerund": "instancing",
"invalid": "invalid",
"name": "name",
"option": "option",
"option_other": "options",
"pin": "pin",
"platform": "platform",
"platforms": {
"darwin": "\u200bmacOS",
"linux": "Linux",
"unix": "Unix",
"win32": "Microsoft Windows",
"win32-short": "Windows"
},
"preset": "preset",
"profile": "$t(generic.profile_one)",
"profile-types": {
"": "empty",
"developerConsole": "developer console",
"external": "external",
"integrated": "integrated",
"invalid": "$t(generic.invalid)",
"select": "select"
},
"profile_one": "profile",
"profile_other": "profiles",
"pseudoterminal": "pseudoterminal",
"renderer": "renderer",
"renderers": {
"canvas": "canvas",
"dom": "DOM",
"webgl": "WebGL"
},
"restart": "restart",
"restore": "restore",
"restore_past": "restored",
"root-directory": "root $t(generic.directory)",
"save": "save",
"spawn": "spawn",
"spawn_gerund": "spawning",
"split": "split",
"status-bar": "status bar",
"tab": "tab",
"terminal": "terminal",
"terminal-option": "$t(generic.terminal) $t(generic.option)",
"terminal-option_other": "$t(generic.terminal) $t(generic.option_other)",
"terminal-resizer": "$t(generic.terminal) resizer",
"text-field": "text field",
"true": "true",
"type": "type",
"undefine": "undefine",
"undefined": "undefined",
"window": "window",
"working-directory": "working $t(generic.directory)"
},
"menus": {
"open-terminal": "$t(generic.open, capitalize) in $t(generic.terminal): $t(generic.profile-types.{{type}}, capitalize)"
},
"name": "$t(generic.terminal, capitalize)",
"notices": {
"Python-status-entry-": "{{name}}: {{version}} (satisfied: {{requirement}})",
"Python-status-entry-unsatisfied": "{{name}}: {{version}} (unsatisfied: {{requirement}})",
"no-default-profile": "No $t(generic.default) $t(generic.profile) for $t(generic.type) '$t(generic.profile-types.{{type}}, capitalize)'",
"spawning-terminal": "$t(generic.spawn_gerund, capitalize) $t(generic.terminal): {{name}}",
"terminal-exited": "$t(generic.terminal, capitalize) $t(generic.exit_past): {{code}}"
},
"profile-name-formats": {
"long": "\"{{info.name}}\". $t(generic.profile-types.{{info.profile.type}}, capitalize). {{info.id}}.",
"short": "\"{{info.nameOrID}}\". $t(generic.profile-types.{{info.profile.type}}, capitalize)."
},
"profile-presets": {
"bashIntegrated": "bash: $t(generic.profile-types.integrated, capitalize)",
"cmdExternal": "cmd: $t(generic.profile-types.external, capitalize)",
"cmdIntegrated": "cmd: $t(generic.profile-types.integrated, capitalize)",
"darwinExternalDefault": "$t(generic.platforms.darwin, capitalize) $t(generic.default): $t(generic.profile-types.external, capitalize)",
"darwinIntegratedDefault": "$t(generic.platforms.darwin, capitalize) $t(generic.default): $t(generic.profile-types.integrated, capitalize)",
"dashIntegrated": "dash: $t(generic.profile-types.integrated, capitalize)",
"developerConsole": "$t(generic.profile-types.developerConsole, capitalize)",
"empty": "$t(generic.profile-types., capitalize)",
"gitBashIntegrated": "Git Bash: $t(generic.profile-types.integrated, capitalize)",
"gnomeTerminalExternal": "GNOME $t(generic.terminal, capitalize): $t(generic.profile-types.external, capitalize)",
"iTerm2External": "iTerm2: $t(generic.profile-types.external, capitalize)",
"konsoleExternal": "Konsole: $t(generic.profile-types.external, capitalize)",
"linuxExternalDefault": "$t(generic.platforms.linux, capitalize) $t(generic.default): $t(generic.profile-types.external, capitalize)",
"linuxIntegratedDefault": "$t(generic.platforms.linux, capitalize) $t(generic.default): $t(generic.profile-types.integrated, capitalize)",
"powershellExternal": "powershell: $t(generic.profile-types.external, capitalize)",
"powershellIntegrated": "powershell: $t(generic.profile-types.integrated, capitalize)",
"pwshExternal": "pwsh: $t(generic.profile-types.external, capitalize)",
"pwshIntegrated": "pwsh: $t(generic.profile-types.integrated, capitalize)",
"shIntegrated": "sh: $t(generic.profile-types.integrated, capitalize)",
"terminalMacOSExternal": "$t(generic.terminal, capitalize) ($t(generic.platforms.darwin, capitalize)): $t(generic.profile-types.external, capitalize)",
"win32ExternalDefault": "$t(generic.platforms.win32, capitalize) $t(generic.default): $t(generic.profile-types.external, capitalize)",
"win32IntegratedDefault": "$t(generic.platforms.win32, capitalize) $t(generic.default): $t(generic.profile-types.integrated, capitalize)",
"wslIntegrated": "$t(generic.platforms.win32-short, capitalize) Subsystem for $t(generic.platforms.linux, capitalize): $t(generic.profile-types.integrated, capitalize)",
"wtExternal": "$t(generic.platforms.win32-short, capitalize) $t(generic.terminal, capitalize): $t(generic.profile-types.external, capitalize)",
"xtermExternal": "xterm: $t(generic.profile-types.external, capitalize)",
"zshIntegrated": "zsh: $t(generic.profile-types.integrated, capitalize)"
},
"ribbons": {
"open-terminal": "$t(generic.open, capitalize) $t(generic.terminal)"
},
"settings": {
"add-to-command": "Add to $t(generic.command)",
"add-to-context-menu": "Add to $t(generic.context-menu)",
"advanced": "Advanced",
"create-instance-near-existing-ones": "Create $t(generic.instance) near $t(generic.exist_gerund) ones",
"create-instance-near-existing-ones-description": "Overrides '$t(settings.new-instance-behavior)' when $t(generic.instance) $t(generic.exist_singular) if $t(generic.true).",
"documentation": "$t(generic.documentation, capitalize)",
"documentations": {
"changelog": "$t(generic.documentations.changelog, capitalize)",
"donate": "$t(generic.documentations.donate, capitalize)",
"readme": "$t(generic.documentations.readme, capitalize)"
},
"expose-internal-modules": "Expose internal modules",
"expose-internal-modules-description-HTML": "<code>obsidian</code>, <code>@codemirror/*</code>, <code>@lezer/*</code>…",
"focus-on-new-instance": "$t(generic.focus, capitalize) on new $t(generic.instance)",
"hide-status-bar": "Hide $t(generic.status-bar)",
"hide-status-bar-options": {
"always": "Always",
"focused": "When $t(generic.terminal) is $t(generic.focus_past)",
"never": "Never",
"running": "When $t(generic.terminal) is running"
},
"instancing": "$t(generic.instance_gerund, capitalize)",
"intercept-logging": "Intercept logging",
"interface": "Interface",
"new-instance-behavior": "New $t(generic.instance) $t(generic.behavior)",
"new-instance-behaviors": {
"newHorizontalSplit": "New horizontal $t(generic.split)",
"newLeftSplit": "New left $t(generic.split)",
"newLeftTab": "New left $t(generic.tab)",
"newRightSplit": "New right $t(generic.split)",
"newRightTab": "New right $t(generic.tab)",
"newTab": "New $t(generic.tab)",
"newVerticalSplit": "New vertical $t(generic.split)",
"newWindow": "New $t(generic.window)",
"replaceTab": "Replace $t(generic.tab)"
},
"open-changelog-on-update": "$t(generic.open, capitalize) $t(generic.documentations.changelog) on update",
"pin-new-instance": "$t(generic.pin, capitalize) new $t(generic.instance)",
"preferred-renderer": "Preferred $t(generic.renderer)",
"preferred-renderer-options": "$t(generic.renderers.{{type}}, capitalize)",
"profile-list": {
"description": "The first $t(generic.compatible) $t(generic.profile) in the $t(generic.list) is the $t(generic.default) for its $t(generic.terminal) $t(generic.type)."
},
"profiles": "$t(generic.profile_other, capitalize)",
"profiles-description": "$t(generic.list-description, capitalize)",
"profiles-edit": "$t(generic.edit, capitalize)"
}
}