const languages = { 'en-US': { 'Bitcoin Address': 'Bitcoin Address', 'Actions': 'Actions', 'Hide all %d Editions': 'Hide all %d Editions', 'Show all %d Editions': 'Show all %d Editions', 'by %s': 'by %s', 'Account Settings': 'Account Settings', 'FAQ': 'FAQ', 'Terms of Service': 'Terms of Service', 'Log out': 'Log out', 'Previous': 'Previous', 'Next': 'Next' }, 'de': { 'Bitcoin Address': 'Bitcoin Adresse', 'Actions': 'Aktionen', 'Hide all %d Editions': 'Zeige all %d Editionen an', 'Show all %d Editions': 'Verstecke alle %d Editionen', 'by %s': 'von %s', 'Account Settings': 'Kontoeinstellungen', 'FAQ': 'Fragen & Antworten', 'Terms of Service': 'AGB', 'Log out': 'Log out', 'Previous': 'Zurück', 'Next': 'Weiter' } }; export default languages;