mirror of https://github.com/ElemeFE/element
i18n: Update Slovenian translation (#21729)
parent
3204dd54e1
commit
416b42faaf
|
@ -107,14 +107,14 @@ export default {
|
||||||
hasCheckedFormat: '{checked}/{total} izbranih'
|
hasCheckedFormat: '{checked}/{total} izbranih'
|
||||||
},
|
},
|
||||||
image: {
|
image: {
|
||||||
error: 'FAILED' // to be translated
|
error: 'NEUSPELO'
|
||||||
},
|
},
|
||||||
pageHeader: {
|
pageHeader: {
|
||||||
title: 'Back' // to be translated
|
title: 'Nazaj'
|
||||||
},
|
},
|
||||||
popconfirm: {
|
popconfirm: {
|
||||||
confirmButtonText: 'Yes', // to be translated
|
confirmButtonText: 'Da',
|
||||||
cancelButtonText: 'No' // to be translated
|
cancelButtonText: 'Ne'
|
||||||
},
|
},
|
||||||
empty: {
|
empty: {
|
||||||
description: 'Ni podatkov'
|
description: 'Ni podatkov'
|
||||||
|
|
Loading…
Reference in New Issue