iobroker.lovelace 2.1.4 → 2.2.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/README.md +10 -4
- package/admin/i18n/de/translations.json +145 -0
- package/admin/i18n/en/translations.json +145 -0
- package/admin/i18n/es/translations.json +145 -0
- package/admin/i18n/fr/translations.json +145 -0
- package/admin/i18n/it/translations.json +145 -0
- package/admin/i18n/nl/translations.json +145 -0
- package/admin/i18n/pl/translations.json +145 -0
- package/admin/i18n/pt/translations.json +145 -0
- package/admin/i18n/ru/translations.json +145 -0
- package/admin/i18n/zh-cn/translations.json +145 -0
- package/io-package.json +27 -65
- package/lib/converters/cover.js +1 -1
- package/lib/converters/input_datetime.js +44 -6
- package/lib/converters/light.js +42 -41
- package/lib/converters/utils.js +6 -5
- package/lib/modules/autoEntities.js +114 -0
- package/lib/modules/browser_mod.js +406 -0
- package/lib/server.js +45 -15
- package/main.js +0 -1
- package/package.json +36 -23
- package/.releaseConfig.json +0 -4
- package/CHANGELOG_OLD.md +0 -247
- package/main.test.js +0 -30
package/README.md
CHANGED
|
@@ -466,6 +466,16 @@ After that checkout modified version in `./build` folder. Then.
|
|
|
466
466
|
PLACEHOLDER for next version:
|
|
467
467
|
### **WORK IN PROGRESS**
|
|
468
468
|
-->
|
|
469
|
+
### 2.2.0 (2022-06-05)
|
|
470
|
+
* (Garfonso) fixed: incorrect warning about duplicate entities on update of manual entity.
|
|
471
|
+
* (Garfonso) fixed: input_datetime did not work if time was enabled and did vanish if date and time were enabled.
|
|
472
|
+
* (Garfonso) fixed: RGB hex string got broken on not rounded numbers (problem with mushroom ligth card).
|
|
473
|
+
* (Garfonso) fixed: state of cover entity if not 0 or 100% (fixes problem with sliter-button-card).
|
|
474
|
+
* (Garfonso) fixed: light did not read brightness ACTUAL in dimmer devices.
|
|
475
|
+
* (Garfonso) added: support auto entities card and subscription.
|
|
476
|
+
* (Garfonso) added: improve support for input_datetime & string states.
|
|
477
|
+
* (Garfonso) added: support for browser_mod (i.e. crontrol frontend from iobroker).
|
|
478
|
+
|
|
469
479
|
### 2.1.4 (2022-01-09)
|
|
470
480
|
* (Garfonso) Dependency update
|
|
471
481
|
|
|
@@ -478,10 +488,6 @@ After that checkout modified version in `./build` folder. Then.
|
|
|
478
488
|
### 2.1.1 (2022-01-06)
|
|
479
489
|
* (Garfonso) Fixed: Entity update in some cases.
|
|
480
490
|
|
|
481
|
-
### 2.1.0 (2022-01-06)
|
|
482
|
-
* (Garfonso) Added: support for new things in frontend (like arm_vacation state, currency, ...).
|
|
483
|
-
* (Garfonso) Change: Updated frontent to 20211229.0 (needs update of browser_mod, card_mod)
|
|
484
|
-
|
|
485
491
|
## License
|
|
486
492
|
|
|
487
493
|
Copyright 2019-2022, bluefox <dogafox@gmail.com>
|
|
@@ -0,0 +1,145 @@
|
|
|
1
|
+
{
|
|
2
|
+
"(add to URL '...?toolbar=true' to show toolbar again)": "(zur URL '...?toolbar=true' hinzufügen, um die Symbolleiste wieder anzuzeigen)",
|
|
3
|
+
"(unique for one entity type)": "(eindeutig für einen Entitätstyp)",
|
|
4
|
+
"Additional Attributes": "Zusätzliche Attribute",
|
|
5
|
+
"AliasOnly": "Automatische Generierung von Geräten nur aus Alias.0. *",
|
|
6
|
+
"Allow only when User is Owner:": "Nur erlauben wenn Anwender auch Besitzer ist:",
|
|
7
|
+
"Assumed state (creates two buttons instead of slider)": "Unsicherer Zustand (erstellt zwei Schaltflächen anstelle eines Schiebereglers)",
|
|
8
|
+
"Authentication": "Authentifizierung",
|
|
9
|
+
"Auto generate entity name form object id": "Objekt-ID des Objektnamens automatisch generieren",
|
|
10
|
+
"Awning": "Markise",
|
|
11
|
+
"Battery charging": "Akkuladung",
|
|
12
|
+
"Battery percent": "Akkuzustand",
|
|
13
|
+
"Battery warning": "Batteriewarnung",
|
|
14
|
+
"Blind": "Rollladen",
|
|
15
|
+
"Carbon dioxide": "Kohlendioxid",
|
|
16
|
+
"Carbon monoxide": "Kohlenmonoxid",
|
|
17
|
+
"Chained certificate": "Kettenzertifikat",
|
|
18
|
+
"Click to copy": "Klicken Sie, um zu kopieren",
|
|
19
|
+
"Cold": "Kälte",
|
|
20
|
+
"Connectivity": "Verbindung",
|
|
21
|
+
"Current": "Strom",
|
|
22
|
+
"Curtain": "Vorhang",
|
|
23
|
+
"Custom Cards": "Eigene Karten",
|
|
24
|
+
"Damper": "Luftklappe",
|
|
25
|
+
"Default theme": "Standardthema",
|
|
26
|
+
"Default theme dark": "dunkles Standardthema",
|
|
27
|
+
"Device class": "Geräteklasse",
|
|
28
|
+
"Door": "Tür",
|
|
29
|
+
"Drag and drop the custom cards files here": "Ziehen Sie die benutzerdefinierten Kartendateien hierher",
|
|
30
|
+
"Energy": "Energie",
|
|
31
|
+
"Entities": "Entitäten",
|
|
32
|
+
"Entity name": "Entitätsname",
|
|
33
|
+
"Entity name '%s' is already in use!": "Der Entitätsname '%s' wird bereits verwendet!",
|
|
34
|
+
"Entity type": "Entitätstyp",
|
|
35
|
+
"File": "Datei",
|
|
36
|
+
"Garage": "Garage",
|
|
37
|
+
"Garage door": "Garagentor",
|
|
38
|
+
"Gas": "Gas",
|
|
39
|
+
"Gate": "Tor",
|
|
40
|
+
"Heat": "Heizen",
|
|
41
|
+
"Hide attributes": "Attribute ausblenden",
|
|
42
|
+
"Hide toolbar": "Werkzeugleiste verstecken",
|
|
43
|
+
"Historical instance": "Instanz für Verlaufsdaten",
|
|
44
|
+
"Humidity": "Feuchtigkeit",
|
|
45
|
+
"IP": "IP",
|
|
46
|
+
"Illuminance": "Beleuchtungsstärke",
|
|
47
|
+
"Let's Encrypt settings": "Einstellungen von Let's Encrypt",
|
|
48
|
+
"Light": "Hell/Dunkel",
|
|
49
|
+
"Listen on all IPs": "Auf allen IP Adressen auf Verbindungen warten",
|
|
50
|
+
"Lock": "Schloss",
|
|
51
|
+
"Login timeout(sec)": "Anmeldezeitlimit (Sek.)",
|
|
52
|
+
"Maximum history points to fetch": "Maximale abzurufende Verlaufsdatenpunkte",
|
|
53
|
+
"Modified": "Geändert",
|
|
54
|
+
"Moisture": "Feuchtigkeit",
|
|
55
|
+
"Motion detector": "Bewegungsmelder",
|
|
56
|
+
"Moving": "Bewegung",
|
|
57
|
+
"Occupancy": "Anwesenheit",
|
|
58
|
+
"Opening": "Öffnung",
|
|
59
|
+
"Outlet": "Steckdose",
|
|
60
|
+
"Password": "Passwort",
|
|
61
|
+
"Place the themes as YAML here": "Platzieren Sie die Themen als YAML hier",
|
|
62
|
+
"Plug": "Angeschlossen",
|
|
63
|
+
"Port": "Port",
|
|
64
|
+
"Port to check the domain": "Port zum Überprüfen der Domain",
|
|
65
|
+
"Power": "Leistung",
|
|
66
|
+
"Power Factor": "Leistungsfaktor",
|
|
67
|
+
"Powered": "Lädt",
|
|
68
|
+
"Presence": "Gegenwart",
|
|
69
|
+
"Pressure": "Druck",
|
|
70
|
+
"Private certificate": "Privates Zertifikat",
|
|
71
|
+
"Problem": "Störung",
|
|
72
|
+
"Public certificate": "Öffentliches Zertifikat",
|
|
73
|
+
"Reload entities": "Entitäten neu laden",
|
|
74
|
+
"Restart adapter to update files": "Starten Sie den Adapter neu, um die Dateien zu aktualisieren",
|
|
75
|
+
"Run as": "Ausführen als",
|
|
76
|
+
"Safety": "Sicher",
|
|
77
|
+
"Secure(HTTPS)": "Sicher (HTTPS)",
|
|
78
|
+
"Set certificates or load it first in the system settings (right top).": "Setze Zertificate oder lade die erst unter System/Einstellungen (oben rechts).",
|
|
79
|
+
"Shade": "Verschattung",
|
|
80
|
+
"Show attributes": "Attribute anzeigen",
|
|
81
|
+
"Shutter": "Verschluss",
|
|
82
|
+
"Signal Strength": "Signalstärke",
|
|
83
|
+
"Size": "Größe",
|
|
84
|
+
"Slider": "Schieberegler",
|
|
85
|
+
"Smoke": "Rauch",
|
|
86
|
+
"Sound": "Klang",
|
|
87
|
+
"Switch": "Schalter",
|
|
88
|
+
"Temperature": "Temperatur",
|
|
89
|
+
"Text": "Text",
|
|
90
|
+
"Themes": "Themen",
|
|
91
|
+
"Timestamp": "Zeitstempel",
|
|
92
|
+
"Use Lets Encrypt certificates": "Verwenden Sie Let's Encrypt-Zertifikate",
|
|
93
|
+
"Use this instance for automatic update": "Verwenden Sie diese Instanz für die automatische Aktualisierung",
|
|
94
|
+
"Vibration": "Vibration",
|
|
95
|
+
"Window": "Fenster",
|
|
96
|
+
"alarm": "Alarm",
|
|
97
|
+
"alarmCheckCodeOnDisarmOnly": "Überprüfen Sie den Alarmcode nur beim Deaktivieren",
|
|
98
|
+
"all": "alle",
|
|
99
|
+
"auto": "automatisch",
|
|
100
|
+
"automation": "Automatisierung",
|
|
101
|
+
"binary_sensor": "Ein/Aus Sensor",
|
|
102
|
+
"blindsInvert": "Rollladen 100% bedeutet, dass die Rollladen geschlossen sind, also kein Licht durch das Fenster kommt. Ansonsten bedeutet 100%, dass die Rollladen geöffnet ist, also Licht herein kommt.",
|
|
103
|
+
"camera": "Kamera",
|
|
104
|
+
"climate": "Thermostat/Klimaanlage",
|
|
105
|
+
"closed": "Geschlossen",
|
|
106
|
+
"cover": "Rollladen/Tür/Tor/Fenster (automatisch)",
|
|
107
|
+
"default": "Standard",
|
|
108
|
+
"disabled": "deaktiviert",
|
|
109
|
+
"errorLabelEntityChars": "Entitätsname enthält ungültige Zeichen. Erlaubt sind: a-zA-Z0-9А-Яа-я_",
|
|
110
|
+
"errorLabelEntityEmpty": "Der Entitätsname darf nicht leer sein.",
|
|
111
|
+
"fan": "Ventilator",
|
|
112
|
+
"group": "Gruppe",
|
|
113
|
+
"history_graph": "Verlaufsdiagramm",
|
|
114
|
+
"input_boolean": "Eingabe - Wahrheitswert",
|
|
115
|
+
"input_datetime": "Eingabe - Uhrzeit",
|
|
116
|
+
"input_number": "Eingabe - Zahl",
|
|
117
|
+
"input_select": "Eingabe - Optionen",
|
|
118
|
+
"input_text": "Eingabe - Text",
|
|
119
|
+
"labelCompleteEntity": "Vollständige Entitäts-ID:",
|
|
120
|
+
"labelDuplicateId": "Doppelte Entitäts-ID - bitte umbenennen oder Typ ändern.",
|
|
121
|
+
"labelHasDate": "Datumseingabe zulassen",
|
|
122
|
+
"labelHasTime": "Zeiteingabe zulassen",
|
|
123
|
+
"labelModeAttribute": "Modus",
|
|
124
|
+
"labelModeBox": "Feld zum Eingeben von Zahlen",
|
|
125
|
+
"labelOverwriteAutoEntity": "Die Entität überschreibt eine automatisch erstellte Entität. Bitte verwenden Sie, wenn möglich, die automatisch erstellte Entität.",
|
|
126
|
+
"light": "Licht",
|
|
127
|
+
"lock": "Schloss",
|
|
128
|
+
"lovelace adapter settings": "Adaptereinstellungen für lovelace",
|
|
129
|
+
"media_player": "Media Player",
|
|
130
|
+
"no_one_hears_you": "Es tut uns leid. Niemand hört dich. Versuchen Sie, lovelace.0.conversation mit javascript zu verarbeiten.",
|
|
131
|
+
"none": "keiner",
|
|
132
|
+
"open": "Offen",
|
|
133
|
+
"plant": "Pflanze",
|
|
134
|
+
"scene": "Szene",
|
|
135
|
+
"script": "Skript",
|
|
136
|
+
"sensor": "Sensor",
|
|
137
|
+
"sun": "Sonne",
|
|
138
|
+
"switch": "Schalter",
|
|
139
|
+
"tilted": "Gekippt",
|
|
140
|
+
"timer": "Timer",
|
|
141
|
+
"vacuum": "Vakuum",
|
|
142
|
+
"water_heater": "Wasserkocher",
|
|
143
|
+
"weather": "Wetter",
|
|
144
|
+
"weblink": "Weblink"
|
|
145
|
+
}
|
|
@@ -0,0 +1,145 @@
|
|
|
1
|
+
{
|
|
2
|
+
"(add to URL '...?toolbar=true' to show toolbar again)": "(add to URL '...?toolbar=true' to show toolbar again)",
|
|
3
|
+
"(unique for one entity type)": "(unique for one entity type)",
|
|
4
|
+
"Additional Attributes": "Additional Attributes",
|
|
5
|
+
"AliasOnly": "Auto generate devices from alias.0.* only",
|
|
6
|
+
"Allow only when User is Owner:": "Allow only when User is Owner:",
|
|
7
|
+
"Assumed state (creates two buttons instead of slider)": "Assumed state (creates two buttons instead of slider)",
|
|
8
|
+
"Authentication": "Authentication",
|
|
9
|
+
"Auto generate entity name form object id": "Auto generate entity name form object id",
|
|
10
|
+
"Awning": "Awning",
|
|
11
|
+
"Battery charging": "Battery charging",
|
|
12
|
+
"Battery percent": "Battery percent",
|
|
13
|
+
"Battery warning": "Battery warning",
|
|
14
|
+
"Blind": "Blind",
|
|
15
|
+
"Carbon dioxide": "Carbon dioxide",
|
|
16
|
+
"Carbon monoxide": "Carbon monoxide",
|
|
17
|
+
"Chained certificate": "Chained certificate",
|
|
18
|
+
"Click to copy": "Click to copy",
|
|
19
|
+
"Cold": "Cold",
|
|
20
|
+
"Connectivity": "Connectivity",
|
|
21
|
+
"Current": "Current",
|
|
22
|
+
"Curtain": "Curtain",
|
|
23
|
+
"Custom Cards": "Custom Cards",
|
|
24
|
+
"Damper": "Damper",
|
|
25
|
+
"Default theme": "Default theme",
|
|
26
|
+
"Default theme dark": "dark default theme",
|
|
27
|
+
"Device class": "Device class",
|
|
28
|
+
"Door": "Door",
|
|
29
|
+
"Drag and drop the custom cards files here": "Drag and drop the custom cards files here",
|
|
30
|
+
"Energy": "Energy",
|
|
31
|
+
"Entities": "Entities",
|
|
32
|
+
"Entity name": "Entity name",
|
|
33
|
+
"Entity name '%s' is already in use!": "Entity name '%s' is already in use!",
|
|
34
|
+
"Entity type": "Entity type",
|
|
35
|
+
"File": "File",
|
|
36
|
+
"Garage": "Garage",
|
|
37
|
+
"Garage door": "Garage door",
|
|
38
|
+
"Gas": "Gas",
|
|
39
|
+
"Gate": "Gate",
|
|
40
|
+
"Heat": "Heat",
|
|
41
|
+
"Hide attributes": "Hide attributes",
|
|
42
|
+
"Hide toolbar": "Hide toolbar",
|
|
43
|
+
"Historical instance": "Instance for history data",
|
|
44
|
+
"Humidity": "Humidity",
|
|
45
|
+
"IP": "IP",
|
|
46
|
+
"Illuminance": "Illuminance",
|
|
47
|
+
"Let's Encrypt settings": "Let's Encrypt settings",
|
|
48
|
+
"Light": "Light",
|
|
49
|
+
"Listen on all IPs": "Listen on all IPs",
|
|
50
|
+
"Lock": "Lock",
|
|
51
|
+
"Login timeout(sec)": "Login timeout(sec)",
|
|
52
|
+
"Maximum history points to fetch": "Maximum history points to fetch",
|
|
53
|
+
"Modified": "Modified",
|
|
54
|
+
"Moisture": "Moisture",
|
|
55
|
+
"Motion detector": "Motion detector",
|
|
56
|
+
"Moving": "Moving",
|
|
57
|
+
"Occupancy": "Occupancy",
|
|
58
|
+
"Opening": "Opening",
|
|
59
|
+
"Outlet": "Outlet",
|
|
60
|
+
"Password": "Password",
|
|
61
|
+
"Place the themes as YAML here": "Place the themes as YAML here",
|
|
62
|
+
"Plug": "Plug",
|
|
63
|
+
"Port": "Port",
|
|
64
|
+
"Port to check the domain": "Port to check the domain",
|
|
65
|
+
"Power": "Power",
|
|
66
|
+
"Power Factor": "Power Factor",
|
|
67
|
+
"Powered": "Powered",
|
|
68
|
+
"Presence": "Presence",
|
|
69
|
+
"Pressure": "Pressure",
|
|
70
|
+
"Private certificate": "Private certificate",
|
|
71
|
+
"Problem": "Problem",
|
|
72
|
+
"Public certificate": "Public certificate",
|
|
73
|
+
"Reload entities": "Reload entities",
|
|
74
|
+
"Restart adapter to update files": "Restart adapter to update files",
|
|
75
|
+
"Run as": "Run as",
|
|
76
|
+
"Safety": "Safety",
|
|
77
|
+
"Secure(HTTPS)": "Secure(HTTPS)",
|
|
78
|
+
"Set certificates or load it first in the system settings (right top).": "Set certificates or load it first in the system settings (right top).",
|
|
79
|
+
"Shade": "Shade",
|
|
80
|
+
"Show attributes": "Show attributes",
|
|
81
|
+
"Shutter": "Shutter",
|
|
82
|
+
"Signal Strength": "Signal Strength",
|
|
83
|
+
"Size": "Size",
|
|
84
|
+
"Slider": "Slider",
|
|
85
|
+
"Smoke": "Smoke",
|
|
86
|
+
"Sound": "Sound",
|
|
87
|
+
"Switch": "Switch",
|
|
88
|
+
"Temperature": "Temperature",
|
|
89
|
+
"Text": "Text",
|
|
90
|
+
"Themes": "Themes",
|
|
91
|
+
"Timestamp": "Timestamp",
|
|
92
|
+
"Use Lets Encrypt certificates": "Use Let's Encrypt certificates",
|
|
93
|
+
"Use this instance for automatic update": "Use this instance for automatic update",
|
|
94
|
+
"Vibration": "Vibration",
|
|
95
|
+
"Window": "Window",
|
|
96
|
+
"alarm": "alarm",
|
|
97
|
+
"alarmCheckCodeOnDisarmOnly": "Check alarm code only while disarming",
|
|
98
|
+
"all": "all",
|
|
99
|
+
"auto": "automatic",
|
|
100
|
+
"automation": "automation",
|
|
101
|
+
"binary_sensor": "binary sensor",
|
|
102
|
+
"blindsInvert": "Blinds 100% means blind is closed. If false, 100% means blind is open.",
|
|
103
|
+
"camera": "camera",
|
|
104
|
+
"climate": "climate",
|
|
105
|
+
"closed": "Closed",
|
|
106
|
+
"cover": "cover",
|
|
107
|
+
"default": "default",
|
|
108
|
+
"disabled": "disabled",
|
|
109
|
+
"errorLabelEntityChars": "Entity name contains invalid characters, allowed are: a-zA-Z0-9А-Яа-я_",
|
|
110
|
+
"errorLabelEntityEmpty": "Entity name should not be empty.",
|
|
111
|
+
"fan": "fan",
|
|
112
|
+
"group": "group",
|
|
113
|
+
"history_graph": "history graph",
|
|
114
|
+
"input_boolean": "input - boolean",
|
|
115
|
+
"input_datetime": "input - datetime",
|
|
116
|
+
"input_number": "input - number",
|
|
117
|
+
"input_select": "input - select",
|
|
118
|
+
"input_text": "input - text",
|
|
119
|
+
"labelCompleteEntity": "Complete entity id:",
|
|
120
|
+
"labelDuplicateId": "Duplicate entity id - please rename or change type.",
|
|
121
|
+
"labelHasDate": "Allow date input",
|
|
122
|
+
"labelHasTime": "Allow time input",
|
|
123
|
+
"labelModeAttribute": "Mode",
|
|
124
|
+
"labelModeBox": "Box to enter numbers",
|
|
125
|
+
"labelOverwriteAutoEntity": "Entity will overwrite automatically created entity, please consider using automatically created entity instead or change name.",
|
|
126
|
+
"light": "light",
|
|
127
|
+
"lock": "lock",
|
|
128
|
+
"lovelace adapter settings": "Adapter settings for lovelace",
|
|
129
|
+
"media_player": "media player",
|
|
130
|
+
"no_one_hears_you": "Sorry. No one hears you. Try to process lovelace.0.conversation with javascirpt.",
|
|
131
|
+
"none": "none",
|
|
132
|
+
"open": "Open",
|
|
133
|
+
"plant": "plant",
|
|
134
|
+
"scene": "scene",
|
|
135
|
+
"script": "script",
|
|
136
|
+
"sensor": "sensor",
|
|
137
|
+
"sun": "sun",
|
|
138
|
+
"switch": "switch",
|
|
139
|
+
"tilted": "Tilted",
|
|
140
|
+
"timer": "timer",
|
|
141
|
+
"vacuum": "vacuum",
|
|
142
|
+
"water_heater": "water heater",
|
|
143
|
+
"weather": "weather",
|
|
144
|
+
"weblink": "weblink"
|
|
145
|
+
}
|
|
@@ -0,0 +1,145 @@
|
|
|
1
|
+
{
|
|
2
|
+
"(add to URL '...?toolbar=true' to show toolbar again)": "(agregue a la URL '...?toolbar=true' para mostrar la barra de herramientas nuevamente)",
|
|
3
|
+
"(unique for one entity type)": "(exclusivo para un tipo de entidad)",
|
|
4
|
+
"Additional Attributes": "Atributos adicionales",
|
|
5
|
+
"AliasOnly": "Generar automáticamente dispositivos desde alias.0. * Solamente",
|
|
6
|
+
"Allow only when User is Owner:": "Permitir solo cuando el usuario es propietario:",
|
|
7
|
+
"Assumed state (creates two buttons instead of slider)": "Estado asumido (crea dos botones en lugar de un control deslizante)",
|
|
8
|
+
"Authentication": "Autenticación",
|
|
9
|
+
"Auto generate entity name form object id": "Autogenerar nombre de la entidad forma id del objeto",
|
|
10
|
+
"Awning": "Toldo",
|
|
11
|
+
"Battery charging": "Bateria cargando",
|
|
12
|
+
"Battery percent": "Porcentaje de batería",
|
|
13
|
+
"Battery warning": "Advertencia de batería",
|
|
14
|
+
"Blind": "Ciego",
|
|
15
|
+
"Carbon dioxide": "Dióxido de carbono",
|
|
16
|
+
"Carbon monoxide": "Monóxido de carbono",
|
|
17
|
+
"Chained certificate": "Certificado encadenado",
|
|
18
|
+
"Click to copy": "Haga clic para copiar",
|
|
19
|
+
"Cold": "Frío",
|
|
20
|
+
"Connectivity": "Conectividad",
|
|
21
|
+
"Current": "Actual",
|
|
22
|
+
"Curtain": "Cortina",
|
|
23
|
+
"Custom Cards": "Tarjetas personalizadas",
|
|
24
|
+
"Damper": "Apagador",
|
|
25
|
+
"Default theme": "Tema predeterminado",
|
|
26
|
+
"Default theme dark": "tema predeterminado oscuro",
|
|
27
|
+
"Device class": "Clase de dispositivo",
|
|
28
|
+
"Door": "Puerta",
|
|
29
|
+
"Drag and drop the custom cards files here": "Arrastra y suelta los archivos de tarjetas personalizadas aquí",
|
|
30
|
+
"Energy": "Energía",
|
|
31
|
+
"Entities": "Entidades",
|
|
32
|
+
"Entity name": "Nombre de la entidad",
|
|
33
|
+
"Entity name '%s' is already in use!": "El nombre de la entidad '%s' ya está en uso!",
|
|
34
|
+
"Entity type": "Tipo de entidad",
|
|
35
|
+
"File": "Expediente",
|
|
36
|
+
"Garage": "Garaje",
|
|
37
|
+
"Garage door": "Puerta de la cochera",
|
|
38
|
+
"Gas": "Gas",
|
|
39
|
+
"Gate": "Puerta",
|
|
40
|
+
"Heat": "Calor",
|
|
41
|
+
"Hide attributes": "Ocultar atributos",
|
|
42
|
+
"Hide toolbar": "Esconder barra de herramientas",
|
|
43
|
+
"Historical instance": "Instancia histórica",
|
|
44
|
+
"Humidity": "Humedad",
|
|
45
|
+
"IP": "IP",
|
|
46
|
+
"Illuminance": "Iluminancia",
|
|
47
|
+
"Let's Encrypt settings": "Cifremos la configuración",
|
|
48
|
+
"Light": "Luz",
|
|
49
|
+
"Listen on all IPs": "Escuche en todas las IP",
|
|
50
|
+
"Lock": "Cerrar con llave",
|
|
51
|
+
"Login timeout(sec)": "Tiempo de espera de inicio de sesión (seg.)",
|
|
52
|
+
"Maximum history points to fetch": "Puntos de historial máximos para recuperar",
|
|
53
|
+
"Modified": "Modificado",
|
|
54
|
+
"Moisture": "Humedad",
|
|
55
|
+
"Motion detector": "Detector de movimiento",
|
|
56
|
+
"Moving": "Moviente",
|
|
57
|
+
"Occupancy": "Ocupación",
|
|
58
|
+
"Opening": "Apertura",
|
|
59
|
+
"Outlet": "Salida",
|
|
60
|
+
"Password": "Contraseña",
|
|
61
|
+
"Place the themes as YAML here": "Coloque los temas como YAML aquí",
|
|
62
|
+
"Plug": "Enchufe",
|
|
63
|
+
"Port": "Puerto",
|
|
64
|
+
"Port to check the domain": "Puerto para verificar el dominio",
|
|
65
|
+
"Power": "Energía",
|
|
66
|
+
"Power Factor": "Factor de potencia",
|
|
67
|
+
"Powered": "Motorizado",
|
|
68
|
+
"Presence": "Presencia",
|
|
69
|
+
"Pressure": "Presión",
|
|
70
|
+
"Private certificate": "Certificado privado",
|
|
71
|
+
"Problem": "Problema",
|
|
72
|
+
"Public certificate": "Certificado público",
|
|
73
|
+
"Reload entities": "Recargar entidades",
|
|
74
|
+
"Restart adapter to update files": "Reinicie el adaptador para actualizar archivos",
|
|
75
|
+
"Run as": "Correr como",
|
|
76
|
+
"Safety": "Seguridad",
|
|
77
|
+
"Secure(HTTPS)": "Seguro (HTTPS)",
|
|
78
|
+
"Set certificates or load it first in the system settings (right top).": "Establezca certificados o cárguelo primero en la configuración del sistema (arriba a la derecha).",
|
|
79
|
+
"Shade": "Sombra",
|
|
80
|
+
"Show attributes": "Mostrar atributos",
|
|
81
|
+
"Shutter": "Obturador",
|
|
82
|
+
"Signal Strength": "Intensidad de señal",
|
|
83
|
+
"Size": "Talla",
|
|
84
|
+
"Slider": "Deslizador",
|
|
85
|
+
"Smoke": "Humo",
|
|
86
|
+
"Sound": "Sonar",
|
|
87
|
+
"Switch": "Cambiar",
|
|
88
|
+
"Temperature": "Temperatura",
|
|
89
|
+
"Text": "Texto",
|
|
90
|
+
"Themes": "Temas",
|
|
91
|
+
"Timestamp": "Marca de tiempo",
|
|
92
|
+
"Use Lets Encrypt certificates": "Utilice los certificados Let's Encrypt",
|
|
93
|
+
"Use this instance for automatic update": "Use esta instancia para la actualización automática",
|
|
94
|
+
"Vibration": "Vibración",
|
|
95
|
+
"Window": "Ventana",
|
|
96
|
+
"alarm": "alarma",
|
|
97
|
+
"alarmCheckCodeOnDisarmOnly": "Verifique el código de alarma solo mientras se desarma",
|
|
98
|
+
"all": "todas",
|
|
99
|
+
"auto": "automático",
|
|
100
|
+
"automation": "automatización",
|
|
101
|
+
"binary_sensor": "sensor binario",
|
|
102
|
+
"blindsInvert": "Persianas 100 %s ignifica que la persiana está cerrada. Si es falso, 100% significa que la persiana está abierta.",
|
|
103
|
+
"camera": "cámara",
|
|
104
|
+
"climate": "clima",
|
|
105
|
+
"closed": "Cerrado",
|
|
106
|
+
"cover": "persiana",
|
|
107
|
+
"default": "defecto",
|
|
108
|
+
"disabled": "discapacitado",
|
|
109
|
+
"errorLabelEntityChars": "El nombre de la entidad contiene caracteres no válidos, los permitidos son: a-zA-Z0-9А-Яа-я_",
|
|
110
|
+
"errorLabelEntityEmpty": "El nombre de la entidad no debe estar vacío.",
|
|
111
|
+
"fan": "ventilador",
|
|
112
|
+
"group": "grupo",
|
|
113
|
+
"history_graph": "gráfico de historia",
|
|
114
|
+
"input_boolean": "input - boolean",
|
|
115
|
+
"input_datetime": "input - datetime",
|
|
116
|
+
"input_number": "número de entrada",
|
|
117
|
+
"input_select": "entrada - seleccionar",
|
|
118
|
+
"input_text": "texto de entrada",
|
|
119
|
+
"labelCompleteEntity": "ID de entidad completa:",
|
|
120
|
+
"labelDuplicateId": "Identificación de entidad duplicada: cambie el nombre o el tipo.",
|
|
121
|
+
"labelHasDate": "Permitir entrada de fecha",
|
|
122
|
+
"labelHasTime": "Permitir entrada de tiempo",
|
|
123
|
+
"labelModeAttribute": "Modo",
|
|
124
|
+
"labelModeBox": "Cuadro para ingresar números",
|
|
125
|
+
"labelOverwriteAutoEntity": "La entidad sobrescribirá la entidad creada automáticamente, considere usar la entidad creada automáticamente en su lugar o cambie el nombre.",
|
|
126
|
+
"light": "ligero",
|
|
127
|
+
"lock": "bloquear",
|
|
128
|
+
"lovelace adapter settings": "Ajustes del adaptador para lovelace",
|
|
129
|
+
"media_player": "reproductor multimedia",
|
|
130
|
+
"no_one_hears_you": "Lo siento. Nadie te escucha. Intenta procesar la conversación lovelace.0.con javascirpt.",
|
|
131
|
+
"none": "ninguna",
|
|
132
|
+
"open": "Abierto",
|
|
133
|
+
"plant": "planta",
|
|
134
|
+
"scene": "escena",
|
|
135
|
+
"script": "guión",
|
|
136
|
+
"sensor": "sensor",
|
|
137
|
+
"sun": "Dom",
|
|
138
|
+
"switch": "cambiar",
|
|
139
|
+
"tilted": "Inclinado",
|
|
140
|
+
"timer": "Temporizador",
|
|
141
|
+
"vacuum": "vacío",
|
|
142
|
+
"water_heater": "calentador de agua",
|
|
143
|
+
"weather": "clima",
|
|
144
|
+
"weblink": "enlace web"
|
|
145
|
+
}
|
|
@@ -0,0 +1,145 @@
|
|
|
1
|
+
{
|
|
2
|
+
"(add to URL '...?toolbar=true' to show toolbar again)": "(ajoutez à l'URL '...?toolbar=true' pour afficher à nouveau la barre d'outils)",
|
|
3
|
+
"(unique for one entity type)": "(unique pour un type d'entité)",
|
|
4
|
+
"Additional Attributes": "Attributs supplémentaires",
|
|
5
|
+
"AliasOnly": "Génération automatique de périphériques à partir d'alias.0. * Uniquement",
|
|
6
|
+
"Allow only when User is Owner:": "Autoriser uniquement lorsque l'utilisateur est propriétaire:",
|
|
7
|
+
"Assumed state (creates two buttons instead of slider)": "État présumé (crée deux boutons au lieu d'un curseur)",
|
|
8
|
+
"Authentication": "Authentification",
|
|
9
|
+
"Auto generate entity name form object id": "Générer automatiquement un identifiant d'objet de formulaire",
|
|
10
|
+
"Awning": "Store",
|
|
11
|
+
"Battery charging": "Batterie en charge",
|
|
12
|
+
"Battery percent": "Pourcentage de batterie",
|
|
13
|
+
"Battery warning": "Avertissement de batterie",
|
|
14
|
+
"Blind": "Aveugle",
|
|
15
|
+
"Carbon dioxide": "Gaz carbonique",
|
|
16
|
+
"Carbon monoxide": "Monoxyde de carbone",
|
|
17
|
+
"Chained certificate": "Certificat chaîné",
|
|
18
|
+
"Click to copy": "Cliquez pour copier",
|
|
19
|
+
"Cold": "Du froid",
|
|
20
|
+
"Connectivity": "Connectivité",
|
|
21
|
+
"Current": "Actuel",
|
|
22
|
+
"Curtain": "Rideau",
|
|
23
|
+
"Custom Cards": "Cartes personnalisées",
|
|
24
|
+
"Damper": "Amortisseur",
|
|
25
|
+
"Default theme": "Thème par défaut",
|
|
26
|
+
"Default theme dark": "thème par défaut sombre",
|
|
27
|
+
"Device class": "Classe d'appareil",
|
|
28
|
+
"Door": "Porte",
|
|
29
|
+
"Drag and drop the custom cards files here": "Faites glisser et déposez les fichiers de cartes personnalisées ici",
|
|
30
|
+
"Energy": "Énergie",
|
|
31
|
+
"Entities": "Entités",
|
|
32
|
+
"Entity name": "Nom de l'entité",
|
|
33
|
+
"Entity name '%s' is already in use!": "Le nom de l'entité '%s' est déjà utilisé!",
|
|
34
|
+
"Entity type": "Type d'entité",
|
|
35
|
+
"File": "Fichier",
|
|
36
|
+
"Garage": "Garage",
|
|
37
|
+
"Garage door": "Porte de garage",
|
|
38
|
+
"Gas": "Gaz",
|
|
39
|
+
"Gate": "Porte",
|
|
40
|
+
"Heat": "Chaleur",
|
|
41
|
+
"Hide attributes": "Masquer les attributs",
|
|
42
|
+
"Hide toolbar": "Masquer la barre de tâches",
|
|
43
|
+
"Historical instance": "Instance historique",
|
|
44
|
+
"Humidity": "Humidité",
|
|
45
|
+
"IP": "IP",
|
|
46
|
+
"Illuminance": "Illuminance",
|
|
47
|
+
"Let's Encrypt settings": "Encodons les paramètres",
|
|
48
|
+
"Light": "Lumière",
|
|
49
|
+
"Listen on all IPs": "Écoutez sur toutes les IP",
|
|
50
|
+
"Lock": "Fermer à clé",
|
|
51
|
+
"Login timeout(sec)": "Délai de connexion (en secondes)",
|
|
52
|
+
"Maximum history points to fetch": "Nombre max. de points d'historique à récupérer",
|
|
53
|
+
"Modified": "Modifié",
|
|
54
|
+
"Moisture": "Humidité",
|
|
55
|
+
"Motion detector": "Détecteur de mouvement",
|
|
56
|
+
"Moving": "En mouvement",
|
|
57
|
+
"Occupancy": "Occupation",
|
|
58
|
+
"Opening": "Ouverture",
|
|
59
|
+
"Outlet": "Sortie",
|
|
60
|
+
"Password": "Mot de passe",
|
|
61
|
+
"Place the themes as YAML here": "Placez les thèmes comme YAML ici",
|
|
62
|
+
"Plug": "Prise de courant",
|
|
63
|
+
"Port": "Port",
|
|
64
|
+
"Port to check the domain": "Port pour vérifier le domaine",
|
|
65
|
+
"Power": "Pouvoir",
|
|
66
|
+
"Power Factor": "Facteur de puissance",
|
|
67
|
+
"Powered": "Alimenté",
|
|
68
|
+
"Presence": "Présence",
|
|
69
|
+
"Pressure": "Pression",
|
|
70
|
+
"Private certificate": "Certificat privé",
|
|
71
|
+
"Problem": "Problème",
|
|
72
|
+
"Public certificate": "Certificat public",
|
|
73
|
+
"Reload entities": "Recharger des entités",
|
|
74
|
+
"Restart adapter to update files": "Redémarrer l'adaptateur pour mettre à jour les fichiers",
|
|
75
|
+
"Run as": "Courir comme",
|
|
76
|
+
"Safety": "Sécurité",
|
|
77
|
+
"Secure(HTTPS)": "Sécurisé (HTTPS)",
|
|
78
|
+
"Set certificates or load it first in the system settings (right top).": "Définissez les certificats ou chargez-le d'abord dans les paramètres système (en haut à droite).",
|
|
79
|
+
"Shade": "Ombre",
|
|
80
|
+
"Show attributes": "Afficher les attributs",
|
|
81
|
+
"Shutter": "Obturateur",
|
|
82
|
+
"Signal Strength": "Force du signal",
|
|
83
|
+
"Size": "Taille",
|
|
84
|
+
"Slider": "Glissière",
|
|
85
|
+
"Smoke": "Fumée",
|
|
86
|
+
"Sound": "Sonner",
|
|
87
|
+
"Switch": "Changer",
|
|
88
|
+
"Temperature": "Température",
|
|
89
|
+
"Text": "Texte",
|
|
90
|
+
"Themes": "Des thèmes",
|
|
91
|
+
"Timestamp": "Horodatage",
|
|
92
|
+
"Use Lets Encrypt certificates": "Utilisez les certificats Let's Encrypt",
|
|
93
|
+
"Use this instance for automatic update": "Utilisez cette instance pour la mise à jour automatique",
|
|
94
|
+
"Vibration": "Vibration",
|
|
95
|
+
"Window": "La fenêtre",
|
|
96
|
+
"alarm": "alarme",
|
|
97
|
+
"alarmCheckCodeOnDisarmOnly": "Vérifiez le code d'alarme uniquement lors du désarmement",
|
|
98
|
+
"all": "tout",
|
|
99
|
+
"auto": "automatique",
|
|
100
|
+
"automation": "automatisation",
|
|
101
|
+
"binary_sensor": "capteur binaire",
|
|
102
|
+
"blindsInvert": "Les stores à 100 %s ignifient que le store est fermé. Si faux, 100% signifie que le store est ouvert.",
|
|
103
|
+
"camera": "caméra",
|
|
104
|
+
"climate": "climat",
|
|
105
|
+
"closed": "Fermé",
|
|
106
|
+
"cover": "volet roulant",
|
|
107
|
+
"default": "défaut",
|
|
108
|
+
"disabled": "désactivé",
|
|
109
|
+
"errorLabelEntityChars": "Le nom de l'entité contient des caractères non valides, autorisés sont : a-zA-Z0-9А-Яа-я_",
|
|
110
|
+
"errorLabelEntityEmpty": "Le nom de l'entité ne doit pas être vide.",
|
|
111
|
+
"fan": "ventilateur",
|
|
112
|
+
"group": "groupe",
|
|
113
|
+
"history_graph": "graphique de l'histoire",
|
|
114
|
+
"input_boolean": "entrée - booléen",
|
|
115
|
+
"input_datetime": "entrée - date / heure",
|
|
116
|
+
"input_number": "entrée - nombre",
|
|
117
|
+
"input_select": "entrée - sélectionnez",
|
|
118
|
+
"input_text": "Texte de saisie",
|
|
119
|
+
"labelCompleteEntity": "Identifiant complet de l'entité:",
|
|
120
|
+
"labelDuplicateId": "ID d'entité en double - veuillez renommer ou modifier le type.",
|
|
121
|
+
"labelHasDate": "Autoriser la saisie de la date",
|
|
122
|
+
"labelHasTime": "Autoriser la saisie de l'heure",
|
|
123
|
+
"labelModeAttribute": "Mode",
|
|
124
|
+
"labelModeBox": "Boîte pour saisir des nombres",
|
|
125
|
+
"labelOverwriteAutoEntity": "L'entité écrasera l'entité créée automatiquement, veuillez envisager d'utiliser l'entité créée automatiquement à la place ou de changer le nom.",
|
|
126
|
+
"light": "lumière",
|
|
127
|
+
"lock": "fermer à clé",
|
|
128
|
+
"lovelace adapter settings": "Paramètres d'adaptateur pour lovelace",
|
|
129
|
+
"media_player": "lecteur multimédia",
|
|
130
|
+
"no_one_hears_you": "Désolé. Personne ne t'entend. Essayez de traiter lovelace.0.conversation avec javascirpt.",
|
|
131
|
+
"none": "aucun",
|
|
132
|
+
"open": "Ouvert",
|
|
133
|
+
"plant": "plante",
|
|
134
|
+
"scene": "scène",
|
|
135
|
+
"script": "scénario",
|
|
136
|
+
"sensor": "capteur",
|
|
137
|
+
"sun": "Soleil",
|
|
138
|
+
"switch": "commutateur",
|
|
139
|
+
"tilted": "Incliné",
|
|
140
|
+
"timer": "minuteur",
|
|
141
|
+
"vacuum": "vide",
|
|
142
|
+
"water_heater": "chauffe-eau",
|
|
143
|
+
"weather": "conditions météorologiques",
|
|
144
|
+
"weblink": "lien Web"
|
|
145
|
+
}
|