mirror of
https://github.com/cpvalente/ontime.git
synced 2026-08-17 05:13:32 +00:00
20 lines
759 B
TypeScript
20 lines
759 B
TypeScript
import { TranslationObject } from './en';
|
|
|
|
export const langFr: TranslationObject = {
|
|
'common.end_time': 'Termine à',
|
|
'common.expected_finish': 'Fin estimée à',
|
|
'common.now': 'Maintenant',
|
|
'common.next': 'A suivre',
|
|
'common.public_message': 'Message public',
|
|
'common.start_time': 'Heure de début',
|
|
'common.stage_timer': 'Minuteur de scène',
|
|
'common.started_at': 'Commencé à',
|
|
'common.time_now': 'Heure',
|
|
'countdown.ended': 'Évènement terminé à',
|
|
'countdown.running': 'Évènement en cours',
|
|
'countdown.select_event': 'Sélectionnez un évènement à suivre',
|
|
'countdown.to_start': 'Évènement commence dans',
|
|
'countdown.waiting': 'En attente du début de l’évènement',
|
|
'countdown.overtime': 'en dépassement',
|
|
};
|