Update content of files

This commit is contained in:
GitHub Action 2024-10-05 23:59:46 +00:00
parent a58ddc1154
commit d779dc10f3
2 changed files with 8 additions and 0 deletions
data/client/android-beta/res/values

View file

@ -6141,6 +6141,10 @@
<public type="string" name="Gift2Send_one" id="tgcrawl" />
<public type="string" name="Gift2Send_other" id="tgcrawl" />
<public type="string" name="Gift2SenderHidden" id="tgcrawl" />
<public type="string" name="Gift2SoldOut" id="tgcrawl" />
<public type="string" name="Gift2SoldOutTitle" id="tgcrawl" />
<public type="string" name="Gift2SoldOut_one" id="tgcrawl" />
<public type="string" name="Gift2SoldOut_other" id="tgcrawl" />
<public type="string" name="Gift2Stars" id="tgcrawl" />
<public type="string" name="Gift2StarsCount_one" id="tgcrawl" />
<public type="string" name="Gift2StarsCount_other" id="tgcrawl" />

View file

@ -3477,6 +3477,10 @@ This action cannot be undone. This will permanently destroy the gift."</string>
<string name="Gift2Send_one">Send a Gift for ⭐️%d</string>
<string name="Gift2Send_other">Send a Gift for ⭐️%d</string>
<string name="Gift2SenderHidden">Only you can see the senderʼs name.</string>
<string name="Gift2SoldOut">sold out</string>
<string name="Gift2SoldOutTitle">Sold Out!</string>
<string name="Gift2SoldOut_one">All %d gifts were already sold.</string>
<string name="Gift2SoldOut_other">All %d gifts were already sold.</string>
<string name="Gift2Stars">Gift Stars</string>
<string name="Gift2StarsCount_one">%d Star</string>
<string name="Gift2StarsCount_other">%d Stars</string>