Commit aa759e27a76fc21dcfec37509649038beea73db2

Authored by 김태훈
1 parent c2ade431c9
Exists in master and in 2 other branches fhd, fhd-demo

ts 파일 생성 대비 문자열 정리

app/gui/oven_control/autocookwindow.ui
... ... @@ -262,7 +262,7 @@ QPushButton::pressed { border-image: url(:/images/button/152_ov.png); }</string>
262 262 </font>
263 263 </property>
264 264 <property name="text">
265   - <string>Preheat</string>
  265 + <string notr="true">Preheat</string>
266 266 </property>
267 267 </widget>
268 268 <widget class="QPushButton" name="homeButton">
... ... @@ -413,7 +413,7 @@ QPushButton::pressed { border-image: url(:/images/button/152_ov.png); }&lt;/string&gt;
413 413 </font>
414 414 </property>
415 415 <property name="text">
416   - <string>10</string>
  416 + <string notr="true">10</string>
417 417 </property>
418 418 <property name="alignment">
419 419 <set>Qt::AlignCenter</set>
... ... @@ -472,7 +472,7 @@ QPushButton::pressed { border-image: url(:/images/button/152_ov.png); }&lt;/string&gt;
472 472 </font>
473 473 </property>
474 474 <property name="text">
475   - <string>Preheat</string>
  475 + <string notr="true">Preheat</string>
476 476 </property>
477 477 </widget>
478 478 <widget class="QLabel" name="heatLabel">
... ... @@ -530,7 +530,7 @@ QPushButton::pressed { border-image: url(:/images/button/152_ov.png); }&lt;/string&gt;
530 530 </font>
531 531 </property>
532 532 <property name="text">
533   - <string>10</string>
  533 + <string notr="true">10</string>
534 534 </property>
535 535 <property name="alignment">
536 536 <set>Qt::AlignCenter</set>
... ... @@ -626,7 +626,7 @@ QPushButton::pressed { border-image: url(:/images/button/152_ov.png); }&lt;/string&gt;
626 626 </font>
627 627 </property>
628 628 <property name="text">
629   - <string>000/000</string>
  629 + <string notr="true">000/000</string>
630 630 </property>
631 631 </widget>
632 632 <widget class="QLabel" name="closeDoorArrow">
... ... @@ -700,7 +700,7 @@ QPushButton::pressed { border-image: url(:/images/button/152_ov.png); }&lt;/string&gt;
700 700 </font>
701 701 </property>
702 702 <property name="text">
703   - <string>00:00</string>
  703 + <string notr="true">00:00</string>
704 704 </property>
705 705 </widget>
706 706 <widget class="QLabel" name="preheatIcon">
... ... @@ -1256,7 +1256,7 @@ QPushButton::pressed { border-image: url(:/images/button/288_ov.png); }&lt;/string&gt;
1256 1256 </font>
1257 1257 </property>
1258 1258 <property name="text">
1259   - <string>새로운 재료 넣기</string>
  1259 + <string notr="true">새로운 재료 넣기</string>
1260 1260 </property>
1261 1261 </widget>
1262 1262 <widget class="QPushButton" name="processButton_1">
... ...
app/gui/oven_control/basicsettingwindow.ui
... ... @@ -279,7 +279,7 @@ QPushButton { text-align: left;}
279 279 </font>
280 280 </property>
281 281 <property name="text">
282   - <string>건열퀀칭 작동 온도 </string>
  282 + <string>건열퀀칭 작동 온도</string>
283 283 </property>
284 284 <property name="margin">
285 285 <number>7</number>
... ... @@ -301,7 +301,7 @@ QPushButton { text-align: left;}
301 301 </font>
302 302 </property>
303 303 <property name="text">
304   - <string>스팀퀀칭 작동온도 </string>
  304 + <string>스팀퀀칭 작동 온도</string>
305 305 </property>
306 306 <property name="margin">
307 307 <number>7</number>
... ...