mirror of
https://github.com/MarshalX/telegram-crawler.git
synced 2025-01-01 01:00:50 +01:00
Update content of files
This commit is contained in:
parent
5594554654
commit
b4d63ff667
6 changed files with 95 additions and 77 deletions
|
@ -1727,6 +1727,7 @@
|
|||
"DescriptionOptionalPlaceholder",
|
||||
"DescriptionPlaceholder",
|
||||
"Deselect",
|
||||
"DeselectAll",
|
||||
"DetectedLanguage",
|
||||
"DeviceStorage",
|
||||
"Devices",
|
||||
|
@ -2308,6 +2309,7 @@
|
|||
"FolderLinkAddedTitle",
|
||||
"FolderLinkAlreadyJoined",
|
||||
"FolderLinkAlreadySubscribed",
|
||||
"FolderLinkButtonAdd",
|
||||
"FolderLinkButtonJoin",
|
||||
"FolderLinkButtonNone",
|
||||
"FolderLinkButtonRemove",
|
||||
|
|
|
@ -203,7 +203,7 @@
|
|||
</div><div class="tr-section-col col-lg-4 col-xs-6">
|
||||
<div class="tr-section-wrap"><a href="/en/android/chat_list/" class="tr-section">
|
||||
<div class="tr-section-cover cover3"></div>
|
||||
<div class="tr-section-caption">Chat List (279)</div>
|
||||
<div class="tr-section-caption">Chat List (286)</div>
|
||||
</a></div>
|
||||
</div><div class="tr-section-col col-lg-4 col-xs-6">
|
||||
<div class="tr-section-wrap"><a href="/en/android/private_chats/" class="tr-section">
|
||||
|
@ -223,7 +223,7 @@
|
|||
</div><div class="tr-section-col col-lg-4 col-xs-6">
|
||||
<div class="tr-section-wrap"><a href="/en/android/settings/" class="tr-section">
|
||||
<div class="tr-section-cover cover7"></div>
|
||||
<div class="tr-section-caption">Settings (1212)</div>
|
||||
<div class="tr-section-caption">Settings (1213)</div>
|
||||
</a></div>
|
||||
</div><div class="tr-section-col col-lg-4 col-xs-6">
|
||||
<div class="tr-section-wrap"><a href="/en/android/camera_and_media/" class="tr-section">
|
||||
|
@ -243,12 +243,12 @@
|
|||
</div><div class="tr-section-col col-lg-4 col-xs-6">
|
||||
<div class="tr-section-wrap"><a href="/en/android/general/" class="tr-section">
|
||||
<div class="tr-section-cover cover1"></div>
|
||||
<div class="tr-section-caption">General (961)</div>
|
||||
<div class="tr-section-caption">General (962)</div>
|
||||
</a></div>
|
||||
</div><div class="tr-section-col col-lg-4 col-xs-6">
|
||||
<div class="tr-section-wrap"><a href="/en/android/unsorted/" class="tr-section">
|
||||
<div class="tr-section-cover cover0"></div>
|
||||
<div class="tr-section-caption">Unsorted (1461)</div>
|
||||
<div class="tr-section-caption">Unsorted (1452)</div>
|
||||
</a></div>
|
||||
</div>
|
||||
</section></section>
|
||||
|
|
|
@ -825,6 +825,14 @@
|
|||
"singular": "Delete this chat"
|
||||
}
|
||||
},
|
||||
"DeselectAll": {
|
||||
"url": "https://translations.telegram.org/en/android/chat_list/DeselectAll",
|
||||
"photo_url": "https://telegra.ph/file/p/74fa647f1de/f6da993cb37989f41885c16.jpg?c=23,121,277,280,278,280",
|
||||
"has_binding": true,
|
||||
"values": {
|
||||
"singular": "Deselect All"
|
||||
}
|
||||
},
|
||||
"DialogUnpin": {
|
||||
"url": "https://translations.telegram.org/en/android/chat_list/DialogUnpin",
|
||||
"photo_url": "https://telegra.ph/file/p/afc4ff5bd2b/f13fd682b0557174205c817.jpg?c=227,71,280,280,280,280",
|
||||
|
@ -1235,6 +1243,38 @@
|
|||
"singular": "Set Up Folders"
|
||||
}
|
||||
},
|
||||
"FolderLinkButtonAdd": {
|
||||
"url": "https://translations.telegram.org/en/android/chat_list/FolderLinkButtonAdd",
|
||||
"photo_url": "https://telegra.ph/file/p/74fa647f1de/f6da993cb37989f41885c16.jpg?c=10,358,280,280,280,280",
|
||||
"has_binding": true,
|
||||
"values": {
|
||||
"singular": "Add <mark class=\"token\">%s</mark>"
|
||||
}
|
||||
},
|
||||
"FolderLinkButtonJoin": {
|
||||
"url": "https://translations.telegram.org/en/android/chat_list/FolderLinkButtonJoin",
|
||||
"photo_url": "https://telegra.ph/file/p/d6beb44b147/8a506e40247ebf1809b3217.jpg?c=160,558,280,280,280,280",
|
||||
"has_binding": true,
|
||||
"values": {
|
||||
"singular": "Join chats"
|
||||
}
|
||||
},
|
||||
"FolderLinkHeaderAlready": {
|
||||
"url": "https://translations.telegram.org/en/android/chat_list/FolderLinkHeaderAlready",
|
||||
"photo_url": "https://telegra.ph/file/p/d6beb44b147/8a506e40247ebf1809b3217.jpg?c=17,439,285,285,280,280",
|
||||
"has_binding": true,
|
||||
"values": {
|
||||
"singular": "Chats you already joined"
|
||||
}
|
||||
},
|
||||
"FolderLinkHint": {
|
||||
"url": "https://translations.telegram.org/en/android/chat_list/FolderLinkHint",
|
||||
"photo_url": "https://telegra.ph/file/p/d6beb44b147/8a506e40247ebf1809b3217.jpg?c=7,239,511,511,280,280",
|
||||
"has_binding": true,
|
||||
"values": {
|
||||
"singular": "You can deselect the chats you don’t want to join."
|
||||
}
|
||||
},
|
||||
"FolderLinkShareButton": {
|
||||
"url": "https://translations.telegram.org/en/android/chat_list/FolderLinkShareButton",
|
||||
"photo_url": "https://telegra.ph/file/p/3d8980a2009/8c50615bee61d73a7145b17.jpg?c=161,924,280,280,280,280",
|
||||
|
@ -1267,6 +1307,23 @@
|
|||
"singular": "Share Folder <mark class=\"token\">%s</mark>"
|
||||
}
|
||||
},
|
||||
"FolderLinkSubtitleChats": {
|
||||
"url": "https://translations.telegram.org/en/android/chat_list/FolderLinkSubtitleChats",
|
||||
"photo_url": "https://telegra.ph/file/p/d6beb44b147/8a506e40247ebf1809b3217.jpg?c=20,49,561,561,280,280",
|
||||
"has_binding": true,
|
||||
"values": {
|
||||
"singular": "Do you want to join **<mark class=\"token\">%1$d</mark> chat** and add them to the folder **<mark class=\"token\">%2$s</mark>**?",
|
||||
"plural": "Do you want to join **<mark class=\"token\">%1$d</mark> chats** and add them to the folder **<mark class=\"token\">%2$s</mark>**?"
|
||||
}
|
||||
},
|
||||
"FolderLinkTitleAddChats": {
|
||||
"url": "https://translations.telegram.org/en/android/chat_list/FolderLinkTitleAddChats",
|
||||
"photo_url": "https://telegra.ph/file/p/d6beb44b147/8a506e40247ebf1809b3217.jpg?c=150,62,301,301,280,280",
|
||||
"has_binding": true,
|
||||
"values": {
|
||||
"singular": "Add Chats to Folder"
|
||||
}
|
||||
},
|
||||
"FromYou": {
|
||||
"url": "https://translations.telegram.org/en/android/chat_list/FromYou",
|
||||
"photo_url": "https://telegra.ph/file/p/6eaf70ce21a/4878a29a690604729eee81d.jpg?c=87,143,280,280,280,280",
|
||||
|
|
|
@ -3425,6 +3425,22 @@
|
|||
"singular": "Leave a comment"
|
||||
}
|
||||
},
|
||||
"LimitReachedFolderLinks": {
|
||||
"url": "https://translations.telegram.org/en/android/general/LimitReachedFolderLinks",
|
||||
"photo_url": "https://telegra.ph/file/p/3c0645ba35c/b6ae1264014c552ebabcf17.jpg?c=11,0,579,570,280,276",
|
||||
"has_binding": true,
|
||||
"values": {
|
||||
"singular": "You can only create <mark class=\"token\">%1$d</mark> invite links.<br/>Upgrade to **Telegram Premium** to increase this limit to **<mark class=\"token\">%2$d</mark>**."
|
||||
}
|
||||
},
|
||||
"LimitReachedSharedFolders": {
|
||||
"url": "https://translations.telegram.org/en/android/general/LimitReachedSharedFolders",
|
||||
"photo_url": "https://telegra.ph/file/p/33702667113/b2683e4dd8b088dbc74d117.jpg?c=11,0,579,574,280,278",
|
||||
"has_binding": true,
|
||||
"values": {
|
||||
"singular": "You can only have <mark class=\"token\">%1$d</mark> shareable folders.<br/>Upgrade to **Telegram Premium** to increase this limit to **<mark class=\"token\">%2$d</mark>**."
|
||||
}
|
||||
},
|
||||
"LinkCopied": {
|
||||
"url": "https://translations.telegram.org/en/android/general/LinkCopied",
|
||||
"photo_url": "https://telegra.ph/file/p/69cc41a4b0d/9908309ecf37f7a6cf3c61d.jpg?c=175,672,363,363,280,280",
|
||||
|
|
|
@ -3268,6 +3268,14 @@
|
|||
"singular": "Share access to some of this folder’s groups and channels with others."
|
||||
}
|
||||
},
|
||||
"FilterInvitePrivateGroupToast": {
|
||||
"url": "https://translations.telegram.org/en/android/settings/FilterInvitePrivateGroupToast",
|
||||
"photo_url": "https://telegra.ph/file/p/cfe62c626db/ceec6b6da4afb7634b3c217.jpg?c=38,595,531,531,280,280",
|
||||
"has_binding": true,
|
||||
"values": {
|
||||
"singular": "You don’t have the admin rights to share invite links to this private group."
|
||||
}
|
||||
},
|
||||
"FilterNoChatsToDisplay": {
|
||||
"url": "https://translations.telegram.org/en/android/settings/FilterNoChatsToDisplay",
|
||||
"photo_url": "https://telegra.ph/file/p/d703aacfa54/cdb62a30604dc155a15cc19.jpg?c=347,1033,510,510,280,280",
|
||||
|
|
|
@ -2740,7 +2740,7 @@
|
|||
},
|
||||
"Clear": {
|
||||
"url": "https://translations.telegram.org/en/android/unsorted/Clear",
|
||||
"photo_url": "https://telegra.ph/file/p/b5cfe2b7b20/b070f0898ca2c75f7522417.jpg?c=125,742,358,358,280,280",
|
||||
"photo_url": null,
|
||||
"has_binding": true,
|
||||
"values": {
|
||||
"singular": "Clear"
|
||||
|
@ -2974,7 +2974,7 @@
|
|||
},
|
||||
"CreatePassword": {
|
||||
"url": "https://translations.telegram.org/en/android/unsorted/CreatePassword",
|
||||
"photo_url": "https://telegra.ph/file/p/b5cfe2b7b20/b070f0898ca2c75f7522417.jpg?c=125,742,358,358,280,280",
|
||||
"photo_url": null,
|
||||
"has_binding": true,
|
||||
"values": {
|
||||
"singular": "Create a Password"
|
||||
|
@ -4434,14 +4434,6 @@
|
|||
"singular": "You don’t have the admin rights to share invite links to this private channel."
|
||||
}
|
||||
},
|
||||
"FilterInvitePrivateGroupToast": {
|
||||
"url": "https://translations.telegram.org/en/android/unsorted/FilterInvitePrivateGroupToast",
|
||||
"photo_url": null,
|
||||
"has_binding": true,
|
||||
"values": {
|
||||
"singular": "You don’t have the admin rights to share invite links to this private group."
|
||||
}
|
||||
},
|
||||
"FilterInviteUser": {
|
||||
"url": "https://translations.telegram.org/en/android/unsorted/FilterInviteUser",
|
||||
"photo_url": null,
|
||||
|
@ -4644,14 +4636,6 @@
|
|||
"singular": "You already subscribed to this channel."
|
||||
}
|
||||
},
|
||||
"FolderLinkButtonJoin": {
|
||||
"url": "https://translations.telegram.org/en/android/unsorted/FolderLinkButtonJoin",
|
||||
"photo_url": null,
|
||||
"has_binding": true,
|
||||
"values": {
|
||||
"singular": "Join chats"
|
||||
}
|
||||
},
|
||||
"FolderLinkButtonNone": {
|
||||
"url": "https://translations.telegram.org/en/android/unsorted/FolderLinkButtonNone",
|
||||
"photo_url": null,
|
||||
|
@ -4709,14 +4693,6 @@
|
|||
"singular": "Folder <mark class=\"token\">%s</mark> Deleted"
|
||||
}
|
||||
},
|
||||
"FolderLinkHeaderAlready": {
|
||||
"url": "https://translations.telegram.org/en/android/unsorted/FolderLinkHeaderAlready",
|
||||
"photo_url": null,
|
||||
"has_binding": true,
|
||||
"values": {
|
||||
"singular": "Chats you already joined"
|
||||
}
|
||||
},
|
||||
"FolderLinkHeaderChatsJoin": {
|
||||
"url": "https://translations.telegram.org/en/android/unsorted/FolderLinkHeaderChatsJoin",
|
||||
"photo_url": null,
|
||||
|
@ -4735,14 +4711,6 @@
|
|||
"plural": "<mark class=\"token\">%d</mark> chats to quit"
|
||||
}
|
||||
},
|
||||
"FolderLinkHint": {
|
||||
"url": "https://translations.telegram.org/en/android/unsorted/FolderLinkHint",
|
||||
"photo_url": null,
|
||||
"has_binding": true,
|
||||
"values": {
|
||||
"singular": "You can deselect the chats you don’t want to join."
|
||||
}
|
||||
},
|
||||
"FolderLinkHintRemove": {
|
||||
"url": "https://translations.telegram.org/en/android/unsorted/FolderLinkHintRemove",
|
||||
"photo_url": null,
|
||||
|
@ -4808,15 +4776,6 @@
|
|||
"singular": "You have already added the folder **<mark class=\"token\">%s</mark>** and all its chats."
|
||||
}
|
||||
},
|
||||
"FolderLinkSubtitleChats": {
|
||||
"url": "https://translations.telegram.org/en/android/unsorted/FolderLinkSubtitleChats",
|
||||
"photo_url": null,
|
||||
"has_binding": true,
|
||||
"values": {
|
||||
"singular": "Do you want to join **<mark class=\"token\">%1$d</mark> chat** and add them to the folder **<mark class=\"token\">%2$s</mark>**?",
|
||||
"plural": "Do you want to join **<mark class=\"token\">%1$d</mark> chats** and add them to the folder **<mark class=\"token\">%2$s</mark>**?"
|
||||
}
|
||||
},
|
||||
"FolderLinkSubtitleRemove": {
|
||||
"url": "https://translations.telegram.org/en/android/unsorted/FolderLinkSubtitleRemove",
|
||||
"photo_url": null,
|
||||
|
@ -4833,14 +4792,6 @@
|
|||
"singular": "Add folder"
|
||||
}
|
||||
},
|
||||
"FolderLinkTitleAddChats": {
|
||||
"url": "https://translations.telegram.org/en/android/unsorted/FolderLinkTitleAddChats",
|
||||
"photo_url": null,
|
||||
"has_binding": true,
|
||||
"values": {
|
||||
"singular": "Add Chats to Folder"
|
||||
}
|
||||
},
|
||||
"FolderLinkTitleAlready": {
|
||||
"url": "https://translations.telegram.org/en/android/unsorted/FolderLinkTitleAlready",
|
||||
"photo_url": null,
|
||||
|
@ -4919,7 +4870,7 @@
|
|||
},
|
||||
"ForceSetPasswordAlertMessageShort": {
|
||||
"url": "https://translations.telegram.org/en/android/unsorted/ForceSetPasswordAlertMessageShort",
|
||||
"photo_url": "https://telegra.ph/file/p/b5cfe2b7b20/b070f0898ca2c75f7522417.jpg?c=125,742,358,358,280,280",
|
||||
"photo_url": null,
|
||||
"has_binding": true,
|
||||
"values": {
|
||||
"singular": "If you do not set a password, you will only be able to log into your account via SMS once every <mark class=\"token\">%1$s</mark> day. Do you want to proceed without a password?",
|
||||
|
@ -5697,14 +5648,6 @@
|
|||
"singular": "The document can't be sent, because it is larger than **<mark class=\"token\">%1$s</mark>**."
|
||||
}
|
||||
},
|
||||
"LimitReachedFolderLinks": {
|
||||
"url": "https://translations.telegram.org/en/android/unsorted/LimitReachedFolderLinks",
|
||||
"photo_url": null,
|
||||
"has_binding": true,
|
||||
"values": {
|
||||
"singular": "You can only create <mark class=\"token\">%1$d</mark> invite links.<br/>Upgrade to **Telegram Premium** to increase this limit to **<mark class=\"token\">%2$d</mark>**."
|
||||
}
|
||||
},
|
||||
"LimitReachedFolderLinksLocked": {
|
||||
"url": "https://translations.telegram.org/en/android/unsorted/LimitReachedFolderLinksLocked",
|
||||
"photo_url": null,
|
||||
|
@ -5777,14 +5720,6 @@
|
|||
"singular": "Subscribe to **Telegram Premium** to move the \"<mark class=\"token\">%1$s</mark>\" folder."
|
||||
}
|
||||
},
|
||||
"LimitReachedSharedFolders": {
|
||||
"url": "https://translations.telegram.org/en/android/unsorted/LimitReachedSharedFolders",
|
||||
"photo_url": null,
|
||||
"has_binding": true,
|
||||
"values": {
|
||||
"singular": "You can only have <mark class=\"token\">%1$d</mark> shareable folders.<br/>Upgrade to **Telegram Premium** to increase this limit to **<mark class=\"token\">%2$d</mark>**."
|
||||
}
|
||||
},
|
||||
"LimitReachedSharedFoldersLocked": {
|
||||
"url": "https://translations.telegram.org/en/android/unsorted/LimitReachedSharedFoldersLocked",
|
||||
"photo_url": null,
|
||||
|
@ -7869,7 +7804,7 @@
|
|||
},
|
||||
"PsaInfoDefault": {
|
||||
"url": "https://translations.telegram.org/en/android/unsorted/PsaInfoDefault",
|
||||
"photo_url": "https://telegra.ph/file/p/b5cfe2b7b20/b070f0898ca2c75f7522417.jpg?c=125,742,358,358,280,280",
|
||||
"photo_url": null,
|
||||
"has_binding": true,
|
||||
"values": {
|
||||
"singular": "This message provides you with a public service announcement."
|
||||
|
@ -8505,7 +8440,7 @@
|
|||
},
|
||||
"RestoreEmailNoAccess": {
|
||||
"url": "https://translations.telegram.org/en/android/unsorted/RestoreEmailNoAccess",
|
||||
"photo_url": "https://telegra.ph/file/p/b5cfe2b7b20/b070f0898ca2c75f7522417.jpg?c=125,742,358,358,280,280",
|
||||
"photo_url": null,
|
||||
"has_binding": true,
|
||||
"values": {
|
||||
"singular": "Unable to access <mark class=\"token\">%1$s</mark>?"
|
||||
|
@ -9460,7 +9395,7 @@
|
|||
},
|
||||
"SuggestClearDatabaseMessage": {
|
||||
"url": "https://translations.telegram.org/en/android/unsorted/SuggestClearDatabaseMessage",
|
||||
"photo_url": "https://telegra.ph/file/p/b5cfe2b7b20/b070f0898ca2c75f7522417.jpg?c=125,742,358,358,280,280",
|
||||
"photo_url": null,
|
||||
"has_binding": true,
|
||||
"values": {
|
||||
"singular": "Your local database size is <mark class=\"token\">%s</mark>. It may affect the speed of the app."
|
||||
|
@ -9468,7 +9403,7 @@
|
|||
},
|
||||
"SuggestClearDatabaseTitle": {
|
||||
"url": "https://translations.telegram.org/en/android/unsorted/SuggestClearDatabaseTitle",
|
||||
"photo_url": "https://telegra.ph/file/p/b5cfe2b7b20/b070f0898ca2c75f7522417.jpg?c=125,742,358,358,280,280",
|
||||
"photo_url": null,
|
||||
"has_binding": true,
|
||||
"values": {
|
||||
"singular": "Clear Database"
|
||||
|
@ -11700,7 +11635,7 @@
|
|||
},
|
||||
"YourPasswordReset": {
|
||||
"url": "https://translations.telegram.org/en/android/unsorted/YourPasswordReset",
|
||||
"photo_url": "https://telegra.ph/file/p/b5cfe2b7b20/b070f0898ca2c75f7522417.jpg?c=125,742,358,358,280,280",
|
||||
"photo_url": null,
|
||||
"has_binding": true,
|
||||
"values": {
|
||||
"singular": "Your password was successfully deactivated"
|
||||
|
|
Loading…
Reference in a new issue