mirror of https://github.com/ElemeFE/element
Finished sv-SE.js locale
parent
5390f4069e
commit
3ff53b32da
|
@ -83,7 +83,7 @@ export default {
|
|||
error: 'Felaktig inmatning'
|
||||
},
|
||||
upload: {
|
||||
deleteTip: 'press delete to remove', // to be translated
|
||||
deleteTip: 'tryck delete för att ta bort',
|
||||
delete: 'Radera',
|
||||
preview: 'Förhandsvisa',
|
||||
continue: 'Fortsätt'
|
||||
|
@ -101,16 +101,16 @@ export default {
|
|||
transfer: {
|
||||
noMatch: 'Hittade inget',
|
||||
noData: 'Ingen data',
|
||||
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: ['Lista 1', 'Lista 2'],
|
||||
filterPlaceholder: 'Ange nyckelord',
|
||||
noCheckedFormat: '{total} Artiklar',
|
||||
hasCheckedFormat: '{checked}/{total} kontrollerade'
|
||||
},
|
||||
image: {
|
||||
error: 'FAILED' // to be translated
|
||||
error: 'LYCKADES EJ'
|
||||
},
|
||||
pageHeader: {
|
||||
title: 'Bakåt' // to be translated
|
||||
title: 'Bakåt'
|
||||
},
|
||||
popconfirm: {
|
||||
confirmButtonText: 'Ja',
|
||||
|
|
Loading…
Reference in New Issue