@ledvance/base 1.3.7 → 1.3.9
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/localazy.json +12 -1
- package/package.json +1 -1
- package/src/components/AdvanceCard.tsx +4 -3
- package/src/components/ApplyForDeviceItem.tsx +6 -5
- package/src/components/ApplyForDeviceList.tsx +4 -3
- package/src/components/ApplyForText.tsx +4 -3
- package/src/components/Card.tsx +4 -3
- package/src/components/ColorTempAdjustView.tsx +2 -1
- package/src/components/CustomListDialog.tsx +4 -3
- package/src/components/DeleteButton.tsx +4 -3
- package/src/components/DrawToolView.tsx +13 -12
- package/src/components/FanAdjustView.tsx +16 -15
- package/src/components/InfoText.tsx +3 -2
- package/src/components/Page.tsx +3 -2
- package/src/components/Popup.tsx +4 -3
- package/src/components/Segmented.tsx +7 -6
- package/src/components/SocketItem.tsx +4 -3
- package/src/components/Stepper.tsx +6 -5
- package/src/components/StripAdjustView.tsx +6 -6
- package/src/components/StripLightView.tsx +3 -2
- package/src/components/Summary.tsx +7 -6
- package/src/components/Tag.tsx +6 -5
- package/src/components/TextField.tsx +7 -6
- package/src/components/TextFieldStyleButton.tsx +7 -6
- package/src/components/UATabTitle.tsx +4 -3
- package/src/components/UATabs.tsx +5 -4
- package/src/components/ldvColorSlider.tsx +3 -2
- package/src/components/ldvPickerView.tsx +5 -4
- package/src/components/ldvSlider.tsx +4 -3
- package/src/components/ldvSwitch.tsx +4 -4
- package/src/components/ldvTopBar.tsx +4 -3
- package/src/components/ldvTopName.tsx +4 -3
- package/src/components/segmentControl.tsx +7 -7
- package/src/components/weekSelect.tsx +3 -3
- package/src/config/dark-theme.ts +1 -0
- package/src/config/light-theme.ts +2 -1
- package/src/i18n/strings.ts +354 -35
- package/src/res/arrow_temp_down.png +0 -0
- package/src/res/arrow_temp_down@2x.png +0 -0
- package/src/res/arrow_temp_down@3x.png +0 -0
- package/src/res/arrow_temp_up.png +0 -0
- package/src/res/arrow_temp_up@2x.png +0 -0
- package/src/res/arrow_temp_up@3x.png +0 -0
- package/src/res/index.ts +3 -1
- package/translateKey.txt +11 -0
package/src/i18n/strings.ts
CHANGED
|
@@ -56,6 +56,7 @@ export default {
|
|
|
56
56
|
"add_new_trigger_time_field_headline_text3": "Iluminación secundaria",
|
|
57
57
|
"add_new_trigger_time_field_text": "Tono",
|
|
58
58
|
"add_new_trigger_time_headline_text": "Añadir un nuevo tiempo de activación",
|
|
59
|
+
"add_new_trigger_time_icon_selection_headline_text": "Selecciona un icono",
|
|
59
60
|
"add_new_trigger_time_information_text": "Los tiempos desactivados no pueden seleccionarse porque todos los tiempos de activación deben tener un intervalo mínimo de 15 minutos.",
|
|
60
61
|
"add_new_trigger_time_inputfield_value_text": "Nombre",
|
|
61
62
|
"add_new_trigger_time_subheadline_text": "ESTADO DEL DISPOSITIVO",
|
|
@@ -807,22 +808,32 @@ export default {
|
|
|
807
808
|
"switch_overcharge_headline_text": "Protección de sobrecarga",
|
|
808
809
|
"switchinching_overview_description_text": "Para apagar automáticamente el dispositivo después de un período de tiempo.",
|
|
809
810
|
"thermostat_automode": "Auto mode",
|
|
811
|
+
"thermostat_comforttemp": "Comfort temp.",
|
|
810
812
|
"thermostat_descriptionrapid": "To set the temperature to a value immediately",
|
|
811
813
|
"thermostat_descriptionvacation": "To set a vacation time",
|
|
812
814
|
"thermostat_difference": "Difference between the current and set temperature",
|
|
813
815
|
"thermostat_drifttemp": "Drift temp.",
|
|
816
|
+
"thermostat_editauto": "Edit Auto mode",
|
|
814
817
|
"thermostat_enddate": "End date",
|
|
818
|
+
"thermostat_endtime": "End time",
|
|
815
819
|
"thermostat_energysaving": "Energy saving temp.",
|
|
820
|
+
"thermostat_error": "The end time must be greater than the start time",
|
|
821
|
+
"thermostat_maxtime": "No longer than 100 days",
|
|
816
822
|
"thermostat_openwindow": "Open window reminder",
|
|
817
823
|
"thermostat_powermode": "Power mode",
|
|
818
824
|
"thermostat_quicktemp": "Quick temp. rising",
|
|
819
825
|
"thermostat_refresh": "Refresh",
|
|
826
|
+
"thermostat_schedule": "You can adapt the temperature as per your schedule",
|
|
827
|
+
"thermostat_setscope": "Set scope",
|
|
820
828
|
"thermostat_settemp": "Set temp.",
|
|
829
|
+
"thermostat_settime": "Set time",
|
|
821
830
|
"thermostat_startdate": "Start date",
|
|
831
|
+
"thermostat_starttime": "Start time",
|
|
822
832
|
"thermostat_tempcurrent": "Current temp.",
|
|
823
833
|
"thermostat_tempsetting": " Temp. setting",
|
|
824
834
|
"thermostat_title": "Thermostat",
|
|
825
835
|
"thermostat_triggertimes": "Trigger times",
|
|
836
|
+
"thermostat_unit": "Unit: °C",
|
|
826
837
|
"thermostat_vacationmode": "Vacation mode",
|
|
827
838
|
"time_unit_h": "h",
|
|
828
839
|
"timer_ceiling_fan_headline_text": "Temporizador",
|
|
@@ -928,6 +939,7 @@ export default {
|
|
|
928
939
|
"add_new_trigger_time_field_headline_text3": "إضاءة ثانوية",
|
|
929
940
|
"add_new_trigger_time_field_text": "ظلل",
|
|
930
941
|
"add_new_trigger_time_headline_text": "إضافة وقت تشغيل جديد",
|
|
942
|
+
"add_new_trigger_time_icon_selection_headline_text": "حدد أيقونة",
|
|
931
943
|
"add_new_trigger_time_information_text": "لا يمكن تحديد الأوقات المعطلة لأن كل أوقات التشغيل يجب أن تحتوي على فاصل زمني لا يقل عن 15 دقيقة.",
|
|
932
944
|
"add_new_trigger_time_inputfield_value_text": "الاسم",
|
|
933
945
|
"add_new_trigger_time_subheadline_text": "حالة الجهاز",
|
|
@@ -1679,22 +1691,32 @@ export default {
|
|
|
1679
1691
|
"switch_overcharge_headline_text": "حماية الشحن الزائد",
|
|
1680
1692
|
"switchinching_overview_description_text": "لإيقاف تشغيل الجهاز تلقائيًا بعد فترة من الوقت.",
|
|
1681
1693
|
"thermostat_automode": "Auto mode",
|
|
1694
|
+
"thermostat_comforttemp": "Comfort temp.",
|
|
1682
1695
|
"thermostat_descriptionrapid": "To set the temperature to a value immediately",
|
|
1683
1696
|
"thermostat_descriptionvacation": "To set a vacation time",
|
|
1684
1697
|
"thermostat_difference": "Difference between the current and set temperature",
|
|
1685
1698
|
"thermostat_drifttemp": "Drift temp.",
|
|
1699
|
+
"thermostat_editauto": "Edit Auto mode",
|
|
1686
1700
|
"thermostat_enddate": "End date",
|
|
1701
|
+
"thermostat_endtime": "End time",
|
|
1687
1702
|
"thermostat_energysaving": "Energy saving temp.",
|
|
1703
|
+
"thermostat_error": "The end time must be greater than the start time",
|
|
1704
|
+
"thermostat_maxtime": "No longer than 100 days",
|
|
1688
1705
|
"thermostat_openwindow": "Open window reminder",
|
|
1689
1706
|
"thermostat_powermode": "Power mode",
|
|
1690
1707
|
"thermostat_quicktemp": "Quick temp. rising",
|
|
1691
1708
|
"thermostat_refresh": "Refresh",
|
|
1709
|
+
"thermostat_schedule": "You can adapt the temperature as per your schedule",
|
|
1710
|
+
"thermostat_setscope": "Set scope",
|
|
1692
1711
|
"thermostat_settemp": "Set temp.",
|
|
1712
|
+
"thermostat_settime": "Set time",
|
|
1693
1713
|
"thermostat_startdate": "Start date",
|
|
1714
|
+
"thermostat_starttime": "Start time",
|
|
1694
1715
|
"thermostat_tempcurrent": "Current temp.",
|
|
1695
1716
|
"thermostat_tempsetting": " Temp. setting",
|
|
1696
1717
|
"thermostat_title": "Thermostat",
|
|
1697
1718
|
"thermostat_triggertimes": "Trigger times",
|
|
1719
|
+
"thermostat_unit": "Unit: °C",
|
|
1698
1720
|
"thermostat_vacationmode": "Vacation mode",
|
|
1699
1721
|
"time_unit_h": "h",
|
|
1700
1722
|
"timer_ceiling_fan_headline_text": "مؤقت",
|
|
@@ -1800,6 +1822,7 @@ export default {
|
|
|
1800
1822
|
"add_new_trigger_time_field_headline_text3": "Sekundární osvětlení",
|
|
1801
1823
|
"add_new_trigger_time_field_text": "Odstín",
|
|
1802
1824
|
"add_new_trigger_time_headline_text": "Přidat nový čas spuštění",
|
|
1825
|
+
"add_new_trigger_time_icon_selection_headline_text": "Vybrat ikonu",
|
|
1803
1826
|
"add_new_trigger_time_information_text": "Časy deaktivace nelze zvolit, protože pro všechny časy spuštění musí být minimální interval 15 minut.",
|
|
1804
1827
|
"add_new_trigger_time_inputfield_value_text": "Název",
|
|
1805
1828
|
"add_new_trigger_time_subheadline_text": "STAV ZAŘÍZENÍ",
|
|
@@ -2551,22 +2574,32 @@ export default {
|
|
|
2551
2574
|
"switch_overcharge_headline_text": "Ochrana proti přebíjení",
|
|
2552
2575
|
"switchinching_overview_description_text": "Automatické vypnutí zařízení po určité době.",
|
|
2553
2576
|
"thermostat_automode": "Auto mode",
|
|
2577
|
+
"thermostat_comforttemp": "Comfort temp.",
|
|
2554
2578
|
"thermostat_descriptionrapid": "To set the temperature to a value immediately",
|
|
2555
2579
|
"thermostat_descriptionvacation": "To set a vacation time",
|
|
2556
2580
|
"thermostat_difference": "Difference between the current and set temperature",
|
|
2557
2581
|
"thermostat_drifttemp": "Drift temp.",
|
|
2582
|
+
"thermostat_editauto": "Edit Auto mode",
|
|
2558
2583
|
"thermostat_enddate": "End date",
|
|
2584
|
+
"thermostat_endtime": "End time",
|
|
2559
2585
|
"thermostat_energysaving": "Energy saving temp.",
|
|
2586
|
+
"thermostat_error": "The end time must be greater than the start time",
|
|
2587
|
+
"thermostat_maxtime": "No longer than 100 days",
|
|
2560
2588
|
"thermostat_openwindow": "Open window reminder",
|
|
2561
2589
|
"thermostat_powermode": "Power mode",
|
|
2562
2590
|
"thermostat_quicktemp": "Quick temp. rising",
|
|
2563
2591
|
"thermostat_refresh": "Refresh",
|
|
2592
|
+
"thermostat_schedule": "You can adapt the temperature as per your schedule",
|
|
2593
|
+
"thermostat_setscope": "Set scope",
|
|
2564
2594
|
"thermostat_settemp": "Set temp.",
|
|
2595
|
+
"thermostat_settime": "Set time",
|
|
2565
2596
|
"thermostat_startdate": "Start date",
|
|
2597
|
+
"thermostat_starttime": "Start time",
|
|
2566
2598
|
"thermostat_tempcurrent": "Current temp.",
|
|
2567
2599
|
"thermostat_tempsetting": " Temp. setting",
|
|
2568
2600
|
"thermostat_title": "Thermostat",
|
|
2569
2601
|
"thermostat_triggertimes": "Trigger times",
|
|
2602
|
+
"thermostat_unit": "Unit: °C",
|
|
2570
2603
|
"thermostat_vacationmode": "Vacation mode",
|
|
2571
2604
|
"time_unit_h": "h",
|
|
2572
2605
|
"timer_ceiling_fan_headline_text": "Časovač",
|
|
@@ -2672,6 +2705,7 @@ export default {
|
|
|
2672
2705
|
"add_new_trigger_time_field_headline_text3": "Secondary lighting",
|
|
2673
2706
|
"add_new_trigger_time_field_text": "Shade",
|
|
2674
2707
|
"add_new_trigger_time_headline_text": "Add a new trigger time",
|
|
2708
|
+
"add_new_trigger_time_icon_selection_headline_text": "Select an icon",
|
|
2675
2709
|
"add_new_trigger_time_information_text": "The disabled times cannot be selected because all trigger times must have a minimum interval of 15 minutes.",
|
|
2676
2710
|
"add_new_trigger_time_inputfield_value_text": "Name",
|
|
2677
2711
|
"add_new_trigger_time_subheadline_text": "DEVICE STATE",
|
|
@@ -3423,22 +3457,32 @@ export default {
|
|
|
3423
3457
|
"switch_overcharge_headline_text": "Overcharging Protection",
|
|
3424
3458
|
"switchinching_overview_description_text": "To automatically switch off the device after a period of time.",
|
|
3425
3459
|
"thermostat_automode": "Auto mode",
|
|
3460
|
+
"thermostat_comforttemp": "Comfort temp.",
|
|
3426
3461
|
"thermostat_descriptionrapid": "To set the temperature to a value immediately",
|
|
3427
3462
|
"thermostat_descriptionvacation": "To set a vacation time",
|
|
3428
3463
|
"thermostat_difference": "Difference between the current and set temperature",
|
|
3429
3464
|
"thermostat_drifttemp": "Drift temp.",
|
|
3465
|
+
"thermostat_editauto": "Edit Auto mode",
|
|
3430
3466
|
"thermostat_enddate": "End date",
|
|
3467
|
+
"thermostat_endtime": "End time",
|
|
3431
3468
|
"thermostat_energysaving": "Energy saving temp.",
|
|
3469
|
+
"thermostat_error": "The end time must be greater than the start time",
|
|
3470
|
+
"thermostat_maxtime": "No longer than 100 days",
|
|
3432
3471
|
"thermostat_openwindow": "Open window reminder",
|
|
3433
3472
|
"thermostat_powermode": "Power mode",
|
|
3434
3473
|
"thermostat_quicktemp": "Quick temp. rising",
|
|
3435
3474
|
"thermostat_refresh": "Refresh",
|
|
3475
|
+
"thermostat_schedule": "You can adapt the temperature as per your schedule",
|
|
3476
|
+
"thermostat_setscope": "Set scope",
|
|
3436
3477
|
"thermostat_settemp": "Set temp.",
|
|
3478
|
+
"thermostat_settime": "Set time",
|
|
3437
3479
|
"thermostat_startdate": "Start date",
|
|
3480
|
+
"thermostat_starttime": "Start time",
|
|
3438
3481
|
"thermostat_tempcurrent": "Current temp.",
|
|
3439
3482
|
"thermostat_tempsetting": " Temp. setting",
|
|
3440
3483
|
"thermostat_title": "Thermostat",
|
|
3441
3484
|
"thermostat_triggertimes": "Trigger times",
|
|
3485
|
+
"thermostat_unit": "Unit: °C",
|
|
3442
3486
|
"thermostat_vacationmode": "Vacation mode",
|
|
3443
3487
|
"time_unit_h": "h",
|
|
3444
3488
|
"timer_ceiling_fan_headline_text": "Timer",
|
|
@@ -3544,6 +3588,7 @@ export default {
|
|
|
3544
3588
|
"add_new_trigger_time_field_headline_text3": "Вторично осветление",
|
|
3545
3589
|
"add_new_trigger_time_field_text": "Сянка",
|
|
3546
3590
|
"add_new_trigger_time_headline_text": "Добавете ново време на задействане",
|
|
3591
|
+
"add_new_trigger_time_icon_selection_headline_text": "Изберете икона",
|
|
3547
3592
|
"add_new_trigger_time_information_text": "Деактивираните времена не могат да бъдат избрани, тъй като всички времена на задействане трябва да имат минимален интервал от 15 минути.",
|
|
3548
3593
|
"add_new_trigger_time_inputfield_value_text": "Име",
|
|
3549
3594
|
"add_new_trigger_time_subheadline_text": "СЪСТОЯНИЕ НА УСТРОЙСТВОТО",
|
|
@@ -4295,22 +4340,32 @@ export default {
|
|
|
4295
4340
|
"switch_overcharge_headline_text": "Защита от презареждане",
|
|
4296
4341
|
"switchinching_overview_description_text": "За автоматично изключване на устройството след определен период от време.",
|
|
4297
4342
|
"thermostat_automode": "Auto mode",
|
|
4343
|
+
"thermostat_comforttemp": "Comfort temp.",
|
|
4298
4344
|
"thermostat_descriptionrapid": "To set the temperature to a value immediately",
|
|
4299
4345
|
"thermostat_descriptionvacation": "To set a vacation time",
|
|
4300
4346
|
"thermostat_difference": "Difference between the current and set temperature",
|
|
4301
4347
|
"thermostat_drifttemp": "Drift temp.",
|
|
4348
|
+
"thermostat_editauto": "Edit Auto mode",
|
|
4302
4349
|
"thermostat_enddate": "End date",
|
|
4350
|
+
"thermostat_endtime": "End time",
|
|
4303
4351
|
"thermostat_energysaving": "Energy saving temp.",
|
|
4352
|
+
"thermostat_error": "The end time must be greater than the start time",
|
|
4353
|
+
"thermostat_maxtime": "No longer than 100 days",
|
|
4304
4354
|
"thermostat_openwindow": "Open window reminder",
|
|
4305
4355
|
"thermostat_powermode": "Power mode",
|
|
4306
4356
|
"thermostat_quicktemp": "Quick temp. rising",
|
|
4307
4357
|
"thermostat_refresh": "Refresh",
|
|
4358
|
+
"thermostat_schedule": "You can adapt the temperature as per your schedule",
|
|
4359
|
+
"thermostat_setscope": "Set scope",
|
|
4308
4360
|
"thermostat_settemp": "Set temp.",
|
|
4361
|
+
"thermostat_settime": "Set time",
|
|
4309
4362
|
"thermostat_startdate": "Start date",
|
|
4363
|
+
"thermostat_starttime": "Start time",
|
|
4310
4364
|
"thermostat_tempcurrent": "Current temp.",
|
|
4311
4365
|
"thermostat_tempsetting": " Temp. setting",
|
|
4312
4366
|
"thermostat_title": "Thermostat",
|
|
4313
4367
|
"thermostat_triggertimes": "Trigger times",
|
|
4368
|
+
"thermostat_unit": "Unit: °C",
|
|
4314
4369
|
"thermostat_vacationmode": "Vacation mode",
|
|
4315
4370
|
"time_unit_h": "h",
|
|
4316
4371
|
"timer_ceiling_fan_headline_text": "Таймер",
|
|
@@ -4416,6 +4471,7 @@ export default {
|
|
|
4416
4471
|
"add_new_trigger_time_field_headline_text3": "Almen belysning",
|
|
4417
4472
|
"add_new_trigger_time_field_text": "Lysfarve",
|
|
4418
4473
|
"add_new_trigger_time_headline_text": "Tilføj et nyt trigger-tidspunkt",
|
|
4474
|
+
"add_new_trigger_time_icon_selection_headline_text": "Vælg et ikon",
|
|
4419
4475
|
"add_new_trigger_time_information_text": "De deaktiverede tidspunkter kan ikke vælges, da alle trigger-tidspunkter skal have et minimumsinterval på 15 minutter.",
|
|
4420
4476
|
"add_new_trigger_time_inputfield_value_text": "Navn",
|
|
4421
4477
|
"add_new_trigger_time_subheadline_text": "ENHEDSSTAND",
|
|
@@ -5167,22 +5223,32 @@ export default {
|
|
|
5167
5223
|
"switch_overcharge_headline_text": "Beskyttelse mod overopladning",
|
|
5168
5224
|
"switchinching_overview_description_text": "Til at slukke enheden automatisk efter et stykke tid.",
|
|
5169
5225
|
"thermostat_automode": "Auto mode",
|
|
5226
|
+
"thermostat_comforttemp": "Comfort temp.",
|
|
5170
5227
|
"thermostat_descriptionrapid": "To set the temperature to a value immediately",
|
|
5171
5228
|
"thermostat_descriptionvacation": "To set a vacation time",
|
|
5172
5229
|
"thermostat_difference": "Difference between the current and set temperature",
|
|
5173
5230
|
"thermostat_drifttemp": "Drift temp.",
|
|
5231
|
+
"thermostat_editauto": "Edit Auto mode",
|
|
5174
5232
|
"thermostat_enddate": "End date",
|
|
5233
|
+
"thermostat_endtime": "End time",
|
|
5175
5234
|
"thermostat_energysaving": "Energy saving temp.",
|
|
5235
|
+
"thermostat_error": "The end time must be greater than the start time",
|
|
5236
|
+
"thermostat_maxtime": "No longer than 100 days",
|
|
5176
5237
|
"thermostat_openwindow": "Open window reminder",
|
|
5177
5238
|
"thermostat_powermode": "Power mode",
|
|
5178
5239
|
"thermostat_quicktemp": "Quick temp. rising",
|
|
5179
5240
|
"thermostat_refresh": "Refresh",
|
|
5241
|
+
"thermostat_schedule": "You can adapt the temperature as per your schedule",
|
|
5242
|
+
"thermostat_setscope": "Set scope",
|
|
5180
5243
|
"thermostat_settemp": "Set temp.",
|
|
5244
|
+
"thermostat_settime": "Set time",
|
|
5181
5245
|
"thermostat_startdate": "Start date",
|
|
5246
|
+
"thermostat_starttime": "Start time",
|
|
5182
5247
|
"thermostat_tempcurrent": "Current temp.",
|
|
5183
5248
|
"thermostat_tempsetting": " Temp. setting",
|
|
5184
5249
|
"thermostat_title": "Thermostat",
|
|
5185
5250
|
"thermostat_triggertimes": "Trigger times",
|
|
5251
|
+
"thermostat_unit": "Unit: °C",
|
|
5186
5252
|
"thermostat_vacationmode": "Vacation mode",
|
|
5187
5253
|
"time_unit_h": "h",
|
|
5188
5254
|
"timer_ceiling_fan_headline_text": "Timer",
|
|
@@ -5288,6 +5354,7 @@ export default {
|
|
|
5288
5354
|
"add_new_trigger_time_field_headline_text3": "Sekundärbeleuchtung",
|
|
5289
5355
|
"add_new_trigger_time_field_text": "Farbton",
|
|
5290
5356
|
"add_new_trigger_time_headline_text": "Eine neue Auslösezeit hinzufügen",
|
|
5357
|
+
"add_new_trigger_time_icon_selection_headline_text": "Symbol auswählen",
|
|
5291
5358
|
"add_new_trigger_time_information_text": "Die deaktivierten Zeiten können nicht ausgewählt werden, da alle Auslösezeiten ein Mindestintervall von 15 Minuten haben müssen.",
|
|
5292
5359
|
"add_new_trigger_time_inputfield_value_text": "Name",
|
|
5293
5360
|
"add_new_trigger_time_subheadline_text": "Gerätestatus",
|
|
@@ -6038,24 +6105,34 @@ export default {
|
|
|
6038
6105
|
"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.",
|
|
6039
6106
|
"switch_overcharge_headline_text": "Überladeschutz",
|
|
6040
6107
|
"switchinching_overview_description_text": "Um das Gerät nach einer bestimmten Zeit automatisch auszuschalten.",
|
|
6041
|
-
"thermostat_automode": "
|
|
6042
|
-
"
|
|
6043
|
-
"
|
|
6044
|
-
"
|
|
6045
|
-
"
|
|
6046
|
-
"
|
|
6047
|
-
"
|
|
6048
|
-
"
|
|
6049
|
-
"
|
|
6050
|
-
"
|
|
6051
|
-
"
|
|
6052
|
-
"
|
|
6053
|
-
"
|
|
6054
|
-
"
|
|
6055
|
-
"
|
|
6108
|
+
"thermostat_automode": "Automatischer Modus",
|
|
6109
|
+
"thermostat_comforttemp": "Comfort temp.",
|
|
6110
|
+
"thermostat_descriptionrapid": "Um die Temperatur sofort auf einen Wert einzustellen",
|
|
6111
|
+
"thermostat_descriptionvacation": "Um eine Urlaubszeit festzulegen",
|
|
6112
|
+
"thermostat_difference": "Differenz zwischen der aktuellen und der eingestellten Temperatur",
|
|
6113
|
+
"thermostat_drifttemp": "Drifttemperatur",
|
|
6114
|
+
"thermostat_editauto": "Automatik-Modus bearbeiten",
|
|
6115
|
+
"thermostat_enddate": "Enddatum",
|
|
6116
|
+
"thermostat_endtime": "End time",
|
|
6117
|
+
"thermostat_energysaving": "Energiesparende Temperatur.",
|
|
6118
|
+
"thermostat_error": "The end time must be greater than the start time",
|
|
6119
|
+
"thermostat_maxtime": "No longer than 100 days",
|
|
6120
|
+
"thermostat_openwindow": "Erinnerung an offene Fenster",
|
|
6121
|
+
"thermostat_powermode": "Leistungsmodus",
|
|
6122
|
+
"thermostat_quicktemp": "Schneller Temperaturanstieg",
|
|
6123
|
+
"thermostat_refresh": "Aktualisieren",
|
|
6124
|
+
"thermostat_schedule": "You can adapt the temperature as per your schedule",
|
|
6125
|
+
"thermostat_setscope": "Set scope",
|
|
6126
|
+
"thermostat_settemp": "Temperatur einstellen",
|
|
6127
|
+
"thermostat_settime": "Set time",
|
|
6128
|
+
"thermostat_startdate": "Beginndatum",
|
|
6129
|
+
"thermostat_starttime": "Start time",
|
|
6130
|
+
"thermostat_tempcurrent": "Aktuelle Temperatur",
|
|
6131
|
+
"thermostat_tempsetting": " Temperatureinstellung",
|
|
6056
6132
|
"thermostat_title": "Thermostat",
|
|
6057
|
-
"thermostat_triggertimes": "
|
|
6058
|
-
"
|
|
6133
|
+
"thermostat_triggertimes": "Auslösezeiten",
|
|
6134
|
+
"thermostat_unit": "Unit: °C",
|
|
6135
|
+
"thermostat_vacationmode": "Urlaubsmodus",
|
|
6059
6136
|
"time_unit_h": "h",
|
|
6060
6137
|
"timer_ceiling_fan_headline_text": "Timer",
|
|
6061
6138
|
"timer_ceiling_fan_lighting_switched_off_text": "Licht wird um ca. {0} ausgeschaltet",
|
|
@@ -6160,6 +6237,7 @@ export default {
|
|
|
6160
6237
|
"add_new_trigger_time_field_headline_text3": "Δευτερεύων φωτισμός",
|
|
6161
6238
|
"add_new_trigger_time_field_text": "Απόχρωση",
|
|
6162
6239
|
"add_new_trigger_time_headline_text": "Προσθήκη νέου χρόνου ενεργοποίησης",
|
|
6240
|
+
"add_new_trigger_time_icon_selection_headline_text": "Επιλέξτε εικονίδιο",
|
|
6163
6241
|
"add_new_trigger_time_information_text": "Οι απενεργοποιημένοι χρόνοι δεν μπορούν να επιλεγούν επειδή όλοι οι χρόνοι ενεργοποίησης πρέπει να έχουν ελάχιστο διάστημα 15 λεπτών.",
|
|
6164
6242
|
"add_new_trigger_time_inputfield_value_text": "Όνομα",
|
|
6165
6243
|
"add_new_trigger_time_subheadline_text": "ΚΑΤΑΣΤΑΣΗ ΣΥΣΚΕΥΗΣ",
|
|
@@ -6911,22 +6989,32 @@ export default {
|
|
|
6911
6989
|
"switch_overcharge_headline_text": "Προστασία υπερφόρτισης",
|
|
6912
6990
|
"switchinching_overview_description_text": "Για να απενεργοποιήσετε αυτόματα τη συσκευή μετά από ένα χρονικό διάστημα.",
|
|
6913
6991
|
"thermostat_automode": "Auto mode",
|
|
6992
|
+
"thermostat_comforttemp": "Comfort temp.",
|
|
6914
6993
|
"thermostat_descriptionrapid": "To set the temperature to a value immediately",
|
|
6915
6994
|
"thermostat_descriptionvacation": "To set a vacation time",
|
|
6916
6995
|
"thermostat_difference": "Difference between the current and set temperature",
|
|
6917
6996
|
"thermostat_drifttemp": "Drift temp.",
|
|
6997
|
+
"thermostat_editauto": "Edit Auto mode",
|
|
6918
6998
|
"thermostat_enddate": "End date",
|
|
6999
|
+
"thermostat_endtime": "End time",
|
|
6919
7000
|
"thermostat_energysaving": "Energy saving temp.",
|
|
7001
|
+
"thermostat_error": "The end time must be greater than the start time",
|
|
7002
|
+
"thermostat_maxtime": "No longer than 100 days",
|
|
6920
7003
|
"thermostat_openwindow": "Open window reminder",
|
|
6921
7004
|
"thermostat_powermode": "Power mode",
|
|
6922
7005
|
"thermostat_quicktemp": "Quick temp. rising",
|
|
6923
7006
|
"thermostat_refresh": "Refresh",
|
|
7007
|
+
"thermostat_schedule": "You can adapt the temperature as per your schedule",
|
|
7008
|
+
"thermostat_setscope": "Set scope",
|
|
6924
7009
|
"thermostat_settemp": "Set temp.",
|
|
7010
|
+
"thermostat_settime": "Set time",
|
|
6925
7011
|
"thermostat_startdate": "Start date",
|
|
7012
|
+
"thermostat_starttime": "Start time",
|
|
6926
7013
|
"thermostat_tempcurrent": "Current temp.",
|
|
6927
7014
|
"thermostat_tempsetting": " Temp. setting",
|
|
6928
7015
|
"thermostat_title": "Thermostat",
|
|
6929
7016
|
"thermostat_triggertimes": "Trigger times",
|
|
7017
|
+
"thermostat_unit": "Unit: °C",
|
|
6930
7018
|
"thermostat_vacationmode": "Vacation mode",
|
|
6931
7019
|
"time_unit_h": "h",
|
|
6932
7020
|
"timer_ceiling_fan_headline_text": "Χρονοδιακόπτης",
|
|
@@ -7032,6 +7120,7 @@ export default {
|
|
|
7032
7120
|
"add_new_trigger_time_field_headline_text3": "Iluminación secundaria",
|
|
7033
7121
|
"add_new_trigger_time_field_text": "Tono",
|
|
7034
7122
|
"add_new_trigger_time_headline_text": "Añadir un nuevo tiempo de activación",
|
|
7123
|
+
"add_new_trigger_time_icon_selection_headline_text": "Selecciona un icono",
|
|
7035
7124
|
"add_new_trigger_time_information_text": "Los tiempos desactivados no pueden seleccionarse porque todos los tiempos de activación deben tener un intervalo mínimo de 15 minutos.",
|
|
7036
7125
|
"add_new_trigger_time_inputfield_value_text": "Nombre",
|
|
7037
7126
|
"add_new_trigger_time_subheadline_text": "ESTADO DEL DISPOSITIVO",
|
|
@@ -7783,22 +7872,32 @@ export default {
|
|
|
7783
7872
|
"switch_overcharge_headline_text": "Protección de sobrecarga",
|
|
7784
7873
|
"switchinching_overview_description_text": "Para apagar automáticamente el dispositivo después de un período de tiempo.",
|
|
7785
7874
|
"thermostat_automode": "Auto mode",
|
|
7875
|
+
"thermostat_comforttemp": "Comfort temp.",
|
|
7786
7876
|
"thermostat_descriptionrapid": "To set the temperature to a value immediately",
|
|
7787
7877
|
"thermostat_descriptionvacation": "To set a vacation time",
|
|
7788
7878
|
"thermostat_difference": "Difference between the current and set temperature",
|
|
7789
7879
|
"thermostat_drifttemp": "Drift temp.",
|
|
7880
|
+
"thermostat_editauto": "Edit Auto mode",
|
|
7790
7881
|
"thermostat_enddate": "End date",
|
|
7882
|
+
"thermostat_endtime": "End time",
|
|
7791
7883
|
"thermostat_energysaving": "Energy saving temp.",
|
|
7884
|
+
"thermostat_error": "The end time must be greater than the start time",
|
|
7885
|
+
"thermostat_maxtime": "No longer than 100 days",
|
|
7792
7886
|
"thermostat_openwindow": "Open window reminder",
|
|
7793
7887
|
"thermostat_powermode": "Power mode",
|
|
7794
7888
|
"thermostat_quicktemp": "Quick temp. rising",
|
|
7795
7889
|
"thermostat_refresh": "Refresh",
|
|
7890
|
+
"thermostat_schedule": "You can adapt the temperature as per your schedule",
|
|
7891
|
+
"thermostat_setscope": "Set scope",
|
|
7796
7892
|
"thermostat_settemp": "Set temp.",
|
|
7893
|
+
"thermostat_settime": "Set time",
|
|
7797
7894
|
"thermostat_startdate": "Start date",
|
|
7895
|
+
"thermostat_starttime": "Start time",
|
|
7798
7896
|
"thermostat_tempcurrent": "Current temp.",
|
|
7799
7897
|
"thermostat_tempsetting": " Temp. setting",
|
|
7800
7898
|
"thermostat_title": "Thermostat",
|
|
7801
7899
|
"thermostat_triggertimes": "Trigger times",
|
|
7900
|
+
"thermostat_unit": "Unit: °C",
|
|
7802
7901
|
"thermostat_vacationmode": "Vacation mode",
|
|
7803
7902
|
"time_unit_h": "h",
|
|
7804
7903
|
"timer_ceiling_fan_headline_text": "Temporizador",
|
|
@@ -7904,6 +8003,7 @@ export default {
|
|
|
7904
8003
|
"add_new_trigger_time_field_headline_text3": "Lisavalgustus",
|
|
7905
8004
|
"add_new_trigger_time_field_text": "Toon",
|
|
7906
8005
|
"add_new_trigger_time_headline_text": "Lisa uus käivitusaeg",
|
|
8006
|
+
"add_new_trigger_time_icon_selection_headline_text": "Vali ikoon",
|
|
7907
8007
|
"add_new_trigger_time_information_text": "Inaktiveeritud aegu ei saa valida, sest kõikide käivitusaegade vahel peab olema vähemalt 15 minutit vahet.",
|
|
7908
8008
|
"add_new_trigger_time_inputfield_value_text": "Nimi",
|
|
7909
8009
|
"add_new_trigger_time_subheadline_text": "SEADME OLEK",
|
|
@@ -8655,22 +8755,32 @@ export default {
|
|
|
8655
8755
|
"switch_overcharge_headline_text": "Ülelaadimiskaitse",
|
|
8656
8756
|
"switchinching_overview_description_text": "Seadme automaatseks väljalülitamiseks teatud aja möödudes.",
|
|
8657
8757
|
"thermostat_automode": "Auto mode",
|
|
8758
|
+
"thermostat_comforttemp": "Comfort temp.",
|
|
8658
8759
|
"thermostat_descriptionrapid": "To set the temperature to a value immediately",
|
|
8659
8760
|
"thermostat_descriptionvacation": "To set a vacation time",
|
|
8660
8761
|
"thermostat_difference": "Difference between the current and set temperature",
|
|
8661
8762
|
"thermostat_drifttemp": "Drift temp.",
|
|
8763
|
+
"thermostat_editauto": "Edit Auto mode",
|
|
8662
8764
|
"thermostat_enddate": "End date",
|
|
8765
|
+
"thermostat_endtime": "End time",
|
|
8663
8766
|
"thermostat_energysaving": "Energy saving temp.",
|
|
8767
|
+
"thermostat_error": "The end time must be greater than the start time",
|
|
8768
|
+
"thermostat_maxtime": "No longer than 100 days",
|
|
8664
8769
|
"thermostat_openwindow": "Open window reminder",
|
|
8665
8770
|
"thermostat_powermode": "Power mode",
|
|
8666
8771
|
"thermostat_quicktemp": "Quick temp. rising",
|
|
8667
8772
|
"thermostat_refresh": "Refresh",
|
|
8773
|
+
"thermostat_schedule": "You can adapt the temperature as per your schedule",
|
|
8774
|
+
"thermostat_setscope": "Set scope",
|
|
8668
8775
|
"thermostat_settemp": "Set temp.",
|
|
8776
|
+
"thermostat_settime": "Set time",
|
|
8669
8777
|
"thermostat_startdate": "Start date",
|
|
8778
|
+
"thermostat_starttime": "Start time",
|
|
8670
8779
|
"thermostat_tempcurrent": "Current temp.",
|
|
8671
8780
|
"thermostat_tempsetting": " Temp. setting",
|
|
8672
8781
|
"thermostat_title": "Thermostat",
|
|
8673
8782
|
"thermostat_triggertimes": "Trigger times",
|
|
8783
|
+
"thermostat_unit": "Unit: °C",
|
|
8674
8784
|
"thermostat_vacationmode": "Vacation mode",
|
|
8675
8785
|
"time_unit_h": "h",
|
|
8676
8786
|
"timer_ceiling_fan_headline_text": "Taimer",
|
|
@@ -8776,6 +8886,7 @@ export default {
|
|
|
8776
8886
|
"add_new_trigger_time_field_headline_text3": "Toissijainen valaistus",
|
|
8777
8887
|
"add_new_trigger_time_field_text": "Sävy",
|
|
8778
8888
|
"add_new_trigger_time_headline_text": "Lisää uusi käynnistysaika",
|
|
8889
|
+
"add_new_trigger_time_icon_selection_headline_text": "Valitse kuvake",
|
|
8779
8890
|
"add_new_trigger_time_information_text": "Poistettuja aikoja ei voi valita, koska kaikkien käynnistysaikojen aikavälin on oltava vähintään 15 minuuttia.",
|
|
8780
8891
|
"add_new_trigger_time_inputfield_value_text": "Nimi",
|
|
8781
8892
|
"add_new_trigger_time_subheadline_text": "LAITTEEN TILA",
|
|
@@ -9527,22 +9638,32 @@ export default {
|
|
|
9527
9638
|
"switch_overcharge_headline_text": "Ylilataussuoja",
|
|
9528
9639
|
"switchinching_overview_description_text": "Laitteen automaattinen sammuttaminen tietyn ajan kuluttua.",
|
|
9529
9640
|
"thermostat_automode": "Auto mode",
|
|
9641
|
+
"thermostat_comforttemp": "Comfort temp.",
|
|
9530
9642
|
"thermostat_descriptionrapid": "To set the temperature to a value immediately",
|
|
9531
9643
|
"thermostat_descriptionvacation": "To set a vacation time",
|
|
9532
9644
|
"thermostat_difference": "Difference between the current and set temperature",
|
|
9533
9645
|
"thermostat_drifttemp": "Drift temp.",
|
|
9646
|
+
"thermostat_editauto": "Edit Auto mode",
|
|
9534
9647
|
"thermostat_enddate": "End date",
|
|
9648
|
+
"thermostat_endtime": "End time",
|
|
9535
9649
|
"thermostat_energysaving": "Energy saving temp.",
|
|
9650
|
+
"thermostat_error": "The end time must be greater than the start time",
|
|
9651
|
+
"thermostat_maxtime": "No longer than 100 days",
|
|
9536
9652
|
"thermostat_openwindow": "Open window reminder",
|
|
9537
9653
|
"thermostat_powermode": "Power mode",
|
|
9538
9654
|
"thermostat_quicktemp": "Quick temp. rising",
|
|
9539
9655
|
"thermostat_refresh": "Refresh",
|
|
9656
|
+
"thermostat_schedule": "You can adapt the temperature as per your schedule",
|
|
9657
|
+
"thermostat_setscope": "Set scope",
|
|
9540
9658
|
"thermostat_settemp": "Set temp.",
|
|
9659
|
+
"thermostat_settime": "Set time",
|
|
9541
9660
|
"thermostat_startdate": "Start date",
|
|
9661
|
+
"thermostat_starttime": "Start time",
|
|
9542
9662
|
"thermostat_tempcurrent": "Current temp.",
|
|
9543
9663
|
"thermostat_tempsetting": " Temp. setting",
|
|
9544
9664
|
"thermostat_title": "Thermostat",
|
|
9545
9665
|
"thermostat_triggertimes": "Trigger times",
|
|
9666
|
+
"thermostat_unit": "Unit: °C",
|
|
9546
9667
|
"thermostat_vacationmode": "Vacation mode",
|
|
9547
9668
|
"time_unit_h": "h",
|
|
9548
9669
|
"timer_ceiling_fan_headline_text": "Ajastin",
|
|
@@ -9648,6 +9769,7 @@ export default {
|
|
|
9648
9769
|
"add_new_trigger_time_field_headline_text3": "Éclairage secondaire",
|
|
9649
9770
|
"add_new_trigger_time_field_text": "Nuance",
|
|
9650
9771
|
"add_new_trigger_time_headline_text": "Ajouter une nouvelle heure de déclenchement",
|
|
9772
|
+
"add_new_trigger_time_icon_selection_headline_text": "Sélectionner une icône",
|
|
9651
9773
|
"add_new_trigger_time_information_text": "Les heures désactivées ne peuvent pas être sélectionnées car toutes les heures de déclenchement doivent avoir un intervalle minimum de 15 minutes.",
|
|
9652
9774
|
"add_new_trigger_time_inputfield_value_text": "Nom",
|
|
9653
9775
|
"add_new_trigger_time_subheadline_text": "ÉTAT DE L'APPAREIL",
|
|
@@ -10399,22 +10521,32 @@ export default {
|
|
|
10399
10521
|
"switch_overcharge_headline_text": "Protection contre les surcharges",
|
|
10400
10522
|
"switchinching_overview_description_text": "Pour éteindre automatiquement l'appareil après un certain temps.",
|
|
10401
10523
|
"thermostat_automode": "Auto mode",
|
|
10524
|
+
"thermostat_comforttemp": "Comfort temp.",
|
|
10402
10525
|
"thermostat_descriptionrapid": "To set the temperature to a value immediately",
|
|
10403
10526
|
"thermostat_descriptionvacation": "To set a vacation time",
|
|
10404
10527
|
"thermostat_difference": "Difference between the current and set temperature",
|
|
10405
10528
|
"thermostat_drifttemp": "Drift temp.",
|
|
10529
|
+
"thermostat_editauto": "Edit Auto mode",
|
|
10406
10530
|
"thermostat_enddate": "End date",
|
|
10531
|
+
"thermostat_endtime": "End time",
|
|
10407
10532
|
"thermostat_energysaving": "Energy saving temp.",
|
|
10533
|
+
"thermostat_error": "The end time must be greater than the start time",
|
|
10534
|
+
"thermostat_maxtime": "No longer than 100 days",
|
|
10408
10535
|
"thermostat_openwindow": "Open window reminder",
|
|
10409
10536
|
"thermostat_powermode": "Power mode",
|
|
10410
10537
|
"thermostat_quicktemp": "Quick temp. rising",
|
|
10411
10538
|
"thermostat_refresh": "Refresh",
|
|
10539
|
+
"thermostat_schedule": "You can adapt the temperature as per your schedule",
|
|
10540
|
+
"thermostat_setscope": "Set scope",
|
|
10412
10541
|
"thermostat_settemp": "Set temp.",
|
|
10542
|
+
"thermostat_settime": "Set time",
|
|
10413
10543
|
"thermostat_startdate": "Start date",
|
|
10544
|
+
"thermostat_starttime": "Start time",
|
|
10414
10545
|
"thermostat_tempcurrent": "Current temp.",
|
|
10415
10546
|
"thermostat_tempsetting": " Temp. setting",
|
|
10416
10547
|
"thermostat_title": "Thermostat",
|
|
10417
10548
|
"thermostat_triggertimes": "Trigger times",
|
|
10549
|
+
"thermostat_unit": "Unit: °C",
|
|
10418
10550
|
"thermostat_vacationmode": "Vacation mode",
|
|
10419
10551
|
"time_unit_h": "h",
|
|
10420
10552
|
"timer_ceiling_fan_headline_text": "Minuteur",
|
|
@@ -10520,6 +10652,7 @@ export default {
|
|
|
10520
10652
|
"add_new_trigger_time_field_headline_text3": "Pomoćna rasvjeta",
|
|
10521
10653
|
"add_new_trigger_time_field_text": "Nijansa",
|
|
10522
10654
|
"add_new_trigger_time_headline_text": "Dodajte novo vrijeme okidanja",
|
|
10655
|
+
"add_new_trigger_time_icon_selection_headline_text": "Odaberite ikonu",
|
|
10523
10656
|
"add_new_trigger_time_information_text": "Onemogućena vremena se ne mogu odabrati jer sva vremena okidača moraju imati minimalni interval od 15 minuta.",
|
|
10524
10657
|
"add_new_trigger_time_inputfield_value_text": "Naziv",
|
|
10525
10658
|
"add_new_trigger_time_subheadline_text": "STANJE UREĐAJA",
|
|
@@ -11271,22 +11404,32 @@ export default {
|
|
|
11271
11404
|
"switch_overcharge_headline_text": "Zaštita od prekomjernog punjenja",
|
|
11272
11405
|
"switchinching_overview_description_text": "Za automatsko isključivanje uređaja nakon određenog vremenskog razdoblja.",
|
|
11273
11406
|
"thermostat_automode": "Auto mode",
|
|
11407
|
+
"thermostat_comforttemp": "Comfort temp.",
|
|
11274
11408
|
"thermostat_descriptionrapid": "To set the temperature to a value immediately",
|
|
11275
11409
|
"thermostat_descriptionvacation": "To set a vacation time",
|
|
11276
11410
|
"thermostat_difference": "Difference between the current and set temperature",
|
|
11277
11411
|
"thermostat_drifttemp": "Drift temp.",
|
|
11412
|
+
"thermostat_editauto": "Edit Auto mode",
|
|
11278
11413
|
"thermostat_enddate": "End date",
|
|
11414
|
+
"thermostat_endtime": "End time",
|
|
11279
11415
|
"thermostat_energysaving": "Energy saving temp.",
|
|
11416
|
+
"thermostat_error": "The end time must be greater than the start time",
|
|
11417
|
+
"thermostat_maxtime": "No longer than 100 days",
|
|
11280
11418
|
"thermostat_openwindow": "Open window reminder",
|
|
11281
11419
|
"thermostat_powermode": "Power mode",
|
|
11282
11420
|
"thermostat_quicktemp": "Quick temp. rising",
|
|
11283
11421
|
"thermostat_refresh": "Refresh",
|
|
11422
|
+
"thermostat_schedule": "You can adapt the temperature as per your schedule",
|
|
11423
|
+
"thermostat_setscope": "Set scope",
|
|
11284
11424
|
"thermostat_settemp": "Set temp.",
|
|
11425
|
+
"thermostat_settime": "Set time",
|
|
11285
11426
|
"thermostat_startdate": "Start date",
|
|
11427
|
+
"thermostat_starttime": "Start time",
|
|
11286
11428
|
"thermostat_tempcurrent": "Current temp.",
|
|
11287
11429
|
"thermostat_tempsetting": " Temp. setting",
|
|
11288
11430
|
"thermostat_title": "Thermostat",
|
|
11289
11431
|
"thermostat_triggertimes": "Trigger times",
|
|
11432
|
+
"thermostat_unit": "Unit: °C",
|
|
11290
11433
|
"thermostat_vacationmode": "Vacation mode",
|
|
11291
11434
|
"time_unit_h": "h",
|
|
11292
11435
|
"timer_ceiling_fan_headline_text": "Timer",
|
|
@@ -11392,6 +11535,7 @@ export default {
|
|
|
11392
11535
|
"add_new_trigger_time_field_headline_text3": "Luce secondaria",
|
|
11393
11536
|
"add_new_trigger_time_field_text": "Tonalità",
|
|
11394
11537
|
"add_new_trigger_time_headline_text": "Aggiungi un nuovo orario di attivazione",
|
|
11538
|
+
"add_new_trigger_time_icon_selection_headline_text": "Seleziona un'icona",
|
|
11395
11539
|
"add_new_trigger_time_information_text": "Gli orari disattivati non possono essere selezionati perché tutti gli orari di attivazione devono avere un intervallo minimo di 15 minuti.",
|
|
11396
11540
|
"add_new_trigger_time_inputfield_value_text": "Nome",
|
|
11397
11541
|
"add_new_trigger_time_subheadline_text": "STATO DEL DISPOSITIVO",
|
|
@@ -12143,22 +12287,32 @@ export default {
|
|
|
12143
12287
|
"switch_overcharge_headline_text": "Protezione da sovraccarico",
|
|
12144
12288
|
"switchinching_overview_description_text": "Per spegnere automaticamente il dispositivo dopo un certo periodo di tempo.",
|
|
12145
12289
|
"thermostat_automode": "Auto mode",
|
|
12290
|
+
"thermostat_comforttemp": "Comfort temp.",
|
|
12146
12291
|
"thermostat_descriptionrapid": "To set the temperature to a value immediately",
|
|
12147
12292
|
"thermostat_descriptionvacation": "To set a vacation time",
|
|
12148
12293
|
"thermostat_difference": "Difference between the current and set temperature",
|
|
12149
12294
|
"thermostat_drifttemp": "Drift temp.",
|
|
12295
|
+
"thermostat_editauto": "Edit Auto mode",
|
|
12150
12296
|
"thermostat_enddate": "End date",
|
|
12297
|
+
"thermostat_endtime": "End time",
|
|
12151
12298
|
"thermostat_energysaving": "Energy saving temp.",
|
|
12299
|
+
"thermostat_error": "The end time must be greater than the start time",
|
|
12300
|
+
"thermostat_maxtime": "No longer than 100 days",
|
|
12152
12301
|
"thermostat_openwindow": "Open window reminder",
|
|
12153
12302
|
"thermostat_powermode": "Power mode",
|
|
12154
12303
|
"thermostat_quicktemp": "Quick temp. rising",
|
|
12155
12304
|
"thermostat_refresh": "Refresh",
|
|
12305
|
+
"thermostat_schedule": "You can adapt the temperature as per your schedule",
|
|
12306
|
+
"thermostat_setscope": "Set scope",
|
|
12156
12307
|
"thermostat_settemp": "Set temp.",
|
|
12308
|
+
"thermostat_settime": "Set time",
|
|
12157
12309
|
"thermostat_startdate": "Start date",
|
|
12310
|
+
"thermostat_starttime": "Start time",
|
|
12158
12311
|
"thermostat_tempcurrent": "Current temp.",
|
|
12159
12312
|
"thermostat_tempsetting": " Temp. setting",
|
|
12160
12313
|
"thermostat_title": "Thermostat",
|
|
12161
12314
|
"thermostat_triggertimes": "Trigger times",
|
|
12315
|
+
"thermostat_unit": "Unit: °C",
|
|
12162
12316
|
"thermostat_vacationmode": "Vacation mode",
|
|
12163
12317
|
"time_unit_h": "h",
|
|
12164
12318
|
"timer_ceiling_fan_headline_text": "Timer",
|
|
@@ -12264,6 +12418,7 @@ export default {
|
|
|
12264
12418
|
"add_new_trigger_time_field_headline_text3": "보조 조명",
|
|
12265
12419
|
"add_new_trigger_time_field_text": "음영",
|
|
12266
12420
|
"add_new_trigger_time_headline_text": "새로운 조건 추가하기",
|
|
12421
|
+
"add_new_trigger_time_icon_selection_headline_text": "아이콘 선택",
|
|
12267
12422
|
"add_new_trigger_time_information_text": "모든 트리거 시간의 간격이 최소 15분이어야 하므로 비활성화 시간을 선택할 수 없습니다.",
|
|
12268
12423
|
"add_new_trigger_time_inputfield_value_text": "이름",
|
|
12269
12424
|
"add_new_trigger_time_subheadline_text": "장치 상태",
|
|
@@ -13015,22 +13170,32 @@ export default {
|
|
|
13015
13170
|
"switch_overcharge_headline_text": "과충전 보호",
|
|
13016
13171
|
"switchinching_overview_description_text": "일정 시간이 지나면 자동으로 장치를 끕니다.",
|
|
13017
13172
|
"thermostat_automode": "Auto mode",
|
|
13173
|
+
"thermostat_comforttemp": "Comfort temp.",
|
|
13018
13174
|
"thermostat_descriptionrapid": "To set the temperature to a value immediately",
|
|
13019
13175
|
"thermostat_descriptionvacation": "To set a vacation time",
|
|
13020
13176
|
"thermostat_difference": "Difference between the current and set temperature",
|
|
13021
13177
|
"thermostat_drifttemp": "Drift temp.",
|
|
13178
|
+
"thermostat_editauto": "Edit Auto mode",
|
|
13022
13179
|
"thermostat_enddate": "End date",
|
|
13180
|
+
"thermostat_endtime": "End time",
|
|
13023
13181
|
"thermostat_energysaving": "Energy saving temp.",
|
|
13182
|
+
"thermostat_error": "The end time must be greater than the start time",
|
|
13183
|
+
"thermostat_maxtime": "No longer than 100 days",
|
|
13024
13184
|
"thermostat_openwindow": "Open window reminder",
|
|
13025
13185
|
"thermostat_powermode": "Power mode",
|
|
13026
13186
|
"thermostat_quicktemp": "Quick temp. rising",
|
|
13027
13187
|
"thermostat_refresh": "Refresh",
|
|
13188
|
+
"thermostat_schedule": "You can adapt the temperature as per your schedule",
|
|
13189
|
+
"thermostat_setscope": "Set scope",
|
|
13028
13190
|
"thermostat_settemp": "Set temp.",
|
|
13191
|
+
"thermostat_settime": "Set time",
|
|
13029
13192
|
"thermostat_startdate": "Start date",
|
|
13193
|
+
"thermostat_starttime": "Start time",
|
|
13030
13194
|
"thermostat_tempcurrent": "Current temp.",
|
|
13031
13195
|
"thermostat_tempsetting": " Temp. setting",
|
|
13032
13196
|
"thermostat_title": "Thermostat",
|
|
13033
13197
|
"thermostat_triggertimes": "Trigger times",
|
|
13198
|
+
"thermostat_unit": "Unit: °C",
|
|
13034
13199
|
"thermostat_vacationmode": "Vacation mode",
|
|
13035
13200
|
"time_unit_h": "h",
|
|
13036
13201
|
"timer_ceiling_fan_headline_text": "타이머",
|
|
@@ -13136,6 +13301,7 @@ export default {
|
|
|
13136
13301
|
"add_new_trigger_time_field_headline_text3": "Papildomas apšvietimas",
|
|
13137
13302
|
"add_new_trigger_time_field_text": "Atspalvis",
|
|
13138
13303
|
"add_new_trigger_time_headline_text": "Pridėti naują paleidimo laiką",
|
|
13304
|
+
"add_new_trigger_time_icon_selection_headline_text": "Pasirinkti piktogramą",
|
|
13139
13305
|
"add_new_trigger_time_information_text": "Negalima pasirinkti išjungtų laikų, nes visų paleidimo laikų intervalas turi būti ne trumpesnis kaip 15 minučių.",
|
|
13140
13306
|
"add_new_trigger_time_inputfield_value_text": "Pavadinimas",
|
|
13141
13307
|
"add_new_trigger_time_subheadline_text": "ĮTAISO BŪSENA",
|
|
@@ -13887,22 +14053,32 @@ export default {
|
|
|
13887
14053
|
"switch_overcharge_headline_text": "Apsauga nuo perteklinės įkrovos",
|
|
13888
14054
|
"switchinching_overview_description_text": "Po tam tikro laiko automatiškai išjungti įtaisą.",
|
|
13889
14055
|
"thermostat_automode": "Auto mode",
|
|
14056
|
+
"thermostat_comforttemp": "Comfort temp.",
|
|
13890
14057
|
"thermostat_descriptionrapid": "To set the temperature to a value immediately",
|
|
13891
14058
|
"thermostat_descriptionvacation": "To set a vacation time",
|
|
13892
14059
|
"thermostat_difference": "Difference between the current and set temperature",
|
|
13893
14060
|
"thermostat_drifttemp": "Drift temp.",
|
|
14061
|
+
"thermostat_editauto": "Edit Auto mode",
|
|
13894
14062
|
"thermostat_enddate": "End date",
|
|
14063
|
+
"thermostat_endtime": "End time",
|
|
13895
14064
|
"thermostat_energysaving": "Energy saving temp.",
|
|
14065
|
+
"thermostat_error": "The end time must be greater than the start time",
|
|
14066
|
+
"thermostat_maxtime": "No longer than 100 days",
|
|
13896
14067
|
"thermostat_openwindow": "Open window reminder",
|
|
13897
14068
|
"thermostat_powermode": "Power mode",
|
|
13898
14069
|
"thermostat_quicktemp": "Quick temp. rising",
|
|
13899
14070
|
"thermostat_refresh": "Refresh",
|
|
14071
|
+
"thermostat_schedule": "You can adapt the temperature as per your schedule",
|
|
14072
|
+
"thermostat_setscope": "Set scope",
|
|
13900
14073
|
"thermostat_settemp": "Set temp.",
|
|
14074
|
+
"thermostat_settime": "Set time",
|
|
13901
14075
|
"thermostat_startdate": "Start date",
|
|
14076
|
+
"thermostat_starttime": "Start time",
|
|
13902
14077
|
"thermostat_tempcurrent": "Current temp.",
|
|
13903
14078
|
"thermostat_tempsetting": " Temp. setting",
|
|
13904
14079
|
"thermostat_title": "Thermostat",
|
|
13905
14080
|
"thermostat_triggertimes": "Trigger times",
|
|
14081
|
+
"thermostat_unit": "Unit: °C",
|
|
13906
14082
|
"thermostat_vacationmode": "Vacation mode",
|
|
13907
14083
|
"time_unit_h": "h",
|
|
13908
14084
|
"timer_ceiling_fan_headline_text": "Laikmatis",
|
|
@@ -14008,6 +14184,7 @@ export default {
|
|
|
14008
14184
|
"add_new_trigger_time_field_headline_text3": "Sekundārais apgaismojums",
|
|
14009
14185
|
"add_new_trigger_time_field_text": "Ēna",
|
|
14010
14186
|
"add_new_trigger_time_headline_text": "Pievienot jaunu aktivizēšanas laiku",
|
|
14187
|
+
"add_new_trigger_time_icon_selection_headline_text": "Izvēlēties ikonu",
|
|
14011
14188
|
"add_new_trigger_time_information_text": "Atspējotos laikus nevar atlasīt, jo visiem aktivizēšanas laikiem ir jābūt vismaz 15 minūtēm.",
|
|
14012
14189
|
"add_new_trigger_time_inputfield_value_text": "Nosaukums",
|
|
14013
14190
|
"add_new_trigger_time_subheadline_text": "IERĪCES STĀVOKLIS",
|
|
@@ -14759,22 +14936,32 @@ export default {
|
|
|
14759
14936
|
"switch_overcharge_headline_text": "Aizsardzība pret pārmērīgu uzlādi",
|
|
14760
14937
|
"switchinching_overview_description_text": "Lai automātiski izslēgtu ierīci pēc noteikta laika perioda.",
|
|
14761
14938
|
"thermostat_automode": "Auto mode",
|
|
14939
|
+
"thermostat_comforttemp": "Comfort temp.",
|
|
14762
14940
|
"thermostat_descriptionrapid": "To set the temperature to a value immediately",
|
|
14763
14941
|
"thermostat_descriptionvacation": "To set a vacation time",
|
|
14764
14942
|
"thermostat_difference": "Difference between the current and set temperature",
|
|
14765
14943
|
"thermostat_drifttemp": "Drift temp.",
|
|
14944
|
+
"thermostat_editauto": "Edit Auto mode",
|
|
14766
14945
|
"thermostat_enddate": "End date",
|
|
14946
|
+
"thermostat_endtime": "End time",
|
|
14767
14947
|
"thermostat_energysaving": "Energy saving temp.",
|
|
14948
|
+
"thermostat_error": "The end time must be greater than the start time",
|
|
14949
|
+
"thermostat_maxtime": "No longer than 100 days",
|
|
14768
14950
|
"thermostat_openwindow": "Open window reminder",
|
|
14769
14951
|
"thermostat_powermode": "Power mode",
|
|
14770
14952
|
"thermostat_quicktemp": "Quick temp. rising",
|
|
14771
14953
|
"thermostat_refresh": "Refresh",
|
|
14954
|
+
"thermostat_schedule": "You can adapt the temperature as per your schedule",
|
|
14955
|
+
"thermostat_setscope": "Set scope",
|
|
14772
14956
|
"thermostat_settemp": "Set temp.",
|
|
14957
|
+
"thermostat_settime": "Set time",
|
|
14773
14958
|
"thermostat_startdate": "Start date",
|
|
14959
|
+
"thermostat_starttime": "Start time",
|
|
14774
14960
|
"thermostat_tempcurrent": "Current temp.",
|
|
14775
14961
|
"thermostat_tempsetting": " Temp. setting",
|
|
14776
14962
|
"thermostat_title": "Thermostat",
|
|
14777
14963
|
"thermostat_triggertimes": "Trigger times",
|
|
14964
|
+
"thermostat_unit": "Unit: °C",
|
|
14778
14965
|
"thermostat_vacationmode": "Vacation mode",
|
|
14779
14966
|
"time_unit_h": "h",
|
|
14780
14967
|
"timer_ceiling_fan_headline_text": "Taimeris",
|
|
@@ -14880,6 +15067,7 @@ export default {
|
|
|
14880
15067
|
"add_new_trigger_time_field_headline_text3": "Sekundær belysning",
|
|
14881
15068
|
"add_new_trigger_time_field_text": "Skygge",
|
|
14882
15069
|
"add_new_trigger_time_headline_text": "Legg til en ny utløsertid",
|
|
15070
|
+
"add_new_trigger_time_icon_selection_headline_text": "Velg et ikon",
|
|
14883
15071
|
"add_new_trigger_time_information_text": "De deaktiverte tidene kan ikke velges fordi alle utløsertider må ha et minimumsintervall på 15 minutter.",
|
|
14884
15072
|
"add_new_trigger_time_inputfield_value_text": "Navn",
|
|
14885
15073
|
"add_new_trigger_time_subheadline_text": "ENHETSTILSTAND",
|
|
@@ -15631,22 +15819,32 @@ export default {
|
|
|
15631
15819
|
"switch_overcharge_headline_text": "Beskyttelse mot overlading",
|
|
15632
15820
|
"switchinching_overview_description_text": "For å slå av enheten automatisk etter en periode.",
|
|
15633
15821
|
"thermostat_automode": "Auto mode",
|
|
15822
|
+
"thermostat_comforttemp": "Comfort temp.",
|
|
15634
15823
|
"thermostat_descriptionrapid": "To set the temperature to a value immediately",
|
|
15635
15824
|
"thermostat_descriptionvacation": "To set a vacation time",
|
|
15636
15825
|
"thermostat_difference": "Difference between the current and set temperature",
|
|
15637
15826
|
"thermostat_drifttemp": "Drift temp.",
|
|
15827
|
+
"thermostat_editauto": "Edit Auto mode",
|
|
15638
15828
|
"thermostat_enddate": "End date",
|
|
15829
|
+
"thermostat_endtime": "End time",
|
|
15639
15830
|
"thermostat_energysaving": "Energy saving temp.",
|
|
15831
|
+
"thermostat_error": "The end time must be greater than the start time",
|
|
15832
|
+
"thermostat_maxtime": "No longer than 100 days",
|
|
15640
15833
|
"thermostat_openwindow": "Open window reminder",
|
|
15641
15834
|
"thermostat_powermode": "Power mode",
|
|
15642
15835
|
"thermostat_quicktemp": "Quick temp. rising",
|
|
15643
15836
|
"thermostat_refresh": "Refresh",
|
|
15837
|
+
"thermostat_schedule": "You can adapt the temperature as per your schedule",
|
|
15838
|
+
"thermostat_setscope": "Set scope",
|
|
15644
15839
|
"thermostat_settemp": "Set temp.",
|
|
15840
|
+
"thermostat_settime": "Set time",
|
|
15645
15841
|
"thermostat_startdate": "Start date",
|
|
15842
|
+
"thermostat_starttime": "Start time",
|
|
15646
15843
|
"thermostat_tempcurrent": "Current temp.",
|
|
15647
15844
|
"thermostat_tempsetting": " Temp. setting",
|
|
15648
15845
|
"thermostat_title": "Thermostat",
|
|
15649
15846
|
"thermostat_triggertimes": "Trigger times",
|
|
15847
|
+
"thermostat_unit": "Unit: °C",
|
|
15650
15848
|
"thermostat_vacationmode": "Vacation mode",
|
|
15651
15849
|
"time_unit_h": "h",
|
|
15652
15850
|
"timer_ceiling_fan_headline_text": "Nedtelling",
|
|
@@ -15752,6 +15950,7 @@ export default {
|
|
|
15752
15950
|
"add_new_trigger_time_field_headline_text3": "Secundaire verlichting",
|
|
15753
15951
|
"add_new_trigger_time_field_text": "Schaduw",
|
|
15754
15952
|
"add_new_trigger_time_headline_text": "Voeg een nieuwe triggertijd toe",
|
|
15953
|
+
"add_new_trigger_time_icon_selection_headline_text": "Selecteer een pictogram",
|
|
15755
15954
|
"add_new_trigger_time_information_text": "De uitgeschakelde tijden kunnen niet worden geselecteerd omdat alle activeringstijden een interval van minimaal 15 minuten moeten hebben.",
|
|
15756
15955
|
"add_new_trigger_time_inputfield_value_text": "Naam",
|
|
15757
15956
|
"add_new_trigger_time_subheadline_text": "APPARAATSTATUS",
|
|
@@ -16503,22 +16702,32 @@ export default {
|
|
|
16503
16702
|
"switch_overcharge_headline_text": "Bescherming tegen overlading",
|
|
16504
16703
|
"switchinching_overview_description_text": "Om het apparaat na een bepaalde tijd automatisch uit te schakelen.",
|
|
16505
16704
|
"thermostat_automode": "Auto mode",
|
|
16705
|
+
"thermostat_comforttemp": "Comfort temp.",
|
|
16506
16706
|
"thermostat_descriptionrapid": "To set the temperature to a value immediately",
|
|
16507
16707
|
"thermostat_descriptionvacation": "To set a vacation time",
|
|
16508
16708
|
"thermostat_difference": "Difference between the current and set temperature",
|
|
16509
16709
|
"thermostat_drifttemp": "Drift temp.",
|
|
16710
|
+
"thermostat_editauto": "Edit Auto mode",
|
|
16510
16711
|
"thermostat_enddate": "End date",
|
|
16712
|
+
"thermostat_endtime": "End time",
|
|
16511
16713
|
"thermostat_energysaving": "Energy saving temp.",
|
|
16714
|
+
"thermostat_error": "The end time must be greater than the start time",
|
|
16715
|
+
"thermostat_maxtime": "No longer than 100 days",
|
|
16512
16716
|
"thermostat_openwindow": "Open window reminder",
|
|
16513
16717
|
"thermostat_powermode": "Power mode",
|
|
16514
16718
|
"thermostat_quicktemp": "Quick temp. rising",
|
|
16515
16719
|
"thermostat_refresh": "Refresh",
|
|
16720
|
+
"thermostat_schedule": "You can adapt the temperature as per your schedule",
|
|
16721
|
+
"thermostat_setscope": "Set scope",
|
|
16516
16722
|
"thermostat_settemp": "Set temp.",
|
|
16723
|
+
"thermostat_settime": "Set time",
|
|
16517
16724
|
"thermostat_startdate": "Start date",
|
|
16725
|
+
"thermostat_starttime": "Start time",
|
|
16518
16726
|
"thermostat_tempcurrent": "Current temp.",
|
|
16519
16727
|
"thermostat_tempsetting": " Temp. setting",
|
|
16520
16728
|
"thermostat_title": "Thermostat",
|
|
16521
16729
|
"thermostat_triggertimes": "Trigger times",
|
|
16730
|
+
"thermostat_unit": "Unit: °C",
|
|
16522
16731
|
"thermostat_vacationmode": "Vacation mode",
|
|
16523
16732
|
"time_unit_h": "h",
|
|
16524
16733
|
"timer_ceiling_fan_headline_text": "Timer",
|
|
@@ -16624,6 +16833,7 @@ export default {
|
|
|
16624
16833
|
"add_new_trigger_time_field_headline_text3": "Iluminat secundar",
|
|
16625
16834
|
"add_new_trigger_time_field_text": "Umbră",
|
|
16626
16835
|
"add_new_trigger_time_headline_text": "Adăugați un nou timp de declanșare",
|
|
16836
|
+
"add_new_trigger_time_icon_selection_headline_text": "Selectați o pictogramă",
|
|
16627
16837
|
"add_new_trigger_time_information_text": "Nu se pot selecta orele dezactivate, deoarece toate orele de declanșare trebuie să aibă un interval minim de 15 minute.",
|
|
16628
16838
|
"add_new_trigger_time_inputfield_value_text": "Nume",
|
|
16629
16839
|
"add_new_trigger_time_subheadline_text": "Starea dispozitivului",
|
|
@@ -17375,22 +17585,32 @@ export default {
|
|
|
17375
17585
|
"switch_overcharge_headline_text": "Protecție la supraîncărcare",
|
|
17376
17586
|
"switchinching_overview_description_text": "Pentru a opri automat dispozitivul după o perioadă de timp.",
|
|
17377
17587
|
"thermostat_automode": "Auto mode",
|
|
17588
|
+
"thermostat_comforttemp": "Comfort temp.",
|
|
17378
17589
|
"thermostat_descriptionrapid": "To set the temperature to a value immediately",
|
|
17379
17590
|
"thermostat_descriptionvacation": "To set a vacation time",
|
|
17380
17591
|
"thermostat_difference": "Difference between the current and set temperature",
|
|
17381
17592
|
"thermostat_drifttemp": "Drift temp.",
|
|
17593
|
+
"thermostat_editauto": "Edit Auto mode",
|
|
17382
17594
|
"thermostat_enddate": "End date",
|
|
17595
|
+
"thermostat_endtime": "End time",
|
|
17383
17596
|
"thermostat_energysaving": "Energy saving temp.",
|
|
17597
|
+
"thermostat_error": "The end time must be greater than the start time",
|
|
17598
|
+
"thermostat_maxtime": "No longer than 100 days",
|
|
17384
17599
|
"thermostat_openwindow": "Open window reminder",
|
|
17385
17600
|
"thermostat_powermode": "Power mode",
|
|
17386
17601
|
"thermostat_quicktemp": "Quick temp. rising",
|
|
17387
17602
|
"thermostat_refresh": "Refresh",
|
|
17603
|
+
"thermostat_schedule": "You can adapt the temperature as per your schedule",
|
|
17604
|
+
"thermostat_setscope": "Set scope",
|
|
17388
17605
|
"thermostat_settemp": "Set temp.",
|
|
17606
|
+
"thermostat_settime": "Set time",
|
|
17389
17607
|
"thermostat_startdate": "Start date",
|
|
17608
|
+
"thermostat_starttime": "Start time",
|
|
17390
17609
|
"thermostat_tempcurrent": "Current temp.",
|
|
17391
17610
|
"thermostat_tempsetting": " Temp. setting",
|
|
17392
17611
|
"thermostat_title": "Thermostat",
|
|
17393
17612
|
"thermostat_triggertimes": "Trigger times",
|
|
17613
|
+
"thermostat_unit": "Unit: °C",
|
|
17394
17614
|
"thermostat_vacationmode": "Vacation mode",
|
|
17395
17615
|
"time_unit_h": "h",
|
|
17396
17616
|
"timer_ceiling_fan_headline_text": "Cronometru",
|
|
@@ -17496,6 +17716,7 @@ export default {
|
|
|
17496
17716
|
"add_new_trigger_time_field_headline_text3": "Sekundárne osvetlenie",
|
|
17497
17717
|
"add_new_trigger_time_field_text": "Odtieň",
|
|
17498
17718
|
"add_new_trigger_time_headline_text": "Pridajte nový čas spúšťania",
|
|
17719
|
+
"add_new_trigger_time_icon_selection_headline_text": "Vyberte ikonu",
|
|
17499
17720
|
"add_new_trigger_time_information_text": "Vypnuté časy nie je možné vybrať, pretože všetky časy spúšťania musia mať minimálny interval 15 minút.",
|
|
17500
17721
|
"add_new_trigger_time_inputfield_value_text": "Meno",
|
|
17501
17722
|
"add_new_trigger_time_subheadline_text": "STAV ZARIADENIA",
|
|
@@ -18247,22 +18468,32 @@ export default {
|
|
|
18247
18468
|
"switch_overcharge_headline_text": "Ochrana proti prebíjaniu",
|
|
18248
18469
|
"switchinching_overview_description_text": "Automatické vypnutie zariadenia po určitej dobe.",
|
|
18249
18470
|
"thermostat_automode": "Auto mode",
|
|
18471
|
+
"thermostat_comforttemp": "Comfort temp.",
|
|
18250
18472
|
"thermostat_descriptionrapid": "To set the temperature to a value immediately",
|
|
18251
18473
|
"thermostat_descriptionvacation": "To set a vacation time",
|
|
18252
18474
|
"thermostat_difference": "Difference between the current and set temperature",
|
|
18253
18475
|
"thermostat_drifttemp": "Drift temp.",
|
|
18476
|
+
"thermostat_editauto": "Edit Auto mode",
|
|
18254
18477
|
"thermostat_enddate": "End date",
|
|
18478
|
+
"thermostat_endtime": "End time",
|
|
18255
18479
|
"thermostat_energysaving": "Energy saving temp.",
|
|
18480
|
+
"thermostat_error": "The end time must be greater than the start time",
|
|
18481
|
+
"thermostat_maxtime": "No longer than 100 days",
|
|
18256
18482
|
"thermostat_openwindow": "Open window reminder",
|
|
18257
18483
|
"thermostat_powermode": "Power mode",
|
|
18258
18484
|
"thermostat_quicktemp": "Quick temp. rising",
|
|
18259
18485
|
"thermostat_refresh": "Refresh",
|
|
18486
|
+
"thermostat_schedule": "You can adapt the temperature as per your schedule",
|
|
18487
|
+
"thermostat_setscope": "Set scope",
|
|
18260
18488
|
"thermostat_settemp": "Set temp.",
|
|
18489
|
+
"thermostat_settime": "Set time",
|
|
18261
18490
|
"thermostat_startdate": "Start date",
|
|
18491
|
+
"thermostat_starttime": "Start time",
|
|
18262
18492
|
"thermostat_tempcurrent": "Current temp.",
|
|
18263
18493
|
"thermostat_tempsetting": " Temp. setting",
|
|
18264
18494
|
"thermostat_title": "Thermostat",
|
|
18265
18495
|
"thermostat_triggertimes": "Trigger times",
|
|
18496
|
+
"thermostat_unit": "Unit: °C",
|
|
18266
18497
|
"thermostat_vacationmode": "Vacation mode",
|
|
18267
18498
|
"time_unit_h": "h",
|
|
18268
18499
|
"timer_ceiling_fan_headline_text": "Časovač",
|
|
@@ -18368,6 +18599,7 @@ export default {
|
|
|
18368
18599
|
"add_new_trigger_time_field_headline_text3": "Sekundär belysning",
|
|
18369
18600
|
"add_new_trigger_time_field_text": "Nyans",
|
|
18370
18601
|
"add_new_trigger_time_headline_text": "Lägg till en ny starttid",
|
|
18602
|
+
"add_new_trigger_time_icon_selection_headline_text": "Välj en ikon",
|
|
18371
18603
|
"add_new_trigger_time_information_text": "De inaktiverade tiderna kan inte väljas eftersom alla starttider måste ha ett minsta intervall på 15 minuter.",
|
|
18372
18604
|
"add_new_trigger_time_inputfield_value_text": "Namn",
|
|
18373
18605
|
"add_new_trigger_time_subheadline_text": "ENHETENS TILLSTÅND",
|
|
@@ -19119,22 +19351,32 @@ export default {
|
|
|
19119
19351
|
"switch_overcharge_headline_text": "Överladdningsskydd",
|
|
19120
19352
|
"switchinching_overview_description_text": "För att automatiskt stänga av enheten efter en tidsperiod.",
|
|
19121
19353
|
"thermostat_automode": "Auto mode",
|
|
19354
|
+
"thermostat_comforttemp": "Comfort temp.",
|
|
19122
19355
|
"thermostat_descriptionrapid": "To set the temperature to a value immediately",
|
|
19123
19356
|
"thermostat_descriptionvacation": "To set a vacation time",
|
|
19124
19357
|
"thermostat_difference": "Difference between the current and set temperature",
|
|
19125
19358
|
"thermostat_drifttemp": "Drift temp.",
|
|
19359
|
+
"thermostat_editauto": "Edit Auto mode",
|
|
19126
19360
|
"thermostat_enddate": "End date",
|
|
19361
|
+
"thermostat_endtime": "End time",
|
|
19127
19362
|
"thermostat_energysaving": "Energy saving temp.",
|
|
19363
|
+
"thermostat_error": "The end time must be greater than the start time",
|
|
19364
|
+
"thermostat_maxtime": "No longer than 100 days",
|
|
19128
19365
|
"thermostat_openwindow": "Open window reminder",
|
|
19129
19366
|
"thermostat_powermode": "Power mode",
|
|
19130
19367
|
"thermostat_quicktemp": "Quick temp. rising",
|
|
19131
19368
|
"thermostat_refresh": "Refresh",
|
|
19369
|
+
"thermostat_schedule": "You can adapt the temperature as per your schedule",
|
|
19370
|
+
"thermostat_setscope": "Set scope",
|
|
19132
19371
|
"thermostat_settemp": "Set temp.",
|
|
19372
|
+
"thermostat_settime": "Set time",
|
|
19133
19373
|
"thermostat_startdate": "Start date",
|
|
19374
|
+
"thermostat_starttime": "Start time",
|
|
19134
19375
|
"thermostat_tempcurrent": "Current temp.",
|
|
19135
19376
|
"thermostat_tempsetting": " Temp. setting",
|
|
19136
19377
|
"thermostat_title": "Thermostat",
|
|
19137
19378
|
"thermostat_triggertimes": "Trigger times",
|
|
19379
|
+
"thermostat_unit": "Unit: °C",
|
|
19138
19380
|
"thermostat_vacationmode": "Vacation mode",
|
|
19139
19381
|
"time_unit_h": "h",
|
|
19140
19382
|
"timer_ceiling_fan_headline_text": "Timer",
|
|
@@ -19240,6 +19482,7 @@ export default {
|
|
|
19240
19482
|
"add_new_trigger_time_field_headline_text3": "Вторинне освітлення",
|
|
19241
19483
|
"add_new_trigger_time_field_text": "Тінь",
|
|
19242
19484
|
"add_new_trigger_time_headline_text": "Додайте новий час запуску",
|
|
19485
|
+
"add_new_trigger_time_icon_selection_headline_text": "Виберіть піктограму",
|
|
19243
19486
|
"add_new_trigger_time_information_text": "Вимкнений час не може бути обраний, оскільки всі часи спрацьовування повинні мати мінімальний інтервал у 15 хвилин.",
|
|
19244
19487
|
"add_new_trigger_time_inputfield_value_text": "Ім'я",
|
|
19245
19488
|
"add_new_trigger_time_subheadline_text": "СТАН ПРИСТРОЮ",
|
|
@@ -19990,24 +20233,34 @@ export default {
|
|
|
19990
20233
|
"switch_overcharge_headline_description": "Функція автоматично відключає зарядку ваших мобільних пристроїв, включаючи мобільні телефони та банки живлення, коли вони повністю заряджені, щоб запобігти перезарядженню та продовжити термін служби акумулятора.",
|
|
19991
20234
|
"switch_overcharge_headline_text": "Захист від перезарядки",
|
|
19992
20235
|
"switchinching_overview_description_text": "Автоматичне вимкнення пристрою через певний проміжок часу.",
|
|
19993
|
-
"thermostat_automode": "
|
|
19994
|
-
"
|
|
19995
|
-
"
|
|
19996
|
-
"
|
|
19997
|
-
"
|
|
19998
|
-
"
|
|
19999
|
-
"
|
|
20000
|
-
"
|
|
20001
|
-
"
|
|
20002
|
-
"
|
|
20003
|
-
"
|
|
20004
|
-
"
|
|
20005
|
-
"
|
|
20006
|
-
"
|
|
20007
|
-
"
|
|
20008
|
-
"
|
|
20009
|
-
"
|
|
20010
|
-
"
|
|
20236
|
+
"thermostat_automode": "Автоматичний режим",
|
|
20237
|
+
"thermostat_comforttemp": "Comfort temp.",
|
|
20238
|
+
"thermostat_descriptionrapid": "Щоб відразу встановити значення температури",
|
|
20239
|
+
"thermostat_descriptionvacation": "Встановити час перерви",
|
|
20240
|
+
"thermostat_difference": "Різниця між поточною і заданою температурою",
|
|
20241
|
+
"thermostat_drifttemp": "Похибка температури.",
|
|
20242
|
+
"thermostat_editauto": "Редагувати автоматичний режим",
|
|
20243
|
+
"thermostat_enddate": "Дата завершення",
|
|
20244
|
+
"thermostat_endtime": "End time",
|
|
20245
|
+
"thermostat_energysaving": "Температура енергозберігання",
|
|
20246
|
+
"thermostat_error": "The end time must be greater than the start time",
|
|
20247
|
+
"thermostat_maxtime": "No longer than 100 days",
|
|
20248
|
+
"thermostat_openwindow": "Нагадування про відкрите вікно",
|
|
20249
|
+
"thermostat_powermode": "Режим потужності",
|
|
20250
|
+
"thermostat_quicktemp": "Швидкий темп підвищення температури",
|
|
20251
|
+
"thermostat_refresh": "Оновити",
|
|
20252
|
+
"thermostat_schedule": "You can adapt the temperature as per your schedule",
|
|
20253
|
+
"thermostat_setscope": "Set scope",
|
|
20254
|
+
"thermostat_settemp": "Встановити температуру.",
|
|
20255
|
+
"thermostat_settime": "Set time",
|
|
20256
|
+
"thermostat_startdate": "Дата початку",
|
|
20257
|
+
"thermostat_starttime": "Start time",
|
|
20258
|
+
"thermostat_tempcurrent": "Поточна температура.",
|
|
20259
|
+
"thermostat_tempsetting": " Налаштування температури",
|
|
20260
|
+
"thermostat_title": "Терморегулятор",
|
|
20261
|
+
"thermostat_triggertimes": "ЧАС ЗАПУСКУ",
|
|
20262
|
+
"thermostat_unit": "Unit: °C",
|
|
20263
|
+
"thermostat_vacationmode": "Режим перерви",
|
|
20011
20264
|
"time_unit_h": "h",
|
|
20012
20265
|
"timer_ceiling_fan_headline_text": "Таймер",
|
|
20013
20266
|
"timer_ceiling_fan_lighting_switched_off_text": "Освітлення буде вимкнено приблизно через {0}",
|
|
@@ -20112,6 +20365,7 @@ export default {
|
|
|
20112
20365
|
"add_new_trigger_time_field_headline_text3": "Másodlagos világítás",
|
|
20113
20366
|
"add_new_trigger_time_field_text": "Árnyalat",
|
|
20114
20367
|
"add_new_trigger_time_headline_text": "Új aktiválási idő hozzáadása",
|
|
20368
|
+
"add_new_trigger_time_icon_selection_headline_text": "Ikon kiválasztása",
|
|
20115
20369
|
"add_new_trigger_time_information_text": "A letiltási időket nem lehet kiválasztani, mert minden aktiválási időnek legalább 15 perces időköznek kell lennie.",
|
|
20116
20370
|
"add_new_trigger_time_inputfield_value_text": "Név",
|
|
20117
20371
|
"add_new_trigger_time_subheadline_text": "ESZKÖZ ÁLLAPOTA",
|
|
@@ -20863,22 +21117,32 @@ export default {
|
|
|
20863
21117
|
"switch_overcharge_headline_text": "Túltöltés elleni védelem",
|
|
20864
21118
|
"switchinching_overview_description_text": "Ahhoz, hogy automatikusan kikapcsolja a készüléket, miután egy ideig.",
|
|
20865
21119
|
"thermostat_automode": "Auto mode",
|
|
21120
|
+
"thermostat_comforttemp": "Comfort temp.",
|
|
20866
21121
|
"thermostat_descriptionrapid": "To set the temperature to a value immediately",
|
|
20867
21122
|
"thermostat_descriptionvacation": "To set a vacation time",
|
|
20868
21123
|
"thermostat_difference": "Difference between the current and set temperature",
|
|
20869
21124
|
"thermostat_drifttemp": "Drift temp.",
|
|
21125
|
+
"thermostat_editauto": "Edit Auto mode",
|
|
20870
21126
|
"thermostat_enddate": "End date",
|
|
21127
|
+
"thermostat_endtime": "End time",
|
|
20871
21128
|
"thermostat_energysaving": "Energy saving temp.",
|
|
21129
|
+
"thermostat_error": "The end time must be greater than the start time",
|
|
21130
|
+
"thermostat_maxtime": "No longer than 100 days",
|
|
20872
21131
|
"thermostat_openwindow": "Open window reminder",
|
|
20873
21132
|
"thermostat_powermode": "Power mode",
|
|
20874
21133
|
"thermostat_quicktemp": "Quick temp. rising",
|
|
20875
21134
|
"thermostat_refresh": "Refresh",
|
|
21135
|
+
"thermostat_schedule": "You can adapt the temperature as per your schedule",
|
|
21136
|
+
"thermostat_setscope": "Set scope",
|
|
20876
21137
|
"thermostat_settemp": "Set temp.",
|
|
21138
|
+
"thermostat_settime": "Set time",
|
|
20877
21139
|
"thermostat_startdate": "Start date",
|
|
21140
|
+
"thermostat_starttime": "Start time",
|
|
20878
21141
|
"thermostat_tempcurrent": "Current temp.",
|
|
20879
21142
|
"thermostat_tempsetting": " Temp. setting",
|
|
20880
21143
|
"thermostat_title": "Thermostat",
|
|
20881
21144
|
"thermostat_triggertimes": "Trigger times",
|
|
21145
|
+
"thermostat_unit": "Unit: °C",
|
|
20882
21146
|
"thermostat_vacationmode": "Vacation mode",
|
|
20883
21147
|
"time_unit_h": "h",
|
|
20884
21148
|
"timer_ceiling_fan_headline_text": "Időzítő",
|
|
@@ -20984,6 +21248,7 @@ export default {
|
|
|
20984
21248
|
"add_new_trigger_time_field_headline_text3": "Oświetlenie dodatkowe",
|
|
20985
21249
|
"add_new_trigger_time_field_text": "Odcień",
|
|
20986
21250
|
"add_new_trigger_time_headline_text": "Dodawanie nowego czasu wyzwalania",
|
|
21251
|
+
"add_new_trigger_time_icon_selection_headline_text": "Wybierz ikonę",
|
|
20987
21252
|
"add_new_trigger_time_information_text": "Nie można wybrać czasu wyłączenia, ponieważ wszystkie czasy wyzwalania muszą mieć minimalny odstęp 15 minut.",
|
|
20988
21253
|
"add_new_trigger_time_inputfield_value_text": "Nazwa",
|
|
20989
21254
|
"add_new_trigger_time_subheadline_text": "STAN URZĄDZENIA",
|
|
@@ -21735,22 +22000,32 @@ export default {
|
|
|
21735
22000
|
"switch_overcharge_headline_text": "Ochrona przed przeładowaniem",
|
|
21736
22001
|
"switchinching_overview_description_text": "Automatyczne wyłączanie urządzenia po pewnym czasie.",
|
|
21737
22002
|
"thermostat_automode": "Auto mode",
|
|
22003
|
+
"thermostat_comforttemp": "Comfort temp.",
|
|
21738
22004
|
"thermostat_descriptionrapid": "To set the temperature to a value immediately",
|
|
21739
22005
|
"thermostat_descriptionvacation": "To set a vacation time",
|
|
21740
22006
|
"thermostat_difference": "Difference between the current and set temperature",
|
|
21741
22007
|
"thermostat_drifttemp": "Drift temp.",
|
|
22008
|
+
"thermostat_editauto": "Edit Auto mode",
|
|
21742
22009
|
"thermostat_enddate": "End date",
|
|
22010
|
+
"thermostat_endtime": "End time",
|
|
21743
22011
|
"thermostat_energysaving": "Energy saving temp.",
|
|
22012
|
+
"thermostat_error": "The end time must be greater than the start time",
|
|
22013
|
+
"thermostat_maxtime": "No longer than 100 days",
|
|
21744
22014
|
"thermostat_openwindow": "Open window reminder",
|
|
21745
22015
|
"thermostat_powermode": "Power mode",
|
|
21746
22016
|
"thermostat_quicktemp": "Quick temp. rising",
|
|
21747
22017
|
"thermostat_refresh": "Refresh",
|
|
22018
|
+
"thermostat_schedule": "You can adapt the temperature as per your schedule",
|
|
22019
|
+
"thermostat_setscope": "Set scope",
|
|
21748
22020
|
"thermostat_settemp": "Set temp.",
|
|
22021
|
+
"thermostat_settime": "Set time",
|
|
21749
22022
|
"thermostat_startdate": "Start date",
|
|
22023
|
+
"thermostat_starttime": "Start time",
|
|
21750
22024
|
"thermostat_tempcurrent": "Current temp.",
|
|
21751
22025
|
"thermostat_tempsetting": " Temp. setting",
|
|
21752
22026
|
"thermostat_title": "Thermostat",
|
|
21753
22027
|
"thermostat_triggertimes": "Trigger times",
|
|
22028
|
+
"thermostat_unit": "Unit: °C",
|
|
21754
22029
|
"thermostat_vacationmode": "Vacation mode",
|
|
21755
22030
|
"time_unit_h": "h",
|
|
21756
22031
|
"timer_ceiling_fan_headline_text": "Timer",
|
|
@@ -21856,6 +22131,7 @@ export default {
|
|
|
21856
22131
|
"add_new_trigger_time_field_headline_text3": "Iluminação secundária",
|
|
21857
22132
|
"add_new_trigger_time_field_text": "Tonalidade",
|
|
21858
22133
|
"add_new_trigger_time_headline_text": "Adicionar um novo tempo de acionamento",
|
|
22134
|
+
"add_new_trigger_time_icon_selection_headline_text": "Selecione um ícone",
|
|
21859
22135
|
"add_new_trigger_time_information_text": "Os tempos de desativação não podem ser selecionados porque todos os tempos de acionamento devem ter um intervalo mínimo de 15 minutos.",
|
|
21860
22136
|
"add_new_trigger_time_inputfield_value_text": "Nome",
|
|
21861
22137
|
"add_new_trigger_time_subheadline_text": "ESTADO DO DISPOSITIVO",
|
|
@@ -22607,22 +22883,32 @@ export default {
|
|
|
22607
22883
|
"switch_overcharge_headline_text": "Proteção contra sobrecarga",
|
|
22608
22884
|
"switchinching_overview_description_text": "Para desligar automaticamente o dispositivo após um período de tempo.",
|
|
22609
22885
|
"thermostat_automode": "Auto mode",
|
|
22886
|
+
"thermostat_comforttemp": "Comfort temp.",
|
|
22610
22887
|
"thermostat_descriptionrapid": "To set the temperature to a value immediately",
|
|
22611
22888
|
"thermostat_descriptionvacation": "To set a vacation time",
|
|
22612
22889
|
"thermostat_difference": "Difference between the current and set temperature",
|
|
22613
22890
|
"thermostat_drifttemp": "Drift temp.",
|
|
22891
|
+
"thermostat_editauto": "Edit Auto mode",
|
|
22614
22892
|
"thermostat_enddate": "End date",
|
|
22893
|
+
"thermostat_endtime": "End time",
|
|
22615
22894
|
"thermostat_energysaving": "Energy saving temp.",
|
|
22895
|
+
"thermostat_error": "The end time must be greater than the start time",
|
|
22896
|
+
"thermostat_maxtime": "No longer than 100 days",
|
|
22616
22897
|
"thermostat_openwindow": "Open window reminder",
|
|
22617
22898
|
"thermostat_powermode": "Power mode",
|
|
22618
22899
|
"thermostat_quicktemp": "Quick temp. rising",
|
|
22619
22900
|
"thermostat_refresh": "Refresh",
|
|
22901
|
+
"thermostat_schedule": "You can adapt the temperature as per your schedule",
|
|
22902
|
+
"thermostat_setscope": "Set scope",
|
|
22620
22903
|
"thermostat_settemp": "Set temp.",
|
|
22904
|
+
"thermostat_settime": "Set time",
|
|
22621
22905
|
"thermostat_startdate": "Start date",
|
|
22906
|
+
"thermostat_starttime": "Start time",
|
|
22622
22907
|
"thermostat_tempcurrent": "Current temp.",
|
|
22623
22908
|
"thermostat_tempsetting": " Temp. setting",
|
|
22624
22909
|
"thermostat_title": "Thermostat",
|
|
22625
22910
|
"thermostat_triggertimes": "Trigger times",
|
|
22911
|
+
"thermostat_unit": "Unit: °C",
|
|
22626
22912
|
"thermostat_vacationmode": "Vacation mode",
|
|
22627
22913
|
"time_unit_h": "h",
|
|
22628
22914
|
"timer_ceiling_fan_headline_text": "Cronômetro",
|
|
@@ -22728,6 +23014,7 @@ export default {
|
|
|
22728
23014
|
"add_new_trigger_time_field_headline_text3": "Вторичное освещение",
|
|
22729
23015
|
"add_new_trigger_time_field_text": "Оттенок",
|
|
22730
23016
|
"add_new_trigger_time_headline_text": "Добавить новое время срабатывания",
|
|
23017
|
+
"add_new_trigger_time_icon_selection_headline_text": "Выбрать значок",
|
|
22731
23018
|
"add_new_trigger_time_information_text": "Данные неактивные таймеры не могут быть выбраны, так как время срабатывания между ними должно быть не менее 15 минут",
|
|
22732
23019
|
"add_new_trigger_time_inputfield_value_text": "Имя",
|
|
22733
23020
|
"add_new_trigger_time_subheadline_text": "СОСТОЯНИЕ УСТРОЙСТВА",
|
|
@@ -23479,22 +23766,32 @@ export default {
|
|
|
23479
23766
|
"switch_overcharge_headline_text": "Защита от перезарядки",
|
|
23480
23767
|
"switchinching_overview_description_text": "Для автоматического выключения устройства через некоторое время.",
|
|
23481
23768
|
"thermostat_automode": "Auto mode",
|
|
23769
|
+
"thermostat_comforttemp": "Comfort temp.",
|
|
23482
23770
|
"thermostat_descriptionrapid": "To set the temperature to a value immediately",
|
|
23483
23771
|
"thermostat_descriptionvacation": "To set a vacation time",
|
|
23484
23772
|
"thermostat_difference": "Difference between the current and set temperature",
|
|
23485
23773
|
"thermostat_drifttemp": "Drift temp.",
|
|
23774
|
+
"thermostat_editauto": "Edit Auto mode",
|
|
23486
23775
|
"thermostat_enddate": "End date",
|
|
23776
|
+
"thermostat_endtime": "End time",
|
|
23487
23777
|
"thermostat_energysaving": "Energy saving temp.",
|
|
23778
|
+
"thermostat_error": "The end time must be greater than the start time",
|
|
23779
|
+
"thermostat_maxtime": "No longer than 100 days",
|
|
23488
23780
|
"thermostat_openwindow": "Open window reminder",
|
|
23489
23781
|
"thermostat_powermode": "Power mode",
|
|
23490
23782
|
"thermostat_quicktemp": "Quick temp. rising",
|
|
23491
23783
|
"thermostat_refresh": "Refresh",
|
|
23784
|
+
"thermostat_schedule": "You can adapt the temperature as per your schedule",
|
|
23785
|
+
"thermostat_setscope": "Set scope",
|
|
23492
23786
|
"thermostat_settemp": "Set temp.",
|
|
23787
|
+
"thermostat_settime": "Set time",
|
|
23493
23788
|
"thermostat_startdate": "Start date",
|
|
23789
|
+
"thermostat_starttime": "Start time",
|
|
23494
23790
|
"thermostat_tempcurrent": "Current temp.",
|
|
23495
23791
|
"thermostat_tempsetting": " Temp. setting",
|
|
23496
23792
|
"thermostat_title": "Thermostat",
|
|
23497
23793
|
"thermostat_triggertimes": "Trigger times",
|
|
23794
|
+
"thermostat_unit": "Unit: °C",
|
|
23498
23795
|
"thermostat_vacationmode": "Vacation mode",
|
|
23499
23796
|
"time_unit_h": "h",
|
|
23500
23797
|
"timer_ceiling_fan_headline_text": "Таймер",
|
|
@@ -23600,6 +23897,7 @@ export default {
|
|
|
23600
23897
|
"add_new_trigger_time_field_headline_text3": "İkincil aydınlatma",
|
|
23601
23898
|
"add_new_trigger_time_field_text": "Gölge",
|
|
23602
23899
|
"add_new_trigger_time_headline_text": "Yeni bir tetikleme zamanı ekleyin",
|
|
23900
|
+
"add_new_trigger_time_icon_selection_headline_text": "Simgeyi seç",
|
|
23603
23901
|
"add_new_trigger_time_information_text": "Tüm tetikleme süreleri minimum 15 dakika aralığına sahip olması gerektiğinden devre dışı bırakılan zamanlar seçilemez.",
|
|
23604
23902
|
"add_new_trigger_time_inputfield_value_text": "İsim",
|
|
23605
23903
|
"add_new_trigger_time_subheadline_text": "CİHAZ DURUMU",
|
|
@@ -24351,22 +24649,32 @@ export default {
|
|
|
24351
24649
|
"switch_overcharge_headline_text": "Aşırı Şarj Koruması",
|
|
24352
24650
|
"switchinching_overview_description_text": "Belirli bir süre sonra cihazı otomatik olarak kapatmak için.",
|
|
24353
24651
|
"thermostat_automode": "Auto mode",
|
|
24652
|
+
"thermostat_comforttemp": "Comfort temp.",
|
|
24354
24653
|
"thermostat_descriptionrapid": "To set the temperature to a value immediately",
|
|
24355
24654
|
"thermostat_descriptionvacation": "To set a vacation time",
|
|
24356
24655
|
"thermostat_difference": "Difference between the current and set temperature",
|
|
24357
24656
|
"thermostat_drifttemp": "Drift temp.",
|
|
24657
|
+
"thermostat_editauto": "Edit Auto mode",
|
|
24358
24658
|
"thermostat_enddate": "End date",
|
|
24659
|
+
"thermostat_endtime": "End time",
|
|
24359
24660
|
"thermostat_energysaving": "Energy saving temp.",
|
|
24661
|
+
"thermostat_error": "The end time must be greater than the start time",
|
|
24662
|
+
"thermostat_maxtime": "No longer than 100 days",
|
|
24360
24663
|
"thermostat_openwindow": "Open window reminder",
|
|
24361
24664
|
"thermostat_powermode": "Power mode",
|
|
24362
24665
|
"thermostat_quicktemp": "Quick temp. rising",
|
|
24363
24666
|
"thermostat_refresh": "Refresh",
|
|
24667
|
+
"thermostat_schedule": "You can adapt the temperature as per your schedule",
|
|
24668
|
+
"thermostat_setscope": "Set scope",
|
|
24364
24669
|
"thermostat_settemp": "Set temp.",
|
|
24670
|
+
"thermostat_settime": "Set time",
|
|
24365
24671
|
"thermostat_startdate": "Start date",
|
|
24672
|
+
"thermostat_starttime": "Start time",
|
|
24366
24673
|
"thermostat_tempcurrent": "Current temp.",
|
|
24367
24674
|
"thermostat_tempsetting": " Temp. setting",
|
|
24368
24675
|
"thermostat_title": "Thermostat",
|
|
24369
24676
|
"thermostat_triggertimes": "Trigger times",
|
|
24677
|
+
"thermostat_unit": "Unit: °C",
|
|
24370
24678
|
"thermostat_vacationmode": "Vacation mode",
|
|
24371
24679
|
"time_unit_h": "h",
|
|
24372
24680
|
"timer_ceiling_fan_headline_text": "Zamanlayıcı",
|
|
@@ -24472,6 +24780,7 @@ export default {
|
|
|
24472
24780
|
"add_new_trigger_time_field_headline_text3": "Iluminação secundária",
|
|
24473
24781
|
"add_new_trigger_time_field_text": "Tonalidade",
|
|
24474
24782
|
"add_new_trigger_time_headline_text": "Adicionar um novo tempo de acionamento",
|
|
24783
|
+
"add_new_trigger_time_icon_selection_headline_text": "Selecione um ícone",
|
|
24475
24784
|
"add_new_trigger_time_information_text": "Os tempos de desativação não podem ser selecionados porque todos os tempos de acionamento devem ter um intervalo mínimo de 15 minutos.",
|
|
24476
24785
|
"add_new_trigger_time_inputfield_value_text": "Nome",
|
|
24477
24786
|
"add_new_trigger_time_subheadline_text": "ESTADO DO DISPOSITIVO",
|
|
@@ -25223,22 +25532,32 @@ export default {
|
|
|
25223
25532
|
"switch_overcharge_headline_text": "Proteção contra sobrecarga",
|
|
25224
25533
|
"switchinching_overview_description_text": "Para desligar automaticamente o dispositivo após um período de tempo.",
|
|
25225
25534
|
"thermostat_automode": "Auto mode",
|
|
25535
|
+
"thermostat_comforttemp": "Comfort temp.",
|
|
25226
25536
|
"thermostat_descriptionrapid": "To set the temperature to a value immediately",
|
|
25227
25537
|
"thermostat_descriptionvacation": "To set a vacation time",
|
|
25228
25538
|
"thermostat_difference": "Difference between the current and set temperature",
|
|
25229
25539
|
"thermostat_drifttemp": "Drift temp.",
|
|
25540
|
+
"thermostat_editauto": "Edit Auto mode",
|
|
25230
25541
|
"thermostat_enddate": "End date",
|
|
25542
|
+
"thermostat_endtime": "End time",
|
|
25231
25543
|
"thermostat_energysaving": "Energy saving temp.",
|
|
25544
|
+
"thermostat_error": "The end time must be greater than the start time",
|
|
25545
|
+
"thermostat_maxtime": "No longer than 100 days",
|
|
25232
25546
|
"thermostat_openwindow": "Open window reminder",
|
|
25233
25547
|
"thermostat_powermode": "Power mode",
|
|
25234
25548
|
"thermostat_quicktemp": "Quick temp. rising",
|
|
25235
25549
|
"thermostat_refresh": "Refresh",
|
|
25550
|
+
"thermostat_schedule": "You can adapt the temperature as per your schedule",
|
|
25551
|
+
"thermostat_setscope": "Set scope",
|
|
25236
25552
|
"thermostat_settemp": "Set temp.",
|
|
25553
|
+
"thermostat_settime": "Set time",
|
|
25237
25554
|
"thermostat_startdate": "Start date",
|
|
25555
|
+
"thermostat_starttime": "Start time",
|
|
25238
25556
|
"thermostat_tempcurrent": "Current temp.",
|
|
25239
25557
|
"thermostat_tempsetting": " Temp. setting",
|
|
25240
25558
|
"thermostat_title": "Thermostat",
|
|
25241
25559
|
"thermostat_triggertimes": "Trigger times",
|
|
25560
|
+
"thermostat_unit": "Unit: °C",
|
|
25242
25561
|
"thermostat_vacationmode": "Vacation mode",
|
|
25243
25562
|
"time_unit_h": "h",
|
|
25244
25563
|
"timer_ceiling_fan_headline_text": "Cronômetro",
|