mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-07-20 10:52:42 +00:00
Hello and thank you for wanting to contribute to the MagicMirror² project! **Please make sure that you have followed these 4 rules before submitting your Pull Request:** > 1. Base your pull requests against the `develop` branch. > 2. Include these infos in the description: implement short syntax for clock week > > - Does the pull request solve a **related** issue? n/a > - If so, can you reference the issue like this `Fixes #<issue_number>`? > - What does the pull request accomplish? Use a list if needed. > - If it includes major visual changes please add screenshots. > > 3. Please run `npm run lint:prettier` before submitting so that > style issues are fixed. > 4. Don't forget to add an entry about your changes to > the CHANGELOG.md file.   **Note**: Sometimes the development moves very fast. It is highly recommended that you update your branch of `develop` before creating a pull request to send us your changes. This makes everyone's lives easier (including yours) and helps us out on the development team. Thanks again and have a nice day! --------- Co-authored-by: BugHaver <43462320+lsaadeh@users.noreply.github.com>
50 lines
1.6 KiB
JSON
50 lines
1.6 KiB
JSON
{
|
|
"LOADING": "Loading …",
|
|
|
|
"YESTERDAY": "Yesterday",
|
|
"TODAY": "Today",
|
|
"TOMORROW": "Tomorrow",
|
|
"RUNNING": "Ends in",
|
|
"EMPTY": "No upcoming events.",
|
|
"WEEK": "Week {weekNumber}",
|
|
"WEEK_SHORT": "W{weekNumber}",
|
|
|
|
"N": "N",
|
|
"NNE": "NNE",
|
|
"NE": "NE",
|
|
"ENE": "ENE",
|
|
"E": "E",
|
|
"ESE": "ESE",
|
|
"SE": "SE",
|
|
"SSE": "SSE",
|
|
"S": "S",
|
|
"SSW": "SSW",
|
|
"SW": "SW",
|
|
"WSW": "WSW",
|
|
"W": "W",
|
|
"WNW": "WNW",
|
|
"NW": "NW",
|
|
"NNW": "NNW",
|
|
|
|
"FEELS": "Feels like {DEGREE}",
|
|
"PRECIP_POP": "PoP",
|
|
"PRECIP_AMOUNT": "Precipitation amount",
|
|
|
|
"MODULE_CONFIG_CHANGED": "The configuration options for the {MODULE_NAME} module have changed.\nPlease check the documentation.",
|
|
"MODULE_CONFIG_ERROR": "Error in the {MODULE_NAME} module. {ERROR}",
|
|
"MODULE_ERROR_MALFORMED_URL": "Malformed url.",
|
|
"MODULE_ERROR_NO_CONNECTION": "No internet connection.",
|
|
"MODULE_ERROR_UNAUTHORIZED": "Authorization failed.",
|
|
"MODULE_ERROR_UNSPECIFIED": "Check logs for more details.",
|
|
|
|
"NEWSFEED_NO_ITEMS": "No news at the moment.",
|
|
|
|
"UPDATE_NOTIFICATION": "MagicMirror² update available.",
|
|
"UPDATE_NOTIFICATION_MODULE": "Update available for {MODULE_NAME} module.",
|
|
"UPDATE_INFO_SINGLE": "The current installation is {COMMIT_COUNT} commit behind on the {BRANCH_NAME} branch.",
|
|
"UPDATE_INFO_MULTIPLE": "The current installation is {COMMIT_COUNT} commits behind on the {BRANCH_NAME} branch.",
|
|
"UPDATE_NOTIFICATION_DONE": "Update done for {MODULE_NAME} module",
|
|
"UPDATE_NOTIFICATION_ERROR": "Update error for {MODULE_NAME} module",
|
|
"UPDATE_NOTIFICATION_NEED-RESTART": "Restarting of MagicMirror is required."
|
|
}
|