Skip to content

Commit

Permalink
Translated using Weblate (Japanese)
Browse files Browse the repository at this point in the history
Currently translated at 48.3% (74 of 153 strings)

Co-authored-by: pantan-cymk <[email protected]>
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 Dec 10, 2023
1 parent 1bb5237 commit 9f6086d
Showing 1 changed file with 39 additions and 1 deletion.
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": "適応型照明オプション"
}
}
}
}

0 comments on commit 9f6086d

Please sign in to comment.