@ledvance/base 1.3.11 → 1.3.12

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.
@@ -1,5 +1,4 @@
1
1
  {
2
- "writeKey": "",
3
- "readKey": "a7349213573288779040-d092b120e7d6d90c7e9528ddf2aa600659f60631bd4a5c2d55de0aa2b081af1b"
4
- }
5
-
2
+ "writeKey": "",
3
+ "readKey": "a7349213573288779040-d092b120e7d6d90c7e9528ddf2aa600659f60631bd4a5c2d55de0aa2b081af1b"
4
+ }
package/package.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "name": "@ledvance/base",
5
5
  "pid": [],
6
6
  "uiid": "",
7
- "version": "1.3.11",
7
+ "version": "1.3.12",
8
8
  "scripts": {
9
9
  "prepublishOnly": "python update-localazy.py"
10
10
  },
@@ -14,6 +14,7 @@ export interface ColorAdjustViewProps {
14
14
  minBrightness?: number // 最小亮度
15
15
  minSaturation?: number // 最小Saturation
16
16
  reserveSV?: boolean // 保留 s v
17
+ hideSat?: boolean // 隐藏saturation
17
18
  onHSVChange?: (h: number, s: number, v: number) => void
18
19
  onHSVChangeComplete: (h: number, s: number, v: number) => void
19
20
  }
@@ -40,7 +41,7 @@ const ColorAdjustView = (props: ColorAdjustViewProps) => {
40
41
  props.onHSVChangeComplete(hsv.h, props.reserveSV ? props.s : hsv.s, props.reserveSV ? props.v : hsv.v)
41
42
  }
42
43
  }}/>
43
- <LdvSaturation
44
+ {!props.hideSat && <LdvSaturation
44
45
  value={props.s}
45
46
  minSaturation={props.minSaturation}
46
47
  onValueChange={s => {
@@ -48,7 +49,7 @@ const ColorAdjustView = (props: ColorAdjustViewProps) => {
48
49
  }}
49
50
  onSlidingComplete={s => {
50
51
  props.onHSVChangeComplete(props.h, s, props.v)
51
- }}/>
52
+ }}/>}
52
53
  <LdvColorBrightness
53
54
  minBrightness={props.minBrightness}
54
55
  value={props.v}
