strings: Explicit indexing for 'import_partial_success'

When translate it to Japanese, values are exchanged.
For example, '1 of 10' is '10 個中の 1'.

So this string should be explicit indexed.

Signed-off-by: Eiji Tanioka <tanioka404@gmail.com>
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
This commit is contained in:
Eiji Tanioka 2020-03-25 21:16:35 +09:00 committed by Harsh Shandilya
parent c1c285db86
commit 90bf46e8d3

View File

@ -13,8 +13,8 @@
<item quantity="other">%d tunnels selected</item>
</plurals>
<plurals name="import_partial_success">
<item quantity="one">Imported %d of %d tunnels</item>
<item quantity="other">Imported %d of %d tunnels</item>
<item quantity="one">Imported %1$d of %2$d tunnels</item>
<item quantity="other">Imported %1$d of %2$d tunnels</item>
</plurals>
<plurals name="import_total_success">
<item quantity="one">Imported %d tunnel</item>