@iobroker/adapter-react-v5 4.13.1 → 4.13.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (462) hide show
  1. package/AdminConnection.js.map +1 -1
  2. package/Components/404.js +13 -13
  3. package/Components/404.js.map +1 -0
  4. package/Components/ColorPicker.js +54 -54
  5. package/Components/ColorPicker.js.map +1 -1
  6. package/Components/ComplexCron.js.map +1 -1
  7. package/Components/CustomModal.js.map +1 -0
  8. package/Components/FileBrowser.js +5 -1
  9. package/Components/FileBrowser.js.map +1 -0
  10. package/Components/FileViewer.js.map +1 -0
  11. package/Components/Icon.js.map +1 -0
  12. package/Components/IconPicker.js.map +1 -0
  13. package/Components/IconSelector.js.map +1 -0
  14. package/Components/Image.js.map +1 -0
  15. package/Components/JsonConfigComponent/ChipInput.d.ts +12 -0
  16. package/Components/JsonConfigComponent/ChipInput.js +763 -0
  17. package/Components/JsonConfigComponent/ChipInput.js.map +1 -0
  18. package/Components/JsonConfigComponent/ConfigAccordion.d.ts +15 -0
  19. package/Components/JsonConfigComponent/ConfigAccordion.js +348 -0
  20. package/Components/JsonConfigComponent/ConfigAccordion.js.map +1 -0
  21. package/Components/JsonConfigComponent/ConfigAlive.d.ts +10 -0
  22. package/Components/JsonConfigComponent/ConfigAlive.js +105 -0
  23. package/Components/JsonConfigComponent/ConfigAlive.js.map +1 -0
  24. package/Components/JsonConfigComponent/ConfigAutocomplete.d.ts +37 -0
  25. package/Components/JsonConfigComponent/ConfigAutocomplete.js +73 -0
  26. package/Components/JsonConfigComponent/ConfigAutocomplete.js.map +1 -0
  27. package/Components/JsonConfigComponent/ConfigAutocompleteSendTo.d.ts +17 -0
  28. package/Components/JsonConfigComponent/ConfigAutocompleteSendTo.js +131 -0
  29. package/Components/JsonConfigComponent/ConfigAutocompleteSendTo.js.map +1 -0
  30. package/Components/JsonConfigComponent/ConfigCRON.d.ts +15 -0
  31. package/Components/JsonConfigComponent/ConfigCRON.js +157 -0
  32. package/Components/JsonConfigComponent/ConfigCRON.js.map +1 -0
  33. package/Components/JsonConfigComponent/ConfigCertCollection.d.ts +14 -0
  34. package/Components/JsonConfigComponent/ConfigCertCollection.js +128 -0
  35. package/Components/JsonConfigComponent/ConfigCertCollection.js.map +1 -0
  36. package/Components/JsonConfigComponent/ConfigCertificateSelect.d.ts +14 -0
  37. package/Components/JsonConfigComponent/ConfigCertificateSelect.js +149 -0
  38. package/Components/JsonConfigComponent/ConfigCertificateSelect.js.map +1 -0
  39. package/Components/JsonConfigComponent/ConfigCertificates.d.ts +14 -0
  40. package/Components/JsonConfigComponent/ConfigCertificates.js +284 -0
  41. package/Components/JsonConfigComponent/ConfigCertificates.js.map +1 -0
  42. package/Components/JsonConfigComponent/ConfigCheckLicense.d.ts +3 -0
  43. package/Components/JsonConfigComponent/ConfigCheckLicense.js +821 -0
  44. package/Components/JsonConfigComponent/ConfigCheckLicense.js.map +1 -0
  45. package/Components/JsonConfigComponent/ConfigCheckbox.d.ts +15 -0
  46. package/Components/JsonConfigComponent/ConfigCheckbox.js +40 -0
  47. package/Components/JsonConfigComponent/ConfigCheckbox.js.map +1 -0
  48. package/Components/JsonConfigComponent/ConfigChip.d.ts +14 -0
  49. package/Components/JsonConfigComponent/ConfigChip.js +120 -0
  50. package/Components/JsonConfigComponent/ConfigChip.js.map +1 -0
  51. package/Components/JsonConfigComponent/ConfigColor.d.ts +22 -0
  52. package/Components/JsonConfigComponent/ConfigColor.js +120 -0
  53. package/Components/JsonConfigComponent/ConfigColor.js.map +1 -0
  54. package/Components/JsonConfigComponent/ConfigCoordinates.d.ts +14 -0
  55. package/Components/JsonConfigComponent/ConfigCoordinates.js +265 -0
  56. package/Components/JsonConfigComponent/ConfigCoordinates.js.map +1 -0
  57. package/Components/JsonConfigComponent/ConfigCustom.d.ts +26 -0
  58. package/Components/JsonConfigComponent/ConfigCustom.js +316 -0
  59. package/Components/JsonConfigComponent/ConfigCustom.js.map +1 -0
  60. package/Components/JsonConfigComponent/ConfigDatePicker.d.ts +14 -0
  61. package/Components/JsonConfigComponent/ConfigDatePicker.js +91 -0
  62. package/Components/JsonConfigComponent/ConfigDatePicker.js.map +1 -0
  63. package/Components/JsonConfigComponent/ConfigDeviceManager.d.ts +6 -0
  64. package/Components/JsonConfigComponent/ConfigDeviceManager.js +18 -0
  65. package/Components/JsonConfigComponent/ConfigFile.d.ts +15 -0
  66. package/Components/JsonConfigComponent/ConfigFile.js +228 -0
  67. package/Components/JsonConfigComponent/ConfigFile.js.map +1 -0
  68. package/Components/JsonConfigComponent/ConfigFileSelector.d.ts +3 -0
  69. package/Components/JsonConfigComponent/ConfigFileSelector.js +625 -0
  70. package/Components/JsonConfigComponent/ConfigFileSelector.js.map +1 -0
  71. package/Components/JsonConfigComponent/ConfigFunc.d.ts +14 -0
  72. package/Components/JsonConfigComponent/ConfigFunc.js +124 -0
  73. package/Components/JsonConfigComponent/ConfigFunc.js.map +1 -0
  74. package/Components/JsonConfigComponent/ConfigGeneric.d.ts +95 -0
  75. package/Components/JsonConfigComponent/ConfigGeneric.js +646 -0
  76. package/Components/JsonConfigComponent/ConfigIP.d.ts +14 -0
  77. package/Components/JsonConfigComponent/ConfigIP.js +130 -0
  78. package/Components/JsonConfigComponent/ConfigIP.js.map +1 -0
  79. package/Components/JsonConfigComponent/ConfigImageSendTo.d.ts +10 -0
  80. package/Components/JsonConfigComponent/ConfigImageSendTo.js +114 -0
  81. package/Components/JsonConfigComponent/ConfigImageSendTo.js.map +1 -0
  82. package/Components/JsonConfigComponent/ConfigImageUpload.d.ts +14 -0
  83. package/Components/JsonConfigComponent/ConfigImageUpload.js +166 -0
  84. package/Components/JsonConfigComponent/ConfigImageUpload.js.map +1 -0
  85. package/Components/JsonConfigComponent/ConfigInstanceSelect.d.ts +14 -0
  86. package/Components/JsonConfigComponent/ConfigInstanceSelect.js +264 -0
  87. package/Components/JsonConfigComponent/ConfigInstanceSelect.js.map +1 -0
  88. package/Components/JsonConfigComponent/ConfigInterface.d.ts +14 -0
  89. package/Components/JsonConfigComponent/ConfigInterface.js +146 -0
  90. package/Components/JsonConfigComponent/ConfigInterface.js.map +1 -0
  91. package/Components/JsonConfigComponent/ConfigJsonEditor.d.ts +13 -0
  92. package/Components/JsonConfigComponent/ConfigJsonEditor.js +145 -0
  93. package/Components/JsonConfigComponent/ConfigJsonEditor.js.map +1 -0
  94. package/Components/JsonConfigComponent/ConfigLanguage.d.ts +7 -0
  95. package/Components/JsonConfigComponent/ConfigLanguage.js +110 -0
  96. package/Components/JsonConfigComponent/ConfigLanguage.js.map +1 -0
  97. package/Components/JsonConfigComponent/ConfigLicense.d.ts +24 -0
  98. package/Components/JsonConfigComponent/ConfigLicense.js +183 -0
  99. package/Components/JsonConfigComponent/ConfigLicense.js.map +1 -0
  100. package/Components/JsonConfigComponent/ConfigNumber.d.ts +17 -0
  101. package/Components/JsonConfigComponent/ConfigNumber.js +117 -0
  102. package/Components/JsonConfigComponent/ConfigObjectId.d.ts +17 -0
  103. package/Components/JsonConfigComponent/ConfigObjectId.js +167 -0
  104. package/Components/JsonConfigComponent/ConfigObjectId.js.map +1 -0
  105. package/Components/JsonConfigComponent/ConfigPanel.d.ts +3 -0
  106. package/Components/JsonConfigComponent/ConfigPanel.js +396 -0
  107. package/Components/JsonConfigComponent/ConfigPanel.js.map +1 -0
  108. package/Components/JsonConfigComponent/ConfigPassword.d.ts +14 -0
  109. package/Components/JsonConfigComponent/ConfigPassword.js +193 -0
  110. package/Components/JsonConfigComponent/ConfigPassword.js.map +1 -0
  111. package/Components/JsonConfigComponent/ConfigPattern.d.ts +21 -0
  112. package/Components/JsonConfigComponent/ConfigPattern.js +65 -0
  113. package/Components/JsonConfigComponent/ConfigPattern.js.map +1 -0
  114. package/Components/JsonConfigComponent/ConfigPort.d.ts +3 -0
  115. package/Components/JsonConfigComponent/ConfigPort.js +176 -0
  116. package/Components/JsonConfigComponent/ConfigRoom.d.ts +14 -0
  117. package/Components/JsonConfigComponent/ConfigRoom.js +124 -0
  118. package/Components/JsonConfigComponent/ConfigRoom.js.map +1 -0
  119. package/Components/JsonConfigComponent/ConfigSelect.d.ts +14 -0
  120. package/Components/JsonConfigComponent/ConfigSelect.js +159 -0
  121. package/Components/JsonConfigComponent/ConfigSelect.js.map +1 -0
  122. package/Components/JsonConfigComponent/ConfigSelectSendTo.d.ts +17 -0
  123. package/Components/JsonConfigComponent/ConfigSelectSendTo.js +272 -0
  124. package/Components/JsonConfigComponent/ConfigSelectSendTo.js.map +1 -0
  125. package/Components/JsonConfigComponent/ConfigSendto.d.ts +24 -0
  126. package/Components/JsonConfigComponent/ConfigSendto.js +294 -0
  127. package/Components/JsonConfigComponent/ConfigSendto.js.map +1 -0
  128. package/Components/JsonConfigComponent/ConfigSetState.d.ts +18 -0
  129. package/Components/JsonConfigComponent/ConfigSetState.js +185 -0
  130. package/Components/JsonConfigComponent/ConfigSetState.js.map +1 -0
  131. package/Components/JsonConfigComponent/ConfigSlider.d.ts +14 -0
  132. package/Components/JsonConfigComponent/ConfigSlider.js +119 -0
  133. package/Components/JsonConfigComponent/ConfigSlider.js.map +1 -0
  134. package/Components/JsonConfigComponent/ConfigStaticDivider.d.ts +14 -0
  135. package/Components/JsonConfigComponent/ConfigStaticDivider.js +68 -0
  136. package/Components/JsonConfigComponent/ConfigStaticDivider.js.map +1 -0
  137. package/Components/JsonConfigComponent/ConfigStaticHeader.d.ts +14 -0
  138. package/Components/JsonConfigComponent/ConfigStaticHeader.js +81 -0
  139. package/Components/JsonConfigComponent/ConfigStaticHeader.js.map +1 -0
  140. package/Components/JsonConfigComponent/ConfigStaticImage.d.ts +14 -0
  141. package/Components/JsonConfigComponent/ConfigStaticImage.js +71 -0
  142. package/Components/JsonConfigComponent/ConfigStaticImage.js.map +1 -0
  143. package/Components/JsonConfigComponent/ConfigStaticText.d.ts +14 -0
  144. package/Components/JsonConfigComponent/ConfigStaticText.js +88 -0
  145. package/Components/JsonConfigComponent/ConfigStaticText.js.map +1 -0
  146. package/Components/JsonConfigComponent/ConfigTable.d.ts +3 -0
  147. package/Components/JsonConfigComponent/ConfigTable.js +1064 -0
  148. package/Components/JsonConfigComponent/ConfigTable.js.map +1 -0
  149. package/Components/JsonConfigComponent/ConfigTabs.d.ts +34 -0
  150. package/Components/JsonConfigComponent/ConfigTabs.js +162 -0
  151. package/Components/JsonConfigComponent/ConfigTabs.js.map +1 -0
  152. package/Components/JsonConfigComponent/ConfigText.d.ts +14 -0
  153. package/Components/JsonConfigComponent/ConfigText.js +226 -0
  154. package/Components/JsonConfigComponent/ConfigText.js.map +1 -0
  155. package/Components/JsonConfigComponent/ConfigTextSendTo.d.ts +10 -0
  156. package/Components/JsonConfigComponent/ConfigTextSendTo.js +129 -0
  157. package/Components/JsonConfigComponent/ConfigTextSendTo.js.map +1 -0
  158. package/Components/JsonConfigComponent/ConfigTimePicker.d.ts +14 -0
  159. package/Components/JsonConfigComponent/ConfigTimePicker.js +85 -0
  160. package/Components/JsonConfigComponent/ConfigTimePicker.js.map +1 -0
  161. package/Components/JsonConfigComponent/ConfigTopic.d.ts +17 -0
  162. package/Components/JsonConfigComponent/ConfigTopic.js +110 -0
  163. package/Components/JsonConfigComponent/ConfigTopic.js.map +1 -0
  164. package/Components/JsonConfigComponent/ConfigUUID.d.ts +15 -0
  165. package/Components/JsonConfigComponent/ConfigUUID.js +95 -0
  166. package/Components/JsonConfigComponent/ConfigUUID.js.map +1 -0
  167. package/Components/JsonConfigComponent/ConfigUser.d.ts +14 -0
  168. package/Components/JsonConfigComponent/ConfigUser.js +142 -0
  169. package/Components/JsonConfigComponent/ConfigUser.js.map +1 -0
  170. package/Components/JsonConfigComponent/DeviceManager/Communication.d.ts +63 -0
  171. package/Components/JsonConfigComponent/DeviceManager/Communication.js +268 -0
  172. package/Components/JsonConfigComponent/DeviceManager/DeviceActionButton.d.ts +11 -0
  173. package/Components/JsonConfigComponent/DeviceManager/DeviceActionButton.js +15 -0
  174. package/Components/JsonConfigComponent/DeviceManager/DeviceCard.d.ts +53 -0
  175. package/Components/JsonConfigComponent/DeviceManager/DeviceCard.js +340 -0
  176. package/Components/JsonConfigComponent/DeviceManager/DeviceControl.d.ts +45 -0
  177. package/Components/JsonConfigComponent/DeviceManager/DeviceControl.js +146 -0
  178. package/Components/JsonConfigComponent/DeviceManager/DeviceImageUpload.d.ts +12 -0
  179. package/Components/JsonConfigComponent/DeviceManager/DeviceImageUpload.js +69 -0
  180. package/Components/JsonConfigComponent/DeviceManager/DeviceList.d.ts +51 -0
  181. package/Components/JsonConfigComponent/DeviceManager/DeviceList.js +226 -0
  182. package/Components/JsonConfigComponent/DeviceManager/DeviceStatus.d.ts +13 -0
  183. package/Components/JsonConfigComponent/DeviceManager/DeviceStatus.js +111 -0
  184. package/Components/JsonConfigComponent/DeviceManager/InstanceActionButton.d.ts +7 -0
  185. package/Components/JsonConfigComponent/DeviceManager/InstanceActionButton.js +16 -0
  186. package/Components/JsonConfigComponent/DeviceManager/JsonConfig.d.ts +11 -0
  187. package/Components/JsonConfigComponent/DeviceManager/JsonConfig.js +94 -0
  188. package/Components/JsonConfigComponent/DeviceManager/TooltipButton.d.ts +10 -0
  189. package/Components/JsonConfigComponent/DeviceManager/TooltipButton.js +22 -0
  190. package/Components/JsonConfigComponent/DeviceManager/Utils.d.ts +12 -0
  191. package/Components/JsonConfigComponent/DeviceManager/Utils.js +158 -0
  192. package/Components/JsonConfigComponent/DeviceManager/i18n/de.json +21 -0
  193. package/Components/JsonConfigComponent/DeviceManager/i18n/en.json +21 -0
  194. package/Components/JsonConfigComponent/DeviceManager/i18n/es.json +21 -0
  195. package/Components/JsonConfigComponent/DeviceManager/i18n/fr.json +21 -0
  196. package/Components/JsonConfigComponent/DeviceManager/i18n/i18n.d.ts +26 -0
  197. package/Components/JsonConfigComponent/DeviceManager/i18n/it.json +21 -0
  198. package/Components/JsonConfigComponent/DeviceManager/i18n/nl.json +21 -0
  199. package/Components/JsonConfigComponent/DeviceManager/i18n/pl.json +21 -0
  200. package/Components/JsonConfigComponent/DeviceManager/i18n/pt.json +21 -0
  201. package/Components/JsonConfigComponent/DeviceManager/i18n/ru.json +21 -0
  202. package/Components/JsonConfigComponent/DeviceManager/i18n/uk.json +21 -0
  203. package/Components/JsonConfigComponent/DeviceManager/i18n/zh-cn.json +21 -0
  204. package/Components/JsonConfigComponent/DeviceManager/index.d.ts +2 -0
  205. package/Components/JsonConfigComponent/DeviceManager/index.js +10 -0
  206. package/Components/JsonConfigComponent/DeviceManager/index.js.map +1 -0
  207. package/Components/JsonConfigComponent/Utils.d.ts +9 -0
  208. package/Components/JsonConfigComponent/Utils.js +13 -0
  209. package/Components/JsonConfigComponent/index.d.ts +26 -0
  210. package/Components/JsonConfigComponent/index.js +520 -0
  211. package/Components/JsonConfigComponent/index.js.map +1 -0
  212. package/Components/JsonConfigComponent/wrapper/AdminConnection.d.ts +2 -0
  213. package/Components/JsonConfigComponent/wrapper/AdminConnection.js +7 -0
  214. package/Components/JsonConfigComponent/wrapper/Components/ColorPicker.d.ts +2 -0
  215. package/Components/JsonConfigComponent/wrapper/Components/ColorPicker.js +10 -0
  216. package/Components/JsonConfigComponent/wrapper/Components/ColorPicker.js.map +1 -0
  217. package/Components/JsonConfigComponent/wrapper/Components/Icon.d.ts +2 -0
  218. package/Components/JsonConfigComponent/wrapper/Components/Icon.js +10 -0
  219. package/Components/JsonConfigComponent/wrapper/Components/Icon.js.map +1 -0
  220. package/Components/JsonConfigComponent/wrapper/Components/TextWithIcon.d.ts +2 -0
  221. package/Components/JsonConfigComponent/wrapper/Components/TextWithIcon.js +10 -0
  222. package/Components/JsonConfigComponent/wrapper/Components/TextWithIcon.js.map +1 -0
  223. package/Components/JsonConfigComponent/wrapper/Components/UploadImage.d.ts +2 -0
  224. package/Components/JsonConfigComponent/wrapper/Components/UploadImage.js +10 -0
  225. package/Components/JsonConfigComponent/wrapper/Components/UploadImage.js.map +1 -0
  226. package/Components/JsonConfigComponent/wrapper/Components/Utils.d.ts +2 -0
  227. package/Components/JsonConfigComponent/wrapper/Components/Utils.js +10 -0
  228. package/Components/JsonConfigComponent/wrapper/Components/Utils.js.map +1 -0
  229. package/Components/JsonConfigComponent/wrapper/Dialogs/Confirm.d.ts +2 -0
  230. package/Components/JsonConfigComponent/wrapper/Dialogs/Confirm.js +10 -0
  231. package/Components/JsonConfigComponent/wrapper/Dialogs/Confirm.js.map +1 -0
  232. package/Components/JsonConfigComponent/wrapper/Dialogs/Cron.d.ts +2 -0
  233. package/Components/JsonConfigComponent/wrapper/Dialogs/Cron.js +10 -0
  234. package/Components/JsonConfigComponent/wrapper/Dialogs/Cron.js.map +1 -0
  235. package/Components/JsonConfigComponent/wrapper/Dialogs/Error.d.ts +2 -0
  236. package/Components/JsonConfigComponent/wrapper/Dialogs/Error.js +10 -0
  237. package/Components/JsonConfigComponent/wrapper/Dialogs/Error.js.map +1 -0
  238. package/Components/JsonConfigComponent/wrapper/Dialogs/Message.d.ts +2 -0
  239. package/Components/JsonConfigComponent/wrapper/Dialogs/Message.js +10 -0
  240. package/Components/JsonConfigComponent/wrapper/Dialogs/Message.js.map +1 -0
  241. package/Components/JsonConfigComponent/wrapper/Dialogs/SelectFile.d.ts +2 -0
  242. package/Components/JsonConfigComponent/wrapper/Dialogs/SelectFile.js +10 -0
  243. package/Components/JsonConfigComponent/wrapper/Dialogs/SelectFile.js.map +1 -0
  244. package/Components/JsonConfigComponent/wrapper/Dialogs/SelectID.d.ts +2 -0
  245. package/Components/JsonConfigComponent/wrapper/Dialogs/SelectID.js +10 -0
  246. package/Components/JsonConfigComponent/wrapper/Dialogs/SelectID.js.map +1 -0
  247. package/Components/JsonConfigComponent/wrapper/i18n.d.ts +2 -0
  248. package/Components/JsonConfigComponent/wrapper/i18n.js +10 -0
  249. package/Components/JsonConfigComponent/wrapper/i18n.js.map +1 -0
  250. package/Components/JsonConfigComponent/wrapper/icons/IconCopy.d.ts +2 -0
  251. package/Components/JsonConfigComponent/wrapper/icons/IconCopy.js +10 -0
  252. package/Components/JsonConfigComponent/wrapper/icons/IconCopy.js.map +1 -0
  253. package/Components/Loader.js +223 -223
  254. package/Components/Loader.js.map +1 -0
  255. package/Components/Loaders/PT.css +108 -108
  256. package/Components/Loaders/PT.js +103 -103
  257. package/Components/Loaders/PT.js.map +1 -0
  258. package/Components/Loaders/Vendor.css +13 -13
  259. package/Components/Loaders/Vendor.js +7 -7
  260. package/Components/Loaders/Vendor.js.map +1 -0
  261. package/Components/Logo.js.map +1 -0
  262. package/Components/MDUtils.js.map +1 -0
  263. package/Components/ObjectBrowser.js +344 -344
  264. package/Components/ObjectBrowser.js.map +1 -1
  265. package/Components/Router.js.map +1 -0
  266. package/Components/SaveCloseButtons.js.map +1 -0
  267. package/Components/Schedule.js.map +1 -0
  268. package/Components/SelectWithIcon.js.map +1 -0
  269. package/Components/SimpleCron/cron2text.js.map +1 -0
  270. package/Components/SimpleCron/cronText.js.map +1 -0
  271. package/Components/SimpleCron/index.js.map +1 -0
  272. package/Components/SimpleCron/jquery.cron.locale.js.map +1 -0
  273. package/Components/TabContainer.js.map +1 -0
  274. package/Components/TabContent.js.map +1 -0
  275. package/Components/TabHeader.js.map +1 -0
  276. package/Components/TableResize.js +5 -5
  277. package/Components/TableResize.js.map +1 -1
  278. package/Components/TextWithIcon.js.map +1 -0
  279. package/Components/ToggleThemeMenu.js.map +1 -0
  280. package/Components/TreeTable.js +70 -70
  281. package/Components/TreeTable.js.map +1 -1
  282. package/Components/UploadImage.js +305 -305
  283. package/Components/UploadImage.js.map +1 -0
  284. package/Components/Utils.js.map +1 -0
  285. package/Components/copy-to-clipboard.d.ts +13 -0
  286. package/Components/copy-to-clipboard.js +156 -0
  287. package/Components/copy-to-clipboard.js.map +1 -0
  288. package/Components/loader.css +221 -221
  289. package/Components/types.d.ts +82 -82
  290. package/Components/withWidth.js.map +1 -1
  291. package/Connection.js.map +1 -1
  292. package/Dialogs/ComplexCron.js.map +1 -0
  293. package/Dialogs/Confirm.js.map +1 -0
  294. package/Dialogs/Cron.js.map +1 -0
  295. package/Dialogs/Error.js.map +1 -0
  296. package/Dialogs/Message.js.map +1 -0
  297. package/Dialogs/SelectFile.js.map +1 -0
  298. package/Dialogs/SelectID.js.map +1 -0
  299. package/Dialogs/SimpleCron.js.map +1 -0
  300. package/Dialogs/TextInput.js.map +1 -0
  301. package/GenericApp.d.ts +2 -2
  302. package/GenericApp.js +49 -49
  303. package/GenericApp.js.map +1 -0
  304. package/LICENSE +22 -22
  305. package/LegacyConnection.js.map +1 -0
  306. package/Prompt.js +7 -7
  307. package/Prompt.js.map +1 -0
  308. package/README.md +841 -841
  309. package/Theme.js.map +1 -0
  310. package/assets/devices/Alarm Systems.svg +18 -18
  311. package/assets/devices/Amplifier.svg +21 -21
  312. package/assets/devices/Awnings.svg +4 -4
  313. package/assets/devices/Battery Status.svg +4 -4
  314. package/assets/devices/Ceiling Spotlights.svg +15 -15
  315. package/assets/devices/Chandelier.svg +6 -6
  316. package/assets/devices/Climate.svg +11 -11
  317. package/assets/devices/Coffee Makers.svg +5 -5
  318. package/assets/devices/Cold Water.svg +31 -31
  319. package/assets/devices/Computer.svg +21 -21
  320. package/assets/devices/Consumption.svg +7 -7
  321. package/assets/devices/Curtains.svg +43 -43
  322. package/assets/devices/Dishwashers.svg +11 -11
  323. package/assets/devices/Doors.svg +5 -5
  324. package/assets/devices/Doorstep.svg +35 -35
  325. package/assets/devices/Dryer.svg +13 -13
  326. package/assets/devices/Fan.svg +20 -20
  327. package/assets/devices/Floor Lamps.svg +4 -4
  328. package/assets/devices/Garage Doors.svg +9 -9
  329. package/assets/devices/Gates.svg +32 -32
  330. package/assets/devices/Hairdryer.svg +23 -23
  331. package/assets/devices/Handle.svg +6 -6
  332. package/assets/devices/Hanging Lamps.svg +8 -8
  333. package/assets/devices/Heater.svg +44 -44
  334. package/assets/devices/Hoods.svg +11 -11
  335. package/assets/devices/Hot Water.svg +9 -9
  336. package/assets/devices/Humidity.svg +41 -41
  337. package/assets/devices/Iron.svg +4 -4
  338. package/assets/devices/Irrigation.svg +22 -22
  339. package/assets/devices/Led Strip.svg +30 -30
  340. package/assets/devices/Light.svg +29 -29
  341. package/assets/devices/Lightings.svg +46 -46
  342. package/assets/devices/Lock.svg +19 -19
  343. package/assets/devices/Louvre.svg +6 -6
  344. package/assets/devices/Mowing Machine.svg +8 -8
  345. package/assets/devices/Music.svg +12 -12
  346. package/assets/devices/Outdoor Blinds.svg +6 -6
  347. package/assets/devices/People.svg +19 -19
  348. package/assets/devices/Pool.svg +7 -7
  349. package/assets/devices/Power Consumption.svg +12 -12
  350. package/assets/devices/Printer.svg +9 -9
  351. package/assets/devices/Pump.svg +9 -9
  352. package/assets/devices/Receiver.svg +18 -18
  353. package/assets/devices/Sconces.svg +9 -9
  354. package/assets/devices/Security.svg +34 -34
  355. package/assets/devices/Shading.svg +4 -4
  356. package/assets/devices/Shutters.svg +10 -10
  357. package/assets/devices/SmokeDetector.svg +12 -12
  358. package/assets/devices/Sockets.svg +13 -13
  359. package/assets/devices/Speaker.svg +35 -35
  360. package/assets/devices/Stove.svg +11 -11
  361. package/assets/devices/Table Lamps.svg +11 -11
  362. package/assets/devices/Temperature Sensors.svg +28 -28
  363. package/assets/devices/Tv.svg +7 -7
  364. package/assets/devices/Vacuum Cleaner.svg +15 -15
  365. package/assets/devices/Ventilation.svg +12 -12
  366. package/assets/devices/Washing Machines.svg +15 -15
  367. package/assets/devices/Water Consumption.svg +5 -5
  368. package/assets/devices/Water Heater.svg +8 -8
  369. package/assets/devices/Water.svg +40 -40
  370. package/assets/devices/Weather.svg +28 -28
  371. package/assets/devices/Window.svg +7 -7
  372. package/assets/devices/list.json +993 -993
  373. package/assets/devices/names.txt +62 -62
  374. package/assets/devices/parseNames.js +34 -34
  375. package/assets/lamp_ceiling.svg +8 -8
  376. package/assets/lamp_table.svg +7 -7
  377. package/assets/no_icon.svg +9 -9
  378. package/assets/rooms/Anteroom.svg +52 -52
  379. package/assets/rooms/Attic.svg +21 -21
  380. package/assets/rooms/Balcony.svg +12 -12
  381. package/assets/rooms/Barn.svg +5 -5
  382. package/assets/rooms/Basement.svg +4 -4
  383. package/assets/rooms/Bathroom.svg +38 -38
  384. package/assets/rooms/Bedroom.svg +5 -5
  385. package/assets/rooms/Boiler Room.svg +12 -12
  386. package/assets/rooms/Carport.svg +17 -17
  387. package/assets/rooms/Cellar.svg +89 -89
  388. package/assets/rooms/Chamber.svg +9 -9
  389. package/assets/rooms/Corridor.svg +52 -52
  390. package/assets/rooms/Dining Area.svg +37 -37
  391. package/assets/rooms/Dining Room.svg +37 -37
  392. package/assets/rooms/Dining.svg +37 -37
  393. package/assets/rooms/Dressing Room.svg +4 -4
  394. package/assets/rooms/Driveway.svg +14 -14
  395. package/assets/rooms/Entrance.svg +44 -44
  396. package/assets/rooms/Equipment Room.svg +14 -14
  397. package/assets/rooms/Front Yard.svg +64 -64
  398. package/assets/rooms/Gallery.svg +13 -13
  399. package/assets/rooms/Garage.svg +20 -20
  400. package/assets/rooms/Garden.svg +12 -12
  401. package/assets/rooms/Ground Floor.svg +95 -95
  402. package/assets/rooms/Guest Bathroom.svg +32 -32
  403. package/assets/rooms/Guest Room.svg +5 -5
  404. package/assets/rooms/Gym.svg +4 -4
  405. package/assets/rooms/Hall.svg +19 -19
  406. package/assets/rooms/Home Theater.svg +7 -7
  407. package/assets/rooms/Kitchen.svg +17 -17
  408. package/assets/rooms/Laundry Room.svg +11 -11
  409. package/assets/rooms/Living Area.svg +10 -10
  410. package/assets/rooms/Living Room.svg +10 -10
  411. package/assets/rooms/Locker Room.svg +16 -16
  412. package/assets/rooms/Nursery.svg +4 -4
  413. package/assets/rooms/Office.svg +8 -8
  414. package/assets/rooms/Outdoors.svg +7 -7
  415. package/assets/rooms/Playroom.svg +5 -5
  416. package/assets/rooms/Pool.svg +7 -7
  417. package/assets/rooms/Rear Wall.svg +30 -30
  418. package/assets/rooms/Second Floor.svg +95 -95
  419. package/assets/rooms/Shed.svg +16 -16
  420. package/assets/rooms/Sleeping Area.svg +22 -22
  421. package/assets/rooms/Stairway.svg +4 -4
  422. package/assets/rooms/Stairwell.svg +15 -15
  423. package/assets/rooms/Storeroom.svg +4 -4
  424. package/assets/rooms/Summer House.svg +27 -27
  425. package/assets/rooms/Swimming Pool.svg +21 -21
  426. package/assets/rooms/Terrace.svg +6 -6
  427. package/assets/rooms/Toilet.svg +10 -10
  428. package/assets/rooms/Upstairs.svg +5 -5
  429. package/assets/rooms/Wardrobe.svg +60 -60
  430. package/assets/rooms/Washroom.svg +19 -19
  431. package/assets/rooms/Wc.svg +10 -10
  432. package/assets/rooms/Windscreen.svg +60 -60
  433. package/assets/rooms/Workshop.svg +22 -22
  434. package/assets/rooms/Workspace.svg +8 -8
  435. package/assets/rooms/list.json +945 -945
  436. package/assets/rooms/names.txt +59 -59
  437. package/assets/rooms/parseNames.js +34 -34
  438. package/craco-module-federation.js +69 -69
  439. package/i18n.js.map +1 -0
  440. package/icons/IconAdapter.js.map +1 -1
  441. package/icons/IconAlias.js.map +1 -1
  442. package/icons/IconChannel.js.map +1 -1
  443. package/icons/IconClearFilter.js.map +1 -1
  444. package/icons/IconClosed.js.map +1 -1
  445. package/icons/IconCopy.js +8 -8
  446. package/icons/IconCopy.js.map +1 -1
  447. package/icons/IconDevice.js.map +1 -1
  448. package/icons/IconDocument.js.map +1 -1
  449. package/icons/IconDocumentReadOnly.js.map +1 -1
  450. package/icons/IconExpert.js.map +1 -0
  451. package/icons/IconFx.js +1 -1
  452. package/icons/IconFx.js.map +1 -1
  453. package/icons/IconInstance.js.map +1 -1
  454. package/icons/IconLogout.js +9 -9
  455. package/icons/IconLogout.js.map +1 -1
  456. package/icons/IconNoIcon.js +8 -8
  457. package/icons/IconNoIcon.js.map +1 -1
  458. package/icons/IconOpen.js.map +1 -1
  459. package/icons/IconState.js.map +1 -1
  460. package/index.css +54 -54
  461. package/package.json +2 -2
  462. package/types.d.ts +94 -94
@@ -1,946 +1,946 @@
1
- [
2
- {
3
- "_id": "storeroom",
4
- "name": {
5
- "en": "Storeroom",
6
- "ru": "Кладовая",
7
- "de": "Abstellraum",
8
- "fr": "Débarras",
9
- "it": "Dispensa",
10
- "nl": "Bergplaats",
11
- "pl": "Magazyn",
12
- "pt": "Despensa",
13
- "es": "Trastero",
14
- "zh-cn": "库房"
15
- },
16
- "icon": "Storeroom.svg"
17
- },
18
- {
19
- "_id": "second_floor",
20
- "name": {
21
- "en": "Second floor",
22
- "ru": "Второй этаж",
23
- "de": "Erster OG",
24
- "pt": "Primeiro andar",
25
- "nl": "Eerste verdieping",
26
- "fr": "Premier étage",
27
- "it": "Primo piano",
28
- "es": "Primer piso",
29
- "pl": "Pierwsze piętro",
30
- "zh-cn": "第一层"
31
- },
32
- "icon": "Second Floor.svg"
33
- },
34
- {
35
- "_id": "dressing_room",
36
- "name": {
37
- "en": "Dressing Room",
38
- "ru": "Гардеробная",
39
- "de": "Ankleide",
40
- "fr": "Vestiaire",
41
- "it": "Camerino",
42
- "nl": "Kleedkamer",
43
- "pl": "Przebieralnia",
44
- "pt": "Provador",
45
- "es": "Vestidor",
46
- "zh-cn": "更衣室"
47
- },
48
- "icon": "Dressing Room.svg"
49
- },
50
- {
51
- "_id": "workspace",
52
- "name": {
53
- "en": "Workspace",
54
- "ru": "Рабочая Среда",
55
- "de": "Arbeitszimmer",
56
- "fr": "Espace De Travail",
57
- "it": "Area Di Lavoro",
58
- "nl": "Workspace",
59
- "pl": "Workspace",
60
- "pt": "Área De Trabalho",
61
- "es": "Espacio De Trabajo",
62
- "zh-cn": "工作区"
63
- },
64
- "icon": "Workspace.svg"
65
- },
66
- {
67
- "_id": "driveway",
68
- "name": {
69
- "en": "Driveway",
70
- "ru": "Дорога",
71
- "de": "Auffahrt",
72
- "fr": "Allée",
73
- "it": "Viale",
74
- "nl": "Pad",
75
- "pl": "Podjazd",
76
- "pt": "Entrada Da Garagem",
77
- "es": "Entrada De Coches",
78
- "zh-cn": "车道"
79
- },
80
- "icon": "Driveway.svg"
81
- },
82
- {
83
- "_id": "outdoors",
84
- "name": {
85
- "en": "Outdoors",
86
- "ru": "На Улице",
87
- "de": "Außenbereich",
88
- "fr": "En Plein Air",
89
- "it": "All'Aperto",
90
- "nl": "Buitenshuis",
91
- "pl": "Na Dworze",
92
- "pt": "Ao Ar Livre",
93
- "es": "Al Aire Libre",
94
- "zh-cn": "户外"
95
- },
96
- "icon": "Outdoors.svg"
97
- },
98
- {
99
- "_id": "bathroom",
100
- "name": {
101
- "en": "Bathroom",
102
- "ru": "Ванная Комната",
103
- "de": "Badezimmer",
104
- "fr": "Salle De Bains",
105
- "it": "Bagno",
106
- "nl": "Badkamer",
107
- "pl": "Łazienka",
108
- "pt": "Banheiro",
109
- "es": "Baño",
110
- "zh-cn": "浴室"
111
- },
112
- "icon": "Bathroom.svg"
113
- },
114
- {
115
- "_id": "balcony",
116
- "name": {
117
- "en": "Balcony",
118
- "ru": "Балкон",
119
- "de": "Balkon",
120
- "fr": "Balcon",
121
- "it": "Balcone",
122
- "nl": "Balkon",
123
- "pl": "Balkon",
124
- "pt": "Sacada",
125
- "es": "Balcón",
126
- "zh-cn": "阳台"
127
- },
128
- "icon": "Balcony.svg"
129
- },
130
- {
131
- "_id": "office",
132
- "name": {
133
- "en": "Office",
134
- "ru": "Офис",
135
- "de": "Office",
136
- "fr": "Bureau",
137
- "it": "Ufficio",
138
- "nl": "Kantoor",
139
- "pl": "Gabinet",
140
- "pt": "Escritório",
141
- "es": "Oficina",
142
- "zh-cn": "办公室"
143
- },
144
- "icon": "Office.svg"
145
- },
146
- {
147
- "_id": "carport",
148
- "name": {
149
- "en": "Carport",
150
- "ru": "Навес",
151
- "de": "Carport",
152
- "fr": "Carport",
153
- "it": "Posto Auto Coperto",
154
- "nl": "Carport",
155
- "pl": "Wiata",
156
- "pt": "Telheiro",
157
- "es": "Cochera",
158
- "zh-cn": "车棚"
159
- },
160
- "icon": "Carport.svg"
161
- },
162
- {
163
- "_id": "attic",
164
- "name": {
165
- "en": "Attic",
166
- "ru": "Чердак",
167
- "de": "Dachgeschoss",
168
- "fr": "Grenier",
169
- "it": "Attico",
170
- "nl": "Zolder",
171
- "pl": "Poddasze",
172
- "pt": "Sótão",
173
- "es": "Ático",
174
- "zh-cn": "阁楼"
175
- },
176
- "icon": "Attic.svg"
177
- },
178
- {
179
- "_id": "hall",
180
- "name": {
181
- "en": "Hall",
182
- "ru": "Зал",
183
- "de": "Diele",
184
- "fr": "Salle",
185
- "it": "Sala",
186
- "nl": "Hal",
187
- "pl": "Sala",
188
- "pt": "Corredor",
189
- "es": "Sala",
190
- "zh-cn": "大厅"
191
- },
192
- "icon": "Hall.svg"
193
- },
194
- {
195
- "_id": "entrance",
196
- "name": {
197
- "en": "Entrance",
198
- "ru": "Вход",
199
- "de": "Eingang",
200
- "fr": "Entrée",
201
- "it": "Ingresso",
202
- "nl": "Ingang",
203
- "pl": "Wejście",
204
- "pt": "Entrada",
205
- "es": "Entrada",
206
- "zh-cn": "入口"
207
- },
208
- "icon": "Entrance.svg"
209
- },
210
- {
211
- "_id": "ground_floor",
212
- "name": {
213
- "en": "Ground Floor",
214
- "ru": "Первый Этаж",
215
- "de": "Erdgeschoss",
216
- "fr": "Rez-De-Chaussée",
217
- "it": "Piano Terra",
218
- "nl": "Begane Grond",
219
- "pl": "Parter",
220
- "pt": "Térreo",
221
- "es": "Planta Baja",
222
- "zh-cn": "一楼"
223
- },
224
- "icon": "Ground Floor.svg"
225
- },
226
- {
227
- "_id": "dining_area",
228
- "name": {
229
- "en": "Dining Area",
230
- "ru": "Столовая",
231
- "de": "Essbereich",
232
- "fr": "Salle À Manger",
233
- "it": "Zona Pranzo",
234
- "nl": "Eethoek",
235
- "pl": "Jadalnia",
236
- "pt": "Área De Refeições",
237
- "es": "Comedor",
238
- "zh-cn": "用餐区"
239
- },
240
- "icon": "Dining Area.svg"
241
- },
242
- {
243
- "_id": "dining_room",
244
- "name": {
245
- "en": "Dining Room",
246
- "ru": "Столовая",
247
- "de": "Esszimmer",
248
- "fr": "Salle À Manger",
249
- "it": "Sala Da Pranzo",
250
- "nl": "Eetkamer",
251
- "pl": "Jadalnia",
252
- "pt": "Sala De Jantar",
253
- "es": "Comedor",
254
- "zh-cn": "饭厅"
255
- },
256
- "icon": "Dining Room.svg"
257
- },
258
- {
259
- "_id": "gym",
260
- "name": {
261
- "en": "Gym",
262
- "ru": "Спортзал",
263
- "de": "Fitnessraum",
264
- "fr": "Gym",
265
- "it": "Palestra",
266
- "nl": "Sportschool",
267
- "pl": "Siłownia",
268
- "pt": "Ginásio",
269
- "es": "Gimnasio",
270
- "zh-cn": "健身房"
271
- },
272
- "icon": "Gym.svg"
273
- },
274
- {
275
- "_id": "gallery",
276
- "name": {
277
- "en": "Gallery",
278
- "ru": "Галерея",
279
- "de": "Galerie",
280
- "fr": "Galerie",
281
- "it": "Galleria",
282
- "nl": "Galerij",
283
- "pl": "Galeria",
284
- "pt": "Galeria",
285
- "es": "Galería",
286
- "zh-cn": "画廊"
287
- },
288
- "icon": "Gallery.svg"
289
- },
290
- {
291
- "_id": "garage",
292
- "name": {
293
- "en": "Garage",
294
- "ru": "Гараж",
295
- "de": "Garage",
296
- "fr": "Garage",
297
- "it": "Box Auto",
298
- "nl": "Garage",
299
- "pl": "Garaż",
300
- "pt": "Garagem",
301
- "es": "Garaje",
302
- "zh-cn": "车库"
303
- },
304
- "icon": "Garage.svg"
305
- },
306
- {
307
- "_id": "wardrobe",
308
- "name": {
309
- "en": "Wardrobe",
310
- "ru": "Гардероб",
311
- "de": "Garderobe",
312
- "fr": "Penderie",
313
- "it": "Armadio",
314
- "nl": "Garderobe",
315
- "pl": "Szafa",
316
- "pt": "Guarda Roupa",
317
- "es": "Armario",
318
- "zh-cn": "衣柜"
319
- },
320
- "icon": "Wardrobe.svg"
321
- },
322
- {
323
- "_id": "garden",
324
- "name": {
325
- "en": "Garden",
326
- "ru": "Сад",
327
- "de": "Garten",
328
- "fr": "Jardin",
329
- "it": "Giardino",
330
- "nl": "Tuin",
331
- "pl": "Ogród",
332
- "pt": "Jardim",
333
- "es": "Jardín",
334
- "zh-cn": "花园"
335
- },
336
- "icon": "Garden.svg"
337
- },
338
- {
339
- "_id": "summer_house",
340
- "name": {
341
- "en": "Summer House",
342
- "ru": "Дача",
343
- "de": "Gartenhaus",
344
- "fr": "Maison D'Été",
345
- "it": "Casa Estiva",
346
- "nl": "Zomerhuis",
347
- "pl": "Domek Letniskowy",
348
- "pt": "Summer House",
349
- "es": "Casa De Verano",
350
- "zh-cn": "凉亭"
351
- },
352
- "icon": "Summer House.svg"
353
- },
354
- {
355
- "_id": "guest_bathroom",
356
- "name": {
357
- "en": "Guest Bathroom",
358
- "ru": "Гостевая Комната",
359
- "de": "Gäste-WC",
360
- "fr": "Salle De Bains Invité",
361
- "it": "Guest Bathroom",
362
- "nl": "Gastenbadkamer",
363
- "pl": "Łazienka Gościnna",
364
- "pt": "Banheiro De Hóspedes",
365
- "es": "Baño De Visitas",
366
- "zh-cn": "客用浴室"
367
- },
368
- "icon": "Guest Bathroom.svg"
369
- },
370
- {
371
- "_id": "guest_room",
372
- "name": {
373
- "en": "Guest Room",
374
- "ru": "Гостевая Комната",
375
- "de": "Gästezimmer",
376
- "fr": "Chambre D'Amis",
377
- "it": "Stanza Degli Ospiti",
378
- "nl": "Guest Room",
379
- "pl": "Pokój Gościnny",
380
- "pt": "Quarto De Hóspedes",
381
- "es": "Habitación De Huéspedes",
382
- "zh-cn": "客房"
383
- },
384
- "icon": "Guest Room.svg"
385
- },
386
- {
387
- "_id": "laundry_room",
388
- "name": {
389
- "en": "Laundry Room",
390
- "ru": "Прачечная",
391
- "de": "Hauswirtschaftsraum",
392
- "fr": "Buanderie",
393
- "it": "Lavanderia",
394
- "nl": "Wasruimte",
395
- "pl": "Pralnia",
396
- "pt": "Lavandaria",
397
- "es": "Cuarto De Lavado",
398
- "zh-cn": "洗衣房"
399
- },
400
- "icon": "Laundry Room.svg"
401
- },
402
- {
403
- "_id": "home_theater",
404
- "name": {
405
- "en": "Home Theater",
406
- "ru": "Домашний Театр",
407
- "de": "Heimkino",
408
- "fr": "Cinéma Maison",
409
- "it": "Home Theater",
410
- "nl": "Thuisbioscoop",
411
- "pl": "Kino Domowe",
412
- "pt": "Cinema Em Casa",
413
- "es": "Cine En Casa",
414
- "zh-cn": "家庭电影院"
415
- },
416
- "icon": "Home Theater.svg"
417
- },
418
- {
419
- "_id": "boiler_room",
420
- "name": {
421
- "en": "Boiler Room",
422
- "ru": "Бойлерная",
423
- "de": "Heizungsraum",
424
- "fr": "Chaufferie",
425
- "it": "Locale Caldaia",
426
- "nl": "Boiler Room",
427
- "pl": "Kotłownia",
428
- "pt": "Sala Da Caldeira",
429
- "es": "Sala De Calderas",
430
- "zh-cn": "锅炉房"
431
- },
432
- "icon": "Boiler Room.svg"
433
- },
434
- {
435
- "_id": "chamber",
436
- "name": {
437
- "en": "Chamber",
438
- "ru": "Камера",
439
- "de": "Kammer",
440
- "fr": "Chambre",
441
- "it": "Camera",
442
- "nl": "Kamer",
443
- "pl": "Izba",
444
- "pt": "Câmara",
445
- "es": "Cámara",
446
- "zh-cn": "商会"
447
- },
448
- "icon": "Chamber.svg"
449
- },
450
- {
451
- "_id": "basement,_cellar",
452
- "name": {
453
- "en": "Basement, Cellar",
454
- "ru": "Подвал, Погреб",
455
- "de": "Keller",
456
- "fr": "Sous-Sol, Cave",
457
- "it": "Taverna, Cantina",
458
- "nl": "Kelder, Kelder",
459
- "pl": "Piwnica, Piwnica",
460
- "pt": "Porão, Adega",
461
- "es": "Sótano, Bodega",
462
- "zh-cn": "地下室,地窖"
463
- },
464
- "icon": "Basement.svg"
465
- },
466
- {
467
- "_id": "nursery",
468
- "name": {
469
- "en": "Nursery",
470
- "ru": "Питомник",
471
- "de": "Kinderzimmer",
472
- "fr": "Garderie",
473
- "it": "Asilo",
474
- "nl": "Kinderkamer",
475
- "pl": "Żłobek",
476
- "pt": "Berçário",
477
- "es": "Guardería",
478
- "zh-cn": "苗圃"
479
- },
480
- "icon": "Nursery.svg"
481
- },
482
- {
483
- "_id": "corridor",
484
- "name": {
485
- "en": "Corridor",
486
- "ru": "Коридор",
487
- "de": "Korridor",
488
- "fr": "Couloir",
489
- "it": "Corridoio",
490
- "nl": "Gang",
491
- "pl": "Korytarz",
492
- "pt": "Corredor",
493
- "es": "Corredor",
494
- "zh-cn": "走廊"
495
- },
496
- "icon": "Corridor.svg"
497
- },
498
- {
499
- "_id": "kitchen",
500
- "name": {
501
- "en": "Kitchen",
502
- "ru": "Кухня",
503
- "de": "Küche",
504
- "fr": "Cuisine",
505
- "it": "Cucina",
506
- "nl": "Keuken",
507
- "pl": "Kuchnia",
508
- "pt": "Cozinha",
509
- "es": "Cocina",
510
- "zh-cn": "厨房"
511
- },
512
- "icon": "Kitchen.svg"
513
- },
514
- {
515
- "_id": "upstairs",
516
- "name": {
517
- "en": "Upstairs",
518
- "ru": "Вверх По Лестнице",
519
- "de": "Obergeschoss",
520
- "fr": "En Haut",
521
- "it": "Di Sopra",
522
- "nl": "Boven",
523
- "pl": "Na Górę",
524
- "pt": "Andar De Cima",
525
- "es": "Piso Superior",
526
- "zh-cn": "楼上"
527
- },
528
- "icon": "Upstairs.svg"
529
- },
530
- {
531
- "_id": "office",
532
- "name": {
533
- "en": "Office",
534
- "ru": "Офис",
535
- "de": "Office",
536
- "fr": "Bureau",
537
- "it": "Ufficio",
538
- "nl": "Kantoor",
539
- "pl": "Gabinet",
540
- "pt": "Escritório",
541
- "es": "Oficina",
542
- "zh-cn": "办公室"
543
- },
544
- "icon": "Office.svg"
545
- },
546
- {
547
- "_id": "pool",
548
- "name": {
549
- "en": "Pool",
550
- "ru": "Бассейн",
551
- "de": "Pool",
552
- "fr": "Piscine",
553
- "it": "Piscina",
554
- "nl": "Zwembad",
555
- "pl": "Basen",
556
- "pt": "Piscina",
557
- "es": "Piscina",
558
- "zh-cn": "水池"
559
- },
560
- "icon": "Pool.svg"
561
- },
562
- {
563
- "_id": "rear_wall",
564
- "name": {
565
- "en": "Rear Wall",
566
- "ru": "Задняя Стенка",
567
- "de": "Rückwand",
568
- "fr": "Paroi Arrière",
569
- "it": "Parete Posteriore",
570
- "nl": "Achterwand",
571
- "pl": "Tylna Ściana",
572
- "pt": "Parede Traseira",
573
- "es": "Pared Posterior",
574
- "zh-cn": "后墙"
575
- },
576
- "icon": "Rear Wall.svg"
577
- },
578
- {
579
- "_id": "barn",
580
- "name": {
581
- "en": "Barn",
582
- "ru": "Амбар",
583
- "de": "Scheune",
584
- "fr": "Grange",
585
- "it": "Fienile",
586
- "nl": "Schuur",
587
- "pl": "Stodoła",
588
- "pt": "Celeiro",
589
- "es": "Granero",
590
- "zh-cn": "谷仓"
591
- },
592
- "icon": "Barn.svg"
593
- },
594
- {
595
- "_id": "sleeping_area",
596
- "name": {
597
- "en": "Sleeping Area",
598
- "ru": "Спальное Место",
599
- "de": "Schlafbereich",
600
- "fr": "Coin Montagne",
601
- "it": "Area Sleeping",
602
- "nl": "Sleeping Area",
603
- "pl": "Powierzchnia Spania",
604
- "pt": "Sleeping Area",
605
- "es": "Área De Dormir",
606
- "zh-cn": "睡眠区"
607
- },
608
- "icon": "Sleeping Area.svg"
609
- },
610
- {
611
- "_id": "bedroom",
612
- "name": {
613
- "en": "Bedroom",
614
- "ru": "Спальная Комната",
615
- "de": "Schlafzimmer",
616
- "fr": "Chambre",
617
- "it": "Camera Da Letto",
618
- "nl": "Slaapkamer",
619
- "pl": "Sypialnia",
620
- "pt": "Quarto",
621
- "es": "Cuarto",
622
- "zh-cn": "卧室"
623
- },
624
- "icon": "Bedroom.svg"
625
- },
626
- {
627
- "_id": "shed",
628
- "name": {
629
- "en": "Shed",
630
- "ru": "Сбрасывать",
631
- "de": "Schuppen",
632
- "fr": "Hangar",
633
- "it": "Capannone",
634
- "nl": "Schuur",
635
- "pl": "Budka",
636
- "pt": "Cabana",
637
- "es": "Cobertizo",
638
- "zh-cn": "棚"
639
- },
640
- "icon": "Shed.svg"
641
- },
642
- {
643
- "_id": "swimming_pool",
644
- "name": {
645
- "en": "Swimming Pool",
646
- "ru": "Плавательный Бассейн",
647
- "de": "Schwimmbad",
648
- "fr": "Piscine",
649
- "it": "Piscina",
650
- "nl": "Zwembad",
651
- "pl": "Basen",
652
- "pt": "Piscina",
653
- "es": "Piscina",
654
- "zh-cn": "游泳池"
655
- },
656
- "icon": "Swimming Pool.svg"
657
- },
658
- {
659
- "_id": "dining",
660
- "name": {
661
- "en": "Dining",
662
- "ru": "Обеденный",
663
- "de": "Speis",
664
- "fr": "À Manger",
665
- "it": "Cenare",
666
- "nl": "Dining",
667
- "pl": "Jadalnia",
668
- "pt": "Jantar",
669
- "es": "Comida",
670
- "zh-cn": "用餐"
671
- },
672
- "icon": "Dining.svg"
673
- },
674
- {
675
- "_id": "playroom",
676
- "name": {
677
- "en": "Playroom",
678
- "ru": "Игровая Комната",
679
- "de": "Spielzimmer",
680
- "fr": "Salle De Jeux",
681
- "it": "Stanza Dei Giochi",
682
- "nl": "Speelkamer",
683
- "pl": "Pokój Zabaw",
684
- "pt": "Sala De Jogos",
685
- "es": "Cuarto De Jugar",
686
- "zh-cn": "游戏室"
687
- },
688
- "icon": "Playroom.svg"
689
- },
690
- {
691
- "_id": "stairway",
692
- "name": {
693
- "en": "Stairway",
694
- "ru": "Лестница",
695
- "de": "Treppe",
696
- "fr": "Escalier",
697
- "it": "Scala",
698
- "nl": "Trap",
699
- "pl": "Klatka Schodowa",
700
- "pt": "Escada",
701
- "es": "Escalera",
702
- "zh-cn": "楼梯"
703
- },
704
- "icon": "Stairway.svg"
705
- },
706
- {
707
- "_id": "equipment_room",
708
- "name": {
709
- "en": "Equipment Room",
710
- "ru": "Оборудование Номера",
711
- "de": "Technikraum",
712
- "fr": "Salle D'Équipement",
713
- "it": "Stanza Degli Attrezzi",
714
- "nl": "Technische Ruimte",
715
- "pl": "Wyposażenie Pokoi",
716
- "pt": "Sala De Equipamentos",
717
- "es": "Cuarto De Equipos",
718
- "zh-cn": "机房"
719
- },
720
- "icon": "Equipment Room.svg"
721
- },
722
- {
723
- "_id": "terrace",
724
- "name": {
725
- "en": "Terrace",
726
- "ru": "Терраса",
727
- "de": "Terrasse",
728
- "fr": "Terrasse",
729
- "it": "Terrazza",
730
- "nl": "Terras",
731
- "pl": "Taras",
732
- "pt": "Terraço",
733
- "es": "Terraza",
734
- "zh-cn": "阳台"
735
- },
736
- "icon": "Terrace.svg"
737
- },
738
- {
739
- "_id": "toilet",
740
- "name": {
741
- "en": "Toilet",
742
- "ru": "Туалет",
743
- "de": "Toilette",
744
- "fr": "Toilette",
745
- "it": "Gabinetto",
746
- "nl": "Toilet",
747
- "pl": "Toaleta",
748
- "pt": "Banheiro",
749
- "es": "Inodoro",
750
- "zh-cn": "洗手间"
751
- },
752
- "icon": "Toilet.svg"
753
- },
754
- {
755
- "_id": "stairwell",
756
- "name": {
757
- "en": "Stairwell",
758
- "ru": "Лестничная клетка",
759
- "de": "Treppenhaus",
760
- "fr": "Cage D'Escalier",
761
- "it": "Tromba Delle Scale",
762
- "nl": "Trappenhuis",
763
- "pl": "Klatka Schodowa",
764
- "pt": "Caixa De Escada",
765
- "es": "Hueco De Escalera",
766
- "zh-cn": "楼梯间"
767
- },
768
- "icon": "Stairwell.svg"
769
- },
770
- {
771
- "_id": "locker_room",
772
- "name": {
773
- "en": "Locker Room",
774
- "ru": "Камера Хранения",
775
- "de": "Umkleideraum",
776
- "fr": "Vestiaire",
777
- "it": "Spogliatoio",
778
- "nl": "Kleedkamer",
779
- "pl": "Szatnia",
780
- "pt": "Vestiário",
781
- "es": "Vestuario",
782
- "zh-cn": "更衣室"
783
- },
784
- "icon": "Locker Room.svg"
785
- },
786
- {
787
- "_id": "basement",
788
- "name": {
789
- "en": "Basement",
790
- "ru": "Подвал",
791
- "de": "Untergeschoss",
792
- "fr": "Sous-Sol",
793
- "it": "Seminterrato",
794
- "nl": "Kelder",
795
- "pl": "Piwnica",
796
- "pt": "Porão",
797
- "es": "Sótano",
798
- "zh-cn": "地下室"
799
- },
800
- "icon": "Basement.svg"
801
- },
802
- {
803
- "_id": "front_yard",
804
- "name": {
805
- "en": "Front Yard",
806
- "ru": "Передний Двор",
807
- "de": "Vorgarten",
808
- "fr": "Front Yard",
809
- "it": "Cortile",
810
- "nl": "Voortuin",
811
- "pl": "Podwórko",
812
- "pt": "Jardim Da Frente",
813
- "es": "Patio Delantero",
814
- "zh-cn": "前院"
815
- },
816
- "icon": "Front Yard.svg"
817
- },
818
- {
819
- "_id": "anteroom",
820
- "name": {
821
- "en": "Anteroom",
822
- "ru": "Передняя",
823
- "de": "Vorraum",
824
- "fr": "Antichambre",
825
- "it": "Anticamera",
826
- "nl": "Voorkamer",
827
- "pl": "Przedpokój",
828
- "pt": "Ante-Sala",
829
- "es": "Antesala",
830
- "zh-cn": "接待室"
831
- },
832
- "icon": "Anteroom.svg"
833
- },
834
- {
835
- "_id": "washroom",
836
- "name": {
837
- "en": "Washroom",
838
- "ru": "Уборная",
839
- "de": "Waschraum",
840
- "fr": "Toilettes",
841
- "it": "Bagno",
842
- "nl": "Waskamer",
843
- "pl": "Umywalnia",
844
- "pt": "Banheiro",
845
- "es": "Baño",
846
- "zh-cn": "卫生间"
847
- },
848
- "icon": "Washroom.svg"
849
- },
850
- {
851
- "_id": "wc",
852
- "name": {
853
- "en": "Wc",
854
- "ru": "Туалет",
855
- "de": "WC",
856
- "fr": "Toilettes",
857
- "it": "Bagno",
858
- "nl": "Wc",
859
- "pl": "Toaleta",
860
- "pt": "Banheiro",
861
- "es": "Wc",
862
- "zh-cn": "厕所"
863
- },
864
- "icon": "Wc.svg"
865
- },
866
- {
867
- "_id": "workshop",
868
- "name": {
869
- "en": "Workshop",
870
- "ru": "Мастерская",
871
- "de": "Werkstatt",
872
- "fr": "Atelier",
873
- "it": "Laboratorio",
874
- "nl": "Werkplaats",
875
- "pl": "Warsztat",
876
- "pt": "Oficina",
877
- "es": "Taller",
878
- "zh-cn": "作坊"
879
- },
880
- "icon": "Workshop.svg"
881
- },
882
- {
883
- "_id": "windscreen",
884
- "name": {
885
- "en": "Windscreen",
886
- "ru": "Ветровое Стекло",
887
- "de": "Windfang",
888
- "fr": "Pare-Brise",
889
- "it": "Parabrezza",
890
- "nl": "Voorruit",
891
- "pl": "Szyba Przednia",
892
- "pt": "Pára-Brisas",
893
- "es": "Parabrisas",
894
- "zh-cn": "风档"
895
- },
896
- "icon": "Windscreen.svg"
897
- },
898
- {
899
- "_id": "living_area",
900
- "name": {
901
- "en": "Living Area",
902
- "ru": "Жилая Площадь",
903
- "de": "Wohnbereich",
904
- "fr": "Salon",
905
- "it": "Zona Giorno",
906
- "nl": "Living Area",
907
- "pl": "Powierzchnia Mieszkalna",
908
- "pt": "Sala-De-Estar",
909
- "es": "Sala De Estar",
910
- "zh-cn": "生活区域"
911
- },
912
- "icon": "Living Area.svg"
913
- },
914
- {
915
- "_id": "living_room",
916
- "name": {
917
- "en": "Living Room",
918
- "ru": "Гостинная",
919
- "de": "Wohnzimmer",
920
- "fr": "Le Salon",
921
- "it": "Soggiorno",
922
- "nl": "Woonkamer",
923
- "pl": "Salon",
924
- "pt": "Sala De Estar",
925
- "es": "Sala De Estar",
926
- "zh-cn": "客厅"
927
- },
928
- "icon": "Living Room.svg"
929
- },
930
- {
931
- "_id": "living_room",
932
- "name": {
933
- "en": "Living Room",
934
- "ru": "Гостинная",
935
- "de": "Wohnzimmer",
936
- "fr": "Le Salon",
937
- "it": "Soggiorno",
938
- "nl": "Woonkamer",
939
- "pl": "Salon",
940
- "pt": "Sala De Estar",
941
- "es": "Sala De Estar",
942
- "zh-cn": "客厅"
943
- },
944
- "icon": "Living Room.svg"
945
- }
1
+ [
2
+ {
3
+ "_id": "storeroom",
4
+ "name": {
5
+ "en": "Storeroom",
6
+ "ru": "Кладовая",
7
+ "de": "Abstellraum",
8
+ "fr": "Débarras",
9
+ "it": "Dispensa",
10
+ "nl": "Bergplaats",
11
+ "pl": "Magazyn",
12
+ "pt": "Despensa",
13
+ "es": "Trastero",
14
+ "zh-cn": "库房"
15
+ },
16
+ "icon": "Storeroom.svg"
17
+ },
18
+ {
19
+ "_id": "second_floor",
20
+ "name": {
21
+ "en": "Second floor",
22
+ "ru": "Второй этаж",
23
+ "de": "Erster OG",
24
+ "pt": "Primeiro andar",
25
+ "nl": "Eerste verdieping",
26
+ "fr": "Premier étage",
27
+ "it": "Primo piano",
28
+ "es": "Primer piso",
29
+ "pl": "Pierwsze piętro",
30
+ "zh-cn": "第一层"
31
+ },
32
+ "icon": "Second Floor.svg"
33
+ },
34
+ {
35
+ "_id": "dressing_room",
36
+ "name": {
37
+ "en": "Dressing Room",
38
+ "ru": "Гардеробная",
39
+ "de": "Ankleide",
40
+ "fr": "Vestiaire",
41
+ "it": "Camerino",
42
+ "nl": "Kleedkamer",
43
+ "pl": "Przebieralnia",
44
+ "pt": "Provador",
45
+ "es": "Vestidor",
46
+ "zh-cn": "更衣室"
47
+ },
48
+ "icon": "Dressing Room.svg"
49
+ },
50
+ {
51
+ "_id": "workspace",
52
+ "name": {
53
+ "en": "Workspace",
54
+ "ru": "Рабочая Среда",
55
+ "de": "Arbeitszimmer",
56
+ "fr": "Espace De Travail",
57
+ "it": "Area Di Lavoro",
58
+ "nl": "Workspace",
59
+ "pl": "Workspace",
60
+ "pt": "Área De Trabalho",
61
+ "es": "Espacio De Trabajo",
62
+ "zh-cn": "工作区"
63
+ },
64
+ "icon": "Workspace.svg"
65
+ },
66
+ {
67
+ "_id": "driveway",
68
+ "name": {
69
+ "en": "Driveway",
70
+ "ru": "Дорога",
71
+ "de": "Auffahrt",
72
+ "fr": "Allée",
73
+ "it": "Viale",
74
+ "nl": "Pad",
75
+ "pl": "Podjazd",
76
+ "pt": "Entrada Da Garagem",
77
+ "es": "Entrada De Coches",
78
+ "zh-cn": "车道"
79
+ },
80
+ "icon": "Driveway.svg"
81
+ },
82
+ {
83
+ "_id": "outdoors",
84
+ "name": {
85
+ "en": "Outdoors",
86
+ "ru": "На Улице",
87
+ "de": "Außenbereich",
88
+ "fr": "En Plein Air",
89
+ "it": "All'Aperto",
90
+ "nl": "Buitenshuis",
91
+ "pl": "Na Dworze",
92
+ "pt": "Ao Ar Livre",
93
+ "es": "Al Aire Libre",
94
+ "zh-cn": "户外"
95
+ },
96
+ "icon": "Outdoors.svg"
97
+ },
98
+ {
99
+ "_id": "bathroom",
100
+ "name": {
101
+ "en": "Bathroom",
102
+ "ru": "Ванная Комната",
103
+ "de": "Badezimmer",
104
+ "fr": "Salle De Bains",
105
+ "it": "Bagno",
106
+ "nl": "Badkamer",
107
+ "pl": "Łazienka",
108
+ "pt": "Banheiro",
109
+ "es": "Baño",
110
+ "zh-cn": "浴室"
111
+ },
112
+ "icon": "Bathroom.svg"
113
+ },
114
+ {
115
+ "_id": "balcony",
116
+ "name": {
117
+ "en": "Balcony",
118
+ "ru": "Балкон",
119
+ "de": "Balkon",
120
+ "fr": "Balcon",
121
+ "it": "Balcone",
122
+ "nl": "Balkon",
123
+ "pl": "Balkon",
124
+ "pt": "Sacada",
125
+ "es": "Balcón",
126
+ "zh-cn": "阳台"
127
+ },
128
+ "icon": "Balcony.svg"
129
+ },
130
+ {
131
+ "_id": "office",
132
+ "name": {
133
+ "en": "Office",
134
+ "ru": "Офис",
135
+ "de": "Office",
136
+ "fr": "Bureau",
137
+ "it": "Ufficio",
138
+ "nl": "Kantoor",
139
+ "pl": "Gabinet",
140
+ "pt": "Escritório",
141
+ "es": "Oficina",
142
+ "zh-cn": "办公室"
143
+ },
144
+ "icon": "Office.svg"
145
+ },
146
+ {
147
+ "_id": "carport",
148
+ "name": {
149
+ "en": "Carport",
150
+ "ru": "Навес",
151
+ "de": "Carport",
152
+ "fr": "Carport",
153
+ "it": "Posto Auto Coperto",
154
+ "nl": "Carport",
155
+ "pl": "Wiata",
156
+ "pt": "Telheiro",
157
+ "es": "Cochera",
158
+ "zh-cn": "车棚"
159
+ },
160
+ "icon": "Carport.svg"
161
+ },
162
+ {
163
+ "_id": "attic",
164
+ "name": {
165
+ "en": "Attic",
166
+ "ru": "Чердак",
167
+ "de": "Dachgeschoss",
168
+ "fr": "Grenier",
169
+ "it": "Attico",
170
+ "nl": "Zolder",
171
+ "pl": "Poddasze",
172
+ "pt": "Sótão",
173
+ "es": "Ático",
174
+ "zh-cn": "阁楼"
175
+ },
176
+ "icon": "Attic.svg"
177
+ },
178
+ {
179
+ "_id": "hall",
180
+ "name": {
181
+ "en": "Hall",
182
+ "ru": "Зал",
183
+ "de": "Diele",
184
+ "fr": "Salle",
185
+ "it": "Sala",
186
+ "nl": "Hal",
187
+ "pl": "Sala",
188
+ "pt": "Corredor",
189
+ "es": "Sala",
190
+ "zh-cn": "大厅"
191
+ },
192
+ "icon": "Hall.svg"
193
+ },
194
+ {
195
+ "_id": "entrance",
196
+ "name": {
197
+ "en": "Entrance",
198
+ "ru": "Вход",
199
+ "de": "Eingang",
200
+ "fr": "Entrée",
201
+ "it": "Ingresso",
202
+ "nl": "Ingang",
203
+ "pl": "Wejście",
204
+ "pt": "Entrada",
205
+ "es": "Entrada",
206
+ "zh-cn": "入口"
207
+ },
208
+ "icon": "Entrance.svg"
209
+ },
210
+ {
211
+ "_id": "ground_floor",
212
+ "name": {
213
+ "en": "Ground Floor",
214
+ "ru": "Первый Этаж",
215
+ "de": "Erdgeschoss",
216
+ "fr": "Rez-De-Chaussée",
217
+ "it": "Piano Terra",
218
+ "nl": "Begane Grond",
219
+ "pl": "Parter",
220
+ "pt": "Térreo",
221
+ "es": "Planta Baja",
222
+ "zh-cn": "一楼"
223
+ },
224
+ "icon": "Ground Floor.svg"
225
+ },
226
+ {
227
+ "_id": "dining_area",
228
+ "name": {
229
+ "en": "Dining Area",
230
+ "ru": "Столовая",
231
+ "de": "Essbereich",
232
+ "fr": "Salle À Manger",
233
+ "it": "Zona Pranzo",
234
+ "nl": "Eethoek",
235
+ "pl": "Jadalnia",
236
+ "pt": "Área De Refeições",
237
+ "es": "Comedor",
238
+ "zh-cn": "用餐区"
239
+ },
240
+ "icon": "Dining Area.svg"
241
+ },
242
+ {
243
+ "_id": "dining_room",
244
+ "name": {
245
+ "en": "Dining Room",
246
+ "ru": "Столовая",
247
+ "de": "Esszimmer",
248
+ "fr": "Salle À Manger",
249
+ "it": "Sala Da Pranzo",
250
+ "nl": "Eetkamer",
251
+ "pl": "Jadalnia",
252
+ "pt": "Sala De Jantar",
253
+ "es": "Comedor",
254
+ "zh-cn": "饭厅"
255
+ },
256
+ "icon": "Dining Room.svg"
257
+ },
258
+ {
259
+ "_id": "gym",
260
+ "name": {
261
+ "en": "Gym",
262
+ "ru": "Спортзал",
263
+ "de": "Fitnessraum",
264
+ "fr": "Gym",
265
+ "it": "Palestra",
266
+ "nl": "Sportschool",
267
+ "pl": "Siłownia",
268
+ "pt": "Ginásio",
269
+ "es": "Gimnasio",
270
+ "zh-cn": "健身房"
271
+ },
272
+ "icon": "Gym.svg"
273
+ },
274
+ {
275
+ "_id": "gallery",
276
+ "name": {
277
+ "en": "Gallery",
278
+ "ru": "Галерея",
279
+ "de": "Galerie",
280
+ "fr": "Galerie",
281
+ "it": "Galleria",
282
+ "nl": "Galerij",
283
+ "pl": "Galeria",
284
+ "pt": "Galeria",
285
+ "es": "Galería",
286
+ "zh-cn": "画廊"
287
+ },
288
+ "icon": "Gallery.svg"
289
+ },
290
+ {
291
+ "_id": "garage",
292
+ "name": {
293
+ "en": "Garage",
294
+ "ru": "Гараж",
295
+ "de": "Garage",
296
+ "fr": "Garage",
297
+ "it": "Box Auto",
298
+ "nl": "Garage",
299
+ "pl": "Garaż",
300
+ "pt": "Garagem",
301
+ "es": "Garaje",
302
+ "zh-cn": "车库"
303
+ },
304
+ "icon": "Garage.svg"
305
+ },
306
+ {
307
+ "_id": "wardrobe",
308
+ "name": {
309
+ "en": "Wardrobe",
310
+ "ru": "Гардероб",
311
+ "de": "Garderobe",
312
+ "fr": "Penderie",
313
+ "it": "Armadio",
314
+ "nl": "Garderobe",
315
+ "pl": "Szafa",
316
+ "pt": "Guarda Roupa",
317
+ "es": "Armario",
318
+ "zh-cn": "衣柜"
319
+ },
320
+ "icon": "Wardrobe.svg"
321
+ },
322
+ {
323
+ "_id": "garden",
324
+ "name": {
325
+ "en": "Garden",
326
+ "ru": "Сад",
327
+ "de": "Garten",
328
+ "fr": "Jardin",
329
+ "it": "Giardino",
330
+ "nl": "Tuin",
331
+ "pl": "Ogród",
332
+ "pt": "Jardim",
333
+ "es": "Jardín",
334
+ "zh-cn": "花园"
335
+ },
336
+ "icon": "Garden.svg"
337
+ },
338
+ {
339
+ "_id": "summer_house",
340
+ "name": {
341
+ "en": "Summer House",
342
+ "ru": "Дача",
343
+ "de": "Gartenhaus",
344
+ "fr": "Maison D'Été",
345
+ "it": "Casa Estiva",
346
+ "nl": "Zomerhuis",
347
+ "pl": "Domek Letniskowy",
348
+ "pt": "Summer House",
349
+ "es": "Casa De Verano",
350
+ "zh-cn": "凉亭"
351
+ },
352
+ "icon": "Summer House.svg"
353
+ },
354
+ {
355
+ "_id": "guest_bathroom",
356
+ "name": {
357
+ "en": "Guest Bathroom",
358
+ "ru": "Гостевая Комната",
359
+ "de": "Gäste-WC",
360
+ "fr": "Salle De Bains Invité",
361
+ "it": "Guest Bathroom",
362
+ "nl": "Gastenbadkamer",
363
+ "pl": "Łazienka Gościnna",
364
+ "pt": "Banheiro De Hóspedes",
365
+ "es": "Baño De Visitas",
366
+ "zh-cn": "客用浴室"
367
+ },
368
+ "icon": "Guest Bathroom.svg"
369
+ },
370
+ {
371
+ "_id": "guest_room",
372
+ "name": {
373
+ "en": "Guest Room",
374
+ "ru": "Гостевая Комната",
375
+ "de": "Gästezimmer",
376
+ "fr": "Chambre D'Amis",
377
+ "it": "Stanza Degli Ospiti",
378
+ "nl": "Guest Room",
379
+ "pl": "Pokój Gościnny",
380
+ "pt": "Quarto De Hóspedes",
381
+ "es": "Habitación De Huéspedes",
382
+ "zh-cn": "客房"
383
+ },
384
+ "icon": "Guest Room.svg"
385
+ },
386
+ {
387
+ "_id": "laundry_room",
388
+ "name": {
389
+ "en": "Laundry Room",
390
+ "ru": "Прачечная",
391
+ "de": "Hauswirtschaftsraum",
392
+ "fr": "Buanderie",
393
+ "it": "Lavanderia",
394
+ "nl": "Wasruimte",
395
+ "pl": "Pralnia",
396
+ "pt": "Lavandaria",
397
+ "es": "Cuarto De Lavado",
398
+ "zh-cn": "洗衣房"
399
+ },
400
+ "icon": "Laundry Room.svg"
401
+ },
402
+ {
403
+ "_id": "home_theater",
404
+ "name": {
405
+ "en": "Home Theater",
406
+ "ru": "Домашний Театр",
407
+ "de": "Heimkino",
408
+ "fr": "Cinéma Maison",
409
+ "it": "Home Theater",
410
+ "nl": "Thuisbioscoop",
411
+ "pl": "Kino Domowe",
412
+ "pt": "Cinema Em Casa",
413
+ "es": "Cine En Casa",
414
+ "zh-cn": "家庭电影院"
415
+ },
416
+ "icon": "Home Theater.svg"
417
+ },
418
+ {
419
+ "_id": "boiler_room",
420
+ "name": {
421
+ "en": "Boiler Room",
422
+ "ru": "Бойлерная",
423
+ "de": "Heizungsraum",
424
+ "fr": "Chaufferie",
425
+ "it": "Locale Caldaia",
426
+ "nl": "Boiler Room",
427
+ "pl": "Kotłownia",
428
+ "pt": "Sala Da Caldeira",
429
+ "es": "Sala De Calderas",
430
+ "zh-cn": "锅炉房"
431
+ },
432
+ "icon": "Boiler Room.svg"
433
+ },
434
+ {
435
+ "_id": "chamber",
436
+ "name": {
437
+ "en": "Chamber",
438
+ "ru": "Камера",
439
+ "de": "Kammer",
440
+ "fr": "Chambre",
441
+ "it": "Camera",
442
+ "nl": "Kamer",
443
+ "pl": "Izba",
444
+ "pt": "Câmara",
445
+ "es": "Cámara",
446
+ "zh-cn": "商会"
447
+ },
448
+ "icon": "Chamber.svg"
449
+ },
450
+ {
451
+ "_id": "basement,_cellar",
452
+ "name": {
453
+ "en": "Basement, Cellar",
454
+ "ru": "Подвал, Погреб",
455
+ "de": "Keller",
456
+ "fr": "Sous-Sol, Cave",
457
+ "it": "Taverna, Cantina",
458
+ "nl": "Kelder, Kelder",
459
+ "pl": "Piwnica, Piwnica",
460
+ "pt": "Porão, Adega",
461
+ "es": "Sótano, Bodega",
462
+ "zh-cn": "地下室,地窖"
463
+ },
464
+ "icon": "Basement.svg"
465
+ },
466
+ {
467
+ "_id": "nursery",
468
+ "name": {
469
+ "en": "Nursery",
470
+ "ru": "Питомник",
471
+ "de": "Kinderzimmer",
472
+ "fr": "Garderie",
473
+ "it": "Asilo",
474
+ "nl": "Kinderkamer",
475
+ "pl": "Żłobek",
476
+ "pt": "Berçário",
477
+ "es": "Guardería",
478
+ "zh-cn": "苗圃"
479
+ },
480
+ "icon": "Nursery.svg"
481
+ },
482
+ {
483
+ "_id": "corridor",
484
+ "name": {
485
+ "en": "Corridor",
486
+ "ru": "Коридор",
487
+ "de": "Korridor",
488
+ "fr": "Couloir",
489
+ "it": "Corridoio",
490
+ "nl": "Gang",
491
+ "pl": "Korytarz",
492
+ "pt": "Corredor",
493
+ "es": "Corredor",
494
+ "zh-cn": "走廊"
495
+ },
496
+ "icon": "Corridor.svg"
497
+ },
498
+ {
499
+ "_id": "kitchen",
500
+ "name": {
501
+ "en": "Kitchen",
502
+ "ru": "Кухня",
503
+ "de": "Küche",
504
+ "fr": "Cuisine",
505
+ "it": "Cucina",
506
+ "nl": "Keuken",
507
+ "pl": "Kuchnia",
508
+ "pt": "Cozinha",
509
+ "es": "Cocina",
510
+ "zh-cn": "厨房"
511
+ },
512
+ "icon": "Kitchen.svg"
513
+ },
514
+ {
515
+ "_id": "upstairs",
516
+ "name": {
517
+ "en": "Upstairs",
518
+ "ru": "Вверх По Лестнице",
519
+ "de": "Obergeschoss",
520
+ "fr": "En Haut",
521
+ "it": "Di Sopra",
522
+ "nl": "Boven",
523
+ "pl": "Na Górę",
524
+ "pt": "Andar De Cima",
525
+ "es": "Piso Superior",
526
+ "zh-cn": "楼上"
527
+ },
528
+ "icon": "Upstairs.svg"
529
+ },
530
+ {
531
+ "_id": "office",
532
+ "name": {
533
+ "en": "Office",
534
+ "ru": "Офис",
535
+ "de": "Office",
536
+ "fr": "Bureau",
537
+ "it": "Ufficio",
538
+ "nl": "Kantoor",
539
+ "pl": "Gabinet",
540
+ "pt": "Escritório",
541
+ "es": "Oficina",
542
+ "zh-cn": "办公室"
543
+ },
544
+ "icon": "Office.svg"
545
+ },
546
+ {
547
+ "_id": "pool",
548
+ "name": {
549
+ "en": "Pool",
550
+ "ru": "Бассейн",
551
+ "de": "Pool",
552
+ "fr": "Piscine",
553
+ "it": "Piscina",
554
+ "nl": "Zwembad",
555
+ "pl": "Basen",
556
+ "pt": "Piscina",
557
+ "es": "Piscina",
558
+ "zh-cn": "水池"
559
+ },
560
+ "icon": "Pool.svg"
561
+ },
562
+ {
563
+ "_id": "rear_wall",
564
+ "name": {
565
+ "en": "Rear Wall",
566
+ "ru": "Задняя Стенка",
567
+ "de": "Rückwand",
568
+ "fr": "Paroi Arrière",
569
+ "it": "Parete Posteriore",
570
+ "nl": "Achterwand",
571
+ "pl": "Tylna Ściana",
572
+ "pt": "Parede Traseira",
573
+ "es": "Pared Posterior",
574
+ "zh-cn": "后墙"
575
+ },
576
+ "icon": "Rear Wall.svg"
577
+ },
578
+ {
579
+ "_id": "barn",
580
+ "name": {
581
+ "en": "Barn",
582
+ "ru": "Амбар",
583
+ "de": "Scheune",
584
+ "fr": "Grange",
585
+ "it": "Fienile",
586
+ "nl": "Schuur",
587
+ "pl": "Stodoła",
588
+ "pt": "Celeiro",
589
+ "es": "Granero",
590
+ "zh-cn": "谷仓"
591
+ },
592
+ "icon": "Barn.svg"
593
+ },
594
+ {
595
+ "_id": "sleeping_area",
596
+ "name": {
597
+ "en": "Sleeping Area",
598
+ "ru": "Спальное Место",
599
+ "de": "Schlafbereich",
600
+ "fr": "Coin Montagne",
601
+ "it": "Area Sleeping",
602
+ "nl": "Sleeping Area",
603
+ "pl": "Powierzchnia Spania",
604
+ "pt": "Sleeping Area",
605
+ "es": "Área De Dormir",
606
+ "zh-cn": "睡眠区"
607
+ },
608
+ "icon": "Sleeping Area.svg"
609
+ },
610
+ {
611
+ "_id": "bedroom",
612
+ "name": {
613
+ "en": "Bedroom",
614
+ "ru": "Спальная Комната",
615
+ "de": "Schlafzimmer",
616
+ "fr": "Chambre",
617
+ "it": "Camera Da Letto",
618
+ "nl": "Slaapkamer",
619
+ "pl": "Sypialnia",
620
+ "pt": "Quarto",
621
+ "es": "Cuarto",
622
+ "zh-cn": "卧室"
623
+ },
624
+ "icon": "Bedroom.svg"
625
+ },
626
+ {
627
+ "_id": "shed",
628
+ "name": {
629
+ "en": "Shed",
630
+ "ru": "Сбрасывать",
631
+ "de": "Schuppen",
632
+ "fr": "Hangar",
633
+ "it": "Capannone",
634
+ "nl": "Schuur",
635
+ "pl": "Budka",
636
+ "pt": "Cabana",
637
+ "es": "Cobertizo",
638
+ "zh-cn": "棚"
639
+ },
640
+ "icon": "Shed.svg"
641
+ },
642
+ {
643
+ "_id": "swimming_pool",
644
+ "name": {
645
+ "en": "Swimming Pool",
646
+ "ru": "Плавательный Бассейн",
647
+ "de": "Schwimmbad",
648
+ "fr": "Piscine",
649
+ "it": "Piscina",
650
+ "nl": "Zwembad",
651
+ "pl": "Basen",
652
+ "pt": "Piscina",
653
+ "es": "Piscina",
654
+ "zh-cn": "游泳池"
655
+ },
656
+ "icon": "Swimming Pool.svg"
657
+ },
658
+ {
659
+ "_id": "dining",
660
+ "name": {
661
+ "en": "Dining",
662
+ "ru": "Обеденный",
663
+ "de": "Speis",
664
+ "fr": "À Manger",
665
+ "it": "Cenare",
666
+ "nl": "Dining",
667
+ "pl": "Jadalnia",
668
+ "pt": "Jantar",
669
+ "es": "Comida",
670
+ "zh-cn": "用餐"
671
+ },
672
+ "icon": "Dining.svg"
673
+ },
674
+ {
675
+ "_id": "playroom",
676
+ "name": {
677
+ "en": "Playroom",
678
+ "ru": "Игровая Комната",
679
+ "de": "Spielzimmer",
680
+ "fr": "Salle De Jeux",
681
+ "it": "Stanza Dei Giochi",
682
+ "nl": "Speelkamer",
683
+ "pl": "Pokój Zabaw",
684
+ "pt": "Sala De Jogos",
685
+ "es": "Cuarto De Jugar",
686
+ "zh-cn": "游戏室"
687
+ },
688
+ "icon": "Playroom.svg"
689
+ },
690
+ {
691
+ "_id": "stairway",
692
+ "name": {
693
+ "en": "Stairway",
694
+ "ru": "Лестница",
695
+ "de": "Treppe",
696
+ "fr": "Escalier",
697
+ "it": "Scala",
698
+ "nl": "Trap",
699
+ "pl": "Klatka Schodowa",
700
+ "pt": "Escada",
701
+ "es": "Escalera",
702
+ "zh-cn": "楼梯"
703
+ },
704
+ "icon": "Stairway.svg"
705
+ },
706
+ {
707
+ "_id": "equipment_room",
708
+ "name": {
709
+ "en": "Equipment Room",
710
+ "ru": "Оборудование Номера",
711
+ "de": "Technikraum",
712
+ "fr": "Salle D'Équipement",
713
+ "it": "Stanza Degli Attrezzi",
714
+ "nl": "Technische Ruimte",
715
+ "pl": "Wyposażenie Pokoi",
716
+ "pt": "Sala De Equipamentos",
717
+ "es": "Cuarto De Equipos",
718
+ "zh-cn": "机房"
719
+ },
720
+ "icon": "Equipment Room.svg"
721
+ },
722
+ {
723
+ "_id": "terrace",
724
+ "name": {
725
+ "en": "Terrace",
726
+ "ru": "Терраса",
727
+ "de": "Terrasse",
728
+ "fr": "Terrasse",
729
+ "it": "Terrazza",
730
+ "nl": "Terras",
731
+ "pl": "Taras",
732
+ "pt": "Terraço",
733
+ "es": "Terraza",
734
+ "zh-cn": "阳台"
735
+ },
736
+ "icon": "Terrace.svg"
737
+ },
738
+ {
739
+ "_id": "toilet",
740
+ "name": {
741
+ "en": "Toilet",
742
+ "ru": "Туалет",
743
+ "de": "Toilette",
744
+ "fr": "Toilette",
745
+ "it": "Gabinetto",
746
+ "nl": "Toilet",
747
+ "pl": "Toaleta",
748
+ "pt": "Banheiro",
749
+ "es": "Inodoro",
750
+ "zh-cn": "洗手间"
751
+ },
752
+ "icon": "Toilet.svg"
753
+ },
754
+ {
755
+ "_id": "stairwell",
756
+ "name": {
757
+ "en": "Stairwell",
758
+ "ru": "Лестничная клетка",
759
+ "de": "Treppenhaus",
760
+ "fr": "Cage D'Escalier",
761
+ "it": "Tromba Delle Scale",
762
+ "nl": "Trappenhuis",
763
+ "pl": "Klatka Schodowa",
764
+ "pt": "Caixa De Escada",
765
+ "es": "Hueco De Escalera",
766
+ "zh-cn": "楼梯间"
767
+ },
768
+ "icon": "Stairwell.svg"
769
+ },
770
+ {
771
+ "_id": "locker_room",
772
+ "name": {
773
+ "en": "Locker Room",
774
+ "ru": "Камера Хранения",
775
+ "de": "Umkleideraum",
776
+ "fr": "Vestiaire",
777
+ "it": "Spogliatoio",
778
+ "nl": "Kleedkamer",
779
+ "pl": "Szatnia",
780
+ "pt": "Vestiário",
781
+ "es": "Vestuario",
782
+ "zh-cn": "更衣室"
783
+ },
784
+ "icon": "Locker Room.svg"
785
+ },
786
+ {
787
+ "_id": "basement",
788
+ "name": {
789
+ "en": "Basement",
790
+ "ru": "Подвал",
791
+ "de": "Untergeschoss",
792
+ "fr": "Sous-Sol",
793
+ "it": "Seminterrato",
794
+ "nl": "Kelder",
795
+ "pl": "Piwnica",
796
+ "pt": "Porão",
797
+ "es": "Sótano",
798
+ "zh-cn": "地下室"
799
+ },
800
+ "icon": "Basement.svg"
801
+ },
802
+ {
803
+ "_id": "front_yard",
804
+ "name": {
805
+ "en": "Front Yard",
806
+ "ru": "Передний Двор",
807
+ "de": "Vorgarten",
808
+ "fr": "Front Yard",
809
+ "it": "Cortile",
810
+ "nl": "Voortuin",
811
+ "pl": "Podwórko",
812
+ "pt": "Jardim Da Frente",
813
+ "es": "Patio Delantero",
814
+ "zh-cn": "前院"
815
+ },
816
+ "icon": "Front Yard.svg"
817
+ },
818
+ {
819
+ "_id": "anteroom",
820
+ "name": {
821
+ "en": "Anteroom",
822
+ "ru": "Передняя",
823
+ "de": "Vorraum",
824
+ "fr": "Antichambre",
825
+ "it": "Anticamera",
826
+ "nl": "Voorkamer",
827
+ "pl": "Przedpokój",
828
+ "pt": "Ante-Sala",
829
+ "es": "Antesala",
830
+ "zh-cn": "接待室"
831
+ },
832
+ "icon": "Anteroom.svg"
833
+ },
834
+ {
835
+ "_id": "washroom",
836
+ "name": {
837
+ "en": "Washroom",
838
+ "ru": "Уборная",
839
+ "de": "Waschraum",
840
+ "fr": "Toilettes",
841
+ "it": "Bagno",
842
+ "nl": "Waskamer",
843
+ "pl": "Umywalnia",
844
+ "pt": "Banheiro",
845
+ "es": "Baño",
846
+ "zh-cn": "卫生间"
847
+ },
848
+ "icon": "Washroom.svg"
849
+ },
850
+ {
851
+ "_id": "wc",
852
+ "name": {
853
+ "en": "Wc",
854
+ "ru": "Туалет",
855
+ "de": "WC",
856
+ "fr": "Toilettes",
857
+ "it": "Bagno",
858
+ "nl": "Wc",
859
+ "pl": "Toaleta",
860
+ "pt": "Banheiro",
861
+ "es": "Wc",
862
+ "zh-cn": "厕所"
863
+ },
864
+ "icon": "Wc.svg"
865
+ },
866
+ {
867
+ "_id": "workshop",
868
+ "name": {
869
+ "en": "Workshop",
870
+ "ru": "Мастерская",
871
+ "de": "Werkstatt",
872
+ "fr": "Atelier",
873
+ "it": "Laboratorio",
874
+ "nl": "Werkplaats",
875
+ "pl": "Warsztat",
876
+ "pt": "Oficina",
877
+ "es": "Taller",
878
+ "zh-cn": "作坊"
879
+ },
880
+ "icon": "Workshop.svg"
881
+ },
882
+ {
883
+ "_id": "windscreen",
884
+ "name": {
885
+ "en": "Windscreen",
886
+ "ru": "Ветровое Стекло",
887
+ "de": "Windfang",
888
+ "fr": "Pare-Brise",
889
+ "it": "Parabrezza",
890
+ "nl": "Voorruit",
891
+ "pl": "Szyba Przednia",
892
+ "pt": "Pára-Brisas",
893
+ "es": "Parabrisas",
894
+ "zh-cn": "风档"
895
+ },
896
+ "icon": "Windscreen.svg"
897
+ },
898
+ {
899
+ "_id": "living_area",
900
+ "name": {
901
+ "en": "Living Area",
902
+ "ru": "Жилая Площадь",
903
+ "de": "Wohnbereich",
904
+ "fr": "Salon",
905
+ "it": "Zona Giorno",
906
+ "nl": "Living Area",
907
+ "pl": "Powierzchnia Mieszkalna",
908
+ "pt": "Sala-De-Estar",
909
+ "es": "Sala De Estar",
910
+ "zh-cn": "生活区域"
911
+ },
912
+ "icon": "Living Area.svg"
913
+ },
914
+ {
915
+ "_id": "living_room",
916
+ "name": {
917
+ "en": "Living Room",
918
+ "ru": "Гостинная",
919
+ "de": "Wohnzimmer",
920
+ "fr": "Le Salon",
921
+ "it": "Soggiorno",
922
+ "nl": "Woonkamer",
923
+ "pl": "Salon",
924
+ "pt": "Sala De Estar",
925
+ "es": "Sala De Estar",
926
+ "zh-cn": "客厅"
927
+ },
928
+ "icon": "Living Room.svg"
929
+ },
930
+ {
931
+ "_id": "living_room",
932
+ "name": {
933
+ "en": "Living Room",
934
+ "ru": "Гостинная",
935
+ "de": "Wohnzimmer",
936
+ "fr": "Le Salon",
937
+ "it": "Soggiorno",
938
+ "nl": "Woonkamer",
939
+ "pl": "Salon",
940
+ "pt": "Sala De Estar",
941
+ "es": "Sala De Estar",
942
+ "zh-cn": "客厅"
943
+ },
944
+ "icon": "Living Room.svg"
945
+ }
946
946
  ]