Update lv.js

This commit is contained in:
cinwell.li 2017-06-02 16:18:26 +08:00 committed by 杨奕
parent 757488470b
commit 7e67a3b5db

View File

@ -95,10 +95,10 @@ export default {
transfer: {
noMatch: 'Nav atbilstošu datu',
noData: 'Nav datu',
titles: ['Saraksts 1', 'Saraksts 2'], // to be translated
filterPlaceholder: 'Ievadīt atslēgvārdu', // to be translated
noCheckedFormat: '{total} vienības', // to be translated
hasCheckedFormat: '{checked}/{total} atzīmēti' // to be translated
titles: ['Saraksts 1', 'Saraksts 2'],
filterPlaceholder: 'Ievadīt atslēgvārdu',
noCheckedFormat: '{total} vienības',
hasCheckedFormat: '{checked}/{total} atzīmēti'
}
}
};