mirror of
https://github.com/MarshalX/telegram-crawler.git
synced 2025-01-01 09:06:24 +01:00
Update content of files
This commit is contained in:
parent
b7363fd932
commit
98713ba1ac
4 changed files with 70 additions and 34 deletions
|
@ -6777,6 +6777,7 @@
|
|||
"BotStatusCantRead",
|
||||
"BotStatusRead",
|
||||
"BotWebsiteAllowed",
|
||||
"BrushSize",
|
||||
"Busy",
|
||||
"Busy",
|
||||
"Calculating",
|
||||
|
@ -7272,6 +7273,7 @@
|
|||
"DebugLogSize",
|
||||
"DebugLogTags",
|
||||
"DebugLogcat",
|
||||
"DebugLogcatOnly",
|
||||
"DebugModules",
|
||||
"DebugModulesInfo",
|
||||
"DebugReset",
|
||||
|
@ -10349,6 +10351,7 @@
|
|||
"error_APP_UPGRADE_NEEDED",
|
||||
"error_BOTS_TOO_MUCH",
|
||||
"error_CHANNELS_ADMIN_LOCATED_TOO_MUCH",
|
||||
"error_CHANNELS_TOO_MUCH",
|
||||
"error_CHAT_ADMIN_REQUIRED",
|
||||
"error_CHAT_SEND_POLL_FORBIDDEN",
|
||||
"error_ChatInfoNotFound",
|
||||
|
@ -10427,6 +10430,7 @@
|
|||
"format_notificationScheduledText",
|
||||
"format_notificationSilentText",
|
||||
"format_notificationSilentTitle",
|
||||
"format_notificationTicker",
|
||||
"format_notificationTitle",
|
||||
"format_notificationTitlePinned",
|
||||
"format_notificationTitleShort",
|
||||
|
|
|
@ -226,7 +226,7 @@
|
|||
</div><div class="tr-section-col col-lg-4 col-xs-6">
|
||||
<div class="tr-section-wrap"><a href="/en/android_x/profile/" class="tr-section">
|
||||
<div class="tr-section-cover cover5"></div>
|
||||
<div class="tr-section-caption">Profile (76)</div>
|
||||
<div class="tr-section-caption">Profile (80)</div>
|
||||
</a></div>
|
||||
</div><div class="tr-section-col col-lg-4 col-xs-6">
|
||||
<div class="tr-section-wrap"><a href="/en/android_x/settings/" class="tr-section">
|
||||
|
@ -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_x/unsorted/" class="tr-section">
|
||||
<div class="tr-section-cover cover0"></div>
|
||||
<div class="tr-section-caption">Unsorted (895)</div>
|
||||
<div class="tr-section-caption">Unsorted (891)</div>
|
||||
</a></div>
|
||||
</div>
|
||||
</section></section>
|
||||
|
|
|
@ -423,6 +423,30 @@
|
|||
"singular": "Ringtone"
|
||||
}
|
||||
},
|
||||
"SelectEmojiStatus": {
|
||||
"url": "https://translations.telegram.org/en/android_x/profile/SelectEmojiStatus",
|
||||
"photo_url": "https://telegra.ph/file/p/2cf144f90f0/31b06aa71bc6b6516de1317.jpg?c=83,54,307,307,280,280",
|
||||
"has_binding": false,
|
||||
"values": {
|
||||
"singular": "Select Emoji Status"
|
||||
}
|
||||
},
|
||||
"SetEmojiAsStatus": {
|
||||
"url": "https://translations.telegram.org/en/android_x/profile/SetEmojiAsStatus",
|
||||
"photo_url": "https://telegra.ph/file/p/2cf144f90f0/31b06aa71bc6b6516de1317.jpg?c=102,706,280,280,280,280",
|
||||
"has_binding": true,
|
||||
"values": {
|
||||
"singular": "Set as status"
|
||||
}
|
||||
},
|
||||
"SetEmojiAsStatusTimed": {
|
||||
"url": "https://translations.telegram.org/en/android_x/profile/SetEmojiAsStatusTimed",
|
||||
"photo_url": "https://telegra.ph/file/p/2cf144f90f0/31b06aa71bc6b6516de1317.jpg?c=229,706,280,280,280,280",
|
||||
"has_binding": false,
|
||||
"values": {
|
||||
"singular": "Set timed"
|
||||
}
|
||||
},
|
||||
"Share": {
|
||||
"url": "https://translations.telegram.org/en/android_x/profile/Share",
|
||||
"photo_url": "https://telegra.ph/file/p/b48bf320a75/9d5a89003619cb4c1b3971d.jpg?c=523,150,280,280,280,280",
|
||||
|
@ -527,6 +551,14 @@
|
|||
"singular": "Voice"
|
||||
}
|
||||
},
|
||||
"TrendingStatuses": {
|
||||
"url": "https://translations.telegram.org/en/android_x/profile/TrendingStatuses",
|
||||
"photo_url": "https://telegra.ph/file/p/2cf144f90f0/31b06aa71bc6b6516de1317.jpg?c=8,240,280,280,280,280",
|
||||
"has_binding": false,
|
||||
"values": {
|
||||
"singular": "Trending statuses"
|
||||
}
|
||||
},
|
||||
"Vibrate": {
|
||||
"url": "https://translations.telegram.org/en/android_x/profile/Vibrate",
|
||||
"photo_url": "https://telegra.ph/file/p/41c42e11208/a250c82ac4d020e766bf91d.jpg?c=23,979,280,280,280,280",
|
||||
|
|
|
@ -402,6 +402,14 @@
|
|||
"singular": "Bot is not responding. Please try again later."
|
||||
}
|
||||
},
|
||||
"BrushSize": {
|
||||
"url": "https://translations.telegram.org/en/android_x/unsorted/BrushSize",
|
||||
"photo_url": null,
|
||||
"has_binding": false,
|
||||
"values": {
|
||||
"singular": "Brush Size: <mark class=\"token\">%1$s</mark>"
|
||||
}
|
||||
},
|
||||
"CallNoLongerActive": {
|
||||
"url": "https://translations.telegram.org/en/android_x/unsorted/CallNoLongerActive",
|
||||
"photo_url": null,
|
||||
|
@ -1215,6 +1223,14 @@
|
|||
"singular": "Country"
|
||||
}
|
||||
},
|
||||
"DebugLogcatOnly": {
|
||||
"url": "https://translations.telegram.org/en/android_x/unsorted/DebugLogcatOnly",
|
||||
"photo_url": null,
|
||||
"has_binding": false,
|
||||
"values": {
|
||||
"singular": "Redirect to logcat"
|
||||
}
|
||||
},
|
||||
"DeleteChatHistoryForAllUsers": {
|
||||
"url": "https://translations.telegram.org/en/android_x/unsorted/DeleteChatHistoryForAllUsers",
|
||||
"photo_url": "https://telegra.ph/file/p/892b435f8bd/c64cfe0a30364b57e9e3917.jpg?c=4,960,280,280,280,280",
|
||||
|
@ -4653,14 +4669,6 @@
|
|||
"singular": "Search for images"
|
||||
}
|
||||
},
|
||||
"SelectEmojiStatus": {
|
||||
"url": "https://translations.telegram.org/en/android_x/unsorted/SelectEmojiStatus",
|
||||
"photo_url": null,
|
||||
"has_binding": false,
|
||||
"values": {
|
||||
"singular": "Select Emoji Status"
|
||||
}
|
||||
},
|
||||
"SelectUnread": {
|
||||
"url": "https://translations.telegram.org/en/android_x/unsorted/SelectUnread",
|
||||
"photo_url": null,
|
||||
|
@ -4792,22 +4800,6 @@
|
|||
"singular": "Set until <mark class=\"token\">%1$s</mark> at <mark class=\"token\">%2$s</mark>"
|
||||
}
|
||||
},
|
||||
"SetEmojiAsStatus": {
|
||||
"url": "https://translations.telegram.org/en/android_x/unsorted/SetEmojiAsStatus",
|
||||
"photo_url": "https://telegra.ph/file/p/2cf144f90f0/31b06aa71bc6b6516de1317.jpg?c=102,706,280,280,280,280",
|
||||
"has_binding": true,
|
||||
"values": {
|
||||
"singular": "Set as status"
|
||||
}
|
||||
},
|
||||
"SetEmojiAsStatusTimed": {
|
||||
"url": "https://translations.telegram.org/en/android_x/unsorted/SetEmojiAsStatusTimed",
|
||||
"photo_url": null,
|
||||
"has_binding": false,
|
||||
"values": {
|
||||
"singular": "Set timed"
|
||||
}
|
||||
},
|
||||
"SetEmojiAsStatusTimed1Hour": {
|
||||
"url": "https://translations.telegram.org/en/android_x/unsorted/SetEmojiAsStatusTimed1Hour",
|
||||
"photo_url": null,
|
||||
|
@ -5287,14 +5279,6 @@
|
|||
"singular": "Paste translation"
|
||||
}
|
||||
},
|
||||
"TrendingStatuses": {
|
||||
"url": "https://translations.telegram.org/en/android_x/unsorted/TrendingStatuses",
|
||||
"photo_url": null,
|
||||
"has_binding": false,
|
||||
"values": {
|
||||
"singular": "Trending statuses"
|
||||
}
|
||||
},
|
||||
"TurnPasswordOffQuestion2": {
|
||||
"url": "https://translations.telegram.org/en/android_x/unsorted/TurnPasswordOffQuestion2",
|
||||
"photo_url": null,
|
||||
|
@ -6010,6 +5994,14 @@
|
|||
"singular": "Sorry, you have too many location-based groups already. Please delete one of your existing ones first."
|
||||
}
|
||||
},
|
||||
"error_CHANNELS_TOO_MUCH": {
|
||||
"url": "https://translations.telegram.org/en/android_x/unsorted/error_CHANNELS_TOO_MUCH",
|
||||
"photo_url": null,
|
||||
"has_binding": true,
|
||||
"values": {
|
||||
"singular": "Sorry, you are a member of too many groups or channels. Please leave some before joining a new one."
|
||||
}
|
||||
},
|
||||
"error_CHAT_ADMIN_REQUIRED": {
|
||||
"url": "https://translations.telegram.org/en/android_x/unsorted/error_CHAT_ADMIN_REQUIRED",
|
||||
"photo_url": "https://telegra.ph/file/p/6eab2dd9caf/44c0a2251207359354d4917.jpg?c=41,0,456,193,280,118",
|
||||
|
@ -6282,6 +6274,14 @@
|
|||
"singular": "<i class=\"emoji\" style=\"background-image:url('//telegram.org/img/emoji/40/F09F9385.png')\"><b>📅</b></i> <mark class=\"token\">%1$s</mark>"
|
||||
}
|
||||
},
|
||||
"format_notificationTicker": {
|
||||
"url": "https://translations.telegram.org/en/android_x/unsorted/format_notificationTicker",
|
||||
"photo_url": null,
|
||||
"has_binding": false,
|
||||
"values": {
|
||||
"singular": "<mark class=\"token\">%1$s</mark>: <mark class=\"token\">%2$s</mark>"
|
||||
}
|
||||
},
|
||||
"format_notificationTitle": {
|
||||
"url": "https://translations.telegram.org/en/android_x/unsorted/format_notificationTitle",
|
||||
"photo_url": null,
|
||||
|
|
Loading…
Reference in a new issue