mirror of https://github.com/ElemeFE/element
locale: Update Catalan and Spanish translations (#19296)
parent
3bc2d2b4db
commit
a4c3ec847d
|
@ -106,14 +106,14 @@ export default {
|
||||||
hasCheckedFormat: '{checked}/{total} seleccionats'
|
hasCheckedFormat: '{checked}/{total} seleccionats'
|
||||||
},
|
},
|
||||||
image: {
|
image: {
|
||||||
error: 'FAILED' // to be translated
|
error: 'HA FALLAT'
|
||||||
},
|
},
|
||||||
pageHeader: {
|
pageHeader: {
|
||||||
title: 'Back' // to be translated
|
title: 'Tornar'
|
||||||
},
|
},
|
||||||
popconfirm: {
|
popconfirm: {
|
||||||
confirmButtonText: 'Yes', // to be translated
|
confirmButtonText: 'Si',
|
||||||
cancelButtonText: 'No' // to be translated
|
cancelButtonText: 'No'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
|
@ -112,8 +112,8 @@ export default {
|
||||||
title: 'Volver'
|
title: 'Volver'
|
||||||
},
|
},
|
||||||
popconfirm: {
|
popconfirm: {
|
||||||
confirmButtonText: 'Yes', // to be translated
|
confirmButtonText: 'Si',
|
||||||
cancelButtonText: 'No' // to be translated
|
cancelButtonText: 'No'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue