mirror of
https://github.com/cpvalente/ontime.git
synced 2026-08-13 11:23:50 +00:00
34 lines
1.3 KiB
TypeScript
34 lines
1.3 KiB
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',
|
|
'common.no_data': 'Aucune donnée',
|
|
'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',
|
|
'project.title': 'Titre',
|
|
'project.description': 'Description',
|
|
'project.backstage_info': 'Informations des coulisses',
|
|
'project.backstage_url': 'URL des coulisses',
|
|
'project.public_info': 'Informations publiques',
|
|
'project.public_url': 'URL publique',
|
|
};
|