@ledvance/base 1.0.7 → 1.0.8
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 +46 -0
- package/src/i18n/strings.ts +82 -0
package/package.json
CHANGED
package/src/i18n/strings.d.ts
CHANGED
|
@@ -194,6 +194,8 @@ declare const _default: {
|
|
|
194
194
|
conflict_dialog_save_item_fixedtimecycle_titel: string;
|
|
195
195
|
bio_ryhthm_default_field_text: string;
|
|
196
196
|
timeschedule_add_schedule_no_device_warning_text: string;
|
|
197
|
+
add_new_dynamic_mood_alert_text: string;
|
|
198
|
+
add_new_trigger_time_information_text: string;
|
|
197
199
|
};
|
|
198
200
|
cs: {
|
|
199
201
|
add_new_dynamic_mood_color_changing_mode_value: string;
|
|
@@ -390,6 +392,8 @@ declare const _default: {
|
|
|
390
392
|
conflict_dialog_save_item_fixedtimecycle_titel: string;
|
|
391
393
|
bio_ryhthm_default_field_text: string;
|
|
392
394
|
timeschedule_add_schedule_no_device_warning_text: string;
|
|
395
|
+
add_new_dynamic_mood_alert_text: string;
|
|
396
|
+
add_new_trigger_time_information_text: string;
|
|
393
397
|
};
|
|
394
398
|
en: {
|
|
395
399
|
add_new_dynamic_mood_color_changing_mode_value: string;
|
|
@@ -586,6 +590,8 @@ declare const _default: {
|
|
|
586
590
|
conflict_dialog_save_item_fixedtimecycle_titel: string;
|
|
587
591
|
bio_ryhthm_default_field_text: string;
|
|
588
592
|
timeschedule_add_schedule_no_device_warning_text: string;
|
|
593
|
+
add_new_dynamic_mood_alert_text: string;
|
|
594
|
+
add_new_trigger_time_information_text: string;
|
|
589
595
|
};
|
|
590
596
|
bg: {
|
|
591
597
|
add_new_dynamic_mood_color_changing_mode_value: string;
|
|
@@ -782,6 +788,8 @@ declare const _default: {
|
|
|
782
788
|
conflict_dialog_save_item_fixedtimecycle_titel: string;
|
|
783
789
|
bio_ryhthm_default_field_text: string;
|
|
784
790
|
timeschedule_add_schedule_no_device_warning_text: string;
|
|
791
|
+
add_new_dynamic_mood_alert_text: string;
|
|
792
|
+
add_new_trigger_time_information_text: string;
|
|
785
793
|
};
|
|
786
794
|
de: {
|
|
787
795
|
add_new_dynamic_mood_color_changing_mode_value: string;
|
|
@@ -978,6 +986,8 @@ declare const _default: {
|
|
|
978
986
|
conflict_dialog_save_item_fixedtimecycle_titel: string;
|
|
979
987
|
bio_ryhthm_default_field_text: string;
|
|
980
988
|
timeschedule_add_schedule_no_device_warning_text: string;
|
|
989
|
+
add_new_dynamic_mood_alert_text: string;
|
|
990
|
+
add_new_trigger_time_information_text: string;
|
|
981
991
|
};
|
|
982
992
|
el: {
|
|
983
993
|
add_new_dynamic_mood_color_changing_mode_value: string;
|
|
@@ -1174,6 +1184,8 @@ declare const _default: {
|
|
|
1174
1184
|
conflict_dialog_save_item_fixedtimecycle_titel: string;
|
|
1175
1185
|
bio_ryhthm_default_field_text: string;
|
|
1176
1186
|
timeschedule_add_schedule_no_device_warning_text: string;
|
|
1187
|
+
add_new_dynamic_mood_alert_text: string;
|
|
1188
|
+
add_new_trigger_time_information_text: string;
|
|
1177
1189
|
};
|
|
1178
1190
|
es: {
|
|
1179
1191
|
add_new_dynamic_mood_color_changing_mode_value: string;
|
|
@@ -1370,6 +1382,8 @@ declare const _default: {
|
|
|
1370
1382
|
conflict_dialog_save_item_fixedtimecycle_titel: string;
|
|
1371
1383
|
bio_ryhthm_default_field_text: string;
|
|
1372
1384
|
timeschedule_add_schedule_no_device_warning_text: string;
|
|
1385
|
+
add_new_dynamic_mood_alert_text: string;
|
|
1386
|
+
add_new_trigger_time_information_text: string;
|
|
1373
1387
|
};
|
|
1374
1388
|
fr: {
|
|
1375
1389
|
add_new_dynamic_mood_color_changing_mode_value: string;
|
|
@@ -1566,6 +1580,8 @@ declare const _default: {
|
|
|
1566
1580
|
conflict_dialog_save_item_fixedtimecycle_titel: string;
|
|
1567
1581
|
bio_ryhthm_default_field_text: string;
|
|
1568
1582
|
timeschedule_add_schedule_no_device_warning_text: string;
|
|
1583
|
+
add_new_dynamic_mood_alert_text: string;
|
|
1584
|
+
add_new_trigger_time_information_text: string;
|
|
1569
1585
|
};
|
|
1570
1586
|
hr: {
|
|
1571
1587
|
add_new_dynamic_mood_color_changing_mode_value: string;
|
|
@@ -1762,6 +1778,8 @@ declare const _default: {
|
|
|
1762
1778
|
conflict_dialog_save_item_fixedtimecycle_titel: string;
|
|
1763
1779
|
bio_ryhthm_default_field_text: string;
|
|
1764
1780
|
timeschedule_add_schedule_no_device_warning_text: string;
|
|
1781
|
+
add_new_dynamic_mood_alert_text: string;
|
|
1782
|
+
add_new_trigger_time_information_text: string;
|
|
1765
1783
|
};
|
|
1766
1784
|
hu: {
|
|
1767
1785
|
add_new_dynamic_mood_color_changing_mode_value: string;
|
|
@@ -1958,6 +1976,8 @@ declare const _default: {
|
|
|
1958
1976
|
conflict_dialog_save_item_fixedtimecycle_titel: string;
|
|
1959
1977
|
bio_ryhthm_default_field_text: string;
|
|
1960
1978
|
timeschedule_add_schedule_no_device_warning_text: string;
|
|
1979
|
+
add_new_dynamic_mood_alert_text: string;
|
|
1980
|
+
add_new_trigger_time_information_text: string;
|
|
1961
1981
|
};
|
|
1962
1982
|
it: {
|
|
1963
1983
|
add_new_dynamic_mood_color_changing_mode_value: string;
|
|
@@ -2154,6 +2174,8 @@ declare const _default: {
|
|
|
2154
2174
|
conflict_dialog_save_item_fixedtimecycle_titel: string;
|
|
2155
2175
|
bio_ryhthm_default_field_text: string;
|
|
2156
2176
|
timeschedule_add_schedule_no_device_warning_text: string;
|
|
2177
|
+
add_new_dynamic_mood_alert_text: string;
|
|
2178
|
+
add_new_trigger_time_information_text: string;
|
|
2157
2179
|
};
|
|
2158
2180
|
ko: {
|
|
2159
2181
|
add_new_dynamic_mood_color_changing_mode_value: string;
|
|
@@ -2350,6 +2372,8 @@ declare const _default: {
|
|
|
2350
2372
|
conflict_dialog_save_item_fixedtimecycle_titel: string;
|
|
2351
2373
|
bio_ryhthm_default_field_text: string;
|
|
2352
2374
|
timeschedule_add_schedule_no_device_warning_text: string;
|
|
2375
|
+
add_new_dynamic_mood_alert_text: string;
|
|
2376
|
+
add_new_trigger_time_information_text: string;
|
|
2353
2377
|
};
|
|
2354
2378
|
nb: {
|
|
2355
2379
|
add_new_dynamic_mood_color_changing_mode_value: string;
|
|
@@ -2546,6 +2570,8 @@ declare const _default: {
|
|
|
2546
2570
|
conflict_dialog_save_item_fixedtimecycle_titel: string;
|
|
2547
2571
|
bio_ryhthm_default_field_text: string;
|
|
2548
2572
|
timeschedule_add_schedule_no_device_warning_text: string;
|
|
2573
|
+
add_new_dynamic_mood_alert_text: string;
|
|
2574
|
+
add_new_trigger_time_information_text: string;
|
|
2549
2575
|
};
|
|
2550
2576
|
nl: {
|
|
2551
2577
|
add_new_dynamic_mood_color_changing_mode_value: string;
|
|
@@ -2742,6 +2768,8 @@ declare const _default: {
|
|
|
2742
2768
|
conflict_dialog_save_item_fixedtimecycle_titel: string;
|
|
2743
2769
|
bio_ryhthm_default_field_text: string;
|
|
2744
2770
|
timeschedule_add_schedule_no_device_warning_text: string;
|
|
2771
|
+
add_new_dynamic_mood_alert_text: string;
|
|
2772
|
+
add_new_trigger_time_information_text: string;
|
|
2745
2773
|
};
|
|
2746
2774
|
pl: {
|
|
2747
2775
|
add_new_dynamic_mood_color_changing_mode_value: string;
|
|
@@ -2938,6 +2966,8 @@ declare const _default: {
|
|
|
2938
2966
|
conflict_dialog_save_item_fixedtimecycle_titel: string;
|
|
2939
2967
|
bio_ryhthm_default_field_text: string;
|
|
2940
2968
|
timeschedule_add_schedule_no_device_warning_text: string;
|
|
2969
|
+
add_new_dynamic_mood_alert_text: string;
|
|
2970
|
+
add_new_trigger_time_information_text: string;
|
|
2941
2971
|
};
|
|
2942
2972
|
"pt-BR": {
|
|
2943
2973
|
add_new_dynamic_mood_color_changing_mode_value: string;
|
|
@@ -3134,6 +3164,8 @@ declare const _default: {
|
|
|
3134
3164
|
conflict_dialog_save_item_fixedtimecycle_titel: string;
|
|
3135
3165
|
bio_ryhthm_default_field_text: string;
|
|
3136
3166
|
timeschedule_add_schedule_no_device_warning_text: string;
|
|
3167
|
+
add_new_dynamic_mood_alert_text: string;
|
|
3168
|
+
add_new_trigger_time_information_text: string;
|
|
3137
3169
|
};
|
|
3138
3170
|
pt_BR: {
|
|
3139
3171
|
add_new_dynamic_mood_color_changing_mode_value: string;
|
|
@@ -3330,6 +3362,8 @@ declare const _default: {
|
|
|
3330
3362
|
conflict_dialog_save_item_fixedtimecycle_titel: string;
|
|
3331
3363
|
bio_ryhthm_default_field_text: string;
|
|
3332
3364
|
timeschedule_add_schedule_no_device_warning_text: string;
|
|
3365
|
+
add_new_dynamic_mood_alert_text: string;
|
|
3366
|
+
add_new_trigger_time_information_text: string;
|
|
3333
3367
|
};
|
|
3334
3368
|
ro: {
|
|
3335
3369
|
add_new_dynamic_mood_color_changing_mode_value: string;
|
|
@@ -3526,6 +3560,8 @@ declare const _default: {
|
|
|
3526
3560
|
conflict_dialog_save_item_fixedtimecycle_titel: string;
|
|
3527
3561
|
bio_ryhthm_default_field_text: string;
|
|
3528
3562
|
timeschedule_add_schedule_no_device_warning_text: string;
|
|
3563
|
+
add_new_dynamic_mood_alert_text: string;
|
|
3564
|
+
add_new_trigger_time_information_text: string;
|
|
3529
3565
|
};
|
|
3530
3566
|
ru: {
|
|
3531
3567
|
add_new_dynamic_mood_color_changing_mode_value: string;
|
|
@@ -3722,6 +3758,8 @@ declare const _default: {
|
|
|
3722
3758
|
conflict_dialog_save_item_fixedtimecycle_titel: string;
|
|
3723
3759
|
bio_ryhthm_default_field_text: string;
|
|
3724
3760
|
timeschedule_add_schedule_no_device_warning_text: string;
|
|
3761
|
+
add_new_dynamic_mood_alert_text: string;
|
|
3762
|
+
add_new_trigger_time_information_text: string;
|
|
3725
3763
|
};
|
|
3726
3764
|
sk: {
|
|
3727
3765
|
add_new_dynamic_mood_color_changing_mode_value: string;
|
|
@@ -3918,6 +3956,8 @@ declare const _default: {
|
|
|
3918
3956
|
conflict_dialog_save_item_fixedtimecycle_titel: string;
|
|
3919
3957
|
bio_ryhthm_default_field_text: string;
|
|
3920
3958
|
timeschedule_add_schedule_no_device_warning_text: string;
|
|
3959
|
+
add_new_dynamic_mood_alert_text: string;
|
|
3960
|
+
add_new_trigger_time_information_text: string;
|
|
3921
3961
|
};
|
|
3922
3962
|
sv: {
|
|
3923
3963
|
add_new_dynamic_mood_color_changing_mode_value: string;
|
|
@@ -4114,6 +4154,8 @@ declare const _default: {
|
|
|
4114
4154
|
conflict_dialog_save_item_fixedtimecycle_titel: string;
|
|
4115
4155
|
bio_ryhthm_default_field_text: string;
|
|
4116
4156
|
timeschedule_add_schedule_no_device_warning_text: string;
|
|
4157
|
+
add_new_dynamic_mood_alert_text: string;
|
|
4158
|
+
add_new_trigger_time_information_text: string;
|
|
4117
4159
|
};
|
|
4118
4160
|
tr: {
|
|
4119
4161
|
add_new_dynamic_mood_color_changing_mode_value: string;
|
|
@@ -4310,6 +4352,8 @@ declare const _default: {
|
|
|
4310
4352
|
conflict_dialog_save_item_fixedtimecycle_titel: string;
|
|
4311
4353
|
bio_ryhthm_default_field_text: string;
|
|
4312
4354
|
timeschedule_add_schedule_no_device_warning_text: string;
|
|
4355
|
+
add_new_dynamic_mood_alert_text: string;
|
|
4356
|
+
add_new_trigger_time_information_text: string;
|
|
4313
4357
|
};
|
|
4314
4358
|
uk: {
|
|
4315
4359
|
add_new_dynamic_mood_color_changing_mode_value: string;
|
|
@@ -4506,6 +4550,8 @@ declare const _default: {
|
|
|
4506
4550
|
conflict_dialog_save_item_fixedtimecycle_titel: string;
|
|
4507
4551
|
bio_ryhthm_default_field_text: string;
|
|
4508
4552
|
timeschedule_add_schedule_no_device_warning_text: string;
|
|
4553
|
+
add_new_dynamic_mood_alert_text: string;
|
|
4554
|
+
add_new_trigger_time_information_text: string;
|
|
4509
4555
|
};
|
|
4510
4556
|
};
|
|
4511
4557
|
export default _default;
|
package/src/i18n/strings.ts
CHANGED
|
@@ -234,6 +234,10 @@ export default {
|
|
|
234
234
|
bio_ryhthm_default_field_text: "شروق الشمس",
|
|
235
235
|
timeschedule_add_schedule_no_device_warning_text:
|
|
236
236
|
'You have to select at least one component in the "APPLY FOR" section.',
|
|
237
|
+
add_new_dynamic_mood_alert_text:
|
|
238
|
+
"Maximum number of characters has been reached.",
|
|
239
|
+
add_new_trigger_time_information_text:
|
|
240
|
+
"لا يمكن تحديد الأوقات المعطلة لأن كل أوقات التشغيل يجب أن تحتوي على فاصل زمني لا يقل عن 15 دقيقة.",
|
|
237
241
|
},
|
|
238
242
|
cs: {
|
|
239
243
|
add_new_dynamic_mood_color_changing_mode_value: "Gradient",
|
|
@@ -476,6 +480,9 @@ export default {
|
|
|
476
480
|
bio_ryhthm_default_field_text: "Svítání",
|
|
477
481
|
timeschedule_add_schedule_no_device_warning_text:
|
|
478
482
|
"Musíte vybrat alespoň jednu součást v sekci „POUŽÍT PRO“.",
|
|
483
|
+
add_new_dynamic_mood_alert_text: "Bylo dosaženo maximálního počtu znaků.",
|
|
484
|
+
add_new_trigger_time_information_text:
|
|
485
|
+
"Časy deaktivace nelze zvolit, protože pro všechny časy spuštění musí být minimální interval 15 minut.",
|
|
479
486
|
},
|
|
480
487
|
en: {
|
|
481
488
|
add_new_dynamic_mood_color_changing_mode_value: "Gradient",
|
|
@@ -713,6 +720,10 @@ export default {
|
|
|
713
720
|
bio_ryhthm_default_field_text: "Sunrise",
|
|
714
721
|
timeschedule_add_schedule_no_device_warning_text:
|
|
715
722
|
'You have to select at least one component in the "APPLY FOR" section.',
|
|
723
|
+
add_new_dynamic_mood_alert_text:
|
|
724
|
+
"Maximum number of characters has been reached.",
|
|
725
|
+
add_new_trigger_time_information_text:
|
|
726
|
+
"The disabled times cannot be selected because all trigger times must have a minimum interval of 15 minutes.",
|
|
716
727
|
},
|
|
717
728
|
bg: {
|
|
718
729
|
add_new_dynamic_mood_color_changing_mode_value: "Градиент",
|
|
@@ -959,6 +970,9 @@ export default {
|
|
|
959
970
|
bio_ryhthm_default_field_text: "Изгрев",
|
|
960
971
|
timeschedule_add_schedule_no_device_warning_text:
|
|
961
972
|
"Трябва да изберете поне един компонент в секцията „ПРИЛОЖИ ЗА“.",
|
|
973
|
+
add_new_dynamic_mood_alert_text: "Максималният брой символи е достигнат.",
|
|
974
|
+
add_new_trigger_time_information_text:
|
|
975
|
+
"Деактивираните времена не могат да бъдат избрани, тъй като всички времена на задействане трябва да имат минимален интервал от 15 минути.",
|
|
962
976
|
},
|
|
963
977
|
de: {
|
|
964
978
|
add_new_dynamic_mood_color_changing_mode_value: "Fließend",
|
|
@@ -1200,6 +1214,10 @@ export default {
|
|
|
1200
1214
|
bio_ryhthm_default_field_text: "Sonnenaufgang",
|
|
1201
1215
|
timeschedule_add_schedule_no_device_warning_text:
|
|
1202
1216
|
"Im Bereich „Anwenden für“ müsst du mindestens eine Komponente auswählen.",
|
|
1217
|
+
add_new_dynamic_mood_alert_text:
|
|
1218
|
+
"Die maximale Zeichenanzahl wurde erreicht.",
|
|
1219
|
+
add_new_trigger_time_information_text:
|
|
1220
|
+
"Die deaktivierten Zeiten können nicht ausgewählt werden, da alle Triggerzeiten ein Mindestintervall von 15 Minuten haben müssen.",
|
|
1203
1221
|
},
|
|
1204
1222
|
el: {
|
|
1205
1223
|
add_new_dynamic_mood_color_changing_mode_value: "Διαβάθμιση",
|
|
@@ -1449,6 +1467,10 @@ export default {
|
|
|
1449
1467
|
bio_ryhthm_default_field_text: "Ανατολή ηλίου",
|
|
1450
1468
|
timeschedule_add_schedule_no_device_warning_text:
|
|
1451
1469
|
"Πρέπει να επιλέξετε τουλάχιστον ένα στοιχείο στην ενότητα «ΕΦΑΡΜΟΓΗ ΓΙΑ».",
|
|
1470
|
+
add_new_dynamic_mood_alert_text:
|
|
1471
|
+
"Έχει επιτευχθεί ο μέγιστος αριθμός χαρακτήρων.",
|
|
1472
|
+
add_new_trigger_time_information_text:
|
|
1473
|
+
"Οι απενεργοποιημένοι χρόνοι δεν μπορούν να επιλεγούν επειδή όλοι οι χρόνοι ενεργοποίησης πρέπει να έχουν ελάχιστο διάστημα 15 λεπτών.",
|
|
1452
1474
|
},
|
|
1453
1475
|
es: {
|
|
1454
1476
|
add_new_dynamic_mood_color_changing_mode_value: "Gradiente",
|
|
@@ -1694,6 +1716,10 @@ export default {
|
|
|
1694
1716
|
bio_ryhthm_default_field_text: "Amanecer",
|
|
1695
1717
|
timeschedule_add_schedule_no_device_warning_text:
|
|
1696
1718
|
"Debe seleccionar al menos un componente en la sección «SOLICITAR».",
|
|
1719
|
+
add_new_dynamic_mood_alert_text:
|
|
1720
|
+
"Se ha alcanzado el número máximo de caracteres",
|
|
1721
|
+
add_new_trigger_time_information_text:
|
|
1722
|
+
"Los tiempos desactivados no pueden seleccionarse porque todos los tiempos de activación deben tener un intervalo mínimo de 15 minutos.",
|
|
1697
1723
|
},
|
|
1698
1724
|
fr: {
|
|
1699
1725
|
add_new_dynamic_mood_color_changing_mode_value: "Fluide",
|
|
@@ -1942,6 +1968,10 @@ export default {
|
|
|
1942
1968
|
bio_ryhthm_default_field_text: "Lever de soleil",
|
|
1943
1969
|
timeschedule_add_schedule_no_device_warning_text:
|
|
1944
1970
|
"Vous devez sélectionner au moins un composant dans la section « APPLIQUER POUR ».",
|
|
1971
|
+
add_new_dynamic_mood_alert_text:
|
|
1972
|
+
"Le nombre maximum de caractères a été atteint.",
|
|
1973
|
+
add_new_trigger_time_information_text:
|
|
1974
|
+
"Les heures désactivées ne peuvent pas être sélectionnées car toutes les heures de déclenchement doivent avoir un intervalle minimum de 15 minutes.",
|
|
1945
1975
|
},
|
|
1946
1976
|
hr: {
|
|
1947
1977
|
add_new_dynamic_mood_color_changing_mode_value: "Prijelaz",
|
|
@@ -2187,6 +2217,9 @@ export default {
|
|
|
2187
2217
|
bio_ryhthm_default_field_text: "Izlazak sunca",
|
|
2188
2218
|
timeschedule_add_schedule_no_device_warning_text:
|
|
2189
2219
|
'Morate odabrati barem jednu komponentu u odjeljku "PRIJAVA ZA".',
|
|
2220
|
+
add_new_dynamic_mood_alert_text: "Dosegnut je maksimalan broj znakova.",
|
|
2221
|
+
add_new_trigger_time_information_text:
|
|
2222
|
+
"Onemogućena vremena se ne mogu odabrati jer sva vremena okidača moraju imati minimalni interval od 15 minuta.",
|
|
2190
2223
|
},
|
|
2191
2224
|
hu: {
|
|
2192
2225
|
add_new_dynamic_mood_color_changing_mode_value: "Átmenet",
|
|
@@ -2430,6 +2463,9 @@ export default {
|
|
|
2430
2463
|
bio_ryhthm_default_field_text: "Napkelte",
|
|
2431
2464
|
timeschedule_add_schedule_no_device_warning_text:
|
|
2432
2465
|
"Legalább egy komponenst ki kell választania az „Alkalmaz erre:” részben.",
|
|
2466
|
+
add_new_dynamic_mood_alert_text: "Elérte a karakterek maximális számát.",
|
|
2467
|
+
add_new_trigger_time_information_text:
|
|
2468
|
+
"A letiltási időket nem lehet kiválasztani, mert minden aktiválási időnek legalább 15 perces időköznek kell lennie.",
|
|
2433
2469
|
},
|
|
2434
2470
|
it: {
|
|
2435
2471
|
add_new_dynamic_mood_color_changing_mode_value: "Sfumato",
|
|
@@ -2676,6 +2712,10 @@ export default {
|
|
|
2676
2712
|
bio_ryhthm_default_field_text: "Alba",
|
|
2677
2713
|
timeschedule_add_schedule_no_device_warning_text:
|
|
2678
2714
|
'È necessario selezionare almeno un dispositivo nella sezione "APPLICA PER".',
|
|
2715
|
+
add_new_dynamic_mood_alert_text:
|
|
2716
|
+
"È stato raggiunto il numero massimo di caratteri.",
|
|
2717
|
+
add_new_trigger_time_information_text:
|
|
2718
|
+
"Gli orari disattivati non possono essere selezionati perché tutti gli orari di attivazione devono avere un intervallo minimo di 15 minuti.",
|
|
2679
2719
|
},
|
|
2680
2720
|
ko: {
|
|
2681
2721
|
add_new_dynamic_mood_color_changing_mode_value: "그래디언트",
|
|
@@ -2906,6 +2946,9 @@ export default {
|
|
|
2906
2946
|
bio_ryhthm_default_field_text: "일출",
|
|
2907
2947
|
timeschedule_add_schedule_no_device_warning_text:
|
|
2908
2948
|
"“적용 대상” 섹션에서 하나 이상의 구성 요소를 선택해야 합니다.",
|
|
2949
|
+
add_new_dynamic_mood_alert_text: "최대 문자 수에 도달했습니다.",
|
|
2950
|
+
add_new_trigger_time_information_text:
|
|
2951
|
+
"모든 트리거 시간의 간격이 최소 15분이어야 하므로 비활성화 시간을 선택할 수 없습니다.",
|
|
2909
2952
|
},
|
|
2910
2953
|
nb: {
|
|
2911
2954
|
add_new_dynamic_mood_color_changing_mode_value: "Gradient",
|
|
@@ -3146,6 +3189,9 @@ export default {
|
|
|
3146
3189
|
bio_ryhthm_default_field_text: "Soloppgang",
|
|
3147
3190
|
timeschedule_add_schedule_no_device_warning_text:
|
|
3148
3191
|
"Du må velge minst én komponent i delen «SØKE PÅ».",
|
|
3192
|
+
add_new_dynamic_mood_alert_text: "Maksimalt antall tegn er nådd.",
|
|
3193
|
+
add_new_trigger_time_information_text:
|
|
3194
|
+
"De deaktiverte tidene kan ikke velges fordi alle utløsertider må ha et minimumsintervall på 15 minutter.",
|
|
3149
3195
|
},
|
|
3150
3196
|
nl: {
|
|
3151
3197
|
add_new_dynamic_mood_color_changing_mode_value: "Verloop",
|
|
@@ -3391,6 +3437,9 @@ export default {
|
|
|
3391
3437
|
bio_ryhthm_default_field_text: "Zonsopgang",
|
|
3392
3438
|
timeschedule_add_schedule_no_device_warning_text:
|
|
3393
3439
|
'U moet ten minste één component selecteren in het gedeelte "AANVRAGEN VOOR".',
|
|
3440
|
+
add_new_dynamic_mood_alert_text: "Maximum aantal karakters is bereikt.",
|
|
3441
|
+
add_new_trigger_time_information_text:
|
|
3442
|
+
"De uitgeschakelde tijden kunnen niet worden geselecteerd omdat alle activeringstijden een interval van minimaal 15 minuten moeten hebben.",
|
|
3394
3443
|
},
|
|
3395
3444
|
pl: {
|
|
3396
3445
|
add_new_dynamic_mood_color_changing_mode_value: "Gradient",
|
|
@@ -3636,6 +3685,10 @@ export default {
|
|
|
3636
3685
|
bio_ryhthm_default_field_text: "Wschód słońca",
|
|
3637
3686
|
timeschedule_add_schedule_no_device_warning_text:
|
|
3638
3687
|
"Musisz wybrać co najmniej jeden komponent w sekcji „ZŁÓŻ WNIOSEK”.",
|
|
3688
|
+
add_new_dynamic_mood_alert_text:
|
|
3689
|
+
"Maksymalna liczba znaków została osiągnięta.",
|
|
3690
|
+
add_new_trigger_time_information_text:
|
|
3691
|
+
"Nie można wybrać czasu wyłączenia, ponieważ wszystkie czasy wyzwalania muszą mieć minimalny odstęp 15 minut.",
|
|
3639
3692
|
},
|
|
3640
3693
|
"pt-BR": {
|
|
3641
3694
|
add_new_dynamic_mood_color_changing_mode_value: "Gradiente",
|
|
@@ -3881,6 +3934,10 @@ export default {
|
|
|
3881
3934
|
bio_ryhthm_default_field_text: "Nascer do sol",
|
|
3882
3935
|
timeschedule_add_schedule_no_device_warning_text:
|
|
3883
3936
|
"Você precisa selecionar pelo menos um componente na seção “SOLICITAR”.",
|
|
3937
|
+
add_new_dynamic_mood_alert_text:
|
|
3938
|
+
"O número máximo de caracteres foi alcançado.",
|
|
3939
|
+
add_new_trigger_time_information_text:
|
|
3940
|
+
"Os tempos de desativação não podem ser selecionados porque todos os tempos de acionamento devem ter um intervalo mínimo de 15 minutos.",
|
|
3884
3941
|
},
|
|
3885
3942
|
"pt_BR": {
|
|
3886
3943
|
add_new_dynamic_mood_color_changing_mode_value: "Gradiente",
|
|
@@ -4126,6 +4183,10 @@ export default {
|
|
|
4126
4183
|
bio_ryhthm_default_field_text: "Nascer do sol",
|
|
4127
4184
|
timeschedule_add_schedule_no_device_warning_text:
|
|
4128
4185
|
"Você precisa selecionar pelo menos um componente na seção “SOLICITAR”.",
|
|
4186
|
+
add_new_dynamic_mood_alert_text:
|
|
4187
|
+
"O número máximo de caracteres foi alcançado.",
|
|
4188
|
+
add_new_trigger_time_information_text:
|
|
4189
|
+
"Os tempos de desativação não podem ser selecionados porque todos os tempos de acionamento devem ter um intervalo mínimo de 15 minutos.",
|
|
4129
4190
|
},
|
|
4130
4191
|
ro: {
|
|
4131
4192
|
add_new_dynamic_mood_color_changing_mode_value: "Gradient",
|
|
@@ -4366,6 +4427,9 @@ export default {
|
|
|
4366
4427
|
bio_ryhthm_default_field_text: "Răsărit",
|
|
4367
4428
|
timeschedule_add_schedule_no_device_warning_text:
|
|
4368
4429
|
'Trebuie să selectați cel puțin o componentă în secțiunea "APLICARE".',
|
|
4430
|
+
add_new_dynamic_mood_alert_text: "Numărul maxim de caractere a fost atins.",
|
|
4431
|
+
add_new_trigger_time_information_text:
|
|
4432
|
+
"Nu se pot selecta orele dezactivate, deoarece toate orele de declanșare trebuie să aibă un interval minim de 15 minute.",
|
|
4369
4433
|
},
|
|
4370
4434
|
ru: {
|
|
4371
4435
|
add_new_dynamic_mood_color_changing_mode_value: "Градиент",
|
|
@@ -4612,6 +4676,10 @@ export default {
|
|
|
4612
4676
|
bio_ryhthm_default_field_text: "Восход",
|
|
4613
4677
|
timeschedule_add_schedule_no_device_warning_text:
|
|
4614
4678
|
"Вы должны выбрать хотя бы один компонент в разделе «ПОДАТЬ ЗАЯВКУ».",
|
|
4679
|
+
add_new_dynamic_mood_alert_text:
|
|
4680
|
+
"Достигнуто максимальное количество символов.",
|
|
4681
|
+
add_new_trigger_time_information_text:
|
|
4682
|
+
"Данные неактивные таймеры не могут быть выбраны, так как время срабатывания между ними должно быть не менее 15 минут",
|
|
4615
4683
|
},
|
|
4616
4684
|
sk: {
|
|
4617
4685
|
add_new_dynamic_mood_color_changing_mode_value: "Prechod",
|
|
@@ -4851,6 +4919,9 @@ export default {
|
|
|
4851
4919
|
bio_ryhthm_default_field_text: "Svitanie",
|
|
4852
4920
|
timeschedule_add_schedule_no_device_warning_text:
|
|
4853
4921
|
"Musíte vybrať aspoň jeden komponent v sekcii „POŽIADAŤ O“.",
|
|
4922
|
+
add_new_dynamic_mood_alert_text: "Bol dosiahnutý maximálny počet znakov.",
|
|
4923
|
+
add_new_trigger_time_information_text:
|
|
4924
|
+
"Vypnuté časy nie je možné vybrať, pretože všetky časy spúšťania musia mať minimálny interval 15 minút.",
|
|
4854
4925
|
},
|
|
4855
4926
|
sv: {
|
|
4856
4927
|
add_new_dynamic_mood_color_changing_mode_value: "Toning",
|
|
@@ -5092,6 +5163,9 @@ export default {
|
|
|
5092
5163
|
bio_ryhthm_default_field_text: "Soluppgång",
|
|
5093
5164
|
timeschedule_add_schedule_no_device_warning_text:
|
|
5094
5165
|
'Du måste välja minst en komponent i avsnittet "TILLÄMPA FÖR".',
|
|
5166
|
+
add_new_dynamic_mood_alert_text: "Maximalt antal tecken har uppnåtts.",
|
|
5167
|
+
add_new_trigger_time_information_text:
|
|
5168
|
+
"De inaktiverade tiderna kan inte väljas eftersom alla starttider måste ha ett minsta intervall på 15 minuter.",
|
|
5095
5169
|
},
|
|
5096
5170
|
tr: {
|
|
5097
5171
|
add_new_dynamic_mood_color_changing_mode_value: "Gradient",
|
|
@@ -5329,6 +5403,10 @@ export default {
|
|
|
5329
5403
|
bio_ryhthm_default_field_text: "Sunrise",
|
|
5330
5404
|
timeschedule_add_schedule_no_device_warning_text:
|
|
5331
5405
|
'You have to select at least one component in the "APPLY FOR" section.',
|
|
5406
|
+
add_new_dynamic_mood_alert_text:
|
|
5407
|
+
"Maximum number of characters has been reached.",
|
|
5408
|
+
add_new_trigger_time_information_text:
|
|
5409
|
+
"The disabled times cannot be selected because all trigger times must have a minimum interval of 15 minutes.",
|
|
5332
5410
|
},
|
|
5333
5411
|
uk: {
|
|
5334
5412
|
add_new_dynamic_mood_color_changing_mode_value: "Gradient",
|
|
@@ -5566,5 +5644,9 @@ export default {
|
|
|
5566
5644
|
bio_ryhthm_default_field_text: "Sunrise",
|
|
5567
5645
|
timeschedule_add_schedule_no_device_warning_text:
|
|
5568
5646
|
'You have to select at least one component in the "APPLY FOR" section.',
|
|
5647
|
+
add_new_dynamic_mood_alert_text:
|
|
5648
|
+
"Maximum number of characters has been reached.",
|
|
5649
|
+
add_new_trigger_time_information_text:
|
|
5650
|
+
"The disabled times cannot be selected because all trigger times must have a minimum interval of 15 minutes.",
|
|
5569
5651
|
},
|
|
5570
5652
|
};
|