We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 42d979f commit ce74f46Copy full SHA for ce74f46
src/locale/gl_ES.tsx
@@ -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