add specs
This commit is contained in:
parent
3577bcbffa
commit
b2ba15a277
5 changed files with 172 additions and 0 deletions
|
@ -26,6 +26,24 @@ en:
|
|||
text_success:
|
||||
one: 1/1 is being accepted
|
||||
other: "%{success_count}/%{count} files have been accepted"
|
||||
refuser:
|
||||
finish:
|
||||
text_success:
|
||||
one: 1/1 file has been refused
|
||||
other: "%{success_count}/%{count} files have been refused"
|
||||
in_progress:
|
||||
text_success:
|
||||
one: 1/1 is being refused
|
||||
other: "%{success_count}/%{count} files have been refused"
|
||||
classer_sans_suite:
|
||||
finish:
|
||||
text_success:
|
||||
one: 1/1 file has been closed without continuation
|
||||
other: "%{success_count}/%{count} files have been closed without continuation"
|
||||
in_progress:
|
||||
text_success:
|
||||
one: 1/1 is being closed without continuation
|
||||
other: "%{success_count}/%{count} files have been closed without continuation"
|
||||
follow:
|
||||
finish:
|
||||
text_success:
|
||||
|
|
|
@ -26,6 +26,24 @@ fr:
|
|||
text_success:
|
||||
one: 1 dossier sera accepté
|
||||
other: "%{success_count}/%{count} dossiers ont été acceptés"
|
||||
refuser:
|
||||
finish:
|
||||
text_success:
|
||||
one: 1 dossier a été refusé
|
||||
other: "%{success_count}/%{count} dossiers ont été refusés"
|
||||
in_progress:
|
||||
text_success:
|
||||
one: 1 dossier sera refusé
|
||||
other: "%{success_count}/%{count} dossiers ont été refusés"
|
||||
classer_sans_suite:
|
||||
finish:
|
||||
text_success:
|
||||
one: 1 dossier a été classé sans suite
|
||||
other: "%{success_count}/%{count} dossiers ont été classés sans suite"
|
||||
in_progress:
|
||||
text_success:
|
||||
one: 1 dossier sera classé sans suite
|
||||
other: "%{success_count}/%{count} dossiers ont été classés sans suite"
|
||||
follow:
|
||||
finish:
|
||||
text_success:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue