6.6.2 - Alpha5 - 增加 "文件扩展名" 设置选项

This commit is contained in:
SuperMonster003
2025-03-24 19:48:48 +08:00
parent 0125ac27e1
commit 2235cba860
21 changed files with 201 additions and 21 deletions

View File

@@ -485,6 +485,7 @@
<string name="text_failed_to_write_file">文件寫入失敗</string>
<string name="text_file">文件</string>
<string name="text_file_exists">文件已存在</string>
<string name="text_file_explorer">文件管理器</string>
<string name="text_file_name">文件名</string>
<string name="text_file_not_exists">文件不存在</string>
<string name="text_file_with_abs_path_is_not_an_executable_script">文件 \"%1$s\" 非可執行腳本</string>
@@ -893,5 +894,13 @@
<string name="text_package_name_with_computing" tools:ignore="TypographyEllipsis">包名 (計算中...)</string>
<string name="text_version_name_with_computing" tools:ignore="TypographyEllipsis">版本名稱 (計算中...)</string>
<string name="text_version_code_with_computing" tools:ignore="TypographyEllipsis">版本號 (計算中...)</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="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_color">Locate current color</string>
</resources>