-
Notifications
You must be signed in to change notification settings - Fork 82
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #135 from wenderjean/master
Add translations for French
- Loading branch information
Showing
1 changed file
with
29 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
# elements like %{queue} are variables and should not be translated | ||
fr: # <---- change this to your locale code | ||
Queue: Queue | ||
Exclude: Exclure | ||
Index: Indice | ||
RealtimeStatistic: Statistique en temps réel | ||
Statistic: Statistique | ||
Start: Début | ||
End: Fin | ||
Failed: Échoué | ||
Passed: Passé | ||
WorkersTable: Workers Table | ||
Worker: Worker | ||
Date: Date | ||
Success: Succès | ||
Failure: Échec | ||
Total: Total | ||
TimeSec: Temps (sec) | ||
AverageSec: Moyenne (sec) | ||
MinTimeSec: Min temps (sec) | ||
MaxTimeSec: Max temps (sec) | ||
LastJobStatus: Dernier statut job | ||
WorkerInformation: '%{worker} information' | ||
InformationTable: Information table | ||
WorkerLog: Journaux Worker | ||
WorkerTablePerDay: Worker Table (par jour) | ||
LastRun: Dernier Exécution | ||
EmptyLogs: Jornaux Vides | ||
SearchLogs: Journaux de recherche |