Merge pull request #1301 from gexgd0419/translate

Made the list header text "Sandbox" in SelectBoxWindow translatable and added Chinese Simplified translation for it
This commit is contained in:
DavidXanatos 2021-10-18 09:40:24 +02:00 committed by GitHub
commit 66712c3961
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 1 deletions

View File

@ -48,7 +48,7 @@
<widget class="QTreeWidget" name="treeBoxes">
<column>
<property name="text">
<string notr="true">Sandbox</string>
<string>Sandbox</string>
</property>
</column>
</widget>

View File

@ -3713,6 +3713,11 @@ Please note that this values are currently user specific and saved globally for
<source>Select the sandbox in which to start the program, installer or document.</source>
<translation></translation>
</message>
<message>
<location filename="Forms/SelectBoxWindow.ui" line="51"/>
<source>Sandbox</source>
<translation></translation>
</message>
<message>
<location filename="Forms/SelectBoxWindow.ui" line="66"/>
<source>Run As UAC Administrator</source>