mirror of
https://github.com/StarCitizenToolBox/app.git
synced 2026-02-06 15:10:20 +00:00
feat: unp4k UI update
This commit is contained in:
@@ -1424,5 +1424,27 @@
|
||||
"splash_db_reset_done": "[Diagnostic] Database reset complete, preparing to exit application",
|
||||
"splash_db_reset_msg": "Database has been reset, application will exit. Please restart the application.",
|
||||
"splash_reset_db_failed": "[Diagnostic] Failed to reset database: {v0}",
|
||||
"@splash_reset_db_failed": {}
|
||||
}
|
||||
"@splash_reset_db_failed": {},
|
||||
"tools_unp4k_search_placeholder": "Search files (supports regex)...",
|
||||
"tools_unp4k_sort_default": "Default Sort",
|
||||
"tools_unp4k_sort_size_asc": "Smaller First",
|
||||
"tools_unp4k_sort_size_desc": "Larger First",
|
||||
"tools_unp4k_sort_date_asc": "Older First",
|
||||
"tools_unp4k_sort_date_desc": "Newer First",
|
||||
"tools_unp4k_action_save_as": "Save As...",
|
||||
"tools_unp4k_action_extracting": "Extracting: {v0}",
|
||||
"tools_unp4k_action_extract_success": "Extraction complete: {v0}",
|
||||
"tools_unp4k_action_extract_failed": "Extraction failed: {v0}",
|
||||
"tools_unp4k_search_no_result": "No matching files found",
|
||||
"tools_unp4k_searching": "Searching...",
|
||||
"tools_unp4k_extract_dialog_title": "Extract Files",
|
||||
"tools_unp4k_extract_progress": "Extracting ({v0}/{v1})",
|
||||
"tools_unp4k_extract_current_file": "Current file: {v0}",
|
||||
"tools_unp4k_extract_cancelled": "Extraction cancelled",
|
||||
"tools_unp4k_extract_completed": "Extraction completed, {v0} files total",
|
||||
"tools_unp4k_action_multi_select": "Multi-Select",
|
||||
"tools_unp4k_action_export_selected": "Export Selected ({v0})",
|
||||
"tools_unp4k_action_cancel_multi_select": "Cancel Multi-Select",
|
||||
"tools_unp4k_action_select_all": "Select All",
|
||||
"tools_unp4k_action_deselect_all": "Deselect All"
|
||||
}
|
||||
@@ -1139,5 +1139,27 @@
|
||||
"splash_db_reset_done": "[诊断] 数据库重置完成,准备退出应用",
|
||||
"splash_db_reset_msg": "数据库已重置,应用将退出。请重新启动应用。",
|
||||
"splash_reset_db_failed": "[诊断] 重置数据库失败: {v0}",
|
||||
"@splash_reset_db_failed": {}
|
||||
"@splash_reset_db_failed": {},
|
||||
"tools_unp4k_search_placeholder": "搜索文件(支持正则)...",
|
||||
"tools_unp4k_sort_default": "默认排序",
|
||||
"tools_unp4k_sort_size_asc": "小文件优先",
|
||||
"tools_unp4k_sort_size_desc": "大文件优先",
|
||||
"tools_unp4k_sort_date_asc": "旧文件优先",
|
||||
"tools_unp4k_sort_date_desc": "新文件优先",
|
||||
"tools_unp4k_action_save_as": "另存为...",
|
||||
"tools_unp4k_action_extracting": "正在提取:{v0}",
|
||||
"tools_unp4k_action_extract_success": "提取完成:{v0}",
|
||||
"tools_unp4k_action_extract_failed": "提取失败:{v0}",
|
||||
"tools_unp4k_search_no_result": "未找到匹配文件",
|
||||
"tools_unp4k_searching": "正在搜索...",
|
||||
"tools_unp4k_extract_dialog_title": "提取文件",
|
||||
"tools_unp4k_extract_progress": "正在提取 ({v0}/{v1})",
|
||||
"tools_unp4k_extract_current_file": "当前文件:{v0}",
|
||||
"tools_unp4k_extract_cancelled": "提取已取消",
|
||||
"tools_unp4k_extract_completed": "提取完成,共 {v0} 个文件",
|
||||
"tools_unp4k_action_multi_select": "多选",
|
||||
"tools_unp4k_action_export_selected": "导出选中项 ({v0})",
|
||||
"tools_unp4k_action_cancel_multi_select": "取消多选",
|
||||
"tools_unp4k_action_select_all": "全选",
|
||||
"tools_unp4k_action_deselect_all": "取消全选"
|
||||
}
|
||||
Reference in New Issue
Block a user