mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-06-28 20:22:53 +00:00
Merge pull request #1356 from balassy/bugfix/hungarian-localization
Updating the Hungarian localization
This commit is contained in:
commit
cb533a26f2
@ -12,6 +12,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
|
|||||||
- French translate for "Feels"
|
- French translate for "Feels"
|
||||||
- Translations for newsfeed module
|
- Translations for newsfeed module
|
||||||
- Support for toggling news article in fullscreen
|
- Support for toggling news article in fullscreen
|
||||||
|
- Hungarian translation for "Feels" and "Week"
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
- Mixup between german and spanish translation for newsfeed.
|
- Mixup between german and spanish translation for newsfeed.
|
||||||
@ -19,6 +20,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
|
|||||||
### Updated
|
### Updated
|
||||||
|
|
||||||
- Swedish translations
|
- Swedish translations
|
||||||
|
- Hungarian translations for the updatenotification module
|
||||||
|
|
||||||
## [2.4.1] - 2018-07-04
|
## [2.4.1] - 2018-07-04
|
||||||
|
|
||||||
|
@ -7,6 +7,8 @@
|
|||||||
"RUNNING": "Vége lesz",
|
"RUNNING": "Vége lesz",
|
||||||
"EMPTY": "Nincs közelgő esemény.",
|
"EMPTY": "Nincs közelgő esemény.",
|
||||||
|
|
||||||
|
"WEEK": "{weekNumber}. hét",
|
||||||
|
|
||||||
"N": "É",
|
"N": "É",
|
||||||
"NNE": "ÉÉK",
|
"NNE": "ÉÉK",
|
||||||
"NE": "ÉK",
|
"NE": "ÉK",
|
||||||
@ -24,7 +26,9 @@
|
|||||||
"NW": "ÉNy",
|
"NW": "ÉNy",
|
||||||
"NNW": "ÉÉNy",
|
"NNW": "ÉÉNy",
|
||||||
|
|
||||||
"UPDATE_NOTIFICATION": "MagicMirror² elérhető egy frissítés!",
|
"UPDATE_NOTIFICATION": "MagicMirror²-hoz frissítés érhető el.",
|
||||||
"UPDATE_NOTIFICATION_MODULE": "A frissítés {MODULE_NAME} modul néven érhető el.",
|
"UPDATE_NOTIFICATION_MODULE": "A {MODULE_NAME} modulhoz frissítés érhető el.",
|
||||||
"UPDATE_INFO": "A jelenlegi telepítés {COMMIT_COUNT} mögött {BRANCH_NAME} ágon található."
|
"UPDATE_INFO": "A jelenlegi telepítés óta {COMMIT_COUNT} commit jelent meg a {BRANCH_NAME} ágon.",
|
||||||
|
|
||||||
|
"FEELS": "Érzet"
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user