File tree Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -12,32 +12,39 @@ const locale: Localization = {
12
12
} ,
13
13
month : {
14
14
'*' : { prefix : 'ב' } ,
15
+ empty : { text : 'כל חודש' } ,
15
16
value : { text : '{{value.alt}}' } ,
16
17
range : { text : '{{start.alt}}-{{end.alt}}' } ,
17
18
} ,
18
19
day : {
19
20
'*' : { prefix : 'ב' } ,
21
+ empty : { text : 'כל יום' } ,
22
+ value : { text : 'יום {{value.alt}} לחודש' } ,
20
23
noSpecific : {
21
24
text : 'ללא יום מוגדר' ,
22
25
} ,
23
26
} ,
24
27
dayOfWeek : {
25
28
'*' : { prefix : 'ב' } ,
26
29
empty : { text : 'כל יום מימות השבוע' } ,
27
- value : { text : '{{value.alt}}' } ,
30
+ value : { text : 'ימי {{value.alt}}' } ,
28
31
range : { text : '{{start.alt}}-{{end.alt}}' } ,
29
32
noSpecific : {
30
33
text : 'ללא יום בשבוע מוגדר' ,
31
34
} ,
32
35
} ,
33
36
hour : {
34
37
'*' : { prefix : 'ב' } ,
38
+ empty : { text : 'כל שעה' } ,
39
+ value : { text : 'שעה {{value.text}}' } ,
35
40
} ,
36
41
minute : {
37
42
'*' : { prefix : ':' } ,
43
+ empty : { text : 'כל דקה' } ,
38
44
} ,
39
45
second : {
40
46
'*' : { prefix : ':' } ,
47
+ empty : { text : 'כל שניה' } ,
41
48
} ,
42
49
} ,
43
50
minute : {
You can’t perform that action at this time.
0 commit comments