- Added i18n JSON files (zh.json, en.json) with auto language detection - Updated miniplayer.ui to use i18n keys for all button labels - Added MiniPlayerIcon overlay in top-left corner of main window - Load i18n translations on app startup based on system locale
10 lines
191 B
JSON
10 lines
191 B
JSON
{
|
|
"open": "打开",
|
|
"prev": "上一个",
|
|
"play_pause": "播放/暂停",
|
|
"next": "下一个",
|
|
"url_placeholder": "输入视频URL...",
|
|
"load": "加载",
|
|
"fullscreen": "全屏"
|
|
}
|