mirror of
https://github.com/StarCitizenToolBox/app.git
synced 2026-02-12 10:10:23 +00:00
feat: update cache clear ui
This commit is contained in:
@@ -402,6 +402,9 @@ class MessageLookup extends MessageLookupByLibrary {
|
||||
"Loading images...",
|
||||
),
|
||||
"app_common_network_error": m1,
|
||||
"app_common_recommended": MessageLookupByLibrary.simpleMessage(
|
||||
"Recommended",
|
||||
),
|
||||
"app_common_tip": MessageLookupByLibrary.simpleMessage("Tip"),
|
||||
"app_common_tip_cancel": MessageLookupByLibrary.simpleMessage("Cancel"),
|
||||
"app_common_tip_confirm": MessageLookupByLibrary.simpleMessage("Confirm"),
|
||||
@@ -2166,6 +2169,9 @@ class MessageLookup extends MessageLookupByLibrary {
|
||||
MessageLookupByLibrary.simpleMessage(
|
||||
"Hosts Acceleration (Experimental)",
|
||||
),
|
||||
"tools_action_info_cleaning": MessageLookupByLibrary.simpleMessage(
|
||||
"Cleaning...",
|
||||
),
|
||||
"tools_action_info_cleanup_complete": MessageLookupByLibrary.simpleMessage(
|
||||
"Cleanup complete, please complete one installation / game launch operation.",
|
||||
),
|
||||
@@ -2277,6 +2283,9 @@ class MessageLookup extends MessageLookupByLibrary {
|
||||
"tools_action_rsi_launcher_log_fix": MessageLookupByLibrary.simpleMessage(
|
||||
"RSI Launcher Log Fix",
|
||||
),
|
||||
"tools_action_start_cleaning": MessageLookupByLibrary.simpleMessage(
|
||||
"Start Cleaning",
|
||||
),
|
||||
"tools_action_switch_graphics_renderer":
|
||||
MessageLookupByLibrary.simpleMessage("Switch DirectX/Vulkan Renderer"),
|
||||
"tools_action_switch_graphics_renderer_info": m104,
|
||||
@@ -2407,12 +2416,18 @@ class MessageLookup extends MessageLookupByLibrary {
|
||||
"Installing patch, this will take some time depending on your computer\'s performance...",
|
||||
),
|
||||
"tools_shader_clean_all": MessageLookupByLibrary.simpleMessage("Clean All"),
|
||||
"tools_shader_clean_all_desc": MessageLookupByLibrary.simpleMessage(
|
||||
"Clean all version caches (only keep GraphicsSettings). Suitable for graphics anomalies or post-update cleaning.",
|
||||
),
|
||||
"tools_shader_clean_dialog_title": MessageLookupByLibrary.simpleMessage(
|
||||
"Clear Shader Cache",
|
||||
),
|
||||
"tools_shader_clean_keep_latest": MessageLookupByLibrary.simpleMessage(
|
||||
"Keep Latest",
|
||||
),
|
||||
"tools_shader_clean_keep_latest_desc": MessageLookupByLibrary.simpleMessage(
|
||||
"Suitable for use after game updates and completing the first launch. Keep all files in the latest version, clean other old versions (only keep GraphicsSettings).",
|
||||
),
|
||||
"tools_unp4k_action_cancel_multi_select":
|
||||
MessageLookupByLibrary.simpleMessage("Cancel Multi-Select"),
|
||||
"tools_unp4k_action_deselect_all": MessageLookupByLibrary.simpleMessage(
|
||||
|
||||
@@ -349,6 +349,7 @@ class MessageLookup extends MessageLookupByLibrary {
|
||||
"画像を読み込み中...",
|
||||
),
|
||||
"app_common_network_error": m1,
|
||||
"app_common_recommended": MessageLookupByLibrary.simpleMessage("推奨"),
|
||||
"app_common_tip": MessageLookupByLibrary.simpleMessage("ヒント"),
|
||||
"app_common_tip_cancel": MessageLookupByLibrary.simpleMessage("キャンセル"),
|
||||
"app_common_tip_confirm": MessageLookupByLibrary.simpleMessage("確認"),
|
||||
@@ -1844,6 +1845,9 @@ class MessageLookup extends MessageLookupByLibrary {
|
||||
),
|
||||
"tools_action_hosts_acceleration_experimental":
|
||||
MessageLookupByLibrary.simpleMessage("Hosts加速(実験的)"),
|
||||
"tools_action_info_cleaning": MessageLookupByLibrary.simpleMessage(
|
||||
"クリーニング中...",
|
||||
),
|
||||
"tools_action_info_cleanup_complete": MessageLookupByLibrary.simpleMessage(
|
||||
"クリーンアップが完了しました。インストールまたはゲーム起動操作を完了してください。",
|
||||
),
|
||||
@@ -1945,6 +1949,9 @@ class MessageLookup extends MessageLookupByLibrary {
|
||||
"tools_action_rsi_launcher_log_fix": MessageLookupByLibrary.simpleMessage(
|
||||
"RSI Launcher ログ修復",
|
||||
),
|
||||
"tools_action_start_cleaning": MessageLookupByLibrary.simpleMessage(
|
||||
"クリーニング開始",
|
||||
),
|
||||
"tools_action_unp4k": MessageLookupByLibrary.simpleMessage("P4Kビューア"),
|
||||
"tools_action_unp4k_info": MessageLookupByLibrary.simpleMessage(
|
||||
"Star Citizen p4kファイルを解凍",
|
||||
@@ -2037,12 +2044,18 @@ class MessageLookup extends MessageLookupByLibrary {
|
||||
"パッチをインストール中、これはコンピュータのパフォーマンスによって時間がかかります...",
|
||||
),
|
||||
"tools_shader_clean_all": MessageLookupByLibrary.simpleMessage("すべてクリア"),
|
||||
"tools_shader_clean_all_desc": MessageLookupByLibrary.simpleMessage(
|
||||
"すべてのバージョンのキャッシュをクリア(GraphicsSettingsのみ保持)。グラフィック異常またはアップデート後のクリーニングに適しています。",
|
||||
),
|
||||
"tools_shader_clean_dialog_title": MessageLookupByLibrary.simpleMessage(
|
||||
"シェーダーキャッシュをクリア",
|
||||
),
|
||||
"tools_shader_clean_keep_latest": MessageLookupByLibrary.simpleMessage(
|
||||
"最新を保持",
|
||||
),
|
||||
"tools_shader_clean_keep_latest_desc": MessageLookupByLibrary.simpleMessage(
|
||||
"ゲームアップデート後と初回起動完了後の使用に適しています。最新バージョンのすべてのファイルを保持し、他の古いバージョンをクリア(GraphicsSettingsのみ保持)。",
|
||||
),
|
||||
"tools_unp4k_missing_runtime": MessageLookupByLibrary.simpleMessage(
|
||||
"ランタイムがありません",
|
||||
),
|
||||
|
||||
@@ -372,6 +372,9 @@ class MessageLookup extends MessageLookupByLibrary {
|
||||
"Загрузка изображений...",
|
||||
),
|
||||
"app_common_network_error": m1,
|
||||
"app_common_recommended": MessageLookupByLibrary.simpleMessage(
|
||||
"Рекомендуется",
|
||||
),
|
||||
"app_common_tip": MessageLookupByLibrary.simpleMessage("Подсказка"),
|
||||
"app_common_tip_cancel": MessageLookupByLibrary.simpleMessage("Отмена"),
|
||||
"app_common_tip_confirm": MessageLookupByLibrary.simpleMessage(
|
||||
@@ -2078,6 +2081,9 @@ class MessageLookup extends MessageLookupByLibrary {
|
||||
MessageLookupByLibrary.simpleMessage(
|
||||
"Ускорение через Hosts (экспериментально)",
|
||||
),
|
||||
"tools_action_info_cleaning": MessageLookupByLibrary.simpleMessage(
|
||||
"Очистка...",
|
||||
),
|
||||
"tools_action_info_cleanup_complete": MessageLookupByLibrary.simpleMessage(
|
||||
"Очистка завершена, пожалуйста, выполните установку или запуск игры.",
|
||||
),
|
||||
@@ -2190,6 +2196,9 @@ class MessageLookup extends MessageLookupByLibrary {
|
||||
"tools_action_rsi_launcher_log_fix": MessageLookupByLibrary.simpleMessage(
|
||||
"Исправление лог-файла RSI Launcher",
|
||||
),
|
||||
"tools_action_start_cleaning": MessageLookupByLibrary.simpleMessage(
|
||||
"Начать очистку",
|
||||
),
|
||||
"tools_action_unp4k": MessageLookupByLibrary.simpleMessage(
|
||||
"Просмотрщик P4K",
|
||||
),
|
||||
@@ -2296,12 +2305,18 @@ class MessageLookup extends MessageLookupByLibrary {
|
||||
"tools_shader_clean_all": MessageLookupByLibrary.simpleMessage(
|
||||
"Очистить всё",
|
||||
),
|
||||
"tools_shader_clean_all_desc": MessageLookupByLibrary.simpleMessage(
|
||||
"Очистить кеш всех версий (сохранить только GraphicsSettings). Подходит для графических аномалий или очистки после обновления.",
|
||||
),
|
||||
"tools_shader_clean_dialog_title": MessageLookupByLibrary.simpleMessage(
|
||||
"Очистить кеш шейдеров",
|
||||
),
|
||||
"tools_shader_clean_keep_latest": MessageLookupByLibrary.simpleMessage(
|
||||
"Сохранить последнее",
|
||||
),
|
||||
"tools_shader_clean_keep_latest_desc": MessageLookupByLibrary.simpleMessage(
|
||||
"Подходит для использования после обновления игры и завершения первого запуска. Сохранить все файлы последней версии, очистить другие старые версии (сохранить только GraphicsSettings).",
|
||||
),
|
||||
"tools_unp4k_missing_runtime": MessageLookupByLibrary.simpleMessage(
|
||||
"Отсутствует среда выполнения",
|
||||
),
|
||||
|
||||
@@ -363,6 +363,7 @@ class MessageLookup extends MessageLookupByLibrary {
|
||||
"加载图片...",
|
||||
),
|
||||
"app_common_network_error": m1,
|
||||
"app_common_recommended": MessageLookupByLibrary.simpleMessage("推荐"),
|
||||
"app_common_tip": MessageLookupByLibrary.simpleMessage("提示"),
|
||||
"app_common_tip_cancel": MessageLookupByLibrary.simpleMessage("取消"),
|
||||
"app_common_tip_confirm": MessageLookupByLibrary.simpleMessage("确认"),
|
||||
@@ -1834,6 +1835,9 @@ class MessageLookup extends MessageLookupByLibrary {
|
||||
),
|
||||
"tools_action_hosts_acceleration_experimental":
|
||||
MessageLookupByLibrary.simpleMessage("Hosts 加速(实验性)"),
|
||||
"tools_action_info_cleaning": MessageLookupByLibrary.simpleMessage(
|
||||
"正在清理...",
|
||||
),
|
||||
"tools_action_info_cleanup_complete": MessageLookupByLibrary.simpleMessage(
|
||||
"清理完毕,请完成一次安装 / 游戏启动 操作。",
|
||||
),
|
||||
@@ -1929,6 +1933,7 @@ class MessageLookup extends MessageLookupByLibrary {
|
||||
"tools_action_rsi_launcher_log_fix": MessageLookupByLibrary.simpleMessage(
|
||||
"RSI Launcher Log 修复",
|
||||
),
|
||||
"tools_action_start_cleaning": MessageLookupByLibrary.simpleMessage("开始清理"),
|
||||
"tools_action_switch_graphics_renderer":
|
||||
MessageLookupByLibrary.simpleMessage("切换 DirectX/Vulkan 渲染器"),
|
||||
"tools_action_switch_graphics_renderer_info": m104,
|
||||
@@ -2045,12 +2050,18 @@ class MessageLookup extends MessageLookupByLibrary {
|
||||
"tools_rsi_launcher_enhance_working_msg2":
|
||||
MessageLookupByLibrary.simpleMessage("安装补丁,这需要一点时间,取决于您的计算机性能 ..."),
|
||||
"tools_shader_clean_all": MessageLookupByLibrary.simpleMessage("全部清理"),
|
||||
"tools_shader_clean_all_desc": MessageLookupByLibrary.simpleMessage(
|
||||
"清理所有版本的缓存。适合画面异常或更新后清理。",
|
||||
),
|
||||
"tools_shader_clean_dialog_title": MessageLookupByLibrary.simpleMessage(
|
||||
"清理着色器缓存",
|
||||
),
|
||||
"tools_shader_clean_keep_latest": MessageLookupByLibrary.simpleMessage(
|
||||
"保留最新",
|
||||
),
|
||||
"tools_shader_clean_keep_latest_desc": MessageLookupByLibrary.simpleMessage(
|
||||
"适合游戏更新并完成首次启动后使用。保留最新版本的所有文件,清理其他旧版本。",
|
||||
),
|
||||
"tools_unp4k_action_cancel_multi_select":
|
||||
MessageLookupByLibrary.simpleMessage("取消多选"),
|
||||
"tools_unp4k_action_deselect_all": MessageLookupByLibrary.simpleMessage(
|
||||
|
||||
@@ -334,6 +334,7 @@ class MessageLookup extends MessageLookupByLibrary {
|
||||
"載入圖片...",
|
||||
),
|
||||
"app_common_network_error": m1,
|
||||
"app_common_recommended": MessageLookupByLibrary.simpleMessage("推薦"),
|
||||
"app_common_tip": MessageLookupByLibrary.simpleMessage("提示"),
|
||||
"app_common_tip_cancel": MessageLookupByLibrary.simpleMessage("取消"),
|
||||
"app_common_tip_confirm": MessageLookupByLibrary.simpleMessage("確認"),
|
||||
@@ -1729,6 +1730,9 @@ class MessageLookup extends MessageLookupByLibrary {
|
||||
),
|
||||
"tools_action_hosts_acceleration_experimental":
|
||||
MessageLookupByLibrary.simpleMessage("Hosts 加速(Beta)"),
|
||||
"tools_action_info_cleaning": MessageLookupByLibrary.simpleMessage(
|
||||
"正在清理...",
|
||||
),
|
||||
"tools_action_info_cleanup_complete": MessageLookupByLibrary.simpleMessage(
|
||||
"清理完畢,請完成一次安裝 / 遊戲啟動 操作。",
|
||||
),
|
||||
@@ -1822,6 +1826,7 @@ class MessageLookup extends MessageLookupByLibrary {
|
||||
"tools_action_rsi_launcher_log_fix": MessageLookupByLibrary.simpleMessage(
|
||||
"啟動器日誌修復",
|
||||
),
|
||||
"tools_action_start_cleaning": MessageLookupByLibrary.simpleMessage("開始清理"),
|
||||
"tools_action_unp4k": MessageLookupByLibrary.simpleMessage("P4K 查看器"),
|
||||
"tools_action_unp4k_info": MessageLookupByLibrary.simpleMessage(
|
||||
"解包星際公民 p4k 文件",
|
||||
@@ -1908,12 +1913,18 @@ class MessageLookup extends MessageLookupByLibrary {
|
||||
"tools_rsi_launcher_enhance_working_msg2":
|
||||
MessageLookupByLibrary.simpleMessage("安裝補丁,這需要一點時間,取決於您的電腦性能 ..."),
|
||||
"tools_shader_clean_all": MessageLookupByLibrary.simpleMessage("全部清理"),
|
||||
"tools_shader_clean_all_desc": MessageLookupByLibrary.simpleMessage(
|
||||
"清理所有版本的快取(僅保留 GraphicsSettings)。適合畫面異常或更新後清理。",
|
||||
),
|
||||
"tools_shader_clean_dialog_title": MessageLookupByLibrary.simpleMessage(
|
||||
"清理著色器緩存",
|
||||
),
|
||||
"tools_shader_clean_keep_latest": MessageLookupByLibrary.simpleMessage(
|
||||
"保留最新",
|
||||
),
|
||||
"tools_shader_clean_keep_latest_desc": MessageLookupByLibrary.simpleMessage(
|
||||
"適合遊戲更新並完成首次啟動後使用。保留最新版本的所有檔案,清理其他舊版本(僅保留 GraphicsSettings)。",
|
||||
),
|
||||
"tools_unp4k_missing_runtime": MessageLookupByLibrary.simpleMessage(
|
||||
"缺少運行庫",
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user