URL Parameter fct to a specific Directory Card entry
This commit is contained in:
parent
8dbfd3af2c
commit
e6bc387ebb
7 changed files with 461 additions and 372 deletions
|
|
@ -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',
|
||||
|
|
|
|||
|
|
@ -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',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue