This repository has been archived by the owner on Sep 20, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathapp_en.arb
507 lines (505 loc) · 18.7 KB
/
app_en.arb
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
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
{
"aboutBuhoCMS": "About BuhoCMS",
"openSite": "Open website",
"currentSitePath": "Current website path: {path}",
"@currentSitePath": {
"placeholders": {
"path": { "type": "String" }
}
},
"createSite": "Create website",
"createSite_Description": "Create a new website",
"websiteThemes": "Website themes",
"currentHugoThemes": "Current Hugo theme: {theme}. Select or download a Hugo theme",
"@currentHugoThemes": {
"placeholders": {
"theme": { "type": "String" }
}
},
"successfullyDownloadedHugoTheme": "Successfully downloaded Hugo theme from:\n",
"hugoThemeSelected": "Hugo theme selected: {path}",
"@hugoThemeSelected": {
"placeholders": {
"path": { "type": "String" }
}
},
"hugoTheme": "Hugo theme: {path}",
"@hugoTheme": {
"placeholders": {
"path": { "type": "String" }
}
},
"themes_Description": "Download and select a Hugo theme.\nYou can also skip this step and do it later via Settings.",
"preferences": "Preferences",
"preferences_Description": "Export your preferences to a file, load from a file or reset the preferences for BuhoCMS",
"selectASavePath": "Select a save path",
"cancel": "Cancel",
"yes": "Yes",
"export": "Export",
"import": "Import",
"reset": "Reset",
"editFrontmatterList": "Edit Front matter list",
"editFrontmatterList_Description": "Edit your current Front matter list to add, edit, rearrange or remove entries",
"editingPage": "Editing Page",
"guiMode": "GUI Mode",
"textMode": "Text Mode",
"stopLiveServer": "Stop live server",
"startLiveServer": "Start live server",
"openLiveServer": "Open live server",
"buildWebsite": "Build {ssg} website",
"@buildWebsite": {
"placeholders": {
"ssg": { "type": "String" }
}
},
"openBuildFolder": "Open build folder",
"sortBy": "Sort by",
"parentFolderButton_Toolip": "Go to parent folder. Current: {path}",
"@parentFolderButton_Toolip": {
"placeholders": {
"path": { "type": "String" }
}
},
"newPost": "New post",
"newFolder": "New folder",
"error_RenameDirectory": "Error: Could not rename folder {oldPath} to {newPath} as a folder with the same name already exists in this directory",
"@error_RenameDirectory": {
"placeholders": {
"oldPath": { "type": "String" },
"newPath": { "type": "String" }
}
},
"renamedDirectory": "Renamed folder {oldPath} to {newPath}",
"@renamedDirectory": {
"placeholders": {
"oldPath": { "type": "String" },
"newPath": { "type": "String" }
}
},
"deleteFolder": "Delete folder",
"deleteFolder_Description": "Are you sure you want to delete the folder:\n",
"deletedFolder": "Deleted folder {path}",
"@deletedFolder": {
"placeholders": {
"path": { "type": "String" }
}
},
"error_RenameFile": "Error: Could not rename file {oldPath} to {newPath} as a file with the same name already exists in this directory",
"@error_RenameFile": {
"placeholders": {
"oldPath": { "type": "String" },
"newPath": { "type": "String" }
}
},
"renamedFile": "Renamed file {oldPath} to {newPath}",
"@renamedFile": {
"placeholders": {
"oldPath": { "type": "String" },
"newPath": { "type": "String" }
}
},
"deleteFile": "Delete file",
"deleteFile_Description": "Are you sure you want to delete the file:\n",
"deletedFile": "Deleted file {path}",
"@deletedFile": {
"placeholders": {
"path": { "type": "String" }
}
},
"alreadyAtHighestLevel": "Already at highest level; Cannot open folder above \"{content}\" folder",
"@alreadyAtHighestLevel": {
"placeholders": {
"content": { "type": "String" }
}
},
"sortByName": "By name",
"sortByNameReversed": "By name (reversed)",
"sortByDate": "By date",
"sortByDateReversed": "By date (reversed)",
"sortBySize": "By size",
"sortBySizeReversed": "By size (reversed)",
"sortByType": "By type",
"sortByTypeReversed": "By type (reversed)",
"postCreated": "Post {post} created in path {path}",
"@postCreated": {
"placeholders": {
"post": { "type": "String" },
"path": { "type": "String" }
}
},
"createNewPostIn": "Create new post in:\n",
"name": "Name: ",
"type": "Type: ",
"cantBeEmpty": "Can't be empty",
"error_fileAlreadyExists": "File with name {name} already exists in folder:\n{path}",
"@error_fileAlreadyExists": {
"placeholders": {
"name": { "type": "String" },
"path": { "type": "String" }
}
},
"folderCreated": "Post {path} created",
"@folderCreated": {
"placeholders": {
"path": { "type": "String" }
}
},
"createNewFolderIn": "Create new folder in:\n",
"error_folderAlreadyExists": "Folder with name {name} already exists in folder:\n{path}",
"@error_folderAlreadyExists": {
"placeholders": {
"name": { "type": "String" },
"path": { "type": "String" }
}
},
"rename": "Rename",
"openInFileExplorer": "Open in file explorer",
"delete": "Delete",
"file": "File",
"save": "Save",
"revertChanges": "Revert changes",
"exit": "Exit",
"edit": "Edit",
"refreshFiles": "Refresh files",
"openCurrentFileInExplorer": "Open current file in file explorer",
"help": "Help",
"openHomepage": "Open Homepage",
"reportIssue": "Report issue",
"about": "About",
"error_DirectoryDoesNotExist": "Directory {path} does not exist. Please select a valid directory path.",
"@error_DirectoryDoesNotExist": {
"placeholders": {
"path": { "type": "String" }
}
},
"error_DirectoryAlreadyExists": "A directory with the path {path} already exists. Please rename or remove the existing folder.",
"@error_DirectoryAlreadyExists": {
"placeholders": {
"path": { "type": "String" }
}
},
"back": "BACK",
"next": "NEXT",
"continue2": "CONTINUE",
"create": "Create",
"chooseStaticSiteGenerator": "Choose static site generator",
"checkSSGInstalled": "Check, if {ssg} is installed",
"@checkSSGInstalled": {
"placeholders": {
"ssg": { "type": "String" }
}
},
"executableNotFound": "{executable} executable not found. Please make sure that {program} is installed correctly.",
"@executableNotFound": {
"placeholders": {
"executable": { "type": "String" },
"program": { "type": "String" }
}
},
"executableFoundIn": "{program} executable found in: {path}",
"@executableFoundIn": {
"placeholders": {
"program": { "type": "String" },
"path": { "type": "String" }
}
},
"createLocation": "Create location",
"choosePath": "Choose path",
"websiteWillBeCreatedInFolder": "The new {ssg} website will be created inside the selected folder",
"@websiteWillBeCreatedInFolder": {
"placeholders": {
"ssg": { "type": "String" }
}
},
"websitePath": "Website path",
"siteName": "Website name",
"finish": "Finish",
"createWebsiteNamed": "Create {ssg} website named:\n",
"@createWebsiteNamed": {
"placeholders": {
"ssg": { "type": "String" }
}
},
"insideFolder": "Inside folder:\n",
"open": "Open",
"checkStaticSiteStructure": "Check static site generator structure",
"checkStaticSiteStructure_Description": "Make sure your folder follows the correct static site generator structure. Please refer to the specific documentation for more details.\n\nIf you want to be sure your website follows the correct folder structure, feel free to create a new website with BuhoCMS.",
"selectSiteFolder": "Select website folder",
"error_ThemeAlreadyExists": "A theme folder with the name {theme} already exists inside the themes folder. Please rename or remove the existing folder.",
"@error_ThemeAlreadyExists": {
"placeholders": {
"theme": { "type": "String" }
}
},
"selectATheme": "Select a theme",
"none": "None",
"download": "Download",
"startOver": "Start over",
"checkGitInstalled": "Check, if Git is installed",
"downloadTheme": "Download theme",
"repositoryInvalidURL": "Invalid URL",
"themeRepository": "Theme repository",
"nowSelectTheme": "\n\nYou can now select the theme {theme} in the Dropdown button.",
"@nowSelectTheme": {
"placeholders": {
"theme": { "type": "String" }
}
},
"rememberToVisitDocs": "Remember to visit the documentation in the themes repository for details on implementing the correct configurations.",
"welcomeToBuhoCMS": "Welcome to BuhoCMS",
"welcomeToBuhoCMS_Description": "BuhoCMS is a local Content Management System for static site generators.\nCreate or open a website, install a theme, and start creating new posts.\n\nTo proceed, create or open a website.",
"websiteSelected": "Website selected: {path}",
"@websiteSelected": {
"placeholders": {
"path": { "type": "String" }
}
},
"themes": "Themes",
"allDone": "All done!",
"allDone_Description": "Congratulations, you are ready to use BuhoCMS!",
"sitePath": "Website path: {path}",
"@sitePath": {
"placeholders": {
"path": { "type": "String" }
}
},
"getStarted": "Get started",
"revertChanges_Description": "Are you sure to revert this file? All unsaved work after the last save will be lost.",
"quitWithUnsaved": "Quit with unsaved changes",
"quitWithUnsaved_Description": "You have unsaved changes. Do you want to save or revert everything before you quit?",
"revertAndQuit": "Revert & Quit",
"saveAndQuit": "Save & Quit",
"unsavedChanges": "Unsaved changes",
"unsavedChanges_Description": "You have unsaved changes. Do you want to save everything?",
"revert": "Revert",
"save": "Save",
"createNewPost": "Create new post",
"createNewFolder": "Create new folder",
"addNewEntry": "Add new entry",
"remove": "Remove",
"close": "Close",
"addFrontmatter": "Add Front matter",
"add": "Add",
"addedFrontmatterToList": "Added Front matter to list with name {name} and type {type}",
"@addedFrontmatterToList": {
"placeholders": {
"name": { "type": "String" },
"type": { "type": "String" }
}
},
"error_FrontmatterAlreadyContains": "List already contains a Front Matter item with the same name!",
"editFrontmatter": "Edit Front matter",
"editedFrontmatterToList": "Edited Front matter in list from name {oldName} to {newName} and type {oldType} to {newType}",
"@editedFrontmatterToList": {
"placeholders": {
"oldName": { "type": "String" },
"newName": { "type": "String" },
"oldType": { "type": "String" },
"newType": { "type": "String" }
}
},
"removedFrontmatterToList": "Removed Front matter from list with name {name} and type {type}",
"@removedFrontmatterToList": {
"placeholders": {
"name": { "type": "String" },
"type": { "type": "String" }
}
},
"deleteFrontmatter": "Delete front matter",
"areYouSureDeleteFrontmatter": "Are you sure you want to delete front matter:\n",
"removedFrontmatter": "Removed Front Matter {name} with type {type}",
"@removedFrontmatter": {
"placeholders": {
"name": { "type": "String" },
"type": { "type": "String" }
}
},
"detect": "Detect",
"notFound_Description": "{name} not found in the BuhoCMS list. Please create the field with its name in your BuhoCMS Front matter list (Settings → SSG Settings → Edit Front matter list) or remove it from the source text",
"@notFound_Description": {
"placeholders": {
"name": { "type": "String" }
}
},
"restore": "Restore",
"error_executableNotFound": "Error: {program} executable not found while running command {command}",
"@error_executableNotFound": {
"placeholders": {
"program": { "type": "String" },
"command": { "type": "String" }
}
},
"removeTag": "Remove tag {tag}",
"@removeTag": {
"placeholders": {
"tag": { "type": "String" }
}
},
"tag": "Tag",
"createYourFirstPost": "Create your first post",
"noFileSelected": "No file selected",
"content": "Content",
"frontmatter": "Front matter",
"hide": "Hide",
"show": "Show",
"draggableMode_Description": "Switch to Draggable Mode. Drag handles will appear on each field",
"draggableModeLock": "Lock draggable mode",
"draggableModeOn": "Draggable Mode",
"content_Description": "Write your markdown content here",
"resetBuhoCMS": "Reset preferences",
"areYouSureResetBuhoCMS": "Are you sure to reset all preferences? Make sure to export your current preferences to be able to restore your settings.",
"fullScreenInfo": "Press F11 or ESC to exit Full Screen mode",
"fullScreen": "Full Screen",
"exitFullScreen": "Exit Full Screen",
"refreshedFileList": "Refreshed file list",
"fileSavedSuccessfully": "File saved successfully",
"nothingToSave": "Nothing to save",
"fileRevertedSuccessfully": "File reverted successfully",
"nothingToRevert": "Nothing to revert",
"alreadyStartedLiveServer": "Already started live server",
"startedLiveServer": "Started live server",
"stoppedSSGServer": "Stopped {ssg} Server",
"@stoppedSSGServer": {
"placeholders": {
"ssg": { "type": "String" }
}
},
"noSSGServerRunning": "No {ssg} Server currently running",
"@noSSGServerRunning": {
"placeholders": {
"ssg": { "type": "String" }
}
},
"builtWebsite": "Built {ssg} website",
"@builtWebsite": {
"placeholders": {
"ssg": { "type": "String" }
}
},
"addedFrontmatter": "Added Front matter {name} with type {type}",
"@addedFrontmatter": {
"placeholders": {
"name": { "type": "String" },
"type": { "type": "String" }
}
},
"terminal": "Terminal",
"command": "Command:",
"flags": "Flags:",
"search": "Search",
"autoFrontmatterList": "Automatically detect Front matter list",
"areYouSureAutoFrontmatterList": "Automatically detect your BuhoCMS Front matter list from all files? The previous list will be overridden.",
"resetFrontmatterList": "Reset Front matter list",
"areYouSureResetFrontmatterList": "Are you sure to reset your Front matter list to the default list? The default list contains \"title\", \"date\", \"draft\" and \"tags\".",
"recentlyOpenedWebsites": "Recently opened websites:",
"terminalOutput": "Terminal output",
"showTerminalOutput": "Show Terminal output",
"hideTerminalOutput": "Hide Terminal output",
"tooltipHeading": "Heading",
"tooltipBold": "Bold",
"tooltipItalic": "Italic",
"tooltipStrikethrough": "Strikethrough",
"tooltipLink": "Link",
"tooltipImage": "Image",
"tooltipCode": "Code",
"tooltipBulletedList": "Bulleted list",
"tooltipNumberedList": "Numbered list",
"tooltipCheckbox": "Checkbox",
"tooltipQuote": "Quote",
"tooltipHorizontalRule": "Horizontal rule",
"dismiss": "Dismiss",
"currentSSG": "Current SSG: {ssg}",
"@currentSSG": {
"placeholders": {
"ssg": { "type": "String" }
}
},
"themesAvailableFor": "Supported: {ssg}",
"@themesAvailableFor": {
"placeholders": {
"ssg": { "type": "String" }
}
},
"flatpakPermission": "No Flatpak permission",
"flatpakPermission_Description": "In order to run programs on the host system, BuhoCMS requires the permission \"--talk-name=org.freedesktop.Flatpak\". To give the permission, run the following command in your Terminal:\n\n{command}",
"@flatpakPermission_Description": {
"placeholders": {
"command": { "type": "String" }
}
},
"changedContentFolderTo": "Changed {ssg} content folder from {oldFolder} to {newFolder}",
"@changedContentFolderTo": {
"placeholders": {
"ssg": { "type": "String" },
"oldFolder": { "type": "String" },
"newFolder": { "type": "String" }
}
},
"resetSSGContent": "Reset {ssg} content folder to default",
"@resetSSGContent": {
"placeholders": {
"ssg": { "type": "String" }
}
},
"resetSSGContent_description": "Are you sure you want to reset the {ssg} content folder to the default folder \"{defaultFolder}\"?",
"@resetSSGContent_description": {
"placeholders": {
"ssg": { "type": "String" },
"defaultFolder": { "type": "String" }
}
},
"changeSSGContent": "Change content folders",
"changeSSGContent_description": "Change the content folders of a specific static site generator. It can be reset to the respective default folder set by BuhoCMS at any time.",
"resetSSG": "Reset {ssg}",
"@resetSSG": {
"placeholders": {
"ssg": { "type": "String" }
}
},
"contentFolderSSG": "{ssg} content folder",
"@contentFolderSSG": {
"placeholders": {
"ssg": { "type": "String" }
}
},
"setCustomSSGExecutables": "Set custom executables",
"setCustomSSGExecutables_description": "Set custom executables of a specific static site generator. It can be disabled to continue being automatically detected by BuhoCMS at any time.",
"customSSGExecutables": "Custom {ssg} executables",
"@customSSGExecutables": {
"placeholders": {
"ssg": { "type": "String" }
}
},
"autoSSGExecutables": "Auto detect {ssg} executables",
"@autoSSGExecutables": {
"placeholders": {
"ssg": { "type": "String" }
}
},
"selectExecutable": "Select executable path",
"settings": "Settings",
"appSettings": "APP SETTINGS",
"site": "WEBSITE",
"ssgSettings": "SSG SETTINGS",
"duplicate": "Duplicate",
"duplicate_description": "The YAML contains a duplicate entry. Make sure there are no duplicates in the text",
"language": "Language",
"language_description": "Change the language of BuhoCMS",
"systemLanguage": "System language",
"theme": "Theme",
"theme_description": "Change the app theme",
"themeSystem": "System theme",
"themeLight": "Light theme",
"themeDark": "Dark theme",
"onboardingScreen": "Onboarding screen",
"onboardingScreen_description": "Open the initial onboarding screen",
"more": "MORE",
"less": "SHOW LESS",
"version": "Version {versionNumber}",
"@version": {
"placeholders": {
"versionNumber": { "type": "String" }
}
},
"license": "The code is licensed under the GPLv3 on GitHub (https://github.com/iakmds/buhocms). If you want to report a bug, request or improve a feature, please open an issue on GitHub. Thanks!"
}