mirror of https://github.com/ElemeFE/element
Remove unnecessary comments
parent
137b70eadd
commit
dfe8972e2c
|
@ -95,10 +95,10 @@ export default {
|
||||||
transfer: {
|
transfer: {
|
||||||
noMatch: 'Sobivad andmed puuduvad',
|
noMatch: 'Sobivad andmed puuduvad',
|
||||||
noData: 'Andmed puuduvad',
|
noData: 'Andmed puuduvad',
|
||||||
titles: ['Loend 1', 'Loend 2'], // to be translated
|
titles: ['Loend 1', 'Loend 2'],
|
||||||
filterPlaceholder: 'Sisesta märksõna', // to be translated
|
filterPlaceholder: 'Sisesta märksõna',
|
||||||
noCheckedFormat: '{total} objekti', // to be translated
|
noCheckedFormat: '{total} objekti',
|
||||||
hasCheckedFormat: '{checked}/{total} valitud' // to be translated
|
hasCheckedFormat: '{checked}/{total} valitud'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue