You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: dashboard/src/i18n/locales/en-US/core/header.json
+6Lines changed: 6 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -25,6 +25,12 @@
25
25
"dev": "🧐 Development (master branch)"
26
26
},
27
27
"updateToLatest": "Update to Latest Version",
28
+
"preRelease": "Pre-release",
29
+
"preReleaseWarning": {
30
+
"title": "Pre-release Version Notice",
31
+
"description": "Versions marked as pre-release may contain unknown issues or bugs and are not recommended for production use. If you encounter any problems, please visit ",
32
+
"issueLink": "GitHub Issues"
33
+
},
28
34
"tip": "💡 TIP: Switching to an older version or a specific version will not re-download the dashboard files, which may cause some data display errors. You can find the corresponding dashboard files dist.zip at",
29
35
"tipLink": "here",
30
36
"tipContinue": ", extract and replace the data/dist folder. Of course, the frontend source code is in the dashboard directory, you can also build it yourself using npm install and npm build.",
0 commit comments