Browse Source

Fix some spanish text (#772)

Signed-off-by: David Daza <03dazal@gmail.com>
pull/810/head
David Daza 3 years ago committed by GitHub
parent
commit
cc87798853
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      packages/nc-gui/components/utils/language.vue
  2. 6
      packages/nc-gui/lang/es.json

2
packages/nc-gui/components/utils/language.vue

@ -40,7 +40,7 @@ export default {
labels: { labels: {
de: 'Deutsch', de: 'Deutsch',
en: 'English', en: 'English',
es: 'Española', es: 'Español',
fr: 'Français', fr: 'Français',
id: 'Bahasa Indonesia', id: 'Bahasa Indonesia',
it_IT: 'Italiano', it_IT: 'Italiano',

6
packages/nc-gui/lang/es.json

@ -114,8 +114,8 @@
"title": "INICIAR SESIÓN", "title": "INICIAR SESIÓN",
"enter_your_work_email": "Ingresa tu e-mail de trabajo", "enter_your_work_email": "Ingresa tu e-mail de trabajo",
"enter_your_password": "Ingresa tu contraseña", "enter_your_password": "Ingresa tu contraseña",
"forget_password": "Has olvidado tu contraseña?", "forget_password": "¿Has olvidado tu contraseña?",
"dont_ve_an_account": "No tienes una cuenta?", "dont_ve_an_account": "¿No tienes una cuenta?",
"sign_up": "Regístrarse", "sign_up": "Regístrarse",
"form": { "form": {
"rules": { "rules": {
@ -146,7 +146,7 @@
"signup": { "signup": {
"title": "REGISTRARSE", "title": "REGISTRARSE",
"you_will_be_the_super_admin": "Serás 'Super Admin'", "you_will_be_the_super_admin": "Serás 'Super Admin'",
"already_ve_an_account": "Ya tienes una cuenta?" "already_ve_an_account": "¿Ya tienes una cuenta?"
}, },
"treeview": { "treeview": {
"settings": { "settings": {

Loading…
Cancel
Save