Update content of files

This commit is contained in:
GitHub Action 2023-12-30 14:26:18 +00:00
parent f7e0300c4a
commit f4d007446e
4 changed files with 225 additions and 5 deletions

View file

@ -285,8 +285,11 @@
"ActionRemovedPhoto",
"ActionRequestedPeer",
"ActionRequestedPeerChannel",
"ActionRequestedPeerChannelPlural",
"ActionRequestedPeerChat",
"ActionRequestedPeerChatPlural",
"ActionRequestedPeerUser",
"ActionRequestedPeerUserPlural",
"ActionRevokedInviteLink",
"ActionRevokedInviteLinkClickable",
"ActionSetSameWallpaperForThisChat",
@ -668,6 +671,7 @@
"AttachContact",
"AttachDestructingPhoto",
"AttachDestructingVideo",
"AttachDestructingVoice",
"AttachDocument",
"AttachDocument",
"AttachDocumentsRestricted",
@ -711,6 +715,7 @@
"AttachVideoExpired",
"AttachVideoRestricted",
"AttachVideoRestrictedForever",
"AttachVoiceExpired",
"AttachVoiceRestricted",
"AttachVoiceRestrictedForever",
"AudioAutodownload",
@ -1221,6 +1226,7 @@
"BotInvite",
"BotManageInfo",
"BotMessagePreview",
"BotMultiContactsSelectorLimit",
"BotName",
"BotOpenPageMessage",
"BotOpenPageTitle",
@ -1770,6 +1776,7 @@
"ChooseTimeForAutoDelete",
"ChooseTimeForMute",
"ChooseUser",
"ChooseUsers",
"ChooseYourLanguage",
"ChooseYourLanguageOther",
"ChoosingSticker",
@ -6821,6 +6828,15 @@
"Vignette",
"Voice",
"VoiceMessagesRestrictedByPrivacy",
"VoiceOnceClose",
"VoiceOnceCloseMessage",
"VoiceOnceCloseTitle",
"VoiceOnceDeleteClose",
"VoiceOnceHint",
"VoiceOnceOutHint",
"VoiceOnceTurnOnSound",
"VoiceSetOnceHint",
"VoiceSetOnceHintEnabled",
"VoipAddBio",
"VoipAddDescription",
"VoipAddPhoto",
@ -6836,6 +6852,7 @@
"VoipAudioRoutingSpeaker",
"VoipBackCamera",
"VoipBusy",
"VoipCallEncryptionEndToEnd",
"VoipCallEnded",
"VoipCamera",
"VoipChannelCancelChat",
@ -6894,6 +6911,7 @@
"VoipEditTitle",
"VoipEditTitleHint",
"VoipEndCall",
"VoipEndCall2",
"VoipErrorUnknown",
"VoipExchangingKeys",
"VoipFailed",
@ -7018,6 +7036,8 @@
"VoipGroupYouCanNowSpeak",
"VoipGroupYouCanNowSpeakIn",
"VoipHangingUp",
"VoipHideEmoji",
"VoipHintEncryptionKey",
"VoipHoldAndTalk",
"VoipHoldAndTalk",
"VoipInCallBranding",
@ -7034,6 +7054,7 @@
"VoipMutedTapForSpeak",
"VoipMutedTapedForSpeak",
"VoipMutedTapedForSpeakInfo",
"VoipMyMicrophoneState",
"VoipNeedCameraPermission",
"VoipNeedMicCameraPermission",
"VoipNeedMicCameraPermissionWithHint",
@ -7066,6 +7087,8 @@
"VoipQuickReplies",
"VoipQuickRepliesExplain",
"VoipRateCallAlert",
"VoipRateCallDescription",
"VoipRateCallTitle",
"VoipReconnecting",
"VoipRecordAudio",
"VoipRecordLandscape",
@ -7105,6 +7128,7 @@
"VoipVideoUnavailable",
"VoipVoiceChat",
"VoipWaiting",
"VoipWeakNetwork",
"Vote",
"Vote",
"WaitMore",

