Remove unnecessary comments

pull/5289/head
Kermo 2017-06-08 13:06:31 +03:00 committed by 杨奕
parent 137b70eadd
commit dfe8972e2c
1 changed files with 4 additions and 4 deletions

View File

@ -95,10 +95,10 @@ export default {
transfer: {
noMatch: 'Sobivad andmed puuduvad',
noData: 'Andmed puuduvad',
titles: ['Loend 1', 'Loend 2'], // to be translated
filterPlaceholder: 'Sisesta märksõna', // to be translated
noCheckedFormat: '{total} objekti', // to be translated
hasCheckedFormat: '{checked}/{total} valitud' // to be translated
titles: ['Loend 1', 'Loend 2'],
filterPlaceholder: 'Sisesta märksõna',
noCheckedFormat: '{total} objekti',
hasCheckedFormat: '{checked}/{total} valitud'
}
}
};