Update ca.js

pull/4851/head
Ismaaa 2017-05-13 00:32:38 +02:00 committed by 杨奕
parent 3902bcc3e8
commit e78142d355
1 changed files with 4 additions and 4 deletions

View File

@ -94,10 +94,10 @@ export default {
transfer: { transfer: {
noMatch: 'No hi ha dades que coincideixin', noMatch: 'No hi ha dades que coincideixin',
noData: 'Sense Dades', noData: 'Sense Dades',
titles: ['List 1', 'List 2'], // to be translated titles: ['Llista 1', 'Llista 2'],
filterPlaceholder: 'Enter keyword', // to be translated filterPlaceholder: 'Introdueix la paraula clau',
noCheckedFormat: '{total} items', // to be translated noCheckedFormat: '{total} ítems',
hasCheckedFormat: '{checked}/{total} checked' // to be translated hasCheckedFormat: '{checked}/{total} seleccionats'
} }
} }
}; };