Skip to content
This repository was archived by the owner on Jun 10, 2021. It is now read-only.

Commit 20481f1

Browse files
authored
Merge pull request #19 from Ismaaa/patch-1
Catalan Translation
2 parents d3ba51a + 3286a09 commit 20481f1

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

src/utils/DatasourceLanguage.js

+17
Original file line numberDiff line numberDiff line change
@@ -68,5 +68,22 @@ export default {
6868
'btn_last': '未页'
6969
}
7070
},
71+
// Catalan translation
72+
'ca': {
73+
'table': {
74+
'label_limits': 'Mostrar',
75+
'label_search': 'Buscar',
76+
'placeholder_search': 'Buscar ..',
77+
'records_not_found': 'No s\'han trobat registres.'
78+
},
79+
'pagination': {
80+
'label_show': 'Mostrant',
81+
'label_to': 'a',
82+
'label_of': 'de',
83+
'label_entries': 'registres',
84+
'btn_first': 'Primer',
85+
'btn_last': 'Últim'
86+
}
87+
},
7188
}
7289
}

0 commit comments

Comments
 (0)