2025-07-01 16:21:34 +02:00
{
2025-07-01 23:22:38 +02:00
"env_file_not_found" : "The .env file was not found! Please create one with the required variables." ,
2025-07-01 20:26:48 +02:00
"error_fetching_active_users" : "Error fetching active users: {error}" ,
"error_sending_alive_ping" : "Error sending alive ping: {error}" ,
2025-07-01 16:21:34 +02:00
"already_started" : "I've already started! I'm not updating..." ,
"please_restart" : "Please Restart goober!" ,
"local_ahead" : "Local {remote}/{branch} is ahead and/or up to par. Not Updating..." ,
"remote_ahead" : "Remote {remote}/{branch} is ahead. Updating..." ,
"cant_find_local_version" : "I can't find the local_version variable! Or it's been tampered with and it's not an integer!" ,
"running_prestart_checks" : "Running pre-start checks..." ,
"continuing_in_seconds" : "Continuing in {seconds} seconds... Press any key to skip." ,
"missing_requests_psutil" : "Missing requests and psutil! Please install them using pip: `pip install requests psutil`" ,
"requirements_not_found" : "requirements.txt not found at {path} was it tampered with?" ,
"warning_failed_parse_imports" : "Warning: Failed to parse imports from {filename}: {error}" ,
"cogs_dir_not_found" : "Cogs directory not found at {path}, skipping scan." ,
"std_lib_local_skipped" : "STD LIB / LOCAL {package} (skipped check)" ,
"ok_installed" : "OK" ,
"missing_package" : "MISSING" ,
"missing_package2" : "is not installed" ,
"missing_packages_detected" : "Missing packages detected:" ,
"telling_goober_central" : "Telling goober central at {url}" ,
"failed_to_contact" : "Failed to contact {url}: {error}" ,
"all_requirements_satisfied" : "All requirements are satisfied." ,
"ping_to" : "Ping to {host}: {latency} ms" ,
"high_latency" : "High latency detected! You may experience delays in response times." ,
"could_not_parse_latency" : "Could not parse latency." ,
"ping_failed" : "Ping to {host} failed." ,
"error_running_ping" : "Error running ping: {error}" ,
"memory_usage" : "Memory Usage: {used} GB / {total} GB ({percent}%)" ,
"memory_above_90" : "Memory usage is above 90% ({percent}%). Consider freeing up memory." ,
"total_memory" : "Total Memory: {total} GB" ,
"used_memory" : "Used Memory: {used} GB" ,
"low_free_memory" : "Low free memory detected! Only {free} GB available." ,
"measuring_cpu" : "Measuring CPU usage per core..." ,
"core_usage" : "Core {idx}: [{bar}] {usage}%" ,
"total_cpu_usage" : "Total CPU Usage: {usage}%" ,
"high_avg_cpu" : "High average CPU usage: {usage}%" ,
"really_high_cpu" : "Really high CPU load! System may throttle or hang." ,
"memory_file" : "Memory file: {size} MB" ,
"memory_file_large" : "Memory file is 1GB or higher, consider clearing it to free up space." ,
"memory_file_corrupted" : "Memory file is corrupted! JSON decode error: {error}" ,
"consider_backup_memory" : "Consider backing up and recreating the memory file." ,
"memory_file_encoding" : "Memory file has encoding issues: {error}" ,
"error_reading_memory" : "Error reading memory file: {error}" ,
"memory_file_not_found" : "Memory file not found." ,
"modification_warning" : "Goober has been modified! Any changes will be lost in an update!" ,
"reported_version" : "Reported Version:" ,
"current_hash" : "Current Hash:" ,
"not_found" : "is not found!" ,
"version_error" : "Unable to fetch version info. Status code" ,
"loaded_cog" : "Loaded cog:" ,
"loaded_cog2" : "Loaded module:" ,
"cog_fail" : "Failed to load cog:" ,
"cog_fail2" : "Failed to load module:" ,
"no_model" : "No saved Markov model found. Starting from scratch." ,
"folder_created" : "Folder '{folder_name}' created." ,
"folder_exists" : "Folder '{folder_name}' already exists. skipping..." ,
"logged_in" : "Logged in as" ,
"synced_commands" : "Synced" ,
"synced_commands2" : "commands!" ,
"fail_commands_sync" : "Failed to sync commands:" ,
"started" : "{name} has started!" ,
"name_check" : "Error checking name availability:" ,
"name_taken" : "Name is already taken. Please choose a different name." ,
"name_check2" : "Error during name availability check:" ,
"add_token" : "Token: {token}\nPlease add this token to your .env file as" ,
"token_exists" : "Token already exists in .env. Continuing with the existing token." ,
"registration_error" : "Error during registration:" ,
"version_backup" : "Backup created:" ,
"backup_error" : "Error: {LOCAL_VERSION_FILE} not found for backup." ,
"model_loaded" : "Markov model loaded from" ,
"fetch_update_fail" : "Could not fetch update information." ,
"invalid_server" : "Error: Invalid version information received from server." ,
"goober_server_alert" : "Alert from goober central!\n" ,
"new_version" : "New version available: {latest_version} (Current: {local_version})" ,
"changelog" : "Check {VERSION_URL}/goob/changes.txt to check out the changelog\n\n" ,
"invalid_version" : "The version: {local_version} isnt valid!" ,
"invalid_version2" : "If this is intended then ignore this message, else press Y to pull a valid version from the server regardless of the version of goober currently running" ,
"invalid_version3" : "The current version will be backed up to current_version.bak.." ,
"input" : "(Y or any other key to ignore....)" ,
"modification_ignored" : "You've modified" ,
"modification_ignored2" : "IGNOREWARNING is set to false.." ,
"latest_version" : "You're using the latest version:" ,
"latest_version2" : "Check {VERSION_URL}/goob/changes.txt to check out the changelog" ,
"pinging_disabled" : "Pinging is disabled! Not telling the server im on..." ,
"goober_ping_success" : "Logged into goober central as {NAME}" ,
"goober_ping_fail" : "Failed to send data. Server returned status code:" ,
"goober_ping_fail2" : "An error occurred while sending data:" ,
"sentence_positivity" : "Positivity of sentence is:" ,
"command_edit_fail" : "Failed to edit message:" ,
"command_desc_retrain" : "Retrains the Markov model manually." ,
"command_markov_retrain" : "Retraining the Markov model... Please wait." ,
"command_markov_memory_not_found" : "Error: memory file not found!" ,
"command_markov_memory_is_corrupt" : "Error: memory file is corrupt!" ,
"command_markov_retraining" : "Processing {processed_data}/{data_size} data points..." ,
"command_markov_retrain_successful" : "Markov model retrained successfully using {data_size} data points!" ,
"command_desc_talk" : "talks n like stuf" ,
"command_talk_insufficent_text" : "I need to learn more from messages before I can talk." ,
"command_talk_generation_fail" : "I have nothing to say right now!" ,
"command_desc_help" : "help" ,
"command_help_embed_title" : "Bot Help" ,
"command_help_embed_desc" : "List of commands grouped by category." ,
"command_help_categories_general" : "General" ,
"command_help_categories_admin" : "Administration" ,
"command_help_categories_custom" : "Custom Commands" ,
"command_ran" : "Info: {message.author.name} ran {message.content}" ,
"command_ran_s" : "Info: {interaction.user} ran " ,
"command_desc_ping" : "ping" ,
"command_ping_embed_desc" : "Bot Latency:" ,
"command_ping_footer" : "Requested by" ,
"command_about_desc" : "about" ,
"command_about_embed_title" : "About me" ,
"command_about_embed_field1" : "Name" ,
"command_about_embed_field2name" : "Version" ,
"command_about_embed_field2value" : "Local: {local_version} \nLatest: {latest_version}" ,
"command_desc_stats" : "stats" ,
"command_stats_embed_title" : "Bot stats" ,
"command_stats_embed_desc" : "Data about the the bot's memory." ,
"command_stats_embed_field1name" : "File Stats" ,
"command_stats_embed_field1value" : "Size: {file_size} bytes\nLines: {line_count}" ,
"command_stats_embed_field2name" : "Version" ,
"command_stats_embed_field2value" : "Local: {local_version} \nLatest: {latest_version}" ,
"command_stats_embed_field3name" : "Variable Info" ,
"command_stats_embed_field3value" : "Name: {NAME} \nPrefix: {PREFIX} \nOwner ID: {ownerid} \nCooldown: {cooldown_time} \nPing line: {PING_LINE} \nMemory Sharing Enabled: {showmemenabled} \nUser Training Enabled: {USERTRAIN_ENABLED}\nSong: {song} \nSplashtext: ```{splashtext}```"
}