kopia lustrzana https://github.com/meshtastic/Meshtastic-Android
fix: missing string resource positional arguments
rodzic
9accbd2181
commit
bcc131e369
|
@ -277,5 +277,5 @@
|
|||
<item quantity="one">1 hop</item>
|
||||
<item quantity="other">%d hops</item>
|
||||
</plurals>
|
||||
<string name="traceroute_diff">Hops vèsus %d Hops tounen %d</string>
|
||||
<string name="traceroute_diff">Hops vèsus %1$d Hops tounen %2$d</string>
|
||||
</resources>
|
||||
|
|
|
@ -286,5 +286,5 @@
|
|||
<item quantity="many">%d céimeanna</item>
|
||||
<item quantity="other">%d céimeanna</item>
|
||||
</plurals>
|
||||
<string name="traceroute_diff">Céimeanna i dtreo %d Céimeanna ar ais %d</string>
|
||||
<string name="traceroute_diff">Céimeanna i dtreo %1$d Céimeanna ar ais %2$d</string>
|
||||
</resources>
|
||||
|
|
|
@ -277,5 +277,5 @@
|
|||
<item quantity="one">1 hop</item>
|
||||
<item quantity="other">%d hops</item>
|
||||
</plurals>
|
||||
<string name="traceroute_diff">Hops towards %d Hops back %d</string>
|
||||
<string name="traceroute_diff">Hops towards %1$d Hops back %2$d</string>
|
||||
</resources>
|
||||
|
|
|
@ -283,5 +283,5 @@
|
|||
<item quantity="many">%d skoki</item>
|
||||
<item quantity="other">%d skoków</item>
|
||||
</plurals>
|
||||
<string name="traceroute_diff">Trasa do %d Trasa z %d</string>
|
||||
<string name="traceroute_diff">Trasa do %1$d Trasa z %2$d</string>
|
||||
</resources>
|
||||
|
|
|
@ -283,5 +283,5 @@
|
|||
<item quantity="many">%d skokov</item>
|
||||
<item quantity="other">%d skokov</item>
|
||||
</plurals>
|
||||
<string name="traceroute_diff">Počet skokov smerom k %d Počet skokov späť %d</string>
|
||||
<string name="traceroute_diff">Počet skokov smerom k %1$d Počet skokov späť %2$d</string>
|
||||
</resources>
|
||||
|
|
|
@ -277,5 +277,5 @@
|
|||
<item quantity="one">1 hop</item>
|
||||
<item quantity="other">%d hops</item>
|
||||
</plurals>
|
||||
<string name="traceroute_diff">Hops drejt %d Hops prapa %d</string>
|
||||
<string name="traceroute_diff">Hops drejt %1$d Hops prapa %2$d</string>
|
||||
</resources>
|
||||
|
|
|
@ -303,7 +303,7 @@
|
|||
<item quantity="one">1 hop</item>
|
||||
<item quantity="other">%d hops</item>
|
||||
</plurals>
|
||||
<string name="traceroute_diff">Hops towards %d Hops back %d</string>
|
||||
<string name="traceroute_diff">Hops towards %1$d Hops back %2$d</string>
|
||||
<string name="twenty_four_hours">24H</string>
|
||||
<string name="forty_eight_hours">48H</string>
|
||||
<string name="one_week">1W</string>
|
||||
|
|
Ładowanie…
Reference in New Issue