2015-06-05 11:06:36 +02:00
|
|
|
'use strict';
|
|
|
|
|
2015-06-01 18:20:15 +02:00
|
|
|
const languages = {
|
|
|
|
'en-US': {
|
|
|
|
'Bitcoin Address': 'Bitcoin Address',
|
2015-06-02 13:31:12 +02:00
|
|
|
'Actions': 'Actions',
|
2015-06-02 14:43:42 +02:00
|
|
|
'Hide': 'Hide',
|
|
|
|
'Show the edition': 'Show the edition',
|
2015-06-02 14:25:26 +02:00
|
|
|
'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',
|
2015-06-02 14:43:42 +02:00
|
|
|
'Hide': 'Verstecke',
|
|
|
|
'Show the edition': 'Zeige die Edition',
|
|
|
|
'Show all %d Editions': 'Zeige alle %d Editionen an',
|
2015-06-02 14:25:26 +02:00
|
|
|
'by %s': 'von %s',
|
|
|
|
'Account Settings': 'Kontoeinstellungen',
|
|
|
|
'FAQ': 'Fragen & Antworten',
|
|
|
|
'Terms of Service': 'AGB',
|
|
|
|
'Log out': 'Log out',
|
|
|
|
'Previous': 'Zurück',
|
|
|
|
'Next': 'Weiter'
|
2015-06-01 18:20:15 +02:00
|
|
|
}
|
|
|
|
};
|
|
|
|
|
|
|
|
export default languages;
|