-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #26 from Mooling0602/dev
dev -> main
- Loading branch information
Showing
28 changed files
with
513 additions
and
660 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,54 +1,31 @@ | ||
matrix_sync: | ||
debug: | ||
send_command: Message you typed has sent to matrix. | ||
init_tips: | ||
config_path: Config path | ||
need_edit_config: Please edit the default config.json to the correct configuration information, and then restart the plugin after enabling the plugin_enabled item in settings.json! | ||
read_config: Applying precent config, please waiting... | ||
token_invaild: Please manually delete the old version's token, then reload this plugin! | ||
user_mismatch: Detected token cached mismatch present bot account (%user_id%), please delete token or use correct bot account! | ||
do_unload: Plugin is unloading, please reload manually after you configured right. | ||
on_console: | ||
commands: Excute command | ||
on_server_stop: Server stopped, stopping messages sync. | ||
on_server_crash: Server crashed or not stopped normally, stopping messages sync, unknown errors may happen. | ||
on_unload: Unloading plugin, waiting for message sync process to exit... | ||
unload_tips: | ||
on_clean: Execute clean process. | ||
start_clean: Preparing clean... | ||
run_tips: | ||
failed: Failed to login | ||
first_time_login: First login, continuing with password... | ||
login_success: Login successfully, caching token for later uses. | ||
get_token: Token Cached! | ||
error: Please check your account, password and network conditions, you can issue in GitHub for any help. | ||
manual_sync: | ||
start_sync: Room message receiver (as sub thread 'MatrixReceiver') started! | ||
stop_sync: Room message receiver stopped! Before next time server startup, it needs to be started manually. | ||
start_error: Room message receiver is already running, do not restart it in cases not special such as non-reloading or after stopped! | ||
stop_error: Unknown errors happened when stop room message receiver! | ||
stop_denied: Please run in console! | ||
not_running: Room message receiver is not running! | ||
sync_tips: | ||
server_stopping: MC Server is stopping now... | ||
server_stopped: MC Server stopped. | ||
server_started: MC Server started successfully! | ||
server_crashed: MC Server crashed or not stopped normally! | ||
reporter_status: Message sync has inited on MC Server! | ||
msync_running: Message sync is running | ||
msync_stopped: Message sync is stopped | ||
start_report: Bot login successfully, sent a test message. | ||
test: Player message detected, trying to send to Matrix group... | ||
tr: | ||
hs: Homeserver | ||
ac: Account | ||
cs: Console | ||
help_tips: | ||
message: "See command help page for §7!!msync§r " | ||
title: "----- MatrixSync command help page -----" | ||
root_command: "§7!!msync §rShow this help page" | ||
start_command: "§7!!msync start §rStart message sync(Auto executes when server startup.)" | ||
stop_command: "§7!!msync stop §rStop message sync(Auto stops when server exit.)" | ||
send_command: "§7!!msync send §rSend a text message to the matrix room, can be quote by \"\" if spaces are included in the text." | ||
status_command: "§7!!msync status §rSee the present status of message sync" | ||
reload_command: "§7!!msync reload §rReload this plugin and apply config changes" | ||
matrix_sync: | ||
check_config: Please recheck your config, if you confirm it's correct, issue this in GitHub. | ||
help: | ||
message: "See the help page for §7!!msync§r commands." | ||
title: "----- MatrixSync Command Help -----" | ||
root: "§7!!msync§r Show this help page." | ||
start: "§7!!msync start§r Start message sync(will automatically start when loaded plugin and server startup)." | ||
stop: "§7!!msync stop§r Stop message sync." | ||
send: "§7!!msync send <message>§r Send a specified message to matrix, can be quoted by \"\"." | ||
status: "§7!!msync status§r Check the status of message sync." | ||
reload: | ||
plugin: "§7!!msync reload§r Reload this plugin and refresh its config." | ||
subpack: "§7!!msync reload <pack_name>§r Reload a subpack and refresh its config." | ||
login: | ||
failed: Failed to login your bot | ||
success: Login by password successfully! | ||
save_token: Saving token for the bot account... | ||
on_receiver_cancelled: Receiver task was cancelled. | ||
on_send_command: Message is sending to matrix... | ||
on_sync_running: Already running message sync! | ||
on_sync_start: Starting message sync... | ||
on_unload: Unloading MatrixSync... | ||
server_status: | ||
starting: MC server is starting... | ||
on_startup: MC server started! | ||
on_stop: MC server stopped. | ||
on_crash: MC server crashed! | ||
sync_status: | ||
running: MSync is running... | ||
not_running: MSync is not running. | ||
token_mismatch: The token mismatches present bot account! Sync tasks will not continue. |
Oops, something went wrong.