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 { Locale } from '../interface' ;
2+
3+ const locale : Locale = {
4+ locale : 'gl_ES' ,
5+ today : 'Hoxe' ,
6+ now : 'Agora' ,
7+ backToToday : 'Voltar a hoxe' ,
8+ ok : 'Aceptar' ,
9+ clear : 'Limpar' ,
10+ month : 'Mes' ,
11+ year : 'Ano' ,
12+ timeSelect : 'Seleccionar hora' ,
13+ dateSelect : 'Seleccionar data' ,
14+ monthSelect : 'Elexir un mes' ,
15+ yearSelect : 'Elexir un año' ,
16+ decadeSelect : 'Elexir unha década' ,
17+ yearFormat : 'YYYY' ,
18+ dateFormat : 'D/M/YYYY' ,
19+ dayFormat : 'D' ,
20+ dateTimeFormat : 'D/M/YYYY HH:mm:ss' ,
21+ monthBeforeYear : true ,
22+ previousMonth : 'Mes anterior (PageUp)' ,
23+ nextMonth : 'Mes seguinte (PageDown)' ,
24+ previousYear : 'Ano anterior (Control + left)' ,
25+ nextYear : 'Ano seguinte (Control + right)' ,
26+ previousDecade : 'Década anterior' ,
27+ nextDecade : 'Década seguinte' ,
28+ previousCentury : 'Século anterior' ,
29+ nextCentury : 'Século seguinte' ,
30+ } ;
31+
32+ export default locale ;
You can’t perform that action at this time.
0 commit comments