6.6.3 - Alpha - 版本历史功能采用本地缓存优先, 联网补充更新的策略, 且支持类型筛选及流程日志显示

This commit is contained in:
SuperMonster003
2025-05-03 18:26:06 +08:00
parent 858cac5632
commit 5c3b80f96b
39 changed files with 1008 additions and 183 deletions

View File

@@ -275,6 +275,25 @@
<string name="hint_loop_delay">開始迴圈前的延遲</string>
<string name="hint_loop_times">0 表示無限迴圈</string>
<string name="label_latest_used_time">最近使用: %1$s</string>
<string name="logger_ver_history_blob_thread_failure">執行緒 "blob" 請求失敗</string>
<string name="logger_ver_history_blob_thread_success">執行緒 "blob" 請求成功, 寫入離線快取</string>
<string name="logger_ver_history_data_loaded">資料載入完畢</string>
<string name="logger_ver_history_initial_content_chosen">初始內容選用</string>
<string name="logger_ver_history_insert_new_entries">插入新條目</string>
<string name="logger_ver_history_load_local_data">載入本地資料</string>
<string name="logger_ver_history_local_asset_file">本地資產檔案</string>
<string name="logger_ver_history_local_asset_latest">本地資產檔案最新版本</string>
<string name="logger_ver_history_local_data_empty">本地資料為空</string>
<string name="logger_ver_history_local_data_newer_stop_online">本地資料較新, 停止繼續分析線上資料</string>
<string name="logger_ver_history_no_processing_needed">無需處理</string>
<string name="logger_ver_history_offline_cache_file">離線快取檔案</string>
<string name="logger_ver_history_offline_cache_latest">離線快取檔案最新版本</string>
<string name="logger_ver_history_overwrite_date">覆寫日期內容</string>
<string name="logger_ver_history_overwrite_update_record">覆寫更新記錄</string>
<string name="logger_ver_history_raw_thread_failure">執行緒 "raw" 請求失敗</string>
<string name="logger_ver_history_raw_thread_success">執行緒 "raw" 請求成功, 寫入離線快取</string>
<string name="logger_ver_history_start_blob_thread">啟動 "blob" 備用請求執行緒</string>
<string name="logger_ver_history_start_raw_thread">啟動 "raw" 請求執行緒</string>
<string name="media_info_album_label">專輯</string>
<string name="media_info_aspect_ratio_label">縱橫比</string>
<string name="media_info_audio_format_label">音訊</string>
@@ -418,6 +437,7 @@
<string name="text_captured_window_info_type_of_split_screen_divider">分割螢幕分隔線</string>
<string name="text_captured_window_info_type_of_system">系統</string>
<string name="text_captured_window_info_type_unknown">未知型別</string>
<string name="text_category_filter">類別篩選</string>
<string name="text_change_working_dir">更改工作路徑</string>
<string name="text_changelog_item_dependency">部分依賴或本地庫版本調整</string>
<string name="text_check_for_updates">檢查更新</string>
@@ -814,6 +834,7 @@
<string name="text_please_choose">請選擇</string>
<string name="text_please_choose_a_script">請選擇指令碼</string>
<string name="text_please_input_name">請輸入名稱</string>
<string name="text_please_wait" tools:ignore="TypographyEllipsis">請稍候...</string>
<string name="text_pointer_location">指標位置</string>
<string name="text_pointer_location_toggle_failed_with_hint">切換 \"指標位置\" 顯示狀態失敗\n可能缺少 root 許可權</string>
<string name="text_post_notifications_permission">釋出通知許可權</string>
@@ -825,6 +846,7 @@
<string name="text_press_again_to_exit">再按一次退出應用</string>
<string name="text_press_back_or_vol_down_to_close_window">如需關閉視窗, 可按 \"返回鍵\" 或 \"音量減鍵\"</string>
<string name="text_preview">預覽</string>
<string name="text_process_log">流程日誌</string>
<string name="text_processing">處理中</string>
<string name="text_project">專案</string>
<string name="text_project_location">專案位置</string>
@@ -1002,6 +1024,7 @@
<string name="text_view">檢視</string>
<string name="text_view_docs">檢視文件</string>
<string name="text_vsc_ext_version_not_meet_requirement">VSCode 外掛版本不符合要求</string>
<string name="text_waiting_for_all_data_processing_to_complete" tools:ignore="TypographyEllipsis">正在等待全部資料處理完畢...</string>
<string name="text_weekly_task">每週任務</string>
<string name="text_weekly_task_should_check_day_of_week">需至少選擇一天</string>
<string name="text_working_dir_path">工作路徑</string>