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 hzsrc committed Feb 2, 2023
1 parent d091325 commit 15bfc71
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
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
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 15bfc71

Please sign in to comment.