!48 update touchpad touchscreen search text
Merge pull request !48 from 赵世旭/0830
This commit is contained in:
commit
1098e85cff
|
@ -211,6 +211,7 @@ QWidget* TouchpadUI::createMouseDisableWidget()
|
|||
QWidget* mouseDisableWidget = new QWidget(this);
|
||||
mouseDisableWidget->setMaximumSize(16777215, 60);
|
||||
|
||||
//~ contents_path /Touchpad/Disable touchpad when using the mouse
|
||||
QLabel* mouseDisableLabel = new QLabel(tr("Disable touchpad when using the mouse"), this);
|
||||
|
||||
kdk::KSwitchButton* mouseDisableBtn = new kdk::KSwitchButton(this);
|
||||
|
@ -238,6 +239,7 @@ QWidget* TouchpadUI::createPointerSpeedWidget()
|
|||
QWidget* pointerSpeedWidget = new QWidget(this);
|
||||
pointerSpeedWidget->setMaximumSize(16777215, 60);
|
||||
|
||||
//~ contents_path /Touchpad/Pointer Speed
|
||||
QLabel* pointerSpeedLabel = new QLabel(tr("Pointer Speed"), this);
|
||||
QLabel* pointerSpeedSlowLabel = new QLabel(tr("Slow"), this);
|
||||
QLabel* pointerSpeedFastLabel = new QLabel(tr("Fast"), this);
|
||||
|
@ -289,6 +291,7 @@ QWidget* TouchpadUI::createTypingDisableWidget()
|
|||
QWidget* typingDisableWidget = new QWidget(this);
|
||||
typingDisableWidget->setMaximumSize(16777215,60);
|
||||
|
||||
//~ contents_path /Touchpad/Disable touchpad when typing
|
||||
QLabel* typingDisableLabel = new QLabel(tr("Disable touchpad when typing"), this);
|
||||
|
||||
kdk::KSwitchButton* typingDisableBtn = new kdk::KSwitchButton(this);
|
||||
|
@ -317,6 +320,7 @@ QWidget* TouchpadUI::createClickDisableWidget()
|
|||
|
||||
QHBoxLayout *clickHLayout = new QHBoxLayout(clickWidget);
|
||||
|
||||
//~ contents_path /Touchpad/Touch and click on the touchpad
|
||||
QLabel* clickLabel = new QLabel(tr("Touch and click on the touchpad"), this);
|
||||
kdk::KSwitchButton* clickBtn = new kdk::KSwitchButton(this);
|
||||
clickBtn->blockSignals(true);
|
||||
|
@ -341,6 +345,7 @@ QWidget* TouchpadUI::createScrollSlideWidget()
|
|||
QWidget* scrollSlideWidget = new QWidget(this);
|
||||
scrollSlideWidget->setMaximumSize(16777215, 60);
|
||||
|
||||
//~ contents_path /Touchpad/Scroll bar slides with finger
|
||||
QLabel* scrollSlideLabel = new QLabel(tr("Scroll bar slides with finger"), this);
|
||||
kdk::KSwitchButton* scrollSlideBtn = new kdk::KSwitchButton(this);
|
||||
scrollSlideBtn->blockSignals(true);
|
||||
|
@ -367,6 +372,7 @@ QWidget* TouchpadUI::createScrollAreaWidget()
|
|||
QWidget* scrollAreaWidget = new QWidget(this);
|
||||
scrollAreaWidget->setMaximumSize(16777215, 60);
|
||||
|
||||
//~ contents_path /Touchpad/Scrolling area
|
||||
QLabel* scrollAreaLabel = new QLabel(tr("Scrolling area"), this);
|
||||
|
||||
QComboBox* scrollTypeComBox = new QComboBox(this);
|
||||
|
@ -519,6 +525,7 @@ QWidget* TouchpadUI::createVideoWidget()
|
|||
QWidget* TouchpadUI::createMoreGestureWidget()
|
||||
{
|
||||
QWidget* moreGestureWidget = new QWidget(this);
|
||||
//~ contents_path /Touchpad/More gesture
|
||||
QPushButton *moreGestureBtn = new QPushButton(tr("More gesture"));
|
||||
connect(moreGestureBtn, &QPushButton::clicked, this, []() {
|
||||
QString pluginName = "ukui-control-center/Touchpad";
|
||||
|
|
|
@ -91,64 +91,71 @@
|
|||
<translation type="vanished">ལག་ཐོགས་ཁ་པར།</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../touchpadsettingsui.cpp" line="214"/>
|
||||
<location filename="../touchpadsettingsui.cpp" line="215"/>
|
||||
<source>Disable touchpad when using the mouse</source>
|
||||
<translation>བྱི་བ་བཀོལ་སྤྱོད་བྱེད་སྐབས་ལག་ཐོགས་ཁ་པར་གྱི་ཁ་པར་ལ་</translation>
|
||||
<extra-contents_path>/Touchpad/Disable touchpad when using the mouse</extra-contents_path>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../touchpadsettingsui.cpp" line="241"/>
|
||||
<location filename="../touchpadsettingsui.cpp" line="243"/>
|
||||
<source>Pointer Speed</source>
|
||||
<translation>ཕྱོགས་སྟོན་འཁོར་ལོ་མགྱོགས་ཚད།</translation>
|
||||
<extra-contents_path>/Touchpad/Pointer Speed</extra-contents_path>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../touchpadsettingsui.cpp" line="242"/>
|
||||
<location filename="../touchpadsettingsui.cpp" line="244"/>
|
||||
<source>Slow</source>
|
||||
<translation>དལ་མོ།དལ་མོ།</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../touchpadsettingsui.cpp" line="243"/>
|
||||
<location filename="../touchpadsettingsui.cpp" line="245"/>
|
||||
<source>Fast</source>
|
||||
<translation>མགྱོགས་མྱུར།</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../touchpadsettingsui.cpp" line="292"/>
|
||||
<location filename="../touchpadsettingsui.cpp" line="295"/>
|
||||
<source>Disable touchpad when typing</source>
|
||||
<translation>ཡི་གེ་ཡི་གེ་རྒྱག་སྐབས་ལག་ཐོགས་ཁ་པར་གྱི་ལག་ཐོགས་ཁ་པར</translation>
|
||||
<extra-contents_path>/Touchpad/Disable touchpad when typing</extra-contents_path>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../touchpadsettingsui.cpp" line="320"/>
|
||||
<location filename="../touchpadsettingsui.cpp" line="324"/>
|
||||
<source>Touch and click on the touchpad</source>
|
||||
<translation>ལག་ཐོགས་ཁ་པར་ལ་རེག་པ་དང་འབྲེལ་མཐུད་བྱེད་པ།</translation>
|
||||
<extra-contents_path>/Touchpad/Touch and click on the touchpad</extra-contents_path>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../touchpadsettingsui.cpp" line="344"/>
|
||||
<location filename="../touchpadsettingsui.cpp" line="349"/>
|
||||
<source>Scroll bar slides with finger</source>
|
||||
<translation>མཛུབ་མོས་འདྲེད་བརྡར་ཤོར་བ།</translation>
|
||||
<extra-contents_path>/Touchpad/Scroll bar slides with finger</extra-contents_path>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../touchpadsettingsui.cpp" line="370"/>
|
||||
<location filename="../touchpadsettingsui.cpp" line="376"/>
|
||||
<source>Scrolling area</source>
|
||||
<translation>ཤོག་ལྷེ་རྒྱག་པའི་རྒྱ་ཁྱོན།</translation>
|
||||
<extra-contents_path>/Touchpad/Scrolling area</extra-contents_path>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../touchpadsettingsui.cpp" line="373"/>
|
||||
<location filename="../touchpadsettingsui.cpp" line="379"/>
|
||||
<source>Two-finger scrolling in the middle area</source>
|
||||
<translation>དཀྱིལ་ཁུལ་དུ་ལག་པ་གཉིས་ཀྱིས་ཕར་འགྲོ་ཚུར་འོང་བྱེད་བཞིན་ཡོད།</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../touchpadsettingsui.cpp" line="374"/>
|
||||
<location filename="../touchpadsettingsui.cpp" line="380"/>
|
||||
<source>Edge scrolling</source>
|
||||
<translation>མཐའ་འཁོར་དུ་ཕར་འགྲོ་ཚུར་འོང་བྱེད་པ།</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../touchpadsettingsui.cpp" line="375"/>
|
||||
<location filename="../touchpadsettingsui.cpp" line="381"/>
|
||||
<source>Disable scrolling</source>
|
||||
<translation>དབང་པོ་སྐྱོན་ཅན་དུ་འགྱུར་བར་བྱ་དགོས།</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../touchpadsettingsui.cpp" line="522"/>
|
||||
<location filename="../touchpadsettingsui.cpp" line="529"/>
|
||||
<source>More gesture</source>
|
||||
<translation>ལག་བརྡ་དེ་བས་མང་བ</translation>
|
||||
<extra-contents_path>/Touchpad/More gesture</extra-contents_path>
|
||||
</message>
|
||||
<message>
|
||||
<source>gesture</source>
|
||||
|
|
|
@ -89,64 +89,71 @@
|
|||
<translation>Geste</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../touchpadsettingsui.cpp" line="214"/>
|
||||
<location filename="../touchpadsettingsui.cpp" line="215"/>
|
||||
<source>Disable touchpad when using the mouse</source>
|
||||
<translation>Touchpad bei Verwendung der Maus deaktivieren</translation>
|
||||
<extra-contents_path>/Touchpad/Disable touchpad when using the mouse</extra-contents_path>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../touchpadsettingsui.cpp" line="241"/>
|
||||
<location filename="../touchpadsettingsui.cpp" line="243"/>
|
||||
<source>Pointer Speed</source>
|
||||
<translation>Zeiger-Geschwindigkeit</translation>
|
||||
<extra-contents_path>/Touchpad/Pointer Speed</extra-contents_path>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../touchpadsettingsui.cpp" line="242"/>
|
||||
<location filename="../touchpadsettingsui.cpp" line="244"/>
|
||||
<source>Slow</source>
|
||||
<translation>Langsam</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../touchpadsettingsui.cpp" line="243"/>
|
||||
<location filename="../touchpadsettingsui.cpp" line="245"/>
|
||||
<source>Fast</source>
|
||||
<translation>Schnell</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../touchpadsettingsui.cpp" line="292"/>
|
||||
<location filename="../touchpadsettingsui.cpp" line="295"/>
|
||||
<source>Disable touchpad when typing</source>
|
||||
<translation>Touchpad beim Tippen deaktivieren</translation>
|
||||
<extra-contents_path>/Touchpad/Disable touchpad when typing</extra-contents_path>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../touchpadsettingsui.cpp" line="320"/>
|
||||
<location filename="../touchpadsettingsui.cpp" line="324"/>
|
||||
<source>Touch and click on the touchpad</source>
|
||||
<translation>Berühren und klicken Sie auf das Touchpad</translation>
|
||||
<extra-contents_path>/Touchpad/Touch and click on the touchpad</extra-contents_path>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../touchpadsettingsui.cpp" line="344"/>
|
||||
<location filename="../touchpadsettingsui.cpp" line="349"/>
|
||||
<source>Scroll bar slides with finger</source>
|
||||
<translation>Bildlaufleiste wird mit dem Finger verschoben</translation>
|
||||
<extra-contents_path>/Touchpad/Scroll bar slides with finger</extra-contents_path>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../touchpadsettingsui.cpp" line="370"/>
|
||||
<location filename="../touchpadsettingsui.cpp" line="376"/>
|
||||
<source>Scrolling area</source>
|
||||
<translation>Bildlauf-Bereich</translation>
|
||||
<extra-contents_path>/Touchpad/Scrolling area</extra-contents_path>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../touchpadsettingsui.cpp" line="373"/>
|
||||
<location filename="../touchpadsettingsui.cpp" line="379"/>
|
||||
<source>Two-finger scrolling in the middle area</source>
|
||||
<translation>Zwei-Finger-Scrollen im mittleren Bereich</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../touchpadsettingsui.cpp" line="374"/>
|
||||
<location filename="../touchpadsettingsui.cpp" line="380"/>
|
||||
<source>Edge scrolling</source>
|
||||
<translation>Scrollen am Rand</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../touchpadsettingsui.cpp" line="375"/>
|
||||
<location filename="../touchpadsettingsui.cpp" line="381"/>
|
||||
<source>Disable scrolling</source>
|
||||
<translation>Scrollen deaktivieren</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../touchpadsettingsui.cpp" line="522"/>
|
||||
<location filename="../touchpadsettingsui.cpp" line="529"/>
|
||||
<source>More gesture</source>
|
||||
<translation>Mehr Geste</translation>
|
||||
<extra-contents_path>/Touchpad/More gesture</extra-contents_path>
|
||||
</message>
|
||||
<message>
|
||||
<source>gesture</source>
|
||||
|
|
|
@ -89,64 +89,71 @@
|
|||
<translation>Gesto</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../touchpadsettingsui.cpp" line="214"/>
|
||||
<location filename="../touchpadsettingsui.cpp" line="215"/>
|
||||
<source>Disable touchpad when using the mouse</source>
|
||||
<translation>Deshabilite el panel táctil al usar el mouse</translation>
|
||||
<extra-contents_path>/Touchpad/Disable touchpad when using the mouse</extra-contents_path>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../touchpadsettingsui.cpp" line="241"/>
|
||||
<location filename="../touchpadsettingsui.cpp" line="243"/>
|
||||
<source>Pointer Speed</source>
|
||||
<translation>Velocidad del puntero</translation>
|
||||
<extra-contents_path>/Touchpad/Pointer Speed</extra-contents_path>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../touchpadsettingsui.cpp" line="242"/>
|
||||
<location filename="../touchpadsettingsui.cpp" line="244"/>
|
||||
<source>Slow</source>
|
||||
<translation>Lento</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../touchpadsettingsui.cpp" line="243"/>
|
||||
<location filename="../touchpadsettingsui.cpp" line="245"/>
|
||||
<source>Fast</source>
|
||||
<translation>Rápido</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../touchpadsettingsui.cpp" line="292"/>
|
||||
<location filename="../touchpadsettingsui.cpp" line="295"/>
|
||||
<source>Disable touchpad when typing</source>
|
||||
<translation>Desactivar el panel táctil al escribir</translation>
|
||||
<extra-contents_path>/Touchpad/Disable touchpad when typing</extra-contents_path>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../touchpadsettingsui.cpp" line="320"/>
|
||||
<location filename="../touchpadsettingsui.cpp" line="324"/>
|
||||
<source>Touch and click on the touchpad</source>
|
||||
<translation>Toque y haga clic en el panel táctil</translation>
|
||||
<extra-contents_path>/Touchpad/Touch and click on the touchpad</extra-contents_path>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../touchpadsettingsui.cpp" line="344"/>
|
||||
<location filename="../touchpadsettingsui.cpp" line="349"/>
|
||||
<source>Scroll bar slides with finger</source>
|
||||
<translation>La barra de desplazamiento se desliza con el dedo</translation>
|
||||
<extra-contents_path>/Touchpad/Scroll bar slides with finger</extra-contents_path>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../touchpadsettingsui.cpp" line="370"/>
|
||||
<location filename="../touchpadsettingsui.cpp" line="376"/>
|
||||
<source>Scrolling area</source>
|
||||
<translation>Área de desplazamiento</translation>
|
||||
<extra-contents_path>/Touchpad/Scrolling area</extra-contents_path>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../touchpadsettingsui.cpp" line="373"/>
|
||||
<location filename="../touchpadsettingsui.cpp" line="379"/>
|
||||
<source>Two-finger scrolling in the middle area</source>
|
||||
<translation>Desplazamiento con dos dedos en la zona central</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../touchpadsettingsui.cpp" line="374"/>
|
||||
<location filename="../touchpadsettingsui.cpp" line="380"/>
|
||||
<source>Edge scrolling</source>
|
||||
<translation>Desplazamiento de bordes</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../touchpadsettingsui.cpp" line="375"/>
|
||||
<location filename="../touchpadsettingsui.cpp" line="381"/>
|
||||
<source>Disable scrolling</source>
|
||||
<translation>Desactivar el desplazamiento</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../touchpadsettingsui.cpp" line="522"/>
|
||||
<location filename="../touchpadsettingsui.cpp" line="529"/>
|
||||
<source>More gesture</source>
|
||||
<translation>Más gesto</translation>
|
||||
<extra-contents_path>/Touchpad/More gesture</extra-contents_path>
|
||||
</message>
|
||||
<message>
|
||||
<source>gesture</source>
|
||||
|
|
|
@ -89,64 +89,71 @@
|
|||
<translation>Geste</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../touchpadsettingsui.cpp" line="214"/>
|
||||
<location filename="../touchpadsettingsui.cpp" line="215"/>
|
||||
<source>Disable touchpad when using the mouse</source>
|
||||
<translation>Désactiver le pavé tactile lors de l’utilisation de la souris</translation>
|
||||
<extra-contents_path>/Touchpad/Disable touchpad when using the mouse</extra-contents_path>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../touchpadsettingsui.cpp" line="241"/>
|
||||
<location filename="../touchpadsettingsui.cpp" line="243"/>
|
||||
<source>Pointer Speed</source>
|
||||
<translation>Vitesse du pointeur</translation>
|
||||
<extra-contents_path>/Touchpad/Pointer Speed</extra-contents_path>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../touchpadsettingsui.cpp" line="242"/>
|
||||
<location filename="../touchpadsettingsui.cpp" line="244"/>
|
||||
<source>Slow</source>
|
||||
<translation>Lent</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../touchpadsettingsui.cpp" line="243"/>
|
||||
<location filename="../touchpadsettingsui.cpp" line="245"/>
|
||||
<source>Fast</source>
|
||||
<translation>Rapide</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../touchpadsettingsui.cpp" line="292"/>
|
||||
<location filename="../touchpadsettingsui.cpp" line="295"/>
|
||||
<source>Disable touchpad when typing</source>
|
||||
<translation>Désactiver le pavé tactile lors de la saisie</translation>
|
||||
<extra-contents_path>/Touchpad/Disable touchpad when typing</extra-contents_path>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../touchpadsettingsui.cpp" line="320"/>
|
||||
<location filename="../touchpadsettingsui.cpp" line="324"/>
|
||||
<source>Touch and click on the touchpad</source>
|
||||
<translation>Touchez et cliquez sur le pavé tactile</translation>
|
||||
<extra-contents_path>/Touchpad/Touch and click on the touchpad</extra-contents_path>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../touchpadsettingsui.cpp" line="344"/>
|
||||
<location filename="../touchpadsettingsui.cpp" line="349"/>
|
||||
<source>Scroll bar slides with finger</source>
|
||||
<translation>Faire défiler les diapositives avec le doigt</translation>
|
||||
<extra-contents_path>/Touchpad/Scroll bar slides with finger</extra-contents_path>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../touchpadsettingsui.cpp" line="370"/>
|
||||
<location filename="../touchpadsettingsui.cpp" line="376"/>
|
||||
<source>Scrolling area</source>
|
||||
<translation>Zone de défilement</translation>
|
||||
<extra-contents_path>/Touchpad/Scrolling area</extra-contents_path>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../touchpadsettingsui.cpp" line="373"/>
|
||||
<location filename="../touchpadsettingsui.cpp" line="379"/>
|
||||
<source>Two-finger scrolling in the middle area</source>
|
||||
<translation>Défilement à deux doigts dans la zone centrale</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../touchpadsettingsui.cpp" line="374"/>
|
||||
<location filename="../touchpadsettingsui.cpp" line="380"/>
|
||||
<source>Edge scrolling</source>
|
||||
<translation>Défilement des bords</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../touchpadsettingsui.cpp" line="375"/>
|
||||
<location filename="../touchpadsettingsui.cpp" line="381"/>
|
||||
<source>Disable scrolling</source>
|
||||
<translation>Désactiver le défilement</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../touchpadsettingsui.cpp" line="522"/>
|
||||
<location filename="../touchpadsettingsui.cpp" line="529"/>
|
||||
<source>More gesture</source>
|
||||
<translation>Plus de gestes</translation>
|
||||
<extra-contents_path>/Touchpad/More gesture</extra-contents_path>
|
||||
</message>
|
||||
<message>
|
||||
<source>gesture</source>
|
||||
|
|
|
@ -0,0 +1,157 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!DOCTYPE TS>
|
||||
<TS version="2.1">
|
||||
<context>
|
||||
<name>QObject</name>
|
||||
<message>
|
||||
<location filename="../touchpad-settings.cpp" line="93"/>
|
||||
<source>three fingers click</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../touchpad-settings.cpp" line="94"/>
|
||||
<source>show global search</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../touchpad-settings.cpp" line="97"/>
|
||||
<source>swipe three fingers down</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../touchpad-settings.cpp" line="98"/>
|
||||
<source>show desktop</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../touchpad-settings.cpp" line="101"/>
|
||||
<source>swipe three fingers up</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../touchpad-settings.cpp" line="102"/>
|
||||
<source>open the multitasking view</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../touchpad-settings.cpp" line="105"/>
|
||||
<source>swipe three fingers horizontally</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../touchpad-settings.cpp" line="106"/>
|
||||
<source>switch windows</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../touchpad-settings.cpp" line="109"/>
|
||||
<source>four fingers click</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../touchpad-settings.cpp" line="110"/>
|
||||
<source>show sidebar</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../touchpad-settings.cpp" line="116"/>
|
||||
<source>swipe four fingers horizontally</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../touchpad-settings.cpp" line="117"/>
|
||||
<source>switch desktop</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>Touchpad</name>
|
||||
<message>
|
||||
<location filename="../touchpad-settings.cpp" line="40"/>
|
||||
<source>Touchpad</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<extra-contents_path>/Touchpad/Touchpad</extra-contents_path>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>TouchpadUI</name>
|
||||
<message>
|
||||
<location filename="../touchpadsettingsui.cpp" line="106"/>
|
||||
<location filename="../touchpadsettingsui.cpp" line="187"/>
|
||||
<source>Touchpad</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../touchpadsettingsui.cpp" line="115"/>
|
||||
<source>Gesture</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../touchpadsettingsui.cpp" line="215"/>
|
||||
<source>Disable touchpad when using the mouse</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<extra-contents_path>/Touchpad/Disable touchpad when using the mouse</extra-contents_path>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../touchpadsettingsui.cpp" line="243"/>
|
||||
<source>Pointer Speed</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<extra-contents_path>/Touchpad/Pointer Speed</extra-contents_path>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../touchpadsettingsui.cpp" line="244"/>
|
||||
<source>Slow</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../touchpadsettingsui.cpp" line="245"/>
|
||||
<source>Fast</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../touchpadsettingsui.cpp" line="295"/>
|
||||
<source>Disable touchpad when typing</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<extra-contents_path>/Touchpad/Disable touchpad when typing</extra-contents_path>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../touchpadsettingsui.cpp" line="324"/>
|
||||
<source>Touch and click on the touchpad</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<extra-contents_path>/Touchpad/Touch and click on the touchpad</extra-contents_path>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../touchpadsettingsui.cpp" line="349"/>
|
||||
<source>Scroll bar slides with finger</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<extra-contents_path>/Touchpad/Scroll bar slides with finger</extra-contents_path>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../touchpadsettingsui.cpp" line="376"/>
|
||||
<source>Scrolling area</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<extra-contents_path>/Touchpad/Scrolling area</extra-contents_path>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../touchpadsettingsui.cpp" line="379"/>
|
||||
<source>Two-finger scrolling in the middle area</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../touchpadsettingsui.cpp" line="380"/>
|
||||
<source>Edge scrolling</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../touchpadsettingsui.cpp" line="381"/>
|
||||
<source>Disable scrolling</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../touchpadsettingsui.cpp" line="529"/>
|
||||
<source>More gesture</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<extra-contents_path>/Touchpad/More gesture</extra-contents_path>
|
||||
</message>
|
||||
</context>
|
||||
</TS>
|
|
@ -0,0 +1,157 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!DOCTYPE TS>
|
||||
<TS version="2.1">
|
||||
<context>
|
||||
<name>QObject</name>
|
||||
<message>
|
||||
<location filename="../touchpad-settings.cpp" line="93"/>
|
||||
<source>three fingers click</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../touchpad-settings.cpp" line="94"/>
|
||||
<source>show global search</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../touchpad-settings.cpp" line="97"/>
|
||||
<source>swipe three fingers down</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../touchpad-settings.cpp" line="98"/>
|
||||
<source>show desktop</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../touchpad-settings.cpp" line="101"/>
|
||||
<source>swipe three fingers up</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../touchpad-settings.cpp" line="102"/>
|
||||
<source>open the multitasking view</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../touchpad-settings.cpp" line="105"/>
|
||||
<source>swipe three fingers horizontally</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../touchpad-settings.cpp" line="106"/>
|
||||
<source>switch windows</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../touchpad-settings.cpp" line="109"/>
|
||||
<source>four fingers click</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../touchpad-settings.cpp" line="110"/>
|
||||
<source>show sidebar</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../touchpad-settings.cpp" line="116"/>
|
||||
<source>swipe four fingers horizontally</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../touchpad-settings.cpp" line="117"/>
|
||||
<source>switch desktop</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>Touchpad</name>
|
||||
<message>
|
||||
<location filename="../touchpad-settings.cpp" line="40"/>
|
||||
<source>Touchpad</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<extra-contents_path>/Touchpad/Touchpad</extra-contents_path>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>TouchpadUI</name>
|
||||
<message>
|
||||
<location filename="../touchpadsettingsui.cpp" line="106"/>
|
||||
<location filename="../touchpadsettingsui.cpp" line="187"/>
|
||||
<source>Touchpad</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../touchpadsettingsui.cpp" line="115"/>
|
||||
<source>Gesture</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../touchpadsettingsui.cpp" line="215"/>
|
||||
<source>Disable touchpad when using the mouse</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<extra-contents_path>/Touchpad/Disable touchpad when using the mouse</extra-contents_path>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../touchpadsettingsui.cpp" line="243"/>
|
||||
<source>Pointer Speed</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<extra-contents_path>/Touchpad/Pointer Speed</extra-contents_path>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../touchpadsettingsui.cpp" line="244"/>
|
||||
<source>Slow</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../touchpadsettingsui.cpp" line="245"/>
|
||||
<source>Fast</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../touchpadsettingsui.cpp" line="295"/>
|
||||
<source>Disable touchpad when typing</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<extra-contents_path>/Touchpad/Disable touchpad when typing</extra-contents_path>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../touchpadsettingsui.cpp" line="324"/>
|
||||
<source>Touch and click on the touchpad</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<extra-contents_path>/Touchpad/Touch and click on the touchpad</extra-contents_path>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../touchpadsettingsui.cpp" line="349"/>
|
||||
<source>Scroll bar slides with finger</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<extra-contents_path>/Touchpad/Scroll bar slides with finger</extra-contents_path>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../touchpadsettingsui.cpp" line="376"/>
|
||||
<source>Scrolling area</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<extra-contents_path>/Touchpad/Scrolling area</extra-contents_path>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../touchpadsettingsui.cpp" line="379"/>
|
||||
<source>Two-finger scrolling in the middle area</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../touchpadsettingsui.cpp" line="380"/>
|
||||
<source>Edge scrolling</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../touchpadsettingsui.cpp" line="381"/>
|
||||
<source>Disable scrolling</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../touchpadsettingsui.cpp" line="529"/>
|
||||
<source>More gesture</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<extra-contents_path>/Touchpad/More gesture</extra-contents_path>
|
||||
</message>
|
||||
</context>
|
||||
</TS>
|
|
@ -91,64 +91,71 @@
|
|||
<translation type="vanished">ᠬᠦᠷᠦᠯᠴᠡᠬᠦ᠌ ᠡᠵᠡᠮᠱᠢᠯ ᠬᠠᠪᠳᠠᠰᠤ</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../touchpadsettingsui.cpp" line="214"/>
|
||||
<location filename="../touchpadsettingsui.cpp" line="215"/>
|
||||
<source>Disable touchpad when using the mouse</source>
|
||||
<translation>ᠮᠠᠦ᠋ᠰ ᠬᠠᠪᠴᠢᠭᠤᠯᠬᠤ ᠦᠶᠡ ᠳᠦ ᠬᠦᠷᠦᠯᠴᠡᠬᠦᠢ ᠡᠵᠡᠮᠱᠢᠯ ᠬᠠᠪᠳᠠᠰᠤ ᠬᠡᠷᠡᠭ᠌ᠯᠡᠬᠦ᠌ ᠶ᠋ᠢ ᠴᠠᠭᠠᠵᠠᠯᠠᠨᠠ</translation>
|
||||
<extra-contents_path>/Touchpad/Disable touchpad when using the mouse</extra-contents_path>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../touchpadsettingsui.cpp" line="241"/>
|
||||
<location filename="../touchpadsettingsui.cpp" line="243"/>
|
||||
<source>Pointer Speed</source>
|
||||
<translation>ᠵᠢᠭᠠᠯᠳᠠ ᠶ᠋ᠢᠨ ᠬᠤᠷᠳᠤᠴᠠ</translation>
|
||||
<extra-contents_path>/Touchpad/Pointer Speed</extra-contents_path>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../touchpadsettingsui.cpp" line="242"/>
|
||||
<location filename="../touchpadsettingsui.cpp" line="244"/>
|
||||
<source>Slow</source>
|
||||
<translation>ᠤᠳᠠᠭᠠᠨ</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../touchpadsettingsui.cpp" line="243"/>
|
||||
<location filename="../touchpadsettingsui.cpp" line="245"/>
|
||||
<source>Fast</source>
|
||||
<translation>ᠬᠤᠷᠳᠤᠨ</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../touchpadsettingsui.cpp" line="292"/>
|
||||
<location filename="../touchpadsettingsui.cpp" line="295"/>
|
||||
<source>Disable touchpad when typing</source>
|
||||
<translation>ᠦᠰᠦᠭ ᠱᠢᠪᠡᠬᠦ᠌ ᠦᠶᠡ ᠳᠦ ᠬᠦᠷᠦᠯᠴᠡᠬᠦᠢ ᠡᠵᠡᠮᠱᠢᠯ ᠬᠠᠪᠳᠠᠰᠤ ᠬᠡᠷᠡᠭ᠌ᠯᠡᠬᠦ᠌ ᠶ᠋ᠢ ᠴᠠᠭᠠᠵᠠᠯᠠᠨᠠ</translation>
|
||||
<extra-contents_path>/Touchpad/Disable touchpad when typing</extra-contents_path>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../touchpadsettingsui.cpp" line="320"/>
|
||||
<location filename="../touchpadsettingsui.cpp" line="324"/>
|
||||
<source>Touch and click on the touchpad</source>
|
||||
<translation>ᠬᠦᠷᠦᠯᠴᠡᠬᠦᠢ ᠡᠵᠡᠮᠱᠢᠯ ᠬᠠᠪᠳᠠᠰᠤ ᠶ᠋ᠢ ᠬᠦᠩᠬᠡᠨ ᠳᠤᠪᠴᠢᠳᠠᠬᠤ</translation>
|
||||
<extra-contents_path>/Touchpad/Touch and click on the touchpad</extra-contents_path>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../touchpadsettingsui.cpp" line="344"/>
|
||||
<location filename="../touchpadsettingsui.cpp" line="349"/>
|
||||
<source>Scroll bar slides with finger</source>
|
||||
<translation>ᠦᠩᠬᠦᠷᠢᠬᠦᠯ ᠬᠤᠷᠤᠭᠤ ᠶ᠋ᠢ ᠳᠠᠭᠠᠵᠤ ᠭᠤᠯᠭᠤᠬᠤ</translation>
|
||||
<extra-contents_path>/Touchpad/Scroll bar slides with finger</extra-contents_path>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../touchpadsettingsui.cpp" line="370"/>
|
||||
<location filename="../touchpadsettingsui.cpp" line="376"/>
|
||||
<source>Scrolling area</source>
|
||||
<translation>ᠦᠩᠬᠦᠷᠢᠬᠦᠯ ᠦᠨ ᠬᠦᠷᠢᠶᠡ</translation>
|
||||
<extra-contents_path>/Touchpad/Scrolling area</extra-contents_path>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../touchpadsettingsui.cpp" line="373"/>
|
||||
<location filename="../touchpadsettingsui.cpp" line="379"/>
|
||||
<source>Two-finger scrolling in the middle area</source>
|
||||
<translation>ᠳᠤᠮᠳᠠᠬᠢ ᠪᠦᠰᠡ ᠳᠦ ᠦᠩᠬᠦᠷᠢᠬᠦ᠌</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../touchpadsettingsui.cpp" line="374"/>
|
||||
<location filename="../touchpadsettingsui.cpp" line="380"/>
|
||||
<source>Edge scrolling</source>
|
||||
<translation>ᠵᠠᠭᠠᠭ ᠢᠶᠠᠷ ᠦᠩᠬᠦᠷᠢᠬᠦ᠌</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../touchpadsettingsui.cpp" line="375"/>
|
||||
<location filename="../touchpadsettingsui.cpp" line="381"/>
|
||||
<source>Disable scrolling</source>
|
||||
<translation>ᠦᠩᠬᠦᠷᠢᠬᠦᠯ ᠢ ᠴᠠᠭᠠᠵᠠᠯᠠᠬᠤ</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../touchpadsettingsui.cpp" line="522"/>
|
||||
<location filename="../touchpadsettingsui.cpp" line="529"/>
|
||||
<source>More gesture</source>
|
||||
<translation>ᠨᠡᠩ ᠤᠯᠠᠨ ᠭᠠᠷ ᠤᠨ ᠲᠤᠬᠢᠶᠠ</translation>
|
||||
<extra-contents_path>/Touchpad/More gesture</extra-contents_path>
|
||||
</message>
|
||||
<message>
|
||||
<source>gesture</source>
|
||||
|
|
|
@ -88,64 +88,71 @@
|
|||
<translation>قول ئىشارىسى</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../touchpadsettingsui.cpp" line="214"/>
|
||||
<location filename="../touchpadsettingsui.cpp" line="215"/>
|
||||
<source>Disable touchpad when using the mouse</source>
|
||||
<translation>مائۇس ئىشلەتكەندە تېگىش تاختىسى ئىشلىتىش مەنئىي قىلىنىدۇ</translation>
|
||||
<extra-contents_path>/Touchpad/Disable touchpad when using the mouse</extra-contents_path>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../touchpadsettingsui.cpp" line="241"/>
|
||||
<location filename="../touchpadsettingsui.cpp" line="243"/>
|
||||
<source>Pointer Speed</source>
|
||||
<translation>نۇقتا تېزلىكى</translation>
|
||||
<extra-contents_path>/Touchpad/Pointer Speed</extra-contents_path>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../touchpadsettingsui.cpp" line="242"/>
|
||||
<location filename="../touchpadsettingsui.cpp" line="244"/>
|
||||
<source>Slow</source>
|
||||
<translation>ئاستا</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../touchpadsettingsui.cpp" line="243"/>
|
||||
<location filename="../touchpadsettingsui.cpp" line="245"/>
|
||||
<source>Fast</source>
|
||||
<translation>تاسقاپ</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../touchpadsettingsui.cpp" line="292"/>
|
||||
<location filename="../touchpadsettingsui.cpp" line="295"/>
|
||||
<source>Disable touchpad when typing</source>
|
||||
<translation>خەت ئۇرغاندا سېزىمچانلىق تاختىسى ئىشلىتىش مەنئىي قىلىنىدۇ</translation>
|
||||
<extra-contents_path>/Touchpad/Disable touchpad when typing</extra-contents_path>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../touchpadsettingsui.cpp" line="320"/>
|
||||
<location filename="../touchpadsettingsui.cpp" line="324"/>
|
||||
<source>Touch and click on the touchpad</source>
|
||||
<translation>touchpad نى چېكىش ۋە چېكىش</translation>
|
||||
<extra-contents_path>/Touchpad/Touch and click on the touchpad</extra-contents_path>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../touchpadsettingsui.cpp" line="344"/>
|
||||
<location filename="../touchpadsettingsui.cpp" line="349"/>
|
||||
<source>Scroll bar slides with finger</source>
|
||||
<translation>بارماق بىلەن سىيرىلما تاختا سىيرىلما</translation>
|
||||
<extra-contents_path>/Touchpad/Scroll bar slides with finger</extra-contents_path>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../touchpadsettingsui.cpp" line="370"/>
|
||||
<location filename="../touchpadsettingsui.cpp" line="376"/>
|
||||
<source>Scrolling area</source>
|
||||
<translation>سىيرىلما رايونى</translation>
|
||||
<extra-contents_path>/Touchpad/Scrolling area</extra-contents_path>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../touchpadsettingsui.cpp" line="373"/>
|
||||
<location filename="../touchpadsettingsui.cpp" line="379"/>
|
||||
<source>Two-finger scrolling in the middle area</source>
|
||||
<translation>ئوتتۇرا رايوندا ئىككى بارماق بىلەن سىيرىلما</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../touchpadsettingsui.cpp" line="374"/>
|
||||
<location filename="../touchpadsettingsui.cpp" line="380"/>
|
||||
<source>Edge scrolling</source>
|
||||
<translation>گىرۋىكىگە سىيرىلما</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../touchpadsettingsui.cpp" line="375"/>
|
||||
<location filename="../touchpadsettingsui.cpp" line="381"/>
|
||||
<source>Disable scrolling</source>
|
||||
<translation>سىيرىلما دىسكىلارنى بىكار قىلىش</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../touchpadsettingsui.cpp" line="522"/>
|
||||
<location filename="../touchpadsettingsui.cpp" line="529"/>
|
||||
<source>More gesture</source>
|
||||
<translation>كۆپ قول ئىشارىسى</translation>
|
||||
<extra-contents_path>/Touchpad/More gesture</extra-contents_path>
|
||||
</message>
|
||||
</context>
|
||||
</TS>
|
||||
|
|
|
@ -94,64 +94,71 @@
|
|||
<translation type="vanished">触控板</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../touchpadsettingsui.cpp" line="214"/>
|
||||
<location filename="../touchpadsettingsui.cpp" line="215"/>
|
||||
<source>Disable touchpad when using the mouse</source>
|
||||
<translation>插入鼠标时禁用触控板</translation>
|
||||
<extra-contents_path>/Touchpad/Disable touchpad when using the mouse</extra-contents_path>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../touchpadsettingsui.cpp" line="241"/>
|
||||
<location filename="../touchpadsettingsui.cpp" line="243"/>
|
||||
<source>Pointer Speed</source>
|
||||
<translation>指针速度</translation>
|
||||
<extra-contents_path>/Touchpad/Pointer Speed</extra-contents_path>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../touchpadsettingsui.cpp" line="242"/>
|
||||
<location filename="../touchpadsettingsui.cpp" line="244"/>
|
||||
<source>Slow</source>
|
||||
<translation>慢</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../touchpadsettingsui.cpp" line="243"/>
|
||||
<location filename="../touchpadsettingsui.cpp" line="245"/>
|
||||
<source>Fast</source>
|
||||
<translation>快</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../touchpadsettingsui.cpp" line="292"/>
|
||||
<location filename="../touchpadsettingsui.cpp" line="295"/>
|
||||
<source>Disable touchpad when typing</source>
|
||||
<translation>打字时禁用触控板</translation>
|
||||
<extra-contents_path>/Touchpad/Disable touchpad when typing</extra-contents_path>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../touchpadsettingsui.cpp" line="320"/>
|
||||
<location filename="../touchpadsettingsui.cpp" line="324"/>
|
||||
<source>Touch and click on the touchpad</source>
|
||||
<translation>触控板轻触点击</translation>
|
||||
<extra-contents_path>/Touchpad/Touch and click on the touchpad</extra-contents_path>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../touchpadsettingsui.cpp" line="344"/>
|
||||
<location filename="../touchpadsettingsui.cpp" line="349"/>
|
||||
<source>Scroll bar slides with finger</source>
|
||||
<translation>滚动条跟随手指滑动</translation>
|
||||
<extra-contents_path>/Touchpad/Scroll bar slides with finger</extra-contents_path>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../touchpadsettingsui.cpp" line="370"/>
|
||||
<location filename="../touchpadsettingsui.cpp" line="376"/>
|
||||
<source>Scrolling area</source>
|
||||
<translation>滚动区域</translation>
|
||||
<extra-contents_path>/Touchpad/Scrolling area</extra-contents_path>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../touchpadsettingsui.cpp" line="373"/>
|
||||
<location filename="../touchpadsettingsui.cpp" line="379"/>
|
||||
<source>Two-finger scrolling in the middle area</source>
|
||||
<translation>中间区域滚动</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../touchpadsettingsui.cpp" line="374"/>
|
||||
<location filename="../touchpadsettingsui.cpp" line="380"/>
|
||||
<source>Edge scrolling</source>
|
||||
<translation>边界滚动</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../touchpadsettingsui.cpp" line="375"/>
|
||||
<location filename="../touchpadsettingsui.cpp" line="381"/>
|
||||
<source>Disable scrolling</source>
|
||||
<translation>禁止滚动</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../touchpadsettingsui.cpp" line="522"/>
|
||||
<location filename="../touchpadsettingsui.cpp" line="529"/>
|
||||
<source>More gesture</source>
|
||||
<translation>更多手势</translation>
|
||||
<extra-contents_path>/Touchpad/More gesture</extra-contents_path>
|
||||
</message>
|
||||
<message>
|
||||
<source>gesture</source>
|
||||
|
|
|
@ -91,64 +91,71 @@
|
|||
<translation type="vanished">觸控板</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../touchpadsettingsui.cpp" line="214"/>
|
||||
<location filename="../touchpadsettingsui.cpp" line="215"/>
|
||||
<source>Disable touchpad when using the mouse</source>
|
||||
<translation>插入滑鼠時禁用觸控板</translation>
|
||||
<extra-contents_path>/Touchpad/Disable touchpad when using the mouse</extra-contents_path>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../touchpadsettingsui.cpp" line="241"/>
|
||||
<location filename="../touchpadsettingsui.cpp" line="243"/>
|
||||
<source>Pointer Speed</source>
|
||||
<translation>指標速度</translation>
|
||||
<extra-contents_path>/Touchpad/Pointer Speed</extra-contents_path>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../touchpadsettingsui.cpp" line="242"/>
|
||||
<location filename="../touchpadsettingsui.cpp" line="244"/>
|
||||
<source>Slow</source>
|
||||
<translation>慢</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../touchpadsettingsui.cpp" line="243"/>
|
||||
<location filename="../touchpadsettingsui.cpp" line="245"/>
|
||||
<source>Fast</source>
|
||||
<translation>快</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../touchpadsettingsui.cpp" line="292"/>
|
||||
<location filename="../touchpadsettingsui.cpp" line="295"/>
|
||||
<source>Disable touchpad when typing</source>
|
||||
<translation>打字時禁用觸控板</translation>
|
||||
<extra-contents_path>/Touchpad/Disable touchpad when typing</extra-contents_path>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../touchpadsettingsui.cpp" line="320"/>
|
||||
<location filename="../touchpadsettingsui.cpp" line="324"/>
|
||||
<source>Touch and click on the touchpad</source>
|
||||
<translation>觸控板輕觸點擊</translation>
|
||||
<extra-contents_path>/Touchpad/Touch and click on the touchpad</extra-contents_path>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../touchpadsettingsui.cpp" line="344"/>
|
||||
<location filename="../touchpadsettingsui.cpp" line="349"/>
|
||||
<source>Scroll bar slides with finger</source>
|
||||
<translation>滾動條跟隨手指滑動</translation>
|
||||
<extra-contents_path>/Touchpad/Scroll bar slides with finger</extra-contents_path>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../touchpadsettingsui.cpp" line="370"/>
|
||||
<location filename="../touchpadsettingsui.cpp" line="376"/>
|
||||
<source>Scrolling area</source>
|
||||
<translation>滾動區域</translation>
|
||||
<extra-contents_path>/Touchpad/Scrolling area</extra-contents_path>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../touchpadsettingsui.cpp" line="373"/>
|
||||
<location filename="../touchpadsettingsui.cpp" line="379"/>
|
||||
<source>Two-finger scrolling in the middle area</source>
|
||||
<translation>中間區域滾動</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../touchpadsettingsui.cpp" line="374"/>
|
||||
<location filename="../touchpadsettingsui.cpp" line="380"/>
|
||||
<source>Edge scrolling</source>
|
||||
<translation>邊界滾動</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../touchpadsettingsui.cpp" line="375"/>
|
||||
<location filename="../touchpadsettingsui.cpp" line="381"/>
|
||||
<source>Disable scrolling</source>
|
||||
<translation>禁止滾動</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../touchpadsettingsui.cpp" line="522"/>
|
||||
<location filename="../touchpadsettingsui.cpp" line="529"/>
|
||||
<source>More gesture</source>
|
||||
<translation>更多手勢</translation>
|
||||
<extra-contents_path>/Touchpad/More gesture</extra-contents_path>
|
||||
</message>
|
||||
<message>
|
||||
<source>gesture</source>
|
||||
|
|
|
@ -82,6 +82,7 @@ void TabletModeDesktopWidget::initButtonGroup()
|
|||
QWidget* TabletModeDesktopWidget::createTabletTextWidget() const
|
||||
{
|
||||
QWidget* tabletTextWidget = new QWidget;
|
||||
//~ contents_path /TouchScreen/Tablet mode desktop ui
|
||||
QLabel* tabletText = new QLabel(tr("Tablet mode desktop ui"));
|
||||
|
||||
QHBoxLayout* tabletModeLayout = new QHBoxLayout(tabletTextWidget);
|
||||
|
|
|
@ -77,6 +77,7 @@ void TabletModeWidget::initConnect()
|
|||
QWidget* TabletModeWidget::createTabletModeWidget()
|
||||
{
|
||||
QWidget* tabletModeWidget = new QWidget;
|
||||
//~ contents_path /TouchScreen/Show tablet mode in the sidebar
|
||||
QLabel* tabletModeText = new QLabel(tr("Show tablet mode in the sidebar"));
|
||||
m_tabletModeButton = new kdk::KSwitchButton(tabletModeWidget);
|
||||
m_tabletModeButton->setChecked(getTabletModeEnabled());
|
||||
|
|
|
@ -112,6 +112,8 @@ QWidget *TouchscreenSettings::pluginUi()
|
|||
QObject::tr("show sidebar"), ":/gif/resources/右边缘左划显示侧边栏.gif")
|
||||
|
||||
};
|
||||
//~ contents_path /TouchScreen/Automatically switch tablet mode when plugging and unplugging keyboard
|
||||
tr("Automatically switch tablet mode when plugging and unplugging keyboard");
|
||||
pluginWidget = new TouchScreen(defaultGestureTypes, tr("Tablet Mode"), tr("Automatically switch tablet mode when plugging and unplugging keyboard"));
|
||||
}
|
||||
}
|
||||
|
|
|
@ -63,7 +63,6 @@ TRANSLATIONS += \
|
|||
translations/mn_MN.ts \
|
||||
translations/zh_HK.ts \
|
||||
translations/kk_KZ.ts \
|
||||
translations/ug.ts \
|
||||
translations/ug_CN.ts \
|
||||
translations/ky_KG.ts \
|
||||
translations/de_DE.ts \
|
||||
|
|
|
@ -1,314 +0,0 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE QtCreatorProject>
|
||||
<!-- Written by QtCreator 4.11.0, 2024-08-28T13:50:12. -->
|
||||
<qtcreator>
|
||||
<data>
|
||||
<variable>EnvironmentId</variable>
|
||||
<value type="QByteArray">{c786f4b4-a93a-4ffb-9bc1-17b98bd89e34}</value>
|
||||
</data>
|
||||
<data>
|
||||
<variable>ProjectExplorer.Project.ActiveTarget</variable>
|
||||
<value type="int">0</value>
|
||||
</data>
|
||||
<data>
|
||||
<variable>ProjectExplorer.Project.EditorSettings</variable>
|
||||
<valuemap type="QVariantMap">
|
||||
<value type="bool" key="EditorConfiguration.AutoIndent">true</value>
|
||||
<value type="bool" key="EditorConfiguration.AutoSpacesForTabs">false</value>
|
||||
<value type="bool" key="EditorConfiguration.CamelCaseNavigation">true</value>
|
||||
<valuemap type="QVariantMap" key="EditorConfiguration.CodeStyle.0">
|
||||
<value type="QString" key="language">Cpp</value>
|
||||
<valuemap type="QVariantMap" key="value">
|
||||
<value type="QByteArray" key="CurrentPreferences">CppGlobal</value>
|
||||
</valuemap>
|
||||
</valuemap>
|
||||
<valuemap type="QVariantMap" key="EditorConfiguration.CodeStyle.1">
|
||||
<value type="QString" key="language">QmlJS</value>
|
||||
<valuemap type="QVariantMap" key="value">
|
||||
<value type="QByteArray" key="CurrentPreferences">QmlJSGlobal</value>
|
||||
</valuemap>
|
||||
</valuemap>
|
||||
<value type="int" key="EditorConfiguration.CodeStyle.Count">2</value>
|
||||
<value type="QByteArray" key="EditorConfiguration.Codec">UTF-8</value>
|
||||
<value type="bool" key="EditorConfiguration.ConstrainTooltips">false</value>
|
||||
<value type="int" key="EditorConfiguration.IndentSize">4</value>
|
||||
<value type="bool" key="EditorConfiguration.KeyboardTooltips">false</value>
|
||||
<value type="int" key="EditorConfiguration.MarginColumn">80</value>
|
||||
<value type="bool" key="EditorConfiguration.MouseHiding">true</value>
|
||||
<value type="bool" key="EditorConfiguration.MouseNavigation">true</value>
|
||||
<value type="int" key="EditorConfiguration.PaddingMode">1</value>
|
||||
<value type="bool" key="EditorConfiguration.ScrollWheelZooming">true</value>
|
||||
<value type="bool" key="EditorConfiguration.ShowMargin">false</value>
|
||||
<value type="int" key="EditorConfiguration.SmartBackspaceBehavior">0</value>
|
||||
<value type="bool" key="EditorConfiguration.SmartSelectionChanging">true</value>
|
||||
<value type="bool" key="EditorConfiguration.SpacesForTabs">true</value>
|
||||
<value type="int" key="EditorConfiguration.TabKeyBehavior">0</value>
|
||||
<value type="int" key="EditorConfiguration.TabSize">8</value>
|
||||
<value type="bool" key="EditorConfiguration.UseGlobal">true</value>
|
||||
<value type="int" key="EditorConfiguration.Utf8BomBehavior">1</value>
|
||||
<value type="bool" key="EditorConfiguration.addFinalNewLine">true</value>
|
||||
<value type="bool" key="EditorConfiguration.cleanIndentation">true</value>
|
||||
<value type="bool" key="EditorConfiguration.cleanWhitespace">true</value>
|
||||
<value type="bool" key="EditorConfiguration.inEntireDocument">false</value>
|
||||
</valuemap>
|
||||
</data>
|
||||
<data>
|
||||
<variable>ProjectExplorer.Project.PluginSettings</variable>
|
||||
<valuemap type="QVariantMap"/>
|
||||
</data>
|
||||
<data>
|
||||
<variable>ProjectExplorer.Project.Target.0</variable>
|
||||
<valuemap type="QVariantMap">
|
||||
<value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">桌面</value>
|
||||
<value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName">桌面</value>
|
||||
<value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">{3e16dcd2-56d8-48df-a5da-40e129141a27}</value>
|
||||
<value type="int" key="ProjectExplorer.Target.ActiveBuildConfiguration">0</value>
|
||||
<value type="int" key="ProjectExplorer.Target.ActiveDeployConfiguration">0</value>
|
||||
<value type="int" key="ProjectExplorer.Target.ActiveRunConfiguration">0</value>
|
||||
<valuemap type="QVariantMap" key="ProjectExplorer.Target.BuildConfiguration.0">
|
||||
<value type="QString" key="ProjectExplorer.BuildConfiguration.BuildDirectory">/home/zhaoshixu/project/gitee/ukui-touch-settings-plugin/src/build-touchscreen-settings-unknown-Debug</value>
|
||||
<valuemap type="QVariantMap" key="ProjectExplorer.BuildConfiguration.BuildStepList.0">
|
||||
<valuemap type="QVariantMap" key="ProjectExplorer.BuildStepList.Step.0">
|
||||
<value type="bool" key="ProjectExplorer.BuildStep.Enabled">true</value>
|
||||
<value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">QtProjectManager.QMakeBuildStep</value>
|
||||
<value type="bool" key="QtProjectManager.QMakeBuildStep.LinkQmlDebuggingLibrary">true</value>
|
||||
<value type="QString" key="QtProjectManager.QMakeBuildStep.QMakeArguments"></value>
|
||||
<value type="bool" key="QtProjectManager.QMakeBuildStep.QMakeForced">false</value>
|
||||
<value type="bool" key="QtProjectManager.QMakeBuildStep.SeparateDebugInfo">false</value>
|
||||
<value type="bool" key="QtProjectManager.QMakeBuildStep.UseQtQuickCompiler">false</value>
|
||||
</valuemap>
|
||||
<valuemap type="QVariantMap" key="ProjectExplorer.BuildStepList.Step.1">
|
||||
<value type="bool" key="ProjectExplorer.BuildStep.Enabled">true</value>
|
||||
<value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">Qt4ProjectManager.MakeStep</value>
|
||||
<valuelist type="QVariantList" key="Qt4ProjectManager.MakeStep.BuildTargets"/>
|
||||
<value type="bool" key="Qt4ProjectManager.MakeStep.Clean">false</value>
|
||||
<value type="QString" key="Qt4ProjectManager.MakeStep.MakeArguments"></value>
|
||||
<value type="QString" key="Qt4ProjectManager.MakeStep.MakeCommand"></value>
|
||||
<value type="bool" key="Qt4ProjectManager.MakeStep.OverrideMakeflags">false</value>
|
||||
</valuemap>
|
||||
<value type="int" key="ProjectExplorer.BuildStepList.StepsCount">2</value>
|
||||
<value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">Build</value>
|
||||
<value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName">Build</value>
|
||||
<value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">ProjectExplorer.BuildSteps.Build</value>
|
||||
</valuemap>
|
||||
<valuemap type="QVariantMap" key="ProjectExplorer.BuildConfiguration.BuildStepList.1">
|
||||
<valuemap type="QVariantMap" key="ProjectExplorer.BuildStepList.Step.0">
|
||||
<value type="bool" key="ProjectExplorer.BuildStep.Enabled">true</value>
|
||||
<value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">Qt4ProjectManager.MakeStep</value>
|
||||
<valuelist type="QVariantList" key="Qt4ProjectManager.MakeStep.BuildTargets"/>
|
||||
<value type="bool" key="Qt4ProjectManager.MakeStep.Clean">true</value>
|
||||
<value type="QString" key="Qt4ProjectManager.MakeStep.MakeArguments">clean</value>
|
||||
<value type="QString" key="Qt4ProjectManager.MakeStep.MakeCommand"></value>
|
||||
<value type="bool" key="Qt4ProjectManager.MakeStep.OverrideMakeflags">false</value>
|
||||
</valuemap>
|
||||
<value type="int" key="ProjectExplorer.BuildStepList.StepsCount">1</value>
|
||||
<value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">Clean</value>
|
||||
<value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName">Clean</value>
|
||||
<value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">ProjectExplorer.BuildSteps.Clean</value>
|
||||
</valuemap>
|
||||
<value type="int" key="ProjectExplorer.BuildConfiguration.BuildStepListCount">2</value>
|
||||
<value type="bool" key="ProjectExplorer.BuildConfiguration.ClearSystemEnvironment">false</value>
|
||||
<valuelist type="QVariantList" key="ProjectExplorer.BuildConfiguration.UserEnvironmentChanges"/>
|
||||
<value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName">Debug</value>
|
||||
<value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">Qt4ProjectManager.Qt4BuildConfiguration</value>
|
||||
<value type="int" key="Qt4ProjectManager.Qt4BuildConfiguration.BuildConfiguration">2</value>
|
||||
</valuemap>
|
||||
<valuemap type="QVariantMap" key="ProjectExplorer.Target.BuildConfiguration.1">
|
||||
<value type="QString" key="ProjectExplorer.BuildConfiguration.BuildDirectory">/home/zhaoshixu/project/gitee/ukui-touch-settings-plugin/src/build-touchscreen-settings-unknown-Release</value>
|
||||
<valuemap type="QVariantMap" key="ProjectExplorer.BuildConfiguration.BuildStepList.0">
|
||||
<valuemap type="QVariantMap" key="ProjectExplorer.BuildStepList.Step.0">
|
||||
<value type="bool" key="ProjectExplorer.BuildStep.Enabled">true</value>
|
||||
<value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">QtProjectManager.QMakeBuildStep</value>
|
||||
<value type="bool" key="QtProjectManager.QMakeBuildStep.LinkQmlDebuggingLibrary">false</value>
|
||||
<value type="QString" key="QtProjectManager.QMakeBuildStep.QMakeArguments"></value>
|
||||
<value type="bool" key="QtProjectManager.QMakeBuildStep.QMakeForced">false</value>
|
||||
<value type="bool" key="QtProjectManager.QMakeBuildStep.SeparateDebugInfo">false</value>
|
||||
<value type="bool" key="QtProjectManager.QMakeBuildStep.UseQtQuickCompiler">true</value>
|
||||
</valuemap>
|
||||
<valuemap type="QVariantMap" key="ProjectExplorer.BuildStepList.Step.1">
|
||||
<value type="bool" key="ProjectExplorer.BuildStep.Enabled">true</value>
|
||||
<value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">Qt4ProjectManager.MakeStep</value>
|
||||
<valuelist type="QVariantList" key="Qt4ProjectManager.MakeStep.BuildTargets"/>
|
||||
<value type="bool" key="Qt4ProjectManager.MakeStep.Clean">false</value>
|
||||
<value type="QString" key="Qt4ProjectManager.MakeStep.MakeArguments"></value>
|
||||
<value type="QString" key="Qt4ProjectManager.MakeStep.MakeCommand"></value>
|
||||
<value type="bool" key="Qt4ProjectManager.MakeStep.OverrideMakeflags">false</value>
|
||||
</valuemap>
|
||||
<value type="int" key="ProjectExplorer.BuildStepList.StepsCount">2</value>
|
||||
<value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">Build</value>
|
||||
<value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName">Build</value>
|
||||
<value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">ProjectExplorer.BuildSteps.Build</value>
|
||||
</valuemap>
|
||||
<valuemap type="QVariantMap" key="ProjectExplorer.BuildConfiguration.BuildStepList.1">
|
||||
<valuemap type="QVariantMap" key="ProjectExplorer.BuildStepList.Step.0">
|
||||
<value type="bool" key="ProjectExplorer.BuildStep.Enabled">true</value>
|
||||
<value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">Qt4ProjectManager.MakeStep</value>
|
||||
<valuelist type="QVariantList" key="Qt4ProjectManager.MakeStep.BuildTargets"/>
|
||||
<value type="bool" key="Qt4ProjectManager.MakeStep.Clean">true</value>
|
||||
<value type="QString" key="Qt4ProjectManager.MakeStep.MakeArguments">clean</value>
|
||||
<value type="QString" key="Qt4ProjectManager.MakeStep.MakeCommand"></value>
|
||||
<value type="bool" key="Qt4ProjectManager.MakeStep.OverrideMakeflags">false</value>
|
||||
</valuemap>
|
||||
<value type="int" key="ProjectExplorer.BuildStepList.StepsCount">1</value>
|
||||
<value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">Clean</value>
|
||||
<value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName">Clean</value>
|
||||
<value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">ProjectExplorer.BuildSteps.Clean</value>
|
||||
</valuemap>
|
||||
<value type="int" key="ProjectExplorer.BuildConfiguration.BuildStepListCount">2</value>
|
||||
<value type="bool" key="ProjectExplorer.BuildConfiguration.ClearSystemEnvironment">false</value>
|
||||
<valuelist type="QVariantList" key="ProjectExplorer.BuildConfiguration.UserEnvironmentChanges"/>
|
||||
<value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName">Release</value>
|
||||
<value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">Qt4ProjectManager.Qt4BuildConfiguration</value>
|
||||
<value type="int" key="Qt4ProjectManager.Qt4BuildConfiguration.BuildConfiguration">0</value>
|
||||
</valuemap>
|
||||
<valuemap type="QVariantMap" key="ProjectExplorer.Target.BuildConfiguration.2">
|
||||
<value type="QString" key="ProjectExplorer.BuildConfiguration.BuildDirectory">/home/zhaoshixu/project/gitee/ukui-touch-settings-plugin/src/build-touchscreen-settings-unknown-Profile</value>
|
||||
<valuemap type="QVariantMap" key="ProjectExplorer.BuildConfiguration.BuildStepList.0">
|
||||
<valuemap type="QVariantMap" key="ProjectExplorer.BuildStepList.Step.0">
|
||||
<value type="bool" key="ProjectExplorer.BuildStep.Enabled">true</value>
|
||||
<value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">QtProjectManager.QMakeBuildStep</value>
|
||||
<value type="bool" key="QtProjectManager.QMakeBuildStep.LinkQmlDebuggingLibrary">true</value>
|
||||
<value type="QString" key="QtProjectManager.QMakeBuildStep.QMakeArguments"></value>
|
||||
<value type="bool" key="QtProjectManager.QMakeBuildStep.QMakeForced">false</value>
|
||||
<value type="bool" key="QtProjectManager.QMakeBuildStep.SeparateDebugInfo">true</value>
|
||||
<value type="bool" key="QtProjectManager.QMakeBuildStep.UseQtQuickCompiler">true</value>
|
||||
</valuemap>
|
||||
<valuemap type="QVariantMap" key="ProjectExplorer.BuildStepList.Step.1">
|
||||
<value type="bool" key="ProjectExplorer.BuildStep.Enabled">true</value>
|
||||
<value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">Qt4ProjectManager.MakeStep</value>
|
||||
<valuelist type="QVariantList" key="Qt4ProjectManager.MakeStep.BuildTargets"/>
|
||||
<value type="bool" key="Qt4ProjectManager.MakeStep.Clean">false</value>
|
||||
<value type="QString" key="Qt4ProjectManager.MakeStep.MakeArguments"></value>
|
||||
<value type="QString" key="Qt4ProjectManager.MakeStep.MakeCommand"></value>
|
||||
<value type="bool" key="Qt4ProjectManager.MakeStep.OverrideMakeflags">false</value>
|
||||
</valuemap>
|
||||
<value type="int" key="ProjectExplorer.BuildStepList.StepsCount">2</value>
|
||||
<value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">Build</value>
|
||||
<value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName">Build</value>
|
||||
<value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">ProjectExplorer.BuildSteps.Build</value>
|
||||
</valuemap>
|
||||
<valuemap type="QVariantMap" key="ProjectExplorer.BuildConfiguration.BuildStepList.1">
|
||||
<valuemap type="QVariantMap" key="ProjectExplorer.BuildStepList.Step.0">
|
||||
<value type="bool" key="ProjectExplorer.BuildStep.Enabled">true</value>
|
||||
<value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">Qt4ProjectManager.MakeStep</value>
|
||||
<valuelist type="QVariantList" key="Qt4ProjectManager.MakeStep.BuildTargets"/>
|
||||
<value type="bool" key="Qt4ProjectManager.MakeStep.Clean">true</value>
|
||||
<value type="QString" key="Qt4ProjectManager.MakeStep.MakeArguments">clean</value>
|
||||
<value type="QString" key="Qt4ProjectManager.MakeStep.MakeCommand"></value>
|
||||
<value type="bool" key="Qt4ProjectManager.MakeStep.OverrideMakeflags">false</value>
|
||||
</valuemap>
|
||||
<value type="int" key="ProjectExplorer.BuildStepList.StepsCount">1</value>
|
||||
<value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">Clean</value>
|
||||
<value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName">Clean</value>
|
||||
<value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">ProjectExplorer.BuildSteps.Clean</value>
|
||||
</valuemap>
|
||||
<value type="int" key="ProjectExplorer.BuildConfiguration.BuildStepListCount">2</value>
|
||||
<value type="bool" key="ProjectExplorer.BuildConfiguration.ClearSystemEnvironment">false</value>
|
||||
<valuelist type="QVariantList" key="ProjectExplorer.BuildConfiguration.UserEnvironmentChanges"/>
|
||||
<value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName">Profile</value>
|
||||
<value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">Qt4ProjectManager.Qt4BuildConfiguration</value>
|
||||
<value type="int" key="Qt4ProjectManager.Qt4BuildConfiguration.BuildConfiguration">0</value>
|
||||
</valuemap>
|
||||
<value type="int" key="ProjectExplorer.Target.BuildConfigurationCount">3</value>
|
||||
<valuemap type="QVariantMap" key="ProjectExplorer.Target.DeployConfiguration.0">
|
||||
<valuemap type="QVariantMap" key="ProjectExplorer.BuildConfiguration.BuildStepList.0">
|
||||
<value type="int" key="ProjectExplorer.BuildStepList.StepsCount">0</value>
|
||||
<value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">Deploy</value>
|
||||
<value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName">Deploy</value>
|
||||
<value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">ProjectExplorer.BuildSteps.Deploy</value>
|
||||
</valuemap>
|
||||
<value type="int" key="ProjectExplorer.BuildConfiguration.BuildStepListCount">1</value>
|
||||
<value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">ProjectExplorer.DefaultDeployConfiguration</value>
|
||||
</valuemap>
|
||||
<value type="int" key="ProjectExplorer.Target.DeployConfigurationCount">1</value>
|
||||
<valuemap type="QVariantMap" key="ProjectExplorer.Target.PluginSettings"/>
|
||||
<valuemap type="QVariantMap" key="ProjectExplorer.Target.RunConfiguration.0">
|
||||
<value type="QString" key="Analyzer.Perf.CallgraphMode">dwarf</value>
|
||||
<valuelist type="QVariantList" key="Analyzer.Perf.Events">
|
||||
<value type="QString">cpu-cycles</value>
|
||||
</valuelist>
|
||||
<valuelist type="QVariantList" key="Analyzer.Perf.ExtraArguments"/>
|
||||
<value type="int" key="Analyzer.Perf.Frequency">250</value>
|
||||
<valuelist type="QVariantList" key="Analyzer.Perf.RecordArguments">
|
||||
<value type="QString">-e</value>
|
||||
<value type="QString">cpu-cycles</value>
|
||||
<value type="QString">--call-graph</value>
|
||||
<value type="QString">dwarf,4096</value>
|
||||
<value type="QString">-F</value>
|
||||
<value type="QString">250</value>
|
||||
</valuelist>
|
||||
<value type="QString" key="Analyzer.Perf.SampleMode">-F</value>
|
||||
<value type="bool" key="Analyzer.Perf.Settings.UseGlobalSettings">true</value>
|
||||
<value type="int" key="Analyzer.Perf.StackSize">4096</value>
|
||||
<value type="bool" key="Analyzer.QmlProfiler.AggregateTraces">false</value>
|
||||
<value type="bool" key="Analyzer.QmlProfiler.FlushEnabled">false</value>
|
||||
<value type="uint" key="Analyzer.QmlProfiler.FlushInterval">1000</value>
|
||||
<value type="QString" key="Analyzer.QmlProfiler.LastTraceFile"></value>
|
||||
<value type="bool" key="Analyzer.QmlProfiler.Settings.UseGlobalSettings">true</value>
|
||||
<valuelist type="QVariantList" key="Analyzer.Valgrind.AddedSuppressionFiles"/>
|
||||
<value type="bool" key="Analyzer.Valgrind.Callgrind.CollectBusEvents">false</value>
|
||||
<value type="bool" key="Analyzer.Valgrind.Callgrind.CollectSystime">false</value>
|
||||
<value type="bool" key="Analyzer.Valgrind.Callgrind.EnableBranchSim">false</value>
|
||||
<value type="bool" key="Analyzer.Valgrind.Callgrind.EnableCacheSim">false</value>
|
||||
<value type="bool" key="Analyzer.Valgrind.Callgrind.EnableEventToolTips">true</value>
|
||||
<value type="double" key="Analyzer.Valgrind.Callgrind.MinimumCostRatio">0.01</value>
|
||||
<value type="double" key="Analyzer.Valgrind.Callgrind.VisualisationMinimumCostRatio">10</value>
|
||||
<value type="bool" key="Analyzer.Valgrind.FilterExternalIssues">true</value>
|
||||
<value type="QString" key="Analyzer.Valgrind.KCachegrindExecutable">kcachegrind</value>
|
||||
<value type="int" key="Analyzer.Valgrind.LeakCheckOnFinish">1</value>
|
||||
<value type="int" key="Analyzer.Valgrind.NumCallers">25</value>
|
||||
<valuelist type="QVariantList" key="Analyzer.Valgrind.RemovedSuppressionFiles"/>
|
||||
<value type="int" key="Analyzer.Valgrind.SelfModifyingCodeDetection">1</value>
|
||||
<value type="bool" key="Analyzer.Valgrind.Settings.UseGlobalSettings">true</value>
|
||||
<value type="bool" key="Analyzer.Valgrind.ShowReachable">false</value>
|
||||
<value type="bool" key="Analyzer.Valgrind.TrackOrigins">true</value>
|
||||
<value type="QString" key="Analyzer.Valgrind.ValgrindExecutable">valgrind</value>
|
||||
<valuelist type="QVariantList" key="Analyzer.Valgrind.VisibleErrorKinds">
|
||||
<value type="int">0</value>
|
||||
<value type="int">1</value>
|
||||
<value type="int">2</value>
|
||||
<value type="int">3</value>
|
||||
<value type="int">4</value>
|
||||
<value type="int">5</value>
|
||||
<value type="int">6</value>
|
||||
<value type="int">7</value>
|
||||
<value type="int">8</value>
|
||||
<value type="int">9</value>
|
||||
<value type="int">10</value>
|
||||
<value type="int">11</value>
|
||||
<value type="int">12</value>
|
||||
<value type="int">13</value>
|
||||
<value type="int">14</value>
|
||||
</valuelist>
|
||||
<value type="int" key="PE.EnvironmentAspect.Base">2</value>
|
||||
<valuelist type="QVariantList" key="PE.EnvironmentAspect.Changes"/>
|
||||
<value type="QString" key="ProjectExplorer.CustomExecutableRunConfiguration.Executable"></value>
|
||||
<value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">ProjectExplorer.CustomExecutableRunConfiguration</value>
|
||||
<value type="QString" key="ProjectExplorer.RunConfiguration.BuildKey"></value>
|
||||
<value type="QString" key="RunConfiguration.Arguments"></value>
|
||||
<value type="bool" key="RunConfiguration.Arguments.multi">false</value>
|
||||
<value type="QString" key="RunConfiguration.OverrideDebuggerStartup"></value>
|
||||
<value type="bool" key="RunConfiguration.UseCppDebugger">false</value>
|
||||
<value type="bool" key="RunConfiguration.UseCppDebuggerAuto">true</value>
|
||||
<value type="bool" key="RunConfiguration.UseMultiProcess">false</value>
|
||||
<value type="bool" key="RunConfiguration.UseQmlDebugger">false</value>
|
||||
<value type="bool" key="RunConfiguration.UseQmlDebuggerAuto">true</value>
|
||||
<value type="QString" key="RunConfiguration.WorkingDirectory"></value>
|
||||
<value type="QString" key="RunConfiguration.WorkingDirectory.default"></value>
|
||||
</valuemap>
|
||||
<value type="int" key="ProjectExplorer.Target.RunConfigurationCount">1</value>
|
||||
</valuemap>
|
||||
</data>
|
||||
<data>
|
||||
<variable>ProjectExplorer.Project.TargetCount</variable>
|
||||
<value type="int">1</value>
|
||||
</data>
|
||||
<data>
|
||||
<variable>ProjectExplorer.Project.Updater.FileVersion</variable>
|
||||
<value type="int">22</value>
|
||||
</data>
|
||||
<data>
|
||||
<variable>Version</variable>
|
||||
<value type="int">22</value>
|
||||
</data>
|
||||
</qtcreator>
|
|
@ -106,12 +106,10 @@ QList<GestureWidget*> TouchScreen::createGestureWidgets()
|
|||
|
||||
void TouchScreen::initUI()
|
||||
{
|
||||
//~ contents_path /TouchScreen/touchscreen gesture
|
||||
ui->touchscreen_label->setText(tr("Touchscreen gesture"));
|
||||
//~ contents_path /TouchScreen/more gesture
|
||||
ui->moreGestureButton->setText(tr("More gesture"));
|
||||
//~ contents_path /TouchScreen/Tablet Mode
|
||||
ui->switchTablet_label->setText(m_modeTypeText);
|
||||
ui->touchscreen_label->setText(tr("Touchscreen gesture"));
|
||||
|
||||
TabletModeWidget* tabletModeWidget = new TabletModeWidget;
|
||||
ui->verticalLayout->insertWidget(2, tabletModeWidget);
|
||||
|
|
|
@ -71,6 +71,7 @@
|
|||
<message>
|
||||
<source>Tablet mode desktop ui</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<extra-contents_path>/TouchScreen/Tablet mode desktop ui</extra-contents_path>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
|
@ -78,6 +79,7 @@
|
|||
<message>
|
||||
<source>Show tablet mode in the sidebar</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<extra-contents_path>/TouchScreen/Show tablet mode in the sidebar</extra-contents_path>
|
||||
</message>
|
||||
<message>
|
||||
<source> Currently in tablet mode, please turn off tablet mode in the sidebar to activate this feature</source>
|
||||
|
@ -101,7 +103,6 @@
|
|||
<message>
|
||||
<source>touchscreen gesture</source>
|
||||
<translation type="vanished">ལག་ཐོགས་ཁ་པར་གྱི་ལག་བརྡ།</translation>
|
||||
<extra-contents_path>/TouchScreen/touchscreen gesture</extra-contents_path>
|
||||
</message>
|
||||
<message>
|
||||
<source>more gesture</source>
|
||||
|
@ -155,7 +156,6 @@
|
|||
<message>
|
||||
<source>Max Tablet Mode</source>
|
||||
<translation type="vanished">ངོས་སྙོམས་དཔེ་དབྱིབས་ཆེན་པོ།</translation>
|
||||
<extra-contents_path>/TouchScreen/Tablet Mode</extra-contents_path>
|
||||
</message>
|
||||
<message>
|
||||
<source>auto switch max tablet mode</source>
|
||||
|
@ -164,7 +164,6 @@
|
|||
<message>
|
||||
<source>Touchscreen gesture</source>
|
||||
<translation>ལག་ཐོགས་ཁ་པར་གྱི་ལག་བརྡ།</translation>
|
||||
<extra-contents_path>/TouchScreen/touchscreen gesture</extra-contents_path>
|
||||
</message>
|
||||
<message>
|
||||
<source>More gesture</source>
|
||||
|
@ -209,6 +208,7 @@
|
|||
<message>
|
||||
<source>Automatically switch tablet mode when plugging and unplugging keyboard</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<extra-contents_path>/TouchScreen/Automatically switch tablet mode when plugging and unplugging keyboard</extra-contents_path>
|
||||
</message>
|
||||
<message>
|
||||
<source>MaxTablet And TouchScreen</source>
|
||||
|
|
|
@ -89,20 +89,22 @@
|
|||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../tabletmodedesktopwidget.cpp" line="85"/>
|
||||
<location filename="../tabletmodedesktopwidget.cpp" line="86"/>
|
||||
<source>Tablet mode desktop ui</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<extra-contents_path>/TouchScreen/Tablet mode desktop ui</extra-contents_path>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>TabletModeWidget</name>
|
||||
<message>
|
||||
<location filename="../tabletmodewidget.cpp" line="80"/>
|
||||
<location filename="../tabletmodewidget.cpp" line="81"/>
|
||||
<source>Show tablet mode in the sidebar</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<extra-contents_path>/TouchScreen/Show tablet mode in the sidebar</extra-contents_path>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../tabletmodewidget.cpp" line="102"/>
|
||||
<location filename="../tabletmodewidget.cpp" line="103"/>
|
||||
<source> Currently in tablet mode, please turn off tablet mode in the sidebar to activate this feature</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
|
@ -192,13 +194,12 @@
|
|||
<translation type="vanished">Wechseln von Fenstern</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../touchscreen.cpp" line="110"/>
|
||||
<location filename="../touchscreen.cpp" line="112"/>
|
||||
<source>Touchscreen gesture</source>
|
||||
<translation>Touchscreen-Geste</translation>
|
||||
<extra-contents_path>/TouchScreen/touchscreen gesture</extra-contents_path>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../touchscreen.cpp" line="112"/>
|
||||
<location filename="../touchscreen.cpp" line="110"/>
|
||||
<source>More gesture</source>
|
||||
<translation>Mehr Geste</translation>
|
||||
<extra-contents_path>/TouchScreen/more gesture</extra-contents_path>
|
||||
|
@ -256,14 +257,16 @@
|
|||
<translation>Automatisches Umschalten zwischen dem Großbildmodus</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../touchscreen-settings.cpp" line="115"/>
|
||||
<location filename="../touchscreen-settings.cpp" line="117"/>
|
||||
<source>Tablet Mode</source>
|
||||
<translation>Tablet-Modus</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../touchscreen-settings.cpp" line="115"/>
|
||||
<location filename="../touchscreen-settings.cpp" line="116"/>
|
||||
<location filename="../touchscreen-settings.cpp" line="117"/>
|
||||
<source>Automatically switch tablet mode when plugging and unplugging keyboard</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<extra-contents_path>/TouchScreen/Automatically switch tablet mode when plugging and unplugging keyboard</extra-contents_path>
|
||||
</message>
|
||||
<message>
|
||||
<source>auto switch tablet mode</source>
|
||||
|
|
|
@ -89,20 +89,22 @@
|
|||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../tabletmodedesktopwidget.cpp" line="85"/>
|
||||
<location filename="../tabletmodedesktopwidget.cpp" line="86"/>
|
||||
<source>Tablet mode desktop ui</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<extra-contents_path>/TouchScreen/Tablet mode desktop ui</extra-contents_path>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>TabletModeWidget</name>
|
||||
<message>
|
||||
<location filename="../tabletmodewidget.cpp" line="80"/>
|
||||
<location filename="../tabletmodewidget.cpp" line="81"/>
|
||||
<source>Show tablet mode in the sidebar</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<extra-contents_path>/TouchScreen/Show tablet mode in the sidebar</extra-contents_path>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../tabletmodewidget.cpp" line="102"/>
|
||||
<location filename="../tabletmodewidget.cpp" line="103"/>
|
||||
<source> Currently in tablet mode, please turn off tablet mode in the sidebar to activate this feature</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
|
@ -192,13 +194,12 @@
|
|||
<translation type="vanished">Cambiar de ventana</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../touchscreen.cpp" line="110"/>
|
||||
<location filename="../touchscreen.cpp" line="112"/>
|
||||
<source>Touchscreen gesture</source>
|
||||
<translation>Gesto de la pantalla táctil</translation>
|
||||
<extra-contents_path>/TouchScreen/touchscreen gesture</extra-contents_path>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../touchscreen.cpp" line="112"/>
|
||||
<location filename="../touchscreen.cpp" line="110"/>
|
||||
<source>More gesture</source>
|
||||
<translation>Más gesto</translation>
|
||||
<extra-contents_path>/TouchScreen/more gesture</extra-contents_path>
|
||||
|
@ -256,14 +257,16 @@
|
|||
<translation>Cambiar automáticamente entre el modo de pantalla grande</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../touchscreen-settings.cpp" line="115"/>
|
||||
<location filename="../touchscreen-settings.cpp" line="117"/>
|
||||
<source>Tablet Mode</source>
|
||||
<translation>Modo tableta</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../touchscreen-settings.cpp" line="115"/>
|
||||
<location filename="../touchscreen-settings.cpp" line="116"/>
|
||||
<location filename="../touchscreen-settings.cpp" line="117"/>
|
||||
<source>Automatically switch tablet mode when plugging and unplugging keyboard</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<extra-contents_path>/TouchScreen/Automatically switch tablet mode when plugging and unplugging keyboard</extra-contents_path>
|
||||
</message>
|
||||
<message>
|
||||
<source>auto switch tablet mode</source>
|
||||
|
|
|
@ -89,20 +89,22 @@
|
|||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../tabletmodedesktopwidget.cpp" line="85"/>
|
||||
<location filename="../tabletmodedesktopwidget.cpp" line="86"/>
|
||||
<source>Tablet mode desktop ui</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<extra-contents_path>/TouchScreen/Tablet mode desktop ui</extra-contents_path>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>TabletModeWidget</name>
|
||||
<message>
|
||||
<location filename="../tabletmodewidget.cpp" line="80"/>
|
||||
<location filename="../tabletmodewidget.cpp" line="81"/>
|
||||
<source>Show tablet mode in the sidebar</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<extra-contents_path>/TouchScreen/Show tablet mode in the sidebar</extra-contents_path>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../tabletmodewidget.cpp" line="102"/>
|
||||
<location filename="../tabletmodewidget.cpp" line="103"/>
|
||||
<source> Currently in tablet mode, please turn off tablet mode in the sidebar to activate this feature</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
|
@ -192,13 +194,12 @@
|
|||
<translation type="vanished">Changer de fenêtre</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../touchscreen.cpp" line="110"/>
|
||||
<location filename="../touchscreen.cpp" line="112"/>
|
||||
<source>Touchscreen gesture</source>
|
||||
<translation>Geste sur l’écran tactile</translation>
|
||||
<extra-contents_path>/TouchScreen/touchscreen gesture</extra-contents_path>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../touchscreen.cpp" line="112"/>
|
||||
<location filename="../touchscreen.cpp" line="110"/>
|
||||
<source>More gesture</source>
|
||||
<translation>Plus de gestes</translation>
|
||||
<extra-contents_path>/TouchScreen/more gesture</extra-contents_path>
|
||||
|
@ -256,14 +257,16 @@
|
|||
<translation>Basculez automatiquement entre le mode grand écran</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../touchscreen-settings.cpp" line="115"/>
|
||||
<location filename="../touchscreen-settings.cpp" line="117"/>
|
||||
<source>Tablet Mode</source>
|
||||
<translation>Mode tablette</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../touchscreen-settings.cpp" line="115"/>
|
||||
<location filename="../touchscreen-settings.cpp" line="116"/>
|
||||
<location filename="../touchscreen-settings.cpp" line="117"/>
|
||||
<source>Automatically switch tablet mode when plugging and unplugging keyboard</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<extra-contents_path>/TouchScreen/Automatically switch tablet mode when plugging and unplugging keyboard</extra-contents_path>
|
||||
</message>
|
||||
<message>
|
||||
<source>auto switch tablet mode</source>
|
||||
|
|
|
@ -90,20 +90,22 @@
|
|||
<translation>MaxTablet</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../tabletmodedesktopwidget.cpp" line="85"/>
|
||||
<location filename="../tabletmodedesktopwidget.cpp" line="86"/>
|
||||
<source>Tablet mode desktop ui</source>
|
||||
<translation>تاقتا فورمالىق ۇستەل بەتى ui</translation>
|
||||
<extra-contents_path>/TouchScreen/Tablet mode desktop ui</extra-contents_path>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>TabletModeWidget</name>
|
||||
<message>
|
||||
<location filename="../tabletmodewidget.cpp" line="80"/>
|
||||
<location filename="../tabletmodewidget.cpp" line="81"/>
|
||||
<source>Show tablet mode in the sidebar</source>
|
||||
<translation>يانبالداقتا بىركەلكى تاقتا كۇيىن كورسەتەدى</translation>
|
||||
<extra-contents_path>/TouchScreen/Show tablet mode in the sidebar</extra-contents_path>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../tabletmodewidget.cpp" line="102"/>
|
||||
<location filename="../tabletmodewidget.cpp" line="103"/>
|
||||
<source> Currently in tablet mode, please turn off tablet mode in the sidebar to activate this feature</source>
|
||||
<translation> كەزەكتە بىركەلكى تاقتالٸق كۇيدە، نۇ قىزىمەتىن قوزعالتۋ ٷشٸن جان بالداقتىكى تاقتا كومپيۋتەر كۇيىن قۇلىپتاپ ەت</translation>
|
||||
</message>
|
||||
|
@ -131,13 +133,12 @@
|
|||
<translation>بەلگى2</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../touchscreen.cpp" line="110"/>
|
||||
<location filename="../touchscreen.cpp" line="112"/>
|
||||
<source>Touchscreen gesture</source>
|
||||
<translation>سەزىمتال ەكٸران قۇل يشارا</translation>
|
||||
<extra-contents_path>/TouchScreen/touchscreen gesture</extra-contents_path>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../touchscreen.cpp" line="112"/>
|
||||
<location filename="../touchscreen.cpp" line="110"/>
|
||||
<source>More gesture</source>
|
||||
<translation>كوپ قۇل يشاراتى</translation>
|
||||
<extra-contents_path>/TouchScreen/more gesture</extra-contents_path>
|
||||
|
@ -187,14 +188,16 @@
|
|||
<translation>ۇلكەن ەكٸران كۇيىن اۆتوماتتى سايكەستىرۋ</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../touchscreen-settings.cpp" line="115"/>
|
||||
<location filename="../touchscreen-settings.cpp" line="117"/>
|
||||
<source>Tablet Mode</source>
|
||||
<translation>بىركەلكى تاقتا كۇيى</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../touchscreen-settings.cpp" line="115"/>
|
||||
<location filename="../touchscreen-settings.cpp" line="116"/>
|
||||
<location filename="../touchscreen-settings.cpp" line="117"/>
|
||||
<source>Automatically switch tablet mode when plugging and unplugging keyboard</source>
|
||||
<translation>كىنوپكا تاقتاسٸن چاتقاندا اۆتوماتتى قالدا تاقتا كومپيۋتەر بەينەسىنە الماسۋ</translation>
|
||||
<extra-contents_path>/TouchScreen/Automatically switch tablet mode when plugging and unplugging keyboard</extra-contents_path>
|
||||
</message>
|
||||
<message>
|
||||
<source>auto switch tablet mode</source>
|
||||
|
|
|
@ -89,20 +89,22 @@
|
|||
<translation>MaxTablet</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../tabletmodedesktopwidget.cpp" line="85"/>
|
||||
<location filename="../tabletmodedesktopwidget.cpp" line="86"/>
|
||||
<source>Tablet mode desktop ui</source>
|
||||
<translation>تاقتا كەبەتەلۉۉ شىرە بەتى ui</translation>
|
||||
<extra-contents_path>/TouchScreen/Tablet mode desktop ui</extra-contents_path>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>TabletModeWidget</name>
|
||||
<message>
|
||||
<location filename="../tabletmodewidget.cpp" line="80"/>
|
||||
<location filename="../tabletmodewidget.cpp" line="81"/>
|
||||
<source>Show tablet mode in the sidebar</source>
|
||||
<translation>يانبالداقتا بىردەي تاقتا ابالىن كۅرسۅتۅت</translation>
|
||||
<extra-contents_path>/TouchScreen/Show tablet mode in the sidebar</extra-contents_path>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../tabletmodewidget.cpp" line="102"/>
|
||||
<location filename="../tabletmodewidget.cpp" line="103"/>
|
||||
<source> Currently in tablet mode, please turn off tablet mode in the sidebar to activate this feature</source>
|
||||
<translation> گەزەكتە بىردەي تاقتالىق ابالدا، بۇل قۇرباتىن قوزعوتۇۇ ۉچۉن ۇقۇق ،امال بالداقتىكى تاقتا كومپىيۇتەر ابالىن ەتىپ جىبەرىڭ</translation>
|
||||
</message>
|
||||
|
@ -130,13 +132,12 @@
|
|||
<translation>بەلگە 2</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../touchscreen.cpp" line="110"/>
|
||||
<location filename="../touchscreen.cpp" line="112"/>
|
||||
<source>Touchscreen gesture</source>
|
||||
<translation>سەزىمتال ەكىران قول ئىشارىتى</translation>
|
||||
<extra-contents_path>/TouchScreen/touchscreen gesture</extra-contents_path>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../touchscreen.cpp" line="112"/>
|
||||
<location filename="../touchscreen.cpp" line="110"/>
|
||||
<source>More gesture</source>
|
||||
<translation>كۅپ قول ئىشارىسى</translation>
|
||||
<extra-contents_path>/TouchScreen/more gesture</extra-contents_path>
|
||||
|
@ -186,14 +187,16 @@
|
|||
<translation>چوڭ ەكىران ابالىن اپتوماتتىك الماشتىرۇۇ</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../touchscreen-settings.cpp" line="115"/>
|
||||
<location filename="../touchscreen-settings.cpp" line="117"/>
|
||||
<source>Tablet Mode</source>
|
||||
<translation>بىردەي تاقتا ابالى</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../touchscreen-settings.cpp" line="115"/>
|
||||
<location filename="../touchscreen-settings.cpp" line="116"/>
|
||||
<location filename="../touchscreen-settings.cpp" line="117"/>
|
||||
<source>Automatically switch tablet mode when plugging and unplugging keyboard</source>
|
||||
<translation>كۇنۇپكا تاقتاسىن چاتقاندا اپتوماتتىك ابالدا تاقتا كومپىيۇتەر ابالىنا الماشۇۇ</translation>
|
||||
<extra-contents_path>/TouchScreen/Automatically switch tablet mode when plugging and unplugging keyboard</extra-contents_path>
|
||||
</message>
|
||||
<message>
|
||||
<source>auto switch tablet mode</source>
|
||||
|
|
|
@ -89,20 +89,22 @@
|
|||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../tabletmodedesktopwidget.cpp" line="85"/>
|
||||
<location filename="../tabletmodedesktopwidget.cpp" line="86"/>
|
||||
<source>Tablet mode desktop ui</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<extra-contents_path>/TouchScreen/Tablet mode desktop ui</extra-contents_path>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>TabletModeWidget</name>
|
||||
<message>
|
||||
<location filename="../tabletmodewidget.cpp" line="80"/>
|
||||
<location filename="../tabletmodewidget.cpp" line="81"/>
|
||||
<source>Show tablet mode in the sidebar</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<extra-contents_path>/TouchScreen/Show tablet mode in the sidebar</extra-contents_path>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../tabletmodewidget.cpp" line="102"/>
|
||||
<location filename="../tabletmodewidget.cpp" line="103"/>
|
||||
<source> Currently in tablet mode, please turn off tablet mode in the sidebar to activate this feature</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
|
@ -133,7 +135,6 @@
|
|||
<source>touchscreen gesture</source>
|
||||
<translatorcomment>触摸屏手势</translatorcomment>
|
||||
<translation type="vanished">ᠬᠦᠷᠦᠯᠴᠡᠬᠦᠢ ᠳᠡᠯᠬᠡᠴᠡ ᠶ᠋ᠢᠨ ᠭᠠᠷ ᠤᠨ ᠲᠤᠬᠢᠶᠠ</translation>
|
||||
<extra-contents_path>/TouchScreen/touchscreen gesture</extra-contents_path>
|
||||
</message>
|
||||
<message>
|
||||
<source>more gesture</source>
|
||||
|
@ -192,13 +193,12 @@
|
|||
<translation type="vanished">ᠨᠡᠬᠡᠬᠡᠭ᠌ᠰᠡᠨ ᠴᠤᠩᠬᠤᠨ ᠤ ᠬᠤᠭᠤᠷᠤᠨᠳᠤ ᠰᠤᠯᠢᠬᠤ</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../touchscreen.cpp" line="110"/>
|
||||
<location filename="../touchscreen.cpp" line="112"/>
|
||||
<source>Touchscreen gesture</source>
|
||||
<translation>ᠬᠦᠷᠦᠯᠴᠡᠬᠦᠢ ᠳᠡᠯᠬᠡᠴᠡ ᠶ᠋ᠢᠨ ᠭᠠᠷ ᠤᠨ ᠲᠤᠬᠢᠶᠠ</translation>
|
||||
<extra-contents_path>/TouchScreen/touchscreen gesture</extra-contents_path>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../touchscreen.cpp" line="112"/>
|
||||
<location filename="../touchscreen.cpp" line="110"/>
|
||||
<source>More gesture</source>
|
||||
<translation>ᠨᠡᠩ ᠤᠯᠠᠨ ᠭᠠᠷ ᠤᠨ ᠲᠤᠬᠢᠶᠠ</translation>
|
||||
<extra-contents_path>/TouchScreen/more gesture</extra-contents_path>
|
||||
|
@ -248,14 +248,16 @@
|
|||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../touchscreen-settings.cpp" line="115"/>
|
||||
<location filename="../touchscreen-settings.cpp" line="117"/>
|
||||
<source>Tablet Mode</source>
|
||||
<translation>ᠬᠠᠪᠲᠠᠭᠠᠢ ᠬᠠᠪᠲᠠᠭᠠᠢ ᠵᠠᠭᠪᠤᠷ</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../touchscreen-settings.cpp" line="115"/>
|
||||
<location filename="../touchscreen-settings.cpp" line="116"/>
|
||||
<location filename="../touchscreen-settings.cpp" line="117"/>
|
||||
<source>Automatically switch tablet mode when plugging and unplugging keyboard</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<extra-contents_path>/TouchScreen/Automatically switch tablet mode when plugging and unplugging keyboard</extra-contents_path>
|
||||
</message>
|
||||
</context>
|
||||
</TS>
|
||||
|
|
|
@ -97,9 +97,10 @@
|
|||
<translation>MaxTablet</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../tabletmodedesktopwidget.cpp" line="85"/>
|
||||
<location filename="../tabletmodedesktopwidget.cpp" line="86"/>
|
||||
<source>Tablet mode desktop ui</source>
|
||||
<translation>تاختا شەكىللىك ئۈستەل يۈزى ui</translation>
|
||||
<extra-contents_path>/TouchScreen/Tablet mode desktop ui</extra-contents_path>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
|
@ -125,12 +126,13 @@
|
|||
<translation type="vanished">在侧边栏隐藏“平板模式”</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../tabletmodewidget.cpp" line="80"/>
|
||||
<location filename="../tabletmodewidget.cpp" line="81"/>
|
||||
<source>Show tablet mode in the sidebar</source>
|
||||
<translation>يانبالداقتا تەكشى تاختا ھالىتىنى كۆرسىتىدۇ</translation>
|
||||
<extra-contents_path>/TouchScreen/Show tablet mode in the sidebar</extra-contents_path>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../tabletmodewidget.cpp" line="102"/>
|
||||
<location filename="../tabletmodewidget.cpp" line="103"/>
|
||||
<source> Currently in tablet mode, please turn off tablet mode in the sidebar to activate this feature</source>
|
||||
<translation> نۆۋەتتە تەكشى تاختىلىق ھالەتتە، بۇ ئىقتىدارنى قوزغىتىش ئۈچۈن يان بالداقتىكى تاختا كومپيۇتېر ھالىتىنى ئېتىۋېتىڭ</translation>
|
||||
</message>
|
||||
|
@ -161,13 +163,11 @@
|
|||
<source>touchscreen gesture</source>
|
||||
<translatorcomment>触摸屏手势</translatorcomment>
|
||||
<translation type="vanished">触摸屏手势</translation>
|
||||
<extra-contents_path>/TouchScreen/touchscreen gesture</extra-contents_path>
|
||||
</message>
|
||||
<message>
|
||||
<source>more gesture</source>
|
||||
<translatorcomment>更多手势</translatorcomment>
|
||||
<translation type="vanished">更多手势</translation>
|
||||
<extra-contents_path>/TouchScreen/more gesture</extra-contents_path>
|
||||
</message>
|
||||
<message>
|
||||
<source>Tablet Mode</source>
|
||||
|
@ -190,7 +190,6 @@
|
|||
<message>
|
||||
<source>Max Tablet Mode</source>
|
||||
<translation type="vanished">大屏模式</translation>
|
||||
<extra-contents_path>/TouchScreen/Tablet Mode</extra-contents_path>
|
||||
</message>
|
||||
<message>
|
||||
<source>auto switch max tablet mode</source>
|
||||
|
@ -237,14 +236,13 @@
|
|||
<translation type="vanished">在打开的窗口之间切换</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../touchscreen.cpp" line="110"/>
|
||||
<location filename="../touchscreen.cpp" line="112"/>
|
||||
<source>Touchscreen gesture</source>
|
||||
<translatorcomment>触摸屏手势</translatorcomment>
|
||||
<translation>سېزىمچان ئېكران قول ئىشارىتى</translation>
|
||||
<extra-contents_path>/TouchScreen/touchscreen gesture</extra-contents_path>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../touchscreen.cpp" line="112"/>
|
||||
<location filename="../touchscreen.cpp" line="110"/>
|
||||
<source>More gesture</source>
|
||||
<translatorcomment>更多手势</translatorcomment>
|
||||
<translation>كۆپ قول ئىشارىسى</translation>
|
||||
|
@ -313,14 +311,16 @@
|
|||
<translation>چوڭ ئېكران ھالىتىنى ئاپتوماتىك ئالماشتۇرۇش</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../touchscreen-settings.cpp" line="115"/>
|
||||
<location filename="../touchscreen-settings.cpp" line="117"/>
|
||||
<source>Tablet Mode</source>
|
||||
<translation>تەكشى تاختا ھالىتى</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../touchscreen-settings.cpp" line="115"/>
|
||||
<location filename="../touchscreen-settings.cpp" line="116"/>
|
||||
<location filename="../touchscreen-settings.cpp" line="117"/>
|
||||
<source>Automatically switch tablet mode when plugging and unplugging keyboard</source>
|
||||
<translation>كۇنۇپكا تاختىسىنى چاتقاندا ئاپتوماتىك ھالدا تاختا كومپيۇتېر ھالىتىگە ئالمىشىش</translation>
|
||||
<extra-contents_path>/TouchScreen/Automatically switch tablet mode when plugging and unplugging keyboard</extra-contents_path>
|
||||
</message>
|
||||
<message>
|
||||
<source>auto switch tablet mode</source>
|
||||
|
|
|
@ -97,9 +97,10 @@
|
|||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../tabletmodedesktopwidget.cpp" line="85"/>
|
||||
<location filename="../tabletmodedesktopwidget.cpp" line="86"/>
|
||||
<source>Tablet mode desktop ui</source>
|
||||
<translation>平板模式桌面UI</translation>
|
||||
<extra-contents_path>/TouchScreen/Tablet mode desktop ui</extra-contents_path>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
|
@ -125,12 +126,13 @@
|
|||
<translation type="vanished">在侧边栏隐藏“平板模式”</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../tabletmodewidget.cpp" line="80"/>
|
||||
<location filename="../tabletmodewidget.cpp" line="81"/>
|
||||
<source>Show tablet mode in the sidebar</source>
|
||||
<translation>在侧边栏显示“平板模式”</translation>
|
||||
<extra-contents_path>/TouchScreen/Show tablet mode in the sidebar</extra-contents_path>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../tabletmodewidget.cpp" line="102"/>
|
||||
<location filename="../tabletmodewidget.cpp" line="103"/>
|
||||
<source> Currently in tablet mode, please turn off tablet mode in the sidebar to activate this feature</source>
|
||||
<translation>当前为平板模式,请在侧边栏关闭“平板模式”以激活此功能</translation>
|
||||
</message>
|
||||
|
@ -161,7 +163,6 @@
|
|||
<source>touchscreen gesture</source>
|
||||
<translatorcomment>触摸屏手势</translatorcomment>
|
||||
<translation type="vanished">触摸屏手势</translation>
|
||||
<extra-contents_path>/TouchScreen/touchscreen gesture</extra-contents_path>
|
||||
</message>
|
||||
<message>
|
||||
<source>more gesture</source>
|
||||
|
@ -190,7 +191,6 @@
|
|||
<message>
|
||||
<source>Max Tablet Mode</source>
|
||||
<translation type="vanished">大屏模式</translation>
|
||||
<extra-contents_path>/TouchScreen/Tablet Mode</extra-contents_path>
|
||||
</message>
|
||||
<message>
|
||||
<source>auto switch max tablet mode</source>
|
||||
|
@ -237,14 +237,13 @@
|
|||
<translation type="vanished">在打开的窗口之间切换</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../touchscreen.cpp" line="110"/>
|
||||
<location filename="../touchscreen.cpp" line="112"/>
|
||||
<source>Touchscreen gesture</source>
|
||||
<translatorcomment>触摸屏手势</translatorcomment>
|
||||
<translation>触摸屏手势</translation>
|
||||
<extra-contents_path>/TouchScreen/touchscreen gesture</extra-contents_path>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../touchscreen.cpp" line="112"/>
|
||||
<location filename="../touchscreen.cpp" line="110"/>
|
||||
<source>More gesture</source>
|
||||
<translatorcomment>更多手势</translatorcomment>
|
||||
<translation>更多手势</translation>
|
||||
|
@ -313,14 +312,16 @@
|
|||
<translation>自动切换大屏模式</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../touchscreen-settings.cpp" line="115"/>
|
||||
<location filename="../touchscreen-settings.cpp" line="117"/>
|
||||
<source>Tablet Mode</source>
|
||||
<translation>平板模式</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../touchscreen-settings.cpp" line="115"/>
|
||||
<location filename="../touchscreen-settings.cpp" line="116"/>
|
||||
<location filename="../touchscreen-settings.cpp" line="117"/>
|
||||
<source>Automatically switch tablet mode when plugging and unplugging keyboard</source>
|
||||
<translation>插拔键盘时自动切换平板模式</translation>
|
||||
<extra-contents_path>/TouchScreen/Automatically switch tablet mode when plugging and unplugging keyboard</extra-contents_path>
|
||||
</message>
|
||||
<message>
|
||||
<source>auto switch tablet mode</source>
|
||||
|
|
|
@ -89,20 +89,22 @@
|
|||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../tabletmodedesktopwidget.cpp" line="85"/>
|
||||
<location filename="../tabletmodedesktopwidget.cpp" line="86"/>
|
||||
<source>Tablet mode desktop ui</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<extra-contents_path>/TouchScreen/Tablet mode desktop ui</extra-contents_path>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>TabletModeWidget</name>
|
||||
<message>
|
||||
<location filename="../tabletmodewidget.cpp" line="80"/>
|
||||
<location filename="../tabletmodewidget.cpp" line="81"/>
|
||||
<source>Show tablet mode in the sidebar</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<extra-contents_path>/TouchScreen/Show tablet mode in the sidebar</extra-contents_path>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../tabletmodewidget.cpp" line="102"/>
|
||||
<location filename="../tabletmodewidget.cpp" line="103"/>
|
||||
<source> Currently in tablet mode, please turn off tablet mode in the sidebar to activate this feature</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
|
@ -133,7 +135,6 @@
|
|||
<source>touchscreen gesture</source>
|
||||
<translatorcomment>触摸屏手势</translatorcomment>
|
||||
<translation type="vanished">觸摸屏手勢</translation>
|
||||
<extra-contents_path>/TouchScreen/touchscreen gesture</extra-contents_path>
|
||||
</message>
|
||||
<message>
|
||||
<source>more gesture</source>
|
||||
|
@ -192,13 +193,12 @@
|
|||
<translation type="vanished">在打開的視窗之間切換</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../touchscreen.cpp" line="110"/>
|
||||
<location filename="../touchscreen.cpp" line="112"/>
|
||||
<source>Touchscreen gesture</source>
|
||||
<translation>觸摸屏手勢</translation>
|
||||
<extra-contents_path>/TouchScreen/touchscreen gesture</extra-contents_path>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../touchscreen.cpp" line="112"/>
|
||||
<location filename="../touchscreen.cpp" line="110"/>
|
||||
<source>More gesture</source>
|
||||
<translation>更多手勢</translation>
|
||||
<extra-contents_path>/TouchScreen/more gesture</extra-contents_path>
|
||||
|
@ -256,14 +256,16 @@
|
|||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../touchscreen-settings.cpp" line="115"/>
|
||||
<location filename="../touchscreen-settings.cpp" line="117"/>
|
||||
<source>Tablet Mode</source>
|
||||
<translation type="unfinished">平板模式</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../touchscreen-settings.cpp" line="115"/>
|
||||
<location filename="../touchscreen-settings.cpp" line="116"/>
|
||||
<location filename="../touchscreen-settings.cpp" line="117"/>
|
||||
<source>Automatically switch tablet mode when plugging and unplugging keyboard</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<extra-contents_path>/TouchScreen/Automatically switch tablet mode when plugging and unplugging keyboard</extra-contents_path>
|
||||
</message>
|
||||
</context>
|
||||
</TS>
|
||||
|
|
Loading…
Reference in New Issue