mirror of
https://github.com/dragonpilot/dragonpilot.git
synced 2026-07-13 00:42:07 +08:00
installer: do not translate git progress strings (#27238)
This commit is contained in:
@@ -141,9 +141,9 @@ void Installer::cachedFetch(const QString &cache) {
|
||||
void Installer::readProgress() {
|
||||
const QVector<QPair<QString, int>> stages = {
|
||||
// prefix, weight in percentage
|
||||
{tr("Receiving objects: "), 91},
|
||||
{tr("Resolving deltas: "), 2},
|
||||
{tr("Updating files: "), 7},
|
||||
{"Receiving objects: ", 91},
|
||||
{"Resolving deltas: ", 2},
|
||||
{"Updating files: ", 7},
|
||||
};
|
||||
|
||||
auto line = QString(proc.readAllStandardError());
|
||||
|
||||
@@ -312,18 +312,6 @@
|
||||
<source>Installing...</source>
|
||||
<translation>Installiere...</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Receiving objects: </source>
|
||||
<translation>Empfange Objekte: </translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Resolving deltas: </source>
|
||||
<translation>Unterschiede verarbeiten: </translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Updating files: </source>
|
||||
<translation>Dateien aktualisieren: </translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>MapETA</name>
|
||||
|
||||
@@ -311,18 +311,6 @@
|
||||
<source>Installing...</source>
|
||||
<translation>インストールしています...</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Receiving objects: </source>
|
||||
<translation>オブジェクトをダウンロードしています: </translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Resolving deltas: </source>
|
||||
<translation>デルタを解決しています: </translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Updating files: </source>
|
||||
<translation>ファイルを更新しています: </translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>MapETA</name>
|
||||
|
||||
@@ -311,18 +311,6 @@
|
||||
<source>Installing...</source>
|
||||
<translation>설치중...</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Receiving objects: </source>
|
||||
<translation>수신중: </translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Resolving deltas: </source>
|
||||
<translation>델타병합: </translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Updating files: </source>
|
||||
<translation>파일갱신: </translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>MapETA</name>
|
||||
|
||||
@@ -312,18 +312,6 @@
|
||||
<source>Installing...</source>
|
||||
<translation>Instalando...</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Receiving objects: </source>
|
||||
<translation>Recebendo objetos: </translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Resolving deltas: </source>
|
||||
<translation>Resolvendo deltas: </translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Updating files: </source>
|
||||
<translation>Atualizando arquivos: </translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>MapETA</name>
|
||||
|
||||
@@ -311,18 +311,6 @@
|
||||
<source>Installing...</source>
|
||||
<translation>正在安装……</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Receiving objects: </source>
|
||||
<translation>正在接收: </translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Resolving deltas: </source>
|
||||
<translation>正在处理: </translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Updating files: </source>
|
||||
<translation>正在更新文件: </translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>MapETA</name>
|
||||
|
||||
@@ -311,18 +311,6 @@
|
||||
<source>Installing...</source>
|
||||
<translation>安裝中…</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Receiving objects: </source>
|
||||
<translation>接收對象: </translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Resolving deltas: </source>
|
||||
<translation>分析差異: </translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Updating files: </source>
|
||||
<translation>更新檔案: </translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>MapETA</name>
|
||||
|
||||
Reference in New Issue
Block a user