mirror of
https://github.com/cpvalente/ontime.git
synced 2026-08-15 04:13:47 +00:00
34 lines
1.3 KiB
TypeScript
34 lines
1.3 KiB
TypeScript
import { TranslationObject } from './en';
|
|
|
|
export const langDe: TranslationObject = {
|
|
'common.expected_finish': 'Erwartetes Ende',
|
|
'common.minutes': 'min',
|
|
'common.now': 'Jetzt',
|
|
'common.next': 'Nächste',
|
|
'common.public_message': 'Öffentliche Nachricht',
|
|
'common.scheduled_start': 'Geplanter beginn',
|
|
'common.scheduled_end': 'Geplantes ende',
|
|
'common.projected_start': 'Erwartetes beginn',
|
|
'common.projected_end': 'Erwartetes ende',
|
|
'common.stage_timer': 'Bühnen-Timer',
|
|
'common.started_at': 'Gestartet am',
|
|
'common.time_now': 'Aktuelle Zeit',
|
|
'common.no_data': 'Keine Daten',
|
|
'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',
|
|
'countdown.overtime': 'überfällig',
|
|
'timeline.live': 'live',
|
|
'timeline.done': 'Beendet',
|
|
'timeline.due': 'fällig',
|
|
'timeline.followedby': 'Gefolgt von',
|
|
'project.title': 'Titel',
|
|
'project.description': 'Beschreibung',
|
|
'project.backstage_info': 'Backstage-Informationen',
|
|
'project.backstage_url': 'Backstage-URL',
|
|
'project.public_info': 'Öffentliche Informationen',
|
|
'project.public_url': 'Öffentliche URL',
|
|
};
|