mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-07-24 04:16:00 +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>
52 lines
1.8 KiB
JSON
52 lines
1.8 KiB
JSON
{
|
|
"LOADING": "Lade …",
|
|
|
|
"DAYBEFOREYESTERDAY": "Vorgestern",
|
|
"YESTERDAY": "Gestern",
|
|
"TODAY": "Heute",
|
|
"TOMORROW": "Morgen",
|
|
"DAYAFTERTOMORROW": "Übermorgen",
|
|
"RUNNING": "noch",
|
|
"EMPTY": "Keine Termine.",
|
|
"WEEK": "{weekNumber}. Kalenderwoche",
|
|
"WEEK_SHORT": "{weekNumber}KW",
|
|
|
|
"N": "N",
|
|
"NNE": "NNO",
|
|
"NE": "NO",
|
|
"ENE": "ONO",
|
|
"E": "O",
|
|
"ESE": "OSO",
|
|
"SE": "SO",
|
|
"SSE": "SSO",
|
|
"S": "S",
|
|
"SSW": "SSW",
|
|
"SW": "SW",
|
|
"WSW": "WSW",
|
|
"W": "W",
|
|
"WNW": "WNW",
|
|
"NW": "NW",
|
|
"NNW": "NNW",
|
|
|
|
"FEELS": "Gefühlt {DEGREE}",
|
|
"PRECIP_POP": "Niederschlagswahrscheinlichkeit",
|
|
"PRECIP_AMOUNT": "Niederschlagsmenge",
|
|
|
|
"MODULE_CONFIG_CHANGED": "Die Konfigurationsoptionen für das Modul „{MODULE_NAME}“ haben sich geändert. \nBitte überprüfen Sie die Dokumentation.",
|
|
"MODULE_CONFIG_ERROR": "Fehler im Modul „{MODULE_NAME}“. {ERROR}",
|
|
"MODULE_ERROR_MALFORMED_URL": "Fehlerhafte URL.",
|
|
"MODULE_ERROR_NO_CONNECTION": "Keine Internetverbindung.",
|
|
"MODULE_ERROR_UNAUTHORIZED": "Autorisierung fehlgeschlagen.",
|
|
"MODULE_ERROR_UNSPECIFIED": "Prüfe die Logdateien für weitere Details.",
|
|
|
|
"NEWSFEED_NO_ITEMS": "Momentan keine Neuigkeiten.",
|
|
|
|
"UPDATE_NOTIFICATION": "Aktualisierung für MagicMirror² verfügbar.",
|
|
"UPDATE_NOTIFICATION_MODULE": "Aktualisierung für das Modul „{MODULE_NAME}“ verfügbar.",
|
|
"UPDATE_INFO_SINGLE": "Die aktuelle Installation ist ein Commit hinter dem {BRANCH_NAME}-Branch.",
|
|
"UPDATE_INFO_MULTIPLE": "Die aktuelle Installation ist {COMMIT_COUNT} Commits hinter dem {BRANCH_NAME}-Branch.",
|
|
"UPDATE_NOTIFICATION_DONE": "Aktualisierung für das Modul {MODULE_NAME} abgeschlossen.",
|
|
"UPDATE_NOTIFICATION_ERROR": "Fehler bei der Aktualisierung für das Modul {MODULE_NAME}.",
|
|
"UPDATE_NOTIFICATION_NEED-RESTART": "MagicMirror muss neu gestartet werden."
|
|
}
|