Skip to content

Commit 42ac423

Browse files
authored
Added Basque (eu-ES) translation (#407)
1 parent 46a9353 commit 42ac423

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

src/locale/eu_ES.js

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
export default {
2+
// Options.jsx
3+
items_per_page: '/ orrialde',
4+
jump_to: '-ra joan',
5+
jump_to_confirm: 'baieztatu',
6+
page: 'Orrialde',
7+
8+
// Pagination.jsx
9+
prev_page: 'Aurreko orrialdea',
10+
next_page: 'Hurrengo orrialdea',
11+
prev_5: 'aurreko 5 orrialde',
12+
next_5: 'hurrengo 5 orrialde',
13+
prev_3: 'aurreko 3 orrialde',
14+
next_3: 'hurrengo 3 orrialde',
15+
page_size: 'orrien tamaina',
16+
};

0 commit comments

Comments
 (0)