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:
commit
66712c3961
|
@ -48,7 +48,7 @@
|
|||
<widget class="QTreeWidget" name="treeBoxes">
|
||||
<column>
|
||||
<property name="text">
|
||||
<string notr="true">Sandbox</string>
|
||||
<string>Sandbox</string>
|
||||
</property>
|
||||
</column>
|
||||
</widget>
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue