mirror of
https://github.com/MarshalX/telegram-crawler.git
synced 2024-12-28 07:20:31 +01:00
Update content of files
This commit is contained in:
parent
97144ff99a
commit
912b01aab7
3 changed files with 162 additions and 2 deletions
|
@ -21001,6 +21001,8 @@
|
|||
"lng_context_show_in_folder",
|
||||
"lng_context_to_msg",
|
||||
"lng_context_to_msg",
|
||||
"lng_context_translate",
|
||||
"lng_context_translate_selected",
|
||||
"lng_context_unmute",
|
||||
"lng_context_unpin_from_top",
|
||||
"lng_context_unpin_from_top",
|
||||
|
@ -21485,8 +21487,12 @@
|
|||
"lng_forum_choose_title_and_icon",
|
||||
"lng_forum_create_topic",
|
||||
"lng_forum_discard_sure",
|
||||
"lng_forum_messages",
|
||||
"lng_forum_no_messages",
|
||||
"lng_forum_no_topics",
|
||||
"lng_forum_pin_limit",
|
||||
"lng_forum_replies_only",
|
||||
"lng_forum_show_topics_list",
|
||||
"lng_forum_topic_close",
|
||||
"lng_forum_topic_closed",
|
||||
"lng_forum_topic_created_body",
|
||||
|
@ -21880,14 +21886,19 @@
|
|||
"lng_imported",
|
||||
"lng_in_dlg_album",
|
||||
"lng_in_dlg_audio",
|
||||
"lng_in_dlg_audio_count",
|
||||
"lng_in_dlg_audio_file",
|
||||
"lng_in_dlg_contact",
|
||||
"lng_in_dlg_file",
|
||||
"lng_in_dlg_file_count",
|
||||
"lng_in_dlg_media_count",
|
||||
"lng_in_dlg_photo",
|
||||
"lng_in_dlg_photo_count",
|
||||
"lng_in_dlg_poll",
|
||||
"lng_in_dlg_sticker",
|
||||
"lng_in_dlg_sticker_emoji",
|
||||
"lng_in_dlg_video",
|
||||
"lng_in_dlg_video_count",
|
||||
"lng_in_dlg_video_message",
|
||||
"lng_in_reply_to",
|
||||
"lng_info_about_label",
|
||||
|
@ -23746,6 +23757,12 @@
|
|||
"lng_theme_sure_keep",
|
||||
"lng_tooltip_psa_default",
|
||||
"lng_topic_author_badge",
|
||||
"lng_translate_box_error",
|
||||
"lng_translate_box_original",
|
||||
"lng_translate_settings_about",
|
||||
"lng_translate_settings_choose",
|
||||
"lng_translate_settings_show",
|
||||
"lng_translate_settings_subtitle",
|
||||
"lng_tray_icon_text",
|
||||
"lng_try_other_contact",
|
||||
"lng_ttl_about_duration1",
|
||||
|
|
|
@ -183,7 +183,7 @@
|
|||
</div></nav>
|
||||
<section class="content clearfix">
|
||||
<section class="tr-content"><h3 class="tr-header">
|
||||
<a href="/en/" class="tr-back"></a>TDesktop<span class="tr-header-counter">3397</span>
|
||||
<a href="/en/" class="tr-back"></a>TDesktop<span class="tr-header-counter">3414</span>
|
||||
<div class="tr-header-tabs"><span class="tr-header-tab"><a href="/en/tdesktop/recent/translations">Translations</a></span><span class="tr-header-tab"><a href="/en/tdesktop/recent/suggestions">Suggestions</a></span><span class="tr-header-tab"><a href="/en/tdesktop/recent/comments">Comments</a></span></div>
|
||||
</h3>
|
||||
<section class="tr-sections clearfix">
|
||||
|
@ -240,7 +240,7 @@
|
|||
</div><div class="tr-section-col col-lg-4 col-xs-6">
|
||||
<div class="tr-section-wrap"><a href="/en/tdesktop/unsorted/" class="tr-section">
|
||||
<div class="tr-section-cover cover0"></div>
|
||||
<div class="tr-section-caption">Unsorted (388)</div>
|
||||
<div class="tr-section-caption">Unsorted (405)</div>
|
||||
</a></div>
|
||||
</div>
|
||||
</section></section>
|
||||
|
|
|
@ -960,6 +960,22 @@
|
|||
"singular": "Nobody Listened"
|
||||
}
|
||||
},
|
||||
"lng_context_translate": {
|
||||
"url": "https://translations.telegram.org/en/tdesktop/unsorted/lng_context_translate",
|
||||
"photo_url": null,
|
||||
"has_binding": true,
|
||||
"values": {
|
||||
"singular": "Translate"
|
||||
}
|
||||
},
|
||||
"lng_context_translate_selected": {
|
||||
"url": "https://translations.telegram.org/en/tdesktop/unsorted/lng_context_translate_selected",
|
||||
"photo_url": null,
|
||||
"has_binding": true,
|
||||
"values": {
|
||||
"singular": "Translate Selected Text"
|
||||
}
|
||||
},
|
||||
"lng_context_view_topic": {
|
||||
"url": "https://translations.telegram.org/en/tdesktop/unsorted/lng_context_view_topic",
|
||||
"photo_url": "https://telegra.ph/file/p/8a61562042a/6bd9560a8aef536d08ab617.jpg?c=142,193,280,280,280,280",
|
||||
|
@ -1284,6 +1300,23 @@
|
|||
"singular": "Are you sure you want to discard this topic?"
|
||||
}
|
||||
},
|
||||
"lng_forum_messages": {
|
||||
"url": "https://translations.telegram.org/en/tdesktop/unsorted/lng_forum_messages",
|
||||
"photo_url": null,
|
||||
"has_binding": true,
|
||||
"values": {
|
||||
"singular": "<mark class=\"token\">{count}</mark> message",
|
||||
"plural": "<mark class=\"token\">{count}</mark> messages"
|
||||
}
|
||||
},
|
||||
"lng_forum_no_messages": {
|
||||
"url": "https://translations.telegram.org/en/tdesktop/unsorted/lng_forum_no_messages",
|
||||
"photo_url": null,
|
||||
"has_binding": true,
|
||||
"values": {
|
||||
"singular": "No messages"
|
||||
}
|
||||
},
|
||||
"lng_forum_no_topics": {
|
||||
"url": "https://translations.telegram.org/en/tdesktop/unsorted/lng_forum_no_topics",
|
||||
"photo_url": "https://telegra.ph/file/p/e1acba54c14/69db10106307d5f3c9e0017.jpg?c=102,94,399,399,280,280",
|
||||
|
@ -1292,6 +1325,15 @@
|
|||
"singular": "No topics currently created in this group."
|
||||
}
|
||||
},
|
||||
"lng_forum_pin_limit": {
|
||||
"url": "https://translations.telegram.org/en/tdesktop/unsorted/lng_forum_pin_limit",
|
||||
"photo_url": null,
|
||||
"has_binding": true,
|
||||
"values": {
|
||||
"singular": "Sorry, you can't pin more than **<mark class=\"token\">{count}</mark>** topic to the top.",
|
||||
"plural": "Sorry, you can't pin more than **<mark class=\"token\">{count}</mark>** topics to the top."
|
||||
}
|
||||
},
|
||||
"lng_forum_replies_only": {
|
||||
"url": "https://translations.telegram.org/en/tdesktop/unsorted/lng_forum_replies_only",
|
||||
"photo_url": "https://telegra.ph/file/p/f8523212a56/6906d140ef1db1d580f2c17.jpg?c=123,482,354,353,280,280",
|
||||
|
@ -1300,6 +1342,14 @@
|
|||
"singular": "You can reply to messages in topics."
|
||||
}
|
||||
},
|
||||
"lng_forum_show_topics_list": {
|
||||
"url": "https://translations.telegram.org/en/tdesktop/unsorted/lng_forum_show_topics_list",
|
||||
"photo_url": null,
|
||||
"has_binding": true,
|
||||
"values": {
|
||||
"singular": "Show Topics List"
|
||||
}
|
||||
},
|
||||
"lng_forum_topic_close": {
|
||||
"url": "https://translations.telegram.org/en/tdesktop/unsorted/lng_forum_topic_close",
|
||||
"photo_url": "https://telegra.ph/file/p/8a61562042a/6bd9560a8aef536d08ab617.jpg?c=135,257,280,280,280,280",
|
||||
|
@ -1727,6 +1777,51 @@
|
|||
"singular": "Revoke Link"
|
||||
}
|
||||
},
|
||||
"lng_in_dlg_audio_count": {
|
||||
"url": "https://translations.telegram.org/en/tdesktop/unsorted/lng_in_dlg_audio_count",
|
||||
"photo_url": null,
|
||||
"has_binding": true,
|
||||
"values": {
|
||||
"singular": "<mark class=\"token\">{count}</mark> audio",
|
||||
"plural": "<mark class=\"token\">{count}</mark> audio"
|
||||
}
|
||||
},
|
||||
"lng_in_dlg_file_count": {
|
||||
"url": "https://translations.telegram.org/en/tdesktop/unsorted/lng_in_dlg_file_count",
|
||||
"photo_url": null,
|
||||
"has_binding": true,
|
||||
"values": {
|
||||
"singular": "<mark class=\"token\">{count}</mark> file",
|
||||
"plural": "<mark class=\"token\">{count}</mark> files"
|
||||
}
|
||||
},
|
||||
"lng_in_dlg_media_count": {
|
||||
"url": "https://translations.telegram.org/en/tdesktop/unsorted/lng_in_dlg_media_count",
|
||||
"photo_url": null,
|
||||
"has_binding": true,
|
||||
"values": {
|
||||
"singular": "<mark class=\"token\">{count}</mark> media",
|
||||
"plural": "<mark class=\"token\">{count}</mark> media"
|
||||
}
|
||||
},
|
||||
"lng_in_dlg_photo_count": {
|
||||
"url": "https://translations.telegram.org/en/tdesktop/unsorted/lng_in_dlg_photo_count",
|
||||
"photo_url": null,
|
||||
"has_binding": true,
|
||||
"values": {
|
||||
"singular": "<mark class=\"token\">{count}</mark> photo",
|
||||
"plural": "<mark class=\"token\">{count}</mark> photos"
|
||||
}
|
||||
},
|
||||
"lng_in_dlg_video_count": {
|
||||
"url": "https://translations.telegram.org/en/tdesktop/unsorted/lng_in_dlg_video_count",
|
||||
"photo_url": null,
|
||||
"has_binding": true,
|
||||
"values": {
|
||||
"singular": "<mark class=\"token\">{count}</mark> video",
|
||||
"plural": "<mark class=\"token\">{count}</mark> videos"
|
||||
}
|
||||
},
|
||||
"lng_info_topic_title": {
|
||||
"url": "https://translations.telegram.org/en/tdesktop/unsorted/lng_info_topic_title",
|
||||
"photo_url": "https://telegra.ph/file/p/afd4c694eac/32583fcf207e50a700ff717.jpg?c=56,61,280,280,280,280",
|
||||
|
@ -3009,6 +3104,54 @@
|
|||
"singular": "Topic Creator"
|
||||
}
|
||||
},
|
||||
"lng_translate_box_error": {
|
||||
"url": "https://translations.telegram.org/en/tdesktop/unsorted/lng_translate_box_error",
|
||||
"photo_url": null,
|
||||
"has_binding": true,
|
||||
"values": {
|
||||
"singular": "Translate failed."
|
||||
}
|
||||
},
|
||||
"lng_translate_box_original": {
|
||||
"url": "https://translations.telegram.org/en/tdesktop/unsorted/lng_translate_box_original",
|
||||
"photo_url": null,
|
||||
"has_binding": true,
|
||||
"values": {
|
||||
"singular": "Original"
|
||||
}
|
||||
},
|
||||
"lng_translate_settings_about": {
|
||||
"url": "https://translations.telegram.org/en/tdesktop/unsorted/lng_translate_settings_about",
|
||||
"photo_url": null,
|
||||
"has_binding": true,
|
||||
"values": {
|
||||
"singular": "The 'Translate' button will appear when you open a context menu on a text message."
|
||||
}
|
||||
},
|
||||
"lng_translate_settings_choose": {
|
||||
"url": "https://translations.telegram.org/en/tdesktop/unsorted/lng_translate_settings_choose",
|
||||
"photo_url": null,
|
||||
"has_binding": true,
|
||||
"values": {
|
||||
"singular": "Do Not Translate"
|
||||
}
|
||||
},
|
||||
"lng_translate_settings_show": {
|
||||
"url": "https://translations.telegram.org/en/tdesktop/unsorted/lng_translate_settings_show",
|
||||
"photo_url": null,
|
||||
"has_binding": true,
|
||||
"values": {
|
||||
"singular": "Show Translate Button"
|
||||
}
|
||||
},
|
||||
"lng_translate_settings_subtitle": {
|
||||
"url": "https://translations.telegram.org/en/tdesktop/unsorted/lng_translate_settings_subtitle",
|
||||
"photo_url": null,
|
||||
"has_binding": true,
|
||||
"values": {
|
||||
"singular": "Translate Messages"
|
||||
}
|
||||
},
|
||||
"lng_ttl_edit_save": {
|
||||
"url": "https://translations.telegram.org/en/tdesktop/unsorted/lng_ttl_edit_save",
|
||||
"photo_url": null,
|
||||
|
|
Loading…
Reference in a new issue