mirror of
https://github.com/commons-app/apps-android-commons.git
synced 2025-10-27 12:53:55 +01:00
Fixed problem where strings files were accepting multiple variables but no order was specified (#1116)
This commit is contained in:
parent
f8527e6b4f
commit
696f3744e1
72 changed files with 493 additions and 493 deletions
|
|
@ -54,13 +54,13 @@
|
|||
<string name="contributions_subtitle_zero">まだ何もアップロードされていません。</string>
|
||||
<plurals name="contributions_subtitle">
|
||||
<item quantity="zero">\@string/contributions_subtitle_zero</item>
|
||||
<item quantity="other">%d 件のアップロード</item>
|
||||
<item quantity="other">%1$d 件のアップロード</item>
|
||||
</plurals>
|
||||
<plurals name="starting_multiple_uploads">
|
||||
<item quantity="other">%d 件のアップロードを開始中</item>
|
||||
<item quantity="other">%1$d 件のアップロードを開始中</item>
|
||||
</plurals>
|
||||
<plurals name="multiple_uploads_title">
|
||||
<item quantity="other">%d 件のアップロード</item>
|
||||
<item quantity="other">%1$d 件のアップロード</item>
|
||||
</plurals>
|
||||
<string name="categories_not_found">%1$s に一致するカテゴリが見つかりません</string>
|
||||
<string name="categories_skip_explanation">あなたの画像をウィキメディア・コモンズで見つけやすくするためにカテゴリを追加してください。\n\nカテゴリ名の入力を開始してください。\nこの手順をスキップするにはこのメッセージをタップしてください(または戻るボタン)。</string>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue