Update translations

pull/55/head
reionwong 4 years ago
parent d281251060
commit b44defecbe

@ -23,9 +23,6 @@
#include <QDateTime>
#include <QSettings>
#define FORMAT24H "HH:mm:ss"
#define FORMAT12H "h:mm:ss ap"
Time::Time(QObject *parent)
: QObject(parent)
, m_settings("cutefishos", "locale")

@ -80,8 +80,7 @@ ItemPage {
rightPadding: FishUI.Units.largeSpacing
Layout.fillWidth: true
wrapMode: Text.WordWrap
text: "<b>%1:</b> %2".arg(qsTr("Performance"))
.arg(qsTr("CPU and GPU frequencies will be increased, while power consumption and heat generation will be increased."))
text: qsTr("Performance mode: CPU and GPU frequencies will be increased, while power consumption and heat generation will be increased.")
}
}
}

@ -381,13 +381,12 @@
</message>
<message>
<location filename="../src/qml/Power/Main.qml" line="70"/>
<location filename="../src/qml/Power/Main.qml" line="83"/>
<source>Performance</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../src/qml/Power/Main.qml" line="84"/>
<source>CPU and GPU frequencies will be increased, while power consumption and heat generation will be increased.</source>
<location filename="../src/qml/Power/Main.qml" line="83"/>
<source>Performance mode: CPU and GPU frequencies will be increased, while power consumption and heat generation will be increased.</source>
<translation type="unfinished"></translation>
</message>
<message>

@ -381,14 +381,13 @@
</message>
<message>
<location filename="../src/qml/Power/Main.qml" line="70"/>
<location filename="../src/qml/Power/Main.qml" line="83"/>
<source>Performance</source>
<translation></translation>
</message>
<message>
<location filename="../src/qml/Power/Main.qml" line="84"/>
<source>CPU and GPU frequencies will be increased, while power consumption and heat generation will be increased.</source>
<translation>CPUGPU</translation>
<location filename="../src/qml/Power/Main.qml" line="83"/>
<source>Performance mode: CPU and GPU frequencies will be increased, while power consumption and heat generation will be increased.</source>
<translation>: CPUGPU</translation>
</message>
<message>
<location filename="../src/qml/User/Main.qml" line="31"/>

Loading…
Cancel
Save