@@ -810,20 +810,20 @@ export default {
810
810
  "switch_overcharge_headline_description": "La función desactiva automáticamente la carga de los dispositivos móviles, incluidos los teléfonos móviles y las baterías externas, cuando están completamente cargados para evitar la sobrecarga y prolongar la duración de la batería.",
811
811
  "switch_overcharge_headline_text": "Protección de sobrecarga",
812
812
  "switchinching_overview_description_text": "Para apagar automáticamente el dispositivo después de un período de tiempo.",
813
- "thermostat_automode": "Auto mode",
813
+ "thermostat_automode": "Automatic",
814
814
  "thermostat_comforttemp": "Comfort temp.",
815
815
  "thermostat_descriptionrapid": "To set the temperature to a value immediately",
816
816
  "thermostat_descriptionvacation": "To set a vacation time",
817
817
  "thermostat_difference": "Difference between the current and set temperature",
818
818
  "thermostat_drifttemp": "Drift temp.",
819
- "thermostat_editauto": "Edit Auto mode",
819
+ "thermostat_editauto": "Edit Automatic mode",
820
820
  "thermostat_enddate": "End date",
821
821
  "thermostat_endtime": "End time",
822
822
  "thermostat_energysaving": "Energy saving temp.",
823
823
  "thermostat_error": "The end time must be greater than the start time",
824
824
  "thermostat_maxtime": "No longer than 100 days",
825
825
  "thermostat_openwindow": "Open window reminder",
826
- "thermostat_powermode": "Power mode",
826
+ "thermostat_powermode": "Manual",
827
827
  "thermostat_quicktemp": "Quick temp. rising",
828
828
  "thermostat_refresh": "Refresh",
829
829
  "thermostat_schedule": "You can adapt the temperature as per your schedule",
@@ -837,7 +837,7 @@ export default {
837
837
  "thermostat_title": "Thermostat",
838
838
  "thermostat_triggertimes": "Trigger times",
839
839
  "thermostat_unit": "Unit: °C",
840
- "thermostat_vacationmode": "Vacation mode",
840
+ "thermostat_vacationmode": "Vacation",
841
841
  "time_unit_h": "h",
842
842
  "timer_ceiling_fan_headline_text": "Temporizador",
843
843
  "timer_ceiling_fan_lighting_switched_off_text": "La luz se apagará aproximadamente a las {0}",
@@ -1696,20 +1696,20 @@ export default {
1696
1696
  "switch_overcharge_headline_description": "تعمل الميزة تلقائيًا على إيقاف شحن أجهزتك المحمولة، بما في ذلك الهواتف المحمولة وبنوك الطاقة، عندما تكون مشحونة بالكامل لمنع الشحن الزائد وإطالة عمر البطارية.",
1697
1697
  "switch_overcharge_headline_text": "حماية الشحن الزائد",
1698
1698
  "switchinching_overview_description_text": "لإيقاف تشغيل الجهاز تلقائيًا بعد فترة من الوقت.",
1699
- "thermostat_automode": "Auto mode",
1699
+ "thermostat_automode": "Automatic",
1700
1700
  "thermostat_comforttemp": "Comfort temp.",
1701
1701
  "thermostat_descriptionrapid": "To set the temperature to a value immediately",
1702
1702
  "thermostat_descriptionvacation": "To set a vacation time",
1703
1703
  "thermostat_difference": "Difference between the current and set temperature",
1704
1704
  "thermostat_drifttemp": "Drift temp.",
1705
- "thermostat_editauto": "Edit Auto mode",
1705
+ "thermostat_editauto": "Edit Automatic mode",
1706
1706
  "thermostat_enddate": "End date",
1707
1707
  "thermostat_endtime": "End time",
1708
1708
  "thermostat_energysaving": "Energy saving temp.",
1709
1709
  "thermostat_error": "The end time must be greater than the start time",
1710
1710
  "thermostat_maxtime": "No longer than 100 days",
1711
1711
  "thermostat_openwindow": "Open window reminder",
1712
- "thermostat_powermode": "Power mode",
1712
+ "thermostat_powermode": "Manual",
1713
1713
  "thermostat_quicktemp": "Quick temp. rising",
1714
1714
  "thermostat_refresh": "Refresh",
1715
1715
  "thermostat_schedule": "You can adapt the temperature as per your schedule",
@@ -1723,7 +1723,7 @@ export default {
1723
1723
  "thermostat_title": "Thermostat",
1724
1724
  "thermostat_triggertimes": "Trigger times",
1725
1725
  "thermostat_unit": "Unit: °C",
1726
- "thermostat_vacationmode": "Vacation mode",
1726
+ "thermostat_vacationmode": "Vacation",
1727
1727
  "time_unit_h": "h",
1728
1728
  "timer_ceiling_fan_headline_text": "مؤقت",
1729
1729
  "timer_ceiling_fan_lighting_switched_off_text": "سيتم إيقاف الإضاءة عند حوالي {0}",
@@ -2582,20 +2582,20 @@ export default {
2582
2582
  "switch_overcharge_headline_description": "Tato funkce automaticky vypne nabíjení mobilních zařízení, včetně mobilních telefonů a napájecích bank, když jsou plně nabitá, aby se zabránilo přebíjení a prodloužila životnost baterie.",
2583
2583
  "switch_overcharge_headline_text": "Ochrana proti přebíjení",
2584
2584
  "switchinching_overview_description_text": "Automatické vypnutí zařízení po určité době.",
2585
- "thermostat_automode": "Auto mode",
2585
+ "thermostat_automode": "Automatic",
2586
2586
  "thermostat_comforttemp": "Comfort temp.",
2587
2587
  "thermostat_descriptionrapid": "To set the temperature to a value immediately",
2588
2588
  "thermostat_descriptionvacation": "To set a vacation time",
2589
2589
  "thermostat_difference": "Difference between the current and set temperature",
2590
2590
  "thermostat_drifttemp": "Drift temp.",
2591
- "thermostat_editauto": "Edit Auto mode",
2591
+ "thermostat_editauto": "Edit Automatic mode",
2592
2592
  "thermostat_enddate": "End date",
2593
2593
  "thermostat_endtime": "End time",
2594
2594
  "thermostat_energysaving": "Energy saving temp.",
2595
2595
  "thermostat_error": "The end time must be greater than the start time",
2596
2596
  "thermostat_maxtime": "No longer than 100 days",
2597
2597
  "thermostat_openwindow": "Open window reminder",
2598
- "thermostat_powermode": "Power mode",
2598
+ "thermostat_powermode": "Manual",
2599
2599
  "thermostat_quicktemp": "Quick temp. rising",
2600
2600
  "thermostat_refresh": "Refresh",
2601
2601
  "thermostat_schedule": "You can adapt the temperature as per your schedule",
@@ -2609,7 +2609,7 @@ export default {
2609
2609
  "thermostat_title": "Thermostat",
2610
2610
  "thermostat_triggertimes": "Trigger times",
2611
2611
  "thermostat_unit": "Unit: °C",
2612
- "thermostat_vacationmode": "Vacation mode",
2612
+ "thermostat_vacationmode": "Vacation",
2613
2613
  "time_unit_h": "h",
2614
2614
  "timer_ceiling_fan_headline_text": "Časovač",
2615
2615
  "timer_ceiling_fan_lighting_switched_off_text": "Osvětlení bude vypnuto přibližně v {0}",
@@ -3468,20 +3468,20 @@ export default {
3468
3468
  "switch_overcharge_headline_description": "The feature automatically turns off charging your mobile devices, including mobile phones and power banks, when they are fully charged to prevent overcharging and prolong battery life.",
3469
3469
  "switch_overcharge_headline_text": "Overcharging Protection",
3470
3470
  "switchinching_overview_description_text": "To automatically switch off the device after a period of time.",
3471
- "thermostat_automode": "Auto mode",
3471
+ "thermostat_automode": "Automatic",
3472
3472
  "thermostat_comforttemp": "Comfort temp.",
3473
3473
  "thermostat_descriptionrapid": "To set the temperature to a value immediately",
3474
3474
  "thermostat_descriptionvacation": "To set a vacation time",
3475
3475
  "thermostat_difference": "Difference between the current and set temperature",
3476
3476
  "thermostat_drifttemp": "Drift temp.",
3477
- "thermostat_editauto": "Edit Auto mode",
3477
+ "thermostat_editauto": "Edit Automatic mode",
3478
3478
  "thermostat_enddate": "End date",
3479
3479
  "thermostat_endtime": "End time",
3480
3480
  "thermostat_energysaving": "Energy saving temp.",
3481
3481
  "thermostat_error": "The end time must be greater than the start time",
3482
3482
  "thermostat_maxtime": "No longer than 100 days",
3483
3483
  "thermostat_openwindow": "Open window reminder",
3484
- "thermostat_powermode": "Power mode",
3484
+ "thermostat_powermode": "Manual",
3485
3485
  "thermostat_quicktemp": "Quick temp. rising",
3486
3486
  "thermostat_refresh": "Refresh",
3487
3487
  "thermostat_schedule": "You can adapt the temperature as per your schedule",
@@ -3495,7 +3495,7 @@ export default {
3495
3495
  "thermostat_title": "Thermostat",
3496
3496
  "thermostat_triggertimes": "Trigger times",
3497
3497
  "thermostat_unit": "Unit: °C",
3498
- "thermostat_vacationmode": "Vacation mode",
3498
+ "thermostat_vacationmode": "Vacation",
3499
3499
  "time_unit_h": "h",
3500
3500
  "timer_ceiling_fan_headline_text": "Timer",
3501
3501
  "timer_ceiling_fan_lighting_switched_off_text": "Lighting will be switched off at about {0}",
@@ -4354,20 +4354,20 @@ export default {
4354
4354
  "switch_overcharge_headline_description": "Функцията автоматично изключва зареждането на вашите мобилни устройства, включително мобилни телефони и захранващи банки, когато те са напълно заредени, за да се предотврати презареждането и да се удължи живота на батерията.",
4355
4355
  "switch_overcharge_headline_text": "Защита от презареждане",
4356
4356
  "switchinching_overview_description_text": "За автоматично изключване на устройството след определен период от време.",
4357
- "thermostat_automode": "Auto mode",
4357
+ "thermostat_automode": "Automatic",
4358
4358
  "thermostat_comforttemp": "Comfort temp.",
4359
4359
  "thermostat_descriptionrapid": "To set the temperature to a value immediately",
4360
4360
  "thermostat_descriptionvacation": "To set a vacation time",
4361
4361
  "thermostat_difference": "Difference between the current and set temperature",
4362
4362
  "thermostat_drifttemp": "Drift temp.",
4363
- "thermostat_editauto": "Edit Auto mode",
4363
+ "thermostat_editauto": "Edit Automatic mode",
4364
4364
  "thermostat_enddate": "End date",
4365
4365
  "thermostat_endtime": "End time",
4366
4366
  "thermostat_energysaving": "Energy saving temp.",
4367
4367
  "thermostat_error": "The end time must be greater than the start time",
4368
4368
  "thermostat_maxtime": "No longer than 100 days",
4369
4369
  "thermostat_openwindow": "Open window reminder",
4370
- "thermostat_powermode": "Power mode",
4370
+ "thermostat_powermode": "Manual",
4371
4371
  "thermostat_quicktemp": "Quick temp. rising",
4372
4372
  "thermostat_refresh": "Refresh",
4373
4373
  "thermostat_schedule": "You can adapt the temperature as per your schedule",
@@ -4381,7 +4381,7 @@ export default {
4381
4381
  "thermostat_title": "Thermostat",
4382
4382
  "thermostat_triggertimes": "Trigger times",
4383
4383
  "thermostat_unit": "Unit: °C",
4384
- "thermostat_vacationmode": "Vacation mode",
4384
+ "thermostat_vacationmode": "Vacation",
4385
4385
  "time_unit_h": "h",
4386
4386
  "timer_ceiling_fan_headline_text": "Таймер",
4387
4387
  "timer_ceiling_fan_lighting_switched_off_text": "Осветлението ще бъде изключено след около {0}",
@@ -5240,20 +5240,20 @@ export default {
5240
5240
  "switch_overcharge_headline_description": "Funktionen slukker automatisk opladning af dine mobile enheder, herunder mobiltelefoner og strømbanker, når de er fuldt opladet for at forhindre overopladning og forlænge batteriets levetid.",
5241
5241
  "switch_overcharge_headline_text": "Beskyttelse mod overopladning",
5242
5242
  "switchinching_overview_description_text": "Til at slukke enheden automatisk efter et stykke tid.",
5243
- "thermostat_automode": "Auto mode",
5243
+ "thermostat_automode": "Automatic",
5244
5244
  "thermostat_comforttemp": "Comfort temp.",
5245
5245
  "thermostat_descriptionrapid": "To set the temperature to a value immediately",
5246
5246
  "thermostat_descriptionvacation": "To set a vacation time",
5247
5247
  "thermostat_difference": "Difference between the current and set temperature",
5248
5248
  "thermostat_drifttemp": "Drift temp.",
5249
- "thermostat_editauto": "Edit Auto mode",
5249
+ "thermostat_editauto": "Edit Automatic mode",
5250
5250
  "thermostat_enddate": "End date",
5251
5251
  "thermostat_endtime": "End time",
5252
5252
  "thermostat_energysaving": "Energy saving temp.",
5253
5253
  "thermostat_error": "The end time must be greater than the start time",
5254
5254
  "thermostat_maxtime": "No longer than 100 days",
5255
5255
  "thermostat_openwindow": "Open window reminder",
5256
- "thermostat_powermode": "Power mode",
5256
+ "thermostat_powermode": "Manual",
5257
5257
  "thermostat_quicktemp": "Quick temp. rising",
5258
5258
  "thermostat_refresh": "Refresh",
5259
5259
  "thermostat_schedule": "You can adapt the temperature as per your schedule",
@@ -5267,7 +5267,7 @@ export default {
5267
5267
  "thermostat_title": "Thermostat",
5268
5268
  "thermostat_triggertimes": "Trigger times",
5269
5269
  "thermostat_unit": "Unit: °C",
5270
- "thermostat_vacationmode": "Vacation mode",
5270
+ "thermostat_vacationmode": "Vacation",
5271
5271
  "time_unit_h": "h",
5272
5272
  "timer_ceiling_fan_headline_text": "Timer",
5273
5273
  "timer_ceiling_fan_lighting_switched_off_text": "Lyset slukker om {0}",
@@ -6126,7 +6126,7 @@ export default {
6126
6126
  "switch_overcharge_headline_description": "Die Funktion schaltet das Aufladen Deiner mobilen Geräte, einschließlich Mobiltelefone und Powerbanks, automatisch aus, wenn sie vollständig aufgeladen sind, um ein Überladen zu verhindern und die Akkulaufzeit zu verlängern.",
6127
6127
  "switch_overcharge_headline_text": "Überladeschutz",
6128
6128
  "switchinching_overview_description_text": "Um das Gerät nach einer bestimmten Zeit automatisch auszuschalten.",
6129
- "thermostat_automode": "Automatischer Modus",
6129
+ "thermostat_automode": "Automatisch",
6130
6130
  "thermostat_comforttemp": "Komforttemperatur",
6131
6131
  "thermostat_descriptionrapid": "Um die Temperatur sofort auf einen Wert einzustellen",
6132
6132
  "thermostat_descriptionvacation": "Um eine Urlaubszeit festzulegen",
@@ -6139,7 +6139,7 @@ export default {
6139
6139
  "thermostat_error": "Die Endzeit muss nach der Startzeit liegen",
6140
6140
  "thermostat_maxtime": "Nicht länger als 100 Tage",
6141
6141
  "thermostat_openwindow": "Erinnerung an offene Fenster",
6142
- "thermostat_powermode": "Leistungsmodus",
6142
+ "thermostat_powermode": "Manuell",
6143
6143
  "thermostat_quicktemp": "Schneller Temperaturanstieg",
6144
6144
  "thermostat_refresh": "Aktualisieren",
6145
6145
  "thermostat_schedule": "Du kannst die Temperatur nach deinem Zeitplan anpassen",
@@ -6153,7 +6153,7 @@ export default {
6153
6153
  "thermostat_title": "Thermostat",
6154
6154
  "thermostat_triggertimes": "Auslösezeiten",
6155
6155
  "thermostat_unit": "Einheit: °C",
6156
- "thermostat_vacationmode": "Urlaubsmodus",
6156
+ "thermostat_vacationmode": "Urlaub",
6157
6157
  "time_unit_h": "h",
6158
6158
  "timer_ceiling_fan_headline_text": "Timer",
6159
6159
  "timer_ceiling_fan_lighting_switched_off_text": "Licht wird um ca. {0} ausgeschaltet",
@@ -7012,20 +7012,20 @@ export default {
7012
7012
  "switch_overcharge_headline_description": "Η λειτουργία απενεργοποιεί αυτόματα τη φόρτιση των κινητών συσκευών σας, συμπεριλαμβανομένων των κινητών τηλεφώνων και των τροφοδοτικών τραπεζών, όταν είναι πλήρως φορτισμένες για να αποφευχθεί η υπερφόρτιση και να παραταθεί η διάρκεια ζωής της μπαταρίας.",
7013
7013
  "switch_overcharge_headline_text": "Προστασία υπερφόρτισης",
7014
7014
  "switchinching_overview_description_text": "Για να απενεργοποιήσετε αυτόματα τη συσκευή μετά από ένα χρονικό διάστημα.",
7015
- "thermostat_automode": "Auto mode",
7015
+ "thermostat_automode": "Automatic",
7016
7016
  "thermostat_comforttemp": "Comfort temp.",
7017
7017
  "thermostat_descriptionrapid": "To set the temperature to a value immediately",
7018
7018
  "thermostat_descriptionvacation": "To set a vacation time",
7019
7019
  "thermostat_difference": "Difference between the current and set temperature",
7020
7020
  "thermostat_drifttemp": "Drift temp.",
7021
- "thermostat_editauto": "Edit Auto mode",
7021
+ "thermostat_editauto": "Edit Automatic mode",
7022
7022
  "thermostat_enddate": "End date",
7023
7023
  "thermostat_endtime": "End time",
7024
7024
  "thermostat_energysaving": "Energy saving temp.",
7025
7025
  "thermostat_error": "The end time must be greater than the start time",
7026
7026
  "thermostat_maxtime": "No longer than 100 days",
7027
7027
  "thermostat_openwindow": "Open window reminder",
7028
- "thermostat_powermode": "Power mode",
7028
+ "thermostat_powermode": "Manual",
7029
7029
  "thermostat_quicktemp": "Quick temp. rising",
7030
7030
  "thermostat_refresh": "Refresh",
7031
7031
  "thermostat_schedule": "You can adapt the temperature as per your schedule",
@@ -7039,7 +7039,7 @@ export default {
7039
7039
  "thermostat_title": "Thermostat",
7040
7040
  "thermostat_triggertimes": "Trigger times",
7041
7041
  "thermostat_unit": "Unit: °C",
7042
- "thermostat_vacationmode": "Vacation mode",
7042
+ "thermostat_vacationmode": "Vacation",
7043
7043
  "time_unit_h": "h",
7044
7044
  "timer_ceiling_fan_headline_text": "Χρονοδιακόπτης",
7045
7045
  "timer_ceiling_fan_lighting_switched_off_text": "Ο φωτισμός θα απενεργοποιηθεί περίπου στις {0}",
@@ -7898,20 +7898,20 @@ export default {
7898
7898
  "switch_overcharge_headline_description": "La función desactiva automáticamente la carga de los dispositivos móviles, incluidos los teléfonos móviles y las baterías externas, cuando están completamente cargados para evitar la sobrecarga y prolongar la duración de la batería.",
7899
7899
  "switch_overcharge_headline_text": "Protección de sobrecarga",
7900
7900
  "switchinching_overview_description_text": "Para apagar automáticamente el dispositivo después de un período de tiempo.",
7901
- "thermostat_automode": "Auto mode",
7901
+ "thermostat_automode": "Automatic",
7902
7902
  "thermostat_comforttemp": "Comfort temp.",
7903
7903
  "thermostat_descriptionrapid": "To set the temperature to a value immediately",
7904
7904
  "thermostat_descriptionvacation": "To set a vacation time",
7905
7905
  "thermostat_difference": "Difference between the current and set temperature",
7906
7906
  "thermostat_drifttemp": "Drift temp.",
7907
- "thermostat_editauto": "Edit Auto mode",
7907
+ "thermostat_editauto": "Edit Automatic mode",
7908
7908
  "thermostat_enddate": "End date",
7909
7909
  "thermostat_endtime": "End time",
7910
7910
  "thermostat_energysaving": "Energy saving temp.",
7911
7911
  "thermostat_error": "The end time must be greater than the start time",
7912
7912
  "thermostat_maxtime": "No longer than 100 days",
7913
7913
  "thermostat_openwindow": "Open window reminder",
7914
- "thermostat_powermode": "Power mode",
7914
+ "thermostat_powermode": "Manual",
7915
7915
  "thermostat_quicktemp": "Quick temp. rising",
7916
7916
  "thermostat_refresh": "Refresh",
7917
7917
  "thermostat_schedule": "You can adapt the temperature as per your schedule",
@@ -7925,7 +7925,7 @@ export default {
7925
7925
  "thermostat_title": "Thermostat",
7926
7926
  "thermostat_triggertimes": "Trigger times",
7927
7927
  "thermostat_unit": "Unit: °C",
7928
- "thermostat_vacationmode": "Vacation mode",
7928
+ "thermostat_vacationmode": "Vacation",
7929
7929
  "time_unit_h": "h",
7930
7930
  "timer_ceiling_fan_headline_text": "Temporizador",
7931
7931
  "timer_ceiling_fan_lighting_switched_off_text": "La luz se apagará aproximadamente a las {0}",
@@ -8581,7 +8581,7 @@ export default {
8581
8581
  "mood_overview_information_text": "Staatilised meeleoluvalgustused salvestatakse üksnes sinu nutitelefoni. Seetõttu ei saa neid teiste kasutajatega jagada.",
8582
8582
  "mood_overview_warning_max_number_text": "Meeleoluvalgustuste maksimaalne arv on täis.",
8583
8583
  "mood_preview": "Eelvaade",
8584
- "mood_resetbutton": "Do you want to reset the moods?",
8584
+ "mood_resetbutton": "Kas soovite meeleolu lähtestada?",
8585
8585
  "motion_detection_add_time_schedule_actions_text1": "Tegevused",
8586
8586
  "motion_detection_add_time_schedule_headline_text": "Lisa uus ajakava",
8587
8587
  "motion_detection_add_time_schedule_selectionfield_text": "Nimi",
@@ -8655,7 +8655,7 @@ export default {
8655
8655
  "recordings_sd_storage_headline_text": "SD-mälukaart",
8656
8656
  "registration_dialog_button_no": "Ei",
8657
8657
  "registration_dialog_button_yes": "Jah",
8658
- "reset_mooddescription": "Note that all the customized moods will be resetted.",
8658
+ "reset_mooddescription": "Pange tähele, et kõik kohandatud meeleolud lähtestatakse.",
8659
8659
  "routines_add_edit_name": "Muuda nime",
8660
8660
  "sensor_deviceselftest": "Enesekontroll edukas. Teie andur töötab hästi.",
8661
8661
  "sensor_deviceselftestfail": "Enesekontroll ebaõnnestus. Teie andur ei tööta õigesti. Palun kontrollige.",
@@ -8784,34 +8784,34 @@ export default {
8784
8784
  "switch_overcharge_headline_description": "See funktsioon lülitab juba täis laetud mobiilseadmete, sh mobiiltelefonide ja akupankade laadimise automaatselt välja, et vältida ülelaadimist ja pikendada akude tööiga.",
8785
8785
  "switch_overcharge_headline_text": "Ülelaadimiskaitse",
8786
8786
  "switchinching_overview_description_text": "Seadme automaatseks väljalülitamiseks teatud aja möödudes.",
8787
- "thermostat_automode": "Auto mode",
8788
- "thermostat_comforttemp": "Comfort temp.",
8789
- "thermostat_descriptionrapid": "To set the temperature to a value immediately",
8790
- "thermostat_descriptionvacation": "To set a vacation time",
8791
- "thermostat_difference": "Difference between the current and set temperature",
8792
- "thermostat_drifttemp": "Drift temp.",
8793
- "thermostat_editauto": "Edit Auto mode",
8794
- "thermostat_enddate": "End date",
8795
- "thermostat_endtime": "End time",
8796
- "thermostat_energysaving": "Energy saving temp.",
8797
- "thermostat_error": "The end time must be greater than the start time",
8798
- "thermostat_maxtime": "No longer than 100 days",
8799
- "thermostat_openwindow": "Open window reminder",
8800
- "thermostat_powermode": "Power mode",
8801
- "thermostat_quicktemp": "Quick temp. rising",
8802
- "thermostat_refresh": "Refresh",
8803
- "thermostat_schedule": "You can adapt the temperature as per your schedule",
8804
- "thermostat_setscope": "Set scope",
8805
- "thermostat_settemp": "Set temp.",
8806
- "thermostat_settime": "Set time",
8807
- "thermostat_startdate": "Start date",
8808
- "thermostat_starttime": "Start time",
8809
- "thermostat_tempcurrent": "Current temp.",
8810
- "thermostat_tempsetting": " Temp. setting",
8811
- "thermostat_title": "Thermostat",
8812
- "thermostat_triggertimes": "Trigger times",
8813
- "thermostat_unit": "Unit: °C",
8814
- "thermostat_vacationmode": "Vacation mode",
8787
+ "thermostat_automode": "Automaatne režiim",
8788
+ "thermostat_comforttemp": "Mugavustemperatuur.",
8789
+ "thermostat_descriptionrapid": "Temperatuuri seadistamine kohe väärtusele",
8790
+ "thermostat_descriptionvacation": "Puhkuseaja määramine",
8791
+ "thermostat_difference": "Praeguse ja seadistatud temperatuuri erinevus",
8792
+ "thermostat_drifttemp": "Triiv temperatuur.",
8793
+ "thermostat_editauto": "Automaatrežiimi redigeerimine",
8794
+ "thermostat_enddate": "Lõppkuupäev",
8795
+ "thermostat_endtime": "Lõpuaeg",
8796
+ "thermostat_energysaving": "Energiasäästlik temperatuur.",
8797
+ "thermostat_error": "Lõpuaeg peab olema suurem kui algusaeg",
8798
+ "thermostat_maxtime": "Mitte kauem kui 100 päeva",
8799
+ "thermostat_openwindow": "Avatud akna meeldetuletus",
8800
+ "thermostat_powermode": "Toiterežiim",
8801
+ "thermostat_quicktemp": "Kiire temperatuuri tõus",
8802
+ "thermostat_refresh": "Värskenda",
8803
+ "thermostat_schedule": "Temperatuuri saate kohandada vastavalt oma ajakavale",
8804
+ "thermostat_setscope": "Määrake ulatus",
8805
+ "thermostat_settemp": "Määrake temperatuur.",
8806
+ "thermostat_settime": "Määrake aeg",
8807
+ "thermostat_startdate": "Alguskuupäev",
8808
+ "thermostat_starttime": "Algusaeg",
8809
+ "thermostat_tempcurrent": "Praegune temperatuur.",
8810
+ "thermostat_tempsetting": " Temperatuuri seadistus",
8811
+ "thermostat_title": "Termostaat",
8812
+ "thermostat_triggertimes": "Käivitusajad",
8813
+ "thermostat_unit": "Ühik:° C",
8814
+ "thermostat_vacationmode": "Puhkerežiim",
8815
8815
  "time_unit_h": "h",
8816
8816
  "timer_ceiling_fan_headline_text": "Taimer",
8817
8817
  "timer_ceiling_fan_lighting_switched_off_text": "Valgustus lülitatakse välja umbes {0}",
@@ -11239,7 +11239,7 @@ export default {
11239
11239
  "mood_overview_information_text": "Statička raspoloženja pohranjuju se lokalno na vašem pametnom telefonu. Zato se ne mogu dijeliti s drugim korisnicima.",
11240
11240
  "mood_overview_warning_max_number_text": "Dosegnut je maksimalan broj raspoloženja.",
11241
11241
  "mood_preview": "Pregled",
11242
- "mood_resetbutton": "Do you want to reset the moods?",
11242
+ "mood_resetbutton": "Želite li resetirati raspoloženja?",
11243
11243
  "motion_detection_add_time_schedule_actions_text1": "Akcije",
11244
11244
  "motion_detection_add_time_schedule_headline_text": "Dodajte novi raspored",
11245
11245
  "motion_detection_add_time_schedule_selectionfield_text": "Naziv",
@@ -11313,7 +11313,7 @@ export default {
11313
11313
  "recordings_sd_storage_headline_text": "Pohrana SD kartice",
11314
11314
  "registration_dialog_button_no": "Ne",
11315
11315
  "registration_dialog_button_yes": "Da",
11316
- "reset_mooddescription": "Note that all the customized moods will be resetted.",
11316
+ "reset_mooddescription": "Imajte na umu da će se sva prilagođena raspoloženja resetirati.",
11317
11317
  "routines_add_edit_name": "Uredi naziv",
11318
11318
  "sensor_deviceselftest": "Samoprovjera uspješna. Vaš senzor radi dobro.",
11319
11319
  "sensor_deviceselftestfail": "Samoprovjera nije uspjela. Vaš senzor ne radi ispravno. Molimo provjerite.",
@@ -11442,34 +11442,34 @@ export default {
11442
11442
  "switch_overcharge_headline_description": "Značajka automatski isključuje punjenje vaših mobilnih uređaja, uključujući mobilne telefone i banke napajanja, kada su potpuno napunjeni kako bi se spriječilo prekomjerno punjenje i produljilo trajanje baterije.",
11443
11443
  "switch_overcharge_headline_text": "Zaštita od prekomjernog punjenja",
11444
11444
  "switchinching_overview_description_text": "Za automatsko isključivanje uređaja nakon određenog vremenskog razdoblja.",
11445
- "thermostat_automode": "Auto mode",
11446
- "thermostat_comforttemp": "Comfort temp.",
11447
- "thermostat_descriptionrapid": "To set the temperature to a value immediately",
11448
- "thermostat_descriptionvacation": "To set a vacation time",
11449
- "thermostat_difference": "Difference between the current and set temperature",
11445
+ "thermostat_automode": "Automatski način rada",
11446
+ "thermostat_comforttemp": "Komforna temp.",
11447
+ "thermostat_descriptionrapid": "Da biste odmah postavili temperaturu na vrijednost",
11448
+ "thermostat_descriptionvacation": "Za postavljanje vremena odmora",
11449
+ "thermostat_difference": "Razlika između trenutne i zadane temperature",
11450
11450
  "thermostat_drifttemp": "Drift temp.",
11451
- "thermostat_editauto": "Edit Auto mode",
11452
- "thermostat_enddate": "End date",
11453
- "thermostat_endtime": "End time",
11454
- "thermostat_energysaving": "Energy saving temp.",
11455
- "thermostat_error": "The end time must be greater than the start time",
11456
- "thermostat_maxtime": "No longer than 100 days",
11457
- "thermostat_openwindow": "Open window reminder",
11458
- "thermostat_powermode": "Power mode",
11459
- "thermostat_quicktemp": "Quick temp. rising",
11460
- "thermostat_refresh": "Refresh",
11461
- "thermostat_schedule": "You can adapt the temperature as per your schedule",
11462
- "thermostat_setscope": "Set scope",
11463
- "thermostat_settemp": "Set temp.",
11464
- "thermostat_settime": "Set time",
11465
- "thermostat_startdate": "Start date",
11466
- "thermostat_starttime": "Start time",
11467
- "thermostat_tempcurrent": "Current temp.",
11468
- "thermostat_tempsetting": " Temp. setting",
11469
- "thermostat_title": "Thermostat",
11470
- "thermostat_triggertimes": "Trigger times",
11471
- "thermostat_unit": "Unit: °C",
11472
- "thermostat_vacationmode": "Vacation mode",
11451
+ "thermostat_editauto": "Uredi automatski način rada",
11452
+ "thermostat_enddate": "Datum završetka",
11453
+ "thermostat_endtime": "Vrijeme završetka",
11454
+ "thermostat_energysaving": "Temperatura za uštedu energije",
11455
+ "thermostat_error": "Vrijeme završetka mora biti veće od vremena početka",
11456
+ "thermostat_maxtime": "Ne dulje od 100 dana",
11457
+ "thermostat_openwindow": "Podsjetnik za otvaranje prozora",
11458
+ "thermostat_powermode": "Način napajanja",
11459
+ "thermostat_quicktemp": "Brzo podizanje temperature",
11460
+ "thermostat_refresh": "Osvježi",
11461
+ "thermostat_schedule": "Možete prilagoditi temperaturu prema svom rasporedu",
11462
+ "thermostat_setscope": "Postavite opseg",
11463
+ "thermostat_settemp": "Podesite temp.",
11464
+ "thermostat_settime": "Postavite vrijeme",
11465
+ "thermostat_startdate": "Početni datum",
11466
+ "thermostat_starttime": "Vrijeme početka",
11467
+ "thermostat_tempcurrent": "Trenutna temp.",
11468
+ "thermostat_tempsetting": " Temp. postavka",
11469
+ "thermostat_title": "Termostat",
11470
+ "thermostat_triggertimes": "Vremena okidača",
11471
+ "thermostat_unit": "Jedinica: °C",
11472
+ "thermostat_vacationmode": "Režim: odmor",
11473
11473
  "time_unit_h": "h",
11474
11474
  "timer_ceiling_fan_headline_text": "Timer",
11475
11475
  "timer_ceiling_fan_lighting_switched_off_text": "Rasvjeta će se isključiti oko {0}",
@@ -12125,7 +12125,7 @@ export default {
12125
12125
  "mood_overview_information_text": "Gli scenari statici sono memorizzati sullo smartphone. Non possono essere condivisi con altri utenti.",
12126
12126
  "mood_overview_warning_max_number_text": "È stato raggiunto il numero massimo di scenari.",
12127
12127
  "mood_preview": "Anteprima",
12128
- "mood_resetbutton": "Do you want to reset the moods?",
12128
+ "mood_resetbutton": "Vuoi resettare le routine?",
12129
12129
  "motion_detection_add_time_schedule_actions_text1": "Azioni",
12130
12130
  "motion_detection_add_time_schedule_headline_text": "Aggiungi una nuova pianificazione",
12131
12131
  "motion_detection_add_time_schedule_selectionfield_text": "Nome",
@@ -12199,7 +12199,7 @@ export default {
12199
12199
  "recordings_sd_storage_headline_text": "Archivio scheda SD",
12200
12200
  "registration_dialog_button_no": "No",
12201
12201
  "registration_dialog_button_yes": "Sì",
12202
- "reset_mooddescription": "Note that all the customized moods will be resetted.",
12202
+ "reset_mooddescription": "Nota che tutte le routine personalizzate verranno ripristinate.",
12203
12203
  "routines_add_edit_name": "Modifica nome",
12204
12204
  "sensor_deviceselftest": "Autoverifica avvenuta con successo. Il sensore funziona correttamente.",
12205
12205
  "sensor_deviceselftestfail": "Autoverifica fallita. Il sensore non funziona correttamente. Per favore controlla.",
@@ -12337,7 +12337,7 @@ export default {
12337
12337
  "thermostat_editauto": "Modifica modalità automatica",
12338
12338
  "thermostat_enddate": "Data di fine",
12339
12339
  "thermostat_endtime": "Fine",
12340
- "thermostat_energysaving": "Energy saving temp.",
12340
+ "thermostat_energysaving": "Temperatura a risparmio energetico.",
12341
12341
  "thermostat_error": "L'ora di fine deve essere maggiore dell'ora di inizio",
12342
12342
  "thermostat_maxtime": "Non più di 100 giorni",
12343
12343
  "thermostat_openwindow": "Promemoria",
@@ -12345,7 +12345,7 @@ export default {
12345
12345
  "thermostat_quicktemp": "Aumento rapido della temperatura",
12346
12346
  "thermostat_refresh": "Ricarica",
12347
12347
  "thermostat_schedule": "Puoi adattare la temperatura in base ai tuoi orari",
12348
- "thermostat_setscope": "Set scope",
12348
+ "thermostat_setscope": "Imposta ambito",
12349
12349
  "thermostat_settemp": "Impostazione della temperatura.",
12350
12350
  "thermostat_settime": "Impostare l'ora",
12351
12351
  "thermostat_startdate": "Data di inizio",
@@ -12353,7 +12353,7 @@ export default {
12353
12353
  "thermostat_tempcurrent": "Temperatura attuale",
12354
12354
  "thermostat_tempsetting": " Impostazione della temperatura",
12355
12355
  "thermostat_title": "Termostato",
12356
- "thermostat_triggertimes": "Trigger times",
12356
+ "thermostat_triggertimes": "TEMPI DI ATTIVAZIONE",
12357
12357
  "thermostat_unit": "Unità: °C",
12358
12358
  "thermostat_vacationmode": "Modalità vacanza",
12359
12359
  "time_unit_h": "h",
@@ -13214,20 +13214,20 @@ export default {
13214
13214
  "switch_overcharge_headline_description": "이 기능은 휴대폰 및 보조 배터리를 비롯한 모바일 장치가 완전히 충전되면 자동으로 충전 기능을 끄므로 과충전을 방지하고 배터리 수명을 연장합니다.",
13215
13215
  "switch_overcharge_headline_text": "과충전 보호",
13216
13216
  "switchinching_overview_description_text": "일정 시간이 지나면 자동으로 장치를 끕니다.",
13217
- "thermostat_automode": "Auto mode",
13217
+ "thermostat_automode": "Automatic",
13218
13218
  "thermostat_comforttemp": "Comfort temp.",
13219
13219
  "thermostat_descriptionrapid": "To set the temperature to a value immediately",
13220
13220
  "thermostat_descriptionvacation": "To set a vacation time",
13221
13221
  "thermostat_difference": "Difference between the current and set temperature",
13222
13222
  "thermostat_drifttemp": "Drift temp.",
13223
- "thermostat_editauto": "Edit Auto mode",
13223
+ "thermostat_editauto": "Edit Automatic mode",
13224
13224
  "thermostat_enddate": "End date",
13225
13225
  "thermostat_endtime": "End time",
13226
13226
  "thermostat_energysaving": "Energy saving temp.",
13227
13227
  "thermostat_error": "The end time must be greater than the start time",
13228
13228
  "thermostat_maxtime": "No longer than 100 days",
13229
13229
  "thermostat_openwindow": "Open window reminder",
13230
- "thermostat_powermode": "Power mode",
13230
+ "thermostat_powermode": "Manual",
13231
13231
  "thermostat_quicktemp": "Quick temp. rising",
13232
13232
  "thermostat_refresh": "Refresh",
13233
13233
  "thermostat_schedule": "You can adapt the temperature as per your schedule",
@@ -13241,7 +13241,7 @@ export default {
13241
13241
  "thermostat_title": "Thermostat",
13242
13242
  "thermostat_triggertimes": "Trigger times",
13243
13243
  "thermostat_unit": "Unit: °C",
13244
- "thermostat_vacationmode": "Vacation mode",
13244
+ "thermostat_vacationmode": "Vacation",
13245
13245
  "time_unit_h": "h",
13246
13246
  "timer_ceiling_fan_headline_text": "타이머",
13247
13247
  "timer_ceiling_fan_lighting_switched_off_text": "조명은 약 {0}에 꺼집니다.",
@@ -14100,20 +14100,20 @@ export default {
14100
14100
  "switch_overcharge_headline_description": "Ši funkcija automatiškai išjungia mobiliųjų įtaisų, įskaitant mobiliuosius telefonus ir išorines baterijas, įkrovimą, kai jie visiškai įkrauti, kad būtų išvengta perteklinės įkrovos ir pailgėtų akumuliatoriaus veikimo laikas.",
14101
14101
  "switch_overcharge_headline_text": "Apsauga nuo perteklinės įkrovos",
14102
14102
  "switchinching_overview_description_text": "Po tam tikro laiko automatiškai išjungti įtaisą.",
14103
- "thermostat_automode": "Auto mode",
14103
+ "thermostat_automode": "Automatic",
14104
14104
  "thermostat_comforttemp": "Comfort temp.",
14105
14105
  "thermostat_descriptionrapid": "To set the temperature to a value immediately",
14106
14106
  "thermostat_descriptionvacation": "To set a vacation time",
14107
14107
  "thermostat_difference": "Difference between the current and set temperature",
14108
14108
  "thermostat_drifttemp": "Drift temp.",
14109
- "thermostat_editauto": "Edit Auto mode",
14109
+ "thermostat_editauto": "Edit Automatic mode",
14110
14110
  "thermostat_enddate": "End date",
14111
14111
  "thermostat_endtime": "End time",
14112
14112
  "thermostat_energysaving": "Energy saving temp.",
14113
14113
  "thermostat_error": "The end time must be greater than the start time",
14114
14114
  "thermostat_maxtime": "No longer than 100 days",
14115
14115
  "thermostat_openwindow": "Open window reminder",
14116
- "thermostat_powermode": "Power mode",
14116
+ "thermostat_powermode": "Manual",
14117
14117
  "thermostat_quicktemp": "Quick temp. rising",
14118
14118
  "thermostat_refresh": "Refresh",
14119
14119
  "thermostat_schedule": "You can adapt the temperature as per your schedule",
@@ -14127,7 +14127,7 @@ export default {
14127
14127
  "thermostat_title": "Thermostat",
14128
14128
  "thermostat_triggertimes": "Trigger times",
14129
14129
  "thermostat_unit": "Unit: °C",
14130
- "thermostat_vacationmode": "Vacation mode",
14130
+ "thermostat_vacationmode": "Vacation",
14131
14131
  "time_unit_h": "h",
14132
14132
  "timer_ceiling_fan_headline_text": "Laikmatis",
14133
14133
  "timer_ceiling_fan_lighting_switched_off_text": "Apšvietimas bus išjungtas apie {0}",
@@ -16758,20 +16758,20 @@ export default {
16758
16758
  "switch_overcharge_headline_description": "De functie schakelt het opladen van mobiele apparaten, waaronder mobiele telefoons en powerbanks, automatisch uit wanneer ze volledig zijn opgeladen om overbelading te voorkomen en de levensduur van de batterij te verlengen.",
16759
16759
  "switch_overcharge_headline_text": "Bescherming tegen overlading",
16760
16760
  "switchinching_overview_description_text": "Om het apparaat na een bepaalde tijd automatisch uit te schakelen.",
16761
- "thermostat_automode": "Auto mode",
16761
+ "thermostat_automode": "Automatic",
16762
16762
  "thermostat_comforttemp": "Comfort temp.",
16763
16763
  "thermostat_descriptionrapid": "To set the temperature to a value immediately",
16764
16764
  "thermostat_descriptionvacation": "To set a vacation time",
16765
16765
  "thermostat_difference": "Difference between the current and set temperature",
16766
16766
  "thermostat_drifttemp": "Drift temp.",
16767
- "thermostat_editauto": "Edit Auto mode",
16767
+ "thermostat_editauto": "Edit Automatic mode",
16768
16768
  "thermostat_enddate": "End date",
16769
16769
  "thermostat_endtime": "End time",
16770
16770
  "thermostat_energysaving": "Energy saving temp.",
16771
16771
  "thermostat_error": "The end time must be greater than the start time",
16772
16772
  "thermostat_maxtime": "No longer than 100 days",
16773
16773
  "thermostat_openwindow": "Open window reminder",
16774
- "thermostat_powermode": "Power mode",
16774
+ "thermostat_powermode": "Manual",
16775
16775
  "thermostat_quicktemp": "Quick temp. rising",
16776
16776
  "thermostat_refresh": "Refresh",
16777
16777
  "thermostat_schedule": "You can adapt the temperature as per your schedule",
@@ -16785,7 +16785,7 @@ export default {
16785
16785
  "thermostat_title": "Thermostat",
16786
16786
  "thermostat_triggertimes": "Trigger times",
16787
16787
  "thermostat_unit": "Unit: °C",
16788
- "thermostat_vacationmode": "Vacation mode",
16788
+ "thermostat_vacationmode": "Vacation",
16789
16789
  "time_unit_h": "h",
16790
16790
  "timer_ceiling_fan_headline_text": "Timer",
16791
16791
  "timer_ceiling_fan_lighting_switched_off_text": "Verlichting wordt uitgeschakeld rond {0}",
@@ -17644,20 +17644,20 @@ export default {
17644
17644
  "switch_overcharge_headline_description": "Funcția oprește automat încărcarea dispozitivelor mobile, inclusiv a telefoanelor mobile și a băncilor de alimentare, atunci când acestea sunt complet încărcate, pentru a preveni supraîncărcarea și a prelungi durata de viață a bateriei.",
17645
17645
  "switch_overcharge_headline_text": "Protecție la supraîncărcare",
17646
17646
  "switchinching_overview_description_text": "Pentru a opri automat dispozitivul după o perioadă de timp.",
17647
- "thermostat_automode": "Auto mode",
17647
+ "thermostat_automode": "Automatic",
17648
17648
  "thermostat_comforttemp": "Comfort temp.",
17649
17649
  "thermostat_descriptionrapid": "To set the temperature to a value immediately",
17650
17650
  "thermostat_descriptionvacation": "To set a vacation time",
17651
17651
  "thermostat_difference": "Difference between the current and set temperature",
17652
17652
  "thermostat_drifttemp": "Drift temp.",
17653
- "thermostat_editauto": "Edit Auto mode",
17653
+ "thermostat_editauto": "Edit Automatic mode",
17654
17654
  "thermostat_enddate": "End date",
17655
17655
  "thermostat_endtime": "End time",
17656
17656
  "thermostat_energysaving": "Energy saving temp.",
17657
17657
  "thermostat_error": "The end time must be greater than the start time",
17658
17658
  "thermostat_maxtime": "No longer than 100 days",
17659
17659
  "thermostat_openwindow": "Open window reminder",
17660
- "thermostat_powermode": "Power mode",
17660
+ "thermostat_powermode": "Manual",
17661
17661
  "thermostat_quicktemp": "Quick temp. rising",
17662
17662
  "thermostat_refresh": "Refresh",
17663
17663
  "thermostat_schedule": "You can adapt the temperature as per your schedule",
@@ -17671,7 +17671,7 @@ export default {
17671
17671
  "thermostat_title": "Thermostat",
17672
17672
  "thermostat_triggertimes": "Trigger times",
17673
17673
  "thermostat_unit": "Unit: °C",
17674
- "thermostat_vacationmode": "Vacation mode",
17674
+ "thermostat_vacationmode": "Vacation",
17675
17675
  "time_unit_h": "h",
17676
17676
  "timer_ceiling_fan_headline_text": "Cronometru",
17677
17677
  "timer_ceiling_fan_lighting_switched_off_text": "Iluminatul va fi oprit la aproximativ {0}",
@@ -18530,20 +18530,20 @@ export default {
18530
18530
  "switch_overcharge_headline_description": "Táto funkcia automaticky vypne nabíjanie mobilných zariadení vrátane mobilných telefónov a napájacích bánk, keď sú úplne nabité, aby sa zabránilo prebíjaniu a predĺžila sa životnosť batérie.",
18531
18531
  "switch_overcharge_headline_text": "Ochrana proti prebíjaniu",
18532
18532
  "switchinching_overview_description_text": "Automatické vypnutie zariadenia po určitej dobe.",
18533
- "thermostat_automode": "Auto mode",
18533
+ "thermostat_automode": "Automatic",
18534
18534
  "thermostat_comforttemp": "Comfort temp.",
18535
18535
  "thermostat_descriptionrapid": "To set the temperature to a value immediately",
18536
18536
  "thermostat_descriptionvacation": "To set a vacation time",
18537
18537
  "thermostat_difference": "Difference between the current and set temperature",
18538
18538
  "thermostat_drifttemp": "Drift temp.",
18539
- "thermostat_editauto": "Edit Auto mode",
18539
+ "thermostat_editauto": "Edit Automatic mode",
18540
18540
  "thermostat_enddate": "End date",
18541
18541
  "thermostat_endtime": "End time",
18542
18542
  "thermostat_energysaving": "Energy saving temp.",
18543
18543
  "thermostat_error": "The end time must be greater than the start time",
18544
18544
  "thermostat_maxtime": "No longer than 100 days",
18545
18545
  "thermostat_openwindow": "Open window reminder",
18546
- "thermostat_powermode": "Power mode",
18546
+ "thermostat_powermode": "Manual",
18547
18547
  "thermostat_quicktemp": "Quick temp. rising",
18548
18548
  "thermostat_refresh": "Refresh",
18549
18549
  "thermostat_schedule": "You can adapt the temperature as per your schedule",
@@ -18557,7 +18557,7 @@ export default {
18557
18557
  "thermostat_title": "Thermostat",
18558
18558
  "thermostat_triggertimes": "Trigger times",
18559
18559
  "thermostat_unit": "Unit: °C",
18560
- "thermostat_vacationmode": "Vacation mode",
18560
+ "thermostat_vacationmode": "Vacation",
18561
18561
  "time_unit_h": "h",
18562
18562
  "timer_ceiling_fan_headline_text": "Časovač",
18563
18563
  "timer_ceiling_fan_lighting_switched_off_text": "Osvetlenie sa vypne približne o {0}",
@@ -21188,20 +21188,20 @@ export default {
21188
21188
  "switch_overcharge_headline_description": "A funkció automatikusan kikapcsolja a mobileszközök töltését, beleértve a mobiltelefonokat és a külső akkumulátorokat, amikor azok teljesen fel vannak töltve, hogy megakadályozzák a túltöltést és meghosszabbítsák az akkumulátor élettartamát.",
21189
21189
  "switch_overcharge_headline_text": "Túltöltés elleni védelem",
21190
21190
  "switchinching_overview_description_text": "Ahhoz, hogy automatikusan kikapcsolja a készüléket, miután egy ideig.",
21191
- "thermostat_automode": "Auto mode",
21191
+ "thermostat_automode": "Automatic",
21192
21192
  "thermostat_comforttemp": "Comfort temp.",
21193
21193
  "thermostat_descriptionrapid": "To set the temperature to a value immediately",
21194
21194
  "thermostat_descriptionvacation": "To set a vacation time",
21195
21195
  "thermostat_difference": "Difference between the current and set temperature",
21196
21196
  "thermostat_drifttemp": "Drift temp.",
21197
- "thermostat_editauto": "Edit Auto mode",
21197
+ "thermostat_editauto": "Edit Automatic mode",
21198
21198
  "thermostat_enddate": "End date",
21199
21199
  "thermostat_endtime": "End time",
21200
21200
  "thermostat_energysaving": "Energy saving temp.",
21201
21201
  "thermostat_error": "The end time must be greater than the start time",
21202
21202
  "thermostat_maxtime": "No longer than 100 days",
21203
21203
  "thermostat_openwindow": "Open window reminder",
21204
- "thermostat_powermode": "Power mode",
21204
+ "thermostat_powermode": "Manual",
21205
21205
  "thermostat_quicktemp": "Quick temp. rising",
21206
21206
  "thermostat_refresh": "Refresh",
21207
21207
  "thermostat_schedule": "You can adapt the temperature as per your schedule",
@@ -21215,7 +21215,7 @@ export default {
21215
21215
  "thermostat_title": "Thermostat",
21216
21216
  "thermostat_triggertimes": "Trigger times",
21217
21217
  "thermostat_unit": "Unit: °C",
21218
- "thermostat_vacationmode": "Vacation mode",
21218
+ "thermostat_vacationmode": "Vacation",
21219
21219
  "time_unit_h": "h",
21220
21220
  "timer_ceiling_fan_headline_text": "Időzítő",
21221
21221
  "timer_ceiling_fan_lighting_switched_off_text": "A világítás kikapcsol körülbelül ekkor: {0}",
@@ -22074,20 +22074,20 @@ export default {
22074
22074
  "switch_overcharge_headline_description": "Funkcja automatycznie wyłącza ładowanie urządzeń mobilnych, w tym telefonów komórkowych i power banków, gdy są w pełni naładowane, aby zapobiec przeładowaniu i przedłużyć żywotność baterii.",
22075
22075
  "switch_overcharge_headline_text": "Ochrona przed przeładowaniem",
22076
22076
  "switchinching_overview_description_text": "Automatyczne wyłączanie urządzenia po pewnym czasie.",
22077
- "thermostat_automode": "Auto mode",
22077
+ "thermostat_automode": "Automatic",
22078
22078
  "thermostat_comforttemp": "Comfort temp.",
22079
22079
  "thermostat_descriptionrapid": "To set the temperature to a value immediately",
22080
22080
  "thermostat_descriptionvacation": "To set a vacation time",
22081
22081
  "thermostat_difference": "Difference between the current and set temperature",
22082
22082
  "thermostat_drifttemp": "Drift temp.",
22083
- "thermostat_editauto": "Edit Auto mode",
22083
+ "thermostat_editauto": "Edit Automatic mode",
22084
22084
  "thermostat_enddate": "End date",
22085
22085
  "thermostat_endtime": "End time",
22086
22086
  "thermostat_energysaving": "Energy saving temp.",
22087
22087
  "thermostat_error": "The end time must be greater than the start time",
22088
22088
  "thermostat_maxtime": "No longer than 100 days",
22089
22089
  "thermostat_openwindow": "Open window reminder",
22090
- "thermostat_powermode": "Power mode",
22090
+ "thermostat_powermode": "Manual",
22091
22091
  "thermostat_quicktemp": "Quick temp. rising",
22092
22092
  "thermostat_refresh": "Refresh",
22093
22093
  "thermostat_schedule": "You can adapt the temperature as per your schedule",
@@ -22101,7 +22101,7 @@ export default {
22101
22101
  "thermostat_title": "Thermostat",
22102
22102
  "thermostat_triggertimes": "Trigger times",
22103
22103
  "thermostat_unit": "Unit: °C",
22104
- "thermostat_vacationmode": "Vacation mode",
22104
+ "thermostat_vacationmode": "Vacation",
22105
22105
  "time_unit_h": "h",
22106
22106
  "timer_ceiling_fan_headline_text": "Timer",
22107
22107
  "timer_ceiling_fan_lighting_switched_off_text": "Oświetlenie zostanie wyłączone około {0}",
@@ -22960,20 +22960,20 @@ export default {
22960
22960
  "switch_overcharge_headline_description": "O recurso desliga automaticamente o carregamento de seus dispositivos móveis, incluindo telefones celulares e bancos de energia, quando eles estão totalmente carregados para evitar sobrecargas e prolongar a vida útil da bateria.",
22961
22961
  "switch_overcharge_headline_text": "Proteção contra sobrecarga",
22962
22962
  "switchinching_overview_description_text": "Para desligar automaticamente o dispositivo após um período de tempo.",
22963
- "thermostat_automode": "Auto mode",
22963
+ "thermostat_automode": "Automatic",
22964
22964
  "thermostat_comforttemp": "Comfort temp.",
22965
22965
  "thermostat_descriptionrapid": "To set the temperature to a value immediately",
22966
22966
  "thermostat_descriptionvacation": "To set a vacation time",
22967
22967
  "thermostat_difference": "Difference between the current and set temperature",
22968
22968
  "thermostat_drifttemp": "Drift temp.",
22969
- "thermostat_editauto": "Edit Auto mode",
22969
+ "thermostat_editauto": "Edit Automatic mode",
22970
22970
  "thermostat_enddate": "End date",
22971
22971
  "thermostat_endtime": "End time",
22972
22972
  "thermostat_energysaving": "Energy saving temp.",
22973
22973
  "thermostat_error": "The end time must be greater than the start time",
22974
22974
  "thermostat_maxtime": "No longer than 100 days",
22975
22975
  "thermostat_openwindow": "Open window reminder",
22976
- "thermostat_powermode": "Power mode",
22976
+ "thermostat_powermode": "Manual",
22977
22977
  "thermostat_quicktemp": "Quick temp. rising",
22978
22978
  "thermostat_refresh": "Refresh",
22979
22979
  "thermostat_schedule": "You can adapt the temperature as per your schedule",
@@ -22987,7 +22987,7 @@ export default {
22987
22987
  "thermostat_title": "Thermostat",
22988
22988
  "thermostat_triggertimes": "Trigger times",
22989
22989
  "thermostat_unit": "Unit: °C",
22990
- "thermostat_vacationmode": "Vacation mode",
22990
+ "thermostat_vacationmode": "Vacation",
22991
22991
  "time_unit_h": "h",
22992
22992
  "timer_ceiling_fan_headline_text": "Cronômetro",
22993
22993
  "timer_ceiling_fan_lighting_switched_off_text": "A iluminação será desligada por volta de {0}",
@@ -23846,20 +23846,20 @@ export default {
23846
23846
  "switch_overcharge_headline_description": "Эта функция автоматически отключает зарядку мобильных устройств, включая мобильные телефоны и блоки питания, после их полной зарядки, чтобы предотвратить перезарядку и продлить срок службы батареи.",
23847
23847
  "switch_overcharge_headline_text": "Защита от перезарядки",
23848
23848
  "switchinching_overview_description_text": "Для автоматического выключения устройства через некоторое время.",
23849
- "thermostat_automode": "Auto mode",
23849
+ "thermostat_automode": "Automatic",
23850
23850
  "thermostat_comforttemp": "Comfort temp.",
23851
23851
  "thermostat_descriptionrapid": "To set the temperature to a value immediately",
23852
23852
  "thermostat_descriptionvacation": "To set a vacation time",
23853
23853
  "thermostat_difference": "Difference between the current and set temperature",
23854
23854
  "thermostat_drifttemp": "Drift temp.",
23855
- "thermostat_editauto": "Edit Auto mode",
23855
+ "thermostat_editauto": "Edit Automatic mode",
23856
23856
  "thermostat_enddate": "End date",
23857
23857
  "thermostat_endtime": "End time",
23858
23858
  "thermostat_energysaving": "Energy saving temp.",
23859
23859
  "thermostat_error": "The end time must be greater than the start time",
23860
23860
  "thermostat_maxtime": "No longer than 100 days",
23861
23861
  "thermostat_openwindow": "Open window reminder",
23862
- "thermostat_powermode": "Power mode",
23862
+ "thermostat_powermode": "Manual",
23863
23863
  "thermostat_quicktemp": "Quick temp. rising",
23864
23864
  "thermostat_refresh": "Refresh",
23865
23865
  "thermostat_schedule": "You can adapt the temperature as per your schedule",
@@ -23873,7 +23873,7 @@ export default {
23873
23873
  "thermostat_title": "Thermostat",
23874
23874
  "thermostat_triggertimes": "Trigger times",
23875
23875
  "thermostat_unit": "Unit: °C",
23876
- "thermostat_vacationmode": "Vacation mode",
23876
+ "thermostat_vacationmode": "Vacation",
23877
23877
  "time_unit_h": "h",
23878
23878
  "timer_ceiling_fan_headline_text": "Таймер",
23879
23879
  "timer_ceiling_fan_lighting_switched_off_text": "Освещение будет выключено примерно через {0}",
@@ -24732,20 +24732,20 @@ export default {
24732
24732
  "switch_overcharge_headline_description": "Bu özellik, aşırı şarjı önlemek ve pil ömrünü uzatmak için tamamen şarj olduklarında cep telefonları ve güç bankaları da dahil olmak üzere mobil cihazlarınızı şarj etmeyi otomatik olarak kapatır.",
24733
24733
  "switch_overcharge_headline_text": "Aşırı Şarj Koruması",
24734
24734
  "switchinching_overview_description_text": "Belirli bir süre sonra cihazı otomatik olarak kapatmak için.",
24735
- "thermostat_automode": "Auto mode",
24735
+ "thermostat_automode": "Automatic",
24736
24736
  "thermostat_comforttemp": "Comfort temp.",
24737
24737
  "thermostat_descriptionrapid": "To set the temperature to a value immediately",
24738
24738
  "thermostat_descriptionvacation": "To set a vacation time",
24739
24739
  "thermostat_difference": "Difference between the current and set temperature",
24740
24740
  "thermostat_drifttemp": "Drift temp.",
24741
- "thermostat_editauto": "Edit Auto mode",
24741
+ "thermostat_editauto": "Edit Automatic mode",
24742
24742
  "thermostat_enddate": "End date",
24743
24743
  "thermostat_endtime": "End time",
24744
24744
  "thermostat_energysaving": "Energy saving temp.",
24745
24745
  "thermostat_error": "The end time must be greater than the start time",
24746
24746
  "thermostat_maxtime": "No longer than 100 days",
24747
24747
  "thermostat_openwindow": "Open window reminder",
24748
- "thermostat_powermode": "Power mode",
24748
+ "thermostat_powermode": "Manual",
24749
24749
  "thermostat_quicktemp": "Quick temp. rising",
24750
24750
  "thermostat_refresh": "Refresh",
24751
24751
  "thermostat_schedule": "You can adapt the temperature as per your schedule",
@@ -24759,7 +24759,7 @@ export default {
24759
24759
  "thermostat_title": "Thermostat",
24760
24760
  "thermostat_triggertimes": "Trigger times",
24761
24761
  "thermostat_unit": "Unit: °C",
24762
- "thermostat_vacationmode": "Vacation mode",
24762
+ "thermostat_vacationmode": "Vacation",
24763
24763
  "time_unit_h": "h",
24764
24764
  "timer_ceiling_fan_headline_text": "Zamanlayıcı",
24765
24765
  "timer_ceiling_fan_lighting_switched_off_text": "Aydınlatma yaklaşık {0}'de kapatılacaktır",
@@ -25618,20 +25618,20 @@ export default {
25618
25618
  "switch_overcharge_headline_description": "O recurso desliga automaticamente o carregamento de seus dispositivos móveis, incluindo telefones celulares e bancos de energia, quando eles estão totalmente carregados para evitar sobrecargas e prolongar a vida útil da bateria.",
25619
25619
  "switch_overcharge_headline_text": "Proteção contra sobrecarga",
25620
25620
  "switchinching_overview_description_text": "Para desligar automaticamente o dispositivo após um período de tempo.",
25621
- "thermostat_automode": "Auto mode",
25621
+ "thermostat_automode": "Automatic",
25622
25622
  "thermostat_comforttemp": "Comfort temp.",
25623
25623
  "thermostat_descriptionrapid": "To set the temperature to a value immediately",
25624
25624
  "thermostat_descriptionvacation": "To set a vacation time",
25625
25625
  "thermostat_difference": "Difference between the current and set temperature",
25626
25626
  "thermostat_drifttemp": "Drift temp.",
25627
- "thermostat_editauto": "Edit Auto mode",
25627
+ "thermostat_editauto": "Edit Automatic mode",
25628
25628
  "thermostat_enddate": "End date",
25629
25629
  "thermostat_endtime": "End time",
25630
25630
  "thermostat_energysaving": "Energy saving temp.",
25631
25631
  "thermostat_error": "The end time must be greater than the start time",
25632
25632
  "thermostat_maxtime": "No longer than 100 days",
25633
25633
  "thermostat_openwindow": "Open window reminder",
25634
- "thermostat_powermode": "Power mode",
25634
+ "thermostat_powermode": "Manual",
25635
25635
  "thermostat_quicktemp": "Quick temp. rising",
25636
25636
  "thermostat_refresh": "Refresh",
25637
25637
  "thermostat_schedule": "You can adapt the temperature as per your schedule",
@@ -25645,7 +25645,7 @@ export default {
25645
25645
  "thermostat_title": "Thermostat",
25646
25646
  "thermostat_triggertimes": "Trigger times",
25647
25647
  "thermostat_unit": "Unit: °C",
25648
- "thermostat_vacationmode": "Vacation mode",
25648
+ "thermostat_vacationmode": "Vacation",
25649
25649
  "time_unit_h": "h",
25650
25650
  "timer_ceiling_fan_headline_text": "Cronômetro",
25651
25651
  "timer_ceiling_fan_lighting_switched_off_text": "A iluminação será desligada por volta de {0}",