Browse Source

Update ca.js

Ismaaa 8 years ago
parent
commit
e78142d355
1 changed files with 4 additions and 4 deletions
  1. 4 4
      src/locale/lang/ca.js

+ 4 - 4
src/locale/lang/ca.js

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