fix /patron translation

pull/6012/head
Thibault Duplessis 2020-02-09 10:15:37 -06:00
parent c5e54ab1a5
commit d9b1a8c244
3 changed files with 29 additions and 32 deletions

View File

@ -85,7 +85,7 @@ object indexStripe {
tr(
th,
th("ID"),
th(trans.date()),
th(date()),
th(amount())
)
),

View File

@ -1320,9 +1320,9 @@ val `explainYourRequest` = new Translated("explainYourRequest", Contact)
object patron {
val `donate` = new Translated("donate", Patron)
val `lichessPatron` = new Translated("lichessPatron", Patron)
val `freeAccount` = new Translated("freeAccount", Patron)
val `becomePatron` = new Translated("becomePatron", Patron)
val `xBecamePatron` = new Translated("xBecamePatron", Patron)
val `freeAccount` = new Translated("freeAccount", Patron)
val `newPatrons` = new Translated("newPatrons", Patron)
val `freeChess` = new Translated("freeChess", Patron)
val `noAdsNoSubs` = new Translated("noAdsNoSubs", Patron)
@ -1334,6 +1334,7 @@ val `weAreNonProfit` = new Translated("weAreNonProfit", Patron)
val `weRelyOnSupport` = new Translated("weRelyOnSupport", Patron)
val `lifetime` = new Translated("lifetime", Patron)
val `payLifetimeOnce` = new Translated("payLifetimeOnce", Patron)
val `lifetimePatron` = new Translated("lifetimePatron", Patron)
val `makeExtraDonation` = new Translated("makeExtraDonation", Patron)
val `monthly` = new Translated("monthly", Patron)
val `recurringBilling` = new Translated("recurringBilling", Patron)
@ -1358,6 +1359,31 @@ val `bitcoin` = new Translated("bitcoin", Patron)
val `patronFeatures` = new Translated("patronFeatures", Patron)
val `noPatronFeatures` = new Translated("noPatronFeatures", Patron)
val `featuresComparison` = new Translated("featuresComparison", Patron)
val `youSupportWith` = new Translated("youSupportWith", Patron)
val `tyvm` = new Translated("tyvm", Patron)
val `currentStatus` = new Translated("currentStatus", Patron)
val `nextPayment` = new Translated("nextPayment", Patron)
val `youWillBeChargedXOnY` = new Translated("youWillBeChargedXOnY", Patron)
val `makeAdditionalDonation` = new Translated("makeAdditionalDonation", Patron)
val `update` = new Translated("update", Patron)
val `changeMonthlyAmount` = new Translated("changeMonthlyAmount", Patron)
val `cancelSupport` = new Translated("cancelSupport", Patron)
val `xOrY` = new Translated("xOrY", Patron)
val `decideHowMuch` = new Translated("decideHowMuch", Patron)
val `stopPayments` = new Translated("stopPayments", Patron)
val `noLongerSupport` = new Translated("noLongerSupport", Patron)
val `paymentHistory` = new Translated("paymentHistory", Patron)
val `paid` = new Translated("paid", Patron)
val `viewOthers` = new Translated("viewOthers", Patron)
val `date` = new Translated("date", Patron)
val `amount` = new Translated("amount", Patron)
val `transactionCompleted` = new Translated("transactionCompleted", Patron)
val `permanentPatron` = new Translated("permanentPatron", Patron)
val `checkOutProfile` = new Translated("checkOutProfile", Patron)
val `nowLifetime` = new Translated("nowLifetime", Patron)
val `nowOneMonth` = new Translated("nowOneMonth", Patron)
val `downgradeNextMonth` = new Translated("downgradeNextMonth", Patron)
val `patronForMonths` = new Translated("patronForMonths", Patron)
}
}

View File

@ -5,7 +5,6 @@
<string name="freeAccount">Free account</string>
<string name="becomePatron">Become a Lichess Patron</string>
<string name="xBecamePatron">%s became a Lichess Patron</string>
<string name="freeAccount">Free account</string>
<string name="newPatrons">New Patrons</string>
<string name="freeChess">Free chess for everyone, forever!</string>
<string name="noAdsNoSubs">No ads, no subscriptions; but open-source and passion.</string>
@ -66,6 +65,7 @@ However, Patrons get bragging rights with a cool new profile icon.</string>
<string name="paymentHistory">Payment history</string>
<string name="paid">Paid</string>
<string name="viewOthers">View other Lichess Patrons</string>
<string name="date">Date</string>
<string name="amount">Amount</string>
<string name="transactionCompleted">Your transaction has been completed, and a receipt for your donation has been emailed to you.</string>
<string name="permanentPatron">You now have a permanent Patron account.,</string>
@ -73,33 +73,4 @@ However, Patrons get bragging rights with a cool new profile icon.</string>
<string name="nowLifetime">You are now a lifetime Lichess Patron!</string>
<string name="nowOneMonth">You are now a Lichess Patron for one month!</string>
<string name="downgradeNextMonth">In one month, you will NOT be charged again, and your Lichess account will be downgraded to free.</string>
<string name="_">_</string>
<string name="_">_</string>
<string name="_">_</string>
<string name="_">_</string>
<string name="_">_</string>
<string name="_">_</string>
<string name="_">_</string>
<string name="_">_</string>
<string name="_">_</string>
<string name="_">_</string>
<string name="_">_</string>
<string name="_">_</string>
<string name="_">_</string>
<string name="_">_</string>
<string name="_">_</string>
<string name="_">_</string>
<string name="_">_</string>
<string name="_">_</string>
<string name="_">_</string>
<string name="_">_</string>
<string name="_">_</string>
<string name="_">_</string>
<string name="_">_</string>
<string name="_">_</string>
<string name="_">_</string>
<string name="_">_</string>
<string name="_">_</string>
<string name="_">_</string>
<string name="_">_</string>
</resources>