Skip to content

Commit

Permalink
clarify order list in fan configs.
Browse files Browse the repository at this point in the history
  • Loading branch information
xZetsubou committed Jan 3, 2024
1 parent a1fb4b9 commit 8a3bd15
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion custom_components/localtuya/translations/ar.json
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@
"fan_oscillating_control": "Fan Oscillating Control DP",
"fan_speed_min": "minimum fan speed integer",
"fan_speed_max": "maximum fan speed integer",
"fan_speed_ordered_list": "Fan speed modes list (overrides speed min/max)",
"fan_speed_ordered_list": "Fan speed list (overrides speed min/max), separate entries by comma ','",
"fan_direction": "Fan Direction DP",
"fan_direction_forward": "Forward DP string",
"fan_direction_reverse": "Reverse DP string",
Expand Down
2 changes: 1 addition & 1 deletion custom_components/localtuya/translations/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@
"fan_oscillating_control": "Fan Oscillating Control DP",
"fan_speed_min": "minimum fan speed integer",
"fan_speed_max": "maximum fan speed integer",
"fan_speed_ordered_list": "Fan speed modes list (overrides speed min/max)",
"fan_speed_ordered_list": "Fan speed list (overrides speed min/max), separate entries by comma ','",
"fan_direction":"Fan Direction DP",
"fan_direction_forward": "Forward DP string",
"fan_direction_reverse": "Reverse DP string",
Expand Down
2 changes: 1 addition & 1 deletion custom_components/localtuya/translations/it.json
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@
"fan_oscillating_control": "Fan Oscillating Control DP",
"fan_speed_min": "minimum fan speed integer",
"fan_speed_max": "maximum fan speed integer",
"fan_speed_ordered_list": "Fan speed modes list (overrides speed min/max)",
"fan_speed_ordered_list": "Fan speed list (overrides speed min/max), separate entries by comma ','",
"fan_direction":"Fan Direction DP",
"fan_direction_forward": "Forward DP string",
"fan_direction_reverse": "Reverse DP string",
Expand Down
2 changes: 1 addition & 1 deletion custom_components/localtuya/translations/pl.json
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@
"fan_oscillating_control": "DP Sterowania oscylacyjnego wentylatora",
"fan_speed_min": "minimalna pr臋dko艣膰 wentylatora",
"fan_speed_max": "maksymalna pr臋dko艣c wentylatora",
"fan_speed_ordered_list": "Lista tryb贸w pr臋dko艣ci wentylatora (zast臋puje pr臋dko艣膰 min./maks.)",
"fan_speed_ordered_list": "Lista tryb贸w pr臋dko艣ci wentylatora (zast臋puje pr臋dko艣膰 min./maks.), wpisy oddzielaj przecinkami ','",
"fan_direction":"DP kierunku wentylatora",
"fan_direction_forward": "DP do przodu",
"fan_direction_reverse": "DP do ty艂u",
Expand Down
2 changes: 1 addition & 1 deletion custom_components/localtuya/translations/pt-BR.json
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@
"fan_oscillating_control": "Fan Oscillating Control DP",
"fan_speed_min": "minimum fan speed integer",
"fan_speed_max": "maximum fan speed integer",
"fan_speed_ordered_list": "Fan speed modes list (overrides speed min/max)",
"fan_speed_ordered_list": "Fan speed list (overrides speed min/max), separate entries by comma ','",
"fan_direction":"Fan Direction DP",
"fan_direction_forward": "Forward DP string",
"fan_direction_reverse": "Reverse DP string",
Expand Down

0 comments on commit 8a3bd15

Please sign in to comment.