@ledvance/base 1.0.22 → 1.0.23
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/i18n/strings.d.ts +84 -0
- package/src/i18n/strings.ts +112 -28
package/package.json
CHANGED
package/src/i18n/strings.d.ts
CHANGED
|
@@ -293,6 +293,9 @@ declare const _default: {
|
|
|
293
293
|
sockets_headline_power: string;
|
|
294
294
|
edit_static_mood_button_delete_text: string;
|
|
295
295
|
edit_static_mood_headline_text: string;
|
|
296
|
+
mood_overview_warning_max_number_text: string;
|
|
297
|
+
music_reactivate_dialog_text: string;
|
|
298
|
+
add_new_trigger_time_text: string;
|
|
296
299
|
};
|
|
297
300
|
cs: {
|
|
298
301
|
add_new_dynamic_mood_color_changing_mode_value: string;
|
|
@@ -588,6 +591,9 @@ declare const _default: {
|
|
|
588
591
|
sockets_headline_power: string;
|
|
589
592
|
edit_static_mood_button_delete_text: string;
|
|
590
593
|
edit_static_mood_headline_text: string;
|
|
594
|
+
mood_overview_warning_max_number_text: string;
|
|
595
|
+
music_reactivate_dialog_text: string;
|
|
596
|
+
add_new_trigger_time_text: string;
|
|
591
597
|
};
|
|
592
598
|
en: {
|
|
593
599
|
add_new_dynamic_mood_color_changing_mode_value: string;
|
|
@@ -883,6 +889,9 @@ declare const _default: {
|
|
|
883
889
|
sockets_headline_power: string;
|
|
884
890
|
edit_static_mood_button_delete_text: string;
|
|
885
891
|
edit_static_mood_headline_text: string;
|
|
892
|
+
mood_overview_warning_max_number_text: string;
|
|
893
|
+
music_reactivate_dialog_text: string;
|
|
894
|
+
add_new_trigger_time_text: string;
|
|
886
895
|
};
|
|
887
896
|
bg: {
|
|
888
897
|
add_new_dynamic_mood_color_changing_mode_value: string;
|
|
@@ -1178,6 +1187,9 @@ declare const _default: {
|
|
|
1178
1187
|
sockets_headline_power: string;
|
|
1179
1188
|
edit_static_mood_button_delete_text: string;
|
|
1180
1189
|
edit_static_mood_headline_text: string;
|
|
1190
|
+
mood_overview_warning_max_number_text: string;
|
|
1191
|
+
music_reactivate_dialog_text: string;
|
|
1192
|
+
add_new_trigger_time_text: string;
|
|
1181
1193
|
};
|
|
1182
1194
|
da: {
|
|
1183
1195
|
add_new_dynamic_mood_color_changing_mode_value: string;
|
|
@@ -1473,6 +1485,9 @@ declare const _default: {
|
|
|
1473
1485
|
sockets_headline_power: string;
|
|
1474
1486
|
edit_static_mood_button_delete_text: string;
|
|
1475
1487
|
edit_static_mood_headline_text: string;
|
|
1488
|
+
mood_overview_warning_max_number_text: string;
|
|
1489
|
+
music_reactivate_dialog_text: string;
|
|
1490
|
+
add_new_trigger_time_text: string;
|
|
1476
1491
|
};
|
|
1477
1492
|
de: {
|
|
1478
1493
|
add_new_dynamic_mood_color_changing_mode_value: string;
|
|
@@ -1768,6 +1783,9 @@ declare const _default: {
|
|
|
1768
1783
|
sockets_headline_power: string;
|
|
1769
1784
|
edit_static_mood_button_delete_text: string;
|
|
1770
1785
|
edit_static_mood_headline_text: string;
|
|
1786
|
+
mood_overview_warning_max_number_text: string;
|
|
1787
|
+
music_reactivate_dialog_text: string;
|
|
1788
|
+
add_new_trigger_time_text: string;
|
|
1771
1789
|
};
|
|
1772
1790
|
el: {
|
|
1773
1791
|
add_new_dynamic_mood_color_changing_mode_value: string;
|
|
@@ -2063,6 +2081,9 @@ declare const _default: {
|
|
|
2063
2081
|
sockets_headline_power: string;
|
|
2064
2082
|
edit_static_mood_button_delete_text: string;
|
|
2065
2083
|
edit_static_mood_headline_text: string;
|
|
2084
|
+
mood_overview_warning_max_number_text: string;
|
|
2085
|
+
music_reactivate_dialog_text: string;
|
|
2086
|
+
add_new_trigger_time_text: string;
|
|
2066
2087
|
};
|
|
2067
2088
|
es: {
|
|
2068
2089
|
add_new_dynamic_mood_color_changing_mode_value: string;
|
|
@@ -2358,6 +2379,9 @@ declare const _default: {
|
|
|
2358
2379
|
sockets_headline_power: string;
|
|
2359
2380
|
edit_static_mood_button_delete_text: string;
|
|
2360
2381
|
edit_static_mood_headline_text: string;
|
|
2382
|
+
mood_overview_warning_max_number_text: string;
|
|
2383
|
+
music_reactivate_dialog_text: string;
|
|
2384
|
+
add_new_trigger_time_text: string;
|
|
2361
2385
|
};
|
|
2362
2386
|
et: {
|
|
2363
2387
|
add_new_dynamic_mood_color_changing_mode_value: string;
|
|
@@ -2653,6 +2677,9 @@ declare const _default: {
|
|
|
2653
2677
|
sockets_headline_power: string;
|
|
2654
2678
|
edit_static_mood_button_delete_text: string;
|
|
2655
2679
|
edit_static_mood_headline_text: string;
|
|
2680
|
+
mood_overview_warning_max_number_text: string;
|
|
2681
|
+
music_reactivate_dialog_text: string;
|
|
2682
|
+
add_new_trigger_time_text: string;
|
|
2656
2683
|
};
|
|
2657
2684
|
fi: {
|
|
2658
2685
|
add_new_dynamic_mood_color_changing_mode_value: string;
|
|
@@ -2948,6 +2975,9 @@ declare const _default: {
|
|
|
2948
2975
|
sockets_headline_power: string;
|
|
2949
2976
|
edit_static_mood_button_delete_text: string;
|
|
2950
2977
|
edit_static_mood_headline_text: string;
|
|
2978
|
+
mood_overview_warning_max_number_text: string;
|
|
2979
|
+
music_reactivate_dialog_text: string;
|
|
2980
|
+
add_new_trigger_time_text: string;
|
|
2951
2981
|
};
|
|
2952
2982
|
fr: {
|
|
2953
2983
|
add_new_dynamic_mood_color_changing_mode_value: string;
|
|
@@ -3243,6 +3273,9 @@ declare const _default: {
|
|
|
3243
3273
|
sockets_headline_power: string;
|
|
3244
3274
|
edit_static_mood_button_delete_text: string;
|
|
3245
3275
|
edit_static_mood_headline_text: string;
|
|
3276
|
+
mood_overview_warning_max_number_text: string;
|
|
3277
|
+
music_reactivate_dialog_text: string;
|
|
3278
|
+
add_new_trigger_time_text: string;
|
|
3246
3279
|
};
|
|
3247
3280
|
hr: {
|
|
3248
3281
|
add_new_dynamic_mood_color_changing_mode_value: string;
|
|
@@ -3538,6 +3571,9 @@ declare const _default: {
|
|
|
3538
3571
|
sockets_headline_power: string;
|
|
3539
3572
|
edit_static_mood_button_delete_text: string;
|
|
3540
3573
|
edit_static_mood_headline_text: string;
|
|
3574
|
+
mood_overview_warning_max_number_text: string;
|
|
3575
|
+
music_reactivate_dialog_text: string;
|
|
3576
|
+
add_new_trigger_time_text: string;
|
|
3541
3577
|
};
|
|
3542
3578
|
hu: {
|
|
3543
3579
|
add_new_dynamic_mood_color_changing_mode_value: string;
|
|
@@ -3833,6 +3869,9 @@ declare const _default: {
|
|
|
3833
3869
|
sockets_headline_power: string;
|
|
3834
3870
|
edit_static_mood_button_delete_text: string;
|
|
3835
3871
|
edit_static_mood_headline_text: string;
|
|
3872
|
+
mood_overview_warning_max_number_text: string;
|
|
3873
|
+
music_reactivate_dialog_text: string;
|
|
3874
|
+
add_new_trigger_time_text: string;
|
|
3836
3875
|
};
|
|
3837
3876
|
it: {
|
|
3838
3877
|
add_new_dynamic_mood_color_changing_mode_value: string;
|
|
@@ -4128,6 +4167,9 @@ declare const _default: {
|
|
|
4128
4167
|
sockets_headline_power: string;
|
|
4129
4168
|
edit_static_mood_button_delete_text: string;
|
|
4130
4169
|
edit_static_mood_headline_text: string;
|
|
4170
|
+
mood_overview_warning_max_number_text: string;
|
|
4171
|
+
music_reactivate_dialog_text: string;
|
|
4172
|
+
add_new_trigger_time_text: string;
|
|
4131
4173
|
};
|
|
4132
4174
|
ko: {
|
|
4133
4175
|
add_new_dynamic_mood_color_changing_mode_value: string;
|
|
@@ -4423,6 +4465,9 @@ declare const _default: {
|
|
|
4423
4465
|
sockets_headline_power: string;
|
|
4424
4466
|
edit_static_mood_button_delete_text: string;
|
|
4425
4467
|
edit_static_mood_headline_text: string;
|
|
4468
|
+
mood_overview_warning_max_number_text: string;
|
|
4469
|
+
music_reactivate_dialog_text: string;
|
|
4470
|
+
add_new_trigger_time_text: string;
|
|
4426
4471
|
};
|
|
4427
4472
|
lt: {
|
|
4428
4473
|
add_new_dynamic_mood_color_changing_mode_value: string;
|
|
@@ -4718,6 +4763,9 @@ declare const _default: {
|
|
|
4718
4763
|
sockets_headline_power: string;
|
|
4719
4764
|
edit_static_mood_button_delete_text: string;
|
|
4720
4765
|
edit_static_mood_headline_text: string;
|
|
4766
|
+
mood_overview_warning_max_number_text: string;
|
|
4767
|
+
music_reactivate_dialog_text: string;
|
|
4768
|
+
add_new_trigger_time_text: string;
|
|
4721
4769
|
};
|
|
4722
4770
|
lv: {
|
|
4723
4771
|
add_new_dynamic_mood_color_changing_mode_value: string;
|
|
@@ -5013,6 +5061,9 @@ declare const _default: {
|
|
|
5013
5061
|
sockets_headline_power: string;
|
|
5014
5062
|
edit_static_mood_button_delete_text: string;
|
|
5015
5063
|
edit_static_mood_headline_text: string;
|
|
5064
|
+
mood_overview_warning_max_number_text: string;
|
|
5065
|
+
music_reactivate_dialog_text: string;
|
|
5066
|
+
add_new_trigger_time_text: string;
|
|
5016
5067
|
};
|
|
5017
5068
|
nb: {
|
|
5018
5069
|
add_new_dynamic_mood_color_changing_mode_value: string;
|
|
@@ -5308,6 +5359,9 @@ declare const _default: {
|
|
|
5308
5359
|
sockets_headline_power: string;
|
|
5309
5360
|
edit_static_mood_button_delete_text: string;
|
|
5310
5361
|
edit_static_mood_headline_text: string;
|
|
5362
|
+
mood_overview_warning_max_number_text: string;
|
|
5363
|
+
music_reactivate_dialog_text: string;
|
|
5364
|
+
add_new_trigger_time_text: string;
|
|
5311
5365
|
};
|
|
5312
5366
|
nl: {
|
|
5313
5367
|
add_new_dynamic_mood_color_changing_mode_value: string;
|
|
@@ -5603,6 +5657,9 @@ declare const _default: {
|
|
|
5603
5657
|
sockets_headline_power: string;
|
|
5604
5658
|
edit_static_mood_button_delete_text: string;
|
|
5605
5659
|
edit_static_mood_headline_text: string;
|
|
5660
|
+
mood_overview_warning_max_number_text: string;
|
|
5661
|
+
music_reactivate_dialog_text: string;
|
|
5662
|
+
add_new_trigger_time_text: string;
|
|
5606
5663
|
};
|
|
5607
5664
|
pl: {
|
|
5608
5665
|
add_new_dynamic_mood_color_changing_mode_value: string;
|
|
@@ -5898,6 +5955,9 @@ declare const _default: {
|
|
|
5898
5955
|
sockets_headline_power: string;
|
|
5899
5956
|
edit_static_mood_button_delete_text: string;
|
|
5900
5957
|
edit_static_mood_headline_text: string;
|
|
5958
|
+
mood_overview_warning_max_number_text: string;
|
|
5959
|
+
music_reactivate_dialog_text: string;
|
|
5960
|
+
add_new_trigger_time_text: string;
|
|
5901
5961
|
};
|
|
5902
5962
|
pt_BR: {
|
|
5903
5963
|
add_new_dynamic_mood_color_changing_mode_value: string;
|
|
@@ -6193,6 +6253,9 @@ declare const _default: {
|
|
|
6193
6253
|
sockets_headline_power: string;
|
|
6194
6254
|
edit_static_mood_button_delete_text: string;
|
|
6195
6255
|
edit_static_mood_headline_text: string;
|
|
6256
|
+
mood_overview_warning_max_number_text: string;
|
|
6257
|
+
music_reactivate_dialog_text: string;
|
|
6258
|
+
add_new_trigger_time_text: string;
|
|
6196
6259
|
};
|
|
6197
6260
|
'pt-BR': {
|
|
6198
6261
|
add_new_dynamic_mood_color_changing_mode_value: string;
|
|
@@ -6488,6 +6551,9 @@ declare const _default: {
|
|
|
6488
6551
|
sockets_headline_power: string;
|
|
6489
6552
|
edit_static_mood_button_delete_text: string;
|
|
6490
6553
|
edit_static_mood_headline_text: string;
|
|
6554
|
+
mood_overview_warning_max_number_text: string;
|
|
6555
|
+
music_reactivate_dialog_text: string;
|
|
6556
|
+
add_new_trigger_time_text: string;
|
|
6491
6557
|
};
|
|
6492
6558
|
ro: {
|
|
6493
6559
|
add_new_dynamic_mood_color_changing_mode_value: string;
|
|
@@ -6783,6 +6849,9 @@ declare const _default: {
|
|
|
6783
6849
|
sockets_headline_power: string;
|
|
6784
6850
|
edit_static_mood_button_delete_text: string;
|
|
6785
6851
|
edit_static_mood_headline_text: string;
|
|
6852
|
+
mood_overview_warning_max_number_text: string;
|
|
6853
|
+
music_reactivate_dialog_text: string;
|
|
6854
|
+
add_new_trigger_time_text: string;
|
|
6786
6855
|
};
|
|
6787
6856
|
ru: {
|
|
6788
6857
|
add_new_dynamic_mood_color_changing_mode_value: string;
|
|
@@ -7078,6 +7147,9 @@ declare const _default: {
|
|
|
7078
7147
|
sockets_headline_power: string;
|
|
7079
7148
|
edit_static_mood_button_delete_text: string;
|
|
7080
7149
|
edit_static_mood_headline_text: string;
|
|
7150
|
+
mood_overview_warning_max_number_text: string;
|
|
7151
|
+
music_reactivate_dialog_text: string;
|
|
7152
|
+
add_new_trigger_time_text: string;
|
|
7081
7153
|
};
|
|
7082
7154
|
sk: {
|
|
7083
7155
|
add_new_dynamic_mood_color_changing_mode_value: string;
|
|
@@ -7373,6 +7445,9 @@ declare const _default: {
|
|
|
7373
7445
|
sockets_headline_power: string;
|
|
7374
7446
|
edit_static_mood_button_delete_text: string;
|
|
7375
7447
|
edit_static_mood_headline_text: string;
|
|
7448
|
+
mood_overview_warning_max_number_text: string;
|
|
7449
|
+
music_reactivate_dialog_text: string;
|
|
7450
|
+
add_new_trigger_time_text: string;
|
|
7376
7451
|
};
|
|
7377
7452
|
sv: {
|
|
7378
7453
|
add_new_dynamic_mood_color_changing_mode_value: string;
|
|
@@ -7668,6 +7743,9 @@ declare const _default: {
|
|
|
7668
7743
|
sockets_headline_power: string;
|
|
7669
7744
|
edit_static_mood_button_delete_text: string;
|
|
7670
7745
|
edit_static_mood_headline_text: string;
|
|
7746
|
+
mood_overview_warning_max_number_text: string;
|
|
7747
|
+
music_reactivate_dialog_text: string;
|
|
7748
|
+
add_new_trigger_time_text: string;
|
|
7671
7749
|
};
|
|
7672
7750
|
tr: {
|
|
7673
7751
|
add_new_dynamic_mood_color_changing_mode_value: string;
|
|
@@ -7963,6 +8041,9 @@ declare const _default: {
|
|
|
7963
8041
|
sockets_headline_power: string;
|
|
7964
8042
|
edit_static_mood_button_delete_text: string;
|
|
7965
8043
|
edit_static_mood_headline_text: string;
|
|
8044
|
+
mood_overview_warning_max_number_text: string;
|
|
8045
|
+
music_reactivate_dialog_text: string;
|
|
8046
|
+
add_new_trigger_time_text: string;
|
|
7966
8047
|
};
|
|
7967
8048
|
uk: {
|
|
7968
8049
|
add_new_dynamic_mood_color_changing_mode_value: string;
|
|
@@ -8258,6 +8339,9 @@ declare const _default: {
|
|
|
8258
8339
|
sockets_headline_power: string;
|
|
8259
8340
|
edit_static_mood_button_delete_text: string;
|
|
8260
8341
|
edit_static_mood_headline_text: string;
|
|
8342
|
+
mood_overview_warning_max_number_text: string;
|
|
8343
|
+
music_reactivate_dialog_text: string;
|
|
8344
|
+
add_new_trigger_time_text: string;
|
|
8261
8345
|
};
|
|
8262
8346
|
};
|
|
8263
8347
|
export default _default;
|
package/src/i18n/strings.ts
CHANGED
|
@@ -292,7 +292,10 @@ export default {
|
|
|
292
292
|
edit_fixedtimecycle_bttn_text: "حذف دورة الوقت",
|
|
293
293
|
sockets_headline_power: "توليد الطاقة",
|
|
294
294
|
edit_static_mood_button_delete_text: "حذف الحالة المزاجية",
|
|
295
|
-
edit_static_mood_headline_text: "تحرير الحالة المزاجية"
|
|
295
|
+
edit_static_mood_headline_text: "تحرير الحالة المزاجية",
|
|
296
|
+
mood_overview_warning_max_number_text: "تم الوصول إلى الحد الأقصى لعدد الحالات المزاجية.",
|
|
297
|
+
music_reactivate_dialog_text: "لاحظ أنه من الضروري تنشيط ميكروفون الهاتف الذكي.",
|
|
298
|
+
add_new_trigger_time_text: "أيقونة"
|
|
296
299
|
},
|
|
297
300
|
cs: {
|
|
298
301
|
add_new_dynamic_mood_color_changing_mode_value: "Gradient",
|
|
@@ -587,7 +590,10 @@ export default {
|
|
|
587
590
|
edit_fixedtimecycle_bttn_text: "Smazat časový cyklus",
|
|
588
591
|
sockets_headline_power: "Výroba energie",
|
|
589
592
|
edit_static_mood_button_delete_text: "Smazat náladu",
|
|
590
|
-
edit_static_mood_headline_text: "Upravit náladu"
|
|
593
|
+
edit_static_mood_headline_text: "Upravit náladu",
|
|
594
|
+
mood_overview_warning_max_number_text: "Bylo dosaženo maximálního počtu nálad.",
|
|
595
|
+
music_reactivate_dialog_text: "Mějte prosím na paměti, že je nutné aktivovat mikrofon chytrého telefonu.",
|
|
596
|
+
add_new_trigger_time_text: "Ikona"
|
|
591
597
|
},
|
|
592
598
|
en: {
|
|
593
599
|
add_new_dynamic_mood_color_changing_mode_value: "Gradient",
|
|
@@ -882,7 +888,10 @@ export default {
|
|
|
882
888
|
edit_fixedtimecycle_bttn_text: "Delete time cycle",
|
|
883
889
|
sockets_headline_power: "Energy Generation",
|
|
884
890
|
edit_static_mood_button_delete_text: "Delete mood",
|
|
885
|
-
edit_static_mood_headline_text: "Edit the mood"
|
|
891
|
+
edit_static_mood_headline_text: "Edit the mood",
|
|
892
|
+
mood_overview_warning_max_number_text: "Maximum number of moods has been reached.",
|
|
893
|
+
music_reactivate_dialog_text: "Note that it is necessary to activate your smartphone microphone.",
|
|
894
|
+
add_new_trigger_time_text: "Icon"
|
|
886
895
|
},
|
|
887
896
|
bg: {
|
|
888
897
|
add_new_dynamic_mood_color_changing_mode_value: "Градиент",
|
|
@@ -1177,7 +1186,10 @@ export default {
|
|
|
1177
1186
|
edit_fixedtimecycle_bttn_text: "Изтриване на времевия цикъл",
|
|
1178
1187
|
sockets_headline_power: "Генериране на енергия",
|
|
1179
1188
|
edit_static_mood_button_delete_text: "Изтриване на настроението",
|
|
1180
|
-
edit_static_mood_headline_text: "Редактирайте настроението"
|
|
1189
|
+
edit_static_mood_headline_text: "Редактирайте настроението",
|
|
1190
|
+
mood_overview_warning_max_number_text: "Максимален брой настроения е достигнат.",
|
|
1191
|
+
music_reactivate_dialog_text: "Имайте предвид, че е необходимо да активирате микрофона на смартфона си.",
|
|
1192
|
+
add_new_trigger_time_text: "Икона"
|
|
1181
1193
|
},
|
|
1182
1194
|
da: {
|
|
1183
1195
|
add_new_dynamic_mood_color_changing_mode_value: "Gradvist",
|
|
@@ -1472,7 +1484,10 @@ export default {
|
|
|
1472
1484
|
edit_fixedtimecycle_bttn_text: "Slet tidscyklus",
|
|
1473
1485
|
sockets_headline_power: "Energiproduktion",
|
|
1474
1486
|
edit_static_mood_button_delete_text: "Slet scene",
|
|
1475
|
-
edit_static_mood_headline_text: "Rediger lys-scene"
|
|
1487
|
+
edit_static_mood_headline_text: "Rediger lys-scene",
|
|
1488
|
+
mood_overview_warning_max_number_text: "Der er ikke plads til flere scener.",
|
|
1489
|
+
music_reactivate_dialog_text: "Bemærk, at det er nødvendigt at aktivere din smartphones mikrofon.",
|
|
1490
|
+
add_new_trigger_time_text: "Ikon"
|
|
1476
1491
|
},
|
|
1477
1492
|
de: {
|
|
1478
1493
|
add_new_dynamic_mood_color_changing_mode_value: "Fließend",
|
|
@@ -1767,7 +1782,10 @@ export default {
|
|
|
1767
1782
|
edit_fixedtimecycle_bttn_text: "Zeitzyklus löschen",
|
|
1768
1783
|
sockets_headline_power: "Erzeugter Strom",
|
|
1769
1784
|
edit_static_mood_button_delete_text: "Stimmung löschen",
|
|
1770
|
-
edit_static_mood_headline_text: "Stimmung bearbeiten"
|
|
1785
|
+
edit_static_mood_headline_text: "Stimmung bearbeiten",
|
|
1786
|
+
mood_overview_warning_max_number_text: "Die maximale Anzahl an Stimmungen wurde erreicht.",
|
|
1787
|
+
music_reactivate_dialog_text: "Beachte, dass Du das Mikrofon deines Smartphones aktivieren musst.",
|
|
1788
|
+
add_new_trigger_time_text: "Symbol"
|
|
1771
1789
|
},
|
|
1772
1790
|
el: {
|
|
1773
1791
|
add_new_dynamic_mood_color_changing_mode_value: "Διαβάθμιση",
|
|
@@ -2062,7 +2080,10 @@ export default {
|
|
|
2062
2080
|
edit_fixedtimecycle_bttn_text: "Διαγραφή χρονικού κύκλου",
|
|
2063
2081
|
sockets_headline_power: "Παραγωγή ενέργειας",
|
|
2064
2082
|
edit_static_mood_button_delete_text: "Διαγραφή διάθεσης",
|
|
2065
|
-
edit_static_mood_headline_text: "Επεξεργασία της διάθεσης"
|
|
2083
|
+
edit_static_mood_headline_text: "Επεξεργασία της διάθεσης",
|
|
2084
|
+
mood_overview_warning_max_number_text: "Έχει επιτευχθεί ο μέγιστος αριθμός διαθέσεων.",
|
|
2085
|
+
music_reactivate_dialog_text: "Σημειώστε ότι είναι απαραίτητο να ενεργοποιήσετε το μικρόφωνο του smartphone σας.",
|
|
2086
|
+
add_new_trigger_time_text: "Εικονίδιο"
|
|
2066
2087
|
},
|
|
2067
2088
|
es: {
|
|
2068
2089
|
add_new_dynamic_mood_color_changing_mode_value: "Gradiente",
|
|
@@ -2357,7 +2378,10 @@ export default {
|
|
|
2357
2378
|
edit_fixedtimecycle_bttn_text: "Eliminar ciclo de tiempo",
|
|
2358
2379
|
sockets_headline_power: "Generación de energía",
|
|
2359
2380
|
edit_static_mood_button_delete_text: "Eliminar escena",
|
|
2360
|
-
edit_static_mood_headline_text: "Editar la escena "
|
|
2381
|
+
edit_static_mood_headline_text: "Editar la escena ",
|
|
2382
|
+
mood_overview_warning_max_number_text: "Se ha alcanzado el número máximo de estados de ánimo.",
|
|
2383
|
+
music_reactivate_dialog_text: "Ten en cuenta que es necesario activar el micrófono de tu smartphone",
|
|
2384
|
+
add_new_trigger_time_text: "Icono"
|
|
2361
2385
|
},
|
|
2362
2386
|
et: {
|
|
2363
2387
|
add_new_dynamic_mood_color_changing_mode_value: "Muutmisaste",
|
|
@@ -2652,7 +2676,10 @@ export default {
|
|
|
2652
2676
|
edit_fixedtimecycle_bttn_text: "Kustuta ajatsükkel",
|
|
2653
2677
|
sockets_headline_power: "Energia tootmine",
|
|
2654
2678
|
edit_static_mood_button_delete_text: "Kustuta meeleoluvalgustus",
|
|
2655
|
-
edit_static_mood_headline_text: "Muuda meeleoluvalgustust"
|
|
2679
|
+
edit_static_mood_headline_text: "Muuda meeleoluvalgustust",
|
|
2680
|
+
mood_overview_warning_max_number_text: "Meeleoluvalgustuste maksimaalne arv on täis.",
|
|
2681
|
+
music_reactivate_dialog_text: "Pane tähele, et pead oma nutitelefoni mikrofoni aktiveerima.",
|
|
2682
|
+
add_new_trigger_time_text: "Ikoon"
|
|
2656
2683
|
},
|
|
2657
2684
|
fi: {
|
|
2658
2685
|
add_new_dynamic_mood_color_changing_mode_value: "Liukuva",
|
|
@@ -2947,7 +2974,10 @@ export default {
|
|
|
2947
2974
|
edit_fixedtimecycle_bttn_text: "Poista aikajakso",
|
|
2948
2975
|
sockets_headline_power: "Energiantuotanto",
|
|
2949
2976
|
edit_static_mood_button_delete_text: "Poista tunnelma",
|
|
2950
|
-
edit_static_mood_headline_text: "Muokkaa tunnelmaa"
|
|
2977
|
+
edit_static_mood_headline_text: "Muokkaa tunnelmaa",
|
|
2978
|
+
mood_overview_warning_max_number_text: "Tunnelmien enimmäismäärä on saavutettu.",
|
|
2979
|
+
music_reactivate_dialog_text: "Huomaa, että älypuhelimen mikrofoni on aktivoitava.",
|
|
2980
|
+
add_new_trigger_time_text: "Kuvake"
|
|
2951
2981
|
},
|
|
2952
2982
|
fr: {
|
|
2953
2983
|
add_new_dynamic_mood_color_changing_mode_value: "Fluide",
|
|
@@ -3242,7 +3272,10 @@ export default {
|
|
|
3242
3272
|
edit_fixedtimecycle_bttn_text: "Delete time cycle",
|
|
3243
3273
|
sockets_headline_power: "Production d'énergie",
|
|
3244
3274
|
edit_static_mood_button_delete_text: "Supprimer l'ambiance",
|
|
3245
|
-
edit_static_mood_headline_text: "Modifier l'ambiance"
|
|
3275
|
+
edit_static_mood_headline_text: "Modifier l'ambiance",
|
|
3276
|
+
mood_overview_warning_max_number_text: "Maximum number of moods has been reached.",
|
|
3277
|
+
music_reactivate_dialog_text: "Notez qu'il est nécessaire d'activer le micro de votre smartphone.",
|
|
3278
|
+
add_new_trigger_time_text: "Icône"
|
|
3246
3279
|
},
|
|
3247
3280
|
hr: {
|
|
3248
3281
|
add_new_dynamic_mood_color_changing_mode_value: "Prijelaz",
|
|
@@ -3537,7 +3570,10 @@ export default {
|
|
|
3537
3570
|
edit_fixedtimecycle_bttn_text: "Izbriši vremenski ciklus",
|
|
3538
3571
|
sockets_headline_power: "Proizvodnja energije",
|
|
3539
3572
|
edit_static_mood_button_delete_text: "Izbriši raspoloženje",
|
|
3540
|
-
edit_static_mood_headline_text: "Uredi raspoloženje"
|
|
3573
|
+
edit_static_mood_headline_text: "Uredi raspoloženje",
|
|
3574
|
+
mood_overview_warning_max_number_text: "Dosegnut je maksimalan broj raspoloženja.",
|
|
3575
|
+
music_reactivate_dialog_text: "Imajte na umu da je potrebno aktivirati mikrofon pametnog telefona.",
|
|
3576
|
+
add_new_trigger_time_text: "Ikona"
|
|
3541
3577
|
},
|
|
3542
3578
|
hu: {
|
|
3543
3579
|
add_new_dynamic_mood_color_changing_mode_value: "Átmenet",
|
|
@@ -3832,7 +3868,10 @@ export default {
|
|
|
3832
3868
|
edit_fixedtimecycle_bttn_text: "Az időciklus törlése",
|
|
3833
3869
|
sockets_headline_power: "Energiatermelés",
|
|
3834
3870
|
edit_static_mood_button_delete_text: "Hangulat törlése",
|
|
3835
|
-
edit_static_mood_headline_text: "Hangulat szerkesztése"
|
|
3871
|
+
edit_static_mood_headline_text: "Hangulat szerkesztése",
|
|
3872
|
+
mood_overview_warning_max_number_text: "Elérte a hangulatok maximális számát.",
|
|
3873
|
+
music_reactivate_dialog_text: "Vegye figyelembe, hogy aktiválnia kell az okostelefon mikrofonját.",
|
|
3874
|
+
add_new_trigger_time_text: "Ikon"
|
|
3836
3875
|
},
|
|
3837
3876
|
it: {
|
|
3838
3877
|
add_new_dynamic_mood_color_changing_mode_value: "Fluido",
|
|
@@ -4127,7 +4166,10 @@ export default {
|
|
|
4127
4166
|
edit_fixedtimecycle_bttn_text: "Elimina il ciclo temporale",
|
|
4128
4167
|
sockets_headline_power: "Generazione di energia",
|
|
4129
4168
|
edit_static_mood_button_delete_text: "Elimina lo scenario",
|
|
4130
|
-
edit_static_mood_headline_text: "Modifica lo scenario"
|
|
4169
|
+
edit_static_mood_headline_text: "Modifica lo scenario",
|
|
4170
|
+
mood_overview_warning_max_number_text: "È stato raggiunto il numero massimo di scenari.",
|
|
4171
|
+
music_reactivate_dialog_text: "Attenzione: è necessario attivare il microfono dello smartphone.",
|
|
4172
|
+
add_new_trigger_time_text: "Icona"
|
|
4131
4173
|
},
|
|
4132
4174
|
ko: {
|
|
4133
4175
|
add_new_dynamic_mood_color_changing_mode_value: "그래디언트",
|
|
@@ -4422,7 +4464,10 @@ export default {
|
|
|
4422
4464
|
edit_fixedtimecycle_bttn_text: "시간 주기 삭제",
|
|
4423
4465
|
sockets_headline_power: "에너지 생성",
|
|
4424
4466
|
edit_static_mood_button_delete_text: "무드 삭제",
|
|
4425
|
-
edit_static_mood_headline_text: "무드 편집"
|
|
4467
|
+
edit_static_mood_headline_text: "무드 편집",
|
|
4468
|
+
mood_overview_warning_max_number_text: "최대 무드 수에 도달했습니다.",
|
|
4469
|
+
music_reactivate_dialog_text: "스마트폰 마이크를 활성화해야 합니다.",
|
|
4470
|
+
add_new_trigger_time_text: "아이콘"
|
|
4426
4471
|
},
|
|
4427
4472
|
lt: {
|
|
4428
4473
|
add_new_dynamic_mood_color_changing_mode_value: "Gradientas",
|
|
@@ -4717,7 +4762,10 @@ export default {
|
|
|
4717
4762
|
edit_fixedtimecycle_bttn_text: "Ištrinti laiko ciklą",
|
|
4718
4763
|
sockets_headline_power: "Energijos gamyba",
|
|
4719
4764
|
edit_static_mood_button_delete_text: "Ištrinti nuotaiką",
|
|
4720
|
-
edit_static_mood_headline_text: "Redaguoti nuotaiką"
|
|
4765
|
+
edit_static_mood_headline_text: "Redaguoti nuotaiką",
|
|
4766
|
+
mood_overview_warning_max_number_text: "Pasiektas didžiausias nuotaikų skaičius.",
|
|
4767
|
+
music_reactivate_dialog_text: "Žinokite, kad būtina įjungti išmaniojo telefono mikrofoną.",
|
|
4768
|
+
add_new_trigger_time_text: "Piktograma"
|
|
4721
4769
|
},
|
|
4722
4770
|
lv: {
|
|
4723
4771
|
add_new_dynamic_mood_color_changing_mode_value: "Gradients",
|
|
@@ -5012,7 +5060,10 @@ export default {
|
|
|
5012
5060
|
edit_fixedtimecycle_bttn_text: "Dzēst laika ciklu",
|
|
5013
5061
|
sockets_headline_power: "Enerģijas ražošana",
|
|
5014
5062
|
edit_static_mood_button_delete_text: "Dzēst noskaņojumu",
|
|
5015
|
-
edit_static_mood_headline_text: "Rediģēt noskaņojumu"
|
|
5063
|
+
edit_static_mood_headline_text: "Rediģēt noskaņojumu",
|
|
5064
|
+
mood_overview_warning_max_number_text: "Sasniegts maksimālais noskaņu skaits.",
|
|
5065
|
+
music_reactivate_dialog_text: "Ņemiet vērā, ka ir nepieciešams aktivizēt viedtālruņa mikrofonu.",
|
|
5066
|
+
add_new_trigger_time_text: "Ikona"
|
|
5016
5067
|
},
|
|
5017
5068
|
nb: {
|
|
5018
5069
|
add_new_dynamic_mood_color_changing_mode_value: "Gradient",
|
|
@@ -5307,7 +5358,10 @@ export default {
|
|
|
5307
5358
|
edit_fixedtimecycle_bttn_text: "Slett tidssyklus",
|
|
5308
5359
|
sockets_headline_power: "Energiproduksjon",
|
|
5309
5360
|
edit_static_mood_button_delete_text: "Slett stemning",
|
|
5310
|
-
edit_static_mood_headline_text: "Rediger stemningen"
|
|
5361
|
+
edit_static_mood_headline_text: "Rediger stemningen",
|
|
5362
|
+
mood_overview_warning_max_number_text: "Maksimalt antall stemninger er nådd.",
|
|
5363
|
+
music_reactivate_dialog_text: "Merk at det er nødvendig å aktivere smarttelefonmikrofonen.",
|
|
5364
|
+
add_new_trigger_time_text: "Ikon"
|
|
5311
5365
|
},
|
|
5312
5366
|
nl: {
|
|
5313
5367
|
add_new_dynamic_mood_color_changing_mode_value: "Verloop",
|
|
@@ -5602,7 +5656,10 @@ export default {
|
|
|
5602
5656
|
edit_fixedtimecycle_bttn_text: "Tijdcyclus verwijderen",
|
|
5603
5657
|
sockets_headline_power: "Energie opwekking",
|
|
5604
5658
|
edit_static_mood_button_delete_text: "Stemming verwijderen",
|
|
5605
|
-
edit_static_mood_headline_text: "Bewerk de stemming"
|
|
5659
|
+
edit_static_mood_headline_text: "Bewerk de stemming",
|
|
5660
|
+
mood_overview_warning_max_number_text: "Het maximum aantal stemmingen is bereikt.",
|
|
5661
|
+
music_reactivate_dialog_text: "Houdt er rekening mee dat het nodig is om de microfoon van uw smartphone te activeren.",
|
|
5662
|
+
add_new_trigger_time_text: "Icoon"
|
|
5606
5663
|
},
|
|
5607
5664
|
pl: {
|
|
5608
5665
|
add_new_dynamic_mood_color_changing_mode_value: "Gradient",
|
|
@@ -5897,7 +5954,10 @@ export default {
|
|
|
5897
5954
|
edit_fixedtimecycle_bttn_text: "Usuń cykl czasowy",
|
|
5898
5955
|
sockets_headline_power: "Wytwarzanie energii",
|
|
5899
5956
|
edit_static_mood_button_delete_text: "Usuń nastrój",
|
|
5900
|
-
edit_static_mood_headline_text: "Edytuj nastrój"
|
|
5957
|
+
edit_static_mood_headline_text: "Edytuj nastrój",
|
|
5958
|
+
mood_overview_warning_max_number_text: "Maksymalna liczba nastrojów została osiągnięta.",
|
|
5959
|
+
music_reactivate_dialog_text: "Należy pamiętać, że konieczne jest włączenie mikrofonu smartfona.",
|
|
5960
|
+
add_new_trigger_time_text: "Ikona"
|
|
5901
5961
|
},
|
|
5902
5962
|
'pt_BR': {
|
|
5903
5963
|
add_new_dynamic_mood_color_changing_mode_value: "Gradiente",
|
|
@@ -6192,7 +6252,10 @@ export default {
|
|
|
6192
6252
|
edit_fixedtimecycle_bttn_text: "Excluir ciclo de tempo",
|
|
6193
6253
|
sockets_headline_power: "Geração de energia",
|
|
6194
6254
|
edit_static_mood_button_delete_text: "Exclua humor",
|
|
6195
|
-
edit_static_mood_headline_text: "Edite o clima"
|
|
6255
|
+
edit_static_mood_headline_text: "Edite o clima",
|
|
6256
|
+
mood_overview_warning_max_number_text: "O número máximo de modos foi atingido.",
|
|
6257
|
+
music_reactivate_dialog_text: "Observe que é necessário ativar o microfone do seu smartphone.",
|
|
6258
|
+
add_new_trigger_time_text: "Ícone"
|
|
6196
6259
|
},
|
|
6197
6260
|
'pt-BR': {
|
|
6198
6261
|
add_new_dynamic_mood_color_changing_mode_value: "Gradiente",
|
|
@@ -6487,7 +6550,10 @@ export default {
|
|
|
6487
6550
|
edit_fixedtimecycle_bttn_text: "Excluir ciclo de tempo",
|
|
6488
6551
|
sockets_headline_power: "Geração de energia",
|
|
6489
6552
|
edit_static_mood_button_delete_text: "Exclua humor",
|
|
6490
|
-
edit_static_mood_headline_text: "Edite o clima"
|
|
6553
|
+
edit_static_mood_headline_text: "Edite o clima",
|
|
6554
|
+
mood_overview_warning_max_number_text: "O número máximo de modos foi atingido.",
|
|
6555
|
+
music_reactivate_dialog_text: "Observe que é necessário ativar o microfone do seu smartphone.",
|
|
6556
|
+
add_new_trigger_time_text: "Ícone"
|
|
6491
6557
|
},
|
|
6492
6558
|
ro: {
|
|
6493
6559
|
add_new_dynamic_mood_color_changing_mode_value: "Gradient",
|
|
@@ -6782,7 +6848,10 @@ export default {
|
|
|
6782
6848
|
edit_fixedtimecycle_bttn_text: "Ștergerea perioadei de timp",
|
|
6783
6849
|
sockets_headline_power: "Producerea de energie",
|
|
6784
6850
|
edit_static_mood_button_delete_text: "Ștergerea ambientului",
|
|
6785
|
-
edit_static_mood_headline_text: "Modificare ambient"
|
|
6851
|
+
edit_static_mood_headline_text: "Modificare ambient",
|
|
6852
|
+
mood_overview_warning_max_number_text: "A fost atins numărul maxim de dispoziții.",
|
|
6853
|
+
music_reactivate_dialog_text: "Rețineți că este necesar să activați microfonul smartphone-ului.",
|
|
6854
|
+
add_new_trigger_time_text: "Pictogramă"
|
|
6786
6855
|
},
|
|
6787
6856
|
ru: {
|
|
6788
6857
|
add_new_dynamic_mood_color_changing_mode_value: "Градиент",
|
|
@@ -7077,7 +7146,10 @@ export default {
|
|
|
7077
7146
|
edit_fixedtimecycle_bttn_text: "Удалить временной слот",
|
|
7078
7147
|
sockets_headline_power: "Производство энергии",
|
|
7079
7148
|
edit_static_mood_button_delete_text: "Удалить настроение",
|
|
7080
|
-
edit_static_mood_headline_text: "Редактировать настроение"
|
|
7149
|
+
edit_static_mood_headline_text: "Редактировать настроение",
|
|
7150
|
+
mood_overview_warning_max_number_text: "Достигнуто максимальное количество настроений.",
|
|
7151
|
+
music_reactivate_dialog_text: "Обратите внимание, что необходимо активировать микрофон смартфона.",
|
|
7152
|
+
add_new_trigger_time_text: "Значок"
|
|
7081
7153
|
},
|
|
7082
7154
|
sk: {
|
|
7083
7155
|
add_new_dynamic_mood_color_changing_mode_value: "Prechod",
|
|
@@ -7372,7 +7444,10 @@ export default {
|
|
|
7372
7444
|
edit_fixedtimecycle_bttn_text: "Odstránenie časového cyklu",
|
|
7373
7445
|
sockets_headline_power: "Výroba energie",
|
|
7374
7446
|
edit_static_mood_button_delete_text: "Vymazať režim",
|
|
7375
|
-
edit_static_mood_headline_text: "Upravte režim"
|
|
7447
|
+
edit_static_mood_headline_text: "Upravte režim",
|
|
7448
|
+
mood_overview_warning_max_number_text: "Maximálny počet nálad bol dosiahnutý.",
|
|
7449
|
+
music_reactivate_dialog_text: "Upozorňujeme, že je potrebné aktivovať mikrofón smartfónu.",
|
|
7450
|
+
add_new_trigger_time_text: "Ikona"
|
|
7376
7451
|
},
|
|
7377
7452
|
sv: {
|
|
7378
7453
|
add_new_dynamic_mood_color_changing_mode_value: "Toning",
|
|
@@ -7667,7 +7742,10 @@ export default {
|
|
|
7667
7742
|
edit_fixedtimecycle_bttn_text: "Radera tidscykel",
|
|
7668
7743
|
sockets_headline_power: "Energiproduktion",
|
|
7669
7744
|
edit_static_mood_button_delete_text: "Ta bort stämning",
|
|
7670
|
-
edit_static_mood_headline_text: "Redigera stämningen"
|
|
7745
|
+
edit_static_mood_headline_text: "Redigera stämningen",
|
|
7746
|
+
mood_overview_warning_max_number_text: "Maximalt antal stämningar har uppnåtts.",
|
|
7747
|
+
music_reactivate_dialog_text: "Observera att du måste aktivera mikrofonen i din smartphone.",
|
|
7748
|
+
add_new_trigger_time_text: "Ikon"
|
|
7671
7749
|
},
|
|
7672
7750
|
tr: {
|
|
7673
7751
|
add_new_dynamic_mood_color_changing_mode_value: "Gradyan",
|
|
@@ -7962,7 +8040,10 @@ export default {
|
|
|
7962
8040
|
edit_fixedtimecycle_bttn_text: "Zaman döngüsünü sil",
|
|
7963
8041
|
sockets_headline_power: "Enerji üretimi",
|
|
7964
8042
|
edit_static_mood_button_delete_text: "Modu sil",
|
|
7965
|
-
edit_static_mood_headline_text: "Modu düzenle"
|
|
8043
|
+
edit_static_mood_headline_text: "Modu düzenle",
|
|
8044
|
+
mood_overview_warning_max_number_text: "Maksimum mod sayısına ulaşıldı.",
|
|
8045
|
+
music_reactivate_dialog_text: "Akıllı telefon mikrofonunuzu etkinleştirmenin gerekli olduğunu unutmayın.",
|
|
8046
|
+
add_new_trigger_time_text: "Simge"
|
|
7966
8047
|
},
|
|
7967
8048
|
uk: {
|
|
7968
8049
|
add_new_dynamic_mood_color_changing_mode_value: "Градієнт",
|
|
@@ -8257,6 +8338,9 @@ export default {
|
|
|
8257
8338
|
edit_fixedtimecycle_bttn_text: "Видалити часовий цикл",
|
|
8258
8339
|
sockets_headline_power: "Виробництво енергії",
|
|
8259
8340
|
edit_static_mood_button_delete_text: "Видалити настрій",
|
|
8260
|
-
edit_static_mood_headline_text: "Змінити настрій"
|
|
8341
|
+
edit_static_mood_headline_text: "Змінити настрій",
|
|
8342
|
+
mood_overview_warning_max_number_text: "Досягнуто максимальної кількості настроїв.",
|
|
8343
|
+
music_reactivate_dialog_text: "Зверніть увагу, що необхідно активувати мікрофон вашого смартфона.",
|
|
8344
|
+
add_new_trigger_time_text: "Піктограма"
|
|
8261
8345
|
}
|
|
8262
8346
|
}
|