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
f70a011b06
commit
c1938dcc0b
3 changed files with 20 additions and 22 deletions
|
@ -8510,6 +8510,8 @@
|
|||
"Proxy",
|
||||
"ProxyAdd",
|
||||
"ProxyAutoSwitch",
|
||||
"ProxyAutoSwitch",
|
||||
"ProxyAutoSwitchHint",
|
||||
"ProxyAutoSwitchHint",
|
||||
"ProxyAvailable",
|
||||
"ProxyChecking",
|
||||
|
@ -10109,9 +10111,7 @@
|
|||
"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",
|
||||
|
|
|
@ -5469,6 +5469,22 @@
|
|||
"singular": "Add proxy"
|
||||
}
|
||||
},
|
||||
"ProxyAutoSwitch": {
|
||||
"url": "https://translations.telegram.org/en/android_x/settings/ProxyAutoSwitch",
|
||||
"photo_url": "https://telegra.ph/file/p/a075b4e993b/8d75aaab824ccae822fee17.jpg?c=11,273,288,288,280,280",
|
||||
"has_binding": true,
|
||||
"values": {
|
||||
"singular": "Switch automatically"
|
||||
}
|
||||
},
|
||||
"ProxyAutoSwitchHint": {
|
||||
"url": "https://translations.telegram.org/en/android_x/settings/ProxyAutoSwitchHint",
|
||||
"photo_url": "https://telegra.ph/file/p/a075b4e993b/8d75aaab824ccae822fee17.jpg?c=0,230,600,629,266,280",
|
||||
"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."
|
||||
}
|
||||
},
|
||||
"ProxyAvailable": {
|
||||
"url": "https://translations.telegram.org/en/android_x/settings/ProxyAvailable",
|
||||
"photo_url": "https://telegra.ph/file/p/d5dff107754/f77a11bd0c969ce07064d1d.jpg?c=125,642,435,435,280,280",
|
||||
|
|
|
@ -3972,7 +3972,7 @@
|
|||
},
|
||||
"ProxyAutoSwitch": {
|
||||
"url": "https://translations.telegram.org/en/android_x/unsorted/ProxyAutoSwitch",
|
||||
"photo_url": null,
|
||||
"photo_url": "https://telegra.ph/file/p/a075b4e993b/8d75aaab824ccae822fee17.jpg?c=11,273,288,288,280,280",
|
||||
"has_binding": true,
|
||||
"values": {
|
||||
"singular": "Switch automatically"
|
||||
|
@ -3980,7 +3980,7 @@
|
|||
},
|
||||
"ProxyAutoSwitchHint": {
|
||||
"url": "https://translations.telegram.org/en/android_x/unsorted/ProxyAutoSwitchHint",
|
||||
"photo_url": null,
|
||||
"photo_url": "https://telegra.ph/file/p/a075b4e993b/8d75aaab824ccae822fee17.jpg?c=0,230,600,629,266,280",
|
||||
"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."
|
||||
|
@ -6530,15 +6530,6 @@
|
|||
"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,
|
||||
|
@ -6547,15 +6538,6 @@
|
|||
"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,
|
||||
|
|
Loading…
Reference in a new issue