Skip to content

Commit

Permalink
Small fixes to spacing (#2734)
Browse files Browse the repository at this point in the history
  • Loading branch information
synesthesiam authored Dec 9, 2024
1 parent 349b2fd commit 806fe2b
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions sentences/en/_common.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -375,18 +375,18 @@ expansion_rules:
any: "(any|some) [of the]"
are_any: "[<are>] <any>"
how_many: "how many [of the]"
brightness: "{brightness}[ ][%|percent]"
brightness: "{brightness}[([ ]%)| percent]"
light: "[the] (light|lights|lighting|lamp|lamps)"
turn: "(turn|switch|change|bring)"
temp: "(temp|temperature)"
temperature: "{temperature}[[ ](°|degrees)[[ ]{temperature_unit}]]"
temperature: "{temperature}[([ ]°[[ ]{temperature_unit}])|( degrees {temperature_unit})]"
open: "(open|raise|lift) [up]"
close: "(close|shut|lower) [(up|down)]"
set: "(set|make|change|turn)"
numeric_value_set: "(set|change|turn [(up|down)]|increase|decrease|make)"
in: "(in|on|at|of|across|around|throughout)"
position: "{position}[ ][%|percent]"
volume: "{volume:volume_level}[ ][%|percent]"
position: "{position}[([ ]%)| percent]"
volume: "{volume:volume_level}[([ ]%)| percent]"
currently: "(currently|presently|right now|at the moment)"
state: "[(present|current)] (state|status)"
clean: (vacuum|clean)
Expand All @@ -406,7 +406,7 @@ expansion_rules:
timer_cancel: "(cancel|stop)"
timer_duration_seconds: "{timer_seconds:seconds} second[s]"
timer_duration_minutes: "({timer_minutes:minutes} minute[s] [[and] {timer_seconds:seconds} second[s]])|({timer_minutes:minutes} and [a] {timer_half:seconds} minute[s])|({timer_half:seconds} a minute[s])"
timer_duration_hours: "({timer_hours:hours} hour[s] [[and]{timer_minutes:minutes} minute[s]] [[and] {timer_seconds:seconds} second[s]])|({timer_hours:hours} and [a] {timer_half:minutes} hour[s])|({timer_half:minutes} an hour[s])"
timer_duration_hours: "({timer_hours:hours} hour[s] [[and] {timer_minutes:minutes} minute[s]] [[and] {timer_seconds:seconds} second[s]])|({timer_hours:hours} and [a] {timer_half:minutes} hour[s])|({timer_half:minutes} an hour[s])"
timer_duration: "<timer_duration_seconds>|<timer_duration_minutes>|<timer_duration_hours>"

timer_start_seconds: "{timer_seconds:start_seconds} second[s]"
Expand Down

0 comments on commit 806fe2b

Please sign in to comment.