Skip to content

Commit

Permalink
Improved, fixed and added translations for estonian (#3371)
Browse files Browse the repository at this point in the history
Improved wording, fixed grammatical errors and added new translations to
the et.json file.

---------

Co-authored-by: Veeck <github@veeck.de>
  • Loading branch information
illimarkangur and rejas authored Feb 1, 2024
1 parent 57de389 commit 5fb5ef6
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 7 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
31 changes: 24 additions & 7 deletions translations/et.json
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -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."
}

0 comments on commit 5fb5ef6

Please sign in to comment.