Update content of files

This commit is contained in:
GitHub Action 2024-07-29 21:01:31 +00:00
parent 482f4798c4
commit ae69a0681d
2 changed files with 10 additions and 4 deletions

View file

@ -1367,6 +1367,7 @@
<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" />
@ -2287,6 +2288,7 @@
<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" />
@ -4435,8 +4437,6 @@
<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,6 +4459,7 @@
<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" />
@ -4501,6 +4502,8 @@
<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" />
@ -5207,6 +5210,7 @@
<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,8 +1571,6 @@ 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>
@ -1597,6 +1595,7 @@ 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>
@ -1641,6 +1640,8 @@ 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>
@ -2405,6 +2406,7 @@ 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>