Fixed problem where strings files were accepting multiple variables but no order was specified (#1116)

This commit is contained in:
Carlos Valencia 2018-02-01 02:41:46 -07:00 committed by Yusuke Matsubara
parent f8527e6b4f
commit 696f3744e1
72 changed files with 493 additions and 493 deletions

View file

@ -21,8 +21,8 @@
<string name="upload_failed_notification_title">%1$s بارگذاری نشد</string>
<string name="upload_failed_notification_subtitle">برای دیدن انگشت بزنید</string>
<plurals name="uploads_pending_notification_indicator">
<item quantity="one">%d پرونده در حال بارگذاری</item>
<item quantity="other">%d پرونده در حال بارگذاری</item>
<item quantity="one">%1$d پرونده در حال بارگذاری</item>
<item quantity="other">%1$d پرونده در حال بارگذاری</item>
</plurals>
<string name="title_activity_contributions">بارگذاری‌های اخیر من</string>
<string name="contribution_state_queued">در صف</string>
@ -57,15 +57,15 @@
<plurals name="contributions_subtitle">
<item quantity="zero">\@string/contributions_subtitle_zero</item>
<item quantity="one">بارگذاری شد</item>
<item quantity="other">%d بارگذاری شد</item>
<item quantity="other">%1$d بارگذاری شد</item>
</plurals>
<plurals name="starting_multiple_uploads">
<item quantity="one">شروع %d بارگذاری پرونده</item>
<item quantity="other">شروع بارگذاری %d پرونده</item>
<item quantity="one">شروع d1$% بارگذاری پرونده</item>
<item quantity="other">شروع بارگذاری d1$% پرونده</item>
</plurals>
<plurals name="multiple_uploads_title">
<item quantity="one">%d بارگذاری</item>
<item quantity="other">%d بارگذاری</item>
<item quantity="one">%1$d بارگذاری</item>
<item quantity="other">%1$d بارگذاری</item>
</plurals>
<string name="categories_not_found">رده‌ای منطبق با %1$s یافت نشد</string>
<string name="categories_skip_explanation">برای دسترسی آسان‌تر در ویکی‌انبار به تصویرهایتان رده بیافزائید.\n\nشروع به افزودن رده.</string>
@ -210,8 +210,8 @@
<string name="location_permission_rationale_nearby">برای نمایش مکان‌ّای اطراف نیاز به اجازه است.</string>
<string name="get_directions">دریافت جهت‌‌ها</string>
<string name="read_article">خواندن مقاله</string>
<string name="notifications_welcome">%s، به ویکی‌انبار خوش آمدید! خوشحالیم که اینجا هستید.</string>
<string name="notifications_talk_page_message">%s در صفحهٔ بحث شما پیامی گذاشته‌است</string>
<string name="notifications_welcome">%1$s، به ویکی‌انبار خوش آمدید! خوشحالیم که اینجا هستید.</string>
<string name="notifications_talk_page_message">%1$s در صفحهٔ بحث شما پیامی گذاشته‌است</string>
<string name="notifications_thank_you_edit">برای ویرایش ممنون</string>
<string name="notifications_mention">%s در %s به شما اشاره کرده‌است.</string>
<string name="notifications_mention">%1$s در %2$s به شما اشاره کرده‌است.</string>
</resources>