mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-07-08 18:06:14 +00:00
Merge branch 'ticket-app-master' into 'ticket-app-master'
Fixes réunion 7/7 See merge request Chill-Projet/chill-bundles!852
This commit is contained in:
commit
cfba291f2c
@ -120,7 +120,9 @@ function explainSentence(history: TicketHistoryLine): string {
|
|||||||
case "addressees_state":
|
case "addressees_state":
|
||||||
return trans(CHILL_TICKET_TICKET_HISTORY_ADDRESSEES_STATE);
|
return trans(CHILL_TICKET_TICKET_HISTORY_ADDRESSEES_STATE);
|
||||||
case "persons_state":
|
case "persons_state":
|
||||||
return trans(CHILL_TICKET_TICKET_HISTORY_PERSONS_STATE);
|
return trans(CHILL_TICKET_TICKET_HISTORY_PERSONS_STATE, {
|
||||||
|
count: history.data.persons.length,
|
||||||
|
});
|
||||||
case "set_motive":
|
case "set_motive":
|
||||||
return trans(CHILL_TICKET_TICKET_HISTORY_SET_MOTIVE);
|
return trans(CHILL_TICKET_TICKET_HISTORY_SET_MOTIVE);
|
||||||
case "create_ticket":
|
case "create_ticket":
|
||||||
|
@ -9,8 +9,8 @@ chill_ticket:
|
|||||||
history:
|
history:
|
||||||
add_comment: "Nouveau commentaire"
|
add_comment: "Nouveau commentaire"
|
||||||
addressees_state: "Attributions"
|
addressees_state: "Attributions"
|
||||||
persons_state: "Usagé(s) concerné(s)"
|
persons_state: "{count, plural, =0 {Aucun usager concerné} =1 {Usager concerné} other {Usagers concernés}}"
|
||||||
set_caller: "Appelant Concerné"
|
set_caller: "Appelant"
|
||||||
set_motive: "Nouveau motifs"
|
set_motive: "Nouveau motifs"
|
||||||
create_ticket: "Ticket créé"
|
create_ticket: "Ticket créé"
|
||||||
state_change: ""
|
state_change: ""
|
||||||
|
Loading…
x
Reference in New Issue
Block a user