diff --git a/QtScrcpy/res/i18n/QtScrcpy_en.qm b/QtScrcpy/res/i18n/QtScrcpy_en.qm index 9b2b461..bbb44a8 100644 Binary files a/QtScrcpy/res/i18n/QtScrcpy_en.qm and b/QtScrcpy/res/i18n/QtScrcpy_en.qm differ diff --git a/QtScrcpy/res/i18n/QtScrcpy_en.ts b/QtScrcpy/res/i18n/QtScrcpy_en.ts index 7a17190..5bf9e4d 100644 --- a/QtScrcpy/res/i18n/QtScrcpy_en.ts +++ b/QtScrcpy/res/i18n/QtScrcpy_en.ts @@ -49,108 +49,117 @@ Dialog - + Wireless Wireless - + wireless connect wireless connect - + wireless disconnect wireless disconnect - + Start Config Start Config - + record save path: record save psth: - - + + select path select path - + record format: record format: - Game for Peace - Game for Peace + Game for Peace - + not display not display - + stop all server stop all server - + adb command: adb command: - + terminate terminate - + execute execute - + clear clear - + always top always top - + use reverse use reverse - + close screen close screen - + + update script + update script + + + + custom map + custom map + + + USB line USB line - + stop server stop server - + start server start server - + device serial: device serial: @@ -159,27 +168,27 @@ Config - + bit rate: bit rate: - + video size: video size: - + start adbd start adbd - + get device ip get device ip - + update device update device @@ -265,7 +274,7 @@ file transfer failed - + file does not exist file does not exist diff --git a/QtScrcpy/res/i18n/QtScrcpy_zh.qm b/QtScrcpy/res/i18n/QtScrcpy_zh.qm index f7ac059..5b1098d 100644 Binary files a/QtScrcpy/res/i18n/QtScrcpy_zh.qm and b/QtScrcpy/res/i18n/QtScrcpy_zh.qm differ diff --git a/QtScrcpy/res/i18n/QtScrcpy_zh.ts b/QtScrcpy/res/i18n/QtScrcpy_zh.ts index 9efef72..5a4fe1b 100644 --- a/QtScrcpy/res/i18n/QtScrcpy_zh.ts +++ b/QtScrcpy/res/i18n/QtScrcpy_zh.ts @@ -49,108 +49,117 @@ Dialog - + Wireless 无线 - + wireless connect 无线连接 - + wireless disconnect 无线断开 - + Start Config 启动配置 - + record save path: 录像保存路径: - - + + select path 选择路径 - + record format: 录制格式: - Game for Peace - 和平精英 + 和平精英 - + not display 仅后台录制 - + stop all server 停止所有服务 - + adb command: adb命令行: - + terminate 终止 - + execute 执行 - + clear 清理 - + always top 窗口置顶 - + use reverse 使用reverse - + close screen 自动息屏 - + + update script + 更新脚本 + + + + custom map + 自定义映射 + + + USB line USB线 - + stop server 停止服务 - + start server 启动服务 - + device serial: 设备序列号: @@ -159,27 +168,27 @@ 配置 - + bit rate: 比特率: - + video size: 视频尺寸: - + start adbd 启动adbd - + get device ip 获取设备IP - + update device 刷新设备列表 @@ -265,7 +274,7 @@ 文件传输失败 - + file does not exist 文件不存在 diff --git a/QtScrcpy/util/version.h b/QtScrcpy/util/version.h index 2e6aea5..a59a0b2 100644 --- a/QtScrcpy/util/version.h +++ b/QtScrcpy/util/version.h @@ -5,7 +5,7 @@ #define QTSCRCPY_MAJOR 1 #define QTSCRCPY_MINOR 0 -#define QTSCRCPY_PATCH 2 +#define QTSCRCPY_PATCH 3 #define QTSCRCPY_VERSION_CHK(major, minor, patch) \ (((major)<<16) | ((minor)<<8) | (patch))