mirror of
https://gitee.com/ElemeFE/element.git
synced 2024-12-03 04:39:09 +08:00
Update sk.js
This commit is contained in:
parent
3fb5131d64
commit
f8e1376d3a
@ -89,7 +89,7 @@ export default {
|
||||
confirmFilter: 'Potvrdiť',
|
||||
resetFilter: 'Zresetovať',
|
||||
clearFilter: 'Všetko',
|
||||
sumText: 'Sum' // to be translated
|
||||
sumText: 'Spolu'
|
||||
},
|
||||
tree: {
|
||||
emptyText: 'Žiadne dáta'
|
||||
@ -97,10 +97,10 @@ export default {
|
||||
transfer: {
|
||||
noMatch: 'Žiadna zhoda',
|
||||
noData: 'Žiadne dáta',
|
||||
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: ['Zoznam 1', 'Zoznam 2'],
|
||||
filterPlaceholder: 'Filtrovať podľa',
|
||||
noCheckedFormat: '{total} položiek',
|
||||
hasCheckedFormat: '{checked}/{total} označených'
|
||||
}
|
||||
}
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user