i18n: update locale es.js (#17419)

pull/17427/head
Gonzalo Nandez 2019-09-12 05:24:48 +02:00 committed by hetech
parent 4db58f39e7
commit 059448bf7d
1 changed files with 2 additions and 2 deletions

View File

@ -106,10 +106,10 @@ export default {
hasCheckedFormat: '{checked}/{total} revisados' hasCheckedFormat: '{checked}/{total} revisados'
}, },
image: { image: {
error: 'FAILED' // to be translated error: 'HA FALLADO'
}, },
pageHeader: { pageHeader: {
title: 'Back' // to be translated title: 'Volver'
} }
} }
}; };