mirror of
https://github.com/MarshalX/telegram-crawler.git
synced 2024-12-29 07:52:37 +01:00
Update content of files
This commit is contained in:
parent
2c00f6ca8e
commit
c238441d1c
3 changed files with 281 additions and 2 deletions
|
@ -6552,6 +6552,7 @@
|
|||
"ChatDisabledDart",
|
||||
"ChatDisabledDice",
|
||||
"ChatDisabledDocs",
|
||||
"ChatDisabledGames",
|
||||
"ChatDisabledGifs",
|
||||
"ChatDisabledMedia",
|
||||
"ChatDisabledMessages",
|
||||
|
@ -6594,6 +6595,8 @@
|
|||
"ChatRestrictedDiceUntil",
|
||||
"ChatRestrictedDocs",
|
||||
"ChatRestrictedDocsUntil",
|
||||
"ChatRestrictedGames",
|
||||
"ChatRestrictedGamesUntil",
|
||||
"ChatRestrictedGifs",
|
||||
"ChatRestrictedGifsUntil",
|
||||
"ChatRestrictedMedia",
|
||||
|
@ -7353,6 +7356,8 @@
|
|||
"HiddenNameShort",
|
||||
"HideChatKeyboard",
|
||||
"HideForYourself",
|
||||
"HideMembers",
|
||||
"HideMembersDesc",
|
||||
"HideSecret",
|
||||
"HideSecretOff",
|
||||
"HideSecretOn",
|
||||
|
@ -8601,6 +8606,7 @@
|
|||
"Recent",
|
||||
"RecentActionsChannelHint",
|
||||
"RecentActionsGroupHint",
|
||||
"RecentAdmins",
|
||||
"RecentStickers",
|
||||
"RecordingAudio",
|
||||
"RecordingRound",
|
||||
|
@ -10069,6 +10075,22 @@
|
|||
"network_WaitingForNetwork",
|
||||
"network_WaitingForNetwork",
|
||||
"notInChat",
|
||||
"opened_round_date",
|
||||
"opened_round_hours",
|
||||
"opened_round_minutes",
|
||||
"opened_round_now",
|
||||
"opened_round_seconds",
|
||||
"opened_round_today",
|
||||
"opened_round_weekday",
|
||||
"opened_round_yesterday",
|
||||
"opened_voice_date",
|
||||
"opened_voice_hours",
|
||||
"opened_voice_minutes",
|
||||
"opened_voice_now",
|
||||
"opened_voice_seconds",
|
||||
"opened_voice_today",
|
||||
"opened_voice_weekday",
|
||||
"opened_voice_yesterday",
|
||||
"p_bubbleCorner",
|
||||
"p_bubbleCornerLegacy",
|
||||
"p_bubbleCornerMerged",
|
||||
|
@ -10183,6 +10205,14 @@
|
|||
"url_privacyPolicy",
|
||||
"url_promote",
|
||||
"url_translationsPrefix",
|
||||
"viewed_date",
|
||||
"viewed_hours",
|
||||
"viewed_minutes",
|
||||
"viewed_now",
|
||||
"viewed_seconds",
|
||||
"viewed_today",
|
||||
"viewed_weekday",
|
||||
"viewed_yesterday",
|
||||
"xActiveLinks",
|
||||
"xAdmins",
|
||||
"xAnswered",
|
||||
|
|
|
@ -191,7 +191,7 @@
|
|||
</div></nav>
|
||||
<section class="content clearfix">
|
||||
<section class="tr-content"><h3 class="tr-header">
|
||||
<a href="/en/" class="tr-back"></a>Android X<span class="tr-header-counter">3907</span>
|
||||
<a href="/en/" class="tr-back"></a>Android X<span class="tr-header-counter">3937</span>
|
||||
<div class="tr-header-tabs"><span class="tr-header-tab"><a href="/en/android_x/recent/translations">Translations</a></span><span class="tr-header-tab"><a href="/en/android_x/recent/suggestions">Suggestions</a></span><span class="tr-header-tab"><a href="/en/android_x/recent/comments">Comments</a></span></div>
|
||||
</h3>
|
||||
<section class="tr-sections clearfix">
|
||||
|
@ -248,7 +248,7 @@
|
|||
</div><div class="tr-section-col col-lg-4 col-xs-6">
|
||||
<div class="tr-section-wrap"><a href="/en/android_x/unsorted/" class="tr-section">
|
||||
<div class="tr-section-cover cover0"></div>
|
||||
<div class="tr-section-caption">Unsorted (844)</div>
|
||||
<div class="tr-section-caption">Unsorted (874)</div>
|
||||
</a></div>
|
||||
</div>
|
||||
</section></section>
|
||||
|
|
|
@ -875,6 +875,14 @@
|
|||
"singular": "Only admins can send documents in this group"
|
||||
}
|
||||
},
|
||||
"ChatDisabledGames": {
|
||||
"url": "https://translations.telegram.org/en/android_x/unsorted/ChatDisabledGames",
|
||||
"photo_url": null,
|
||||
"has_binding": true,
|
||||
"values": {
|
||||
"singular": "Only admins can send stickers in this group"
|
||||
}
|
||||
},
|
||||
"ChatDisabledMedia": {
|
||||
"url": "https://translations.telegram.org/en/android_x/unsorted/ChatDisabledMedia",
|
||||
"photo_url": null,
|
||||
|
@ -972,6 +980,22 @@
|
|||
"singular": "Admins have restricted you from sending documents in this group until <mark class=\"token\">%1$s</mark>"
|
||||
}
|
||||
},
|
||||
"ChatRestrictedGames": {
|
||||
"url": "https://translations.telegram.org/en/android_x/unsorted/ChatRestrictedGames",
|
||||
"photo_url": null,
|
||||
"has_binding": true,
|
||||
"values": {
|
||||
"singular": "The admins of this group have restricted your ability to start games."
|
||||
}
|
||||
},
|
||||
"ChatRestrictedGamesUntil": {
|
||||
"url": "https://translations.telegram.org/en/android_x/unsorted/ChatRestrictedGamesUntil",
|
||||
"photo_url": null,
|
||||
"has_binding": true,
|
||||
"values": {
|
||||
"singular": "The admins of this group have restricted your ability to start games until <mark class=\"token\">%1$s</mark>"
|
||||
}
|
||||
},
|
||||
"ChatRestrictedOther": {
|
||||
"url": "https://translations.telegram.org/en/android_x/unsorted/ChatRestrictedOther",
|
||||
"photo_url": null,
|
||||
|
@ -2173,6 +2197,22 @@
|
|||
"singular": "Please send an email to <mark class=\"token\">%1$s</mark> and tell us about your problem"
|
||||
}
|
||||
},
|
||||
"HideMembers": {
|
||||
"url": "https://translations.telegram.org/en/android_x/unsorted/HideMembers",
|
||||
"photo_url": null,
|
||||
"has_binding": true,
|
||||
"values": {
|
||||
"singular": "Hide Members"
|
||||
}
|
||||
},
|
||||
"HideMembersDesc": {
|
||||
"url": "https://translations.telegram.org/en/android_x/unsorted/HideMembersDesc",
|
||||
"photo_url": null,
|
||||
"has_binding": true,
|
||||
"values": {
|
||||
"singular": "Switch on to hide the list of members in this group. Admins will remain visible."
|
||||
}
|
||||
},
|
||||
"HoldToSchedule": {
|
||||
"url": "https://translations.telegram.org/en/android_x/unsorted/HoldToSchedule",
|
||||
"photo_url": null,
|
||||
|
@ -4189,6 +4229,14 @@
|
|||
"plural": "Marked <mark class=\"token\">%1$s</mark> chats as read"
|
||||
}
|
||||
},
|
||||
"RecentAdmins": {
|
||||
"url": "https://translations.telegram.org/en/android_x/unsorted/RecentAdmins",
|
||||
"photo_url": null,
|
||||
"has_binding": true,
|
||||
"values": {
|
||||
"singular": "Admins"
|
||||
}
|
||||
},
|
||||
"RecoveryCodeResent": {
|
||||
"url": "https://translations.telegram.org/en/android_x/unsorted/RecoveryCodeResent",
|
||||
"photo_url": null,
|
||||
|
@ -6473,6 +6521,140 @@
|
|||
"singular": "modified yesterday at <mark class=\"token\">%1$s</mark>"
|
||||
}
|
||||
},
|
||||
"opened_round_date": {
|
||||
"url": "https://translations.telegram.org/en/android_x/unsorted/opened_round_date",
|
||||
"photo_url": null,
|
||||
"has_binding": true,
|
||||
"values": {
|
||||
"singular": "watched on <mark class=\"token\">%1$s</mark> at <mark class=\"token\">%2$s</mark>"
|
||||
}
|
||||
},
|
||||
"opened_round_hours": {
|
||||
"url": "https://translations.telegram.org/en/android_x/unsorted/opened_round_hours",
|
||||
"photo_url": null,
|
||||
"has_binding": true,
|
||||
"values": {
|
||||
"singular": "watched <mark class=\"token\">%1$s</mark> hour ago",
|
||||
"plural": "watched <mark class=\"token\">%1$s</mark> hours ago"
|
||||
}
|
||||
},
|
||||
"opened_round_minutes": {
|
||||
"url": "https://translations.telegram.org/en/android_x/unsorted/opened_round_minutes",
|
||||
"photo_url": null,
|
||||
"has_binding": true,
|
||||
"values": {
|
||||
"singular": "watched <mark class=\"token\">%1$s</mark> minute ago",
|
||||
"plural": "watched <mark class=\"token\">%1$s</mark> minutes ago"
|
||||
}
|
||||
},
|
||||
"opened_round_now": {
|
||||
"url": "https://translations.telegram.org/en/android_x/unsorted/opened_round_now",
|
||||
"photo_url": null,
|
||||
"has_binding": true,
|
||||
"values": {
|
||||
"singular": "watched just now"
|
||||
}
|
||||
},
|
||||
"opened_round_seconds": {
|
||||
"url": "https://translations.telegram.org/en/android_x/unsorted/opened_round_seconds",
|
||||
"photo_url": null,
|
||||
"has_binding": true,
|
||||
"values": {
|
||||
"singular": "watched <mark class=\"token\">%1$s</mark> second ago",
|
||||
"plural": "watched <mark class=\"token\">%1$s</mark> seconds ago"
|
||||
}
|
||||
},
|
||||
"opened_round_today": {
|
||||
"url": "https://translations.telegram.org/en/android_x/unsorted/opened_round_today",
|
||||
"photo_url": null,
|
||||
"has_binding": true,
|
||||
"values": {
|
||||
"singular": "watched today at <mark class=\"token\">%1$s</mark>"
|
||||
}
|
||||
},
|
||||
"opened_round_weekday": {
|
||||
"url": "https://translations.telegram.org/en/android_x/unsorted/opened_round_weekday",
|
||||
"photo_url": null,
|
||||
"has_binding": true,
|
||||
"values": {
|
||||
"singular": "watched on <mark class=\"token\">%1$s</mark> at <mark class=\"token\">%2$s</mark>"
|
||||
}
|
||||
},
|
||||
"opened_round_yesterday": {
|
||||
"url": "https://translations.telegram.org/en/android_x/unsorted/opened_round_yesterday",
|
||||
"photo_url": null,
|
||||
"has_binding": true,
|
||||
"values": {
|
||||
"singular": "watched yesterday at <mark class=\"token\">%1$s</mark>"
|
||||
}
|
||||
},
|
||||
"opened_voice_date": {
|
||||
"url": "https://translations.telegram.org/en/android_x/unsorted/opened_voice_date",
|
||||
"photo_url": null,
|
||||
"has_binding": true,
|
||||
"values": {
|
||||
"singular": "listened on <mark class=\"token\">%1$s</mark> at <mark class=\"token\">%2$s</mark>"
|
||||
}
|
||||
},
|
||||
"opened_voice_hours": {
|
||||
"url": "https://translations.telegram.org/en/android_x/unsorted/opened_voice_hours",
|
||||
"photo_url": null,
|
||||
"has_binding": true,
|
||||
"values": {
|
||||
"singular": "listened <mark class=\"token\">%1$s</mark> hour ago",
|
||||
"plural": "listened <mark class=\"token\">%1$s</mark> hours ago"
|
||||
}
|
||||
},
|
||||
"opened_voice_minutes": {
|
||||
"url": "https://translations.telegram.org/en/android_x/unsorted/opened_voice_minutes",
|
||||
"photo_url": null,
|
||||
"has_binding": true,
|
||||
"values": {
|
||||
"singular": "listened <mark class=\"token\">%1$s</mark> minute ago",
|
||||
"plural": "listened <mark class=\"token\">%1$s</mark> minutes ago"
|
||||
}
|
||||
},
|
||||
"opened_voice_now": {
|
||||
"url": "https://translations.telegram.org/en/android_x/unsorted/opened_voice_now",
|
||||
"photo_url": null,
|
||||
"has_binding": true,
|
||||
"values": {
|
||||
"singular": "listened just now"
|
||||
}
|
||||
},
|
||||
"opened_voice_seconds": {
|
||||
"url": "https://translations.telegram.org/en/android_x/unsorted/opened_voice_seconds",
|
||||
"photo_url": null,
|
||||
"has_binding": true,
|
||||
"values": {
|
||||
"singular": "listened <mark class=\"token\">%1$s</mark> second ago",
|
||||
"plural": "listened <mark class=\"token\">%1$s</mark> seconds ago"
|
||||
}
|
||||
},
|
||||
"opened_voice_today": {
|
||||
"url": "https://translations.telegram.org/en/android_x/unsorted/opened_voice_today",
|
||||
"photo_url": null,
|
||||
"has_binding": true,
|
||||
"values": {
|
||||
"singular": "listened today at <mark class=\"token\">%1$s</mark>"
|
||||
}
|
||||
},
|
||||
"opened_voice_weekday": {
|
||||
"url": "https://translations.telegram.org/en/android_x/unsorted/opened_voice_weekday",
|
||||
"photo_url": null,
|
||||
"has_binding": true,
|
||||
"values": {
|
||||
"singular": "listened on <mark class=\"token\">%1$s</mark> at <mark class=\"token\">%2$s</mark>"
|
||||
}
|
||||
},
|
||||
"opened_voice_yesterday": {
|
||||
"url": "https://translations.telegram.org/en/android_x/unsorted/opened_voice_yesterday",
|
||||
"photo_url": null,
|
||||
"has_binding": true,
|
||||
"values": {
|
||||
"singular": "listened yesterday at <mark class=\"token\">%1$s</mark>"
|
||||
}
|
||||
},
|
||||
"p_lightStatusBar": {
|
||||
"url": "https://translations.telegram.org/en/android_x/unsorted/p_lightStatusBar",
|
||||
"photo_url": null,
|
||||
|
@ -6711,6 +6893,73 @@
|
|||
"singular": "https://telegram.org/privacy"
|
||||
}
|
||||
},
|
||||
"viewed_date": {
|
||||
"url": "https://translations.telegram.org/en/android_x/unsorted/viewed_date",
|
||||
"photo_url": null,
|
||||
"has_binding": true,
|
||||
"values": {
|
||||
"singular": "viewed on <mark class=\"token\">%1$s</mark> at <mark class=\"token\">%2$s</mark>"
|
||||
}
|
||||
},
|
||||
"viewed_hours": {
|
||||
"url": "https://translations.telegram.org/en/android_x/unsorted/viewed_hours",
|
||||
"photo_url": null,
|
||||
"has_binding": true,
|
||||
"values": {
|
||||
"singular": "viewed <mark class=\"token\">%1$s</mark> hour ago",
|
||||
"plural": "viewed <mark class=\"token\">%1$s</mark> hours ago"
|
||||
}
|
||||
},
|
||||
"viewed_minutes": {
|
||||
"url": "https://translations.telegram.org/en/android_x/unsorted/viewed_minutes",
|
||||
"photo_url": null,
|
||||
"has_binding": true,
|
||||
"values": {
|
||||
"singular": "viewed <mark class=\"token\">%1$s</mark> minute ago",
|
||||
"plural": "viewed <mark class=\"token\">%1$s</mark> minutes ago"
|
||||
}
|
||||
},
|
||||
"viewed_now": {
|
||||
"url": "https://translations.telegram.org/en/android_x/unsorted/viewed_now",
|
||||
"photo_url": null,
|
||||
"has_binding": true,
|
||||
"values": {
|
||||
"singular": "viewed just now"
|
||||
}
|
||||
},
|
||||
"viewed_seconds": {
|
||||
"url": "https://translations.telegram.org/en/android_x/unsorted/viewed_seconds",
|
||||
"photo_url": null,
|
||||
"has_binding": true,
|
||||
"values": {
|
||||
"singular": "viewed <mark class=\"token\">%1$s</mark> second ago",
|
||||
"plural": "viewed <mark class=\"token\">%1$s</mark> seconds ago"
|
||||
}
|
||||
},
|
||||
"viewed_today": {
|
||||
"url": "https://translations.telegram.org/en/android_x/unsorted/viewed_today",
|
||||
"photo_url": null,
|
||||
"has_binding": true,
|
||||
"values": {
|
||||
"singular": "viewed today at <mark class=\"token\">%1$s</mark>"
|
||||
}
|
||||
},
|
||||
"viewed_weekday": {
|
||||
"url": "https://translations.telegram.org/en/android_x/unsorted/viewed_weekday",
|
||||
"photo_url": null,
|
||||
"has_binding": true,
|
||||
"values": {
|
||||
"singular": "viewed on <mark class=\"token\">%1$s</mark> at <mark class=\"token\">%2$s</mark>"
|
||||
}
|
||||
},
|
||||
"viewed_yesterday": {
|
||||
"url": "https://translations.telegram.org/en/android_x/unsorted/viewed_yesterday",
|
||||
"photo_url": null,
|
||||
"has_binding": true,
|
||||
"values": {
|
||||
"singular": "viewed yesterday at <mark class=\"token\">%1$s</mark>"
|
||||
}
|
||||
},
|
||||
"xAnswered": {
|
||||
"url": "https://translations.telegram.org/en/android_x/unsorted/xAnswered",
|
||||
"photo_url": null,
|
||||
|
|
Loading…
Reference in a new issue