mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-07-23 11:56:45 +00:00
**Short description**: I completed the translations with the help of translation tools. **Long description**: I'm currently looking at the translation-tests and I noticed the e2e-test `${language} should contain all base keys, ()`. It is supposed to check whether all keys are present in each translation file, but it doesn't actually work that way. When I fix it, a lot of missing translations are reported. I have completed these translations with the help of translation tools and packed them into this PR. I have left out the modified test so that we can focus on the question if we accept such amount of automatic translations or not. rejas has already expressed in another PR (https://github.com/MagicMirrorOrg/MagicMirror/pull/3775#discussion_r2083099252) that he prefers human translators. I basically do too, but I don't see how we can manage to have all translations completed by humans. And even if a few translations are not correct, hopefully a user will get in touch. If we decide against the translations, we should at least remove the test. If we go for the tranlsations, I'll add the test. What do you think? --------- Co-authored-by: Magnus <34011212+MagMar94@users.noreply.github.com>
51 lines
1.6 KiB
JSON
51 lines
1.6 KiB
JSON
{
|
|
"LOADING": "Tunggu Sebentar …",
|
|
|
|
"DAYBEFOREYESTERDAY": "Kelmarin",
|
|
"YESTERDAY": "Semalam",
|
|
"TODAY": "Hari ini",
|
|
"TOMORROW": "Esok",
|
|
"DAYAFTERTOMORROW": "Lusa",
|
|
"RUNNING": "Berakhir dalam",
|
|
"EMPTY": "Tidak ada agenda",
|
|
"WEEK": "Minggu ke-{weekNumber}",
|
|
|
|
"N": "U",
|
|
"NNE": "UUT",
|
|
"NE": "TL",
|
|
"ENE": "TTL",
|
|
"E": "T",
|
|
"ESE": "TT",
|
|
"SE": "T",
|
|
"SSE": "ST",
|
|
"S": "S",
|
|
"SSW": "SBD",
|
|
"SW": "BD",
|
|
"WSW": "BBD",
|
|
"W": "B",
|
|
"WNW": "BBL",
|
|
"NW": "BL",
|
|
"NNW": "UBL",
|
|
|
|
"FEELS": "Rasa seperti {DEGREE}",
|
|
"PRECIP_POP": "Kemungkinan hujan",
|
|
"PRECIP_AMOUNT": "Jumlah hujan",
|
|
|
|
"MODULE_CONFIG_CHANGED": "Pilihan konfigurasi untuk modul {MODULE_NAME} telah berubah.\nSila rujuk dokumentasi.",
|
|
"MODULE_CONFIG_ERROR": "Ralat dalam modul {MODULE_NAME}. {ERROR}",
|
|
"MODULE_ERROR_MALFORMED_URL": "URL tidak sah.",
|
|
"MODULE_ERROR_NO_CONNECTION": "Tiada sambungan internet.",
|
|
"MODULE_ERROR_UNAUTHORIZED": "Kebenaran gagal.",
|
|
"MODULE_ERROR_UNSPECIFIED": "Sila semak log untuk maklumat lanjut.",
|
|
|
|
"NEWSFEED_NO_ITEMS": "Tiada berita buat masa ini.",
|
|
|
|
"UPDATE_NOTIFICATION": "MagicMirror² mempunyai update terkini.",
|
|
"UPDATE_NOTIFICATION_MODULE": "Modul {MODULE_NAME} mempunyai update terkini.",
|
|
"UPDATE_INFO_SINGLE": "Pemasangan MagicMirror² ini mempunyai {COMMIT_COUNT} commit terkebelakang dari branch {BRANCH_NAME}.",
|
|
"UPDATE_INFO_MULTIPLE": "Pemasangan MagicMirror² ini mempunyai {COMMIT_COUNT} commit terkebelakang dari branch {BRANCH_NAME}.",
|
|
"UPDATE_NOTIFICATION_DONE": "Update selesai untuk modul {MODULE_NAME}",
|
|
"UPDATE_NOTIFICATION_ERROR": "Ralat update untuk modul {MODULE_NAME}",
|
|
"UPDATE_NOTIFICATION_NEED-RESTART": "Perlu restart MagicMirror."
|
|
}
|