import { TranslationObject } from '../Translation.types'; export const langDe: TranslationObject = { 'common.end_time': 'Endzeit', 'common.expected_finish': 'Voraussichtliches Ende', 'common.now': 'Jetzt', 'common.next': 'Nächste', 'common.public_message': 'Öffentliche Nachricht', 'common.start_time': 'Startzeit', 'common.stage_timer': 'Bühnen-Timer', 'common.started_at': 'Gestartet am', 'common.time_now': 'Aktuelle Zeit', 'countdown.ended': 'Veranstaltung endete um', 'countdown.running': 'Veranstaltung läuft', 'countdown.select_event': 'Wählen Sie eine Veranstaltung aus, um sie zu verfolgen', 'countdown.to_start': 'Zeit bis zum Start', 'countdown.waiting': 'Warten auf den Veranstaltungsbeginn', };