web-app/src/i18n/locales/en.ts
2025-02-16 11:00:41 +01:00

75 lines
2.6 KiB
TypeScript

export default {
nav: {
title: 'Atitlán Directory',
home: 'Home',
directory: 'Directory',
faq: 'FAQ',
support: 'Support',
login: 'Login',
logout: 'Logout'
},
home: {
title: 'Find Bitcoin Lightning Acceptors',
subtitle: 'Discover local businesses, services, and venues that accept Bitcoin Lightning payments.',
browse: 'Browse Directory',
learnMore: 'Learn More',
selectTown: 'Location',
selectTownPlaceholder: 'Select your location...'
},
directory: {
title: 'Lightning Payment Directory',
subtitle: 'Find local businesses and services that accept Bitcoin Lightning payments',
search: 'Search...',
categories: {
all: 'All',
restaurant: 'Restaurants',
lodging: 'Lodging',
goods: 'Goods',
services: 'Services',
taxi: 'Taxis',
lancha: 'Lanchas',
other: 'Other',
tuktuk: 'Tuk-tuk'
},
towns: {
all: 'All',
},
contact: 'Contact',
location: 'Location',
viewMap: 'View on Map',
lightning: 'Lightning Address',
itemNotFound: 'Directory Item Not Found',
itemNotFoundDesc: 'The directory item you are looking for could not be found.',
backToDirectory: 'Back to Directory',
share: 'Share',
shareTitle: 'Share this listing',
copyLink: 'Copy Link',
linkCopied: 'Link copied to clipboard!',
onlinePresence: 'Online Presence',
},
footer: {
poweredBy: 'Powered by',
donate: 'Donate',
},
faq: {
title: 'Frequently Asked Questions',
items: [
{
question: "What is Bitcoin Lightning?",
answer: "Bitcoin Lightning is a layer 2 payment protocol that operates on top of the Bitcoin blockchain. It enables instant, low-cost transactions between participating nodes, making it ideal for everyday purchases."
},
{
question: "How do I pay with Lightning?",
answer: "To pay with Lightning, you'll need a Lightning-enabled Bitcoin wallet. When making a purchase, simply scan the merchant's QR code with your wallet and confirm the payment. The transaction is nearly instant!"
},
{
question: "Is Lightning safe to use?",
answer: "Yes, Lightning is secure as it inherits Bitcoin's security model. While it operates differently from base-layer Bitcoin transactions, it maintains high security standards through smart contract technology."
},
{
question: "How can I list my business?",
answer: "If you're a business accepting Lightning payments and would like to be listed in our directory, please contact us through our submission form [coming soon]."
}
]
}
}