We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6487191 commit 3e04a1fCopy full SHA for 3e04a1f
app/src/main/res/values-zh-rTW/strings.xml
@@ -55,12 +55,12 @@
55
</plurals>
56
<string name="starting_uploads">開始上傳</string>
57
<plurals name="starting_multiple_uploads">
58
- <item quantity="one">正在處理%1$d個上傳</item>
59
- <item quantity="other">正在處理%1$d個上傳</item>
+ <item quantity="one">正在處理 %1$d 個上傳</item>
+ <item quantity="other">正在處理 %1$d 個上傳</item>
60
61
<plurals name="multiple_uploads_title">
62
- <item quantity="one">%1$d個上傳</item>
63
- <item quantity="other">%1$d個上傳</item>
+ <item quantity="one">%1$d 個上傳</item>
+ <item quantity="other">%1$d 個上傳</item>
64
65
<plurals name="share_license_summary">
66
<item quantity="one">此圖片會按 %1$s 協議授權上傳</item>
0 commit comments