Make a message pluralizable
This commit is contained in:
parent
fecc643c4e
commit
5cf10fb13b
1 changed files with 3 additions and 1 deletions
|
@ -1452,7 +1452,9 @@ en:
|
|||
upload_trace: "Upload a trace"
|
||||
see_all_traces: "See all traces"
|
||||
see_your_traces: "See your traces"
|
||||
traces_waiting: "You have %{count} traces waiting for upload. Please consider waiting for these to finish before uploading any more, so as not to block the queue for other users."
|
||||
traces_waiting:
|
||||
one: "You have %{count} trace waiting for upload. Please consider waiting for these to finish before uploading any more, so as not to block the queue for other users."
|
||||
other: "You have %{count} traces waiting for upload. Please consider waiting for these to finish before uploading any more, so as not to block the queue for other users."
|
||||
trace_optionals:
|
||||
tags: "Tags"
|
||||
view:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue