@ledvance/base 1.0.6 → 1.0.7

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.
@@ -4,8 +4,10 @@ export default {
4
4
  power_off_memory_default_state_title: "Default state",
5
5
  sockets_ce: "Energy consumption",
6
6
  history_overview_empty_information_text: "There are no logs.",
7
- history_powerstrip_field1_text: "{0} Powered on {0}",
8
- history_powerstrip_field1_text2: "{0} Powered off {0}",
7
+ history_powerstrip_field1_text:
8
+ "{0} Powered on {0}",
9
+ history_powerstrip_field1_text2:
10
+ "{0} Powered off {0}",
9
11
  history_contact_sensor_description_text:
10
12
  "Data for the past 7 days is shown.",
11
13
  power_off_memory_default_state_description:
@@ -16,8 +18,8 @@ export default {
16
18
  power_off_memory_customized_description:
17
19
  "User-defined selection of color and brightness value.",
18
20
  feature_summary_action_txt_1: "Switch on",
19
- sockets_specific_settings_relay_status: "Relay Status",
20
- light_sources_specific_settings_power_off: "Power-Off Memory",
21
+ sockets_specific_settings_relay_status: "Power on behaviour",
22
+ light_sources_specific_settings_power_off: "Power on behaviour",
21
23
  add_new_dynamic_mood_color_changing_mode_value2: "انتقال سريع",
22
24
  add_new_dynamic_mood_lights_field_headline2_text: "Color",
23
25
  add_new_dynamic_mood_lights_field_saturation_text: "Saturation",
@@ -134,7 +136,8 @@ export default {
134
136
  timeschedule_overview_description_text:
135
137
  "There may be minor delays of up to 30 seconds.",
136
138
  timeschedule_overview_empty_button_add_text: "Add time schedule",
137
- ceiling_fan_feature_2_light_text_min_off: "Lighting off in {0} min",
139
+ ceiling_fan_feature_2_light_text_min_off:
140
+ "Lighting off in {0} min",
138
141
  ceiling_fan_feature_2_light_text_min_on: "Lighting on in {0} min",
139
142
  add_new_dynamic_mood_color_changing_mode_headline: "وضع تغيير اللون",
140
143
  add_new_dynamic_mood_lights_field_speed_topic_text: "سرعة تغيير اللون",
@@ -147,6 +150,7 @@ export default {
147
150
  "You have not added a schedule yet.",
148
151
  sleepwakeschedule_field_3_Times_chips2_text: "Sleep Schedule",
149
152
  sleepwakeschedule_field_3_Times_chips_text: "Wake Up Schedule",
153
+ sleepwakeschedule_field_speed_text: "Duration",
150
154
  cancel_dialog_delete_item_timeschedule_titel:
151
155
  "هل تريد حقًا حذف الجدول الزمني؟",
152
156
  cancel_dialog_delete_item_sleepschedule_titel:
@@ -168,10 +172,11 @@ export default {
168
172
  timer_powerstrip_socket1_switched_on_text:
169
173
  "Socket1 will be switched on at about {0}",
170
174
  set_pw_button_save: "Save",
171
- consumption_data_field2_value_text1: "Power(W)",
172
- consumption_data_field2_value_text2: "Amperage (mA)",
173
- consumption_data_field2_value_text3: "Voltage (V)",
174
- timer_nightplug_active_timer_subheadline2_text: "ACTIVE TIMER ({0})",
175
+ consumption_data_field2_value_text1: "الطاقة (W)",
176
+ consumption_data_field2_value_text2: "التيار (مللي أمبير)",
177
+ consumption_data_field2_value_text3: "الجهد (V)",
178
+ timer_nightplug_active_timer_subheadline2_text:
179
+ "ACTIVE TIMER ({0})",
175
180
  addTimeCycle_settings_sec_text: "كم من الوقت يجب تشغيل الجهاز؟",
176
181
  addTimeCycle_settings_sec_text2: "كم من الوقت يجب إيقاف تشغيل الجهاز؟",
177
182
  power_strip_tile_socket_4_headline: "Socket USB",
@@ -220,6 +225,15 @@ export default {
220
225
  "Socket will be switched off at about {0}",
221
226
  timer_nightplug_active_timer_field_description_on_text:
222
227
  "Lighting will be switched on at about {0}",
228
+ conflict_dialog_save_item_fixedtimecycle_answer_no_text: "No",
229
+ conflict_dialog_save_item_fixedtimecycle_answer_yes_text: "Yes",
230
+ conflict_dialog_save_item_fixedtimecycle_description:
231
+ "لاحظ أن الدورة الزمنية الثابتة تتعارض مع ميزة واحدة أو أكثر. سيتم إلغاء تنشيط الميزات المتعارضة.",
232
+ conflict_dialog_save_item_fixedtimecycle_titel:
233
+ "هل تريد حقًا حفظ وتفعيل هذه الدورة الزمنية الثابتة؟",
234
+ bio_ryhthm_default_field_text: "شروق الشمس",
235
+ timeschedule_add_schedule_no_device_warning_text:
236
+ 'You have to select at least one component in the "APPLY FOR" section.',
223
237
  },
224
238
  cs: {
225
239
  add_new_dynamic_mood_color_changing_mode_value: "Gradient",
@@ -227,8 +241,10 @@ export default {
227
241
  sockets_ce: "Spotřeba energie",
228
242
  history_overview_empty_information_text:
229
243
  "Nejsou k dispozici žádné záznamy.",
230
- history_powerstrip_field1_text: "{0} zapnuto {0}",
231
- history_powerstrip_field1_text2: "{0} vypnuto {0}",
244
+ history_powerstrip_field1_text:
245
+ "{0} zapnuto {0}",
246
+ history_powerstrip_field1_text2:
247
+ "{0} vypnuto {0}",
232
248
  history_contact_sensor_description_text:
233
249
  "Zobrazují se data za posledních 7 dní.",
234
250
  power_off_memory_default_state_description:
@@ -239,8 +255,8 @@ export default {
239
255
  power_off_memory_customized_description:
240
256
  "Uživatelem definovaný výběr barvy a hodnoty jasu.",
241
257
  feature_summary_action_txt_1: "Zapnutí",
242
- sockets_specific_settings_relay_status: "Stav relé",
243
- light_sources_specific_settings_power_off: "Paměť při vypnutí",
258
+ sockets_specific_settings_relay_status: "Chování při zapnutí",
259
+ light_sources_specific_settings_power_off: "Chování při zapnutí",
244
260
  add_new_dynamic_mood_color_changing_mode_value2: "Přeskočit",
245
261
  add_new_dynamic_mood_lights_field_headline2_text: "Barva",
246
262
  add_new_dynamic_mood_lights_field_saturation_text: "Sytost",
@@ -357,8 +373,10 @@ export default {
357
373
  timeschedule_overview_description_text:
358
374
  "Může nastat krátká prodleva do 30 sekund.",
359
375
  timeschedule_overview_empty_button_add_text: "Přidat časový rozvrh",
360
- ceiling_fan_feature_2_light_text_min_off: "Vypnutí osvětlení za {0} min",
361
- ceiling_fan_feature_2_light_text_min_on: "Zapnutí osvětlení za {0} min",
376
+ ceiling_fan_feature_2_light_text_min_off:
377
+ "Vypnutí osvětlení za {0} min",
378
+ ceiling_fan_feature_2_light_text_min_on:
379
+ "Zapnutí osvětlení za {0} min",
362
380
  add_new_dynamic_mood_color_changing_mode_headline: "Režim změny barvy",
363
381
  add_new_dynamic_mood_lights_field_speed_topic_text: "Rychlost změny barvy",
364
382
  add_new_dynamic_mood_lights_field_headline_text1: "Osvětlení",
@@ -370,6 +388,7 @@ export default {
370
388
  "Dosud jste nepřidali žádný rozvrh.",
371
389
  sleepwakeschedule_field_3_Times_chips2_text: "Rozvrh spánku",
372
390
  sleepwakeschedule_field_3_Times_chips_text: "Rozvrh probuzení",
391
+ sleepwakeschedule_field_speed_text: "Doba trvání",
373
392
  cancel_dialog_delete_item_timeschedule_titel:
374
393
  "Opravdu chcete smazat tento časový rozvrh?",
375
394
  cancel_dialog_delete_item_sleepschedule_titel:
@@ -384,8 +403,10 @@ export default {
384
403
  feature_summary_action_component_7: "Zásuvka 2",
385
404
  feature_summary_action_component_8: "Zásuvka 3",
386
405
  feature_summary_action_component_9: "Zásuvka USB",
387
- sockets_feature_2_socket_text_min_off: "Vypnutí zásuvky za {0} min",
388
- sockets_feature_2_socket_text_min_on: "Zapnutí zásuvky za {0} min",
406
+ sockets_feature_2_socket_text_min_off:
407
+ "Vypnutí zásuvky za {0} min",
408
+ sockets_feature_2_socket_text_min_on:
409
+ "Zapnutí zásuvky za {0} min",
389
410
  timer_powerstrip_socket1_switched_off_text:
390
411
  "Zásuvka 1 bude vypnuta přibližně v {0}",
391
412
  timer_powerstrip_socket1_switched_on_text:
@@ -394,7 +415,8 @@ export default {
394
415
  consumption_data_field2_value_text1: "Výkon (W)",
395
416
  consumption_data_field2_value_text2: "Hodnota proudu (mA)",
396
417
  consumption_data_field2_value_text3: "Napětí (V)",
397
- timer_nightplug_active_timer_subheadline2_text: "AKTIVNÍ ČASOVAČ ({0})",
418
+ timer_nightplug_active_timer_subheadline2_text:
419
+ "AKTIVNÍ ČASOVAČ ({0})",
398
420
  addTimeCycle_settings_sec_text: "Jak dlouho má být zařízení zapnuto?",
399
421
  addTimeCycle_settings_sec_text2: "Jak dlouho má být zařízení vypnuto?",
400
422
  power_strip_tile_socket_4_headline: "Zásuvka USB",
@@ -445,14 +467,25 @@ export default {
445
467
  "Zásuvka bude vypnuta přibližně v {0}",
446
468
  timer_nightplug_active_timer_field_description_on_text:
447
469
  "Osvětlení bude zapnuto přibližně v {0}",
470
+ conflict_dialog_save_item_fixedtimecycle_answer_no_text: "Ne",
471
+ conflict_dialog_save_item_fixedtimecycle_answer_yes_text: "Ano",
472
+ conflict_dialog_save_item_fixedtimecycle_description:
473
+ "Tento pevný časový cyklus je neslučitelný s jednou nebo více funkcemi. Neslučitelné funkce budou deaktivovány.",
474
+ conflict_dialog_save_item_fixedtimecycle_titel:
475
+ "Opravdu chcete tento pevný časový cyklus uložit a aktivovat?",
476
+ bio_ryhthm_default_field_text: "Svítání",
477
+ timeschedule_add_schedule_no_device_warning_text:
478
+ "Musíte vybrat alespoň jednu součást v sekci „POUŽÍT PRO“.",
448
479
  },
449
480
  en: {
450
481
  add_new_dynamic_mood_color_changing_mode_value: "Gradient",
451
482
  power_off_memory_default_state_title: "Default state",
452
483
  sockets_ce: "Energy consumption",
453
484
  history_overview_empty_information_text: "There are no logs.",
454
- history_powerstrip_field1_text: "{0} Powered on {0}",
455
- history_powerstrip_field1_text2: "{0} Powered off {0}",
485
+ history_powerstrip_field1_text:
486
+ "{0} Powered on {0}",
487
+ history_powerstrip_field1_text2:
488
+ "{0} Powered off {0}",
456
489
  history_contact_sensor_description_text:
457
490
  "Data for the past 7 days is shown.",
458
491
  power_off_memory_default_state_description:
@@ -463,8 +496,8 @@ export default {
463
496
  power_off_memory_customized_description:
464
497
  "User-defined selection of color and brightness value.",
465
498
  feature_summary_action_txt_1: "Switch on",
466
- sockets_specific_settings_relay_status: "Relay Status",
467
- light_sources_specific_settings_power_off: "Power-Off Memory",
499
+ sockets_specific_settings_relay_status: "Power on behaviour",
500
+ light_sources_specific_settings_power_off: "Power on behaviour",
468
501
  add_new_dynamic_mood_color_changing_mode_value2: "Jump",
469
502
  add_new_dynamic_mood_lights_field_headline2_text: "Color",
470
503
  add_new_dynamic_mood_lights_field_saturation_text: "Saturation",
@@ -581,7 +614,8 @@ export default {
581
614
  timeschedule_overview_description_text:
582
615
  "There may be minor delays of up to 30 seconds.",
583
616
  timeschedule_overview_empty_button_add_text: "Add time schedule",
584
- ceiling_fan_feature_2_light_text_min_off: "Lighting off in {0} min",
617
+ ceiling_fan_feature_2_light_text_min_off:
618
+ "Lighting off in {0} min",
585
619
  ceiling_fan_feature_2_light_text_min_on: "Lighting on in {0} min",
586
620
  add_new_dynamic_mood_color_changing_mode_headline: "Color changing mode",
587
621
  add_new_dynamic_mood_lights_field_speed_topic_text: "Color changing speed",
@@ -594,6 +628,7 @@ export default {
594
628
  "You have not added a schedule yet.",
595
629
  sleepwakeschedule_field_3_Times_chips2_text: "Sleep Schedule",
596
630
  sleepwakeschedule_field_3_Times_chips_text: "Wake Up Schedule",
631
+ sleepwakeschedule_field_speed_text: "Duration",
597
632
  cancel_dialog_delete_item_timeschedule_titel:
598
633
  "Do you really want to delete the time schedule?",
599
634
  cancel_dialog_delete_item_sleepschedule_titel:
@@ -618,7 +653,8 @@ export default {
618
653
  consumption_data_field2_value_text1: "Power(W)",
619
654
  consumption_data_field2_value_text2: "Amperage (mA)",
620
655
  consumption_data_field2_value_text3: "Voltage (V)",
621
- timer_nightplug_active_timer_subheadline2_text: "ACTIVE TIMER ({0})",
656
+ timer_nightplug_active_timer_subheadline2_text:
657
+ "ACTIVE TIMER ({0})",
622
658
  addTimeCycle_settings_sec_text: "How long shall the device be powered on?",
623
659
  addTimeCycle_settings_sec_text2:
624
660
  "How long shall the device be powered off?",
@@ -668,14 +704,25 @@ export default {
668
704
  "Socket will be switched off at about {0}",
669
705
  timer_nightplug_active_timer_field_description_on_text:
670
706
  "Lighting will be switched on at about {0}",
707
+ conflict_dialog_save_item_fixedtimecycle_answer_no_text: "No",
708
+ conflict_dialog_save_item_fixedtimecycle_answer_yes_text: "Yes",
709
+ conflict_dialog_save_item_fixedtimecycle_description:
710
+ "Note that the fixed time cycle conflicts with one or more features. The conflicting features will be deactivated.",
711
+ conflict_dialog_save_item_fixedtimecycle_titel:
712
+ "Do you really want to save and activate this fixed time cycle?",
713
+ bio_ryhthm_default_field_text: "Sunrise",
714
+ timeschedule_add_schedule_no_device_warning_text:
715
+ 'You have to select at least one component in the "APPLY FOR" section.',
671
716
  },
672
717
  bg: {
673
718
  add_new_dynamic_mood_color_changing_mode_value: "Градиент",
674
719
  power_off_memory_default_state_title: "Състояние по подразбиране",
675
720
  sockets_ce: "Консумация на енергия",
676
721
  history_overview_empty_information_text: "Няма дневници.",
677
- history_powerstrip_field1_text: "{0} Захранване на {0}",
678
- history_powerstrip_field1_text2: "{0} Изключване на захранването {0}",
722
+ history_powerstrip_field1_text:
723
+ "{0} Захранване на {0}",
724
+ history_powerstrip_field1_text2:
725
+ "{0} Изключване на захранването {0}",
679
726
  history_contact_sensor_description_text:
680
727
  "Показани са данни за последните 7 дни.",
681
728
  power_off_memory_default_state_description:
@@ -686,7 +733,7 @@ export default {
686
733
  power_off_memory_customized_description:
687
734
  "Дефиниран от потребителя избор на цвят и стойност на яркостта.",
688
735
  feature_summary_action_txt_1: "Включване",
689
- sockets_specific_settings_relay_status: "Състояние на релето",
736
+ sockets_specific_settings_relay_status: "Сила върху поведението",
690
737
  light_sources_specific_settings_power_off: "Памет за изключване",
691
738
  add_new_dynamic_mood_color_changing_mode_value2: "Скок",
692
739
  add_new_dynamic_mood_lights_field_headline2_text: "Цвят",
@@ -822,6 +869,7 @@ export default {
822
869
  sleepwakeschedule_empty_information_text: "Все още не сте добавили график.",
823
870
  sleepwakeschedule_field_3_Times_chips2_text: "График за заспиване",
824
871
  sleepwakeschedule_field_3_Times_chips_text: "График за събуждане",
872
+ sleepwakeschedule_field_speed_text: "Продължителност",
825
873
  cancel_dialog_delete_item_timeschedule_titel:
826
874
  "Наистина ли искате да изтриете времевия график?",
827
875
  cancel_dialog_delete_item_sleepschedule_titel:
@@ -838,7 +886,8 @@ export default {
838
886
  feature_summary_action_component_9: "USB гнездо",
839
887
  sockets_feature_2_socket_text_min_off:
840
888
  "Изключване на контакта след {0} мин",
841
- sockets_feature_2_socket_text_min_on: "Включване на контакта след {0} min",
889
+ sockets_feature_2_socket_text_min_on:
890
+ "Включване на контакта след {0} min",
842
891
  timer_powerstrip_socket1_switched_off_text:
843
892
  "Контакт1 ще бъде изключен след около {0}",
844
893
  timer_powerstrip_socket1_switched_on_text:
@@ -847,7 +896,8 @@ export default {
847
896
  consumption_data_field2_value_text1: "Мощност (W)",
848
897
  consumption_data_field2_value_text2: "Ток (mA)",
849
898
  consumption_data_field2_value_text3: "Напрежение (V)",
850
- timer_nightplug_active_timer_subheadline2_text: "АКТИВЕН ТАЙМЕР ({0})",
899
+ timer_nightplug_active_timer_subheadline2_text:
900
+ "АКТИВЕН ТАЙМЕР ({0})",
851
901
  addTimeCycle_settings_sec_text:
852
902
  "Колко време устройството трябва да бъде включено?",
853
903
  addTimeCycle_settings_sec_text2:
@@ -900,14 +950,25 @@ export default {
900
950
  "Гнездото ще бъде изключено след около {0}",
901
951
  timer_nightplug_active_timer_field_description_on_text:
902
952
  "Осветлението ще бъде включено след около {0}",
953
+ conflict_dialog_save_item_fixedtimecycle_answer_no_text: "Не",
954
+ conflict_dialog_save_item_fixedtimecycle_answer_yes_text: "Да",
955
+ conflict_dialog_save_item_fixedtimecycle_description:
956
+ "Имайте предвид, че фиксираният времеви цикъл е в конфликт с една или повече функции. Конфликтните функции ще бъдат деактивирани.",
957
+ conflict_dialog_save_item_fixedtimecycle_titel:
958
+ "Наистина ли искате да запазите и активирате този фиксиран времеви цикъл?",
959
+ bio_ryhthm_default_field_text: "Изгрев",
960
+ timeschedule_add_schedule_no_device_warning_text:
961
+ "Трябва да изберете поне един компонент в секцията „ПРИЛОЖИ ЗА“.",
903
962
  },
904
963
  de: {
905
964
  add_new_dynamic_mood_color_changing_mode_value: "Fließend",
906
965
  power_off_memory_default_state_title: "Standardzustand",
907
966
  sockets_ce: "Verbrauchter Strom",
908
967
  history_overview_empty_information_text: "Es gibt keine Protokolle.",
909
- history_powerstrip_field1_text: "{0} Eingeschaltet {0}",
910
- history_powerstrip_field1_text2: "{0} Ausgeschaltet {0}",
968
+ history_powerstrip_field1_text:
969
+ "{0} Eingeschaltet {0}",
970
+ history_powerstrip_field1_text2:
971
+ "{0} Ausgeschaltet {0}",
911
972
  history_contact_sensor_description_text:
912
973
  "Die Daten der letzten 7 Tage werden angezeigt.",
913
974
  power_off_memory_default_state_description:
@@ -918,8 +979,8 @@ export default {
918
979
  power_off_memory_customized_description:
919
980
  "Benutzerdefinierte Auswahl von Farbe und Helligkeitswert.",
920
981
  feature_summary_action_txt_1: "Einschalten",
921
- sockets_specific_settings_relay_status: "Relaisstatus",
922
- light_sources_specific_settings_power_off: "Ausschalt-Speicher",
982
+ sockets_specific_settings_relay_status: "Verhalten beim Einschalten",
983
+ light_sources_specific_settings_power_off: "Verhalten beim Einschalten",
923
984
  add_new_dynamic_mood_color_changing_mode_value2: "Springen",
924
985
  add_new_dynamic_mood_lights_field_headline2_text: "Farbe",
925
986
  add_new_dynamic_mood_lights_field_saturation_text: "Sättigung",
@@ -1052,6 +1113,7 @@ export default {
1052
1113
  "Du hast noch keinen Zeitplan hinzugefügt.",
1053
1114
  sleepwakeschedule_field_3_Times_chips2_text: "Schlafplan",
1054
1115
  sleepwakeschedule_field_3_Times_chips_text: "Weckzeitplan",
1116
+ sleepwakeschedule_field_speed_text: "Dauer",
1055
1117
  cancel_dialog_delete_item_timeschedule_titel:
1056
1118
  "Möchtest du den Zeitplan wirklich löschen?",
1057
1119
  cancel_dialog_delete_item_sleepschedule_titel:
@@ -1076,7 +1138,8 @@ export default {
1076
1138
  consumption_data_field2_value_text1: "Leistung(W)",
1077
1139
  consumption_data_field2_value_text2: "Stromstärke (mA)",
1078
1140
  consumption_data_field2_value_text3: "Spannung (V)",
1079
- timer_nightplug_active_timer_subheadline2_text: "Aktiver-Timer ({0})",
1141
+ timer_nightplug_active_timer_subheadline2_text:
1142
+ "Aktiver-Timer ({0})",
1080
1143
  addTimeCycle_settings_sec_text:
1081
1144
  "Wie lange soll das Gerät eingeschaltet bleiben?",
1082
1145
  addTimeCycle_settings_sec_text2:
@@ -1128,14 +1191,25 @@ export default {
1128
1191
  "Steckdose wird um ca. {0} abgeschaltet",
1129
1192
  timer_nightplug_active_timer_field_description_on_text:
1130
1193
  "Licht wird um ca. {0} eingeschaltet",
1194
+ conflict_dialog_save_item_fixedtimecycle_answer_no_text: "Nein",
1195
+ conflict_dialog_save_item_fixedtimecycle_answer_yes_text: "Ja",
1196
+ conflict_dialog_save_item_fixedtimecycle_description:
1197
+ "Beachte, dass der feste Zeitzyklus mit einem oder mehreren Merkmalen in Konflikt steht. Die kollidierenden Funktionen werden deaktiviert.",
1198
+ conflict_dialog_save_item_fixedtimecycle_titel:
1199
+ "Willst du diesen festen Zeitzyklus wirklich speichern und aktivieren?",
1200
+ bio_ryhthm_default_field_text: "Sonnenaufgang",
1201
+ timeschedule_add_schedule_no_device_warning_text:
1202
+ "Im Bereich „Anwenden für“ müsst du mindestens eine Komponente auswählen.",
1131
1203
  },
1132
1204
  el: {
1133
1205
  add_new_dynamic_mood_color_changing_mode_value: "Διαβάθμιση",
1134
1206
  power_off_memory_default_state_title: "Προεπιλεγμένη κατάσταση",
1135
1207
  sockets_ce: "Κατανάλωση ενέργειας",
1136
1208
  history_overview_empty_information_text: "Δεν υπάρχουν αρχεία καταγραφής.",
1137
- history_powerstrip_field1_text: "{0} Ενεργοποιήθηκε στο {0}",
1138
- history_powerstrip_field1_text2: "{0} Απενεργοποιήθηκε στις {0}",
1209
+ history_powerstrip_field1_text:
1210
+ "{0} Ενεργοποιήθηκε στο {0}",
1211
+ history_powerstrip_field1_text2:
1212
+ "{0} Απενεργοποιήθηκε στις {0}",
1139
1213
  history_contact_sensor_description_text:
1140
1214
  "Εμφανίζονται δεδομένα για τις τελευταίες 7 ημέρες.",
1141
1215
  power_off_memory_default_state_description:
@@ -1146,8 +1220,8 @@ export default {
1146
1220
  power_off_memory_customized_description:
1147
1221
  "Επιλογή χρώματος και τιμής φωτεινότητας που ορίζεται από το χρήστη.",
1148
1222
  feature_summary_action_txt_1: "Ενεργοποίηση",
1149
- sockets_specific_settings_relay_status: "Κατάσταση ρελέ",
1150
- light_sources_specific_settings_power_off: "Μνήμη απενεργοποίησης",
1223
+ sockets_specific_settings_relay_status: "Ισχύς στη συμπεριφορά",
1224
+ light_sources_specific_settings_power_off: "Ισχύς στη συμπεριφορά",
1151
1225
  add_new_dynamic_mood_color_changing_mode_value2: "Άλμα",
1152
1226
  add_new_dynamic_mood_lights_field_headline2_text: "Χρώμα",
1153
1227
  add_new_dynamic_mood_lights_field_saturation_text: "Κορεσμός",
@@ -1214,7 +1288,7 @@ export default {
1214
1288
  mesh_device_detail_lighting_color_mode: "Λειτουργία χρώματος",
1215
1289
  mesh_device_detail_lighting_goodnight: "Καληνύχτα",
1216
1290
  mesh_device_detail_lighting_leisure: "Ελεύθερος χρόνος",
1217
- mesh_device_detail_lighting_read: "Διαβάστηκε",
1291
+ mesh_device_detail_lighting_read: "Διάβασμα",
1218
1292
  mesh_device_detail_lighting_white_mode: "Λειτουργία λευκού",
1219
1293
  mesh_device_detail_lighting_work: "Εργασία",
1220
1294
  mesh_device_detail_mode: "Διάθεση",
@@ -1270,7 +1344,8 @@ export default {
1270
1344
  timeschedule_overview_empty_button_add_text: "Προσθήκη χρονοδιαγράμματος",
1271
1345
  ceiling_fan_feature_2_light_text_min_off:
1272
1346
  "Απενεργοποίηση φωτισμού σε {0} min",
1273
- ceiling_fan_feature_2_light_text_min_on: "Ενεργοποίηση φωτισμού σε {0} min",
1347
+ ceiling_fan_feature_2_light_text_min_on:
1348
+ "Ενεργοποίηση φωτισμού σε {0} min",
1274
1349
  add_new_dynamic_mood_color_changing_mode_headline:
1275
1350
  "Λειτουργία αλλαγής χρώματος",
1276
1351
  add_new_dynamic_mood_lights_field_speed_topic_text:
@@ -1284,6 +1359,7 @@ export default {
1284
1359
  "Δεν έχετε προσθέσει ακόμα πρόγραμμα.",
1285
1360
  sleepwakeschedule_field_3_Times_chips2_text: "Πρόγραμμα ύπνου",
1286
1361
  sleepwakeschedule_field_3_Times_chips_text: "Πρόγραμμα αφύπνισης",
1362
+ sleepwakeschedule_field_speed_text: "Διάρκεια",
1287
1363
  cancel_dialog_delete_item_timeschedule_titel:
1288
1364
  "Θέλετε πραγματικά να διαγράψετε το χρονοδιάγραμμα;",
1289
1365
  cancel_dialog_delete_item_sleepschedule_titel:
@@ -1298,8 +1374,10 @@ export default {
1298
1374
  feature_summary_action_component_7: "Πρίζα 2",
1299
1375
  feature_summary_action_component_8: "Πρίζα 3",
1300
1376
  feature_summary_action_component_9: "Πρίζα USB",
1301
- sockets_feature_2_socket_text_min_off: "Απενεργοποίηση πρίζας σε {0} min",
1302
- sockets_feature_2_socket_text_min_on: "Ενεργοποίηση πρίζας σε {0} min",
1377
+ sockets_feature_2_socket_text_min_off:
1378
+ "Απενεργοποίηση πρίζας σε {0} min",
1379
+ sockets_feature_2_socket_text_min_on:
1380
+ "Ενεργοποίηση πρίζας σε {0} min",
1303
1381
  timer_powerstrip_socket1_switched_off_text:
1304
1382
  "Η πρίζα 1 θα απενεργοποιηθεί περίπου σε {0}",
1305
1383
  timer_powerstrip_socket1_switched_on_text:
@@ -1308,7 +1386,8 @@ export default {
1308
1386
  consumption_data_field2_value_text1: "Ισχύς (W)",
1309
1387
  consumption_data_field2_value_text2: "Ρεύμα (mA)",
1310
1388
  consumption_data_field2_value_text3: "Τάση (V)",
1311
- timer_nightplug_active_timer_subheadline2_text: "ΕΝΕΡΓΟ ΧΡΟΝΟΜΕΤΡΟ ({0})",
1389
+ timer_nightplug_active_timer_subheadline2_text:
1390
+ "ΕΝΕΡΓΟ ΧΡΟΝΟΜΕΤΡΟ ({0})",
1312
1391
  addTimeCycle_settings_sec_text:
1313
1392
  "Πόσο καιρό θα είναι ενεργοποιημένη η συσκευή;",
1314
1393
  addTimeCycle_settings_sec_text2:
@@ -1361,14 +1440,25 @@ export default {
1361
1440
  "Η πρίζα θα απενεργοποιηθεί σε περίπου {0}",
1362
1441
  timer_nightplug_active_timer_field_description_on_text:
1363
1442
  "Ο φωτισμός θα ενεργοποιηθεί περίπου σε {0}",
1443
+ conflict_dialog_save_item_fixedtimecycle_answer_no_text: "Όχι",
1444
+ conflict_dialog_save_item_fixedtimecycle_answer_yes_text: "Ναι",
1445
+ conflict_dialog_save_item_fixedtimecycle_description:
1446
+ "Σημειώστε ότι ο σταθερός χρονικός κύκλος έρχεται σε διένεξη με μία ή περισσότερες δυνατότητες. Οι λειτουργίες σε διένεξη θα απενεργοποιηθούν.",
1447
+ conflict_dialog_save_item_fixedtimecycle_titel:
1448
+ "Θέλετε πραγματικά να αποθηκεύσετε και να ενεργοποιήσετε αυτόν τον σταθερό χρονικό κύκλο;",
1449
+ bio_ryhthm_default_field_text: "Ανατολή ηλίου",
1450
+ timeschedule_add_schedule_no_device_warning_text:
1451
+ "Πρέπει να επιλέξετε τουλάχιστον ένα στοιχείο στην ενότητα «ΕΦΑΡΜΟΓΗ ΓΙΑ».",
1364
1452
  },
1365
1453
  es: {
1366
1454
  add_new_dynamic_mood_color_changing_mode_value: "Gradiente",
1367
1455
  power_off_memory_default_state_title: "Estado por defecto",
1368
1456
  sockets_ce: "Energía consumida",
1369
1457
  history_overview_empty_information_text: "No hay registros.",
1370
- history_powerstrip_field1_text: "{0} Encendido en {0}",
1371
- history_powerstrip_field1_text2: "{0} Apagado {0}",
1458
+ history_powerstrip_field1_text:
1459
+ "{0} Encendido en {0}",
1460
+ history_powerstrip_field1_text2:
1461
+ "{0} Apagado {0}",
1372
1462
  history_contact_sensor_description_text:
1373
1463
  "Se muestran los datos de los últimos 7 días.",
1374
1464
  power_off_memory_default_state_description:
@@ -1379,8 +1469,8 @@ export default {
1379
1469
  power_off_memory_customized_description:
1380
1470
  "Selección del valor de color y brillo definida por el usuario.",
1381
1471
  feature_summary_action_txt_1: "Encender",
1382
- sockets_specific_settings_relay_status: "Estado del relé",
1383
- light_sources_specific_settings_power_off: "Memoria de apagado",
1472
+ sockets_specific_settings_relay_status: "Comportamiento de encendido",
1473
+ light_sources_specific_settings_power_off: "Comportamiento de encendido",
1384
1474
  add_new_dynamic_mood_color_changing_mode_value2: "Salto",
1385
1475
  add_new_dynamic_mood_lights_field_headline2_text: "Color",
1386
1476
  add_new_dynamic_mood_lights_field_saturation_text: "Saturación",
@@ -1516,6 +1606,7 @@ export default {
1516
1606
  "Aún no has añadido ningún horario.",
1517
1607
  sleepwakeschedule_field_3_Times_chips2_text: "Horario de sueño",
1518
1608
  sleepwakeschedule_field_3_Times_chips_text: "Horario de despertador",
1609
+ sleepwakeschedule_field_speed_text: "Duración",
1519
1610
  cancel_dialog_delete_item_timeschedule_titel:
1520
1611
  "¿De verdad quieres eliminar el horario?",
1521
1612
  cancel_dialog_delete_item_sleepschedule_titel:
@@ -1540,7 +1631,8 @@ export default {
1540
1631
  consumption_data_field2_value_text1: "Potencia (W)",
1541
1632
  consumption_data_field2_value_text2: "Amperaje (mA)",
1542
1633
  consumption_data_field2_value_text3: "Tensión (V)",
1543
- timer_nightplug_active_timer_subheadline2_text: "TEMPORIZADOR ACTIVO ({0})",
1634
+ timer_nightplug_active_timer_subheadline2_text:
1635
+ "TEMPORIZADOR ACTIVO ({0})",
1544
1636
  addTimeCycle_settings_sec_text:
1545
1637
  "¿Durante cuánto tiempo debe estar encendido el dispositivo?",
1546
1638
  addTimeCycle_settings_sec_text2:
@@ -1593,14 +1685,25 @@ export default {
1593
1685
  "El enchufe se apagará aproximadamente a las {0}",
1594
1686
  timer_nightplug_active_timer_field_description_on_text:
1595
1687
  "La luz se encenderá aproximadamente a las {0}",
1688
+ conflict_dialog_save_item_fixedtimecycle_answer_no_text: "No",
1689
+ conflict_dialog_save_item_fixedtimecycle_answer_yes_text: "Sí",
1690
+ conflict_dialog_save_item_fixedtimecycle_description:
1691
+ "Ten en cuenta que el ciclo de tiempo fijo entra en conflicto con una o más funciones. Las funciones conflictivas se desactivarán.",
1692
+ conflict_dialog_save_item_fixedtimecycle_titel:
1693
+ "¿De verdad quieres guardar y activar este ciclo de tiempo fijo?",
1694
+ bio_ryhthm_default_field_text: "Amanecer",
1695
+ timeschedule_add_schedule_no_device_warning_text:
1696
+ "Debe seleccionar al menos un componente en la sección «SOLICITAR».",
1596
1697
  },
1597
1698
  fr: {
1598
- add_new_dynamic_mood_color_changing_mode_value: "Dégradé",
1699
+ add_new_dynamic_mood_color_changing_mode_value: "Fluide",
1599
1700
  power_off_memory_default_state_title: "État par défaut",
1600
1701
  sockets_ce: "Énergie consommée",
1601
1702
  history_overview_empty_information_text: "Il n'y a pas de journaux.",
1602
- history_powerstrip_field1_text: "{0} Activé {0}",
1603
- history_powerstrip_field1_text2: "{0} Désactivé {0}",
1703
+ history_powerstrip_field1_text:
1704
+ "{0} Activé {0}",
1705
+ history_powerstrip_field1_text2:
1706
+ "{0} Désactivé {0}",
1604
1707
  history_contact_sensor_description_text:
1605
1708
  "Data for the past 7 days is shown.",
1606
1709
  power_off_memory_default_state_description:
@@ -1610,10 +1713,10 @@ export default {
1610
1713
  "Revenez à l'état précédent avant la mise hors tension",
1611
1714
  power_off_memory_customized_description:
1612
1715
  "Sélection de la valeur de couleur et de luminosité définie par l'utilisateur.",
1613
- feature_summary_action_txt_1: "activer",
1614
- sockets_specific_settings_relay_status: "État du relais",
1615
- light_sources_specific_settings_power_off: "Mémoire hors tension",
1616
- add_new_dynamic_mood_color_changing_mode_value2: "Sauter",
1716
+ feature_summary_action_txt_1: "Allumer",
1717
+ sockets_specific_settings_relay_status: "Le pouvoir sur le comportement",
1718
+ light_sources_specific_settings_power_off: "Le pouvoir sur le comportement",
1719
+ add_new_dynamic_mood_color_changing_mode_value2: "Abrupt",
1617
1720
  add_new_dynamic_mood_lights_field_headline2_text: "Couleur",
1618
1721
  add_new_dynamic_mood_lights_field_saturation_text: "Saturation",
1619
1722
  add_new_static_mood_headline_text: "Ajoutez une nouvelle ambiance statique",
@@ -1636,8 +1739,8 @@ export default {
1636
1739
  add_sleepschedule_one_source_system_back_text: "Plan coucher/réveil",
1637
1740
  add_sleepschedule_two_source_field_text: "Nuance",
1638
1741
  add_sleepschedule_two_source_field_text3: "Luminosité",
1639
- feature_summary_action_txt_10: "Fade out",
1640
- feature_summary_action_txt_11: "Fade in",
1742
+ feature_summary_action_txt_10: "Extinction progressive",
1743
+ feature_summary_action_txt_11: "Allumage progressif",
1641
1744
  auto_scan_button_Device_a: "Ajouter",
1642
1745
  auto_scan_system_cancel: "Annuler",
1643
1746
  auto_scan_system_wifi_confirm: "Confirmer",
@@ -1649,7 +1752,7 @@ export default {
1649
1752
  bio_ryhthm_default_field_text4: "Confortable",
1650
1753
  bio_ryhthm_default_field_text5: "Lumière de nuit",
1651
1754
  bio_ryhthm_default_selectionfield_topic_text:
1652
- "Mode de changement de couleur",
1755
+ "Transition entre deux périodes",
1653
1756
  bio_ryhthm_default_weekday1_text: "Lun",
1654
1757
  bio_ryhthm_default_weekday2_text: "Mar",
1655
1758
  bio_ryhthm_default_weekday3_text: "Mer",
@@ -1686,13 +1789,14 @@ export default {
1686
1789
  mood_overview_add_mood_text: "Add static mood",
1687
1790
  mood_overview_add_mood_text2: "Add dynamic mood",
1688
1791
  mood_overview_field_chip_2: "Dynamic",
1689
- mood_overview_field_chip_text: "Static",
1690
- mood_overview_filter_name_text1: "Static",
1792
+ mood_overview_field_chip_text: "Statique",
1793
+ mood_overview_filter_name_text1: "Statique",
1691
1794
  mood_overview_filter_name_text2: "Dynamic",
1692
1795
  mood_overview_headline_text: "Ambiance",
1693
1796
  mood_overview_information_text:
1694
1797
  "The static moods are stored locally on your smartphone. Therefore they can’t be shared with other users.",
1695
- motion_detection_add_time_schedule_headline_text: "Add a new schedule",
1798
+ motion_detection_add_time_schedule_headline_text:
1799
+ "Ajouter un nouveau calendrier",
1696
1800
  motion_detection_add_time_schedule_selectionfield_text: "Nom",
1697
1801
  motion_detection_add_time_schedule_system_back_text: "Calendrier",
1698
1802
  motion_detection_time_schedule_notifications_field_weekdays_text2:
@@ -1700,8 +1804,8 @@ export default {
1700
1804
  timeschedule_add_schedule_text: "Chaque {0}",
1701
1805
  motion_detection_time_schedule_notifications_field_weekdays_text4:
1702
1806
  "Every day",
1703
- other_lights_modes_gradient_text: "Dégradé",
1704
- other_lights_modes_jump_text: "Sauter",
1807
+ other_lights_modes_gradient_text: "Fluide",
1808
+ other_lights_modes_jump_text: "Abrupt",
1705
1809
  solar_bt_pp_field_dm: "Ambiance dynamique",
1706
1810
  timer_ceiling_fan_headline_text: "Minuteur",
1707
1811
  timer_nightplug_headline_text: "Minuteur",
@@ -1733,9 +1837,10 @@ export default {
1733
1837
  timeschedule_overview_empty_button_add_text: "Ajouter un calendrier",
1734
1838
  ceiling_fan_feature_2_light_text_min_off:
1735
1839
  "Extinction de l'éclairage dans {0} min",
1736
- ceiling_fan_feature_2_light_text_min_on: "Éclairage allumé dans {0} min",
1840
+ ceiling_fan_feature_2_light_text_min_on:
1841
+ "Éclairage allumé dans {0} min",
1737
1842
  add_new_dynamic_mood_color_changing_mode_headline:
1738
- "Mode de changement de couleur",
1843
+ "Transition entre deux périodes",
1739
1844
  add_new_dynamic_mood_lights_field_speed_topic_text:
1740
1845
  "Vitesse de changement de couleur",
1741
1846
  add_new_dynamic_mood_lights_field_headline_text1: "Eclairage",
@@ -1745,8 +1850,9 @@ export default {
1745
1850
  feature_summary_action_txt_2: "Éteindre",
1746
1851
  sleepwakeschedule_empty_information_text:
1747
1852
  "Vous n'avez pas encore ajouté de calendrier.",
1748
- sleepwakeschedule_field_3_Times_chips2_text: "Sleep Schedule",
1853
+ sleepwakeschedule_field_3_Times_chips2_text: "Horaire de coucher",
1749
1854
  sleepwakeschedule_field_3_Times_chips_text: "Horaire de réveil",
1855
+ sleepwakeschedule_field_speed_text: "Durée",
1750
1856
  cancel_dialog_delete_item_timeschedule_titel:
1751
1857
  "Voulez-vous vraiment supprimer le calendrier ?",
1752
1858
  cancel_dialog_delete_item_sleepschedule_titel:
@@ -1761,8 +1867,10 @@ export default {
1761
1867
  feature_summary_action_component_7: "Prise 2",
1762
1868
  feature_summary_action_component_8: "Prise 3",
1763
1869
  feature_summary_action_component_9: "Prise USB",
1764
- sockets_feature_2_socket_text_min_off: "Prise éteinte dans {0} min",
1765
- sockets_feature_2_socket_text_min_on: "Prise allumée dans {0} min",
1870
+ sockets_feature_2_socket_text_min_off:
1871
+ "Prise éteinte dans {0} min",
1872
+ sockets_feature_2_socket_text_min_on:
1873
+ "Prise allumée dans {0} min",
1766
1874
  timer_powerstrip_socket1_switched_off_text:
1767
1875
  "La prise1 sera éteinte au bout de {0}",
1768
1876
  timer_powerstrip_socket1_switched_on_text:
@@ -1771,7 +1879,8 @@ export default {
1771
1879
  consumption_data_field2_value_text1: "Puissance (W)",
1772
1880
  consumption_data_field2_value_text2: "Ampérage (mA)",
1773
1881
  consumption_data_field2_value_text3: "Tension (V)",
1774
- timer_nightplug_active_timer_subheadline2_text: "MINUTEUR ACTIF ({0})",
1882
+ timer_nightplug_active_timer_subheadline2_text:
1883
+ "MINUTEUR ACTIF ({0})",
1775
1884
  addTimeCycle_settings_sec_text:
1776
1885
  "Combien de temps l'appareil doit-il rester allumé ?",
1777
1886
  addTimeCycle_settings_sec_text2:
@@ -1824,14 +1933,25 @@ export default {
1824
1933
  "La prise sera éteinte au bout de {0}",
1825
1934
  timer_nightplug_active_timer_field_description_on_text:
1826
1935
  "L'éclairage sera allumé au bout de {0}",
1936
+ conflict_dialog_save_item_fixedtimecycle_answer_no_text: "Non",
1937
+ conflict_dialog_save_item_fixedtimecycle_answer_yes_text: "Oui",
1938
+ conflict_dialog_save_item_fixedtimecycle_description:
1939
+ "Notez que le cycle de temps fixe entre en conflit avec une ou plusieurs fonctionnalités. Les fonctions en conflit seront désactivées.",
1940
+ conflict_dialog_save_item_fixedtimecycle_titel:
1941
+ "Voulez-vous vraiment enregistrer et activer ce cycle de temps fixe ?",
1942
+ bio_ryhthm_default_field_text: "Lever de soleil",
1943
+ timeschedule_add_schedule_no_device_warning_text:
1944
+ "Vous devez sélectionner au moins un composant dans la section « APPLIQUER POUR ».",
1827
1945
  },
1828
1946
  hr: {
1829
1947
  add_new_dynamic_mood_color_changing_mode_value: "Prijelaz",
1830
1948
  power_off_memory_default_state_title: "Zadano stanje",
1831
1949
  sockets_ce: "Potrošnja energije",
1832
1950
  history_overview_empty_information_text: "Nema zapisa.",
1833
- history_powerstrip_field1_text: "{0} Uključeno {0}",
1834
- history_powerstrip_field1_text2: "{0} Isključeno {0}",
1951
+ history_powerstrip_field1_text:
1952
+ "{0} Uključeno {0}",
1953
+ history_powerstrip_field1_text2:
1954
+ "{0} Isključeno {0}",
1835
1955
  history_contact_sensor_description_text:
1836
1956
  "Prikazani su podaci za zadnjih 7 dana.",
1837
1957
  power_off_memory_default_state_description:
@@ -1842,8 +1962,8 @@ export default {
1842
1962
  power_off_memory_customized_description:
1843
1963
  "Korisnički definiran odabir vrijednosti boje i svjetline.",
1844
1964
  feature_summary_action_txt_1: "Upali",
1845
- sockets_specific_settings_relay_status: "Status releja",
1846
- light_sources_specific_settings_power_off: "Memorija za isključivanje",
1965
+ sockets_specific_settings_relay_status: "Snaga na ponašanje",
1966
+ light_sources_specific_settings_power_off: "Uključite ponašanje",
1847
1967
  add_new_dynamic_mood_color_changing_mode_value2: "Skoči",
1848
1968
  add_new_dynamic_mood_lights_field_headline2_text: "Boja",
1849
1969
  add_new_dynamic_mood_lights_field_saturation_text: "Zasićenost",
@@ -1964,8 +2084,10 @@ export default {
1964
2084
  timeschedule_overview_description_text:
1965
2085
  "Moguća su manja kašnjenja do 30 sekundi.",
1966
2086
  timeschedule_overview_empty_button_add_text: "Dodajte vremenski raspored",
1967
- ceiling_fan_feature_2_light_text_min_off: "Rasvjeta se gasi za {0} min",
1968
- ceiling_fan_feature_2_light_text_min_on: "Rasvjeta se uključuje za {0} min",
2087
+ ceiling_fan_feature_2_light_text_min_off:
2088
+ "Rasvjeta se gasi za {0} min",
2089
+ ceiling_fan_feature_2_light_text_min_on:
2090
+ "Rasvjeta se uključuje za {0} min",
1969
2091
  add_new_dynamic_mood_color_changing_mode_headline:
1970
2092
  "Način rada mijenjanje boje",
1971
2093
  add_new_dynamic_mood_lights_field_speed_topic_text:
@@ -1978,6 +2100,7 @@ export default {
1978
2100
  sleepwakeschedule_empty_information_text: "Još niste dodali raspored.",
1979
2101
  sleepwakeschedule_field_3_Times_chips2_text: "Raspored spavanja",
1980
2102
  sleepwakeschedule_field_3_Times_chips_text: "Raspored buđenja",
2103
+ sleepwakeschedule_field_speed_text: "Trajanje",
1981
2104
  cancel_dialog_delete_item_timeschedule_titel:
1982
2105
  "Želite li stvarno izbrisati vremenski raspored?",
1983
2106
  cancel_dialog_delete_item_sleepschedule_titel:
@@ -1992,8 +2115,10 @@ export default {
1992
2115
  feature_summary_action_component_7: "Utičnica 2",
1993
2116
  feature_summary_action_component_8: "Utičnica 3",
1994
2117
  feature_summary_action_component_9: "USB utičnica",
1995
- sockets_feature_2_socket_text_min_off: "Utičnica isključena za {0} min",
1996
- sockets_feature_2_socket_text_min_on: "Utičnica uključena za {0} min",
2118
+ sockets_feature_2_socket_text_min_off:
2119
+ "Utičnica isključena za {0} min",
2120
+ sockets_feature_2_socket_text_min_on:
2121
+ "Utičnica uključena za {0} min",
1997
2122
  timer_powerstrip_socket1_switched_off_text:
1998
2123
  "Utičnica1 će se isključiti oko {0}",
1999
2124
  timer_powerstrip_socket1_switched_on_text:
@@ -2002,7 +2127,8 @@ export default {
2002
2127
  consumption_data_field2_value_text1: "Snaga (W)",
2003
2128
  consumption_data_field2_value_text2: "Jakost struje (mA)",
2004
2129
  consumption_data_field2_value_text3: "Napon (V)",
2005
- timer_nightplug_active_timer_subheadline2_text: "AKTIVNI TIMER ({0})",
2130
+ timer_nightplug_active_timer_subheadline2_text:
2131
+ "AKTIVNI TIMER ({0})",
2006
2132
  addTimeCycle_settings_sec_text: "Koliko dugo uređaj treba biti uključen?",
2007
2133
  addTimeCycle_settings_sec_text2: "Koliko dugo uređaj treba biti isključen?",
2008
2134
  power_strip_tile_socket_4_headline: "USB utičnica",
@@ -2052,14 +2178,25 @@ export default {
2052
2178
  "Utičnica će se isključiti oko {0}",
2053
2179
  timer_nightplug_active_timer_field_description_on_text:
2054
2180
  "Rasvjeta će se uključiti oko {0}",
2181
+ conflict_dialog_save_item_fixedtimecycle_answer_no_text: "Ne",
2182
+ conflict_dialog_save_item_fixedtimecycle_answer_yes_text: "Da",
2183
+ conflict_dialog_save_item_fixedtimecycle_description:
2184
+ "Imajte na umu da je fiksni vremenski ciklus u sukobu s jednom ili više značajki. Sukobljene značajke bit će deaktivirane.",
2185
+ conflict_dialog_save_item_fixedtimecycle_titel:
2186
+ "Želite li stvarno spremiti i aktivirati ovaj fiksni vremenski ciklus?",
2187
+ bio_ryhthm_default_field_text: "Izlazak sunca",
2188
+ timeschedule_add_schedule_no_device_warning_text:
2189
+ 'Morate odabrati barem jednu komponentu u odjeljku "PRIJAVA ZA".',
2055
2190
  },
2056
2191
  hu: {
2057
2192
  add_new_dynamic_mood_color_changing_mode_value: "Átmenet",
2058
2193
  power_off_memory_default_state_title: "Alapértelmezett állapot",
2059
2194
  sockets_ce: "Energiafogyasztás",
2060
2195
  history_overview_empty_information_text: "Nincsenek naplók.",
2061
- history_powerstrip_field1_text: "{0} bekapcsolva – {0}",
2062
- history_powerstrip_field1_text2: "{0} kikapcsolva – {0}",
2196
+ history_powerstrip_field1_text:
2197
+ "{0} bekapcsolva – {0}",
2198
+ history_powerstrip_field1_text2:
2199
+ "{0} kikapcsolva – {0}",
2063
2200
  history_contact_sensor_description_text:
2064
2201
  "Az elmúlt 7 nap adatai jelennek meg.",
2065
2202
  power_off_memory_default_state_description:
@@ -2070,8 +2207,8 @@ export default {
2070
2207
  power_off_memory_customized_description:
2071
2208
  "A felhasználó által megadott szín- és fényerő-érték kiválasztása.",
2072
2209
  feature_summary_action_txt_1: "Bekapcsolás",
2073
- sockets_specific_settings_relay_status: "Relé állapota",
2074
- light_sources_specific_settings_power_off: "Kikapcsolási memória",
2210
+ sockets_specific_settings_relay_status: "A viselkedés bekapcsolása",
2211
+ light_sources_specific_settings_power_off: "Kapcsolja be a viselkedést",
2075
2212
  add_new_dynamic_mood_color_changing_mode_value2: "Ugrás",
2076
2213
  add_new_dynamic_mood_lights_field_headline2_text: "Szín",
2077
2214
  add_new_dynamic_mood_lights_field_saturation_text: "Telítettség",
@@ -2204,6 +2341,7 @@ export default {
2204
2341
  sleepwakeschedule_empty_information_text: "Még nem adott hozzá ütemezést.",
2205
2342
  sleepwakeschedule_field_3_Times_chips2_text: "Alvás ütemezése",
2206
2343
  sleepwakeschedule_field_3_Times_chips_text: "Ébredés ütemezése",
2344
+ sleepwakeschedule_field_speed_text: "Időtartam",
2207
2345
  cancel_dialog_delete_item_timeschedule_titel:
2208
2346
  "Biztosan törölni szeretné az ütemezést?",
2209
2347
  cancel_dialog_delete_item_sleepschedule_titel:
@@ -2230,7 +2368,8 @@ export default {
2230
2368
  consumption_data_field2_value_text1: "Teljesítmény (W)",
2231
2369
  consumption_data_field2_value_text2: "Áramerősség (mA)",
2232
2370
  consumption_data_field2_value_text3: "Feszültség (V)",
2233
- timer_nightplug_active_timer_subheadline2_text: "AKTÍV IDŐZÍTŐ ({0})",
2371
+ timer_nightplug_active_timer_subheadline2_text:
2372
+ "AKTÍV IDŐZÍTŐ ({0})",
2234
2373
  addTimeCycle_settings_sec_text:
2235
2374
  "Mennyi ideig kell az eszközt bekapcsolva tartani?",
2236
2375
  addTimeCycle_settings_sec_text2:
@@ -2282,14 +2421,25 @@ export default {
2282
2421
  "A csatlakozó kikapcsol körülbelül ekkor: {0}",
2283
2422
  timer_nightplug_active_timer_field_description_on_text:
2284
2423
  "A világítás bekapcsol körülbelül ekkor: {0}",
2424
+ conflict_dialog_save_item_fixedtimecycle_answer_no_text: "Nem",
2425
+ conflict_dialog_save_item_fixedtimecycle_answer_yes_text: "Igen",
2426
+ conflict_dialog_save_item_fixedtimecycle_description:
2427
+ "Vegye figyelembe, hogy a fix időciklus ütközik egy vagy több funkcióval. Az ütköző funkciókat inaktiválja a rendszer.",
2428
+ conflict_dialog_save_item_fixedtimecycle_titel:
2429
+ "Valóban menteni és aktiválni szeretné ezt a fix időciklust?",
2430
+ bio_ryhthm_default_field_text: "Napkelte",
2431
+ timeschedule_add_schedule_no_device_warning_text:
2432
+ "Legalább egy komponenst ki kell választania az „Alkalmaz erre:” részben.",
2285
2433
  },
2286
2434
  it: {
2287
2435
  add_new_dynamic_mood_color_changing_mode_value: "Sfumato",
2288
2436
  power_off_memory_default_state_title: "Stato predefinito",
2289
2437
  sockets_ce: "Consumo di energia",
2290
2438
  history_overview_empty_information_text: "Non ci sono informazioni.",
2291
- history_powerstrip_field1_text: "{0} Accesa {0}",
2292
- history_powerstrip_field1_text2: "{0} Spenta {0}",
2439
+ history_powerstrip_field1_text:
2440
+ "{0} Accesa {0}",
2441
+ history_powerstrip_field1_text2:
2442
+ "{0} Spenta {0}",
2293
2443
  history_contact_sensor_description_text:
2294
2444
  "Vengono mostrati i dati relativi agli ultimi 7 giorni.",
2295
2445
  power_off_memory_default_state_description:
@@ -2300,8 +2450,8 @@ export default {
2300
2450
  power_off_memory_customized_description:
2301
2451
  "Selezione del colore e del valore di luminosità definita dall'utente.",
2302
2452
  feature_summary_action_txt_1: "Accendi",
2303
- sockets_specific_settings_relay_status: "Stato di dafault",
2304
- light_sources_specific_settings_power_off: "Impostazioni alla riaccensione",
2453
+ sockets_specific_settings_relay_status: "Potenziamento del comportamento",
2454
+ light_sources_specific_settings_power_off: "Accendi il comportamento",
2305
2455
  add_new_dynamic_mood_color_changing_mode_value2: "Salta",
2306
2456
  add_new_dynamic_mood_lights_field_headline2_text: "Colore",
2307
2457
  add_new_dynamic_mood_lights_field_saturation_text: "Saturazione",
@@ -2425,7 +2575,8 @@ export default {
2425
2575
  timeschedule_overview_empty_button_add_text: "Aggiungi orario",
2426
2576
  ceiling_fan_feature_2_light_text_min_off:
2427
2577
  "Illuminazione spenta tra {0} min",
2428
- ceiling_fan_feature_2_light_text_min_on: "Illuminazione accesa tra {0} min",
2578
+ ceiling_fan_feature_2_light_text_min_on:
2579
+ "Illuminazione accesa tra {0} min",
2429
2580
  add_new_dynamic_mood_color_changing_mode_headline: "Modalità cambio colore",
2430
2581
  add_new_dynamic_mood_lights_field_speed_topic_text:
2431
2582
  "Velocità di cambio colore",
@@ -2438,6 +2589,7 @@ export default {
2438
2589
  "Non hai ancora aggiunto una pianificazione.",
2439
2590
  sleepwakeschedule_field_3_Times_chips2_text: "Programma sonno",
2440
2591
  sleepwakeschedule_field_3_Times_chips_text: "Programma risveglio",
2592
+ sleepwakeschedule_field_speed_text: "Durata",
2441
2593
  cancel_dialog_delete_item_timeschedule_titel:
2442
2594
  "Stai per eliminare il programma orario. Confermi?",
2443
2595
  cancel_dialog_delete_item_sleepschedule_titel:
@@ -2456,12 +2608,14 @@ export default {
2456
2608
  sockets_feature_2_socket_text_min_on: "Presa accesa tra {0} min",
2457
2609
  timer_powerstrip_socket1_switched_off_text:
2458
2610
  "La presa1 sarà spenta alle {0}",
2459
- timer_powerstrip_socket1_switched_on_text: "La presa1 sarà accesa alle {0}",
2611
+ timer_powerstrip_socket1_switched_on_text:
2612
+ "La presa1 sarà accesa alle {0}",
2460
2613
  set_pw_button_save: "Salva",
2461
2614
  consumption_data_field2_value_text1: "Potenza (W)",
2462
2615
  consumption_data_field2_value_text2: "Amperaggio (mA)",
2463
2616
  consumption_data_field2_value_text3: "Tensione (V)",
2464
- timer_nightplug_active_timer_subheadline2_text: "TIMER ATTIVO ({0})",
2617
+ timer_nightplug_active_timer_subheadline2_text:
2618
+ "TIMER ATTIVO ({0})",
2465
2619
  addTimeCycle_settings_sec_text:
2466
2620
  "Per quanto tempo deve rimanere acceso il dispositivo?",
2467
2621
  addTimeCycle_settings_sec_text2:
@@ -2513,14 +2667,25 @@ export default {
2513
2667
  "La presa verrà spenta alle {0}",
2514
2668
  timer_nightplug_active_timer_field_description_on_text:
2515
2669
  "L'illuminazione verrà accesa alle {0}",
2670
+ conflict_dialog_save_item_fixedtimecycle_answer_no_text: "No",
2671
+ conflict_dialog_save_item_fixedtimecycle_answer_yes_text: "Sì",
2672
+ conflict_dialog_save_item_fixedtimecycle_description:
2673
+ "Attenzione: il ciclo ad intervalli fissi è in conflitto con una o più funzionalità. Le funzionalità in conflitto verranno disattivate.",
2674
+ conflict_dialog_save_item_fixedtimecycle_titel:
2675
+ "Stai per salvare e attivare il ciclo ad intervalli fissi. Confermi?",
2676
+ bio_ryhthm_default_field_text: "Alba",
2677
+ timeschedule_add_schedule_no_device_warning_text:
2678
+ 'È necessario selezionare almeno un dispositivo nella sezione "APPLICA PER".',
2516
2679
  },
2517
2680
  ko: {
2518
2681
  add_new_dynamic_mood_color_changing_mode_value: "그래디언트",
2519
2682
  power_off_memory_default_state_title: "기본 상태",
2520
2683
  sockets_ce: "소비된 에너지",
2521
2684
  history_overview_empty_information_text: "로그가 없습니다.",
2522
- history_powerstrip_field1_text: "{0} 전원 켜짐 {0}",
2523
- history_powerstrip_field1_text2: "{0} 전원 꺼짐 {0}",
2685
+ history_powerstrip_field1_text:
2686
+ "{0} 전원 켜짐 {0}",
2687
+ history_powerstrip_field1_text2:
2688
+ "{0} 전원 꺼짐 {0}",
2524
2689
  history_contact_sensor_description_text:
2525
2690
  "지난 7일 동안의 데이터가 표시됩니다.",
2526
2691
  power_off_memory_default_state_description:
@@ -2531,7 +2696,7 @@ export default {
2531
2696
  power_off_memory_customized_description:
2532
2697
  "색상 및 밝기 값의 사용자 정의 선택.",
2533
2698
  feature_summary_action_txt_1: "스위치 켜기",
2534
- sockets_specific_settings_relay_status: "릴레이 상태",
2699
+ sockets_specific_settings_relay_status: "전원 켜기 동작",
2535
2700
  light_sources_specific_settings_power_off: "전원 끄기 메모리",
2536
2701
  add_new_dynamic_mood_color_changing_mode_value2: "건너 뛰기",
2537
2702
  add_new_dynamic_mood_lights_field_headline2_text: "색상",
@@ -2622,8 +2787,10 @@ export default {
2622
2787
  solar_bt_pp_field_dm: "다이나믹 무드",
2623
2788
  timer_ceiling_fan_headline_text: "타이머",
2624
2789
  timer_nightplug_headline_text: "타이머",
2625
- timer_ceiling_fan_lighting_switched_off_text: "조명은 약 {0}에 꺼집니다.",
2626
- timer_ceiling_fan_lighting_switched_on_text: "조명은 약 {0}에 켜집니다.",
2790
+ timer_ceiling_fan_lighting_switched_off_text:
2791
+ "조명은 약 {0}에 꺼집니다.",
2792
+ timer_ceiling_fan_lighting_switched_on_text:
2793
+ "조명은 약 {0}에 켜집니다.",
2627
2794
  timer_sockets_button_text: "시작",
2628
2795
  timeschedule_add_schedule_nightlight_plug_selectionfield_text2: "조명",
2629
2796
  timeschedule_add_schedule_subheadline2_text: "장치 상태",
@@ -2658,6 +2825,7 @@ export default {
2658
2825
  sleepwakeschedule_empty_information_text: "일정을 추가하지 않았습니다.",
2659
2826
  sleepwakeschedule_field_3_Times_chips2_text: "수면 일정",
2660
2827
  sleepwakeschedule_field_3_Times_chips_text: "기상 일정",
2828
+ sleepwakeschedule_field_speed_text: "지속",
2661
2829
  cancel_dialog_delete_item_timeschedule_titel: "일정을 삭제하시겠습니까?",
2662
2830
  cancel_dialog_delete_item_sleepschedule_titel:
2663
2831
  "수면 일정을 삭제하시겠습니까?",
@@ -2673,13 +2841,16 @@ export default {
2673
2841
  feature_summary_action_component_9: "USB 포트",
2674
2842
  sockets_feature_2_socket_text_min_off: "{0}분 후에 콘센트 꺼짐",
2675
2843
  sockets_feature_2_socket_text_min_on: "{0}분 후에 콘센트 켜짐",
2676
- timer_powerstrip_socket1_switched_off_text: "소켓1은 약 {0}에 꺼집니다.",
2677
- timer_powerstrip_socket1_switched_on_text: "소켓1은 약 {0}에 켜집니다.",
2844
+ timer_powerstrip_socket1_switched_off_text:
2845
+ "소켓1은 약 {0}에 꺼집니다.",
2846
+ timer_powerstrip_socket1_switched_on_text:
2847
+ "소켓1은 약 {0}에 켜집니다.",
2678
2848
  set_pw_button_save: "저장",
2679
2849
  consumption_data_field2_value_text1: "전력 (W)",
2680
2850
  consumption_data_field2_value_text2: "전류 (mA)",
2681
2851
  consumption_data_field2_value_text3: "전압 (V)",
2682
- timer_nightplug_active_timer_subheadline2_text: "활성 타이머({0})",
2852
+ timer_nightplug_active_timer_subheadline2_text:
2853
+ "활성 타이머({0})",
2683
2854
  addTimeCycle_settings_sec_text: "장치의 전원을 얼마동안 켜야 합니까?",
2684
2855
  addTimeCycle_settings_sec_text2: "장치의 전원을 얼마동안 꺼야 합니까?",
2685
2856
  power_strip_tile_socket_4_headline: "USB 포트",
@@ -2726,14 +2897,25 @@ export default {
2726
2897
  "소켓은 약 {0}에 꺼집니다.",
2727
2898
  timer_nightplug_active_timer_field_description_on_text:
2728
2899
  "조명은 약 {0}에 켜집니다.",
2900
+ conflict_dialog_save_item_fixedtimecycle_answer_no_text: "아니오",
2901
+ conflict_dialog_save_item_fixedtimecycle_answer_yes_text: "예",
2902
+ conflict_dialog_save_item_fixedtimecycle_description:
2903
+ "고정 시간 주기가 하나 이상의 기능과 충돌합니다. 충돌하는 기능은 비활성화됩니다.",
2904
+ conflict_dialog_save_item_fixedtimecycle_titel:
2905
+ "이 고정 시간 주기를 저장하고 활성화하시겠습니까?",
2906
+ bio_ryhthm_default_field_text: "일출",
2907
+ timeschedule_add_schedule_no_device_warning_text:
2908
+ "“적용 대상” 섹션에서 하나 이상의 구성 요소를 선택해야 합니다.",
2729
2909
  },
2730
2910
  nb: {
2731
2911
  add_new_dynamic_mood_color_changing_mode_value: "Gradient",
2732
2912
  power_off_memory_default_state_title: "Standard tilstand",
2733
2913
  sockets_ce: "Energiforbruk",
2734
2914
  history_overview_empty_information_text: "Det er ingen logger.",
2735
- history_powerstrip_field1_text: "{0} Slått på {0}",
2736
- history_powerstrip_field1_text2: "{0} Slått av {0}",
2915
+ history_powerstrip_field1_text:
2916
+ "{0} Slått {0}",
2917
+ history_powerstrip_field1_text2:
2918
+ "{0} Slått av {0}",
2737
2919
  history_contact_sensor_description_text:
2738
2920
  "Data for de siste 7 dagene vises.",
2739
2921
  power_off_memory_default_state_description:
@@ -2744,8 +2926,8 @@ export default {
2744
2926
  power_off_memory_customized_description:
2745
2927
  "Brukerdefinert utvalg av farge- og lysstyrkeverdi.",
2746
2928
  feature_summary_action_txt_1: "Skru på",
2747
- sockets_specific_settings_relay_status: "Relay Status",
2748
- light_sources_specific_settings_power_off: "Slå av minne",
2929
+ sockets_specific_settings_relay_status: "Strøm på atferd",
2930
+ light_sources_specific_settings_power_off: "Strøm atferd",
2749
2931
  add_new_dynamic_mood_color_changing_mode_value2: "Hopp",
2750
2932
  add_new_dynamic_mood_lights_field_headline2_text: "Farge",
2751
2933
  add_new_dynamic_mood_lights_field_saturation_text: "Metning",
@@ -2862,8 +3044,10 @@ export default {
2862
3044
  timeschedule_overview_description_text:
2863
3045
  "Det kan være mindre forsinkelser på opptil 30 sekunder.",
2864
3046
  timeschedule_overview_empty_button_add_text: "Legg til tidsplan",
2865
- ceiling_fan_feature_2_light_text_min_off: "Lyset går av om {0} min",
2866
- ceiling_fan_feature_2_light_text_min_on: "Lyset går om {0} min",
3047
+ ceiling_fan_feature_2_light_text_min_off:
3048
+ "Lyset går av om {0} min",
3049
+ ceiling_fan_feature_2_light_text_min_on:
3050
+ "Lyset går på om {0} min",
2867
3051
  add_new_dynamic_mood_color_changing_mode_headline: "Fargeskiftende modus",
2868
3052
  add_new_dynamic_mood_lights_field_speed_topic_text:
2869
3053
  "Fargeskiftende hastighet",
@@ -2876,6 +3060,7 @@ export default {
2876
3060
  "Du har ikke lagt til en tidsplan ennå.",
2877
3061
  sleepwakeschedule_field_3_Times_chips2_text: "Søvnplan",
2878
3062
  sleepwakeschedule_field_3_Times_chips_text: "Våkn opp tidsplan",
3063
+ sleepwakeschedule_field_speed_text: "Varighet",
2879
3064
  cancel_dialog_delete_item_timeschedule_titel:
2880
3065
  "Vil du virkelig slette tidsplanen?",
2881
3066
  cancel_dialog_delete_item_sleepschedule_titel:
@@ -2890,16 +3075,19 @@ export default {
2890
3075
  feature_summary_action_component_7: "Stikkontakt 2",
2891
3076
  feature_summary_action_component_8: "Stikkontakt 3",
2892
3077
  feature_summary_action_component_9: "USB-kontakt",
2893
- sockets_feature_2_socket_text_min_off: "Stikkontakt av om {0} min",
3078
+ sockets_feature_2_socket_text_min_off:
3079
+ "Stikkontakt av om {0} min",
2894
3080
  sockets_feature_2_socket_text_min_on: "Stikkontakt på om {0} min",
2895
3081
  timer_powerstrip_socket1_switched_off_text:
2896
3082
  "Stikkontakt1 vil bli slått av ca. {0}",
2897
- timer_powerstrip_socket1_switched_on_text: "Stikkontakt1 slås på ca. {0}",
3083
+ timer_powerstrip_socket1_switched_on_text:
3084
+ "Stikkontakt1 slås på ca. {0}",
2898
3085
  set_pw_button_save: "Lagre",
2899
3086
  consumption_data_field2_value_text1: "Strøm (W)",
2900
3087
  consumption_data_field2_value_text2: "Ampere (mA)",
2901
3088
  consumption_data_field2_value_text3: "Spenning (V)",
2902
- timer_nightplug_active_timer_subheadline2_text: "AKTIV TIDTAKER ({0})",
3089
+ timer_nightplug_active_timer_subheadline2_text:
3090
+ "AKTIV TIDTAKER ({0})",
2903
3091
  addTimeCycle_settings_sec_text: "Hvor lenge skal enheten være slått på?",
2904
3092
  addTimeCycle_settings_sec_text2: "Hvor lenge skal enheten være slått av?",
2905
3093
  power_strip_tile_socket_4_headline: "USB-kontakt",
@@ -2949,14 +3137,25 @@ export default {
2949
3137
  "Stikkontakt vil bli slått av ca {0}",
2950
3138
  timer_nightplug_active_timer_field_description_on_text:
2951
3139
  "Belysningen vil slås på ca. {0}",
3140
+ conflict_dialog_save_item_fixedtimecycle_answer_no_text: "Nei",
3141
+ conflict_dialog_save_item_fixedtimecycle_answer_yes_text: "Ja",
3142
+ conflict_dialog_save_item_fixedtimecycle_description:
3143
+ "Merk at den faste tidssyklusen er i konflikt med en eller flere funksjoner. De motstridende funksjonene vil bli deaktivert.",
3144
+ conflict_dialog_save_item_fixedtimecycle_titel:
3145
+ "Vil du virkelig lagre og aktivere denne faste tidssyklusen?",
3146
+ bio_ryhthm_default_field_text: "Soloppgang",
3147
+ timeschedule_add_schedule_no_device_warning_text:
3148
+ "Du må velge minst én komponent i delen «SØKE PÅ».",
2952
3149
  },
2953
3150
  nl: {
2954
3151
  add_new_dynamic_mood_color_changing_mode_value: "Verloop",
2955
3152
  power_off_memory_default_state_title: "Standaardstatus",
2956
3153
  sockets_ce: "Energieverbruik",
2957
3154
  history_overview_empty_information_text: "Er zijn geen logboeken.",
2958
- history_powerstrip_field1_text: "{0} Ingeschakeld {0}",
2959
- history_powerstrip_field1_text2: "{0} Uitgeschakeld {0}",
3155
+ history_powerstrip_field1_text:
3156
+ "{0} Ingeschakeld {0}",
3157
+ history_powerstrip_field1_text2:
3158
+ "{0} Uitgeschakeld {0}",
2960
3159
  history_contact_sensor_description_text:
2961
3160
  "Gegevens van de afgelopen 7 dagen worden weergegeven.",
2962
3161
  power_off_memory_default_state_description:
@@ -2967,8 +3166,8 @@ export default {
2967
3166
  power_off_memory_customized_description:
2968
3167
  "Door de gebruiker gedefinieerde selectie van kleur- en helderheidswaarde.",
2969
3168
  feature_summary_action_txt_1: "Schakel in",
2970
- sockets_specific_settings_relay_status: "Relaisstatus",
2971
- light_sources_specific_settings_power_off: "Uitschakelgeheugen",
3169
+ sockets_specific_settings_relay_status: "Macht op gedrag",
3170
+ light_sources_specific_settings_power_off: "Macht op gedrag",
2972
3171
  add_new_dynamic_mood_color_changing_mode_value2: "Springen",
2973
3172
  add_new_dynamic_mood_lights_field_headline2_text: "Kleur",
2974
3173
  add_new_dynamic_mood_lights_field_saturation_text: "Verzadiging",
@@ -3087,8 +3286,10 @@ export default {
3087
3286
  timeschedule_overview_description_text:
3088
3287
  "Er kunnen kleine vertragingen optreden van maximaal 30 seconden.",
3089
3288
  timeschedule_overview_empty_button_add_text: "Tijdschema toevoegen",
3090
- ceiling_fan_feature_2_light_text_min_off: "Verlichting uit over {0} min",
3091
- ceiling_fan_feature_2_light_text_min_on: "Verlichting aan over {0} min",
3289
+ ceiling_fan_feature_2_light_text_min_off:
3290
+ "Verlichting uit over {0} min",
3291
+ ceiling_fan_feature_2_light_text_min_on:
3292
+ "Verlichting aan over {0} min",
3092
3293
  add_new_dynamic_mood_color_changing_mode_headline: "Kleuraanpassing modus",
3093
3294
  add_new_dynamic_mood_lights_field_speed_topic_text:
3094
3295
  "Kleurverandering snelheid",
@@ -3101,6 +3302,7 @@ export default {
3101
3302
  "U heeft nog geen schema toegevoegd.",
3102
3303
  sleepwakeschedule_field_3_Times_chips2_text: "Slaapschema",
3103
3304
  sleepwakeschedule_field_3_Times_chips_text: "Wekschema",
3305
+ sleepwakeschedule_field_speed_text: "Duur",
3104
3306
  cancel_dialog_delete_item_timeschedule_titel:
3105
3307
  "Wilt u het tijdschema echt verwijderen?",
3106
3308
  cancel_dialog_delete_item_sleepschedule_titel:
@@ -3115,8 +3317,10 @@ export default {
3115
3317
  feature_summary_action_component_7: "Contactdoos 2",
3116
3318
  feature_summary_action_component_8: "Contactdoos 3",
3117
3319
  feature_summary_action_component_9: "USB-aansluiting",
3118
- sockets_feature_2_socket_text_min_off: "Contactdoos uit in {0} min",
3119
- sockets_feature_2_socket_text_min_on: "Contactdoos aan over {0} min",
3320
+ sockets_feature_2_socket_text_min_off:
3321
+ "Contactdoos uit in {0} min",
3322
+ sockets_feature_2_socket_text_min_on:
3323
+ "Contactdoos aan over {0} min",
3120
3324
  timer_powerstrip_socket1_switched_off_text:
3121
3325
  "Contactdoos1 wordt uitgeschakeld rond {0}",
3122
3326
  timer_powerstrip_socket1_switched_on_text:
@@ -3125,7 +3329,8 @@ export default {
3125
3329
  consumption_data_field2_value_text1: "Vermogen (W)",
3126
3330
  consumption_data_field2_value_text2: "Stroomsterkte (mA)",
3127
3331
  consumption_data_field2_value_text3: "Spanning (V)",
3128
- timer_nightplug_active_timer_subheadline2_text: "ACTIEVE TIMER ({0})",
3332
+ timer_nightplug_active_timer_subheadline2_text:
3333
+ "ACTIEVE TIMER ({0})",
3129
3334
  addTimeCycle_settings_sec_text:
3130
3335
  "Hoe lang moet het apparaat worden ingeschakeld?",
3131
3336
  addTimeCycle_settings_sec_text2:
@@ -3177,14 +3382,25 @@ export default {
3177
3382
  "Contactdoos wordt uitgeschakeld rond {0}",
3178
3383
  timer_nightplug_active_timer_field_description_on_text:
3179
3384
  "Verlichting wordt ingeschakeld rond {0}",
3385
+ conflict_dialog_save_item_fixedtimecycle_answer_no_text: "Nee",
3386
+ conflict_dialog_save_item_fixedtimecycle_answer_yes_text: "Ja",
3387
+ conflict_dialog_save_item_fixedtimecycle_description:
3388
+ "Let op dat de vaste tijdcyclus conflicteert met een of meer kenmerken. De conflicterende functies worden gedeactiveerd.",
3389
+ conflict_dialog_save_item_fixedtimecycle_titel:
3390
+ "Wilt u deze vaste tijdcyclus echt opslaan en activeren?",
3391
+ bio_ryhthm_default_field_text: "Zonsopgang",
3392
+ timeschedule_add_schedule_no_device_warning_text:
3393
+ 'U moet ten minste één component selecteren in het gedeelte "AANVRAGEN VOOR".',
3180
3394
  },
3181
3395
  pl: {
3182
3396
  add_new_dynamic_mood_color_changing_mode_value: "Gradient",
3183
3397
  power_off_memory_default_state_title: "Stan domyślny",
3184
3398
  sockets_ce: "Zużycie energii",
3185
3399
  history_overview_empty_information_text: "Nie ma żadnych logów.",
3186
- history_powerstrip_field1_text: "{0} Włączone {0}",
3187
- history_powerstrip_field1_text2: "{0} Wyłączono {0}",
3400
+ history_powerstrip_field1_text:
3401
+ "{0} Włączone {0}",
3402
+ history_powerstrip_field1_text2:
3403
+ "{0} Wyłączono {0}",
3188
3404
  history_contact_sensor_description_text:
3189
3405
  "Wyświetlane są dane z ostatnich 7 dni.",
3190
3406
  power_off_memory_default_state_description:
@@ -3195,8 +3411,9 @@ export default {
3195
3411
  power_off_memory_customized_description:
3196
3412
  "Wybór koloru i wartości jasności zdefiniowany przez użytkownika.",
3197
3413
  feature_summary_action_txt_1: "Włącz",
3198
- sockets_specific_settings_relay_status: "Stan przekaźnika",
3199
- light_sources_specific_settings_power_off: "Pamięć wyłączenia zasilania",
3414
+ sockets_specific_settings_relay_status: "Zachowanie włączania zasilania",
3415
+ light_sources_specific_settings_power_off:
3416
+ "Zachowanie przy włączonym zasilaniu",
3200
3417
  add_new_dynamic_mood_color_changing_mode_value2: "PRZEJDŹ",
3201
3418
  add_new_dynamic_mood_lights_field_headline2_text: "Kolor",
3202
3419
  add_new_dynamic_mood_lights_field_saturation_text: "Nasycenie",
@@ -3313,8 +3530,10 @@ export default {
3313
3530
  timeschedule_overview_headline_text: "Harmonogram czasowy",
3314
3531
  timeschedule_overview_description_text: "",
3315
3532
  timeschedule_overview_empty_button_add_text: "Dodaj harmonogram",
3316
- ceiling_fan_feature_2_light_text_min_off: "Oświetlenie wyłączone w {0} min",
3317
- ceiling_fan_feature_2_light_text_min_on: "Oświetlenie włączone w {0} min",
3533
+ ceiling_fan_feature_2_light_text_min_off:
3534
+ "Oświetlenie wyłączone w {0} min",
3535
+ ceiling_fan_feature_2_light_text_min_on:
3536
+ "Oświetlenie włączone w {0} min",
3318
3537
  add_new_dynamic_mood_color_changing_mode_headline: "Tryb zmiany kolorów",
3319
3538
  add_new_dynamic_mood_lights_field_speed_topic_text:
3320
3539
  "Szybkość zmiany koloru",
@@ -3327,6 +3546,7 @@ export default {
3327
3546
  "Nie dodałeś jeszcze harmonogramu.",
3328
3547
  sleepwakeschedule_field_3_Times_chips2_text: "Harmonogram snu",
3329
3548
  sleepwakeschedule_field_3_Times_chips_text: "Harmonogram budzenia",
3549
+ sleepwakeschedule_field_speed_text: "Czas trwania",
3330
3550
  cancel_dialog_delete_item_timeschedule_titel:
3331
3551
  "Czy naprawdę chcesz usunąć harmonogram?",
3332
3552
  cancel_dialog_delete_item_sleepschedule_titel:
@@ -3341,8 +3561,10 @@ export default {
3341
3561
  feature_summary_action_component_7: "Gniazdo 2",
3342
3562
  feature_summary_action_component_8: "Gniazdo 3",
3343
3563
  feature_summary_action_component_9: "Gniazdo USB",
3344
- sockets_feature_2_socket_text_min_off: "Gniazdo wyłączone w {0} min",
3345
- sockets_feature_2_socket_text_min_on: "Gniazdo włączone w {0} min",
3564
+ sockets_feature_2_socket_text_min_off:
3565
+ "Gniazdo wyłączone w {0} min",
3566
+ sockets_feature_2_socket_text_min_on:
3567
+ "Gniazdo włączone w {0} min",
3346
3568
  timer_powerstrip_socket1_switched_off_text:
3347
3569
  "Socket1 zostanie wyłączony około {0}",
3348
3570
  timer_powerstrip_socket1_switched_on_text:
@@ -3351,7 +3573,8 @@ export default {
3351
3573
  consumption_data_field2_value_text1: "Moc (W)",
3352
3574
  consumption_data_field2_value_text2: "Natężenie prądu (mA)",
3353
3575
  consumption_data_field2_value_text3: "Napięcie [V]",
3354
- timer_nightplug_active_timer_subheadline2_text: "AKTYWNY TIMER ({0})",
3576
+ timer_nightplug_active_timer_subheadline2_text:
3577
+ "AKTYWNY TIMER ({0})",
3355
3578
  addTimeCycle_settings_sec_text:
3356
3579
  "Jak długo urządzenie powinno być włączone?",
3357
3580
  addTimeCycle_settings_sec_text2:
@@ -3404,14 +3627,25 @@ export default {
3404
3627
  "Gniazdo zostanie wyłączone około {0}",
3405
3628
  timer_nightplug_active_timer_field_description_on_text:
3406
3629
  "Oświetlenie zostanie włączone około {0}",
3630
+ conflict_dialog_save_item_fixedtimecycle_answer_no_text: "Nie",
3631
+ conflict_dialog_save_item_fixedtimecycle_answer_yes_text: "Tak",
3632
+ conflict_dialog_save_item_fixedtimecycle_description:
3633
+ "Zauważ, że stały cykl czasowy powoduje konflikt z jedną lub większą liczbą obiektów. Sprzeczne funkcje zostaną dezaktywowane.",
3634
+ conflict_dialog_save_item_fixedtimecycle_titel:
3635
+ "Czy naprawdę chcesz zapisać i aktywować ten stały cykl czasowy?",
3636
+ bio_ryhthm_default_field_text: "Wschód słońca",
3637
+ timeschedule_add_schedule_no_device_warning_text:
3638
+ "Musisz wybrać co najmniej jeden komponent w sekcji „ZŁÓŻ WNIOSEK”.",
3407
3639
  },
3408
3640
  "pt-BR": {
3409
3641
  add_new_dynamic_mood_color_changing_mode_value: "Gradiente",
3410
3642
  power_off_memory_default_state_title: "Estado por defeito",
3411
3643
  sockets_ce: "Consumo de energia",
3412
3644
  history_overview_empty_information_text: "Não há registros.",
3413
- history_powerstrip_field1_text: "{0} Ligado {0}",
3414
- history_powerstrip_field1_text2: "{0} Desligado {0}",
3645
+ history_powerstrip_field1_text:
3646
+ "{0} Ligado {0}",
3647
+ history_powerstrip_field1_text2:
3648
+ "{0} Desligado {0}",
3415
3649
  history_contact_sensor_description_text:
3416
3650
  "Os dados dos últimos 7 dias são mostrados.",
3417
3651
  power_off_memory_default_state_description:
@@ -3422,8 +3656,8 @@ export default {
3422
3656
  power_off_memory_customized_description:
3423
3657
  "Seleção definida pelo usuário do valor de cor e brilho.",
3424
3658
  feature_summary_action_txt_1: "Ligar",
3425
- sockets_specific_settings_relay_status: "Status do relé",
3426
- light_sources_specific_settings_power_off: "Memória Powe-Off",
3659
+ sockets_specific_settings_relay_status: "Poder sobre o comportamento",
3660
+ light_sources_specific_settings_power_off: "Poder sobre o comportamento",
3427
3661
  add_new_dynamic_mood_color_changing_mode_value2: "Pular",
3428
3662
  add_new_dynamic_mood_lights_field_headline2_text: "Cor",
3429
3663
  add_new_dynamic_mood_lights_field_saturation_text: "Saturação",
@@ -3543,8 +3777,10 @@ export default {
3543
3777
  timeschedule_overview_description_text:
3544
3778
  "Pode haver pequenos atrasos de até 30 segundos.",
3545
3779
  timeschedule_overview_empty_button_add_text: "Adicionar cronograma",
3546
- ceiling_fan_feature_2_light_text_min_off: "Iluminação desligada em {0} min",
3547
- ceiling_fan_feature_2_light_text_min_on: "Iluminação ligada em {0} min",
3780
+ ceiling_fan_feature_2_light_text_min_off:
3781
+ "Iluminação desligada em {0} min",
3782
+ ceiling_fan_feature_2_light_text_min_on:
3783
+ "Iluminação ligada em {0} min",
3548
3784
  add_new_dynamic_mood_color_changing_mode_headline: "Modo de mudança de cor",
3549
3785
  add_new_dynamic_mood_lights_field_speed_topic_text:
3550
3786
  "Velocidade de mudança de cor",
@@ -3557,6 +3793,7 @@ export default {
3557
3793
  "Você ainda não adicionou um cronograma.",
3558
3794
  sleepwakeschedule_field_3_Times_chips2_text: "Programação do sono",
3559
3795
  sleepwakeschedule_field_3_Times_chips_text: "Programação de Despertar",
3796
+ sleepwakeschedule_field_speed_text: "Duração",
3560
3797
  cancel_dialog_delete_item_timeschedule_titel:
3561
3798
  "Você realmente deseja excluir o cronograma?",
3562
3799
  cancel_dialog_delete_item_sleepschedule_titel:
@@ -3571,7 +3808,8 @@ export default {
3571
3808
  feature_summary_action_component_7: "Tomada 2",
3572
3809
  feature_summary_action_component_8: "Tomada 3",
3573
3810
  feature_summary_action_component_9: "Tomada USB",
3574
- sockets_feature_2_socket_text_min_off: "Tomada desligada em {0} min",
3811
+ sockets_feature_2_socket_text_min_off:
3812
+ "Tomada desligada em {0} min",
3575
3813
  sockets_feature_2_socket_text_min_on: "Tomada ligada em {0} min",
3576
3814
  timer_powerstrip_socket1_switched_off_text:
3577
3815
  "O soquete1 será desligado por volta de {0}",
@@ -3581,7 +3819,8 @@ export default {
3581
3819
  consumption_data_field2_value_text1: "Potência (W)",
3582
3820
  consumption_data_field2_value_text2: "Amperagem (mA)",
3583
3821
  consumption_data_field2_value_text3: "Tensão (V)",
3584
- timer_nightplug_active_timer_subheadline2_text: "CRONÔMETRO ATIVO ({0})",
3822
+ timer_nightplug_active_timer_subheadline2_text:
3823
+ "CRONÔMETRO ATIVO ({0})",
3585
3824
  addTimeCycle_settings_sec_text:
3586
3825
  "Por quanto tempo o dispositivo deve ficar ligado?",
3587
3826
  addTimeCycle_settings_sec_text2:
@@ -3633,14 +3872,25 @@ export default {
3633
3872
  "O soquete será desligado por volta de {0}",
3634
3873
  timer_nightplug_active_timer_field_description_on_text:
3635
3874
  "A iluminação será ligada por volta de {0}",
3875
+ conflict_dialog_save_item_fixedtimecycle_answer_no_text: "Não",
3876
+ conflict_dialog_save_item_fixedtimecycle_answer_yes_text: "Sim",
3877
+ conflict_dialog_save_item_fixedtimecycle_description:
3878
+ "Observe que o ciclo de tempo fixo está em conflito com um ou mais recursos. Os recursos conflitantes serão desativados.",
3879
+ conflict_dialog_save_item_fixedtimecycle_titel:
3880
+ "Você realmente deseja salvar e ativar esse ciclo de tempo fixo?",
3881
+ bio_ryhthm_default_field_text: "Nascer do sol",
3882
+ timeschedule_add_schedule_no_device_warning_text:
3883
+ "Você precisa selecionar pelo menos um componente na seção “SOLICITAR”.",
3636
3884
  },
3637
3885
  "pt_BR": {
3638
3886
  add_new_dynamic_mood_color_changing_mode_value: "Gradiente",
3639
3887
  power_off_memory_default_state_title: "Estado por defeito",
3640
3888
  sockets_ce: "Consumo de energia",
3641
3889
  history_overview_empty_information_text: "Não há registros.",
3642
- history_powerstrip_field1_text: "{0} Ligado {0}",
3643
- history_powerstrip_field1_text2: "{0} Desligado {0}",
3890
+ history_powerstrip_field1_text:
3891
+ "{0} Ligado {0}",
3892
+ history_powerstrip_field1_text2:
3893
+ "{0} Desligado {0}",
3644
3894
  history_contact_sensor_description_text:
3645
3895
  "Os dados dos últimos 7 dias são mostrados.",
3646
3896
  power_off_memory_default_state_description:
@@ -3651,8 +3901,8 @@ export default {
3651
3901
  power_off_memory_customized_description:
3652
3902
  "Seleção definida pelo usuário do valor de cor e brilho.",
3653
3903
  feature_summary_action_txt_1: "Ligar",
3654
- sockets_specific_settings_relay_status: "Status do relé",
3655
- light_sources_specific_settings_power_off: "Memória Powe-Off",
3904
+ sockets_specific_settings_relay_status: "Poder sobre o comportamento",
3905
+ light_sources_specific_settings_power_off: "Poder sobre o comportamento",
3656
3906
  add_new_dynamic_mood_color_changing_mode_value2: "Pular",
3657
3907
  add_new_dynamic_mood_lights_field_headline2_text: "Cor",
3658
3908
  add_new_dynamic_mood_lights_field_saturation_text: "Saturação",
@@ -3772,8 +4022,10 @@ export default {
3772
4022
  timeschedule_overview_description_text:
3773
4023
  "Pode haver pequenos atrasos de até 30 segundos.",
3774
4024
  timeschedule_overview_empty_button_add_text: "Adicionar cronograma",
3775
- ceiling_fan_feature_2_light_text_min_off: "Iluminação desligada em {0} min",
3776
- ceiling_fan_feature_2_light_text_min_on: "Iluminação ligada em {0} min",
4025
+ ceiling_fan_feature_2_light_text_min_off:
4026
+ "Iluminação desligada em {0} min",
4027
+ ceiling_fan_feature_2_light_text_min_on:
4028
+ "Iluminação ligada em {0} min",
3777
4029
  add_new_dynamic_mood_color_changing_mode_headline: "Modo de mudança de cor",
3778
4030
  add_new_dynamic_mood_lights_field_speed_topic_text:
3779
4031
  "Velocidade de mudança de cor",
@@ -3786,6 +4038,7 @@ export default {
3786
4038
  "Você ainda não adicionou um cronograma.",
3787
4039
  sleepwakeschedule_field_3_Times_chips2_text: "Programação do sono",
3788
4040
  sleepwakeschedule_field_3_Times_chips_text: "Programação de Despertar",
4041
+ sleepwakeschedule_field_speed_text: "Duração",
3789
4042
  cancel_dialog_delete_item_timeschedule_titel:
3790
4043
  "Você realmente deseja excluir o cronograma?",
3791
4044
  cancel_dialog_delete_item_sleepschedule_titel:
@@ -3800,7 +4053,8 @@ export default {
3800
4053
  feature_summary_action_component_7: "Tomada 2",
3801
4054
  feature_summary_action_component_8: "Tomada 3",
3802
4055
  feature_summary_action_component_9: "Tomada USB",
3803
- sockets_feature_2_socket_text_min_off: "Tomada desligada em {0} min",
4056
+ sockets_feature_2_socket_text_min_off:
4057
+ "Tomada desligada em {0} min",
3804
4058
  sockets_feature_2_socket_text_min_on: "Tomada ligada em {0} min",
3805
4059
  timer_powerstrip_socket1_switched_off_text:
3806
4060
  "O soquete1 será desligado por volta de {0}",
@@ -3810,7 +4064,8 @@ export default {
3810
4064
  consumption_data_field2_value_text1: "Potência (W)",
3811
4065
  consumption_data_field2_value_text2: "Amperagem (mA)",
3812
4066
  consumption_data_field2_value_text3: "Tensão (V)",
3813
- timer_nightplug_active_timer_subheadline2_text: "CRONÔMETRO ATIVO ({0})",
4067
+ timer_nightplug_active_timer_subheadline2_text:
4068
+ "CRONÔMETRO ATIVO ({0})",
3814
4069
  addTimeCycle_settings_sec_text:
3815
4070
  "Por quanto tempo o dispositivo deve ficar ligado?",
3816
4071
  addTimeCycle_settings_sec_text2:
@@ -3862,14 +4117,25 @@ export default {
3862
4117
  "O soquete será desligado por volta de {0}",
3863
4118
  timer_nightplug_active_timer_field_description_on_text:
3864
4119
  "A iluminação será ligada por volta de {0}",
4120
+ conflict_dialog_save_item_fixedtimecycle_answer_no_text: "Não",
4121
+ conflict_dialog_save_item_fixedtimecycle_answer_yes_text: "Sim",
4122
+ conflict_dialog_save_item_fixedtimecycle_description:
4123
+ "Observe que o ciclo de tempo fixo está em conflito com um ou mais recursos. Os recursos conflitantes serão desativados.",
4124
+ conflict_dialog_save_item_fixedtimecycle_titel:
4125
+ "Você realmente deseja salvar e ativar esse ciclo de tempo fixo?",
4126
+ bio_ryhthm_default_field_text: "Nascer do sol",
4127
+ timeschedule_add_schedule_no_device_warning_text:
4128
+ "Você precisa selecionar pelo menos um componente na seção “SOLICITAR”.",
3865
4129
  },
3866
4130
  ro: {
3867
4131
  add_new_dynamic_mood_color_changing_mode_value: "Gradient",
3868
4132
  power_off_memory_default_state_title: "Starea implicită",
3869
4133
  sockets_ce: "Consumul de energie",
3870
4134
  history_overview_empty_information_text: "Nu există jurnale.",
3871
- history_powerstrip_field1_text: "{0} Pornit la {0}",
3872
- history_powerstrip_field1_text2: "{0} Oprit {0}",
4135
+ history_powerstrip_field1_text:
4136
+ "{0} Pornit la {0}",
4137
+ history_powerstrip_field1_text2:
4138
+ "{0} Oprit {0}",
3873
4139
  history_contact_sensor_description_text:
3874
4140
  "Sunt afișate datele pentru ultimele 7 zile.",
3875
4141
  power_off_memory_default_state_description:
@@ -3880,8 +4146,8 @@ export default {
3880
4146
  power_off_memory_customized_description:
3881
4147
  "Selectarea definită de utilizator a valorii culorii și luminozității.",
3882
4148
  feature_summary_action_txt_1: "Pornire",
3883
- sockets_specific_settings_relay_status: "Starea releului",
3884
- light_sources_specific_settings_power_off: "Oprire memorie",
4149
+ sockets_specific_settings_relay_status: "Putere asupra comportamentului",
4150
+ light_sources_specific_settings_power_off: "Putere asupra comportamentului",
3885
4151
  add_new_dynamic_mood_color_changing_mode_value2: "Salt",
3886
4152
  add_new_dynamic_mood_lights_field_headline2_text: "Culoare",
3887
4153
  add_new_dynamic_mood_lights_field_saturation_text: "Saturație",
@@ -3998,7 +4264,8 @@ export default {
3998
4264
  timeschedule_overview_description_text:
3999
4265
  "Pot exista întârzieri minore de până la 30 de secunde.",
4000
4266
  timeschedule_overview_empty_button_add_text: "Adăugați programul de timp",
4001
- ceiling_fan_feature_2_light_text_min_off: "Lumina stinsă în {0} min",
4267
+ ceiling_fan_feature_2_light_text_min_off:
4268
+ "Lumina stinsă în {0} min",
4002
4269
  ceiling_fan_feature_2_light_text_min_on: "Se aprinde în {0} min",
4003
4270
  add_new_dynamic_mood_color_changing_mode_headline:
4004
4271
  "Mod de schimbare a culorii",
@@ -4012,6 +4279,7 @@ export default {
4012
4279
  sleepwakeschedule_empty_information_text: "Nu ați adăugat încă un program.",
4013
4280
  sleepwakeschedule_field_3_Times_chips2_text: "Program de somn",
4014
4281
  sleepwakeschedule_field_3_Times_chips_text: "Program de trezire",
4282
+ sleepwakeschedule_field_speed_text: "Durată",
4015
4283
  cancel_dialog_delete_item_timeschedule_titel:
4016
4284
  "Chiar doriți să ștergeți orarul?",
4017
4285
  cancel_dialog_delete_item_sleepschedule_titel:
@@ -4026,7 +4294,8 @@ export default {
4026
4294
  feature_summary_action_component_7: "Priza 2",
4027
4295
  feature_summary_action_component_8: "Priza 3",
4028
4296
  feature_summary_action_component_9: "Priză USB",
4029
- sockets_feature_2_socket_text_min_off: "Priza dezactivată în {0} min",
4297
+ sockets_feature_2_socket_text_min_off:
4298
+ "Priza dezactivată în {0} min",
4030
4299
  sockets_feature_2_socket_text_min_on: "Priză activată în {0} min",
4031
4300
  timer_powerstrip_socket1_switched_off_text:
4032
4301
  "Priza 1 va fi oprită la aproximativ {0}",
@@ -4036,7 +4305,8 @@ export default {
4036
4305
  consumption_data_field2_value_text1: "Putere (W)",
4037
4306
  consumption_data_field2_value_text2: "Amperaj (mA)",
4038
4307
  consumption_data_field2_value_text3: "Tensiune (V)",
4039
- timer_nightplug_active_timer_subheadline2_text: "ACTIVE TIMER ({0})",
4308
+ timer_nightplug_active_timer_subheadline2_text:
4309
+ "ACTIVE TIMER ({0})",
4040
4310
  addTimeCycle_settings_sec_text: "Cât timp va fi pornit dispozitivul?",
4041
4311
  addTimeCycle_settings_sec_text2: "Cât timp va fi oprit dispozitivul?",
4042
4312
  power_strip_tile_socket_4_headline: "Priză USB",
@@ -4087,14 +4357,25 @@ export default {
4087
4357
  "Priza va fi oprită la aproximativ {0}",
4088
4358
  timer_nightplug_active_timer_field_description_on_text:
4089
4359
  "Iluminatul va fi pornit la aproximativ {0}",
4360
+ conflict_dialog_save_item_fixedtimecycle_answer_no_text: "Nu",
4361
+ conflict_dialog_save_item_fixedtimecycle_answer_yes_text: "Da",
4362
+ conflict_dialog_save_item_fixedtimecycle_description:
4363
+ "Rețineți că intervalul fix de timp intră în conflict cu una sau mai multe caracteristici. Funcțiile conflictuale vor fi dezactivate.",
4364
+ conflict_dialog_save_item_fixedtimecycle_titel:
4365
+ "Sigur doriți să salvați și să activați acest ciclu de timp fix?",
4366
+ bio_ryhthm_default_field_text: "Răsărit",
4367
+ timeschedule_add_schedule_no_device_warning_text:
4368
+ 'Trebuie să selectați cel puțin o componentă în secțiunea "APLICARE".',
4090
4369
  },
4091
4370
  ru: {
4092
4371
  add_new_dynamic_mood_color_changing_mode_value: "Градиент",
4093
4372
  power_off_memory_default_state_title: "Состояние по умолчанию",
4094
4373
  sockets_ce: "Потребление энергии",
4095
4374
  history_overview_empty_information_text: "Отсутствуют журналы.",
4096
- history_powerstrip_field1_text: "{0} Включено {0}",
4097
- history_powerstrip_field1_text2: "{0} Выключен {0}",
4375
+ history_powerstrip_field1_text:
4376
+ "{0} Включено {0}",
4377
+ history_powerstrip_field1_text2:
4378
+ "{0} Выключен {0}",
4098
4379
  history_contact_sensor_description_text:
4099
4380
  "Показаны данные за последние 7 дней.",
4100
4381
  power_off_memory_default_state_description:
@@ -4105,8 +4386,8 @@ export default {
4105
4386
  power_off_memory_customized_description:
4106
4387
  "Заданный пользователем выбор значения цвета и яркости.",
4107
4388
  feature_summary_action_txt_1: "включить",
4108
- sockets_specific_settings_relay_status: "Состояние реле",
4109
- light_sources_specific_settings_power_off: "Память отключения питания",
4389
+ sockets_specific_settings_relay_status: "Влияние силы на поведение",
4390
+ light_sources_specific_settings_power_off: "Влияние силы на поведение",
4110
4391
  add_new_dynamic_mood_color_changing_mode_value2: "Переход",
4111
4392
  add_new_dynamic_mood_lights_field_headline2_text: "Цвет",
4112
4393
  add_new_dynamic_mood_lights_field_saturation_text: "Насыщенность",
@@ -4240,6 +4521,7 @@ export default {
4240
4521
  sleepwakeschedule_empty_information_text: "Вы еще не добавили расписание.",
4241
4522
  sleepwakeschedule_field_3_Times_chips2_text: "Расписание сна",
4242
4523
  sleepwakeschedule_field_3_Times_chips_text: "Расписание пробуждения",
4524
+ sleepwakeschedule_field_speed_text: "Продолжительность",
4243
4525
  cancel_dialog_delete_item_timeschedule_titel:
4244
4526
  "Вы действительно хотите удалить расписание?",
4245
4527
  cancel_dialog_delete_item_sleepschedule_titel:
@@ -4255,8 +4537,10 @@ export default {
4255
4537
  feature_summary_action_component_7: "Разъем 2",
4256
4538
  feature_summary_action_component_8: "Разъем 3",
4257
4539
  feature_summary_action_component_9: "Разъем USB",
4258
- sockets_feature_2_socket_text_min_off: "Разъем выключится через {0} мин",
4259
- sockets_feature_2_socket_text_min_on: "Разъем включится через {0} мин",
4540
+ sockets_feature_2_socket_text_min_off:
4541
+ "Разъем выключится через {0} мин",
4542
+ sockets_feature_2_socket_text_min_on:
4543
+ "Разъем включится через {0} мин",
4260
4544
  timer_powerstrip_socket1_switched_off_text:
4261
4545
  "Разъем1 будет выключен примерно через {0}",
4262
4546
  timer_powerstrip_socket1_switched_on_text:
@@ -4265,7 +4549,8 @@ export default {
4265
4549
  consumption_data_field2_value_text1: "Мощность (Вт)",
4266
4550
  consumption_data_field2_value_text2: "Сила тока (мА)",
4267
4551
  consumption_data_field2_value_text3: "Напряжение (В)",
4268
- timer_nightplug_active_timer_subheadline2_text: "АКТИВНЫЙ ТАЙМЕР ({0})",
4552
+ timer_nightplug_active_timer_subheadline2_text:
4553
+ "АКТИВНЫЙ ТАЙМЕР ({0})",
4269
4554
  addTimeCycle_settings_sec_text:
4270
4555
  "Как долго устройство должно быть включено?",
4271
4556
  addTimeCycle_settings_sec_text2:
@@ -4318,14 +4603,25 @@ export default {
4318
4603
  "Розетка будет отключена примерно через {0}",
4319
4604
  timer_nightplug_active_timer_field_description_on_text:
4320
4605
  "Освещение будет включено примерно через {0}",
4606
+ conflict_dialog_save_item_fixedtimecycle_answer_no_text: "Нет",
4607
+ conflict_dialog_save_item_fixedtimecycle_answer_yes_text: "Да",
4608
+ conflict_dialog_save_item_fixedtimecycle_description:
4609
+ "Обратите внимание, что фиксированный временной цикл конфликтует с одной или несколькими функциями. Конфликтующие функции будут отключены.",
4610
+ conflict_dialog_save_item_fixedtimecycle_titel:
4611
+ "Вы действительно хотите сохранить и активировать этот фиксированный временной цикл?",
4612
+ bio_ryhthm_default_field_text: "Восход",
4613
+ timeschedule_add_schedule_no_device_warning_text:
4614
+ "Вы должны выбрать хотя бы один компонент в разделе «ПОДАТЬ ЗАЯВКУ».",
4321
4615
  },
4322
4616
  sk: {
4323
4617
  add_new_dynamic_mood_color_changing_mode_value: "Prechod",
4324
4618
  power_off_memory_default_state_title: "Predvolený stav",
4325
4619
  sockets_ce: "Spotreba energie",
4326
4620
  history_overview_empty_information_text: "Neexistujú žiadne protokoly.",
4327
- history_powerstrip_field1_text: "{0} Zapnuté {0}",
4328
- history_powerstrip_field1_text2: "{0} Vypnuté {0}",
4621
+ history_powerstrip_field1_text:
4622
+ "{0} Zapnuté {0}",
4623
+ history_powerstrip_field1_text2:
4624
+ "{0} Vypnuté {0}",
4329
4625
  history_contact_sensor_description_text:
4330
4626
  "Zobrazujú sa údaje za posledných 7 dní.",
4331
4627
  power_off_memory_default_state_description:
@@ -4336,8 +4632,8 @@ export default {
4336
4632
  power_off_memory_customized_description:
4337
4633
  "Užívateľsky definovaný výber farby a hodnoty jasu.",
4338
4634
  feature_summary_action_txt_1: "Zapnúť",
4339
- sockets_specific_settings_relay_status: "Stav relé",
4340
- light_sources_specific_settings_power_off: "Pamäť pri vypnutí",
4635
+ sockets_specific_settings_relay_status: "Správanie pri zapovaní",
4636
+ light_sources_specific_settings_power_off: "Správanie pri zapnutí",
4341
4637
  add_new_dynamic_mood_color_changing_mode_value2: "Preskočiť",
4342
4638
  add_new_dynamic_mood_lights_field_headline2_text: "Farba",
4343
4639
  add_new_dynamic_mood_lights_field_saturation_text: "Sýtosť",
@@ -4455,8 +4751,10 @@ export default {
4455
4751
  timeschedule_overview_description_text:
4456
4752
  "Môže dôjsť k drobným oneskoreniam do 30 sekúnd.",
4457
4753
  timeschedule_overview_empty_button_add_text: "Pridať časový rozvrh",
4458
- ceiling_fan_feature_2_light_text_min_off: "Osvetlenie sa vypne o {0} min",
4459
- ceiling_fan_feature_2_light_text_min_on: "Osvetlenie sa zapne o {0} min",
4754
+ ceiling_fan_feature_2_light_text_min_off:
4755
+ "Osvetlenie sa vypne o {0} min",
4756
+ ceiling_fan_feature_2_light_text_min_on:
4757
+ "Osvetlenie sa zapne o {0} min",
4460
4758
  add_new_dynamic_mood_color_changing_mode_headline: "Režim zmeny farby",
4461
4759
  add_new_dynamic_mood_lights_field_speed_topic_text: "Rýchlosť zmeny farby",
4462
4760
  add_new_dynamic_mood_lights_field_headline_text1: "Osvetlenie",
@@ -4467,6 +4765,7 @@ export default {
4467
4765
  sleepwakeschedule_empty_information_text: "Zatiaľ ste nepridali plán.",
4468
4766
  sleepwakeschedule_field_3_Times_chips2_text: "Plán spánku",
4469
4767
  sleepwakeschedule_field_3_Times_chips_text: "Plán prebudenia",
4768
+ sleepwakeschedule_field_speed_text: "Trvanie",
4470
4769
  cancel_dialog_delete_item_timeschedule_titel:
4471
4770
  "Naozaj chcete odstrániť časový plán?",
4472
4771
  cancel_dialog_delete_item_sleepschedule_titel:
@@ -4491,7 +4790,8 @@ export default {
4491
4790
  consumption_data_field2_value_text1: "Výkon (W)",
4492
4791
  consumption_data_field2_value_text2: "Prúd v ampéroch (mA)",
4493
4792
  consumption_data_field2_value_text3: "Napätie (V)",
4494
- timer_nightplug_active_timer_subheadline2_text: "AKTÍVNY ČASOVAČ ({0})",
4793
+ timer_nightplug_active_timer_subheadline2_text:
4794
+ "AKTÍVNY ČASOVAČ ({0})",
4495
4795
  addTimeCycle_settings_sec_text: "Ako dlho má byť zariadenie zapnuté?",
4496
4796
  addTimeCycle_settings_sec_text2: "Ako dlho má byť zariadenie vypnuté?",
4497
4797
  power_strip_tile_socket_4_headline: "USB zásuvka",
@@ -4542,14 +4842,25 @@ export default {
4542
4842
  "Zásuvka sa vypne približne o {0}",
4543
4843
  timer_nightplug_active_timer_field_description_on_text:
4544
4844
  "Osvetlenie sa zapne približne o {0}",
4845
+ conflict_dialog_save_item_fixedtimecycle_answer_no_text: "Nie",
4846
+ conflict_dialog_save_item_fixedtimecycle_answer_yes_text: "Áno",
4847
+ conflict_dialog_save_item_fixedtimecycle_description:
4848
+ "Všimnite si, že pevný časový cyklus je v rozpore s jednou alebo viacerými funkciami. Konfliktné funkcie budú deaktivované.",
4849
+ conflict_dialog_save_item_fixedtimecycle_titel:
4850
+ "Naozaj chcete uložiť a aktivovať tento pevný časový cyklus?",
4851
+ bio_ryhthm_default_field_text: "Svitanie",
4852
+ timeschedule_add_schedule_no_device_warning_text:
4853
+ "Musíte vybrať aspoň jeden komponent v sekcii „POŽIADAŤ O“.",
4545
4854
  },
4546
4855
  sv: {
4547
4856
  add_new_dynamic_mood_color_changing_mode_value: "Toning",
4548
4857
  power_off_memory_default_state_title: "Standardläge",
4549
4858
  sockets_ce: "Energiförbrukning",
4550
4859
  history_overview_empty_information_text: "Det finns inga loggar.",
4551
- history_powerstrip_field1_text: "{0} Slå på {0}",
4552
- history_powerstrip_field1_text2: "{0} Stäng av {0}",
4860
+ history_powerstrip_field1_text:
4861
+ "{0} Slå {0}",
4862
+ history_powerstrip_field1_text2:
4863
+ "{0} Stäng av {0}",
4553
4864
  history_contact_sensor_description_text:
4554
4865
  "Data för de senaste 7 dagarna visas.",
4555
4866
  power_off_memory_default_state_description:
@@ -4560,8 +4871,8 @@ export default {
4560
4871
  power_off_memory_customized_description:
4561
4872
  "Användardefinierat val av färg och ljusstyrka.",
4562
4873
  feature_summary_action_txt_1: "Slå på",
4563
- sockets_specific_settings_relay_status: "Relästatus",
4564
- light_sources_specific_settings_power_off: "Avstängningsminne",
4874
+ sockets_specific_settings_relay_status: "Slå på beteende",
4875
+ light_sources_specific_settings_power_off: "Slå på beteende",
4565
4876
  add_new_dynamic_mood_color_changing_mode_value2: "Hoppa",
4566
4877
  add_new_dynamic_mood_lights_field_headline2_text: "Färg",
4567
4878
  add_new_dynamic_mood_lights_field_saturation_text: "Mättnad",
@@ -4680,8 +4991,10 @@ export default {
4680
4991
  timeschedule_overview_description_text:
4681
4992
  "Det kan förekomma mindre förseningar på upp till 30 sekunder.",
4682
4993
  timeschedule_overview_empty_button_add_text: "Lägg till tidsschema",
4683
- ceiling_fan_feature_2_light_text_min_off: "Belysningen släcks om {0} min",
4684
- ceiling_fan_feature_2_light_text_min_on: "Belysningen tänds om {0} min",
4994
+ ceiling_fan_feature_2_light_text_min_off:
4995
+ "Belysningen släcks om {0} min",
4996
+ ceiling_fan_feature_2_light_text_min_on:
4997
+ "Belysningen tänds om {0} min",
4685
4998
  add_new_dynamic_mood_color_changing_mode_headline: "Färgskifte",
4686
4999
  add_new_dynamic_mood_lights_field_speed_topic_text:
4687
5000
  "Hastighet för färgskifte",
@@ -4694,6 +5007,7 @@ export default {
4694
5007
  "Du har inte lagt till något schema ännu.",
4695
5008
  sleepwakeschedule_field_3_Times_chips2_text: "Schema för insomning",
4696
5009
  sleepwakeschedule_field_3_Times_chips_text: "Schema för uppvaknande",
5010
+ sleepwakeschedule_field_speed_text: "Varaktighet",
4697
5011
  cancel_dialog_delete_item_timeschedule_titel:
4698
5012
  "Vill du verkligen ta bort tidsschemat?",
4699
5013
  cancel_dialog_delete_item_sleepschedule_titel:
@@ -4718,7 +5032,8 @@ export default {
4718
5032
  consumption_data_field2_value_text1: "Effekt (W)",
4719
5033
  consumption_data_field2_value_text2: "Ampere (mA)",
4720
5034
  consumption_data_field2_value_text3: "Spänning (V)",
4721
- timer_nightplug_active_timer_subheadline2_text: "AKTIV TIMER ({0})",
5035
+ timer_nightplug_active_timer_subheadline2_text:
5036
+ "AKTIV TIMER ({0})",
4722
5037
  addTimeCycle_settings_sec_text: "Hur länge ska enheten vara påslagen?",
4723
5038
  addTimeCycle_settings_sec_text2: "Hur länge ska enheten vara avstängd?",
4724
5039
  power_strip_tile_socket_4_headline: "USB-uttag",
@@ -4768,14 +5083,25 @@ export default {
4768
5083
  "Uttaget kommer att stängas av vid ca {0}",
4769
5084
  timer_nightplug_active_timer_field_description_on_text:
4770
5085
  "Belysningen kommer att slås på omkring {0}",
5086
+ conflict_dialog_save_item_fixedtimecycle_answer_no_text: "Nej",
5087
+ conflict_dialog_save_item_fixedtimecycle_answer_yes_text: "Ja",
5088
+ conflict_dialog_save_item_fixedtimecycle_description:
5089
+ "Observera att den fasta tidscykeln står i konflikt med en eller flera funktioner. De konfliktfyllda funktionerna kommer att avaktiveras.",
5090
+ conflict_dialog_save_item_fixedtimecycle_titel:
5091
+ "Vill du verkligen spara och aktivera den här fasta tidscykeln?",
5092
+ bio_ryhthm_default_field_text: "Soluppgång",
5093
+ timeschedule_add_schedule_no_device_warning_text:
5094
+ 'Du måste välja minst en komponent i avsnittet "TILLÄMPA FÖR".',
4771
5095
  },
4772
5096
  tr: {
4773
5097
  add_new_dynamic_mood_color_changing_mode_value: "Gradient",
4774
5098
  power_off_memory_default_state_title: "Default state",
4775
5099
  sockets_ce: "Energy consumption",
4776
5100
  history_overview_empty_information_text: "There are no logs.",
4777
- history_powerstrip_field1_text: "{0} Powered on {0}",
4778
- history_powerstrip_field1_text2: "{0} Powered off {0}",
5101
+ history_powerstrip_field1_text:
5102
+ "{0} Powered on {0}",
5103
+ history_powerstrip_field1_text2:
5104
+ "{0} Powered off {0}",
4779
5105
  history_contact_sensor_description_text:
4780
5106
  "Data for the past 7 days is shown.",
4781
5107
  power_off_memory_default_state_description:
@@ -4786,8 +5112,8 @@ export default {
4786
5112
  power_off_memory_customized_description:
4787
5113
  "User-defined selection of color and brightness value.",
4788
5114
  feature_summary_action_txt_1: "Switch on",
4789
- sockets_specific_settings_relay_status: "Relay Status",
4790
- light_sources_specific_settings_power_off: "Power-Off Memory",
5115
+ sockets_specific_settings_relay_status: "Power on behaviour",
5116
+ light_sources_specific_settings_power_off: "Power on behaviour",
4791
5117
  add_new_dynamic_mood_color_changing_mode_value2: "Jump",
4792
5118
  add_new_dynamic_mood_lights_field_headline2_text: "Color",
4793
5119
  add_new_dynamic_mood_lights_field_saturation_text: "Saturation",
@@ -4904,7 +5230,8 @@ export default {
4904
5230
  timeschedule_overview_description_text:
4905
5231
  "There may be minor delays of up to 30 seconds.",
4906
5232
  timeschedule_overview_empty_button_add_text: "Add time schedule",
4907
- ceiling_fan_feature_2_light_text_min_off: "Lighting off in {0} min",
5233
+ ceiling_fan_feature_2_light_text_min_off:
5234
+ "Lighting off in {0} min",
4908
5235
  ceiling_fan_feature_2_light_text_min_on: "Lighting on in {0} min",
4909
5236
  add_new_dynamic_mood_color_changing_mode_headline: "Color changing mode",
4910
5237
  add_new_dynamic_mood_lights_field_speed_topic_text: "Color changing speed",
@@ -4917,6 +5244,7 @@ export default {
4917
5244
  "You have not added a schedule yet.",
4918
5245
  sleepwakeschedule_field_3_Times_chips2_text: "Sleep Schedule",
4919
5246
  sleepwakeschedule_field_3_Times_chips_text: "Wake Up Schedule",
5247
+ sleepwakeschedule_field_speed_text: "Duration",
4920
5248
  cancel_dialog_delete_item_timeschedule_titel:
4921
5249
  "Do you really want to delete the time schedule?",
4922
5250
  cancel_dialog_delete_item_sleepschedule_titel:
@@ -4941,7 +5269,8 @@ export default {
4941
5269
  consumption_data_field2_value_text1: "Power(W)",
4942
5270
  consumption_data_field2_value_text2: "Amperage (mA)",
4943
5271
  consumption_data_field2_value_text3: "Voltage (V)",
4944
- timer_nightplug_active_timer_subheadline2_text: "ACTIVE TIMER ({0})",
5272
+ timer_nightplug_active_timer_subheadline2_text:
5273
+ "ACTIVE TIMER ({0})",
4945
5274
  addTimeCycle_settings_sec_text: "How long shall the device be powered on?",
4946
5275
  addTimeCycle_settings_sec_text2:
4947
5276
  "How long shall the device be powered off?",
@@ -4991,14 +5320,25 @@ export default {
4991
5320
  "Socket will be switched off at about {0}",
4992
5321
  timer_nightplug_active_timer_field_description_on_text:
4993
5322
  "Lighting will be switched on at about {0}",
5323
+ conflict_dialog_save_item_fixedtimecycle_answer_no_text: "No",
5324
+ conflict_dialog_save_item_fixedtimecycle_answer_yes_text: "Yes",
5325
+ conflict_dialog_save_item_fixedtimecycle_description:
5326
+ "Note that the fixed time cycle conflicts with one or more features. The conflicting features will be deactivated.",
5327
+ conflict_dialog_save_item_fixedtimecycle_titel:
5328
+ "Do you really want to save and activate this fixed time cycle?",
5329
+ bio_ryhthm_default_field_text: "Sunrise",
5330
+ timeschedule_add_schedule_no_device_warning_text:
5331
+ 'You have to select at least one component in the "APPLY FOR" section.',
4994
5332
  },
4995
5333
  uk: {
4996
5334
  add_new_dynamic_mood_color_changing_mode_value: "Gradient",
4997
5335
  power_off_memory_default_state_title: "Default state",
4998
5336
  sockets_ce: "Energy consumption",
4999
5337
  history_overview_empty_information_text: "There are no logs.",
5000
- history_powerstrip_field1_text: "{0} Powered on {0}",
5001
- history_powerstrip_field1_text2: "{0} Powered off {0}",
5338
+ history_powerstrip_field1_text:
5339
+ "{0} Powered on {0}",
5340
+ history_powerstrip_field1_text2:
5341
+ "{0} Powered off {0}",
5002
5342
  history_contact_sensor_description_text:
5003
5343
  "Data for the past 7 days is shown.",
5004
5344
  power_off_memory_default_state_description:
@@ -5009,8 +5349,8 @@ export default {
5009
5349
  power_off_memory_customized_description:
5010
5350
  "User-defined selection of color and brightness value.",
5011
5351
  feature_summary_action_txt_1: "Switch on",
5012
- sockets_specific_settings_relay_status: "Relay Status",
5013
- light_sources_specific_settings_power_off: "Power-Off Memory",
5352
+ sockets_specific_settings_relay_status: "Power on behaviour",
5353
+ light_sources_specific_settings_power_off: "Power on behaviour",
5014
5354
  add_new_dynamic_mood_color_changing_mode_value2: "Jump",
5015
5355
  add_new_dynamic_mood_lights_field_headline2_text: "Color",
5016
5356
  add_new_dynamic_mood_lights_field_saturation_text: "Saturation",
@@ -5127,7 +5467,8 @@ export default {
5127
5467
  timeschedule_overview_description_text:
5128
5468
  "There may be minor delays of up to 30 seconds.",
5129
5469
  timeschedule_overview_empty_button_add_text: "Add time schedule",
5130
- ceiling_fan_feature_2_light_text_min_off: "Lighting off in {0} min",
5470
+ ceiling_fan_feature_2_light_text_min_off:
5471
+ "Lighting off in {0} min",
5131
5472
  ceiling_fan_feature_2_light_text_min_on: "Lighting on in {0} min",
5132
5473
  add_new_dynamic_mood_color_changing_mode_headline: "Color changing mode",
5133
5474
  add_new_dynamic_mood_lights_field_speed_topic_text: "Color changing speed",
@@ -5140,6 +5481,7 @@ export default {
5140
5481
  "You have not added a schedule yet.",
5141
5482
  sleepwakeschedule_field_3_Times_chips2_text: "Sleep Schedule",
5142
5483
  sleepwakeschedule_field_3_Times_chips_text: "Wake Up Schedule",
5484
+ sleepwakeschedule_field_speed_text: "Duration",
5143
5485
  cancel_dialog_delete_item_timeschedule_titel:
5144
5486
  "Do you really want to delete the time schedule?",
5145
5487
  cancel_dialog_delete_item_sleepschedule_titel:
@@ -5164,7 +5506,8 @@ export default {
5164
5506
  consumption_data_field2_value_text1: "Power(W)",
5165
5507
  consumption_data_field2_value_text2: "Amperage (mA)",
5166
5508
  consumption_data_field2_value_text3: "Voltage (V)",
5167
- timer_nightplug_active_timer_subheadline2_text: "ACTIVE TIMER ({0})",
5509
+ timer_nightplug_active_timer_subheadline2_text:
5510
+ "ACTIVE TIMER ({0})",
5168
5511
  addTimeCycle_settings_sec_text: "How long shall the device be powered on?",
5169
5512
  addTimeCycle_settings_sec_text2:
5170
5513
  "How long shall the device be powered off?",
@@ -5214,5 +5557,14 @@ export default {
5214
5557
  "Socket will be switched off at about {0}",
5215
5558
  timer_nightplug_active_timer_field_description_on_text:
5216
5559
  "Lighting will be switched on at about {0}",
5560
+ conflict_dialog_save_item_fixedtimecycle_answer_no_text: "No",
5561
+ conflict_dialog_save_item_fixedtimecycle_answer_yes_text: "Yes",
5562
+ conflict_dialog_save_item_fixedtimecycle_description:
5563
+ "Note that the fixed time cycle conflicts with one or more features. The conflicting features will be deactivated.",
5564
+ conflict_dialog_save_item_fixedtimecycle_titel:
5565
+ "Do you really want to save and activate this fixed time cycle?",
5566
+ bio_ryhthm_default_field_text: "Sunrise",
5567
+ timeschedule_add_schedule_no_device_warning_text:
5568
+ 'You have to select at least one component in the "APPLY FOR" section.',
5217
5569
  },
5218
5570
  };