View file

@ -199,7 +199,7 @@
</div></nav>
<section class="content clearfix">
<section class="tr-content"><h3 class="tr-header">
<a href="/en/" class="tr-back"></a>Android<span class="tr-header-counter">6729</span>
<a href="/en/" class="tr-back"></a>Android<span class="tr-header-counter">6753</span>
<div class="tr-header-tabs"><span class="tr-header-tab"><a href="/en/android/recent/translations">Translations</a></span><span class="tr-header-tab"><a href="/en/android/recent/suggestions">Suggestions</a></span><span class="tr-header-tab"><a href="/en/android/recent/comments">Comments</a></span></div>
</h3>
<section class="tr-sections clearfix">
@ -261,7 +261,7 @@
</div><div class="tr-section-col col-lg-4 col-xs-6">
<div class="tr-section-wrap"><a href="/en/android/unsorted/" class="tr-section">
<div class="tr-section-cover cover0"></div>
<div class="tr-section-caption">Unsorted (1608)</div>
<div class="tr-section-caption">Unsorted (1632)</div>
</a></div>
</div>
</section></section>

View file

@ -776,6 +776,15 @@
"singular": "You shared a channel with <mark class=\"token\">un2</mark>"
}
},
"ActionRequestedPeerChannelPlural": {
"url": "https://translations.telegram.org/en/android/unsorted/ActionRequestedPeerChannelPlural",
"photo_url": null,
"has_binding": false,
"values": {
"singular": "You shared a channel with <mark class=\"token\">un2</mark>",
"plural": "You shared a channels with <mark class=\"token\">un2</mark>"
}
},
"ActionRequestedPeerChat": {
"url": "https://translations.telegram.org/en/android/unsorted/ActionRequestedPeerChat",
"photo_url": null,
@ -784,6 +793,15 @@
"singular": "You shared a chat with <mark class=\"token\">un2</mark>"
}
},
"ActionRequestedPeerChatPlural": {
"url": "https://translations.telegram.org/en/android/unsorted/ActionRequestedPeerChatPlural",
"photo_url": null,
"has_binding": false,
"values": {
"singular": "You shared a chat with <mark class=\"token\">un2</mark>",
"plural": "You shared a chats with <mark class=\"token\">un2</mark>"
}
},
"ActionRequestedPeerUser": {
"url": "https://translations.telegram.org/en/android/unsorted/ActionRequestedPeerUser",
"photo_url": null,
@ -792,6 +810,15 @@
"singular": "You shared a user with <mark class=\"token\">un2</mark>"
}
},
"ActionRequestedPeerUserPlural": {
"url": "https://translations.telegram.org/en/android/unsorted/ActionRequestedPeerUserPlural",
"photo_url": null,
"has_binding": false,
"values": {
"singular": "You shared a user with <mark class=\"token\">un2</mark>",
"plural": "You shared a users with <mark class=\"token\">un2</mark>"
}
},
"ActionSettingWallpaper": {
"url": "https://translations.telegram.org/en/android/unsorted/ActionSettingWallpaper",
"photo_url": null,
@ -1467,6 +1494,14 @@
"singular": "The admins of this group have restricted you from sending music here."
}
},
"AttachDestructingVoice": {
"url": "https://translations.telegram.org/en/android/unsorted/AttachDestructingVoice",
"photo_url": null,
"has_binding": false,
"values": {
"singular": "Self-Destructing Voice Message"
}
},
"AttachDocumentsRestricted": {
"url": "https://translations.telegram.org/en/android/unsorted/AttachDocumentsRestricted",
"photo_url": null,
@ -1571,6 +1606,14 @@
"singular": "The admins of this group have restricted you from sending videos here."
}
},
"AttachVoiceExpired": {
"url": "https://translations.telegram.org/en/android/unsorted/AttachVoiceExpired",
"photo_url": null,
"has_binding": false,
"values": {
"singular": "Voice expired"
}
},
"AttachVoiceRestricted": {
"url": "https://translations.telegram.org/en/android/unsorted/AttachVoiceRestricted",
"photo_url": null,
@ -2520,6 +2563,15 @@
"singular": "Message Preview"
}
},
"BotMultiContactsSelectorLimit": {
"url": "https://translations.telegram.org/en/android/unsorted/BotMultiContactsSelectorLimit",
"photo_url": null,
"has_binding": false,
"values": {
"singular": "You can select maximum <mark class=\"token\">%1$d</mark> user.",
"plural": "You can select maximum <mark class=\"token\">%1$d</mark> users."
}
},
"BotOwnershipTransfer": {
"url": "https://translations.telegram.org/en/android/unsorted/BotOwnershipTransfer",
"photo_url": null,
@ -3541,6 +3593,14 @@
"singular": "Choose time for auto-delete"
}
},
"ChooseUsers": {
"url": "https://translations.telegram.org/en/android/unsorted/ChooseUsers",
"photo_url": null,
"has_binding": false,
"values": {
"singular": "Choose Users"
}
},
"Clear": {
"url": "https://translations.telegram.org/en/android/unsorted/Clear",
"photo_url": null,
@ -12403,6 +12463,78 @@
"singular": "**<mark class=\"token\">%1$s</mark>** doesn't accept voice messages."
}
},
"VoiceOnceClose": {
"url": "https://translations.telegram.org/en/android/unsorted/VoiceOnceClose",
"photo_url": null,
"has_binding": false,
"values": {
"singular": "Close"
}
},
"VoiceOnceCloseMessage": {
"url": "https://translations.telegram.org/en/android/unsorted/VoiceOnceCloseMessage",
"photo_url": null,
"has_binding": false,
"values": {
"singular": "Are you sure you want to stop listening and delete voice message?"
}
},
"VoiceOnceCloseTitle": {
"url": "https://translations.telegram.org/en/android/unsorted/VoiceOnceCloseTitle",
"photo_url": null,
"has_binding": false,
"values": {
"singular": "Close Voice Message"
}
},
"VoiceOnceDeleteClose": {
"url": "https://translations.telegram.org/en/android/unsorted/VoiceOnceDeleteClose",
"photo_url": null,
"has_binding": true,
"values": {
"singular": "Delete and Close"
}
},
"VoiceOnceHint": {
"url": "https://translations.telegram.org/en/android/unsorted/VoiceOnceHint",
"photo_url": null,
"has_binding": false,
"values": {
"singular": "This voice message can only be played once."
}
},
"VoiceOnceOutHint": {
"url": "https://translations.telegram.org/en/android/unsorted/VoiceOnceOutHint",
"photo_url": null,
"has_binding": false,
"values": {
"singular": "This message will disappear once **<mark class=\"token\">%s</mark>** plays it once."
}
},
"VoiceOnceTurnOnSound": {
"url": "https://translations.telegram.org/en/android/unsorted/VoiceOnceTurnOnSound",
"photo_url": null,
"has_binding": false,
"values": {
"singular": "Please, turn on the sound first."
}
},
"VoiceSetOnceHint": {
"url": "https://translations.telegram.org/en/android/unsorted/VoiceSetOnceHint",
"photo_url": null,
"has_binding": false,
"values": {
"singular": "Tap to set this message to **Play Once**."
}
},
"VoiceSetOnceHintEnabled": {
"url": "https://translations.telegram.org/en/android/unsorted/VoiceSetOnceHintEnabled",
"photo_url": null,
"has_binding": false,
"values": {
"singular": "The recipient will be able to listen to it only once."
}
},
"VoipAddPhoto": {
"url": "https://translations.telegram.org/en/android/unsorted/VoipAddPhoto",
"photo_url": null,
@ -12411,6 +12543,14 @@
"singular": "Change Photo"
}
},
"VoipCallEncryptionEndToEnd": {
"url": "https://translations.telegram.org/en/android/unsorted/VoipCallEncryptionEndToEnd",
"photo_url": null,
"has_binding": true,
"values": {
"singular": "This call is end to end encrypted"
}
},
"VoipChannelInviteText": {
"url": "https://translations.telegram.org/en/android/unsorted/VoipChannelInviteText",
"photo_url": null,
@ -12523,6 +12663,14 @@
"singular": "Edit Bio"
}
},
"VoipEndCall2": {
"url": "https://translations.telegram.org/en/android/unsorted/VoipEndCall2",
"photo_url": null,
"has_binding": false,
"values": {
"singular": "End Call"
}
},
"VoipGroupCancelChat": {
"url": "https://translations.telegram.org/en/android/unsorted/VoipGroupCancelChat",
"photo_url": "https://telegra.ph/file/p/5d27d4c5301/06b11d926b327c570ecb417.jpg?c=282,717,280,280,280,280",
@ -12659,6 +12807,46 @@
"singular": "Volume"
}
},
"VoipHideEmoji": {
"url": "https://translations.telegram.org/en/android/unsorted/VoipHideEmoji",
"photo_url": null,
"has_binding": false,
"values": {
"singular": "Hide Emoji"
}
},
"VoipHintEncryptionKey": {
"url": "https://translations.telegram.org/en/android/unsorted/VoipHintEncryptionKey",
"photo_url": null,
"has_binding": true,
"values": {
"singular": "Encryption key of this call"
}
},
"VoipMyMicrophoneState": {
"url": "https://translations.telegram.org/en/android/unsorted/VoipMyMicrophoneState",
"photo_url": null,
"has_binding": false,
"values": {
"singular": "Your microphone is turned off"
}
},
"VoipRateCallDescription": {
"url": "https://translations.telegram.org/en/android/unsorted/VoipRateCallDescription",
"photo_url": null,
"has_binding": false,
"values": {
"singular": "Please rate the quality of this call."
}
},
"VoipRateCallTitle": {
"url": "https://translations.telegram.org/en/android/unsorted/VoipRateCallTitle",
"photo_url": null,
"has_binding": false,
"values": {
"singular": "Rate this call"
}
},
"VoipReconnecting": {
"url": "https://translations.telegram.org/en/android/unsorted/VoipReconnecting",
"photo_url": null,
@ -12699,6 +12887,14 @@
"singular": "Video"
}
},
"VoipWeakNetwork": {
"url": "https://translations.telegram.org/en/android/unsorted/VoipWeakNetwork",
"photo_url": null,
"has_binding": false,
"values": {
"singular": "Weak network signal"
}
},
"WaitMore": {
"url": "https://translations.telegram.org/en/android/unsorted/WaitMore",
"photo_url": "https://telegra.ph/file/p/2500d376e05/96aea7570213df8885b6317.jpg?c=286,513,280,280,280,280",

View file

@ -771,7 +771,7 @@
"Call.EncryptedAlertTitle": {
"url": "https://translations.telegram.org/en/ios/unsorted/Call.EncryptedAlertTitle",
"photo_url": null,
"has_binding": false,
"has_binding": true,
"values": {
"singular": "This call is end-to-end encrypted"
}
@ -779,7 +779,7 @@
"Call.EncryptionKeyTooltip": {
"url": "https://translations.telegram.org/en/ios/unsorted/Call.EncryptionKeyTooltip",
"photo_url": null,
"has_binding": false,
"has_binding": true,
"values": {
"singular": "Encryption key of this call"
}
@ -2272,7 +2272,7 @@
"Chat.PlayOnceMesasgeCloseAndDelete": {
"url": "https://translations.telegram.org/en/ios/unsorted/Chat.PlayOnceMesasgeCloseAndDelete",
"photo_url": null,
"has_binding": false,
"has_binding": true,
"values": {
"singular": "Close and Delete"
}