From 3286a09b4678e1c59ea051a960ab8becabd26641 Mon Sep 17 00:00:00 2001 From: Ismaaa Date: Tue, 18 Apr 2017 10:51:57 +0200 Subject: [PATCH] Catalan Translation --- src/utils/DatasourceLanguage.js | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/src/utils/DatasourceLanguage.js b/src/utils/DatasourceLanguage.js index cdfa20e..8311143 100644 --- a/src/utils/DatasourceLanguage.js +++ b/src/utils/DatasourceLanguage.js @@ -68,5 +68,22 @@ export default { 'btn_last': '未页' } }, + // Catalan translation + 'ca': { + 'table': { + 'label_limits': 'Mostrar', + 'label_search': 'Buscar', + 'placeholder_search': 'Buscar ..', + 'records_not_found': 'No s\'han trobat registres.' + }, + 'pagination': { + 'label_show': 'Mostrant', + 'label_to': 'a', + 'label_of': 'de', + 'label_entries': 'registres', + 'btn_first': 'Primer', + 'btn_last': 'Últim' + } + }, } }