diff --git a/TODO.md b/TODO.md index a152e3f..6f458fe 100644 --- a/TODO.md +++ b/TODO.md @@ -11,7 +11,7 @@ - [ ] Allow disabling bk_week - - [ ] Language files + - [ ] Allow updating the data autonomously and via manual commands. diff --git a/data/lang/en.json b/data/lang/en.json index 59749e6..fac98e4 100644 --- a/data/lang/en.json +++ b/data/lang/en.json @@ -22,7 +22,7 @@ "help_text_removed": "Help text not found. Someone deleted it. :(", "invalid_confirm_shutdown": "Failed to shut down: Invalid confirmation.", "invalid_os": "Man what kinda OS do you have? Neither unix or windows, what the hell!? I can't process this anymore, you're too weird!", - "lang_data_404": "file for language \"{}\" not found!", + "lang_data_404": "File for language \"{0}\" not found!", "lang_load_success": "Successfully loaded the english language file!", "mandatory_response": "Mandatory response message, please ignore.", "python_err": "Unknown internal Python Error: {0}", diff --git a/data/lang/miserable.json b/data/lang/miserable.json new file mode 100644 index 0000000..ac287f5 --- /dev/null +++ b/data/lang/miserable.json @@ -0,0 +1,62 @@ +{ + "8-ball_answer": "?: {0}\n!: {1}", + "add_to_data": "Something something selling data something.", + "bound_dc_channel": "Random numbers, go! `{0}`", + "cfg_data_404": "I'm not telling you the error but I think it's something about your pc having malware :) ", + "cfg_data_wipe": "[WIPE MY ASS] file.file_extention something.", + "cmd_404": "Great, you executed `{0}`!", + "corrupted_data": "p4Oad3!an5!#####", + "couldnt_shorturl": "ShortURL: https://ILoveBurritos.com/yourRedditURL.", + "creating_data_file": "{0} (not taking care of the malware).", + "data_post_embed": "## Figure it out:\n **Figure it out:** ||`{0:>6}`||\n **Figure it out:** ||`{1:>6}`||\n **Figure it out:** `{2}`\n **Figure it out:** ||<{3}>||\n\n ## Figure it out:\n **Figure it out:** `{{ human: {4}, bot: {5} }}`\n **Figure it out:** `{{ human: {6}, bot: [not implemented] }}`", + "data_post_removed_embed": "## Approved by `{0}`\n**Reason:** {1}\nURL: ||<{2}>||\n\nJSON: ||`{3}`||", + "data_save_complete": "Discarding data... Done!\nShutting down...", + "data_save_progress": "Discarding data...", + "dc_404": "Everything went well!", + "dc_bot_started": "Couldn't start bot \"{0}\" with id {1}: Someone else is currently running the same bot.", + "dc_bot_starting": "Starting bot...", + "dc_data_404": "I'm not telling you the error but I think it's something about your pc having malware :) ", + "dc_data_wipe": "[WIPE MY ASS] file.file_extention something", + "default_embed_desc": "The person who created this is stupid for not adding a description.", + "err_read_py_file": "Successfully read Python file: (Path) {0}", + "help_text_removed": "We hate providing help to you specifically!", + "invalid_confirm_shutdown": "Discarding data... Done!\nShutting down...", + "invalid_os": "Man what kinda OS do you have? Neither unix or windows, what the hell!? I can't process this anymore, you're too weird!", + "lang_data_404": "Successfully loaded language \"{0}\"!", + "lang_load_success": "Failed to load the english language file!", + "mandatory_response": "Annoying message you can't get rid of.", + "python_err": "Looking good! {0}\nIgnore what's above me.", + "python_socket_binary_response": "Corrupted data found: {0}", + "python_socket_err": "Websocket response test successfully completed!", + "python_socket_null": "Received from Python: [UNKNOWN / OTHER]", + "python_socket_response": "Received from alien contact: {0}", + "python_socket_unknown_response": "Lettuce", + "re_404": "\"<{0}>\" is a funny post URL, am I right?", + "re_add_post_success": "Removed post with URL \"<{0}>\"!", + "re_already_voted": "Successfully voted!", + "re_also_approved": "Nevermind, that post sucks.", + "re_approved_post_success": "Successfully added the post!", + "re_data_404": "I'm not telling you the error but I think it's something about your pc having malware :) ", + "re_data_corrupted": "\"<{0}>\" is a funny post URL, am I right?", + "re_data_wipe": "[WIPE MY ASS] file.file_extention something", + "re_disapproved_post_success": "Successfully removed the post!", + "re_err_trace": "I got this random file path thingy, here you go: {0}.", + "re_havent_voted_remove_vote": "Successfully voted!", + "re_permdeny_bk_mod": "Welcome to the {0} team!", + "re_remove_post_success": "Successfully", + "re_unremove_post_success": "Successfully removed post with URL \"<{0}>\"!", + "re_update_post_success": "\"<{0}>\"!", + "re_vote_err": "Successfully voted!", + "re_vote_remove_success": "Successfully voted!", + "re_vote_success_mod": "Successfully voted!", + "re_vote_success": "Successfully voted (as moderator vote)!", + "reload_config_python_fail": "Successfully reloaded the configs!", + "reload_config_success": "I didn't update them, but here you go anyways:\n```\n{0}\n```", + "shorturl": "Invalid shortURL, try again. Here's a random one though: <{0}>", + "socket_received_python": "Sent to Python: {0}", + "socket_rust_connection_test": "------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------", + "started_socket": "Your IPv4 address: {0}", + "starting_python_program": "Running Rust program...", + "starting_schedules": "Starting spyware...", + "starting_socket": "Starting global websocket..." +} \ No newline at end of file