Update Chinese translation. Thanks to 456Vv <123@456vv.com>.
This commit is contained in:
parent
1af98225a1
commit
123706d87e
@ -8,7 +8,8 @@ call "%~dp0\_paths.bat"
|
||||
if not "%LAMEXP_ERROR%"=="0" GOTO:EOF
|
||||
REM -----------------------------------------------------------------
|
||||
call "%PATH_MSVC90%\VC\bin\vcvars32.bat" x86
|
||||
call "%PATH_QTMSVC%\bin\qtenv2.bat"
|
||||
if exist "%PATH_QTMSVC%\bin\qtenv2.bat" call "%PATH_QTMSVC%\bin\qtenv2.bat"
|
||||
if exist "%PATH_QTMSVC%\bin\qtvars.bat" call "%PATH_QTMSVC%\bin\qtvars.bat"
|
||||
REM -----------------------------------------------------------------
|
||||
set "LAMEXP_ERROR=1"
|
||||
msbuild.exe /property:Configuration=%2 /property:Platform=Win32 /target:Clean /verbosity:normal %1
|
||||
|
@ -9,7 +9,8 @@ REM -----------------------------------------------------------------
|
||||
set "LAMEXP_ERROR=1"
|
||||
REM -----------------------------------------------------------------
|
||||
call "%PATH_MSVC90%\VC\bin\vcvars32.bat" x86
|
||||
call "%PATH_QTMSVC%\bin\qtenv2.bat"
|
||||
if exist "%PATH_QTMSVC%\bin\qtenv2.bat" call "%PATH_QTMSVC%\bin\qtenv2.bat"
|
||||
if exist "%PATH_QTMSVC%\bin\qtvars.bat" call "%PATH_QTMSVC%\bin\qtvars.bat"
|
||||
REM -----------------------------------------------------------------
|
||||
set "LAMEXP_ERROR=1"
|
||||
set "LST_FILE=%TEMP%\~list.%RANDOM%%RANDOM%.tmp"
|
||||
|
@ -56,7 +56,6 @@ if not exist "%PATH_UPXBIN%\upx.exe" GOTO:EOF
|
||||
if not exist "%PATH_MKNSIS%\makensis.exe" GOTO:EOF
|
||||
if not exist "%PATH_MSVC90%\VC\vcvarsall.bat" GOTO:EOF
|
||||
if not exist "%PATH_MSVC90%\VC\bin\cl.exe" GOTO:EOF
|
||||
if not exist "%PATH_QTMSVC%\bin\qtenv2.bat" GOTO:EOF
|
||||
if not exist "%PATH_QTMSVC%\bin\uic.exe" GOTO:EOF
|
||||
if not exist "%PATH_QTMSVC%\bin\moc.exe" GOTO:EOF
|
||||
if not exist "%PATH_QTMSVC%\bin\rcc.exe" GOTO:EOF
|
||||
@ -64,4 +63,9 @@ if not exist "%PATH_GNUPG1%\gpg.exe" GOTO:EOF
|
||||
if not exist "%PATH_GNUPG1%\gpg.exe" GOTO:EOF
|
||||
if not exist "%~dp0\..\..\%PATH_VCPROJ%" GOTO:EOF
|
||||
REM ------------------------------------------
|
||||
if exist "%PATH_QTMSVC%\bin\qtvars.bat" goto qtvars_found
|
||||
if exist "%PATH_QTMSVC%\bin\qtenv2.bat" goto qtvars_found
|
||||
GOTO:EOF
|
||||
:qtvars_found
|
||||
REM ------------------------------------------
|
||||
set "LAMEXP_ERROR=0"
|
||||
|
@ -3079,22 +3079,22 @@
|
||||
<context>
|
||||
<name>QApplication</name>
|
||||
<message>
|
||||
<location filename="../../src/Global.cpp" line="828"/>
|
||||
<location filename="../../src/Global.cpp" line="833"/>
|
||||
<source>Executable '%1' doesn't support Windows compatibility mode.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../src/Global.cpp" line="1083"/>
|
||||
<location filename="../../src/Global.cpp" line="1088"/>
|
||||
<source>Executable '%1' requires Qt v%2, but found Qt v%3.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../src/Global.cpp" line="1088"/>
|
||||
<location filename="../../src/Global.cpp" line="1093"/>
|
||||
<source>Executable '%1' was built for Qt '%2', but found Qt '%3'.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../src/Global.cpp" line="1101"/>
|
||||
<location filename="../../src/Global.cpp" line="1106"/>
|
||||
<source>Executable '%1' requires Windows 2000 or later.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
|
@ -3080,22 +3080,22 @@
|
||||
<context>
|
||||
<name>QApplication</name>
|
||||
<message>
|
||||
<location filename="../../src/Global.cpp" line="828"/>
|
||||
<location filename="../../src/Global.cpp" line="833"/>
|
||||
<source>Executable '%1' doesn't support Windows compatibility mode.</source>
|
||||
<translation type="unfinished">Plik wykonywalny '%1' nie działa w trybie kompatybilności z Windows.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../src/Global.cpp" line="1083"/>
|
||||
<location filename="../../src/Global.cpp" line="1088"/>
|
||||
<source>Executable '%1' requires Qt v%2, but found Qt v%3.</source>
|
||||
<translation type="unfinished">Plik wykonywalny '%1' wymaga Qt v%2, znaleziono jednak Qt v%3.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../src/Global.cpp" line="1088"/>
|
||||
<location filename="../../src/Global.cpp" line="1093"/>
|
||||
<source>Executable '%1' was built for Qt '%2', but found Qt '%3'.</source>
|
||||
<translation type="unfinished">Plik wykonywalny "%1" został skompilowany dla Qt "%2", znaleziono "%3".</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../src/Global.cpp" line="1101"/>
|
||||
<location filename="../../src/Global.cpp" line="1106"/>
|
||||
<source>Executable '%1' requires Windows 2000 or later.</source>
|
||||
<translation type="unfinished">Plik wykonywalny '%1' wymaga do uruchomienia Windows 2000 lub nowszego.</translation>
|
||||
</message>
|
||||
|
@ -3081,22 +3081,22 @@
|
||||
<context>
|
||||
<name>QApplication</name>
|
||||
<message>
|
||||
<location filename="../../src/Global.cpp" line="828"/>
|
||||
<location filename="../../src/Global.cpp" line="833"/>
|
||||
<source>Executable '%1' doesn't support Windows compatibility mode.</source>
|
||||
<translation>EXE-filen '%1' stöder inte Windows kompatibilitetsläge.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../src/Global.cpp" line="1083"/>
|
||||
<location filename="../../src/Global.cpp" line="1088"/>
|
||||
<source>Executable '%1' requires Qt v%2, but found Qt v%3.</source>
|
||||
<translation>EXE-filen '%1' kräver Qt v%2, du har Qt v%3.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../src/Global.cpp" line="1088"/>
|
||||
<location filename="../../src/Global.cpp" line="1093"/>
|
||||
<source>Executable '%1' was built for Qt '%2', but found Qt '%3'.</source>
|
||||
<translation>EXE-filen '%1' är byggd för Qt '%2', du har Qt '%3'.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../src/Global.cpp" line="1101"/>
|
||||
<location filename="../../src/Global.cpp" line="1106"/>
|
||||
<source>Executable '%1' requires Windows 2000 or later.</source>
|
||||
<translation>EXE-filen '%1' kräver Windows 2000 eller senare.</translation>
|
||||
</message>
|
||||
|
@ -272,7 +272,7 @@
|
||||
</message>
|
||||
<message>
|
||||
<source>Encoder</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>编码器</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
@ -419,7 +419,7 @@
|
||||
</message>
|
||||
<message>
|
||||
<source>New Folder</source>
|
||||
<translation type="unfinished">新文件夹</translation>
|
||||
<translation>新文件夹</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
@ -1839,67 +1839,67 @@
|
||||
</message>
|
||||
<message>
|
||||
<source>MP3</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>MP3</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Ogg/Vorbis</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Ogg/Vorbis</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>AAC/MP4</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>AAC/MP4</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>PCM/Wave</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>PCM/Wave</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>A/52</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>A/52</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>DCA</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>DCA</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Opus</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Opus</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source> Opus Encoder Options </source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation> Opus 编码器选项 </translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Optimize for Signal Type:</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>优化信号类型:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Encoding Complexity:</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>编码复杂度:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Music</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>音乐</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>(Undefined)</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>(未定义)</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Frame Size:</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>帧大小:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Use Experimental Encoder Perceptual Tuning</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>使用实验编码调整感知</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>OpusEnc:</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>OpusEnc:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Show Help</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>显示帮助</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
|
@ -1,7 +1,8 @@
|
||||
@echo off
|
||||
REM ---------------------------
|
||||
call "..\Deployment\_paths.bat"
|
||||
call "%PATH_QTMSVC%\bin\qtenv2.bat"
|
||||
if exist "%PATH_QTMSVC%\bin\qtenv2.bat" call "%PATH_QTMSVC%\bin\qtenv2.bat"
|
||||
if exist "%PATH_QTMSVC%\bin\qtvars.bat" call "%PATH_QTMSVC%\bin\qtvars.bat"
|
||||
REM ---------------------------
|
||||
for %%f in (LameXP_??.ts) do (
|
||||
lrelease.exe %%f -qm ..\..\res\localization\%%~nf.qm
|
||||
|
@ -1,7 +1,8 @@
|
||||
@echo off
|
||||
REM ---------------------------
|
||||
call "..\Deployment\_paths.bat"
|
||||
call "%PATH_QTMSVC%\bin\qtenv2.bat"
|
||||
if exist "%PATH_QTMSVC%\bin\qtenv2.bat" call "%PATH_QTMSVC%\bin\qtenv2.bat"
|
||||
if exist "%PATH_QTMSVC%\bin\qtvars.bat" call "%PATH_QTMSVC%\bin\qtvars.bat"
|
||||
REM ---------------------------
|
||||
del update.lst > NUL
|
||||
REM ---------------------------
|
||||
|
Binary file not shown.
@ -30,7 +30,7 @@
|
||||
#define VER_LAMEXP_MINOR_LO 5
|
||||
#define VER_LAMEXP_TYPE Beta
|
||||
#define VER_LAMEXP_PATCH 3
|
||||
#define VER_LAMEXP_BUILD 1083
|
||||
#define VER_LAMEXP_BUILD 1084
|
||||
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
// Tool versions (minimum expected versions!)
|
||||
|
Loading…
Reference in New Issue
Block a user