mirror of
https://github.com/moonlight-stream/moonlight-qt.git
synced 2026-07-12 18:03:52 +00:00
Fix broken translation format strings
This commit is contained in:
@@ -66,7 +66,7 @@
|
||||
<message>
|
||||
<location filename="../gui/CliPair.qml" line="12"/>
|
||||
<source>Pairing... Please enter '%1' on %2.</source>
|
||||
<translation>Emparejando... Introduce '1%' en %2.</translation>
|
||||
<translation>Emparejando... Introduce '%1' en %2.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/CliPair.qml" line="81"/>
|
||||
|
||||
@@ -159,7 +159,7 @@
|
||||
<message>
|
||||
<location filename="../gui/computermodel.cpp" line="76"/>
|
||||
<source>Local Address: %1</source>
|
||||
<translation>Lokaalne Aadress: 1%</translation>
|
||||
<translation>Lokaalne Aadress: %1</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/computermodel.cpp" line="77"/>
|
||||
|
||||
@@ -38,7 +38,7 @@
|
||||
<message>
|
||||
<location filename="../gui/AppView.qml" line="326"/>
|
||||
<source>Hide this game from the app grid. To access hidden games, right-click on the host and choose %1.</source>
|
||||
<translation>इस गेम को ऐप ग्रिड से छिपाएं। छिपे हुए खेलों तक पहुँचने के लिए, होस्ट पर राइट-क्लिक करें और% 1 चुनें।</translation>
|
||||
<translation>इस गेम को ऐप ग्रिड से छिपाएं। छिपे हुए खेलों तक पहुँचने के लिए, होस्ट पर राइट-क्लिक करें और %1 चुनें।</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/AppView.qml" line="326"/>
|
||||
@@ -53,7 +53,7 @@
|
||||
<message>
|
||||
<location filename="../gui/AppView.qml" line="354"/>
|
||||
<source>Are you sure you want to quit %1? Any unsaved progress will be lost.</source>
|
||||
<translation>क्या आप वाकई% 1 छोड़ना चाहते हैं? कोई भी सहेजी नहीं गई प्रगति खो जाएगी।</translation>
|
||||
<translation>क्या आप वाकई %1 छोड़ना चाहते हैं? कोई भी सहेजी नहीं गई प्रगति खो जाएगी।</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
@@ -102,7 +102,7 @@
|
||||
<message>
|
||||
<location filename="../gui/CliStartStreamSegue.qml" line="78"/>
|
||||
<source>Are you sure you want to quit %1? Any unsaved progress will be lost.</source>
|
||||
<translation>क्या आप वाकई% 1 छोड़ना चाहते हैं? कोई भी सहेजी नहीं गई प्रगति खो जाएगी।</translation>
|
||||
<translation>क्या आप वाकई %1 छोड़ना चाहते हैं? कोई भी सहेजी नहीं गई प्रगति खो जाएगी।</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
|
||||
@@ -579,7 +579,7 @@
|
||||
<message>
|
||||
<location filename="../streaming/session.cpp" line="1600"/>
|
||||
<source>Host returned error: %1</source>
|
||||
<translation>L'host ha restituito un errore: %</translation>
|
||||
<translation>L'host ha restituito un errore: %1</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../streaming/session.cpp" line="1034"/>
|
||||
|
||||
@@ -184,7 +184,7 @@
|
||||
<message>
|
||||
<location filename="../gui/computermodel.cpp" line="81"/>
|
||||
<source>Pair State: %1</source>
|
||||
<translation>ペア状況</translation>
|
||||
<translation>ペア状況: %1</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/computermodel.cpp" line="82"/>
|
||||
@@ -194,7 +194,7 @@
|
||||
<message>
|
||||
<location filename="../gui/computermodel.cpp" line="83"/>
|
||||
<source>HTTPS Port: %1</source>
|
||||
<translation>HTTPSポート</translation>
|
||||
<translation>HTTPSポート: %1</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
|
||||
@@ -149,7 +149,7 @@
|
||||
<message>
|
||||
<location filename="../gui/computermodel.cpp" line="74"/>
|
||||
<source>Active Address: %1</source>
|
||||
<translation>作用中位址</translation>
|
||||
<translation>作用中位址: %1</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/computermodel.cpp" line="75"/>
|
||||
@@ -159,12 +159,12 @@
|
||||
<message>
|
||||
<location filename="../gui/computermodel.cpp" line="76"/>
|
||||
<source>Local Address: %1</source>
|
||||
<translation>本地位址</translation>
|
||||
<translation>本地位址: %1</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/computermodel.cpp" line="77"/>
|
||||
<source>Remote Address: %1</source>
|
||||
<translation>遠端位址</translation>
|
||||
<translation>遠端位址: %1</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/computermodel.cpp" line="78"/>
|
||||
|
||||
Reference in New Issue
Block a user