locale: Update Catalan and Spanish translations (#19296)

pull/19442/head
Ismail D 2020-05-18 10:58:06 +02:00 committed by GitHub
parent 3bc2d2b4db
commit a4c3ec847d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 6 deletions

View File

@ -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'
} }
} }
}; };

View File

@ -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'
} }
} }
}; };