const de = { nav: { timeline: 'Zeitleiste' mentions: 'Erwähnungen', public_tl: 'Lokale Zeitleiste', twkn: 'Das gesamte Netzwerk' }, user_card: { follows_you: 'Folgt dir!', following: 'Folgst du!', follow: 'Folgen', statuses: 'Beiträge', mute: 'Stummschalten', muted: 'Stummgeschaltet', followers: 'Folgende', followees: 'Folgt', per_day: 'pro Tag' }, timeline: { show_new: 'Zeige Neuere', error_fetching: 'Error beim Laden', up_to_date: 'Aktuell', load_older: 'Lade ältere Beiträge' }, settings: { user_settings: 'Benutzereinstellungen', name_bio: 'Name & Bio', name: 'Name', bio: 'Bio', avatar: 'Avatar', current_avatar: 'Dein derzeitiger Avatar', set_new_avatar: 'Setze neuen Avatar', profile_banner: 'Profil Banner', current_profile_banner: 'Dein derzeitiger Profil Banner', set_new_profile_banner: 'Setze neuen Profil Banner', profile_background: 'Profil Hintergrund', set_new_profile_background: 'Setze neuen Profil Hintergrund', settings: 'Einstellungen', theme: 'Theme', filtering: 'Filter', filtering_explanation: 'Alle Beiträge die diese Wörter enthalten werden ausgeblendet. Ein Wort pro Zeile.', attachments: 'Anhänge', hide_attachments_in_tl: 'Anhänge in der Timeline ausblenden', hide_attachments_in_convo: 'Anhänge in Unterhaltungen ausblenden', nsfw_clickthrough: 'Aktiviere ausblendbares Overlay für als NSFW markierte Anhänge', autoload: 'Aktiviere automatisches Laden von Beiträgen beim scrollen', reply_link_preview: 'Aktiviere reply-link Vorschau bei Maus-Hover' }, notifications: { notifications: 'Benachrichtigungen', read: 'Gelesen!', followed_you: 'folgt dir' }, general: { submit: 'Absenden' } } const en = { nav: { timeline: 'Timeline', mentions: 'Mentions', public_tl: 'Public Timeline', twkn: 'The Whole Known Network' }, user_card: { follows_you: 'Follows you!', following: 'Following!', follow: 'Follow', statuses: 'Statuses', mute: 'Mute', muted: 'Muted', followers: 'Followers', followees: 'Following', per_day: 'per day' }, timeline: { show_new: 'Show new', error_fetching: 'Error fetching updates', up_to_date: 'Up-to-date', load_older: 'Load older statuses' }, settings: { user_settings: 'User Settings', name_bio: 'Name & Bio', name: 'Name', bio: 'Bio', avatar: 'Avatar', current_avatar: 'Your current avatar', set_new_avatar: 'Set new avatar', profile_banner: 'Profile Banner', current_profile_banner: 'Your current profile banner', set_new_profile_banner: 'Set new profile banner', profile_background: 'Profile Background', set_new_profile_background: 'Set new profile background', settings: 'Settings', theme: 'Theme', filtering: 'Filtering', filtering_explanation: 'All notices containing these words will be muted, one per line', attachments: 'Attachments', hide_attachments_in_tl: 'Hide attachments in timeline', hide_attachments_in_convo: 'Hide attachments in conversations', nsfw_clickthrough: 'Enable clickthrough NSFW attachment hiding', autoload: 'Enable automatic loading when scrolled to the bottom', reply_link_preview: 'Enable reply-link preview on mouse hover' }, notifications: { notifications: 'Notfications', read: 'Read!', followed_you: 'followed you' }, general: { submit: 'Submit' } } const messages = { de, en } export default messages