update locales, Navbar, Footer, DirectoryFilter

This commit is contained in:
padreug 2025-02-02 22:14:50 +01:00
parent 1cd944b966
commit a1d66ce17d
5 changed files with 32 additions and 25 deletions

View file

@ -2,7 +2,8 @@ export default {
nav: {
home: 'Home',
directory: 'Directory',
faq: 'FAQ'
faq: 'FAQ',
title: 'Atitlan Lightning Directory'
},
home: {
title: 'Find Bitcoin Lightning Payments',
@ -29,6 +30,7 @@ export default {
},
footer: {
poweredBy: 'Powered by',
donate: 'Donate'
donate: 'Donate',
},
}
}

View file

@ -2,7 +2,8 @@ export default {
nav: {
home: 'Inicio',
directory: 'Directorio',
faq: 'Preguntas'
faq: 'Preguntas',
title: 'Directorio Lightning de Atitlán'
},
home: {
title: 'Encuentra Pagos Bitcoin Lightning',
@ -28,7 +29,8 @@ export default {
lightning: 'Dirección Lightning'
},
footer: {
poweredBy: 'Desarrollado con',
donate: 'Donar'
poweredBy: 'Alimentado por',
donate: 'Donar',
},
}
}