NekoBoxForAndroid/app/src/main/res/values/strings.xml
2023-03-18 13:21:51 +09:00

508 lines
32 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" translatable="false">NekoBox</string>
<string name="app_name_long" translatable="false">NekoBox for Android</string>
<string name="app_desc">The universal proxy toolchain for Android, written in Kotlin.</string>
<string name="project">Project</string>
<string name="github">Source code</string>
<string name="telegram">Telegram update channel</string>
<string name="oss_licenses">Open source licenses</string>
<string name="app_version">Version</string>
<string name="version_x">Version (%s)</string>
<string name="logcat">Export debug information</string>
<string name="menu_configuration">Configuration</string>
<string name="menu_group">Group</string>
<string name="menu_about">About</string>
<string name="theme">Theme</string>
<string name="document">Document</string>
<string name="group_default">Ungrouped</string>
<string name="quick_toggle">Toggle</string>
<string name="tile_title">Switcher</string>
<string name="menu_traffic">Traffic</string>
<string name="menu_dashboard">sing-box Dashboard</string>
<!-- externel -->
<string name="action_copy">Copy</string>
<string name="action_open">Open</string>
<!-- group -->
<string name="group_name">Group name</string>
<string name="group_update">Update</string>
<string name="group_subscription_link">Subscription Link</string>
<string name="group_name_required">Group name required</string>
<string name="group_create">Create group</string>
<string name="group_create_subscription">Create subscription</string>
<string name="update_all_subscription">Update all subscriptions</string>
<string name="group_edit">Edit group</string>
<string name="group_edit_subscription">Edit subscription</string>
<string name="group_status_empty">Empty group</string>
<string name="group_status_empty_subscription">Not updated yet</string>
<string name="group_status_proxies">%d Proxies</string>
<string name="group_status_proxies_subscription">%d Proxies | Updated on %s</string>
<string name="group_no_difference">%s: No difference</string>
<string name="group_updated">%s: Updated %d proxies</string>
<string name="group_show_diff">Diff</string>
<string name="group_diff">Diff (%s)</string>
<string name="group_delete_confirm_prompt">Are you sure you want to remove this group?</string>
<string name="group_added">Added: \n%s</string>
<string name="group_changed">Updated: \n%s</string>
<string name="group_deleted">Deleted: \n%s</string>
<string name="group_duplicate">Duplicate: \n%s</string>
<!-- misc -->
<string name="service_mode">Service Mode</string>
<string name="service_mode_proxy">Proxy only</string>
<string name="service_mode_vpn" translatable="false">VPN</string>
<string name="port_proxy">Proxy Port</string>
<string name="port_http">HTTP Proxy Port</string>
<string name="port_transproxy">Transproxy Port</string>
<string name="cag_route">Route Settings</string>
<string name="allow_access">Allow Connections from the LAN</string>
<string name="allow_access_sum">Bind inbound servers to 0.0.0.0</string>
<string name="inbound_settings">Inbound Settings</string>
<string name="general_settings">App Settings</string>
<string name="require_http">Enable HTTP inbound</string>
<string name="cag_ws">WebSocket Settings</string>
<string name="ws_max_early_data" translatable="false">Max early data</string>
<string name="ws_browser_forwarding">Browser Forwarding</string>
<string name="ws_browser_forwarding_sum">Forward corresponding WebSockets through the browser.</string>
<string name="speed_interval">Speed Notification Update Interval</string>
<string name="cag_misc">Misc Settings</string>
<string name="show_stop">Show Stop Button</string>
<string name="show_stop_sum">If you dont want to use Quick Tile as the switch</string>
<string name="show_direct_speed">Show Direct Speed</string>
<string name="show_direct_speed_sum">Show the traffic speed without proxy in the notification as well</string>
<string name="security_settings">Security Settings</string>
<string name="allow_insecure">Allow Insecure</string>
<string name="allow_insecure_sum">Disable certificate checking. When enabled, this configuration is as secure as plaintext</string>
<string name="traffic" translatable="false">%1$s↑ %2$s↓</string>
<string name="speed_detail">Proxy %1$s↑ %2$s↓\nDirect %3$s↑ %4$s↓</string>
<string name="speed">%s/s</string>
<string name="connection_test_testing">Testing…</string>
<string name="connection_test_available">Success: HTTPS handshake took %dms</string>
<string name="connection_test_available_http">Success: HTTP handshake took %dms</string>
<string name="connection_test_error">Failed: %s</string>
<string name="connection_test_fail">Internet Unavailable</string>
<string name="connection_test_error_status_code">Error code: #%d</string>
<string name="cag_dns">DNS Settings</string>
<string name="remote_dns">Remote DNS</string>
<string name="direct_dns">Direct DNS</string>
<string name="direct_dns_use_system">Use system DNS as Direct DNS</string>
<string name="enable_dns_routing">Enable DNS Routing</string>
<string name="dns_routing_message">Resolve domains in bypass routes with Direct DNS. Be aware of potential DNS leaks</string>
<string name="enable_fakedns">Enable FakeDNS</string>
<string name="fakedns_message">May cause other applications need to be restarted to reconnect to the network after proxy stopped</string>
<string name="dns_hosts">Domain rewrite</string>
<string name="port_local_dns">Local DNS Port</string>
<string name="require_transproxy">Enable Transproxy Inbound</string>
<string name="transproxy_mode">Transproxy Mode</string>
<string name="connection_test_url">Connection Test URL</string>
<!-- proxy category -->
<string name="profile_name">Profile Name</string>
<string name="server_address">Server</string>
<string name="server_port">Remote Port</string>
<string name="username">Username</string>
<string name="username_opt">Username (Optional)</string>
<string name="password_opt">Password (Optional)</string>
<string name="key_opt">Key (Optional)</string>
<string name="password">Password</string>
<string name="enc_method">Encrypt Method</string>
<string name="protocol">Protocol</string>
<string name="protocol_param">Protocol Param</string>
<string name="obfs">Obfs</string>
<string name="obfs_param">Obfs Param</string>
<string name="uuid">User ID</string>
<string name="alter_id">Alter ID</string>
<string name="security">Transport layer encryption</string>
<string name="network">Network</string>
<string name="header_type">Header Type</string>
<string name="ws_host">WebSocket Host</string>
<string name="ws_path">WebSocket Path</string>
<string name="http_host">HTTP Host</string>
<string name="http_path">HTTP Path</string>
<string name="grpc_service_name">gRPC ServiceName</string>
<string name="tls">Use TLS</string>
<string name="sni">Server Name Indication</string>
<string name="alpn">Application-Layer Protocol Negotiation</string>
<string name="certificates">Certificates</string>
<string name="early_data_header_name">Early Data Header Name</string>
<string name="encryption">Encryption</string>
<string name="extra_headers">Extra Headers</string>
<string name="config_type">Config Type</string>
<string name="edit_config">Edit Config</string>
<!-- feature category -->
<string name="ipv6">IPv6 Route</string>
<string name="prefer">Prefer</string>
<string name="only">Only</string>
<string name="metered">Metered Hint</string>
<string name="metered_summary">Hint system to treat VPN as metered</string>
<string name="menu_route">Route</string>
<string name="route_add">Create Route</string>
<string name="delete_route_prompt">Are you sure you want to remove this route?</string>
<string name="route_name">Route Name</string>
<string name="route_proxy">Proxy</string>
<string name="route_bypass">Bypass</string>
<string name="route_block">Block</string>
<string name="route_profile">Select Profile…</string>
<string name="empty_route">Empty Route</string>
<string name="empty_route_notice">Set some rules before saving</string>
<string name="route_bypass_domain">Domain rule for %s</string>
<string name="route_play_store">Play store rule for %s</string>
<string name="route_bypass_ip">IP rule for %s</string>
<string name="route_reset">Reset</string>
<string name="route_manage_assets">Manage Route Assets</string>
<string name="route_assets">Assets</string>
<string name="route_rules_provider">Rule Assets Provider</string>
<string name="route_rules_official">Official</string>
<string name="route_asset_status">Local version: %s</string>
<string name="route_asset_no_update">No update</string>
<string name="route_asset_updated">Updated</string>
<string name="route_not_asset">Not an asset file: excepted .db, but %s</string>
<string name="route_opt_bypass_lan">Bypass LAN</string>
<string name="route_opt_block_ads">Block ADs</string>
<string name="route_opt_block_analysis">Block analysis</string>
<string name="route_opt_block_quic">Block QUIC</string>
<string name="domain_strategy">Domain Resolution Strategy</string>
<string name="traffic_sniffing">Enable Traffic Sniffing</string>
<string name="enable_mux">Enable Multiplexer</string>
<string name="mux_sum">Mux is designed to reduce TCP handshake latency, not to increase connection throughput. Using Mux to watch videos, download or speed test is usually counter productive. If the server does not support it, you will not be able to access the Internet.</string>
<string name="mux_concurrency">Mux Concurrent Connections</string>
<string name="tcp_keep_alive_interval">TCP keep active packet delivery interval</string>
<string name="proxied_apps">Apps VPN mode</string>
<string name="proxied_apps_summary">Configure VPN mode for selected apps</string>
<string name="on">On</string>
<string name="off">Off</string>
<string name="search_apps">Search…</string>
<string name="scanning">Scanning…</string>
<string name="invert_selections">Invert selections</string>
<string name="clear_selections">Clear selections</string>
<string name="bypass_apps">Bypass</string>
<string name="show_system_apps">Show system apps</string>
<string name="auto_connect">Auto Connect</string>
<string name="auto_connect_summary">Enable proxy on startup/app update if it was running before</string>
<string name="direct_boot_aware">Allow Toggling in Lock Screen</string>
<string name="direct_boot_aware_summary">Your selected profile information will be less protected</string>
<!-- notification category -->
<string name="service_vpn">VPN Service</string>
<string name="service_proxy">Proxy Service</string>
<string name="forward_success">Proxy started.</string>
<string name="invalid_server">Invalid server name</string>
<string name="service_failed">Failed: </string>
<string name="stop">Stop</string>
<string name="stopping">Shutting down…</string>
<string name="vpn_error">%s</string>
<string name="vpn_permission_denied">Permission denied to create a VPN service</string>
<string name="reboot_required">Failed to start VPN service. You might need to reboot your device.</string>
<!-- alert category -->
<string name="profile_empty">Please select a profile</string>
<string name="connect">Connect</string>
<string name="clipboard_empty">Clipboard is empty</string>
<!-- menu category -->
<string name="settings">Settings</string>
<string name="edit">Edit</string>
<string name="share">Share</string>
<string name="add_profile">Add Profile</string>
<string name="select_profile">Select Profile</string>
<string name="action_socks" translatable="false">SOCKS</string>
<string name="action_http" translatable="false">HTTP</string>
<string name="action_shadowsocks" translatable="false">Shadowsocks</string>
<string name="action_shadowsocksr" translatable="false">ShadowsocksR</string>
<string name="action_vmess" translatable="false">VMess</string>
<string name="action_trojan" translatable="false">Trojan</string>
<string name="action_trojan_go" translatable="false">Trojan Go</string>
<string name="action_naive" translatable="false">Naïve</string>
<string name="action_ping_tunnel" translatable="false">Ping Tunnel</string>
<string name="action_hysteria" translatable="false">Hysteria</string>
<string name="action_ssh" translatable="false">SSH</string>
<string name="action_wireguard" translatable="false">WireGuard</string>
<string name="action_tuic" translatable="false">TUIC</string>
<string name="proxy_chain">Proxy Chain</string>
<string name="custom_config">Custom Config</string>
<string name="balancer">Balancer</string>
<string name="balancer_settings">Balancer Settings</string>
<string name="balancer_type">Type</string>
<string name="balancer_strategy">Strategy</string>
<string name="chain_settings">Chain Settings</string>
<string name="config_settings">Config Settings</string>
<string name="circular_reference">Circular reference</string>
<string name="circular_reference_sum">The route cannot contain itself.</string>
<string name="clear_profiles">Clear</string>
<string name="action_create_group">Empty group</string>
<string name="action_from_link">From subscription</string>
<string name="action_scan_china_apps">Scan China apps</string>
<string name="action_export_file">Export to file</string>
<string name="action_export_clipboard">Export to Clipboard</string>
<string name="action_export">Export</string>
<string name="action_import">Import from Clipboard</string>
<string name="action_import_file">Import from file</string>
<string name="action_export_msg">Successfully export!</string>
<string name="action_export_err">Failed to export.</string>
<string name="action_import_msg">Successfully import!</string>
<string name="action_import_err">Failed to import.</string>
<string name="file_manager_missing">Your device lacks an Android standard file selector, please install one, such as Material Files.</string>
<!-- share -->
<!-- profile -->
<string name="profile_config">Profile config</string>
<string name="delete">Remove</string>
<string name="delete_confirm_prompt">Are you sure you want to remove this profile?</string>
<string name="share_qr_nfc">QR code</string>
<string name="add_profile_methods_scan_qr_code">Scan QR code</string>
<string name="add_profile_methods_manual_settings">Manual Settings</string>
<plurals name="removed">
<item quantity="one">Removed</item>
<item quantity="other">%d items removed</item>
</plurals>
<plurals name="added">
<item quantity="one">Added</item>
<item quantity="other">%d proxies added</item>
</plurals>
<string name="undo">Undo</string>
<string name="insecure">Insecure</string>
<string name="deprecated">Deprecated</string>
<!-- tasker -->
<!-- status -->
<string name="connecting">Connecting…</string>
<string name="vpn_connected">Connected, tap to check connection</string>
<string name="not_connected">Not connected</string>
<!-- subscriptions -->
<string name="subscriptions">Subscriptions</string>
<string name="cleartext_http_warning">Cleartext HTTP traffic is insecure</string>
<string name="error_title">Error</string>
<string name="no_proxies_found">No proxies found in the link</string>
<string name="no_proxies_found_in_subscription">No proxies found in the subscription</string>
<string name="no_proxies_found_in_file">No proxies found in the file</string>
<string name="no_proxies_found_in_clipboard">No proxies found in the clipboard</string>
<string name="deduplication">Deduplication</string>
<string name="donate">Donate</string>
<string name="donate_info">I love money</string>
<string name="ignore_battery_optimizations">Ignore battery optimizations</string>
<string name="ignore_battery_optimizations_sum">Remove some restrictions</string>
<!-- plugin -->
<string name="plugin">Plugin</string>
<string name="plugin_configure">Configure…</string>
<string name="plugin_disabled">Disabled</string>
<string name="plugin_unknown">Unknown plugin %s</string>
<string name="plugin_untrusted">Warning: This plugin does not seem to come from a known trusted source.</string>
<string name="plugin_auto_connect_unlock_only">This plugin might not work with Auto Connect</string>
<string name="proxy_cat">Server Settings</string>
<string name="ss_cat">Shadowsocks Settings</string>
<string name="unsaved_changes_prompt">Changes not saved. Do you want to save?</string>
<string name="yes">Yes</string>
<string name="no">No</string>
<string name="apply">Apply</string>
<string name="need_reload">Reload proxy service to apply changes</string>
<string name="license">License</string>
<string name="route_warn">Make sure you have read the documentation before adding custom rules, otherwise you may not be able to connect to the Internet.</string>
<string name="lines">%d Lines</string>
<string name="night_mode">Night Mode</string>
<string name="follow_system">Follow System</string>
<string name="enable">Enable</string>
<string name="disable">Disable</string>
<string name="auto">Auto</string>
<string name="enable_log">Enable Log</string>
<string name="enable_log_sum">For debugging purposes</string>
<string name="list">List</string>
<string name="random">Random</string>
<string name="leastPing" translatable="false">Ping</string>
<string name="api_port">API Port</string>
<string name="probe_interval">Balancer observation interval</string>
<string name="standard">Standard</string>
<string name="v2rayn" translatable="false">V2RayN</string>
<string name="available" translatable="false">%dms</string>
<string name="unavailable">Unavailable</string>
<string name="always_show_address">Always Show Address</string>
<string name="always_show_address_sum">Always display the server address on the configuration card</string>
<string name="clear_traffic_statistics">Clear traffic statistics</string>
<string name="connection_test">Connection test</string>
<string name="connection_test_clear_results">Clear test results</string>
<string name="connection_test_tcp_ping" translatable="false">TCPing</string>
<string name="connection_test_tcp_ping_unavailable">TCPing unavailable</string>
<string name="connection_test_icmp_ping" translatable="false">ICMPing</string>
<string name="connection_test_icmp_ping_unavailable">ICMPing unavailable</string>
<string name="connection_test_url_test" translatable="false">URL Test</string>
<string name="connection_test_domain_not_found">Domain not found</string>
<string name="connection_test_refused">Connection refused</string>
<string name="connection_test_unreachable">Unreachable</string>
<string name="connection_test_timeout">Timeout</string>
<string name="append_http_proxy">Append HTTP Proxy to VPN</string>
<string name="append_http_proxy_sum">HTTP proxy will be used directly from (browser/ some supported apps), without going through the virtual NIC device (Android 10+)</string>
<string name="protocol_settings">Protocol Settings</string>
<string name="trojan_provider">Trojan Provider</string>
<string name="group_basic">Basic</string>
<string name="group_settings">Group Settings</string>
<string name="subscription">Subscription</string>
<string name="subscription_settings">Subscription Settings</string>
<string name="group_type">Group Type</string>
<string name="subscription_type">Subscription Type</string>
<string name="delete_group_prompt">Are you sure you want to remove this group?</string>
<string name="force_resolve">Force Resolve</string>
<string name="force_resolve_sum">Resolve all domain names to IP addresses when updating. Host and SNI will be automatically appended if possible</string>
<string name="deduplication_sum">Remove duplicate configurations when updating</string>
<string name="raw">Raw</string>
<string name="update_settings">Update Settings</string>
<string name="auto_update">Auto Update</string>
<string name="auto_update_delay">Auto Update Delay (In minutes)</string>
<string name="update_when_connected_only">Update only when connected</string>
<string name="update_when_connected_only_sum">Prevent IP address leakage</string>
<string name="subscription_user_agent">UserAgent</string>
<string name="confirm">Confirm</string>
<string name="missing_plugin">Missing Plugin</string>
<string name="profile_requiring_plugin">Profile %s requires the %s plugin to be installed, but it was not found.</string>
<string name="action_learn_more">LEARN MORE</string>
<string name="action_download">DOWNLOAD</string>
<string name="install_from_play_store">Install from Play Store</string>
<string name="install_from_fdroid">Install from F-Droid</string>
<string name="download">Download</string>
<string name="ooc_subscription_token" translatable="false">OOCv1 API Token</string>
<string name="ooc_subscription_token_invalid">Invalid OOCv1 Token</string>
<string name="update_subscription_warning">Proxy is not connected, are you sure you want to continue updating?</string>
<string name="ooc_warning">Warning</string>
<string name="ooc_missing_protocol">The subscription requires support for protocol %s, but it cannot be found. Unsupported profiles will be ignored.</string>
<string name="service_subscription">Subscription Update Service</string>
<string name="subscription_update">Subscription Update</string>
<string name="subscription_update_message">Updating %s …</string>
<string name="group_filter">Filter</string>
<string name="subscription_used">%s Used</string>
<string name="subscription_traffic">%s Used / %s Remaining</string>
<string name="subscription_expire">Expire: %s</string>
<string name="subscription_import">Import subscription</string>
<string name="subscription_import_message">Confirm you want to import subscription %s? If you are coming from an untrusted source, doing this may result in your IP and this behavior being leaked.</string>
<string name="profile_import">Import profile</string>
<string name="profile_import_message">Confirm you want to import profile %s?</string>
<string name="clear_profiles_message">Are you sure you want to clear this group?</string>
<string name="apps">Applications</string>
<string name="select_apps">Select Applications</string>
<string name="apps_message">%d Applications</string>
<string name="hysteria_obfs">Obfuscation Password</string>
<string name="hysteria_auth_type">Authentication Type</string>
<string name="hysteria_auth_payload">Authentication Payload</string>
<string name="hysteria_upload_mbps">Max Upload Speed (in Mbps)</string>
<string name="hysteria_download_mbps">Max Download Speed (in Mbps)</string>
<string name="experimental_settings">Experimental</string>
<string name="hysteria_stream_receive_window">QUIC Stream Receive Window</string>
<string name="hysteria_connection_receive_window">QUIC Connection Receive Window</string>
<string name="hysteria_disable_mtu_discovery">Disable Path MTU Discovery</string>
<string name="group_order">Order</string>
<string name="group_order_origin">Origin</string>
<string name="group_order_by_name">By Name</string>
<string name="group_order_by_delay">By Delay</string>
<string name="plugin_exists_but_on_shit_system">Profile %s requires the %s plugin, but your proprietary equipment vendor (usually surveillance capital giants and malware maker) tampered with your Android, making the plugin unusable.</string>
<string name="shadowsocks_plugin_simple_obfs">Simple Obfs (Shadowsocks Android Plugin)</string>
<string name="shadowsocks_plugin_v2ray">V2Ray (Shadowsocks Android Plugin)</string>
<string name="traffic_uplink" translatable="false">%s | %s/s ↑</string>
<string name="traffic_downlink" translatable="false">%s | %s/s ↓</string>
<string name="traffic_uplink_total" translatable="false">%s ↑</string>
<string name="traffic_downlink_total" translatable="false">%s ↓</string>
<string name="tcp_connections">%d TCP connections</string>
<string name="udp_connections">%d UDP connections</string>
<string name="copy_label">Copy Name</string>
<string name="copy_package_name">Copy Package Name</string>
<string name="open_app">Open App</string>
<string name="open_settings">Open Settings</string>
<string name="open_market">Open Market</string>
<string name="create_rule">Create Rule</string>
<string name="copy_success">Copy success!</string>
<string name="copy_failed">Copy failed.</string>
<string name="app_no_launcher">The app has no interface.</string>
<string name="route_for">Rule for %s</string>
<string name="route_need_vpn">Routing rule %s relies on the VPN to be in effect, so it is ignored.</string>
<string name="profile_traffic_statistics">Profile Traffic Statistics</string>
<string name="profile_traffic_statistics_summary">When disabled, the used traffic will not be counted</string>
<string name="no_statistics">No statistics yet</string>
<string name="app_statistics_disabled">App Traffic statistics disabled</string>
<string name="ssh_auth_type_none">None</string>
<string name="ssh_public_key">Public Key</string>
<string name="ssh_private_key">Private Key</string>
<string name="ssh_private_key_passphrase">Private Key Passphrase</string>
<string name="translate_platform">Translate Platform</string>
<string name="menu_tools">Tools</string>
<string name="menu_log">Logs</string>
<string name="clear_logcat">Clear Logcat</string>
<string name="wireguard_local_address">Local Address</string>
<string name="wireguard_public_key">Peer Public Key</string>
<string name="wireguard_psk">Peer Pre-Shared Key</string>
<string name="cloudflare_wrap" translatable="false">Cloudflare Warp</string>
<string name="warp_license">CloudFlare Warp is a free WireGuard VPN provider. By using it, you agree to the TOS.</string>
<string name="warp_generate">Generate Configuration</string>
<string name="generating">Generating…</string>
<string name="tun_implementation">TUN Implementation</string>
<string name="destination_override">Override Destination</string>
<string name="destination_override_summary">Use the sniffed domain to overwrite the destination address, not just for routing</string>
<string name="resolve_destination">Resolve Destination</string>
<string name="resolve_destination_summary">If the destination address is a domain, it is then passed out based on the IPv6 strategy (conflicts with FakeDNS)</string>
<string name="pcap" translatable="false">Pcap</string>
<string name="pcap_notice">Pcap files will be saved to %s</string>
<string name="naive_insecure_concurrency">Insecure Concurrency</string>
<string name="naive_insecure_concurrency_summary">Use N concurrent tunnel connections to be more robust under bad network conditions. More connections make the tunneling easier to detect and less secure. This project strives for the strongest security against traffic analysis. Using it in an insecure way defeats its purpose. \n\nIf you must use this, try N=2 first to see if it solves your issues. Strongly recommend against using more than 4 connections here.</string>
<string name="stun_test">NAT behaviour discovery</string>
<string name="stun_test_summary">Determine the client\'s NAT mapping behaviour and the NAT filtering behaviour defined in RFC 3478 using STUN.</string>
<string name="start">Start</string>
<string name="stun_attest_loading">This may take a few minutes…</string>
<string name="nat_stun_server_hint">Stun server</string>
<string name="nat_result_hint">NAT check result</string>
<string name="tools_network">Network</string>
<string name="mtu" translatable="false">MTU</string>
<string name="backup">Backup</string>
<string name="backup_groups_and_configurations">Groups and configurations</string>
<string name="backup_rules">Routing rules</string>
<string name="backup_settings">Settings</string>
<string name="backup_summary">If the routing settings are not backed up with configurations, then custom outbounds will be lost.</string>
<string name="backup_not_file">Not an backup file: excepted .json, but %s</string>
<string name="invalid_backup_file">Invalid backup file</string>
<string name="backup_import">Import</string>
<string name="backup_import_summary">Importing will overwrite the existing data.</string>
<string name="backup_importing">Importing…</string>
<string name="packet_encoding">Packet Encoding</string>
<string name="acquire_wake_lock">Acquire WakeLock</string>
<string name="release_wake_lock">Release WakeLock</string>
<string name="acquire_wake_lock_summary">Keep the CPU on</string>
<string name="action_switch">Switch</string>
<string name="tuic_token">Token</string>
<string name="tuic_udp_relay_mode">UDP Relay Mode</string>
<string name="tuic_congestion_controller">Congestion Controller</string>
<string name="tuic_disable_sni">Disable SNI</string>
<string name="tuic_reduce_rtt">Enable 0-RTT QUIC handshake</string>
<string name="tuic_fast_connect">TCP Fast Connect</string>
<string name="tuic_fast_connect_summary">Requires plugin and server support</string>
<string name="please_update">Your APP is too old (%s). And will stop working at %s. Please update!</string>
<string name="please_update_force">Your APP is too old (%s). And has been stopped working at %s. Please update!</string>
<string name="connection_test_delete_unavailable">Clear unavailable</string>
<string name="neko_plugin">Advanced plugin</string>
<string name="neko_plugin_summary">Advanced plugins can provide protocols that are not originally supported.\n\n
Anyone can write advanced plugins, which can control NekoBox. please download and install from trusted sources.</string>
<string name="neko_plugin_internal_error">%s internal error</string>
<string name="move">Move</string>
<string name="exe_prefer_provider">Plugin Preferred Provider</string>
<string name="create_shortcut">Create Shortcut</string>
<string name="app_tls_version">Subscription Min TLS Version</string>
<string name="hop_interval">Port Hopping Interval(second)</string>
<string name="dns_network">DNS query type</string>
<string name="show_bottom_bar">Show bottom bar like SagerNet</string>
<string name="utls_fingerprint">uTLS fingerprint</string>
<string name="custom_outbound_json">Custom outbound JSON</string>
<string name="custom_config_json">Custom config JSON</string>
<string name="is_outbound_only">The JSON set is outbound</string>
<string name="save">Save</string>
<string name="set_panel_url">Set panel URL</string>
<string name="enable_clash_api">Enable Clash API</string>
<string name="log_level">Log Level</string>
<string name="enable_clash_api_summary">Provide clash api and yacd dashboard at 127.0.0.1:9090</string>
<string name="xtls_flow">Flow (VLESS Sub-protocol)</string>
<string name="ads">Ads</string>
<string name="bypass_lan_in_core">Bypass LAN in Core</string>
<string name="need_restart">Restart APP to apply changes</string>
<string name="use_selector">Use selector</string>
<string name="front_proxy">Front proxy</string>
</resources>