add quick town selection and category selection from homescreen with localstorage!
This commit is contained in:
parent
73f5683fbc
commit
02e699aad5
24 changed files with 619 additions and 137 deletions
|
|
@ -9,7 +9,9 @@ export default {
|
|||
title: 'Find Bitcoin Lightning Acceptors',
|
||||
subtitle: 'Discover local businesses, services, and venues that accept Bitcoin Lightning payments.',
|
||||
browse: 'Browse Directory',
|
||||
learnMore: 'Learn More'
|
||||
learnMore: 'Learn More',
|
||||
selectTown: 'Location',
|
||||
selectTownPlaceholder: 'Select your location...'
|
||||
},
|
||||
directory: {
|
||||
title: 'Lightning Payment Directory',
|
||||
|
|
@ -23,7 +25,8 @@ export default {
|
|||
services: 'Services',
|
||||
taxi: 'Taxis',
|
||||
lancha: 'Lanchas',
|
||||
other: 'Other'
|
||||
other: 'Other',
|
||||
tuktuk: 'Tuk-tuk'
|
||||
},
|
||||
towns: {
|
||||
all: 'All',
|
||||
|
|
|
|||
|
|
@ -9,21 +9,24 @@ export default {
|
|||
title: 'Encuentra Aceptadores de Bitcoin Lightning',
|
||||
subtitle: 'Descubre negocios locales, servicios y lugares que aceptan pagos Bitcoin Lightning.',
|
||||
browse: 'Explorar Directorio',
|
||||
learnMore: 'Aprende Más'
|
||||
learnMore: 'Más Información',
|
||||
selectTown: 'Ubicación',
|
||||
selectTownPlaceholder: 'Selecciona tu ubicación...'
|
||||
},
|
||||
directory: {
|
||||
title: 'Directorio de Pagos Lightning',
|
||||
subtitle: 'Encuentra negocios y servicios locales que aceptan pagos Bitcoin Lightning',
|
||||
title: 'Directorio',
|
||||
subtitle: 'Encuentra lugares que aceptan pagos Bitcoin Lightning',
|
||||
search: 'Buscar...',
|
||||
categories: {
|
||||
all: 'Todos',
|
||||
restaurant: 'Restaurantes',
|
||||
all: 'Todo',
|
||||
restaurant: 'Restaurante',
|
||||
lodging: 'Hospedaje',
|
||||
goods: 'Productos',
|
||||
services: 'Servicios',
|
||||
taxi: 'Taxis',
|
||||
lancha: 'Lanchas',
|
||||
other: 'Otros'
|
||||
taxi: 'Taxi',
|
||||
tuktuk: 'Tuk-tuk',
|
||||
lancha: 'Lancha',
|
||||
other: 'Otro'
|
||||
},
|
||||
towns: {
|
||||
all: 'Todos',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue