@ledvance/base 1.2.8 → 1.2.10

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 CHANGED
@@ -4,7 +4,7 @@
4
4
  "name": "@ledvance/base",
5
5
  "pid": [],
6
6
  "uiid": "",
7
- "version": "1.2.8",
7
+ "version": "1.2.10",
8
8
  "scripts": {},
9
9
  "dependencies": {
10
10
  "@reduxjs/toolkit": "^1.8.6",
@@ -1,4 +1,4 @@
1
- import {Image, ImageStyle, StyleProp, StyleSheet, Text, TextStyle, View, ViewProps} from 'react-native'
1
+ import {Image, ImageStyle, StyleProp, StyleSheet, Text, TextStyle, View, ViewProps, ViewStyle} from 'react-native'
2
2
  import React from 'react'
3
3
  import {Utils} from 'tuya-panel-kit'
4
4
  import Spacer from './Spacer'
@@ -9,6 +9,7 @@ interface InfoTextProps extends ViewProps {
9
9
  icon: string | number
10
10
  text: string
11
11
  contentColor?: string
12
+ style?: ViewStyle
12
13
  iconStyle?: StyleProp<ImageStyle>
13
14
  textStyle?: StyleProp<TextStyle>
14
15
  }
@@ -17,11 +18,11 @@ const InfoText = (props: InfoTextProps) => {
17
18
  const contentColor = props.contentColor || '#666666'
18
19
  const source = typeof props.icon === 'string' ? {uri: props.icon} : props.icon
19
20
  return (
20
- <View style={styles.root}>
21
- <Image style={[styles.icon, props.iconStyle, {tintColor: contentColor}]}
21
+ <View style={[styles.root, props.style]}>
22
+ <Image style={[styles.icon, {tintColor: contentColor}, props.iconStyle]}
22
23
  source={source}/>
23
24
  <Spacer width={cx(4)} height={0}/>
24
- <Text style={[styles.text, props.textStyle, {color: contentColor}]}>{props.text}</Text>
25
+ <Text style={[styles.text, {color: contentColor}, props.textStyle ]}>{props.text}</Text>
25
26
  </View>
26
27
  )
27
28
  }
@@ -18,7 +18,7 @@ const temperatures = [
18
18
  value: 40,
19
19
  },
20
20
  {
21
- color: 'rgb(246, 247, 244)',
21
+ color: 'rgb(0, 255, 64)',
22
22
  value: 60,
23
23
  },
24
24
  {
@@ -42,7 +42,7 @@ const colors = [
42
42
  color: '#fff100',
43
43
  },
44
44
  {
45
- color: '#00c931',
45
+ color: '#00FF40',
46
46
  },
47
47
  {
48
48
  color: '#0025ff',
@@ -541,7 +541,12 @@ export default {
541
541
  socket_settings_firstbox_topic: "Estado del dispositivo después de encenderlo",
542
542
  socket_settings_firstbox_status1_description: "El dispositivo permanece apagado",
543
543
  socket_settings_firstbox_status2_description: "El dispositivo permanece encendido",
544
- socket_settings_firstbox_status3_description: "Volver al estado anterior antes de desconectar la alimentación"
544
+ socket_settings_firstbox_status3_description: "Volver al estado anterior antes de desconectar la alimentación",
545
+ striplight_lengthadaptationtext: "Si la tira de luz se ha cortado, puedes ajustar la longitud en la aplicación para adaptarla.",
546
+ bt_shs_google_button_cancel_enabling: "Cancelar",
547
+ striplight_adaptbutton: "Adaptar",
548
+ striplight_lengthtitle: "Longitud de la tira de luz",
549
+ striplight_actuallength: "Longitud real"
545
550
  },
546
551
  ar: {
547
552
  add_new_dynamic_mood_color_changing_mode_value: "التدرج",
@@ -1085,7 +1090,12 @@ export default {
1085
1090
  socket_settings_firstbox_topic: "حالة الجهاز بعد تشغيله",
1086
1091
  socket_settings_firstbox_status1_description: "يظل الجهاز مغلقًا",
1087
1092
  socket_settings_firstbox_status2_description: "يظل الجهاز قيد التشغيل",
1088
- socket_settings_firstbox_status3_description: "ارجع إلى الحالة السابقة قبل إيقاف تشغيل الطاقة"
1093
+ socket_settings_firstbox_status3_description: "ارجع إلى الحالة السابقة قبل إيقاف تشغيل الطاقة",
1094
+ striplight_lengthadaptationtext: "إذا تم قطع ضوء الشريط، فيمكنك ضبط الطول في التطبيق لتكييفه.",
1095
+ bt_shs_google_button_cancel_enabling: "إلغاء",
1096
+ striplight_adaptbutton: "تكيف",
1097
+ striplight_lengthtitle: "طول شريط الضوء",
1098
+ striplight_actuallength: "الطول الفعلي"
1089
1099
  },
1090
1100
  cs: {
1091
1101
  add_new_dynamic_mood_color_changing_mode_value: "Gradient",
@@ -1629,7 +1639,12 @@ export default {
1629
1639
  socket_settings_firstbox_topic: "Stav zařízení po zapnutí",
1630
1640
  socket_settings_firstbox_status1_description: "Zařízení zůstává vypnuté",
1631
1641
  socket_settings_firstbox_status2_description: "Zařízení zůstává zapnuté",
1632
- socket_settings_firstbox_status3_description: "Návrat do předchozího stavu před odpojením napájení"
1642
+ socket_settings_firstbox_status3_description: "Návrat do předchozího stavu před odpojením napájení",
1643
+ striplight_lengthadaptationtext: "Pokud bylo světlo proužku oříznuto, můžete upravit délku v aplikaci a přizpůsobit ji.",
1644
+ bt_shs_google_button_cancel_enabling: "Zrušit",
1645
+ striplight_adaptbutton: "Přizpůsobit",
1646
+ striplight_lengthtitle: "Délka světelného pásu",
1647
+ striplight_actuallength: "Skutečná délka"
1633
1648
  },
1634
1649
  en: {
1635
1650
  add_new_dynamic_mood_color_changing_mode_value: "Gradient",
@@ -2173,7 +2188,12 @@ export default {
2173
2188
  socket_settings_firstbox_topic: "Device status after being powered on",
2174
2189
  socket_settings_firstbox_status1_description: "Device remains switched off",
2175
2190
  socket_settings_firstbox_status2_description: "Device remains switched on",
2176
- socket_settings_firstbox_status3_description: "Return to the previous state before the power was switched off"
2191
+ socket_settings_firstbox_status3_description: "Return to the previous state before the power was switched off",
2192
+ striplight_lengthadaptationtext: "If the strip light has been cut, then you can adjust the length in the App to adapt it.",
2193
+ bt_shs_google_button_cancel_enabling: "Cancel",
2194
+ striplight_adaptbutton: "Adapt",
2195
+ striplight_lengthtitle: "Strip Light length",
2196
+ striplight_actuallength: "Actual length"
2177
2197
  },
2178
2198
  bg: {
2179
2199
  add_new_dynamic_mood_color_changing_mode_value: "Градиент",
@@ -2717,7 +2737,12 @@ export default {
2717
2737
  socket_settings_firstbox_topic: "Състояние на устройството след включване",
2718
2738
  socket_settings_firstbox_status1_description: "Устройството остава изключено",
2719
2739
  socket_settings_firstbox_status2_description: "Устройството остава включено",
2720
- socket_settings_firstbox_status3_description: "Връщане към предишното състояние преди изключване на захранването"
2740
+ socket_settings_firstbox_status3_description: "Връщане към предишното състояние преди изключване на захранването",
2741
+ striplight_lengthadaptationtext: "Ако светлината на лентата е отрязана, можете да регулирате дължината в приложението, за да я адаптирате.",
2742
+ bt_shs_google_button_cancel_enabling: "Отказ",
2743
+ striplight_adaptbutton: "Адаптиране",
2744
+ striplight_lengthtitle: "Лента Светла дължина",
2745
+ striplight_actuallength: "Действителна дължина"
2721
2746
  },
2722
2747
  da: {
2723
2748
  add_new_dynamic_mood_color_changing_mode_value: "Gradvist",
@@ -3261,7 +3286,12 @@ export default {
3261
3286
  socket_settings_firstbox_topic: "Enhedens status efter at være blevet tændt",
3262
3287
  socket_settings_firstbox_status1_description: "Enheden forbliver slukket",
3263
3288
  socket_settings_firstbox_status2_description: "Enheden forbliver tændt",
3264
- socket_settings_firstbox_status3_description: "Gå tilbage til den tilstand, der var, før strømmen blev slukket"
3289
+ socket_settings_firstbox_status3_description: "Gå tilbage til den tilstand, der var, før strømmen blev slukket",
3290
+ striplight_lengthadaptationtext: "Hvis strimlyset er skåret, kan du justere længden i appen for at tilpasse det.",
3291
+ bt_shs_google_button_cancel_enabling: "Annuller",
3292
+ striplight_adaptbutton: "Tilpas",
3293
+ striplight_lengthtitle: "Strip Light længde",
3294
+ striplight_actuallength: "Faktisk længde"
3265
3295
  },
3266
3296
  de: {
3267
3297
  add_new_dynamic_mood_color_changing_mode_value: "Fließend",
@@ -3805,7 +3835,12 @@ export default {
3805
3835
  socket_settings_firstbox_topic: "Gerätestatus nach dem Einschalten",
3806
3836
  socket_settings_firstbox_status1_description: "Gerät bleibt ausgeschaltet",
3807
3837
  socket_settings_firstbox_status2_description: "Gerät bleibt eingeschaltet",
3808
- socket_settings_firstbox_status3_description: "Kehre zum Zustand zurück, bevor der Strom abgeschaltet wurde"
3838
+ socket_settings_firstbox_status3_description: "Kehre zum Zustand zurück, bevor der Strom abgeschaltet wurde",
3839
+ striplight_lengthadaptationtext: "Wenn das Lichtband zugeschnitten wurde, kannst Du die Länge in der App anpassen.",
3840
+ bt_shs_google_button_cancel_enabling: "Abbrechen",
3841
+ striplight_adaptbutton: "Anpassen",
3842
+ striplight_lengthtitle: "Länge des Lichtstreifens",
3843
+ striplight_actuallength: "Tatsächliche Länge"
3809
3844
  },
3810
3845
  el: {
3811
3846
  add_new_dynamic_mood_color_changing_mode_value: "Διαβάθμιση",
@@ -4349,7 +4384,12 @@ export default {
4349
4384
  socket_settings_firstbox_topic: "Κατάσταση της συσκευής μετά την ενεργοποίηση",
4350
4385
  socket_settings_firstbox_status1_description: "Η συσκευή παραμένει απενεργοποιημένη",
4351
4386
  socket_settings_firstbox_status2_description: "Η συσκευή παραμένει ενεργοποιημένη",
4352
- socket_settings_firstbox_status3_description: "Επιστροφή στην προηγούμενη κατάσταση πριν από την απενεργοποίηση της τροφοδοσίας"
4387
+ socket_settings_firstbox_status3_description: "Επιστροφή στην προηγούμενη κατάσταση πριν από την απενεργοποίηση της τροφοδοσίας",
4388
+ striplight_lengthadaptationtext: "Εάν το φως της λωρίδας έχει κοπεί, τότε μπορείτε να προσαρμόσετε το μήκος στην εφαρμογή για να το προσαρμόσετε.",
4389
+ bt_shs_google_button_cancel_enabling: "ΑΚΥΡΩΣΗ",
4390
+ striplight_adaptbutton: "Προσαρμογή",
4391
+ striplight_lengthtitle: "Μήκος strip Light",
4392
+ striplight_actuallength: "Πραγματικό μήκος"
4353
4393
  },
4354
4394
  es: {
4355
4395
  add_new_dynamic_mood_color_changing_mode_value: "Gradiente",
@@ -4893,7 +4933,12 @@ export default {
4893
4933
  socket_settings_firstbox_topic: "Estado del dispositivo después de encenderlo",
4894
4934
  socket_settings_firstbox_status1_description: "El dispositivo permanece apagado",
4895
4935
  socket_settings_firstbox_status2_description: "El dispositivo permanece encendido",
4896
- socket_settings_firstbox_status3_description: "Volver al estado anterior antes de desconectar la alimentación"
4936
+ socket_settings_firstbox_status3_description: "Volver al estado anterior antes de desconectar la alimentación",
4937
+ striplight_lengthadaptationtext: "Si la tira de luz se ha cortado, puedes ajustar la longitud en la aplicación para adaptarla.",
4938
+ bt_shs_google_button_cancel_enabling: "Cancelar",
4939
+ striplight_adaptbutton: "Adaptar",
4940
+ striplight_lengthtitle: "Longitud de la tira de luz",
4941
+ striplight_actuallength: "Longitud real"
4897
4942
  },
4898
4943
  et: {
4899
4944
  add_new_dynamic_mood_color_changing_mode_value: "Muutmisaste",
@@ -5437,7 +5482,12 @@ export default {
5437
5482
  socket_settings_firstbox_topic: "Seadme olek pärast sisselülitamist",
5438
5483
  socket_settings_firstbox_status1_description: "Seade jääb väljalülitatuks",
5439
5484
  socket_settings_firstbox_status2_description: "Seade jääb sisselülitatuks",
5440
- socket_settings_firstbox_status3_description: "Pöördu tagasi eelmisesse olekusse (olekusse enne seda, kui toide välja lülitati)"
5485
+ socket_settings_firstbox_status3_description: "Pöördu tagasi eelmisesse olekusse (olekusse enne seda, kui toide välja lülitati)",
5486
+ striplight_lengthadaptationtext: "Kui ribavalgus on lõigatud, saate selle kohandamiseks rakenduses pikkust reguleerida.",
5487
+ bt_shs_google_button_cancel_enabling: "Loobu",
5488
+ striplight_adaptbutton: "Kohaneda",
5489
+ striplight_lengthtitle: "Riba valguse pikkus",
5490
+ striplight_actuallength: "Tegelik pikkus"
5441
5491
  },
5442
5492
  fi: {
5443
5493
  add_new_dynamic_mood_color_changing_mode_value: "Liukuva",
@@ -5981,7 +6031,12 @@ export default {
5981
6031
  socket_settings_firstbox_topic: "Laitteen tila käynnistyksen jälkeen",
5982
6032
  socket_settings_firstbox_status1_description: "Laite pysyy sammutettuna",
5983
6033
  socket_settings_firstbox_status2_description: "Laite pysyy päällä",
5984
- socket_settings_firstbox_status3_description: "Palaa edelliseen tilaan ennen virran katkaisua"
6034
+ socket_settings_firstbox_status3_description: "Palaa edelliseen tilaan ennen virran katkaisua",
6035
+ striplight_lengthadaptationtext: "Jos nauhavalo on leikattu, voit säätää pituutta sovelluksessa sen mukauttamiseksi.",
6036
+ bt_shs_google_button_cancel_enabling: "Peruuta",
6037
+ striplight_adaptbutton: "Sopeutua",
6038
+ striplight_lengthtitle: "Nauhan valon pituus",
6039
+ striplight_actuallength: "Todellinen pituus"
5985
6040
  },
5986
6041
  fr: {
5987
6042
  add_new_dynamic_mood_color_changing_mode_value: "Fluide",
@@ -6073,7 +6128,7 @@ export default {
6073
6128
  mood_overview_filter_name_text1: "Statique",
6074
6129
  mood_overview_filter_name_text2: "Dynamique",
6075
6130
  mood_overview_headline_text: "Ambiance",
6076
- mood_overview_information_text: "The static moods are stored locally on your smartphone. Therefore they can’t be shared with other users.",
6131
+ mood_overview_information_text: "Les ambiances statiques sont enregistrées localement sur votre smartphone. Ils ne peuvent donc pas être partagés avec d'autres utilisateurs.",
6077
6132
  motion_detection_add_time_schedule_headline_text: "Ajouter un nouveau calendrier",
6078
6133
  motion_detection_add_time_schedule_selectionfield_text: "Nom",
6079
6134
  motion_detection_add_time_schedule_system_back_text: "Calendrier",
@@ -6419,7 +6474,7 @@ export default {
6419
6474
  edit_wakeupschedule_headline_text: "Modifier l'horaire de réveil",
6420
6475
  edit_sleepschedule_headline_text: "Modifier l'horaire de coucher",
6421
6476
  edit_trigger_time_headline_text: "Modifier l'heure de déclenchement",
6422
- edit_trigger_time_button_delete_text: "Supprimer l'horaire",
6477
+ edit_trigger_time_button_delete_text: "Supprimer l'heure de déclenchement",
6423
6478
  motion_detection_time_schedule_notifications_warning_text: "The maximum number of time schedules is reached.",
6424
6479
  bio_ryhthm_reset_description_text: "Voulez-vous vraiment réinitialiser les paramètres du rythme biologique ?",
6425
6480
  timeschedule_add_schedule_devicestate_sec_warning_text: "Une ambiance est toujours appliquée à l'éclairage et au ventilateur. Veuillez ajouter un ventilateur dans la section « APPLIQUER POUR » pour sélectionner une ambiance.",
@@ -6525,7 +6580,12 @@ export default {
6525
6580
  socket_settings_firstbox_topic: "État de l'appareil après sa mise sous tension",
6526
6581
  socket_settings_firstbox_status1_description: "L'appareil reste éteint",
6527
6582
  socket_settings_firstbox_status2_description: "L'appareil reste allumé",
6528
- socket_settings_firstbox_status3_description: "Revenez à l'état précédent avant la mise hors tension"
6583
+ socket_settings_firstbox_status3_description: "Revenez à l'état précédent avant la mise hors tension",
6584
+ striplight_lengthadaptationtext: "Si la bande lumineuse a été coupée, vous pouvez ajuster la longueur dans l'application pour l'adapter.",
6585
+ bt_shs_google_button_cancel_enabling: "Annuler",
6586
+ striplight_adaptbutton: "Adapter",
6587
+ striplight_lengthtitle: "Longueur de la bande lumineuse",
6588
+ striplight_actuallength: "Longueur réelle"
6529
6589
  },
6530
6590
  hr: {
6531
6591
  add_new_dynamic_mood_color_changing_mode_value: "Prijelaz",
@@ -7069,7 +7129,12 @@ export default {
7069
7129
  socket_settings_firstbox_topic: "Status uređaja nakon uključivanja",
7070
7130
  socket_settings_firstbox_status1_description: "Uređaj ostaje isključen",
7071
7131
  socket_settings_firstbox_status2_description: "Uređaj ostaje uključen",
7072
- socket_settings_firstbox_status3_description: "Povratak u prethodno stanje prije isključivanja napajanja"
7132
+ socket_settings_firstbox_status3_description: "Povratak u prethodno stanje prije isključivanja napajanja",
7133
+ striplight_lengthadaptationtext: "Ako je svjetlo trake izrezano, duljinu možete prilagoditi u aplikaciji kako biste je prilagodili.",
7134
+ bt_shs_google_button_cancel_enabling: "Odustani",
7135
+ striplight_adaptbutton: "Prilagoditi",
7136
+ striplight_lengthtitle: "Duljina svjetla trake",
7137
+ striplight_actuallength: "Stvarna duljina"
7073
7138
  },
7074
7139
  hu: {
7075
7140
  add_new_dynamic_mood_color_changing_mode_value: "Átmenet",
@@ -7613,7 +7678,12 @@ export default {
7613
7678
  socket_settings_firstbox_topic: "A készülék állapota bekapcsolás után",
7614
7679
  socket_settings_firstbox_status1_description: "A készülék kikapcsolva marad",
7615
7680
  socket_settings_firstbox_status2_description: "A készülék bekapcsolva marad",
7616
- socket_settings_firstbox_status3_description: "Visszatérés a kikapcsolás előtti állapotba"
7681
+ socket_settings_firstbox_status3_description: "Visszatérés a kikapcsolás előtti állapotba",
7682
+ striplight_lengthadaptationtext: "Ha a szalaglámpát levágták, akkor az alkalmazásban beállíthatja a hosszát az adaptáláshoz.",
7683
+ bt_shs_google_button_cancel_enabling: "Mégse",
7684
+ striplight_adaptbutton: "Alkalmazkodás",
7685
+ striplight_lengthtitle: "Szalagfény hossza",
7686
+ striplight_actuallength: "Valós hossz"
7617
7687
  },
7618
7688
  it: {
7619
7689
  add_new_dynamic_mood_color_changing_mode_value: "Fluido",
@@ -8157,7 +8227,12 @@ export default {
8157
8227
  socket_settings_firstbox_topic: "Stato del dispositivo dopo l'accensione",
8158
8228
  socket_settings_firstbox_status1_description: "Il dispositivo rimane spento",
8159
8229
  socket_settings_firstbox_status2_description: "Il dispositivo rimane acceso",
8160
- socket_settings_firstbox_status3_description: "Ripristina lo stato come prima dell'interruzione dell'alimentazione"
8230
+ socket_settings_firstbox_status3_description: "Ripristina lo stato come prima dell'interruzione dell'alimentazione",
8231
+ striplight_lengthadaptationtext: "Se la striscia luminosa è stata tagliata, puoi regolarne la lunghezza nell'app per adattarla.",
8232
+ bt_shs_google_button_cancel_enabling: "Annulla",
8233
+ striplight_adaptbutton: "Adattarsi",
8234
+ striplight_lengthtitle: "Lunghezza della striscia luminosa",
8235
+ striplight_actuallength: "Lunghezza effettiva"
8161
8236
  },
8162
8237
  ko: {
8163
8238
  add_new_dynamic_mood_color_changing_mode_value: "그래디언트",
@@ -8701,7 +8776,12 @@ export default {
8701
8776
  socket_settings_firstbox_topic: "점등 후의 장치 상태",
8702
8777
  socket_settings_firstbox_status1_description: "장치 꺼진 상태로 유지",
8703
8778
  socket_settings_firstbox_status2_description: "장치 전원이 켜진 상태로 유지",
8704
- socket_settings_firstbox_status3_description: "전원이 꺼지기 전의 상태로 돌아갑니다."
8779
+ socket_settings_firstbox_status3_description: "전원이 꺼지기 전의 상태로 돌아갑니다.",
8780
+ striplight_lengthadaptationtext: "스트립 라이트가 잘린 경우 앱에서 길이를 조정하여 조정할 수 있습니다.",
8781
+ bt_shs_google_button_cancel_enabling: "취소",
8782
+ striplight_adaptbutton: "적응",
8783
+ striplight_lengthtitle: "스트립 라이트 길이",
8784
+ striplight_actuallength: "실제 길이"
8705
8785
  },
8706
8786
  lt: {
8707
8787
  add_new_dynamic_mood_color_changing_mode_value: "Gradientas",
@@ -9245,7 +9325,12 @@ export default {
9245
9325
  socket_settings_firstbox_topic: "Įrenginio būsena po įjungimo",
9246
9326
  socket_settings_firstbox_status1_description: "Įrenginys lieka išjungtas",
9247
9327
  socket_settings_firstbox_status2_description: "Įrenginys lieka įjungtas",
9248
- socket_settings_firstbox_status3_description: "Grįžti į ankstesnę būseną prieš išjungiant maitinimą"
9328
+ socket_settings_firstbox_status3_description: "Grįžti į ankstesnę būseną prieš išjungiant maitinimą",
9329
+ striplight_lengthadaptationtext: "Jei juostelės apšvietimas buvo nupjautas, galite pritaikyti ilgį programėlėje.",
9330
+ bt_shs_google_button_cancel_enabling: "Atšaukti",
9331
+ striplight_adaptbutton: "Prisitaikyti",
9332
+ striplight_lengthtitle: "Juostelė Šviesos ilgis",
9333
+ striplight_actuallength: "Tikrasis ilgis"
9249
9334
  },
9250
9335
  lv: {
9251
9336
  add_new_dynamic_mood_color_changing_mode_value: "Gradients",
@@ -9789,7 +9874,12 @@ export default {
9789
9874
  socket_settings_firstbox_topic: "Ierīces statuss pēc ieslēgšanas",
9790
9875
  socket_settings_firstbox_status1_description: "Ierīce paliek izslēgta",
9791
9876
  socket_settings_firstbox_status2_description: "Ierīce paliek ieslēgta",
9792
- socket_settings_firstbox_status3_description: "Atgriezieties iepriekšējā stāvoklī pirms strāvas padeves izslēgšanas"
9877
+ socket_settings_firstbox_status3_description: "Atgriezieties iepriekšējā stāvoklī pirms strāvas padeves izslēgšanas",
9878
+ striplight_lengthadaptationtext: "Ja sloksnes gaisma ir sagriezta, lietotnē varat pielāgot garumu, lai to pielāgotu.",
9879
+ bt_shs_google_button_cancel_enabling: "Atcelt",
9880
+ striplight_adaptbutton: "Pielāgot",
9881
+ striplight_lengthtitle: "Sloksne Gaismas garums",
9882
+ striplight_actuallength: "Faktiskais garums"
9793
9883
  },
9794
9884
  nb: {
9795
9885
  add_new_dynamic_mood_color_changing_mode_value: "Gradient",
@@ -10333,7 +10423,12 @@ export default {
10333
10423
  socket_settings_firstbox_topic: "Enhetsstatus etter at den er slått på",
10334
10424
  socket_settings_firstbox_status1_description: "Enheten forblir slått av",
10335
10425
  socket_settings_firstbox_status2_description: "Enheten forblir slått på",
10336
- socket_settings_firstbox_status3_description: "Gå tilbake til forrige tilstand før strømmen ble slått av"
10426
+ socket_settings_firstbox_status3_description: "Gå tilbake til forrige tilstand før strømmen ble slått av",
10427
+ striplight_lengthadaptationtext: "Hvis stripelyset er kuttet, kan du justere lengden i appen for å tilpasse det.",
10428
+ bt_shs_google_button_cancel_enabling: "Avbryt",
10429
+ striplight_adaptbutton: "Tilpass",
10430
+ striplight_lengthtitle: "Stripelys lengde",
10431
+ striplight_actuallength: "Faktisk lengde"
10337
10432
  },
10338
10433
  nl: {
10339
10434
  add_new_dynamic_mood_color_changing_mode_value: "Verloop",
@@ -10877,7 +10972,12 @@ export default {
10877
10972
  socket_settings_firstbox_topic: "Apparaatstatus nadat het is ingeschakeld",
10878
10973
  socket_settings_firstbox_status1_description: "Apparaat blijft uitgeschakeld",
10879
10974
  socket_settings_firstbox_status2_description: "Apparaat blijft ingeschakeld",
10880
- socket_settings_firstbox_status3_description: "Terugkeren naar de vorige status voordat de stroom werd uitgeschakeld"
10975
+ socket_settings_firstbox_status3_description: "Terugkeren naar de vorige status voordat de stroom werd uitgeschakeld",
10976
+ striplight_lengthadaptationtext: "Als de striplamp is gesneden, kun je de lengte in de app aanpassen om deze aan te passen.",
10977
+ bt_shs_google_button_cancel_enabling: "Annuleren",
10978
+ striplight_adaptbutton: "Aanpassen",
10979
+ striplight_lengthtitle: "Lengte van de striplamp",
10980
+ striplight_actuallength: "Werkelijke lengte"
10881
10981
  },
10882
10982
  pl: {
10883
10983
  add_new_dynamic_mood_color_changing_mode_value: "Gradient",
@@ -11421,7 +11521,12 @@ export default {
11421
11521
  socket_settings_firstbox_topic: "Stan urządzenia po włączeniu",
11422
11522
  socket_settings_firstbox_status1_description: "Urządzenie pozostaje wyłączone",
11423
11523
  socket_settings_firstbox_status2_description: "Urządzenie pozostaje włączone",
11424
- socket_settings_firstbox_status3_description: "Powrót do poprzedniego stanu przed wyłączeniem zasilania"
11524
+ socket_settings_firstbox_status3_description: "Powrót do poprzedniego stanu przed wyłączeniem zasilania",
11525
+ striplight_lengthadaptationtext: "Jeśli światło paska zostało przycięte, możesz dostosować długość w aplikacji, aby ją dostosować.",
11526
+ bt_shs_google_button_cancel_enabling: "Anuluj",
11527
+ striplight_adaptbutton: "Dostosuj",
11528
+ striplight_lengthtitle: "Długość paska światła",
11529
+ striplight_actuallength: "Rzeczywista długość"
11425
11530
  },
11426
11531
  'pt-BR': {
11427
11532
  add_new_dynamic_mood_color_changing_mode_value: "Gradiente",
@@ -11965,7 +12070,12 @@ export default {
11965
12070
  socket_settings_firstbox_topic: "Status do dispositivo após ser ligado",
11966
12071
  socket_settings_firstbox_status1_description: "O dispositivo permanece desligado",
11967
12072
  socket_settings_firstbox_status2_description: "O dispositivo permanece ligado",
11968
- socket_settings_firstbox_status3_description: "Retorne ao estado anterior antes de a energia ser desligada"
12073
+ socket_settings_firstbox_status3_description: "Retorne ao estado anterior antes de a energia ser desligada",
12074
+ striplight_lengthadaptationtext: "Se a faixa de luz tiver sido cortada, você poderá ajustar o comprimento no aplicativo para adaptá-la.",
12075
+ bt_shs_google_button_cancel_enabling: "Cancelar",
12076
+ striplight_adaptbutton: "Adaptar",
12077
+ striplight_lengthtitle: "Comprimento da luz de tira",
12078
+ striplight_actuallength: "Comprimento real"
11969
12079
  },
11970
12080
  'pt_BR': {
11971
12081
  add_new_dynamic_mood_color_changing_mode_value: "Gradiente",
@@ -12509,7 +12619,12 @@ export default {
12509
12619
  socket_settings_firstbox_topic: "Status do dispositivo após ser ligado",
12510
12620
  socket_settings_firstbox_status1_description: "O dispositivo permanece desligado",
12511
12621
  socket_settings_firstbox_status2_description: "O dispositivo permanece ligado",
12512
- socket_settings_firstbox_status3_description: "Retorne ao estado anterior antes de a energia ser desligada"
12622
+ socket_settings_firstbox_status3_description: "Retorne ao estado anterior antes de a energia ser desligada",
12623
+ striplight_lengthadaptationtext: "Se a faixa de luz tiver sido cortada, você poderá ajustar o comprimento no aplicativo para adaptá-la.",
12624
+ bt_shs_google_button_cancel_enabling: "Cancelar",
12625
+ striplight_adaptbutton: "Adaptar",
12626
+ striplight_lengthtitle: "Comprimento da luz de tira",
12627
+ striplight_actuallength: "Comprimento real"
12513
12628
  },
12514
12629
  ro: {
12515
12630
  add_new_dynamic_mood_color_changing_mode_value: "Gradient",
@@ -13053,7 +13168,12 @@ export default {
13053
13168
  socket_settings_firstbox_topic: "Starea dispozitivului după ce a fost pornit",
13054
13169
  socket_settings_firstbox_status1_description: "Dispozitivul rămâne oprit",
13055
13170
  socket_settings_firstbox_status2_description: "Dispozitivul rămâne pornit",
13056
- socket_settings_firstbox_status3_description: "Reveniți la starea anterioară înainte ca alimentarea să fie oprită"
13171
+ socket_settings_firstbox_status3_description: "Reveniți la starea anterioară înainte ca alimentarea să fie oprită",
13172
+ striplight_lengthadaptationtext: "Dacă lumina benzii a fost tăiată, atunci puteți ajusta lungimea în aplicație pentru a o adapta.",
13173
+ bt_shs_google_button_cancel_enabling: "Anulare",
13174
+ striplight_adaptbutton: "Adaptare",
13175
+ striplight_lengthtitle: "Lungimea luminii benzii",
13176
+ striplight_actuallength: "Lungimea reală"
13057
13177
  },
13058
13178
  ru: {
13059
13179
  add_new_dynamic_mood_color_changing_mode_value: "Градиент",
@@ -13597,7 +13717,12 @@ export default {
13597
13717
  socket_settings_firstbox_topic: "Состояние устройства после включения питания",
13598
13718
  socket_settings_firstbox_status1_description: "Устройство остается выключенным",
13599
13719
  socket_settings_firstbox_status2_description: "Устройство остается включенным",
13600
- socket_settings_firstbox_status3_description: "Возврат к предыдущему состоянию до отключения питания"
13720
+ socket_settings_firstbox_status3_description: "Возврат к предыдущему состоянию до отключения питания",
13721
+ striplight_lengthadaptationtext: "Если ленточный светильник отрезан, вы можете настроить его длину в приложении, чтобы адаптировать ее.",
13722
+ bt_shs_google_button_cancel_enabling: "Отмена",
13723
+ striplight_adaptbutton: "Адаптировать",
13724
+ striplight_lengthtitle: "Длина полосы света",
13725
+ striplight_actuallength: "Фактическая длина"
13601
13726
  },
13602
13727
  sk: {
13603
13728
  add_new_dynamic_mood_color_changing_mode_value: "Prechod",
@@ -13612,8 +13737,8 @@ export default {
13612
13737
  power_off_memory_restore_memory_description: "Pred vypnutím napájania sa vráťte do predchádzajúceho stavu",
13613
13738
  power_off_memory_customized_description: "Užívateľsky definovaný výber farby a hodnoty jasu.",
13614
13739
  feature_summary_action_txt_1: "Zapnúť",
13615
- sockets_specific_settings_relay_status: "Správanie pri zapovaní",
13616
- light_sources_specific_settings_power_off: "Správanie pri zapovaní",
13740
+ sockets_specific_settings_relay_status: "Správanie pri zapnutí",
13741
+ light_sources_specific_settings_power_off: "Správanie pri zapnutí",
13617
13742
  add_new_dynamic_mood_color_changing_mode_value2: "Preskočiť",
13618
13743
  add_new_dynamic_mood_lights_field_headline2_text: "Farba",
13619
13744
  add_new_dynamic_mood_lights_field_saturation_text: "Sýtosť",
@@ -14141,7 +14266,12 @@ export default {
14141
14266
  socket_settings_firstbox_topic: "Stav zariadenia po zapnutí",
14142
14267
  socket_settings_firstbox_status1_description: "Zariadenie zostáva vypnuté",
14143
14268
  socket_settings_firstbox_status2_description: "Zariadenie zostáva zapnuté",
14144
- socket_settings_firstbox_status3_description: "Návrat do predchádzajúceho stavu pred vypnutím napájania"
14269
+ socket_settings_firstbox_status3_description: "Návrat do predchádzajúceho stavu pred vypnutím napájania",
14270
+ striplight_lengthadaptationtext: "Ak bolo svetlo pásu odrezané, môžete upraviť dĺžku v aplikácii a prispôsobiť ho.",
14271
+ bt_shs_google_button_cancel_enabling: "Zrušiť",
14272
+ striplight_adaptbutton: "Prispôsobiť",
14273
+ striplight_lengthtitle: "Dĺžka pásu svetla",
14274
+ striplight_actuallength: "Skutočná dĺžka"
14145
14275
  },
14146
14276
  sv: {
14147
14277
  add_new_dynamic_mood_color_changing_mode_value: "Toning",
@@ -14685,7 +14815,12 @@ export default {
14685
14815
  socket_settings_firstbox_topic: "Enhetens status efter påslagning",
14686
14816
  socket_settings_firstbox_status1_description: "Enheten förblir frånkopplad",
14687
14817
  socket_settings_firstbox_status2_description: "Enheten förblir tillkopplad",
14688
- socket_settings_firstbox_status3_description: "Återgå till föregående tillstånd innan strömmen stängdes av"
14818
+ socket_settings_firstbox_status3_description: "Återgå till föregående tillstånd innan strömmen stängdes av",
14819
+ striplight_lengthadaptationtext: "Om remslampan har klippts kan du justera längden i appen för att anpassa den.",
14820
+ bt_shs_google_button_cancel_enabling: "Avbryt",
14821
+ striplight_adaptbutton: "Anpassa",
14822
+ striplight_lengthtitle: "Strip Ljuslängd",
14823
+ striplight_actuallength: "Faktisk längd"
14689
14824
  },
14690
14825
  tr: {
14691
14826
  add_new_dynamic_mood_color_changing_mode_value: "Gradyan",
@@ -15229,7 +15364,12 @@ export default {
15229
15364
  socket_settings_firstbox_topic: "Güç verildikten sonra cihaz durumu",
15230
15365
  socket_settings_firstbox_status1_description: "Cihaz kapalı kalıyor",
15231
15366
  socket_settings_firstbox_status2_description: "Cihaz açık kalır",
15232
- socket_settings_firstbox_status3_description: "Güç kapatılmadan önceki duruma geri dönün"
15367
+ socket_settings_firstbox_status3_description: "Güç kapatılmadan önceki duruma geri dönün",
15368
+ striplight_lengthadaptationtext: "Şerit ışığı kesilmişse, uyarlamak için Uygulamadaki uzunluğu ayarlayabilirsiniz.",
15369
+ bt_shs_google_button_cancel_enabling: "İptal et",
15370
+ striplight_adaptbutton: "Uyarlamak",
15371
+ striplight_lengthtitle: "Şerit Işık uzunluğu",
15372
+ striplight_actuallength: "Gerçek uzunluk"
15233
15373
  },
15234
15374
  uk: {
15235
15375
  add_new_dynamic_mood_color_changing_mode_value: "Градієнт",
@@ -15773,6 +15913,11 @@ export default {
15773
15913
  socket_settings_firstbox_topic: "Стан пристрою після ввімкнення",
15774
15914
  socket_settings_firstbox_status1_description: "Пристрій залишається вимкненим",
15775
15915
  socket_settings_firstbox_status2_description: "Пристрій залишається увімкненим",
15776
- socket_settings_firstbox_status3_description: "Повернення до попереднього стану перед вимкненням живлення"
15916
+ socket_settings_firstbox_status3_description: "Повернення до попереднього стану перед вимкненням живлення",
15917
+ striplight_lengthadaptationtext: "Якщо світло смуги було вирізано, ви можете налаштувати довжину в додатку, щоб адаптувати її.",
15918
+ bt_shs_google_button_cancel_enabling: "Скасувати",
15919
+ striplight_adaptbutton: "Адаптувати",
15920
+ striplight_lengthtitle: "Довжина світлової смуги",
15921
+ striplight_actuallength: "Фактична довжина"
15777
15922
  }
15778
15923
  }