@ledvance/base 1.2.49 → 1.2.50

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.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/src/i18n/strings.ts +59 -30
package/package.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "name": "@ledvance/base",
5
5
  "pid": [],
6
6
  "uiid": "",
7
- "version": "1.2.49",
7
+ "version": "1.2.50",
8
8
  "scripts": {},
9
9
  "dependencies": {
10
10
  "@reduxjs/toolkit": "^1.8.6",
@@ -610,7 +610,8 @@ export default {
610
610
  socket_settings_switch_off_s: "s",
611
611
  socket_settings_switch_off_firstbox_text: "Apagar después de un tiempo",
612
612
  socket_settings_switch_off_secondtopic: "¿A qué hora debe apagarse el dispositivo?",
613
- country_selection_textfield_headline_search: "Búsqueda"
613
+ country_selection_textfield_headline_search: "Búsqueda",
614
+ country_UA: "Ucrania"
614
615
  },
615
616
  ar: {
616
617
  add_new_dynamic_mood_color_changing_mode_value: "التدرج",
@@ -1223,7 +1224,8 @@ export default {
1223
1224
  socket_settings_switch_off_s: "ثانية",
1224
1225
  socket_settings_switch_off_firstbox_text: "قم بإيقاف التشغيل بعد فترة من الوقت",
1225
1226
  socket_settings_switch_off_secondtopic: "بعد أي فترة من الوقت يجب إيقاف تشغيل الجهاز؟",
1226
- country_selection_textfield_headline_search: "بحث…"
1227
+ country_selection_textfield_headline_search: "بحث…",
1228
+ country_UA: "أوكرانيا"
1227
1229
  },
1228
1230
  cs: {
1229
1231
  add_new_dynamic_mood_color_changing_mode_value: "Gradient",
@@ -1836,7 +1838,8 @@ export default {
1836
1838
  socket_settings_switch_off_s: "s",
1837
1839
  socket_settings_switch_off_firstbox_text: "Vypnutí po určité době",
1838
1840
  socket_settings_switch_off_secondtopic: "Po jaké době by se mělo zařízení vypnout?",
1839
- country_selection_textfield_headline_search: "Vyhledávání"
1841
+ country_selection_textfield_headline_search: "Vyhledávání",
1842
+ country_UA: "Ukrajina"
1840
1843
  },
1841
1844
  en: {
1842
1845
  add_new_dynamic_mood_color_changing_mode_value: "Gradient",
@@ -2449,7 +2452,8 @@ export default {
2449
2452
  socket_settings_switch_off_s: "s",
2450
2453
  socket_settings_switch_off_firstbox_text: "Switch off after a period of time",
2451
2454
  socket_settings_switch_off_secondtopic: "After what period of time should the device be switched off?",
2452
- country_selection_textfield_headline_search: "Search"
2455
+ country_selection_textfield_headline_search: "Search",
2456
+ country_UA: "Ukraine"
2453
2457
  },
2454
2458
  bg: {
2455
2459
  add_new_dynamic_mood_color_changing_mode_value: "Градиент",
@@ -3062,7 +3066,8 @@ export default {
3062
3066
  socket_settings_switch_off_s: "s",
3063
3067
  socket_settings_switch_off_firstbox_text: "Изключете след определен период от време",
3064
3068
  socket_settings_switch_off_secondtopic: "След какъв период от време трябва да се изключи устройството?",
3065
- country_selection_textfield_headline_search: "Търсене"
3069
+ country_selection_textfield_headline_search: "Търсене",
3070
+ country_UA: "Украйна"
3066
3071
  },
3067
3072
  da: {
3068
3073
  add_new_dynamic_mood_color_changing_mode_value: "Gradvist",
@@ -3675,7 +3680,8 @@ export default {
3675
3680
  socket_settings_switch_off_s: "s",
3676
3681
  socket_settings_switch_off_firstbox_text: "Sluk efter et stykke tid",
3677
3682
  socket_settings_switch_off_secondtopic: "Hvor lang tid skal der gå, før enheden skal slukke?",
3678
- country_selection_textfield_headline_search: "Søg"
3683
+ country_selection_textfield_headline_search: "Søg",
3684
+ country_UA: "Ukraine"
3679
3685
  },
3680
3686
  de: {
3681
3687
  add_new_dynamic_mood_color_changing_mode_value: "Fließend",
@@ -4288,7 +4294,8 @@ export default {
4288
4294
  socket_settings_switch_off_s: "s",
4289
4295
  socket_settings_switch_off_firstbox_text: "Ausschalten nach einer bestimmten Zeit",
4290
4296
  socket_settings_switch_off_secondtopic: "Nach welchem Zeitraum sollte das Gerät ausgeschaltet werden?",
4291
- country_selection_textfield_headline_search: "Suchen"
4297
+ country_selection_textfield_headline_search: "Suchen",
4298
+ country_UA: "Ukraine"
4292
4299
  },
4293
4300
  el: {
4294
4301
  add_new_dynamic_mood_color_changing_mode_value: "Διαβάθμιση",
@@ -4901,7 +4908,8 @@ export default {
4901
4908
  socket_settings_switch_off_s: "s",
4902
4909
  socket_settings_switch_off_firstbox_text: "Απενεργοποίηση μετά από κάποιο χρονικό διάστημα",
4903
4910
  socket_settings_switch_off_secondtopic: "Μετά από πόσο χρονικό διάστημα πρέπει να απενεργοποιηθεί η συσκευή;",
4904
- country_selection_textfield_headline_search: "Αναζήτηση"
4911
+ country_selection_textfield_headline_search: "Αναζήτηση",
4912
+ country_UA: "Ουκρανία"
4905
4913
  },
4906
4914
  es: {
4907
4915
  add_new_dynamic_mood_color_changing_mode_value: "Gradiente",
@@ -5514,7 +5522,8 @@ export default {
5514
5522
  socket_settings_switch_off_s: "s",
5515
5523
  socket_settings_switch_off_firstbox_text: "Apagar después de un tiempo",
5516
5524
  socket_settings_switch_off_secondtopic: "¿A qué hora debe apagarse el dispositivo?",
5517
- country_selection_textfield_headline_search: "Búsqueda"
5525
+ country_selection_textfield_headline_search: "Búsqueda",
5526
+ country_UA: "Ucrania"
5518
5527
  },
5519
5528
  et: {
5520
5529
  add_new_dynamic_mood_color_changing_mode_value: "Muutmisaste",
@@ -6127,7 +6136,8 @@ export default {
6127
6136
  socket_settings_switch_off_s: "s",
6128
6137
  socket_settings_switch_off_firstbox_text: "Lülita teatud aja möödudes välja",
6129
6138
  socket_settings_switch_off_secondtopic: "Kui pika aja möödudes peab seade välja lülituma?",
6130
- country_selection_textfield_headline_search: "Otsing"
6139
+ country_selection_textfield_headline_search: "Otsing",
6140
+ country_UA: "Ukraina"
6131
6141
  },
6132
6142
  fi: {
6133
6143
  add_new_dynamic_mood_color_changing_mode_value: "Liukuva",
@@ -6740,7 +6750,8 @@ export default {
6740
6750
  socket_settings_switch_off_s: "s",
6741
6751
  socket_settings_switch_off_firstbox_text: "Sammuta tietyn ajan kuluttua",
6742
6752
  socket_settings_switch_off_secondtopic: "Minkä ajan kuluttua laitteen tulee kytkeytyä pois päältä?",
6743
- country_selection_textfield_headline_search: "Haku"
6753
+ country_selection_textfield_headline_search: "Haku",
6754
+ country_UA: "Ukraina"
6744
6755
  },
6745
6756
  fr: {
6746
6757
  add_new_dynamic_mood_color_changing_mode_value: "Fluide",
@@ -7353,7 +7364,8 @@ export default {
7353
7364
  socket_settings_switch_off_s: "s",
7354
7365
  socket_settings_switch_off_firstbox_text: "Éteindre après un certain temps",
7355
7366
  socket_settings_switch_off_secondtopic: "Après quel délai l'appareil doit-il être éteint ?",
7356
- country_selection_textfield_headline_search: "Rechercher"
7367
+ country_selection_textfield_headline_search: "Rechercher",
7368
+ country_UA: "Ukraine"
7357
7369
  },
7358
7370
  hr: {
7359
7371
  add_new_dynamic_mood_color_changing_mode_value: "Prijelaz",
@@ -7966,7 +7978,8 @@ export default {
7966
7978
  socket_settings_switch_off_s: "s",
7967
7979
  socket_settings_switch_off_firstbox_text: "Isključivanje nakon određenog vremena",
7968
7980
  socket_settings_switch_off_secondtopic: "Nakon kojeg vremena uređaj treba isključiti?",
7969
- country_selection_textfield_headline_search: "Pretraži"
7981
+ country_selection_textfield_headline_search: "Pretraži",
7982
+ country_UA: "Ukraine"
7970
7983
  },
7971
7984
  hu: {
7972
7985
  add_new_dynamic_mood_color_changing_mode_value: "Átmenet",
@@ -8579,7 +8592,8 @@ export default {
8579
8592
  socket_settings_switch_off_s: "s",
8580
8593
  socket_settings_switch_off_firstbox_text: "Kikapcsolás egy bizonyos idő után",
8581
8594
  socket_settings_switch_off_secondtopic: "Mennyi idő elteltével kapcsoljon ki az eszköz?",
8582
- country_selection_textfield_headline_search: "Keresés"
8595
+ country_selection_textfield_headline_search: "Keresés",
8596
+ country_UA: "Ukrajna"
8583
8597
  },
8584
8598
  it: {
8585
8599
  add_new_dynamic_mood_color_changing_mode_value: "Fluido",
@@ -9192,7 +9206,8 @@ export default {
9192
9206
  socket_settings_switch_off_s: "s",
9193
9207
  socket_settings_switch_off_firstbox_text: "Spegni dopo un certo periodo di tempo",
9194
9208
  socket_settings_switch_off_secondtopic: "Dopo quanto tempo il dispositivo deve essere spento?",
9195
- country_selection_textfield_headline_search: "Ricerca"
9209
+ country_selection_textfield_headline_search: "Ricerca",
9210
+ country_UA: "Ucraina"
9196
9211
  },
9197
9212
  ko: {
9198
9213
  add_new_dynamic_mood_color_changing_mode_value: "그래디언트",
@@ -9805,7 +9820,8 @@ export default {
9805
9820
  socket_settings_switch_off_s: "초",
9806
9821
  socket_settings_switch_off_firstbox_text: "일정 시간이 지나면 전원을 끕니다.",
9807
9822
  socket_settings_switch_off_secondtopic: "장치를 몇 시간 후에 꺼야 합니까?",
9808
- country_selection_textfield_headline_search: "검색"
9823
+ country_selection_textfield_headline_search: "검색",
9824
+ country_UA: "우크라이나"
9809
9825
  },
9810
9826
  lt: {
9811
9827
  add_new_dynamic_mood_color_changing_mode_value: "Gradientas",
@@ -10418,7 +10434,8 @@ export default {
10418
10434
  socket_settings_switch_off_s: "s",
10419
10435
  socket_settings_switch_off_firstbox_text: "Išjungti po tam tikro laiko",
10420
10436
  socket_settings_switch_off_secondtopic: "Po kurio laiko įtaisas turi išsijungti?",
10421
- country_selection_textfield_headline_search: "Ieškoti..."
10437
+ country_selection_textfield_headline_search: "Ieškoti...",
10438
+ country_UA: "Ukraina"
10422
10439
  },
10423
10440
  lv: {
10424
10441
  add_new_dynamic_mood_color_changing_mode_value: "Gradients",
@@ -11031,7 +11048,8 @@ export default {
11031
11048
  socket_settings_switch_off_s: "s",
11032
11049
  socket_settings_switch_off_firstbox_text: "Pēc noteikta laika izslēdziet",
11033
11050
  socket_settings_switch_off_secondtopic: "Pēc cik ilga laika ierīce ir jāizslēdz?",
11034
- country_selection_textfield_headline_search: "Meklēt"
11051
+ country_selection_textfield_headline_search: "Meklēt",
11052
+ country_UA: "Ukraina"
11035
11053
  },
11036
11054
  nb: {
11037
11055
  add_new_dynamic_mood_color_changing_mode_value: "Gradient",
@@ -11644,7 +11662,8 @@ export default {
11644
11662
  socket_settings_switch_off_s: "s",
11645
11663
  socket_settings_switch_off_firstbox_text: "Slå av etter en periode",
11646
11664
  socket_settings_switch_off_secondtopic: "Etter hvilken tidsperiode skal enheten slås av?",
11647
- country_selection_textfield_headline_search: "Søk"
11665
+ country_selection_textfield_headline_search: "Søk",
11666
+ country_UA: "Ukraina"
11648
11667
  },
11649
11668
  nl: {
11650
11669
  add_new_dynamic_mood_color_changing_mode_value: "Verloop",
@@ -12257,7 +12276,8 @@ export default {
12257
12276
  socket_settings_switch_off_s: "s",
12258
12277
  socket_settings_switch_off_firstbox_text: "Schakel na een bepaalde tijd uit",
12259
12278
  socket_settings_switch_off_secondtopic: "Na welke tijd moet het apparaat worden uitgeschakeld?",
12260
- country_selection_textfield_headline_search: "Zoeken"
12279
+ country_selection_textfield_headline_search: "Zoeken",
12280
+ country_UA: "Oekraïne"
12261
12281
  },
12262
12282
  pl: {
12263
12283
  add_new_dynamic_mood_color_changing_mode_value: "Gradient",
@@ -12870,7 +12890,8 @@ export default {
12870
12890
  socket_settings_switch_off_s: "S",
12871
12891
  socket_settings_switch_off_firstbox_text: "Wyłącz po pewnym czasie",
12872
12892
  socket_settings_switch_off_secondtopic: "Po jakim czasie urządzenie powinno zostać wyłączone?",
12873
- country_selection_textfield_headline_search: "Wyszukaj"
12893
+ country_selection_textfield_headline_search: "Wyszukaj",
12894
+ country_UA: "Ukraina"
12874
12895
  },
12875
12896
  'pt-BR': {
12876
12897
  add_new_dynamic_mood_color_changing_mode_value: "Gradiente",
@@ -13483,7 +13504,8 @@ export default {
13483
13504
  socket_settings_switch_off_s: "s",
13484
13505
  socket_settings_switch_off_firstbox_text: "Desligar após um período de tempo",
13485
13506
  socket_settings_switch_off_secondtopic: "Depois de quanto tempo o dispositivo deve ser desligado?",
13486
- country_selection_textfield_headline_search: "Procurar"
13507
+ country_selection_textfield_headline_search: "Procurar",
13508
+ country_UA: "Ucrânia"
13487
13509
  },
13488
13510
  'pt_BR': {
13489
13511
  add_new_dynamic_mood_color_changing_mode_value: "Gradiente",
@@ -14096,8 +14118,9 @@ export default {
14096
14118
  socket_settings_switch_off_s: "s",
14097
14119
  socket_settings_switch_off_firstbox_text: "Desligar após um período de tempo",
14098
14120
  socket_settings_switch_off_secondtopic: "Depois de quanto tempo o dispositivo deve ser desligado?",
14099
- country_selection_textfield_headline_search: "Procurar"
14100
- },
14121
+ country_selection_textfield_headline_search: "Procurar",
14122
+ country_UA: "Ucrânia"
14123
+ },
14101
14124
  ro: {
14102
14125
  add_new_dynamic_mood_color_changing_mode_value: "Gradient",
14103
14126
  power_off_memory_default_state_title: "Starea implicită",
@@ -14709,7 +14732,8 @@ export default {
14709
14732
  socket_settings_switch_off_s: "s",
14710
14733
  socket_settings_switch_off_firstbox_text: "Opriți după o perioadă de timp",
14711
14734
  socket_settings_switch_off_secondtopic: "După ce interval de timp ar trebui să fie oprit dispozitivul?",
14712
- country_selection_textfield_headline_search: "Căutare"
14735
+ country_selection_textfield_headline_search: "Căutare",
14736
+ country_UA: "Ucraina"
14713
14737
  },
14714
14738
  ru: {
14715
14739
  add_new_dynamic_mood_color_changing_mode_value: "Градиент",
@@ -15322,7 +15346,8 @@ export default {
15322
15346
  socket_settings_switch_off_s: "S",
15323
15347
  socket_settings_switch_off_firstbox_text: "Выключить через некоторое время",
15324
15348
  socket_settings_switch_off_secondtopic: "Через какой период времени следует выключить устройство?",
15325
- country_selection_textfield_headline_search: "Поиск"
15349
+ country_selection_textfield_headline_search: "Поиск",
15350
+ country_UA: "Украина"
15326
15351
  },
15327
15352
  sk: {
15328
15353
  add_new_dynamic_mood_color_changing_mode_value: "Prechod",
@@ -15935,7 +15960,8 @@ export default {
15935
15960
  socket_settings_switch_off_s: "s",
15936
15961
  socket_settings_switch_off_firstbox_text: "Vypnutie po určitom čase",
15937
15962
  socket_settings_switch_off_secondtopic: "Po akom čase by sa malo zariadenie vypnúť?",
15938
- country_selection_textfield_headline_search: "Hľadať"
15963
+ country_selection_textfield_headline_search: "Hľadať",
15964
+ country_UA: "Ukrajina"
15939
15965
  },
15940
15966
  sv: {
15941
15967
  add_new_dynamic_mood_color_changing_mode_value: "Toning",
@@ -16548,7 +16574,8 @@ export default {
16548
16574
  socket_settings_switch_off_s: "s",
16549
16575
  socket_settings_switch_off_firstbox_text: "Stäng av efter en viss tid",
16550
16576
  socket_settings_switch_off_secondtopic: "Efter vilken tidsperiod ska enheten stängas av?",
16551
- country_selection_textfield_headline_search: "Sök"
16577
+ country_selection_textfield_headline_search: "Sök",
16578
+ country_UA: "Ukraina"
16552
16579
  },
16553
16580
  tr: {
16554
16581
  add_new_dynamic_mood_color_changing_mode_value: "Gradyan",
@@ -17161,7 +17188,8 @@ export default {
17161
17188
  socket_settings_switch_off_s: "s",
17162
17189
  socket_settings_switch_off_firstbox_text: "Belirli bir süre sonra kapatın",
17163
17190
  socket_settings_switch_off_secondtopic: "Cihaz hangi süreden sonra kapatılmalıdır?",
17164
- country_selection_textfield_headline_search: "Ara"
17191
+ country_selection_textfield_headline_search: "Ara",
17192
+ country_UA: "Ukrayna"
17165
17193
  },
17166
17194
  uk: {
17167
17195
  add_new_dynamic_mood_color_changing_mode_value: "Градієнт",
@@ -17774,6 +17802,7 @@ export default {
17774
17802
  socket_settings_switch_off_s: "с",
17775
17803
  socket_settings_switch_off_firstbox_text: "Вимкніть через деякий час",
17776
17804
  socket_settings_switch_off_secondtopic: "Через який проміжок часу пристрій слід вимкнути?",
17777
- country_selection_textfield_headline_search: "Пошук"
17805
+ country_selection_textfield_headline_search: "Пошук",
17806
+ country_UA: "Україна"
17778
17807
  }
17779
17808
  }