6.6.2 - Alpha5 - 主题色设置页面新布局增加颜色搜索帮助菜单项

This commit is contained in:
SuperMonster003
2025-04-04 14:14:00 +08:00
parent 5b120d8d2c
commit 903d45149d
67 changed files with 4599 additions and 138 deletions

View File

@@ -114,7 +114,7 @@
<string name="error_cannot_rename">Failed to rename</string>
<string name="error_cannot_retrieve_battery_state">Cannot retrieve the battery state</string>
<string name="error_change_password_error_length">Use more characters for the password</string>
<string name="error_change_password_error_match">Those passwords didn\'t match</string>
<string name="error_change_password_error_match">Those passwords did not match</string>
<string name="error_check_for_update">Failed to check for updates</string>
<string name="error_colon_must_follow_a_valid_ip_address">Colon must follow a valid IP address</string>
<string name="error_compass_cannot_be_null">Compass cannot be null</string>
@@ -210,7 +210,7 @@
<string name="error_unknown_picker_result_type_with_params" formatted="false">Unknown result type {name: %s, params: %s}</string>
<string name="error_unknown_picker_selector_type" formatted="false">Unknown selector {name: %s, type: %s}</string>
<string name="error_unknown_type">Unknown type: %s</string>
<string name="file_not_exist_or_readable">File doesn\'t exist or readable: %s</string>
<string name="file_not_exist_or_readable">File does not exist or readable: %s</string>
<string name="foreground_notification_channel_name">AutoJs6 foreground service</string>
<string name="foreground_notification_text">Click to launch AutoJs6</string>
<string name="foreground_notification_title">AutoJs6 foreground service</string>
@@ -485,7 +485,7 @@
<string name="text_file_exists">File already exists</string>
<string name="text_file_explorer">File explorer</string>
<string name="text_file_name">File name</string>
<string name="text_file_not_exists">File doesn\'t exist</string>
<string name="text_file_not_exists">File does not exist</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_files_transfer">Files transfer</string>
<string name="text_find">Find</string>
@@ -893,10 +893,14 @@
<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>
@@ -908,7 +912,7 @@
<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="window_background_light">Backgournd light</string>
<string name="window_background_light">Background light</string>
<string 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>
@@ -937,5 +941,7 @@
<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>
</resources>