@progress/kendo-angular-messages 1.37.0-dev.202210180734 → 1.37.0-dev.202210201124
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/messages/timepicker/timepicker.bg-BG.yml +15 -0
- package/messages/timepicker/timepicker.cs-CZ.yml +15 -0
- package/messages/timepicker/timepicker.da-DK.yml +15 -0
- package/messages/timepicker/timepicker.de-AT.yml +15 -0
- package/messages/timepicker/timepicker.de-CH.yml +15 -0
- package/messages/timepicker/timepicker.de-DE.yml +15 -0
- package/messages/timepicker/timepicker.de-LI.yml +15 -0
- package/messages/timepicker/timepicker.en-AU.yml +15 -0
- package/messages/timepicker/timepicker.en-CA.yml +15 -0
- package/messages/timepicker/timepicker.en-GB.yml +15 -0
- package/messages/timepicker/timepicker.en-US.yml +15 -0
- package/messages/timepicker/timepicker.es-AR.yml +15 -0
- package/messages/timepicker/timepicker.es-BO.yml +15 -0
- package/messages/timepicker/timepicker.es-CL.yml +15 -0
- package/messages/timepicker/timepicker.es-CO.yml +15 -0
- package/messages/timepicker/timepicker.es-CR.yml +15 -0
- package/messages/timepicker/timepicker.es-DO.yml +15 -0
- package/messages/timepicker/timepicker.es-EC.yml +15 -0
- package/messages/timepicker/timepicker.es-ES.yml +15 -0
- package/messages/timepicker/timepicker.es-GT.yml +15 -0
- package/messages/timepicker/timepicker.es-HN.yml +15 -0
- package/messages/timepicker/timepicker.es-MX.yml +15 -0
- package/messages/timepicker/timepicker.es-NI.yml +15 -0
- package/messages/timepicker/timepicker.es-PA.yml +15 -0
- package/messages/timepicker/timepicker.es-PE.yml +15 -0
- package/messages/timepicker/timepicker.es-PR.yml +15 -0
- package/messages/timepicker/timepicker.es-PY.yml +15 -0
- package/messages/timepicker/timepicker.es-US.yml +15 -0
- package/messages/timepicker/timepicker.es-UY.yml +15 -0
- package/messages/timepicker/timepicker.es-VE.yml +15 -0
- package/messages/timepicker/timepicker.fa-IR.yml +15 -0
- package/messages/timepicker/timepicker.fi-FI.yml +15 -0
- package/messages/timepicker/timepicker.fr-BE.yml +15 -0
- package/messages/timepicker/timepicker.fr-CA.yml +15 -0
- package/messages/timepicker/timepicker.fr-CD.yml +15 -0
- package/messages/timepicker/timepicker.fr-CH.yml +15 -0
- package/messages/timepicker/timepicker.fr-CI.yml +15 -0
- package/messages/timepicker/timepicker.fr-CM.yml +15 -0
- package/messages/timepicker/timepicker.fr-FR.yml +15 -0
- package/messages/timepicker/timepicker.fr-HT.yml +15 -0
- package/messages/timepicker/timepicker.fr-LU.yml +15 -0
- package/messages/timepicker/timepicker.fr-MA.yml +15 -0
- package/messages/timepicker/timepicker.fr-MC.yml +15 -0
- package/messages/timepicker/timepicker.fr-ML.yml +15 -0
- package/messages/timepicker/timepicker.fr-SN.yml +15 -0
- package/messages/timepicker/timepicker.he-IL.yml +15 -0
- package/messages/timepicker/timepicker.hy-AM.yml +15 -0
- package/messages/timepicker/timepicker.it-CH.yml +15 -0
- package/messages/timepicker/timepicker.it-IT.yml +15 -0
- package/messages/timepicker/timepicker.ja-JP.yml +15 -0
- package/messages/timepicker/timepicker.nb-NO.yml +15 -0
- package/messages/timepicker/timepicker.nl-BE.yml +15 -0
- package/messages/timepicker/timepicker.nl-NL.yml +15 -0
- package/messages/timepicker/timepicker.pl-PL.yml +15 -0
- package/messages/timepicker/timepicker.pt-BR.yml +15 -0
- package/messages/timepicker/timepicker.pt-PT.yml +15 -0
- package/messages/timepicker/timepicker.ro-RO.yml +15 -0
- package/messages/timepicker/timepicker.ru-RU.yml +15 -0
- package/messages/timepicker/timepicker.sk-SK.yml +15 -0
- package/messages/timepicker/timepicker.sv-SE.yml +15 -0
- package/messages/timepicker/timepicker.tr-TR.yml +15 -0
- package/messages/timepicker/timepicker.uk-UA.yml +15 -0
- package/messages/timepicker/timepicker.zh-CN.yml +15 -0
- package/messages/timepicker/timepicker.zh-HK.yml +15 -0
- package/messages/timepicker/timepicker.zh-TW.yml +15 -0
- package/package.json +1 -1
|
@@ -20,3 +20,18 @@ kendo:
|
|
|
20
20
|
|
|
21
21
|
# The label for the toggle button in the timepicker component
|
|
22
22
|
toggle: Отвори/затвори календара
|
|
23
|
+
|
|
24
|
+
# The label for the hour part in the timepicker component
|
|
25
|
+
hour: Час
|
|
26
|
+
|
|
27
|
+
# The label for the minute part in the timepicker component
|
|
28
|
+
minute: Минута
|
|
29
|
+
|
|
30
|
+
# The label for the second part in the timepicker component
|
|
31
|
+
second: Секунда
|
|
32
|
+
|
|
33
|
+
# The label for the millisecond part in the timepicker component
|
|
34
|
+
millisecond: Милисекунда
|
|
35
|
+
|
|
36
|
+
# The label for the dayperiod part in the timepicker component
|
|
37
|
+
dayperiod: Период на деня
|
|
@@ -20,3 +20,18 @@ kendo:
|
|
|
20
20
|
|
|
21
21
|
# The label for the toggle button in the timepicker component
|
|
22
22
|
toggle: Zobrazit/skrýt výběr času
|
|
23
|
+
|
|
24
|
+
# The label for the hour part in the timepicker component
|
|
25
|
+
hour: Hour
|
|
26
|
+
|
|
27
|
+
# The label for the minute part in the timepicker component
|
|
28
|
+
minute: Minute
|
|
29
|
+
|
|
30
|
+
# The label for the second part in the timepicker component
|
|
31
|
+
second: Second
|
|
32
|
+
|
|
33
|
+
# The label for the millisecond part in the timepicker component
|
|
34
|
+
millisecond: Millisecond
|
|
35
|
+
|
|
36
|
+
# The label for the dayperiod part in the timepicker component
|
|
37
|
+
dayperiod: Dayperiod
|
|
@@ -20,3 +20,18 @@ kendo:
|
|
|
20
20
|
|
|
21
21
|
# The label for the toggle button in the timepicker component
|
|
22
22
|
toggle: Toggle tids liste
|
|
23
|
+
|
|
24
|
+
# The label for the hour part in the timepicker component
|
|
25
|
+
hour: Hour
|
|
26
|
+
|
|
27
|
+
# The label for the minute part in the timepicker component
|
|
28
|
+
minute: Minute
|
|
29
|
+
|
|
30
|
+
# The label for the second part in the timepicker component
|
|
31
|
+
second: Second
|
|
32
|
+
|
|
33
|
+
# The label for the millisecond part in the timepicker component
|
|
34
|
+
millisecond: Millisecond
|
|
35
|
+
|
|
36
|
+
# The label for the dayperiod part in the timepicker component
|
|
37
|
+
dayperiod: Dayperiod
|
|
@@ -20,3 +20,18 @@ kendo:
|
|
|
20
20
|
|
|
21
21
|
# The label for the toggle button in the timepicker component
|
|
22
22
|
toggle: Zeitleiste umschalten
|
|
23
|
+
|
|
24
|
+
# The label for the hour part in the timepicker component
|
|
25
|
+
hour: Hour
|
|
26
|
+
|
|
27
|
+
# The label for the minute part in the timepicker component
|
|
28
|
+
minute: Minute
|
|
29
|
+
|
|
30
|
+
# The label for the second part in the timepicker component
|
|
31
|
+
second: Second
|
|
32
|
+
|
|
33
|
+
# The label for the millisecond part in the timepicker component
|
|
34
|
+
millisecond: Millisecond
|
|
35
|
+
|
|
36
|
+
# The label for the dayperiod part in the timepicker component
|
|
37
|
+
dayperiod: Dayperiod
|
|
@@ -20,3 +20,18 @@ kendo:
|
|
|
20
20
|
|
|
21
21
|
# The label for the toggle button in the timepicker component
|
|
22
22
|
toggle: Zeitliste ein-/ausblenden
|
|
23
|
+
|
|
24
|
+
# The label for the hour part in the timepicker component
|
|
25
|
+
hour: Hour
|
|
26
|
+
|
|
27
|
+
# The label for the minute part in the timepicker component
|
|
28
|
+
minute: Minute
|
|
29
|
+
|
|
30
|
+
# The label for the second part in the timepicker component
|
|
31
|
+
second: Second
|
|
32
|
+
|
|
33
|
+
# The label for the millisecond part in the timepicker component
|
|
34
|
+
millisecond: Millisecond
|
|
35
|
+
|
|
36
|
+
# The label for the dayperiod part in the timepicker component
|
|
37
|
+
dayperiod: Dayperiod
|
|
@@ -20,3 +20,18 @@ kendo:
|
|
|
20
20
|
|
|
21
21
|
# The label for the toggle button in the timepicker component
|
|
22
22
|
toggle: Zeitleiste umschalten
|
|
23
|
+
|
|
24
|
+
# The label for the hour part in the timepicker component
|
|
25
|
+
hour: Hour
|
|
26
|
+
|
|
27
|
+
# The label for the minute part in the timepicker component
|
|
28
|
+
minute: Minute
|
|
29
|
+
|
|
30
|
+
# The label for the second part in the timepicker component
|
|
31
|
+
second: Second
|
|
32
|
+
|
|
33
|
+
# The label for the millisecond part in the timepicker component
|
|
34
|
+
millisecond: Millisecond
|
|
35
|
+
|
|
36
|
+
# The label for the dayperiod part in the timepicker component
|
|
37
|
+
dayperiod: Dayperiod
|
|
@@ -20,3 +20,18 @@ kendo:
|
|
|
20
20
|
|
|
21
21
|
# The label for the toggle button in the timepicker component
|
|
22
22
|
toggle: Umschaltzeitliste
|
|
23
|
+
|
|
24
|
+
# The label for the hour part in the timepicker component
|
|
25
|
+
hour: Hour
|
|
26
|
+
|
|
27
|
+
# The label for the minute part in the timepicker component
|
|
28
|
+
minute: Minute
|
|
29
|
+
|
|
30
|
+
# The label for the second part in the timepicker component
|
|
31
|
+
second: Second
|
|
32
|
+
|
|
33
|
+
# The label for the millisecond part in the timepicker component
|
|
34
|
+
millisecond: Millisecond
|
|
35
|
+
|
|
36
|
+
# The label for the dayperiod part in the timepicker component
|
|
37
|
+
dayperiod: Dayperiod
|
|
@@ -20,3 +20,18 @@ kendo:
|
|
|
20
20
|
|
|
21
21
|
# The label for the toggle button in the timepicker component
|
|
22
22
|
toggle: Toggle time list
|
|
23
|
+
|
|
24
|
+
# The label for the hour part in the timepicker component
|
|
25
|
+
hour: Hour
|
|
26
|
+
|
|
27
|
+
# The label for the minute part in the timepicker component
|
|
28
|
+
minute: Minute
|
|
29
|
+
|
|
30
|
+
# The label for the second part in the timepicker component
|
|
31
|
+
second: Second
|
|
32
|
+
|
|
33
|
+
# The label for the millisecond part in the timepicker component
|
|
34
|
+
millisecond: Millisecond
|
|
35
|
+
|
|
36
|
+
# The label for the dayperiod part in the timepicker component
|
|
37
|
+
dayperiod: Dayperiod
|
|
@@ -20,3 +20,18 @@ kendo:
|
|
|
20
20
|
|
|
21
21
|
# The label for the toggle button in the timepicker component
|
|
22
22
|
toggle: Toggle time list
|
|
23
|
+
|
|
24
|
+
# The label for the hour part in the timepicker component
|
|
25
|
+
hour: Hour
|
|
26
|
+
|
|
27
|
+
# The label for the minute part in the timepicker component
|
|
28
|
+
minute: Minute
|
|
29
|
+
|
|
30
|
+
# The label for the second part in the timepicker component
|
|
31
|
+
second: Second
|
|
32
|
+
|
|
33
|
+
# The label for the millisecond part in the timepicker component
|
|
34
|
+
millisecond: Millisecond
|
|
35
|
+
|
|
36
|
+
# The label for the dayperiod part in the timepicker component
|
|
37
|
+
dayperiod: Dayperiod
|
|
@@ -20,3 +20,18 @@ kendo:
|
|
|
20
20
|
|
|
21
21
|
# The label for the toggle button in the timepicker component
|
|
22
22
|
toggle: Toggle time list
|
|
23
|
+
|
|
24
|
+
# The label for the hour part in the timepicker component
|
|
25
|
+
hour: Hour
|
|
26
|
+
|
|
27
|
+
# The label for the minute part in the timepicker component
|
|
28
|
+
minute: Minute
|
|
29
|
+
|
|
30
|
+
# The label for the second part in the timepicker component
|
|
31
|
+
second: Second
|
|
32
|
+
|
|
33
|
+
# The label for the millisecond part in the timepicker component
|
|
34
|
+
millisecond: Millisecond
|
|
35
|
+
|
|
36
|
+
# The label for the dayperiod part in the timepicker component
|
|
37
|
+
dayperiod: Dayperiod
|
|
@@ -20,3 +20,18 @@ kendo:
|
|
|
20
20
|
|
|
21
21
|
# The label for the toggle button in the timepicker component
|
|
22
22
|
toggle: Toggle time list
|
|
23
|
+
|
|
24
|
+
# The label for the hour part in the timepicker component
|
|
25
|
+
hour: Hour
|
|
26
|
+
|
|
27
|
+
# The label for the minute part in the timepicker component
|
|
28
|
+
minute: Minute
|
|
29
|
+
|
|
30
|
+
# The label for the second part in the timepicker component
|
|
31
|
+
second: Second
|
|
32
|
+
|
|
33
|
+
# The label for the millisecond part in the timepicker component
|
|
34
|
+
millisecond: Millisecond
|
|
35
|
+
|
|
36
|
+
# The label for the dayperiod part in the timepicker component
|
|
37
|
+
dayperiod: Dayperiod
|
|
@@ -20,3 +20,18 @@ kendo:
|
|
|
20
20
|
|
|
21
21
|
# The label for the toggle button in the timepicker component
|
|
22
22
|
toggle: Alternar lista de tiempo
|
|
23
|
+
|
|
24
|
+
# The label for the hour part in the timepicker component
|
|
25
|
+
hour: Hour
|
|
26
|
+
|
|
27
|
+
# The label for the minute part in the timepicker component
|
|
28
|
+
minute: Minute
|
|
29
|
+
|
|
30
|
+
# The label for the second part in the timepicker component
|
|
31
|
+
second: Second
|
|
32
|
+
|
|
33
|
+
# The label for the millisecond part in the timepicker component
|
|
34
|
+
millisecond: Millisecond
|
|
35
|
+
|
|
36
|
+
# The label for the dayperiod part in the timepicker component
|
|
37
|
+
dayperiod: Dayperiod
|
|
@@ -20,3 +20,18 @@ kendo:
|
|
|
20
20
|
|
|
21
21
|
# The label for the toggle button in the timepicker component
|
|
22
22
|
toggle: Alternar lista de tiempo
|
|
23
|
+
|
|
24
|
+
# The label for the hour part in the timepicker component
|
|
25
|
+
hour: Hour
|
|
26
|
+
|
|
27
|
+
# The label for the minute part in the timepicker component
|
|
28
|
+
minute: Minute
|
|
29
|
+
|
|
30
|
+
# The label for the second part in the timepicker component
|
|
31
|
+
second: Second
|
|
32
|
+
|
|
33
|
+
# The label for the millisecond part in the timepicker component
|
|
34
|
+
millisecond: Millisecond
|
|
35
|
+
|
|
36
|
+
# The label for the dayperiod part in the timepicker component
|
|
37
|
+
dayperiod: Dayperiod
|
|
@@ -20,3 +20,18 @@ kendo:
|
|
|
20
20
|
|
|
21
21
|
# The label for the toggle button in the timepicker component
|
|
22
22
|
toggle: Alternar lista de tiempo
|
|
23
|
+
|
|
24
|
+
# The label for the hour part in the timepicker component
|
|
25
|
+
hour: Hour
|
|
26
|
+
|
|
27
|
+
# The label for the minute part in the timepicker component
|
|
28
|
+
minute: Minute
|
|
29
|
+
|
|
30
|
+
# The label for the second part in the timepicker component
|
|
31
|
+
second: Second
|
|
32
|
+
|
|
33
|
+
# The label for the millisecond part in the timepicker component
|
|
34
|
+
millisecond: Millisecond
|
|
35
|
+
|
|
36
|
+
# The label for the dayperiod part in the timepicker component
|
|
37
|
+
dayperiod: Dayperiod
|
|
@@ -20,3 +20,18 @@ kendo:
|
|
|
20
20
|
|
|
21
21
|
# The label for the toggle button in the timepicker component
|
|
22
22
|
toggle: Alternar lista de tiempo
|
|
23
|
+
|
|
24
|
+
# The label for the hour part in the timepicker component
|
|
25
|
+
hour: Hour
|
|
26
|
+
|
|
27
|
+
# The label for the minute part in the timepicker component
|
|
28
|
+
minute: Minute
|
|
29
|
+
|
|
30
|
+
# The label for the second part in the timepicker component
|
|
31
|
+
second: Second
|
|
32
|
+
|
|
33
|
+
# The label for the millisecond part in the timepicker component
|
|
34
|
+
millisecond: Millisecond
|
|
35
|
+
|
|
36
|
+
# The label for the dayperiod part in the timepicker component
|
|
37
|
+
dayperiod: Dayperiod
|
|
@@ -20,3 +20,18 @@ kendo:
|
|
|
20
20
|
|
|
21
21
|
# The label for the toggle button in the timepicker component
|
|
22
22
|
toggle: Alternar lista de tiempo
|
|
23
|
+
|
|
24
|
+
# The label for the hour part in the timepicker component
|
|
25
|
+
hour: Hour
|
|
26
|
+
|
|
27
|
+
# The label for the minute part in the timepicker component
|
|
28
|
+
minute: Minute
|
|
29
|
+
|
|
30
|
+
# The label for the second part in the timepicker component
|
|
31
|
+
second: Second
|
|
32
|
+
|
|
33
|
+
# The label for the millisecond part in the timepicker component
|
|
34
|
+
millisecond: Millisecond
|
|
35
|
+
|
|
36
|
+
# The label for the dayperiod part in the timepicker component
|
|
37
|
+
dayperiod: Dayperiod
|
|
@@ -20,3 +20,18 @@ kendo:
|
|
|
20
20
|
|
|
21
21
|
# The label for the toggle button in the timepicker component
|
|
22
22
|
toggle: Alternar lista de tiempo
|
|
23
|
+
|
|
24
|
+
# The label for the hour part in the timepicker component
|
|
25
|
+
hour: Hour
|
|
26
|
+
|
|
27
|
+
# The label for the minute part in the timepicker component
|
|
28
|
+
minute: Minute
|
|
29
|
+
|
|
30
|
+
# The label for the second part in the timepicker component
|
|
31
|
+
second: Second
|
|
32
|
+
|
|
33
|
+
# The label for the millisecond part in the timepicker component
|
|
34
|
+
millisecond: Millisecond
|
|
35
|
+
|
|
36
|
+
# The label for the dayperiod part in the timepicker component
|
|
37
|
+
dayperiod: Dayperiod
|
|
@@ -20,3 +20,18 @@ kendo:
|
|
|
20
20
|
|
|
21
21
|
# The label for the toggle button in the timepicker component
|
|
22
22
|
toggle: Alternar lista de tiempo
|
|
23
|
+
|
|
24
|
+
# The label for the hour part in the timepicker component
|
|
25
|
+
hour: Hour
|
|
26
|
+
|
|
27
|
+
# The label for the minute part in the timepicker component
|
|
28
|
+
minute: Minute
|
|
29
|
+
|
|
30
|
+
# The label for the second part in the timepicker component
|
|
31
|
+
second: Second
|
|
32
|
+
|
|
33
|
+
# The label for the millisecond part in the timepicker component
|
|
34
|
+
millisecond: Millisecond
|
|
35
|
+
|
|
36
|
+
# The label for the dayperiod part in the timepicker component
|
|
37
|
+
dayperiod: Dayperiod
|
|
@@ -20,3 +20,18 @@ kendo:
|
|
|
20
20
|
|
|
21
21
|
# The label for the toggle button in the timepicker component
|
|
22
22
|
toggle: Alternar lista de tiempo
|
|
23
|
+
|
|
24
|
+
# The label for the hour part in the timepicker component
|
|
25
|
+
hour: Hour
|
|
26
|
+
|
|
27
|
+
# The label for the minute part in the timepicker component
|
|
28
|
+
minute: Minute
|
|
29
|
+
|
|
30
|
+
# The label for the second part in the timepicker component
|
|
31
|
+
second: Second
|
|
32
|
+
|
|
33
|
+
# The label for the millisecond part in the timepicker component
|
|
34
|
+
millisecond: Millisecond
|
|
35
|
+
|
|
36
|
+
# The label for the dayperiod part in the timepicker component
|
|
37
|
+
dayperiod: Dayperiod
|
|
@@ -20,3 +20,18 @@ kendo:
|
|
|
20
20
|
|
|
21
21
|
# The label for the toggle button in the timepicker component
|
|
22
22
|
toggle: Alternar lista de tiempo
|
|
23
|
+
|
|
24
|
+
# The label for the hour part in the timepicker component
|
|
25
|
+
hour: Hour
|
|
26
|
+
|
|
27
|
+
# The label for the minute part in the timepicker component
|
|
28
|
+
minute: Minute
|
|
29
|
+
|
|
30
|
+
# The label for the second part in the timepicker component
|
|
31
|
+
second: Second
|
|
32
|
+
|
|
33
|
+
# The label for the millisecond part in the timepicker component
|
|
34
|
+
millisecond: Millisecond
|
|
35
|
+
|
|
36
|
+
# The label for the dayperiod part in the timepicker component
|
|
37
|
+
dayperiod: Dayperiod
|
|
@@ -20,3 +20,18 @@ kendo:
|
|
|
20
20
|
|
|
21
21
|
# The label for the toggle button in the timepicker component
|
|
22
22
|
toggle: Alternar lista de tiempo
|
|
23
|
+
|
|
24
|
+
# The label for the hour part in the timepicker component
|
|
25
|
+
hour: Hour
|
|
26
|
+
|
|
27
|
+
# The label for the minute part in the timepicker component
|
|
28
|
+
minute: Minute
|
|
29
|
+
|
|
30
|
+
# The label for the second part in the timepicker component
|
|
31
|
+
second: Second
|
|
32
|
+
|
|
33
|
+
# The label for the millisecond part in the timepicker component
|
|
34
|
+
millisecond: Millisecond
|
|
35
|
+
|
|
36
|
+
# The label for the dayperiod part in the timepicker component
|
|
37
|
+
dayperiod: Dayperiod
|
|
@@ -20,3 +20,18 @@ kendo:
|
|
|
20
20
|
|
|
21
21
|
# The label for the toggle button in the timepicker component
|
|
22
22
|
toggle: Alternar lista de tiempo
|
|
23
|
+
|
|
24
|
+
# The label for the hour part in the timepicker component
|
|
25
|
+
hour: Hour
|
|
26
|
+
|
|
27
|
+
# The label for the minute part in the timepicker component
|
|
28
|
+
minute: Minute
|
|
29
|
+
|
|
30
|
+
# The label for the second part in the timepicker component
|
|
31
|
+
second: Second
|
|
32
|
+
|
|
33
|
+
# The label for the millisecond part in the timepicker component
|
|
34
|
+
millisecond: Millisecond
|
|
35
|
+
|
|
36
|
+
# The label for the dayperiod part in the timepicker component
|
|
37
|
+
dayperiod: Dayperiod
|
|
@@ -20,3 +20,18 @@ kendo:
|
|
|
20
20
|
|
|
21
21
|
# The label for the toggle button in the timepicker component
|
|
22
22
|
toggle: Alternar lista de tiempo
|
|
23
|
+
|
|
24
|
+
# The label for the hour part in the timepicker component
|
|
25
|
+
hour: Hour
|
|
26
|
+
|
|
27
|
+
# The label for the minute part in the timepicker component
|
|
28
|
+
minute: Minute
|
|
29
|
+
|
|
30
|
+
# The label for the second part in the timepicker component
|
|
31
|
+
second: Second
|
|
32
|
+
|
|
33
|
+
# The label for the millisecond part in the timepicker component
|
|
34
|
+
millisecond: Millisecond
|
|
35
|
+
|
|
36
|
+
# The label for the dayperiod part in the timepicker component
|
|
37
|
+
dayperiod: Dayperiod
|
|
@@ -20,3 +20,18 @@ kendo:
|
|
|
20
20
|
|
|
21
21
|
# The label for the toggle button in the timepicker component
|
|
22
22
|
toggle: Alternar lista de tiempo
|
|
23
|
+
|
|
24
|
+
# The label for the hour part in the timepicker component
|
|
25
|
+
hour: Hour
|
|
26
|
+
|
|
27
|
+
# The label for the minute part in the timepicker component
|
|
28
|
+
minute: Minute
|
|
29
|
+
|
|
30
|
+
# The label for the second part in the timepicker component
|
|
31
|
+
second: Second
|
|
32
|
+
|
|
33
|
+
# The label for the millisecond part in the timepicker component
|
|
34
|
+
millisecond: Millisecond
|
|
35
|
+
|
|
36
|
+
# The label for the dayperiod part in the timepicker component
|
|
37
|
+
dayperiod: Dayperiod
|
|
@@ -20,3 +20,18 @@ kendo:
|
|
|
20
20
|
|
|
21
21
|
# The label for the toggle button in the timepicker component
|
|
22
22
|
toggle: Alternar lista de tiempo
|
|
23
|
+
|
|
24
|
+
# The label for the hour part in the timepicker component
|
|
25
|
+
hour: Hour
|
|
26
|
+
|
|
27
|
+
# The label for the minute part in the timepicker component
|
|
28
|
+
minute: Minute
|
|
29
|
+
|
|
30
|
+
# The label for the second part in the timepicker component
|
|
31
|
+
second: Second
|
|
32
|
+
|
|
33
|
+
# The label for the millisecond part in the timepicker component
|
|
34
|
+
millisecond: Millisecond
|
|
35
|
+
|
|
36
|
+
# The label for the dayperiod part in the timepicker component
|
|
37
|
+
dayperiod: Dayperiod
|
|
@@ -20,3 +20,18 @@ kendo:
|
|
|
20
20
|
|
|
21
21
|
# The label for the toggle button in the timepicker component
|
|
22
22
|
toggle: Alternar lista de tiempo
|
|
23
|
+
|
|
24
|
+
# The label for the hour part in the timepicker component
|
|
25
|
+
hour: Hour
|
|
26
|
+
|
|
27
|
+
# The label for the minute part in the timepicker component
|
|
28
|
+
minute: Minute
|
|
29
|
+
|
|
30
|
+
# The label for the second part in the timepicker component
|
|
31
|
+
second: Second
|
|
32
|
+
|
|
33
|
+
# The label for the millisecond part in the timepicker component
|
|
34
|
+
millisecond: Millisecond
|
|
35
|
+
|
|
36
|
+
# The label for the dayperiod part in the timepicker component
|
|
37
|
+
dayperiod: Dayperiod
|
|
@@ -20,3 +20,18 @@ kendo:
|
|
|
20
20
|
|
|
21
21
|
# The label for the toggle button in the timepicker component
|
|
22
22
|
toggle: Alternar lista de tiempo
|
|
23
|
+
|
|
24
|
+
# The label for the hour part in the timepicker component
|
|
25
|
+
hour: Hour
|
|
26
|
+
|
|
27
|
+
# The label for the minute part in the timepicker component
|
|
28
|
+
minute: Minute
|
|
29
|
+
|
|
30
|
+
# The label for the second part in the timepicker component
|
|
31
|
+
second: Second
|
|
32
|
+
|
|
33
|
+
# The label for the millisecond part in the timepicker component
|
|
34
|
+
millisecond: Millisecond
|
|
35
|
+
|
|
36
|
+
# The label for the dayperiod part in the timepicker component
|
|
37
|
+
dayperiod: Dayperiod
|
|
@@ -20,3 +20,18 @@ kendo:
|
|
|
20
20
|
|
|
21
21
|
# The label for the toggle button in the timepicker component
|
|
22
22
|
toggle: Alternar lista de tiempo
|
|
23
|
+
|
|
24
|
+
# The label for the hour part in the timepicker component
|
|
25
|
+
hour: Hour
|
|
26
|
+
|
|
27
|
+
# The label for the minute part in the timepicker component
|
|
28
|
+
minute: Minute
|
|
29
|
+
|
|
30
|
+
# The label for the second part in the timepicker component
|
|
31
|
+
second: Second
|
|
32
|
+
|
|
33
|
+
# The label for the millisecond part in the timepicker component
|
|
34
|
+
millisecond: Millisecond
|
|
35
|
+
|
|
36
|
+
# The label for the dayperiod part in the timepicker component
|
|
37
|
+
dayperiod: Dayperiod
|
|
@@ -20,3 +20,18 @@ kendo:
|
|
|
20
20
|
|
|
21
21
|
# The label for the toggle button in the timepicker component
|
|
22
22
|
toggle: Alternar lista de tiempo
|
|
23
|
+
|
|
24
|
+
# The label for the hour part in the timepicker component
|
|
25
|
+
hour: Hour
|
|
26
|
+
|
|
27
|
+
# The label for the minute part in the timepicker component
|
|
28
|
+
minute: Minute
|
|
29
|
+
|
|
30
|
+
# The label for the second part in the timepicker component
|
|
31
|
+
second: Second
|
|
32
|
+
|
|
33
|
+
# The label for the millisecond part in the timepicker component
|
|
34
|
+
millisecond: Millisecond
|
|
35
|
+
|
|
36
|
+
# The label for the dayperiod part in the timepicker component
|
|
37
|
+
dayperiod: Dayperiod
|
|
@@ -20,3 +20,18 @@ kendo:
|
|
|
20
20
|
|
|
21
21
|
# The label for the toggle button in the timepicker component
|
|
22
22
|
toggle: Alternar lista de tiempo
|
|
23
|
+
|
|
24
|
+
# The label for the hour part in the timepicker component
|
|
25
|
+
hour: Hour
|
|
26
|
+
|
|
27
|
+
# The label for the minute part in the timepicker component
|
|
28
|
+
minute: Minute
|
|
29
|
+
|
|
30
|
+
# The label for the second part in the timepicker component
|
|
31
|
+
second: Second
|
|
32
|
+
|
|
33
|
+
# The label for the millisecond part in the timepicker component
|
|
34
|
+
millisecond: Millisecond
|
|
35
|
+
|
|
36
|
+
# The label for the dayperiod part in the timepicker component
|
|
37
|
+
dayperiod: Dayperiod
|
|
@@ -20,3 +20,18 @@ kendo:
|
|
|
20
20
|
|
|
21
21
|
# The label for the toggle button in the timepicker component
|
|
22
22
|
toggle: تغییر وضعیت فهرست زمان
|
|
23
|
+
|
|
24
|
+
# The label for the hour part in the timepicker component
|
|
25
|
+
hour: Hour
|
|
26
|
+
|
|
27
|
+
# The label for the minute part in the timepicker component
|
|
28
|
+
minute: Minute
|
|
29
|
+
|
|
30
|
+
# The label for the second part in the timepicker component
|
|
31
|
+
second: Second
|
|
32
|
+
|
|
33
|
+
# The label for the millisecond part in the timepicker component
|
|
34
|
+
millisecond: Millisecond
|
|
35
|
+
|
|
36
|
+
# The label for the dayperiod part in the timepicker component
|
|
37
|
+
dayperiod: Dayperiod
|
|
@@ -20,3 +20,18 @@ kendo:
|
|
|
20
20
|
|
|
21
21
|
# The label for the toggle button in the timepicker component
|
|
22
22
|
toggle: Vaihda aikaluettelo
|
|
23
|
+
|
|
24
|
+
# The label for the hour part in the timepicker component
|
|
25
|
+
hour: Hour
|
|
26
|
+
|
|
27
|
+
# The label for the minute part in the timepicker component
|
|
28
|
+
minute: Minute
|
|
29
|
+
|
|
30
|
+
# The label for the second part in the timepicker component
|
|
31
|
+
second: Second
|
|
32
|
+
|
|
33
|
+
# The label for the millisecond part in the timepicker component
|
|
34
|
+
millisecond: Millisecond
|
|
35
|
+
|
|
36
|
+
# The label for the dayperiod part in the timepicker component
|
|
37
|
+
dayperiod: Dayperiod
|
|
@@ -20,3 +20,18 @@ kendo:
|
|
|
20
20
|
|
|
21
21
|
# The label for the toggle button in the timepicker component
|
|
22
22
|
toggle: Afficher le sélecteur
|
|
23
|
+
|
|
24
|
+
# The label for the hour part in the timepicker component
|
|
25
|
+
hour: Hour
|
|
26
|
+
|
|
27
|
+
# The label for the minute part in the timepicker component
|
|
28
|
+
minute: Minute
|
|
29
|
+
|
|
30
|
+
# The label for the second part in the timepicker component
|
|
31
|
+
second: Second
|
|
32
|
+
|
|
33
|
+
# The label for the millisecond part in the timepicker component
|
|
34
|
+
millisecond: Millisecond
|
|
35
|
+
|
|
36
|
+
# The label for the dayperiod part in the timepicker component
|
|
37
|
+
dayperiod: Dayperiod
|
|
@@ -20,3 +20,18 @@ kendo:
|
|
|
20
20
|
|
|
21
21
|
# The label for the toggle button in the timepicker component
|
|
22
22
|
toggle: Afficher le sélecteur
|
|
23
|
+
|
|
24
|
+
# The label for the hour part in the timepicker component
|
|
25
|
+
hour: Hour
|
|
26
|
+
|
|
27
|
+
# The label for the minute part in the timepicker component
|
|
28
|
+
minute: Minute
|
|
29
|
+
|
|
30
|
+
# The label for the second part in the timepicker component
|
|
31
|
+
second: Second
|
|
32
|
+
|
|
33
|
+
# The label for the millisecond part in the timepicker component
|
|
34
|
+
millisecond: Millisecond
|
|
35
|
+
|
|
36
|
+
# The label for the dayperiod part in the timepicker component
|
|
37
|
+
dayperiod: Dayperiod
|