@ledvance/base 1.3.14 → 1.3.16
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 +14 -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 +377 -0
- package/src/models/modules/NativePropsSlice.tsx +8 -2
- package/translateKey.txt +14 -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,12 +735,14 @@ 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",
|
|
735
742
|
"string_lights_set_bulbs_description_text": "Soporta un máximo de 48 y un mínimo de 5 lámparas",
|
|
736
743
|
"string_lights_set_bulbs_title": "Por favor, establece el número de bombillas de acuerdo con el número real de bombillas que se encuentra en la cadena de lámparas.",
|
|
737
744
|
"strip_light_static_mood_add_step_2_dialog_text": "Ten en cuenta que los datos se perderán si cancelas la creación de una nueva escena",
|
|
745
|
+
"strip_light_static_mood_add_step_2_headline": "Añadir una nueva escena ",
|
|
738
746
|
"strip_light_static_mood_edit_dialog_text": "Ten en cuenta que no puedes recuperarlo",
|
|
739
747
|
"strip_light_static_mood_editor_step_2_dialog_text": "Ten en cuenta que tu configuración se perderá si dejas de editar la escena.",
|
|
740
748
|
"strip_lights_await_sync_text": "Sincronizando",
|
|
@@ -812,7 +820,10 @@ export default {
|
|
|
812
820
|
"switch_overcharge_headline_text": "Protección de sobrecarga",
|
|
813
821
|
"switchinching_overview_description_text": "Para apagar automáticamente el dispositivo después de un período de tiempo.",
|
|
814
822
|
"thermostat_automode": "Automatic",
|
|
823
|
+
"thermostat_childlock_overview_description_text": "This feature disables the physical control on the device. Only possibility is to turn it off from the here.",
|
|
824
|
+
"thermostat_cold": "Cold",
|
|
815
825
|
"thermostat_comforttemp": "Comfort temp.",
|
|
826
|
+
"thermostat_cool": "Cool",
|
|
816
827
|
"thermostat_descriptionrapid": "To set the temperature to a value immediately",
|
|
817
828
|
"thermostat_descriptionvacation": "To set a vacation time",
|
|
818
829
|
"thermostat_difference": "Difference between the current and set temperature",
|
|
@@ -822,6 +833,7 @@ export default {
|
|
|
822
833
|
"thermostat_endtime": "End time",
|
|
823
834
|
"thermostat_energysaving": "Energy saving temp.",
|
|
824
835
|
"thermostat_error": "The end time must be greater than the start time",
|
|
836
|
+
"thermostat_hot": "Hot",
|
|
825
837
|
"thermostat_maxtime": "No longer than 100 days",
|
|
826
838
|
"thermostat_openwindow": "Open window reminder",
|
|
827
839
|
"thermostat_powermode": "Manual",
|
|
@@ -839,6 +851,7 @@ export default {
|
|
|
839
851
|
"thermostat_triggertimes": "Trigger times",
|
|
840
852
|
"thermostat_unit": "Unit: °C",
|
|
841
853
|
"thermostat_vacationmode": "Vacation",
|
|
854
|
+
"thermostat_warm": "Warm",
|
|
842
855
|
"time_unit_h": "h",
|
|
843
856
|
"timer_ceiling_fan_headline_text": "Temporizador",
|
|
844
857
|
"timer_ceiling_fan_lighting_switched_off_text": "La luz se apagará aproximadamente a las {0}",
|
|
@@ -1496,6 +1509,12 @@ export default {
|
|
|
1496
1509
|
"mood_overview_warning_max_number_text": "تم الوصول إلى الحد الأقصى لعدد الحالات المزاجية.",
|
|
1497
1510
|
"mood_preview": "استطلاع",
|
|
1498
1511
|
"mood_resetbutton": "Do you want to reset the moods?",
|
|
1512
|
+
"mood_string_mode_fade": "Fade",
|
|
1513
|
+
"mood_string_mode_fluorescence": "Fluorescence",
|
|
1514
|
+
"mood_string_mode_random_flash": "Random Flash",
|
|
1515
|
+
"mood_string_mode_shimmer": "Shimmer",
|
|
1516
|
+
"mood_string_mode_slow_fade": "Slow Fade",
|
|
1517
|
+
"mood_string_mode_sparkle": "Sparkle",
|
|
1499
1518
|
"motion_detection_add_time_schedule_actions_text1": "الإجراءات",
|
|
1500
1519
|
"motion_detection_add_time_schedule_headline_text": "إضافة جدول جديد",
|
|
1501
1520
|
"motion_detection_add_time_schedule_selectionfield_text": "الاسم",
|
|
@@ -1616,12 +1635,14 @@ export default {
|
|
|
1616
1635
|
"string_light_pp_dialog_sm_add_headline_c": "هل تريد حقًا إلغاء إضافة مزاج جديد؟",
|
|
1617
1636
|
"string_light_pp_dialog_sm_ed_headline_d": "هل تريد حقًا حذف الحالة المزاجية؟",
|
|
1618
1637
|
"string_light_pp_field_sm_add_error1": "الاسم قيد الاستخدام بالفعل.",
|
|
1638
|
+
"string_light_pp_sm_headline_add": "أضف مزاجًا جديدًا",
|
|
1619
1639
|
"string_lights_modes_blink_text": "وميض",
|
|
1620
1640
|
"string_lights_modes_chase_text": "يطارد",
|
|
1621
1641
|
"string_lights_modes_dazzle_text": "انبهار",
|
|
1622
1642
|
"string_lights_set_bulbs_description_text": "يدعم 48 مصباحًا كحد أقصى و5 مصابيح على الأقل",
|
|
1623
1643
|
"string_lights_set_bulbs_title": "يرجى ضبط عدد المصابيح وفقًا للعدد الفعلي للمصابيح في سلسلة المصباح",
|
|
1624
1644
|
"strip_light_static_mood_add_step_2_dialog_text": "لاحظ أنه سيتم فقد المدخلات الخاصة بك إذا قمت بإلغاء إضافة حالة مزاجية جديدة.",
|
|
1645
|
+
"strip_light_static_mood_add_step_2_headline": "أضف مزاجًا جديدًا",
|
|
1625
1646
|
"strip_light_static_mood_edit_dialog_text": "لاحظ أنه لا يمكنك استردادها.",
|
|
1626
1647
|
"strip_light_static_mood_editor_step_2_dialog_text": "لاحظ أنه سيتم فقد مدخلاتك إذا تركت تعديل الحالة المزاجية.",
|
|
1627
1648
|
"strip_lights_await_sync_text": "جاري المزامنة…",
|
|
@@ -1699,7 +1720,10 @@ export default {
|
|
|
1699
1720
|
"switch_overcharge_headline_text": "حماية الشحن الزائد",
|
|
1700
1721
|
"switchinching_overview_description_text": "لإيقاف تشغيل الجهاز تلقائيًا بعد فترة من الوقت.",
|
|
1701
1722
|
"thermostat_automode": "Automatic",
|
|
1723
|
+
"thermostat_childlock_overview_description_text": "This feature disables the physical control on the device. Only possibility is to turn it off from the here.",
|
|
1724
|
+
"thermostat_cold": "Cold",
|
|
1702
1725
|
"thermostat_comforttemp": "Comfort temp.",
|
|
1726
|
+
"thermostat_cool": "Cool",
|
|
1703
1727
|
"thermostat_descriptionrapid": "To set the temperature to a value immediately",
|
|
1704
1728
|
"thermostat_descriptionvacation": "To set a vacation time",
|
|
1705
1729
|
"thermostat_difference": "Difference between the current and set temperature",
|
|
@@ -1709,6 +1733,7 @@ export default {
|
|
|
1709
1733
|
"thermostat_endtime": "End time",
|
|
1710
1734
|
"thermostat_energysaving": "Energy saving temp.",
|
|
1711
1735
|
"thermostat_error": "The end time must be greater than the start time",
|
|
1736
|
+
"thermostat_hot": "Hot",
|
|
1712
1737
|
"thermostat_maxtime": "No longer than 100 days",
|
|
1713
1738
|
"thermostat_openwindow": "Open window reminder",
|
|
1714
1739
|
"thermostat_powermode": "Manual",
|
|
@@ -1726,6 +1751,7 @@ export default {
|
|
|
1726
1751
|
"thermostat_triggertimes": "Trigger times",
|
|
1727
1752
|
"thermostat_unit": "Unit: °C",
|
|
1728
1753
|
"thermostat_vacationmode": "Vacation",
|
|
1754
|
+
"thermostat_warm": "Warm",
|
|
1729
1755
|
"time_unit_h": "h",
|
|
1730
1756
|
"timer_ceiling_fan_headline_text": "مؤقت",
|
|
1731
1757
|
"timer_ceiling_fan_lighting_switched_off_text": "سيتم إيقاف الإضاءة عند حوالي {0}",
|
|
@@ -2383,6 +2409,12 @@ export default {
|
|
|
2383
2409
|
"mood_overview_warning_max_number_text": "Bylo dosaženo maximálního počtu nálad.",
|
|
2384
2410
|
"mood_preview": "Náhled",
|
|
2385
2411
|
"mood_resetbutton": "Do you want to reset the moods?",
|
|
2412
|
+
"mood_string_mode_fade": "Fade",
|
|
2413
|
+
"mood_string_mode_fluorescence": "Fluorescence",
|
|
2414
|
+
"mood_string_mode_random_flash": "Random Flash",
|
|
2415
|
+
"mood_string_mode_shimmer": "Shimmer",
|
|
2416
|
+
"mood_string_mode_slow_fade": "Slow Fade",
|
|
2417
|
+
"mood_string_mode_sparkle": "Sparkle",
|
|
2386
2418
|
"motion_detection_add_time_schedule_actions_text1": "Akce",
|
|
2387
2419
|
"motion_detection_add_time_schedule_headline_text": "Přidat nový rozvrh",
|
|
2388
2420
|
"motion_detection_add_time_schedule_selectionfield_text": "Název",
|
|
@@ -2503,12 +2535,14 @@ export default {
|
|
|
2503
2535
|
"string_light_pp_dialog_sm_add_headline_c": "Opravdu chcete zrušit přidání nové nálady?",
|
|
2504
2536
|
"string_light_pp_dialog_sm_ed_headline_d": "Opravdu chcete náladu smazat?",
|
|
2505
2537
|
"string_light_pp_field_sm_add_error1": "Tento název je již používán.",
|
|
2538
|
+
"string_light_pp_sm_headline_add": "Přidat novou náladu",
|
|
2506
2539
|
"string_lights_modes_blink_text": "Mrknutí",
|
|
2507
2540
|
"string_lights_modes_chase_text": "Hon",
|
|
2508
2541
|
"string_lights_modes_dazzle_text": "Oslnění",
|
|
2509
2542
|
"string_lights_set_bulbs_description_text": "Podporuje maximálně 48 a minimálně 5 žárovek",
|
|
2510
2543
|
"string_lights_set_bulbs_title": "Nastavte prosím počet žárovek podle skutečného počtu žárovek v řetězci",
|
|
2511
2544
|
"strip_light_static_mood_add_step_2_dialog_text": "Pokud přidání nové nálady zrušíte, vámi zadané informace budou ztraceny.",
|
|
2545
|
+
"strip_light_static_mood_add_step_2_headline": "Přidat novou náladu",
|
|
2512
2546
|
"strip_light_static_mood_edit_dialog_text": "Mějte prosím na paměti, že tento krok nelze vrátit.",
|
|
2513
2547
|
"strip_light_static_mood_editor_step_2_dialog_text": "Pokud úpravu nálady ukončíte, vaše změny budou ztraceny.",
|
|
2514
2548
|
"strip_lights_await_sync_text": "Synchronizace",
|
|
@@ -2586,7 +2620,10 @@ export default {
|
|
|
2586
2620
|
"switch_overcharge_headline_text": "Ochrana proti přebíjení",
|
|
2587
2621
|
"switchinching_overview_description_text": "Automatické vypnutí zařízení po určité době.",
|
|
2588
2622
|
"thermostat_automode": "Automatic",
|
|
2623
|
+
"thermostat_childlock_overview_description_text": "This feature disables the physical control on the device. Only possibility is to turn it off from the here.",
|
|
2624
|
+
"thermostat_cold": "Cold",
|
|
2589
2625
|
"thermostat_comforttemp": "Comfort temp.",
|
|
2626
|
+
"thermostat_cool": "Cool",
|
|
2590
2627
|
"thermostat_descriptionrapid": "To set the temperature to a value immediately",
|
|
2591
2628
|
"thermostat_descriptionvacation": "To set a vacation time",
|
|
2592
2629
|
"thermostat_difference": "Difference between the current and set temperature",
|
|
@@ -2596,6 +2633,7 @@ export default {
|
|
|
2596
2633
|
"thermostat_endtime": "End time",
|
|
2597
2634
|
"thermostat_energysaving": "Energy saving temp.",
|
|
2598
2635
|
"thermostat_error": "The end time must be greater than the start time",
|
|
2636
|
+
"thermostat_hot": "Hot",
|
|
2599
2637
|
"thermostat_maxtime": "No longer than 100 days",
|
|
2600
2638
|
"thermostat_openwindow": "Open window reminder",
|
|
2601
2639
|
"thermostat_powermode": "Manual",
|
|
@@ -2613,6 +2651,7 @@ export default {
|
|
|
2613
2651
|
"thermostat_triggertimes": "Trigger times",
|
|
2614
2652
|
"thermostat_unit": "Unit: °C",
|
|
2615
2653
|
"thermostat_vacationmode": "Vacation",
|
|
2654
|
+
"thermostat_warm": "Warm",
|
|
2616
2655
|
"time_unit_h": "h",
|
|
2617
2656
|
"timer_ceiling_fan_headline_text": "Časovač",
|
|
2618
2657
|
"timer_ceiling_fan_lighting_switched_off_text": "Osvětlení bude vypnuto přibližně v {0}",
|
|
@@ -3270,6 +3309,12 @@ export default {
|
|
|
3270
3309
|
"mood_overview_warning_max_number_text": "Maximum number of moods has been reached.",
|
|
3271
3310
|
"mood_preview": "Preview",
|
|
3272
3311
|
"mood_resetbutton": "Do you want to reset the moods?",
|
|
3312
|
+
"mood_string_mode_fade": "Fade",
|
|
3313
|
+
"mood_string_mode_fluorescence": "Fluorescence",
|
|
3314
|
+
"mood_string_mode_random_flash": "Random Flash",
|
|
3315
|
+
"mood_string_mode_shimmer": "Shimmer",
|
|
3316
|
+
"mood_string_mode_slow_fade": "Slow Fade",
|
|
3317
|
+
"mood_string_mode_sparkle": "Sparkle",
|
|
3273
3318
|
"motion_detection_add_time_schedule_actions_text1": "Actions",
|
|
3274
3319
|
"motion_detection_add_time_schedule_headline_text": "Add a new schedule",
|
|
3275
3320
|
"motion_detection_add_time_schedule_selectionfield_text": "Name",
|
|
@@ -3390,12 +3435,14 @@ export default {
|
|
|
3390
3435
|
"string_light_pp_dialog_sm_add_headline_c": "Do you really want to cancel adding a new mood?",
|
|
3391
3436
|
"string_light_pp_dialog_sm_ed_headline_d": "Do you really want to delete the mood?",
|
|
3392
3437
|
"string_light_pp_field_sm_add_error1": "The name is already in use.",
|
|
3438
|
+
"string_light_pp_sm_headline_add": "Add a new mood",
|
|
3393
3439
|
"string_lights_modes_blink_text": "Blink",
|
|
3394
3440
|
"string_lights_modes_chase_text": "Chase",
|
|
3395
3441
|
"string_lights_modes_dazzle_text": "Dazzle",
|
|
3396
3442
|
"string_lights_set_bulbs_description_text": "Supports a maximum of 48 and a minimum of 5 bulbs",
|
|
3397
3443
|
"string_lights_set_bulbs_title": "Please set the number of bulbs according to the actual number of bulbs in the lamp string",
|
|
3398
3444
|
"strip_light_static_mood_add_step_2_dialog_text": "Note that your input will be lost if you cancel adding a new mood.",
|
|
3445
|
+
"strip_light_static_mood_add_step_2_headline": "Add a new mood",
|
|
3399
3446
|
"strip_light_static_mood_edit_dialog_text": "Note that you can't recover it.",
|
|
3400
3447
|
"strip_light_static_mood_editor_step_2_dialog_text": "Note that your input will be lost if you leave edit the mood.",
|
|
3401
3448
|
"strip_lights_await_sync_text": "Synchronising",
|
|
@@ -3473,7 +3520,10 @@ export default {
|
|
|
3473
3520
|
"switch_overcharge_headline_text": "Overcharging Protection",
|
|
3474
3521
|
"switchinching_overview_description_text": "To automatically switch off the device after a period of time.",
|
|
3475
3522
|
"thermostat_automode": "Automatic",
|
|
3523
|
+
"thermostat_childlock_overview_description_text": "This feature disables the physical control on the device. Only possibility is to turn it off from the here.",
|
|
3524
|
+
"thermostat_cold": "Cold",
|
|
3476
3525
|
"thermostat_comforttemp": "Comfort temp.",
|
|
3526
|
+
"thermostat_cool": "Cool",
|
|
3477
3527
|
"thermostat_descriptionrapid": "To set the temperature to a value immediately",
|
|
3478
3528
|
"thermostat_descriptionvacation": "To set a vacation time",
|
|
3479
3529
|
"thermostat_difference": "Difference between the current and set temperature",
|
|
@@ -3483,6 +3533,7 @@ export default {
|
|
|
3483
3533
|
"thermostat_endtime": "End time",
|
|
3484
3534
|
"thermostat_energysaving": "Energy saving temp.",
|
|
3485
3535
|
"thermostat_error": "The end time must be greater than the start time",
|
|
3536
|
+
"thermostat_hot": "Hot",
|
|
3486
3537
|
"thermostat_maxtime": "No longer than 100 days",
|
|
3487
3538
|
"thermostat_openwindow": "Open window reminder",
|
|
3488
3539
|
"thermostat_powermode": "Manual",
|
|
@@ -3500,6 +3551,7 @@ export default {
|
|
|
3500
3551
|
"thermostat_triggertimes": "Trigger times",
|
|
3501
3552
|
"thermostat_unit": "Unit: °C",
|
|
3502
3553
|
"thermostat_vacationmode": "Vacation",
|
|
3554
|
+
"thermostat_warm": "Warm",
|
|
3503
3555
|
"time_unit_h": "h",
|
|
3504
3556
|
"timer_ceiling_fan_headline_text": "Timer",
|
|
3505
3557
|
"timer_ceiling_fan_lighting_switched_off_text": "Lighting will be switched off at about {0}",
|
|
@@ -4157,6 +4209,12 @@ export default {
|
|
|
4157
4209
|
"mood_overview_warning_max_number_text": "Максимален брой настроения е достигнат.",
|
|
4158
4210
|
"mood_preview": "Визуализация",
|
|
4159
4211
|
"mood_resetbutton": "Do you want to reset the moods?",
|
|
4212
|
+
"mood_string_mode_fade": "Fade",
|
|
4213
|
+
"mood_string_mode_fluorescence": "Fluorescence",
|
|
4214
|
+
"mood_string_mode_random_flash": "Random Flash",
|
|
4215
|
+
"mood_string_mode_shimmer": "Shimmer",
|
|
4216
|
+
"mood_string_mode_slow_fade": "Slow Fade",
|
|
4217
|
+
"mood_string_mode_sparkle": "Sparkle",
|
|
4160
4218
|
"motion_detection_add_time_schedule_actions_text1": "Действия",
|
|
4161
4219
|
"motion_detection_add_time_schedule_headline_text": "Добавяне на нов график",
|
|
4162
4220
|
"motion_detection_add_time_schedule_selectionfield_text": "Име",
|
|
@@ -4277,12 +4335,14 @@ export default {
|
|
|
4277
4335
|
"string_light_pp_dialog_sm_add_headline_c": "Наистина ли искате да отмените добавянето на ново настроение?",
|
|
4278
4336
|
"string_light_pp_dialog_sm_ed_headline_d": "Наистина ли искате да изтриете настроението?",
|
|
4279
4337
|
"string_light_pp_field_sm_add_error1": "Името вече се използва.",
|
|
4338
|
+
"string_light_pp_sm_headline_add": "Добавете ново настроение",
|
|
4280
4339
|
"string_lights_modes_blink_text": "Мигане",
|
|
4281
4340
|
"string_lights_modes_chase_text": "Преследване",
|
|
4282
4341
|
"string_lights_modes_dazzle_text": "Заслепяване",
|
|
4283
4342
|
"string_lights_set_bulbs_description_text": "Поддържа максимум 48 и минимум 5 лампи",
|
|
4284
4343
|
"string_lights_set_bulbs_title": "Моля, задайте броя на лампите според действителния брой лампи в осветителното тяло",
|
|
4285
4344
|
"strip_light_static_mood_add_step_2_dialog_text": "Имайте предвид, че въведените от вас данни ще бъдат изгубени, ако отмените добавянето на ново настроение.",
|
|
4345
|
+
"strip_light_static_mood_add_step_2_headline": "Добавете ново настроение",
|
|
4286
4346
|
"strip_light_static_mood_edit_dialog_text": "Имайте предвид, че не можете да го възстановите.",
|
|
4287
4347
|
"strip_light_static_mood_editor_step_2_dialog_text": "Имайте предвид, че въведеното от вас ще бъде загубено, ако напуснете редактиране на настроението.",
|
|
4288
4348
|
"strip_lights_await_sync_text": "Синхронизиране",
|
|
@@ -4360,7 +4420,10 @@ export default {
|
|
|
4360
4420
|
"switch_overcharge_headline_text": "Защита от презареждане",
|
|
4361
4421
|
"switchinching_overview_description_text": "За автоматично изключване на устройството след определен период от време.",
|
|
4362
4422
|
"thermostat_automode": "Automatic",
|
|
4423
|
+
"thermostat_childlock_overview_description_text": "This feature disables the physical control on the device. Only possibility is to turn it off from the here.",
|
|
4424
|
+
"thermostat_cold": "Cold",
|
|
4363
4425
|
"thermostat_comforttemp": "Comfort temp.",
|
|
4426
|
+
"thermostat_cool": "Cool",
|
|
4364
4427
|
"thermostat_descriptionrapid": "To set the temperature to a value immediately",
|
|
4365
4428
|
"thermostat_descriptionvacation": "To set a vacation time",
|
|
4366
4429
|
"thermostat_difference": "Difference between the current and set temperature",
|
|
@@ -4370,6 +4433,7 @@ export default {
|
|
|
4370
4433
|
"thermostat_endtime": "End time",
|
|
4371
4434
|
"thermostat_energysaving": "Energy saving temp.",
|
|
4372
4435
|
"thermostat_error": "The end time must be greater than the start time",
|
|
4436
|
+
"thermostat_hot": "Hot",
|
|
4373
4437
|
"thermostat_maxtime": "No longer than 100 days",
|
|
4374
4438
|
"thermostat_openwindow": "Open window reminder",
|
|
4375
4439
|
"thermostat_powermode": "Manual",
|
|
@@ -4387,6 +4451,7 @@ export default {
|
|
|
4387
4451
|
"thermostat_triggertimes": "Trigger times",
|
|
4388
4452
|
"thermostat_unit": "Unit: °C",
|
|
4389
4453
|
"thermostat_vacationmode": "Vacation",
|
|
4454
|
+
"thermostat_warm": "Warm",
|
|
4390
4455
|
"time_unit_h": "h",
|
|
4391
4456
|
"timer_ceiling_fan_headline_text": "Таймер",
|
|
4392
4457
|
"timer_ceiling_fan_lighting_switched_off_text": "Осветлението ще бъде изключено след около {0}",
|
|
@@ -5044,6 +5109,12 @@ export default {
|
|
|
5044
5109
|
"mood_overview_warning_max_number_text": "Der er ikke plads til flere scener.",
|
|
5045
5110
|
"mood_preview": "Forhåndsvisning",
|
|
5046
5111
|
"mood_resetbutton": "Do you want to reset the moods?",
|
|
5112
|
+
"mood_string_mode_fade": "Fade",
|
|
5113
|
+
"mood_string_mode_fluorescence": "Fluorescence",
|
|
5114
|
+
"mood_string_mode_random_flash": "Random Flash",
|
|
5115
|
+
"mood_string_mode_shimmer": "Shimmer",
|
|
5116
|
+
"mood_string_mode_slow_fade": "Slow Fade",
|
|
5117
|
+
"mood_string_mode_sparkle": "Sparkle",
|
|
5047
5118
|
"motion_detection_add_time_schedule_actions_text1": "Handlinger",
|
|
5048
5119
|
"motion_detection_add_time_schedule_headline_text": "Tilføj en ny tidsplan",
|
|
5049
5120
|
"motion_detection_add_time_schedule_selectionfield_text": "Navn",
|
|
@@ -5164,12 +5235,14 @@ export default {
|
|
|
5164
5235
|
"string_light_pp_dialog_sm_add_headline_c": "Er du sikker på, du vil aflyse tilføjelsen af en ny lys-scene?",
|
|
5165
5236
|
"string_light_pp_dialog_sm_ed_headline_d": "Er du sikker på, du vil slette lys-scenen?",
|
|
5166
5237
|
"string_light_pp_field_sm_add_error1": "Navnet er allerede i brug.",
|
|
5238
|
+
"string_light_pp_sm_headline_add": "Tilføj en ny lys-scene",
|
|
5167
5239
|
"string_lights_modes_blink_text": "Blink",
|
|
5168
5240
|
"string_lights_modes_chase_text": "Løbende",
|
|
5169
5241
|
"string_lights_modes_dazzle_text": "Funkle",
|
|
5170
5242
|
"string_lights_set_bulbs_description_text": "Understøtter maks. 48 og min. 5 pærer",
|
|
5171
5243
|
"string_lights_set_bulbs_title": "Angiv antallet af pærer i forhold til det faktiske antal pærer i lampestrengen",
|
|
5172
5244
|
"strip_light_static_mood_add_step_2_dialog_text": "Bemærk, at dine indtastninger går tabt, hvis du annullerer 'tilføj ny scene'.",
|
|
5245
|
+
"strip_light_static_mood_add_step_2_headline": "Tilføj en ny lys-scene",
|
|
5173
5246
|
"strip_light_static_mood_edit_dialog_text": "Bemærk, at du ikke kan gendanne den.",
|
|
5174
5247
|
"strip_light_static_mood_editor_step_2_dialog_text": "Bemærk, at dine indtastninger vil gå tabt, hvis du forlader 'rediger stemning'.",
|
|
5175
5248
|
"strip_lights_await_sync_text": "Synkroniserer …",
|
|
@@ -5247,7 +5320,10 @@ export default {
|
|
|
5247
5320
|
"switch_overcharge_headline_text": "Beskyttelse mod overopladning",
|
|
5248
5321
|
"switchinching_overview_description_text": "Til at slukke enheden automatisk efter et stykke tid.",
|
|
5249
5322
|
"thermostat_automode": "Automatic",
|
|
5323
|
+
"thermostat_childlock_overview_description_text": "This feature disables the physical control on the device. Only possibility is to turn it off from the here.",
|
|
5324
|
+
"thermostat_cold": "Cold",
|
|
5250
5325
|
"thermostat_comforttemp": "Comfort temp.",
|
|
5326
|
+
"thermostat_cool": "Cool",
|
|
5251
5327
|
"thermostat_descriptionrapid": "To set the temperature to a value immediately",
|
|
5252
5328
|
"thermostat_descriptionvacation": "To set a vacation time",
|
|
5253
5329
|
"thermostat_difference": "Difference between the current and set temperature",
|
|
@@ -5257,6 +5333,7 @@ export default {
|
|
|
5257
5333
|
"thermostat_endtime": "End time",
|
|
5258
5334
|
"thermostat_energysaving": "Energy saving temp.",
|
|
5259
5335
|
"thermostat_error": "The end time must be greater than the start time",
|
|
5336
|
+
"thermostat_hot": "Hot",
|
|
5260
5337
|
"thermostat_maxtime": "No longer than 100 days",
|
|
5261
5338
|
"thermostat_openwindow": "Open window reminder",
|
|
5262
5339
|
"thermostat_powermode": "Manual",
|
|
@@ -5274,6 +5351,7 @@ export default {
|
|
|
5274
5351
|
"thermostat_triggertimes": "Trigger times",
|
|
5275
5352
|
"thermostat_unit": "Unit: °C",
|
|
5276
5353
|
"thermostat_vacationmode": "Vacation",
|
|
5354
|
+
"thermostat_warm": "Warm",
|
|
5277
5355
|
"time_unit_h": "h",
|
|
5278
5356
|
"timer_ceiling_fan_headline_text": "Timer",
|
|
5279
5357
|
"timer_ceiling_fan_lighting_switched_off_text": "Lyset slukker om {0}",
|
|
@@ -5931,6 +6009,12 @@ export default {
|
|
|
5931
6009
|
"mood_overview_warning_max_number_text": "Die maximale Anzahl an Stimmungen wurde erreicht.",
|
|
5932
6010
|
"mood_preview": "Vorschau",
|
|
5933
6011
|
"mood_resetbutton": "Willst du die Stimmungen zurücksetzen?",
|
|
6012
|
+
"mood_string_mode_fade": "Fade",
|
|
6013
|
+
"mood_string_mode_fluorescence": "Fluorescence",
|
|
6014
|
+
"mood_string_mode_random_flash": "Random Flash",
|
|
6015
|
+
"mood_string_mode_shimmer": "Shimmer",
|
|
6016
|
+
"mood_string_mode_slow_fade": "Slow Fade",
|
|
6017
|
+
"mood_string_mode_sparkle": "Sparkle",
|
|
5934
6018
|
"motion_detection_add_time_schedule_actions_text1": "Aktionen",
|
|
5935
6019
|
"motion_detection_add_time_schedule_headline_text": "Neuen Zeitplan hinzufügen",
|
|
5936
6020
|
"motion_detection_add_time_schedule_selectionfield_text": "Name",
|
|
@@ -6051,12 +6135,14 @@ export default {
|
|
|
6051
6135
|
"string_light_pp_dialog_sm_add_headline_c": "Möchtest Du das Hinzufügen einer neuen Stimmung abbrechen?",
|
|
6052
6136
|
"string_light_pp_dialog_sm_ed_headline_d": "Möchtest Du die Stimmung wirklich löschen?",
|
|
6053
6137
|
"string_light_pp_field_sm_add_error1": "Der Name wird bereits verwendet.",
|
|
6138
|
+
"string_light_pp_sm_headline_add": "Füge eine neue Stimmung hinzu",
|
|
6054
6139
|
"string_lights_modes_blink_text": "Blinken",
|
|
6055
6140
|
"string_lights_modes_chase_text": "Verfolgen",
|
|
6056
6141
|
"string_lights_modes_dazzle_text": "Dazzle",
|
|
6057
6142
|
"string_lights_set_bulbs_description_text": "Unterstützt maximal 48 und mindestens 5 LED Birnen",
|
|
6058
6143
|
"string_lights_set_bulbs_title": "Bitte stelle die Anzahl der LED Birnen entsprechend der tatsächlichen Anzahl in der Lichterkette ein",
|
|
6059
6144
|
"strip_light_static_mood_add_step_2_dialog_text": "Beachte, dass deine Eingabe verloren geht, wenn Du das Hinzufügen einer neuen Stimmung abbrichst.",
|
|
6145
|
+
"strip_light_static_mood_add_step_2_headline": "Füge eine neue Stimmung hinzu",
|
|
6060
6146
|
"strip_light_static_mood_edit_dialog_text": "Beachte, dass Du es nicht wiederherstellen kannst.",
|
|
6061
6147
|
"strip_light_static_mood_editor_step_2_dialog_text": "Beachte, dass deine Eingabe verloren geht, wenn du die Option Stimmung bearbeiten verlässt.",
|
|
6062
6148
|
"strip_lights_await_sync_text": "Synchronisieren…",
|
|
@@ -6134,7 +6220,10 @@ export default {
|
|
|
6134
6220
|
"switch_overcharge_headline_text": "Überladeschutz",
|
|
6135
6221
|
"switchinching_overview_description_text": "Um das Gerät nach einer bestimmten Zeit automatisch auszuschalten.",
|
|
6136
6222
|
"thermostat_automode": "Automatisch",
|
|
6223
|
+
"thermostat_childlock_overview_description_text": "This feature disables the physical control on the device. Only possibility is to turn it off from the here.",
|
|
6224
|
+
"thermostat_cold": "Cold",
|
|
6137
6225
|
"thermostat_comforttemp": "Komforttemperatur",
|
|
6226
|
+
"thermostat_cool": "Cool",
|
|
6138
6227
|
"thermostat_descriptionrapid": "Um die Temperatur sofort auf einen Wert einzustellen",
|
|
6139
6228
|
"thermostat_descriptionvacation": "Um eine Urlaubszeit festzulegen",
|
|
6140
6229
|
"thermostat_difference": "Differenz zwischen der aktuellen und der eingestellten Temperatur",
|
|
@@ -6144,6 +6233,7 @@ export default {
|
|
|
6144
6233
|
"thermostat_endtime": "Endzeit",
|
|
6145
6234
|
"thermostat_energysaving": "Energiesparende Temperatur.",
|
|
6146
6235
|
"thermostat_error": "Die Endzeit muss nach der Startzeit liegen",
|
|
6236
|
+
"thermostat_hot": "Hot",
|
|
6147
6237
|
"thermostat_maxtime": "Nicht länger als 100 Tage",
|
|
6148
6238
|
"thermostat_openwindow": "Erinnerung an offene Fenster",
|
|
6149
6239
|
"thermostat_powermode": "Manuell",
|
|
@@ -6161,6 +6251,7 @@ export default {
|
|
|
6161
6251
|
"thermostat_triggertimes": "Auslösezeiten",
|
|
6162
6252
|
"thermostat_unit": "Einheit: °C",
|
|
6163
6253
|
"thermostat_vacationmode": "Urlaub",
|
|
6254
|
+
"thermostat_warm": "Warm",
|
|
6164
6255
|
"time_unit_h": "h",
|
|
6165
6256
|
"timer_ceiling_fan_headline_text": "Timer",
|
|
6166
6257
|
"timer_ceiling_fan_lighting_switched_off_text": "Licht wird um ca. {0} ausgeschaltet",
|
|
@@ -6818,6 +6909,12 @@ export default {
|
|
|
6818
6909
|
"mood_overview_warning_max_number_text": "Έχει επιτευχθεί ο μέγιστος αριθμός διαθέσεων.",
|
|
6819
6910
|
"mood_preview": "Προεπισκόπηση",
|
|
6820
6911
|
"mood_resetbutton": "Do you want to reset the moods?",
|
|
6912
|
+
"mood_string_mode_fade": "Fade",
|
|
6913
|
+
"mood_string_mode_fluorescence": "Fluorescence",
|
|
6914
|
+
"mood_string_mode_random_flash": "Random Flash",
|
|
6915
|
+
"mood_string_mode_shimmer": "Shimmer",
|
|
6916
|
+
"mood_string_mode_slow_fade": "Slow Fade",
|
|
6917
|
+
"mood_string_mode_sparkle": "Sparkle",
|
|
6821
6918
|
"motion_detection_add_time_schedule_actions_text1": "Ενέργειες",
|
|
6822
6919
|
"motion_detection_add_time_schedule_headline_text": "Προσθήκη νέου προγράμματος",
|
|
6823
6920
|
"motion_detection_add_time_schedule_selectionfield_text": "Όνομα",
|
|
@@ -6938,12 +7035,14 @@ export default {
|
|
|
6938
7035
|
"string_light_pp_dialog_sm_add_headline_c": "Θέλετε πραγματικά να ακυρώσετε την προσθήκη μιας νέας διάθεσης;",
|
|
6939
7036
|
"string_light_pp_dialog_sm_ed_headline_d": "Θέλετε πραγματικά να διαγράψετε τη διάθεση;",
|
|
6940
7037
|
"string_light_pp_field_sm_add_error1": "Το όνομα χρησιμοποιείται ήδη.",
|
|
7038
|
+
"string_light_pp_sm_headline_add": "Προσθέστε μια νέα διάθεση",
|
|
6941
7039
|
"string_lights_modes_blink_text": "Παλλόμενο",
|
|
6942
7040
|
"string_lights_modes_chase_text": "Chase",
|
|
6943
7041
|
"string_lights_modes_dazzle_text": "Εκθαμβωτικό",
|
|
6944
7042
|
"string_lights_set_bulbs_description_text": "Υποστηρίζει έως 48 και τουλάχιστον 5 λαμπτήρες",
|
|
6945
7043
|
"string_lights_set_bulbs_title": "Παρακαλούμε ρυθμίστε τον αριθμό των λαμπτήρων σύμφωνα με τον πραγματικό αριθμό των λαμπτήρων στη σειρά λαμπτήρων.",
|
|
6946
7044
|
"strip_light_static_mood_add_step_2_dialog_text": "Σημειώστε ότι η εισαγωγή σας θα χαθεί αν ακυρώσετε την προσθήκη νέας διάθεσης.",
|
|
7045
|
+
"strip_light_static_mood_add_step_2_headline": "Προσθέστε μια νέα διάθεση",
|
|
6947
7046
|
"strip_light_static_mood_edit_dialog_text": "Σημειώστε ότι δεν μπορείτε να την ανακτήσετε.",
|
|
6948
7047
|
"strip_light_static_mood_editor_step_2_dialog_text": "Σημειώστε ότι η συμβολή σας θα χαθεί αν αποχωρήσετε απο την επεξεργασία της διάθεσης.",
|
|
6949
7048
|
"strip_lights_await_sync_text": "Συγχρονισμός",
|
|
@@ -7021,7 +7120,10 @@ export default {
|
|
|
7021
7120
|
"switch_overcharge_headline_text": "Προστασία υπερφόρτισης",
|
|
7022
7121
|
"switchinching_overview_description_text": "Για να απενεργοποιήσετε αυτόματα τη συσκευή μετά από ένα χρονικό διάστημα.",
|
|
7023
7122
|
"thermostat_automode": "Automatic",
|
|
7123
|
+
"thermostat_childlock_overview_description_text": "This feature disables the physical control on the device. Only possibility is to turn it off from the here.",
|
|
7124
|
+
"thermostat_cold": "Cold",
|
|
7024
7125
|
"thermostat_comforttemp": "Comfort temp.",
|
|
7126
|
+
"thermostat_cool": "Cool",
|
|
7025
7127
|
"thermostat_descriptionrapid": "To set the temperature to a value immediately",
|
|
7026
7128
|
"thermostat_descriptionvacation": "To set a vacation time",
|
|
7027
7129
|
"thermostat_difference": "Difference between the current and set temperature",
|
|
@@ -7031,6 +7133,7 @@ export default {
|
|
|
7031
7133
|
"thermostat_endtime": "End time",
|
|
7032
7134
|
"thermostat_energysaving": "Energy saving temp.",
|
|
7033
7135
|
"thermostat_error": "The end time must be greater than the start time",
|
|
7136
|
+
"thermostat_hot": "Hot",
|
|
7034
7137
|
"thermostat_maxtime": "No longer than 100 days",
|
|
7035
7138
|
"thermostat_openwindow": "Open window reminder",
|
|
7036
7139
|
"thermostat_powermode": "Manual",
|
|
@@ -7048,6 +7151,7 @@ export default {
|
|
|
7048
7151
|
"thermostat_triggertimes": "Trigger times",
|
|
7049
7152
|
"thermostat_unit": "Unit: °C",
|
|
7050
7153
|
"thermostat_vacationmode": "Vacation",
|
|
7154
|
+
"thermostat_warm": "Warm",
|
|
7051
7155
|
"time_unit_h": "h",
|
|
7052
7156
|
"timer_ceiling_fan_headline_text": "Χρονοδιακόπτης",
|
|
7053
7157
|
"timer_ceiling_fan_lighting_switched_off_text": "Ο φωτισμός θα απενεργοποιηθεί περίπου στις {0}",
|
|
@@ -7705,6 +7809,12 @@ export default {
|
|
|
7705
7809
|
"mood_overview_warning_max_number_text": "Se ha alcanzado el número máximo de estados de ánimo.",
|
|
7706
7810
|
"mood_preview": "Vista previa",
|
|
7707
7811
|
"mood_resetbutton": "Do you want to reset the moods?",
|
|
7812
|
+
"mood_string_mode_fade": "Fade",
|
|
7813
|
+
"mood_string_mode_fluorescence": "Fluorescence",
|
|
7814
|
+
"mood_string_mode_random_flash": "Random Flash",
|
|
7815
|
+
"mood_string_mode_shimmer": "Shimmer",
|
|
7816
|
+
"mood_string_mode_slow_fade": "Slow Fade",
|
|
7817
|
+
"mood_string_mode_sparkle": "Sparkle",
|
|
7708
7818
|
"motion_detection_add_time_schedule_actions_text1": "Acciones",
|
|
7709
7819
|
"motion_detection_add_time_schedule_headline_text": "Añadir un nuevo horario",
|
|
7710
7820
|
"motion_detection_add_time_schedule_selectionfield_text": "Nombre",
|
|
@@ -7825,12 +7935,14 @@ export default {
|
|
|
7825
7935
|
"string_light_pp_dialog_sm_add_headline_c": "¿Realmente quieres cancelar la conexión de una nueva escena de ánimo?",
|
|
7826
7936
|
"string_light_pp_dialog_sm_ed_headline_d": "¿Realmente quieres eliminar la escena?",
|
|
7827
7937
|
"string_light_pp_field_sm_add_error1": "El nombre ya está en uso.",
|
|
7938
|
+
"string_light_pp_sm_headline_add": "Añadir una nueva escena ",
|
|
7828
7939
|
"string_lights_modes_blink_text": "Parpadear",
|
|
7829
7940
|
"string_lights_modes_chase_text": "Perseguir",
|
|
7830
7941
|
"string_lights_modes_dazzle_text": "Deslumbrar",
|
|
7831
7942
|
"string_lights_set_bulbs_description_text": "Soporta un máximo de 48 y un mínimo de 5 lámparas",
|
|
7832
7943
|
"string_lights_set_bulbs_title": "Por favor, establece el número de bombillas de acuerdo con el número real de bombillas que se encuentra en la cadena de lámparas.",
|
|
7833
7944
|
"strip_light_static_mood_add_step_2_dialog_text": "Ten en cuenta que los datos se perderán si cancelas la creación de una nueva escena",
|
|
7945
|
+
"strip_light_static_mood_add_step_2_headline": "Añadir una nueva escena ",
|
|
7834
7946
|
"strip_light_static_mood_edit_dialog_text": "Ten en cuenta que no puedes recuperarlo",
|
|
7835
7947
|
"strip_light_static_mood_editor_step_2_dialog_text": "Ten en cuenta que tu configuración se perderá si dejas de editar la escena.",
|
|
7836
7948
|
"strip_lights_await_sync_text": "Sincronizando",
|
|
@@ -7908,7 +8020,10 @@ export default {
|
|
|
7908
8020
|
"switch_overcharge_headline_text": "Protección de sobrecarga",
|
|
7909
8021
|
"switchinching_overview_description_text": "Para apagar automáticamente el dispositivo después de un período de tiempo.",
|
|
7910
8022
|
"thermostat_automode": "Automatic",
|
|
8023
|
+
"thermostat_childlock_overview_description_text": "This feature disables the physical control on the device. Only possibility is to turn it off from the here.",
|
|
8024
|
+
"thermostat_cold": "Cold",
|
|
7911
8025
|
"thermostat_comforttemp": "Comfort temp.",
|
|
8026
|
+
"thermostat_cool": "Cool",
|
|
7912
8027
|
"thermostat_descriptionrapid": "To set the temperature to a value immediately",
|
|
7913
8028
|
"thermostat_descriptionvacation": "To set a vacation time",
|
|
7914
8029
|
"thermostat_difference": "Difference between the current and set temperature",
|
|
@@ -7918,6 +8033,7 @@ export default {
|
|
|
7918
8033
|
"thermostat_endtime": "End time",
|
|
7919
8034
|
"thermostat_energysaving": "Energy saving temp.",
|
|
7920
8035
|
"thermostat_error": "The end time must be greater than the start time",
|
|
8036
|
+
"thermostat_hot": "Hot",
|
|
7921
8037
|
"thermostat_maxtime": "No longer than 100 days",
|
|
7922
8038
|
"thermostat_openwindow": "Open window reminder",
|
|
7923
8039
|
"thermostat_powermode": "Manual",
|
|
@@ -7935,6 +8051,7 @@ export default {
|
|
|
7935
8051
|
"thermostat_triggertimes": "Trigger times",
|
|
7936
8052
|
"thermostat_unit": "Unit: °C",
|
|
7937
8053
|
"thermostat_vacationmode": "Vacation",
|
|
8054
|
+
"thermostat_warm": "Warm",
|
|
7938
8055
|
"time_unit_h": "h",
|
|
7939
8056
|
"timer_ceiling_fan_headline_text": "Temporizador",
|
|
7940
8057
|
"timer_ceiling_fan_lighting_switched_off_text": "La luz se apagará aproximadamente a las {0}",
|
|
@@ -8592,6 +8709,12 @@ export default {
|
|
|
8592
8709
|
"mood_overview_warning_max_number_text": "Meeleoluvalgustuste maksimaalne arv on täis.",
|
|
8593
8710
|
"mood_preview": "Eelvaade",
|
|
8594
8711
|
"mood_resetbutton": "Kas soovite meeleolu lähtestada?",
|
|
8712
|
+
"mood_string_mode_fade": "Fade",
|
|
8713
|
+
"mood_string_mode_fluorescence": "Fluorescence",
|
|
8714
|
+
"mood_string_mode_random_flash": "Random Flash",
|
|
8715
|
+
"mood_string_mode_shimmer": "Shimmer",
|
|
8716
|
+
"mood_string_mode_slow_fade": "Slow Fade",
|
|
8717
|
+
"mood_string_mode_sparkle": "Sparkle",
|
|
8595
8718
|
"motion_detection_add_time_schedule_actions_text1": "Tegevused",
|
|
8596
8719
|
"motion_detection_add_time_schedule_headline_text": "Lisa uus ajakava",
|
|
8597
8720
|
"motion_detection_add_time_schedule_selectionfield_text": "Nimi",
|
|
@@ -8712,12 +8835,14 @@ export default {
|
|
|
8712
8835
|
"string_light_pp_dialog_sm_add_headline_c": "Kas soovid tõesti uue meeleoluvalgustuse lisamise katkestada?",
|
|
8713
8836
|
"string_light_pp_dialog_sm_ed_headline_d": "Kas soovid tõesti meeleoluvalgustuse kustutada?",
|
|
8714
8837
|
"string_light_pp_field_sm_add_error1": "Nimi on juba kasutusel.",
|
|
8838
|
+
"string_light_pp_sm_headline_add": "Lisa uus meeleoluvalgustus",
|
|
8715
8839
|
"string_lights_modes_blink_text": "Vilkumine",
|
|
8716
8840
|
"string_lights_modes_chase_text": "Tagaajamine",
|
|
8717
8841
|
"string_lights_modes_dazzle_text": "Pimestamine",
|
|
8718
8842
|
"string_lights_set_bulbs_description_text": "Toetab maksimaalselt 48 ja minimaalselt 5 lambipirni",
|
|
8719
8843
|
"string_lights_set_bulbs_title": "Palun seadistage lampide arv vastavalt lampide tegelikule arvule lampide ahelas.",
|
|
8720
8844
|
"strip_light_static_mood_add_step_2_dialog_text": "Pane tähele, et uue meeleoluvalgustuse lisamise katkestamisel lähevad sinu sisestused kaotsi.",
|
|
8845
|
+
"strip_light_static_mood_add_step_2_headline": "Lisa uus meeleoluvalgustus",
|
|
8721
8846
|
"strip_light_static_mood_edit_dialog_text": "Pane tähele, et sa ei saa seda taastada.",
|
|
8722
8847
|
"strip_light_static_mood_editor_step_2_dialog_text": "Pane tähele, et meeleoluvalgustuse muutmisest loobumisel lähevad sinu sisestused kaotsi.",
|
|
8723
8848
|
"strip_lights_await_sync_text": "Sünkroniseerimine",
|
|
@@ -8795,7 +8920,10 @@ export default {
|
|
|
8795
8920
|
"switch_overcharge_headline_text": "Ülelaadimiskaitse",
|
|
8796
8921
|
"switchinching_overview_description_text": "Seadme automaatseks väljalülitamiseks teatud aja möödudes.",
|
|
8797
8922
|
"thermostat_automode": "Automaatne režiim",
|
|
8923
|
+
"thermostat_childlock_overview_description_text": "This feature disables the physical control on the device. Only possibility is to turn it off from the here.",
|
|
8924
|
+
"thermostat_cold": "Cold",
|
|
8798
8925
|
"thermostat_comforttemp": "Mugavustemperatuur.",
|
|
8926
|
+
"thermostat_cool": "Cool",
|
|
8799
8927
|
"thermostat_descriptionrapid": "Temperatuuri seadistamine kohe väärtusele",
|
|
8800
8928
|
"thermostat_descriptionvacation": "Puhkuseaja määramine",
|
|
8801
8929
|
"thermostat_difference": "Praeguse ja seadistatud temperatuuri erinevus",
|
|
@@ -8805,6 +8933,7 @@ export default {
|
|
|
8805
8933
|
"thermostat_endtime": "Lõpuaeg",
|
|
8806
8934
|
"thermostat_energysaving": "Energiasäästlik temperatuur.",
|
|
8807
8935
|
"thermostat_error": "Lõpuaeg peab olema suurem kui algusaeg",
|
|
8936
|
+
"thermostat_hot": "Hot",
|
|
8808
8937
|
"thermostat_maxtime": "Mitte kauem kui 100 päeva",
|
|
8809
8938
|
"thermostat_openwindow": "Avatud akna meeldetuletus",
|
|
8810
8939
|
"thermostat_powermode": "Toiterežiim",
|
|
@@ -8822,6 +8951,7 @@ export default {
|
|
|
8822
8951
|
"thermostat_triggertimes": "Käivitusajad",
|
|
8823
8952
|
"thermostat_unit": "Ühik:° C",
|
|
8824
8953
|
"thermostat_vacationmode": "Puhkerežiim",
|
|
8954
|
+
"thermostat_warm": "Warm",
|
|
8825
8955
|
"time_unit_h": "h",
|
|
8826
8956
|
"timer_ceiling_fan_headline_text": "Taimer",
|
|
8827
8957
|
"timer_ceiling_fan_lighting_switched_off_text": "Valgustus lülitatakse välja umbes {0}",
|
|
@@ -9479,6 +9609,12 @@ export default {
|
|
|
9479
9609
|
"mood_overview_warning_max_number_text": "Tunnelmien enimmäismäärä on saavutettu.",
|
|
9480
9610
|
"mood_preview": "Esikatselu",
|
|
9481
9611
|
"mood_resetbutton": "Haluatko nollata tunnelmat?",
|
|
9612
|
+
"mood_string_mode_fade": "Fade",
|
|
9613
|
+
"mood_string_mode_fluorescence": "Fluorescence",
|
|
9614
|
+
"mood_string_mode_random_flash": "Random Flash",
|
|
9615
|
+
"mood_string_mode_shimmer": "Shimmer",
|
|
9616
|
+
"mood_string_mode_slow_fade": "Slow Fade",
|
|
9617
|
+
"mood_string_mode_sparkle": "Sparkle",
|
|
9482
9618
|
"motion_detection_add_time_schedule_actions_text1": "Toiminnot",
|
|
9483
9619
|
"motion_detection_add_time_schedule_headline_text": "Lisää uusi aikataulu",
|
|
9484
9620
|
"motion_detection_add_time_schedule_selectionfield_text": "Nimi",
|
|
@@ -9599,12 +9735,14 @@ export default {
|
|
|
9599
9735
|
"string_light_pp_dialog_sm_add_headline_c": "Haluatko todella peruuttaa uuden tunnelman lisäämisen?",
|
|
9600
9736
|
"string_light_pp_dialog_sm_ed_headline_d": "Haluatko todella poistaa tunnelman?",
|
|
9601
9737
|
"string_light_pp_field_sm_add_error1": "Nimi on jo käytössä.",
|
|
9738
|
+
"string_light_pp_sm_headline_add": "Lisää uusi tunnelma",
|
|
9602
9739
|
"string_lights_modes_blink_text": "Vilkunta",
|
|
9603
9740
|
"string_lights_modes_chase_text": "Ajaa",
|
|
9604
9741
|
"string_lights_modes_dazzle_text": "Häikäistä",
|
|
9605
9742
|
"string_lights_set_bulbs_description_text": "Tukee enintään 48 ja vähintään 5 lamppua",
|
|
9606
9743
|
"string_lights_set_bulbs_title": "Aseta lamppujen lukumäärä lamppujen todellisen määrän mukaan",
|
|
9607
9744
|
"strip_light_static_mood_add_step_2_dialog_text": "Huomaa, että syöttämäsi tiedot menetetään, jos peruutat uuden tunnelman lisäämisen.",
|
|
9745
|
+
"strip_light_static_mood_add_step_2_headline": "Lisää uusi tunnelma",
|
|
9608
9746
|
"strip_light_static_mood_edit_dialog_text": "Huomaa, että et voi palauttaa sitä.",
|
|
9609
9747
|
"strip_light_static_mood_editor_step_2_dialog_text": "Huomaa, että syöttämäsi tiedot menetetään, jos jätät tunnelman muokkaamisen.",
|
|
9610
9748
|
"strip_lights_await_sync_text": "Synkronoidaan",
|
|
@@ -9682,7 +9820,10 @@ export default {
|
|
|
9682
9820
|
"switch_overcharge_headline_text": "Ylilataussuoja",
|
|
9683
9821
|
"switchinching_overview_description_text": "Laitteen automaattinen sammuttaminen tietyn ajan kuluttua.",
|
|
9684
9822
|
"thermostat_automode": "Automaattinen tila",
|
|
9823
|
+
"thermostat_childlock_overview_description_text": "This feature disables the physical control on the device. Only possibility is to turn it off from the here.",
|
|
9824
|
+
"thermostat_cold": "Cold",
|
|
9685
9825
|
"thermostat_comforttemp": "Comfort temp.",
|
|
9826
|
+
"thermostat_cool": "Cool",
|
|
9686
9827
|
"thermostat_descriptionrapid": "Lämpötilan asettaminen arvoon välittömästi",
|
|
9687
9828
|
"thermostat_descriptionvacation": "Loma-ajan asettaminen",
|
|
9688
9829
|
"thermostat_difference": "Difference between the current and set temperature",
|
|
@@ -9692,6 +9833,7 @@ export default {
|
|
|
9692
9833
|
"thermostat_endtime": "End time",
|
|
9693
9834
|
"thermostat_energysaving": "Energy saving temp.",
|
|
9694
9835
|
"thermostat_error": "The end time must be greater than the start time",
|
|
9836
|
+
"thermostat_hot": "Hot",
|
|
9695
9837
|
"thermostat_maxtime": "No longer than 100 days",
|
|
9696
9838
|
"thermostat_openwindow": "Avaa ikkuna -muistutus",
|
|
9697
9839
|
"thermostat_powermode": "Virtatila",
|
|
@@ -9709,6 +9851,7 @@ export default {
|
|
|
9709
9851
|
"thermostat_triggertimes": "Laukaisuajat",
|
|
9710
9852
|
"thermostat_unit": "Unit: °C",
|
|
9711
9853
|
"thermostat_vacationmode": "Lomatila",
|
|
9854
|
+
"thermostat_warm": "Warm",
|
|
9712
9855
|
"time_unit_h": "h",
|
|
9713
9856
|
"timer_ceiling_fan_headline_text": "Ajastin",
|
|
9714
9857
|
"timer_ceiling_fan_lighting_switched_off_text": "Valaistus sammutetaan noin {0}",
|
|
@@ -10366,6 +10509,12 @@ export default {
|
|
|
10366
10509
|
"mood_overview_warning_max_number_text": "Le nombre maximum d'ambiances a été atteint.",
|
|
10367
10510
|
"mood_preview": "Aperçu",
|
|
10368
10511
|
"mood_resetbutton": "Voulez-vous réinitialiser les ambiances ?",
|
|
10512
|
+
"mood_string_mode_fade": "Fade",
|
|
10513
|
+
"mood_string_mode_fluorescence": "Fluorescence",
|
|
10514
|
+
"mood_string_mode_random_flash": "Random Flash",
|
|
10515
|
+
"mood_string_mode_shimmer": "Shimmer",
|
|
10516
|
+
"mood_string_mode_slow_fade": "Slow Fade",
|
|
10517
|
+
"mood_string_mode_sparkle": "Sparkle",
|
|
10369
10518
|
"motion_detection_add_time_schedule_actions_text1": "Actions",
|
|
10370
10519
|
"motion_detection_add_time_schedule_headline_text": "Ajouter un nouveau calendrier",
|
|
10371
10520
|
"motion_detection_add_time_schedule_selectionfield_text": "Nom",
|
|
@@ -10486,12 +10635,14 @@ export default {
|
|
|
10486
10635
|
"string_light_pp_dialog_sm_add_headline_c": "Voulez-vous vraiment annuler l'ajout d'une nouvelle ambiance ?",
|
|
10487
10636
|
"string_light_pp_dialog_sm_ed_headline_d": "Voulez-vous vraiment supprimer l'ambiance ?",
|
|
10488
10637
|
"string_light_pp_field_sm_add_error1": "Le nom est déjà utilisé.",
|
|
10638
|
+
"string_light_pp_sm_headline_add": "Ajouter une nouvelle ambiance",
|
|
10489
10639
|
"string_lights_modes_blink_text": "Blink",
|
|
10490
10640
|
"string_lights_modes_chase_text": "Chase",
|
|
10491
10641
|
"string_lights_modes_dazzle_text": "Dazzle",
|
|
10492
10642
|
"string_lights_set_bulbs_description_text": "Supporte un maximum de 48 ampoules et un minimum de 5 ampoules",
|
|
10493
10643
|
"string_lights_set_bulbs_title": "Veuillez régler le nombre d'ampoules en fonction du nombre réel d'ampoules dans la guirlande",
|
|
10494
10644
|
"strip_light_static_mood_add_step_2_dialog_text": "Notez que votre saisie sera perdue si vous annulez l'ajout d'une nouvelle ambiance.",
|
|
10645
|
+
"strip_light_static_mood_add_step_2_headline": "Ajouter une nouvelle ambiance",
|
|
10495
10646
|
"strip_light_static_mood_edit_dialog_text": "Notez que vous ne pouvez pas le récupérer.",
|
|
10496
10647
|
"strip_light_static_mood_editor_step_2_dialog_text": "Notez que votre saisie sera perdue si vous quittez la modification de l'ambiance.",
|
|
10497
10648
|
"strip_lights_await_sync_text": "Synchronisation",
|
|
@@ -10569,7 +10720,10 @@ export default {
|
|
|
10569
10720
|
"switch_overcharge_headline_text": "Protection contre les surcharges",
|
|
10570
10721
|
"switchinching_overview_description_text": "Pour éteindre automatiquement l'appareil après un certain temps.",
|
|
10571
10722
|
"thermostat_automode": "Mode Automatique",
|
|
10723
|
+
"thermostat_childlock_overview_description_text": "This feature disables the physical control on the device. Only possibility is to turn it off from the here.",
|
|
10724
|
+
"thermostat_cold": "Cold",
|
|
10572
10725
|
"thermostat_comforttemp": "Température de confort.",
|
|
10726
|
+
"thermostat_cool": "Cool",
|
|
10573
10727
|
"thermostat_descriptionrapid": "Régler la température sur une valeur précise.",
|
|
10574
10728
|
"thermostat_descriptionvacation": "Définir une période de vacances",
|
|
10575
10729
|
"thermostat_difference": "Différence entre la température actuelle et la température de consigne",
|
|
@@ -10579,6 +10733,7 @@ export default {
|
|
|
10579
10733
|
"thermostat_endtime": "Heure de fin",
|
|
10580
10734
|
"thermostat_energysaving": "Température d’économie d’énergie",
|
|
10581
10735
|
"thermostat_error": "L'heure de fin doit être plus tard que l'heure de début",
|
|
10736
|
+
"thermostat_hot": "Hot",
|
|
10582
10737
|
"thermostat_maxtime": "Pas plus de 100 jours",
|
|
10583
10738
|
"thermostat_openwindow": "Rappel de fenêtre ouverte",
|
|
10584
10739
|
"thermostat_powermode": "Mode d'alimentation",
|
|
@@ -10596,6 +10751,7 @@ export default {
|
|
|
10596
10751
|
"thermostat_triggertimes": "Temps de déclenchement",
|
|
10597
10752
|
"thermostat_unit": "Unité : °C",
|
|
10598
10753
|
"thermostat_vacationmode": "Mode vacances",
|
|
10754
|
+
"thermostat_warm": "Warm",
|
|
10599
10755
|
"time_unit_h": "h",
|
|
10600
10756
|
"timer_ceiling_fan_headline_text": "Minuteur",
|
|
10601
10757
|
"timer_ceiling_fan_lighting_switched_off_text": "L'éclairage sera éteint à {0}",
|
|
@@ -11253,6 +11409,12 @@ export default {
|
|
|
11253
11409
|
"mood_overview_warning_max_number_text": "Dosegnut je maksimalan broj raspoloženja.",
|
|
11254
11410
|
"mood_preview": "Pregled",
|
|
11255
11411
|
"mood_resetbutton": "Želite li resetirati raspoloženja?",
|
|
11412
|
+
"mood_string_mode_fade": "Fade",
|
|
11413
|
+
"mood_string_mode_fluorescence": "Fluorescence",
|
|
11414
|
+
"mood_string_mode_random_flash": "Random Flash",
|
|
11415
|
+
"mood_string_mode_shimmer": "Shimmer",
|
|
11416
|
+
"mood_string_mode_slow_fade": "Slow Fade",
|
|
11417
|
+
"mood_string_mode_sparkle": "Sparkle",
|
|
11256
11418
|
"motion_detection_add_time_schedule_actions_text1": "Akcije",
|
|
11257
11419
|
"motion_detection_add_time_schedule_headline_text": "Dodajte novi raspored",
|
|
11258
11420
|
"motion_detection_add_time_schedule_selectionfield_text": "Naziv",
|
|
@@ -11373,12 +11535,14 @@ export default {
|
|
|
11373
11535
|
"string_light_pp_dialog_sm_add_headline_c": "Želite li stvarno otkazati dodavanje novog raspoloženja?",
|
|
11374
11536
|
"string_light_pp_dialog_sm_ed_headline_d": "Želite li stvarno izbrisati raspoloženje?",
|
|
11375
11537
|
"string_light_pp_field_sm_add_error1": "Naziv je već u upotrebi.",
|
|
11538
|
+
"string_light_pp_sm_headline_add": "Dodajte novo raspoloženje",
|
|
11376
11539
|
"string_lights_modes_blink_text": "Treptati",
|
|
11377
11540
|
"string_lights_modes_chase_text": "Potjera",
|
|
11378
11541
|
"string_lights_modes_dazzle_text": "Blistavo",
|
|
11379
11542
|
"string_lights_set_bulbs_description_text": "Podržava najviše 48 i najmanje 5 žarulja",
|
|
11380
11543
|
"string_lights_set_bulbs_title": "Postavite broj žarulja prema stvarnom broju žarulja u svjetlosnom lancu",
|
|
11381
11544
|
"strip_light_static_mood_add_step_2_dialog_text": "Imajte na umu da će vaš unos biti izgubljen ako odustanete od dodavanja novog raspoloženja.",
|
|
11545
|
+
"strip_light_static_mood_add_step_2_headline": "Dodajte novo raspoloženje",
|
|
11382
11546
|
"strip_light_static_mood_edit_dialog_text": "Imajte na umu da ga ne možete oporaviti.",
|
|
11383
11547
|
"strip_light_static_mood_editor_step_2_dialog_text": "Imajte na umu da će se vaš unos izgubiti ako napustite uređivanje raspoloženja.",
|
|
11384
11548
|
"strip_lights_await_sync_text": "Sinkroniziranje…",
|
|
@@ -11456,7 +11620,10 @@ export default {
|
|
|
11456
11620
|
"switch_overcharge_headline_text": "Zaštita od prekomjernog punjenja",
|
|
11457
11621
|
"switchinching_overview_description_text": "Za automatsko isključivanje uređaja nakon određenog vremenskog razdoblja.",
|
|
11458
11622
|
"thermostat_automode": "Automatski način rada",
|
|
11623
|
+
"thermostat_childlock_overview_description_text": "This feature disables the physical control on the device. Only possibility is to turn it off from the here.",
|
|
11624
|
+
"thermostat_cold": "Cold",
|
|
11459
11625
|
"thermostat_comforttemp": "Komforna temp.",
|
|
11626
|
+
"thermostat_cool": "Cool",
|
|
11460
11627
|
"thermostat_descriptionrapid": "Da biste odmah postavili temperaturu na vrijednost",
|
|
11461
11628
|
"thermostat_descriptionvacation": "Za postavljanje vremena odmora",
|
|
11462
11629
|
"thermostat_difference": "Razlika između trenutne i zadane temperature",
|
|
@@ -11466,6 +11633,7 @@ export default {
|
|
|
11466
11633
|
"thermostat_endtime": "Vrijeme završetka",
|
|
11467
11634
|
"thermostat_energysaving": "Temperatura za uštedu energije",
|
|
11468
11635
|
"thermostat_error": "Vrijeme završetka mora biti veće od vremena početka",
|
|
11636
|
+
"thermostat_hot": "Hot",
|
|
11469
11637
|
"thermostat_maxtime": "Ne dulje od 100 dana",
|
|
11470
11638
|
"thermostat_openwindow": "Podsjetnik za otvaranje prozora",
|
|
11471
11639
|
"thermostat_powermode": "Način napajanja",
|
|
@@ -11483,6 +11651,7 @@ export default {
|
|
|
11483
11651
|
"thermostat_triggertimes": "Vremena okidača",
|
|
11484
11652
|
"thermostat_unit": "Jedinica: °C",
|
|
11485
11653
|
"thermostat_vacationmode": "Režim: odmor",
|
|
11654
|
+
"thermostat_warm": "Warm",
|
|
11486
11655
|
"time_unit_h": "h",
|
|
11487
11656
|
"timer_ceiling_fan_headline_text": "Timer",
|
|
11488
11657
|
"timer_ceiling_fan_lighting_switched_off_text": "Rasvjeta će se isključiti oko {0}",
|
|
@@ -12140,6 +12309,12 @@ export default {
|
|
|
12140
12309
|
"mood_overview_warning_max_number_text": "È stato raggiunto il numero massimo di scenari.",
|
|
12141
12310
|
"mood_preview": "Anteprima",
|
|
12142
12311
|
"mood_resetbutton": "Vuoi resettare le routine?",
|
|
12312
|
+
"mood_string_mode_fade": "Fade",
|
|
12313
|
+
"mood_string_mode_fluorescence": "Fluorescence",
|
|
12314
|
+
"mood_string_mode_random_flash": "Random Flash",
|
|
12315
|
+
"mood_string_mode_shimmer": "Shimmer",
|
|
12316
|
+
"mood_string_mode_slow_fade": "Slow Fade",
|
|
12317
|
+
"mood_string_mode_sparkle": "Sparkle",
|
|
12143
12318
|
"motion_detection_add_time_schedule_actions_text1": "Azioni",
|
|
12144
12319
|
"motion_detection_add_time_schedule_headline_text": "Aggiungi una nuova pianificazione",
|
|
12145
12320
|
"motion_detection_add_time_schedule_selectionfield_text": "Nome",
|
|
@@ -12260,12 +12435,14 @@ export default {
|
|
|
12260
12435
|
"string_light_pp_dialog_sm_add_headline_c": "Stai per interrompere la creazione del nuovo scenario. Confermi?",
|
|
12261
12436
|
"string_light_pp_dialog_sm_ed_headline_d": "Stai per eliminare lo scenario. Confermi?",
|
|
12262
12437
|
"string_light_pp_field_sm_add_error1": "Il nome è già in uso.",
|
|
12438
|
+
"string_light_pp_sm_headline_add": "Aggiungi un nuovo scenario",
|
|
12263
12439
|
"string_lights_modes_blink_text": "Blink",
|
|
12264
12440
|
"string_lights_modes_chase_text": "Caccia",
|
|
12265
12441
|
"string_lights_modes_dazzle_text": "Abbagliante",
|
|
12266
12442
|
"string_lights_set_bulbs_description_text": "Supporta un massimo di 48 e un minimo di 5 lampadine",
|
|
12267
12443
|
"string_lights_set_bulbs_title": "Impostare il numero di lampadine in base al numero effettivo di lampadine nella catena luminosa",
|
|
12268
12444
|
"strip_light_static_mood_add_step_2_dialog_text": "Attenzione: i dati inseriti saranno cancellati se interrompi la creazione del nuovo scenario.",
|
|
12445
|
+
"strip_light_static_mood_add_step_2_headline": "Aggiungi un nuovo scenario",
|
|
12269
12446
|
"strip_light_static_mood_edit_dialog_text": "Attenzione: una volta eliminato, lo scenario non potrà essere recuperato",
|
|
12270
12447
|
"strip_light_static_mood_editor_step_2_dialog_text": "Attenzione: i dati inseriti saranno cancellati se interrompi la modifica dello scenario.",
|
|
12271
12448
|
"strip_lights_await_sync_text": "Sincronizzazione…",
|
|
@@ -12343,7 +12520,10 @@ export default {
|
|
|
12343
12520
|
"switch_overcharge_headline_text": "Protezione da sovraccarico",
|
|
12344
12521
|
"switchinching_overview_description_text": "Per spegnere automaticamente il dispositivo dopo un certo periodo di tempo.",
|
|
12345
12522
|
"thermostat_automode": "Modalità automatica",
|
|
12523
|
+
"thermostat_childlock_overview_description_text": "This feature disables the physical control on the device. Only possibility is to turn it off from the here.",
|
|
12524
|
+
"thermostat_cold": "Cold",
|
|
12346
12525
|
"thermostat_comforttemp": "Temperatura di comfort.",
|
|
12526
|
+
"thermostat_cool": "Cool",
|
|
12347
12527
|
"thermostat_descriptionrapid": "Per impostare immediatamente la temperatura su un valore",
|
|
12348
12528
|
"thermostat_descriptionvacation": "Per impostare un orario di vacanza",
|
|
12349
12529
|
"thermostat_difference": "Differenza tra la temperatura attuale e quella impostata",
|
|
@@ -12353,6 +12533,7 @@ export default {
|
|
|
12353
12533
|
"thermostat_endtime": "Fine",
|
|
12354
12534
|
"thermostat_energysaving": "Temperatura a risparmio energetico.",
|
|
12355
12535
|
"thermostat_error": "L'ora di fine deve essere maggiore dell'ora di inizio",
|
|
12536
|
+
"thermostat_hot": "Hot",
|
|
12356
12537
|
"thermostat_maxtime": "Non più di 100 giorni",
|
|
12357
12538
|
"thermostat_openwindow": "Promemoria",
|
|
12358
12539
|
"thermostat_powermode": "Modalità di alimentazione",
|
|
@@ -12370,6 +12551,7 @@ export default {
|
|
|
12370
12551
|
"thermostat_triggertimes": "TEMPI DI ATTIVAZIONE",
|
|
12371
12552
|
"thermostat_unit": "Unità: °C",
|
|
12372
12553
|
"thermostat_vacationmode": "Modalità vacanza",
|
|
12554
|
+
"thermostat_warm": "Warm",
|
|
12373
12555
|
"time_unit_h": "h",
|
|
12374
12556
|
"timer_ceiling_fan_headline_text": "Timer",
|
|
12375
12557
|
"timer_ceiling_fan_lighting_switched_off_text": "L'illuminazione verrà spenta alle {0}",
|
|
@@ -13027,6 +13209,12 @@ export default {
|
|
|
13027
13209
|
"mood_overview_warning_max_number_text": "최대 무드 수에 도달했습니다.",
|
|
13028
13210
|
"mood_preview": "미리보기",
|
|
13029
13211
|
"mood_resetbutton": "Do you want to reset the moods?",
|
|
13212
|
+
"mood_string_mode_fade": "Fade",
|
|
13213
|
+
"mood_string_mode_fluorescence": "Fluorescence",
|
|
13214
|
+
"mood_string_mode_random_flash": "Random Flash",
|
|
13215
|
+
"mood_string_mode_shimmer": "Shimmer",
|
|
13216
|
+
"mood_string_mode_slow_fade": "Slow Fade",
|
|
13217
|
+
"mood_string_mode_sparkle": "Sparkle",
|
|
13030
13218
|
"motion_detection_add_time_schedule_actions_text1": "실행",
|
|
13031
13219
|
"motion_detection_add_time_schedule_headline_text": "일정 추가",
|
|
13032
13220
|
"motion_detection_add_time_schedule_selectionfield_text": "이름",
|
|
@@ -13147,12 +13335,14 @@ export default {
|
|
|
13147
13335
|
"string_light_pp_dialog_sm_add_headline_c": "무드 추가를 취소하시겠습니까?",
|
|
13148
13336
|
"string_light_pp_dialog_sm_ed_headline_d": "무드를 삭제하시겠습니까?",
|
|
13149
13337
|
"string_light_pp_field_sm_add_error1": "이미 사용 중인 이름입니다.",
|
|
13338
|
+
"string_light_pp_sm_headline_add": "무드 추가",
|
|
13150
13339
|
"string_lights_modes_blink_text": "깜빡임",
|
|
13151
13340
|
"string_lights_modes_chase_text": "체이스",
|
|
13152
13341
|
"string_lights_modes_dazzle_text": "눈부심",
|
|
13153
13342
|
"string_lights_set_bulbs_description_text": "최대 48개, 최소 5개까지 지원 가능합니다.",
|
|
13154
13343
|
"string_lights_set_bulbs_title": "줄 전구의 실제 전구 수에 따라 개수를 설정하십시오.",
|
|
13155
13344
|
"strip_light_static_mood_add_step_2_dialog_text": "무드 추가를 취소하면 입력한 내용이 손실됩니다.",
|
|
13345
|
+
"strip_light_static_mood_add_step_2_headline": "무드 추가",
|
|
13156
13346
|
"strip_light_static_mood_edit_dialog_text": "복구할 수 없습니다.",
|
|
13157
13347
|
"strip_light_static_mood_editor_step_2_dialog_text": "무드 편집에서 나가면 입력한 내용이 손실됩니다.",
|
|
13158
13348
|
"strip_lights_await_sync_text": "동기화 중…",
|
|
@@ -13230,7 +13420,10 @@ export default {
|
|
|
13230
13420
|
"switch_overcharge_headline_text": "과충전 보호",
|
|
13231
13421
|
"switchinching_overview_description_text": "일정 시간이 지나면 자동으로 장치를 끕니다.",
|
|
13232
13422
|
"thermostat_automode": "Automatic",
|
|
13423
|
+
"thermostat_childlock_overview_description_text": "This feature disables the physical control on the device. Only possibility is to turn it off from the here.",
|
|
13424
|
+
"thermostat_cold": "Cold",
|
|
13233
13425
|
"thermostat_comforttemp": "Comfort temp.",
|
|
13426
|
+
"thermostat_cool": "Cool",
|
|
13234
13427
|
"thermostat_descriptionrapid": "To set the temperature to a value immediately",
|
|
13235
13428
|
"thermostat_descriptionvacation": "To set a vacation time",
|
|
13236
13429
|
"thermostat_difference": "Difference between the current and set temperature",
|
|
@@ -13240,6 +13433,7 @@ export default {
|
|
|
13240
13433
|
"thermostat_endtime": "End time",
|
|
13241
13434
|
"thermostat_energysaving": "Energy saving temp.",
|
|
13242
13435
|
"thermostat_error": "The end time must be greater than the start time",
|
|
13436
|
+
"thermostat_hot": "Hot",
|
|
13243
13437
|
"thermostat_maxtime": "No longer than 100 days",
|
|
13244
13438
|
"thermostat_openwindow": "Open window reminder",
|
|
13245
13439
|
"thermostat_powermode": "Manual",
|
|
@@ -13257,6 +13451,7 @@ export default {
|
|
|
13257
13451
|
"thermostat_triggertimes": "Trigger times",
|
|
13258
13452
|
"thermostat_unit": "Unit: °C",
|
|
13259
13453
|
"thermostat_vacationmode": "Vacation",
|
|
13454
|
+
"thermostat_warm": "Warm",
|
|
13260
13455
|
"time_unit_h": "h",
|
|
13261
13456
|
"timer_ceiling_fan_headline_text": "타이머",
|
|
13262
13457
|
"timer_ceiling_fan_lighting_switched_off_text": "조명은 약 {0}에 꺼집니다.",
|
|
@@ -13914,6 +14109,12 @@ export default {
|
|
|
13914
14109
|
"mood_overview_warning_max_number_text": "Pasiektas didžiausias nuotaikų skaičius.",
|
|
13915
14110
|
"mood_preview": "Peržiūra",
|
|
13916
14111
|
"mood_resetbutton": "Do you want to reset the moods?",
|
|
14112
|
+
"mood_string_mode_fade": "Fade",
|
|
14113
|
+
"mood_string_mode_fluorescence": "Fluorescence",
|
|
14114
|
+
"mood_string_mode_random_flash": "Random Flash",
|
|
14115
|
+
"mood_string_mode_shimmer": "Shimmer",
|
|
14116
|
+
"mood_string_mode_slow_fade": "Slow Fade",
|
|
14117
|
+
"mood_string_mode_sparkle": "Sparkle",
|
|
13917
14118
|
"motion_detection_add_time_schedule_actions_text1": "Veiksmai",
|
|
13918
14119
|
"motion_detection_add_time_schedule_headline_text": "Pridėti naują grafiką",
|
|
13919
14120
|
"motion_detection_add_time_schedule_selectionfield_text": "Pavadinimas",
|
|
@@ -14034,12 +14235,14 @@ export default {
|
|
|
14034
14235
|
"string_light_pp_dialog_sm_add_headline_c": "Ar tikrai norite atšaukti pridedamą naują nuotaiką?",
|
|
14035
14236
|
"string_light_pp_dialog_sm_ed_headline_d": "Ar tikrai norite ištrinti nuotaiką?",
|
|
14036
14237
|
"string_light_pp_field_sm_add_error1": "Toks vardas jau naudojamas.",
|
|
14238
|
+
"string_light_pp_sm_headline_add": "Pridėti naują nuotaiką",
|
|
14037
14239
|
"string_lights_modes_blink_text": "Mirksėjimas",
|
|
14038
14240
|
"string_lights_modes_chase_text": "Bėgimas",
|
|
14039
14241
|
"string_lights_modes_dazzle_text": "Akinimas",
|
|
14040
14242
|
"string_lights_set_bulbs_description_text": "Palaiko daugiausiai 48 ir mažiausiai 5 lemputes",
|
|
14041
14243
|
"string_lights_set_bulbs_title": "Lempučių skaičių nustatykite pagal tikrąjį lempučių skaičių lempos grandinėje",
|
|
14042
14244
|
"strip_light_static_mood_add_step_2_dialog_text": "Žinokite, kad jūsų įvesti duomenys dings, jei atšauksite pridedamą naują nuotaiką.",
|
|
14245
|
+
"strip_light_static_mood_add_step_2_headline": "Pridėti naują nuotaiką",
|
|
14043
14246
|
"strip_light_static_mood_edit_dialog_text": "Žinokite, kad jos atkurti negalima.",
|
|
14044
14247
|
"strip_light_static_mood_editor_step_2_dialog_text": "Žinokite, kad jūsų įvesti duomenys dings, jei nebaigsite redaguoti nuotaikos.",
|
|
14045
14248
|
"strip_lights_await_sync_text": "Sinchronizuojama…",
|
|
@@ -14117,7 +14320,10 @@ export default {
|
|
|
14117
14320
|
"switch_overcharge_headline_text": "Apsauga nuo perteklinės įkrovos",
|
|
14118
14321
|
"switchinching_overview_description_text": "Po tam tikro laiko automatiškai išjungti įtaisą.",
|
|
14119
14322
|
"thermostat_automode": "Automatic",
|
|
14323
|
+
"thermostat_childlock_overview_description_text": "This feature disables the physical control on the device. Only possibility is to turn it off from the here.",
|
|
14324
|
+
"thermostat_cold": "Cold",
|
|
14120
14325
|
"thermostat_comforttemp": "Comfort temp.",
|
|
14326
|
+
"thermostat_cool": "Cool",
|
|
14121
14327
|
"thermostat_descriptionrapid": "To set the temperature to a value immediately",
|
|
14122
14328
|
"thermostat_descriptionvacation": "To set a vacation time",
|
|
14123
14329
|
"thermostat_difference": "Difference between the current and set temperature",
|
|
@@ -14127,6 +14333,7 @@ export default {
|
|
|
14127
14333
|
"thermostat_endtime": "End time",
|
|
14128
14334
|
"thermostat_energysaving": "Energy saving temp.",
|
|
14129
14335
|
"thermostat_error": "The end time must be greater than the start time",
|
|
14336
|
+
"thermostat_hot": "Hot",
|
|
14130
14337
|
"thermostat_maxtime": "No longer than 100 days",
|
|
14131
14338
|
"thermostat_openwindow": "Open window reminder",
|
|
14132
14339
|
"thermostat_powermode": "Manual",
|
|
@@ -14144,6 +14351,7 @@ export default {
|
|
|
14144
14351
|
"thermostat_triggertimes": "Trigger times",
|
|
14145
14352
|
"thermostat_unit": "Unit: °C",
|
|
14146
14353
|
"thermostat_vacationmode": "Vacation",
|
|
14354
|
+
"thermostat_warm": "Warm",
|
|
14147
14355
|
"time_unit_h": "h",
|
|
14148
14356
|
"timer_ceiling_fan_headline_text": "Laikmatis",
|
|
14149
14357
|
"timer_ceiling_fan_lighting_switched_off_text": "Apšvietimas bus išjungtas apie {0}",
|
|
@@ -14801,6 +15009,12 @@ export default {
|
|
|
14801
15009
|
"mood_overview_warning_max_number_text": "Sasniegts maksimālais noskaņu skaits.",
|
|
14802
15010
|
"mood_preview": "Priekšskatījums",
|
|
14803
15011
|
"mood_resetbutton": "Vai vēlaties atiestatīt noskaņojumu?",
|
|
15012
|
+
"mood_string_mode_fade": "Fade",
|
|
15013
|
+
"mood_string_mode_fluorescence": "Fluorescence",
|
|
15014
|
+
"mood_string_mode_random_flash": "Random Flash",
|
|
15015
|
+
"mood_string_mode_shimmer": "Shimmer",
|
|
15016
|
+
"mood_string_mode_slow_fade": "Slow Fade",
|
|
15017
|
+
"mood_string_mode_sparkle": "Sparkle",
|
|
14804
15018
|
"motion_detection_add_time_schedule_actions_text1": "Darbības",
|
|
14805
15019
|
"motion_detection_add_time_schedule_headline_text": "Pievienot jaunu grafiku",
|
|
14806
15020
|
"motion_detection_add_time_schedule_selectionfield_text": "Nosaukums",
|
|
@@ -14921,12 +15135,14 @@ export default {
|
|
|
14921
15135
|
"string_light_pp_dialog_sm_add_headline_c": "Vai tiešām vēlaties atcelt jauna noskaņojuma pievienošanu?",
|
|
14922
15136
|
"string_light_pp_dialog_sm_ed_headline_d": "Vai tiešām vēlaties izdzēst noskaņojumu?",
|
|
14923
15137
|
"string_light_pp_field_sm_add_error1": "Nosaukums jau tiek lietots.",
|
|
15138
|
+
"string_light_pp_sm_headline_add": "Pievienot jaunu noskaņu",
|
|
14924
15139
|
"string_lights_modes_blink_text": "Mirgo",
|
|
14925
15140
|
"string_lights_modes_chase_text": "Chase",
|
|
14926
15141
|
"string_lights_modes_dazzle_text": "Apžilbināt",
|
|
14927
15142
|
"string_lights_set_bulbs_description_text": "Atbalsta ne vairāk kā 48 un vismaz 5 spuldzes",
|
|
14928
15143
|
"string_lights_set_bulbs_title": "Lūdzu, iestatiet spuldžu skaitu atbilstoši faktiskajam spuldžu skaitam lampu virknē.",
|
|
14929
15144
|
"strip_light_static_mood_add_step_2_dialog_text": "Ņemiet vērā, ka jūsu ievadītie dati tiks zaudēti, ja atcelsiet jauna noskaņojuma pievienošanu.",
|
|
15145
|
+
"strip_light_static_mood_add_step_2_headline": "Pievienot jaunu noskaņu",
|
|
14930
15146
|
"strip_light_static_mood_edit_dialog_text": "Ņemiet vērā, ka to nevarat atgūt.",
|
|
14931
15147
|
"strip_light_static_mood_editor_step_2_dialog_text": "Ņemiet vērā, ka jūsu ievadītie dati tiks zaudēti, ja pametīsit noskaņojuma rediģēšanu.",
|
|
14932
15148
|
"strip_lights_await_sync_text": "Sinhronizē…",
|
|
@@ -15004,7 +15220,10 @@ export default {
|
|
|
15004
15220
|
"switch_overcharge_headline_text": "Aizsardzība pret pārmērīgu uzlādi",
|
|
15005
15221
|
"switchinching_overview_description_text": "Lai automātiski izslēgtu ierīci pēc noteikta laika perioda.",
|
|
15006
15222
|
"thermostat_automode": "Automātiskais režīms",
|
|
15223
|
+
"thermostat_childlock_overview_description_text": "This feature disables the physical control on the device. Only possibility is to turn it off from the here.",
|
|
15224
|
+
"thermostat_cold": "Cold",
|
|
15007
15225
|
"thermostat_comforttemp": "Komforta temp.",
|
|
15226
|
+
"thermostat_cool": "Cool",
|
|
15008
15227
|
"thermostat_descriptionrapid": "Tūlītēja temperatūras iestatīšana uz vērtību",
|
|
15009
15228
|
"thermostat_descriptionvacation": "Atvaļinājuma laika iestatīšana",
|
|
15010
15229
|
"thermostat_difference": "Starpība starp pašreizējo un iestatīto temperatūru",
|
|
@@ -15014,6 +15233,7 @@ export default {
|
|
|
15014
15233
|
"thermostat_endtime": "Beigu laiks",
|
|
15015
15234
|
"thermostat_energysaving": "Enerģijas taupīšanas temp.",
|
|
15016
15235
|
"thermostat_error": "Beigu laikam jābūt lielākam par sākuma laiku.",
|
|
15236
|
+
"thermostat_hot": "Hot",
|
|
15017
15237
|
"thermostat_maxtime": "Ne ilgāk kā 100 dienas",
|
|
15018
15238
|
"thermostat_openwindow": "Atvērt loga atgādinājumu",
|
|
15019
15239
|
"thermostat_powermode": "Jaudas režīms",
|
|
@@ -15031,6 +15251,7 @@ export default {
|
|
|
15031
15251
|
"thermostat_triggertimes": "Sprūda laiki",
|
|
15032
15252
|
"thermostat_unit": "Mērvienība: °C",
|
|
15033
15253
|
"thermostat_vacationmode": "Atvaļinājuma režīms",
|
|
15254
|
+
"thermostat_warm": "Warm",
|
|
15034
15255
|
"time_unit_h": "h",
|
|
15035
15256
|
"timer_ceiling_fan_headline_text": "Taimeris",
|
|
15036
15257
|
"timer_ceiling_fan_lighting_switched_off_text": "Apgaismojums tiks izslēgts aptuveni {0}",
|
|
@@ -15688,6 +15909,12 @@ export default {
|
|
|
15688
15909
|
"mood_overview_warning_max_number_text": "Maksimalt antall stemninger er nådd.",
|
|
15689
15910
|
"mood_preview": "Forhåndsvis",
|
|
15690
15911
|
"mood_resetbutton": "Vil du tilbakestille stemningene?",
|
|
15912
|
+
"mood_string_mode_fade": "Fade",
|
|
15913
|
+
"mood_string_mode_fluorescence": "Fluorescence",
|
|
15914
|
+
"mood_string_mode_random_flash": "Random Flash",
|
|
15915
|
+
"mood_string_mode_shimmer": "Shimmer",
|
|
15916
|
+
"mood_string_mode_slow_fade": "Slow Fade",
|
|
15917
|
+
"mood_string_mode_sparkle": "Sparkle",
|
|
15691
15918
|
"motion_detection_add_time_schedule_actions_text1": "Handlinger",
|
|
15692
15919
|
"motion_detection_add_time_schedule_headline_text": "Legg til en ny tidsplan",
|
|
15693
15920
|
"motion_detection_add_time_schedule_selectionfield_text": "Navn",
|
|
@@ -15808,12 +16035,14 @@ export default {
|
|
|
15808
16035
|
"string_light_pp_dialog_sm_add_headline_c": "Vil du avbryte å legge til en ny stemning?",
|
|
15809
16036
|
"string_light_pp_dialog_sm_ed_headline_d": "Vil du virkelig slette stemningen?",
|
|
15810
16037
|
"string_light_pp_field_sm_add_error1": "Navnet er allerede i bruk.",
|
|
16038
|
+
"string_light_pp_sm_headline_add": "Legg til en ny stemning",
|
|
15811
16039
|
"string_lights_modes_blink_text": "Blinke",
|
|
15812
16040
|
"string_lights_modes_chase_text": "Jage",
|
|
15813
16041
|
"string_lights_modes_dazzle_text": "Blende",
|
|
15814
16042
|
"string_lights_set_bulbs_description_text": "Støtter maksimalt 48 og minimum 5 pærer",
|
|
15815
16043
|
"string_lights_set_bulbs_title": "Vennligst sett antall pærer i henhold til det faktiske antall pærer i lampestrengen",
|
|
15816
16044
|
"strip_light_static_mood_add_step_2_dialog_text": "Merk at innspillene dine vil gå tapt hvis du avbryter å legge til en ny stemning.",
|
|
16045
|
+
"strip_light_static_mood_add_step_2_headline": "Legg til en ny stemning",
|
|
15817
16046
|
"strip_light_static_mood_edit_dialog_text": "Merk at du ikke kan gjenopprette den.",
|
|
15818
16047
|
"strip_light_static_mood_editor_step_2_dialog_text": "Merk at innspillene dine vil gå tapt hvis du forlater rediger stemningen.",
|
|
15819
16048
|
"strip_lights_await_sync_text": "Synkroniserer",
|
|
@@ -15891,7 +16120,10 @@ export default {
|
|
|
15891
16120
|
"switch_overcharge_headline_text": "Beskyttelse mot overlading",
|
|
15892
16121
|
"switchinching_overview_description_text": "For å slå av enheten automatisk etter en periode.",
|
|
15893
16122
|
"thermostat_automode": "Auto-modus",
|
|
16123
|
+
"thermostat_childlock_overview_description_text": "This feature disables the physical control on the device. Only possibility is to turn it off from the here.",
|
|
16124
|
+
"thermostat_cold": "Cold",
|
|
15894
16125
|
"thermostat_comforttemp": "Komfort temp.",
|
|
16126
|
+
"thermostat_cool": "Cool",
|
|
15895
16127
|
"thermostat_descriptionrapid": "Slik setter du temperaturen til en verdi umiddelbart",
|
|
15896
16128
|
"thermostat_descriptionvacation": "Slik angir du en ferietid",
|
|
15897
16129
|
"thermostat_difference": "Forskjellen mellom gjeldende og innstilt temperatur",
|
|
@@ -15901,6 +16133,7 @@ export default {
|
|
|
15901
16133
|
"thermostat_endtime": "Sluttid",
|
|
15902
16134
|
"thermostat_energysaving": "Energisparende temp.",
|
|
15903
16135
|
"thermostat_error": "Sluttiden må være større enn starttiden",
|
|
16136
|
+
"thermostat_hot": "Hot",
|
|
15904
16137
|
"thermostat_maxtime": "Ikke lenger enn 100 dager",
|
|
15905
16138
|
"thermostat_openwindow": "Påminnelse om åpent vindu",
|
|
15906
16139
|
"thermostat_powermode": "Strømmodus",
|
|
@@ -15918,6 +16151,7 @@ export default {
|
|
|
15918
16151
|
"thermostat_triggertimes": "Utløsende tider",
|
|
15919
16152
|
"thermostat_unit": "Enhet:° C",
|
|
15920
16153
|
"thermostat_vacationmode": "Feriemodus",
|
|
16154
|
+
"thermostat_warm": "Warm",
|
|
15921
16155
|
"time_unit_h": "h",
|
|
15922
16156
|
"timer_ceiling_fan_headline_text": "Nedtelling",
|
|
15923
16157
|
"timer_ceiling_fan_lighting_switched_off_text": "Belysningen vil bli slått av ved ca. {0}",
|
|
@@ -16575,6 +16809,12 @@ export default {
|
|
|
16575
16809
|
"mood_overview_warning_max_number_text": "Het maximum aantal stemmingen is bereikt.",
|
|
16576
16810
|
"mood_preview": "Voorbeeld",
|
|
16577
16811
|
"mood_resetbutton": "Do you want to reset the moods?",
|
|
16812
|
+
"mood_string_mode_fade": "Fade",
|
|
16813
|
+
"mood_string_mode_fluorescence": "Fluorescence",
|
|
16814
|
+
"mood_string_mode_random_flash": "Random Flash",
|
|
16815
|
+
"mood_string_mode_shimmer": "Shimmer",
|
|
16816
|
+
"mood_string_mode_slow_fade": "Slow Fade",
|
|
16817
|
+
"mood_string_mode_sparkle": "Sparkle",
|
|
16578
16818
|
"motion_detection_add_time_schedule_actions_text1": "Acties",
|
|
16579
16819
|
"motion_detection_add_time_schedule_headline_text": "Voeg een nieuw schema toe",
|
|
16580
16820
|
"motion_detection_add_time_schedule_selectionfield_text": "Naam",
|
|
@@ -16695,12 +16935,14 @@ export default {
|
|
|
16695
16935
|
"string_light_pp_dialog_sm_add_headline_c": "Wilt u het toevoegen van een nieuwe stemming echt annuleren?",
|
|
16696
16936
|
"string_light_pp_dialog_sm_ed_headline_d": "Wilt u de stemming echt verwijderen?",
|
|
16697
16937
|
"string_light_pp_field_sm_add_error1": "De naam is al in gebruik.",
|
|
16938
|
+
"string_light_pp_sm_headline_add": "Voeg een nieuwe stemming toe",
|
|
16698
16939
|
"string_lights_modes_blink_text": "Knipperen",
|
|
16699
16940
|
"string_lights_modes_chase_text": "Achtervolging",
|
|
16700
16941
|
"string_lights_modes_dazzle_text": "Verblinden",
|
|
16701
16942
|
"string_lights_set_bulbs_description_text": "Ondersteunt maximaal 48 en minimaal 5 lampen",
|
|
16702
16943
|
"string_lights_set_bulbs_title": "Stel het aantal lampen in op basis van het werkelijke aantal lampen in de lampenreeks",
|
|
16703
16944
|
"strip_light_static_mood_add_step_2_dialog_text": "Houd er rekening mee dat uw invoer verloren gaat als u het toevoegen van een nieuwe stemming annuleert.",
|
|
16945
|
+
"strip_light_static_mood_add_step_2_headline": "Voeg een nieuwe stemming toe",
|
|
16704
16946
|
"strip_light_static_mood_edit_dialog_text": "Let op dat u het niet kunt herstellen.",
|
|
16705
16947
|
"strip_light_static_mood_editor_step_2_dialog_text": "Houd er rekening mee dat uw invoer verloren gaat als u het bewerken van de stemming verlaat.",
|
|
16706
16948
|
"strip_lights_await_sync_text": "Synchroniseren",
|
|
@@ -16778,7 +17020,10 @@ export default {
|
|
|
16778
17020
|
"switch_overcharge_headline_text": "Bescherming tegen overlading",
|
|
16779
17021
|
"switchinching_overview_description_text": "Om het apparaat na een bepaalde tijd automatisch uit te schakelen.",
|
|
16780
17022
|
"thermostat_automode": "Automatic",
|
|
17023
|
+
"thermostat_childlock_overview_description_text": "This feature disables the physical control on the device. Only possibility is to turn it off from the here.",
|
|
17024
|
+
"thermostat_cold": "Cold",
|
|
16781
17025
|
"thermostat_comforttemp": "Comfort temp.",
|
|
17026
|
+
"thermostat_cool": "Cool",
|
|
16782
17027
|
"thermostat_descriptionrapid": "To set the temperature to a value immediately",
|
|
16783
17028
|
"thermostat_descriptionvacation": "To set a vacation time",
|
|
16784
17029
|
"thermostat_difference": "Difference between the current and set temperature",
|
|
@@ -16788,6 +17033,7 @@ export default {
|
|
|
16788
17033
|
"thermostat_endtime": "End time",
|
|
16789
17034
|
"thermostat_energysaving": "Energy saving temp.",
|
|
16790
17035
|
"thermostat_error": "The end time must be greater than the start time",
|
|
17036
|
+
"thermostat_hot": "Hot",
|
|
16791
17037
|
"thermostat_maxtime": "No longer than 100 days",
|
|
16792
17038
|
"thermostat_openwindow": "Open window reminder",
|
|
16793
17039
|
"thermostat_powermode": "Manual",
|
|
@@ -16805,6 +17051,7 @@ export default {
|
|
|
16805
17051
|
"thermostat_triggertimes": "Trigger times",
|
|
16806
17052
|
"thermostat_unit": "Unit: °C",
|
|
16807
17053
|
"thermostat_vacationmode": "Vacation",
|
|
17054
|
+
"thermostat_warm": "Warm",
|
|
16808
17055
|
"time_unit_h": "h",
|
|
16809
17056
|
"timer_ceiling_fan_headline_text": "Timer",
|
|
16810
17057
|
"timer_ceiling_fan_lighting_switched_off_text": "Verlichting wordt uitgeschakeld rond {0}",
|
|
@@ -17462,6 +17709,12 @@ export default {
|
|
|
17462
17709
|
"mood_overview_warning_max_number_text": "A fost atins numărul maxim de dispoziții.",
|
|
17463
17710
|
"mood_preview": "Previzualizare",
|
|
17464
17711
|
"mood_resetbutton": "Do you want to reset the moods?",
|
|
17712
|
+
"mood_string_mode_fade": "Fade",
|
|
17713
|
+
"mood_string_mode_fluorescence": "Fluorescence",
|
|
17714
|
+
"mood_string_mode_random_flash": "Random Flash",
|
|
17715
|
+
"mood_string_mode_shimmer": "Shimmer",
|
|
17716
|
+
"mood_string_mode_slow_fade": "Slow Fade",
|
|
17717
|
+
"mood_string_mode_sparkle": "Sparkle",
|
|
17465
17718
|
"motion_detection_add_time_schedule_actions_text1": "Acțiuni",
|
|
17466
17719
|
"motion_detection_add_time_schedule_headline_text": "Adăugați un nou program",
|
|
17467
17720
|
"motion_detection_add_time_schedule_selectionfield_text": "Nume",
|
|
@@ -17582,12 +17835,14 @@ export default {
|
|
|
17582
17835
|
"string_light_pp_dialog_sm_add_headline_c": "Chiar doriți să anulați adăugarea unei noi dispoziții?",
|
|
17583
17836
|
"string_light_pp_dialog_sm_ed_headline_d": "Chiar doriți să ștergeți ambientul?",
|
|
17584
17837
|
"string_light_pp_field_sm_add_error1": "Numele este deja utilizat.",
|
|
17838
|
+
"string_light_pp_sm_headline_add": "Adăugați o nouă dispoziție",
|
|
17585
17839
|
"string_lights_modes_blink_text": "Clipire",
|
|
17586
17840
|
"string_lights_modes_chase_text": "Urmarire",
|
|
17587
17841
|
"string_lights_modes_dazzle_text": "Strălucire",
|
|
17588
17842
|
"string_lights_set_bulbs_description_text": "Suportă maximum 48 și minim 5 becuri",
|
|
17589
17843
|
"string_lights_set_bulbs_title": "Vă rugăm să setați numărul de becuri în funcție de numărul real de becuri din șirul lămpii",
|
|
17590
17844
|
"strip_light_static_mood_add_step_2_dialog_text": "Rețineți că datele introduse vor fi pierdute dacă anulați adăugarea unei noi dispoziții.",
|
|
17845
|
+
"strip_light_static_mood_add_step_2_headline": "Adăugați o nouă dispoziție",
|
|
17591
17846
|
"strip_light_static_mood_edit_dialog_text": "Rețineți că nu îl puteți recupera.",
|
|
17592
17847
|
"strip_light_static_mood_editor_step_2_dialog_text": "Rețineți că informațiile dvs. vor fi pierdute dacă părăsiți editarea.",
|
|
17593
17848
|
"strip_lights_await_sync_text": "Se sincronizează…",
|
|
@@ -17665,7 +17920,10 @@ export default {
|
|
|
17665
17920
|
"switch_overcharge_headline_text": "Protecție la supraîncărcare",
|
|
17666
17921
|
"switchinching_overview_description_text": "Pentru a opri automat dispozitivul după o perioadă de timp.",
|
|
17667
17922
|
"thermostat_automode": "Automatic",
|
|
17923
|
+
"thermostat_childlock_overview_description_text": "This feature disables the physical control on the device. Only possibility is to turn it off from the here.",
|
|
17924
|
+
"thermostat_cold": "Cold",
|
|
17668
17925
|
"thermostat_comforttemp": "Comfort temp.",
|
|
17926
|
+
"thermostat_cool": "Cool",
|
|
17669
17927
|
"thermostat_descriptionrapid": "To set the temperature to a value immediately",
|
|
17670
17928
|
"thermostat_descriptionvacation": "To set a vacation time",
|
|
17671
17929
|
"thermostat_difference": "Difference between the current and set temperature",
|
|
@@ -17675,6 +17933,7 @@ export default {
|
|
|
17675
17933
|
"thermostat_endtime": "End time",
|
|
17676
17934
|
"thermostat_energysaving": "Energy saving temp.",
|
|
17677
17935
|
"thermostat_error": "The end time must be greater than the start time",
|
|
17936
|
+
"thermostat_hot": "Hot",
|
|
17678
17937
|
"thermostat_maxtime": "No longer than 100 days",
|
|
17679
17938
|
"thermostat_openwindow": "Open window reminder",
|
|
17680
17939
|
"thermostat_powermode": "Manual",
|
|
@@ -17692,6 +17951,7 @@ export default {
|
|
|
17692
17951
|
"thermostat_triggertimes": "Trigger times",
|
|
17693
17952
|
"thermostat_unit": "Unit: °C",
|
|
17694
17953
|
"thermostat_vacationmode": "Vacation",
|
|
17954
|
+
"thermostat_warm": "Warm",
|
|
17695
17955
|
"time_unit_h": "h",
|
|
17696
17956
|
"timer_ceiling_fan_headline_text": "Cronometru",
|
|
17697
17957
|
"timer_ceiling_fan_lighting_switched_off_text": "Iluminatul va fi oprit la aproximativ {0}",
|
|
@@ -18349,6 +18609,12 @@ export default {
|
|
|
18349
18609
|
"mood_overview_warning_max_number_text": "Maximálny počet nálad bol dosiahnutý.",
|
|
18350
18610
|
"mood_preview": "Náhľad",
|
|
18351
18611
|
"mood_resetbutton": "Do you want to reset the moods?",
|
|
18612
|
+
"mood_string_mode_fade": "Fade",
|
|
18613
|
+
"mood_string_mode_fluorescence": "Fluorescence",
|
|
18614
|
+
"mood_string_mode_random_flash": "Random Flash",
|
|
18615
|
+
"mood_string_mode_shimmer": "Shimmer",
|
|
18616
|
+
"mood_string_mode_slow_fade": "Slow Fade",
|
|
18617
|
+
"mood_string_mode_sparkle": "Sparkle",
|
|
18352
18618
|
"motion_detection_add_time_schedule_actions_text1": "Akcie",
|
|
18353
18619
|
"motion_detection_add_time_schedule_headline_text": "Pridať nový rozvrh",
|
|
18354
18620
|
"motion_detection_add_time_schedule_selectionfield_text": "Meno",
|
|
@@ -18469,12 +18735,14 @@ export default {
|
|
|
18469
18735
|
"string_light_pp_dialog_sm_add_headline_c": "Naozaj chcete zrušiť pridanie nového režimu?",
|
|
18470
18736
|
"string_light_pp_dialog_sm_ed_headline_d": "Naozaj chcete vymazať režim?",
|
|
18471
18737
|
"string_light_pp_field_sm_add_error1": "Tento názov sa už používa.",
|
|
18738
|
+
"string_light_pp_sm_headline_add": "Pridajte nový režim",
|
|
18472
18739
|
"string_lights_modes_blink_text": "Bliknúť",
|
|
18473
18740
|
"string_lights_modes_chase_text": "Naháňačka",
|
|
18474
18741
|
"string_lights_modes_dazzle_text": "Oslniť",
|
|
18475
18742
|
"string_lights_set_bulbs_description_text": "Podporuje maximálne 48 a minimálne 5 žiaroviek",
|
|
18476
18743
|
"string_lights_set_bulbs_title": "Prosím, nastavte počet žiaroviek podľa skutočného počtu žiaroviek v reťazci žiarovky",
|
|
18477
18744
|
"strip_light_static_mood_add_step_2_dialog_text": "Upozorňujeme, že ak zrušíte pridávanie nového režimu, váš vstup sa stratí.",
|
|
18745
|
+
"strip_light_static_mood_add_step_2_headline": "Pridajte nový režim",
|
|
18478
18746
|
"strip_light_static_mood_edit_dialog_text": "Upozorňujeme, že ho nemôžete obnoviť.",
|
|
18479
18747
|
"strip_light_static_mood_editor_step_2_dialog_text": "Upozorňujeme, že ak opustíte úpravu režimu, váš vstup sa stratí.",
|
|
18480
18748
|
"strip_lights_await_sync_text": "Synchronizuje sa…",
|
|
@@ -18552,7 +18820,10 @@ export default {
|
|
|
18552
18820
|
"switch_overcharge_headline_text": "Ochrana proti prebíjaniu",
|
|
18553
18821
|
"switchinching_overview_description_text": "Automatické vypnutie zariadenia po určitej dobe.",
|
|
18554
18822
|
"thermostat_automode": "Automatic",
|
|
18823
|
+
"thermostat_childlock_overview_description_text": "This feature disables the physical control on the device. Only possibility is to turn it off from the here.",
|
|
18824
|
+
"thermostat_cold": "Cold",
|
|
18555
18825
|
"thermostat_comforttemp": "Comfort temp.",
|
|
18826
|
+
"thermostat_cool": "Cool",
|
|
18556
18827
|
"thermostat_descriptionrapid": "To set the temperature to a value immediately",
|
|
18557
18828
|
"thermostat_descriptionvacation": "To set a vacation time",
|
|
18558
18829
|
"thermostat_difference": "Difference between the current and set temperature",
|
|
@@ -18562,6 +18833,7 @@ export default {
|
|
|
18562
18833
|
"thermostat_endtime": "End time",
|
|
18563
18834
|
"thermostat_energysaving": "Energy saving temp.",
|
|
18564
18835
|
"thermostat_error": "The end time must be greater than the start time",
|
|
18836
|
+
"thermostat_hot": "Hot",
|
|
18565
18837
|
"thermostat_maxtime": "No longer than 100 days",
|
|
18566
18838
|
"thermostat_openwindow": "Open window reminder",
|
|
18567
18839
|
"thermostat_powermode": "Manual",
|
|
@@ -18579,6 +18851,7 @@ export default {
|
|
|
18579
18851
|
"thermostat_triggertimes": "Trigger times",
|
|
18580
18852
|
"thermostat_unit": "Unit: °C",
|
|
18581
18853
|
"thermostat_vacationmode": "Vacation",
|
|
18854
|
+
"thermostat_warm": "Warm",
|
|
18582
18855
|
"time_unit_h": "h",
|
|
18583
18856
|
"timer_ceiling_fan_headline_text": "Časovač",
|
|
18584
18857
|
"timer_ceiling_fan_lighting_switched_off_text": "Osvetlenie sa vypne približne o {0}",
|
|
@@ -19236,6 +19509,12 @@ export default {
|
|
|
19236
19509
|
"mood_overview_warning_max_number_text": "Maximalt antal stämningar har uppnåtts.",
|
|
19237
19510
|
"mood_preview": "Förhandsvisning",
|
|
19238
19511
|
"mood_resetbutton": "Vill du återställa stämningarna?",
|
|
19512
|
+
"mood_string_mode_fade": "Fade",
|
|
19513
|
+
"mood_string_mode_fluorescence": "Fluorescence",
|
|
19514
|
+
"mood_string_mode_random_flash": "Random Flash",
|
|
19515
|
+
"mood_string_mode_shimmer": "Shimmer",
|
|
19516
|
+
"mood_string_mode_slow_fade": "Slow Fade",
|
|
19517
|
+
"mood_string_mode_sparkle": "Sparkle",
|
|
19239
19518
|
"motion_detection_add_time_schedule_actions_text1": "Aktiviteter",
|
|
19240
19519
|
"motion_detection_add_time_schedule_headline_text": "Lägg till ett nytt schema",
|
|
19241
19520
|
"motion_detection_add_time_schedule_selectionfield_text": "Namn",
|
|
@@ -19356,12 +19635,14 @@ export default {
|
|
|
19356
19635
|
"string_light_pp_dialog_sm_add_headline_c": "Vill du verkligen avbryta skapandet av en ny stämning?",
|
|
19357
19636
|
"string_light_pp_dialog_sm_ed_headline_d": "Vill du verkligen ta bort stämningen?",
|
|
19358
19637
|
"string_light_pp_field_sm_add_error1": "Namnet används redan.",
|
|
19638
|
+
"string_light_pp_sm_headline_add": "Lägg till en ny stämning",
|
|
19359
19639
|
"string_lights_modes_blink_text": "Blinka",
|
|
19360
19640
|
"string_lights_modes_chase_text": "Jaga",
|
|
19361
19641
|
"string_lights_modes_dazzle_text": "Blända",
|
|
19362
19642
|
"string_lights_set_bulbs_description_text": "Stöder maximalt 48 och minst 5 glödlampor",
|
|
19363
19643
|
"string_lights_set_bulbs_title": "Ställ in antalet lampor enligt det faktiska antalet lampor i ljusslingan",
|
|
19364
19644
|
"strip_light_static_mood_add_step_2_dialog_text": "Observera att din inmatning kommer att gå förlorad om du avbryter skapandet av en ny stämning.",
|
|
19645
|
+
"strip_light_static_mood_add_step_2_headline": "Lägg till en ny stämning",
|
|
19365
19646
|
"strip_light_static_mood_edit_dialog_text": "Observera att du inte kan återställa den.",
|
|
19366
19647
|
"strip_light_static_mood_editor_step_2_dialog_text": "Observera att dina inmatningar kommer att gå förlorade om du lämnar redigera stämningen.",
|
|
19367
19648
|
"strip_lights_await_sync_text": "Synkroniserar…",
|
|
@@ -19439,7 +19720,10 @@ export default {
|
|
|
19439
19720
|
"switch_overcharge_headline_text": "Överladdningsskydd",
|
|
19440
19721
|
"switchinching_overview_description_text": "För att automatiskt stänga av enheten efter en tidsperiod.",
|
|
19441
19722
|
"thermostat_automode": "Autoläge",
|
|
19723
|
+
"thermostat_childlock_overview_description_text": "This feature disables the physical control on the device. Only possibility is to turn it off from the here.",
|
|
19724
|
+
"thermostat_cold": "Cold",
|
|
19442
19725
|
"thermostat_comforttemp": "Komforttemperatur.",
|
|
19726
|
+
"thermostat_cool": "Cool",
|
|
19443
19727
|
"thermostat_descriptionrapid": "Ställ in temperaturen på ett värde omedelbart",
|
|
19444
19728
|
"thermostat_descriptionvacation": "Ställ in semestertid",
|
|
19445
19729
|
"thermostat_difference": "Skillnad mellan aktuell och inställd temperatur",
|
|
@@ -19449,6 +19733,7 @@ export default {
|
|
|
19449
19733
|
"thermostat_endtime": "Sluttid",
|
|
19450
19734
|
"thermostat_energysaving": "Energibesparande temperatur",
|
|
19451
19735
|
"thermostat_error": "Sluttiden måste vara senare än starttiden",
|
|
19736
|
+
"thermostat_hot": "Hot",
|
|
19452
19737
|
"thermostat_maxtime": "Inte längre än 100 dagar",
|
|
19453
19738
|
"thermostat_openwindow": "Öppna fönsterpåminnelse",
|
|
19454
19739
|
"thermostat_powermode": "Strömläge",
|
|
@@ -19466,6 +19751,7 @@ export default {
|
|
|
19466
19751
|
"thermostat_triggertimes": "Utlösande tider",
|
|
19467
19752
|
"thermostat_unit": "Enhet: °C",
|
|
19468
19753
|
"thermostat_vacationmode": "Semesterläge",
|
|
19754
|
+
"thermostat_warm": "Warm",
|
|
19469
19755
|
"time_unit_h": "h",
|
|
19470
19756
|
"timer_ceiling_fan_headline_text": "Timer",
|
|
19471
19757
|
"timer_ceiling_fan_lighting_switched_off_text": "Belysningen släcks vid ca {0}",
|
|
@@ -20123,6 +20409,12 @@ export default {
|
|
|
20123
20409
|
"mood_overview_warning_max_number_text": "Досягнуто максимальної кількості настроїв.",
|
|
20124
20410
|
"mood_preview": "Попередній перегляд",
|
|
20125
20411
|
"mood_resetbutton": "Бажаєте змінити режим ?",
|
|
20412
|
+
"mood_string_mode_fade": "Fade",
|
|
20413
|
+
"mood_string_mode_fluorescence": "Fluorescence",
|
|
20414
|
+
"mood_string_mode_random_flash": "Random Flash",
|
|
20415
|
+
"mood_string_mode_shimmer": "Shimmer",
|
|
20416
|
+
"mood_string_mode_slow_fade": "Slow Fade",
|
|
20417
|
+
"mood_string_mode_sparkle": "Sparkle",
|
|
20126
20418
|
"motion_detection_add_time_schedule_actions_text1": "Дії",
|
|
20127
20419
|
"motion_detection_add_time_schedule_headline_text": "Додати новий розклад",
|
|
20128
20420
|
"motion_detection_add_time_schedule_selectionfield_text": "Ім'я",
|
|
@@ -20243,12 +20535,14 @@ export default {
|
|
|
20243
20535
|
"string_light_pp_dialog_sm_add_headline_c": "Ви дійсно хочете скасувати додавання нового настрою?",
|
|
20244
20536
|
"string_light_pp_dialog_sm_ed_headline_d": "Ви дійсно хочете видалити настрій?",
|
|
20245
20537
|
"string_light_pp_field_sm_add_error1": "Назва вже використовується.",
|
|
20538
|
+
"string_light_pp_sm_headline_add": "Додайте новий настрій",
|
|
20246
20539
|
"string_lights_modes_blink_text": "Блимання",
|
|
20247
20540
|
"string_lights_modes_chase_text": "Чейз",
|
|
20248
20541
|
"string_lights_modes_dazzle_text": "засліплювати",
|
|
20249
20542
|
"string_lights_set_bulbs_description_text": "Підтримує максимум 48 і мінімум 5 лампочок",
|
|
20250
20543
|
"string_lights_set_bulbs_title": "Будь ласка, встановіть кількість лампочок відповідно до фактичної кількості лампочок у ланцюжку ламп",
|
|
20251
20544
|
"strip_light_static_mood_add_step_2_dialog_text": "Зауважте, що введені дані буде втрачено, якщо ви скасуєте додавання нового настрою.",
|
|
20545
|
+
"strip_light_static_mood_add_step_2_headline": "Додайте новий настрій",
|
|
20252
20546
|
"strip_light_static_mood_edit_dialog_text": "Зверніть увагу, що ви не можете його відновити.",
|
|
20253
20547
|
"strip_light_static_mood_editor_step_2_dialog_text": "Зауважте, що ваші дані буде втрачено, якщо ви залишите редагування настрою.",
|
|
20254
20548
|
"strip_lights_await_sync_text": "Синхронізація",
|
|
@@ -20326,7 +20620,10 @@ export default {
|
|
|
20326
20620
|
"switch_overcharge_headline_text": "Захист від перезарядки",
|
|
20327
20621
|
"switchinching_overview_description_text": "Автоматичне вимкнення пристрою через певний проміжок часу.",
|
|
20328
20622
|
"thermostat_automode": "Автоматичний режим",
|
|
20623
|
+
"thermostat_childlock_overview_description_text": "This feature disables the physical control on the device. Only possibility is to turn it off from the here.",
|
|
20624
|
+
"thermostat_cold": "Cold",
|
|
20329
20625
|
"thermostat_comforttemp": "Комфортна температура.",
|
|
20626
|
+
"thermostat_cool": "Cool",
|
|
20330
20627
|
"thermostat_descriptionrapid": "Щоб відразу встановити значення температури",
|
|
20331
20628
|
"thermostat_descriptionvacation": "Встановити час перерви",
|
|
20332
20629
|
"thermostat_difference": "Різниця між поточною і заданою температурою",
|
|
@@ -20336,6 +20633,7 @@ export default {
|
|
|
20336
20633
|
"thermostat_endtime": "Час завершення",
|
|
20337
20634
|
"thermostat_energysaving": "Температура енергозберігання",
|
|
20338
20635
|
"thermostat_error": "Значення часу закінчення має бути більшим, ніж час початку",
|
|
20636
|
+
"thermostat_hot": "Hot",
|
|
20339
20637
|
"thermostat_maxtime": "Не довше 100 днів",
|
|
20340
20638
|
"thermostat_openwindow": "Нагадування про відкрите вікно",
|
|
20341
20639
|
"thermostat_powermode": "Режим потужності",
|
|
@@ -20353,6 +20651,7 @@ export default {
|
|
|
20353
20651
|
"thermostat_triggertimes": "ЧАС ЗАПУСКУ",
|
|
20354
20652
|
"thermostat_unit": "Одиниця виміру:° C",
|
|
20355
20653
|
"thermostat_vacationmode": "Режим перерви",
|
|
20654
|
+
"thermostat_warm": "Warm",
|
|
20356
20655
|
"time_unit_h": "h",
|
|
20357
20656
|
"timer_ceiling_fan_headline_text": "Таймер",
|
|
20358
20657
|
"timer_ceiling_fan_lighting_switched_off_text": "Освітлення буде вимкнено приблизно через {0}",
|
|
@@ -21010,6 +21309,12 @@ export default {
|
|
|
21010
21309
|
"mood_overview_warning_max_number_text": "Elérte a hangulatok maximális számát.",
|
|
21011
21310
|
"mood_preview": "Előnézet",
|
|
21012
21311
|
"mood_resetbutton": "Do you want to reset the moods?",
|
|
21312
|
+
"mood_string_mode_fade": "Fade",
|
|
21313
|
+
"mood_string_mode_fluorescence": "Fluorescence",
|
|
21314
|
+
"mood_string_mode_random_flash": "Random Flash",
|
|
21315
|
+
"mood_string_mode_shimmer": "Shimmer",
|
|
21316
|
+
"mood_string_mode_slow_fade": "Slow Fade",
|
|
21317
|
+
"mood_string_mode_sparkle": "Sparkle",
|
|
21013
21318
|
"motion_detection_add_time_schedule_actions_text1": "Műveletek",
|
|
21014
21319
|
"motion_detection_add_time_schedule_headline_text": "Új ütemezés hozzáadása",
|
|
21015
21320
|
"motion_detection_add_time_schedule_selectionfield_text": "Név",
|
|
@@ -21130,12 +21435,14 @@ export default {
|
|
|
21130
21435
|
"string_light_pp_dialog_sm_add_headline_c": "Biztosan megszakítja az új hangulat hozzáadását?",
|
|
21131
21436
|
"string_light_pp_dialog_sm_ed_headline_d": "Valóban törölni szeretné a hangulatot?",
|
|
21132
21437
|
"string_light_pp_field_sm_add_error1": "A név már használatban van.",
|
|
21438
|
+
"string_light_pp_sm_headline_add": "Új hangulat hozzáadása",
|
|
21133
21439
|
"string_lights_modes_blink_text": "Villanás",
|
|
21134
21440
|
"string_lights_modes_chase_text": "Üldözés",
|
|
21135
21441
|
"string_lights_modes_dazzle_text": "Káprázat",
|
|
21136
21442
|
"string_lights_set_bulbs_description_text": "Legfeljebb 48, de legalább 5 izzót támogat",
|
|
21137
21443
|
"string_lights_set_bulbs_title": "Kérjük, az izzók számát a lámpafüzérben lévő izzók tényleges számának megfelelően állítsa be.",
|
|
21138
21444
|
"strip_light_static_mood_add_step_2_dialog_text": "Vegye figyelembe, hogy minden bevitt adat elvész, ha megszakítja az új hangulat hozzáadását.",
|
|
21445
|
+
"strip_light_static_mood_add_step_2_headline": "Új hangulat hozzáadása",
|
|
21139
21446
|
"strip_light_static_mood_edit_dialog_text": "Vegye figyelembe, hogy nem fogja tudni visszaállítani.",
|
|
21140
21447
|
"strip_light_static_mood_editor_step_2_dialog_text": "Vegye figyelembe, hogy minden bevitt adat elvész, ha kilép a hangulat szerkesztéséből.",
|
|
21141
21448
|
"strip_lights_await_sync_text": "Szinkronizálás",
|
|
@@ -21213,7 +21520,10 @@ export default {
|
|
|
21213
21520
|
"switch_overcharge_headline_text": "Túltöltés elleni védelem",
|
|
21214
21521
|
"switchinching_overview_description_text": "Ahhoz, hogy automatikusan kikapcsolja a készüléket, miután egy ideig.",
|
|
21215
21522
|
"thermostat_automode": "Automatic",
|
|
21523
|
+
"thermostat_childlock_overview_description_text": "This feature disables the physical control on the device. Only possibility is to turn it off from the here.",
|
|
21524
|
+
"thermostat_cold": "Cold",
|
|
21216
21525
|
"thermostat_comforttemp": "Comfort temp.",
|
|
21526
|
+
"thermostat_cool": "Cool",
|
|
21217
21527
|
"thermostat_descriptionrapid": "To set the temperature to a value immediately",
|
|
21218
21528
|
"thermostat_descriptionvacation": "To set a vacation time",
|
|
21219
21529
|
"thermostat_difference": "Difference between the current and set temperature",
|
|
@@ -21223,6 +21533,7 @@ export default {
|
|
|
21223
21533
|
"thermostat_endtime": "End time",
|
|
21224
21534
|
"thermostat_energysaving": "Energy saving temp.",
|
|
21225
21535
|
"thermostat_error": "The end time must be greater than the start time",
|
|
21536
|
+
"thermostat_hot": "Hot",
|
|
21226
21537
|
"thermostat_maxtime": "No longer than 100 days",
|
|
21227
21538
|
"thermostat_openwindow": "Open window reminder",
|
|
21228
21539
|
"thermostat_powermode": "Manual",
|
|
@@ -21240,6 +21551,7 @@ export default {
|
|
|
21240
21551
|
"thermostat_triggertimes": "Trigger times",
|
|
21241
21552
|
"thermostat_unit": "Unit: °C",
|
|
21242
21553
|
"thermostat_vacationmode": "Vacation",
|
|
21554
|
+
"thermostat_warm": "Warm",
|
|
21243
21555
|
"time_unit_h": "h",
|
|
21244
21556
|
"timer_ceiling_fan_headline_text": "Időzítő",
|
|
21245
21557
|
"timer_ceiling_fan_lighting_switched_off_text": "A világítás kikapcsol körülbelül ekkor: {0}",
|
|
@@ -21897,6 +22209,12 @@ export default {
|
|
|
21897
22209
|
"mood_overview_warning_max_number_text": "Maksymalna liczba nastrojów została osiągnięta.",
|
|
21898
22210
|
"mood_preview": "Podgląd",
|
|
21899
22211
|
"mood_resetbutton": "Do you want to reset the moods?",
|
|
22212
|
+
"mood_string_mode_fade": "Fade",
|
|
22213
|
+
"mood_string_mode_fluorescence": "Fluorescence",
|
|
22214
|
+
"mood_string_mode_random_flash": "Random Flash",
|
|
22215
|
+
"mood_string_mode_shimmer": "Shimmer",
|
|
22216
|
+
"mood_string_mode_slow_fade": "Slow Fade",
|
|
22217
|
+
"mood_string_mode_sparkle": "Sparkle",
|
|
21900
22218
|
"motion_detection_add_time_schedule_actions_text1": "Działania",
|
|
21901
22219
|
"motion_detection_add_time_schedule_headline_text": "Dodaj nowy harmonogram",
|
|
21902
22220
|
"motion_detection_add_time_schedule_selectionfield_text": "Nazwa",
|
|
@@ -22017,12 +22335,14 @@ export default {
|
|
|
22017
22335
|
"string_light_pp_dialog_sm_add_headline_c": "Czy naprawdę chcesz zrezygnować z dodawania nowego nastroju?",
|
|
22018
22336
|
"string_light_pp_dialog_sm_ed_headline_d": "Czy naprawdę chcesz usunąć ten nastrój?",
|
|
22019
22337
|
"string_light_pp_field_sm_add_error1": "Nazwa jest już używana.",
|
|
22338
|
+
"string_light_pp_sm_headline_add": "Dodaj nowy nastrój",
|
|
22020
22339
|
"string_lights_modes_blink_text": "Miganie",
|
|
22021
22340
|
"string_lights_modes_chase_text": "Pościg",
|
|
22022
22341
|
"string_lights_modes_dazzle_text": "Olśnić",
|
|
22023
22342
|
"string_lights_set_bulbs_description_text": "Obsługuje maksymalnie 48 i minimum 5 żarówek",
|
|
22024
22343
|
"string_lights_set_bulbs_title": "Ustaw liczbę żarówek zgodnie z rzeczywistą liczbą żarówek w ciągu lamp.",
|
|
22025
22344
|
"strip_light_static_mood_add_step_2_dialog_text": "Zauważ, że Twoje dane wejściowe zostaną utracone, jeśli anulujesz dodawanie nowego nastroju.",
|
|
22345
|
+
"strip_light_static_mood_add_step_2_headline": "Dodaj nowy nastrój",
|
|
22026
22346
|
"strip_light_static_mood_edit_dialog_text": "Zauważ, że nie możesz go odzyskać.",
|
|
22027
22347
|
"strip_light_static_mood_editor_step_2_dialog_text": "Zauważ, że twój wkład zostanie utracony, jeśli opuścisz edycję nastroju.",
|
|
22028
22348
|
"strip_lights_await_sync_text": "Synchronizacja",
|
|
@@ -22100,7 +22420,10 @@ export default {
|
|
|
22100
22420
|
"switch_overcharge_headline_text": "Ochrona przed przeładowaniem",
|
|
22101
22421
|
"switchinching_overview_description_text": "Automatyczne wyłączanie urządzenia po pewnym czasie.",
|
|
22102
22422
|
"thermostat_automode": "Automatic",
|
|
22423
|
+
"thermostat_childlock_overview_description_text": "This feature disables the physical control on the device. Only possibility is to turn it off from the here.",
|
|
22424
|
+
"thermostat_cold": "Cold",
|
|
22103
22425
|
"thermostat_comforttemp": "Comfort temp.",
|
|
22426
|
+
"thermostat_cool": "Cool",
|
|
22104
22427
|
"thermostat_descriptionrapid": "To set the temperature to a value immediately",
|
|
22105
22428
|
"thermostat_descriptionvacation": "To set a vacation time",
|
|
22106
22429
|
"thermostat_difference": "Difference between the current and set temperature",
|
|
@@ -22110,6 +22433,7 @@ export default {
|
|
|
22110
22433
|
"thermostat_endtime": "End time",
|
|
22111
22434
|
"thermostat_energysaving": "Energy saving temp.",
|
|
22112
22435
|
"thermostat_error": "The end time must be greater than the start time",
|
|
22436
|
+
"thermostat_hot": "Hot",
|
|
22113
22437
|
"thermostat_maxtime": "No longer than 100 days",
|
|
22114
22438
|
"thermostat_openwindow": "Open window reminder",
|
|
22115
22439
|
"thermostat_powermode": "Manual",
|
|
@@ -22127,6 +22451,7 @@ export default {
|
|
|
22127
22451
|
"thermostat_triggertimes": "Trigger times",
|
|
22128
22452
|
"thermostat_unit": "Unit: °C",
|
|
22129
22453
|
"thermostat_vacationmode": "Vacation",
|
|
22454
|
+
"thermostat_warm": "Warm",
|
|
22130
22455
|
"time_unit_h": "h",
|
|
22131
22456
|
"timer_ceiling_fan_headline_text": "Timer",
|
|
22132
22457
|
"timer_ceiling_fan_lighting_switched_off_text": "Oświetlenie zostanie wyłączone około {0}",
|
|
@@ -22784,6 +23109,12 @@ export default {
|
|
|
22784
23109
|
"mood_overview_warning_max_number_text": "O número máximo de modos foi atingido.",
|
|
22785
23110
|
"mood_preview": "Pré-visualização",
|
|
22786
23111
|
"mood_resetbutton": "Do you want to reset the moods?",
|
|
23112
|
+
"mood_string_mode_fade": "Fade",
|
|
23113
|
+
"mood_string_mode_fluorescence": "Fluorescence",
|
|
23114
|
+
"mood_string_mode_random_flash": "Random Flash",
|
|
23115
|
+
"mood_string_mode_shimmer": "Shimmer",
|
|
23116
|
+
"mood_string_mode_slow_fade": "Slow Fade",
|
|
23117
|
+
"mood_string_mode_sparkle": "Sparkle",
|
|
22787
23118
|
"motion_detection_add_time_schedule_actions_text1": "Ações",
|
|
22788
23119
|
"motion_detection_add_time_schedule_headline_text": "Adicionar um novo cronograma",
|
|
22789
23120
|
"motion_detection_add_time_schedule_selectionfield_text": "Nome",
|
|
@@ -22904,12 +23235,14 @@ export default {
|
|
|
22904
23235
|
"string_light_pp_dialog_sm_add_headline_c": "Você realmente quer cancelar a adição de um novo humor?",
|
|
22905
23236
|
"string_light_pp_dialog_sm_ed_headline_d": "Você realmente quer excluir o modo?",
|
|
22906
23237
|
"string_light_pp_field_sm_add_error1": "O nome já está em uso.",
|
|
23238
|
+
"string_light_pp_sm_headline_add": "Adicione um novo modo",
|
|
22907
23239
|
"string_lights_modes_blink_text": "Piscar",
|
|
22908
23240
|
"string_lights_modes_chase_text": "Perseguir",
|
|
22909
23241
|
"string_lights_modes_dazzle_text": "Deslumbrar",
|
|
22910
23242
|
"string_lights_set_bulbs_description_text": "Suporta no máximo 48 e no mínimo 5 lâmpadas",
|
|
22911
23243
|
"string_lights_set_bulbs_title": "Defina o número de lâmpadas de acordo com o número real de lâmpadas no conjunto de lâmpadas",
|
|
22912
23244
|
"strip_light_static_mood_add_step_2_dialog_text": "Observe que sua entrada será perdida se você cancelar adicionar um novo humor.",
|
|
23245
|
+
"strip_light_static_mood_add_step_2_headline": "Adicione um novo modo",
|
|
22913
23246
|
"strip_light_static_mood_edit_dialog_text": "Observe que você não pode recuperá -lo.",
|
|
22914
23247
|
"strip_light_static_mood_editor_step_2_dialog_text": "Observe que sua entrada será perdida se você deixar de editar o modo.",
|
|
22915
23248
|
"strip_lights_await_sync_text": "Sincronizando",
|
|
@@ -22987,7 +23320,10 @@ export default {
|
|
|
22987
23320
|
"switch_overcharge_headline_text": "Proteção contra sobrecarga",
|
|
22988
23321
|
"switchinching_overview_description_text": "Para desligar automaticamente o dispositivo após um período de tempo.",
|
|
22989
23322
|
"thermostat_automode": "Automatic",
|
|
23323
|
+
"thermostat_childlock_overview_description_text": "This feature disables the physical control on the device. Only possibility is to turn it off from the here.",
|
|
23324
|
+
"thermostat_cold": "Cold",
|
|
22990
23325
|
"thermostat_comforttemp": "Comfort temp.",
|
|
23326
|
+
"thermostat_cool": "Cool",
|
|
22991
23327
|
"thermostat_descriptionrapid": "To set the temperature to a value immediately",
|
|
22992
23328
|
"thermostat_descriptionvacation": "To set a vacation time",
|
|
22993
23329
|
"thermostat_difference": "Difference between the current and set temperature",
|
|
@@ -22997,6 +23333,7 @@ export default {
|
|
|
22997
23333
|
"thermostat_endtime": "End time",
|
|
22998
23334
|
"thermostat_energysaving": "Energy saving temp.",
|
|
22999
23335
|
"thermostat_error": "The end time must be greater than the start time",
|
|
23336
|
+
"thermostat_hot": "Hot",
|
|
23000
23337
|
"thermostat_maxtime": "No longer than 100 days",
|
|
23001
23338
|
"thermostat_openwindow": "Open window reminder",
|
|
23002
23339
|
"thermostat_powermode": "Manual",
|
|
@@ -23014,6 +23351,7 @@ export default {
|
|
|
23014
23351
|
"thermostat_triggertimes": "Trigger times",
|
|
23015
23352
|
"thermostat_unit": "Unit: °C",
|
|
23016
23353
|
"thermostat_vacationmode": "Vacation",
|
|
23354
|
+
"thermostat_warm": "Warm",
|
|
23017
23355
|
"time_unit_h": "h",
|
|
23018
23356
|
"timer_ceiling_fan_headline_text": "Cronômetro",
|
|
23019
23357
|
"timer_ceiling_fan_lighting_switched_off_text": "A iluminação será desligada por volta de {0}",
|
|
@@ -23671,6 +24009,12 @@ export default {
|
|
|
23671
24009
|
"mood_overview_warning_max_number_text": "Достигнуто максимальное количество настроений.",
|
|
23672
24010
|
"mood_preview": "Предварительный просмотр",
|
|
23673
24011
|
"mood_resetbutton": "Do you want to reset the moods?",
|
|
24012
|
+
"mood_string_mode_fade": "Fade",
|
|
24013
|
+
"mood_string_mode_fluorescence": "Fluorescence",
|
|
24014
|
+
"mood_string_mode_random_flash": "Random Flash",
|
|
24015
|
+
"mood_string_mode_shimmer": "Shimmer",
|
|
24016
|
+
"mood_string_mode_slow_fade": "Slow Fade",
|
|
24017
|
+
"mood_string_mode_sparkle": "Sparkle",
|
|
23674
24018
|
"motion_detection_add_time_schedule_actions_text1": "Действия",
|
|
23675
24019
|
"motion_detection_add_time_schedule_headline_text": "Добавить новое расписание",
|
|
23676
24020
|
"motion_detection_add_time_schedule_selectionfield_text": "Имя",
|
|
@@ -23791,12 +24135,14 @@ export default {
|
|
|
23791
24135
|
"string_light_pp_dialog_sm_add_headline_c": "Вы действительно хотите отказаться от добавления нового настроения?",
|
|
23792
24136
|
"string_light_pp_dialog_sm_ed_headline_d": "Вы действительно хотите удалить настроение?",
|
|
23793
24137
|
"string_light_pp_field_sm_add_error1": "Это название уже используется.",
|
|
24138
|
+
"string_light_pp_sm_headline_add": "Добавить новое настроение",
|
|
23794
24139
|
"string_lights_modes_blink_text": "Мигание",
|
|
23795
24140
|
"string_lights_modes_chase_text": "Чейз",
|
|
23796
24141
|
"string_lights_modes_dazzle_text": "Ослепление",
|
|
23797
24142
|
"string_lights_set_bulbs_description_text": "Поддерживает максимум 48 и минимум 5 ламп",
|
|
23798
24143
|
"string_lights_set_bulbs_title": "Пожалуйста, укажите количество лампочек в соответствии с фактическим количеством лампочек в цепи.",
|
|
23799
24144
|
"strip_light_static_mood_add_step_2_dialog_text": "Обратите внимание, что ваши данные будут потеряны, если вы отмените добавление нового настроения.",
|
|
24145
|
+
"strip_light_static_mood_add_step_2_headline": "Добавить новое настроение",
|
|
23800
24146
|
"strip_light_static_mood_edit_dialog_text": "Обратите внимание, что вы не можете восстановить его.",
|
|
23801
24147
|
"strip_light_static_mood_editor_step_2_dialog_text": "Обратите внимание, что ваши данные будут потеряны, если вы не завершите «Редактировать настроение».",
|
|
23802
24148
|
"strip_lights_await_sync_text": "Синхронизация",
|
|
@@ -23874,7 +24220,10 @@ export default {
|
|
|
23874
24220
|
"switch_overcharge_headline_text": "Защита от перезарядки",
|
|
23875
24221
|
"switchinching_overview_description_text": "Для автоматического выключения устройства через некоторое время.",
|
|
23876
24222
|
"thermostat_automode": "Automatic",
|
|
24223
|
+
"thermostat_childlock_overview_description_text": "This feature disables the physical control on the device. Only possibility is to turn it off from the here.",
|
|
24224
|
+
"thermostat_cold": "Cold",
|
|
23877
24225
|
"thermostat_comforttemp": "Comfort temp.",
|
|
24226
|
+
"thermostat_cool": "Cool",
|
|
23878
24227
|
"thermostat_descriptionrapid": "To set the temperature to a value immediately",
|
|
23879
24228
|
"thermostat_descriptionvacation": "To set a vacation time",
|
|
23880
24229
|
"thermostat_difference": "Difference between the current and set temperature",
|
|
@@ -23884,6 +24233,7 @@ export default {
|
|
|
23884
24233
|
"thermostat_endtime": "End time",
|
|
23885
24234
|
"thermostat_energysaving": "Energy saving temp.",
|
|
23886
24235
|
"thermostat_error": "The end time must be greater than the start time",
|
|
24236
|
+
"thermostat_hot": "Hot",
|
|
23887
24237
|
"thermostat_maxtime": "No longer than 100 days",
|
|
23888
24238
|
"thermostat_openwindow": "Open window reminder",
|
|
23889
24239
|
"thermostat_powermode": "Manual",
|
|
@@ -23901,6 +24251,7 @@ export default {
|
|
|
23901
24251
|
"thermostat_triggertimes": "Trigger times",
|
|
23902
24252
|
"thermostat_unit": "Unit: °C",
|
|
23903
24253
|
"thermostat_vacationmode": "Vacation",
|
|
24254
|
+
"thermostat_warm": "Warm",
|
|
23904
24255
|
"time_unit_h": "h",
|
|
23905
24256
|
"timer_ceiling_fan_headline_text": "Таймер",
|
|
23906
24257
|
"timer_ceiling_fan_lighting_switched_off_text": "Освещение будет выключено примерно через {0}",
|
|
@@ -24558,6 +24909,12 @@ export default {
|
|
|
24558
24909
|
"mood_overview_warning_max_number_text": "Maksimum mod sayısına ulaşıldı.",
|
|
24559
24910
|
"mood_preview": "Önizleme",
|
|
24560
24911
|
"mood_resetbutton": "Do you want to reset the moods?",
|
|
24912
|
+
"mood_string_mode_fade": "Fade",
|
|
24913
|
+
"mood_string_mode_fluorescence": "Fluorescence",
|
|
24914
|
+
"mood_string_mode_random_flash": "Random Flash",
|
|
24915
|
+
"mood_string_mode_shimmer": "Shimmer",
|
|
24916
|
+
"mood_string_mode_slow_fade": "Slow Fade",
|
|
24917
|
+
"mood_string_mode_sparkle": "Sparkle",
|
|
24561
24918
|
"motion_detection_add_time_schedule_actions_text1": "Eylemler",
|
|
24562
24919
|
"motion_detection_add_time_schedule_headline_text": "Yeni bir program ekle",
|
|
24563
24920
|
"motion_detection_add_time_schedule_selectionfield_text": "İsim",
|
|
@@ -24678,12 +25035,14 @@ export default {
|
|
|
24678
25035
|
"string_light_pp_dialog_sm_add_headline_c": "Yeni bir mod eklemeyi gerçekten iptal etmek istiyor musunuz?",
|
|
24679
25036
|
"string_light_pp_dialog_sm_ed_headline_d": "Modu gerçekten silmek istiyor musun?",
|
|
24680
25037
|
"string_light_pp_field_sm_add_error1": "Bu isim zaten kullanılıyor.",
|
|
25038
|
+
"string_light_pp_sm_headline_add": "Yeni bir mod ekleyin",
|
|
24681
25039
|
"string_lights_modes_blink_text": "Göz kırpma",
|
|
24682
25040
|
"string_lights_modes_chase_text": "Takip etmek",
|
|
24683
25041
|
"string_lights_modes_dazzle_text": "Göz kamaştırmak",
|
|
24684
25042
|
"string_lights_set_bulbs_description_text": "Maksimum 48 ve minimum 5 ampulü destekler",
|
|
24685
25043
|
"string_lights_set_bulbs_title": "Lütfen ampul sayısını lamba dizisindeki gerçek ampul sayısına göre ayarlayın",
|
|
24686
25044
|
"strip_light_static_mood_add_step_2_dialog_text": "Yeni bir mod eklemeyi iptal ederseniz girişinizin kaybolacağını unutmayın..",
|
|
25045
|
+
"strip_light_static_mood_add_step_2_headline": "Yeni bir mod ekleyin",
|
|
24687
25046
|
"strip_light_static_mood_edit_dialog_text": "Kurtaramayacağını unutmayın.",
|
|
24688
25047
|
"strip_light_static_mood_editor_step_2_dialog_text": "Modunuzu düzenlerseniz girişinizin kaybolacağını unutmayın.",
|
|
24689
25048
|
"strip_lights_await_sync_text": "Senkronize ediliyor…",
|
|
@@ -24761,7 +25120,10 @@ export default {
|
|
|
24761
25120
|
"switch_overcharge_headline_text": "Aşırı Şarj Koruması",
|
|
24762
25121
|
"switchinching_overview_description_text": "Belirli bir süre sonra cihazı otomatik olarak kapatmak için.",
|
|
24763
25122
|
"thermostat_automode": "Automatic",
|
|
25123
|
+
"thermostat_childlock_overview_description_text": "This feature disables the physical control on the device. Only possibility is to turn it off from the here.",
|
|
25124
|
+
"thermostat_cold": "Cold",
|
|
24764
25125
|
"thermostat_comforttemp": "Comfort temp.",
|
|
25126
|
+
"thermostat_cool": "Cool",
|
|
24765
25127
|
"thermostat_descriptionrapid": "To set the temperature to a value immediately",
|
|
24766
25128
|
"thermostat_descriptionvacation": "To set a vacation time",
|
|
24767
25129
|
"thermostat_difference": "Difference between the current and set temperature",
|
|
@@ -24771,6 +25133,7 @@ export default {
|
|
|
24771
25133
|
"thermostat_endtime": "End time",
|
|
24772
25134
|
"thermostat_energysaving": "Energy saving temp.",
|
|
24773
25135
|
"thermostat_error": "The end time must be greater than the start time",
|
|
25136
|
+
"thermostat_hot": "Hot",
|
|
24774
25137
|
"thermostat_maxtime": "No longer than 100 days",
|
|
24775
25138
|
"thermostat_openwindow": "Open window reminder",
|
|
24776
25139
|
"thermostat_powermode": "Manual",
|
|
@@ -24788,6 +25151,7 @@ export default {
|
|
|
24788
25151
|
"thermostat_triggertimes": "Trigger times",
|
|
24789
25152
|
"thermostat_unit": "Unit: °C",
|
|
24790
25153
|
"thermostat_vacationmode": "Vacation",
|
|
25154
|
+
"thermostat_warm": "Warm",
|
|
24791
25155
|
"time_unit_h": "h",
|
|
24792
25156
|
"timer_ceiling_fan_headline_text": "Zamanlayıcı",
|
|
24793
25157
|
"timer_ceiling_fan_lighting_switched_off_text": "Aydınlatma yaklaşık {0}'de kapatılacaktır",
|
|
@@ -25445,6 +25809,12 @@ export default {
|
|
|
25445
25809
|
"mood_overview_warning_max_number_text": "O número máximo de modos foi atingido.",
|
|
25446
25810
|
"mood_preview": "Pré-visualização",
|
|
25447
25811
|
"mood_resetbutton": "Do you want to reset the moods?",
|
|
25812
|
+
"mood_string_mode_fade": "Fade",
|
|
25813
|
+
"mood_string_mode_fluorescence": "Fluorescence",
|
|
25814
|
+
"mood_string_mode_random_flash": "Random Flash",
|
|
25815
|
+
"mood_string_mode_shimmer": "Shimmer",
|
|
25816
|
+
"mood_string_mode_slow_fade": "Slow Fade",
|
|
25817
|
+
"mood_string_mode_sparkle": "Sparkle",
|
|
25448
25818
|
"motion_detection_add_time_schedule_actions_text1": "Ações",
|
|
25449
25819
|
"motion_detection_add_time_schedule_headline_text": "Adicionar um novo cronograma",
|
|
25450
25820
|
"motion_detection_add_time_schedule_selectionfield_text": "Nome",
|
|
@@ -25565,12 +25935,14 @@ export default {
|
|
|
25565
25935
|
"string_light_pp_dialog_sm_add_headline_c": "Você realmente quer cancelar a adição de um novo humor?",
|
|
25566
25936
|
"string_light_pp_dialog_sm_ed_headline_d": "Você realmente quer excluir o modo?",
|
|
25567
25937
|
"string_light_pp_field_sm_add_error1": "O nome já está em uso.",
|
|
25938
|
+
"string_light_pp_sm_headline_add": "Adicione um novo modo",
|
|
25568
25939
|
"string_lights_modes_blink_text": "Piscar",
|
|
25569
25940
|
"string_lights_modes_chase_text": "Perseguir",
|
|
25570
25941
|
"string_lights_modes_dazzle_text": "Deslumbrar",
|
|
25571
25942
|
"string_lights_set_bulbs_description_text": "Suporta no máximo 48 e no mínimo 5 lâmpadas",
|
|
25572
25943
|
"string_lights_set_bulbs_title": "Defina o número de lâmpadas de acordo com o número real de lâmpadas no conjunto de lâmpadas",
|
|
25573
25944
|
"strip_light_static_mood_add_step_2_dialog_text": "Observe que sua entrada será perdida se você cancelar adicionar um novo humor.",
|
|
25945
|
+
"strip_light_static_mood_add_step_2_headline": "Adicione um novo modo",
|
|
25574
25946
|
"strip_light_static_mood_edit_dialog_text": "Observe que você não pode recuperá -lo.",
|
|
25575
25947
|
"strip_light_static_mood_editor_step_2_dialog_text": "Observe que sua entrada será perdida se você deixar de editar o modo.",
|
|
25576
25948
|
"strip_lights_await_sync_text": "Sincronizando",
|
|
@@ -25648,7 +26020,10 @@ export default {
|
|
|
25648
26020
|
"switch_overcharge_headline_text": "Proteção contra sobrecarga",
|
|
25649
26021
|
"switchinching_overview_description_text": "Para desligar automaticamente o dispositivo após um período de tempo.",
|
|
25650
26022
|
"thermostat_automode": "Automatic",
|
|
26023
|
+
"thermostat_childlock_overview_description_text": "This feature disables the physical control on the device. Only possibility is to turn it off from the here.",
|
|
26024
|
+
"thermostat_cold": "Cold",
|
|
25651
26025
|
"thermostat_comforttemp": "Comfort temp.",
|
|
26026
|
+
"thermostat_cool": "Cool",
|
|
25652
26027
|
"thermostat_descriptionrapid": "To set the temperature to a value immediately",
|
|
25653
26028
|
"thermostat_descriptionvacation": "To set a vacation time",
|
|
25654
26029
|
"thermostat_difference": "Difference between the current and set temperature",
|
|
@@ -25658,6 +26033,7 @@ export default {
|
|
|
25658
26033
|
"thermostat_endtime": "End time",
|
|
25659
26034
|
"thermostat_energysaving": "Energy saving temp.",
|
|
25660
26035
|
"thermostat_error": "The end time must be greater than the start time",
|
|
26036
|
+
"thermostat_hot": "Hot",
|
|
25661
26037
|
"thermostat_maxtime": "No longer than 100 days",
|
|
25662
26038
|
"thermostat_openwindow": "Open window reminder",
|
|
25663
26039
|
"thermostat_powermode": "Manual",
|
|
@@ -25675,6 +26051,7 @@ export default {
|
|
|
25675
26051
|
"thermostat_triggertimes": "Trigger times",
|
|
25676
26052
|
"thermostat_unit": "Unit: °C",
|
|
25677
26053
|
"thermostat_vacationmode": "Vacation",
|
|
26054
|
+
"thermostat_warm": "Warm",
|
|
25678
26055
|
"time_unit_h": "h",
|
|
25679
26056
|
"timer_ceiling_fan_headline_text": "Cronômetro",
|
|
25680
26057
|
"timer_ceiling_fan_lighting_switched_off_text": "A iluminação será desligada por volta de {0}",
|