fix missing translations issues
This commit is contained in:
parent
9aa6c55d1f
commit
8adb90b7e0
3 changed files with 1 additions and 8 deletions
|
@ -109,6 +109,7 @@ ignore_unused:
|
||||||
- 'time.formats.default'
|
- 'time.formats.default'
|
||||||
- 'instructeurs.dossiers.filterable_state.*'
|
- 'instructeurs.dossiers.filterable_state.*'
|
||||||
- 'views.prefill_descriptions.edit.possible_values.*'
|
- 'views.prefill_descriptions.edit.possible_values.*'
|
||||||
|
- 'helpers.page_entries_info.*'
|
||||||
# - '{devise,kaminari,will_paginate}.*'
|
# - '{devise,kaminari,will_paginate}.*'
|
||||||
# - 'simple_form.{yes,no}'
|
# - 'simple_form.{yes,no}'
|
||||||
# - 'simple_form.{placeholders,hints,labels}.*'
|
# - 'simple_form.{placeholders,hints,labels}.*'
|
||||||
|
|
|
@ -237,10 +237,6 @@ en:
|
||||||
batch_operation:
|
batch_operation:
|
||||||
enabled: "Add this file to the selection for the bulk operation"
|
enabled: "Add this file to the selection for the bulk operation"
|
||||||
disabled: "Impossible to add this file to the selection because it is already in a bulk operation"
|
disabled: "Impossible to add this file to the selection because it is already in a bulk operation"
|
||||||
dossiers_count:
|
|
||||||
zero: 0 file
|
|
||||||
one: 1 file
|
|
||||||
other: "%{count} files"
|
|
||||||
personalize: Personalize the table
|
personalize: Personalize the table
|
||||||
show_deleted_dossiers: Show deleted files
|
show_deleted_dossiers: Show deleted files
|
||||||
follow_file: Follow-up the file
|
follow_file: Follow-up the file
|
||||||
|
|
|
@ -232,10 +232,6 @@ fr:
|
||||||
batch_operation:
|
batch_operation:
|
||||||
enabled: "Ajouter ce dossier à la selection pour un traitement de masse"
|
enabled: "Ajouter ce dossier à la selection pour un traitement de masse"
|
||||||
disabled: "Impossible d'ajouter ce dossier à la selection car il est déjà dans un traitement de masse"
|
disabled: "Impossible d'ajouter ce dossier à la selection car il est déjà dans un traitement de masse"
|
||||||
dossiers_count:
|
|
||||||
zero: 0 dossier
|
|
||||||
one: 1 dossier
|
|
||||||
other: "%{count} dossiers"
|
|
||||||
show_deleted_dossiers: Afficher les dossiers supprimés
|
show_deleted_dossiers: Afficher les dossiers supprimés
|
||||||
personalize: Personnaliser le tableau
|
personalize: Personnaliser le tableau
|
||||||
download: Télécharger un dossier
|
download: Télécharger un dossier
|
||||||
|
|
Loading…
Add table
Reference in a new issue