Skip to content

Commit ce74f46

Browse files
authored
Create gl_ES.tsx (#295)
1 parent 42d979f commit ce74f46

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

src/locale/gl_ES.tsx

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
export default {
2+
// Options.jsx
3+
items_per_page: '/ páxina',
4+
jump_to: 'Ir a',
5+
jump_to_confirm: 'confirmar',
6+
page: '',
7+
8+
// Pagination.jsx
9+
prev_page: 'Páxina anterior',
10+
next_page: 'Páxina seguinte',
11+
prev_5: '5 páxinas previas',
12+
next_5: '5 páxinas seguintes',
13+
prev_3: '3 páxinas previas',
14+
next_3: '3 páxinas seguintes',
15+
};

0 commit comments

Comments
 (0)