Fix missing strings for deconz magic cube rotation support (#30552)
* Fix missing strings for deconz magic cube rotation * Fix missing strings for deconz magic cube rotation
This commit is contained in:
parent
856db4d122
commit
83d18c183b
2 changed files with 12 additions and 0 deletions
|
@ -79,6 +79,12 @@
|
|||
"remote_double_tap": "Device \"{subtype}\" double tapped",
|
||||
"remote_falling": "Device in free fall",
|
||||
"remote_gyro_activated": "Device shaken",
|
||||
"remote_flip_90_degrees": "Device flipped 90 degrees",
|
||||
"remote_flip_180_degrees": "Device flipped 180 degrees",
|
||||
"remote_moved_any_side": "Device moved with any side up",
|
||||
"remote_double_tap_any_side": "Device double tapped on any side",
|
||||
"remote_turned_clockwise": "Device turned clockwise",
|
||||
"remote_turned_counter_clockwise": "Device turned counter clockwise",
|
||||
"remote_moved": "Device moved with \"{subtype}\" up",
|
||||
"remote_rotate_from_side_1": "Device rotated from \"side 1\" to \"{subtype}\"",
|
||||
"remote_rotate_from_side_2": "Device rotated from \"side 2\" to \"{subtype}\"",
|
||||
|
|
|
@ -70,6 +70,12 @@
|
|||
"remote_moved": "Device moved with \"{subtype}\" up",
|
||||
"remote_double_tap": "Device \"{subtype}\" double tapped",
|
||||
"remote_gyro_activated": "Device shaken",
|
||||
"remote_flip_90_degrees": "Device flipped 90 degrees",
|
||||
"remote_flip_180_degrees": "Device flipped 180 degrees",
|
||||
"remote_moved_any_side": "Device moved with any side up",
|
||||
"remote_double_tap_any_side": "Device double tapped on any side",
|
||||
"remote_turned_clockwise": "Device turned clockwise",
|
||||
"remote_turned_counter_clockwise": "Device turned counter clockwise",
|
||||
"remote_rotate_from_side_1": "Device rotated from \"side 1\" to \"{subtype}\"",
|
||||
"remote_rotate_from_side_2": "Device rotated from \"side 2\" to \"{subtype}\"",
|
||||
"remote_rotate_from_side_3": "Device rotated from \"side 3\" to \"{subtype}\"",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue