iobroker.device-watcher 2.0.2 → 2.1.0

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.
package/admin/style.css DELETED
@@ -1,32 +0,0 @@
1
- /* You can delete those if you want. I just found them very helpful */
2
- * {
3
- box-sizing: border-box
4
- }
5
- .m {
6
- /* Don't cut off dropdowns! */
7
- overflow: initial;
8
- }
9
- .m.adapter-container,
10
- .m.adapter-container > div.App {
11
- /* Fix layout/scrolling issues with tabs */
12
- height: 100%;
13
- width: 100%;
14
- position: relative;
15
- }
16
- .m .select-wrapper + label {
17
- /* The positioning for dropdown labels is messed up */
18
- transform: none !important;
19
- }
20
-
21
- label > i[title] {
22
- /* Display the help cursor for the tooltip icons and fix their positioning */
23
- cursor: help;
24
- margin-left: 0.25em;
25
- }
26
-
27
- .dropdown-content {
28
- /* Don't wrap text in dropdowns */
29
- white-space: nowrap;
30
- }
31
-
32
- /* Add your styles here */
package/admin/words.js DELETED
@@ -1,41 +0,0 @@
1
- /*global systemDictionary:true */
2
- 'use strict';
3
-
4
- systemDictionary = {
5
- 'device-watcher adapter settings': {
6
- 'en': 'Adapter settings for device-watcher',
7
- 'de': 'Adaptereinstellungen für device-watcher',
8
- 'ru': 'Настройки адаптера для device-watcher',
9
- 'pt': 'Configurações do adaptador para device-watcher',
10
- 'nl': 'Adapterinstellingen voor device-watcher',
11
- 'fr': "Paramètres d'adaptateur pour device-watcher",
12
- 'it': "Impostazioni dell'adattatore per device-watcher",
13
- 'es': 'Ajustes del adaptador para device-watcher',
14
- 'pl': 'Ustawienia adaptera dla device-watcher',
15
- 'zh-cn': 'device-watcher的适配器设置'
16
- },
17
- 'option1': {
18
- 'en': 'option1',
19
- 'de': 'Option 1',
20
- 'ru': 'Опция 1',
21
- 'pt': 'Opção 1',
22
- 'nl': 'Optie 1',
23
- 'fr': 'Option 1',
24
- 'it': 'opzione 1',
25
- 'es': 'Opción 1',
26
- 'pl': 'opcja 1',
27
- 'zh-cn': '选项1'
28
- },
29
- 'option2': {
30
- 'en': 'option2',
31
- 'de': 'Option 2',
32
- 'ru': 'вариант 2',
33
- 'pt': 'opção 2',
34
- 'nl': 'Optie 2',
35
- 'fr': 'Option 2',
36
- 'it': 'opzione 2',
37
- 'es': 'opcion 2',
38
- 'pl': 'Opcja 2',
39
- 'zh-cn': '选项2'
40
- }
41
- };