mirror of
https://github.com/cpvalente/ontime.git
synced 2026-08-14 20:03:52 +00:00
27 lines
1005 B
TypeScript
27 lines
1005 B
TypeScript
import { TranslationObject } from './en';
|
|
|
|
export const langFr: TranslationObject = {
|
|
'common.expected_finish': 'Fin estimée à',
|
|
'common.minutes': 'min',
|
|
'common.now': 'Maintenant',
|
|
'common.next': 'A suivre',
|
|
'common.public_message': 'Message public',
|
|
'common.scheduled_start': 'Début prévu',
|
|
'common.scheduled_end': 'Fin prévue',
|
|
'common.projected_start': 'Début projeté',
|
|
'common.projected_end': 'Fin projetée',
|
|
'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',
|
|
'timeline.live': 'live',
|
|
'timeline.done': 'Terminé',
|
|
'timeline.due': 'dû',
|
|
'timeline.followedby': 'Suivi de',
|
|
};
|