'use strict'; const languages = { 'en-US': { 'ID': 'ID', 'Actions': 'Actions', 'Hide': 'Hide', 'Show the edition': 'Show the edition', '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': { 'ID': 'ID', 'Actions': 'Aktionen', 'Hide': 'Verstecke', 'Show the edition': 'Zeige die Edition', 'Show all %d Editions': 'Zeige alle %d Editionen an', '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;