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

Translations update from Hosted Weblate #879

Merged
Prev Previous commit
Next Next commit
Translated using Weblate (Japanese)
Currently translated at 48.3% (74 of 153 strings)

Co-authored-by: Hosted Weblate <hosted@weblate.org>
Co-authored-by: pantan-cymk <remendne@pentrens.jp>
Translate-URL: https://hosted.weblate.org/projects/adaptive-lighting/adaptive-lighting/ja/
Translation: Adaptive Lighting/Adaptive Lighting
  • Loading branch information
weblate and pantan-cymk committed Feb 17, 2024
commit 44e692e07bbfd98fc6639eaba4fe50d3bd8f6f0d
40 changes: 39 additions & 1 deletion custom_components/adaptive_lighting/translations/ja.json
Original file line number Diff line number Diff line change
@@ -1 +1,39 @@
{}
{
"title": "適応型照明",
"services": {
"change_switch_settings": {
"fields": {
"sunrise_offset": {
"description": "日の出時間を基準に秒単位で正値もしくは負値で調整する。⏰"
},
"only_once": {
"description": "適応型照明を照明がオンになっているときのみ(`true`)それとも適応し続ける場合は(`false`)。"
},
"sunset_offset": {
"description": "日の入時間を基準に秒単位で正値もしくは負値で調整する。⏰"
}
}
},
"apply": {
"fields": {
"lights": {
"description": "適応する照明(か照明のリスト)の設定。 💡"
}
}
}
},
"options": {
"step": {
"init": {
"data": {
"adapt_only_on_bare_turn_on": "adapt_only_on_bare_turn_on: 最初に照明オンにするとき。`true`を設定すると、AL(適応型照明)は調色や明るさを指定せずや`light.turn_on`をしたときのみ適応します。❌🌈 例えば、適応型照明をシーンを有効にするときにしないようにする。`false`であれば、`service_data`に最初から、ALはシーンの状態に関係なく調色や明るさを適応する。`take_over_control`を有効にすることが必要。🕵️ "
},
"data_description": {
"sunrise_offset": "日の出時間を基準に秒単位で正値もしくは負値で調整する。⏰",
"sunset_offset": "日の入時間を基準に秒単位で正値もしくは負値で調整する。⏰"
},
"title": "適応型照明オプション"
}
}
}
}