URL Parameter fct to a specific Directory Card entry

This commit is contained in:
padreug 2025-02-10 21:04:30 +01:00
parent 8dbfd3af2c
commit e6bc387ebb
7 changed files with 461 additions and 372 deletions

View file

@ -31,7 +31,10 @@ export default {
contact: 'Contact',
location: 'Location',
viewMap: 'View on Map',
lightning: 'Lightning Address'
lightning: 'Lightning Address',
itemNotFound: 'Directory Item Not Found',
itemNotFoundDesc: 'The directory item you are looking for could not be found.',
backToDirectory: 'Back to Directory',
},
footer: {
poweredBy: 'Powered by',

View file

@ -31,7 +31,10 @@ export default {
contact: 'Contacto',
location: 'Ubicación',
viewMap: 'Ver en Mapa',
lightning: 'Dirección Lightning'
lightning: 'Dirección Lightning',
itemNotFound: 'Elemento del Directorio No Encontrado',
itemNotFoundDesc: 'No se pudo encontrar el elemento del directorio que estás buscando.',
backToDirectory: 'Volver al Directorio',
},
footer: {
poweredBy: 'Alimentado por',