parent
b40d9da01d
commit
1bc56e1c86
22 changed files with 13210 additions and 13075 deletions
|
@ -120,7 +120,7 @@ set(cockatrice_RESOURCES cockatrice.qrc)
|
|||
|
||||
IF(UPDATE_TRANSLATIONS)
|
||||
FILE(GLOB_RECURSE translate_cockatrice_SRCS ${CMAKE_SOURCE_DIR}/cockatrice/src/*.cpp ${CMAKE_SOURCE_DIR}/cockatrice/src/*.h)
|
||||
FILE(GLOB_RECURSE translate_common_SRCS ${CMAKE_CURRENT_SOURCE_DIR}/common/*.cpp ${CMAKE_CURRENT_SOURCE_DIR}/common/*.h)
|
||||
FILE(GLOB_RECURSE translate_common_SRCS ${CMAKE_SOURCE_DIR}/common/*.cpp ${CMAKE_SOURCE_DIR}/common/*.h)
|
||||
SET(translate_SRCS ${translate_cockatrice_SRCS} ${translate_common_SRCS})
|
||||
SET(cockatrice_TS "${CMAKE_CURRENT_SOURCE_DIR}/translations/cockatrice_en.ts")
|
||||
ELSE()
|
||||
|
|
|
@ -1458,7 +1458,6 @@ public:
|
|||
|
||||
void retranslateUi(QWidget *shortcutsTab)
|
||||
{
|
||||
shortcutsTab->setWindowTitle(QApplication::translate("shortcutsTab", "Form", 0));
|
||||
groupBox->setTitle(QApplication::translate("shortcutsTab", "Main Window", 0));
|
||||
lbl_MainWindow_aDeckEditor->setText(QApplication::translate("shortcutsTab", "Deck editor", 0));
|
||||
lbl_MainWindow_aSinglePlayer->setText(QApplication::translate("shortcutsTab", "Local gameplay", 0));
|
||||
|
|
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
|
@ -4,18 +4,18 @@
|
|||
<context>
|
||||
<name>IntroPage</name>
|
||||
<message>
|
||||
<location filename="../src/oraclewizard.cpp" line="170"/>
|
||||
<location filename="../src/oraclewizard.cpp" line="166"/>
|
||||
<source>Introduction</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/oraclewizard.cpp" line="171"/>
|
||||
<location filename="../src/oraclewizard.cpp" line="167"/>
|
||||
<source>This wizard will import the list of sets, cards, and tokens that will be used by Cockatrice.
|
||||
You will need to specify a URL or a filename that will be used as a source.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/oraclewizard.cpp" line="175"/>
|
||||
<location filename="../src/oraclewizard.cpp" line="171"/>
|
||||
<source>Language:</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
|
@ -23,122 +23,122 @@ You will need to specify a URL or a filename that will be used as a source.</sou
|
|||
<context>
|
||||
<name>LoadSetsPage</name>
|
||||
<message>
|
||||
<location filename="../src/oraclewizard.cpp" line="223"/>
|
||||
<location filename="../src/oraclewizard.cpp" line="219"/>
|
||||
<source>Source selection</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/oraclewizard.cpp" line="224"/>
|
||||
<location filename="../src/oraclewizard.cpp" line="220"/>
|
||||
<source>Please specify a source for the list of sets and cards. You can specify a URL address that will be downloaded or use an existing file from your computer.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/oraclewizard.cpp" line="228"/>
|
||||
<location filename="../src/oraclewizard.cpp" line="224"/>
|
||||
<source>Download URL:</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/oraclewizard.cpp" line="229"/>
|
||||
<location filename="../src/oraclewizard.cpp" line="225"/>
|
||||
<source>Local file:</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/oraclewizard.cpp" line="230"/>
|
||||
<location filename="../src/oraclewizard.cpp" line="226"/>
|
||||
<source>Restore default URL</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/oraclewizard.cpp" line="231"/>
|
||||
<location filename="../src/oraclewizard.cpp" line="227"/>
|
||||
<source>Choose file...</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/oraclewizard.cpp" line="241"/>
|
||||
<location filename="../src/oraclewizard.cpp" line="237"/>
|
||||
<source>Load sets file</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/oraclewizard.cpp" line="245"/>
|
||||
<location filename="../src/oraclewizard.cpp" line="241"/>
|
||||
<source>Sets JSON file (*.json *.zip)</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/oraclewizard.cpp" line="247"/>
|
||||
<location filename="../src/oraclewizard.cpp" line="243"/>
|
||||
<source>Sets JSON file (*.json)</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/oraclewizard.cpp" line="271"/>
|
||||
<location filename="../src/oraclewizard.cpp" line="291"/>
|
||||
<location filename="../src/oraclewizard.cpp" line="296"/>
|
||||
<location filename="../src/oraclewizard.cpp" line="335"/>
|
||||
<location filename="../src/oraclewizard.cpp" line="434"/>
|
||||
<location filename="../src/oraclewizard.cpp" line="455"/>
|
||||
<location filename="../src/oraclewizard.cpp" line="267"/>
|
||||
<location filename="../src/oraclewizard.cpp" line="287"/>
|
||||
<location filename="../src/oraclewizard.cpp" line="292"/>
|
||||
<location filename="../src/oraclewizard.cpp" line="331"/>
|
||||
<location filename="../src/oraclewizard.cpp" line="430"/>
|
||||
<location filename="../src/oraclewizard.cpp" line="451"/>
|
||||
<source>Error</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/oraclewizard.cpp" line="271"/>
|
||||
<location filename="../src/oraclewizard.cpp" line="267"/>
|
||||
<source>The provided URL is not valid.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/oraclewizard.cpp" line="275"/>
|
||||
<location filename="../src/oraclewizard.cpp" line="271"/>
|
||||
<source>Downloading (0MB)</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/oraclewizard.cpp" line="291"/>
|
||||
<location filename="../src/oraclewizard.cpp" line="287"/>
|
||||
<source>Please choose a file.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/oraclewizard.cpp" line="296"/>
|
||||
<location filename="../src/oraclewizard.cpp" line="292"/>
|
||||
<source>Cannot open file '%1'.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/oraclewizard.cpp" line="326"/>
|
||||
<location filename="../src/oraclewizard.cpp" line="322"/>
|
||||
<source>Downloading (%1MB)</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/oraclewizard.cpp" line="335"/>
|
||||
<location filename="../src/oraclewizard.cpp" line="331"/>
|
||||
<source>Network error: %1.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/oraclewizard.cpp" line="372"/>
|
||||
<location filename="../src/oraclewizard.cpp" line="368"/>
|
||||
<source>Parsing file</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/oraclewizard.cpp" line="389"/>
|
||||
<location filename="../src/oraclewizard.cpp" line="385"/>
|
||||
<source>Failed to open Zip archive: %1.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/oraclewizard.cpp" line="395"/>
|
||||
<location filename="../src/oraclewizard.cpp" line="391"/>
|
||||
<source>Zip extraction failed: the Zip archive doesn't contain exactly one file.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/oraclewizard.cpp" line="403"/>
|
||||
<location filename="../src/oraclewizard.cpp" line="399"/>
|
||||
<source>Zip extraction failed: %1.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/oraclewizard.cpp" line="412"/>
|
||||
<location filename="../src/oraclewizard.cpp" line="408"/>
|
||||
<source>Sorry, this version of Oracle does not support zipped files.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/oraclewizard.cpp" line="434"/>
|
||||
<location filename="../src/oraclewizard.cpp" line="430"/>
|
||||
<source>Do you want to try to download a fresh copy of the uncompressed file instead?</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/oraclewizard.cpp" line="455"/>
|
||||
<location filename="../src/oraclewizard.cpp" line="451"/>
|
||||
<source>The file was retrieved successfully, but it does not contain any sets data.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
|
@ -146,48 +146,48 @@ You will need to specify a URL or a filename that will be used as a source.</sou
|
|||
<context>
|
||||
<name>LoadTokensPage</name>
|
||||
<message>
|
||||
<location filename="../src/oraclewizard.cpp" line="582"/>
|
||||
<location filename="../src/oraclewizard.cpp" line="578"/>
|
||||
<source>Tokens source selection</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/oraclewizard.cpp" line="583"/>
|
||||
<location filename="../src/oraclewizard.cpp" line="579"/>
|
||||
<source>Please specify a source for the list of tokens. You can specify a URL address that will be downloaded or use an existing file from your computer.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/oraclewizard.cpp" line="587"/>
|
||||
<location filename="../src/oraclewizard.cpp" line="583"/>
|
||||
<source>Download URL:</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/oraclewizard.cpp" line="588"/>
|
||||
<location filename="../src/oraclewizard.cpp" line="584"/>
|
||||
<source>Restore default URL</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/oraclewizard.cpp" line="605"/>
|
||||
<location filename="../src/oraclewizard.cpp" line="650"/>
|
||||
<location filename="../src/oraclewizard.cpp" line="601"/>
|
||||
<location filename="../src/oraclewizard.cpp" line="646"/>
|
||||
<source>Error</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/oraclewizard.cpp" line="605"/>
|
||||
<location filename="../src/oraclewizard.cpp" line="601"/>
|
||||
<source>The provided URL is not valid.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/oraclewizard.cpp" line="609"/>
|
||||
<location filename="../src/oraclewizard.cpp" line="605"/>
|
||||
<source>Downloading (0MB)</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/oraclewizard.cpp" line="641"/>
|
||||
<location filename="../src/oraclewizard.cpp" line="637"/>
|
||||
<source>Downloading (%1MB)</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/oraclewizard.cpp" line="650"/>
|
||||
<location filename="../src/oraclewizard.cpp" line="646"/>
|
||||
<source>Network error: %1.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
|
@ -195,7 +195,7 @@ You will need to specify a URL or a filename that will be used as a source.</sou
|
|||
<context>
|
||||
<name>OracleImporter</name>
|
||||
<message>
|
||||
<location filename="../src/oracleimporter.cpp" line="316"/>
|
||||
<location filename="../src/oracleimporter.cpp" line="318"/>
|
||||
<source>Dummy set containing tokens</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
|
@ -203,12 +203,12 @@ You will need to specify a URL or a filename that will be used as a source.</sou
|
|||
<context>
|
||||
<name>OracleWizard</name>
|
||||
<message>
|
||||
<location filename="../src/oraclewizard.cpp" line="77"/>
|
||||
<location filename="../src/oraclewizard.cpp" line="73"/>
|
||||
<source>Oracle Importer</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/oraclewizard.cpp" line="78"/>
|
||||
<location filename="../src/oraclewizard.cpp" line="74"/>
|
||||
<source>Save</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
|
@ -216,64 +216,64 @@ You will need to specify a URL or a filename that will be used as a source.</sou
|
|||
<context>
|
||||
<name>SaveSetsPage</name>
|
||||
<message>
|
||||
<location filename="../src/oraclewizard.cpp" line="487"/>
|
||||
<location filename="../src/oraclewizard.cpp" line="541"/>
|
||||
<location filename="../src/oraclewizard.cpp" line="483"/>
|
||||
<location filename="../src/oraclewizard.cpp" line="537"/>
|
||||
<source>Error</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/oraclewizard.cpp" line="487"/>
|
||||
<location filename="../src/oraclewizard.cpp" line="483"/>
|
||||
<source>No set has been imported.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/oraclewizard.cpp" line="492"/>
|
||||
<location filename="../src/oraclewizard.cpp" line="488"/>
|
||||
<source>Sets imported</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/oraclewizard.cpp" line="493"/>
|
||||
<location filename="../src/oraclewizard.cpp" line="489"/>
|
||||
<source>The following sets has been imported. Press "Save" to save the imported cards to the Cockatrice database.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/oraclewizard.cpp" line="496"/>
|
||||
<location filename="../src/oraclewizard.cpp" line="492"/>
|
||||
<source>Save to the default path (recommended)</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/oraclewizard.cpp" line="505"/>
|
||||
<location filename="../src/oraclewizard.cpp" line="501"/>
|
||||
<source>Import finished: %1 cards.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/oraclewizard.cpp" line="507"/>
|
||||
<location filename="../src/oraclewizard.cpp" line="503"/>
|
||||
<source>%1: %2 cards imported</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/oraclewizard.cpp" line="516"/>
|
||||
<location filename="../src/oraclewizard.cpp" line="512"/>
|
||||
<source>Save card database</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/oraclewizard.cpp" line="517"/>
|
||||
<location filename="../src/oraclewizard.cpp" line="513"/>
|
||||
<source>XML; card database (*.xml)</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/oraclewizard.cpp" line="538"/>
|
||||
<location filename="../src/oraclewizard.cpp" line="534"/>
|
||||
<source>Success</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/oraclewizard.cpp" line="539"/>
|
||||
<location filename="../src/oraclewizard.cpp" line="535"/>
|
||||
<source>The card database has been saved successfully to
|
||||
%1</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/oraclewizard.cpp" line="541"/>
|
||||
<location filename="../src/oraclewizard.cpp" line="537"/>
|
||||
<source>The file could not be saved to %1</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
|
@ -281,48 +281,48 @@ You will need to specify a URL or a filename that will be used as a source.</sou
|
|||
<context>
|
||||
<name>SaveTokensPage</name>
|
||||
<message>
|
||||
<location filename="../src/oraclewizard.cpp" line="702"/>
|
||||
<location filename="../src/oraclewizard.cpp" line="698"/>
|
||||
<source>Tokens imported</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/oraclewizard.cpp" line="703"/>
|
||||
<location filename="../src/oraclewizard.cpp" line="699"/>
|
||||
<source>The tokens has been imported. Press "Save" to save the imported tokens to the Cockatrice tokens database.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/oraclewizard.cpp" line="706"/>
|
||||
<location filename="../src/oraclewizard.cpp" line="702"/>
|
||||
<source>Save to the default path (recommended)</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/oraclewizard.cpp" line="713"/>
|
||||
<location filename="../src/oraclewizard.cpp" line="709"/>
|
||||
<source>Save token database</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/oraclewizard.cpp" line="714"/>
|
||||
<location filename="../src/oraclewizard.cpp" line="710"/>
|
||||
<source>XML; token database (*.xml)</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/oraclewizard.cpp" line="735"/>
|
||||
<location filename="../src/oraclewizard.cpp" line="731"/>
|
||||
<source>Success</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/oraclewizard.cpp" line="736"/>
|
||||
<location filename="../src/oraclewizard.cpp" line="732"/>
|
||||
<source>The token database has been saved successfully to
|
||||
%1</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/oraclewizard.cpp" line="738"/>
|
||||
<location filename="../src/oraclewizard.cpp" line="734"/>
|
||||
<source>Error</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/oraclewizard.cpp" line="738"/>
|
||||
<location filename="../src/oraclewizard.cpp" line="734"/>
|
||||
<source>The file could not be saved to %1</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
|
@ -471,7 +471,7 @@ You will need to specify a URL or a filename that will be used as a source.</sou
|
|||
<context>
|
||||
<name>i18n</name>
|
||||
<message>
|
||||
<location filename="../../cockatrice/src/settingscache.cpp" line="150"/>
|
||||
<location filename="../../cockatrice/src/settingscache.cpp" line="147"/>
|
||||
<source>English</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
|
|
|
@ -2,327 +2,330 @@
|
|||
<context>
|
||||
<name>IntroPage</name>
|
||||
<message>
|
||||
<location filename="../src/oraclewizard.cpp" line="170"/>
|
||||
<location filename="../src/oraclewizard.cpp" line="166"/>
|
||||
<source>Introduction</source>
|
||||
<translation type="unfinished"/>
|
||||
<translation>介绍</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/oraclewizard.cpp" line="167"/>
|
||||
<source>This wizard will import the list of sets, cards, and tokens that will be used by Cockatrice.
|
||||
You will need to specify a URL or a filename that will be used as a source.</source>
|
||||
<translation>本安装助手会导入Cockatrice鸡蛇中用到的系列,卡牌和衍生物列表。
|
||||
您需要选择一个连接或者文件名用来作为导入来源。</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/oraclewizard.cpp" line="171"/>
|
||||
<source>This wizard will import the list of sets, cards, and tokens that will be used by Cockatrice.
|
||||
You will need to specify a URL or a filename that will be used as a source.</source>
|
||||
<translation type="unfinished"/>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/oraclewizard.cpp" line="175"/>
|
||||
<source>Language:</source>
|
||||
<translation type="unfinished"/>
|
||||
<translation>语言:</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>LoadSetsPage</name>
|
||||
<message>
|
||||
<location filename="../src/oraclewizard.cpp" line="223"/>
|
||||
<location filename="../src/oraclewizard.cpp" line="219"/>
|
||||
<source>Source selection</source>
|
||||
<translation type="unfinished"/>
|
||||
<translation>资源选择</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/oraclewizard.cpp" line="220"/>
|
||||
<source>Please specify a source for the list of sets and cards. You can specify a URL address that will be downloaded or use an existing file from your computer.</source>
|
||||
<translation>请选择系列和卡牌列表的来源。您可以输入下载链接或者使用电脑中已有的文件。</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/oraclewizard.cpp" line="224"/>
|
||||
<source>Please specify a source for the list of sets and cards. You can specify a URL address that will be downloaded or use an existing file from your computer.</source>
|
||||
<translation type="unfinished"/>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/oraclewizard.cpp" line="228"/>
|
||||
<source>Download URL:</source>
|
||||
<translation type="unfinished"/>
|
||||
<translation>下载链接:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/oraclewizard.cpp" line="229"/>
|
||||
<location filename="../src/oraclewizard.cpp" line="225"/>
|
||||
<source>Local file:</source>
|
||||
<translation type="unfinished"/>
|
||||
<translation>本地文件:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/oraclewizard.cpp" line="230"/>
|
||||
<location filename="../src/oraclewizard.cpp" line="226"/>
|
||||
<source>Restore default URL</source>
|
||||
<translation type="unfinished"/>
|
||||
<translation>恢复默认链接</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/oraclewizard.cpp" line="231"/>
|
||||
<location filename="../src/oraclewizard.cpp" line="227"/>
|
||||
<source>Choose file...</source>
|
||||
<translation type="unfinished"/>
|
||||
<translation>选择文件</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/oraclewizard.cpp" line="237"/>
|
||||
<source>Load sets file</source>
|
||||
<translation>载入系列文件</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/oraclewizard.cpp" line="241"/>
|
||||
<source>Load sets file</source>
|
||||
<translation type="unfinished"/>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/oraclewizard.cpp" line="245"/>
|
||||
<source>Sets JSON file (*.json *.zip)</source>
|
||||
<translation type="unfinished"/>
|
||||
<translation>系列JSON文件(*.json *.zip)</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/oraclewizard.cpp" line="247"/>
|
||||
<location filename="../src/oraclewizard.cpp" line="243"/>
|
||||
<source>Sets JSON file (*.json)</source>
|
||||
<translation type="unfinished"/>
|
||||
<translation>系列JSON文件(*.json)</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/oraclewizard.cpp" line="271"/>
|
||||
<location filename="../src/oraclewizard.cpp" line="291"/>
|
||||
<location filename="../src/oraclewizard.cpp" line="296"/>
|
||||
<location filename="../src/oraclewizard.cpp" line="335"/>
|
||||
<location filename="../src/oraclewizard.cpp" line="434"/>
|
||||
<location filename="../src/oraclewizard.cpp" line="455"/>
|
||||
<location filename="../src/oraclewizard.cpp" line="267"/>
|
||||
<location filename="../src/oraclewizard.cpp" line="287"/>
|
||||
<location filename="../src/oraclewizard.cpp" line="292"/>
|
||||
<location filename="../src/oraclewizard.cpp" line="331"/>
|
||||
<location filename="../src/oraclewizard.cpp" line="430"/>
|
||||
<location filename="../src/oraclewizard.cpp" line="451"/>
|
||||
<source>Error</source>
|
||||
<translation type="unfinished"/>
|
||||
<translation>错误</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/oraclewizard.cpp" line="267"/>
|
||||
<source>The provided URL is not valid.</source>
|
||||
<translation>提供的链接无效。</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/oraclewizard.cpp" line="271"/>
|
||||
<source>The provided URL is not valid.</source>
|
||||
<translation type="unfinished"/>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/oraclewizard.cpp" line="275"/>
|
||||
<source>Downloading (0MB)</source>
|
||||
<translation type="unfinished"/>
|
||||
<translation>下载中(0MB)</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/oraclewizard.cpp" line="291"/>
|
||||
<location filename="../src/oraclewizard.cpp" line="287"/>
|
||||
<source>Please choose a file.</source>
|
||||
<translation type="unfinished"/>
|
||||
<translation>请选择一个文件。</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/oraclewizard.cpp" line="296"/>
|
||||
<location filename="../src/oraclewizard.cpp" line="292"/>
|
||||
<source>Cannot open file '%1'.</source>
|
||||
<translation type="unfinished"/>
|
||||
<translation>无法打开文件"%1"</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/oraclewizard.cpp" line="326"/>
|
||||
<location filename="../src/oraclewizard.cpp" line="322"/>
|
||||
<source>Downloading (%1MB)</source>
|
||||
<translation type="unfinished"/>
|
||||
<translation>下载中(%1MB)</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/oraclewizard.cpp" line="335"/>
|
||||
<location filename="../src/oraclewizard.cpp" line="331"/>
|
||||
<source>Network error: %1.</source>
|
||||
<translation type="unfinished"/>
|
||||
<translation>网络错误:%1</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/oraclewizard.cpp" line="372"/>
|
||||
<location filename="../src/oraclewizard.cpp" line="368"/>
|
||||
<source>Parsing file</source>
|
||||
<translation type="unfinished"/>
|
||||
<translation>正在解析文件</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/oraclewizard.cpp" line="389"/>
|
||||
<location filename="../src/oraclewizard.cpp" line="385"/>
|
||||
<source>Failed to open Zip archive: %1.</source>
|
||||
<translation type="unfinished"/>
|
||||
<translation>未能打开压缩文件:%1。</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/oraclewizard.cpp" line="395"/>
|
||||
<location filename="../src/oraclewizard.cpp" line="391"/>
|
||||
<source>Zip extraction failed: the Zip archive doesn't contain exactly one file.</source>
|
||||
<translation type="unfinished"/>
|
||||
<translation>解压缩失败:该压缩文件不包含文件。</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/oraclewizard.cpp" line="403"/>
|
||||
<location filename="../src/oraclewizard.cpp" line="399"/>
|
||||
<source>Zip extraction failed: %1.</source>
|
||||
<translation type="unfinished"/>
|
||||
<translation>解压缩失败:%1。</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/oraclewizard.cpp" line="412"/>
|
||||
<location filename="../src/oraclewizard.cpp" line="408"/>
|
||||
<source>Sorry, this version of Oracle does not support zipped files.</source>
|
||||
<translation type="unfinished"/>
|
||||
<translation>抱歉,当前版本的Oracle不支持压缩文件。</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/oraclewizard.cpp" line="434"/>
|
||||
<location filename="../src/oraclewizard.cpp" line="430"/>
|
||||
<source>Do you want to try to download a fresh copy of the uncompressed file instead?</source>
|
||||
<translation type="unfinished"/>
|
||||
<translation>您是否想下载一个未压缩的文件?</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/oraclewizard.cpp" line="455"/>
|
||||
<location filename="../src/oraclewizard.cpp" line="451"/>
|
||||
<source>The file was retrieved successfully, but it does not contain any sets data.</source>
|
||||
<translation type="unfinished"/>
|
||||
<translation>文件恢复成功,但它不包含任何系列数据。</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>LoadTokensPage</name>
|
||||
<message>
|
||||
<location filename="../src/oraclewizard.cpp" line="582"/>
|
||||
<location filename="../src/oraclewizard.cpp" line="578"/>
|
||||
<source>Tokens source selection</source>
|
||||
<translation type="unfinished"/>
|
||||
<translation>衍生物资源选择</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/oraclewizard.cpp" line="579"/>
|
||||
<source>Please specify a source for the list of tokens. You can specify a URL address that will be downloaded or use an existing file from your computer.</source>
|
||||
<translation>请选择衍生物列表的来源。您可以输入下载链接或者使用电脑中已有的文件。</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/oraclewizard.cpp" line="583"/>
|
||||
<source>Please specify a source for the list of tokens. You can specify a URL address that will be downloaded or use an existing file from your computer.</source>
|
||||
<translation type="unfinished"/>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/oraclewizard.cpp" line="587"/>
|
||||
<source>Download URL:</source>
|
||||
<translation type="unfinished"/>
|
||||
<translation>下载链接:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/oraclewizard.cpp" line="588"/>
|
||||
<location filename="../src/oraclewizard.cpp" line="584"/>
|
||||
<source>Restore default URL</source>
|
||||
<translation type="unfinished"/>
|
||||
<translation>恢复默认链接</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/oraclewizard.cpp" line="605"/>
|
||||
<location filename="../src/oraclewizard.cpp" line="650"/>
|
||||
<location filename="../src/oraclewizard.cpp" line="601"/>
|
||||
<location filename="../src/oraclewizard.cpp" line="646"/>
|
||||
<source>Error</source>
|
||||
<translation type="unfinished"/>
|
||||
<translation>错误</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/oraclewizard.cpp" line="601"/>
|
||||
<source>The provided URL is not valid.</source>
|
||||
<translation>提供的链接无效。</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/oraclewizard.cpp" line="605"/>
|
||||
<source>The provided URL is not valid.</source>
|
||||
<translation type="unfinished"/>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/oraclewizard.cpp" line="609"/>
|
||||
<source>Downloading (0MB)</source>
|
||||
<translation type="unfinished"/>
|
||||
<translation>下载中(0MB)</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/oraclewizard.cpp" line="641"/>
|
||||
<location filename="../src/oraclewizard.cpp" line="637"/>
|
||||
<source>Downloading (%1MB)</source>
|
||||
<translation type="unfinished"/>
|
||||
<translation>下载中(%1MB)</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/oraclewizard.cpp" line="650"/>
|
||||
<location filename="../src/oraclewizard.cpp" line="646"/>
|
||||
<source>Network error: %1.</source>
|
||||
<translation type="unfinished"/>
|
||||
<translation>网络错误:%1</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>OracleImporter</name>
|
||||
<message>
|
||||
<location filename="../src/oracleimporter.cpp" line="316"/>
|
||||
<location filename="../src/oracleimporter.cpp" line="318"/>
|
||||
<source>Dummy set containing tokens</source>
|
||||
<translation type="unfinished"/>
|
||||
<translation>包含衍生物的虚拟系列</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>OracleWizard</name>
|
||||
<message>
|
||||
<location filename="../src/oraclewizard.cpp" line="77"/>
|
||||
<location filename="../src/oraclewizard.cpp" line="73"/>
|
||||
<source>Oracle Importer</source>
|
||||
<translation type="unfinished"/>
|
||||
<translation>Oracle导入器</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/oraclewizard.cpp" line="78"/>
|
||||
<location filename="../src/oraclewizard.cpp" line="74"/>
|
||||
<source>Save</source>
|
||||
<translation type="unfinished"/>
|
||||
<translation>保存</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>SaveSetsPage</name>
|
||||
<message>
|
||||
<location filename="../src/oraclewizard.cpp" line="487"/>
|
||||
<location filename="../src/oraclewizard.cpp" line="541"/>
|
||||
<location filename="../src/oraclewizard.cpp" line="483"/>
|
||||
<location filename="../src/oraclewizard.cpp" line="537"/>
|
||||
<source>Error</source>
|
||||
<translation type="unfinished"/>
|
||||
<translation>错误</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/oraclewizard.cpp" line="487"/>
|
||||
<location filename="../src/oraclewizard.cpp" line="483"/>
|
||||
<source>No set has been imported.</source>
|
||||
<translation type="unfinished"/>
|
||||
<translation>没有系列被导入。</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/oraclewizard.cpp" line="488"/>
|
||||
<source>Sets imported</source>
|
||||
<translation>系列已导入</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/oraclewizard.cpp" line="489"/>
|
||||
<source>The following sets has been imported. Press "Save" to save the imported cards to the Cockatrice database.</source>
|
||||
<translation>以下系列已导入。请点击“保存”按钮将卡牌保存到Cockatrice鸡蛇卡牌数据库。</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/oraclewizard.cpp" line="492"/>
|
||||
<source>Sets imported</source>
|
||||
<translation type="unfinished"/>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/oraclewizard.cpp" line="493"/>
|
||||
<source>The following sets has been imported. Press "Save" to save the imported cards to the Cockatrice database.</source>
|
||||
<translation type="unfinished"/>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/oraclewizard.cpp" line="496"/>
|
||||
<source>Save to the default path (recommended)</source>
|
||||
<translation type="unfinished"/>
|
||||
<translation>保存到默认路径(推荐)</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/oraclewizard.cpp" line="505"/>
|
||||
<location filename="../src/oraclewizard.cpp" line="501"/>
|
||||
<source>Import finished: %1 cards.</source>
|
||||
<translation type="unfinished"/>
|
||||
<translation>导入成功:%1张卡牌。</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/oraclewizard.cpp" line="507"/>
|
||||
<location filename="../src/oraclewizard.cpp" line="503"/>
|
||||
<source>%1: %2 cards imported</source>
|
||||
<translation type="unfinished"/>
|
||||
<translation>%1:%2张卡牌被导入</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/oraclewizard.cpp" line="516"/>
|
||||
<location filename="../src/oraclewizard.cpp" line="512"/>
|
||||
<source>Save card database</source>
|
||||
<translation type="unfinished"/>
|
||||
<translation>保存卡牌数据库</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/oraclewizard.cpp" line="517"/>
|
||||
<location filename="../src/oraclewizard.cpp" line="513"/>
|
||||
<source>XML; card database (*.xml)</source>
|
||||
<translation type="unfinished"/>
|
||||
<translation>XML;卡牌数据库(*.xml)</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/oraclewizard.cpp" line="538"/>
|
||||
<location filename="../src/oraclewizard.cpp" line="534"/>
|
||||
<source>Success</source>
|
||||
<translation type="unfinished"/>
|
||||
<translation>成功</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/oraclewizard.cpp" line="539"/>
|
||||
<location filename="../src/oraclewizard.cpp" line="535"/>
|
||||
<source>The card database has been saved successfully to
|
||||
%1</source>
|
||||
<translation type="unfinished"/>
|
||||
<translation>卡牌数据库已保存到
|
||||
%1</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/oraclewizard.cpp" line="541"/>
|
||||
<location filename="../src/oraclewizard.cpp" line="537"/>
|
||||
<source>The file could not be saved to %1</source>
|
||||
<translation type="unfinished"/>
|
||||
<translation>文件无法被保存到%1</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>SaveTokensPage</name>
|
||||
<message>
|
||||
<location filename="../src/oraclewizard.cpp" line="702"/>
|
||||
<location filename="../src/oraclewizard.cpp" line="698"/>
|
||||
<source>Tokens imported</source>
|
||||
<translation type="unfinished"/>
|
||||
<translation>衍生物已导入</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/oraclewizard.cpp" line="703"/>
|
||||
<location filename="../src/oraclewizard.cpp" line="699"/>
|
||||
<source>The tokens has been imported. Press "Save" to save the imported tokens to the Cockatrice tokens database.</source>
|
||||
<translation type="unfinished"/>
|
||||
<translation>衍生物已导入。请点击“保存”按钮将衍生物保存到Cockatrice鸡蛇衍生物数据库。</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/oraclewizard.cpp" line="706"/>
|
||||
<location filename="../src/oraclewizard.cpp" line="702"/>
|
||||
<source>Save to the default path (recommended)</source>
|
||||
<translation type="unfinished"/>
|
||||
<translation>保存到默认路径(推荐)</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/oraclewizard.cpp" line="713"/>
|
||||
<location filename="../src/oraclewizard.cpp" line="709"/>
|
||||
<source>Save token database</source>
|
||||
<translation type="unfinished"/>
|
||||
<translation>保存衍生物数据库</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/oraclewizard.cpp" line="714"/>
|
||||
<location filename="../src/oraclewizard.cpp" line="710"/>
|
||||
<source>XML; token database (*.xml)</source>
|
||||
<translation type="unfinished"/>
|
||||
<translation>XML; 衍生物数据库 (*.xml)</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/oraclewizard.cpp" line="735"/>
|
||||
<location filename="../src/oraclewizard.cpp" line="731"/>
|
||||
<source>Success</source>
|
||||
<translation type="unfinished"/>
|
||||
<translation>成功</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/oraclewizard.cpp" line="736"/>
|
||||
<location filename="../src/oraclewizard.cpp" line="732"/>
|
||||
<source>The token database has been saved successfully to
|
||||
%1</source>
|
||||
<translation type="unfinished"/>
|
||||
<translation>衍生物数据库已经保到
|
||||
%1</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/oraclewizard.cpp" line="738"/>
|
||||
<location filename="../src/oraclewizard.cpp" line="734"/>
|
||||
<source>Error</source>
|
||||
<translation type="unfinished"/>
|
||||
<translation>错误</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/oraclewizard.cpp" line="738"/>
|
||||
<location filename="../src/oraclewizard.cpp" line="734"/>
|
||||
<source>The file could not be saved to %1</source>
|
||||
<translation type="unfinished"/>
|
||||
<translation>文件无法被保存到%1</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
|
@ -330,87 +333,87 @@ You will need to specify a URL or a filename that will be used as a source.</sou
|
|||
<message>
|
||||
<location filename="../src/zip/unzip.cpp" line="1180"/>
|
||||
<source>ZIP operation completed successfully.</source>
|
||||
<translation type="unfinished"/>
|
||||
<translation>压缩完毕。</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/zip/unzip.cpp" line="1181"/>
|
||||
<source>Failed to initialize or load zlib library.</source>
|
||||
<translation type="unfinished"/>
|
||||
<translation>初始化或导入zlib函式库失败。</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/zip/unzip.cpp" line="1182"/>
|
||||
<source>zlib library error.</source>
|
||||
<translation type="unfinished"/>
|
||||
<translation>zlib函式库错误。</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/zip/unzip.cpp" line="1183"/>
|
||||
<source>Unable to create or open file.</source>
|
||||
<translation type="unfinished"/>
|
||||
<translation>无法创建或打开文件。</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/zip/unzip.cpp" line="1184"/>
|
||||
<source>Partially corrupted archive. Some files might be extracted.</source>
|
||||
<translation type="unfinished"/>
|
||||
<translation>不完整的文档。有些文件可能被提取。</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/zip/unzip.cpp" line="1185"/>
|
||||
<source>Corrupted archive.</source>
|
||||
<translation type="unfinished"/>
|
||||
<translation>损坏的文档。</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/zip/unzip.cpp" line="1186"/>
|
||||
<source>Wrong password.</source>
|
||||
<translation type="unfinished"/>
|
||||
<translation>密码错误。</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/zip/unzip.cpp" line="1187"/>
|
||||
<source>No archive has been created yet.</source>
|
||||
<translation type="unfinished"/>
|
||||
<translation>还没有文档被创建。</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/zip/unzip.cpp" line="1188"/>
|
||||
<source>File or directory does not exist.</source>
|
||||
<translation type="unfinished"/>
|
||||
<translation>文件或路径不存在。</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/zip/unzip.cpp" line="1189"/>
|
||||
<source>File read error.</source>
|
||||
<translation type="unfinished"/>
|
||||
<translation>文件读取错误。</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/zip/unzip.cpp" line="1190"/>
|
||||
<source>File write error.</source>
|
||||
<translation type="unfinished"/>
|
||||
<translation>文件写入错误。</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/zip/unzip.cpp" line="1191"/>
|
||||
<source>File seek error.</source>
|
||||
<translation type="unfinished"/>
|
||||
<translation>文件查找错误。</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/zip/unzip.cpp" line="1192"/>
|
||||
<source>Unable to create a directory.</source>
|
||||
<translation type="unfinished"/>
|
||||
<translation>无法创建路径。</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/zip/unzip.cpp" line="1193"/>
|
||||
<source>Invalid device.</source>
|
||||
<translation type="unfinished"/>
|
||||
<translation>无效的设备。</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/zip/unzip.cpp" line="1194"/>
|
||||
<source>Invalid or incompatible zip archive.</source>
|
||||
<translation type="unfinished"/>
|
||||
<translation>无效或不完整的压缩文档。</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/zip/unzip.cpp" line="1195"/>
|
||||
<source>Inconsistent headers. Archive might be corrupted.</source>
|
||||
<translation type="unfinished"/>
|
||||
<translation>不一致的文件头。压缩文档可能已损坏。</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/zip/unzip.cpp" line="1199"/>
|
||||
<source>Unknown error.</source>
|
||||
<translation type="unfinished"/>
|
||||
<translation>未知错误</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
|
@ -418,60 +421,60 @@ You will need to specify a URL or a filename that will be used as a source.</sou
|
|||
<message>
|
||||
<location filename="../src/zip/zip.cpp" line="1604"/>
|
||||
<source>ZIP operation completed successfully.</source>
|
||||
<translation type="unfinished"/>
|
||||
<translation>压缩完毕。</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/zip/zip.cpp" line="1605"/>
|
||||
<source>Failed to initialize or load zlib library.</source>
|
||||
<translation type="unfinished"/>
|
||||
<translation>初始化或导入zlib函式库失败。</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/zip/zip.cpp" line="1606"/>
|
||||
<source>zlib library error.</source>
|
||||
<translation type="unfinished"/>
|
||||
<translation>zlib函式库错误。</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/zip/zip.cpp" line="1607"/>
|
||||
<source>Unable to create or open file.</source>
|
||||
<translation type="unfinished"/>
|
||||
<translation>无法创建或打开文件。</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/zip/zip.cpp" line="1608"/>
|
||||
<source>No archive has been created yet.</source>
|
||||
<translation type="unfinished"/>
|
||||
<translation>还没有文档被创建。</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/zip/zip.cpp" line="1609"/>
|
||||
<source>File or directory does not exist.</source>
|
||||
<translation type="unfinished"/>
|
||||
<translation>文件或路径不存在。</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/zip/zip.cpp" line="1610"/>
|
||||
<source>File read error.</source>
|
||||
<translation type="unfinished"/>
|
||||
<translation>文件读取错误。</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/zip/zip.cpp" line="1611"/>
|
||||
<source>File write error.</source>
|
||||
<translation type="unfinished"/>
|
||||
<translation>文件写入错误。</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/zip/zip.cpp" line="1612"/>
|
||||
<source>File seek error.</source>
|
||||
<translation type="unfinished"/>
|
||||
<translation>文件查找错误。</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/zip/zip.cpp" line="1616"/>
|
||||
<source>Unknown error.</source>
|
||||
<translation type="unfinished"/>
|
||||
<translation>未知错误</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>i18n</name>
|
||||
<message>
|
||||
<location filename="../../cockatrice/src/settingscache.cpp" line="150"/>
|
||||
<location filename="../../cockatrice/src/settingscache.cpp" line="147"/>
|
||||
<source>English</source>
|
||||
<translation>简体中文 (Chinese Simplified)</translation>
|
||||
<translation>英语</translation>
|
||||
</message>
|
||||
</context>
|
||||
</TS>
|
Loading…
Reference in a new issue