6.6.2 - Alpha7 - 应用 (以及打包应用) 支持更多权限 (issue #338)
This commit is contained in:
@@ -9,20 +9,45 @@
|
||||
<string name="apk_builder_plugin_version_incompatible">Incompatible version of \"apk builder\".\nDownload it now?</string>
|
||||
<string name="apk_builder_prepare" tools:ignore="TypographyEllipsis">Preparing...</string>
|
||||
<string name="apk_info_device_sdk">Device SDK</string>
|
||||
<string name="apk_info_file_size">File size</string>
|
||||
<string name="apk_info_installed_version">Installed</string>
|
||||
<string name="apk_info_max_sdk">Max SDK</string>
|
||||
<string name="apk_info_min_sdk">Min SDK</string>
|
||||
<string name="apk_info_package_name">Package</string>
|
||||
<string name="apk_info_signature_scheme">Signature</string>
|
||||
<string name="apk_info_target_sdk">Target SDK</string>
|
||||
<string name="blocking_operations_cannot_be_performed_on_the_ui_thread_for_waitforactivity_with_solution">Blocking operations cannot be performed on the UI thread. Try executing waitForActivity in a sub-thread or sub-script, or use setInterval to loop and check the activity</string>
|
||||
<string name="blocking_operations_cannot_be_performed_on_the_ui_thread_for_waitforpackage_with_solution">Blocking operations cannot be performed on the UI thread. Try executing waitForPackage in a sub-thread or sub-script, or use setInterval to loop and check the package</string>
|
||||
<string name="color_library_android_colors">Android color library</string>
|
||||
<string name="color_library_css_colors">CSS color library</string>
|
||||
<string name="color_library_default_colors">Default color library</string>
|
||||
<string name="color_library_identifier_created">Created</string>
|
||||
<string name="color_library_identifier_custom">@string/mt_custom</string>
|
||||
<string name="color_library_identifier_default_colors">@string/text_default</string>
|
||||
<string name="color_library_identifier_intelligent_colors">Intell.</string>
|
||||
<string name="color_library_identifier_material_design_colors">Material</string>
|
||||
<string name="color_library_identifier_palette">Palette</string>
|
||||
<string name="color_library_intelligent_colors">Intelligent color library</string>
|
||||
<string name="color_library_material_design_colors">Material design color library</string>
|
||||
<string name="color_library_title_android_colors">Android colors</string>
|
||||
<string name="color_library_title_css_colors">CSS colors</string>
|
||||
<string name="color_library_title_default_colors">Default colors</string>
|
||||
<string name="color_library_title_intelligent_colors">Intelligent colors</string>
|
||||
<string name="color_library_title_material_design_colors">Material colors</string>
|
||||
<string name="color_library_title_web_colors">WEB colors</string>
|
||||
<string name="color_library_web_colors">WEB color library</string>
|
||||
<string name="color_name_window_background_light">Background light</string>
|
||||
<string name="color_name_window_background_night">Background night</string>
|
||||
<string name="config_abi_options_contains_invalid">Config \"abi\" contains invalid options</string>
|
||||
<string name="config_abi_options_contains_unavailable">Config \"abi\" contains unavailable options</string>
|
||||
<string name="config_lib_options_contains_invalid">Config \"lib\" contains invalid options</string>
|
||||
<string name="config_lib_options_contains_unavailable">Config \"lib\" contains unavailable options</string>
|
||||
<string name="confirm_overwrite_file">File already exists.\nOverwrite?</string>
|
||||
<string name="content_about_app_tips">1. Press and hold the application name (AutoJs6) on the home page to jump to the settings page\n2. Press and hold a certain settings option on the settings page to view detailed information</string>
|
||||
<string name="content_current_theme_color_configured_by_palette">Current theme color %1$s is configured by the color palette</string>
|
||||
<string name="content_description_fab_for_display_manifest">A Floating Action Button widget for displaying the manifest</string>
|
||||
<string name="content_failed_to_determine_index_of_theme_color_item">Failed to determine the index of the theme color item</string>
|
||||
<string name="content_failed_to_locate_library_for_theme_color">Failed to locate the color library for the theme color</string>
|
||||
<string name="content_github_feedback">A web page will be launched to report an issue.\nAn account for GitHub may be needed.</string>
|
||||
<string name="content_way_of_output_for_recorded_script">Select a way of output for recorded script</string>
|
||||
<string name="crash_feedback">Copy debugging log or exit directly</string>
|
||||
@@ -40,6 +65,7 @@
|
||||
<string name="description_documentation_source_preference">Local docs: Using AutoJs6 build-in files as documentation sources, no network connection required. The content changes as AutoJs6 is updated.\nOnline docs: Using GitHub pages as documentation sources, requiring network connection. The content is always up to date.\n\nNote: To maximize the reading experience of online documents, it is recommended to use a widescreen display device such as a desktop monitor.\nNote: As of version 6.2.0, the documentation is still in the preliminary stages of development, and most of the content has not yet been written or updated.</string>
|
||||
<string name="description_documentation_source_preference_more">The following conditions must be met for dark theme support on document pages:\n1. AutoJs6 has night mode enabled\n2. Android System WebView (or browsers like Google Chrome):\n- Android API Level 29 (Android 10) [Q] and above: version >= 76\n- Android API Level 28 (Android 9) [P] and below: version >= 105</string>
|
||||
<string name="description_extending_js_build_in_objects">Extending JavaScript built-in objects can increase code flexibility and enable richer functionality, but can cause conflicts and even breakage.\nAll scripts have built-in extensions enabled by default when the option is turned on.\nBuilt-in extensions are often insecure, and are not recommended unless the principles and risks of built-in extensions are clearly understood.\nWhen the option is turned off, built-in extensions can still be enabled through the plugins global object, as described in the project documentation.</string>
|
||||
<string name="description_file_extensions_preference">Used to set whether to show file extensions in AutoJs6 file explorer.</string>
|
||||
<string name="description_hidden_files_preference">Used to set whether to show hidden files and folders (usually starting with \".\") in AutoJs6 file explorer.</string>
|
||||
<string name="description_keep_screen_on_when_in_foreground_preference">Preference for keeping the device\'s screen turned on and bright when AutoJs6 is in the foreground.\nTo make it happen only on the homepage among all pages of the AutoJs6 application, choose \"homepage only\" option.</string>
|
||||
<string name="description_launcher_shortcuts">Shortcuts can perform specific actions in AutoJs6. Users can display these shortcuts in a supported launcher and quickly start some tasks or launch an activity, such as reading AutoJs6 application documentation, launching AutoJs6 settings page, and so on.</string>
|
||||
@@ -53,6 +79,7 @@
|
||||
<string name="dialog_button_back">@string/text_back</string>
|
||||
<string name="dialog_button_cancel">Cancel</string>
|
||||
<string name="dialog_button_cancel_download">Cancel</string>
|
||||
<string name="dialog_button_clear_items">Clear</string>
|
||||
<string name="dialog_button_confirm">OK</string>
|
||||
<string name="dialog_button_continue">@string/text_continue</string>
|
||||
<string name="dialog_button_copy">@string/text_copy</string>
|
||||
@@ -60,10 +87,12 @@
|
||||
<string name="dialog_button_details">Details</string>
|
||||
<string name="dialog_button_dismiss">Dismiss</string>
|
||||
<string name="dialog_button_download_with_browser">Browser</string>
|
||||
<string name="dialog_button_file_information">File info</string>
|
||||
<string name="dialog_button_history">History</string>
|
||||
<string name="dialog_button_ignore_current_update">Ignore</string>
|
||||
<string name="dialog_button_join_group">Join group</string>
|
||||
<string name="dialog_button_more">More</string>
|
||||
<string name="dialog_button_open_color_palette">Palette</string>
|
||||
<string name="dialog_button_quit">Quit</string>
|
||||
<string name="dialog_button_remove">Remove</string>
|
||||
<string name="dialog_button_retry">Retry</string>
|
||||
@@ -72,7 +101,11 @@
|
||||
<string name="dialog_button_system_settings_simplified">System</string>
|
||||
<string name="dialog_button_update_now">Update</string>
|
||||
<string name="dialog_button_use_default">Use default</string>
|
||||
<string name="dialog_button_use_palette">Use palette</string>
|
||||
<string name="dialog_button_view_file">View File</string>
|
||||
<string name="dialog_title_color_details">Color details</string>
|
||||
<string name="dialog_title_color_palette">Color palette</string>
|
||||
<string name="dialog_title_theme_color_details">Theme color details</string>
|
||||
<string name="edit_and_run_handle_intent_error">Cannot process file</string>
|
||||
<string name="edit_exit_without_save_warn">The content has not been saved, are you sure to exit?</string>
|
||||
<string name="entry_app_language_auto">Follow system</string>
|
||||
@@ -81,6 +114,9 @@
|
||||
<string name="entry_editor_pinch_to_zoom_change_text_size">Change text size</string>
|
||||
<string name="entry_editor_pinch_to_zoom_disable">Disable</string>
|
||||
<string name="entry_editor_pinch_to_zoom_scale_view">Scale view</string>
|
||||
<string name="entry_file_extensions_not_show">Hide all file extensions</string>
|
||||
<string name="entry_file_extensions_show_all">Show all file extensions</string>
|
||||
<string name="entry_file_extensions_show_all_but_executable">Show file extensions (exclude *.js / *.auto)</string>
|
||||
<string name="entry_hidden_files_not_show">Do not show hidden files or folders</string>
|
||||
<string name="entry_hidden_files_show">Show hidden files and folders</string>
|
||||
<string name="entry_keep_screen_on_when_in_foreground_all_pages">All pages</string>
|
||||
@@ -99,8 +135,8 @@
|
||||
<string name="error_action_cannot_be_completed_with_negative_coordinate">The \"%1$s\" operation cannot be completed because the parameter contains negative coordinate values (%2$d, %3$d)</string>
|
||||
<string name="error_activity_is_required_for_ui_exec_mode">An activity is required, which could be provided by running in \"ui\" execution mode</string>
|
||||
<string name="error_an_operation_is_not_implemented">An operation is not implemented</string>
|
||||
<string name="error_app_not_installed_with_name">App is not installed: \"%s\"</string>
|
||||
<string name="error_app_not_installed">App is not installed</string>
|
||||
<string name="error_app_not_installed_with_name">App is not installed: \"%s\"</string>
|
||||
<string name="error_argument_name_for_class_name_and_member_func_name_cannot_be_nullish">Argument %1$s for %2$s#%3$s cannot be nullish</string>
|
||||
<string name="error_arguments_cannot_be_empty">Arguments cannot be empty</string>
|
||||
<string name="error_arguments_must_be_empty">Arguments must be empty</string>
|
||||
@@ -131,6 +167,7 @@
|
||||
<string name="error_enable_server">Cannot enable AutoJs6 server: %s</string>
|
||||
<string name="error_excessive_height_for_template_n_region">Excessive height: template [%1$d] > region [%2$d]</string>
|
||||
<string name="error_excessive_width_for_template_n_region">Excessive width: template [%1$d] > region [%2$d]</string>
|
||||
<string name="error_failed_to_apply_current_color_history">Failed to apply current color history</string>
|
||||
<string name="error_failed_to_call_method">Failed to call method "%s"</string>
|
||||
<string name="error_failed_to_call_method_with_cause"><![CDATA[Failed to call method "%1$s": [ %2$s ]]]></string>
|
||||
<string name="error_failed_to_convert_into_drawable">Failed to convert value %s into a Drawable</string>
|
||||
@@ -138,6 +175,7 @@
|
||||
<string name="error_failed_to_instantiate">Failed to instantiate "%s"</string>
|
||||
<string name="error_failed_to_instantiate_with_cause"><![CDATA[Failed to instantiate "%1$s": [ %2$s ]]]></string>
|
||||
<string name="error_failed_to_invoke_method_with_description">Failed to invoke method %1$s</string>
|
||||
<string name="error_failed_to_render_content">Failed to render content</string>
|
||||
<string name="error_failed_to_revoke_shizuku_access">Failed to revoke Shizuku access</string>
|
||||
<string name="error_failed_to_run_script">Failed to run script</string>
|
||||
<string name="error_file_in_path_does_not_exist">File in path \"%1$s\" does not exist</string>
|
||||
@@ -154,6 +192,7 @@
|
||||
<string name="error_images_must_have_the_same_size">Images must have the same size</string>
|
||||
<string name="error_images_must_have_the_same_size_and_type">Images must have the same size and type</string>
|
||||
<string name="error_input_fields_check_failed">Input fields check failed</string>
|
||||
<string name="error_invalid_color">Invalied color</string>
|
||||
<string name="error_invalid_compass">Invalid compass: %s</string>
|
||||
<string name="error_invalid_github_repo">Invalid GitHub repository: %s</string>
|
||||
<string name="error_invalid_ip_address">Invalid IP address</string>
|
||||
@@ -223,6 +262,7 @@
|
||||
<string name="hint_long_click_run_to_debug">Long click \"Run\" button to debug</string>
|
||||
<string name="hint_loop_delay">Delay before loop</string>
|
||||
<string name="hint_loop_times">0 for infinite loop</string>
|
||||
<string name="label_latest_used_time">Latest used: %1$s</string>
|
||||
<string name="media_info_album_label">Album</string>
|
||||
<string name="media_info_aspect_ratio_label">Aspect ratio</string>
|
||||
<string name="media_info_audio_format_label">Audio</string>
|
||||
@@ -246,11 +286,17 @@
|
||||
<string name="screen_capturer_foreground_notification_text">This notification is being displayed for capturing screen</string>
|
||||
<string name="screen_capturer_foreground_notification_title">Screen capturer foreground service</string>
|
||||
<string name="summary_about_app_tips">Better user experience</string>
|
||||
<string name="summary_all_files_access">Allows AutoJs6 to access all files, including those in external storage</string>
|
||||
<string name="summary_all_files_access_inrt">Allow the application to access all files, including external storage</string>
|
||||
<string name="summary_display_over_other_apps">Allows AutoJs6 to display content over other apps</string>
|
||||
<string name="summary_display_over_other_apps_inrt">Allow the application to display content over other apps</string>
|
||||
<string name="summary_enable_a11y_service_with_root_access">Enable accessibility service with root access automatically when needed</string>
|
||||
<string name="summary_enable_a11y_service_with_secure_settings">Enable accessibility service with secure settings automatically when needed</string>
|
||||
<string name="summary_extending_js_build_in_objects">Increase code flexibility and enable richer functionality by extending JavaScript built-in objects</string>
|
||||
<string name="summary_guard_mode">Prevent automation actions from scripts when AutoJs6 is in the foreground</string>
|
||||
<string name="summary_not_showing_main_activity">Run script directly without showing main activity</string>
|
||||
<string name="summary_post_notifications_permission">Allows AutoJs6 to create and post notifications</string>
|
||||
<string name="summary_post_notifications_permission_inrt">Allow the application to create and send notifications</string>
|
||||
<string name="summary_pre_execute_script">Execute before the script file</string>
|
||||
<string name="summary_record_prompt">Show message when starting or stopping recording a script</string>
|
||||
<string name="summary_stable_mode">More stable layout analysis but worse code compatibility (a11y service restarting needed)</string>
|
||||
@@ -278,9 +324,14 @@
|
||||
<string name="text_action">Action</string>
|
||||
<string name="text_activity_not_found_for_apk_installing">No APK installer</string>
|
||||
<string name="text_adb_tool_needed">ADB tool is needed</string>
|
||||
<string name="text_add_color_library">Add a color library</string>
|
||||
<string name="text_alias">alias</string>
|
||||
<string name="text_alias_cannot_be_empty">Alias cannot be empty</string>
|
||||
<string name="text_alias_password">Alias Password</string>
|
||||
<string name="text_all_files_access">All files access</string>
|
||||
<string name="text_all_files_access_is_needed">\"All files access\" is needed to access script files on the phone</string>
|
||||
<string name="text_all_histories">All histories</string>
|
||||
<string name="text_all_histories_cleared">All histories have been cleared</string>
|
||||
<string name="text_already_copied_to_clip">Copied to clipboard</string>
|
||||
<string name="text_already_copied_to_clip_but_only_latest_few_items">Already copied to clipboard (only latest %d items)</string>
|
||||
<string name="text_already_created">Created</string>
|
||||
@@ -324,6 +375,7 @@
|
||||
<string name="text_app_version_code">App version code</string>
|
||||
<string name="text_app_version_name">App version name</string>
|
||||
<string name="text_appearance">Appearance</string>
|
||||
<string name="text_at_least_one_certificate_issuer_field_is_not_empty">At least one field from \"Full Name, Organization Name, Organizational Unit, Country Code, State or Province, City or Locality, Street\" must be filled</string>
|
||||
<string name="text_attribute">Attribute</string>
|
||||
<string name="text_auto_check_for_updates">Auto check for updates</string>
|
||||
<string name="text_auto_check_for_updates_and_show_snackbar">Check for updates automatically and show a snackbar on homepage</string>
|
||||
@@ -355,6 +407,7 @@
|
||||
<string name="text_change_working_dir">Change working directory</string>
|
||||
<string name="text_check_for_updates">Check for updates</string>
|
||||
<string name="text_checking_update" tools:ignore="TypographyEllipsis">Checking for updates...</string>
|
||||
<string name="text_city_or_locality">City or Locality</string>
|
||||
<string name="text_class_or_package_name">Class / Package name</string>
|
||||
<string name="text_clear">Clear</string>
|
||||
<string name="text_clear_file_selection">Clear file selection</string>
|
||||
@@ -364,14 +417,20 @@
|
||||
<string name="text_click_ok_to_go_to_access_settings">Click \"OK\" to go to settings</string>
|
||||
<string name="text_click_too_frequently">Frequent operation</string>
|
||||
<string name="text_client_mode">Client mode</string>
|
||||
<string name="text_clone_color_library">Clone a color library</string>
|
||||
<string name="text_close">Close</string>
|
||||
<string name="text_close_floating_button">Close floating button</string>
|
||||
<string name="text_code">Code</string>
|
||||
<string name="text_code_beautify">Beautify code</string>
|
||||
<string name="text_color_library">Color library</string>
|
||||
<string name="text_color_palette">Color palette</string>
|
||||
<string name="text_command_already_copied_to_clip">Command copied to clipboard</string>
|
||||
<string name="text_comment">Comment</string>
|
||||
<string name="text_compatibility">Compatibility</string>
|
||||
<string name="text_config">Config</string>
|
||||
<string name="text_confirm_to_clear_all_histories">Are you sure to clear all histories?</string>
|
||||
<string name="text_confirm_to_clear_histories_of">All histories below will be cleared\n\n[ %1$s ]\n\nAre you sure to clear them all?</string>
|
||||
<string name="text_confirm_to_clear_histories_of_all_color_libraries">All histories below will be cleared\n\n[ All color libraries ]\n\nAre you sure to clear them all?</string>
|
||||
<string name="text_confirm_to_delete">Are you sure to delete?</string>
|
||||
<string name="text_confirm_to_remove">Are you sure to remove?</string>
|
||||
<string name="text_connect_to_pc">Connect to PC</string>
|
||||
@@ -386,6 +445,8 @@
|
||||
<string name="text_copy_line">Copy line</string>
|
||||
<string name="text_copy_to_clip">Copy to clipboard</string>
|
||||
<string name="text_copy_value">Copy value</string>
|
||||
<string name="text_country_code">Country Code (XX)</string>
|
||||
<string name="text_country_code_must_be_two_capital_letters">Country code must be two capital letters</string>
|
||||
<string name="text_current_version">Current version</string>
|
||||
<string name="text_daily_task">Daily task</string>
|
||||
<string name="text_date">Date</string>
|
||||
@@ -401,8 +462,11 @@
|
||||
<string name="text_debug_step_into">Step into</string>
|
||||
<string name="text_debug_step_out">Step out</string>
|
||||
<string name="text_debug_step_over">Step over</string>
|
||||
<string name="text_default">Default</string>
|
||||
<string name="text_default_key_store">Default Keystore</string>
|
||||
<string name="text_default_prefix">Default prefix</string>
|
||||
<string name="text_delete">Delete</string>
|
||||
<string name="text_delete_all">Delete All</string>
|
||||
<string name="text_delete_line">Delete line</string>
|
||||
<string name="text_details">Details</string>
|
||||
<string name="text_developer_details_under_development">Developer details is under development</string>
|
||||
@@ -464,6 +528,7 @@
|
||||
<string name="text_failed_to_build">Failed to build</string>
|
||||
<string name="text_failed_to_copy">Failed to copy</string>
|
||||
<string name="text_failed_to_create">Failed to create</string>
|
||||
<string name="text_failed_to_create_key_store">Failed to create signature key</string>
|
||||
<string name="text_failed_to_delete">Failed to delete</string>
|
||||
<string name="text_failed_to_disable_a11y_service">Failed to disable accessibility service</string>
|
||||
<string name="text_failed_to_download">Failed to download</string>
|
||||
@@ -475,6 +540,7 @@
|
||||
<string name="text_failed_to_grant_access">Failed to grant access</string>
|
||||
<string name="text_failed_to_grant_draw_overlays_permission">Failed to grant display over other apps permission</string>
|
||||
<string name="text_failed_to_import">Failed to import</string>
|
||||
<string name="text_failed_to_locate">Failed to locate</string>
|
||||
<string name="text_failed_to_login">Failed to login</string>
|
||||
<string name="text_failed_to_register">Failed to register</string>
|
||||
<string name="text_failed_to_report">Failed to submit</string>
|
||||
@@ -484,15 +550,21 @@
|
||||
<string name="text_file">File</string>
|
||||
<string name="text_file_exists">File already exists</string>
|
||||
<string name="text_file_explorer">File explorer</string>
|
||||
<string name="text_file_extensions_title">File extensions</string>
|
||||
<string name="text_file_name">File name</string>
|
||||
<string name="text_file_not_exists">File does not exist</string>
|
||||
<string name="text_file_path">File Path</string>
|
||||
<string name="text_file_with_abs_path_is_not_an_executable_script">File \"%1$s\" is not an executable script</string>
|
||||
<string name="text_filename_cannot_be_empty">Filename cannot be empty</string>
|
||||
<string name="text_filename_cannot_contain_invalid_character">Filename cannot contain the following characters: \\ / : * ? " < > |</string>
|
||||
<string name="text_filename_is_too_long">Filename is too long</string>
|
||||
<string name="text_files_transfer">Files transfer</string>
|
||||
<string name="text_find">Find</string>
|
||||
<string name="text_find_java_classes">Find Java classes</string>
|
||||
<string name="text_find_next_simplified">Next</string>
|
||||
<string name="text_find_or_replace">Find / Replace</string>
|
||||
<string name="text_find_prev_simplified">Prev</string>
|
||||
<string name="text_first_and_last_name">Full Name</string>
|
||||
<string name="text_floating_button">Floating button</string>
|
||||
<string name="text_force_stop">Force stop</string>
|
||||
<string name="text_foreground_service">Foreground service</string>
|
||||
@@ -519,6 +591,7 @@
|
||||
<string name="text_ignore_battery_optimizations">Ignore battery optimizations</string>
|
||||
<string name="text_ignored_updates">Ignored updates</string>
|
||||
<string name="text_import">Import</string>
|
||||
<string name="text_import_color_library">Import a color library</string>
|
||||
<string name="text_import_script">Import script(s)</string>
|
||||
<string name="text_import_succeed">Import succeeded</string>
|
||||
<string name="text_import_to_my_scripts">Import to \"my scripts\"</string>
|
||||
@@ -542,6 +615,11 @@
|
||||
<string name="text_jump_to_line_start">Jump to line start</string>
|
||||
<string name="text_jump_to_start">Jump to start</string>
|
||||
<string name="text_keep_screen_on_when_in_foreground">Keep screen on when in foreground</string>
|
||||
<string name="text_key_alias">Alias</string>
|
||||
<string name="text_key_store">Keystore</string>
|
||||
<string name="text_key_store_has_been_verified">Keystore has been verified</string>
|
||||
<string name="text_key_store_has_not_been_verified">Keystore has not been verified</string>
|
||||
<string name="text_key_store_password">Key Store Password</string>
|
||||
<string name="text_label_name">Label</string>
|
||||
<string name="text_last_updates_checked_time">Last checked: %s</string>
|
||||
<string name="text_latest_activity">Latest activity</string>
|
||||
@@ -552,6 +630,7 @@
|
||||
<string name="text_layout_inspector_is_dumping" tools:ignore="TypographyEllipsis">Inspecting layout...</string>
|
||||
<string name="text_licenses">Open Sources Licenses</string>
|
||||
<string name="text_loading_with_dots" tools:ignore="TypographyEllipsis">Loading...</string>
|
||||
<string name="text_locate_current_theme_color">Locate current theme color</string>
|
||||
<string name="text_log">Log</string>
|
||||
<string name="text_logging_in">Logging in</string>
|
||||
<string name="text_login">Login</string>
|
||||
@@ -566,6 +645,7 @@
|
||||
<string name="text_manage">Manage</string>
|
||||
<string name="text_manage_a11y_service">Manage accessibility service</string>
|
||||
<string name="text_manage_ignored_updates">Manage ignored updates</string>
|
||||
<string name="text_manage_key_store">Manage Keystore</string>
|
||||
<string name="text_min_version">Minimum version</string>
|
||||
<string name="text_min_version_of_vscode_vsc_ext">Minimum version of VSCode extension</string>
|
||||
<string name="text_mobile_qq_not_installed">\"Mobile QQ\" not installed</string>
|
||||
@@ -575,7 +655,10 @@
|
||||
<string name="text_multiple_options">Multiple options</string>
|
||||
<string name="text_name">Name</string>
|
||||
<string name="text_need_to_enable_a11y_service">Need to enable accessibility service</string>
|
||||
<string name="text_new_color_library">New color library</string>
|
||||
<string name="text_new_file">New file</string>
|
||||
<string name="text_new_intelligent_color_library">New intelligent color library</string>
|
||||
<string name="text_new_key_store">New Key Store</string>
|
||||
<string name="text_new_path">New path</string>
|
||||
<string name="text_new_path_is_same_as_old_path">New path is same as old path</string>
|
||||
<string name="text_new_project">New project</string>
|
||||
@@ -610,20 +693,93 @@
|
||||
<string name="text_open_with">Open with</string>
|
||||
<string name="text_operation_is_completed">Operation is completed</string>
|
||||
<string name="text_options">Options</string>
|
||||
<string name="text_organization">Organization Name</string>
|
||||
<string name="text_organizational_unit">Organizational Unit</string>
|
||||
<string name="text_original_developer">Original developer</string>
|
||||
<string name="text_others">Others</string>
|
||||
<string name="text_output_apk_path">APK output path</string>
|
||||
<string name="text_package_name">Package name</string>
|
||||
<string name="text_package_name_with_computing" tools:ignore="TypographyEllipsis">Package name (computing...)</string>
|
||||
<string name="text_password">Password</string>
|
||||
<string name="text_password_cannot_be_empty">Password cannot be empty</string>
|
||||
<string name="text_password_requires_at_least_n_characters">Password must be at least %d characters long</string>
|
||||
<string name="text_paste">Paste</string>
|
||||
<string name="text_path_is_empty">Path is empty</string>
|
||||
<string name="text_pc_server_address">PC server address</string>
|
||||
<string name="text_permission_desc_access_coarse_location">Allow the app to access approximate location via network</string>
|
||||
<string name="text_permission_desc_access_fine_location">Allow the app to access precise location via GPS</string>
|
||||
<string name="text_permission_desc_access_location_extra_commands">Allow the app to access extra commands for location providers</string>
|
||||
<string name="text_permission_desc_access_network_state">Allow the app to view network connection status</string>
|
||||
<string name="text_permission_desc_access_wifi_state">Allow the app to access Wi-Fi state</string>
|
||||
<string name="text_permission_desc_billing">Allow the app to perform in-app purchases</string>
|
||||
<string name="text_permission_desc_bluetooth">Allow the app to access Bluetooth devices</string>
|
||||
<string name="text_permission_desc_bluetooth_admin">Allow the app to configure Bluetooth devices</string>
|
||||
<string name="text_permission_desc_broadcast_close_system_dialogs">Allow the app to send an intent to close system dialogs</string>
|
||||
<string name="text_permission_desc_call_phone">Allow the app to make phone calls</string>
|
||||
<string name="text_permission_desc_camera">Allow the app to access the camera</string>
|
||||
<string name="text_permission_desc_capture_video_output">Allow the app to capture video output</string>
|
||||
<string name="text_permission_desc_change_network_state">Allow the app to change network state</string>
|
||||
<string name="text_permission_desc_change_wifi_multicast_state">Allow the app to change Wi-Fi multicast state</string>
|
||||
<string name="text_permission_desc_change_wifi_state">Allow the app to change Wi-Fi state</string>
|
||||
<string name="text_permission_desc_disable_keyguard">Allow the app to disable screen lock</string>
|
||||
<string name="text_permission_desc_dump">Allow the app to dump system information</string>
|
||||
<string name="text_permission_desc_expand_status_bar">Allow the app to expand/collapse status bar</string>
|
||||
<string name="text_permission_desc_flashlight">Allow the app to control the flashlight</string>
|
||||
<string name="text_permission_desc_foreground_service">Allow the app to run foreground services</string>
|
||||
<string name="text_permission_desc_foreground_service_media_projection">Allow the app to use screen recording and media projection in foreground services</string>
|
||||
<string name="text_permission_desc_foreground_service_special_use">Allow the app to perform special operations in foreground services</string>
|
||||
<string name="text_permission_desc_get_accounts">Allow the app to access accounts on the device</string>
|
||||
<string name="text_permission_desc_install_shortcut">Allow the app to install shortcuts</string>
|
||||
<string name="text_permission_desc_interact_across_users_full">Allow the app to interact across users</string>
|
||||
<string name="text_permission_desc_internet">Allow the app to access the internet</string>
|
||||
<string name="text_permission_desc_kill_background_processes">Allow the app to terminate background processes</string>
|
||||
<string name="text_permission_desc_manage_external_storage">Allow the app to manage all files in external storage</string>
|
||||
<string name="text_permission_desc_manage_users">Allow the app to manage users</string>
|
||||
<string name="text_permission_desc_modify_audio_settings">Allow the app to modify audio settings</string>
|
||||
<string name="text_permission_desc_mount_format_filesystems">Allow the app to format external storage</string>
|
||||
<string name="text_permission_desc_mount_unmount_filesystems">Allow the app to mount/unmount file systems</string>
|
||||
<string name="text_permission_desc_nfc">Allow the app to communicate with NFC devices</string>
|
||||
<string name="text_permission_desc_post_notifications">Allow the app to post notifications</string>
|
||||
<string name="text_permission_desc_query_all_packages">Allow the app to query all packages</string>
|
||||
<string name="text_permission_desc_read_calendar">Allow the app to read calendar events</string>
|
||||
<string name="text_permission_desc_read_contacts">Allow the app to read contacts</string>
|
||||
<string name="text_permission_desc_read_external_storage">Allow the app to read from external storage</string>
|
||||
<string name="text_permission_desc_read_media_audio">Allow the app to read audio files from shared storage</string>
|
||||
<string name="text_permission_desc_read_media_images">Allow the app to read image files from shared storage</string>
|
||||
<string name="text_permission_desc_read_media_video">Allow the app to read video files from shared storage</string>
|
||||
<string name="text_permission_desc_read_phone_state">Allow the app to read phone state and identity</string>
|
||||
<string name="text_permission_desc_read_privileged_phone_state">Allow the app to access all phone state information</string>
|
||||
<string name="text_permission_desc_read_sms">Allow the app to read SMS messages</string>
|
||||
<string name="text_permission_desc_receive_boot_completed">Allow the app to receive broadcast when device boot completes</string>
|
||||
<string name="text_permission_desc_receive_sms">Allow the app to receive SMS messages</string>
|
||||
<string name="text_permission_desc_record_audio">Allow the app to record audio</string>
|
||||
<string name="text_permission_desc_reorder_tasks">Allow the app to reorder running applications</string>
|
||||
<string name="text_permission_desc_request_delete_packages">Allow the app to request deletion of packages</string>
|
||||
<string name="text_permission_desc_request_ignore_battery_optimizations">Allow the app to request ignoring battery optimizations</string>
|
||||
<string name="text_permission_desc_request_install_packages">Allow the app to request installation of other apps</string>
|
||||
<string name="text_permission_desc_schedule_exact_alarm">Allow the app to schedule time-precise operations</string>
|
||||
<string name="text_permission_desc_send_sms">Allow the app to send SMS messages</string>
|
||||
<string name="text_permission_desc_set_wallpaper">Allow the app to set wallpaper</string>
|
||||
<string name="text_permission_desc_set_wallpaper_hints">Allow the app to set wallpaper size hints</string>
|
||||
<string name="text_permission_desc_shizuku">Allow the app to interact with the system with elevated permissions via Shizuku service</string>
|
||||
<string name="text_permission_desc_system_alert_window">Allow the app to display over other apps</string>
|
||||
<string name="text_permission_desc_termux_run_command">Allow running commands (specific to Termux app)</string>
|
||||
<string name="text_permission_desc_uninstall_shortcut">Allow the app to uninstall shortcuts</string>
|
||||
<string name="text_permission_desc_unlimited_toasts">Allow the app to show unlimited Toast notifications</string>
|
||||
<string name="text_permission_desc_use_exact_alarm">Allow the app to schedule exact alarms or event reminders</string>
|
||||
<string name="text_permission_desc_vibrate">Allow the app to control phone vibration</string>
|
||||
<string name="text_permission_desc_wake_lock">Allow the app to prevent the phone from going to sleep</string>
|
||||
<string name="text_permission_desc_write_calendar">Allow the app to add or modify calendar events</string>
|
||||
<string name="text_permission_desc_write_contacts">Allow the app to modify contacts</string>
|
||||
<string name="text_permission_desc_write_external_storage">Allow the app to write to external storage</string>
|
||||
<string name="text_permission_desc_write_secure_settings">Allow the app to read/write secure system settings</string>
|
||||
<string name="text_permission_desc_write_settings">Allow the app to modify system settings</string>
|
||||
<string name="text_permission_granted">Permission granted</string>
|
||||
<string name="text_permission_granted_failed_with_root">Failed to grant permission (with root)</string>
|
||||
<string name="text_permission_granted_failed_with_shizuku">Failed to grant permission (with Shizuku)</string>
|
||||
<string name="text_permission_granted_with_root">Permission granted (with root)</string>
|
||||
<string name="text_permission_granted_with_shizuku">Permission granted (with Shizuku)</string>
|
||||
<string name="text_permission_package_usage_stats">Allow the app to access usage statistics of other apps</string>
|
||||
<string name="text_permission_revoked">Permission revoked</string>
|
||||
<string name="text_permission_revoked_failed_with_root">Failed to revoked permission (with root)</string>
|
||||
<string name="text_permission_revoked_failed_with_shizuku">Failed to revoke permission (with Shizuku)</string>
|
||||
@@ -719,6 +875,9 @@
|
||||
<string name="text_script_record">Script recording</string>
|
||||
<string name="text_script_running">Script running</string>
|
||||
<string name="text_search">Search</string>
|
||||
<string name="text_search_all_colors">Search all colors</string>
|
||||
<string name="text_search_color">Search color</string>
|
||||
<string name="text_search_help">Search help</string>
|
||||
<string name="text_select">Select</string>
|
||||
<string name="text_select_by_exists">If clip exists (exists)</string>
|
||||
<string name="text_select_by_find_one">Until find one (findOne)</string>
|
||||
@@ -728,7 +887,6 @@
|
||||
<string name="text_select_file_to_upload">Select file to upload</string>
|
||||
<string name="text_select_icon">Select icon</string>
|
||||
<string name="text_select_image">Select an image</string>
|
||||
<string name="text_use_default_icon">Use default icon</string>
|
||||
<string name="text_send">Send</string>
|
||||
<string name="text_send_shortcut">Create shortcut</string>
|
||||
<string name="text_server_mode">Server mode</string>
|
||||
@@ -743,100 +901,28 @@
|
||||
<string name="text_show_layout_bounds">View in layout bounds</string>
|
||||
<string name="text_show_layout_hierarchy">View in layout hierarchy</string>
|
||||
<string name="text_show_widget_information">Show widget information</string>
|
||||
<string name="text_signature_algorithm">Signature Algorithm</string>
|
||||
<string name="text_signature_configuration">Signature Configuration</string>
|
||||
<string name="text_signature_scheme">Signature Scheme</string>
|
||||
<string name="text_size">Size</string>
|
||||
<string name="text_some_items_exported">%d items exported</string>
|
||||
<string name="text_source_file_path">Source code path</string>
|
||||
<string name="text_special_permissions">Special permissions</string>
|
||||
<string name="text_stable_mode">Stable mode</string>
|
||||
<string name="text_star">Star</string>
|
||||
<string name="text_start_record">Start recording</string>
|
||||
<string name="text_start_running">Running</string>
|
||||
<string name="text_state_or_province">State or Province</string>
|
||||
<string name="text_stop">Stop</string>
|
||||
<string name="text_street">Street</string>
|
||||
<string name="text_successfully_created_key_store">Successfully created signature key</string>
|
||||
<string name="text_supported_abis_short">ABIs</string>
|
||||
<string name="text_supported_abis_short_32bit">ABIs (32-bit)</string>
|
||||
<string name="text_supported_abis_short_64bit">ABIs (64-bit)</string>
|
||||
<string name="text_supported_libraries_short">Libraries</string>
|
||||
<string name="text_signature_configuration">Signature Configuration</string>
|
||||
<string name="text_key_store">Keystore</string>
|
||||
<string name="text_default_key_store">Default Keystore</string>
|
||||
<string name="text_manage_key_store">Manage Keystore</string>
|
||||
<string name="text_signature_scheme">Signature Scheme</string>
|
||||
<string name="text_new_key_store">New Key Store</string>
|
||||
<string name="text_key_store_password">Key Store Password</string>
|
||||
<string name="text_key_alias">Alias</string>
|
||||
<string name="text_alias_password">Alias Password</string>
|
||||
<string name="text_signature_algorithm">Signature Algorithm</string>
|
||||
<string name="text_validity_years">Validity (Years)</string>
|
||||
<string name="text_first_and_last_name">Full Name</string>
|
||||
<string name="text_organization">Organization Name</string>
|
||||
<string name="text_organizational_unit">Organizational Unit</string>
|
||||
<string name="text_country_code">Country Code (XX)</string>
|
||||
<string name="text_state_or_province">State or Province</string>
|
||||
<string name="text_city_or_locality">City or Locality</string>
|
||||
<string name="text_street">Street</string>
|
||||
<string name="text_filename_cannot_be_empty">Filename cannot be empty</string>
|
||||
<string name="text_filename_cannot_contain_invalid_character">Filename cannot contain the following characters: \\ / : * ? " < > |</string>
|
||||
<string name="text_filename_is_too_long">Filename is too long</string>
|
||||
<string name="text_password_requires_at_least_n_characters">Password must be at least %d characters long</string>
|
||||
<string name="text_alias_cannot_be_empty">Alias cannot be empty</string>
|
||||
<string name="text_validity_years_cannot_be_empty">Validity years cannot be empty</string>
|
||||
<string name="text_validity_years_cannot_be_zero">Validity years cannot be zero</string>
|
||||
<string name="text_country_code_must_be_two_capital_letters">Country code must be two capital letters</string>
|
||||
<string name="text_at_least_one_certificate_issuer_field_is_not_empty">At least one field from \"Full Name, Organization Name, Organizational Unit, Country Code, State or Province, City or Locality, Street\" must be filled</string>
|
||||
<string name="text_successfully_created_key_store">Successfully created signature key</string>
|
||||
<string name="text_failed_to_create_key_store">Failed to create signature key</string>
|
||||
<string name="text_key_store_has_not_been_verified">Keystore has not been verified</string>
|
||||
<string name="text_key_store_has_been_verified">Keystore has been verified</string>
|
||||
<string name="text_verify">Verify</string>
|
||||
<string name="text_delete_all">Delete All</string>
|
||||
<string name="text_unverified">Unverified</string>
|
||||
<string name="text_verified">Verified</string>
|
||||
<string name="text_verify_key_store">Verify Keystore</string>
|
||||
<string name="text_verify_success">Verification successful</string>
|
||||
<string name="text_verify_failed">Verification failed</string>
|
||||
<string name="text_file_path">File Path</string>
|
||||
<string name="text_supported_permissions_short">Permissions</string>
|
||||
<string name="text_permission_access_wifi_state">Allow the app to access Wi-Fi state</string>
|
||||
<string name="text_permission_write_external_storage">Allow the app to write to external storage</string>
|
||||
<string name="text_permission_read_external_storage">Allow the app to read from external storage</string>
|
||||
<string name="text_permission_read_media_images">Allow the app to read image files from shared storage</string>
|
||||
<string name="text_permission_read_media_video">Allow the app to read video files from shared storage</string>
|
||||
<string name="text_permission_read_media_audio">Allow the app to read audio files from shared storage</string>
|
||||
<string name="text_permission_manage_external_storage">Allow the app to manage all files in external storage</string>
|
||||
<string name="text_permission_broadcast_close_system_dialogs">Allow the app to send an intent to close system dialogs</string>
|
||||
<string name="text_permission_read_privileged_phone_state">Allow the app to access all phone state information</string>
|
||||
<string name="text_permission_install_shortcut">Allow the app to install shortcuts</string>
|
||||
<string name="text_permission_uninstall_shortcut">Allow the app to uninstall shortcuts</string>
|
||||
<string name="text_permission_request_install_packages">Allow the app to request installation of other apps</string>
|
||||
<string name="text_permission_wake_lock">Prevent the phone from going to sleep</string>
|
||||
<string name="text_permission_use_exact_alarm">Allow the app to schedule exact alarms or event reminders</string>
|
||||
<string name="text_permission_schedule_exact_alarm">Allow the app to schedule time-precise operations</string>
|
||||
<string name="text_permission_vibrate">Allow the app to control phone vibration</string>
|
||||
<string name="text_permission_internet">Allow the app to access the internet</string>
|
||||
<string name="text_permission_access_network_state">Allow the app to view network connection status</string>
|
||||
<string name="text_permission_system_alert_window">Allow the app to display over other apps</string>
|
||||
<string name="text_permission_reorder_tasks">Allow the app to reorder running tasks</string>
|
||||
<string name="text_permission_request_ignore_battery_optimizations">Allow the app to request ignoring battery optimizations</string>
|
||||
<string name="text_permission_receive_boot_completed">Allow the app to receive broadcast when device boot completes</string>
|
||||
<string name="text_permission_post_notifications">Allow the app to post notifications</string>
|
||||
<string name="text_permission_foreground_service">Allow the app to run foreground services</string>
|
||||
<string name="text_permission_foreground_service_media_projection">Allow the app to use screen recording and media projection in foreground services</string>
|
||||
<string name="text_permission_foreground_service_special_use">Allow the app to perform special operations in foreground services</string>
|
||||
<string name="text_permission_unlimited_toasts">Allow the app to show unlimited Toast notifications</string>
|
||||
<string name="text_permission_capture_video_output">Allow the app to capture video output</string>
|
||||
<string name="text_permission_dump">Allow the app to dump system information</string>
|
||||
<string name="text_permission_query_all_packages">Allow the app to query all packages</string>
|
||||
<string name="text_permission_package_usage_stats">Allow the app to access usage statistics of other apps</string>
|
||||
<string name="text_permission_write_settings">Allow the app to modify system settings</string>
|
||||
<string name="text_permission_write_secure_settings">Allow the app to read/write secure system settings</string>
|
||||
<string name="text_permission_manage_users">Allow the app to manage users</string>
|
||||
<string name="text_permission_interact_across_users_full">Allow the app to interact across users</string>
|
||||
<string name="text_permission_access_coarse_location">Allow the app to access approximate location via network</string>
|
||||
<string name="text_permission_access_fine_location">Allow the app to access precise location via GPS</string>
|
||||
<string name="text_permission_record_audio">Allow the app to record audio</string>
|
||||
<string name="text_permission_run_command">Specific to Termux app, allow running commands</string>
|
||||
<string name="text_permission_read_phone_state">Allow the app to read phone state and identity</string>
|
||||
<string name="text_permission_read_sms">Allow the app to read SMS</string>
|
||||
<string name="text_permission_shizuku">Allow the app to interact with the system with elevated permissions via Shizuku service</string>
|
||||
<string name="text_switch_to_legacy_layout">Switch to legacy layout</string>
|
||||
<string name="text_switch_to_new_layout">Switch to new layout</string>
|
||||
<string name="text_switch_window">Switch window</string>
|
||||
<string name="text_symbols_settings">Symbols settings</string>
|
||||
<string name="text_tailor_made_developer">Tailor-made developer</string>
|
||||
@@ -854,12 +940,13 @@
|
||||
<string name="text_unable_to_build_apk_as_autojs6_does_not_include_selected_abi">The selected ABI \"%s\" cannot be used to create a packaged application, because the current version of AutoJs6 does not include the above ABI.</string>
|
||||
<string name="text_unavailable">Unavailable</string>
|
||||
<string name="text_unavailable_abi_for">ABI \"%s\" is unavailable</string>
|
||||
<string name="text_under_development">Under development</string>
|
||||
<string name="text_under_development_content">The feature will be ready to use in the next few updates</string>
|
||||
<string name="text_under_development_title">@string/text_under_development</string>
|
||||
<string name="text_under_development">Under development</string>
|
||||
<string name="text_undo">Undo</string>
|
||||
<string name="text_undo_simplified">Undo</string>
|
||||
<string name="text_unknown">Unknown</string>
|
||||
<string name="text_unverified">Unverified</string>
|
||||
<string name="text_updates">Updates</string>
|
||||
<string name="text_updates_checked_states_cleared">Updates checked states cleared</string>
|
||||
<string name="text_updates_snack_bar_act_later">Later</string>
|
||||
@@ -867,6 +954,7 @@
|
||||
<string name="text_usage_stats_permission">Usage stats access</string>
|
||||
<string name="text_usage_stats_permission_description">Provides access to device usage history and statistics which results in currentPackage() a more accurate result</string>
|
||||
<string name="text_use_android_n_shortcut">Use Android 7.0 shortcut</string>
|
||||
<string name="text_use_default_icon">Use default icon</string>
|
||||
<string name="text_use_volume_control_record">Use “Volume Down” key to control recording</string>
|
||||
<string name="text_use_volume_key_to_control_script_running">Use \"Volume Up\" key to control the script running</string>
|
||||
<string name="text_username">Username</string>
|
||||
@@ -874,12 +962,22 @@
|
||||
<string name="text_using_desc_selector">Use desc selector</string>
|
||||
<string name="text_using_id_selector">Use id selector</string>
|
||||
<string name="text_using_text_selector">Use text selector</string>
|
||||
<string name="text_validity_years">Validity (Years)</string>
|
||||
<string name="text_validity_years_cannot_be_empty">Validity years cannot be empty</string>
|
||||
<string name="text_validity_years_cannot_be_zero">Validity years cannot be zero</string>
|
||||
<string name="text_value">Value</string>
|
||||
<string name="text_variable_or_expr">Variable or expression</string>
|
||||
<string name="text_verified">Verified</string>
|
||||
<string name="text_verify">Verify</string>
|
||||
<string name="text_verify_failed">Verification failed</string>
|
||||
<string name="text_verify_key_store">Verify Keystore</string>
|
||||
<string name="text_verify_success">Verification successful</string>
|
||||
<string name="text_version">Version</string>
|
||||
<string name="text_version_code">Version code</string>
|
||||
<string name="text_version_code_with_computing" tools:ignore="TypographyEllipsis">Version code (computing...)</string>
|
||||
<string name="text_version_info">Version info</string>
|
||||
<string name="text_version_name">Version name</string>
|
||||
<string name="text_version_name_with_computing" tools:ignore="TypographyEllipsis">Version name (computing...)</string>
|
||||
<string name="text_view">View</string>
|
||||
<string name="text_view_docs">View documents</string>
|
||||
<string name="text_vsc_ext_version_not_meet_requirement">The version of the VSCode extension does not meet the requirements</string>
|
||||
@@ -889,76 +987,6 @@
|
||||
<string name="text_write_secure_settings">Write security settings</string>
|
||||
<string name="text_write_secure_settings_description">Secure system settings, containing system preferences that applications can read but are not allowed to write.\nThese are for preferences that the user must explicitly modify through the UI of a system app.\nWith secure system settings permission, normal applications can directly modify the secure settings (such as accessibility service).</string>
|
||||
<string name="text_write_system_settings">Write system settings</string>
|
||||
<string name="text_default">Default</string>
|
||||
<string name="text_package_name_with_computing" tools:ignore="TypographyEllipsis">Package name (computing...)</string>
|
||||
<string name="text_version_name_with_computing" tools:ignore="TypographyEllipsis">Version name (computing...)</string>
|
||||
<string name="text_version_code_with_computing" tools:ignore="TypographyEllipsis">Version code (computing...)</string>
|
||||
<string name="apk_info_file_size">File size</string>
|
||||
<string name="apk_info_signature_scheme">Signature</string>
|
||||
<string name="dialog_button_file_information">File info</string>
|
||||
<string name="text_file_extensions_title">File extensions</string>
|
||||
<string name="entry_file_extensions_not_show">Hide all file extensions</string>
|
||||
<string name="entry_file_extensions_show_all">Show all file extensions</string>
|
||||
<string name="entry_file_extensions_show_all_but_executable">Show file extensions (exclude *.js / *.auto)</string>
|
||||
<string name="description_file_extensions_preference">Used to set whether to show file extensions in AutoJs6 file explorer.</string>
|
||||
<string name="text_switch_to_new_layout">Switch to new layout</string>
|
||||
<string name="text_switch_to_legacy_layout">Switch to legacy layout</string>
|
||||
<string name="text_search_color">Search color</string>
|
||||
<string name="text_locate_current_theme_color">Locate current theme color</string>
|
||||
<string name="text_new_color_library">New color library</string>
|
||||
<string name="text_color_palette">Color palette</string>
|
||||
<string name="color_library_web_colors">WEB color library</string>
|
||||
<string name="color_library_css_colors">CSS color library</string>
|
||||
<string name="color_library_android_colors">Android color library</string>
|
||||
<string name="color_library_material_design_colors">Material design color library</string>
|
||||
<string name="color_library_default_colors">Default color library</string>
|
||||
<string name="color_name_window_background_light">Background light</string>
|
||||
<string name="color_name_window_background_night">Background night</string>
|
||||
<string name="text_color_library">Color library</string>
|
||||
<string name="color_library_title_default_colors">Default colors</string>
|
||||
<string name="color_library_title_material_design_colors">Material colors</string>
|
||||
<string name="color_library_title_android_colors">Android colors</string>
|
||||
<string name="color_library_title_css_colors">CSS colors</string>
|
||||
<string name="color_library_title_web_colors">WEB colors</string>
|
||||
<string name="color_library_identifier_material_design_colors">Material</string>
|
||||
<string name="color_library_identifier_default_colors">@string/text_default</string>
|
||||
<string name="color_library_identifier_custom">@string/mt_custom</string>
|
||||
<string name="dialog_title_color_palette">Color palette</string>
|
||||
<string name="text_add_color_library">Add a color library</string>
|
||||
<string name="text_import_color_library">Import a color library</string>
|
||||
<string name="text_new_intelligent_color_library">New intelligent color library</string>
|
||||
<string name="text_clone_color_library">Clone a color library</string>
|
||||
<string name="color_library_intelligent_colors">Intelligent color library</string>
|
||||
<string name="color_library_title_intelligent_colors">Intelligent colors</string>
|
||||
<string name="color_library_identifier_intelligent_colors">Intell.</string>
|
||||
<string name="color_library_identifier_palette">Palette</string>
|
||||
<string name="color_library_identifier_created">Created</string>
|
||||
<string name="text_search_all_colors">Search all colors</string>
|
||||
<string name="dialog_button_open_color_palette">Palette</string>
|
||||
<string name="content_current_theme_color_configured_by_palette">Current theme color %1$s is configured by the color palette</string>
|
||||
<string name="text_failed_to_locate">Failed to locate</string>
|
||||
<string name="content_failed_to_locate_library_for_theme_color">Failed to locate the color library for the theme color</string>
|
||||
<string name="content_failed_to_determine_index_of_theme_color_item">Failed to determine the index of the theme color item</string>
|
||||
<string name="dialog_title_color_details">Color details</string>
|
||||
<string name="dialog_title_theme_color_details">Theme color details</string>
|
||||
<string name="text_search_help">Search help</string>
|
||||
<string name="error_failed_to_render_content">Failed to render content</string>
|
||||
<string name="label_latest_used_time">Latest used: %1$s</string>
|
||||
<string name="dialog_button_clear_items">Clear</string>
|
||||
<string name="text_confirm_to_clear_all_histories">Are you sure to clear all histories?</string>
|
||||
<string name="text_all_histories_cleared">All histories have been cleared</string>
|
||||
<string name="error_invalid_color">Invalied color</string>
|
||||
<string name="error_failed_to_apply_current_color_history">Failed to apply current color history</string>
|
||||
<string name="text_confirm_to_clear_histories_of">All histories below will be cleared\n\n[ %1$s ]\n\nAre you sure to clear them all?</string>
|
||||
<string name="text_confirm_to_clear_histories_of_all_color_libraries">All histories below will be cleared\n\n[ All color libraries ]\n\nAre you sure to clear them all?</string>
|
||||
<string name="text_all_histories">All histories</string>
|
||||
<string name="text_special_permissions">Special permissions</string>
|
||||
<string name="summary_all_files_access">Allows AutoJs6 to access all files, including those in external storage</string>
|
||||
<string name="summary_display_over_other_apps">Allows AutoJs6 to display content over other apps</string>
|
||||
<string name="summary_post_notifications_permission">Allows AutoJs6 to create and post notifications</string>
|
||||
<string name="summary_all_files_access_inrt">Allow the application to access all files, including external storage</string>
|
||||
<string name="summary_display_over_other_apps_inrt">Allow the application to display content over other apps</string>
|
||||
<string name="summary_post_notifications_permission_inrt">Allow the application to create and send notifications</string>
|
||||
<string name="dialog_button_use_palette">Use palette</string>
|
||||
<string name="error_resolved_path_for_a_relative_path_cannot_be_null">Resolved path for \"%1$s\" cannot be null</string>
|
||||
|
||||
</resources>
|
||||
|
||||
Reference in New Issue
Block a user