mirror of
https://github.com/MarshalX/telegram-crawler.git
synced 2024-12-28 23:38:26 +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><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-wrap"><a href="/en/ios/settings/" class="tr-section">
|
||||||
<div class="tr-section-cover cover7"></div>
|
<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>
|
</a></div>
|
||||||
</div><div class="tr-section-col col-lg-4 col-xs-6">
|
</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">
|
<div class="tr-section-wrap"><a href="/en/ios/camera_and_media/" class="tr-section">
|
||||||
|
|
|
@ -1085,6 +1085,9 @@
|
||||||
"Localization.LanguageName": [
|
"Localization.LanguageName": [
|
||||||
"English"
|
"English"
|
||||||
],
|
],
|
||||||
|
"Localization.LanguageOther": [
|
||||||
|
"Other"
|
||||||
|
],
|
||||||
"Localization.ShowTranslate": [
|
"Localization.ShowTranslate": [
|
||||||
"Show Translate Button"
|
"Show Translate Button"
|
||||||
],
|
],
|
||||||
|
@ -1247,6 +1250,12 @@
|
||||||
"Notification.Exceptions.DeleteAllConfirmation": [
|
"Notification.Exceptions.DeleteAllConfirmation": [
|
||||||
"Are you sure you want to delete all exceptions?"
|
"Are you sure you want to delete all exceptions?"
|
||||||
],
|
],
|
||||||
|
"Notification.Exceptions.MessagePreviewAlwaysOff": [
|
||||||
|
"Always Off"
|
||||||
|
],
|
||||||
|
"Notification.Exceptions.MessagePreviewAlwaysOn": [
|
||||||
|
"Always On"
|
||||||
|
],
|
||||||
"Notification.Exceptions.MutedUntil": [
|
"Notification.Exceptions.MutedUntil": [
|
||||||
"Muted until <mark class=\"token\">%@</mark>"
|
"Muted until <mark class=\"token\">%@</mark>"
|
||||||
],
|
],
|
||||||
|
@ -2875,6 +2884,9 @@
|
||||||
"UserInfo.NotificationsDefaultEnabled": [
|
"UserInfo.NotificationsDefaultEnabled": [
|
||||||
"Default (Enabled)"
|
"Default (Enabled)"
|
||||||
],
|
],
|
||||||
|
"UserInfo.NotificationsDefaultSound": [
|
||||||
|
"Default (<mark class=\"token\">%@</mark>)"
|
||||||
|
],
|
||||||
"UserInfo.Title": [
|
"UserInfo.Title": [
|
||||||
"Info"
|
"Info"
|
||||||
],
|
],
|
||||||
|
|
Loading…
Reference in a new issue