Skip to content

Commit a8e39d5

Browse files
authored
Added Basque Translation (#400)
1 parent 523ffd6 commit a8e39d5

File tree

1 file changed

+33
-0
lines changed

1 file changed

+33
-0
lines changed

src/locale/eu_ES.ts

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
import type { Locale } from '../interface';
2+
3+
const locale: Locale = {
4+
locale: 'eu_ES',
5+
today: 'Gaur',
6+
now: 'Orain',
7+
backToToday: 'Gaur itzuli',
8+
ok: 'OK',
9+
clear: 'Garbitu',
10+
month: 'Hilabete',
11+
year: 'Urte',
12+
timeSelect: 'Ordua aukeratu',
13+
dateSelect: 'Eguna aukeratu',
14+
weekSelect: 'Astea aukeratu',
15+
monthSelect: 'Hilabetea aukeratu',
16+
yearSelect: 'Urtea aukeratu',
17+
decadeSelect: 'Hamarkada aukeratu',
18+
yearFormat: 'YYYY',
19+
dateFormat: 'YYYY/M/D',
20+
dayFormat: 'D',
21+
dateTimeFormat: 'YYYY/M/D HH:mm:ss',
22+
monthBeforeYear: false,
23+
previousMonth: 'Aurreko hilabetea (RePag)',
24+
nextMonth: 'Urrengo hilabetea (AvPag)',
25+
previousYear: 'Aurreko urtea (Control + ezkerra)',
26+
nextYear: 'Urrento urtea (Control + eskuina)',
27+
previousDecade: 'Aurreko hamarkada',
28+
nextDecade: 'Urrengo hamarkada',
29+
previousCentury: 'Aurreko mendea',
30+
nextCentury: 'Urrengo mendea',
31+
};
32+
33+
export default locale;

0 commit comments

Comments
 (0)