Skip to content

Commit

Permalink
locale: Update Catalan and Spanish translations (ElemeFE#19296)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ismaaa authored and BANKA2017 committed Mar 16, 2021
1 parent f16f20f commit 0def3cb
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions src/locale/lang/ca.js
Original file line number Diff line number Diff line change
Expand Up @@ -106,14 +106,14 @@ export default {
hasCheckedFormat: '{checked}/{total} seleccionats'
},
image: {
error: 'FAILED' // to be translated
error: 'HA FALLAT'
},
pageHeader: {
title: 'Back' // to be translated
title: 'Tornar'
},
popconfirm: {
confirmButtonText: 'Yes', // to be translated
cancelButtonText: 'No' // to be translated
confirmButtonText: 'Si',
cancelButtonText: 'No'
}
}
};
4 changes: 2 additions & 2 deletions src/locale/lang/es.js
Original file line number Diff line number Diff line change
Expand Up @@ -112,8 +112,8 @@ export default {
title: 'Volver'
},
popconfirm: {
confirmButtonText: 'Yes', // to be translated
cancelButtonText: 'No' // to be translated
confirmButtonText: 'Si',
cancelButtonText: 'No'
}
}
};

0 comments on commit 0def3cb

Please sign in to comment.