mirror of
https://github.com/MarshalX/telegram-crawler.git
synced 2024-11-24 00:07:21 +01:00
Update content of files
This commit is contained in:
parent
6f854c31da
commit
db09c34199
2 changed files with 16 additions and 4 deletions
|
@ -7656,6 +7656,10 @@
|
|||
<public type="string" name="MonetizationOverviewAvailable" id="tgcrawl" />
|
||||
<public type="string" name="MonetizationOverviewLastWithdrawal" id="tgcrawl" />
|
||||
<public type="string" name="MonetizationOverviewTotal" id="tgcrawl" />
|
||||
<public type="string" name="MonetizationProceedsInfo" id="tgcrawl" />
|
||||
<public type="string" name="MonetizationProceedsInfoLink" id="tgcrawl" />
|
||||
<public type="string" name="MonetizationProceedsInfoTON" id="tgcrawl" />
|
||||
<public type="string" name="MonetizationProceedsInfoTONLink" id="tgcrawl" />
|
||||
<public type="string" name="MonetizationStarsAds" id="tgcrawl" />
|
||||
<public type="string" name="MonetizationStarsBalance" id="tgcrawl" />
|
||||
<public type="string" name="MonetizationStarsInfo" id="tgcrawl" />
|
||||
|
@ -10253,8 +10257,10 @@
|
|||
<public type="string" name="StarsBalance" id="tgcrawl" />
|
||||
<public type="string" name="StarsConfirmPurchaseButton_one" id="tgcrawl" />
|
||||
<public type="string" name="StarsConfirmPurchaseButton_other" id="tgcrawl" />
|
||||
<public type="string" name="StarsConfirmPurchaseMedia1" id="tgcrawl" />
|
||||
<public type="string" name="StarsConfirmPurchaseMedia2" id="tgcrawl" />
|
||||
<public type="string" name="StarsConfirmPurchaseMediaOne2_one" id="tgcrawl" />
|
||||
<public type="string" name="StarsConfirmPurchaseMediaOne2_other" id="tgcrawl" />
|
||||
<public type="string" name="StarsConfirmPurchaseMediaTwo2_one" id="tgcrawl" />
|
||||
<public type="string" name="StarsConfirmPurchaseMediaTwo2_other" id="tgcrawl" />
|
||||
<public type="string" name="StarsConfirmPurchaseMedia_Photos_one" id="tgcrawl" />
|
||||
<public type="string" name="StarsConfirmPurchaseMedia_Photos_other" id="tgcrawl" />
|
||||
<public type="string" name="StarsConfirmPurchaseMedia_SinglePhoto" id="tgcrawl" />
|
||||
|
|
|
@ -4976,6 +4976,10 @@ This may take a few moments. You can continue using the app while the files are
|
|||
<string name="MonetizationOverviewAvailable">Balance available to withdraw</string>
|
||||
<string name="MonetizationOverviewLastWithdrawal">Proceeds since last withdrawal</string>
|
||||
<string name="MonetizationOverviewTotal">Total lifetime proceeds</string>
|
||||
<string name="MonetizationProceedsInfo">Funds from your total balance become available for spending on ads and rewards 21 days after they are earned.</string>
|
||||
<string name="MonetizationProceedsInfoLink">https://telegram.org/tos/content-creator-rewards</string>
|
||||
<string name="MonetizationProceedsInfoTON">TON from your total balance become available for spending on ads and rewards 21 days after they are earned.</string>
|
||||
<string name="MonetizationProceedsInfoTONLink">https://telegram.org/tos/content-creator-rewards</string>
|
||||
<string name="MonetizationStarsAds">Buy Ads</string>
|
||||
<string name="MonetizationStarsBalance">Stars balance</string>
|
||||
<string name="MonetizationStarsInfo">You can withdraw Stars using Fragment, or use Stars to advertise your channel. **Learn more >**</string>
|
||||
|
@ -7663,8 +7667,10 @@ messages?"</string>
|
|||
<string name="StarsBalance">Balance</string>
|
||||
<string name="StarsConfirmPurchaseButton_one">Confirm and Pay ⭐️ %d Star</string>
|
||||
<string name="StarsConfirmPurchaseButton_other">Confirm and Pay ⭐️ %d Stars</string>
|
||||
<string name="StarsConfirmPurchaseMedia1">Do you want to unlock %1$s in **%2$s** for **%3$s**?</string>
|
||||
<string name="StarsConfirmPurchaseMedia2">Do you want to unlock %1$s and %2$s in **%3$s** for **%4$s**?</string>
|
||||
<string name="StarsConfirmPurchaseMediaOne2_one">Do you want to unlock %2$s in **%3$s** for **%1$d star**?</string>
|
||||
<string name="StarsConfirmPurchaseMediaOne2_other">Do you want to unlock %2$s in **%3$s** for **%1$d stars**?</string>
|
||||
<string name="StarsConfirmPurchaseMediaTwo2_one">Do you want to unlock %2$s and %3$s in **%4$s** for **%1$d star**?</string>
|
||||
<string name="StarsConfirmPurchaseMediaTwo2_other">Do you want to unlock %2$s and %3$s in **%4$s** for **%1$d stars**?</string>
|
||||
<string name="StarsConfirmPurchaseMedia_Photos_one">**%d photo**</string>
|
||||
<string name="StarsConfirmPurchaseMedia_Photos_other">**%d photos**</string>
|
||||
<string name="StarsConfirmPurchaseMedia_SinglePhoto">a **photo**</string>
|
||||
|
|
Loading…
Reference in a new issue