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:
Feike Donia 2025-05-15 13:38:32 +02:00 committed by Jeremy Soller
parent b0f29ed390
commit 2a9b4ad068

View file

@ -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