-
Notifications
You must be signed in to change notification settings - Fork 41
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 #35 from jbeauvois/patch-1
Create fr.yml
- Loading branch information
Showing
1 changed file
with
37 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,37 @@ | ||
# French strings go here for Rails i18n | ||
fr: | ||
label_recurring_tasks: "Tâche planifiée" | ||
label_current_issue: "Planifier la tâche" | ||
label_recurrence_pattern: "Lancer la tâche tous les" | ||
label_add_recurring_task: "Planifier la tâche" | ||
label_no_recurring_tasks: "Aucune tâche planifée n'a été trouvé dans le système." | ||
label_next_scheduled_run: "Prochaine éxécution le" | ||
label_no_recurrence: "Pas de planification." | ||
label_no_project: "Pas de projet." | ||
|
||
label_recurs_fixed: "a une date fixe" | ||
label_recurs_dependent: "Lorsque la demande précédente est terminée" | ||
|
||
label_recurring_task_issue_empty: "N/A" | ||
label_recurring_task_project_empty: "N/A" | ||
|
||
label_belongs_to_project: "Rattacher au projet" | ||
label_assigned_to: "Assigné à" | ||
|
||
error_invalid_interval: "Interval provided is invalid." | ||
error_recurring_task_not_found: "Could not find recurring issue. " | ||
error_recurring_task_could_not_remove: "Could not remove recurrence from issue. " | ||
|
||
field_interval_number: "Interval number" | ||
field_interval_unit: "Unité d'intervalle" | ||
field_fixed_schedule: "Planification fixe?" | ||
field_recurrence: "Planifié" | ||
|
||
interval_day: "Jour" | ||
interval_week: "Semaine" | ||
interval_month: "mois" | ||
interval_year: "Année" | ||
|
||
recurring_task_created: "Tâche planifié creer. " | ||
recurring_task_saved: "Tâche planifié sauvegardé. " | ||
recurring_task_removed: "Tâche planifié supprimée. " |