i18n(en) update English source language
Adding singular and plural to `operations-running` and `operations-running-finished` within `# Progress footer`
This commit is contained in:
parent
b0f29ed390
commit
2a9b4ad068
1 changed files with 8 additions and 2 deletions
|
|
@ -30,8 +30,14 @@ size = Size
|
|||
# Progress footer
|
||||
details = Details
|
||||
dismiss = Dismiss message
|
||||
operations-running = {$running} operations running ({$percent}%)...
|
||||
operations-running-finished = {$running} operations running ({$percent}%), {$finished} finished...
|
||||
operations-running = {$running} {$running ->
|
||||
[one] operation
|
||||
*[other] operations
|
||||
} running ({$percent}%)...
|
||||
operations-running-finished = {$running} {$running ->
|
||||
[one] operation
|
||||
*[other] operations
|
||||
} running ({$percent}%), {$finished} finished...
|
||||
pause = Pause
|
||||
resume = Resume
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue