61 lines
No EOL
2.1 KiB
TypeScript
61 lines
No EOL
2.1 KiB
TypeScript
export default {
|
|
nav: {
|
|
home: 'Home',
|
|
directory: 'Directory',
|
|
faq: 'FAQ',
|
|
title: 'Atitlan Lightning Directory'
|
|
},
|
|
home: {
|
|
title: 'Find Bitcoin Lightning Payments',
|
|
subtitle: 'Discover local businesses, services, and venues that accept Bitcoin Lightning payments.',
|
|
browse: 'Browse Directory',
|
|
learnMore: 'Learn More'
|
|
},
|
|
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'
|
|
},
|
|
towns: {
|
|
all: 'All',
|
|
},
|
|
contact: 'Contact',
|
|
location: 'Location',
|
|
viewMap: 'View on Map',
|
|
lightning: 'Lightning Address'
|
|
},
|
|
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]."
|
|
}
|
|
]
|
|
}
|
|
}
|