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>
51 lines
2.0 KiB
JSON
51 lines
2.0 KiB
JSON
{
|
|
"LOADING": "ローディング …",
|
|
|
|
"DAYBEFOREYESTERDAY": "おととい",
|
|
"YESTERDAY": "昨日",
|
|
"TODAY": "今日",
|
|
"TOMORROW": "明日",
|
|
"DAYAFTERTOMORROW": "明後日",
|
|
"RUNNING": "で終わります",
|
|
"EMPTY": "直近のイベントはありません",
|
|
"WEEK": "第 {weekNumber} 週",
|
|
|
|
"N": "北",
|
|
"NNE": "北北東",
|
|
"NE": "北東",
|
|
"ENE": "東北東",
|
|
"E": "東",
|
|
"ESE": "東南東",
|
|
"SE": "南東",
|
|
"SSE": "南南東",
|
|
"S": "南",
|
|
"SSW": "南南西",
|
|
"SW": "南西",
|
|
"WSW": "西南西",
|
|
"W": "西",
|
|
"WNW": "西北西",
|
|
"NW": "北西",
|
|
"NNW": "北北西",
|
|
|
|
"FEELS": "体感温度 {DEGREE}",
|
|
"PRECIP_POP": "降水確率",
|
|
"PRECIP_AMOUNT": "降水量",
|
|
|
|
"MODULE_CONFIG_CHANGED": "モジュール {MODULE_NAME} の設定オプションが変更されました。\nドキュメントを確認してください。",
|
|
"MODULE_CONFIG_ERROR": "モジュール {MODULE_NAME} でエラーが発生しました。{ERROR}",
|
|
"MODULE_ERROR_MALFORMED_URL": "不正なURLです。",
|
|
"MODULE_ERROR_NO_CONNECTION": "インターネット接続がありません。",
|
|
"MODULE_ERROR_UNAUTHORIZED": "認証に失敗しました。",
|
|
"MODULE_ERROR_UNSPECIFIED": "詳細はログを確認してください。",
|
|
|
|
"NEWSFEED_NO_ITEMS": "現在ニュースはありません。",
|
|
|
|
"UPDATE_NOTIFICATION": "MagicMirror² のアップデートが利用可能です。",
|
|
"UPDATE_NOTIFICATION_MODULE": "モジュール {MODULE_NAME} のアップデートが利用可能です。",
|
|
"UPDATE_INFO_SINGLE": "現在のインストールは {BRANCH_NAME} ブランチから {COMMIT_COUNT} コミット遅れています。",
|
|
"UPDATE_INFO_MULTIPLE": "現在のインストールは {BRANCH_NAME} ブランチから {COMMIT_COUNT} コミット遅れています。",
|
|
"UPDATE_NOTIFICATION_DONE": "モジュール {MODULE_NAME} のアップデートが完了しました。",
|
|
"UPDATE_NOTIFICATION_ERROR": "モジュール {MODULE_NAME} のアップデート中にエラーが発生しました。",
|
|
"UPDATE_NOTIFICATION_NEED-RESTART": "MagicMirror の再起動が必要です。"
|
|
}
|