yeref 0.29.16__tar.gz → 0.29.17__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {yeref-0.29.16 → yeref-0.29.17}/PKG-INFO +1 -1
- {yeref-0.29.16 → yeref-0.29.17}/setup.py +1 -1
- {yeref-0.29.16 → yeref-0.29.17}/yeref/l_.py +9 -0
- {yeref-0.29.16 → yeref-0.29.17}/yeref.egg-info/PKG-INFO +1 -1
- {yeref-0.29.16 → yeref-0.29.17}/pyproject.toml +0 -0
- {yeref-0.29.16 → yeref-0.29.17}/setup.cfg +0 -0
- {yeref-0.29.16 → yeref-0.29.17}/yeref/__init__.py +0 -0
- {yeref-0.29.16 → yeref-0.29.17}/yeref/tonweb.js +0 -0
- {yeref-0.29.16 → yeref-0.29.17}/yeref/yeref.py +0 -0
- {yeref-0.29.16 → yeref-0.29.17}/yeref.egg-info/SOURCES.txt +0 -0
- {yeref-0.29.16 → yeref-0.29.17}/yeref.egg-info/dependency_links.txt +0 -0
- {yeref-0.29.16 → yeref-0.29.17}/yeref.egg-info/top_level.txt +0 -0
@@ -5556,6 +5556,15 @@ l_hand_msg_FLOOD_USERNAME = {
|
|
5556
5556
|
'zh': "💬<b>用户</b>@{0}更改了<b>名称/ @username </b>!可能是间谍!",
|
5557
5557
|
'ar': "💬 قام <b>المستخدم</b> @{0} بتغيير <b>الاسم/ @username </b>! ربما جاسوس!",
|
5558
5558
|
}
|
5559
|
+
l_grp_vote = {
|
5560
|
+
'ru': "🪻 Голосование",
|
5561
|
+
'en': "👩🏽💻 <b>Message</b> more than {0} characters",
|
5562
|
+
'es': "👩🏽💻 <b>Mensaje</b> más de {0} caracteres",
|
5563
|
+
'fr': "👩🏽💻 <b>Message</b> de plus de {0} caractères",
|
5564
|
+
'zh': "👩🏽💻<b>消息</b>超过 {0} 个字符",
|
5565
|
+
'ar': "👩🏽💻 <b>الرسالة</b> أكثر من {0} حرف",
|
5566
|
+
}
|
5567
|
+
|
5559
5568
|
# endregion
|
5560
5569
|
|
5561
5570
|
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|