mirror of
https://github.com/MarshalX/telegram-crawler.git
synced 2025-01-05 18:38:19 +01:00
Update content of files
This commit is contained in:
parent
c94234ff20
commit
9ce7aa79e1
1 changed files with 15 additions and 2 deletions
|
@ -10637,9 +10637,22 @@
|
|||
|
||||
"Star.Purchase.Balance" = "Balance\n%@";
|
||||
"Star.Purchase.Confirm" = "Confirm Your Purchase";
|
||||
"Star.Purchase.Text" = "Do you want to buy **\"%1$@\"** in **%2$@** **for %3$@ Stars**?";
|
||||
"Star.Purchase.Text" = "Do you want to buy **\"%1$@\"** in **%2$@** **%3$@**?";
|
||||
|
||||
"Star.Purchase.Text.In_countable" = "%d";
|
||||
"Star.Purchase.Text.In_zero" = "for %d Stars";
|
||||
"Star.Purchase.Text.In_one" = "for %d Star";
|
||||
"Star.Purchase.Text.In_two" = "for %d Stars";
|
||||
"Star.Purchase.Text.In_few" = "for %d Stars";
|
||||
"Star.Purchase.Text.In_many" = "for %d Stars";
|
||||
"Star.Purchase.Text.In_other" = "for %d Stars";
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
"Star.Purchase.Pay" = "Confirm And Pay %@";
|
||||
"Star.Purchase.Success" = "You acquired \"%1$@\" in %2$@ for %3$@ Stars.";
|
||||
"Star.Purchase.Success" = "You acquired \"%1$@\" in %2$@ %3$@.";
|
||||
|
||||
|
||||
"Star.List.GetStars" = "Get Stars";
|
||||
|
|
Loading…
Reference in a new issue