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
4e4fcf9651
commit
03e9fca434
2 changed files with 13 additions and 4 deletions
|
@ -5508,6 +5508,7 @@
|
|||
"YouSenderNameHidden",
|
||||
"YouSendersNameHidden",
|
||||
"YouTubeVideoErrorHTML",
|
||||
"YouTubeVideoErrorInvalid",
|
||||
"YouTubeVideoErrorNotAvailableInApp",
|
||||
"YouTubeVideoErrorNotFound",
|
||||
"YouTubeVideoErrorOpenExternal",
|
||||
|
|
|
@ -1776,8 +1776,8 @@
|
|||
"photo_url": null,
|
||||
"has_binding": true,
|
||||
"values": {
|
||||
"singular": "Only groups with more than **<mark class=\"token\">%1$d</mark> member** can have Anti-Spam enabled.",
|
||||
"plural": "Only groups with more than **<mark class=\"token\">%1$d</mark> members** can have Anti-Spam enabled."
|
||||
"singular": "Aggressive filtering can be enabled only in groups with more than **<mark class=\"token\">%1$d</mark> member**.",
|
||||
"plural": "Aggressive filtering can be enabled only in groups with more than **<mark class=\"token\">%1$d</mark> members**."
|
||||
}
|
||||
},
|
||||
"ChannelAntiSpamInfo": {
|
||||
|
@ -2543,7 +2543,7 @@
|
|||
"photo_url": null,
|
||||
"has_binding": true,
|
||||
"values": {
|
||||
"singular": "Dialogs Activity"
|
||||
"singular": "Chat Activity"
|
||||
}
|
||||
},
|
||||
"DebugDrawSnowInChat": {
|
||||
|
@ -5011,7 +5011,7 @@
|
|||
"photo_url": null,
|
||||
"has_binding": true,
|
||||
"values": {
|
||||
"singular": "Older messages from this group have been move to the **’<mark class=\"token\">%s</mark>’** topic."
|
||||
"singular": "Older messages from this group have been moved to the **’<mark class=\"token\">%s</mark>’** topic."
|
||||
}
|
||||
},
|
||||
"NoVotesQuiz": {
|
||||
|
@ -8920,6 +8920,14 @@
|
|||
"singular": "An error occurred while trying to play this video."
|
||||
}
|
||||
},
|
||||
"YouTubeVideoErrorInvalid": {
|
||||
"url": "https://translations.telegram.org/en/android/unsorted/YouTubeVideoErrorInvalid",
|
||||
"photo_url": null,
|
||||
"has_binding": true,
|
||||
"values": {
|
||||
"singular": "Video URL is invalid."
|
||||
}
|
||||
},
|
||||
"YouTubeVideoErrorNotAvailableInApp": {
|
||||
"url": "https://translations.telegram.org/en/android/unsorted/YouTubeVideoErrorNotAvailableInApp",
|
||||
"photo_url": null,
|
||||
|
|
Loading…
Reference in a new issue