2021-04-12 16:25:32 +00:00
# English
# main
web_TypeError : Oops ~ Web interface is configured to bind to an invalid address.
web_KeyError : Oops ~ Web interface configuration is missing in the config file.
PhoneNumberInvalidError : Oops ~ The phone number entered is invalid. Please make sure to append country code.
module : module
error : loading error
start : PagerMaid-Modify have started, type -help in any chat for help message.
# utils
msg_ValueError : Oops ~ No messages were successfully obtained!
isinstance : Oops ~ Length must be an integer!
# init
2021-04-25 05:58:21 +00:00
platform : Detected platform as
2021-04-12 16:25:32 +00:00
platform_load : proceeding to early load process of PagerMaid.
platform_unsupported : is not supported, please start PagerMaid on Linux or *BSD.
2021-04-25 05:58:21 +00:00
error_prefix : Oops ~
2021-04-12 16:25:32 +00:00
python : Please upgrade your python interpreter to at least version 3.6.
config_error : Oops ~ Please place a valid configuration file in the working directory.
save_id : The user ID is get successfully.
2021-04-25 05:58:21 +00:00
# modules_init
modules_init_loading_modules : Load built-in modules
modules_init_loading_plugins : Load plugin
2021-04-12 16:25:32 +00:00
# listener
command : command
has_reg : is already registered.
too_long : Oops ~ The output generated was too long and could not be presented.
run_error : Oops ~ An error occurred while executing this command.
report_error : Oops ~ report error.
use_method : Usage
# account
2021-04-25 05:58:21 +00:00
# username
2021-04-12 16:25:32 +00:00
username_des : sets the username.
arg_error : Invalid argument.
username_exist : Username is taken.
username_vaild : Invalid username.
username_set : Username have been updated.
username_cancel : Username has been unset.
username_whatset : Username has been set to
2021-04-25 05:58:21 +00:00
# name
2021-04-12 16:25:32 +00:00
name_des : Alters the display name.
name_vaild : Invalid first name.
name_set : Display name is successfully altered.
name_whatset : Changed display name to
2021-04-25 05:58:21 +00:00
# pfp
2021-04-12 16:25:32 +00:00
pfp_des : Set attachment of message replied to as profile picture.
pfp_process : Setting profile picture . . .
pfp_e_notp : Unable to parse attachment as image.
pfp_e_size : The image dimensions are smaller than minimum requirement.
pfp_e_img : An error occurred while the server is interpreting the command.
2021-04-25 05:58:21 +00:00
# bio
2021-04-12 16:25:32 +00:00
bio_des : Sets the biography to the string in the parameter.
bio_too_lang : Provided string is too long.
bio_set : Bio has been altered successfully.
bio_cancel : Bio has been unset.
bio_whatset : Bio has been set to
2021-04-25 05:58:21 +00:00
# rmpfp
2021-04-12 16:25:32 +00:00
rmpfp_des : Deletes defined amount of profile pictures.
int : integer
rmpfp_p : Removed
rmpfp_l : profile picture(s).
2021-04-25 05:58:21 +00:00
# profile
2021-04-12 16:25:32 +00:00
profile_des : Shows user profile in a large message.
profile_process : Generating user profile summary . . .
profile_e_no : The specified user does not exist.
profile_e_nou : The username specified does not exist.
2021-04-25 05:58:21 +00:00
profile_e_nof : The UserID specified does not correspond to a user.
2021-04-12 16:25:32 +00:00
profile_e_long : The UserID specified have exceeded the integer limit.
profile_user : User
profile_noset : Not set.
profile_nobio : Not set.
2021-04-25 05:58:21 +00:00
profile_yes : true
profile_no : false
2021-04-12 16:25:32 +00:00
profile_name : Profile
profile_username : Username
profile_fname : First name
2021-06-14 13:38:40 +00:00
profile_lname : Last name
2021-04-12 16:25:32 +00:00
profile_bio : Bio
profile_gic : Group in common
profile_verified : Verified
profile_restricted : Restricted
profile_type : Type
2021-06-14 13:38:40 +00:00
# block
block_des : Block an user.
block_process : Processing . . .
block_success : Success block
block_exist : is already a blacklist.
## unblock
unblock_des : Unblock an user.
unblock_process : Processing . . .
unblock_success : Success unblock
unblock_exist : isn't in a blacklist.
2021-04-12 16:25:32 +00:00
# avoid
2021-04-25 05:58:21 +00:00
# ghost
2021-04-12 16:25:32 +00:00
ghost_des : Toggles ghosting of chat, requires redis.
redis_dis : Redis is offline, cannot operate.
ghost_e_mark : Unable to set flag on self.
ghost_set_f : ChatID
ghost_set_l : added to ghosted chats.
ghost_cancel : removed from ghosted chats.
ghost_e_noexist : Current chat is not ghosted.
ghost_e_exist : Current chat is ghosted.
2021-04-25 05:58:21 +00:00
# deny
2021-04-12 16:25:32 +00:00
deny_des : Toggles denying of chat, requires redis.
deny_set : added to denied chats.
deny_cancel : removed from denied chats.
deny_e_noexist : Current chat is not denied.
deny_e_exist : Current chat is denied.
# help
help_des : Shows a list of commands or help string of a single command.
help_list : Commands
help_send : Issue
help_see : to view help for a specific command.*
2021-08-11 06:45:03 +00:00
help_source : 🖥 Source
help_plugin : 🔅 Plugins
help_module : 💠 Modules
2021-04-25 05:58:21 +00:00
# qr
# genqr
2021-04-12 16:25:32 +00:00
genqr_des : Generates a QR Code sticker from a specific string.
genqr_process : Generating QR code...
genqr_e_encode : Invalid characters in target string.
genqr_ok : Generated QR Code for
2021-04-25 05:58:21 +00:00
# parseqr
2021-04-12 16:25:32 +00:00
parseqr_des : Parse attachment of replied message as a QR Code and output results.
parseqr_nofile : There are no attachments in the message.
parseqr_content : Content
parseqr_e_noqr : Target is not a QR Code.
2021-04-25 05:58:21 +00:00
parseqr_log : Parsed QR Code with content
2021-04-12 16:25:32 +00:00
# captions
2021-04-25 05:58:21 +00:00
# convert
2021-04-12 16:25:32 +00:00
convert_des : Reply to an attachment message and convert it to image output
convert_process : Converting...
convert_no_file : Something went wrong. There seems to be no attachment in the reply message.
2021-09-18 06:23:46 +00:00
convert_error : Something went wrong, woooo ~ An error occurred during the conversion.
convert_invalid : Something went wrong, woooo ~ The photo dimensions are invalid.
2021-04-25 05:58:21 +00:00
# caption
2021-04-12 16:25:32 +00:00
caption_des : Add two lines of captions to the reply picture. The captions will be added to the top and bottom respectively. The captions need to be separated by commas.
caption_process : The image is being rendered...
caption_error_grammer : Something went wrong ~ Wrong grammar.
caption_no_file : Something went wrong, woooo~ There is no attachment in the target message
caption_error : Something went wrong, woohoo~ An error occurred during the conversion.
caption_success1 : caption successfully
caption_success2 : Added to a picture.
2021-04-25 05:58:21 +00:00
# ocr
2021-04-12 16:25:32 +00:00
ocr_des : Extract text from the reply image
ocr_psm_len_error : Oh, something went wrong...psm value is 0-13
ocr_processing : The picture is being processed, please wait...
ocr_no_file : Something went wrong. There is no attachment in the reply message.
2021-07-16 05:23:50 +00:00
ocr_no_result : Did not identify any text.
2021-04-12 16:25:32 +00:00
ocr_result_hint : The following is the extracted text
2021-04-25 05:58:21 +00:00
# highlight
2021-04-12 16:25:32 +00:00
highlight_des : Generate a picture with syntax highlighting.
highlight_processing : The image is being rendered, please wait...
highlight_no_file : Something went wrong, woooo~ The target message could not be retrieved.
highlight_uploading : Uploading pictures...
2021-04-25 05:58:21 +00:00
# handle_failure
2021-04-12 16:25:32 +00:00
handle_failure_error : Something went wrong oh woo woo ~ Please report this problem.
# clock
2021-04-25 05:58:21 +00:00
# time
2021-04-12 16:25:32 +00:00
time_des : Display the time in a specific area. If the parameter is empty, the configuration value will be displayed by default.
time_parameters : <area>
time_time : time
2021-09-04 08:28:38 +00:00
time_config : Something went wrong oh woo woo ~ Please check your config file.
2021-04-12 16:25:32 +00:00
# external
2021-04-25 05:58:21 +00:00
# translate
2021-04-12 16:25:32 +00:00
translate_des : Translate the target message into the specified language through Google Translate. (Support reply)
translate_parameters : <text>
translate_processing : The translation is being generated...
translate_ValueError : Something went wrong ~ The target language could not be found, please correct the error in the configuration file.
translate_hits : text translation
translate_original_lang : source language
translate_tg_limit_uploading_file : The output exceeds the TG limit, and it is trying to upload a file.
2021-04-13 09:37:02 +00:00
translate_get : Message
2021-04-12 16:25:32 +00:00
translate_from : from
translate_to : translated to
# tts
tts_des : Generate voice messages based on character strings via Google Text to Speech.
tts_processing : generating speech...
tts_AssertionError : Something went wrong ~ Invalid parameter.
tts_ValueError : Something went wrong ~ The target language could not be found, please correct the error in the configuration file.
tts_RuntimeError : Something went wrong, woohoo~ An error occurred while loading the language array.
tts_success : A text-to-speech audio message is generated
# google
google_des : Use Google query
google_processing : Pulling results...
google_connection_error : failed to connect to google server
google_success : queried on Google search engine
# fetchaudio
fetchaudio_des : fetch audio files from multiple platforms.
fetchaudio_error_grammer : Something went wrong ~ Wrong grammar.
fetchaudio_processing : Fetching audio...
fetchaudio_error_downloading : Something went wrong, woooo~ The original soundtrack failed to download.
fetchaudio_success : fetched an audio from the link
fetchaudio_link : link
# fun
2021-04-25 05:58:21 +00:00
# animate
2021-04-12 16:25:32 +00:00
animate_des : Use messages to animate text.
2021-04-25 05:58:21 +00:00
# teletype
2021-04-12 16:25:32 +00:00
teletype_des : Make typing animation by editing the message. Will generate a lot of operation records!
2021-04-25 05:58:21 +00:00
# mock
2021-04-12 16:25:32 +00:00
mock_des : mock people through weird capital letters.
2021-04-25 05:58:21 +00:00
# widen
2021-04-12 16:25:32 +00:00
widen_des : widen each character in the string.
widen_already : This message has been widened.
2021-04-25 05:58:21 +00:00
# fox
2021-04-12 16:25:32 +00:00
fox_des : Use fox to make your message look less complete
2021-04-25 05:58:21 +00:00
# owo
2021-04-12 16:25:32 +00:00
owo_des : Convert the message to OwO.
2021-04-25 05:58:21 +00:00
# flip
2021-04-12 16:25:32 +00:00
flip_des : Flip the message.
2021-04-25 05:58:21 +00:00
# ship
2021-04-12 16:25:32 +00:00
ship_des : Generate random friends, and also support designated targets.
ship_processing : Generate base friends...
ship_BaseException : Something went wrong, woooo~ An error occurred while acquiring users.
ship_hint : Congratulations to both
2021-04-25 05:58:21 +00:00
# rng
2021-04-12 16:25:32 +00:00
rng_des : Generate a random string with a specific length.
2021-04-25 05:58:21 +00:00
# aaa
2021-04-12 16:25:32 +00:00
aaa_des : send a message containing a and A
2021-04-25 05:58:21 +00:00
# asciiart
2021-04-12 16:25:32 +00:00
asciiart_des : Generate ASCII text for the specified string.
2021-04-25 05:58:21 +00:00
# tuxsay
2021-04-12 16:25:32 +00:00
tuxsay_des : Generate an ASCII art message that looks like a penguin talking
2021-04-25 05:58:21 +00:00
# coin
2021-04-12 16:25:32 +00:00
coin_des : Throw a coin.
coin_processing : Throwing a coin...
coin_lost : I lost my coin
# help
2021-04-25 05:58:21 +00:00
# lang
2021-04-12 16:25:32 +00:00
lang_des : Switch language.
2021-04-25 05:58:21 +00:00
lang_change_to : The language has been switched to
2021-04-12 16:25:32 +00:00
lang_reboot : Restarting.
2021-04-25 05:58:21 +00:00
lang_current_lang : The current language is
lang_all_lang : "All available languages are "
2021-06-15 04:31:05 +00:00
# alias
alias_des : Redirect original command.
alias_list : 'The following is a list of redirect commands:'
alias_no : You have not redirected any original commands.
alias_success : Edit redirection command success, PagerMaid-Modify is restarting.
alias_exist : Something went wrong, woooo~ The command that is redirected is already occupied.
alias_no_exist : Something went wrong, woooo~ The original command is not redirected.
2021-04-12 16:25:32 +00:00
# message
2021-04-25 05:58:21 +00:00
# id
2021-04-12 16:25:32 +00:00
id_des : Get various information about a message.
id_hint : The following is the information of the reply message
2021-04-25 05:58:21 +00:00
id_is_bot_yes : true
2021-04-12 16:25:32 +00:00
id_da : dead number
2021-04-25 05:58:21 +00:00
# uslog
2021-04-12 16:25:32 +00:00
uslog_des : forward a message to the log.
uslog_success : Logged.
uslog_log_disable : Something went wrong, woooo~ Logging has been disabled.
2021-04-25 05:58:21 +00:00
# log
2021-04-12 16:25:32 +00:00
log_des : silently forward a message to the log.
2021-04-25 05:58:21 +00:00
# re
2021-04-12 16:25:32 +00:00
re_des : Reread the reply message in the current conversation. (Need to reply to a message)
re_parameters : <number of times>
re_too_big : oh oh something went wrong... this number is too big to provoke
re_arg_error : Oh, something went wrong...maybe the parameter contains symbols other than numbers
2021-11-25 09:44:38 +00:00
re_forbidden : Oh, something went wrong...you do not have permission to forward messages from this group.
2021-04-12 16:25:32 +00:00
not_reply : Something went wrong ~ You don't seem to reply to a message.
2021-04-25 05:58:21 +00:00
# leave
2021-04-12 16:25:32 +00:00
leave_res : Say "goodbye" and leave the session.
leave_bye : You are a waste of my time, goodbye.
leave_not_group : Something went wrong ohh~ The current chat does not seem to be a group chat.
2021-04-25 05:58:21 +00:00
# meter2feet
2021-04-12 16:25:32 +00:00
m2f_des : Convert meters to feet.
m2f_get : will
m2f_meter : meter
m2f_convert_to : convert to
m2f_feet : feet
2021-04-25 05:58:21 +00:00
# feet2meter
2021-04-12 16:25:32 +00:00
f2m_des : Convert feet to meters.
2021-04-25 05:58:21 +00:00
# hitokoto
2021-04-12 16:25:32 +00:00
hitokoto_des : A word of the day
hitokoto_type_anime : animation
hitokoto_type_manga : manga
hitokoto_type_game : game
hitokoto_type_article : Literature
hitokoto_type_original : original
hitokoto_type_web : from the web
hitokoto_type_other : other
hitokoto_type_movie : Movie
hitokoto_type_poem : poem
hitokoto_type_netease_music : Netease Cloud
hitokoto_type_philosophy : philosophy
hitokoto_type_meme : trembling
# plugin
2021-04-25 05:58:21 +00:00
# apt
2021-04-12 16:25:32 +00:00
apt_des : Used to manage plugins installed to PagerMaid-Modify.
2021-07-23 14:12:24 +00:00
apt_parameters : "{update|search|show|status|install|remove|enable|disable|upload|export} <plugin name/file>"
2021-04-12 16:25:32 +00:00
apt_processing : Installing plugins...
apt_no_py : Something went wrong ~ Failed to get the plug-in file from the attachment.
apt_plugin : plugin
apt_installed : installed
apt_reboot : PagerMaid-Modify is restarting.
apt_install_success : successful installation
apt_not_found : Error, No plugin found
apt_install_failed : installation failed
apt_no_update : no need to update
apt_remove_success : The plugin was successfully removed
apt_remove : remove plugin
apt_removed_plugins : removed plugins
apt_not_exist : Something went wrong ~ The specified plug-in does not exist.
apt_no_running_plugins : There are no running plugins.
apt_no_load_falied_plugins : There are no running plugins.
apt_no_disabled_plugins : Plugins that are not disabled
apt_plugin_list : plug-in list
apt_plugin_running : running
apt_plugin_disabled : disabled
apt_plugin_failed : failed to load
apt_enable : enabled
apt_disable : disabled
apt_uploading : uploading plugin...
apt_updated : updated
apt_why_not_install_a_plugin : Install a plug-in in the warehouse and try again?
2021-04-17 01:22:34 +00:00
apt_loading_from_online_but_nothing_need_to_update : "Reading cloud plug-in list...Done\nReading local plug-in version information...Done\n**There are no plug-ins that need to be updated. **"
2021-04-17 01:32:16 +00:00
apt_loading_from_online_and_updating : "Reading cloud plug-in list...complete\nreading local plug-in version information...complete\nupdating plug-in..."
2021-04-17 01:22:34 +00:00
apt_reading_list : "Reading cloud plug-in list...complete\nreading local plug-in version information...complete\n"
2021-04-12 16:25:32 +00:00
apt_search_no_name : How can I search without a plug-in name?
apt_search_not_found : No related plugins were found in the plugin repository.
apt_search_result_hint : The following are the search results of the plugin repository
apt_search_supporting : still in cycle
apt_search_not_supporting : Abandoned treatment
apt_plugin_name : plug-in name
apt_plugin_ver : version
apt_plugin_section : category
apt_plugin_maintainer : Author
apt_plugin_size : size
apt_plugin_support : support period
apt_plugin_des_short : description
# prune
2021-04-25 05:58:21 +00:00
# prune
2021-04-12 16:25:32 +00:00
prune_des : Replying to a message with this command will delete all messages between the latest message and the message. Limit, 1000 messages based on message ID, more than 1000 messages may trigger the limit of deleting messages too quickly. (Non-group administrators only delete their own messages)
prune_hint1 : Deleted in bulk
prune_hint2 : messages.
2021-04-25 05:58:21 +00:00
# selfprune
2021-04-12 16:25:32 +00:00
sp_des : delete a specific number of messages sent by you in the current conversation. Limit, 1000 messages based on message ID, more than 1000 may trigger the limit of deleting messages too quickly. Non-administrators cannot delete the group message. (Reverse order) When the number is large enough, all messages can be deleted.
sp_parameters : <quantity>
sp_hint : self-sent
2021-04-25 05:58:21 +00:00
# yourprune
2021-04-12 16:25:32 +00:00
yp_des : delete the current conversation you reply to a specific number of messages sent by the user. Limit, 1000 messages based on message ID, more than 1000 may trigger the limit of deleting messages too quickly. (Reverse order, need to delete message permission) When the number is large enough, all messages can be deleted.
yp_hint : Reply to what the user sent
2021-04-25 05:58:21 +00:00
# del
2021-04-12 16:25:32 +00:00
del_des : Delete the message you replied to in the current conversation. (Need to reply to a message)
del_notification : A message was deleted.
2021-04-25 05:58:21 +00:00
del_BadRequestError : Something went wrong, woooo~ I don
# send_prune_notify
2021-04-12 16:25:32 +00:00
spn_deleted : deleted
# status
2021-04-25 05:58:21 +00:00
# sysinfo
2021-04-12 16:25:32 +00:00
sysinfo_des : Retrieve system information through neofetch.
sysinfo_loading : Loading system information...
2021-04-25 05:58:21 +00:00
# fortune
2021-04-12 16:25:32 +00:00
fortune_des : read fortune cookies information.
fortune_not_exist : Something went wrong, woooo~ There are no fortune cookies on this system
2021-04-25 05:58:21 +00:00
# fbcon
2021-04-12 16:25:32 +00:00
fbcon_des : Take a screenshot of the currently bound frame buffer console.
fbcon_processing : Taking a screenshot of the frame buffer console...
fbcon_no_fbdump : Something went wrong ~ woof ~ fbdump is not installed on this system
fbcon_no_ImageMagick : Something went wrong, woooo ~ ImageMagick is not installed on this system
fbcon_no_permission : Something went wrong. The user running PagerMaid-Modify is not in the video group.
fbcon_caption : A screenshot of the bound frame buffer.
fbcon_error : Something went wrong ~ The file generation failed due to an unexpected error. Please make sure that the apt packages fbcat and imagemagick have been installed, and your machine has a graphics card.
2021-04-25 05:58:21 +00:00
# status
2021-04-12 16:25:32 +00:00
status_des : Output the running status of PagerMaid-Modify.
status_online : online
status_offline : offline
status_hint : PagerMaid-Modify running status
2021-09-04 08:28:38 +00:00
status_name : Host name
status_platform : Host platform
2021-04-12 16:25:32 +00:00
status_release : Kernel version
status_python : Python version
status_telethon : Telethon version
2021-09-04 08:28:38 +00:00
status_db : Database status
status_uptime : Uptime
2021-06-30 04:03:40 +00:00
# stats
stats_des : View conversation statistics.
stats_loading : Loading...
stats_hint : Conversations Status
stats_dialogs : Total
stats_private : PM
stats_group : Group
stats_supergroup : SuperGroup
stats_channel : Channel
stats_bot : Bot
2021-04-25 05:58:21 +00:00
# speedtest
2021-04-12 16:25:32 +00:00
speedtest_des : Execute the speedtest script and send the result.
speedtest_processing : Execute test scripts...
2021-04-25 05:58:21 +00:00
speedtest_ServerFailure : Unable to determine the best server.
speedtest_ConnectFailure : Connection failure.
# connection
2021-04-12 16:25:32 +00:00
connection_des : Display the connection information between the server running PagerMaid-Modify and the Telegram server.
2021-05-28 15:05:21 +00:00
connection_hint : Connection information
connection_country : Area
2021-04-12 16:25:32 +00:00
connection_dc : Data center connected to
connection_nearest_dc : nearest data center
2021-06-14 13:38:40 +00:00
# pingdc
pingdc_des : Test your server to the delay of the telegram data servers.
pingdc_1 : DC1(Miami FL,USA)
pingdc_2 : DC2(Amsterdam,NL)
pingdc_3 : DC3(Miami FL,USA)
pingdc_4 : DC4(Amsterdam,NL)
pingdc_5 : DC5(Singapore)
2021-04-25 05:58:21 +00:00
# ping
2021-04-12 16:25:32 +00:00
ping_des : Calculate the delay between the server running PagerMaid-Modify and the Telegram server.
2021-04-25 05:58:21 +00:00
# topcloud
2021-04-12 16:25:32 +00:00
topcloud_des : Generate a word cloud picture of resource usage.
topcloud_processing : generating pictures...
topcloud_caption : The running process.
topcloud_success : A word cloud picture of resource usage is generated.
# sticker
2021-04-25 05:58:21 +00:00
# sticker
2021-04-12 16:25:32 +00:00
sticker_des : Collect the replied images/stickers as stickers, and specify emoji through parameters to set a non-default emoji.
sticker_processing : Collecting images/stickers...
sticker_downloading : Downloading the picture...
sticker_type_not_support : Something went wrong, woooo~ This file type is not supported.
sticker_reply_not_sticker : Something went wrong ~ Please reply to the message with pictures/stickers.
sticker_pack_title : private possession
sticker_resizing : Resizing the image...
sticker_telegram_server_error : Failed to connect to Telegram server...
sticker_change_pack_to : switch to private collection
sticker_last_is_full : The last sticker pack is full...
sticker_has_been_added : This picture/sticker has been added to
sticker_this : this
sticker_pack : sticker pack
sticker_another_running : Another command is adding a sticker, trying again
sticker_no_pack_exist_creating : The sticker pack does not exist, it is being created...
2021-08-24 13:51:49 +00:00
sticker_to_no : Something went wrong ~ Please specify a sticker pack.
sticker_to_full : Something went wrong ~ This sticker pack is full.
2021-04-25 05:58:21 +00:00
# upload_sticker
2021-04-12 16:25:32 +00:00
us_animated_uploading : Upload animations...
us_static_uploading : Uploading pictures...
2021-05-21 17:35:47 +00:00
us_static_rounding : Rounding in progress...
us_change_rounding_true : Automatic conversion of rounded corners for stickers has been turned on.
us_change_rounding_false : Automatic conversion of rounded corners for stickers has been turned off.
2021-05-28 12:28:03 +00:00
## merge
merge_command_error : Command parameter error!
merge_processing_left : Processing the 【
merge_processing_right : 】st message.
merge_total_processed_left : A total of 【
merge_total_processed_right : 】 stickers were processed.
2021-07-18 05:52:17 +00:00
## search
sticker_search_des : Find a Sticker set by keyword.
sticker_search_no : Did not find any sticker set.
sticker_search_result : "The following are the sticker sets we found:"
2021-05-21 17:35:47 +00:00
2021-04-12 16:25:32 +00:00
# system
2021-04-25 05:58:21 +00:00
# sh
2021-04-12 16:25:32 +00:00
sh_des : remotely execute Shell commands on Telegram.
sh_parameters : <command>
sh_channel : Something went wrong ~ The current PagerMaid-Modify configuration prohibits the execution of Shell commands in the channel.
sh_success : execute Shell commands remotely
2021-06-15 16:51:34 +00:00
# eval
eval_des : remotely execute Python commands on Telegram.
eval_parameters : <command>
eval_channel : Something went wrong ~ The current PagerMaid-Modify configuration prohibits the execution of Python commands in the channel.
eval_success : execute Python commands remotely
eval_need_dev: '**Please note : This command can directly operate your account**
This command is only for developers. If you know what you are doing, please manually configure the `dev` item in the Redis database to any value.'
2021-04-25 05:58:21 +00:00
# restart
2021-04-12 16:25:32 +00:00
restart_des : Restart PagerMaid-Modify
restart_processing : Try to restart PagerMaid-Modify.
restart_log : PagerMaid-Modify restarts.
2021-04-25 05:58:21 +00:00
# trace
2021-04-12 16:25:32 +00:00
trace_des : Trace the redirection of the URL.
trace_processing : Tracking redirection...
trace_over128 : Something went wrong, woooo~ More than 128 redirects, aborting!
trace_re : redirect
trace_http_error : Something went wrong ~ There was a problem when sending the HTTP request.
2021-04-25 05:58:21 +00:00
# chat
2021-04-12 16:25:32 +00:00
chat_des : Join the Pagermaid-Modify user group.
chat_message : Hello everyone, I am a newcomer.
chat_already_join1 : You have already successfully joined
chat_already_join2 : User group.
chat_error : Something went wrong ~ Please try to manually add @PagerMaid_Modify
chat_join_success : You have successfully joined
2021-04-25 05:58:21 +00:00
# update
# update
2021-04-12 16:25:32 +00:00
update_des : Check for updates from remote sources and install them to PagerMaid-Modify.
2021-04-13 07:32:34 +00:00
update_processing : Checking the remote source for update...
2021-04-12 16:25:32 +00:00
update_platform_version : system version number
update_git_version : Git version number
update_local_git_change : local modification
update_hash : local modification
update_date : submission time
update_NoSuchPathError : The directory does not exist
update_InvalidGitRepositoryError : This PagerMaid-Modify instance is not installed from source, please upgrade it through your local package manager.
update_GitCommandError : Something went wrong ~ I received an error from git
update_not_active_branch : Something went wrong, woooo~ This branch is not maintained
update_in_branch : in the branch
update_is_updated : is already the latest.
update_found_update_in_branch : found the update, it exists in the branch
update_change_log : update log
update_log_too_big : The update log is too long and files are being attached.
update_hint : Please use the following command to update
update_found_pulling : An update was found and is being pulled...
update_success : Update successfully
update_failed : update failed
2021-04-13 07:32:34 +00:00
update_auto_upgrade_git_failed_ubuntu : It is detected that your system is Ubuntu or Debain. Try to upgrade git automatically but failed. Please upgrade manually.
update_auto_upgrade_git_failed_cent : It is detected that your system is CentOS, try to upgrade git automatically but failed, please upgrade manually.
2021-04-25 05:58:21 +00:00
update_auto_upgrade_git_hint : Your git version is too low and has tried to automatically upgrade for you. If you are reminded of this error again, please upgrade manually.
2021-07-16 09:03:11 +00:00
# sb
sb_des : Ban a user in the common group of administrator privileges.
sb_des_auto : Manage the automatic banned list.
sb_pause : Pause
sb_no : Not ban user
sb_per : In
sb_in : groups banned user
sb_pro : 'Groups:'
sb_no_per : There is no ban user permission.
sb_set : This group has been added to the automatic banned list.
sb_remove : The automatic banned list has been removed this group.
sb_exist : This group exists in the automatic banned list.
sb_no_exist : This group does't exist in the automatic banned list.
2021-12-08 05:34:41 +00:00
sb_channel : Successfully blocked this channel in this group.