add translations
This commit is contained in:
parent
f3eb1622eb
commit
e94e20db08
3 changed files with 32 additions and 8 deletions
|
|
@ -8,6 +8,16 @@ export default {
|
|||
login: 'Login',
|
||||
logout: 'Logout'
|
||||
},
|
||||
auth: {
|
||||
logout: {
|
||||
title: 'Backup Required',
|
||||
description: 'If you haven\'t saved your private key, you will permanently lose access to this chat history. Make sure to copy and securely store your private key before logging out.',
|
||||
copyKey: 'Copy Private Key',
|
||||
copied: 'Copied!',
|
||||
cancel: 'Cancel',
|
||||
confirm: 'Logout'
|
||||
}
|
||||
},
|
||||
home: {
|
||||
title: 'Find Bitcoin Lightning Acceptors',
|
||||
subtitle: 'Discover local businesses, services, and venues that accept Bitcoin Lightning payments.',
|
||||
|
|
|
|||
|
|
@ -3,7 +3,10 @@ export default {
|
|||
home: 'Inicio',
|
||||
directory: 'Directorio',
|
||||
faq: 'Preguntas',
|
||||
title: 'Directorio Atitlán'
|
||||
title: 'Directorio Atitlán',
|
||||
support: 'Soporte',
|
||||
login: 'Iniciar Sesión',
|
||||
logout: 'Cerrar Sesión'
|
||||
},
|
||||
home: {
|
||||
title: 'Encuentra Aceptadores de Bitcoin Lightning',
|
||||
|
|
@ -68,5 +71,15 @@ export default {
|
|||
answer: "Si eres un negocio que acepta pagos Lightning y te gustaría aparecer en nuestro directorio, contáctanos a través de nuestro formulario de envío [próximamente]."
|
||||
}
|
||||
]
|
||||
},
|
||||
auth: {
|
||||
logout: {
|
||||
title: 'Respaldo Requerido',
|
||||
description: 'Si no has guardado tu llave privada, perderás permanentemente el acceso a este historial de chat. Asegúrate de copiar y almacenar de forma segura tu llave privada antes de cerrar sesión.',
|
||||
copyKey: 'Copiar Llave Privada',
|
||||
copied: '¡Copiado!',
|
||||
cancel: 'Cancelar',
|
||||
confirm: 'Cerrar Sesión'
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue