update translations
This commit is contained in:
parent
8ea94b3e26
commit
8edbe5e9be
|
@ -3817,8 +3817,8 @@ void Settings::Environment::checkAndSetTerminal()
|
|||
//Can't Find a term
|
||||
QMessageBox::critical(
|
||||
nullptr,
|
||||
QCoreApplication::tr("Settings","Error"),
|
||||
QCoreApplication::tr("Settings","Can't find terminal program!"));
|
||||
QCoreApplication::translate("Settings","Error"),
|
||||
QCoreApplication::translate("Settings","Can't find terminal program!"));
|
||||
}
|
||||
|
||||
QList<Settings::Environment::TerminalItem> Settings::Environment::loadTerminalList() const
|
||||
|
|
|
@ -27,12 +27,16 @@
|
|||
</property>
|
||||
<layout class="QGridLayout" name="gridLayout_2">
|
||||
<item row="0" column="1">
|
||||
<widget class="QLineEdit" name="txtTerminal"/>
|
||||
<widget class="QLineEdit" name="txtTerminal">
|
||||
<property name="text">
|
||||
<string notr="true"/>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item row="1" column="1">
|
||||
<widget class="QLineEdit" name="txtArgsPattern">
|
||||
<property name="text">
|
||||
<string>$term -e $argv</string>
|
||||
<string notr="true">$term -e $argv</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
|
|
|
@ -1958,10 +1958,6 @@
|
|||
<source>All files (%1)</source>
|
||||
<translation>Todos os arquivos (%1)</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>term -e sh -c "echo hello; sleep 3"</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Auto Detect Terminal Arguments Pattern</source>
|
||||
<translation type="unfinished"></translation>
|
||||
|
@ -1970,10 +1966,6 @@
|
|||
<source>Test Command</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>$term -e $argv</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Use custom terminal</source>
|
||||
<translation type="unfinished"></translation>
|
||||
|
@ -6423,6 +6415,19 @@
|
|||
<translation>Erro</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>QCoreApplication</name>
|
||||
<message>
|
||||
<source>Settings</source>
|
||||
<comment>Error</comment>
|
||||
<translation type="obsolete">Configurações</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Settings</source>
|
||||
<comment>Can't find terminal program!</comment>
|
||||
<translation type="obsolete">Configurações</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>QObject</name>
|
||||
<message>
|
||||
|
@ -7715,6 +7720,17 @@
|
|||
<translation>Linha</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>Settings</name>
|
||||
<message>
|
||||
<source>Error</source>
|
||||
<translation type="unfinished">Erro</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Can't find terminal program!</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>SettingsDialog</name>
|
||||
<message>
|
||||
|
|
File diff suppressed because it is too large
Load Diff
|
@ -1791,10 +1791,6 @@
|
|||
<source>All files (%1)</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>term -e sh -c "echo hello; sleep 3"</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Auto Detect Terminal Arguments Pattern</source>
|
||||
<translation type="unfinished"></translation>
|
||||
|
@ -1803,10 +1799,6 @@
|
|||
<source>Test Command</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>$term -e $argv</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Use custom terminal</source>
|
||||
<translation type="unfinished"></translation>
|
||||
|
@ -7069,6 +7061,17 @@
|
|||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>Settings</name>
|
||||
<message>
|
||||
<source>Error</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Can't find terminal program!</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>SettingsDialog</name>
|
||||
<message>
|
||||
|
|
Loading…
Reference in New Issue