Fix error string placeholder.

This commit is contained in:
Greyson Parrelli
2021-11-23 14:14:22 -05:00
parent 20285e7e5b
commit ffedc3fa7d
29 changed files with 32 additions and 30 deletions

View File

@@ -3273,7 +3273,7 @@
<!--Displayed in notification when user payment fails to process on Stripe-->
<string name="DonationsErrors__error_processing_payment">付款處理錯誤</string>
<!--Displayed on "My Support" screen when user subscription payment method failed.-->
<string name="DonationsErrors__error_processing_payment_s">府款處理錯誤。$1$s</string>
<string name="DonationsErrors__error_processing_payment_s">府款處理錯誤。%1$s</string>
<string name="DonationsErrors__your_badge_could_not_be_added">你的徽章無法新增到你的帳號,但你可能已被收費。 請聯絡支援部門。</string>
<string name="DonationsErrors__your_payment">你的付款無法處理,所以也未向你收費。 請再試一次。</string>
<string name="DonationsErrors__still_processing">仍在處理中</string>