Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Increasing localization for every element on Dashy #1041

Merged
merged 4 commits into from
Feb 19, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
53 changes: 51 additions & 2 deletions src/assets/locales/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@
"clear-search-tooltip": "Clear Search",
"enter-to-search-web": "Press enter to search the web"
},
"splash-screen": {
"loading": "Loading"
},
"login": {
"title": "Dashy",
"guest-label": "Guest Access",
Expand Down Expand Up @@ -41,6 +44,37 @@
"logged-in-guest": "Logged in as Guest, Redirecting...",
"error-guest-access": "Guest Access Not Allowed"
},
"app-info": {
"title": "App Info",
"error-log": "Error Log",
"no-errors": "No recent errors detected",
"help-support": "Help & Support",
"help-support-description" : "For getting support with running or configuring Dashy, see the",
"help-support-discussions": "Discussions",
"support-dashy": "Supporting Dashy",
"support-dashy-description": "For ways that you can get involved, check out the",
"support-dashy-link": "Contributions page",
"report-bug": "Report a Bug",
"report-bug-description": "If you think you've found a bug, then please",
"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",
"app-info.privacy-and-security-advice": "For advise in securing your dashboard, you can reference the",
"app-info.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",
"licence-third-party": "For licenses for third-party modules, please see",
"licence-third-party-link": "Legal",
"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": "View Config",
Expand All @@ -55,6 +89,8 @@
"rebuild-app-button": "Rebuild Application",
"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": "App 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.",
Expand All @@ -69,7 +105,11 @@
"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"
"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",
Expand All @@ -91,7 +131,9 @@
"config-launcher-tooltip": "Update Configuration",
"sign-out-tooltip": "Sign Out",
"sign-in-tooltip": "Log In",
"sign-in-welcome": "Hello {username}!"
"sign-in-welcome": "Hello {username}!",
"hide": "Hide",
"open": "Open"
},
"updates": {
"app-version-note": "Dashy version",
Expand Down Expand Up @@ -157,6 +199,7 @@
"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",
"backup-title-update": "Update Backup",
"password-label-setup": "Choose a Password",
Expand Down Expand Up @@ -208,6 +251,12 @@
"remove-section": "Remove"
}
},
"footer": {
"dev-by": "Developed by",
"licensed-under": "Licensed under",
"get-the": "Get the",
"source-code": "Source Code"
},
"interactive-editor": {
"menu": {
"start-editing-tooltip": "Enter the Interactive Editor",
Expand Down
Loading