implement i18n for Directory

This commit is contained in:
padreug 2025-02-02 21:55:00 +01:00
parent fd626f2c82
commit 1cd944b966
3 changed files with 30 additions and 11 deletions

View file

@ -11,6 +11,8 @@ export default {
learnMore: 'Learn More'
},
directory: {
title: 'Lightning Payment Directory',
subtitle: 'Find local businesses and services that accept Bitcoin Lightning payments',
search: 'Search...',
categories: {
all: 'All',
@ -19,7 +21,11 @@ export default {
lancha: 'Lanchas',
retail: 'Retail',
other: 'Other'
}
},
contact: 'Contact',
location: 'Location',
viewMap: 'View on Map',
lightning: 'Lightning Address'
},
footer: {
poweredBy: 'Powered by',

View file

@ -11,6 +11,8 @@ export default {
learnMore: 'Aprende Más'
},
directory: {
title: 'Directorio de Pagos Lightning',
subtitle: 'Encuentra negocios y servicios locales que aceptan pagos Bitcoin Lightning',
search: 'Buscar...',
categories: {
all: 'Todos',
@ -19,7 +21,11 @@ export default {
lancha: 'Lanchas',
retail: 'Tiendas',
other: 'Otros'
}
},
contact: 'Contacto',
location: 'Ubicación',
viewMap: 'Ver en Mapa',
lightning: 'Dirección Lightning'
},
footer: {
poweredBy: 'Desarrollado con',