File tree Expand file tree Collapse file tree 1 file changed +32
-0
lines changed Expand file tree Collapse file tree 1 file changed +32
-0
lines changed Original file line number Diff line number Diff line change 1+ import type { Locale } from '../interface' ;
2+
3+ const locale : Locale = {
4+ locale : 'sr_Cyrl_RS' ,
5+ today : 'Данас' ,
6+ now : 'Сада' ,
7+ backToToday : 'Врати се на данас' ,
8+ ok : 'У реду' ,
9+ clear : 'Обриши' ,
10+ month : 'Месец' ,
11+ year : 'Година' ,
12+ timeSelect : 'Изабери време' ,
13+ dateSelect : 'Изабери датум' ,
14+ monthSelect : 'Изабери месец' ,
15+ yearSelect : 'Изабери годину' ,
16+ decadeSelect : 'Изабери деценију' ,
17+ yearFormat : 'YYYY' ,
18+ dateFormat : 'DD.MM.YYYY' ,
19+ dayFormat : 'D' ,
20+ dateTimeFormat : 'DD.MM.YYYY HH:mm:ss' ,
21+ monthBeforeYear : true ,
22+ previousMonth : 'Претходни месец (PageUp)' ,
23+ nextMonth : 'Следећи месец (PageDown)' ,
24+ previousYear : 'Претходна година (Control + left)' ,
25+ nextYear : 'Следећа година (Control + right)' ,
26+ previousDecade : 'Претходна деценија' ,
27+ nextDecade : 'Следећа деценија' ,
28+ previousCentury : 'Претходни век' ,
29+ nextCentury : 'Следећи век' ,
30+ } ;
31+
32+ export default locale ;
You can’t perform that action at this time.
0 commit comments