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
85c20b2dd1
commit
e5865c2fb3
2 changed files with 13 additions and 1 deletions
|
@ -211,7 +211,7 @@
|
|||
</div><div class="tr-section-col col-lg-4 col-xs-6">
|
||||
<div class="tr-section-wrap"><a href="/en/ios/settings/" class="tr-section">
|
||||
<div class="tr-section-cover cover7"></div>
|
||||
<div class="tr-section-caption">Settings (1028)</div>
|
||||
<div class="tr-section-caption">Settings (1031)</div>
|
||||
</a></div>
|
||||
</div><div class="tr-section-col col-lg-4 col-xs-6">
|
||||
<div class="tr-section-wrap"><a href="/en/ios/camera_and_media/" class="tr-section">
|
||||
|
|
|
@ -1085,6 +1085,9 @@
|
|||
"Localization.LanguageName": [
|
||||
"English"
|
||||
],
|
||||
"Localization.LanguageOther": [
|
||||
"Other"
|
||||
],
|
||||
"Localization.ShowTranslate": [
|
||||
"Show Translate Button"
|
||||
],
|
||||
|
@ -1247,6 +1250,12 @@
|
|||
"Notification.Exceptions.DeleteAllConfirmation": [
|
||||
"Are you sure you want to delete all exceptions?"
|
||||
],
|
||||
"Notification.Exceptions.MessagePreviewAlwaysOff": [
|
||||
"Always Off"
|
||||
],
|
||||
"Notification.Exceptions.MessagePreviewAlwaysOn": [
|
||||
"Always On"
|
||||
],
|
||||
"Notification.Exceptions.MutedUntil": [
|
||||
"Muted until <mark class=\"token\">%@</mark>"
|
||||
],
|
||||
|
@ -2875,6 +2884,9 @@
|
|||
"UserInfo.NotificationsDefaultEnabled": [
|
||||
"Default (Enabled)"
|
||||
],
|
||||
"UserInfo.NotificationsDefaultSound": [
|
||||
"Default (<mark class=\"token\">%@</mark>)"
|
||||
],
|
||||
"UserInfo.Title": [
|
||||
"Info"
|
||||
],
|
||||
|
|
Loading…
Reference in a new issue