RustAssistant/app/res/values-en/strings.xml
2022-04-04 22:03:10 +08:00

278 lines
18 KiB
XML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="app_name">Rust Assistant</string>
<string name="dialog_title">Application permission</string>
<string name="dialog_msg">We need storage permissions to read module lists, edit source files, import and export modules, and so on.</string>
<string name="dialog_confirm">Authorization</string>
<string name="dialog_close">Exit</string>
<string name="dialog_msg29">We need to manage file permissions to read module lists, edit source files, import and export modules, and so on.</string>
<string name="not_find_game">Unable to load module, please install game first.</string>
<string name="not_find_mod">Not Find Mod</string>
<string name="menu_title1">Mod</string>
<string name="menu_title3">Database</string>
<string name="del_mod">Delete</string>
<string name="FileImporter">Import to Rust Assistant</string>
<string name="not_find_describe">No description</string>
<string name="mod_name">Name</string>
<string name="mod_describe">Description</string>
<string name="mod_tags">Tags</string>
<string name="create_mod_lable">Create Mod</string>
<string name="filter">Filter</string>
<string name="create">Create</string>
<string name="name_error">Please enter the mod name.</string>
<string name="describe_error">Please enter the description.</string>
<string name="describe_error2">Please use \\n instead of newline.</string>
<string name="directory_error">Unable to create, the Mod is exists.</string>
<string name="mod_action1">Edit units</string>
<string name="mod_action2">Edit information</string>
<string name="mod_action4">Optimization</string>
<string name="mod_action8">Unzip</string>
<string name="not_find_units">Units was not found</string>
<string name="not_find_database">Database was not found</string>
<string name="use_database">Use</string>
<string name="unuse_dataabse">Used</string>
<string name="import_error1">Error unzipping file.</string>
<string name="import_error2">Error analysis file.</string>
<string name="import_error3">The mod already exists.</string>
<string name="import_error4">Error creating mod.</string>
<string name="database_null">This database can not load.</string>
<string name="import_effor7">Unrecognized paths:</string>
<string name="unit_search1">Search by unit name (support wild card characters * and ?)</string>
<string name="unit_search2">Advanced Search</string>
<string name="unit_search3">Include:</string>
<string name="unit_search4">Retrieve content by regular expression</string>
<string name="unit_search5">Rule:</string>
<string name="compiler_text1">Auto Add:</string>
<string name="edit_function">Save</string>
<string name="symbol9">Code code</string>
<string name="dialog_ok">Determination</string>
<string name="dialog_cancel">cancel</string>
<string name="search">Search</string>
<string name="unit_name_error">Please enter the unit name .</string>
<string name="loading_units">Loading units...</string>
<string name="dialog_close2">Background</string>
<string name="dialog_close_tip">Background Uziping.</string>
<string name="open_type">Open mode</string>
<string name="select_directents">Select a Directory</string>
<string name="select_file">Select a File</string>
<string name="no_file_was_selected">No file</string>
<string name="open">Open</string>
<string name="create_unit_complete">Unit Create Complete</string>
<string name="dialog_title2">Unzip</string>
<string name="dialog_unziping">Unziping %1$s...</string>
<string name="file_name">File Name:</string>
<string name="del_moding">Deleting</string>
<string name="file_manager">File Manager</string>
<string name="unit_error">Unable to create, the Unit is exists.</string>
<string name="mod_action9">Rename</string>
<string name="open_action1">Edit text</string>
<string name="open_action2">Import the mod</string>
<string name="open_action3">Unzip</string>
<string name="open_action4">System default mode</string>
<string name="loading_files">Load files...</string>
<string name="return_directents">Return</string>
<string name="filenum">Total of %1$s items</string>
<string name="create_unit">Create Unit</string>
<string name="unit_path">Create Path:%1$s</string>
<string name="key_notfind">key %1$s was found</string>
<string name="template_num">Total of %1$s template</string>
<string name="template_info">Template Information</string>
<string name="template_not_find_info">Not found template-info.txt</string>
<string name="change_path">Change</string>
<string name="copy_file_error">Failed to copy file.</string>
<string name="compiler_error1">\"%1$s\" Not a legal %2$s.</string>
<string name="symbol10">Undo</string>
<string name="editer_show_line_num">Show Line Number</string>
<string name="optimization1">Empty Files</string>
<string name="optimization2">Empty Folders</string>
<string name="optimization3">Backup files</string>
<string name="optimization4">Empty Line</string>
<string name="optimization5">Organize Code</string>
<string name="optimization6">Notes</string>
<string name="optimization7">Other language translation</string>
<string name="optimization8">Unused resource file</string>
<string name="messages_header">General</string>
<string name="sync_header">Developer options</string>
<string name="mod_title">Mod</string>
<string name="edit_title">Code</string>
<string name="reply_title">Language</string>
<string name="developers_mode">Developer Mode</string>
<string name="developers_mode_off">Template database developer options.</string>
<string name="database_directent">Database storage directory</string>
<string name="template_directent">Template storage directory</string>
<string name="auto_create_nomedia">Shield system map gallery scanning</string>
<string name="auto_create_nomedia_off">The media files will be scanned by the system photo album.</string>
<string name="auto_create_nomedia_on">The system album is prohibited from scanning the media files.</string>
<string name="auto_add_notes">Auto add notes</string>
<string name="auto_add_notes_off">Add comments to unrecognized code in case the game miserrors.</string>
<string name="create_unit_failed">Unit create failed</string>
<string name="create_uniting">Building Unit...</string>
<string name="folder_error">Cannot create, this folder already exists.</string>
<string name="unexpected_error">An unexpected error occurred and soft keyboard evoke failed</string>
<string name="create_folder">Create a Folder</string>
<string name="reload_files">Refresh</string>
<string name="open_game_test">Test this unit</string>
<string name="set_up">Settings</string>
<string name="template_title">Template</string>
<string name="only_load_coniant_language_template">Only load coniant language templates</string>
<string name="only_load_coniant_language_template_off">Other language templates will be hidden.</string>
<string name="set_action">Set Action</string>
<string name="action_type2">selectFile</string>
<string name="action_type1">input</string>
<string name="dialog_close_tip2">Background repairing.</string>
<string name="dialog_title3">Repair</string>
<string name="dialog_repair">repair %1$s Mod-info...</string>
<string name="repair_complete">"Repair complete "</string>
<string name="repair_failed">Repair failed</string>
<string name="file_not_exist">The file does not exist.</string>
<string name="not_find_template">Template was not found</string>
<string name="convert_template">Make template</string>
<string name="select_template">Select a template</string>
<string name="mod_action10">Repair the information file</string>
<string name="action">Action</string>
<string name="attach_tip">Additional files generated when building units using this template.</string>
<string name="add_attach_error">The file cannot be added repeatedly.</string>
<string name="attach">Attach</string>
<string name="template_name">Template name</string>
<string name="create_template">Create a template package</string>
<string name="template_name_error">Please enter a template name.</string>
<string name="template_developer_error">Please enter the developer.</string>
<string name="template_description_error">Please enter a description.</string>
<string name="template_update_error">Please enter an update link.</string>
<string name="template_version_num_error">Please enter the version number.</string>
<string name="template_version_name_error">Please enter a version name.</string>
<string name="template_developer">Developer</string>
<string name="template_error">Cannot create, this template already exists.</string>
<string name="template_description">Description</string>
<string name="template_update">Update link</string>
<string name="template_version_name">Version name</string>
<string name="template_version_num">Version number</string>
<string name="compiler_error2">No referenced section %1$s was found.</string>
<string name="compiler_error3">No file named %1$s was found, and should be at %2$s.</string>
<string name="type_information">explicate %1$s</string>
<string name="create_section">create %1$s section</string>
<string name="importing">Importing...</string>
<string name="import_name">Import</string>
<string name="import_complete">%1$s Import successed</string>
<string name="import_tip1">Open this file (%1$s)?</string>
<string name="import_tip2">Import this mod (%1$s)?</string>
<string name="auto_add_notes_complete">Comment was automatically added.</string>
<string name="set_up_auto_add_notes">Go to the settings off auto add notes</string>
<string name="format_failed">Foratting failed.</string>
<string name="developers_mode_on">Additional options have been provided within some features.</string>
<string name="add_file">Add file</string>
<string name="action_type">Type</string>
<string name="action_name">Display text:</string>
<string name="icon_tip">Template icon:</string>
<string name="add_icon_error">Invalid icon</string>
<string name="compilation_prompt">Compile log</string>
<string name="compilationing">Compile %1$.2f%%...</string>
<string name="location_info">at %1$s line %2$d :</string>
<string name="is_know">Not a code.</string>
<string name="need_name_error1">Section %1$s does not require an additional name.</string>
<string name="need_name_error2">Section %1$s requires an additional name.</string>
<string name="table_not_exist">[Database]The %1$s table is missing to achieve compilation consistent with your national language.</string>
<string name="goto_line">Jump to the wrong position</string>
<string name="know_data_tag">[Database Error]Unknown data label %1$s</string>
<string name="code_navigation">Code navigation</string>
<string name="not_find_code_navigation">There is no navigational code.</string>
<string name="night_mode">Dark theme</string>
<string name="night_mode_off">Do not turn on automatically.</string>
<string name="night_mode_on">Dark theme is enabled.</string>
<string name="code_language_on">English</string>
<string name="code_language_off">Chinese</string>
<string name="save_tip">Save the current content first.</string>
<string name="compilation_result_tip">Compilation completed with %1$s error in %2$s milliseconds.</string>
<string name="copy_rule">Copy rule</string>
<string name="copy_complete">Replicate %1$s.</string>
<string name="text_changed">You have files not yet saved, Do you want to save your changes?</string>
<string name="load_system_application">Display the system applications</string>
<string name="game_pack">Game pack</string>
<string name="select_the_game_pack">Select the game pack</string>
<string name="select_the_game_package_description">Set up the game package within your application list.</string>
<string name="code_report">[Code Report] Code %1$s is located in section %2$s</string>
<string name="copy_code_report">Copy the code reports</string>
<string name="copy_error_info">Copy the error message</string>
<string name="cannot_set_self_to_a_game">Cannot set self to a game</string>
<string name="no_game_installed">No game is installed.</string>
<string name="details">Details</string>
<string name="update_num">Updated %1$s record.</string>
<string name="update_on">Updateing...</string>
<string name="update_off">Update</string>
<string name="update_database">Update the database by using the existing Mod data.</string>
<string name="section">section</string>
<string name="enabled">Enabled</string>
<string name="disabled">Disabled</string>
<string name="add_extra_maps">Add additional maps for the path</string>
<string name="play_exclusively">Play exclusively when using this module</string>
<string name="parse_file_exception">File resolution exception</string>
<string name="select_image">Select image</string>
<string name="change_image">Change image</string>
<string name="del_image">Remove image</string>
<string name="select_game_pack">Select the game pack</string>
<string name="set_game_pack">Set up the game pack</string>
<string name="not_find_units_name">No unit found with a name containing %1$s, undo filtering</string>
<string name="not_find_units_action">undo filtering</string>
<string name="not_find_code_name">No code found for %1$s section, undo filtering</string>
<string name="not_find_section_name">No code for %1$s section found, unfiltering</string>
<string name="filtering">Filfiltering...</string>
<string name="unable_open_database">Unable not open the database</string>
<string name="enable_loop">Enable loop</string>
<string name="disabled_loop">Disable loop</string>
<string name="noloop">[noloop]</string>
<string name="change_path_ok">The creation directory was changed.</string>
<string name="symbol1">file</string>
<string name="no_enabled">Not enabled</string>
<string name="copy_file_error_change_directory">Copying file failed, please change the creation directory.</string>
<string name="copy">copy</string>
<string name="cut_off">cut</string>
<string name="copy_to_this">Copy to this</string>
<string name="identifier">identifier</string>
<string name="copy_failed">Copy failed</string>
<string name="cut_failed">Move failed</string>
<string name="cut_to_this">Move to this</string>
<string name="cut_board_operation">Cut-board operation</string>
<string name="copy_file_name">Copy the file name</string>
<string name="copy_file_path">Copy the file path</string>
<string name="file_operation">File operation</string>
<string name="copy_file_absolutely_path">Copy the absolute path (starting with ROOT)</string>
<string name="copy_file_absolutely_path_error">Copy the absolute path error.</string>
<string name="photo_album">photo album</string>
<string name="system_file_manager">file manager</string>
<string name="code_table">code table</string>
<string name="upgrade_database">The database you are using is outdated. Do you want to upgrade to the latest version?</string>
<string name="upgrade">upgrade</string>
<string name="upgrade_succeeded">Upgrade completed.</string>
<string name="upgrade_failed">Upgrade failed.</string>
<string name="uncategorized">uncategorized</string>
<string name="compiler_error4">No identifier %1$s was found.</string>
<string name="compiler_error5">Cannot find the %2$s key in the %1$s section.(bug)</string>
<string name="compiler_error7">Missing the necessary code %1$s, located in section %2$s.</string>
<string name="compiler_error8">The necessary section %1$s is missing</string>
<string name="compiler_error6">The %1$s should be located in the %2$s section.</string>
<string name="compiler_error9">%1$s is not entered.</string>
<string name="not_save_exit">quit</string>
<string name="saveing">Saving%1$s...</string>
<string name="save_complete">%1$s save is complete.</string>
<string name="create_key">Create%1$s</string>
<string name="symbol11">colour</string>
<string name="delete_unit">Delete Unit</string>
<string name="delete_unit_text">Do you want to delete the %1$s?</string>
<string name="bad_file_type">File format is illegal.</string>
<string name="set_success">Settings succeeded</string>
<string name="set_failed">Settings failed</string>
<string name="close">close</string>
<string name="load_database">Load the database...</string>
<string name="load_database_failed">The database load failed</string>
<string name="get_source_code">Get the source code</string>
<string name="source_code_prompt">Get the source code on the Github</string>
<string name="application_information">application message</string>
<string name="load_application">Load the application list...</string>
<string name="mod_icon">Mod icon:</string>
<string name="background_music">background music</string>
<string name="map">map</string>
<string name="add">add</string>
<string name="donation">"Donation "</string>
<string name="sub_donation">Donation of a rust assistant on aifadian</string>
<string name="subtitle">Hello,world!|A new start, a new experience.|2.0 Reset version</string>
</resources>