Improved, fixed and added translations for estonian (#3371)

Improved wording, fixed grammatical errors and added new translations to
the et.json file.

---------

Co-authored-by: Veeck <github@veeck.de>
This commit is contained in:
illimarkangur 2024-02-01 13:16:55 +02:00 committed by GitHub
parent 57de389e01
commit 5fb5ef6cc7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 25 additions and 7 deletions

View File

@ -24,6 +24,7 @@ _This release is scheduled to be released on 2024-04-01._
- Update electron to v28 and update other dependencies (#3357)
- Update pm2 to v5.3.1 with no allow-ghsas (#3364)
- [chore] Update husky and let lint-staged fix ESLint issues
- Updated translations for estonian (#3371)
### Fixed

View File

@ -1,16 +1,17 @@
{
"LOADING": "Laen …",
"LOADING": "Laadimine…",
"DAYBEFOREYESTERDAY": "Üleeile",
"YESTERDAY": "Eile",
"TODAY": "Täna",
"TOMORROW": "Homme",
"DAYAFTERTOMORROW": "Ülehomme",
"RUNNING": "Teoksil",
"EMPTY": "Pole tulevasi sündmuseid.",
"RUNNING": "Lõpeb",
"EMPTY": "Eelolevaid sündmusi pole.",
"WEEK": "Nädal {weekNumber}",
"N": "Põhi",
"NNE": "Põhikirre",
"NNE": "Põhjakirre",
"NE": "Kirre",
"ENE": "Idakirre",
"E": "Ida",
@ -26,8 +27,24 @@
"NW": "Loe",
"NNW": "Põhjaloe",
"UPDATE_NOTIFICATION": "MagicMirror²´le uuendus saadaval.",
"FEELS": "Tajutav temperatuur {DEGREE}",
"PRECIP_POP": "Sademete tõenäosus",
"PRECIP_AMOUNT": "Sademete hulk",
"MODULE_CONFIG_CHANGED": "Konfiguratiooni sätted {MODULE_NAME} moodulile on muutunud.\nPalun vaadake dokumentatsiooni.",
"MODULE_CONFIG_ERROR": "Error moodulis {MODULE_NAME}. {ERROR}",
"MODULE_ERROR_MALFORMED_URL": "Ebakorrektne url.",
"MODULE_ERROR_NO_CONNECTION": "Interneti ühendus puudub.",
"MODULE_ERROR_UNAUTHORIZED": "Autoriseerimine ebaõnnestus.",
"MODULE_ERROR_UNSPECIFIED": "Lisateabe saamiseks kontrollige logifaile.",
"NEWSFEED_NO_ITEMS": "Hetkel ei ole uudiseid.",
"UPDATE_NOTIFICATION": "MagicMirror²'le on uuendus saadaval.",
"UPDATE_NOTIFICATION_MODULE": "Uuendus saadaval {MODULE_NAME} moodulile.",
"UPDATE_INFO_SINGLE": "Praegune paigaldus on {COMMIT_COUNT} commit tagapool {BRANCH_NAME} harul.",
"UPDATE_INFO_MULTIPLE": "Praegune paigaldus on {COMMIT_COUNT} commits tagapool {BRANCH_NAME} harul."
"UPDATE_INFO_SINGLE": "Praegune paigaldus on {COMMIT_COUNT} muudatust tagapool {BRANCH_NAME} harus.",
"UPDATE_INFO_MULTIPLE": "Praegune paigaldus on {COMMIT_COUNT} muudatust tagapool {BRANCH_NAME} harus.",
"UPDATE_NOTIFICATION_DONE": "{MODULE_NAME} moodul uuendati edukalt",
"UPDATE_NOTIFICATION_ERROR": "{MODULE_NAME} mooduli uuendamine ebaõnnestus",
"UPDATE_NOTIFICATION_NEED-RESTART": "Palun taaskäivitage MagicMirror."
}