mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-07-24 12:20:59 +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>
50 lines
1.6 KiB
JSON
50 lines
1.6 KiB
JSON
{
|
||
"LOADING": "Yükleniyor …",
|
||
|
||
"YESTERDAY": "Dün",
|
||
"TODAY": "Bugün",
|
||
"TOMORROW": "Yarın",
|
||
"DAYAFTERTOMORROW": "İki gün içinde",
|
||
"RUNNING": "Biten",
|
||
"EMPTY": "Yakında etkinlik yok.",
|
||
"WEEK": "Hafta {weekNumber}",
|
||
|
||
"N": "K",
|
||
"NNE": "KKD",
|
||
"NE": "KD",
|
||
"ENE": "DKD",
|
||
"E": "D",
|
||
"ESE": "DGD",
|
||
"SE": "GD",
|
||
"SSE": "GGD",
|
||
"S": "G",
|
||
"SSW": "GGB",
|
||
"SW": "GB",
|
||
"WSW": "BGB",
|
||
"W": "B",
|
||
"WNW": "BKB",
|
||
"NW": "KB",
|
||
"NNW": "KKB",
|
||
|
||
"FEELS": "Hissedilen {DEGREE}",
|
||
"PRECIP_POP": "Yağış",
|
||
"PRECIP_AMOUNT": "Yağış miktarı",
|
||
|
||
"MODULE_CONFIG_CHANGED": "{MODULE_NAME} modülü için yapılandırma seçenekleri değiştirildi.\nLütfen belgeleri kontrol edin.",
|
||
"MODULE_CONFIG_ERROR": "{MODULE_NAME} modülünde hata. {ERROR}",
|
||
"MODULE_ERROR_MALFORMED_URL": "Hatalı URL.",
|
||
"MODULE_ERROR_NO_CONNECTION": "İnternet bağlantısı yok.",
|
||
"MODULE_ERROR_UNAUTHORIZED": "Yetkilendirme başarısız.",
|
||
"MODULE_ERROR_UNSPECIFIED": "Daha fazla ayrıntı için günlükleri kontrol edin.",
|
||
|
||
"NEWSFEED_NO_ITEMS": "Şu anda haber yok.",
|
||
|
||
"UPDATE_NOTIFICATION": "MagicMirror² güncellemesi mevcut.",
|
||
"UPDATE_NOTIFICATION_MODULE": "{MODULE_NAME} modulü için güncelleme mevcut.",
|
||
"UPDATE_INFO_SINGLE": "Sahip olduğunuz kurulum {BRANCH_NAME} branchinden {COMMIT_COUNT} commit geridedir.",
|
||
"UPDATE_INFO_MULTIPLE": "Sahip olduğunuz kurulum {BRANCH_NAME} branchinden {COMMIT_COUNT} commit geridedir.",
|
||
"UPDATE_NOTIFICATION_DONE": "Güncelleme tamamlandı.",
|
||
"UPDATE_NOTIFICATION_ERROR": "Güncelleme sırasında hata oluştu.",
|
||
"UPDATE_NOTIFICATION_NEED-RESTART": "MagicMirror'ün yeniden başlatılması gerekiyor."
|
||
}
|