Fixed translations

This commit is contained in:
Valentino Orlandi 2022-08-27 10:35:33 +02:00
parent 1fe61e76bc
commit 61bee62c5b
Signed by: elB4RTO
GPG Key ID: 1719E976DB2D4E71
3 changed files with 63 additions and 15 deletions

View File

@ -17,9 +17,30 @@
<iconset resource="../../resources/resources.qrc">
<normaloff>:/logo/logo/logdoctor.svg</normaloff>:/logo/logo/logdoctor.svg</iconset>
</property>
<property name="locale">
<locale language="English" country="UnitedStates"/>
</property>
<layout class="QGridLayout" name="gridLayout">
<item row="0" column="0">
<widget class="QTextBrowser" name="helpBrowser"/>
<widget class="QTextBrowser" name="helpBrowser">
<property name="markdown">
<string notr="true"/>
</property>
<property name="html">
<string notr="true">&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0//EN&quot; &quot;http://www.w3.org/TR/REC-html40/strict.dtd&quot;&gt;
&lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;meta charset=&quot;utf-8&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt;
p, li { white-space: pre-wrap; }
hr { height: 1px; border-width: 0; }
&lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:'Noto Sans'; font-size:13pt; font-weight:400; font-style:normal;&quot;&gt;
&lt;p style=&quot;-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;br /&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
</property>
<property name="textInteractionFlags">
<set>Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse</set>
</property>
<property name="openLinks">
<bool>false</bool>
</property>
</widget>
</item>
</layout>
</widget>

View File

@ -11,7 +11,7 @@
</rect>
</property>
<property name="windowTitle">
<string>Form</string>
<string notr="true">LogDoctor - Info</string>
</property>
<property name="windowIcon">
<iconset resource="../../resources/resources.qrc">
@ -24,7 +24,7 @@
<item row="0" column="0">
<widget class="QToolBox" name="toolBox_Infos">
<property name="currentIndex">
<number>1</number>
<number>0</number>
</property>
<widget class="QWidget" name="page_LogDoc">
<property name="geometry">
@ -36,7 +36,7 @@
</rect>
</property>
<attribute name="label">
<string>LogDoctor</string>
<string notr="true">LogDoctor</string>
</attribute>
<layout class="QVBoxLayout" name="verticalLayout_6">
<item>
@ -50,9 +50,9 @@
<widget class="QWidget" name="scrollAreaContents_LogDoc">
<property name="geometry">
<rect>
<x>-6</x>
<x>0</x>
<y>0</y>
<width>809</width>
<width>806</width>
<height>686</height>
</rect>
</property>
@ -110,7 +110,7 @@
</size>
</property>
<property name="text">
<string/>
<string notr="true"/>
</property>
<property name="icon">
<iconset resource="../../resources/resources.qrc">
@ -183,7 +183,7 @@
</font>
</property>
<property name="toolTip">
<string>Current version of the software</string>
<string>Currently installed version of the software</string>
</property>
<property name="text">
<string notr="true"/>
@ -241,7 +241,7 @@
<string notr="true">GitHub</string>
</property>
<property name="text">
<string>https://github.com/elB4RTO/LogDoctor</string>
<string notr="true">https://github.com/elB4RTO/LogDoctor</string>
</property>
<property name="frame">
<bool>false</bool>
@ -268,7 +268,7 @@
<string notr="true">Disroot</string>
</property>
<property name="text">
<string>https://git.disroot.org/elB4RTO/LogDoctor</string>
<string notr="true">https://git.disroot.org/elB4RTO/LogDoctor</string>
</property>
<property name="frame">
<bool>false</bool>
@ -295,7 +295,7 @@
<string notr="true">GitLab</string>
</property>
<property name="text">
<string>https://gitlab.com/elB4RTO/LogDoctor</string>
<string notr="true">https://gitlab.com/elB4RTO/LogDoctor</string>
</property>
<property name="frame">
<bool>false</bool>
@ -341,6 +341,9 @@
<height>352</height>
</size>
</property>
<property name="acceptDrops">
<bool>false</bool>
</property>
<property name="frameShape">
<enum>QFrame::NoFrame</enum>
</property>
@ -465,7 +468,7 @@ hr { height: 1px; border-width: 0; }
</font>
</property>
<property name="toolTip">
<string>The path where the executable file will be placed in</string>
<string>The path of the executable file</string>
</property>
<property name="text">
<string>Executable</string>
@ -507,6 +510,9 @@ hr { height: 1px; border-width: 0; }
<property name="acceptDrops">
<bool>false</bool>
</property>
<property name="text">
<string notr="true"/>
</property>
<property name="frame">
<bool>false</bool>
</property>
@ -555,7 +561,7 @@ hr { height: 1px; border-width: 0; }
</font>
</property>
<property name="toolTip">
<string>The path where the configuration file will be saved and searched in</string>
<string>The path where the configuration file gets saved and searched in</string>
</property>
<property name="text">
<string>Configuration file</string>
@ -597,6 +603,9 @@ hr { height: 1px; border-width: 0; }
<property name="acceptDrops">
<bool>false</bool>
</property>
<property name="text">
<string notr="true"/>
</property>
<property name="frame">
<bool>false</bool>
</property>
@ -645,7 +654,7 @@ hr { height: 1px; border-width: 0; }
</font>
</property>
<property name="toolTip">
<string>The path where the application will search in for extra resources</string>
<string>The path where the application searches for extra resources</string>
</property>
<property name="text">
<string>Application data</string>
@ -687,6 +696,9 @@ hr { height: 1px; border-width: 0; }
<property name="acceptDrops">
<bool>false</bool>
</property>
<property name="text">
<string notr="true"/>
</property>
<property name="frame">
<bool>false</bool>
</property>

View File

@ -17,6 +17,9 @@
<iconset resource="../../resources/resources.qrc">
<normaloff>:/logo/logo/logdoctor.svg</normaloff>:/logo/logo/logdoctor.svg</iconset>
</property>
<property name="locale">
<locale language="English" country="UnitedStates"/>
</property>
<layout class="QVBoxLayout" name="verticalLayout">
<item>
<widget class="QFrame" name="frame_Font">
@ -160,7 +163,19 @@
<number>16</number>
</property>
<item row="0" column="0">
<widget class="QTextEdit" name="textEdit"/>
<widget class="QTextEdit" name="textEdit">
<property name="markdown">
<string notr="true"/>
</property>
<property name="html">
<string notr="true">&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0//EN&quot; &quot;http://www.w3.org/TR/REC-html40/strict.dtd&quot;&gt;
&lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;meta charset=&quot;utf-8&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt;
p, li { white-space: pre-wrap; }
hr { height: 1px; border-width: 0; }
&lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:'Noto Sans'; font-size:13pt; font-weight:400; font-style:normal;&quot;&gt;
&lt;p style=&quot;-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;br /&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
</property>
</widget>
</item>
</layout>
</widget>