@ledvance/base 1.3.14 → 1.3.15
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 +13 -1
- package/localazy.keys.json +3 -4
- package/package.json +1 -1
- package/src/api/nativeEventEmitter.ts +18 -0
- package/src/composeLayout.tsx +1 -0
- package/src/i18n/strings.ts +348 -0
- package/src/models/modules/NativePropsSlice.tsx +8 -2
- package/translateKey.txt +13 -1
package/src/i18n/strings.ts
CHANGED
|
@@ -609,6 +609,12 @@ export default {
|
|
|
609
609
|
"mood_overview_warning_max_number_text": "Se ha alcanzado el número máximo de estados de ánimo.",
|
|
610
610
|
"mood_preview": "Vista previa",
|
|
611
611
|
"mood_resetbutton": "Do you want to reset the moods?",
|
|
612
|
+
"mood_string_mode_fade": "Fade",
|
|
613
|
+
"mood_string_mode_fluorescence": "Fluorescence",
|
|
614
|
+
"mood_string_mode_random_flash": "Random Flash",
|
|
615
|
+
"mood_string_mode_shimmer": "Shimmer",
|
|
616
|
+
"mood_string_mode_slow_fade": "Slow Fade",
|
|
617
|
+
"mood_string_mode_sparkle": "Sparkle",
|
|
612
618
|
"motion_detection_add_time_schedule_actions_text1": "Acciones",
|
|
613
619
|
"motion_detection_add_time_schedule_headline_text": "Añadir un nuevo horario",
|
|
614
620
|
"motion_detection_add_time_schedule_selectionfield_text": "Nombre",
|
|
@@ -729,6 +735,7 @@ export default {
|
|
|
729
735
|
"string_light_pp_dialog_sm_add_headline_c": "¿Realmente quieres cancelar la conexión de una nueva escena de ánimo?",
|
|
730
736
|
"string_light_pp_dialog_sm_ed_headline_d": "¿Realmente quieres eliminar la escena?",
|
|
731
737
|
"string_light_pp_field_sm_add_error1": "El nombre ya está en uso.",
|
|
738
|
+
"string_light_pp_sm_headline_add": "Añadir una nueva escena ",
|
|
732
739
|
"string_lights_modes_blink_text": "Parpadear",
|
|
733
740
|
"string_lights_modes_chase_text": "Perseguir",
|
|
734
741
|
"string_lights_modes_dazzle_text": "Deslumbrar",
|
|
@@ -812,7 +819,10 @@ export default {
|
|
|
812
819
|
"switch_overcharge_headline_text": "Protección de sobrecarga",
|
|
813
820
|
"switchinching_overview_description_text": "Para apagar automáticamente el dispositivo después de un período de tiempo.",
|
|
814
821
|
"thermostat_automode": "Automatic",
|
|
822
|
+
"thermostat_childlock_overview_description_text": "This feature disables the physical control on the device. Only possibility is to turn it off from the here.",
|
|
823
|
+
"thermostat_cold": "Cold",
|
|
815
824
|
"thermostat_comforttemp": "Comfort temp.",
|
|
825
|
+
"thermostat_cool": "Cool",
|
|
816
826
|
"thermostat_descriptionrapid": "To set the temperature to a value immediately",
|
|
817
827
|
"thermostat_descriptionvacation": "To set a vacation time",
|
|
818
828
|
"thermostat_difference": "Difference between the current and set temperature",
|
|
@@ -822,6 +832,7 @@ export default {
|
|
|
822
832
|
"thermostat_endtime": "End time",
|
|
823
833
|
"thermostat_energysaving": "Energy saving temp.",
|
|
824
834
|
"thermostat_error": "The end time must be greater than the start time",
|
|
835
|
+
"thermostat_hot": "Hot",
|
|
825
836
|
"thermostat_maxtime": "No longer than 100 days",
|
|
826
837
|
"thermostat_openwindow": "Open window reminder",
|
|
827
838
|
"thermostat_powermode": "Manual",
|
|
@@ -839,6 +850,7 @@ export default {
|
|
|
839
850
|
"thermostat_triggertimes": "Trigger times",
|
|
840
851
|
"thermostat_unit": "Unit: °C",
|
|
841
852
|
"thermostat_vacationmode": "Vacation",
|
|
853
|
+
"thermostat_warm": "Warm",
|
|
842
854
|
"time_unit_h": "h",
|
|
843
855
|
"timer_ceiling_fan_headline_text": "Temporizador",
|
|
844
856
|
"timer_ceiling_fan_lighting_switched_off_text": "La luz se apagará aproximadamente a las {0}",
|
|
@@ -1496,6 +1508,12 @@ export default {
|
|
|
1496
1508
|
"mood_overview_warning_max_number_text": "تم الوصول إلى الحد الأقصى لعدد الحالات المزاجية.",
|
|
1497
1509
|
"mood_preview": "استطلاع",
|
|
1498
1510
|
"mood_resetbutton": "Do you want to reset the moods?",
|
|
1511
|
+
"mood_string_mode_fade": "Fade",
|
|
1512
|
+
"mood_string_mode_fluorescence": "Fluorescence",
|
|
1513
|
+
"mood_string_mode_random_flash": "Random Flash",
|
|
1514
|
+
"mood_string_mode_shimmer": "Shimmer",
|
|
1515
|
+
"mood_string_mode_slow_fade": "Slow Fade",
|
|
1516
|
+
"mood_string_mode_sparkle": "Sparkle",
|
|
1499
1517
|
"motion_detection_add_time_schedule_actions_text1": "الإجراءات",
|
|
1500
1518
|
"motion_detection_add_time_schedule_headline_text": "إضافة جدول جديد",
|
|
1501
1519
|
"motion_detection_add_time_schedule_selectionfield_text": "الاسم",
|
|
@@ -1616,6 +1634,7 @@ export default {
|
|
|
1616
1634
|
"string_light_pp_dialog_sm_add_headline_c": "هل تريد حقًا إلغاء إضافة مزاج جديد؟",
|
|
1617
1635
|
"string_light_pp_dialog_sm_ed_headline_d": "هل تريد حقًا حذف الحالة المزاجية؟",
|
|
1618
1636
|
"string_light_pp_field_sm_add_error1": "الاسم قيد الاستخدام بالفعل.",
|
|
1637
|
+
"string_light_pp_sm_headline_add": "أضف مزاجًا جديدًا",
|
|
1619
1638
|
"string_lights_modes_blink_text": "وميض",
|
|
1620
1639
|
"string_lights_modes_chase_text": "يطارد",
|
|
1621
1640
|
"string_lights_modes_dazzle_text": "انبهار",
|
|
@@ -1699,7 +1718,10 @@ export default {
|
|
|
1699
1718
|
"switch_overcharge_headline_text": "حماية الشحن الزائد",
|
|
1700
1719
|
"switchinching_overview_description_text": "لإيقاف تشغيل الجهاز تلقائيًا بعد فترة من الوقت.",
|
|
1701
1720
|
"thermostat_automode": "Automatic",
|
|
1721
|
+
"thermostat_childlock_overview_description_text": "This feature disables the physical control on the device. Only possibility is to turn it off from the here.",
|
|
1722
|
+
"thermostat_cold": "Cold",
|
|
1702
1723
|
"thermostat_comforttemp": "Comfort temp.",
|
|
1724
|
+
"thermostat_cool": "Cool",
|
|
1703
1725
|
"thermostat_descriptionrapid": "To set the temperature to a value immediately",
|
|
1704
1726
|
"thermostat_descriptionvacation": "To set a vacation time",
|
|
1705
1727
|
"thermostat_difference": "Difference between the current and set temperature",
|
|
@@ -1709,6 +1731,7 @@ export default {
|
|
|
1709
1731
|
"thermostat_endtime": "End time",
|
|
1710
1732
|
"thermostat_energysaving": "Energy saving temp.",
|
|
1711
1733
|
"thermostat_error": "The end time must be greater than the start time",
|
|
1734
|
+
"thermostat_hot": "Hot",
|
|
1712
1735
|
"thermostat_maxtime": "No longer than 100 days",
|
|
1713
1736
|
"thermostat_openwindow": "Open window reminder",
|
|
1714
1737
|
"thermostat_powermode": "Manual",
|
|
@@ -1726,6 +1749,7 @@ export default {
|
|
|
1726
1749
|
"thermostat_triggertimes": "Trigger times",
|
|
1727
1750
|
"thermostat_unit": "Unit: °C",
|
|
1728
1751
|
"thermostat_vacationmode": "Vacation",
|
|
1752
|
+
"thermostat_warm": "Warm",
|
|
1729
1753
|
"time_unit_h": "h",
|
|
1730
1754
|
"timer_ceiling_fan_headline_text": "مؤقت",
|
|
1731
1755
|
"timer_ceiling_fan_lighting_switched_off_text": "سيتم إيقاف الإضاءة عند حوالي {0}",
|
|
@@ -2383,6 +2407,12 @@ export default {
|
|
|
2383
2407
|
"mood_overview_warning_max_number_text": "Bylo dosaženo maximálního počtu nálad.",
|
|
2384
2408
|
"mood_preview": "Náhled",
|
|
2385
2409
|
"mood_resetbutton": "Do you want to reset the moods?",
|
|
2410
|
+
"mood_string_mode_fade": "Fade",
|
|
2411
|
+
"mood_string_mode_fluorescence": "Fluorescence",
|
|
2412
|
+
"mood_string_mode_random_flash": "Random Flash",
|
|
2413
|
+
"mood_string_mode_shimmer": "Shimmer",
|
|
2414
|
+
"mood_string_mode_slow_fade": "Slow Fade",
|
|
2415
|
+
"mood_string_mode_sparkle": "Sparkle",
|
|
2386
2416
|
"motion_detection_add_time_schedule_actions_text1": "Akce",
|
|
2387
2417
|
"motion_detection_add_time_schedule_headline_text": "Přidat nový rozvrh",
|
|
2388
2418
|
"motion_detection_add_time_schedule_selectionfield_text": "Název",
|
|
@@ -2503,6 +2533,7 @@ export default {
|
|
|
2503
2533
|
"string_light_pp_dialog_sm_add_headline_c": "Opravdu chcete zrušit přidání nové nálady?",
|
|
2504
2534
|
"string_light_pp_dialog_sm_ed_headline_d": "Opravdu chcete náladu smazat?",
|
|
2505
2535
|
"string_light_pp_field_sm_add_error1": "Tento název je již používán.",
|
|
2536
|
+
"string_light_pp_sm_headline_add": "Přidat novou náladu",
|
|
2506
2537
|
"string_lights_modes_blink_text": "Mrknutí",
|
|
2507
2538
|
"string_lights_modes_chase_text": "Hon",
|
|
2508
2539
|
"string_lights_modes_dazzle_text": "Oslnění",
|
|
@@ -2586,7 +2617,10 @@ export default {
|
|
|
2586
2617
|
"switch_overcharge_headline_text": "Ochrana proti přebíjení",
|
|
2587
2618
|
"switchinching_overview_description_text": "Automatické vypnutí zařízení po určité době.",
|
|
2588
2619
|
"thermostat_automode": "Automatic",
|
|
2620
|
+
"thermostat_childlock_overview_description_text": "This feature disables the physical control on the device. Only possibility is to turn it off from the here.",
|
|
2621
|
+
"thermostat_cold": "Cold",
|
|
2589
2622
|
"thermostat_comforttemp": "Comfort temp.",
|
|
2623
|
+
"thermostat_cool": "Cool",
|
|
2590
2624
|
"thermostat_descriptionrapid": "To set the temperature to a value immediately",
|
|
2591
2625
|
"thermostat_descriptionvacation": "To set a vacation time",
|
|
2592
2626
|
"thermostat_difference": "Difference between the current and set temperature",
|
|
@@ -2596,6 +2630,7 @@ export default {
|
|
|
2596
2630
|
"thermostat_endtime": "End time",
|
|
2597
2631
|
"thermostat_energysaving": "Energy saving temp.",
|
|
2598
2632
|
"thermostat_error": "The end time must be greater than the start time",
|
|
2633
|
+
"thermostat_hot": "Hot",
|
|
2599
2634
|
"thermostat_maxtime": "No longer than 100 days",
|
|
2600
2635
|
"thermostat_openwindow": "Open window reminder",
|
|
2601
2636
|
"thermostat_powermode": "Manual",
|
|
@@ -2613,6 +2648,7 @@ export default {
|
|
|
2613
2648
|
"thermostat_triggertimes": "Trigger times",
|
|
2614
2649
|
"thermostat_unit": "Unit: °C",
|
|
2615
2650
|
"thermostat_vacationmode": "Vacation",
|
|
2651
|
+
"thermostat_warm": "Warm",
|
|
2616
2652
|
"time_unit_h": "h",
|
|
2617
2653
|
"timer_ceiling_fan_headline_text": "Časovač",
|
|
2618
2654
|
"timer_ceiling_fan_lighting_switched_off_text": "Osvětlení bude vypnuto přibližně v {0}",
|
|
@@ -3270,6 +3306,12 @@ export default {
|
|
|
3270
3306
|
"mood_overview_warning_max_number_text": "Maximum number of moods has been reached.",
|
|
3271
3307
|
"mood_preview": "Preview",
|
|
3272
3308
|
"mood_resetbutton": "Do you want to reset the moods?",
|
|
3309
|
+
"mood_string_mode_fade": "Fade",
|
|
3310
|
+
"mood_string_mode_fluorescence": "Fluorescence",
|
|
3311
|
+
"mood_string_mode_random_flash": "Random Flash",
|
|
3312
|
+
"mood_string_mode_shimmer": "Shimmer",
|
|
3313
|
+
"mood_string_mode_slow_fade": "Slow Fade",
|
|
3314
|
+
"mood_string_mode_sparkle": "Sparkle",
|
|
3273
3315
|
"motion_detection_add_time_schedule_actions_text1": "Actions",
|
|
3274
3316
|
"motion_detection_add_time_schedule_headline_text": "Add a new schedule",
|
|
3275
3317
|
"motion_detection_add_time_schedule_selectionfield_text": "Name",
|
|
@@ -3390,6 +3432,7 @@ export default {
|
|
|
3390
3432
|
"string_light_pp_dialog_sm_add_headline_c": "Do you really want to cancel adding a new mood?",
|
|
3391
3433
|
"string_light_pp_dialog_sm_ed_headline_d": "Do you really want to delete the mood?",
|
|
3392
3434
|
"string_light_pp_field_sm_add_error1": "The name is already in use.",
|
|
3435
|
+
"string_light_pp_sm_headline_add": "Add a new mood",
|
|
3393
3436
|
"string_lights_modes_blink_text": "Blink",
|
|
3394
3437
|
"string_lights_modes_chase_text": "Chase",
|
|
3395
3438
|
"string_lights_modes_dazzle_text": "Dazzle",
|
|
@@ -3473,7 +3516,10 @@ export default {
|
|
|
3473
3516
|
"switch_overcharge_headline_text": "Overcharging Protection",
|
|
3474
3517
|
"switchinching_overview_description_text": "To automatically switch off the device after a period of time.",
|
|
3475
3518
|
"thermostat_automode": "Automatic",
|
|
3519
|
+
"thermostat_childlock_overview_description_text": "This feature disables the physical control on the device. Only possibility is to turn it off from the here.",
|
|
3520
|
+
"thermostat_cold": "Cold",
|
|
3476
3521
|
"thermostat_comforttemp": "Comfort temp.",
|
|
3522
|
+
"thermostat_cool": "Cool",
|
|
3477
3523
|
"thermostat_descriptionrapid": "To set the temperature to a value immediately",
|
|
3478
3524
|
"thermostat_descriptionvacation": "To set a vacation time",
|
|
3479
3525
|
"thermostat_difference": "Difference between the current and set temperature",
|
|
@@ -3483,6 +3529,7 @@ export default {
|
|
|
3483
3529
|
"thermostat_endtime": "End time",
|
|
3484
3530
|
"thermostat_energysaving": "Energy saving temp.",
|
|
3485
3531
|
"thermostat_error": "The end time must be greater than the start time",
|
|
3532
|
+
"thermostat_hot": "Hot",
|
|
3486
3533
|
"thermostat_maxtime": "No longer than 100 days",
|
|
3487
3534
|
"thermostat_openwindow": "Open window reminder",
|
|
3488
3535
|
"thermostat_powermode": "Manual",
|
|
@@ -3500,6 +3547,7 @@ export default {
|
|
|
3500
3547
|
"thermostat_triggertimes": "Trigger times",
|
|
3501
3548
|
"thermostat_unit": "Unit: °C",
|
|
3502
3549
|
"thermostat_vacationmode": "Vacation",
|
|
3550
|
+
"thermostat_warm": "Warm",
|
|
3503
3551
|
"time_unit_h": "h",
|
|
3504
3552
|
"timer_ceiling_fan_headline_text": "Timer",
|
|
3505
3553
|
"timer_ceiling_fan_lighting_switched_off_text": "Lighting will be switched off at about {0}",
|
|
@@ -4157,6 +4205,12 @@ export default {
|
|
|
4157
4205
|
"mood_overview_warning_max_number_text": "Максимален брой настроения е достигнат.",
|
|
4158
4206
|
"mood_preview": "Визуализация",
|
|
4159
4207
|
"mood_resetbutton": "Do you want to reset the moods?",
|
|
4208
|
+
"mood_string_mode_fade": "Fade",
|
|
4209
|
+
"mood_string_mode_fluorescence": "Fluorescence",
|
|
4210
|
+
"mood_string_mode_random_flash": "Random Flash",
|
|
4211
|
+
"mood_string_mode_shimmer": "Shimmer",
|
|
4212
|
+
"mood_string_mode_slow_fade": "Slow Fade",
|
|
4213
|
+
"mood_string_mode_sparkle": "Sparkle",
|
|
4160
4214
|
"motion_detection_add_time_schedule_actions_text1": "Действия",
|
|
4161
4215
|
"motion_detection_add_time_schedule_headline_text": "Добавяне на нов график",
|
|
4162
4216
|
"motion_detection_add_time_schedule_selectionfield_text": "Име",
|
|
@@ -4277,6 +4331,7 @@ export default {
|
|
|
4277
4331
|
"string_light_pp_dialog_sm_add_headline_c": "Наистина ли искате да отмените добавянето на ново настроение?",
|
|
4278
4332
|
"string_light_pp_dialog_sm_ed_headline_d": "Наистина ли искате да изтриете настроението?",
|
|
4279
4333
|
"string_light_pp_field_sm_add_error1": "Името вече се използва.",
|
|
4334
|
+
"string_light_pp_sm_headline_add": "Добавете ново настроение",
|
|
4280
4335
|
"string_lights_modes_blink_text": "Мигане",
|
|
4281
4336
|
"string_lights_modes_chase_text": "Преследване",
|
|
4282
4337
|
"string_lights_modes_dazzle_text": "Заслепяване",
|
|
@@ -4360,7 +4415,10 @@ export default {
|
|
|
4360
4415
|
"switch_overcharge_headline_text": "Защита от презареждане",
|
|
4361
4416
|
"switchinching_overview_description_text": "За автоматично изключване на устройството след определен период от време.",
|
|
4362
4417
|
"thermostat_automode": "Automatic",
|
|
4418
|
+
"thermostat_childlock_overview_description_text": "This feature disables the physical control on the device. Only possibility is to turn it off from the here.",
|
|
4419
|
+
"thermostat_cold": "Cold",
|
|
4363
4420
|
"thermostat_comforttemp": "Comfort temp.",
|
|
4421
|
+
"thermostat_cool": "Cool",
|
|
4364
4422
|
"thermostat_descriptionrapid": "To set the temperature to a value immediately",
|
|
4365
4423
|
"thermostat_descriptionvacation": "To set a vacation time",
|
|
4366
4424
|
"thermostat_difference": "Difference between the current and set temperature",
|
|
@@ -4370,6 +4428,7 @@ export default {
|
|
|
4370
4428
|
"thermostat_endtime": "End time",
|
|
4371
4429
|
"thermostat_energysaving": "Energy saving temp.",
|
|
4372
4430
|
"thermostat_error": "The end time must be greater than the start time",
|
|
4431
|
+
"thermostat_hot": "Hot",
|
|
4373
4432
|
"thermostat_maxtime": "No longer than 100 days",
|
|
4374
4433
|
"thermostat_openwindow": "Open window reminder",
|
|
4375
4434
|
"thermostat_powermode": "Manual",
|
|
@@ -4387,6 +4446,7 @@ export default {
|
|
|
4387
4446
|
"thermostat_triggertimes": "Trigger times",
|
|
4388
4447
|
"thermostat_unit": "Unit: °C",
|
|
4389
4448
|
"thermostat_vacationmode": "Vacation",
|
|
4449
|
+
"thermostat_warm": "Warm",
|
|
4390
4450
|
"time_unit_h": "h",
|
|
4391
4451
|
"timer_ceiling_fan_headline_text": "Таймер",
|
|
4392
4452
|
"timer_ceiling_fan_lighting_switched_off_text": "Осветлението ще бъде изключено след около {0}",
|
|
@@ -5044,6 +5104,12 @@ export default {
|
|
|
5044
5104
|
"mood_overview_warning_max_number_text": "Der er ikke plads til flere scener.",
|
|
5045
5105
|
"mood_preview": "Forhåndsvisning",
|
|
5046
5106
|
"mood_resetbutton": "Do you want to reset the moods?",
|
|
5107
|
+
"mood_string_mode_fade": "Fade",
|
|
5108
|
+
"mood_string_mode_fluorescence": "Fluorescence",
|
|
5109
|
+
"mood_string_mode_random_flash": "Random Flash",
|
|
5110
|
+
"mood_string_mode_shimmer": "Shimmer",
|
|
5111
|
+
"mood_string_mode_slow_fade": "Slow Fade",
|
|
5112
|
+
"mood_string_mode_sparkle": "Sparkle",
|
|
5047
5113
|
"motion_detection_add_time_schedule_actions_text1": "Handlinger",
|
|
5048
5114
|
"motion_detection_add_time_schedule_headline_text": "Tilføj en ny tidsplan",
|
|
5049
5115
|
"motion_detection_add_time_schedule_selectionfield_text": "Navn",
|
|
@@ -5164,6 +5230,7 @@ export default {
|
|
|
5164
5230
|
"string_light_pp_dialog_sm_add_headline_c": "Er du sikker på, du vil aflyse tilføjelsen af en ny lys-scene?",
|
|
5165
5231
|
"string_light_pp_dialog_sm_ed_headline_d": "Er du sikker på, du vil slette lys-scenen?",
|
|
5166
5232
|
"string_light_pp_field_sm_add_error1": "Navnet er allerede i brug.",
|
|
5233
|
+
"string_light_pp_sm_headline_add": "Tilføj en ny lys-scene",
|
|
5167
5234
|
"string_lights_modes_blink_text": "Blink",
|
|
5168
5235
|
"string_lights_modes_chase_text": "Løbende",
|
|
5169
5236
|
"string_lights_modes_dazzle_text": "Funkle",
|
|
@@ -5247,7 +5314,10 @@ export default {
|
|
|
5247
5314
|
"switch_overcharge_headline_text": "Beskyttelse mod overopladning",
|
|
5248
5315
|
"switchinching_overview_description_text": "Til at slukke enheden automatisk efter et stykke tid.",
|
|
5249
5316
|
"thermostat_automode": "Automatic",
|
|
5317
|
+
"thermostat_childlock_overview_description_text": "This feature disables the physical control on the device. Only possibility is to turn it off from the here.",
|
|
5318
|
+
"thermostat_cold": "Cold",
|
|
5250
5319
|
"thermostat_comforttemp": "Comfort temp.",
|
|
5320
|
+
"thermostat_cool": "Cool",
|
|
5251
5321
|
"thermostat_descriptionrapid": "To set the temperature to a value immediately",
|
|
5252
5322
|
"thermostat_descriptionvacation": "To set a vacation time",
|
|
5253
5323
|
"thermostat_difference": "Difference between the current and set temperature",
|
|
@@ -5257,6 +5327,7 @@ export default {
|
|
|
5257
5327
|
"thermostat_endtime": "End time",
|
|
5258
5328
|
"thermostat_energysaving": "Energy saving temp.",
|
|
5259
5329
|
"thermostat_error": "The end time must be greater than the start time",
|
|
5330
|
+
"thermostat_hot": "Hot",
|
|
5260
5331
|
"thermostat_maxtime": "No longer than 100 days",
|
|
5261
5332
|
"thermostat_openwindow": "Open window reminder",
|
|
5262
5333
|
"thermostat_powermode": "Manual",
|
|
@@ -5274,6 +5345,7 @@ export default {
|
|
|
5274
5345
|
"thermostat_triggertimes": "Trigger times",
|
|
5275
5346
|
"thermostat_unit": "Unit: °C",
|
|
5276
5347
|
"thermostat_vacationmode": "Vacation",
|
|
5348
|
+
"thermostat_warm": "Warm",
|
|
5277
5349
|
"time_unit_h": "h",
|
|
5278
5350
|
"timer_ceiling_fan_headline_text": "Timer",
|
|
5279
5351
|
"timer_ceiling_fan_lighting_switched_off_text": "Lyset slukker om {0}",
|
|
@@ -5931,6 +6003,12 @@ export default {
|
|
|
5931
6003
|
"mood_overview_warning_max_number_text": "Die maximale Anzahl an Stimmungen wurde erreicht.",
|
|
5932
6004
|
"mood_preview": "Vorschau",
|
|
5933
6005
|
"mood_resetbutton": "Willst du die Stimmungen zurücksetzen?",
|
|
6006
|
+
"mood_string_mode_fade": "Fade",
|
|
6007
|
+
"mood_string_mode_fluorescence": "Fluorescence",
|
|
6008
|
+
"mood_string_mode_random_flash": "Random Flash",
|
|
6009
|
+
"mood_string_mode_shimmer": "Shimmer",
|
|
6010
|
+
"mood_string_mode_slow_fade": "Slow Fade",
|
|
6011
|
+
"mood_string_mode_sparkle": "Sparkle",
|
|
5934
6012
|
"motion_detection_add_time_schedule_actions_text1": "Aktionen",
|
|
5935
6013
|
"motion_detection_add_time_schedule_headline_text": "Neuen Zeitplan hinzufügen",
|
|
5936
6014
|
"motion_detection_add_time_schedule_selectionfield_text": "Name",
|
|
@@ -6051,6 +6129,7 @@ export default {
|
|
|
6051
6129
|
"string_light_pp_dialog_sm_add_headline_c": "Möchtest Du das Hinzufügen einer neuen Stimmung abbrechen?",
|
|
6052
6130
|
"string_light_pp_dialog_sm_ed_headline_d": "Möchtest Du die Stimmung wirklich löschen?",
|
|
6053
6131
|
"string_light_pp_field_sm_add_error1": "Der Name wird bereits verwendet.",
|
|
6132
|
+
"string_light_pp_sm_headline_add": "Füge eine neue Stimmung hinzu",
|
|
6054
6133
|
"string_lights_modes_blink_text": "Blinken",
|
|
6055
6134
|
"string_lights_modes_chase_text": "Verfolgen",
|
|
6056
6135
|
"string_lights_modes_dazzle_text": "Dazzle",
|
|
@@ -6134,7 +6213,10 @@ export default {
|
|
|
6134
6213
|
"switch_overcharge_headline_text": "Überladeschutz",
|
|
6135
6214
|
"switchinching_overview_description_text": "Um das Gerät nach einer bestimmten Zeit automatisch auszuschalten.",
|
|
6136
6215
|
"thermostat_automode": "Automatisch",
|
|
6216
|
+
"thermostat_childlock_overview_description_text": "This feature disables the physical control on the device. Only possibility is to turn it off from the here.",
|
|
6217
|
+
"thermostat_cold": "Cold",
|
|
6137
6218
|
"thermostat_comforttemp": "Komforttemperatur",
|
|
6219
|
+
"thermostat_cool": "Cool",
|
|
6138
6220
|
"thermostat_descriptionrapid": "Um die Temperatur sofort auf einen Wert einzustellen",
|
|
6139
6221
|
"thermostat_descriptionvacation": "Um eine Urlaubszeit festzulegen",
|
|
6140
6222
|
"thermostat_difference": "Differenz zwischen der aktuellen und der eingestellten Temperatur",
|
|
@@ -6144,6 +6226,7 @@ export default {
|
|
|
6144
6226
|
"thermostat_endtime": "Endzeit",
|
|
6145
6227
|
"thermostat_energysaving": "Energiesparende Temperatur.",
|
|
6146
6228
|
"thermostat_error": "Die Endzeit muss nach der Startzeit liegen",
|
|
6229
|
+
"thermostat_hot": "Hot",
|
|
6147
6230
|
"thermostat_maxtime": "Nicht länger als 100 Tage",
|
|
6148
6231
|
"thermostat_openwindow": "Erinnerung an offene Fenster",
|
|
6149
6232
|
"thermostat_powermode": "Manuell",
|
|
@@ -6161,6 +6244,7 @@ export default {
|
|
|
6161
6244
|
"thermostat_triggertimes": "Auslösezeiten",
|
|
6162
6245
|
"thermostat_unit": "Einheit: °C",
|
|
6163
6246
|
"thermostat_vacationmode": "Urlaub",
|
|
6247
|
+
"thermostat_warm": "Warm",
|
|
6164
6248
|
"time_unit_h": "h",
|
|
6165
6249
|
"timer_ceiling_fan_headline_text": "Timer",
|
|
6166
6250
|
"timer_ceiling_fan_lighting_switched_off_text": "Licht wird um ca. {0} ausgeschaltet",
|
|
@@ -6818,6 +6902,12 @@ export default {
|
|
|
6818
6902
|
"mood_overview_warning_max_number_text": "Έχει επιτευχθεί ο μέγιστος αριθμός διαθέσεων.",
|
|
6819
6903
|
"mood_preview": "Προεπισκόπηση",
|
|
6820
6904
|
"mood_resetbutton": "Do you want to reset the moods?",
|
|
6905
|
+
"mood_string_mode_fade": "Fade",
|
|
6906
|
+
"mood_string_mode_fluorescence": "Fluorescence",
|
|
6907
|
+
"mood_string_mode_random_flash": "Random Flash",
|
|
6908
|
+
"mood_string_mode_shimmer": "Shimmer",
|
|
6909
|
+
"mood_string_mode_slow_fade": "Slow Fade",
|
|
6910
|
+
"mood_string_mode_sparkle": "Sparkle",
|
|
6821
6911
|
"motion_detection_add_time_schedule_actions_text1": "Ενέργειες",
|
|
6822
6912
|
"motion_detection_add_time_schedule_headline_text": "Προσθήκη νέου προγράμματος",
|
|
6823
6913
|
"motion_detection_add_time_schedule_selectionfield_text": "Όνομα",
|
|
@@ -6938,6 +7028,7 @@ export default {
|
|
|
6938
7028
|
"string_light_pp_dialog_sm_add_headline_c": "Θέλετε πραγματικά να ακυρώσετε την προσθήκη μιας νέας διάθεσης;",
|
|
6939
7029
|
"string_light_pp_dialog_sm_ed_headline_d": "Θέλετε πραγματικά να διαγράψετε τη διάθεση;",
|
|
6940
7030
|
"string_light_pp_field_sm_add_error1": "Το όνομα χρησιμοποιείται ήδη.",
|
|
7031
|
+
"string_light_pp_sm_headline_add": "Προσθέστε μια νέα διάθεση",
|
|
6941
7032
|
"string_lights_modes_blink_text": "Παλλόμενο",
|
|
6942
7033
|
"string_lights_modes_chase_text": "Chase",
|
|
6943
7034
|
"string_lights_modes_dazzle_text": "Εκθαμβωτικό",
|
|
@@ -7021,7 +7112,10 @@ export default {
|
|
|
7021
7112
|
"switch_overcharge_headline_text": "Προστασία υπερφόρτισης",
|
|
7022
7113
|
"switchinching_overview_description_text": "Για να απενεργοποιήσετε αυτόματα τη συσκευή μετά από ένα χρονικό διάστημα.",
|
|
7023
7114
|
"thermostat_automode": "Automatic",
|
|
7115
|
+
"thermostat_childlock_overview_description_text": "This feature disables the physical control on the device. Only possibility is to turn it off from the here.",
|
|
7116
|
+
"thermostat_cold": "Cold",
|
|
7024
7117
|
"thermostat_comforttemp": "Comfort temp.",
|
|
7118
|
+
"thermostat_cool": "Cool",
|
|
7025
7119
|
"thermostat_descriptionrapid": "To set the temperature to a value immediately",
|
|
7026
7120
|
"thermostat_descriptionvacation": "To set a vacation time",
|
|
7027
7121
|
"thermostat_difference": "Difference between the current and set temperature",
|
|
@@ -7031,6 +7125,7 @@ export default {
|
|
|
7031
7125
|
"thermostat_endtime": "End time",
|
|
7032
7126
|
"thermostat_energysaving": "Energy saving temp.",
|
|
7033
7127
|
"thermostat_error": "The end time must be greater than the start time",
|
|
7128
|
+
"thermostat_hot": "Hot",
|
|
7034
7129
|
"thermostat_maxtime": "No longer than 100 days",
|
|
7035
7130
|
"thermostat_openwindow": "Open window reminder",
|
|
7036
7131
|
"thermostat_powermode": "Manual",
|
|
@@ -7048,6 +7143,7 @@ export default {
|
|
|
7048
7143
|
"thermostat_triggertimes": "Trigger times",
|
|
7049
7144
|
"thermostat_unit": "Unit: °C",
|
|
7050
7145
|
"thermostat_vacationmode": "Vacation",
|
|
7146
|
+
"thermostat_warm": "Warm",
|
|
7051
7147
|
"time_unit_h": "h",
|
|
7052
7148
|
"timer_ceiling_fan_headline_text": "Χρονοδιακόπτης",
|
|
7053
7149
|
"timer_ceiling_fan_lighting_switched_off_text": "Ο φωτισμός θα απενεργοποιηθεί περίπου στις {0}",
|
|
@@ -7705,6 +7801,12 @@ export default {
|
|
|
7705
7801
|
"mood_overview_warning_max_number_text": "Se ha alcanzado el número máximo de estados de ánimo.",
|
|
7706
7802
|
"mood_preview": "Vista previa",
|
|
7707
7803
|
"mood_resetbutton": "Do you want to reset the moods?",
|
|
7804
|
+
"mood_string_mode_fade": "Fade",
|
|
7805
|
+
"mood_string_mode_fluorescence": "Fluorescence",
|
|
7806
|
+
"mood_string_mode_random_flash": "Random Flash",
|
|
7807
|
+
"mood_string_mode_shimmer": "Shimmer",
|
|
7808
|
+
"mood_string_mode_slow_fade": "Slow Fade",
|
|
7809
|
+
"mood_string_mode_sparkle": "Sparkle",
|
|
7708
7810
|
"motion_detection_add_time_schedule_actions_text1": "Acciones",
|
|
7709
7811
|
"motion_detection_add_time_schedule_headline_text": "Añadir un nuevo horario",
|
|
7710
7812
|
"motion_detection_add_time_schedule_selectionfield_text": "Nombre",
|
|
@@ -7825,6 +7927,7 @@ export default {
|
|
|
7825
7927
|
"string_light_pp_dialog_sm_add_headline_c": "¿Realmente quieres cancelar la conexión de una nueva escena de ánimo?",
|
|
7826
7928
|
"string_light_pp_dialog_sm_ed_headline_d": "¿Realmente quieres eliminar la escena?",
|
|
7827
7929
|
"string_light_pp_field_sm_add_error1": "El nombre ya está en uso.",
|
|
7930
|
+
"string_light_pp_sm_headline_add": "Añadir una nueva escena ",
|
|
7828
7931
|
"string_lights_modes_blink_text": "Parpadear",
|
|
7829
7932
|
"string_lights_modes_chase_text": "Perseguir",
|
|
7830
7933
|
"string_lights_modes_dazzle_text": "Deslumbrar",
|
|
@@ -7908,7 +8011,10 @@ export default {
|
|
|
7908
8011
|
"switch_overcharge_headline_text": "Protección de sobrecarga",
|
|
7909
8012
|
"switchinching_overview_description_text": "Para apagar automáticamente el dispositivo después de un período de tiempo.",
|
|
7910
8013
|
"thermostat_automode": "Automatic",
|
|
8014
|
+
"thermostat_childlock_overview_description_text": "This feature disables the physical control on the device. Only possibility is to turn it off from the here.",
|
|
8015
|
+
"thermostat_cold": "Cold",
|
|
7911
8016
|
"thermostat_comforttemp": "Comfort temp.",
|
|
8017
|
+
"thermostat_cool": "Cool",
|
|
7912
8018
|
"thermostat_descriptionrapid": "To set the temperature to a value immediately",
|
|
7913
8019
|
"thermostat_descriptionvacation": "To set a vacation time",
|
|
7914
8020
|
"thermostat_difference": "Difference between the current and set temperature",
|
|
@@ -7918,6 +8024,7 @@ export default {
|
|
|
7918
8024
|
"thermostat_endtime": "End time",
|
|
7919
8025
|
"thermostat_energysaving": "Energy saving temp.",
|
|
7920
8026
|
"thermostat_error": "The end time must be greater than the start time",
|
|
8027
|
+
"thermostat_hot": "Hot",
|
|
7921
8028
|
"thermostat_maxtime": "No longer than 100 days",
|
|
7922
8029
|
"thermostat_openwindow": "Open window reminder",
|
|
7923
8030
|
"thermostat_powermode": "Manual",
|
|
@@ -7935,6 +8042,7 @@ export default {
|
|
|
7935
8042
|
"thermostat_triggertimes": "Trigger times",
|
|
7936
8043
|
"thermostat_unit": "Unit: °C",
|
|
7937
8044
|
"thermostat_vacationmode": "Vacation",
|
|
8045
|
+
"thermostat_warm": "Warm",
|
|
7938
8046
|
"time_unit_h": "h",
|
|
7939
8047
|
"timer_ceiling_fan_headline_text": "Temporizador",
|
|
7940
8048
|
"timer_ceiling_fan_lighting_switched_off_text": "La luz se apagará aproximadamente a las {0}",
|
|
@@ -8592,6 +8700,12 @@ export default {
|
|
|
8592
8700
|
"mood_overview_warning_max_number_text": "Meeleoluvalgustuste maksimaalne arv on täis.",
|
|
8593
8701
|
"mood_preview": "Eelvaade",
|
|
8594
8702
|
"mood_resetbutton": "Kas soovite meeleolu lähtestada?",
|
|
8703
|
+
"mood_string_mode_fade": "Fade",
|
|
8704
|
+
"mood_string_mode_fluorescence": "Fluorescence",
|
|
8705
|
+
"mood_string_mode_random_flash": "Random Flash",
|
|
8706
|
+
"mood_string_mode_shimmer": "Shimmer",
|
|
8707
|
+
"mood_string_mode_slow_fade": "Slow Fade",
|
|
8708
|
+
"mood_string_mode_sparkle": "Sparkle",
|
|
8595
8709
|
"motion_detection_add_time_schedule_actions_text1": "Tegevused",
|
|
8596
8710
|
"motion_detection_add_time_schedule_headline_text": "Lisa uus ajakava",
|
|
8597
8711
|
"motion_detection_add_time_schedule_selectionfield_text": "Nimi",
|
|
@@ -8712,6 +8826,7 @@ export default {
|
|
|
8712
8826
|
"string_light_pp_dialog_sm_add_headline_c": "Kas soovid tõesti uue meeleoluvalgustuse lisamise katkestada?",
|
|
8713
8827
|
"string_light_pp_dialog_sm_ed_headline_d": "Kas soovid tõesti meeleoluvalgustuse kustutada?",
|
|
8714
8828
|
"string_light_pp_field_sm_add_error1": "Nimi on juba kasutusel.",
|
|
8829
|
+
"string_light_pp_sm_headline_add": "Lisa uus meeleoluvalgustus",
|
|
8715
8830
|
"string_lights_modes_blink_text": "Vilkumine",
|
|
8716
8831
|
"string_lights_modes_chase_text": "Tagaajamine",
|
|
8717
8832
|
"string_lights_modes_dazzle_text": "Pimestamine",
|
|
@@ -8795,7 +8910,10 @@ export default {
|
|
|
8795
8910
|
"switch_overcharge_headline_text": "Ülelaadimiskaitse",
|
|
8796
8911
|
"switchinching_overview_description_text": "Seadme automaatseks väljalülitamiseks teatud aja möödudes.",
|
|
8797
8912
|
"thermostat_automode": "Automaatne režiim",
|
|
8913
|
+
"thermostat_childlock_overview_description_text": "This feature disables the physical control on the device. Only possibility is to turn it off from the here.",
|
|
8914
|
+
"thermostat_cold": "Cold",
|
|
8798
8915
|
"thermostat_comforttemp": "Mugavustemperatuur.",
|
|
8916
|
+
"thermostat_cool": "Cool",
|
|
8799
8917
|
"thermostat_descriptionrapid": "Temperatuuri seadistamine kohe väärtusele",
|
|
8800
8918
|
"thermostat_descriptionvacation": "Puhkuseaja määramine",
|
|
8801
8919
|
"thermostat_difference": "Praeguse ja seadistatud temperatuuri erinevus",
|
|
@@ -8805,6 +8923,7 @@ export default {
|
|
|
8805
8923
|
"thermostat_endtime": "Lõpuaeg",
|
|
8806
8924
|
"thermostat_energysaving": "Energiasäästlik temperatuur.",
|
|
8807
8925
|
"thermostat_error": "Lõpuaeg peab olema suurem kui algusaeg",
|
|
8926
|
+
"thermostat_hot": "Hot",
|
|
8808
8927
|
"thermostat_maxtime": "Mitte kauem kui 100 päeva",
|
|
8809
8928
|
"thermostat_openwindow": "Avatud akna meeldetuletus",
|
|
8810
8929
|
"thermostat_powermode": "Toiterežiim",
|
|
@@ -8822,6 +8941,7 @@ export default {
|
|
|
8822
8941
|
"thermostat_triggertimes": "Käivitusajad",
|
|
8823
8942
|
"thermostat_unit": "Ühik:° C",
|
|
8824
8943
|
"thermostat_vacationmode": "Puhkerežiim",
|
|
8944
|
+
"thermostat_warm": "Warm",
|
|
8825
8945
|
"time_unit_h": "h",
|
|
8826
8946
|
"timer_ceiling_fan_headline_text": "Taimer",
|
|
8827
8947
|
"timer_ceiling_fan_lighting_switched_off_text": "Valgustus lülitatakse välja umbes {0}",
|
|
@@ -9479,6 +9599,12 @@ export default {
|
|
|
9479
9599
|
"mood_overview_warning_max_number_text": "Tunnelmien enimmäismäärä on saavutettu.",
|
|
9480
9600
|
"mood_preview": "Esikatselu",
|
|
9481
9601
|
"mood_resetbutton": "Haluatko nollata tunnelmat?",
|
|
9602
|
+
"mood_string_mode_fade": "Fade",
|
|
9603
|
+
"mood_string_mode_fluorescence": "Fluorescence",
|
|
9604
|
+
"mood_string_mode_random_flash": "Random Flash",
|
|
9605
|
+
"mood_string_mode_shimmer": "Shimmer",
|
|
9606
|
+
"mood_string_mode_slow_fade": "Slow Fade",
|
|
9607
|
+
"mood_string_mode_sparkle": "Sparkle",
|
|
9482
9608
|
"motion_detection_add_time_schedule_actions_text1": "Toiminnot",
|
|
9483
9609
|
"motion_detection_add_time_schedule_headline_text": "Lisää uusi aikataulu",
|
|
9484
9610
|
"motion_detection_add_time_schedule_selectionfield_text": "Nimi",
|
|
@@ -9599,6 +9725,7 @@ export default {
|
|
|
9599
9725
|
"string_light_pp_dialog_sm_add_headline_c": "Haluatko todella peruuttaa uuden tunnelman lisäämisen?",
|
|
9600
9726
|
"string_light_pp_dialog_sm_ed_headline_d": "Haluatko todella poistaa tunnelman?",
|
|
9601
9727
|
"string_light_pp_field_sm_add_error1": "Nimi on jo käytössä.",
|
|
9728
|
+
"string_light_pp_sm_headline_add": "Lisää uusi tunnelma",
|
|
9602
9729
|
"string_lights_modes_blink_text": "Vilkunta",
|
|
9603
9730
|
"string_lights_modes_chase_text": "Ajaa",
|
|
9604
9731
|
"string_lights_modes_dazzle_text": "Häikäistä",
|
|
@@ -9682,7 +9809,10 @@ export default {
|
|
|
9682
9809
|
"switch_overcharge_headline_text": "Ylilataussuoja",
|
|
9683
9810
|
"switchinching_overview_description_text": "Laitteen automaattinen sammuttaminen tietyn ajan kuluttua.",
|
|
9684
9811
|
"thermostat_automode": "Automaattinen tila",
|
|
9812
|
+
"thermostat_childlock_overview_description_text": "This feature disables the physical control on the device. Only possibility is to turn it off from the here.",
|
|
9813
|
+
"thermostat_cold": "Cold",
|
|
9685
9814
|
"thermostat_comforttemp": "Comfort temp.",
|
|
9815
|
+
"thermostat_cool": "Cool",
|
|
9686
9816
|
"thermostat_descriptionrapid": "Lämpötilan asettaminen arvoon välittömästi",
|
|
9687
9817
|
"thermostat_descriptionvacation": "Loma-ajan asettaminen",
|
|
9688
9818
|
"thermostat_difference": "Difference between the current and set temperature",
|
|
@@ -9692,6 +9822,7 @@ export default {
|
|
|
9692
9822
|
"thermostat_endtime": "End time",
|
|
9693
9823
|
"thermostat_energysaving": "Energy saving temp.",
|
|
9694
9824
|
"thermostat_error": "The end time must be greater than the start time",
|
|
9825
|
+
"thermostat_hot": "Hot",
|
|
9695
9826
|
"thermostat_maxtime": "No longer than 100 days",
|
|
9696
9827
|
"thermostat_openwindow": "Avaa ikkuna -muistutus",
|
|
9697
9828
|
"thermostat_powermode": "Virtatila",
|
|
@@ -9709,6 +9840,7 @@ export default {
|
|
|
9709
9840
|
"thermostat_triggertimes": "Laukaisuajat",
|
|
9710
9841
|
"thermostat_unit": "Unit: °C",
|
|
9711
9842
|
"thermostat_vacationmode": "Lomatila",
|
|
9843
|
+
"thermostat_warm": "Warm",
|
|
9712
9844
|
"time_unit_h": "h",
|
|
9713
9845
|
"timer_ceiling_fan_headline_text": "Ajastin",
|
|
9714
9846
|
"timer_ceiling_fan_lighting_switched_off_text": "Valaistus sammutetaan noin {0}",
|
|
@@ -10366,6 +10498,12 @@ export default {
|
|
|
10366
10498
|
"mood_overview_warning_max_number_text": "Le nombre maximum d'ambiances a été atteint.",
|
|
10367
10499
|
"mood_preview": "Aperçu",
|
|
10368
10500
|
"mood_resetbutton": "Voulez-vous réinitialiser les ambiances ?",
|
|
10501
|
+
"mood_string_mode_fade": "Fade",
|
|
10502
|
+
"mood_string_mode_fluorescence": "Fluorescence",
|
|
10503
|
+
"mood_string_mode_random_flash": "Random Flash",
|
|
10504
|
+
"mood_string_mode_shimmer": "Shimmer",
|
|
10505
|
+
"mood_string_mode_slow_fade": "Slow Fade",
|
|
10506
|
+
"mood_string_mode_sparkle": "Sparkle",
|
|
10369
10507
|
"motion_detection_add_time_schedule_actions_text1": "Actions",
|
|
10370
10508
|
"motion_detection_add_time_schedule_headline_text": "Ajouter un nouveau calendrier",
|
|
10371
10509
|
"motion_detection_add_time_schedule_selectionfield_text": "Nom",
|
|
@@ -10486,6 +10624,7 @@ export default {
|
|
|
10486
10624
|
"string_light_pp_dialog_sm_add_headline_c": "Voulez-vous vraiment annuler l'ajout d'une nouvelle ambiance ?",
|
|
10487
10625
|
"string_light_pp_dialog_sm_ed_headline_d": "Voulez-vous vraiment supprimer l'ambiance ?",
|
|
10488
10626
|
"string_light_pp_field_sm_add_error1": "Le nom est déjà utilisé.",
|
|
10627
|
+
"string_light_pp_sm_headline_add": "Ajouter une nouvelle ambiance",
|
|
10489
10628
|
"string_lights_modes_blink_text": "Blink",
|
|
10490
10629
|
"string_lights_modes_chase_text": "Chase",
|
|
10491
10630
|
"string_lights_modes_dazzle_text": "Dazzle",
|
|
@@ -10569,7 +10708,10 @@ export default {
|
|
|
10569
10708
|
"switch_overcharge_headline_text": "Protection contre les surcharges",
|
|
10570
10709
|
"switchinching_overview_description_text": "Pour éteindre automatiquement l'appareil après un certain temps.",
|
|
10571
10710
|
"thermostat_automode": "Mode Automatique",
|
|
10711
|
+
"thermostat_childlock_overview_description_text": "This feature disables the physical control on the device. Only possibility is to turn it off from the here.",
|
|
10712
|
+
"thermostat_cold": "Cold",
|
|
10572
10713
|
"thermostat_comforttemp": "Température de confort.",
|
|
10714
|
+
"thermostat_cool": "Cool",
|
|
10573
10715
|
"thermostat_descriptionrapid": "Régler la température sur une valeur précise.",
|
|
10574
10716
|
"thermostat_descriptionvacation": "Définir une période de vacances",
|
|
10575
10717
|
"thermostat_difference": "Différence entre la température actuelle et la température de consigne",
|
|
@@ -10579,6 +10721,7 @@ export default {
|
|
|
10579
10721
|
"thermostat_endtime": "Heure de fin",
|
|
10580
10722
|
"thermostat_energysaving": "Température d’économie d’énergie",
|
|
10581
10723
|
"thermostat_error": "L'heure de fin doit être plus tard que l'heure de début",
|
|
10724
|
+
"thermostat_hot": "Hot",
|
|
10582
10725
|
"thermostat_maxtime": "Pas plus de 100 jours",
|
|
10583
10726
|
"thermostat_openwindow": "Rappel de fenêtre ouverte",
|
|
10584
10727
|
"thermostat_powermode": "Mode d'alimentation",
|
|
@@ -10596,6 +10739,7 @@ export default {
|
|
|
10596
10739
|
"thermostat_triggertimes": "Temps de déclenchement",
|
|
10597
10740
|
"thermostat_unit": "Unité : °C",
|
|
10598
10741
|
"thermostat_vacationmode": "Mode vacances",
|
|
10742
|
+
"thermostat_warm": "Warm",
|
|
10599
10743
|
"time_unit_h": "h",
|
|
10600
10744
|
"timer_ceiling_fan_headline_text": "Minuteur",
|
|
10601
10745
|
"timer_ceiling_fan_lighting_switched_off_text": "L'éclairage sera éteint à {0}",
|
|
@@ -11253,6 +11397,12 @@ export default {
|
|
|
11253
11397
|
"mood_overview_warning_max_number_text": "Dosegnut je maksimalan broj raspoloženja.",
|
|
11254
11398
|
"mood_preview": "Pregled",
|
|
11255
11399
|
"mood_resetbutton": "Želite li resetirati raspoloženja?",
|
|
11400
|
+
"mood_string_mode_fade": "Fade",
|
|
11401
|
+
"mood_string_mode_fluorescence": "Fluorescence",
|
|
11402
|
+
"mood_string_mode_random_flash": "Random Flash",
|
|
11403
|
+
"mood_string_mode_shimmer": "Shimmer",
|
|
11404
|
+
"mood_string_mode_slow_fade": "Slow Fade",
|
|
11405
|
+
"mood_string_mode_sparkle": "Sparkle",
|
|
11256
11406
|
"motion_detection_add_time_schedule_actions_text1": "Akcije",
|
|
11257
11407
|
"motion_detection_add_time_schedule_headline_text": "Dodajte novi raspored",
|
|
11258
11408
|
"motion_detection_add_time_schedule_selectionfield_text": "Naziv",
|
|
@@ -11373,6 +11523,7 @@ export default {
|
|
|
11373
11523
|
"string_light_pp_dialog_sm_add_headline_c": "Želite li stvarno otkazati dodavanje novog raspoloženja?",
|
|
11374
11524
|
"string_light_pp_dialog_sm_ed_headline_d": "Želite li stvarno izbrisati raspoloženje?",
|
|
11375
11525
|
"string_light_pp_field_sm_add_error1": "Naziv je već u upotrebi.",
|
|
11526
|
+
"string_light_pp_sm_headline_add": "Dodajte novo raspoloženje",
|
|
11376
11527
|
"string_lights_modes_blink_text": "Treptati",
|
|
11377
11528
|
"string_lights_modes_chase_text": "Potjera",
|
|
11378
11529
|
"string_lights_modes_dazzle_text": "Blistavo",
|
|
@@ -11456,7 +11607,10 @@ export default {
|
|
|
11456
11607
|
"switch_overcharge_headline_text": "Zaštita od prekomjernog punjenja",
|
|
11457
11608
|
"switchinching_overview_description_text": "Za automatsko isključivanje uređaja nakon određenog vremenskog razdoblja.",
|
|
11458
11609
|
"thermostat_automode": "Automatski način rada",
|
|
11610
|
+
"thermostat_childlock_overview_description_text": "This feature disables the physical control on the device. Only possibility is to turn it off from the here.",
|
|
11611
|
+
"thermostat_cold": "Cold",
|
|
11459
11612
|
"thermostat_comforttemp": "Komforna temp.",
|
|
11613
|
+
"thermostat_cool": "Cool",
|
|
11460
11614
|
"thermostat_descriptionrapid": "Da biste odmah postavili temperaturu na vrijednost",
|
|
11461
11615
|
"thermostat_descriptionvacation": "Za postavljanje vremena odmora",
|
|
11462
11616
|
"thermostat_difference": "Razlika između trenutne i zadane temperature",
|
|
@@ -11466,6 +11620,7 @@ export default {
|
|
|
11466
11620
|
"thermostat_endtime": "Vrijeme završetka",
|
|
11467
11621
|
"thermostat_energysaving": "Temperatura za uštedu energije",
|
|
11468
11622
|
"thermostat_error": "Vrijeme završetka mora biti veće od vremena početka",
|
|
11623
|
+
"thermostat_hot": "Hot",
|
|
11469
11624
|
"thermostat_maxtime": "Ne dulje od 100 dana",
|
|
11470
11625
|
"thermostat_openwindow": "Podsjetnik za otvaranje prozora",
|
|
11471
11626
|
"thermostat_powermode": "Način napajanja",
|
|
@@ -11483,6 +11638,7 @@ export default {
|
|
|
11483
11638
|
"thermostat_triggertimes": "Vremena okidača",
|
|
11484
11639
|
"thermostat_unit": "Jedinica: °C",
|
|
11485
11640
|
"thermostat_vacationmode": "Režim: odmor",
|
|
11641
|
+
"thermostat_warm": "Warm",
|
|
11486
11642
|
"time_unit_h": "h",
|
|
11487
11643
|
"timer_ceiling_fan_headline_text": "Timer",
|
|
11488
11644
|
"timer_ceiling_fan_lighting_switched_off_text": "Rasvjeta će se isključiti oko {0}",
|
|
@@ -12140,6 +12296,12 @@ export default {
|
|
|
12140
12296
|
"mood_overview_warning_max_number_text": "È stato raggiunto il numero massimo di scenari.",
|
|
12141
12297
|
"mood_preview": "Anteprima",
|
|
12142
12298
|
"mood_resetbutton": "Vuoi resettare le routine?",
|
|
12299
|
+
"mood_string_mode_fade": "Fade",
|
|
12300
|
+
"mood_string_mode_fluorescence": "Fluorescence",
|
|
12301
|
+
"mood_string_mode_random_flash": "Random Flash",
|
|
12302
|
+
"mood_string_mode_shimmer": "Shimmer",
|
|
12303
|
+
"mood_string_mode_slow_fade": "Slow Fade",
|
|
12304
|
+
"mood_string_mode_sparkle": "Sparkle",
|
|
12143
12305
|
"motion_detection_add_time_schedule_actions_text1": "Azioni",
|
|
12144
12306
|
"motion_detection_add_time_schedule_headline_text": "Aggiungi una nuova pianificazione",
|
|
12145
12307
|
"motion_detection_add_time_schedule_selectionfield_text": "Nome",
|
|
@@ -12260,6 +12422,7 @@ export default {
|
|
|
12260
12422
|
"string_light_pp_dialog_sm_add_headline_c": "Stai per interrompere la creazione del nuovo scenario. Confermi?",
|
|
12261
12423
|
"string_light_pp_dialog_sm_ed_headline_d": "Stai per eliminare lo scenario. Confermi?",
|
|
12262
12424
|
"string_light_pp_field_sm_add_error1": "Il nome è già in uso.",
|
|
12425
|
+
"string_light_pp_sm_headline_add": "Aggiungi un nuovo scenario",
|
|
12263
12426
|
"string_lights_modes_blink_text": "Blink",
|
|
12264
12427
|
"string_lights_modes_chase_text": "Caccia",
|
|
12265
12428
|
"string_lights_modes_dazzle_text": "Abbagliante",
|
|
@@ -12343,7 +12506,10 @@ export default {
|
|
|
12343
12506
|
"switch_overcharge_headline_text": "Protezione da sovraccarico",
|
|
12344
12507
|
"switchinching_overview_description_text": "Per spegnere automaticamente il dispositivo dopo un certo periodo di tempo.",
|
|
12345
12508
|
"thermostat_automode": "Modalità automatica",
|
|
12509
|
+
"thermostat_childlock_overview_description_text": "This feature disables the physical control on the device. Only possibility is to turn it off from the here.",
|
|
12510
|
+
"thermostat_cold": "Cold",
|
|
12346
12511
|
"thermostat_comforttemp": "Temperatura di comfort.",
|
|
12512
|
+
"thermostat_cool": "Cool",
|
|
12347
12513
|
"thermostat_descriptionrapid": "Per impostare immediatamente la temperatura su un valore",
|
|
12348
12514
|
"thermostat_descriptionvacation": "Per impostare un orario di vacanza",
|
|
12349
12515
|
"thermostat_difference": "Differenza tra la temperatura attuale e quella impostata",
|
|
@@ -12353,6 +12519,7 @@ export default {
|
|
|
12353
12519
|
"thermostat_endtime": "Fine",
|
|
12354
12520
|
"thermostat_energysaving": "Temperatura a risparmio energetico.",
|
|
12355
12521
|
"thermostat_error": "L'ora di fine deve essere maggiore dell'ora di inizio",
|
|
12522
|
+
"thermostat_hot": "Hot",
|
|
12356
12523
|
"thermostat_maxtime": "Non più di 100 giorni",
|
|
12357
12524
|
"thermostat_openwindow": "Promemoria",
|
|
12358
12525
|
"thermostat_powermode": "Modalità di alimentazione",
|
|
@@ -12370,6 +12537,7 @@ export default {
|
|
|
12370
12537
|
"thermostat_triggertimes": "TEMPI DI ATTIVAZIONE",
|
|
12371
12538
|
"thermostat_unit": "Unità: °C",
|
|
12372
12539
|
"thermostat_vacationmode": "Modalità vacanza",
|
|
12540
|
+
"thermostat_warm": "Warm",
|
|
12373
12541
|
"time_unit_h": "h",
|
|
12374
12542
|
"timer_ceiling_fan_headline_text": "Timer",
|
|
12375
12543
|
"timer_ceiling_fan_lighting_switched_off_text": "L'illuminazione verrà spenta alle {0}",
|
|
@@ -13027,6 +13195,12 @@ export default {
|
|
|
13027
13195
|
"mood_overview_warning_max_number_text": "최대 무드 수에 도달했습니다.",
|
|
13028
13196
|
"mood_preview": "미리보기",
|
|
13029
13197
|
"mood_resetbutton": "Do you want to reset the moods?",
|
|
13198
|
+
"mood_string_mode_fade": "Fade",
|
|
13199
|
+
"mood_string_mode_fluorescence": "Fluorescence",
|
|
13200
|
+
"mood_string_mode_random_flash": "Random Flash",
|
|
13201
|
+
"mood_string_mode_shimmer": "Shimmer",
|
|
13202
|
+
"mood_string_mode_slow_fade": "Slow Fade",
|
|
13203
|
+
"mood_string_mode_sparkle": "Sparkle",
|
|
13030
13204
|
"motion_detection_add_time_schedule_actions_text1": "실행",
|
|
13031
13205
|
"motion_detection_add_time_schedule_headline_text": "일정 추가",
|
|
13032
13206
|
"motion_detection_add_time_schedule_selectionfield_text": "이름",
|
|
@@ -13147,6 +13321,7 @@ export default {
|
|
|
13147
13321
|
"string_light_pp_dialog_sm_add_headline_c": "무드 추가를 취소하시겠습니까?",
|
|
13148
13322
|
"string_light_pp_dialog_sm_ed_headline_d": "무드를 삭제하시겠습니까?",
|
|
13149
13323
|
"string_light_pp_field_sm_add_error1": "이미 사용 중인 이름입니다.",
|
|
13324
|
+
"string_light_pp_sm_headline_add": "무드 추가",
|
|
13150
13325
|
"string_lights_modes_blink_text": "깜빡임",
|
|
13151
13326
|
"string_lights_modes_chase_text": "체이스",
|
|
13152
13327
|
"string_lights_modes_dazzle_text": "눈부심",
|
|
@@ -13230,7 +13405,10 @@ export default {
|
|
|
13230
13405
|
"switch_overcharge_headline_text": "과충전 보호",
|
|
13231
13406
|
"switchinching_overview_description_text": "일정 시간이 지나면 자동으로 장치를 끕니다.",
|
|
13232
13407
|
"thermostat_automode": "Automatic",
|
|
13408
|
+
"thermostat_childlock_overview_description_text": "This feature disables the physical control on the device. Only possibility is to turn it off from the here.",
|
|
13409
|
+
"thermostat_cold": "Cold",
|
|
13233
13410
|
"thermostat_comforttemp": "Comfort temp.",
|
|
13411
|
+
"thermostat_cool": "Cool",
|
|
13234
13412
|
"thermostat_descriptionrapid": "To set the temperature to a value immediately",
|
|
13235
13413
|
"thermostat_descriptionvacation": "To set a vacation time",
|
|
13236
13414
|
"thermostat_difference": "Difference between the current and set temperature",
|
|
@@ -13240,6 +13418,7 @@ export default {
|
|
|
13240
13418
|
"thermostat_endtime": "End time",
|
|
13241
13419
|
"thermostat_energysaving": "Energy saving temp.",
|
|
13242
13420
|
"thermostat_error": "The end time must be greater than the start time",
|
|
13421
|
+
"thermostat_hot": "Hot",
|
|
13243
13422
|
"thermostat_maxtime": "No longer than 100 days",
|
|
13244
13423
|
"thermostat_openwindow": "Open window reminder",
|
|
13245
13424
|
"thermostat_powermode": "Manual",
|
|
@@ -13257,6 +13436,7 @@ export default {
|
|
|
13257
13436
|
"thermostat_triggertimes": "Trigger times",
|
|
13258
13437
|
"thermostat_unit": "Unit: °C",
|
|
13259
13438
|
"thermostat_vacationmode": "Vacation",
|
|
13439
|
+
"thermostat_warm": "Warm",
|
|
13260
13440
|
"time_unit_h": "h",
|
|
13261
13441
|
"timer_ceiling_fan_headline_text": "타이머",
|
|
13262
13442
|
"timer_ceiling_fan_lighting_switched_off_text": "조명은 약 {0}에 꺼집니다.",
|
|
@@ -13914,6 +14094,12 @@ export default {
|
|
|
13914
14094
|
"mood_overview_warning_max_number_text": "Pasiektas didžiausias nuotaikų skaičius.",
|
|
13915
14095
|
"mood_preview": "Peržiūra",
|
|
13916
14096
|
"mood_resetbutton": "Do you want to reset the moods?",
|
|
14097
|
+
"mood_string_mode_fade": "Fade",
|
|
14098
|
+
"mood_string_mode_fluorescence": "Fluorescence",
|
|
14099
|
+
"mood_string_mode_random_flash": "Random Flash",
|
|
14100
|
+
"mood_string_mode_shimmer": "Shimmer",
|
|
14101
|
+
"mood_string_mode_slow_fade": "Slow Fade",
|
|
14102
|
+
"mood_string_mode_sparkle": "Sparkle",
|
|
13917
14103
|
"motion_detection_add_time_schedule_actions_text1": "Veiksmai",
|
|
13918
14104
|
"motion_detection_add_time_schedule_headline_text": "Pridėti naują grafiką",
|
|
13919
14105
|
"motion_detection_add_time_schedule_selectionfield_text": "Pavadinimas",
|
|
@@ -14034,6 +14220,7 @@ export default {
|
|
|
14034
14220
|
"string_light_pp_dialog_sm_add_headline_c": "Ar tikrai norite atšaukti pridedamą naują nuotaiką?",
|
|
14035
14221
|
"string_light_pp_dialog_sm_ed_headline_d": "Ar tikrai norite ištrinti nuotaiką?",
|
|
14036
14222
|
"string_light_pp_field_sm_add_error1": "Toks vardas jau naudojamas.",
|
|
14223
|
+
"string_light_pp_sm_headline_add": "Pridėti naują nuotaiką",
|
|
14037
14224
|
"string_lights_modes_blink_text": "Mirksėjimas",
|
|
14038
14225
|
"string_lights_modes_chase_text": "Bėgimas",
|
|
14039
14226
|
"string_lights_modes_dazzle_text": "Akinimas",
|
|
@@ -14117,7 +14304,10 @@ export default {
|
|
|
14117
14304
|
"switch_overcharge_headline_text": "Apsauga nuo perteklinės įkrovos",
|
|
14118
14305
|
"switchinching_overview_description_text": "Po tam tikro laiko automatiškai išjungti įtaisą.",
|
|
14119
14306
|
"thermostat_automode": "Automatic",
|
|
14307
|
+
"thermostat_childlock_overview_description_text": "This feature disables the physical control on the device. Only possibility is to turn it off from the here.",
|
|
14308
|
+
"thermostat_cold": "Cold",
|
|
14120
14309
|
"thermostat_comforttemp": "Comfort temp.",
|
|
14310
|
+
"thermostat_cool": "Cool",
|
|
14121
14311
|
"thermostat_descriptionrapid": "To set the temperature to a value immediately",
|
|
14122
14312
|
"thermostat_descriptionvacation": "To set a vacation time",
|
|
14123
14313
|
"thermostat_difference": "Difference between the current and set temperature",
|
|
@@ -14127,6 +14317,7 @@ export default {
|
|
|
14127
14317
|
"thermostat_endtime": "End time",
|
|
14128
14318
|
"thermostat_energysaving": "Energy saving temp.",
|
|
14129
14319
|
"thermostat_error": "The end time must be greater than the start time",
|
|
14320
|
+
"thermostat_hot": "Hot",
|
|
14130
14321
|
"thermostat_maxtime": "No longer than 100 days",
|
|
14131
14322
|
"thermostat_openwindow": "Open window reminder",
|
|
14132
14323
|
"thermostat_powermode": "Manual",
|
|
@@ -14144,6 +14335,7 @@ export default {
|
|
|
14144
14335
|
"thermostat_triggertimes": "Trigger times",
|
|
14145
14336
|
"thermostat_unit": "Unit: °C",
|
|
14146
14337
|
"thermostat_vacationmode": "Vacation",
|
|
14338
|
+
"thermostat_warm": "Warm",
|
|
14147
14339
|
"time_unit_h": "h",
|
|
14148
14340
|
"timer_ceiling_fan_headline_text": "Laikmatis",
|
|
14149
14341
|
"timer_ceiling_fan_lighting_switched_off_text": "Apšvietimas bus išjungtas apie {0}",
|
|
@@ -14801,6 +14993,12 @@ export default {
|
|
|
14801
14993
|
"mood_overview_warning_max_number_text": "Sasniegts maksimālais noskaņu skaits.",
|
|
14802
14994
|
"mood_preview": "Priekšskatījums",
|
|
14803
14995
|
"mood_resetbutton": "Vai vēlaties atiestatīt noskaņojumu?",
|
|
14996
|
+
"mood_string_mode_fade": "Fade",
|
|
14997
|
+
"mood_string_mode_fluorescence": "Fluorescence",
|
|
14998
|
+
"mood_string_mode_random_flash": "Random Flash",
|
|
14999
|
+
"mood_string_mode_shimmer": "Shimmer",
|
|
15000
|
+
"mood_string_mode_slow_fade": "Slow Fade",
|
|
15001
|
+
"mood_string_mode_sparkle": "Sparkle",
|
|
14804
15002
|
"motion_detection_add_time_schedule_actions_text1": "Darbības",
|
|
14805
15003
|
"motion_detection_add_time_schedule_headline_text": "Pievienot jaunu grafiku",
|
|
14806
15004
|
"motion_detection_add_time_schedule_selectionfield_text": "Nosaukums",
|
|
@@ -14921,6 +15119,7 @@ export default {
|
|
|
14921
15119
|
"string_light_pp_dialog_sm_add_headline_c": "Vai tiešām vēlaties atcelt jauna noskaņojuma pievienošanu?",
|
|
14922
15120
|
"string_light_pp_dialog_sm_ed_headline_d": "Vai tiešām vēlaties izdzēst noskaņojumu?",
|
|
14923
15121
|
"string_light_pp_field_sm_add_error1": "Nosaukums jau tiek lietots.",
|
|
15122
|
+
"string_light_pp_sm_headline_add": "Pievienot jaunu noskaņu",
|
|
14924
15123
|
"string_lights_modes_blink_text": "Mirgo",
|
|
14925
15124
|
"string_lights_modes_chase_text": "Chase",
|
|
14926
15125
|
"string_lights_modes_dazzle_text": "Apžilbināt",
|
|
@@ -15004,7 +15203,10 @@ export default {
|
|
|
15004
15203
|
"switch_overcharge_headline_text": "Aizsardzība pret pārmērīgu uzlādi",
|
|
15005
15204
|
"switchinching_overview_description_text": "Lai automātiski izslēgtu ierīci pēc noteikta laika perioda.",
|
|
15006
15205
|
"thermostat_automode": "Automātiskais režīms",
|
|
15206
|
+
"thermostat_childlock_overview_description_text": "This feature disables the physical control on the device. Only possibility is to turn it off from the here.",
|
|
15207
|
+
"thermostat_cold": "Cold",
|
|
15007
15208
|
"thermostat_comforttemp": "Komforta temp.",
|
|
15209
|
+
"thermostat_cool": "Cool",
|
|
15008
15210
|
"thermostat_descriptionrapid": "Tūlītēja temperatūras iestatīšana uz vērtību",
|
|
15009
15211
|
"thermostat_descriptionvacation": "Atvaļinājuma laika iestatīšana",
|
|
15010
15212
|
"thermostat_difference": "Starpība starp pašreizējo un iestatīto temperatūru",
|
|
@@ -15014,6 +15216,7 @@ export default {
|
|
|
15014
15216
|
"thermostat_endtime": "Beigu laiks",
|
|
15015
15217
|
"thermostat_energysaving": "Enerģijas taupīšanas temp.",
|
|
15016
15218
|
"thermostat_error": "Beigu laikam jābūt lielākam par sākuma laiku.",
|
|
15219
|
+
"thermostat_hot": "Hot",
|
|
15017
15220
|
"thermostat_maxtime": "Ne ilgāk kā 100 dienas",
|
|
15018
15221
|
"thermostat_openwindow": "Atvērt loga atgādinājumu",
|
|
15019
15222
|
"thermostat_powermode": "Jaudas režīms",
|
|
@@ -15031,6 +15234,7 @@ export default {
|
|
|
15031
15234
|
"thermostat_triggertimes": "Sprūda laiki",
|
|
15032
15235
|
"thermostat_unit": "Mērvienība: °C",
|
|
15033
15236
|
"thermostat_vacationmode": "Atvaļinājuma režīms",
|
|
15237
|
+
"thermostat_warm": "Warm",
|
|
15034
15238
|
"time_unit_h": "h",
|
|
15035
15239
|
"timer_ceiling_fan_headline_text": "Taimeris",
|
|
15036
15240
|
"timer_ceiling_fan_lighting_switched_off_text": "Apgaismojums tiks izslēgts aptuveni {0}",
|
|
@@ -15688,6 +15892,12 @@ export default {
|
|
|
15688
15892
|
"mood_overview_warning_max_number_text": "Maksimalt antall stemninger er nådd.",
|
|
15689
15893
|
"mood_preview": "Forhåndsvis",
|
|
15690
15894
|
"mood_resetbutton": "Vil du tilbakestille stemningene?",
|
|
15895
|
+
"mood_string_mode_fade": "Fade",
|
|
15896
|
+
"mood_string_mode_fluorescence": "Fluorescence",
|
|
15897
|
+
"mood_string_mode_random_flash": "Random Flash",
|
|
15898
|
+
"mood_string_mode_shimmer": "Shimmer",
|
|
15899
|
+
"mood_string_mode_slow_fade": "Slow Fade",
|
|
15900
|
+
"mood_string_mode_sparkle": "Sparkle",
|
|
15691
15901
|
"motion_detection_add_time_schedule_actions_text1": "Handlinger",
|
|
15692
15902
|
"motion_detection_add_time_schedule_headline_text": "Legg til en ny tidsplan",
|
|
15693
15903
|
"motion_detection_add_time_schedule_selectionfield_text": "Navn",
|
|
@@ -15808,6 +16018,7 @@ export default {
|
|
|
15808
16018
|
"string_light_pp_dialog_sm_add_headline_c": "Vil du avbryte å legge til en ny stemning?",
|
|
15809
16019
|
"string_light_pp_dialog_sm_ed_headline_d": "Vil du virkelig slette stemningen?",
|
|
15810
16020
|
"string_light_pp_field_sm_add_error1": "Navnet er allerede i bruk.",
|
|
16021
|
+
"string_light_pp_sm_headline_add": "Legg til en ny stemning",
|
|
15811
16022
|
"string_lights_modes_blink_text": "Blinke",
|
|
15812
16023
|
"string_lights_modes_chase_text": "Jage",
|
|
15813
16024
|
"string_lights_modes_dazzle_text": "Blende",
|
|
@@ -15891,7 +16102,10 @@ export default {
|
|
|
15891
16102
|
"switch_overcharge_headline_text": "Beskyttelse mot overlading",
|
|
15892
16103
|
"switchinching_overview_description_text": "For å slå av enheten automatisk etter en periode.",
|
|
15893
16104
|
"thermostat_automode": "Auto-modus",
|
|
16105
|
+
"thermostat_childlock_overview_description_text": "This feature disables the physical control on the device. Only possibility is to turn it off from the here.",
|
|
16106
|
+
"thermostat_cold": "Cold",
|
|
15894
16107
|
"thermostat_comforttemp": "Komfort temp.",
|
|
16108
|
+
"thermostat_cool": "Cool",
|
|
15895
16109
|
"thermostat_descriptionrapid": "Slik setter du temperaturen til en verdi umiddelbart",
|
|
15896
16110
|
"thermostat_descriptionvacation": "Slik angir du en ferietid",
|
|
15897
16111
|
"thermostat_difference": "Forskjellen mellom gjeldende og innstilt temperatur",
|
|
@@ -15901,6 +16115,7 @@ export default {
|
|
|
15901
16115
|
"thermostat_endtime": "Sluttid",
|
|
15902
16116
|
"thermostat_energysaving": "Energisparende temp.",
|
|
15903
16117
|
"thermostat_error": "Sluttiden må være større enn starttiden",
|
|
16118
|
+
"thermostat_hot": "Hot",
|
|
15904
16119
|
"thermostat_maxtime": "Ikke lenger enn 100 dager",
|
|
15905
16120
|
"thermostat_openwindow": "Påminnelse om åpent vindu",
|
|
15906
16121
|
"thermostat_powermode": "Strømmodus",
|
|
@@ -15918,6 +16133,7 @@ export default {
|
|
|
15918
16133
|
"thermostat_triggertimes": "Utløsende tider",
|
|
15919
16134
|
"thermostat_unit": "Enhet:° C",
|
|
15920
16135
|
"thermostat_vacationmode": "Feriemodus",
|
|
16136
|
+
"thermostat_warm": "Warm",
|
|
15921
16137
|
"time_unit_h": "h",
|
|
15922
16138
|
"timer_ceiling_fan_headline_text": "Nedtelling",
|
|
15923
16139
|
"timer_ceiling_fan_lighting_switched_off_text": "Belysningen vil bli slått av ved ca. {0}",
|
|
@@ -16575,6 +16791,12 @@ export default {
|
|
|
16575
16791
|
"mood_overview_warning_max_number_text": "Het maximum aantal stemmingen is bereikt.",
|
|
16576
16792
|
"mood_preview": "Voorbeeld",
|
|
16577
16793
|
"mood_resetbutton": "Do you want to reset the moods?",
|
|
16794
|
+
"mood_string_mode_fade": "Fade",
|
|
16795
|
+
"mood_string_mode_fluorescence": "Fluorescence",
|
|
16796
|
+
"mood_string_mode_random_flash": "Random Flash",
|
|
16797
|
+
"mood_string_mode_shimmer": "Shimmer",
|
|
16798
|
+
"mood_string_mode_slow_fade": "Slow Fade",
|
|
16799
|
+
"mood_string_mode_sparkle": "Sparkle",
|
|
16578
16800
|
"motion_detection_add_time_schedule_actions_text1": "Acties",
|
|
16579
16801
|
"motion_detection_add_time_schedule_headline_text": "Voeg een nieuw schema toe",
|
|
16580
16802
|
"motion_detection_add_time_schedule_selectionfield_text": "Naam",
|
|
@@ -16695,6 +16917,7 @@ export default {
|
|
|
16695
16917
|
"string_light_pp_dialog_sm_add_headline_c": "Wilt u het toevoegen van een nieuwe stemming echt annuleren?",
|
|
16696
16918
|
"string_light_pp_dialog_sm_ed_headline_d": "Wilt u de stemming echt verwijderen?",
|
|
16697
16919
|
"string_light_pp_field_sm_add_error1": "De naam is al in gebruik.",
|
|
16920
|
+
"string_light_pp_sm_headline_add": "Voeg een nieuwe stemming toe",
|
|
16698
16921
|
"string_lights_modes_blink_text": "Knipperen",
|
|
16699
16922
|
"string_lights_modes_chase_text": "Achtervolging",
|
|
16700
16923
|
"string_lights_modes_dazzle_text": "Verblinden",
|
|
@@ -16778,7 +17001,10 @@ export default {
|
|
|
16778
17001
|
"switch_overcharge_headline_text": "Bescherming tegen overlading",
|
|
16779
17002
|
"switchinching_overview_description_text": "Om het apparaat na een bepaalde tijd automatisch uit te schakelen.",
|
|
16780
17003
|
"thermostat_automode": "Automatic",
|
|
17004
|
+
"thermostat_childlock_overview_description_text": "This feature disables the physical control on the device. Only possibility is to turn it off from the here.",
|
|
17005
|
+
"thermostat_cold": "Cold",
|
|
16781
17006
|
"thermostat_comforttemp": "Comfort temp.",
|
|
17007
|
+
"thermostat_cool": "Cool",
|
|
16782
17008
|
"thermostat_descriptionrapid": "To set the temperature to a value immediately",
|
|
16783
17009
|
"thermostat_descriptionvacation": "To set a vacation time",
|
|
16784
17010
|
"thermostat_difference": "Difference between the current and set temperature",
|
|
@@ -16788,6 +17014,7 @@ export default {
|
|
|
16788
17014
|
"thermostat_endtime": "End time",
|
|
16789
17015
|
"thermostat_energysaving": "Energy saving temp.",
|
|
16790
17016
|
"thermostat_error": "The end time must be greater than the start time",
|
|
17017
|
+
"thermostat_hot": "Hot",
|
|
16791
17018
|
"thermostat_maxtime": "No longer than 100 days",
|
|
16792
17019
|
"thermostat_openwindow": "Open window reminder",
|
|
16793
17020
|
"thermostat_powermode": "Manual",
|
|
@@ -16805,6 +17032,7 @@ export default {
|
|
|
16805
17032
|
"thermostat_triggertimes": "Trigger times",
|
|
16806
17033
|
"thermostat_unit": "Unit: °C",
|
|
16807
17034
|
"thermostat_vacationmode": "Vacation",
|
|
17035
|
+
"thermostat_warm": "Warm",
|
|
16808
17036
|
"time_unit_h": "h",
|
|
16809
17037
|
"timer_ceiling_fan_headline_text": "Timer",
|
|
16810
17038
|
"timer_ceiling_fan_lighting_switched_off_text": "Verlichting wordt uitgeschakeld rond {0}",
|
|
@@ -17462,6 +17690,12 @@ export default {
|
|
|
17462
17690
|
"mood_overview_warning_max_number_text": "A fost atins numărul maxim de dispoziții.",
|
|
17463
17691
|
"mood_preview": "Previzualizare",
|
|
17464
17692
|
"mood_resetbutton": "Do you want to reset the moods?",
|
|
17693
|
+
"mood_string_mode_fade": "Fade",
|
|
17694
|
+
"mood_string_mode_fluorescence": "Fluorescence",
|
|
17695
|
+
"mood_string_mode_random_flash": "Random Flash",
|
|
17696
|
+
"mood_string_mode_shimmer": "Shimmer",
|
|
17697
|
+
"mood_string_mode_slow_fade": "Slow Fade",
|
|
17698
|
+
"mood_string_mode_sparkle": "Sparkle",
|
|
17465
17699
|
"motion_detection_add_time_schedule_actions_text1": "Acțiuni",
|
|
17466
17700
|
"motion_detection_add_time_schedule_headline_text": "Adăugați un nou program",
|
|
17467
17701
|
"motion_detection_add_time_schedule_selectionfield_text": "Nume",
|
|
@@ -17582,6 +17816,7 @@ export default {
|
|
|
17582
17816
|
"string_light_pp_dialog_sm_add_headline_c": "Chiar doriți să anulați adăugarea unei noi dispoziții?",
|
|
17583
17817
|
"string_light_pp_dialog_sm_ed_headline_d": "Chiar doriți să ștergeți ambientul?",
|
|
17584
17818
|
"string_light_pp_field_sm_add_error1": "Numele este deja utilizat.",
|
|
17819
|
+
"string_light_pp_sm_headline_add": "Adăugați o nouă dispoziție",
|
|
17585
17820
|
"string_lights_modes_blink_text": "Clipire",
|
|
17586
17821
|
"string_lights_modes_chase_text": "Urmarire",
|
|
17587
17822
|
"string_lights_modes_dazzle_text": "Strălucire",
|
|
@@ -17665,7 +17900,10 @@ export default {
|
|
|
17665
17900
|
"switch_overcharge_headline_text": "Protecție la supraîncărcare",
|
|
17666
17901
|
"switchinching_overview_description_text": "Pentru a opri automat dispozitivul după o perioadă de timp.",
|
|
17667
17902
|
"thermostat_automode": "Automatic",
|
|
17903
|
+
"thermostat_childlock_overview_description_text": "This feature disables the physical control on the device. Only possibility is to turn it off from the here.",
|
|
17904
|
+
"thermostat_cold": "Cold",
|
|
17668
17905
|
"thermostat_comforttemp": "Comfort temp.",
|
|
17906
|
+
"thermostat_cool": "Cool",
|
|
17669
17907
|
"thermostat_descriptionrapid": "To set the temperature to a value immediately",
|
|
17670
17908
|
"thermostat_descriptionvacation": "To set a vacation time",
|
|
17671
17909
|
"thermostat_difference": "Difference between the current and set temperature",
|
|
@@ -17675,6 +17913,7 @@ export default {
|
|
|
17675
17913
|
"thermostat_endtime": "End time",
|
|
17676
17914
|
"thermostat_energysaving": "Energy saving temp.",
|
|
17677
17915
|
"thermostat_error": "The end time must be greater than the start time",
|
|
17916
|
+
"thermostat_hot": "Hot",
|
|
17678
17917
|
"thermostat_maxtime": "No longer than 100 days",
|
|
17679
17918
|
"thermostat_openwindow": "Open window reminder",
|
|
17680
17919
|
"thermostat_powermode": "Manual",
|
|
@@ -17692,6 +17931,7 @@ export default {
|
|
|
17692
17931
|
"thermostat_triggertimes": "Trigger times",
|
|
17693
17932
|
"thermostat_unit": "Unit: °C",
|
|
17694
17933
|
"thermostat_vacationmode": "Vacation",
|
|
17934
|
+
"thermostat_warm": "Warm",
|
|
17695
17935
|
"time_unit_h": "h",
|
|
17696
17936
|
"timer_ceiling_fan_headline_text": "Cronometru",
|
|
17697
17937
|
"timer_ceiling_fan_lighting_switched_off_text": "Iluminatul va fi oprit la aproximativ {0}",
|
|
@@ -18349,6 +18589,12 @@ export default {
|
|
|
18349
18589
|
"mood_overview_warning_max_number_text": "Maximálny počet nálad bol dosiahnutý.",
|
|
18350
18590
|
"mood_preview": "Náhľad",
|
|
18351
18591
|
"mood_resetbutton": "Do you want to reset the moods?",
|
|
18592
|
+
"mood_string_mode_fade": "Fade",
|
|
18593
|
+
"mood_string_mode_fluorescence": "Fluorescence",
|
|
18594
|
+
"mood_string_mode_random_flash": "Random Flash",
|
|
18595
|
+
"mood_string_mode_shimmer": "Shimmer",
|
|
18596
|
+
"mood_string_mode_slow_fade": "Slow Fade",
|
|
18597
|
+
"mood_string_mode_sparkle": "Sparkle",
|
|
18352
18598
|
"motion_detection_add_time_schedule_actions_text1": "Akcie",
|
|
18353
18599
|
"motion_detection_add_time_schedule_headline_text": "Pridať nový rozvrh",
|
|
18354
18600
|
"motion_detection_add_time_schedule_selectionfield_text": "Meno",
|
|
@@ -18469,6 +18715,7 @@ export default {
|
|
|
18469
18715
|
"string_light_pp_dialog_sm_add_headline_c": "Naozaj chcete zrušiť pridanie nového režimu?",
|
|
18470
18716
|
"string_light_pp_dialog_sm_ed_headline_d": "Naozaj chcete vymazať režim?",
|
|
18471
18717
|
"string_light_pp_field_sm_add_error1": "Tento názov sa už používa.",
|
|
18718
|
+
"string_light_pp_sm_headline_add": "Pridajte nový režim",
|
|
18472
18719
|
"string_lights_modes_blink_text": "Bliknúť",
|
|
18473
18720
|
"string_lights_modes_chase_text": "Naháňačka",
|
|
18474
18721
|
"string_lights_modes_dazzle_text": "Oslniť",
|
|
@@ -18552,7 +18799,10 @@ export default {
|
|
|
18552
18799
|
"switch_overcharge_headline_text": "Ochrana proti prebíjaniu",
|
|
18553
18800
|
"switchinching_overview_description_text": "Automatické vypnutie zariadenia po určitej dobe.",
|
|
18554
18801
|
"thermostat_automode": "Automatic",
|
|
18802
|
+
"thermostat_childlock_overview_description_text": "This feature disables the physical control on the device. Only possibility is to turn it off from the here.",
|
|
18803
|
+
"thermostat_cold": "Cold",
|
|
18555
18804
|
"thermostat_comforttemp": "Comfort temp.",
|
|
18805
|
+
"thermostat_cool": "Cool",
|
|
18556
18806
|
"thermostat_descriptionrapid": "To set the temperature to a value immediately",
|
|
18557
18807
|
"thermostat_descriptionvacation": "To set a vacation time",
|
|
18558
18808
|
"thermostat_difference": "Difference between the current and set temperature",
|
|
@@ -18562,6 +18812,7 @@ export default {
|
|
|
18562
18812
|
"thermostat_endtime": "End time",
|
|
18563
18813
|
"thermostat_energysaving": "Energy saving temp.",
|
|
18564
18814
|
"thermostat_error": "The end time must be greater than the start time",
|
|
18815
|
+
"thermostat_hot": "Hot",
|
|
18565
18816
|
"thermostat_maxtime": "No longer than 100 days",
|
|
18566
18817
|
"thermostat_openwindow": "Open window reminder",
|
|
18567
18818
|
"thermostat_powermode": "Manual",
|
|
@@ -18579,6 +18830,7 @@ export default {
|
|
|
18579
18830
|
"thermostat_triggertimes": "Trigger times",
|
|
18580
18831
|
"thermostat_unit": "Unit: °C",
|
|
18581
18832
|
"thermostat_vacationmode": "Vacation",
|
|
18833
|
+
"thermostat_warm": "Warm",
|
|
18582
18834
|
"time_unit_h": "h",
|
|
18583
18835
|
"timer_ceiling_fan_headline_text": "Časovač",
|
|
18584
18836
|
"timer_ceiling_fan_lighting_switched_off_text": "Osvetlenie sa vypne približne o {0}",
|
|
@@ -19236,6 +19488,12 @@ export default {
|
|
|
19236
19488
|
"mood_overview_warning_max_number_text": "Maximalt antal stämningar har uppnåtts.",
|
|
19237
19489
|
"mood_preview": "Förhandsvisning",
|
|
19238
19490
|
"mood_resetbutton": "Vill du återställa stämningarna?",
|
|
19491
|
+
"mood_string_mode_fade": "Fade",
|
|
19492
|
+
"mood_string_mode_fluorescence": "Fluorescence",
|
|
19493
|
+
"mood_string_mode_random_flash": "Random Flash",
|
|
19494
|
+
"mood_string_mode_shimmer": "Shimmer",
|
|
19495
|
+
"mood_string_mode_slow_fade": "Slow Fade",
|
|
19496
|
+
"mood_string_mode_sparkle": "Sparkle",
|
|
19239
19497
|
"motion_detection_add_time_schedule_actions_text1": "Aktiviteter",
|
|
19240
19498
|
"motion_detection_add_time_schedule_headline_text": "Lägg till ett nytt schema",
|
|
19241
19499
|
"motion_detection_add_time_schedule_selectionfield_text": "Namn",
|
|
@@ -19356,6 +19614,7 @@ export default {
|
|
|
19356
19614
|
"string_light_pp_dialog_sm_add_headline_c": "Vill du verkligen avbryta skapandet av en ny stämning?",
|
|
19357
19615
|
"string_light_pp_dialog_sm_ed_headline_d": "Vill du verkligen ta bort stämningen?",
|
|
19358
19616
|
"string_light_pp_field_sm_add_error1": "Namnet används redan.",
|
|
19617
|
+
"string_light_pp_sm_headline_add": "Lägg till en ny stämning",
|
|
19359
19618
|
"string_lights_modes_blink_text": "Blinka",
|
|
19360
19619
|
"string_lights_modes_chase_text": "Jaga",
|
|
19361
19620
|
"string_lights_modes_dazzle_text": "Blända",
|
|
@@ -19439,7 +19698,10 @@ export default {
|
|
|
19439
19698
|
"switch_overcharge_headline_text": "Överladdningsskydd",
|
|
19440
19699
|
"switchinching_overview_description_text": "För att automatiskt stänga av enheten efter en tidsperiod.",
|
|
19441
19700
|
"thermostat_automode": "Autoläge",
|
|
19701
|
+
"thermostat_childlock_overview_description_text": "This feature disables the physical control on the device. Only possibility is to turn it off from the here.",
|
|
19702
|
+
"thermostat_cold": "Cold",
|
|
19442
19703
|
"thermostat_comforttemp": "Komforttemperatur.",
|
|
19704
|
+
"thermostat_cool": "Cool",
|
|
19443
19705
|
"thermostat_descriptionrapid": "Ställ in temperaturen på ett värde omedelbart",
|
|
19444
19706
|
"thermostat_descriptionvacation": "Ställ in semestertid",
|
|
19445
19707
|
"thermostat_difference": "Skillnad mellan aktuell och inställd temperatur",
|
|
@@ -19449,6 +19711,7 @@ export default {
|
|
|
19449
19711
|
"thermostat_endtime": "Sluttid",
|
|
19450
19712
|
"thermostat_energysaving": "Energibesparande temperatur",
|
|
19451
19713
|
"thermostat_error": "Sluttiden måste vara senare än starttiden",
|
|
19714
|
+
"thermostat_hot": "Hot",
|
|
19452
19715
|
"thermostat_maxtime": "Inte längre än 100 dagar",
|
|
19453
19716
|
"thermostat_openwindow": "Öppna fönsterpåminnelse",
|
|
19454
19717
|
"thermostat_powermode": "Strömläge",
|
|
@@ -19466,6 +19729,7 @@ export default {
|
|
|
19466
19729
|
"thermostat_triggertimes": "Utlösande tider",
|
|
19467
19730
|
"thermostat_unit": "Enhet: °C",
|
|
19468
19731
|
"thermostat_vacationmode": "Semesterläge",
|
|
19732
|
+
"thermostat_warm": "Warm",
|
|
19469
19733
|
"time_unit_h": "h",
|
|
19470
19734
|
"timer_ceiling_fan_headline_text": "Timer",
|
|
19471
19735
|
"timer_ceiling_fan_lighting_switched_off_text": "Belysningen släcks vid ca {0}",
|
|
@@ -20123,6 +20387,12 @@ export default {
|
|
|
20123
20387
|
"mood_overview_warning_max_number_text": "Досягнуто максимальної кількості настроїв.",
|
|
20124
20388
|
"mood_preview": "Попередній перегляд",
|
|
20125
20389
|
"mood_resetbutton": "Бажаєте змінити режим ?",
|
|
20390
|
+
"mood_string_mode_fade": "Fade",
|
|
20391
|
+
"mood_string_mode_fluorescence": "Fluorescence",
|
|
20392
|
+
"mood_string_mode_random_flash": "Random Flash",
|
|
20393
|
+
"mood_string_mode_shimmer": "Shimmer",
|
|
20394
|
+
"mood_string_mode_slow_fade": "Slow Fade",
|
|
20395
|
+
"mood_string_mode_sparkle": "Sparkle",
|
|
20126
20396
|
"motion_detection_add_time_schedule_actions_text1": "Дії",
|
|
20127
20397
|
"motion_detection_add_time_schedule_headline_text": "Додати новий розклад",
|
|
20128
20398
|
"motion_detection_add_time_schedule_selectionfield_text": "Ім'я",
|
|
@@ -20243,6 +20513,7 @@ export default {
|
|
|
20243
20513
|
"string_light_pp_dialog_sm_add_headline_c": "Ви дійсно хочете скасувати додавання нового настрою?",
|
|
20244
20514
|
"string_light_pp_dialog_sm_ed_headline_d": "Ви дійсно хочете видалити настрій?",
|
|
20245
20515
|
"string_light_pp_field_sm_add_error1": "Назва вже використовується.",
|
|
20516
|
+
"string_light_pp_sm_headline_add": "Додайте новий настрій",
|
|
20246
20517
|
"string_lights_modes_blink_text": "Блимання",
|
|
20247
20518
|
"string_lights_modes_chase_text": "Чейз",
|
|
20248
20519
|
"string_lights_modes_dazzle_text": "засліплювати",
|
|
@@ -20326,7 +20597,10 @@ export default {
|
|
|
20326
20597
|
"switch_overcharge_headline_text": "Захист від перезарядки",
|
|
20327
20598
|
"switchinching_overview_description_text": "Автоматичне вимкнення пристрою через певний проміжок часу.",
|
|
20328
20599
|
"thermostat_automode": "Автоматичний режим",
|
|
20600
|
+
"thermostat_childlock_overview_description_text": "This feature disables the physical control on the device. Only possibility is to turn it off from the here.",
|
|
20601
|
+
"thermostat_cold": "Cold",
|
|
20329
20602
|
"thermostat_comforttemp": "Комфортна температура.",
|
|
20603
|
+
"thermostat_cool": "Cool",
|
|
20330
20604
|
"thermostat_descriptionrapid": "Щоб відразу встановити значення температури",
|
|
20331
20605
|
"thermostat_descriptionvacation": "Встановити час перерви",
|
|
20332
20606
|
"thermostat_difference": "Різниця між поточною і заданою температурою",
|
|
@@ -20336,6 +20610,7 @@ export default {
|
|
|
20336
20610
|
"thermostat_endtime": "Час завершення",
|
|
20337
20611
|
"thermostat_energysaving": "Температура енергозберігання",
|
|
20338
20612
|
"thermostat_error": "Значення часу закінчення має бути більшим, ніж час початку",
|
|
20613
|
+
"thermostat_hot": "Hot",
|
|
20339
20614
|
"thermostat_maxtime": "Не довше 100 днів",
|
|
20340
20615
|
"thermostat_openwindow": "Нагадування про відкрите вікно",
|
|
20341
20616
|
"thermostat_powermode": "Режим потужності",
|
|
@@ -20353,6 +20628,7 @@ export default {
|
|
|
20353
20628
|
"thermostat_triggertimes": "ЧАС ЗАПУСКУ",
|
|
20354
20629
|
"thermostat_unit": "Одиниця виміру:° C",
|
|
20355
20630
|
"thermostat_vacationmode": "Режим перерви",
|
|
20631
|
+
"thermostat_warm": "Warm",
|
|
20356
20632
|
"time_unit_h": "h",
|
|
20357
20633
|
"timer_ceiling_fan_headline_text": "Таймер",
|
|
20358
20634
|
"timer_ceiling_fan_lighting_switched_off_text": "Освітлення буде вимкнено приблизно через {0}",
|
|
@@ -21010,6 +21286,12 @@ export default {
|
|
|
21010
21286
|
"mood_overview_warning_max_number_text": "Elérte a hangulatok maximális számát.",
|
|
21011
21287
|
"mood_preview": "Előnézet",
|
|
21012
21288
|
"mood_resetbutton": "Do you want to reset the moods?",
|
|
21289
|
+
"mood_string_mode_fade": "Fade",
|
|
21290
|
+
"mood_string_mode_fluorescence": "Fluorescence",
|
|
21291
|
+
"mood_string_mode_random_flash": "Random Flash",
|
|
21292
|
+
"mood_string_mode_shimmer": "Shimmer",
|
|
21293
|
+
"mood_string_mode_slow_fade": "Slow Fade",
|
|
21294
|
+
"mood_string_mode_sparkle": "Sparkle",
|
|
21013
21295
|
"motion_detection_add_time_schedule_actions_text1": "Műveletek",
|
|
21014
21296
|
"motion_detection_add_time_schedule_headline_text": "Új ütemezés hozzáadása",
|
|
21015
21297
|
"motion_detection_add_time_schedule_selectionfield_text": "Név",
|
|
@@ -21130,6 +21412,7 @@ export default {
|
|
|
21130
21412
|
"string_light_pp_dialog_sm_add_headline_c": "Biztosan megszakítja az új hangulat hozzáadását?",
|
|
21131
21413
|
"string_light_pp_dialog_sm_ed_headline_d": "Valóban törölni szeretné a hangulatot?",
|
|
21132
21414
|
"string_light_pp_field_sm_add_error1": "A név már használatban van.",
|
|
21415
|
+
"string_light_pp_sm_headline_add": "Új hangulat hozzáadása",
|
|
21133
21416
|
"string_lights_modes_blink_text": "Villanás",
|
|
21134
21417
|
"string_lights_modes_chase_text": "Üldözés",
|
|
21135
21418
|
"string_lights_modes_dazzle_text": "Káprázat",
|
|
@@ -21213,7 +21496,10 @@ export default {
|
|
|
21213
21496
|
"switch_overcharge_headline_text": "Túltöltés elleni védelem",
|
|
21214
21497
|
"switchinching_overview_description_text": "Ahhoz, hogy automatikusan kikapcsolja a készüléket, miután egy ideig.",
|
|
21215
21498
|
"thermostat_automode": "Automatic",
|
|
21499
|
+
"thermostat_childlock_overview_description_text": "This feature disables the physical control on the device. Only possibility is to turn it off from the here.",
|
|
21500
|
+
"thermostat_cold": "Cold",
|
|
21216
21501
|
"thermostat_comforttemp": "Comfort temp.",
|
|
21502
|
+
"thermostat_cool": "Cool",
|
|
21217
21503
|
"thermostat_descriptionrapid": "To set the temperature to a value immediately",
|
|
21218
21504
|
"thermostat_descriptionvacation": "To set a vacation time",
|
|
21219
21505
|
"thermostat_difference": "Difference between the current and set temperature",
|
|
@@ -21223,6 +21509,7 @@ export default {
|
|
|
21223
21509
|
"thermostat_endtime": "End time",
|
|
21224
21510
|
"thermostat_energysaving": "Energy saving temp.",
|
|
21225
21511
|
"thermostat_error": "The end time must be greater than the start time",
|
|
21512
|
+
"thermostat_hot": "Hot",
|
|
21226
21513
|
"thermostat_maxtime": "No longer than 100 days",
|
|
21227
21514
|
"thermostat_openwindow": "Open window reminder",
|
|
21228
21515
|
"thermostat_powermode": "Manual",
|
|
@@ -21240,6 +21527,7 @@ export default {
|
|
|
21240
21527
|
"thermostat_triggertimes": "Trigger times",
|
|
21241
21528
|
"thermostat_unit": "Unit: °C",
|
|
21242
21529
|
"thermostat_vacationmode": "Vacation",
|
|
21530
|
+
"thermostat_warm": "Warm",
|
|
21243
21531
|
"time_unit_h": "h",
|
|
21244
21532
|
"timer_ceiling_fan_headline_text": "Időzítő",
|
|
21245
21533
|
"timer_ceiling_fan_lighting_switched_off_text": "A világítás kikapcsol körülbelül ekkor: {0}",
|
|
@@ -21897,6 +22185,12 @@ export default {
|
|
|
21897
22185
|
"mood_overview_warning_max_number_text": "Maksymalna liczba nastrojów została osiągnięta.",
|
|
21898
22186
|
"mood_preview": "Podgląd",
|
|
21899
22187
|
"mood_resetbutton": "Do you want to reset the moods?",
|
|
22188
|
+
"mood_string_mode_fade": "Fade",
|
|
22189
|
+
"mood_string_mode_fluorescence": "Fluorescence",
|
|
22190
|
+
"mood_string_mode_random_flash": "Random Flash",
|
|
22191
|
+
"mood_string_mode_shimmer": "Shimmer",
|
|
22192
|
+
"mood_string_mode_slow_fade": "Slow Fade",
|
|
22193
|
+
"mood_string_mode_sparkle": "Sparkle",
|
|
21900
22194
|
"motion_detection_add_time_schedule_actions_text1": "Działania",
|
|
21901
22195
|
"motion_detection_add_time_schedule_headline_text": "Dodaj nowy harmonogram",
|
|
21902
22196
|
"motion_detection_add_time_schedule_selectionfield_text": "Nazwa",
|
|
@@ -22017,6 +22311,7 @@ export default {
|
|
|
22017
22311
|
"string_light_pp_dialog_sm_add_headline_c": "Czy naprawdę chcesz zrezygnować z dodawania nowego nastroju?",
|
|
22018
22312
|
"string_light_pp_dialog_sm_ed_headline_d": "Czy naprawdę chcesz usunąć ten nastrój?",
|
|
22019
22313
|
"string_light_pp_field_sm_add_error1": "Nazwa jest już używana.",
|
|
22314
|
+
"string_light_pp_sm_headline_add": "Dodaj nowy nastrój",
|
|
22020
22315
|
"string_lights_modes_blink_text": "Miganie",
|
|
22021
22316
|
"string_lights_modes_chase_text": "Pościg",
|
|
22022
22317
|
"string_lights_modes_dazzle_text": "Olśnić",
|
|
@@ -22100,7 +22395,10 @@ export default {
|
|
|
22100
22395
|
"switch_overcharge_headline_text": "Ochrona przed przeładowaniem",
|
|
22101
22396
|
"switchinching_overview_description_text": "Automatyczne wyłączanie urządzenia po pewnym czasie.",
|
|
22102
22397
|
"thermostat_automode": "Automatic",
|
|
22398
|
+
"thermostat_childlock_overview_description_text": "This feature disables the physical control on the device. Only possibility is to turn it off from the here.",
|
|
22399
|
+
"thermostat_cold": "Cold",
|
|
22103
22400
|
"thermostat_comforttemp": "Comfort temp.",
|
|
22401
|
+
"thermostat_cool": "Cool",
|
|
22104
22402
|
"thermostat_descriptionrapid": "To set the temperature to a value immediately",
|
|
22105
22403
|
"thermostat_descriptionvacation": "To set a vacation time",
|
|
22106
22404
|
"thermostat_difference": "Difference between the current and set temperature",
|
|
@@ -22110,6 +22408,7 @@ export default {
|
|
|
22110
22408
|
"thermostat_endtime": "End time",
|
|
22111
22409
|
"thermostat_energysaving": "Energy saving temp.",
|
|
22112
22410
|
"thermostat_error": "The end time must be greater than the start time",
|
|
22411
|
+
"thermostat_hot": "Hot",
|
|
22113
22412
|
"thermostat_maxtime": "No longer than 100 days",
|
|
22114
22413
|
"thermostat_openwindow": "Open window reminder",
|
|
22115
22414
|
"thermostat_powermode": "Manual",
|
|
@@ -22127,6 +22426,7 @@ export default {
|
|
|
22127
22426
|
"thermostat_triggertimes": "Trigger times",
|
|
22128
22427
|
"thermostat_unit": "Unit: °C",
|
|
22129
22428
|
"thermostat_vacationmode": "Vacation",
|
|
22429
|
+
"thermostat_warm": "Warm",
|
|
22130
22430
|
"time_unit_h": "h",
|
|
22131
22431
|
"timer_ceiling_fan_headline_text": "Timer",
|
|
22132
22432
|
"timer_ceiling_fan_lighting_switched_off_text": "Oświetlenie zostanie wyłączone około {0}",
|
|
@@ -22784,6 +23084,12 @@ export default {
|
|
|
22784
23084
|
"mood_overview_warning_max_number_text": "O número máximo de modos foi atingido.",
|
|
22785
23085
|
"mood_preview": "Pré-visualização",
|
|
22786
23086
|
"mood_resetbutton": "Do you want to reset the moods?",
|
|
23087
|
+
"mood_string_mode_fade": "Fade",
|
|
23088
|
+
"mood_string_mode_fluorescence": "Fluorescence",
|
|
23089
|
+
"mood_string_mode_random_flash": "Random Flash",
|
|
23090
|
+
"mood_string_mode_shimmer": "Shimmer",
|
|
23091
|
+
"mood_string_mode_slow_fade": "Slow Fade",
|
|
23092
|
+
"mood_string_mode_sparkle": "Sparkle",
|
|
22787
23093
|
"motion_detection_add_time_schedule_actions_text1": "Ações",
|
|
22788
23094
|
"motion_detection_add_time_schedule_headline_text": "Adicionar um novo cronograma",
|
|
22789
23095
|
"motion_detection_add_time_schedule_selectionfield_text": "Nome",
|
|
@@ -22904,6 +23210,7 @@ export default {
|
|
|
22904
23210
|
"string_light_pp_dialog_sm_add_headline_c": "Você realmente quer cancelar a adição de um novo humor?",
|
|
22905
23211
|
"string_light_pp_dialog_sm_ed_headline_d": "Você realmente quer excluir o modo?",
|
|
22906
23212
|
"string_light_pp_field_sm_add_error1": "O nome já está em uso.",
|
|
23213
|
+
"string_light_pp_sm_headline_add": "Adicione um novo modo",
|
|
22907
23214
|
"string_lights_modes_blink_text": "Piscar",
|
|
22908
23215
|
"string_lights_modes_chase_text": "Perseguir",
|
|
22909
23216
|
"string_lights_modes_dazzle_text": "Deslumbrar",
|
|
@@ -22987,7 +23294,10 @@ export default {
|
|
|
22987
23294
|
"switch_overcharge_headline_text": "Proteção contra sobrecarga",
|
|
22988
23295
|
"switchinching_overview_description_text": "Para desligar automaticamente o dispositivo após um período de tempo.",
|
|
22989
23296
|
"thermostat_automode": "Automatic",
|
|
23297
|
+
"thermostat_childlock_overview_description_text": "This feature disables the physical control on the device. Only possibility is to turn it off from the here.",
|
|
23298
|
+
"thermostat_cold": "Cold",
|
|
22990
23299
|
"thermostat_comforttemp": "Comfort temp.",
|
|
23300
|
+
"thermostat_cool": "Cool",
|
|
22991
23301
|
"thermostat_descriptionrapid": "To set the temperature to a value immediately",
|
|
22992
23302
|
"thermostat_descriptionvacation": "To set a vacation time",
|
|
22993
23303
|
"thermostat_difference": "Difference between the current and set temperature",
|
|
@@ -22997,6 +23307,7 @@ export default {
|
|
|
22997
23307
|
"thermostat_endtime": "End time",
|
|
22998
23308
|
"thermostat_energysaving": "Energy saving temp.",
|
|
22999
23309
|
"thermostat_error": "The end time must be greater than the start time",
|
|
23310
|
+
"thermostat_hot": "Hot",
|
|
23000
23311
|
"thermostat_maxtime": "No longer than 100 days",
|
|
23001
23312
|
"thermostat_openwindow": "Open window reminder",
|
|
23002
23313
|
"thermostat_powermode": "Manual",
|
|
@@ -23014,6 +23325,7 @@ export default {
|
|
|
23014
23325
|
"thermostat_triggertimes": "Trigger times",
|
|
23015
23326
|
"thermostat_unit": "Unit: °C",
|
|
23016
23327
|
"thermostat_vacationmode": "Vacation",
|
|
23328
|
+
"thermostat_warm": "Warm",
|
|
23017
23329
|
"time_unit_h": "h",
|
|
23018
23330
|
"timer_ceiling_fan_headline_text": "Cronômetro",
|
|
23019
23331
|
"timer_ceiling_fan_lighting_switched_off_text": "A iluminação será desligada por volta de {0}",
|
|
@@ -23671,6 +23983,12 @@ export default {
|
|
|
23671
23983
|
"mood_overview_warning_max_number_text": "Достигнуто максимальное количество настроений.",
|
|
23672
23984
|
"mood_preview": "Предварительный просмотр",
|
|
23673
23985
|
"mood_resetbutton": "Do you want to reset the moods?",
|
|
23986
|
+
"mood_string_mode_fade": "Fade",
|
|
23987
|
+
"mood_string_mode_fluorescence": "Fluorescence",
|
|
23988
|
+
"mood_string_mode_random_flash": "Random Flash",
|
|
23989
|
+
"mood_string_mode_shimmer": "Shimmer",
|
|
23990
|
+
"mood_string_mode_slow_fade": "Slow Fade",
|
|
23991
|
+
"mood_string_mode_sparkle": "Sparkle",
|
|
23674
23992
|
"motion_detection_add_time_schedule_actions_text1": "Действия",
|
|
23675
23993
|
"motion_detection_add_time_schedule_headline_text": "Добавить новое расписание",
|
|
23676
23994
|
"motion_detection_add_time_schedule_selectionfield_text": "Имя",
|
|
@@ -23791,6 +24109,7 @@ export default {
|
|
|
23791
24109
|
"string_light_pp_dialog_sm_add_headline_c": "Вы действительно хотите отказаться от добавления нового настроения?",
|
|
23792
24110
|
"string_light_pp_dialog_sm_ed_headline_d": "Вы действительно хотите удалить настроение?",
|
|
23793
24111
|
"string_light_pp_field_sm_add_error1": "Это название уже используется.",
|
|
24112
|
+
"string_light_pp_sm_headline_add": "Добавить новое настроение",
|
|
23794
24113
|
"string_lights_modes_blink_text": "Мигание",
|
|
23795
24114
|
"string_lights_modes_chase_text": "Чейз",
|
|
23796
24115
|
"string_lights_modes_dazzle_text": "Ослепление",
|
|
@@ -23874,7 +24193,10 @@ export default {
|
|
|
23874
24193
|
"switch_overcharge_headline_text": "Защита от перезарядки",
|
|
23875
24194
|
"switchinching_overview_description_text": "Для автоматического выключения устройства через некоторое время.",
|
|
23876
24195
|
"thermostat_automode": "Automatic",
|
|
24196
|
+
"thermostat_childlock_overview_description_text": "This feature disables the physical control on the device. Only possibility is to turn it off from the here.",
|
|
24197
|
+
"thermostat_cold": "Cold",
|
|
23877
24198
|
"thermostat_comforttemp": "Comfort temp.",
|
|
24199
|
+
"thermostat_cool": "Cool",
|
|
23878
24200
|
"thermostat_descriptionrapid": "To set the temperature to a value immediately",
|
|
23879
24201
|
"thermostat_descriptionvacation": "To set a vacation time",
|
|
23880
24202
|
"thermostat_difference": "Difference between the current and set temperature",
|
|
@@ -23884,6 +24206,7 @@ export default {
|
|
|
23884
24206
|
"thermostat_endtime": "End time",
|
|
23885
24207
|
"thermostat_energysaving": "Energy saving temp.",
|
|
23886
24208
|
"thermostat_error": "The end time must be greater than the start time",
|
|
24209
|
+
"thermostat_hot": "Hot",
|
|
23887
24210
|
"thermostat_maxtime": "No longer than 100 days",
|
|
23888
24211
|
"thermostat_openwindow": "Open window reminder",
|
|
23889
24212
|
"thermostat_powermode": "Manual",
|
|
@@ -23901,6 +24224,7 @@ export default {
|
|
|
23901
24224
|
"thermostat_triggertimes": "Trigger times",
|
|
23902
24225
|
"thermostat_unit": "Unit: °C",
|
|
23903
24226
|
"thermostat_vacationmode": "Vacation",
|
|
24227
|
+
"thermostat_warm": "Warm",
|
|
23904
24228
|
"time_unit_h": "h",
|
|
23905
24229
|
"timer_ceiling_fan_headline_text": "Таймер",
|
|
23906
24230
|
"timer_ceiling_fan_lighting_switched_off_text": "Освещение будет выключено примерно через {0}",
|
|
@@ -24558,6 +24882,12 @@ export default {
|
|
|
24558
24882
|
"mood_overview_warning_max_number_text": "Maksimum mod sayısına ulaşıldı.",
|
|
24559
24883
|
"mood_preview": "Önizleme",
|
|
24560
24884
|
"mood_resetbutton": "Do you want to reset the moods?",
|
|
24885
|
+
"mood_string_mode_fade": "Fade",
|
|
24886
|
+
"mood_string_mode_fluorescence": "Fluorescence",
|
|
24887
|
+
"mood_string_mode_random_flash": "Random Flash",
|
|
24888
|
+
"mood_string_mode_shimmer": "Shimmer",
|
|
24889
|
+
"mood_string_mode_slow_fade": "Slow Fade",
|
|
24890
|
+
"mood_string_mode_sparkle": "Sparkle",
|
|
24561
24891
|
"motion_detection_add_time_schedule_actions_text1": "Eylemler",
|
|
24562
24892
|
"motion_detection_add_time_schedule_headline_text": "Yeni bir program ekle",
|
|
24563
24893
|
"motion_detection_add_time_schedule_selectionfield_text": "İsim",
|
|
@@ -24678,6 +25008,7 @@ export default {
|
|
|
24678
25008
|
"string_light_pp_dialog_sm_add_headline_c": "Yeni bir mod eklemeyi gerçekten iptal etmek istiyor musunuz?",
|
|
24679
25009
|
"string_light_pp_dialog_sm_ed_headline_d": "Modu gerçekten silmek istiyor musun?",
|
|
24680
25010
|
"string_light_pp_field_sm_add_error1": "Bu isim zaten kullanılıyor.",
|
|
25011
|
+
"string_light_pp_sm_headline_add": "Yeni bir mod ekleyin",
|
|
24681
25012
|
"string_lights_modes_blink_text": "Göz kırpma",
|
|
24682
25013
|
"string_lights_modes_chase_text": "Takip etmek",
|
|
24683
25014
|
"string_lights_modes_dazzle_text": "Göz kamaştırmak",
|
|
@@ -24761,7 +25092,10 @@ export default {
|
|
|
24761
25092
|
"switch_overcharge_headline_text": "Aşırı Şarj Koruması",
|
|
24762
25093
|
"switchinching_overview_description_text": "Belirli bir süre sonra cihazı otomatik olarak kapatmak için.",
|
|
24763
25094
|
"thermostat_automode": "Automatic",
|
|
25095
|
+
"thermostat_childlock_overview_description_text": "This feature disables the physical control on the device. Only possibility is to turn it off from the here.",
|
|
25096
|
+
"thermostat_cold": "Cold",
|
|
24764
25097
|
"thermostat_comforttemp": "Comfort temp.",
|
|
25098
|
+
"thermostat_cool": "Cool",
|
|
24765
25099
|
"thermostat_descriptionrapid": "To set the temperature to a value immediately",
|
|
24766
25100
|
"thermostat_descriptionvacation": "To set a vacation time",
|
|
24767
25101
|
"thermostat_difference": "Difference between the current and set temperature",
|
|
@@ -24771,6 +25105,7 @@ export default {
|
|
|
24771
25105
|
"thermostat_endtime": "End time",
|
|
24772
25106
|
"thermostat_energysaving": "Energy saving temp.",
|
|
24773
25107
|
"thermostat_error": "The end time must be greater than the start time",
|
|
25108
|
+
"thermostat_hot": "Hot",
|
|
24774
25109
|
"thermostat_maxtime": "No longer than 100 days",
|
|
24775
25110
|
"thermostat_openwindow": "Open window reminder",
|
|
24776
25111
|
"thermostat_powermode": "Manual",
|
|
@@ -24788,6 +25123,7 @@ export default {
|
|
|
24788
25123
|
"thermostat_triggertimes": "Trigger times",
|
|
24789
25124
|
"thermostat_unit": "Unit: °C",
|
|
24790
25125
|
"thermostat_vacationmode": "Vacation",
|
|
25126
|
+
"thermostat_warm": "Warm",
|
|
24791
25127
|
"time_unit_h": "h",
|
|
24792
25128
|
"timer_ceiling_fan_headline_text": "Zamanlayıcı",
|
|
24793
25129
|
"timer_ceiling_fan_lighting_switched_off_text": "Aydınlatma yaklaşık {0}'de kapatılacaktır",
|
|
@@ -25445,6 +25781,12 @@ export default {
|
|
|
25445
25781
|
"mood_overview_warning_max_number_text": "O número máximo de modos foi atingido.",
|
|
25446
25782
|
"mood_preview": "Pré-visualização",
|
|
25447
25783
|
"mood_resetbutton": "Do you want to reset the moods?",
|
|
25784
|
+
"mood_string_mode_fade": "Fade",
|
|
25785
|
+
"mood_string_mode_fluorescence": "Fluorescence",
|
|
25786
|
+
"mood_string_mode_random_flash": "Random Flash",
|
|
25787
|
+
"mood_string_mode_shimmer": "Shimmer",
|
|
25788
|
+
"mood_string_mode_slow_fade": "Slow Fade",
|
|
25789
|
+
"mood_string_mode_sparkle": "Sparkle",
|
|
25448
25790
|
"motion_detection_add_time_schedule_actions_text1": "Ações",
|
|
25449
25791
|
"motion_detection_add_time_schedule_headline_text": "Adicionar um novo cronograma",
|
|
25450
25792
|
"motion_detection_add_time_schedule_selectionfield_text": "Nome",
|
|
@@ -25565,6 +25907,7 @@ export default {
|
|
|
25565
25907
|
"string_light_pp_dialog_sm_add_headline_c": "Você realmente quer cancelar a adição de um novo humor?",
|
|
25566
25908
|
"string_light_pp_dialog_sm_ed_headline_d": "Você realmente quer excluir o modo?",
|
|
25567
25909
|
"string_light_pp_field_sm_add_error1": "O nome já está em uso.",
|
|
25910
|
+
"string_light_pp_sm_headline_add": "Adicione um novo modo",
|
|
25568
25911
|
"string_lights_modes_blink_text": "Piscar",
|
|
25569
25912
|
"string_lights_modes_chase_text": "Perseguir",
|
|
25570
25913
|
"string_lights_modes_dazzle_text": "Deslumbrar",
|
|
@@ -25648,7 +25991,10 @@ export default {
|
|
|
25648
25991
|
"switch_overcharge_headline_text": "Proteção contra sobrecarga",
|
|
25649
25992
|
"switchinching_overview_description_text": "Para desligar automaticamente o dispositivo após um período de tempo.",
|
|
25650
25993
|
"thermostat_automode": "Automatic",
|
|
25994
|
+
"thermostat_childlock_overview_description_text": "This feature disables the physical control on the device. Only possibility is to turn it off from the here.",
|
|
25995
|
+
"thermostat_cold": "Cold",
|
|
25651
25996
|
"thermostat_comforttemp": "Comfort temp.",
|
|
25997
|
+
"thermostat_cool": "Cool",
|
|
25652
25998
|
"thermostat_descriptionrapid": "To set the temperature to a value immediately",
|
|
25653
25999
|
"thermostat_descriptionvacation": "To set a vacation time",
|
|
25654
26000
|
"thermostat_difference": "Difference between the current and set temperature",
|
|
@@ -25658,6 +26004,7 @@ export default {
|
|
|
25658
26004
|
"thermostat_endtime": "End time",
|
|
25659
26005
|
"thermostat_energysaving": "Energy saving temp.",
|
|
25660
26006
|
"thermostat_error": "The end time must be greater than the start time",
|
|
26007
|
+
"thermostat_hot": "Hot",
|
|
25661
26008
|
"thermostat_maxtime": "No longer than 100 days",
|
|
25662
26009
|
"thermostat_openwindow": "Open window reminder",
|
|
25663
26010
|
"thermostat_powermode": "Manual",
|
|
@@ -25675,6 +26022,7 @@ export default {
|
|
|
25675
26022
|
"thermostat_triggertimes": "Trigger times",
|
|
25676
26023
|
"thermostat_unit": "Unit: °C",
|
|
25677
26024
|
"thermostat_vacationmode": "Vacation",
|
|
26025
|
+
"thermostat_warm": "Warm",
|
|
25678
26026
|
"time_unit_h": "h",
|
|
25679
26027
|
"timer_ceiling_fan_headline_text": "Cronômetro",
|
|
25680
26028
|
"timer_ceiling_fan_lighting_switched_off_text": "A iluminação será desligada por volta de {0}",
|