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

@@ -3277,7 +3277,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>