@ledvance/base 1.0.22 → 1.0.24
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 +196 -0
- package/src/i18n/strings.ts +225 -29
package/package.json
CHANGED
package/src/i18n/strings.d.ts
CHANGED
|
@@ -293,6 +293,13 @@ 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;
|
|
299
|
+
feature_summary_frequency_txt_1: string;
|
|
300
|
+
feature_summary_frequency_txt_2: string;
|
|
301
|
+
feature_summary_frequency_txt_3: string;
|
|
302
|
+
feature_summary_frequency_txt_4: string;
|
|
296
303
|
};
|
|
297
304
|
cs: {
|
|
298
305
|
add_new_dynamic_mood_color_changing_mode_value: string;
|
|
@@ -588,6 +595,13 @@ declare const _default: {
|
|
|
588
595
|
sockets_headline_power: string;
|
|
589
596
|
edit_static_mood_button_delete_text: string;
|
|
590
597
|
edit_static_mood_headline_text: string;
|
|
598
|
+
mood_overview_warning_max_number_text: string;
|
|
599
|
+
music_reactivate_dialog_text: string;
|
|
600
|
+
add_new_trigger_time_text: string;
|
|
601
|
+
feature_summary_frequency_txt_1: string;
|
|
602
|
+
feature_summary_frequency_txt_2: string;
|
|
603
|
+
feature_summary_frequency_txt_3: string;
|
|
604
|
+
feature_summary_frequency_txt_4: string;
|
|
591
605
|
};
|
|
592
606
|
en: {
|
|
593
607
|
add_new_dynamic_mood_color_changing_mode_value: string;
|
|
@@ -883,6 +897,13 @@ declare const _default: {
|
|
|
883
897
|
sockets_headline_power: string;
|
|
884
898
|
edit_static_mood_button_delete_text: string;
|
|
885
899
|
edit_static_mood_headline_text: string;
|
|
900
|
+
mood_overview_warning_max_number_text: string;
|
|
901
|
+
music_reactivate_dialog_text: string;
|
|
902
|
+
add_new_trigger_time_text: string;
|
|
903
|
+
feature_summary_frequency_txt_1: string;
|
|
904
|
+
feature_summary_frequency_txt_2: string;
|
|
905
|
+
feature_summary_frequency_txt_3: string;
|
|
906
|
+
feature_summary_frequency_txt_4: string;
|
|
886
907
|
};
|
|
887
908
|
bg: {
|
|
888
909
|
add_new_dynamic_mood_color_changing_mode_value: string;
|
|
@@ -1178,6 +1199,13 @@ declare const _default: {
|
|
|
1178
1199
|
sockets_headline_power: string;
|
|
1179
1200
|
edit_static_mood_button_delete_text: string;
|
|
1180
1201
|
edit_static_mood_headline_text: string;
|
|
1202
|
+
mood_overview_warning_max_number_text: string;
|
|
1203
|
+
music_reactivate_dialog_text: string;
|
|
1204
|
+
add_new_trigger_time_text: string;
|
|
1205
|
+
feature_summary_frequency_txt_1: string;
|
|
1206
|
+
feature_summary_frequency_txt_2: string;
|
|
1207
|
+
feature_summary_frequency_txt_3: string;
|
|
1208
|
+
feature_summary_frequency_txt_4: string;
|
|
1181
1209
|
};
|
|
1182
1210
|
da: {
|
|
1183
1211
|
add_new_dynamic_mood_color_changing_mode_value: string;
|
|
@@ -1473,6 +1501,13 @@ declare const _default: {
|
|
|
1473
1501
|
sockets_headline_power: string;
|
|
1474
1502
|
edit_static_mood_button_delete_text: string;
|
|
1475
1503
|
edit_static_mood_headline_text: string;
|
|
1504
|
+
mood_overview_warning_max_number_text: string;
|
|
1505
|
+
music_reactivate_dialog_text: string;
|
|
1506
|
+
add_new_trigger_time_text: string;
|
|
1507
|
+
feature_summary_frequency_txt_1: string;
|
|
1508
|
+
feature_summary_frequency_txt_2: string;
|
|
1509
|
+
feature_summary_frequency_txt_3: string;
|
|
1510
|
+
feature_summary_frequency_txt_4: string;
|
|
1476
1511
|
};
|
|
1477
1512
|
de: {
|
|
1478
1513
|
add_new_dynamic_mood_color_changing_mode_value: string;
|
|
@@ -1768,6 +1803,13 @@ declare const _default: {
|
|
|
1768
1803
|
sockets_headline_power: string;
|
|
1769
1804
|
edit_static_mood_button_delete_text: string;
|
|
1770
1805
|
edit_static_mood_headline_text: string;
|
|
1806
|
+
mood_overview_warning_max_number_text: string;
|
|
1807
|
+
music_reactivate_dialog_text: string;
|
|
1808
|
+
add_new_trigger_time_text: string;
|
|
1809
|
+
feature_summary_frequency_txt_1: string;
|
|
1810
|
+
feature_summary_frequency_txt_2: string;
|
|
1811
|
+
feature_summary_frequency_txt_3: string;
|
|
1812
|
+
feature_summary_frequency_txt_4: string;
|
|
1771
1813
|
};
|
|
1772
1814
|
el: {
|
|
1773
1815
|
add_new_dynamic_mood_color_changing_mode_value: string;
|
|
@@ -2063,6 +2105,13 @@ declare const _default: {
|
|
|
2063
2105
|
sockets_headline_power: string;
|
|
2064
2106
|
edit_static_mood_button_delete_text: string;
|
|
2065
2107
|
edit_static_mood_headline_text: string;
|
|
2108
|
+
mood_overview_warning_max_number_text: string;
|
|
2109
|
+
music_reactivate_dialog_text: string;
|
|
2110
|
+
add_new_trigger_time_text: string;
|
|
2111
|
+
feature_summary_frequency_txt_1: string;
|
|
2112
|
+
feature_summary_frequency_txt_2: string;
|
|
2113
|
+
feature_summary_frequency_txt_3: string;
|
|
2114
|
+
feature_summary_frequency_txt_4: string;
|
|
2066
2115
|
};
|
|
2067
2116
|
es: {
|
|
2068
2117
|
add_new_dynamic_mood_color_changing_mode_value: string;
|
|
@@ -2358,6 +2407,13 @@ declare const _default: {
|
|
|
2358
2407
|
sockets_headline_power: string;
|
|
2359
2408
|
edit_static_mood_button_delete_text: string;
|
|
2360
2409
|
edit_static_mood_headline_text: string;
|
|
2410
|
+
mood_overview_warning_max_number_text: string;
|
|
2411
|
+
music_reactivate_dialog_text: string;
|
|
2412
|
+
add_new_trigger_time_text: string;
|
|
2413
|
+
feature_summary_frequency_txt_1: string;
|
|
2414
|
+
feature_summary_frequency_txt_2: string;
|
|
2415
|
+
feature_summary_frequency_txt_3: string;
|
|
2416
|
+
feature_summary_frequency_txt_4: string;
|
|
2361
2417
|
};
|
|
2362
2418
|
et: {
|
|
2363
2419
|
add_new_dynamic_mood_color_changing_mode_value: string;
|
|
@@ -2653,6 +2709,13 @@ declare const _default: {
|
|
|
2653
2709
|
sockets_headline_power: string;
|
|
2654
2710
|
edit_static_mood_button_delete_text: string;
|
|
2655
2711
|
edit_static_mood_headline_text: string;
|
|
2712
|
+
mood_overview_warning_max_number_text: string;
|
|
2713
|
+
music_reactivate_dialog_text: string;
|
|
2714
|
+
add_new_trigger_time_text: string;
|
|
2715
|
+
feature_summary_frequency_txt_1: string;
|
|
2716
|
+
feature_summary_frequency_txt_2: string;
|
|
2717
|
+
feature_summary_frequency_txt_3: string;
|
|
2718
|
+
feature_summary_frequency_txt_4: string;
|
|
2656
2719
|
};
|
|
2657
2720
|
fi: {
|
|
2658
2721
|
add_new_dynamic_mood_color_changing_mode_value: string;
|
|
@@ -2948,6 +3011,13 @@ declare const _default: {
|
|
|
2948
3011
|
sockets_headline_power: string;
|
|
2949
3012
|
edit_static_mood_button_delete_text: string;
|
|
2950
3013
|
edit_static_mood_headline_text: string;
|
|
3014
|
+
mood_overview_warning_max_number_text: string;
|
|
3015
|
+
music_reactivate_dialog_text: string;
|
|
3016
|
+
add_new_trigger_time_text: string;
|
|
3017
|
+
feature_summary_frequency_txt_1: string;
|
|
3018
|
+
feature_summary_frequency_txt_2: string;
|
|
3019
|
+
feature_summary_frequency_txt_3: string;
|
|
3020
|
+
feature_summary_frequency_txt_4: string;
|
|
2951
3021
|
};
|
|
2952
3022
|
fr: {
|
|
2953
3023
|
add_new_dynamic_mood_color_changing_mode_value: string;
|
|
@@ -3243,6 +3313,13 @@ declare const _default: {
|
|
|
3243
3313
|
sockets_headline_power: string;
|
|
3244
3314
|
edit_static_mood_button_delete_text: string;
|
|
3245
3315
|
edit_static_mood_headline_text: string;
|
|
3316
|
+
mood_overview_warning_max_number_text: string;
|
|
3317
|
+
music_reactivate_dialog_text: string;
|
|
3318
|
+
add_new_trigger_time_text: string;
|
|
3319
|
+
feature_summary_frequency_txt_1: string;
|
|
3320
|
+
feature_summary_frequency_txt_2: string;
|
|
3321
|
+
feature_summary_frequency_txt_3: string;
|
|
3322
|
+
feature_summary_frequency_txt_4: string;
|
|
3246
3323
|
};
|
|
3247
3324
|
hr: {
|
|
3248
3325
|
add_new_dynamic_mood_color_changing_mode_value: string;
|
|
@@ -3538,6 +3615,13 @@ declare const _default: {
|
|
|
3538
3615
|
sockets_headline_power: string;
|
|
3539
3616
|
edit_static_mood_button_delete_text: string;
|
|
3540
3617
|
edit_static_mood_headline_text: string;
|
|
3618
|
+
mood_overview_warning_max_number_text: string;
|
|
3619
|
+
music_reactivate_dialog_text: string;
|
|
3620
|
+
add_new_trigger_time_text: string;
|
|
3621
|
+
feature_summary_frequency_txt_1: string;
|
|
3622
|
+
feature_summary_frequency_txt_2: string;
|
|
3623
|
+
feature_summary_frequency_txt_3: string;
|
|
3624
|
+
feature_summary_frequency_txt_4: string;
|
|
3541
3625
|
};
|
|
3542
3626
|
hu: {
|
|
3543
3627
|
add_new_dynamic_mood_color_changing_mode_value: string;
|
|
@@ -3833,6 +3917,13 @@ declare const _default: {
|
|
|
3833
3917
|
sockets_headline_power: string;
|
|
3834
3918
|
edit_static_mood_button_delete_text: string;
|
|
3835
3919
|
edit_static_mood_headline_text: string;
|
|
3920
|
+
mood_overview_warning_max_number_text: string;
|
|
3921
|
+
music_reactivate_dialog_text: string;
|
|
3922
|
+
add_new_trigger_time_text: string;
|
|
3923
|
+
feature_summary_frequency_txt_1: string;
|
|
3924
|
+
feature_summary_frequency_txt_2: string;
|
|
3925
|
+
feature_summary_frequency_txt_3: string;
|
|
3926
|
+
feature_summary_frequency_txt_4: string;
|
|
3836
3927
|
};
|
|
3837
3928
|
it: {
|
|
3838
3929
|
add_new_dynamic_mood_color_changing_mode_value: string;
|
|
@@ -4128,6 +4219,13 @@ declare const _default: {
|
|
|
4128
4219
|
sockets_headline_power: string;
|
|
4129
4220
|
edit_static_mood_button_delete_text: string;
|
|
4130
4221
|
edit_static_mood_headline_text: string;
|
|
4222
|
+
mood_overview_warning_max_number_text: string;
|
|
4223
|
+
music_reactivate_dialog_text: string;
|
|
4224
|
+
add_new_trigger_time_text: string;
|
|
4225
|
+
feature_summary_frequency_txt_1: string;
|
|
4226
|
+
feature_summary_frequency_txt_2: string;
|
|
4227
|
+
feature_summary_frequency_txt_3: string;
|
|
4228
|
+
feature_summary_frequency_txt_4: string;
|
|
4131
4229
|
};
|
|
4132
4230
|
ko: {
|
|
4133
4231
|
add_new_dynamic_mood_color_changing_mode_value: string;
|
|
@@ -4423,6 +4521,13 @@ declare const _default: {
|
|
|
4423
4521
|
sockets_headline_power: string;
|
|
4424
4522
|
edit_static_mood_button_delete_text: string;
|
|
4425
4523
|
edit_static_mood_headline_text: string;
|
|
4524
|
+
mood_overview_warning_max_number_text: string;
|
|
4525
|
+
music_reactivate_dialog_text: string;
|
|
4526
|
+
add_new_trigger_time_text: string;
|
|
4527
|
+
feature_summary_frequency_txt_1: string;
|
|
4528
|
+
feature_summary_frequency_txt_2: string;
|
|
4529
|
+
feature_summary_frequency_txt_3: string;
|
|
4530
|
+
feature_summary_frequency_txt_4: string;
|
|
4426
4531
|
};
|
|
4427
4532
|
lt: {
|
|
4428
4533
|
add_new_dynamic_mood_color_changing_mode_value: string;
|
|
@@ -4718,6 +4823,13 @@ declare const _default: {
|
|
|
4718
4823
|
sockets_headline_power: string;
|
|
4719
4824
|
edit_static_mood_button_delete_text: string;
|
|
4720
4825
|
edit_static_mood_headline_text: string;
|
|
4826
|
+
mood_overview_warning_max_number_text: string;
|
|
4827
|
+
music_reactivate_dialog_text: string;
|
|
4828
|
+
add_new_trigger_time_text: string;
|
|
4829
|
+
feature_summary_frequency_txt_1: string;
|
|
4830
|
+
feature_summary_frequency_txt_2: string;
|
|
4831
|
+
feature_summary_frequency_txt_3: string;
|
|
4832
|
+
feature_summary_frequency_txt_4: string;
|
|
4721
4833
|
};
|
|
4722
4834
|
lv: {
|
|
4723
4835
|
add_new_dynamic_mood_color_changing_mode_value: string;
|
|
@@ -5013,6 +5125,13 @@ declare const _default: {
|
|
|
5013
5125
|
sockets_headline_power: string;
|
|
5014
5126
|
edit_static_mood_button_delete_text: string;
|
|
5015
5127
|
edit_static_mood_headline_text: string;
|
|
5128
|
+
mood_overview_warning_max_number_text: string;
|
|
5129
|
+
music_reactivate_dialog_text: string;
|
|
5130
|
+
add_new_trigger_time_text: string;
|
|
5131
|
+
feature_summary_frequency_txt_1: string;
|
|
5132
|
+
feature_summary_frequency_txt_2: string;
|
|
5133
|
+
feature_summary_frequency_txt_3: string;
|
|
5134
|
+
feature_summary_frequency_txt_4: string;
|
|
5016
5135
|
};
|
|
5017
5136
|
nb: {
|
|
5018
5137
|
add_new_dynamic_mood_color_changing_mode_value: string;
|
|
@@ -5308,6 +5427,13 @@ declare const _default: {
|
|
|
5308
5427
|
sockets_headline_power: string;
|
|
5309
5428
|
edit_static_mood_button_delete_text: string;
|
|
5310
5429
|
edit_static_mood_headline_text: string;
|
|
5430
|
+
mood_overview_warning_max_number_text: string;
|
|
5431
|
+
music_reactivate_dialog_text: string;
|
|
5432
|
+
add_new_trigger_time_text: string;
|
|
5433
|
+
feature_summary_frequency_txt_1: string;
|
|
5434
|
+
feature_summary_frequency_txt_2: string;
|
|
5435
|
+
feature_summary_frequency_txt_3: string;
|
|
5436
|
+
feature_summary_frequency_txt_4: string;
|
|
5311
5437
|
};
|
|
5312
5438
|
nl: {
|
|
5313
5439
|
add_new_dynamic_mood_color_changing_mode_value: string;
|
|
@@ -5603,6 +5729,13 @@ declare const _default: {
|
|
|
5603
5729
|
sockets_headline_power: string;
|
|
5604
5730
|
edit_static_mood_button_delete_text: string;
|
|
5605
5731
|
edit_static_mood_headline_text: string;
|
|
5732
|
+
mood_overview_warning_max_number_text: string;
|
|
5733
|
+
music_reactivate_dialog_text: string;
|
|
5734
|
+
add_new_trigger_time_text: string;
|
|
5735
|
+
feature_summary_frequency_txt_1: string;
|
|
5736
|
+
feature_summary_frequency_txt_2: string;
|
|
5737
|
+
feature_summary_frequency_txt_3: string;
|
|
5738
|
+
feature_summary_frequency_txt_4: string;
|
|
5606
5739
|
};
|
|
5607
5740
|
pl: {
|
|
5608
5741
|
add_new_dynamic_mood_color_changing_mode_value: string;
|
|
@@ -5898,6 +6031,13 @@ declare const _default: {
|
|
|
5898
6031
|
sockets_headline_power: string;
|
|
5899
6032
|
edit_static_mood_button_delete_text: string;
|
|
5900
6033
|
edit_static_mood_headline_text: string;
|
|
6034
|
+
mood_overview_warning_max_number_text: string;
|
|
6035
|
+
music_reactivate_dialog_text: string;
|
|
6036
|
+
add_new_trigger_time_text: string;
|
|
6037
|
+
feature_summary_frequency_txt_1: string;
|
|
6038
|
+
feature_summary_frequency_txt_2: string;
|
|
6039
|
+
feature_summary_frequency_txt_3: string;
|
|
6040
|
+
feature_summary_frequency_txt_4: string;
|
|
5901
6041
|
};
|
|
5902
6042
|
pt_BR: {
|
|
5903
6043
|
add_new_dynamic_mood_color_changing_mode_value: string;
|
|
@@ -6193,6 +6333,13 @@ declare const _default: {
|
|
|
6193
6333
|
sockets_headline_power: string;
|
|
6194
6334
|
edit_static_mood_button_delete_text: string;
|
|
6195
6335
|
edit_static_mood_headline_text: string;
|
|
6336
|
+
mood_overview_warning_max_number_text: string;
|
|
6337
|
+
music_reactivate_dialog_text: string;
|
|
6338
|
+
add_new_trigger_time_text: string;
|
|
6339
|
+
feature_summary_frequency_txt_1: string;
|
|
6340
|
+
feature_summary_frequency_txt_2: string;
|
|
6341
|
+
feature_summary_frequency_txt_3: string;
|
|
6342
|
+
feature_summary_frequency_txt_4: string;
|
|
6196
6343
|
};
|
|
6197
6344
|
'pt-BR': {
|
|
6198
6345
|
add_new_dynamic_mood_color_changing_mode_value: string;
|
|
@@ -6488,6 +6635,13 @@ declare const _default: {
|
|
|
6488
6635
|
sockets_headline_power: string;
|
|
6489
6636
|
edit_static_mood_button_delete_text: string;
|
|
6490
6637
|
edit_static_mood_headline_text: string;
|
|
6638
|
+
mood_overview_warning_max_number_text: string;
|
|
6639
|
+
music_reactivate_dialog_text: string;
|
|
6640
|
+
add_new_trigger_time_text: string;
|
|
6641
|
+
feature_summary_frequency_txt_1: string;
|
|
6642
|
+
feature_summary_frequency_txt_2: string;
|
|
6643
|
+
feature_summary_frequency_txt_3: string;
|
|
6644
|
+
feature_summary_frequency_txt_4: string;
|
|
6491
6645
|
};
|
|
6492
6646
|
ro: {
|
|
6493
6647
|
add_new_dynamic_mood_color_changing_mode_value: string;
|
|
@@ -6783,6 +6937,13 @@ declare const _default: {
|
|
|
6783
6937
|
sockets_headline_power: string;
|
|
6784
6938
|
edit_static_mood_button_delete_text: string;
|
|
6785
6939
|
edit_static_mood_headline_text: string;
|
|
6940
|
+
mood_overview_warning_max_number_text: string;
|
|
6941
|
+
music_reactivate_dialog_text: string;
|
|
6942
|
+
add_new_trigger_time_text: string;
|
|
6943
|
+
feature_summary_frequency_txt_1: string;
|
|
6944
|
+
feature_summary_frequency_txt_2: string;
|
|
6945
|
+
feature_summary_frequency_txt_3: string;
|
|
6946
|
+
feature_summary_frequency_txt_4: string;
|
|
6786
6947
|
};
|
|
6787
6948
|
ru: {
|
|
6788
6949
|
add_new_dynamic_mood_color_changing_mode_value: string;
|
|
@@ -7078,6 +7239,13 @@ declare const _default: {
|
|
|
7078
7239
|
sockets_headline_power: string;
|
|
7079
7240
|
edit_static_mood_button_delete_text: string;
|
|
7080
7241
|
edit_static_mood_headline_text: string;
|
|
7242
|
+
mood_overview_warning_max_number_text: string;
|
|
7243
|
+
music_reactivate_dialog_text: string;
|
|
7244
|
+
add_new_trigger_time_text: string;
|
|
7245
|
+
feature_summary_frequency_txt_1: string;
|
|
7246
|
+
feature_summary_frequency_txt_2: string;
|
|
7247
|
+
feature_summary_frequency_txt_3: string;
|
|
7248
|
+
feature_summary_frequency_txt_4: string;
|
|
7081
7249
|
};
|
|
7082
7250
|
sk: {
|
|
7083
7251
|
add_new_dynamic_mood_color_changing_mode_value: string;
|
|
@@ -7373,6 +7541,13 @@ declare const _default: {
|
|
|
7373
7541
|
sockets_headline_power: string;
|
|
7374
7542
|
edit_static_mood_button_delete_text: string;
|
|
7375
7543
|
edit_static_mood_headline_text: string;
|
|
7544
|
+
mood_overview_warning_max_number_text: string;
|
|
7545
|
+
music_reactivate_dialog_text: string;
|
|
7546
|
+
add_new_trigger_time_text: string;
|
|
7547
|
+
feature_summary_frequency_txt_1: string;
|
|
7548
|
+
feature_summary_frequency_txt_2: string;
|
|
7549
|
+
feature_summary_frequency_txt_3: string;
|
|
7550
|
+
feature_summary_frequency_txt_4: string;
|
|
7376
7551
|
};
|
|
7377
7552
|
sv: {
|
|
7378
7553
|
add_new_dynamic_mood_color_changing_mode_value: string;
|
|
@@ -7668,6 +7843,13 @@ declare const _default: {
|
|
|
7668
7843
|
sockets_headline_power: string;
|
|
7669
7844
|
edit_static_mood_button_delete_text: string;
|
|
7670
7845
|
edit_static_mood_headline_text: string;
|
|
7846
|
+
mood_overview_warning_max_number_text: string;
|
|
7847
|
+
music_reactivate_dialog_text: string;
|
|
7848
|
+
add_new_trigger_time_text: string;
|
|
7849
|
+
feature_summary_frequency_txt_1: string;
|
|
7850
|
+
feature_summary_frequency_txt_2: string;
|
|
7851
|
+
feature_summary_frequency_txt_3: string;
|
|
7852
|
+
feature_summary_frequency_txt_4: string;
|
|
7671
7853
|
};
|
|
7672
7854
|
tr: {
|
|
7673
7855
|
add_new_dynamic_mood_color_changing_mode_value: string;
|
|
@@ -7963,6 +8145,13 @@ declare const _default: {
|
|
|
7963
8145
|
sockets_headline_power: string;
|
|
7964
8146
|
edit_static_mood_button_delete_text: string;
|
|
7965
8147
|
edit_static_mood_headline_text: string;
|
|
8148
|
+
mood_overview_warning_max_number_text: string;
|
|
8149
|
+
music_reactivate_dialog_text: string;
|
|
8150
|
+
add_new_trigger_time_text: string;
|
|
8151
|
+
feature_summary_frequency_txt_1: string;
|
|
8152
|
+
feature_summary_frequency_txt_2: string;
|
|
8153
|
+
feature_summary_frequency_txt_3: string;
|
|
8154
|
+
feature_summary_frequency_txt_4: string;
|
|
7966
8155
|
};
|
|
7967
8156
|
uk: {
|
|
7968
8157
|
add_new_dynamic_mood_color_changing_mode_value: string;
|
|
@@ -8258,6 +8447,13 @@ declare const _default: {
|
|
|
8258
8447
|
sockets_headline_power: string;
|
|
8259
8448
|
edit_static_mood_button_delete_text: string;
|
|
8260
8449
|
edit_static_mood_headline_text: string;
|
|
8450
|
+
mood_overview_warning_max_number_text: string;
|
|
8451
|
+
music_reactivate_dialog_text: string;
|
|
8452
|
+
add_new_trigger_time_text: string;
|
|
8453
|
+
feature_summary_frequency_txt_1: string;
|
|
8454
|
+
feature_summary_frequency_txt_2: string;
|
|
8455
|
+
feature_summary_frequency_txt_3: string;
|
|
8456
|
+
feature_summary_frequency_txt_4: string;
|
|
8261
8457
|
};
|
|
8262
8458
|
};
|
|
8263
8459
|
export default _default;
|
package/src/i18n/strings.ts
CHANGED
|
@@ -292,7 +292,14 @@ 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: "أيقونة",
|
|
299
|
+
feature_summary_frequency_txt_1: "مرة واحدة فقط (اليوم)",
|
|
300
|
+
feature_summary_frequency_txt_2: "مرة واحدة فقط (غدًا)",
|
|
301
|
+
feature_summary_frequency_txt_3: "Every {0} كل",
|
|
302
|
+
feature_summary_frequency_txt_4: "كل يوم"
|
|
296
303
|
},
|
|
297
304
|
cs: {
|
|
298
305
|
add_new_dynamic_mood_color_changing_mode_value: "Gradient",
|
|
@@ -587,7 +594,14 @@ export default {
|
|
|
587
594
|
edit_fixedtimecycle_bttn_text: "Smazat časový cyklus",
|
|
588
595
|
sockets_headline_power: "Výroba energie",
|
|
589
596
|
edit_static_mood_button_delete_text: "Smazat náladu",
|
|
590
|
-
edit_static_mood_headline_text: "Upravit náladu"
|
|
597
|
+
edit_static_mood_headline_text: "Upravit náladu",
|
|
598
|
+
mood_overview_warning_max_number_text: "Bylo dosaženo maximálního počtu nálad.",
|
|
599
|
+
music_reactivate_dialog_text: "Mějte prosím na paměti, že je nutné aktivovat mikrofon chytrého telefonu.",
|
|
600
|
+
add_new_trigger_time_text: "Ikona",
|
|
601
|
+
feature_summary_frequency_txt_1: "Pouze jednou (dnes)",
|
|
602
|
+
feature_summary_frequency_txt_2: "Pouze jednou (zítra)",
|
|
603
|
+
feature_summary_frequency_txt_3: "Každý {0}",
|
|
604
|
+
feature_summary_frequency_txt_4: "Každý den"
|
|
591
605
|
},
|
|
592
606
|
en: {
|
|
593
607
|
add_new_dynamic_mood_color_changing_mode_value: "Gradient",
|
|
@@ -882,7 +896,14 @@ export default {
|
|
|
882
896
|
edit_fixedtimecycle_bttn_text: "Delete time cycle",
|
|
883
897
|
sockets_headline_power: "Energy Generation",
|
|
884
898
|
edit_static_mood_button_delete_text: "Delete mood",
|
|
885
|
-
edit_static_mood_headline_text: "Edit the mood"
|
|
899
|
+
edit_static_mood_headline_text: "Edit the mood",
|
|
900
|
+
mood_overview_warning_max_number_text: "Maximum number of moods has been reached.",
|
|
901
|
+
music_reactivate_dialog_text: "Note that it is necessary to activate your smartphone microphone.",
|
|
902
|
+
add_new_trigger_time_text: "Icon",
|
|
903
|
+
feature_summary_frequency_txt_1: "Only once (Today)",
|
|
904
|
+
feature_summary_frequency_txt_2: "Only once (Tomorrow)",
|
|
905
|
+
feature_summary_frequency_txt_3: "Every {0}",
|
|
906
|
+
feature_summary_frequency_txt_4: "Every day"
|
|
886
907
|
},
|
|
887
908
|
bg: {
|
|
888
909
|
add_new_dynamic_mood_color_changing_mode_value: "Градиент",
|
|
@@ -1177,7 +1198,14 @@ export default {
|
|
|
1177
1198
|
edit_fixedtimecycle_bttn_text: "Изтриване на времевия цикъл",
|
|
1178
1199
|
sockets_headline_power: "Генериране на енергия",
|
|
1179
1200
|
edit_static_mood_button_delete_text: "Изтриване на настроението",
|
|
1180
|
-
edit_static_mood_headline_text: "Редактирайте настроението"
|
|
1201
|
+
edit_static_mood_headline_text: "Редактирайте настроението",
|
|
1202
|
+
mood_overview_warning_max_number_text: "Максимален брой настроения е достигнат.",
|
|
1203
|
+
music_reactivate_dialog_text: "Имайте предвид, че е необходимо да активирате микрофона на смартфона си.",
|
|
1204
|
+
add_new_trigger_time_text: "Икона",
|
|
1205
|
+
feature_summary_frequency_txt_1: "Само веднъж (Днес)",
|
|
1206
|
+
feature_summary_frequency_txt_2: "Само веднъж (Утре)",
|
|
1207
|
+
feature_summary_frequency_txt_3: "Всеки {0}",
|
|
1208
|
+
feature_summary_frequency_txt_4: "Всеки ден"
|
|
1181
1209
|
},
|
|
1182
1210
|
da: {
|
|
1183
1211
|
add_new_dynamic_mood_color_changing_mode_value: "Gradvist",
|
|
@@ -1472,7 +1500,14 @@ export default {
|
|
|
1472
1500
|
edit_fixedtimecycle_bttn_text: "Slet tidscyklus",
|
|
1473
1501
|
sockets_headline_power: "Energiproduktion",
|
|
1474
1502
|
edit_static_mood_button_delete_text: "Slet scene",
|
|
1475
|
-
edit_static_mood_headline_text: "Rediger lys-scene"
|
|
1503
|
+
edit_static_mood_headline_text: "Rediger lys-scene",
|
|
1504
|
+
mood_overview_warning_max_number_text: "Der er ikke plads til flere scener.",
|
|
1505
|
+
music_reactivate_dialog_text: "Bemærk, at det er nødvendigt at aktivere din smartphones mikrofon.",
|
|
1506
|
+
add_new_trigger_time_text: "Ikon",
|
|
1507
|
+
feature_summary_frequency_txt_1: "Kun en gang (i dag)",
|
|
1508
|
+
feature_summary_frequency_txt_2: "Kun en gang (i morgen)",
|
|
1509
|
+
feature_summary_frequency_txt_3: "Hver {0}",
|
|
1510
|
+
feature_summary_frequency_txt_4: "Hver dag"
|
|
1476
1511
|
},
|
|
1477
1512
|
de: {
|
|
1478
1513
|
add_new_dynamic_mood_color_changing_mode_value: "Fließend",
|
|
@@ -1767,7 +1802,14 @@ export default {
|
|
|
1767
1802
|
edit_fixedtimecycle_bttn_text: "Zeitzyklus löschen",
|
|
1768
1803
|
sockets_headline_power: "Erzeugter Strom",
|
|
1769
1804
|
edit_static_mood_button_delete_text: "Stimmung löschen",
|
|
1770
|
-
edit_static_mood_headline_text: "Stimmung bearbeiten"
|
|
1805
|
+
edit_static_mood_headline_text: "Stimmung bearbeiten",
|
|
1806
|
+
mood_overview_warning_max_number_text: "Die maximale Anzahl an Stimmungen wurde erreicht.",
|
|
1807
|
+
music_reactivate_dialog_text: "Beachte, dass Du das Mikrofon deines Smartphones aktivieren musst.",
|
|
1808
|
+
add_new_trigger_time_text: "Symbol",
|
|
1809
|
+
feature_summary_frequency_txt_1: "Nur einmal (Heute)",
|
|
1810
|
+
feature_summary_frequency_txt_2: "Nur einmal (Morgen)",
|
|
1811
|
+
feature_summary_frequency_txt_3: "Jeden {0}",
|
|
1812
|
+
feature_summary_frequency_txt_4: "Täglich"
|
|
1771
1813
|
},
|
|
1772
1814
|
el: {
|
|
1773
1815
|
add_new_dynamic_mood_color_changing_mode_value: "Διαβάθμιση",
|
|
@@ -2062,7 +2104,14 @@ export default {
|
|
|
2062
2104
|
edit_fixedtimecycle_bttn_text: "Διαγραφή χρονικού κύκλου",
|
|
2063
2105
|
sockets_headline_power: "Παραγωγή ενέργειας",
|
|
2064
2106
|
edit_static_mood_button_delete_text: "Διαγραφή διάθεσης",
|
|
2065
|
-
edit_static_mood_headline_text: "Επεξεργασία της διάθεσης"
|
|
2107
|
+
edit_static_mood_headline_text: "Επεξεργασία της διάθεσης",
|
|
2108
|
+
mood_overview_warning_max_number_text: "Έχει επιτευχθεί ο μέγιστος αριθμός διαθέσεων.",
|
|
2109
|
+
music_reactivate_dialog_text: "Σημειώστε ότι είναι απαραίτητο να ενεργοποιήσετε το μικρόφωνο του smartphone σας.",
|
|
2110
|
+
add_new_trigger_time_text: "Εικονίδιο",
|
|
2111
|
+
feature_summary_frequency_txt_1: "Μόνο μία φορά (Σήμερα)",
|
|
2112
|
+
feature_summary_frequency_txt_2: "Μόνο μία φορά (Αύριο)",
|
|
2113
|
+
feature_summary_frequency_txt_3: "Κάθε {0}",
|
|
2114
|
+
feature_summary_frequency_txt_4: "Κάθε μέρα"
|
|
2066
2115
|
},
|
|
2067
2116
|
es: {
|
|
2068
2117
|
add_new_dynamic_mood_color_changing_mode_value: "Gradiente",
|
|
@@ -2357,7 +2406,14 @@ export default {
|
|
|
2357
2406
|
edit_fixedtimecycle_bttn_text: "Eliminar ciclo de tiempo",
|
|
2358
2407
|
sockets_headline_power: "Generación de energía",
|
|
2359
2408
|
edit_static_mood_button_delete_text: "Eliminar escena",
|
|
2360
|
-
edit_static_mood_headline_text: "Editar la escena "
|
|
2409
|
+
edit_static_mood_headline_text: "Editar la escena ",
|
|
2410
|
+
mood_overview_warning_max_number_text: "Se ha alcanzado el número máximo de estados de ánimo.",
|
|
2411
|
+
music_reactivate_dialog_text: "Ten en cuenta que es necesario activar el micrófono de tu smartphone",
|
|
2412
|
+
add_new_trigger_time_text: "Icono",
|
|
2413
|
+
feature_summary_frequency_txt_1: "Solo una vez (Hoy)",
|
|
2414
|
+
feature_summary_frequency_txt_2: "Solo una vez (mañana)",
|
|
2415
|
+
feature_summary_frequency_txt_3: "Cada {0}",
|
|
2416
|
+
feature_summary_frequency_txt_4: "Todos los días"
|
|
2361
2417
|
},
|
|
2362
2418
|
et: {
|
|
2363
2419
|
add_new_dynamic_mood_color_changing_mode_value: "Muutmisaste",
|
|
@@ -2652,7 +2708,14 @@ export default {
|
|
|
2652
2708
|
edit_fixedtimecycle_bttn_text: "Kustuta ajatsükkel",
|
|
2653
2709
|
sockets_headline_power: "Energia tootmine",
|
|
2654
2710
|
edit_static_mood_button_delete_text: "Kustuta meeleoluvalgustus",
|
|
2655
|
-
edit_static_mood_headline_text: "Muuda meeleoluvalgustust"
|
|
2711
|
+
edit_static_mood_headline_text: "Muuda meeleoluvalgustust",
|
|
2712
|
+
mood_overview_warning_max_number_text: "Meeleoluvalgustuste maksimaalne arv on täis.",
|
|
2713
|
+
music_reactivate_dialog_text: "Pane tähele, et pead oma nutitelefoni mikrofoni aktiveerima.",
|
|
2714
|
+
add_new_trigger_time_text: "Ikoon",
|
|
2715
|
+
feature_summary_frequency_txt_1: "Ainult üks kord (täna)",
|
|
2716
|
+
feature_summary_frequency_txt_2: "Ainult üks kord (homme)",
|
|
2717
|
+
feature_summary_frequency_txt_3: "Iga {0}",
|
|
2718
|
+
feature_summary_frequency_txt_4: "Iga päev"
|
|
2656
2719
|
},
|
|
2657
2720
|
fi: {
|
|
2658
2721
|
add_new_dynamic_mood_color_changing_mode_value: "Liukuva",
|
|
@@ -2947,7 +3010,14 @@ export default {
|
|
|
2947
3010
|
edit_fixedtimecycle_bttn_text: "Poista aikajakso",
|
|
2948
3011
|
sockets_headline_power: "Energiantuotanto",
|
|
2949
3012
|
edit_static_mood_button_delete_text: "Poista tunnelma",
|
|
2950
|
-
edit_static_mood_headline_text: "Muokkaa tunnelmaa"
|
|
3013
|
+
edit_static_mood_headline_text: "Muokkaa tunnelmaa",
|
|
3014
|
+
mood_overview_warning_max_number_text: "Tunnelmien enimmäismäärä on saavutettu.",
|
|
3015
|
+
music_reactivate_dialog_text: "Huomaa, että älypuhelimen mikrofoni on aktivoitava.",
|
|
3016
|
+
add_new_trigger_time_text: "Kuvake",
|
|
3017
|
+
feature_summary_frequency_txt_1: "Vain kerran (tänään)",
|
|
3018
|
+
feature_summary_frequency_txt_2: "Vain kerran (huomenna)",
|
|
3019
|
+
feature_summary_frequency_txt_3: "Joka {0}",
|
|
3020
|
+
feature_summary_frequency_txt_4: "Joka päivä"
|
|
2951
3021
|
},
|
|
2952
3022
|
fr: {
|
|
2953
3023
|
add_new_dynamic_mood_color_changing_mode_value: "Fluide",
|
|
@@ -3131,7 +3201,7 @@ export default {
|
|
|
3131
3201
|
conflict_dialog_save_item_wakeupschedule_description: "Notez que l'horaire de réveil est en conflit avec une ou plusieurs fonctionnalités. Les fonctionnalités en conflit seront désactivées.",
|
|
3132
3202
|
conflict_dialog_save_item_wakeupschedule_titel: "Voulez-vous vraiment enregistrer et activer cet horaire de réveil ?",
|
|
3133
3203
|
sockets_specific_settings_relay_status_remember: "Mémoriser le dernier statut",
|
|
3134
|
-
motion_detection_with_safe_mode_safetymode_value4_text: "
|
|
3204
|
+
motion_detection_with_safe_mode_safetymode_value4_text: "Personalisé",
|
|
3135
3205
|
consumption_data_annual_bar_chart_system_back_text: "Énergie consommée",
|
|
3136
3206
|
motion_detection_time_schedule_notifications_field_weekdays_text3: "Only once (Tomorrow)",
|
|
3137
3207
|
sleepwakeschedule_empty_filtering_information_text: "Il n’y a pas de planification pour ce filtrage.",
|
|
@@ -3242,7 +3312,14 @@ export default {
|
|
|
3242
3312
|
edit_fixedtimecycle_bttn_text: "Delete time cycle",
|
|
3243
3313
|
sockets_headline_power: "Production d'énergie",
|
|
3244
3314
|
edit_static_mood_button_delete_text: "Supprimer l'ambiance",
|
|
3245
|
-
edit_static_mood_headline_text: "Modifier l'ambiance"
|
|
3315
|
+
edit_static_mood_headline_text: "Modifier l'ambiance",
|
|
3316
|
+
mood_overview_warning_max_number_text: "Maximum number of moods has been reached.",
|
|
3317
|
+
music_reactivate_dialog_text: "Notez qu'il est nécessaire d'activer le micro de votre smartphone.",
|
|
3318
|
+
add_new_trigger_time_text: "Icône",
|
|
3319
|
+
feature_summary_frequency_txt_1: "Une seule fois (aujourd'hui)",
|
|
3320
|
+
feature_summary_frequency_txt_2: "Only once (Tomorrow)",
|
|
3321
|
+
feature_summary_frequency_txt_3: "Tous les {0}",
|
|
3322
|
+
feature_summary_frequency_txt_4: "Every day"
|
|
3246
3323
|
},
|
|
3247
3324
|
hr: {
|
|
3248
3325
|
add_new_dynamic_mood_color_changing_mode_value: "Prijelaz",
|
|
@@ -3537,7 +3614,14 @@ export default {
|
|
|
3537
3614
|
edit_fixedtimecycle_bttn_text: "Izbriši vremenski ciklus",
|
|
3538
3615
|
sockets_headline_power: "Proizvodnja energije",
|
|
3539
3616
|
edit_static_mood_button_delete_text: "Izbriši raspoloženje",
|
|
3540
|
-
edit_static_mood_headline_text: "Uredi raspoloženje"
|
|
3617
|
+
edit_static_mood_headline_text: "Uredi raspoloženje",
|
|
3618
|
+
mood_overview_warning_max_number_text: "Dosegnut je maksimalan broj raspoloženja.",
|
|
3619
|
+
music_reactivate_dialog_text: "Imajte na umu da je potrebno aktivirati mikrofon pametnog telefona.",
|
|
3620
|
+
add_new_trigger_time_text: "Ikona",
|
|
3621
|
+
feature_summary_frequency_txt_1: "Samo jednom (Danas)",
|
|
3622
|
+
feature_summary_frequency_txt_2: "Samo jednom (Sutra)",
|
|
3623
|
+
feature_summary_frequency_txt_3: "Svaki {0}",
|
|
3624
|
+
feature_summary_frequency_txt_4: "Svaki dan"
|
|
3541
3625
|
},
|
|
3542
3626
|
hu: {
|
|
3543
3627
|
add_new_dynamic_mood_color_changing_mode_value: "Átmenet",
|
|
@@ -3832,7 +3916,14 @@ export default {
|
|
|
3832
3916
|
edit_fixedtimecycle_bttn_text: "Az időciklus törlése",
|
|
3833
3917
|
sockets_headline_power: "Energiatermelés",
|
|
3834
3918
|
edit_static_mood_button_delete_text: "Hangulat törlése",
|
|
3835
|
-
edit_static_mood_headline_text: "Hangulat szerkesztése"
|
|
3919
|
+
edit_static_mood_headline_text: "Hangulat szerkesztése",
|
|
3920
|
+
mood_overview_warning_max_number_text: "Elérte a hangulatok maximális számát.",
|
|
3921
|
+
music_reactivate_dialog_text: "Vegye figyelembe, hogy aktiválnia kell az okostelefon mikrofonját.",
|
|
3922
|
+
add_new_trigger_time_text: "Ikon",
|
|
3923
|
+
feature_summary_frequency_txt_1: "Csak egyszer (ma)",
|
|
3924
|
+
feature_summary_frequency_txt_2: "Csak egyszer (holnap)",
|
|
3925
|
+
feature_summary_frequency_txt_3: "Minden {0}",
|
|
3926
|
+
feature_summary_frequency_txt_4: "Mindennap"
|
|
3836
3927
|
},
|
|
3837
3928
|
it: {
|
|
3838
3929
|
add_new_dynamic_mood_color_changing_mode_value: "Fluido",
|
|
@@ -4127,7 +4218,14 @@ export default {
|
|
|
4127
4218
|
edit_fixedtimecycle_bttn_text: "Elimina il ciclo temporale",
|
|
4128
4219
|
sockets_headline_power: "Generazione di energia",
|
|
4129
4220
|
edit_static_mood_button_delete_text: "Elimina lo scenario",
|
|
4130
|
-
edit_static_mood_headline_text: "Modifica lo scenario"
|
|
4221
|
+
edit_static_mood_headline_text: "Modifica lo scenario",
|
|
4222
|
+
mood_overview_warning_max_number_text: "È stato raggiunto il numero massimo di scenari.",
|
|
4223
|
+
music_reactivate_dialog_text: "Attenzione: è necessario attivare il microfono dello smartphone.",
|
|
4224
|
+
add_new_trigger_time_text: "Icona",
|
|
4225
|
+
feature_summary_frequency_txt_1: "Solo una volta (oggi)",
|
|
4226
|
+
feature_summary_frequency_txt_2: "Solo una volta (domani)",
|
|
4227
|
+
feature_summary_frequency_txt_3: "Ogni {0}",
|
|
4228
|
+
feature_summary_frequency_txt_4: "Ogni giorno"
|
|
4131
4229
|
},
|
|
4132
4230
|
ko: {
|
|
4133
4231
|
add_new_dynamic_mood_color_changing_mode_value: "그래디언트",
|
|
@@ -4422,7 +4520,14 @@ export default {
|
|
|
4422
4520
|
edit_fixedtimecycle_bttn_text: "시간 주기 삭제",
|
|
4423
4521
|
sockets_headline_power: "에너지 생성",
|
|
4424
4522
|
edit_static_mood_button_delete_text: "무드 삭제",
|
|
4425
|
-
edit_static_mood_headline_text: "무드 편집"
|
|
4523
|
+
edit_static_mood_headline_text: "무드 편집",
|
|
4524
|
+
mood_overview_warning_max_number_text: "최대 무드 수에 도달했습니다.",
|
|
4525
|
+
music_reactivate_dialog_text: "스마트폰 마이크를 활성화해야 합니다.",
|
|
4526
|
+
add_new_trigger_time_text: "아이콘",
|
|
4527
|
+
feature_summary_frequency_txt_1: "한 번만(오늘)",
|
|
4528
|
+
feature_summary_frequency_txt_2: "한 번만 (내일)",
|
|
4529
|
+
feature_summary_frequency_txt_3: "{0} 마다",
|
|
4530
|
+
feature_summary_frequency_txt_4: "매일"
|
|
4426
4531
|
},
|
|
4427
4532
|
lt: {
|
|
4428
4533
|
add_new_dynamic_mood_color_changing_mode_value: "Gradientas",
|
|
@@ -4717,7 +4822,14 @@ export default {
|
|
|
4717
4822
|
edit_fixedtimecycle_bttn_text: "Ištrinti laiko ciklą",
|
|
4718
4823
|
sockets_headline_power: "Energijos gamyba",
|
|
4719
4824
|
edit_static_mood_button_delete_text: "Ištrinti nuotaiką",
|
|
4720
|
-
edit_static_mood_headline_text: "Redaguoti nuotaiką"
|
|
4825
|
+
edit_static_mood_headline_text: "Redaguoti nuotaiką",
|
|
4826
|
+
mood_overview_warning_max_number_text: "Pasiektas didžiausias nuotaikų skaičius.",
|
|
4827
|
+
music_reactivate_dialog_text: "Žinokite, kad būtina įjungti išmaniojo telefono mikrofoną.",
|
|
4828
|
+
add_new_trigger_time_text: "Piktograma",
|
|
4829
|
+
feature_summary_frequency_txt_1: "Tik vieną kartą (šiandien)",
|
|
4830
|
+
feature_summary_frequency_txt_2: "Tik vieną kartą (rytoj)",
|
|
4831
|
+
feature_summary_frequency_txt_3: "Kiekvieną {0}",
|
|
4832
|
+
feature_summary_frequency_txt_4: "Kasdien"
|
|
4721
4833
|
},
|
|
4722
4834
|
lv: {
|
|
4723
4835
|
add_new_dynamic_mood_color_changing_mode_value: "Gradients",
|
|
@@ -5012,7 +5124,14 @@ export default {
|
|
|
5012
5124
|
edit_fixedtimecycle_bttn_text: "Dzēst laika ciklu",
|
|
5013
5125
|
sockets_headline_power: "Enerģijas ražošana",
|
|
5014
5126
|
edit_static_mood_button_delete_text: "Dzēst noskaņojumu",
|
|
5015
|
-
edit_static_mood_headline_text: "Rediģēt noskaņojumu"
|
|
5127
|
+
edit_static_mood_headline_text: "Rediģēt noskaņojumu",
|
|
5128
|
+
mood_overview_warning_max_number_text: "Sasniegts maksimālais noskaņu skaits.",
|
|
5129
|
+
music_reactivate_dialog_text: "Ņemiet vērā, ka ir nepieciešams aktivizēt viedtālruņa mikrofonu.",
|
|
5130
|
+
add_new_trigger_time_text: "Ikona",
|
|
5131
|
+
feature_summary_frequency_txt_1: "Tikai vienu reizi (Šodien)",
|
|
5132
|
+
feature_summary_frequency_txt_2: "Tikai vienu reizi (Rīt)",
|
|
5133
|
+
feature_summary_frequency_txt_3: "Katru {0}",
|
|
5134
|
+
feature_summary_frequency_txt_4: "Katru dienu"
|
|
5016
5135
|
},
|
|
5017
5136
|
nb: {
|
|
5018
5137
|
add_new_dynamic_mood_color_changing_mode_value: "Gradient",
|
|
@@ -5307,7 +5426,14 @@ export default {
|
|
|
5307
5426
|
edit_fixedtimecycle_bttn_text: "Slett tidssyklus",
|
|
5308
5427
|
sockets_headline_power: "Energiproduksjon",
|
|
5309
5428
|
edit_static_mood_button_delete_text: "Slett stemning",
|
|
5310
|
-
edit_static_mood_headline_text: "Rediger stemningen"
|
|
5429
|
+
edit_static_mood_headline_text: "Rediger stemningen",
|
|
5430
|
+
mood_overview_warning_max_number_text: "Maksimalt antall stemninger er nådd.",
|
|
5431
|
+
music_reactivate_dialog_text: "Merk at det er nødvendig å aktivere smarttelefonmikrofonen.",
|
|
5432
|
+
add_new_trigger_time_text: "Ikon",
|
|
5433
|
+
feature_summary_frequency_txt_1: "Bare én gang (i dag)",
|
|
5434
|
+
feature_summary_frequency_txt_2: "Bare én gang (i morgen)",
|
|
5435
|
+
feature_summary_frequency_txt_3: "Hver {0}",
|
|
5436
|
+
feature_summary_frequency_txt_4: "Hver dag"
|
|
5311
5437
|
},
|
|
5312
5438
|
nl: {
|
|
5313
5439
|
add_new_dynamic_mood_color_changing_mode_value: "Verloop",
|
|
@@ -5602,7 +5728,14 @@ export default {
|
|
|
5602
5728
|
edit_fixedtimecycle_bttn_text: "Tijdcyclus verwijderen",
|
|
5603
5729
|
sockets_headline_power: "Energie opwekking",
|
|
5604
5730
|
edit_static_mood_button_delete_text: "Stemming verwijderen",
|
|
5605
|
-
edit_static_mood_headline_text: "Bewerk de stemming"
|
|
5731
|
+
edit_static_mood_headline_text: "Bewerk de stemming",
|
|
5732
|
+
mood_overview_warning_max_number_text: "Het maximum aantal stemmingen is bereikt.",
|
|
5733
|
+
music_reactivate_dialog_text: "Houdt er rekening mee dat het nodig is om de microfoon van uw smartphone te activeren.",
|
|
5734
|
+
add_new_trigger_time_text: "Icoon",
|
|
5735
|
+
feature_summary_frequency_txt_1: "Slechts één keer (vandaag)",
|
|
5736
|
+
feature_summary_frequency_txt_2: "Slechts één keer (Morgen)",
|
|
5737
|
+
feature_summary_frequency_txt_3: "Elke {0}",
|
|
5738
|
+
feature_summary_frequency_txt_4: "Elke dag"
|
|
5606
5739
|
},
|
|
5607
5740
|
pl: {
|
|
5608
5741
|
add_new_dynamic_mood_color_changing_mode_value: "Gradient",
|
|
@@ -5897,7 +6030,14 @@ export default {
|
|
|
5897
6030
|
edit_fixedtimecycle_bttn_text: "Usuń cykl czasowy",
|
|
5898
6031
|
sockets_headline_power: "Wytwarzanie energii",
|
|
5899
6032
|
edit_static_mood_button_delete_text: "Usuń nastrój",
|
|
5900
|
-
edit_static_mood_headline_text: "Edytuj nastrój"
|
|
6033
|
+
edit_static_mood_headline_text: "Edytuj nastrój",
|
|
6034
|
+
mood_overview_warning_max_number_text: "Maksymalna liczba nastrojów została osiągnięta.",
|
|
6035
|
+
music_reactivate_dialog_text: "Należy pamiętać, że konieczne jest włączenie mikrofonu smartfona.",
|
|
6036
|
+
add_new_trigger_time_text: "Ikona",
|
|
6037
|
+
feature_summary_frequency_txt_1: "Tylko raz (Dzisiaj)",
|
|
6038
|
+
feature_summary_frequency_txt_2: "Only once (Jutro)",
|
|
6039
|
+
feature_summary_frequency_txt_3: "Co {0}",
|
|
6040
|
+
feature_summary_frequency_txt_4: "Codziennie"
|
|
5901
6041
|
},
|
|
5902
6042
|
'pt_BR': {
|
|
5903
6043
|
add_new_dynamic_mood_color_changing_mode_value: "Gradiente",
|
|
@@ -6192,7 +6332,14 @@ export default {
|
|
|
6192
6332
|
edit_fixedtimecycle_bttn_text: "Excluir ciclo de tempo",
|
|
6193
6333
|
sockets_headline_power: "Geração de energia",
|
|
6194
6334
|
edit_static_mood_button_delete_text: "Exclua humor",
|
|
6195
|
-
edit_static_mood_headline_text: "Edite o clima"
|
|
6335
|
+
edit_static_mood_headline_text: "Edite o clima",
|
|
6336
|
+
mood_overview_warning_max_number_text: "O número máximo de modos foi atingido.",
|
|
6337
|
+
music_reactivate_dialog_text: "Observe que é necessário ativar o microfone do seu smartphone.",
|
|
6338
|
+
add_new_trigger_time_text: "Ícone",
|
|
6339
|
+
feature_summary_frequency_txt_1: "Apenas uma vez (hoje)",
|
|
6340
|
+
feature_summary_frequency_txt_2: "Só uma vez (amanhã)",
|
|
6341
|
+
feature_summary_frequency_txt_3: "A cada {0}",
|
|
6342
|
+
feature_summary_frequency_txt_4: "Todos os dias"
|
|
6196
6343
|
},
|
|
6197
6344
|
'pt-BR': {
|
|
6198
6345
|
add_new_dynamic_mood_color_changing_mode_value: "Gradiente",
|
|
@@ -6487,7 +6634,14 @@ export default {
|
|
|
6487
6634
|
edit_fixedtimecycle_bttn_text: "Excluir ciclo de tempo",
|
|
6488
6635
|
sockets_headline_power: "Geração de energia",
|
|
6489
6636
|
edit_static_mood_button_delete_text: "Exclua humor",
|
|
6490
|
-
edit_static_mood_headline_text: "Edite o clima"
|
|
6637
|
+
edit_static_mood_headline_text: "Edite o clima",
|
|
6638
|
+
mood_overview_warning_max_number_text: "O número máximo de modos foi atingido.",
|
|
6639
|
+
music_reactivate_dialog_text: "Observe que é necessário ativar o microfone do seu smartphone.",
|
|
6640
|
+
add_new_trigger_time_text: "Ícone",
|
|
6641
|
+
feature_summary_frequency_txt_1: "Apenas uma vez (hoje)",
|
|
6642
|
+
feature_summary_frequency_txt_2: "Só uma vez (amanhã)",
|
|
6643
|
+
feature_summary_frequency_txt_3: "A cada {0}",
|
|
6644
|
+
feature_summary_frequency_txt_4: "Todos os dias"
|
|
6491
6645
|
},
|
|
6492
6646
|
ro: {
|
|
6493
6647
|
add_new_dynamic_mood_color_changing_mode_value: "Gradient",
|
|
@@ -6782,7 +6936,14 @@ export default {
|
|
|
6782
6936
|
edit_fixedtimecycle_bttn_text: "Ștergerea perioadei de timp",
|
|
6783
6937
|
sockets_headline_power: "Producerea de energie",
|
|
6784
6938
|
edit_static_mood_button_delete_text: "Ștergerea ambientului",
|
|
6785
|
-
edit_static_mood_headline_text: "Modificare ambient"
|
|
6939
|
+
edit_static_mood_headline_text: "Modificare ambient",
|
|
6940
|
+
mood_overview_warning_max_number_text: "A fost atins numărul maxim de dispoziții.",
|
|
6941
|
+
music_reactivate_dialog_text: "Rețineți că este necesar să activați microfonul smartphone-ului.",
|
|
6942
|
+
add_new_trigger_time_text: "Pictogramă",
|
|
6943
|
+
feature_summary_frequency_txt_1: "Doar o singură dată (astăzi)",
|
|
6944
|
+
feature_summary_frequency_txt_2: "O singură dată (mâine)",
|
|
6945
|
+
feature_summary_frequency_txt_3: "În fiecare {0}",
|
|
6946
|
+
feature_summary_frequency_txt_4: "În fiecare zi"
|
|
6786
6947
|
},
|
|
6787
6948
|
ru: {
|
|
6788
6949
|
add_new_dynamic_mood_color_changing_mode_value: "Градиент",
|
|
@@ -7077,7 +7238,14 @@ export default {
|
|
|
7077
7238
|
edit_fixedtimecycle_bttn_text: "Удалить временной слот",
|
|
7078
7239
|
sockets_headline_power: "Производство энергии",
|
|
7079
7240
|
edit_static_mood_button_delete_text: "Удалить настроение",
|
|
7080
|
-
edit_static_mood_headline_text: "Редактировать настроение"
|
|
7241
|
+
edit_static_mood_headline_text: "Редактировать настроение",
|
|
7242
|
+
mood_overview_warning_max_number_text: "Достигнуто максимальное количество настроений.",
|
|
7243
|
+
music_reactivate_dialog_text: "Обратите внимание, что необходимо активировать микрофон смартфона.",
|
|
7244
|
+
add_new_trigger_time_text: "Значок",
|
|
7245
|
+
feature_summary_frequency_txt_1: "Только один раз (сегодня)",
|
|
7246
|
+
feature_summary_frequency_txt_2: "Только один раз (завтра)",
|
|
7247
|
+
feature_summary_frequency_txt_3: "Каждые {0}",
|
|
7248
|
+
feature_summary_frequency_txt_4: "Каждый день"
|
|
7081
7249
|
},
|
|
7082
7250
|
sk: {
|
|
7083
7251
|
add_new_dynamic_mood_color_changing_mode_value: "Prechod",
|
|
@@ -7372,7 +7540,14 @@ export default {
|
|
|
7372
7540
|
edit_fixedtimecycle_bttn_text: "Odstránenie časového cyklu",
|
|
7373
7541
|
sockets_headline_power: "Výroba energie",
|
|
7374
7542
|
edit_static_mood_button_delete_text: "Vymazať režim",
|
|
7375
|
-
edit_static_mood_headline_text: "Upravte režim"
|
|
7543
|
+
edit_static_mood_headline_text: "Upravte režim",
|
|
7544
|
+
mood_overview_warning_max_number_text: "Maximálny počet nálad bol dosiahnutý.",
|
|
7545
|
+
music_reactivate_dialog_text: "Upozorňujeme, že je potrebné aktivovať mikrofón smartfónu.",
|
|
7546
|
+
add_new_trigger_time_text: "Ikona",
|
|
7547
|
+
feature_summary_frequency_txt_1: "Len raz (dnes)",
|
|
7548
|
+
feature_summary_frequency_txt_2: "Len raz (Zajtra)",
|
|
7549
|
+
feature_summary_frequency_txt_3: "Každý {0}",
|
|
7550
|
+
feature_summary_frequency_txt_4: "Každý deň"
|
|
7376
7551
|
},
|
|
7377
7552
|
sv: {
|
|
7378
7553
|
add_new_dynamic_mood_color_changing_mode_value: "Toning",
|
|
@@ -7667,7 +7842,14 @@ export default {
|
|
|
7667
7842
|
edit_fixedtimecycle_bttn_text: "Radera tidscykel",
|
|
7668
7843
|
sockets_headline_power: "Energiproduktion",
|
|
7669
7844
|
edit_static_mood_button_delete_text: "Ta bort stämning",
|
|
7670
|
-
edit_static_mood_headline_text: "Redigera stämningen"
|
|
7845
|
+
edit_static_mood_headline_text: "Redigera stämningen",
|
|
7846
|
+
mood_overview_warning_max_number_text: "Maximalt antal stämningar har uppnåtts.",
|
|
7847
|
+
music_reactivate_dialog_text: "Observera att du måste aktivera mikrofonen i din smartphone.",
|
|
7848
|
+
add_new_trigger_time_text: "Ikon",
|
|
7849
|
+
feature_summary_frequency_txt_1: "Endast en gång (idag)",
|
|
7850
|
+
feature_summary_frequency_txt_2: "Endast en gång (i morgon)",
|
|
7851
|
+
feature_summary_frequency_txt_3: "Varje {0}",
|
|
7852
|
+
feature_summary_frequency_txt_4: "Varje dag"
|
|
7671
7853
|
},
|
|
7672
7854
|
tr: {
|
|
7673
7855
|
add_new_dynamic_mood_color_changing_mode_value: "Gradyan",
|
|
@@ -7962,7 +8144,14 @@ export default {
|
|
|
7962
8144
|
edit_fixedtimecycle_bttn_text: "Zaman döngüsünü sil",
|
|
7963
8145
|
sockets_headline_power: "Enerji üretimi",
|
|
7964
8146
|
edit_static_mood_button_delete_text: "Modu sil",
|
|
7965
|
-
edit_static_mood_headline_text: "Modu düzenle"
|
|
8147
|
+
edit_static_mood_headline_text: "Modu düzenle",
|
|
8148
|
+
mood_overview_warning_max_number_text: "Maksimum mod sayısına ulaşıldı.",
|
|
8149
|
+
music_reactivate_dialog_text: "Akıllı telefon mikrofonunuzu etkinleştirmenin gerekli olduğunu unutmayın.",
|
|
8150
|
+
add_new_trigger_time_text: "Simge",
|
|
8151
|
+
feature_summary_frequency_txt_1: "Sadece bir kez (Bugün)",
|
|
8152
|
+
feature_summary_frequency_txt_2: "Sadece bir kez (Yarın)",
|
|
8153
|
+
feature_summary_frequency_txt_3: "Her {0}",
|
|
8154
|
+
feature_summary_frequency_txt_4: "Her gün"
|
|
7966
8155
|
},
|
|
7967
8156
|
uk: {
|
|
7968
8157
|
add_new_dynamic_mood_color_changing_mode_value: "Градієнт",
|
|
@@ -8257,6 +8446,13 @@ export default {
|
|
|
8257
8446
|
edit_fixedtimecycle_bttn_text: "Видалити часовий цикл",
|
|
8258
8447
|
sockets_headline_power: "Виробництво енергії",
|
|
8259
8448
|
edit_static_mood_button_delete_text: "Видалити настрій",
|
|
8260
|
-
edit_static_mood_headline_text: "Змінити настрій"
|
|
8449
|
+
edit_static_mood_headline_text: "Змінити настрій",
|
|
8450
|
+
mood_overview_warning_max_number_text: "Досягнуто максимальної кількості настроїв.",
|
|
8451
|
+
music_reactivate_dialog_text: "Зверніть увагу, що необхідно активувати мікрофон вашого смартфона.",
|
|
8452
|
+
add_new_trigger_time_text: "Піктограма",
|
|
8453
|
+
feature_summary_frequency_txt_1: "Тільки один раз (сьогодні)",
|
|
8454
|
+
feature_summary_frequency_txt_2: "Тільки один раз (Завтра)",
|
|
8455
|
+
feature_summary_frequency_txt_3: "Кожні {0}",
|
|
8456
|
+
feature_summary_frequency_txt_4: "Щодня"
|
|
8261
8457
|
}
|
|
8262
8458
|
}
|