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
57b6fb2e00
commit
f70a011b06
3 changed files with 83 additions and 2 deletions
|
@ -6740,6 +6740,7 @@
|
||||||
"Connected",
|
"Connected",
|
||||||
"ConnectedWebsitesDesc",
|
"ConnectedWebsitesDesc",
|
||||||
"ConnectingToProxy",
|
"ConnectingToProxy",
|
||||||
|
"ConnectingWithProxy",
|
||||||
"Connection",
|
"Connection",
|
||||||
"ContactAdded",
|
"ContactAdded",
|
||||||
"ContactJoined",
|
"ContactJoined",
|
||||||
|
@ -7428,6 +7429,7 @@
|
||||||
"IncomingCall",
|
"IncomingCall",
|
||||||
"IncomingCall",
|
"IncomingCall",
|
||||||
"Infinity",
|
"Infinity",
|
||||||
|
"Initializing",
|
||||||
"InlineBot",
|
"InlineBot",
|
||||||
"InlineBot",
|
"InlineBot",
|
||||||
"Install",
|
"Install",
|
||||||
|
@ -8507,6 +8509,8 @@
|
||||||
"ProximityAlertYouM",
|
"ProximityAlertYouM",
|
||||||
"Proxy",
|
"Proxy",
|
||||||
"ProxyAdd",
|
"ProxyAdd",
|
||||||
|
"ProxyAutoSwitch",
|
||||||
|
"ProxyAutoSwitchHint",
|
||||||
"ProxyAvailable",
|
"ProxyAvailable",
|
||||||
"ProxyChecking",
|
"ProxyChecking",
|
||||||
"ProxyConnected",
|
"ProxyConnected",
|
||||||
|
@ -10094,6 +10098,11 @@
|
||||||
"modified_yesterday",
|
"modified_yesterday",
|
||||||
"network_Connecting",
|
"network_Connecting",
|
||||||
"network_Connecting",
|
"network_Connecting",
|
||||||
|
"network_Lookup",
|
||||||
|
"network_LookupAttempt",
|
||||||
|
"network_LookupAttemptProxy",
|
||||||
|
"network_LookupFailed",
|
||||||
|
"network_LookupFailedProxy",
|
||||||
"network_Updating",
|
"network_Updating",
|
||||||
"network_WaitingForNetwork",
|
"network_WaitingForNetwork",
|
||||||
"network_WaitingForNetwork",
|
"network_WaitingForNetwork",
|
||||||
|
|
|
@ -191,7 +191,7 @@
|
||||||
</div></nav>
|
</div></nav>
|
||||||
<section class="content clearfix">
|
<section class="content clearfix">
|
||||||
<section class="tr-content"><h3 class="tr-header">
|
<section class="tr-content"><h3 class="tr-header">
|
||||||
<a href="/en/" class="tr-back"></a>Android X<span class="tr-header-counter">3948</span>
|
<a href="/en/" class="tr-back"></a>Android X<span class="tr-header-counter">3957</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>
|
<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>
|
</h3>
|
||||||
<section class="tr-sections clearfix">
|
<section class="tr-sections clearfix">
|
||||||
|
@ -248,7 +248,7 @@
|
||||||
</div><div class="tr-section-col col-lg-4 col-xs-6">
|
</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-wrap"><a href="/en/android_x/unsorted/" class="tr-section">
|
||||||
<div class="tr-section-cover cover0"></div>
|
<div class="tr-section-cover cover0"></div>
|
||||||
<div class="tr-section-caption">Unsorted (872)</div>
|
<div class="tr-section-caption">Unsorted (881)</div>
|
||||||
</a></div>
|
</a></div>
|
||||||
</div>
|
</div>
|
||||||
</section></section>
|
</section></section>
|
||||||
|
|
|
@ -1134,6 +1134,14 @@
|
||||||
"singular": "<mark class=\"token\">%1$s</mark> commit, <mark class=\"token\">%2$s</mark>"
|
"singular": "<mark class=\"token\">%1$s</mark> commit, <mark class=\"token\">%2$s</mark>"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"ConnectingWithProxy": {
|
||||||
|
"url": "https://translations.telegram.org/en/android_x/unsorted/ConnectingWithProxy",
|
||||||
|
"photo_url": null,
|
||||||
|
"has_binding": true,
|
||||||
|
"values": {
|
||||||
|
"singular": "Connecting with proxy…"
|
||||||
|
}
|
||||||
|
},
|
||||||
"ContactStateOutgoing": {
|
"ContactStateOutgoing": {
|
||||||
"url": "https://translations.telegram.org/en/android_x/unsorted/ContactStateOutgoing",
|
"url": "https://translations.telegram.org/en/android_x/unsorted/ContactStateOutgoing",
|
||||||
"photo_url": null,
|
"photo_url": null,
|
||||||
|
@ -2269,6 +2277,14 @@
|
||||||
"singular": "In reply to <mark class=\"token\">%1$s</mark>"
|
"singular": "In reply to <mark class=\"token\">%1$s</mark>"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"Initializing": {
|
||||||
|
"url": "https://translations.telegram.org/en/android_x/unsorted/Initializing",
|
||||||
|
"photo_url": null,
|
||||||
|
"has_binding": true,
|
||||||
|
"values": {
|
||||||
|
"singular": "Starting up…"
|
||||||
|
}
|
||||||
|
},
|
||||||
"InstallUpdate": {
|
"InstallUpdate": {
|
||||||
"url": "https://translations.telegram.org/en/android_x/unsorted/InstallUpdate",
|
"url": "https://translations.telegram.org/en/android_x/unsorted/InstallUpdate",
|
||||||
"photo_url": "https://telegra.ph/file/p/a9f884369b2/e86fbeefdd633c4c7f19d17.jpg?c=10,631,280,280,280,280",
|
"photo_url": "https://telegra.ph/file/p/a9f884369b2/e86fbeefdd633c4c7f19d17.jpg?c=10,631,280,280,280,280",
|
||||||
|
@ -3954,6 +3970,22 @@
|
||||||
"plural": "You are now within <mark class=\"token\">%1$s</mark> meters from <mark class=\"token\">%2$s</mark>"
|
"plural": "You are now within <mark class=\"token\">%1$s</mark> meters from <mark class=\"token\">%2$s</mark>"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"ProxyAutoSwitch": {
|
||||||
|
"url": "https://translations.telegram.org/en/android_x/unsorted/ProxyAutoSwitch",
|
||||||
|
"photo_url": null,
|
||||||
|
"has_binding": true,
|
||||||
|
"values": {
|
||||||
|
"singular": "Switch automatically"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"ProxyAutoSwitchHint": {
|
||||||
|
"url": "https://translations.telegram.org/en/android_x/unsorted/ProxyAutoSwitchHint",
|
||||||
|
"photo_url": null,
|
||||||
|
"has_binding": true,
|
||||||
|
"values": {
|
||||||
|
"singular": "Automatically try different connections when app takes too long to connect. This may increase time needed to establish connection on weak networks."
|
||||||
|
}
|
||||||
|
},
|
||||||
"ProxyLinkUnsupported": {
|
"ProxyLinkUnsupported": {
|
||||||
"url": "https://translations.telegram.org/en/android_x/unsorted/ProxyLinkUnsupported",
|
"url": "https://translations.telegram.org/en/android_x/unsorted/ProxyLinkUnsupported",
|
||||||
"photo_url": "https://telegra.ph/file/p/2d1f853fa45/5fb122ad4d8e129fc065717.jpg?c=240,930,280,280,280,280",
|
"photo_url": "https://telegra.ph/file/p/2d1f853fa45/5fb122ad4d8e129fc065717.jpg?c=240,930,280,280,280,280",
|
||||||
|
@ -6441,6 +6473,46 @@
|
||||||
"singular": "modified yesterday at <mark class=\"token\">%1$s</mark>"
|
"singular": "modified yesterday at <mark class=\"token\">%1$s</mark>"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"network_Lookup": {
|
||||||
|
"url": "https://translations.telegram.org/en/android_x/unsorted/network_Lookup",
|
||||||
|
"photo_url": null,
|
||||||
|
"has_binding": true,
|
||||||
|
"values": {
|
||||||
|
"singular": "Finding better route…"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"network_LookupAttempt": {
|
||||||
|
"url": "https://translations.telegram.org/en/android_x/unsorted/network_LookupAttempt",
|
||||||
|
"photo_url": null,
|
||||||
|
"has_binding": true,
|
||||||
|
"values": {
|
||||||
|
"singular": "Trying direct connection…"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"network_LookupAttemptProxy": {
|
||||||
|
"url": "https://translations.telegram.org/en/android_x/unsorted/network_LookupAttemptProxy",
|
||||||
|
"photo_url": null,
|
||||||
|
"has_binding": true,
|
||||||
|
"values": {
|
||||||
|
"singular": "Trying another proxy…"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"network_LookupFailed": {
|
||||||
|
"url": "https://translations.telegram.org/en/android_x/unsorted/network_LookupFailed",
|
||||||
|
"photo_url": null,
|
||||||
|
"has_binding": true,
|
||||||
|
"values": {
|
||||||
|
"singular": "No routes found, connecting directly…"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"network_LookupFailedProxy": {
|
||||||
|
"url": "https://translations.telegram.org/en/android_x/unsorted/network_LookupFailedProxy",
|
||||||
|
"photo_url": null,
|
||||||
|
"has_binding": true,
|
||||||
|
"values": {
|
||||||
|
"singular": "No routes found, using last proxy…"
|
||||||
|
}
|
||||||
|
},
|
||||||
"opened_round_date": {
|
"opened_round_date": {
|
||||||
"url": "https://translations.telegram.org/en/android_x/unsorted/opened_round_date",
|
"url": "https://translations.telegram.org/en/android_x/unsorted/opened_round_date",
|
||||||
"photo_url": null,
|
"photo_url": null,
|
||||||
|
|
Loading…
Reference in a new issue