diff --git a/src/i18n/locales/en.ts b/src/i18n/locales/en.ts index c306e42..5cd963b 100644 --- a/src/i18n/locales/en.ts +++ b/src/i18n/locales/en.ts @@ -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', diff --git a/src/i18n/locales/es.ts b/src/i18n/locales/es.ts index 9848207..a7df7c4 100644 --- a/src/i18n/locales/es.ts +++ b/src/i18n/locales/es.ts @@ -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', diff --git a/src/pages/Directory.vue b/src/pages/Directory.vue index 91c2108..1743eb6 100644 --- a/src/pages/Directory.vue +++ b/src/pages/Directory.vue @@ -1,7 +1,10 @@