@ledvance/base 1.0.16 → 1.0.17
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/src/components/Tag.tsx +1 -1
- package/src/i18n/strings.d.ts +638 -3
- package/src/i18n/strings.ts +1028 -303
- package/src/res/index.d.ts +1 -1
- package/src/res/index.ts +1 -1
- package/src/res/materialiconsFilledCancel.png +0 -0
- package/src/res/materialiconsFilledCancel@2x.png +0 -0
- package/src/res/materialiconsFilledCancel@3x.png +0 -0
package/src/i18n/strings.ts
CHANGED
|
@@ -275,6 +275,12 @@ export default {
|
|
|
275
275
|
switch_overcharge_headline_text: 'حماية الشحن الزائد',
|
|
276
276
|
switch_overcharge_headline_description:
|
|
277
277
|
'تعمل الميزة تلقائيًا على إيقاف شحن أجهزتك المحمولة، بما في ذلك الهواتف المحمولة وبنوك الطاقة، عندما تكون مشحونة بالكامل لمنع الشحن الزائد وإطالة عمر البطارية.',
|
|
278
|
+
conflict_dialog_save_item_timeschedule_titel: 'هل تريد حقًا حفظ وتفعيل هذا الجدول الزمني؟',
|
|
279
|
+
conflict_dialog_active_item_timeschedule_description:
|
|
280
|
+
'لاحظ أن الجدول الزمني يتعارض مع ميزة واحدة أو أكثر. سيتم إلغاء تنشيط الميزات المتعارضة.',
|
|
281
|
+
conflict_dialog_save_item_timeschedule_answer_no_text: 'لا',
|
|
282
|
+
conflict_dialog_save_item_timeschedule_answer_yes_text: 'نعم',
|
|
283
|
+
light_sources_feature_4_text_name: 'توقف مؤقتًا حتى منتصف الليل',
|
|
278
284
|
},
|
|
279
285
|
cs: {
|
|
280
286
|
add_new_dynamic_mood_color_changing_mode_value: 'Gradient',
|
|
@@ -567,6 +573,13 @@ export default {
|
|
|
567
573
|
switch_overcharge_headline_text: 'Ochrana proti přebíjení',
|
|
568
574
|
switch_overcharge_headline_description:
|
|
569
575
|
'Tato funkce automaticky vypne nabíjení mobilních zařízení, včetně mobilních telefonů a napájecích bank, když jsou plně nabitá, aby se zabránilo přebíjení a prodloužila životnost baterie.',
|
|
576
|
+
conflict_dialog_save_item_timeschedule_titel:
|
|
577
|
+
'Opravdu chcete tento časový rozvrh uložit a aktivovat?',
|
|
578
|
+
conflict_dialog_active_item_timeschedule_description:
|
|
579
|
+
'Tento časový rozvrh je neslučitelný s jednou nebo více funkcemi. Neslučitelné funkce budou deaktivovány.',
|
|
580
|
+
conflict_dialog_save_item_timeschedule_answer_no_text: 'Ne',
|
|
581
|
+
conflict_dialog_save_item_timeschedule_answer_yes_text: 'Ano',
|
|
582
|
+
light_sources_feature_4_text_name: 'Pozastaveno do půlnoci',
|
|
570
583
|
},
|
|
571
584
|
en: {
|
|
572
585
|
add_new_dynamic_mood_color_changing_mode_value: 'Gradient',
|
|
@@ -860,6 +873,13 @@ export default {
|
|
|
860
873
|
switch_overcharge_headline_text: 'Overcharging Protection',
|
|
861
874
|
switch_overcharge_headline_description:
|
|
862
875
|
'The feature automatically turns off charging your mobile devices, including mobile phones and power banks, when they are fully charged to prevent overcharging and prolong battery life.',
|
|
876
|
+
conflict_dialog_save_item_timeschedule_titel:
|
|
877
|
+
'Do you really want to save and activate this time schedule?',
|
|
878
|
+
conflict_dialog_active_item_timeschedule_description:
|
|
879
|
+
'Note that the time schedule conflicts with one or more features. The conflicting features will be deactivated.',
|
|
880
|
+
conflict_dialog_save_item_timeschedule_answer_no_text: 'No',
|
|
881
|
+
conflict_dialog_save_item_timeschedule_answer_yes_text: 'Yes',
|
|
882
|
+
light_sources_feature_4_text_name: 'Paused until midnight',
|
|
863
883
|
},
|
|
864
884
|
bg: {
|
|
865
885
|
add_new_dynamic_mood_color_changing_mode_value: 'Градиент',
|
|
@@ -1158,6 +1178,13 @@ export default {
|
|
|
1158
1178
|
switch_overcharge_headline_text: 'Защита от презареждане',
|
|
1159
1179
|
switch_overcharge_headline_description:
|
|
1160
1180
|
'Функцията автоматично изключва зареждането на вашите мобилни устройства, включително мобилни телефони и захранващи банки, когато те са напълно заредени, за да се предотврати презареждането и да се удължи живота на батерията.',
|
|
1181
|
+
conflict_dialog_save_item_timeschedule_titel:
|
|
1182
|
+
'Наистина ли искате да запазите и активирате този часови график?',
|
|
1183
|
+
conflict_dialog_active_item_timeschedule_description:
|
|
1184
|
+
'Имайте предвид, че времевият график е в конфликт с една или повече функции. Конфликтните функции ще бъдат деактивирани.',
|
|
1185
|
+
conflict_dialog_save_item_timeschedule_answer_no_text: 'Не',
|
|
1186
|
+
conflict_dialog_save_item_timeschedule_answer_yes_text: 'Да',
|
|
1187
|
+
light_sources_feature_4_text_name: 'Пауза до полунощ',
|
|
1161
1188
|
},
|
|
1162
1189
|
da: {
|
|
1163
1190
|
add_new_dynamic_mood_color_changing_mode_value: 'Gradvist',
|
|
@@ -1443,6 +1470,13 @@ export default {
|
|
|
1443
1470
|
switch_overcharge_headline_text: 'Beskyttelse mod overopladning',
|
|
1444
1471
|
switch_overcharge_headline_description:
|
|
1445
1472
|
'Funktionen slukker automatisk opladning af dine mobile enheder, herunder mobiltelefoner og strømbanker, når de er fuldt opladet for at forhindre overopladning og forlænge batteriets levetid.',
|
|
1473
|
+
conflict_dialog_save_item_timeschedule_titel:
|
|
1474
|
+
'Er du sikker på, du vil gemme og aktivere denne tidsplan?',
|
|
1475
|
+
conflict_dialog_active_item_timeschedule_description:
|
|
1476
|
+
'Bemærk, at tidsplanen er i konflikt med en eller flere funktioner. De modstridende funktioner vil blive deaktiveret.',
|
|
1477
|
+
conflict_dialog_save_item_timeschedule_answer_no_text: 'Nej',
|
|
1478
|
+
conflict_dialog_save_item_timeschedule_answer_yes_text: 'Ja',
|
|
1479
|
+
light_sources_feature_4_text_name: 'Sat på pause indtil midnat',
|
|
1446
1480
|
},
|
|
1447
1481
|
de: {
|
|
1448
1482
|
add_new_dynamic_mood_color_changing_mode_value: 'Fließend',
|
|
@@ -1740,6 +1774,13 @@ export default {
|
|
|
1740
1774
|
switch_overcharge_headline_text: 'Überladeschutz',
|
|
1741
1775
|
switch_overcharge_headline_description:
|
|
1742
1776
|
'Die Funktion schaltet das Aufladen Deiner mobilen Geräte, einschließlich Mobiltelefone und Powerbanks, automatisch aus, wenn sie vollständig aufgeladen sind, um ein Überladen zu verhindern und die Akkulaufzeit zu verlängern.',
|
|
1777
|
+
conflict_dialog_save_item_timeschedule_titel:
|
|
1778
|
+
'Möchtest Du diesen Zeitplan wirklich speichern und aktivieren?',
|
|
1779
|
+
conflict_dialog_active_item_timeschedule_description:
|
|
1780
|
+
'Beachte, dass der Zeitplan mit einem oder mehreren Merkmalen in Konflikt steht. Die kollidierenden Funktionen werden deaktiviert.',
|
|
1781
|
+
conflict_dialog_save_item_timeschedule_answer_no_text: 'Nein',
|
|
1782
|
+
conflict_dialog_save_item_timeschedule_answer_yes_text: 'Ja',
|
|
1783
|
+
light_sources_feature_4_text_name: 'Pausiert bis Mitternacht',
|
|
1743
1784
|
},
|
|
1744
1785
|
el: {
|
|
1745
1786
|
add_new_dynamic_mood_color_changing_mode_value: 'Διαβάθμιση',
|
|
@@ -2044,6 +2085,13 @@ export default {
|
|
|
2044
2085
|
switch_overcharge_headline_text: 'Προστασία υπερφόρτισης',
|
|
2045
2086
|
switch_overcharge_headline_description:
|
|
2046
2087
|
'Η λειτουργία απενεργοποιεί αυτόματα τη φόρτιση των κινητών συσκευών σας, συμπεριλαμβανομένων των κινητών τηλεφώνων και των τροφοδοτικών τραπεζών, όταν είναι πλήρως φορτισμένες για να αποφευχθεί η υπερφόρτιση και να παραταθεί η διάρκεια ζωής της μπαταρίας.',
|
|
2088
|
+
conflict_dialog_save_item_timeschedule_titel:
|
|
2089
|
+
'Θέλετε πραγματικά να αποθηκεύσετε και να ενεργοποιήσετε αυτό το χρονοδιάγραμμα;',
|
|
2090
|
+
conflict_dialog_active_item_timeschedule_description:
|
|
2091
|
+
'Σημειώστε ότι το χρονοδιάγραμμα έρχεται σε διένεξη με μία ή περισσότερες λειτουργίες. Οι λειτουργίες σε διένεξη θα απενεργοποιηθούν.',
|
|
2092
|
+
conflict_dialog_save_item_timeschedule_answer_no_text: 'Οχι',
|
|
2093
|
+
conflict_dialog_save_item_timeschedule_answer_yes_text: 'Ναι',
|
|
2094
|
+
light_sources_feature_4_text_name: 'Παύση μέχρι τα μεσάνυχτα',
|
|
2047
2095
|
},
|
|
2048
2096
|
es: {
|
|
2049
2097
|
add_new_dynamic_mood_color_changing_mode_value: 'Gradiente',
|
|
@@ -2338,6 +2386,613 @@ export default {
|
|
|
2338
2386
|
switch_overcharge_headline_text: 'Protección de sobrecarga',
|
|
2339
2387
|
switch_overcharge_headline_description:
|
|
2340
2388
|
'La función desactiva automáticamente la carga de los dispositivos móviles, incluidos los teléfonos móviles y las baterías externas, cuando están completamente cargados para evitar la sobrecarga y prolongar la duración de la batería.',
|
|
2389
|
+
conflict_dialog_save_item_timeschedule_titel:
|
|
2390
|
+
'¿De verdad quieres guardar y activar este horario?',
|
|
2391
|
+
conflict_dialog_active_item_timeschedule_description:
|
|
2392
|
+
'Ten en cuenta que el horario entra en conflicto con una o varias funciones. Las funciones en conflicto se desactivarán.',
|
|
2393
|
+
conflict_dialog_save_item_timeschedule_answer_no_text: 'No',
|
|
2394
|
+
conflict_dialog_save_item_timeschedule_answer_yes_text: 'Sí',
|
|
2395
|
+
light_sources_feature_4_text_name: 'En pausa hasta la medianoche',
|
|
2396
|
+
},
|
|
2397
|
+
et: {
|
|
2398
|
+
add_new_dynamic_mood_color_changing_mode_value: 'Muutmisaste',
|
|
2399
|
+
power_off_memory_default_state_title: 'Default state',
|
|
2400
|
+
sockets_ce: 'Energy consumption',
|
|
2401
|
+
history_overview_empty_information_text: 'There are no logs.',
|
|
2402
|
+
history_powerstrip_field1_text: '{0} Powered on {0}',
|
|
2403
|
+
history_powerstrip_field1_text2: '{0} Powered off {0}',
|
|
2404
|
+
history_contact_sensor_description_text: 'Data for the past 7 days is shown.',
|
|
2405
|
+
power_off_memory_default_state_description: 'Return to default color and brightness value.',
|
|
2406
|
+
power_off_memory_restore_memory_title: 'Restore memory',
|
|
2407
|
+
power_off_memory_restore_memory_description:
|
|
2408
|
+
'Return to the previous state before the power was switched off',
|
|
2409
|
+
power_off_memory_customized_description:
|
|
2410
|
+
'User-defined selection of color and brightness value.',
|
|
2411
|
+
feature_summary_action_txt_1: 'Switch on',
|
|
2412
|
+
sockets_specific_settings_relay_status: 'Power on behaviour',
|
|
2413
|
+
light_sources_specific_settings_power_off: 'Power on behaviour',
|
|
2414
|
+
add_new_dynamic_mood_color_changing_mode_value2: 'Hüpe',
|
|
2415
|
+
add_new_dynamic_mood_lights_field_headline2_text: 'Color',
|
|
2416
|
+
add_new_dynamic_mood_lights_field_saturation_text: 'Saturation',
|
|
2417
|
+
add_new_static_mood_headline_text: 'Lisa uus staatiline meeleoluvalgustus',
|
|
2418
|
+
add_new_static_mood_lights_field_brightness_text: 'Brightness',
|
|
2419
|
+
add_new_static_mood_lights_field_saturation_text: 'Saturation',
|
|
2420
|
+
add_new_static_mood_lights_field_text: 'Shade',
|
|
2421
|
+
add_new_static_mood_lights_schedule_switch_tab_color_text: 'Color mode',
|
|
2422
|
+
add_new_static_mood_lights_schedule_switch_tab_white_text: 'White mode',
|
|
2423
|
+
add_new_static_mood_system_back: 'Mood',
|
|
2424
|
+
add_new_trigger_time_field_brightness_text: 'Brightness',
|
|
2425
|
+
add_new_trigger_time_field_headline_text3: 'Secondary lighting',
|
|
2426
|
+
add_new_trigger_time_field_text: 'Shade',
|
|
2427
|
+
add_new_trigger_time_inputfield_value_text: 'Name',
|
|
2428
|
+
add_new_trigger_time_subheadline_text: 'DEVICE STATE',
|
|
2429
|
+
add_new_trigger_time_system_back_text: 'Bioloogiline rütm',
|
|
2430
|
+
add_randomtimecycle_timestart_topic: 'Start time',
|
|
2431
|
+
add_randomtimecycle_timeend_topic: 'End time',
|
|
2432
|
+
add_sleepschedule_one_source_switch_tab_color_text: 'Color mode',
|
|
2433
|
+
add_sleepschedule_one_source_switch_tab_white_text: 'White mode',
|
|
2434
|
+
add_sleepschedule_one_source_system_back_text: 'Sleep & Wake Up Schedule',
|
|
2435
|
+
add_sleepschedule_two_source_field_text: 'Shade',
|
|
2436
|
+
add_sleepschedule_two_source_field_text3: 'Brightness',
|
|
2437
|
+
feature_summary_action_txt_10: 'Fade out',
|
|
2438
|
+
feature_summary_action_txt_11: 'Fade in',
|
|
2439
|
+
auto_scan_button_Device_a: 'Lisa',
|
|
2440
|
+
auto_scan_system_cancel: 'Cancel',
|
|
2441
|
+
auto_scan_system_wifi_confirm: 'Kinnita',
|
|
2442
|
+
bio_ryhthm_default_button_reset_text: 'Lähtesta käivitusajad',
|
|
2443
|
+
bio_ryhthm_default_field_field_brightness_text: 'Brightness',
|
|
2444
|
+
bio_ryhthm_default_field_text2: 'Äratus',
|
|
2445
|
+
bio_ryhthm_default_field_text3: 'Päikesevalgus',
|
|
2446
|
+
bio_ryhthm_default_field_text4: 'Mugav',
|
|
2447
|
+
bio_ryhthm_default_field_text5: 'Öövalgus',
|
|
2448
|
+
bio_ryhthm_default_selectionfield_topic_text: 'Värvi muutmise režiim',
|
|
2449
|
+
bio_ryhthm_default_weekday1_text: 'Mon',
|
|
2450
|
+
bio_ryhthm_default_weekday2_text: 'Tue',
|
|
2451
|
+
bio_ryhthm_default_weekday3_text: 'Wed',
|
|
2452
|
+
bio_ryhthm_default_weekday4_text: 'Thu',
|
|
2453
|
+
bio_ryhthm_default_weekday5_text: 'Fri',
|
|
2454
|
+
bio_ryhthm_default_weekday6_text: 'Sat',
|
|
2455
|
+
bio_ryhthm_default_weekday7_text: 'Sun',
|
|
2456
|
+
camera_tile_dim_lighting_headline: 'Lighting',
|
|
2457
|
+
devicemusic_headline_text: 'Music',
|
|
2458
|
+
edit_device_textfield_name: 'Name',
|
|
2459
|
+
flashing_fs_toggle_state1: 'Fast animation',
|
|
2460
|
+
flashing_fs_toggle_state2: 'Slow animation',
|
|
2461
|
+
light_sources_tile_dim_lighting_brightness: 'Brightness',
|
|
2462
|
+
light_sources_tile_main_lighting_headline: 'Main lighting',
|
|
2463
|
+
light_sources_tile_main_lighting_shade: 'Shade',
|
|
2464
|
+
light_sources_tile_rgb_lighting_brightness: 'Brightness',
|
|
2465
|
+
light_sources_tile_rgb_lighting_headline: 'Lighting',
|
|
2466
|
+
light_sources_tile_rgb_lighting_saturation: 'Saturation',
|
|
2467
|
+
light_sources_tile_rgb_lighting_shade: 'Shade',
|
|
2468
|
+
light_sources_tile_rgb_lighting_tab_color: 'Color mode',
|
|
2469
|
+
light_sources_tile_rgb_lighting_tab_white: 'White mode',
|
|
2470
|
+
light_sources_tile_sec_lighting_headline: 'Secondary lighting',
|
|
2471
|
+
light_sources_tile_sec_lighting_shade: 'Shade',
|
|
2472
|
+
light_sources_tile_tw_lighting_brightness: 'Brightness',
|
|
2473
|
+
light_sources_tile_tw_lighting_headline: 'Lighting',
|
|
2474
|
+
mesh_device_detail_lighting_color_mode: 'Color mode',
|
|
2475
|
+
mesh_device_detail_lighting_goodnight: 'Goodnight',
|
|
2476
|
+
mesh_device_detail_lighting_leisure: 'Leisure',
|
|
2477
|
+
mesh_device_detail_lighting_read: 'Read',
|
|
2478
|
+
mesh_device_detail_lighting_white_mode: 'White mode',
|
|
2479
|
+
mesh_device_detail_lighting_work: 'Töö',
|
|
2480
|
+
mesh_device_detail_mode: 'Mood',
|
|
2481
|
+
mesh_device_seting_delete: 'Delete',
|
|
2482
|
+
mood_overview_add_mood_text: 'Add static mood',
|
|
2483
|
+
mood_overview_add_mood_text2: 'Add dynamic mood',
|
|
2484
|
+
mood_overview_field_chip_2: 'Dynamic',
|
|
2485
|
+
mood_overview_field_chip_text: 'Static',
|
|
2486
|
+
mood_overview_filter_name_text1: 'Static',
|
|
2487
|
+
mood_overview_filter_name_text2: 'Dynamic',
|
|
2488
|
+
mood_overview_headline_text: 'Mood',
|
|
2489
|
+
mood_overview_information_text:
|
|
2490
|
+
'The static moods are stored locally on your smartphone. Therefore they can’t be shared with other users.',
|
|
2491
|
+
motion_detection_add_time_schedule_headline_text: 'Add a new schedule',
|
|
2492
|
+
motion_detection_add_time_schedule_selectionfield_text: 'Name',
|
|
2493
|
+
motion_detection_add_time_schedule_system_back_text: 'Time schedule',
|
|
2494
|
+
motion_detection_time_schedule_notifications_field_weekdays_text2: 'Only once (Today)',
|
|
2495
|
+
timeschedule_add_schedule_text: 'Every {0}',
|
|
2496
|
+
motion_detection_time_schedule_notifications_field_weekdays_text4: 'Every day',
|
|
2497
|
+
other_lights_modes_gradient_text: 'Muutmisaste',
|
|
2498
|
+
other_lights_modes_jump_text: 'Hüpe',
|
|
2499
|
+
solar_bt_pp_field_dm: 'Dynamic Mood',
|
|
2500
|
+
timer_ceiling_fan_headline_text: 'Timer',
|
|
2501
|
+
timer_nightplug_headline_text: 'Timer',
|
|
2502
|
+
timer_ceiling_fan_lighting_switched_off_text:
|
|
2503
|
+
'Lighting will be switched off at about {0}',
|
|
2504
|
+
timer_ceiling_fan_lighting_switched_on_text:
|
|
2505
|
+
'Lighting will be switched on at about {0}',
|
|
2506
|
+
timer_sockets_button_text: 'Start',
|
|
2507
|
+
timeschedule_add_schedule_nightlight_plug_selectionfield_text2: 'Lighting',
|
|
2508
|
+
timeschedule_add_schedule_subheadline2_text: 'DEVICE STATE',
|
|
2509
|
+
timeschedule_add_schedule_subheadline4_text: 'SETTINGS',
|
|
2510
|
+
timeschedule_add_schedule_subheadline_text: 'APPLY FOR',
|
|
2511
|
+
timeschedule_add_schedule_switch_tab_manual_text: 'Manual settings',
|
|
2512
|
+
timeschedule_add_schedule_switch_tab_mood_text: 'Mood',
|
|
2513
|
+
timeschedule_add_schedule_system_back_text: 'Time Schedule',
|
|
2514
|
+
timeschedule_add_schedule_text2: 'Notifications',
|
|
2515
|
+
timeschedule_add_schedule_weekday1_text: 'Mon',
|
|
2516
|
+
timeschedule_add_schedule_weekday2_text: 'Tue',
|
|
2517
|
+
timeschedule_add_schedule_weekday3_text: 'Wed',
|
|
2518
|
+
timeschedule_add_schedule_weekday4_text: 'Thu',
|
|
2519
|
+
timeschedule_add_schedule_weekday5_text: 'Fri',
|
|
2520
|
+
timeschedule_add_schedule_weekday6_text: 'Sat',
|
|
2521
|
+
timeschedule_add_schedule_weekday7_text: 'Sun',
|
|
2522
|
+
timeschedule_overview_empty_information_text: 'You have not added a time schedule yet.',
|
|
2523
|
+
timeschedule_overview_headline_text: 'Time Schedule',
|
|
2524
|
+
timeschedule_overview_description_text: 'There may be minor delays of up to 30 seconds.',
|
|
2525
|
+
timeschedule_overview_empty_button_add_text: 'Add time schedule',
|
|
2526
|
+
ceiling_fan_feature_2_light_text_min_off: 'Lighting off in {0} min',
|
|
2527
|
+
ceiling_fan_feature_2_light_text_min_on: 'Lighting on in {0} min',
|
|
2528
|
+
add_new_dynamic_mood_color_changing_mode_headline: 'Värvi muutmise režiim',
|
|
2529
|
+
add_new_dynamic_mood_lights_field_speed_topic_text: 'Värvi muutmise kiirus',
|
|
2530
|
+
add_new_dynamic_mood_lights_field_headline_text1: 'Lighting',
|
|
2531
|
+
add_new_dynamic_mood_system_back: 'Mood',
|
|
2532
|
+
edit_static_mood_inputfield_topic_text: 'Name',
|
|
2533
|
+
add_new_static_mood_lights_inputfield_text: 'Name',
|
|
2534
|
+
feature_summary_action_txt_2: 'Switch off',
|
|
2535
|
+
sleepwakeschedule_empty_information_text: 'You have not added a schedule yet.',
|
|
2536
|
+
sleepwakeschedule_field_3_Times_chips2_text: 'Sleep Schedule',
|
|
2537
|
+
sleepwakeschedule_field_3_Times_chips_text: 'Wake Up Schedule',
|
|
2538
|
+
sleepwakeschedule_field_speed_text: 'Duration',
|
|
2539
|
+
cancel_dialog_delete_item_timeschedule_titel: 'Do you really want to delete the time schedule?',
|
|
2540
|
+
cancel_dialog_delete_item_sleepschedule_titel:
|
|
2541
|
+
'Do you really want to delete the sleep schedule?',
|
|
2542
|
+
cancel_dialog_delete_item_wakeupschedule_titel:
|
|
2543
|
+
'Do you really want to delete the wake up schedule?',
|
|
2544
|
+
fixedTimeCycle_socket_headline: 'Fixed Time Cycle',
|
|
2545
|
+
randomtimecycle_sockets_headline_text: 'Random Time Cycle',
|
|
2546
|
+
history_socket_headline_text: 'History',
|
|
2547
|
+
feature_summary_action_component_5: 'Socket',
|
|
2548
|
+
feature_summary_action_component_6: 'Socket 1',
|
|
2549
|
+
feature_summary_action_component_7: 'Socket 2',
|
|
2550
|
+
feature_summary_action_component_8: 'Socket 3',
|
|
2551
|
+
feature_summary_action_component_9: 'Socket USB',
|
|
2552
|
+
sockets_feature_2_socket_text_min_off: 'Socket off in {0} min',
|
|
2553
|
+
sockets_feature_2_socket_text_min_on: 'Socket on in {0} min',
|
|
2554
|
+
timer_powerstrip_socket1_switched_off_text:
|
|
2555
|
+
'Socket1 will be switched off at about {0}',
|
|
2556
|
+
timer_powerstrip_socket1_switched_on_text:
|
|
2557
|
+
'Socket1 will be switched on at about {0}',
|
|
2558
|
+
set_pw_button_save: 'Save',
|
|
2559
|
+
consumption_data_field2_value_text1: 'Power(W)',
|
|
2560
|
+
consumption_data_field2_value_text2: 'Amperage (mA)',
|
|
2561
|
+
consumption_data_field2_value_text3: 'Voltage (V)',
|
|
2562
|
+
timer_nightplug_active_timer_subheadline2_text: 'ACTIVE TIMER ({0})',
|
|
2563
|
+
addTimeCycle_settings_sec_text: 'Kui kaua peab seade sisse lülitatud olema?',
|
|
2564
|
+
addTimeCycle_settings_sec_text2: 'Kui kaua peab seade välja lülitatud olema?',
|
|
2565
|
+
power_strip_tile_socket_4_headline: 'Socket USB',
|
|
2566
|
+
conflict_dialog_active_item_fixedtimecycle_description:
|
|
2567
|
+
'Note that the fixed time cycle conflicts with one or more features. The conflicting features will be deactivated.',
|
|
2568
|
+
conflict_dialog_active_item_randomtimecycle_description:
|
|
2569
|
+
'Note that the random time cycle conflicts with one or more features. The conflicting features will be deactivated.',
|
|
2570
|
+
timeschedule_add_schedule_Lighting_applyfor_selection2_text: 'Secondary lighting',
|
|
2571
|
+
timeschedule_add_schedule_Lighting_applyfor_selection_text: 'Main lighting',
|
|
2572
|
+
light_sources_specific_settings_remote_control: 'WiFi Remote Control',
|
|
2573
|
+
conflict_dialog_save_item_bio_rhythm_answer_no_text: 'No',
|
|
2574
|
+
conflict_dialog_save_item_bio_rhythm_answer_yes_text: 'Yes',
|
|
2575
|
+
conflict_dialog_save_item_randomtimecycle_answer_no_text: 'No',
|
|
2576
|
+
conflict_dialog_save_item_randomtimecycle_answer_yes_text: 'Yes',
|
|
2577
|
+
conflict_dialog_save_item_randomtimecycle_description:
|
|
2578
|
+
'Note that the random time cycle conflicts with one or more features. The conflicting features will be deactivated.',
|
|
2579
|
+
conflict_dialog_save_item_randomtimecycle_titel:
|
|
2580
|
+
'Do you really want to save and activate this random time cycle?',
|
|
2581
|
+
conflict_dialog_save_item_bio_rhythm_description:
|
|
2582
|
+
'Note that the biological rhythm conflicts with one or more features. The conflicting features will be deactivated.',
|
|
2583
|
+
conflict_dialog_save_item_bio_rhythm_titel:
|
|
2584
|
+
'Do you really want to save and activate this biological rhythm?',
|
|
2585
|
+
conflict_dialog_save_item_sleepschedule_answer_no_text: 'No',
|
|
2586
|
+
conflict_dialog_save_item_sleepschedule_answer_yes_text: 'Yes',
|
|
2587
|
+
conflict_dialog_save_item_sleepschedule_description:
|
|
2588
|
+
'Note that the sleep schedule conflicts with one or more features. The conflicting features will be deactivated.',
|
|
2589
|
+
conflict_dialog_save_item_sleepschedule_titel:
|
|
2590
|
+
'Do you really want to save and activate this sleep schedule?',
|
|
2591
|
+
conflict_dialog_save_item_wakeupschedule_answer_no_text: 'No',
|
|
2592
|
+
conflict_dialog_save_item_wakeupschedule_answer_yes_text: 'Yes',
|
|
2593
|
+
conflict_dialog_save_item_wakeupschedule_description:
|
|
2594
|
+
'Note that the wake up schedule conflicts with one or more features. The conflicting features will be deactivated.',
|
|
2595
|
+
conflict_dialog_save_item_wakeupschedule_titel:
|
|
2596
|
+
'Do you really want to save and activate this wake up schedule?',
|
|
2597
|
+
sockets_specific_settings_relay_status_remember: 'Remember last status',
|
|
2598
|
+
motion_detection_with_safe_mode_safetymode_value4_text: 'Customized',
|
|
2599
|
+
consumption_data_annual_bar_chart_system_back_text: 'Energy consumption',
|
|
2600
|
+
motion_detection_time_schedule_notifications_field_weekdays_text3: 'Only once (Tomorrow)',
|
|
2601
|
+
sleepwakeschedule_empty_filtering_information_text:
|
|
2602
|
+
'There are no schedules for this filtering.',
|
|
2603
|
+
timer_ceiling_fan_selectionfield_no_components_text: 'no component selected',
|
|
2604
|
+
timer_nightplug_active_timer_field_description_off_text:
|
|
2605
|
+
'Socket will be switched off at about {0}',
|
|
2606
|
+
timer_nightplug_active_timer_field_description_on_text:
|
|
2607
|
+
'Socket will be switched on at about {0}',
|
|
2608
|
+
conflict_dialog_save_item_fixedtimecycle_answer_no_text: 'No',
|
|
2609
|
+
conflict_dialog_save_item_fixedtimecycle_answer_yes_text: 'Yes',
|
|
2610
|
+
conflict_dialog_save_item_fixedtimecycle_description:
|
|
2611
|
+
'Note that the fixed time cycle conflicts with one or more features. The conflicting features will be deactivated.',
|
|
2612
|
+
conflict_dialog_save_item_fixedtimecycle_titel:
|
|
2613
|
+
'Do you really want to save and activate this fixed time cycle?',
|
|
2614
|
+
bio_ryhthm_default_field_text: 'Päikesetõus',
|
|
2615
|
+
timeschedule_add_schedule_no_device_warning_text:
|
|
2616
|
+
'You have to select at least one component in the "APPLY FOR" section.',
|
|
2617
|
+
add_new_dynamic_mood_alert_text: 'Maximum number of characters has been reached.',
|
|
2618
|
+
add_new_trigger_time_information_text:
|
|
2619
|
+
'Inaktiveeritud aegu ei saa valida, sest kõikide käivitusaegade vahel peab olema vähemalt 15 minutit vahet.',
|
|
2620
|
+
sleepwakeschedule_warning_max_number_both_text:
|
|
2621
|
+
'Maximum number of sleep schedules and wake up schedules has been reached.',
|
|
2622
|
+
sleepwakeschedule_warning_max_number_sleep_text:
|
|
2623
|
+
'Maximum number of sleep schedules has been reached.',
|
|
2624
|
+
sleepwakeschedule_warning_max_number_wakeup_text:
|
|
2625
|
+
'Maximum number of wake up schedules has been reached.',
|
|
2626
|
+
fixedTimeCycle_information_text: 'You have not added a fixed time cycle yet.',
|
|
2627
|
+
fixedTimeCycle_bttn_text: 'Add fixed time cycle',
|
|
2628
|
+
addTimeCycle_warning_text: 'Sinu ajaseaded ei mahu võimalikku ajaraami',
|
|
2629
|
+
cancel_dialog_delete_item_timeschedule_description: 'Note that you can’t recover it.',
|
|
2630
|
+
cancel_dialog_delete_item_timeschedule_answer_no_text: 'No',
|
|
2631
|
+
cancel_dialog_delete_item_timeschedule_answer_yes_text: 'Yes',
|
|
2632
|
+
cancel_dialog_delete_item_fixedtimecycle_titel:
|
|
2633
|
+
'Do you really want to delete the fixed time cycle?',
|
|
2634
|
+
cancel_dialog_delete_item_fixedtimecycle_description: 'Note that you can’t recover it.',
|
|
2635
|
+
cancel_dialog_delete_item_fixedtimecycle_answer_yes_text: 'Yes',
|
|
2636
|
+
cancel_dialog_delete_item_fixedtimecycle_answer_no_text: 'No',
|
|
2637
|
+
cancel_dialog_delete_item_randomtimecycle_titel:
|
|
2638
|
+
'Do you really want to delete the random time cycle?',
|
|
2639
|
+
cancel_dialog_delete_item_randomtimecycle_description: 'Note that you can’t recover it.',
|
|
2640
|
+
cancel_dialog_delete_item_sleepschedule_answer_yes_text: 'Yes',
|
|
2641
|
+
cancel_dialog_delete_item_sleepschedule_answer_no_text: 'No',
|
|
2642
|
+
fixedtimecycle_warning_max_number_text:
|
|
2643
|
+
'Maximum number of random time cycles has been reached.',
|
|
2644
|
+
randomtimecycle_warning_max_number_text:
|
|
2645
|
+
'Maximum number of fixed time cycles has been reached.',
|
|
2646
|
+
sockets_specific_settings_child_lock: 'Child Lock',
|
|
2647
|
+
sockets_specific_settings_switch_inching: 'Automatic Switch off ',
|
|
2648
|
+
switchinching_overview_description_text:
|
|
2649
|
+
'To automatically switch off the device after a period of time.',
|
|
2650
|
+
childlock_overview_description_text:
|
|
2651
|
+
'This feature disables the physical switch on the device. To turn it off, you can press the switch for four consecutive times within five seconds or turn off this feature from here.',
|
|
2652
|
+
conflict_dialog_save_item_timer_titel: 'Do you really want to save and activate this Timer?',
|
|
2653
|
+
conflict_dialog_save_item_timer_description:
|
|
2654
|
+
'Note that the timer conflicts with one or more features. The conflicting features will be deactivated.',
|
|
2655
|
+
conflict_dialog_save_item_timer_answer_no_text: 'no',
|
|
2656
|
+
conflict_dialog_save_item_timer_answer_yes_text: 'yes',
|
|
2657
|
+
conflict_dialog_save_item_inching_titel:
|
|
2658
|
+
'Do you really want to save and activate this feature?',
|
|
2659
|
+
conflict_dialog_save_item_inching_description:
|
|
2660
|
+
'Note that the Automatic switch off conflicts with one or more features. The conflicting features will be deactivated.',
|
|
2661
|
+
conflict_dialog_save_item_inching_answer_no_text: 'no',
|
|
2662
|
+
conflict_dialog_save_item_inching_answer_yes_text: 'yes',
|
|
2663
|
+
cancel_dialog_delete_item_sleepschedule_description: 'Note that you can’t recover it.',
|
|
2664
|
+
cancel_dialog_delete_item_wakeupschedule_answer_no_text: 'No',
|
|
2665
|
+
cancel_dialog_delete_item_wakeupschedule_answer_yes_text: 'Yes',
|
|
2666
|
+
cancel_dialog_delete_item_wakeupschedule_description: 'Note that you can’t recover it.',
|
|
2667
|
+
randomtimecycle_empty_bttn_text: 'Add random time cycle',
|
|
2668
|
+
randomtimecycle_empty_information_text: 'You have not added a random time cycle yet.',
|
|
2669
|
+
conflict_dialog_save_item_randomtimecycle_tips: 'Important information',
|
|
2670
|
+
conflict_dialog_save_item_randomtimecycle_interval_description:
|
|
2671
|
+
'There must be at least 30 minutes between the start and end times.',
|
|
2672
|
+
conflict_dialog_save_item_randomtimecycle_answer_confirm_text: 'Kinnita',
|
|
2673
|
+
light_sources_specific_settings_do_not_disturb_title: 'Do not disturb',
|
|
2674
|
+
light_sources_specific_settings_do_not_disturb_introduce:
|
|
2675
|
+
'This feature enables the Smart device to stay off after power is restored until you explicitly turn them back on. To switch it on again, just turn the device on and off twice consecutively within 5 seconds.',
|
|
2676
|
+
devicemusic_ball_game_text: 'Genre 2',
|
|
2677
|
+
devicemusic_game_text: 'Genre 3',
|
|
2678
|
+
devicemusic_romantic_text: 'Genre 4',
|
|
2679
|
+
devicemusic_music_text: 'Genre 1',
|
|
2680
|
+
light_sources_feature_2_text_min_off: 'Main lighting off in {0} min',
|
|
2681
|
+
light_sources_feature_2_text_min_on: 'Main lighting on in {0} min',
|
|
2682
|
+
light_sources_feature_2_switched_off_text:
|
|
2683
|
+
'Main lighting will be switched off at about {0}',
|
|
2684
|
+
light_sources_feature_2_switched_on_text:
|
|
2685
|
+
'Main lighting will be switched on at about {0}',
|
|
2686
|
+
switch_overcharge_headline_text: 'Overcharging Protection',
|
|
2687
|
+
switch_overcharge_headline_description:
|
|
2688
|
+
'The feature automatically turns off charging your mobile devices, including mobile phones and power banks, when they are fully charged to prevent overcharging and prolong battery life.',
|
|
2689
|
+
conflict_dialog_save_item_timeschedule_titel:
|
|
2690
|
+
'Do you really want to save and activate this time schedule?',
|
|
2691
|
+
conflict_dialog_active_item_timeschedule_description:
|
|
2692
|
+
'Note that the time schedule conflicts with one or more features. The conflicting features will be deactivated.',
|
|
2693
|
+
conflict_dialog_save_item_timeschedule_answer_no_text: 'No',
|
|
2694
|
+
conflict_dialog_save_item_timeschedule_answer_yes_text: 'Yes',
|
|
2695
|
+
light_sources_feature_4_text_name: 'Paused until midnight',
|
|
2696
|
+
},
|
|
2697
|
+
fi: {
|
|
2698
|
+
add_new_dynamic_mood_color_changing_mode_value: 'Liukuva',
|
|
2699
|
+
power_off_memory_default_state_title: 'Default state',
|
|
2700
|
+
sockets_ce: 'Energy consumption',
|
|
2701
|
+
history_overview_empty_information_text: 'There are no logs.',
|
|
2702
|
+
history_powerstrip_field1_text: '{0} Powered on {0}',
|
|
2703
|
+
history_powerstrip_field1_text2: '{0} Powered off {0}',
|
|
2704
|
+
history_contact_sensor_description_text: 'Data for the past 7 days is shown.',
|
|
2705
|
+
power_off_memory_default_state_description: 'Return to default color and brightness value.',
|
|
2706
|
+
power_off_memory_restore_memory_title: 'Restore memory',
|
|
2707
|
+
power_off_memory_restore_memory_description:
|
|
2708
|
+
'Return to the previous state before the power was switched off',
|
|
2709
|
+
power_off_memory_customized_description:
|
|
2710
|
+
'User-defined selection of color and brightness value.',
|
|
2711
|
+
feature_summary_action_txt_1: 'Switch on',
|
|
2712
|
+
sockets_specific_settings_relay_status: 'Power on behaviour',
|
|
2713
|
+
light_sources_specific_settings_power_off: 'Power on behaviour',
|
|
2714
|
+
add_new_dynamic_mood_color_changing_mode_value2: 'Ohita',
|
|
2715
|
+
add_new_dynamic_mood_lights_field_headline2_text: 'Color',
|
|
2716
|
+
add_new_dynamic_mood_lights_field_saturation_text: 'Saturation',
|
|
2717
|
+
add_new_static_mood_headline_text: 'Lisää uusi vaihtumaton valaistus',
|
|
2718
|
+
add_new_static_mood_lights_field_brightness_text: 'Brightness',
|
|
2719
|
+
add_new_static_mood_lights_field_saturation_text: 'Saturation',
|
|
2720
|
+
add_new_static_mood_lights_field_text: 'Shade',
|
|
2721
|
+
add_new_static_mood_lights_schedule_switch_tab_color_text: 'Color mode',
|
|
2722
|
+
add_new_static_mood_lights_schedule_switch_tab_white_text: 'White mode',
|
|
2723
|
+
add_new_static_mood_system_back: 'Mood',
|
|
2724
|
+
add_new_trigger_time_field_brightness_text: 'Brightness',
|
|
2725
|
+
add_new_trigger_time_field_headline_text3: 'Secondary lighting',
|
|
2726
|
+
add_new_trigger_time_field_text: 'Shade',
|
|
2727
|
+
add_new_trigger_time_inputfield_value_text: 'Name',
|
|
2728
|
+
add_new_trigger_time_subheadline_text: 'DEVICE STATE',
|
|
2729
|
+
add_new_trigger_time_system_back_text: 'Biologinen rytmi',
|
|
2730
|
+
add_randomtimecycle_timestart_topic: 'Start time',
|
|
2731
|
+
add_randomtimecycle_timeend_topic: 'End time',
|
|
2732
|
+
add_sleepschedule_one_source_switch_tab_color_text: 'Color mode',
|
|
2733
|
+
add_sleepschedule_one_source_switch_tab_white_text: 'White mode',
|
|
2734
|
+
add_sleepschedule_one_source_system_back_text: 'Sleep & Wake Up Schedule',
|
|
2735
|
+
add_sleepschedule_two_source_field_text: 'Shade',
|
|
2736
|
+
add_sleepschedule_two_source_field_text3: 'Brightness',
|
|
2737
|
+
feature_summary_action_txt_10: 'Fade out',
|
|
2738
|
+
feature_summary_action_txt_11: 'Fade in',
|
|
2739
|
+
auto_scan_button_Device_a: 'Lisää',
|
|
2740
|
+
auto_scan_system_cancel: 'Peruuta',
|
|
2741
|
+
auto_scan_system_wifi_confirm: 'Vahvista',
|
|
2742
|
+
bio_ryhthm_default_button_reset_text: 'Nollaa käynnistysajat',
|
|
2743
|
+
bio_ryhthm_default_field_field_brightness_text: 'Brightness',
|
|
2744
|
+
bio_ryhthm_default_field_text2: 'Herätys',
|
|
2745
|
+
bio_ryhthm_default_field_text3: 'Auringonvalo',
|
|
2746
|
+
bio_ryhthm_default_field_text4: 'Miellyttävä',
|
|
2747
|
+
bio_ryhthm_default_field_text5: 'Yövalo',
|
|
2748
|
+
bio_ryhthm_default_selectionfield_topic_text: 'Värin vaihto',
|
|
2749
|
+
bio_ryhthm_default_weekday1_text: 'Mon',
|
|
2750
|
+
bio_ryhthm_default_weekday2_text: 'Tue',
|
|
2751
|
+
bio_ryhthm_default_weekday3_text: 'Wed',
|
|
2752
|
+
bio_ryhthm_default_weekday4_text: 'Thu',
|
|
2753
|
+
bio_ryhthm_default_weekday5_text: 'Fri',
|
|
2754
|
+
bio_ryhthm_default_weekday6_text: 'Sat',
|
|
2755
|
+
bio_ryhthm_default_weekday7_text: 'Sun',
|
|
2756
|
+
camera_tile_dim_lighting_headline: 'Lighting',
|
|
2757
|
+
devicemusic_headline_text: 'Music',
|
|
2758
|
+
edit_device_textfield_name: 'Name',
|
|
2759
|
+
flashing_fs_toggle_state1: 'Fast animation',
|
|
2760
|
+
flashing_fs_toggle_state2: 'Slow animation',
|
|
2761
|
+
light_sources_tile_dim_lighting_brightness: 'Brightness',
|
|
2762
|
+
light_sources_tile_main_lighting_headline: 'Main lighting',
|
|
2763
|
+
light_sources_tile_main_lighting_shade: 'Shade',
|
|
2764
|
+
light_sources_tile_rgb_lighting_brightness: 'Brightness',
|
|
2765
|
+
light_sources_tile_rgb_lighting_headline: 'Lighting',
|
|
2766
|
+
light_sources_tile_rgb_lighting_saturation: 'Saturation',
|
|
2767
|
+
light_sources_tile_rgb_lighting_shade: 'Shade',
|
|
2768
|
+
light_sources_tile_rgb_lighting_tab_color: 'Color mode',
|
|
2769
|
+
light_sources_tile_rgb_lighting_tab_white: 'White mode',
|
|
2770
|
+
light_sources_tile_sec_lighting_headline: 'Secondary lighting',
|
|
2771
|
+
light_sources_tile_sec_lighting_shade: 'Shade',
|
|
2772
|
+
light_sources_tile_tw_lighting_brightness: 'Brightness',
|
|
2773
|
+
light_sources_tile_tw_lighting_headline: 'Lighting',
|
|
2774
|
+
mesh_device_detail_lighting_color_mode: 'Color mode',
|
|
2775
|
+
mesh_device_detail_lighting_goodnight: 'Goodnight',
|
|
2776
|
+
mesh_device_detail_lighting_leisure: 'Leisure',
|
|
2777
|
+
mesh_device_detail_lighting_read: 'Read',
|
|
2778
|
+
mesh_device_detail_lighting_white_mode: 'White mode',
|
|
2779
|
+
mesh_device_detail_lighting_work: 'Työ',
|
|
2780
|
+
mesh_device_detail_mode: 'Mood',
|
|
2781
|
+
mesh_device_seting_delete: 'Delete',
|
|
2782
|
+
mood_overview_add_mood_text: 'Add static mood',
|
|
2783
|
+
mood_overview_add_mood_text2: 'Add dynamic mood',
|
|
2784
|
+
mood_overview_field_chip_2: 'Dynamic',
|
|
2785
|
+
mood_overview_field_chip_text: 'Static',
|
|
2786
|
+
mood_overview_filter_name_text1: 'Static',
|
|
2787
|
+
mood_overview_filter_name_text2: 'Dynamic',
|
|
2788
|
+
mood_overview_headline_text: 'Mood',
|
|
2789
|
+
mood_overview_information_text:
|
|
2790
|
+
'The static moods are stored locally on your smartphone. Therefore they can’t be shared with other users.',
|
|
2791
|
+
motion_detection_add_time_schedule_headline_text: 'Add a new schedule',
|
|
2792
|
+
motion_detection_add_time_schedule_selectionfield_text: 'Name',
|
|
2793
|
+
motion_detection_add_time_schedule_system_back_text: 'Time schedule',
|
|
2794
|
+
motion_detection_time_schedule_notifications_field_weekdays_text2: 'Only once (Today)',
|
|
2795
|
+
timeschedule_add_schedule_text: 'Every {0}',
|
|
2796
|
+
motion_detection_time_schedule_notifications_field_weekdays_text4: 'Every day',
|
|
2797
|
+
other_lights_modes_gradient_text: 'Liukuva',
|
|
2798
|
+
other_lights_modes_jump_text: 'Ohita',
|
|
2799
|
+
solar_bt_pp_field_dm: 'Dynamic Mood',
|
|
2800
|
+
timer_ceiling_fan_headline_text: 'Timer',
|
|
2801
|
+
timer_nightplug_headline_text: 'Timer',
|
|
2802
|
+
timer_ceiling_fan_lighting_switched_off_text:
|
|
2803
|
+
'Lighting will be switched off at about {0}',
|
|
2804
|
+
timer_ceiling_fan_lighting_switched_on_text:
|
|
2805
|
+
'Lighting will be switched on at about {0}',
|
|
2806
|
+
timer_sockets_button_text: 'Start',
|
|
2807
|
+
timeschedule_add_schedule_nightlight_plug_selectionfield_text2: 'Lighting',
|
|
2808
|
+
timeschedule_add_schedule_subheadline2_text: 'DEVICE STATE',
|
|
2809
|
+
timeschedule_add_schedule_subheadline4_text: 'SETTINGS',
|
|
2810
|
+
timeschedule_add_schedule_subheadline_text: 'APPLY FOR',
|
|
2811
|
+
timeschedule_add_schedule_switch_tab_manual_text: 'Manual settings',
|
|
2812
|
+
timeschedule_add_schedule_switch_tab_mood_text: 'Mood',
|
|
2813
|
+
timeschedule_add_schedule_system_back_text: 'Time Schedule',
|
|
2814
|
+
timeschedule_add_schedule_text2: 'Notifications',
|
|
2815
|
+
timeschedule_add_schedule_weekday1_text: 'Mon',
|
|
2816
|
+
timeschedule_add_schedule_weekday2_text: 'Tue',
|
|
2817
|
+
timeschedule_add_schedule_weekday3_text: 'Wed',
|
|
2818
|
+
timeschedule_add_schedule_weekday4_text: 'Thu',
|
|
2819
|
+
timeschedule_add_schedule_weekday5_text: 'Fri',
|
|
2820
|
+
timeschedule_add_schedule_weekday6_text: 'Sat',
|
|
2821
|
+
timeschedule_add_schedule_weekday7_text: 'Sun',
|
|
2822
|
+
timeschedule_overview_empty_information_text: 'You have not added a time schedule yet.',
|
|
2823
|
+
timeschedule_overview_headline_text: 'Time Schedule',
|
|
2824
|
+
timeschedule_overview_description_text: 'There may be minor delays of up to 30 seconds.',
|
|
2825
|
+
timeschedule_overview_empty_button_add_text: 'Add time schedule',
|
|
2826
|
+
ceiling_fan_feature_2_light_text_min_off: 'Lighting off in {0} min',
|
|
2827
|
+
ceiling_fan_feature_2_light_text_min_on: 'Lighting on in {0} min',
|
|
2828
|
+
add_new_dynamic_mood_color_changing_mode_headline: 'Värin vaihto',
|
|
2829
|
+
add_new_dynamic_mood_lights_field_speed_topic_text: 'Värin vaihtumisnopeus',
|
|
2830
|
+
add_new_dynamic_mood_lights_field_headline_text1: 'Lighting',
|
|
2831
|
+
add_new_dynamic_mood_system_back: 'Mood',
|
|
2832
|
+
edit_static_mood_inputfield_topic_text: 'Name',
|
|
2833
|
+
add_new_static_mood_lights_inputfield_text: 'Name',
|
|
2834
|
+
feature_summary_action_txt_2: 'Switch off',
|
|
2835
|
+
sleepwakeschedule_empty_information_text: 'You have not added a schedule yet.',
|
|
2836
|
+
sleepwakeschedule_field_3_Times_chips2_text: 'Sleep Schedule',
|
|
2837
|
+
sleepwakeschedule_field_3_Times_chips_text: 'Wake Up Schedule',
|
|
2838
|
+
sleepwakeschedule_field_speed_text: 'Duration',
|
|
2839
|
+
cancel_dialog_delete_item_timeschedule_titel: 'Haluatko todella poistaa aikataulun?',
|
|
2840
|
+
cancel_dialog_delete_item_sleepschedule_titel:
|
|
2841
|
+
'Do you really want to delete the sleep schedule?',
|
|
2842
|
+
cancel_dialog_delete_item_wakeupschedule_titel:
|
|
2843
|
+
'Do you really want to delete the wake up schedule?',
|
|
2844
|
+
fixedTimeCycle_socket_headline: 'Fixed Time Cycle',
|
|
2845
|
+
randomtimecycle_sockets_headline_text: 'Random Time Cycle',
|
|
2846
|
+
history_socket_headline_text: 'History',
|
|
2847
|
+
feature_summary_action_component_5: 'Socket',
|
|
2848
|
+
feature_summary_action_component_6: 'Socket 1',
|
|
2849
|
+
feature_summary_action_component_7: 'Socket 2',
|
|
2850
|
+
feature_summary_action_component_8: 'Socket 3',
|
|
2851
|
+
feature_summary_action_component_9: 'Socket USB',
|
|
2852
|
+
sockets_feature_2_socket_text_min_off: 'Socket off in {0} min',
|
|
2853
|
+
sockets_feature_2_socket_text_min_on: 'Socket on in {0} min',
|
|
2854
|
+
timer_powerstrip_socket1_switched_off_text:
|
|
2855
|
+
'Socket1 will be switched off at about {0}',
|
|
2856
|
+
timer_powerstrip_socket1_switched_on_text:
|
|
2857
|
+
'Socket1 will be switched on at about {0}',
|
|
2858
|
+
set_pw_button_save: 'Save',
|
|
2859
|
+
consumption_data_field2_value_text1: 'Teho (W)',
|
|
2860
|
+
consumption_data_field2_value_text2: 'Ampeeri (mA)',
|
|
2861
|
+
consumption_data_field2_value_text3: 'Jännite (V)',
|
|
2862
|
+
timer_nightplug_active_timer_subheadline2_text: 'ACTIVE TIMER ({0})',
|
|
2863
|
+
addTimeCycle_settings_sec_text: 'Kuinka kauan laitteen tulee olla päällä?',
|
|
2864
|
+
addTimeCycle_settings_sec_text2: 'Kuinka kauan laitteen tulee olla sammutettuna?',
|
|
2865
|
+
power_strip_tile_socket_4_headline: 'Socket USB',
|
|
2866
|
+
conflict_dialog_active_item_fixedtimecycle_description:
|
|
2867
|
+
'Huomaa, että kiinteä aikajakso on ristiriidassa yhden tai useamman ominaisuuden kanssa. Ristiriitaiset ominaisuudet poistetaan käytöstä.',
|
|
2868
|
+
conflict_dialog_active_item_randomtimecycle_description:
|
|
2869
|
+
'Huomaa, että satunnainen aikajakso on ristiriidassa yhden tai useamman ominaisuuden kanssa. Ristiriitaiset ominaisuudet poistetaan käytöstä.',
|
|
2870
|
+
timeschedule_add_schedule_Lighting_applyfor_selection2_text: 'Secondary lighting',
|
|
2871
|
+
timeschedule_add_schedule_Lighting_applyfor_selection_text: 'Main lighting',
|
|
2872
|
+
light_sources_specific_settings_remote_control: 'WiFi Remote Control',
|
|
2873
|
+
conflict_dialog_save_item_bio_rhythm_answer_no_text: 'No',
|
|
2874
|
+
conflict_dialog_save_item_bio_rhythm_answer_yes_text: 'Yes',
|
|
2875
|
+
conflict_dialog_save_item_randomtimecycle_answer_no_text: 'No',
|
|
2876
|
+
conflict_dialog_save_item_randomtimecycle_answer_yes_text: 'Yes',
|
|
2877
|
+
conflict_dialog_save_item_randomtimecycle_description:
|
|
2878
|
+
'Huomaa, että satunnainen aikajakso on ristiriidassa yhden tai useamman ominaisuuden kanssa. Ristiriitaiset ominaisuudet poistetaan käytöstä.',
|
|
2879
|
+
conflict_dialog_save_item_randomtimecycle_titel:
|
|
2880
|
+
'Haluatko todella tallentaa ja aktivoida tämän satunnaisen aikajakson?',
|
|
2881
|
+
conflict_dialog_save_item_bio_rhythm_description:
|
|
2882
|
+
'Huomaa, että biologinen rytmi on ristiriidassa yhden tai useamman ominaisuuden kanssa. Ristiriitaiset ominaisuudet poistetaan käytöstä.',
|
|
2883
|
+
conflict_dialog_save_item_bio_rhythm_titel:
|
|
2884
|
+
'Haluatko todella tallentaa ja aktivoida tämän biologisen rytmin?',
|
|
2885
|
+
conflict_dialog_save_item_sleepschedule_answer_no_text: 'No',
|
|
2886
|
+
conflict_dialog_save_item_sleepschedule_answer_yes_text: 'Yes',
|
|
2887
|
+
conflict_dialog_save_item_sleepschedule_description:
|
|
2888
|
+
'Huomaa, että uniaikataulu on ristiriidassa yhden tai useamman ominaisuuden kanssa. Ristiriitaiset ominaisuudet poistetaan käytöstä.',
|
|
2889
|
+
conflict_dialog_save_item_sleepschedule_titel:
|
|
2890
|
+
'Haluatko todella tallentaa ja aktivoida tämän uniaikataulun?',
|
|
2891
|
+
conflict_dialog_save_item_wakeupschedule_answer_no_text: 'No',
|
|
2892
|
+
conflict_dialog_save_item_wakeupschedule_answer_yes_text: 'Yes',
|
|
2893
|
+
conflict_dialog_save_item_wakeupschedule_description:
|
|
2894
|
+
'Huomaa, että herätysaikataulu on ristiriidassa yhden tai useamman ominaisuuden kanssa. Ristiriitaiset ominaisuudet poistetaan käytöstä.',
|
|
2895
|
+
conflict_dialog_save_item_wakeupschedule_titel:
|
|
2896
|
+
'Haluatko todella tallentaa ja aktivoida tämän herätysaikataulun?',
|
|
2897
|
+
sockets_specific_settings_relay_status_remember: 'Remember last status',
|
|
2898
|
+
motion_detection_with_safe_mode_safetymode_value4_text: 'Customized',
|
|
2899
|
+
consumption_data_annual_bar_chart_system_back_text: 'Energy consumption',
|
|
2900
|
+
motion_detection_time_schedule_notifications_field_weekdays_text3: 'Only once (Tomorrow)',
|
|
2901
|
+
sleepwakeschedule_empty_filtering_information_text:
|
|
2902
|
+
'There are no schedules for this filtering.',
|
|
2903
|
+
timer_ceiling_fan_selectionfield_no_components_text: 'no component selected',
|
|
2904
|
+
timer_nightplug_active_timer_field_description_off_text:
|
|
2905
|
+
'Socket will be switched off at about {0}',
|
|
2906
|
+
timer_nightplug_active_timer_field_description_on_text:
|
|
2907
|
+
'Socket will be switched on at about {0}',
|
|
2908
|
+
conflict_dialog_save_item_fixedtimecycle_answer_no_text: 'No',
|
|
2909
|
+
conflict_dialog_save_item_fixedtimecycle_answer_yes_text: 'Yes',
|
|
2910
|
+
conflict_dialog_save_item_fixedtimecycle_description:
|
|
2911
|
+
'Huomaa, että kiinteä aikajakso on ristiriidassa yhden tai useamman ominaisuuden kanssa. Ristiriitaiset ominaisuudet poistetaan käytöstä.',
|
|
2912
|
+
conflict_dialog_save_item_fixedtimecycle_titel:
|
|
2913
|
+
'Haluatko todella tallentaa ja aktivoida tämän kiinteän aikajakson?',
|
|
2914
|
+
bio_ryhthm_default_field_text: 'Auringonnousu',
|
|
2915
|
+
timeschedule_add_schedule_no_device_warning_text:
|
|
2916
|
+
'You have to select at least one component in the "APPLY FOR" section.',
|
|
2917
|
+
add_new_dynamic_mood_alert_text: 'Maximum number of characters has been reached.',
|
|
2918
|
+
add_new_trigger_time_information_text:
|
|
2919
|
+
'Poistettuja aikoja ei voi valita, koska kaikkien käynnistysaikojen aikavälin on oltava vähintään 15 minuuttia.',
|
|
2920
|
+
sleepwakeschedule_warning_max_number_both_text:
|
|
2921
|
+
'Maximum number of sleep schedules and wake up schedules has been reached.',
|
|
2922
|
+
sleepwakeschedule_warning_max_number_sleep_text:
|
|
2923
|
+
'Maximum number of sleep schedules has been reached.',
|
|
2924
|
+
sleepwakeschedule_warning_max_number_wakeup_text:
|
|
2925
|
+
'Maximum number of wake up schedules has been reached.',
|
|
2926
|
+
fixedTimeCycle_information_text: 'You have not added a fixed time cycle yet.',
|
|
2927
|
+
fixedTimeCycle_bttn_text: 'Add fixed time cycle',
|
|
2928
|
+
addTimeCycle_warning_text: 'Aika-asetus ylittää käytettävissä olevan aikarajan',
|
|
2929
|
+
cancel_dialog_delete_item_timeschedule_description: 'Note that you can’t recover it.',
|
|
2930
|
+
cancel_dialog_delete_item_timeschedule_answer_no_text: 'No',
|
|
2931
|
+
cancel_dialog_delete_item_timeschedule_answer_yes_text: 'Yes',
|
|
2932
|
+
cancel_dialog_delete_item_fixedtimecycle_titel: 'Haluatko todella poistaa kiinteän aikajakson?',
|
|
2933
|
+
cancel_dialog_delete_item_fixedtimecycle_description: 'Note that you can’t recover it.',
|
|
2934
|
+
cancel_dialog_delete_item_fixedtimecycle_answer_yes_text: 'Yes',
|
|
2935
|
+
cancel_dialog_delete_item_fixedtimecycle_answer_no_text: 'No',
|
|
2936
|
+
cancel_dialog_delete_item_randomtimecycle_titel:
|
|
2937
|
+
'Haluatko todella poistaa satunnaisen aikajakson?',
|
|
2938
|
+
cancel_dialog_delete_item_randomtimecycle_description: 'Note that you can’t recover it.',
|
|
2939
|
+
cancel_dialog_delete_item_sleepschedule_answer_yes_text: 'Yes',
|
|
2940
|
+
cancel_dialog_delete_item_sleepschedule_answer_no_text: 'No',
|
|
2941
|
+
fixedtimecycle_warning_max_number_text:
|
|
2942
|
+
'Maximum number of random time cycles has been reached.',
|
|
2943
|
+
randomtimecycle_warning_max_number_text:
|
|
2944
|
+
'Maximum number of fixed time cycles has been reached.',
|
|
2945
|
+
sockets_specific_settings_child_lock: 'Child Lock',
|
|
2946
|
+
sockets_specific_settings_switch_inching: 'Automatic Switch off ',
|
|
2947
|
+
switchinching_overview_description_text:
|
|
2948
|
+
'To automatically switch off the device after a period of time.',
|
|
2949
|
+
childlock_overview_description_text:
|
|
2950
|
+
'Tämä ominaisuus poistaa laitteen fyysisen kytkimen käytöstä. Voit kytkeä sen pois päältä painamalla kytkintä neljä kertaa peräkkäin viiden sekunnin kuluessa tai kytkemällä tämän ominaisuuden pois päältä tästä.',
|
|
2951
|
+
conflict_dialog_save_item_timer_titel:
|
|
2952
|
+
'Haluatko todella tallentaa ja aktivoida tämän ajastimen?',
|
|
2953
|
+
conflict_dialog_save_item_timer_description:
|
|
2954
|
+
'Huomaa, että ajastin on ristiriidassa yhden tai useamman ominaisuuden kanssa. Ristiriitaiset ominaisuudet poistetaan käytöstä.',
|
|
2955
|
+
conflict_dialog_save_item_timer_answer_no_text: 'no',
|
|
2956
|
+
conflict_dialog_save_item_timer_answer_yes_text: 'yes',
|
|
2957
|
+
conflict_dialog_save_item_inching_titel:
|
|
2958
|
+
'Haluatko todella tallentaa ja aktivoida tämän ominaisuuden?',
|
|
2959
|
+
conflict_dialog_save_item_inching_description:
|
|
2960
|
+
'Huomaa, että automaattinen sammutus on ristiriidassa yhden tai useamman ominaisuuden kanssa. Ristiriitaiset ominaisuudet poistetaan käytöstä.',
|
|
2961
|
+
conflict_dialog_save_item_inching_answer_no_text: 'no',
|
|
2962
|
+
conflict_dialog_save_item_inching_answer_yes_text: 'yes',
|
|
2963
|
+
cancel_dialog_delete_item_sleepschedule_description: 'Note that you can’t recover it.',
|
|
2964
|
+
cancel_dialog_delete_item_wakeupschedule_answer_no_text: 'No',
|
|
2965
|
+
cancel_dialog_delete_item_wakeupschedule_answer_yes_text: 'Yes',
|
|
2966
|
+
cancel_dialog_delete_item_wakeupschedule_description: 'Note that you can’t recover it.',
|
|
2967
|
+
randomtimecycle_empty_bttn_text: 'Add random time cycle',
|
|
2968
|
+
randomtimecycle_empty_information_text: 'You have not added a random time cycle yet.',
|
|
2969
|
+
conflict_dialog_save_item_randomtimecycle_tips: 'Tärkeää tietoa',
|
|
2970
|
+
conflict_dialog_save_item_randomtimecycle_interval_description:
|
|
2971
|
+
'Aloitus- ja lopetusajan välillä on oltava vähintään 30 minuuttia.',
|
|
2972
|
+
conflict_dialog_save_item_randomtimecycle_answer_confirm_text: 'Vahvista',
|
|
2973
|
+
light_sources_specific_settings_do_not_disturb_title: 'Do not disturb',
|
|
2974
|
+
light_sources_specific_settings_do_not_disturb_introduce:
|
|
2975
|
+
'This feature enables the Smart device to stay off after power is restored until you explicitly turn them back on. To switch it on again, just turn the device on and off twice consecutively within 5 seconds.',
|
|
2976
|
+
devicemusic_ball_game_text: 'Genre 2',
|
|
2977
|
+
devicemusic_game_text: 'Genre 3',
|
|
2978
|
+
devicemusic_romantic_text: 'Genre 4',
|
|
2979
|
+
devicemusic_music_text: 'Genre 1',
|
|
2980
|
+
light_sources_feature_2_text_min_off: 'Main lighting off in {0} min',
|
|
2981
|
+
light_sources_feature_2_text_min_on: 'Main lighting on in {0} min',
|
|
2982
|
+
light_sources_feature_2_switched_off_text:
|
|
2983
|
+
'Main lighting will be switched off at about {0}',
|
|
2984
|
+
light_sources_feature_2_switched_on_text:
|
|
2985
|
+
'Main lighting will be switched on at about {0}',
|
|
2986
|
+
switch_overcharge_headline_text: 'Overcharging Protection',
|
|
2987
|
+
switch_overcharge_headline_description:
|
|
2988
|
+
'The feature automatically turns off charging your mobile devices, including mobile phones and power banks, when they are fully charged to prevent overcharging and prolong battery life.',
|
|
2989
|
+
conflict_dialog_save_item_timeschedule_titel:
|
|
2990
|
+
'Haluatko todella tallentaa ja aktivoida tämän aikataulun?',
|
|
2991
|
+
conflict_dialog_active_item_timeschedule_description:
|
|
2992
|
+
'Huomaa, että aikataulu on ristiriidassa yhden tai useamman ominaisuuden kanssa. Ristiriitaiset ominaisuudet poistetaan käytöstä.',
|
|
2993
|
+
conflict_dialog_save_item_timeschedule_answer_no_text: 'No',
|
|
2994
|
+
conflict_dialog_save_item_timeschedule_answer_yes_text: 'Yes',
|
|
2995
|
+
light_sources_feature_4_text_name: 'Paused until midnight',
|
|
2341
2996
|
},
|
|
2342
2997
|
fr: {
|
|
2343
2998
|
add_new_dynamic_mood_color_changing_mode_value: 'Fluide',
|
|
@@ -2640,6 +3295,13 @@ export default {
|
|
|
2640
3295
|
switch_overcharge_headline_text: 'Protection contre les surcharges',
|
|
2641
3296
|
switch_overcharge_headline_description:
|
|
2642
3297
|
"La fonction désactive automatiquement le chargement de vos appareils mobiles, y compris les téléphones portables et les batteries externes, lorsqu'ils sont complètement chargés afin d'éviter toute surcharge et de prolonger la durée de vie de la batterie.",
|
|
3298
|
+
conflict_dialog_save_item_timeschedule_titel:
|
|
3299
|
+
'Voulez-vous vraiment enregistrer et activer ce calendrier ?',
|
|
3300
|
+
conflict_dialog_active_item_timeschedule_description:
|
|
3301
|
+
'Notez que le calendrier est en conflit avec une ou plusieurs fonctionnalités. Les fonctionnalités en conflit seront désactivées.',
|
|
3302
|
+
conflict_dialog_save_item_timeschedule_answer_no_text: 'Non',
|
|
3303
|
+
conflict_dialog_save_item_timeschedule_answer_yes_text: 'Oui',
|
|
3304
|
+
light_sources_feature_4_text_name: "Pause jusqu'à minuit",
|
|
2643
3305
|
},
|
|
2644
3306
|
hr: {
|
|
2645
3307
|
add_new_dynamic_mood_color_changing_mode_value: 'Prijelaz',
|
|
@@ -2927,6 +3589,13 @@ export default {
|
|
|
2927
3589
|
switch_overcharge_headline_text: 'Zaštita od prekomjernog punjenja',
|
|
2928
3590
|
switch_overcharge_headline_description:
|
|
2929
3591
|
'Značajka automatski isključuje punjenje vaših mobilnih uređaja, uključujući mobilne telefone i banke napajanja, kada su potpuno napunjeni kako bi se spriječilo prekomjerno punjenje i produljilo trajanje baterije.',
|
|
3592
|
+
conflict_dialog_save_item_timeschedule_titel:
|
|
3593
|
+
'Želite li stvarno spremiti i aktivirati ovaj vremenski raspored?',
|
|
3594
|
+
conflict_dialog_active_item_timeschedule_description:
|
|
3595
|
+
'Imajte na umu da je vremenski raspored u sukobu s jednom ili više značajki. Sukobljene značajke bit će deaktivirane.',
|
|
3596
|
+
conflict_dialog_save_item_timeschedule_answer_no_text: 'Ne',
|
|
3597
|
+
conflict_dialog_save_item_timeschedule_answer_yes_text: 'Da',
|
|
3598
|
+
light_sources_feature_4_text_name: 'Pauzirano do ponoći',
|
|
2930
3599
|
},
|
|
2931
3600
|
hu: {
|
|
2932
3601
|
add_new_dynamic_mood_color_changing_mode_value: 'Átmenet',
|
|
@@ -3223,6 +3892,13 @@ export default {
|
|
|
3223
3892
|
switch_overcharge_headline_text: 'Túltöltés elleni védelem',
|
|
3224
3893
|
switch_overcharge_headline_description:
|
|
3225
3894
|
'A funkció automatikusan kikapcsolja a mobileszközök töltését, beleértve a mobiltelefonokat és az elektromos bankokat, amikor azok teljesen fel vannak töltve, hogy megakadályozzák a túltöltést és meghosszabbítsák az akkumulátor élettartamát.',
|
|
3895
|
+
conflict_dialog_save_item_timeschedule_titel:
|
|
3896
|
+
'Biztosan menteni és aktiválni szeretné ezt az ütemezést?',
|
|
3897
|
+
conflict_dialog_active_item_timeschedule_description:
|
|
3898
|
+
'Vegye figyelembe, hogy az ütemezés ütközik egy vagy több funkcióval. Az ütköző funkciókat inaktiválja a rendszer.',
|
|
3899
|
+
conflict_dialog_save_item_timeschedule_answer_no_text: 'Nem',
|
|
3900
|
+
conflict_dialog_save_item_timeschedule_answer_yes_text: 'Igen',
|
|
3901
|
+
light_sources_feature_4_text_name: 'Éjfélig szünetel',
|
|
3226
3902
|
},
|
|
3227
3903
|
it: {
|
|
3228
3904
|
add_new_dynamic_mood_color_changing_mode_value: 'Fluido',
|
|
@@ -3524,6 +4200,13 @@ export default {
|
|
|
3524
4200
|
switch_overcharge_headline_text: 'Protezione da sovraccarico',
|
|
3525
4201
|
switch_overcharge_headline_description:
|
|
3526
4202
|
'La funzione disattiva automaticamente la ricarica dei dispositivi mobili, inclusi telefoni cellulari e power bank, quando sono completamente carichi per evitare il sovraccarico e prolungare la durata della batteria.',
|
|
4203
|
+
conflict_dialog_save_item_timeschedule_titel:
|
|
4204
|
+
'Stai per salvare e attivare il programma orario. Confermi?',
|
|
4205
|
+
conflict_dialog_active_item_timeschedule_description:
|
|
4206
|
+
'Attenzione: la pianificazione oraria è in conflitto con una o più funzionalità. Le funzionalità in conflitto verranno disattivate.',
|
|
4207
|
+
conflict_dialog_save_item_timeschedule_answer_no_text: 'No',
|
|
4208
|
+
conflict_dialog_save_item_timeschedule_answer_yes_text: 'Sì',
|
|
4209
|
+
light_sources_feature_4_text_name: 'In pausa fino a mezzanotte',
|
|
3527
4210
|
},
|
|
3528
4211
|
ko: {
|
|
3529
4212
|
add_new_dynamic_mood_color_changing_mode_value: '그래디언트',
|
|
@@ -3793,347 +4476,312 @@ export default {
|
|
|
3793
4476
|
switch_overcharge_headline_text: '과충전 보호',
|
|
3794
4477
|
switch_overcharge_headline_description:
|
|
3795
4478
|
'이 기능은 휴대폰 및 보조 배터리를 비롯한 모바일 장치가 완전히 충전되면 자동으로 충전 기능을 끄므로 과충전을 방지하고 배터리 수명을 연장합니다.',
|
|
4479
|
+
conflict_dialog_save_item_timeschedule_titel: '이 일정을 저장하고 활성화하시겠습니까?',
|
|
4480
|
+
conflict_dialog_active_item_timeschedule_description:
|
|
4481
|
+
'일정이 하나 이상의 기능과 충돌합니다. 충돌하는 기능은 비활성화됩니다.',
|
|
4482
|
+
conflict_dialog_save_item_timeschedule_answer_no_text: '아니오',
|
|
4483
|
+
conflict_dialog_save_item_timeschedule_answer_yes_text: '예',
|
|
4484
|
+
light_sources_feature_4_text_name: '자정까지 일시중지됨',
|
|
3796
4485
|
},
|
|
3797
|
-
|
|
3798
|
-
add_new_dynamic_mood_color_changing_mode_value: '
|
|
3799
|
-
power_off_memory_default_state_title: '
|
|
3800
|
-
sockets_ce: '
|
|
3801
|
-
history_overview_empty_information_text:
|
|
3802
|
-
|
|
3803
|
-
|
|
3804
|
-
|
|
3805
|
-
|
|
3806
|
-
|
|
3807
|
-
power_off_memory_default_state_description:
|
|
3808
|
-
'Kehre zum Standardwert für Farbe und Helligkeit zurück.Kehre zum Standardwert für Farbe und Helligkeit zurück.Kehre zum Standardwert für Farbe und Helligkeit zurück.',
|
|
3809
|
-
power_off_memory_restore_memory_title:
|
|
3810
|
-
'Speicher wiederherstellenSpeicher wiederherstellenSpeicher wiederherstellen',
|
|
4486
|
+
lt: {
|
|
4487
|
+
add_new_dynamic_mood_color_changing_mode_value: 'Gradient',
|
|
4488
|
+
power_off_memory_default_state_title: 'Default state',
|
|
4489
|
+
sockets_ce: 'Energy consumption',
|
|
4490
|
+
history_overview_empty_information_text: 'There are no logs.',
|
|
4491
|
+
history_powerstrip_field1_text: '{0} Powered on {0}',
|
|
4492
|
+
history_powerstrip_field1_text2: '{0} Powered off {0}',
|
|
4493
|
+
history_contact_sensor_description_text: 'Data for the past 7 days is shown.',
|
|
4494
|
+
power_off_memory_default_state_description: 'Return to default color and brightness value.',
|
|
4495
|
+
power_off_memory_restore_memory_title: 'Restore memory',
|
|
3811
4496
|
power_off_memory_restore_memory_description:
|
|
3812
|
-
'
|
|
4497
|
+
'Return to the previous state before the power was switched off',
|
|
3813
4498
|
power_off_memory_customized_description:
|
|
3814
|
-
'
|
|
3815
|
-
feature_summary_action_txt_1: '
|
|
3816
|
-
sockets_specific_settings_relay_status:
|
|
3817
|
-
|
|
3818
|
-
|
|
3819
|
-
|
|
3820
|
-
|
|
3821
|
-
|
|
3822
|
-
|
|
3823
|
-
|
|
3824
|
-
|
|
3825
|
-
|
|
3826
|
-
|
|
3827
|
-
|
|
3828
|
-
|
|
3829
|
-
|
|
3830
|
-
|
|
3831
|
-
|
|
3832
|
-
|
|
3833
|
-
|
|
3834
|
-
|
|
3835
|
-
|
|
3836
|
-
|
|
3837
|
-
|
|
3838
|
-
|
|
3839
|
-
|
|
3840
|
-
|
|
3841
|
-
|
|
3842
|
-
|
|
3843
|
-
|
|
3844
|
-
|
|
3845
|
-
|
|
3846
|
-
|
|
3847
|
-
|
|
3848
|
-
|
|
3849
|
-
|
|
3850
|
-
|
|
3851
|
-
|
|
3852
|
-
|
|
3853
|
-
|
|
3854
|
-
|
|
3855
|
-
|
|
3856
|
-
|
|
3857
|
-
|
|
3858
|
-
|
|
3859
|
-
|
|
3860
|
-
|
|
3861
|
-
|
|
3862
|
-
|
|
3863
|
-
|
|
3864
|
-
|
|
3865
|
-
|
|
3866
|
-
|
|
3867
|
-
|
|
3868
|
-
|
|
3869
|
-
|
|
3870
|
-
|
|
3871
|
-
|
|
3872
|
-
|
|
3873
|
-
|
|
3874
|
-
|
|
3875
|
-
|
|
3876
|
-
|
|
3877
|
-
|
|
3878
|
-
|
|
3879
|
-
|
|
3880
|
-
|
|
3881
|
-
|
|
3882
|
-
|
|
3883
|
-
|
|
3884
|
-
|
|
3885
|
-
|
|
3886
|
-
|
|
3887
|
-
|
|
3888
|
-
|
|
3889
|
-
|
|
3890
|
-
|
|
3891
|
-
|
|
3892
|
-
|
|
3893
|
-
mesh_device_detail_mode: 'StimmungStimmungStimmung',
|
|
3894
|
-
mesh_device_seting_delete: 'LöschenLöschenLöschen',
|
|
3895
|
-
mood_overview_add_mood_text:
|
|
3896
|
-
'Statische Stimmung hinzufügenStatische Stimmung hinzufügenStatische Stimmung hinzufügen',
|
|
3897
|
-
mood_overview_add_mood_text2:
|
|
3898
|
-
'Dynamische Stimmung hinzufügenDynamische Stimmung hinzufügenDynamische Stimmung hinzufügen',
|
|
3899
|
-
mood_overview_field_chip_2: 'DynamischDynamischDynamisch',
|
|
3900
|
-
mood_overview_field_chip_text: 'StatischStatischStatisch',
|
|
3901
|
-
mood_overview_filter_name_text1: 'StatischStatischStatisch',
|
|
3902
|
-
mood_overview_filter_name_text2: 'DynamischDynamischDynamisch',
|
|
3903
|
-
mood_overview_headline_text: 'StimmungStimmungStimmung',
|
|
4499
|
+
'User-defined selection of color and brightness value.',
|
|
4500
|
+
feature_summary_action_txt_1: 'Switch on',
|
|
4501
|
+
sockets_specific_settings_relay_status: 'Power on behaviour',
|
|
4502
|
+
light_sources_specific_settings_power_off: 'Power on behaviour',
|
|
4503
|
+
add_new_dynamic_mood_color_changing_mode_value2: 'Jump',
|
|
4504
|
+
add_new_dynamic_mood_lights_field_headline2_text: 'Color',
|
|
4505
|
+
add_new_dynamic_mood_lights_field_saturation_text: 'Saturation',
|
|
4506
|
+
add_new_static_mood_headline_text: 'Add a new static mood',
|
|
4507
|
+
add_new_static_mood_lights_field_brightness_text: 'Brightness',
|
|
4508
|
+
add_new_static_mood_lights_field_saturation_text: 'Saturation',
|
|
4509
|
+
add_new_static_mood_lights_field_text: 'Shade',
|
|
4510
|
+
add_new_static_mood_lights_schedule_switch_tab_color_text: 'Color mode',
|
|
4511
|
+
add_new_static_mood_lights_schedule_switch_tab_white_text: 'White mode',
|
|
4512
|
+
add_new_static_mood_system_back: 'Mood',
|
|
4513
|
+
add_new_trigger_time_field_brightness_text: 'Brightness',
|
|
4514
|
+
add_new_trigger_time_field_headline_text3: 'Secondary lighting',
|
|
4515
|
+
add_new_trigger_time_field_text: 'Shade',
|
|
4516
|
+
add_new_trigger_time_inputfield_value_text: 'Name',
|
|
4517
|
+
add_new_trigger_time_subheadline_text: 'DEVICE STATE',
|
|
4518
|
+
add_new_trigger_time_system_back_text: 'Biological Rhythm',
|
|
4519
|
+
add_randomtimecycle_timestart_topic: 'Start time',
|
|
4520
|
+
add_randomtimecycle_timeend_topic: 'End time',
|
|
4521
|
+
add_sleepschedule_one_source_switch_tab_color_text: 'Color mode',
|
|
4522
|
+
add_sleepschedule_one_source_switch_tab_white_text: 'White mode',
|
|
4523
|
+
add_sleepschedule_one_source_system_back_text: 'Sleep & Wake Up Schedule',
|
|
4524
|
+
add_sleepschedule_two_source_field_text: 'Shade',
|
|
4525
|
+
add_sleepschedule_two_source_field_text3: 'Brightness',
|
|
4526
|
+
feature_summary_action_txt_10: 'Fade out',
|
|
4527
|
+
feature_summary_action_txt_11: 'Fade in',
|
|
4528
|
+
auto_scan_button_Device_a: 'Add',
|
|
4529
|
+
auto_scan_system_cancel: 'Cancel',
|
|
4530
|
+
auto_scan_system_wifi_confirm: 'Confirm',
|
|
4531
|
+
bio_ryhthm_default_button_reset_text: 'Reset trigger times',
|
|
4532
|
+
bio_ryhthm_default_field_field_brightness_text: 'Brightness',
|
|
4533
|
+
bio_ryhthm_default_field_text2: 'Wake Up',
|
|
4534
|
+
bio_ryhthm_default_field_text3: 'Sunlight',
|
|
4535
|
+
bio_ryhthm_default_field_text4: 'Comfortable',
|
|
4536
|
+
bio_ryhthm_default_field_text5: 'Night light',
|
|
4537
|
+
bio_ryhthm_default_selectionfield_topic_text: 'Color changing mode',
|
|
4538
|
+
bio_ryhthm_default_weekday1_text: 'Mon',
|
|
4539
|
+
bio_ryhthm_default_weekday2_text: 'Tue',
|
|
4540
|
+
bio_ryhthm_default_weekday3_text: 'Wed',
|
|
4541
|
+
bio_ryhthm_default_weekday4_text: 'Thu',
|
|
4542
|
+
bio_ryhthm_default_weekday5_text: 'Fri',
|
|
4543
|
+
bio_ryhthm_default_weekday6_text: 'Sat',
|
|
4544
|
+
bio_ryhthm_default_weekday7_text: 'Sun',
|
|
4545
|
+
camera_tile_dim_lighting_headline: 'Lighting',
|
|
4546
|
+
devicemusic_headline_text: 'Music',
|
|
4547
|
+
edit_device_textfield_name: 'Name',
|
|
4548
|
+
flashing_fs_toggle_state1: 'Fast animation',
|
|
4549
|
+
flashing_fs_toggle_state2: 'Slow animation',
|
|
4550
|
+
light_sources_tile_dim_lighting_brightness: 'Brightness',
|
|
4551
|
+
light_sources_tile_main_lighting_headline: 'Main lighting',
|
|
4552
|
+
light_sources_tile_main_lighting_shade: 'Shade',
|
|
4553
|
+
light_sources_tile_rgb_lighting_brightness: 'Brightness',
|
|
4554
|
+
light_sources_tile_rgb_lighting_headline: 'Lighting',
|
|
4555
|
+
light_sources_tile_rgb_lighting_saturation: 'Saturation',
|
|
4556
|
+
light_sources_tile_rgb_lighting_shade: 'Shade',
|
|
4557
|
+
light_sources_tile_rgb_lighting_tab_color: 'Color mode',
|
|
4558
|
+
light_sources_tile_rgb_lighting_tab_white: 'White mode',
|
|
4559
|
+
light_sources_tile_sec_lighting_headline: 'Secondary lighting',
|
|
4560
|
+
light_sources_tile_sec_lighting_shade: 'Shade',
|
|
4561
|
+
light_sources_tile_tw_lighting_brightness: 'Brightness',
|
|
4562
|
+
light_sources_tile_tw_lighting_headline: 'Lighting',
|
|
4563
|
+
mesh_device_detail_lighting_color_mode: 'Color mode',
|
|
4564
|
+
mesh_device_detail_lighting_goodnight: 'Goodnight',
|
|
4565
|
+
mesh_device_detail_lighting_leisure: 'Leisure',
|
|
4566
|
+
mesh_device_detail_lighting_read: 'Read',
|
|
4567
|
+
mesh_device_detail_lighting_white_mode: 'White mode',
|
|
4568
|
+
mesh_device_detail_lighting_work: 'Work',
|
|
4569
|
+
mesh_device_detail_mode: 'Mood',
|
|
4570
|
+
mesh_device_seting_delete: 'Delete',
|
|
4571
|
+
mood_overview_add_mood_text: 'Add static mood',
|
|
4572
|
+
mood_overview_add_mood_text2: 'Add dynamic mood',
|
|
4573
|
+
mood_overview_field_chip_2: 'Dynamic',
|
|
4574
|
+
mood_overview_field_chip_text: 'Static',
|
|
4575
|
+
mood_overview_filter_name_text1: 'Static',
|
|
4576
|
+
mood_overview_filter_name_text2: 'Dynamic',
|
|
4577
|
+
mood_overview_headline_text: 'Mood',
|
|
3904
4578
|
mood_overview_information_text:
|
|
3905
|
-
'
|
|
3906
|
-
motion_detection_add_time_schedule_headline_text:
|
|
3907
|
-
|
|
3908
|
-
|
|
3909
|
-
|
|
3910
|
-
|
|
3911
|
-
|
|
3912
|
-
|
|
3913
|
-
|
|
3914
|
-
|
|
3915
|
-
|
|
3916
|
-
|
|
3917
|
-
|
|
3918
|
-
|
|
3919
|
-
|
|
3920
|
-
|
|
3921
|
-
timer_sockets_button_text: '
|
|
3922
|
-
timeschedule_add_schedule_nightlight_plug_selectionfield_text2: '
|
|
3923
|
-
timeschedule_add_schedule_subheadline2_text: '
|
|
3924
|
-
timeschedule_add_schedule_subheadline4_text: '
|
|
3925
|
-
timeschedule_add_schedule_subheadline_text: '
|
|
3926
|
-
timeschedule_add_schedule_switch_tab_manual_text:
|
|
3927
|
-
|
|
3928
|
-
|
|
3929
|
-
|
|
3930
|
-
|
|
3931
|
-
|
|
3932
|
-
|
|
3933
|
-
|
|
3934
|
-
|
|
3935
|
-
|
|
3936
|
-
|
|
3937
|
-
|
|
3938
|
-
|
|
3939
|
-
|
|
3940
|
-
|
|
3941
|
-
|
|
3942
|
-
|
|
3943
|
-
|
|
3944
|
-
|
|
3945
|
-
|
|
3946
|
-
|
|
3947
|
-
|
|
3948
|
-
|
|
3949
|
-
|
|
3950
|
-
|
|
3951
|
-
|
|
3952
|
-
|
|
3953
|
-
|
|
3954
|
-
|
|
3955
|
-
feature_summary_action_txt_2: 'AusschaltenAusschaltenAusschalten',
|
|
3956
|
-
sleepwakeschedule_empty_information_text:
|
|
3957
|
-
'Du hast noch keinen Zeitplan hinzugefügt.Du hast noch keinen Zeitplan hinzugefügt.Du hast noch keinen Zeitplan hinzugefügt.',
|
|
3958
|
-
sleepwakeschedule_field_3_Times_chips2_text: 'SchlafplanSchlafplanSchlafplan',
|
|
3959
|
-
sleepwakeschedule_field_3_Times_chips_text: 'WeckplanWeckplanWeckplan',
|
|
3960
|
-
sleepwakeschedule_field_speed_text: 'DauerDauerDauer',
|
|
3961
|
-
cancel_dialog_delete_item_timeschedule_titel:
|
|
3962
|
-
'Möchtest Du den Zeitplan wirklich löschen?Möchtest Du den Zeitplan wirklich löschen?Möchtest Du den Zeitplan wirklich löschen?',
|
|
4579
|
+
'The static moods are stored locally on your smartphone. Therefore they can’t be shared with other users.',
|
|
4580
|
+
motion_detection_add_time_schedule_headline_text: 'Add a new schedule',
|
|
4581
|
+
motion_detection_add_time_schedule_selectionfield_text: 'Name',
|
|
4582
|
+
motion_detection_add_time_schedule_system_back_text: 'Time schedule',
|
|
4583
|
+
motion_detection_time_schedule_notifications_field_weekdays_text2: 'Only once (Today)',
|
|
4584
|
+
timeschedule_add_schedule_text: 'Every {0}',
|
|
4585
|
+
motion_detection_time_schedule_notifications_field_weekdays_text4: 'Every day',
|
|
4586
|
+
other_lights_modes_gradient_text: 'Gradient',
|
|
4587
|
+
other_lights_modes_jump_text: 'Jump',
|
|
4588
|
+
solar_bt_pp_field_dm: 'Dynamic Mood',
|
|
4589
|
+
timer_ceiling_fan_headline_text: 'Timer',
|
|
4590
|
+
timer_nightplug_headline_text: 'Timer',
|
|
4591
|
+
timer_ceiling_fan_lighting_switched_off_text:
|
|
4592
|
+
'Lighting will be switched off at about {0}',
|
|
4593
|
+
timer_ceiling_fan_lighting_switched_on_text:
|
|
4594
|
+
'Lighting will be switched on at about {0}',
|
|
4595
|
+
timer_sockets_button_text: 'Start',
|
|
4596
|
+
timeschedule_add_schedule_nightlight_plug_selectionfield_text2: 'Lighting',
|
|
4597
|
+
timeschedule_add_schedule_subheadline2_text: 'DEVICE STATE',
|
|
4598
|
+
timeschedule_add_schedule_subheadline4_text: 'SETTINGS',
|
|
4599
|
+
timeschedule_add_schedule_subheadline_text: 'APPLY FOR',
|
|
4600
|
+
timeschedule_add_schedule_switch_tab_manual_text: 'Manual settings',
|
|
4601
|
+
timeschedule_add_schedule_switch_tab_mood_text: 'Mood',
|
|
4602
|
+
timeschedule_add_schedule_system_back_text: 'Time Schedule',
|
|
4603
|
+
timeschedule_add_schedule_text2: 'Notifications',
|
|
4604
|
+
timeschedule_add_schedule_weekday1_text: 'Mon',
|
|
4605
|
+
timeschedule_add_schedule_weekday2_text: 'Tue',
|
|
4606
|
+
timeschedule_add_schedule_weekday3_text: 'Wed',
|
|
4607
|
+
timeschedule_add_schedule_weekday4_text: 'Thu',
|
|
4608
|
+
timeschedule_add_schedule_weekday5_text: 'Fri',
|
|
4609
|
+
timeschedule_add_schedule_weekday6_text: 'Sat',
|
|
4610
|
+
timeschedule_add_schedule_weekday7_text: 'Sun',
|
|
4611
|
+
timeschedule_overview_empty_information_text: 'You have not added a time schedule yet.',
|
|
4612
|
+
timeschedule_overview_headline_text: 'Time Schedule',
|
|
4613
|
+
timeschedule_overview_description_text: 'There may be minor delays of up to 30 seconds.',
|
|
4614
|
+
timeschedule_overview_empty_button_add_text: 'Add time schedule',
|
|
4615
|
+
ceiling_fan_feature_2_light_text_min_off: 'Lighting off in {0} min',
|
|
4616
|
+
ceiling_fan_feature_2_light_text_min_on: 'Lighting on in {0} min',
|
|
4617
|
+
add_new_dynamic_mood_color_changing_mode_headline: 'Color changing mode',
|
|
4618
|
+
add_new_dynamic_mood_lights_field_speed_topic_text: 'Color changing speed',
|
|
4619
|
+
add_new_dynamic_mood_lights_field_headline_text1: 'Lighting',
|
|
4620
|
+
add_new_dynamic_mood_system_back: 'Mood',
|
|
4621
|
+
edit_static_mood_inputfield_topic_text: 'Name',
|
|
4622
|
+
add_new_static_mood_lights_inputfield_text: 'Name',
|
|
4623
|
+
feature_summary_action_txt_2: 'Switch off',
|
|
4624
|
+
sleepwakeschedule_empty_information_text: 'You have not added a schedule yet.',
|
|
4625
|
+
sleepwakeschedule_field_3_Times_chips2_text: 'Sleep Schedule',
|
|
4626
|
+
sleepwakeschedule_field_3_Times_chips_text: 'Wake Up Schedule',
|
|
4627
|
+
sleepwakeschedule_field_speed_text: 'Duration',
|
|
4628
|
+
cancel_dialog_delete_item_timeschedule_titel: 'Do you really want to delete the time schedule?',
|
|
3963
4629
|
cancel_dialog_delete_item_sleepschedule_titel:
|
|
3964
|
-
'
|
|
4630
|
+
'Do you really want to delete the sleep schedule?',
|
|
3965
4631
|
cancel_dialog_delete_item_wakeupschedule_titel:
|
|
3966
|
-
'
|
|
3967
|
-
fixedTimeCycle_socket_headline: '
|
|
3968
|
-
randomtimecycle_sockets_headline_text:
|
|
3969
|
-
|
|
3970
|
-
|
|
3971
|
-
|
|
3972
|
-
|
|
3973
|
-
|
|
3974
|
-
|
|
3975
|
-
|
|
3976
|
-
|
|
3977
|
-
sockets_feature_2_socket_text_min_on: 'Steckdose ein in {0} min',
|
|
4632
|
+
'Do you really want to delete the wake up schedule?',
|
|
4633
|
+
fixedTimeCycle_socket_headline: 'Fixed Time Cycle',
|
|
4634
|
+
randomtimecycle_sockets_headline_text: 'Random Time Cycle',
|
|
4635
|
+
history_socket_headline_text: 'History',
|
|
4636
|
+
feature_summary_action_component_5: 'Socket',
|
|
4637
|
+
feature_summary_action_component_6: 'Socket 1',
|
|
4638
|
+
feature_summary_action_component_7: 'Socket 2',
|
|
4639
|
+
feature_summary_action_component_8: 'Socket 3',
|
|
4640
|
+
feature_summary_action_component_9: 'Socket USB',
|
|
4641
|
+
sockets_feature_2_socket_text_min_off: 'Socket off in {0} min',
|
|
4642
|
+
sockets_feature_2_socket_text_min_on: 'Socket on in {0} min',
|
|
3978
4643
|
timer_powerstrip_socket1_switched_off_text:
|
|
3979
|
-
'
|
|
4644
|
+
'Socket1 will be switched off at about {0}',
|
|
3980
4645
|
timer_powerstrip_socket1_switched_on_text:
|
|
3981
|
-
'
|
|
3982
|
-
set_pw_button_save: '
|
|
3983
|
-
consumption_data_field2_value_text1: '
|
|
3984
|
-
consumption_data_field2_value_text2: '
|
|
3985
|
-
consumption_data_field2_value_text3: '
|
|
3986
|
-
timer_nightplug_active_timer_subheadline2_text: '
|
|
3987
|
-
addTimeCycle_settings_sec_text:
|
|
3988
|
-
|
|
3989
|
-
|
|
3990
|
-
'Wie lange soll das Gerät ausgeschaltet sein?Wie lange soll das Gerät ausgeschaltet sein?Wie lange soll das Gerät ausgeschaltet sein?',
|
|
3991
|
-
power_strip_tile_socket_4_headline: 'USB BuchseUSB BuchseUSB Buchse',
|
|
4646
|
+
'Socket1 will be switched on at about {0}',
|
|
4647
|
+
set_pw_button_save: 'Save',
|
|
4648
|
+
consumption_data_field2_value_text1: 'Power(W)',
|
|
4649
|
+
consumption_data_field2_value_text2: 'Amperage (mA)',
|
|
4650
|
+
consumption_data_field2_value_text3: 'Voltage (V)',
|
|
4651
|
+
timer_nightplug_active_timer_subheadline2_text: 'ACTIVE TIMER ({0})',
|
|
4652
|
+
addTimeCycle_settings_sec_text: 'How long shall the device be powered on?',
|
|
4653
|
+
addTimeCycle_settings_sec_text2: 'How long shall the device be powered off?',
|
|
4654
|
+
power_strip_tile_socket_4_headline: 'Socket USB',
|
|
3992
4655
|
conflict_dialog_active_item_fixedtimecycle_description:
|
|
3993
|
-
'
|
|
4656
|
+
'Note that the fixed time cycle conflicts with one or more features. The conflicting features will be deactivated.',
|
|
3994
4657
|
conflict_dialog_active_item_randomtimecycle_description:
|
|
3995
|
-
'
|
|
3996
|
-
timeschedule_add_schedule_Lighting_applyfor_selection2_text:
|
|
3997
|
-
|
|
3998
|
-
|
|
3999
|
-
|
|
4000
|
-
|
|
4001
|
-
|
|
4002
|
-
|
|
4003
|
-
conflict_dialog_save_item_bio_rhythm_answer_yes_text: 'JaJaJa',
|
|
4004
|
-
conflict_dialog_save_item_randomtimecycle_answer_no_text: 'NeinNeinNein',
|
|
4005
|
-
conflict_dialog_save_item_randomtimecycle_answer_yes_text: 'JaJaJa',
|
|
4658
|
+
'Note that the random time cycle conflicts with one or more features. The conflicting features will be deactivated.',
|
|
4659
|
+
timeschedule_add_schedule_Lighting_applyfor_selection2_text: 'Secondary lighting',
|
|
4660
|
+
timeschedule_add_schedule_Lighting_applyfor_selection_text: 'Main lighting',
|
|
4661
|
+
light_sources_specific_settings_remote_control: 'WiFi Remote Control',
|
|
4662
|
+
conflict_dialog_save_item_bio_rhythm_answer_no_text: 'No',
|
|
4663
|
+
conflict_dialog_save_item_bio_rhythm_answer_yes_text: 'Yes',
|
|
4664
|
+
conflict_dialog_save_item_randomtimecycle_answer_no_text: 'No',
|
|
4665
|
+
conflict_dialog_save_item_randomtimecycle_answer_yes_text: 'Yes',
|
|
4006
4666
|
conflict_dialog_save_item_randomtimecycle_description:
|
|
4007
|
-
'
|
|
4667
|
+
'Note that the random time cycle conflicts with one or more features. The conflicting features will be deactivated.',
|
|
4008
4668
|
conflict_dialog_save_item_randomtimecycle_titel:
|
|
4009
|
-
'
|
|
4669
|
+
'Do you really want to save and activate this random time cycle?',
|
|
4010
4670
|
conflict_dialog_save_item_bio_rhythm_description:
|
|
4011
|
-
'
|
|
4671
|
+
'Note that the biological rhythm conflicts with one or more features. The conflicting features will be deactivated.',
|
|
4012
4672
|
conflict_dialog_save_item_bio_rhythm_titel:
|
|
4013
|
-
'
|
|
4014
|
-
conflict_dialog_save_item_sleepschedule_answer_no_text: '
|
|
4015
|
-
conflict_dialog_save_item_sleepschedule_answer_yes_text: '
|
|
4673
|
+
'Do you really want to save and activate this biological rhythm?',
|
|
4674
|
+
conflict_dialog_save_item_sleepschedule_answer_no_text: 'No',
|
|
4675
|
+
conflict_dialog_save_item_sleepschedule_answer_yes_text: 'Yes',
|
|
4016
4676
|
conflict_dialog_save_item_sleepschedule_description:
|
|
4017
|
-
'
|
|
4677
|
+
'Note that the sleep schedule conflicts with one or more features. The conflicting features will be deactivated.',
|
|
4018
4678
|
conflict_dialog_save_item_sleepschedule_titel:
|
|
4019
|
-
'
|
|
4020
|
-
conflict_dialog_save_item_wakeupschedule_answer_no_text: '
|
|
4021
|
-
conflict_dialog_save_item_wakeupschedule_answer_yes_text: '
|
|
4679
|
+
'Do you really want to save and activate this sleep schedule?',
|
|
4680
|
+
conflict_dialog_save_item_wakeupschedule_answer_no_text: 'No',
|
|
4681
|
+
conflict_dialog_save_item_wakeupschedule_answer_yes_text: 'Yes',
|
|
4022
4682
|
conflict_dialog_save_item_wakeupschedule_description:
|
|
4023
|
-
'
|
|
4683
|
+
'Note that the wake up schedule conflicts with one or more features. The conflicting features will be deactivated.',
|
|
4024
4684
|
conflict_dialog_save_item_wakeupschedule_titel:
|
|
4025
|
-
'
|
|
4026
|
-
sockets_specific_settings_relay_status_remember:
|
|
4027
|
-
|
|
4028
|
-
|
|
4029
|
-
|
|
4030
|
-
consumption_data_annual_bar_chart_system_back_text:
|
|
4031
|
-
'Verbrauchter StromVerbrauchter StromVerbrauchter Strom',
|
|
4032
|
-
motion_detection_time_schedule_notifications_field_weekdays_text3:
|
|
4033
|
-
'Nur einmal (Morgen)Nur einmal (Morgen)Nur einmal (Morgen)',
|
|
4685
|
+
'Do you really want to save and activate this wake up schedule?',
|
|
4686
|
+
sockets_specific_settings_relay_status_remember: 'Remember last status',
|
|
4687
|
+
motion_detection_with_safe_mode_safetymode_value4_text: 'Customized',
|
|
4688
|
+
consumption_data_annual_bar_chart_system_back_text: 'Energy consumption',
|
|
4689
|
+
motion_detection_time_schedule_notifications_field_weekdays_text3: 'Only once (Tomorrow)',
|
|
4034
4690
|
sleepwakeschedule_empty_filtering_information_text:
|
|
4035
|
-
'
|
|
4036
|
-
timer_ceiling_fan_selectionfield_no_components_text:
|
|
4037
|
-
'Keine Komponente ausgewähltKeine Komponente ausgewähltKeine Komponente ausgewählt',
|
|
4691
|
+
'There are no schedules for this filtering.',
|
|
4692
|
+
timer_ceiling_fan_selectionfield_no_components_text: 'no component selected',
|
|
4038
4693
|
timer_nightplug_active_timer_field_description_off_text:
|
|
4039
|
-
'
|
|
4694
|
+
'Socket will be switched off at about {0}',
|
|
4040
4695
|
timer_nightplug_active_timer_field_description_on_text:
|
|
4041
|
-
'
|
|
4042
|
-
conflict_dialog_save_item_fixedtimecycle_answer_no_text: '
|
|
4043
|
-
conflict_dialog_save_item_fixedtimecycle_answer_yes_text: '
|
|
4696
|
+
'Socket will be switched on at about {0}',
|
|
4697
|
+
conflict_dialog_save_item_fixedtimecycle_answer_no_text: 'No',
|
|
4698
|
+
conflict_dialog_save_item_fixedtimecycle_answer_yes_text: 'Yes',
|
|
4044
4699
|
conflict_dialog_save_item_fixedtimecycle_description:
|
|
4045
|
-
'
|
|
4700
|
+
'Note that the fixed time cycle conflicts with one or more features. The conflicting features will be deactivated.',
|
|
4046
4701
|
conflict_dialog_save_item_fixedtimecycle_titel:
|
|
4047
|
-
'
|
|
4048
|
-
bio_ryhthm_default_field_text: '
|
|
4702
|
+
'Do you really want to save and activate this fixed time cycle?',
|
|
4703
|
+
bio_ryhthm_default_field_text: 'Sunrise',
|
|
4049
4704
|
timeschedule_add_schedule_no_device_warning_text:
|
|
4050
|
-
'
|
|
4051
|
-
add_new_dynamic_mood_alert_text:
|
|
4052
|
-
'Die maximale Zeichenanzahl wurde erreicht.Die maximale Zeichenanzahl wurde erreicht.Die maximale Zeichenanzahl wurde erreicht.',
|
|
4705
|
+
'You have to select at least one component in the "APPLY FOR" section.',
|
|
4706
|
+
add_new_dynamic_mood_alert_text: 'Maximum number of characters has been reached.',
|
|
4053
4707
|
add_new_trigger_time_information_text:
|
|
4054
|
-
'
|
|
4708
|
+
'The disabled times cannot be selected because all trigger times must have a minimum interval of 15 minutes.',
|
|
4055
4709
|
sleepwakeschedule_warning_max_number_both_text:
|
|
4056
|
-
'
|
|
4710
|
+
'Maximum number of sleep schedules and wake up schedules has been reached.',
|
|
4057
4711
|
sleepwakeschedule_warning_max_number_sleep_text:
|
|
4058
|
-
'
|
|
4712
|
+
'Maximum number of sleep schedules has been reached.',
|
|
4059
4713
|
sleepwakeschedule_warning_max_number_wakeup_text:
|
|
4060
|
-
'
|
|
4061
|
-
fixedTimeCycle_information_text:
|
|
4062
|
-
|
|
4063
|
-
|
|
4064
|
-
|
|
4065
|
-
|
|
4066
|
-
|
|
4067
|
-
cancel_dialog_delete_item_timeschedule_description:
|
|
4068
|
-
'Beachte, dass Du es nicht wiederherstellen kannst.Beachte, dass Du es nicht wiederherstellen kannst.Beachte, dass Du es nicht wiederherstellen kannst.',
|
|
4069
|
-
cancel_dialog_delete_item_timeschedule_answer_no_text: 'NeinNeinNein',
|
|
4070
|
-
cancel_dialog_delete_item_timeschedule_answer_yes_text: 'JaJaJa',
|
|
4714
|
+
'Maximum number of wake up schedules has been reached.',
|
|
4715
|
+
fixedTimeCycle_information_text: 'You have not added a fixed time cycle yet.',
|
|
4716
|
+
fixedTimeCycle_bttn_text: 'Add fixed time cycle',
|
|
4717
|
+
addTimeCycle_warning_text: 'Your time settings exceed the available timeframe',
|
|
4718
|
+
cancel_dialog_delete_item_timeschedule_description: 'Note that you can’t recover it.',
|
|
4719
|
+
cancel_dialog_delete_item_timeschedule_answer_no_text: 'No',
|
|
4720
|
+
cancel_dialog_delete_item_timeschedule_answer_yes_text: 'Yes',
|
|
4071
4721
|
cancel_dialog_delete_item_fixedtimecycle_titel:
|
|
4072
|
-
'
|
|
4073
|
-
cancel_dialog_delete_item_fixedtimecycle_description:
|
|
4074
|
-
|
|
4075
|
-
|
|
4076
|
-
cancel_dialog_delete_item_fixedtimecycle_answer_no_text: 'NeinNeinNein',
|
|
4722
|
+
'Do you really want to delete the fixed time cycle?',
|
|
4723
|
+
cancel_dialog_delete_item_fixedtimecycle_description: 'Note that you can’t recover it.',
|
|
4724
|
+
cancel_dialog_delete_item_fixedtimecycle_answer_yes_text: 'Yes',
|
|
4725
|
+
cancel_dialog_delete_item_fixedtimecycle_answer_no_text: 'No',
|
|
4077
4726
|
cancel_dialog_delete_item_randomtimecycle_titel:
|
|
4078
|
-
'
|
|
4079
|
-
cancel_dialog_delete_item_randomtimecycle_description:
|
|
4080
|
-
|
|
4081
|
-
|
|
4082
|
-
cancel_dialog_delete_item_sleepschedule_answer_no_text: 'NeinNeinNein',
|
|
4727
|
+
'Do you really want to delete the random time cycle?',
|
|
4728
|
+
cancel_dialog_delete_item_randomtimecycle_description: 'Note that you can’t recover it.',
|
|
4729
|
+
cancel_dialog_delete_item_sleepschedule_answer_yes_text: 'Yes',
|
|
4730
|
+
cancel_dialog_delete_item_sleepschedule_answer_no_text: 'No',
|
|
4083
4731
|
fixedtimecycle_warning_max_number_text:
|
|
4084
|
-
'
|
|
4732
|
+
'Maximum number of random time cycles has been reached.',
|
|
4085
4733
|
randomtimecycle_warning_max_number_text:
|
|
4086
|
-
'
|
|
4087
|
-
sockets_specific_settings_child_lock: '
|
|
4088
|
-
sockets_specific_settings_switch_inching:
|
|
4089
|
-
'Automatisches Ausschalten Automatisches Ausschalten Automatisches Ausschalten ',
|
|
4734
|
+
'Maximum number of fixed time cycles has been reached.',
|
|
4735
|
+
sockets_specific_settings_child_lock: 'Child Lock',
|
|
4736
|
+
sockets_specific_settings_switch_inching: 'Automatic Switch off ',
|
|
4090
4737
|
switchinching_overview_description_text:
|
|
4091
|
-
'
|
|
4738
|
+
'To automatically switch off the device after a period of time.',
|
|
4092
4739
|
childlock_overview_description_text:
|
|
4093
|
-
'
|
|
4094
|
-
conflict_dialog_save_item_timer_titel:
|
|
4095
|
-
'Möchtest Du diesen Timer wirklich speichern und aktivieren?Möchtest Du diesen Timer wirklich speichern und aktivieren?Möchtest Du diesen Timer wirklich speichern und aktivieren?',
|
|
4740
|
+
'This feature disables the physical switch on the device. To turn it off, you can press the switch for four consecutive times within five seconds or turn off this feature from here.',
|
|
4741
|
+
conflict_dialog_save_item_timer_titel: 'Do you really want to save and activate this Timer?',
|
|
4096
4742
|
conflict_dialog_save_item_timer_description:
|
|
4097
|
-
'
|
|
4098
|
-
conflict_dialog_save_item_timer_answer_no_text: '
|
|
4099
|
-
conflict_dialog_save_item_timer_answer_yes_text: '
|
|
4743
|
+
'Note that the timer conflicts with one or more features. The conflicting features will be deactivated.',
|
|
4744
|
+
conflict_dialog_save_item_timer_answer_no_text: 'no',
|
|
4745
|
+
conflict_dialog_save_item_timer_answer_yes_text: 'yes',
|
|
4100
4746
|
conflict_dialog_save_item_inching_titel:
|
|
4101
|
-
'
|
|
4747
|
+
'Do you really want to save and activate this feature?',
|
|
4102
4748
|
conflict_dialog_save_item_inching_description:
|
|
4103
|
-
'
|
|
4104
|
-
conflict_dialog_save_item_inching_answer_no_text: '
|
|
4105
|
-
conflict_dialog_save_item_inching_answer_yes_text: '
|
|
4106
|
-
cancel_dialog_delete_item_sleepschedule_description:
|
|
4107
|
-
|
|
4108
|
-
|
|
4109
|
-
|
|
4110
|
-
|
|
4111
|
-
|
|
4112
|
-
|
|
4113
|
-
'Zufälligen Zeitzyklus hinzufügenZufälligen Zeitzyklus hinzufügenZufälligen Zeitzyklus hinzufügen',
|
|
4114
|
-
randomtimecycle_empty_information_text:
|
|
4115
|
-
'Du hast noch keinen zufälligen Zeitzyklus hinzugefügt.Du hast noch keinen zufälligen Zeitzyklus hinzugefügt.Du hast noch keinen zufälligen Zeitzyklus hinzugefügt.',
|
|
4116
|
-
conflict_dialog_save_item_randomtimecycle_tips: 'Svarīga informācija',
|
|
4749
|
+
'Note that the Automatic switch off conflicts with one or more features. The conflicting features will be deactivated.',
|
|
4750
|
+
conflict_dialog_save_item_inching_answer_no_text: 'no',
|
|
4751
|
+
conflict_dialog_save_item_inching_answer_yes_text: 'yes',
|
|
4752
|
+
cancel_dialog_delete_item_sleepschedule_description: 'Note that you can’t recover it.',
|
|
4753
|
+
cancel_dialog_delete_item_wakeupschedule_answer_no_text: 'No',
|
|
4754
|
+
cancel_dialog_delete_item_wakeupschedule_answer_yes_text: 'Yes',
|
|
4755
|
+
cancel_dialog_delete_item_wakeupschedule_description: 'Note that you can’t recover it.',
|
|
4756
|
+
randomtimecycle_empty_bttn_text: 'Add random time cycle',
|
|
4757
|
+
randomtimecycle_empty_information_text: 'You have not added a random time cycle yet.',
|
|
4758
|
+
conflict_dialog_save_item_randomtimecycle_tips: 'Important information',
|
|
4117
4759
|
conflict_dialog_save_item_randomtimecycle_interval_description:
|
|
4118
|
-
'
|
|
4119
|
-
conflict_dialog_save_item_randomtimecycle_answer_confirm_text: '
|
|
4120
|
-
light_sources_specific_settings_do_not_disturb_title: '
|
|
4760
|
+
'There must be at least 30 minutes between the start and end times.',
|
|
4761
|
+
conflict_dialog_save_item_randomtimecycle_answer_confirm_text: 'Confirm',
|
|
4762
|
+
light_sources_specific_settings_do_not_disturb_title: 'Do not disturb',
|
|
4121
4763
|
light_sources_specific_settings_do_not_disturb_introduce:
|
|
4122
|
-
'
|
|
4123
|
-
devicemusic_ball_game_text: '
|
|
4124
|
-
devicemusic_game_text: '
|
|
4125
|
-
devicemusic_romantic_text: '
|
|
4126
|
-
devicemusic_music_text: '
|
|
4127
|
-
light_sources_feature_2_text_min_off: '
|
|
4128
|
-
light_sources_feature_2_text_min_on: '
|
|
4764
|
+
'This feature enables the Smart device to stay off after power is restored until you explicitly turn them back on. To switch it on again, just turn the device on and off twice consecutively within 5 seconds.',
|
|
4765
|
+
devicemusic_ball_game_text: 'Genre 2',
|
|
4766
|
+
devicemusic_game_text: 'Genre 3',
|
|
4767
|
+
devicemusic_romantic_text: 'Genre 4',
|
|
4768
|
+
devicemusic_music_text: 'Genre 1',
|
|
4769
|
+
light_sources_feature_2_text_min_off: 'Main lighting off in {0} min',
|
|
4770
|
+
light_sources_feature_2_text_min_on: 'Main lighting on in {0} min',
|
|
4129
4771
|
light_sources_feature_2_switched_off_text:
|
|
4130
|
-
'
|
|
4772
|
+
'Main lighting will be switched off at about {0}',
|
|
4131
4773
|
light_sources_feature_2_switched_on_text:
|
|
4132
|
-
'
|
|
4133
|
-
switch_overcharge_headline_text:
|
|
4134
|
-
'Aizsardzība pret pārlādēšanuAizsardzība pret pārlādēšanuAizsardzība pret pārlādēšanu',
|
|
4774
|
+
'Main lighting will be switched on at about {0}',
|
|
4775
|
+
switch_overcharge_headline_text: 'Overcharging Protection',
|
|
4135
4776
|
switch_overcharge_headline_description:
|
|
4136
|
-
'
|
|
4777
|
+
'The feature automatically turns off charging your mobile devices, including mobile phones and power banks, when they are fully charged to prevent overcharging and prolong battery life.',
|
|
4778
|
+
conflict_dialog_save_item_timeschedule_titel:
|
|
4779
|
+
'Do you really want to save and activate this time schedule?',
|
|
4780
|
+
conflict_dialog_active_item_timeschedule_description:
|
|
4781
|
+
'Note that the time schedule conflicts with one or more features. The conflicting features will be deactivated.',
|
|
4782
|
+
conflict_dialog_save_item_timeschedule_answer_no_text: 'No',
|
|
4783
|
+
conflict_dialog_save_item_timeschedule_answer_yes_text: 'Yes',
|
|
4784
|
+
light_sources_feature_4_text_name: 'Paused until midnight',
|
|
4137
4785
|
},
|
|
4138
4786
|
nb: {
|
|
4139
4787
|
add_new_dynamic_mood_color_changing_mode_value: 'Gradient',
|
|
@@ -4414,6 +5062,13 @@ export default {
|
|
|
4414
5062
|
switch_overcharge_headline_text: 'Beskyttelse mot overlading',
|
|
4415
5063
|
switch_overcharge_headline_description:
|
|
4416
5064
|
'Funksjonen slår automatisk av lading av mobilenhetene dine, inkludert mobiltelefoner og strømbanker, når de er fulladet for å forhindre overlading og forlenge batteriets levetid.',
|
|
5065
|
+
conflict_dialog_save_item_timeschedule_titel:
|
|
5066
|
+
'Vil du virkelig lagre og aktivere denne tidsplanen?',
|
|
5067
|
+
conflict_dialog_active_item_timeschedule_description:
|
|
5068
|
+
'Merk at tidsplanen er i konflikt med en eller flere funksjoner. De motstridende funksjonene vil bli deaktivert.',
|
|
5069
|
+
conflict_dialog_save_item_timeschedule_answer_no_text: 'Nei',
|
|
5070
|
+
conflict_dialog_save_item_timeschedule_answer_yes_text: 'Ja',
|
|
5071
|
+
light_sources_feature_4_text_name: 'Pauset til midnatt',
|
|
4417
5072
|
},
|
|
4418
5073
|
nl: {
|
|
4419
5074
|
add_new_dynamic_mood_color_changing_mode_value: 'Verloop',
|
|
@@ -4702,6 +5357,13 @@ export default {
|
|
|
4702
5357
|
switch_overcharge_headline_text: 'Bescherming tegen overlading',
|
|
4703
5358
|
switch_overcharge_headline_description:
|
|
4704
5359
|
'De functie schakelt het opladen van mobiele apparaten, waaronder mobiele telefoons en powerbanks, automatisch uit wanneer ze volledig zijn opgeladen om overbelading te voorkomen en de levensduur van de batterij te verlengen.',
|
|
5360
|
+
conflict_dialog_save_item_timeschedule_titel:
|
|
5361
|
+
'Wilt u dit tijdschema echt opslaan en activeren?',
|
|
5362
|
+
conflict_dialog_active_item_timeschedule_description:
|
|
5363
|
+
'Let op dat het tijdschema conflicteert met een of meer functies. De conflicterende functies worden gedeactiveerd.',
|
|
5364
|
+
conflict_dialog_save_item_timeschedule_answer_no_text: 'Nee',
|
|
5365
|
+
conflict_dialog_save_item_timeschedule_answer_yes_text: 'Ja',
|
|
5366
|
+
light_sources_feature_4_text_name: 'Gepauzeerd tot middernacht',
|
|
4705
5367
|
},
|
|
4706
5368
|
pl: {
|
|
4707
5369
|
add_new_dynamic_mood_color_changing_mode_value: 'Gradient',
|
|
@@ -4989,8 +5651,15 @@ export default {
|
|
|
4989
5651
|
switch_overcharge_headline_text: 'Ochrona przed przeładowaniem',
|
|
4990
5652
|
switch_overcharge_headline_description:
|
|
4991
5653
|
'Funkcja automatycznie wyłącza ładowanie urządzeń mobilnych, w tym telefonów komórkowych i power banków, gdy są w pełni naładowane, aby zapobiec przeładowaniu i przedłużyć żywotność baterii.',
|
|
5654
|
+
conflict_dialog_save_item_timeschedule_titel:
|
|
5655
|
+
'Czy naprawdę chcesz zapisać i aktywować ten harmonogram?',
|
|
5656
|
+
conflict_dialog_active_item_timeschedule_description:
|
|
5657
|
+
'Należy pamiętać, że harmonogram jest sprzeczny z jedną lub większą liczbą funkcji. Sprzeczne funkcje zostaną dezaktywowane.',
|
|
5658
|
+
conflict_dialog_save_item_timeschedule_answer_no_text: 'Nie',
|
|
5659
|
+
conflict_dialog_save_item_timeschedule_answer_yes_text: 'Tak',
|
|
5660
|
+
light_sources_feature_4_text_name: 'Wstrzymany do północy',
|
|
4992
5661
|
},
|
|
4993
|
-
'
|
|
5662
|
+
'pt_BR': {
|
|
4994
5663
|
add_new_dynamic_mood_color_changing_mode_value: 'Gradiente',
|
|
4995
5664
|
power_off_memory_default_state_title: 'Estado por defeito',
|
|
4996
5665
|
sockets_ce: 'Consumo de energia',
|
|
@@ -5155,7 +5824,7 @@ export default {
|
|
|
5155
5824
|
consumption_data_field2_value_text1: 'Potência (W)',
|
|
5156
5825
|
consumption_data_field2_value_text2: 'Amperagem (mA)',
|
|
5157
5826
|
consumption_data_field2_value_text3: 'Tensão (V)',
|
|
5158
|
-
timer_nightplug_active_timer_subheadline2_text: '
|
|
5827
|
+
timer_nightplug_active_timer_subheadline2_text: 'ACTIVE TIMER ({0})',
|
|
5159
5828
|
addTimeCycle_settings_sec_text: 'Por quanto tempo o dispositivo deve ficar ligado?',
|
|
5160
5829
|
addTimeCycle_settings_sec_text2: 'Por quanto tempo o dispositivo deve ficar desligado?',
|
|
5161
5830
|
power_strip_tile_socket_4_headline: 'Tomada USB',
|
|
@@ -5282,8 +5951,15 @@ export default {
|
|
|
5282
5951
|
switch_overcharge_headline_text: 'Proteção contra sobrecarga',
|
|
5283
5952
|
switch_overcharge_headline_description:
|
|
5284
5953
|
'O recurso desliga automaticamente o carregamento de seus dispositivos móveis, incluindo telefones celulares e bancos de energia, quando eles estão totalmente carregados para evitar sobrecargas e prolongar a vida útil da bateria.',
|
|
5954
|
+
conflict_dialog_save_item_timeschedule_titel:
|
|
5955
|
+
'Você realmente deseja salvar e ativar esse cronograma?',
|
|
5956
|
+
conflict_dialog_active_item_timeschedule_description:
|
|
5957
|
+
'Observe que o cronograma está em conflito com um ou mais recursos. Os recursos conflitantes serão desativados.',
|
|
5958
|
+
conflict_dialog_save_item_timeschedule_answer_no_text: 'Não',
|
|
5959
|
+
conflict_dialog_save_item_timeschedule_answer_yes_text: 'Sim',
|
|
5960
|
+
light_sources_feature_4_text_name: 'Parou até meia -noite',
|
|
5285
5961
|
},
|
|
5286
|
-
'
|
|
5962
|
+
'pt-BR': {
|
|
5287
5963
|
add_new_dynamic_mood_color_changing_mode_value: 'Gradiente',
|
|
5288
5964
|
power_off_memory_default_state_title: 'Estado por defeito',
|
|
5289
5965
|
sockets_ce: 'Consumo de energia',
|
|
@@ -5448,7 +6124,7 @@ export default {
|
|
|
5448
6124
|
consumption_data_field2_value_text1: 'Potência (W)',
|
|
5449
6125
|
consumption_data_field2_value_text2: 'Amperagem (mA)',
|
|
5450
6126
|
consumption_data_field2_value_text3: 'Tensão (V)',
|
|
5451
|
-
timer_nightplug_active_timer_subheadline2_text: '
|
|
6127
|
+
timer_nightplug_active_timer_subheadline2_text: 'ACTIVE TIMER ({0})',
|
|
5452
6128
|
addTimeCycle_settings_sec_text: 'Por quanto tempo o dispositivo deve ficar ligado?',
|
|
5453
6129
|
addTimeCycle_settings_sec_text2: 'Por quanto tempo o dispositivo deve ficar desligado?',
|
|
5454
6130
|
power_strip_tile_socket_4_headline: 'Tomada USB',
|
|
@@ -5575,6 +6251,13 @@ export default {
|
|
|
5575
6251
|
switch_overcharge_headline_text: 'Proteção contra sobrecarga',
|
|
5576
6252
|
switch_overcharge_headline_description:
|
|
5577
6253
|
'O recurso desliga automaticamente o carregamento de seus dispositivos móveis, incluindo telefones celulares e bancos de energia, quando eles estão totalmente carregados para evitar sobrecargas e prolongar a vida útil da bateria.',
|
|
6254
|
+
conflict_dialog_save_item_timeschedule_titel:
|
|
6255
|
+
'Você realmente deseja salvar e ativar esse cronograma?',
|
|
6256
|
+
conflict_dialog_active_item_timeschedule_description:
|
|
6257
|
+
'Observe que o cronograma está em conflito com um ou mais recursos. Os recursos conflitantes serão desativados.',
|
|
6258
|
+
conflict_dialog_save_item_timeschedule_answer_no_text: 'Não',
|
|
6259
|
+
conflict_dialog_save_item_timeschedule_answer_yes_text: 'Sim',
|
|
6260
|
+
light_sources_feature_4_text_name: 'Parou até meia -noite',
|
|
5578
6261
|
},
|
|
5579
6262
|
ro: {
|
|
5580
6263
|
add_new_dynamic_mood_color_changing_mode_value: 'Gradient',
|
|
@@ -5869,6 +6552,13 @@ export default {
|
|
|
5869
6552
|
switch_overcharge_headline_text: 'Protecție la supraîncărcare',
|
|
5870
6553
|
switch_overcharge_headline_description:
|
|
5871
6554
|
'Funcția oprește automat încărcarea dispozitivelor mobile, inclusiv a telefoanelor mobile și a băncilor de alimentare, atunci când acestea sunt complet încărcate, pentru a preveni supraîncărcarea și a prelungi durata de viață a bateriei.',
|
|
6555
|
+
conflict_dialog_save_item_timeschedule_titel:
|
|
6556
|
+
'Sigur doriți să salvați și să activați acest program de timp?',
|
|
6557
|
+
conflict_dialog_active_item_timeschedule_description:
|
|
6558
|
+
'Rețineți că programul de timp intră în conflict cu una sau mai multe caracteristici. Funcțiile conflictuale vor fi dezactivate.',
|
|
6559
|
+
conflict_dialog_save_item_timeschedule_answer_no_text: 'Nu',
|
|
6560
|
+
conflict_dialog_save_item_timeschedule_answer_yes_text: 'Da',
|
|
6561
|
+
light_sources_feature_4_text_name: 'Întrerupt până la miezul nopții',
|
|
5872
6562
|
},
|
|
5873
6563
|
ru: {
|
|
5874
6564
|
add_new_dynamic_mood_color_changing_mode_value: 'Градиент',
|
|
@@ -6167,6 +6857,13 @@ export default {
|
|
|
6167
6857
|
switch_overcharge_headline_text: 'Защита от перезарядки',
|
|
6168
6858
|
switch_overcharge_headline_description:
|
|
6169
6859
|
'Эта функция автоматически отключает зарядку мобильных устройств, включая мобильные телефоны и блоки питания, после их полной зарядки, чтобы предотвратить перезарядку и продлить срок службы батареи.',
|
|
6860
|
+
conflict_dialog_save_item_timeschedule_titel:
|
|
6861
|
+
'Вы действительно хотите сохранить и активировать это расписание?',
|
|
6862
|
+
conflict_dialog_active_item_timeschedule_description:
|
|
6863
|
+
'Обратите внимание, что расписание конфликтует с одной или несколькими функциями. Конфликтующие функции будут деактивированы.',
|
|
6864
|
+
conflict_dialog_save_item_timeschedule_answer_no_text: 'Нет',
|
|
6865
|
+
conflict_dialog_save_item_timeschedule_answer_yes_text: 'Да',
|
|
6866
|
+
light_sources_feature_4_text_name: 'Приостановлено до полуночи',
|
|
6170
6867
|
},
|
|
6171
6868
|
sk: {
|
|
6172
6869
|
add_new_dynamic_mood_color_changing_mode_value: 'Prechod',
|
|
@@ -6451,6 +7148,13 @@ export default {
|
|
|
6451
7148
|
switch_overcharge_headline_text: 'Ochrana proti prebíjaniu',
|
|
6452
7149
|
switch_overcharge_headline_description:
|
|
6453
7150
|
'Táto funkcia automaticky vypne nabíjanie mobilných zariadení vrátane mobilných telefónov a napájacích bánk, keď sú úplne nabité, aby sa zabránilo prebíjaniu a predĺžila sa životnosť batérie.',
|
|
7151
|
+
conflict_dialog_save_item_timeschedule_titel:
|
|
7152
|
+
'Naozaj chcete uložiť a aktivovať tento časový plán?',
|
|
7153
|
+
conflict_dialog_active_item_timeschedule_description:
|
|
7154
|
+
'Všimnite si, že časový plán je v konflikte s jednou alebo viacerými funkciami. Funkcie, ktoré sú v konflikte, budú deaktivované.',
|
|
7155
|
+
conflict_dialog_save_item_timeschedule_answer_no_text: 'Nie',
|
|
7156
|
+
conflict_dialog_save_item_timeschedule_answer_yes_text: 'Áno',
|
|
7157
|
+
light_sources_feature_4_text_name: 'Pozastavené do polnoci',
|
|
6454
7158
|
},
|
|
6455
7159
|
sv: {
|
|
6456
7160
|
add_new_dynamic_mood_color_changing_mode_value: 'Toning',
|
|
@@ -6743,6 +7447,13 @@ export default {
|
|
|
6743
7447
|
switch_overcharge_headline_text: 'Överladdningsskydd',
|
|
6744
7448
|
switch_overcharge_headline_description:
|
|
6745
7449
|
'Funktionen stänger automatiskt av laddning av dina mobila enheter, inklusive mobiltelefoner och kraftbanker, när de är fulladdade för att förhindra överladdning och förlänga batteriets livslängd.',
|
|
7450
|
+
conflict_dialog_save_item_timeschedule_titel:
|
|
7451
|
+
'Vill du verkligen spara och aktivera det här tidsschemat?',
|
|
7452
|
+
conflict_dialog_active_item_timeschedule_description:
|
|
7453
|
+
'Observera att tidsschemat står i konflikt med en eller flera funktioner. De motstridiga funktionerna kommer att avaktiveras.',
|
|
7454
|
+
conflict_dialog_save_item_timeschedule_answer_no_text: 'Nej',
|
|
7455
|
+
conflict_dialog_save_item_timeschedule_answer_yes_text: 'Ja',
|
|
7456
|
+
light_sources_feature_4_text_name: 'Pausad fram till midnatt',
|
|
6746
7457
|
},
|
|
6747
7458
|
tr: {
|
|
6748
7459
|
add_new_dynamic_mood_color_changing_mode_value: 'Gradyan',
|
|
@@ -7031,6 +7742,13 @@ export default {
|
|
|
7031
7742
|
switch_overcharge_headline_text: 'Aşırı Şarj Koruması',
|
|
7032
7743
|
switch_overcharge_headline_description:
|
|
7033
7744
|
'Bu özellik, aşırı şarjı önlemek ve pil ömrünü uzatmak için tamamen şarj olduklarında cep telefonları ve güç bankaları da dahil olmak üzere mobil cihazlarınızı şarj etmeyi otomatik olarak kapatır.',
|
|
7745
|
+
conflict_dialog_save_item_timeschedule_titel:
|
|
7746
|
+
'Bu zaman çizelgesini gerçekten kaydetmek ve etkinleştirmek istiyor musunuz?',
|
|
7747
|
+
conflict_dialog_active_item_timeschedule_description:
|
|
7748
|
+
'Zaman çizelgesinin bir veya daha fazla özellikle çakıştığını unutmayın. Çakışan özellikler devre dışı bırakılacak.',
|
|
7749
|
+
conflict_dialog_save_item_timeschedule_answer_no_text: 'Hayır',
|
|
7750
|
+
conflict_dialog_save_item_timeschedule_answer_yes_text: 'Evet',
|
|
7751
|
+
light_sources_feature_4_text_name: 'Gece yarısına kadar duraklatıldı',
|
|
7034
7752
|
},
|
|
7035
7753
|
uk: {
|
|
7036
7754
|
add_new_dynamic_mood_color_changing_mode_value: 'Градієнт',
|
|
@@ -7326,5 +8044,12 @@ export default {
|
|
|
7326
8044
|
switch_overcharge_headline_text: 'Захист від перезарядки',
|
|
7327
8045
|
switch_overcharge_headline_description:
|
|
7328
8046
|
'Функція автоматично відключає зарядку ваших мобільних пристроїв, включаючи мобільні телефони та банки живлення, коли вони повністю заряджені, щоб запобігти перезарядженню та продовжити термін служби акумулятора.',
|
|
8047
|
+
conflict_dialog_save_item_timeschedule_titel:
|
|
8048
|
+
'Ви дійсно хочете зберегти та активувати цей розклад?',
|
|
8049
|
+
conflict_dialog_active_item_timeschedule_description:
|
|
8050
|
+
'Зверніть увагу, що розклад суперечить одній або декільком функціям. Конфліктуючі функції буде вимкнено.',
|
|
8051
|
+
conflict_dialog_save_item_timeschedule_answer_no_text: 'Ні',
|
|
8052
|
+
conflict_dialog_save_item_timeschedule_answer_yes_text: 'Так',
|
|
8053
|
+
light_sources_feature_4_text_name: 'Призупинено до півночі',
|
|
7329
8054
|
},
|
|
7330
8055
|
};
|