Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improved, fixed and added translations for estonian #3371

Merged
merged 4 commits into from
Feb 1, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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."
}
Loading