Update content of files

This commit is contained in:
GitHub Action 2024-07-29 21:42:43 +00:00
parent 29c8bac88a
commit c118f2b07f
5 changed files with 19 additions and 10 deletions

View file

@ -1367,7 +1367,6 @@
<public type="drawable" name="menu_premium_seen" id="tgcrawl" />
<public type="drawable" name="menu_premium_tools" id="tgcrawl" />
<public type="drawable" name="menu_privacy" id="tgcrawl" />
<public type="drawable" name="menu_privacy_policy" id="tgcrawl" />
<public type="drawable" name="menu_profile_colors" id="tgcrawl" />
<public type="drawable" name="menu_profile_colors_locked" id="tgcrawl" />
<public type="drawable" name="menu_quality_hd" id="tgcrawl" />
@ -2288,7 +2287,6 @@
<public type="id" name="menu_link" id="tgcrawl" />
<public type="id" name="menu_mono" id="tgcrawl" />
<public type="id" name="menu_open_bot" id="tgcrawl" />
<public type="id" name="menu_privacy" id="tgcrawl" />
<public type="id" name="menu_quote" id="tgcrawl" />
<public type="id" name="menu_regular" id="tgcrawl" />
<public type="id" name="menu_reload_page" id="tgcrawl" />
@ -4437,6 +4435,8 @@
<public type="string" name="BotCantOpenAttachMenuUser" id="tgcrawl" />
<public type="string" name="BotChangeSettings" id="tgcrawl" />
<public type="string" name="BotCloseAllTabs" id="tgcrawl" />
<public type="string" name="BotDAU_one" id="tgcrawl" />
<public type="string" name="BotDAU_other" id="tgcrawl" />
<public type="string" name="BotEditCommands" id="tgcrawl" />
<public type="string" name="BotEditIntro" id="tgcrawl" />
<public type="string" name="BotHelp" id="tgcrawl" />
@ -4459,7 +4459,6 @@
<public type="string" name="BotPreviewEmpty" id="tgcrawl" />
<public type="string" name="BotPreviewsDeleted_one" id="tgcrawl" />
<public type="string" name="BotPreviewsDeleted_other" id="tgcrawl" />
<public type="string" name="BotPrivacyPolicy" id="tgcrawl" />
<public type="string" name="BotPublicLink" id="tgcrawl" />
<public type="string" name="BotPublicLinks" id="tgcrawl" />
<public type="string" name="BotPublicLinksCount" id="tgcrawl" />
@ -4502,8 +4501,6 @@
<public type="string" name="BotUnblock" id="tgcrawl" />
<public type="string" name="BotUsernameHelp" id="tgcrawl" />
<public type="string" name="BotUsernamesHelp" id="tgcrawl" />
<public type="string" name="BotUsers_one" id="tgcrawl" />
<public type="string" name="BotUsers_other" id="tgcrawl" />
<public type="string" name="BotWebAppDisclaimerCheck" id="tgcrawl" />
<public type="string" name="BotWebAppDisclaimerSubtitle" id="tgcrawl" />
<public type="string" name="BotWebAppInstantViewOpen" id="tgcrawl" />
@ -5210,7 +5207,6 @@
<public type="string" name="ChooseGroup" id="tgcrawl" />
<public type="string" name="ChooseLanguages" id="tgcrawl" />
<public type="string" name="ChoosePhoto" id="tgcrawl" />
<public type="string" name="ChoosePhotoForSticker" id="tgcrawl" />
<public type="string" name="ChoosePhotoOrVideo" id="tgcrawl" />
<public type="string" name="ChooseRecordVideo" id="tgcrawl" />
<public type="string" name="ChooseStickerMyEmojiPacks" id="tgcrawl" />

View file

@ -1571,6 +1571,8 @@ from **%s**."</string>
<string name="BotCantOpenAttachMenuUser">"This bot can't be opened in chats with users."</string>
<string name="BotChangeSettings">Change Bot Settings</string>
<string name="BotCloseAllTabs">Close All Tabs</string>
<string name="BotDAU_one">%d user</string>
<string name="BotDAU_other">%d users</string>
<string name="BotEditCommands">Edit Commands</string>
<string name="BotEditIntro">Edit Intro</string>
<string name="BotHelp">Help</string>
@ -1595,7 +1597,6 @@ It will be able to access your **IP address** and basic device info."</string>
<string name="BotPreviewEmpty">no images yet</string>
<string name="BotPreviewsDeleted_one">%d preview deleted</string>
<string name="BotPreviewsDeleted_other">%d previews deleted</string>
<string name="BotPrivacyPolicy">Privacy Policy</string>
<string name="BotPublicLink">Public Link</string>
<string name="BotPublicLinks">Public Links</string>
<string name="BotPublicLinksCount">%1$s/%2$s</string>
@ -1640,8 +1641,6 @@ It will be able to access your **IP address** and basic device info."</string>
<string name="BotUnblock">RESTART</string>
<string name="BotUsernameHelp">This link cannot be edited. You can acquire additional usernames on *Fragment*.</string>
<string name="BotUsernamesHelp">Drag and drop links to change the order in which they will be displayed on the bot info page.</string>
<string name="BotUsers_one">%d user</string>
<string name="BotUsers_other">%d users</string>
<string name="BotWebAppDisclaimerCheck">I agree to the **Terms of Use**</string>
<string name="BotWebAppDisclaimerSubtitle">You are about to use a mini app operated by an independent party **not affiliated with Telegram**. You must agree to the Terms of Use of mini apps to continue.</string>
<string name="BotWebAppInstantViewOpen">Open App</string>
@ -2406,7 +2405,6 @@ Minimum length is 5 characters."</string>
<string name="ChooseGroup">Choose Group</string>
<string name="ChooseLanguages">Choose languages</string>
<string name="ChoosePhoto">Choose photo</string>
<string name="ChoosePhotoForSticker">Create a sticker from a photo</string>
<string name="ChoosePhotoOrVideo">Choose photo or video</string>
<string name="ChooseRecordVideo">Record video</string>
<string name="ChooseStickerMyEmojiPacks">My emoji packs</string>

View file

@ -0,0 +1 @@
e914dade9bc5df17827f97641dfd25942bc98896ba1e1390ea7fc417bd94a5d9

View file

@ -0,0 +1 @@
0d67c8dada979fd2472ea3523e18b6f2aa70b68da689d063814cc4e27dfb2d70

View file

@ -10965,3 +10965,16 @@
"WebBrowser.OpenMainPage" = "Open Main Page";
"WebBrowser.InstantView" = "Instant View";
"ExampleApps.Title" = "Examples";
"Stars.GiftToFriends" = "%@ Gift Stars to Friends";
"Stars.ExampleApps.Text" = "Use Stars to unlock content and services on Telegram. [See Examples >](apps)";
"Stars.Gift.ServiceInfo" = "Use Stars to unlock content and services on Telegram.";
"Chat.Service.Refund" = "%@ refunded back %@";
//"\(peerName) refunded back \(clown)\(totalAmount)"