-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Expand file tree
/
Copy pathen.json
More file actions
577 lines (577 loc) · 23.8 KB
/
Copy pathen.json
File metadata and controls
577 lines (577 loc) · 23.8 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
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
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
{
"general": {
"close-modal": "Close dialog",
"confirm": "Confirm",
"cancel": "Cancel"
},
"home": {
"no-results": "No Search Results",
"no-data": "No Data Configured",
"no-items-section": "No Items to Show Yet",
"session-expired-line1": "Your session has expired",
"session-expired-line2": "Re-authenticate to access your dashboard",
"sign-in-again": "Sign In Again"
},
"search": {
"search-label": "Search",
"search-placeholder": "Start typing to filter",
"clear-search-tooltip": "Clear Search",
"enter-to-search-web": "Press enter to search the web",
"enter-to-open-url": "Press enter to open URL",
"enter-to-launch-first": "Press enter to launch first match"
},
"splash-screen": {
"loading": "Loading"
},
"login": {
"title": "Dashy",
"guest-label": "Guest Access",
"username-label": "Username",
"password-label": "Password",
"login-button": "Login",
"remember-me-label": "Remember me for",
"remember-me-never": "Never",
"remember-me-hour": "4 Hours",
"remember-me-day": "1 Day",
"remember-me-week": "1 Week",
"remember-me-long-time": "A long time",
"error-missing-username": "Missing Username",
"error-missing-password": "Missing Password",
"error-incorrect-username": "User not found",
"error-incorrect-password": "Incorrect Password",
"success-message": "Logging in...",
"logout-message": "Logged Out",
"already-logged-in-title": "Already Logged In",
"already-logged-in-text": "You're logged in as",
"proceed-to-dashboard": "Proceed to Dashboard",
"log-out-button": "Logout",
"proceed-guest-button": "Proceed as Guest",
"guest-intro-1": "This instance has guest access enabled.",
"guest-intro-2": "Guests have view-only access to dashboards, so cannot write any changes to disk.",
"error": "Error",
"error-no-user-configured": "Authentication is not enabled, or no users have been configured",
"error-go-home-button": "Go Home",
"logged-in-guest": "Logged in as Guest, Redirecting...",
"authenticated-redirecting": "Authenticated, Redirecting...",
"error-guest-access": "Guest Access Not Allowed"
},
"app-info": {
"title": "App Info",
"sponsor-heading": "Sponsor Dashy",
"sponsor-l1-prefix": "Enjoying Dashy? Consider",
"sponsor-l1-link": "sponsoring me on GitHub",
"sponsor-l1-suffix": "to help fund ongoing development 🩷",
"report-bug": "Report a Bug",
"report-bug-description": "If you think you've found a bug, then",
"report-bug-debug-link": "check the debug menu",
"report-bug-middle": "and",
"report-bug-link": "raise an Issue",
"more-info": "More Info",
"source": "Source",
"documentation": "Documentation",
"privacy-and-security": "Privacy & Security",
"privacy-and-security-l1": "For a break-down of how your data is managed by Dashy, see the",
"privacy-and-security-privacy-policy": "Privacy Policy",
"privacy-and-security-advice": "For advise in securing your dashboard, you can reference the",
"privacy-and-security-advice-link": "Management Docs",
"privacy-and-security-security-issue": "If you've found a potential security issue, report it following our",
"privacy-and-security-security-policy": "Security Policy",
"license": "License",
"license-under": "Licensed under",
"list-contributors": "For the full list of contributors and thanks, see",
"list-contributors-link": "Credits",
"version": "Version"
},
"config": {
"main-tab": "Main Menu",
"view-config-tab": "Export Config",
"edit-config-tab": "Edit Config",
"custom-css-tab": "Custom Styles",
"heading": "Configuration Options",
"download-config-button": "View / Export Config",
"edit-config-button": "Edit Config",
"edit-css-button": "Edit Custom CSS",
"cloud-sync-button": "Enable Cloud Sync",
"edit-cloud-sync-button": "Edit Cloud Sync",
"change-language-button": "Change App Language",
"reset-settings-button": "Reset Local Settings",
"disabled-note": "Some configuration features have been disabled by your administrator",
"small-screen-note": "You are using a very small screen, and some screens in this menu may not be optimal",
"app-info-button": "About",
"debug-info-button": "Debug Info",
"backup-note": "It is recommended to make a backup of your configuration before making changes.",
"reset-config-msg-l1": "This will remove all user settings from local storage, but won't affect your 'conf.yml' file.",
"reset-config-msg-l2": "You should first backup any changes you've made locally, if you want to use them in the future.",
"reset-config-msg-l3": "Are you sure you want to proceed?",
"data-cleared-msg": "Data cleared successfully",
"data-copied-msg": "Config has been copied to clipboard",
"reset-config-label": "Reset Config",
"css-save-btn": "Save Changes",
"css-note-label": "Note",
"css-note-l1": "You will need to refresh the page for your changes to take effect.",
"css-note-l2": "Styles overrides are only stored locally, so it is recommended to make a copy of your CSS.",
"css-note-l3": "To remove all custom styles, delete the contents and hit Save Changes",
"custom-css": {
"title": "Custom CSS",
"base-theme": "Base Theme"
}
},
"alternate-views": {
"alternate-view-heading": "Switch View",
"default": "Default",
"workspace": "Workspace",
"minimal": "Minimal"
},
"remote-config": {
"title": "Load Remote Config?",
"apply-button": "Apply Preview",
"intro": "You are loading a configuration from an external URL. Would you like to continue?",
"warning": "You should ensure that you've read the content you are loading before proceeding. Once loaded, your browser will be able to execute any client-side code specified within this config.",
"field-title": "Title",
"field-source": "Source",
"field-sections": "Sections",
"field-items": "Items",
"preview-note": "Preview only. This won't make any changes on disk, nor affect your Dashy instance in any way.",
"applied-toast": "Remote config applied (preview only)",
"previewing-banner": "Previewing remote config",
"revert-button": "Revert",
"error-invalid-url": "Remote config URL is not valid (must be http or https)",
"error-fetch": "Could not fetch remote config. Check the URL is reachable and CORS is allowed.",
"error-parse": "Remote config is not valid YAML",
"error-not-config": "Remote file does not look like a Dashy config",
"error-apply": "Failed to apply remote config"
},
"settings": {
"theme-label": "Theme",
"layout-label": "Layout",
"layout-auto": "Auto",
"layout-horizontal": "Horizontal",
"layout-vertical": "Vertical",
"layout-masonry": "Masonry",
"item-size-label": "Item Size",
"item-size-small": "Small",
"item-size-medium": "Medium",
"item-size-large": "Large",
"language-label": "Language",
"config-launcher-label": "Config",
"config-launcher-tooltip": "Update Configuration",
"nav-links-tooltip": "Navigation and Configs",
"toggle-nav-aria": "Toggle navigation menu",
"sign-out-tooltip": "Sign Out",
"sign-in-tooltip": "Log In",
"sign-in-welcome": "Hello {username}!",
"please-login": "Log in for full access",
"hide": "Hide",
"options-title": "Options",
"options-tooltip": "Options"
},
"updates": {
"app-version-note": "Running Dashy version",
"up-to-date": "Up-to-Date",
"out-of-date": "Update Available",
"unsupported-version-l1": "You are using an unsupported version of Dashy",
"unsupported-version-l2": "For the best experience, and recent security patches, please update to",
"sw-update-available": "A new version of Dashy is available.",
"sw-update-action": "Refresh"
},
"debug": {
"getting-help": "Getting Help",
"getting-help-msg": "If you've hit a snag, the community can help.",
"resources": {
"troubleshooting-name": "Troubleshooting",
"troubleshooting-desc": "We've outlined fixes for common issues here",
"docs-name": "Documentation",
"docs-desc": "Usage guides and configuring instructions",
"source-name": "Source code",
"source-desc": "Otherwise, you can determine the issue from the code",
"email-name": "Email Support",
"email-note": "(sponsors only)",
"email-desc": "Drop me a line, and I will try and help"
},
"reporting-bug": "Reporting a Bug",
"reporting-bug-l1-prefix": "If you've found something not working as intended, please",
"reporting-bug-l1-link": "open an issue",
"reporting-bug-l1-suffix": "on our GitHub repo.",
"reporting-bug-l2-intro": "When raising a bug report, please include the relevant info, such as:",
"reporting-bug-list": {
"version": "Dashy version",
"deployment": "Deployment type",
"errors": "Error logs",
"config": "Config snippets",
"overrides": "Relevant overrides",
"environment": "Environment info"
},
"reporting-bug-note": "Be sure to redact any sensitive info. Tickets which don't include enough information to debug, diagnose and fix may be closed. Due to time limitations, support and feature requests from sponsors are prioritized.",
"app-version": "App Version",
"error-log": "Error Log",
"error-log-hint-prefix": "See",
"error-log-hint-link": "here",
"error-log-hint-suffix": "for instructions on how to view the browser logs. There may also be useful info in the server logs.",
"no-errors": "No errors recorded this session.",
"current-config": "Current Config",
"current-config-hint": "When opening an issue, please include the relevant parts of your config file.",
"config-render-error": "Could not render config: {error}",
"local-storage": "Local Storage",
"local-storage-hint": "Settings saved in this browser. These override defaults until cleared.",
"no-local-storage": "Nothing stored locally.",
"local-storage-error": "Could not read local storage: {error}",
"environment": "Environment",
"environment-hint": "Browser and device info to include when filing a bug report.",
"env": {
"unknown": "Unknown",
"yes": "Yes",
"no": "No",
"browser": "Browser",
"os": "Operating System",
"viewport": "Viewport",
"screen": "Screen",
"dpr": "Pixel Ratio",
"languages": "Languages",
"timezone": "Timezone",
"colorScheme": "Color Scheme",
"reducedMotion": "Reduced Motion",
"online": "Online",
"route": "Current Route",
"mode": "Build Mode",
"swActive": "Service Worker"
}
},
"language-switcher": {
"title": "Change Application Language",
"dropdown-label": "Select a Language",
"save-button": "Save",
"success-msg": "Language Updated to"
},
"theme-maker": {
"title": "Theme Configurator",
"export-button": "Export Custom Variables",
"reset-button": "Reset Styles for",
"show-all-button": "Show All Variables",
"change-fonts-button": "Change Fonts",
"save-button": "Save",
"cancel-button": "Cancel",
"saved-toast": "{theme} Updated Successfully",
"copied-toast": "Theme data for {theme} copied to clipboard",
"reset-toast": "Custom Colors for {theme} Removed"
},
"config-editor": {
"preview-button": "Preview Changes",
"valid-label": "Config is Valid",
"success-msg-disk": "Config file written to disk successfully",
"success-msg-local": "Local changes saved successfully",
"error-msg-cannot-save": "An error occurred saving config",
"not-admin-note": "You cannot write changes to disk because you are not logged in as an administrator",
"preview-applied-msg": "Config previewed. Close this modal to see the changes.",
"reset-confirm-msg": "Discard all unsaved changes and revert to the original config?",
"wrap-label": "Wrap",
"format-label": "Format",
"reset-label": "Reset",
"reset-tooltip": "Discard all edits and revert to the original config",
"download-tooltip": "Download as conf.yml",
"download-label": "Download YAML",
"copy-tooltip": "Copy YAML to clipboard",
"copy-label": "Copy YAML",
"copy-success-msg": "Config copied to clipboard",
"copy-fail-msg": "Copy failed: {message}",
"format-fail-msg": "Cannot format: {message}",
"status-valid": "Valid",
"status-invalid": "Invalid",
"status-warning": "{n} Warning",
"status-warnings": "{n} Warnings",
"parse-fail-msg": "YAML parse error: {message}",
"editor-init-fail-msg": "Editor failed to start: {message}"
},
"cloud-sync": {
"title": "Cloud Backup & Restore",
"intro-l1": "Cloud backup and restore is an optional feature, that enables you to upload your config to the internet, and then restore it on any other device or instance of Dashy.",
"intro-l2": "All data is fully end-to-end encrypted with AES, using your password as the key.",
"intro-l3": "For more info, please see the",
"intro-docs": "docs",
"backup-title-setup": "Make a Backup",
"password-label-setup": "Choose a Password",
"password-label-update": "Enter your Password",
"backup-button-setup": "Backup",
"backup-button-update": "Update Backup",
"backup-id-label": "Your Backup ID",
"backup-id-note": "This is used to restore from backups later. So keep it, along with your password somewhere safe.",
"restore-title": "Restore a Backup",
"restore-id-label": "Restore ID",
"restore-password-label": "Password",
"restore-button": "Restore",
"backup-missing-password": "Missing Password",
"backup-error-unknown": "Unable to process request",
"backup-error-password": "Incorrect password. Please enter your current password.",
"backup-success-msg": "Completed Successfully",
"restore-success-msg": "Config Restored Successfully"
},
"context-menus": {
"item": {
"open-section-title": "Open In",
"sametab": "Current Tab",
"newtab": "New Tab",
"modal": "Pop-Up Modal",
"workspace": "Workspace View",
"clipboard": "Copy to Clipboard",
"newwindow": "New Window",
"options-section-title": "Options",
"edit-item": "Edit",
"move-item": "Copy or Move",
"remove-item": "Remove",
"copied-toast": "URL has been copied to clipboard"
},
"section": {
"open-section": "Open Section",
"edit-section": "Edit",
"expand-collapse": "Expand / Collapse",
"remove-section": "Remove",
"section-options": "Section Options"
}
},
"interactive-editor": {
"menu": {
"start-editing-tooltip": "Enter the Interactive Editor",
"config-unavailable": "Config editor not available",
"edit-site-data-subheading": "Edit Site Data",
"edit-config-as-code-btn": "Edit Config as Code",
"edit-config-as-code-tooltip": "Open the YAML editor to edit the raw config file",
"edit-page-info-btn": "Edit Page Info",
"edit-page-info-tooltip": "App title, description, nav links, footer text, etc.",
"edit-app-config-btn": "Edit App Config",
"edit-app-config-tooltip": "All other app configuration options",
"edit-pages-btn": "Edit Pages",
"edit-pages-tooltip": "Add or remove additional views",
"edit-pages-subconfig-disabled": "Pages can only be edited from the root config",
"config-save-methods-subheading": "Config Saving Options",
"save-locally-btn": "Save Locally",
"save-locally-tooltip": "Save config locally, to browser storage. This will not affect your config file, but changes will only be saved on this device",
"save-disk-btn": "Save to Disk",
"save-disk-tooltip": "Save config to the conf.yml file on disk. This will backup, and then over-write your existing config",
"export-config-btn": "Export Config",
"export-config-tooltip": "View and export new config, either to a file, or to clipboard",
"cloud-backup-btn": "Backup to Cloud",
"cloud-backup-tooltip": "Save encrypted backup of configuration to cloud",
"edit-raw-config-btn": "Edit Raw Config",
"edit-raw-config-tooltip": "View and modify raw config via JSON editor",
"cancel-changes-btn": "Cancel Edit",
"cancel-changes-tooltip": "Reset current modifications, and exit Edit Mode. This will not affect your saved config",
"leave-while-editing-confirm": "You have unsaved changes. Leave this page and discard them?",
"edit-mode-name": "Edit Mode",
"edit-mode-subtitle": "You are in Edit Mode",
"edit-mode-description": "This means you can make modifications to your config, and preview the results, but until you save, none of your changes will be preserved.",
"save-stage-btn": "Save",
"cancel-stage-btn": "Cancel",
"save-locally-warning": "If you proceed, changes will be saved only in your browser. You should export a copy of your config for use on other machines. Would you like to continue?"
},
"edit-item": {
"missing-title-err": "An item title is required"
},
"edit-section": {
"edit-section-title": "Edit Section",
"add-section-title": "Add New Section",
"edit-tooltip": "Click to Edit, or right-click for more options",
"remove-confirm": "Are you sure you want to remove this section? This action can be undone later."
},
"edit-widget": {
"edit-widget-title": "Edit Widget",
"add-widget-title": "Add New Widget",
"add-widget-btn": "Add Widget",
"type-label": "Widget Type",
"label-label": "Label",
"update-interval-label": "Update Interval (seconds)",
"timeout-label": "Timeout (ms)",
"use-proxy-label": "Use Proxy",
"ignore-errors-label": "Ignore Errors",
"options-heading": "Widget Options",
"add-option-btn": "Add Option",
"key-placeholder": "Key",
"value-placeholder": "Value",
"missing-type-err": "A widget type is required",
"remove-widget": "Remove Widget",
"remove-confirm": "Are you sure you want to remove this widget? This action can be undone later."
},
"edit-app-config": {
"warning-msg-title": "Proceed with Caution",
"warning-msg-l1": "The following options are for advanced app configuration.",
"warning-msg-l2": "If you are unsure about any of the fields, please reference the",
"warning-msg-docs": "documentation",
"warning-msg-l3": "to avoid unintended consequences."
},
"export": {
"copy-clipboard-btn": "Copy to Clipboard",
"copy-clipboard-tooltip": "Copy all app config to system clipboard, in YAML format",
"download-file-btn": "Download as File",
"download-file-tooltip": "Download all app config to your device, in a YAML file",
"current-config-title": "Current Config",
"preview-toggle": "YAML preview",
"issues-title": "Schema issues ({n})",
"config-list-title": "Config List",
"col-title": "Title",
"col-path": "Path",
"col-content": "Content",
"col-status": "Status",
"col-actions": "Actions",
"content-summary": "{sections} sections, {items} items, {widgets} widgets",
"status-loading": "loading",
"status-valid": "valid",
"status-warnings": "{n} warnings",
"status-error": "error",
"status-unknown": "unknown",
"edit-current-btn": "Edit Config",
"edit-current-tooltip": "Open the current config in the JSON editor",
"copy-fail-msg": "Unable to copy to clipboard, see log",
"download-row-tooltip": "Download YAML",
"preview-row-tooltip": "Toggle YAML Preview",
"apply-row-tooltip": "Apply config"
}
},
"critical-error": {
"title": "Configuration Load Error",
"subtitle": "Dashy has failed to load correctly due to a configuration error.",
"sub-ensure-that": "Ensure that",
"sub-error-details": "Error Details",
"sub-next-steps": "Next Steps",
"ignore-button": "Ignore Critical Errors"
},
"widgets": {
"general": {
"show-more": "Expand Details",
"cpu-details": "CPU Details",
"mem-details": "Memory Details",
"show-less": "Show Less",
"open-link": "Continue Reading"
},
"github-profile": {
"repos": "Repos",
"followers": "Followers",
"following": "Following",
"stars": "Stars",
"forks": "Forks",
"issues": "Issues"
},
"pi-hole": {
"status-heading": "Status"
},
"stat-ping": {
"up": "Online",
"down": "Offline"
},
"net-data": {
"cpu-chart-title": "CPU History",
"mem-chart-title": "Memory Usage",
"mem-breakdown-title": "Memory Breakdown",
"load-chart-title": "System Load"
},
"glances": {
"disk-space-free": "Free",
"disk-space-used": "Used",
"disk-mount-point": "Mount Point",
"disk-file-system": "File System",
"disk-io-read": "Read",
"disk-io-write": "Write",
"system-load-desc": "Number of processes waiting in the run-queue, averaged across all cores",
"gpu-usage": "Usage",
"gpu-memory": "Memory",
"gpu-temperature": "Temp",
"gpu-fan-speed": "Fan",
"gpu-none": "No GPU detected"
},
"system-info": {
"uptime": "Uptime"
},
"flight-data": {
"arrivals": "Arrivals",
"departures": "Departures"
},
"tfl-status": {
"good-service-all": "Good Service on all Lines",
"good-service-rest": "Good Service on all other Lines"
},
"synology-download": {
"downloaded": "Downloaded",
"uploaded": "Uploaded",
"remaining": "Remaining"
},
"gluetun-status": {
"vpn-ip": "VPN IP",
"country": "Country",
"region": "Region",
"city": "City",
"post-code": "Post Code",
"location": "Location",
"timezone": "Timezone",
"organization": "Organization",
"forwarded-port": "Forwarded Port"
},
"nextcloud": {
"active": "active",
"and": "and",
"applications": "applications",
"available": "available",
"away": "Away",
"cache-full": "CACHE FULL",
"chat-room": "chat room",
"delete-all": "Delete all",
"delete-notification": "Delete notification",
"disabled": "disabled",
"disk-quota": "Disk Quota",
"disk-space": "Disk Space",
"dnd": "Do Not Disturb",
"email": "email",
"enabled": "enabled",
"federated-shares-ucfirst": "Federated shares",
"federated-shares": "federated shares",
"files": "file{plural}",
"free": "free",
"groups": "groups",
"hit-rate": "hit rate",
"hits": "hits",
"home": "home",
"in": "in",
"keys": "keys",
"last-24-hours": "last 24 hours",
"last-5-minutes": "in the last 5 minutes",
"last-hour": "in the last hour",
"last-login": "Last login",
"last-restart": "Last restart",
"load-averages": "Load Averages over all CPU cores",
"local-shares": "Local shares",
"local": "local",
"max-keys": "max keys",
"memory-used": "memory used",
"memory-utilisation": "memory utilization",
"memory": "memory",
"misses": "misses",
"no-notifications": "No notifications",
"no-pending-updates": "no pending updates",
"nothing-to-show": "Nothing to show here at this time",
"of-which": "of which",
"of": "of",
"offline": "Offline",
"online": "Online",
"other": "other",
"overall": "Overall",
"private-link": "private link",
"public-link": "public link",
"quota-enabled": "Disk Quota is {not}enabled for this user",
"received": "received",
"scripts": "scripts",
"sent": "sent",
"started": "Started",
"storages-by-type": "Storages by type",
"storages": "storage{plural}",
"strings-use": "strings use",
"tasks": "Tasks",
"total-files": "total files",
"total-users": "total users",
"total": "total",
"until": "Until",
"updates-available-for": "Updates are available for",
"updates-available": "update{plural} available",
"used": "used",
"user": "user",
"using": "using",
"version": "version",
"wasted": "wasted"
}
}
}