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
|
# Progress footer
|
||||||
details = Details
|
details = Details
|
||||||
dismiss = Dismiss message
|
dismiss = Dismiss message
|
||||||
operations-running = {$running} operations running ({$percent}%)...
|
operations-running = {$running} {$running ->
|
||||||
operations-running-finished = {$running} operations running ({$percent}%), {$finished} finished...
|
[one] operation
|
||||||
|
*[other] operations
|
||||||
|
} running ({$percent}%)...
|
||||||
|
operations-running-finished = {$running} {$running ->
|
||||||
|
[one] operation
|
||||||
|
*[other] operations
|
||||||
|
} running ({$percent}%), {$finished} finished...
|
||||||
pause = Pause
|
pause = Pause
|
||||||
resume = Resume
|
resume = Resume
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue