Add open_logs strings to localizations
Add open_logs and logs_tooltip localization entries across multiple language JSON files (ar, de, en, es, fr, hi, id, it, ja, pl, pt, ru, tr, zh) so the About/System Info UI can expose an action to open the application logs folder. Also add an "about" section to ytsage/utils/ytsage_localization.py with default entries (open_logs, logs_tooltip, refresh). This wires the logs-folder UI text into the localization system.
This commit is contained in:
@@ -233,6 +233,8 @@
|
||||
"system_info": "系统信息",
|
||||
"loading": "🔄 正在加载系统信息...",
|
||||
"refresh": "🔄",
|
||||
"open_logs": "📂 日志",
|
||||
"logs_tooltip": "打开应用程序日志文件夹",
|
||||
"refreshing": "🔄 正在刷新...",
|
||||
"refresh_failed": "刷新失败",
|
||||
"refresh_failed_message": "无法刷新版本信息。",
|
||||
|
||||
Reference in New Issue
Block a user