Commit eef4fca440b215804595bce75eb65a96e7ae528f
1 parent
b3e2871457
Exists in
master
and in
2 other branches
다국어 작업 진행중
- config language 관련 추가 - 다국어 관련 소스 일부 수정
Showing
8 changed files
with
2087 additions
and
1887 deletions
Show diff stats
app/gui/oven_control/config.h
@@ -281,6 +281,12 @@ namespace Define | @@ -281,6 +281,12 @@ namespace Define | ||
281 | rest_time_rest=0, | 281 | rest_time_rest=0, |
282 | rest_time_target | 282 | rest_time_target |
283 | }; | 283 | }; |
284 | + | ||
285 | + enum language_type{ | ||
286 | + language_kr = 0, | ||
287 | + language_ch, | ||
288 | + language_en | ||
289 | + }; | ||
284 | } | 290 | } |
285 | 291 | ||
286 | 292 |
app/gui/oven_control/configdoormonitoring.ui
@@ -174,15 +174,20 @@ QPushButton:pressed, QPushButton:focus { border-image: url(:/images/bottom_bar/h | @@ -174,15 +174,20 @@ QPushButton:pressed, QPushButton:focus { border-image: url(:/images/bottom_bar/h | ||
174 | </property> | 174 | </property> |
175 | <item row="4" column="2"> | 175 | <item row="4" column="2"> |
176 | <widget class="QLabel" name="label_9"> | 176 | <widget class="QLabel" name="label_9"> |
177 | + <property name="maximumSize"> | ||
178 | + <size> | ||
179 | + <width>504</width> | ||
180 | + <height>16777215</height> | ||
181 | + </size> | ||
182 | + </property> | ||
177 | <property name="font"> | 183 | <property name="font"> |
178 | <font> | 184 | <font> |
179 | <family>나눔고딕</family> | 185 | <family>나눔고딕</family> |
180 | - <pointsize>12</pointsize> | 186 | + <pointsize>10</pointsize> |
181 | </font> | 187 | </font> |
182 | </property> | 188 | </property> |
183 | <property name="text"> | 189 | <property name="text"> |
184 | - <string>문을 닫고 다이얼을 사용하여 경고가 | ||
185 | - 울리거나 꺼질 때까지 시간</string> | 190 | + <string>문을 닫고 다이얼을 사용하여 경고가 <BR> 울리거나 꺼질 때까지 시간</string> |
186 | </property> | 191 | </property> |
187 | </widget> | 192 | </widget> |
188 | </item> | 193 | </item> |
@@ -219,15 +224,20 @@ QPushButton:pressed, QPushButton:focus { border-image: url(:/images/bottom_bar/h | @@ -219,15 +224,20 @@ QPushButton:pressed, QPushButton:focus { border-image: url(:/images/bottom_bar/h | ||
219 | </item> | 224 | </item> |
220 | <item row="2" column="2"> | 225 | <item row="2" column="2"> |
221 | <widget class="QLabel" name="label_7"> | 226 | <widget class="QLabel" name="label_7"> |
227 | + <property name="maximumSize"> | ||
228 | + <size> | ||
229 | + <width>504</width> | ||
230 | + <height>16777215</height> | ||
231 | + </size> | ||
232 | + </property> | ||
222 | <property name="font"> | 233 | <property name="font"> |
223 | <font> | 234 | <font> |
224 | <family>나눔고딕</family> | 235 | <family>나눔고딕</family> |
225 | - <pointsize>12</pointsize> | 236 | + <pointsize>10</pointsize> |
226 | </font> | 237 | </font> |
227 | </property> | 238 | </property> |
228 | <property name="text"> | 239 | <property name="text"> |
229 | - <string>문을 닫고 다이얼을 사용하여 경고가 | ||
230 | - 울리거나 꺼질 때까지 시간</string> | 240 | + <string>문을 닫고 다이얼을 사용하여 경고가 <BR> 울리거나 꺼질 때까지 시간</string> |
231 | </property> | 241 | </property> |
232 | </widget> | 242 | </widget> |
233 | </item> | 243 | </item> |
@@ -329,15 +339,20 @@ QPushButton:pressed, QPushButton:focus { border-image: url(:/images/bottom_bar/h | @@ -329,15 +339,20 @@ QPushButton:pressed, QPushButton:focus { border-image: url(:/images/bottom_bar/h | ||
329 | </item> | 339 | </item> |
330 | <item row="6" column="2"> | 340 | <item row="6" column="2"> |
331 | <widget class="QLabel" name="label_11"> | 341 | <widget class="QLabel" name="label_11"> |
342 | + <property name="maximumSize"> | ||
343 | + <size> | ||
344 | + <width>504</width> | ||
345 | + <height>16777215</height> | ||
346 | + </size> | ||
347 | + </property> | ||
332 | <property name="font"> | 348 | <property name="font"> |
333 | <font> | 349 | <font> |
334 | <family>나눔고딕</family> | 350 | <family>나눔고딕</family> |
335 | - <pointsize>12</pointsize> | 351 | + <pointsize>10</pointsize> |
336 | </font> | 352 | </font> |
337 | </property> | 353 | </property> |
338 | <property name="text"> | 354 | <property name="text"> |
339 | - <string>문을 닫고 다이얼을 사용하여 경고가 | ||
340 | - 울리거나 꺼질 때까지 시간</string> | 355 | + <string>문을 닫고 다이얼을 사용하여 경고가 <BR> 울리거나 꺼질 때까지 시간</string> |
341 | </property> | 356 | </property> |
342 | </widget> | 357 | </widget> |
343 | </item> | 358 | </item> |
app/gui/oven_control/configdutywashdlg.cpp
@@ -23,8 +23,8 @@ ConfigDutyWashDlg::ConfigDutyWashDlg(QWidget *parent) : | @@ -23,8 +23,8 @@ ConfigDutyWashDlg::ConfigDutyWashDlg(QWidget *parent) : | ||
23 | connect(button, &QPushButton::pressed, SoundPlayer::playClick); | 23 | connect(button, &QPushButton::pressed, SoundPlayer::playClick); |
24 | 24 | ||
25 | 25 | ||
26 | - ui->pushButton_1->setText(tr(active_on_off_menu[0])); | ||
27 | - ui->pushButton_2->setText(tr(active_on_off_menu[1])); | 26 | + ui->pushButton_1->setText(qApp->translate("Config", active_on_off_menu[0])); |
27 | + ui->pushButton_2->setText(qApp->translate("Config", active_on_off_menu[1])); | ||
28 | 28 | ||
29 | reloadUi(); | 29 | reloadUi(); |
30 | 30 |
app/gui/oven_control/confighalfenergydlg.cpp
@@ -23,8 +23,8 @@ ConfigHalfEnergyDlg::ConfigHalfEnergyDlg(QWidget *parent) : | @@ -23,8 +23,8 @@ ConfigHalfEnergyDlg::ConfigHalfEnergyDlg(QWidget *parent) : | ||
23 | connect(button, &QPushButton::pressed, SoundPlayer::playClick); | 23 | connect(button, &QPushButton::pressed, SoundPlayer::playClick); |
24 | 24 | ||
25 | 25 | ||
26 | - ui->pushButton_1->setText(tr(set_unset_menu[0])); | ||
27 | - ui->pushButton_2->setText(tr(set_unset_menu[1])); | 26 | + ui->pushButton_1->setText(qApp->translate("Config", set_unset_menu[0])); |
27 | + ui->pushButton_2->setText(qApp->translate("Config", set_unset_menu[1])); | ||
28 | 28 | ||
29 | reloadUi(); | 29 | reloadUi(); |
30 | 30 |
app/gui/oven_control/configtemptypedlg.cpp
@@ -22,8 +22,9 @@ ConfigTempTypeDlg::ConfigTempTypeDlg(QWidget *parent) : | @@ -22,8 +22,9 @@ ConfigTempTypeDlg::ConfigTempTypeDlg(QWidget *parent) : | ||
22 | foreach (QPushButton *button, findChildren<QPushButton *>()) | 22 | foreach (QPushButton *button, findChildren<QPushButton *>()) |
23 | connect(button, &QPushButton::pressed, SoundPlayer::playClick); | 23 | connect(button, &QPushButton::pressed, SoundPlayer::playClick); |
24 | 24 | ||
25 | - ui->pushButton_1->setText(tr(temptype_menu[0])); | ||
26 | - ui->pushButton_2->setText(tr(temptype_menu[1])); | 25 | + ui->pushButton_1->setText(qApp->translate("Config", temptype_menu[0])); |
26 | + ui->pushButton_2->setText(qApp->translate("Config", temptype_menu[1])); | ||
27 | + | ||
27 | 28 | ||
28 | reloadUi(); | 29 | reloadUi(); |
29 | 30 |
app/gui/oven_control/lang_en.qm
No preview for this file type
app/gui/oven_control/lang_en.ts
@@ -4,25 +4,26 @@ | @@ -4,25 +4,26 @@ | ||
4 | <context> | 4 | <context> |
5 | <name>AdjustmentWindow</name> | 5 | <name>AdjustmentWindow</name> |
6 | <message> | 6 | <message> |
7 | - <location filename="adjustmentwindow.ui" line="96"/> | 7 | + <location filename="adjustmentwindow.ui" line="109"/> |
8 | <source>서비스단계(엔지니어모드) > 교정</source> | 8 | <source>서비스단계(엔지니어모드) > 교정</source> |
9 | - <translation type="unfinished"></translation> | 9 | + <translation>Service Mode(Enginner Mode) -> correction</translation> |
10 | </message> | 10 | </message> |
11 | <message> | 11 | <message> |
12 | - <location filename="adjustmentwindow.ui" line="175"/> | 12 | + <location filename="adjustmentwindow.ui" line="188"/> |
13 | <source>교정</source> | 13 | <source>교정</source> |
14 | - <translation>Adjustment</translation> | 14 | + <translation>correction</translation> |
15 | </message> | 15 | </message> |
16 | <message> | 16 | <message> |
17 | <location filename="adjustmentwindow.cpp" line="32"/> | 17 | <location filename="adjustmentwindow.cpp" line="32"/> |
18 | <source>모든 설정 값을 공장(출고)초기화 | 18 | <source>모든 설정 값을 공장(출고)초기화 |
19 | 값으로 변경 하시겠습니까?</source> | 19 | 값으로 변경 하시겠습니까?</source> |
20 | - <translation type="unfinished"></translation> | 20 | + <translation>Do you confirm the change of all settings |
21 | +to factory default values?</translation> | ||
21 | </message> | 22 | </message> |
22 | <message> | 23 | <message> |
23 | <location filename="adjustmentwindow.cpp" line="98"/> | 24 | <location filename="adjustmentwindow.cpp" line="98"/> |
24 | <source>테스트를 완료하였습니다.</source> | 25 | <source>테스트를 완료하였습니다.</source> |
25 | - <translation type="unfinished"></translation> | 26 | + <translation>Test is completed.</translation> |
26 | </message> | 27 | </message> |
27 | </context> | 28 | </context> |
28 | <context> | 29 | <context> |
@@ -30,34 +31,34 @@ | @@ -30,34 +31,34 @@ | ||
30 | <message> | 31 | <message> |
31 | <location filename="autocookcheckconfigwindow.ui" line="14"/> | 32 | <location filename="autocookcheckconfigwindow.ui" line="14"/> |
32 | <source>MainWindow</source> | 33 | <source>MainWindow</source> |
33 | - <translation type="unfinished"></translation> | 34 | + <translation>mainwindow</translation> |
34 | </message> | 35 | </message> |
35 | <message> | 36 | <message> |
36 | <location filename="autocookcheckconfigwindow.ui" line="159"/> | 37 | <location filename="autocookcheckconfigwindow.ui" line="159"/> |
37 | <location filename="autocookcheckconfigwindow.ui" line="240"/> | 38 | <location filename="autocookcheckconfigwindow.ui" line="240"/> |
38 | - <location filename="autocookcheckconfigwindow.ui" line="732"/> | ||
39 | - <location filename="autocookcheckconfigwindow.ui" line="968"/> | ||
40 | - <location filename="autocookcheckconfigwindow.ui" line="1317"/> | 39 | + <location filename="autocookcheckconfigwindow.ui" line="745"/> |
40 | + <location filename="autocookcheckconfigwindow.ui" line="981"/> | ||
41 | + <location filename="autocookcheckconfigwindow.ui" line="1330"/> | ||
41 | <source>감소</source> | 42 | <source>감소</source> |
42 | - <translation type="unfinished"></translation> | 43 | + <translation>Decrease</translation> |
43 | </message> | 44 | </message> |
44 | <message> | 45 | <message> |
45 | <location filename="autocookcheckconfigwindow.ui" line="302"/> | 46 | <location filename="autocookcheckconfigwindow.ui" line="302"/> |
46 | - <location filename="autocookcheckconfigwindow.ui" line="484"/> | ||
47 | - <location filename="autocookcheckconfigwindow.ui" line="890"/> | ||
48 | - <location filename="autocookcheckconfigwindow.ui" line="1030"/> | ||
49 | - <location filename="autocookcheckconfigwindow.ui" line="1175"/> | 47 | + <location filename="autocookcheckconfigwindow.ui" line="497"/> |
48 | + <location filename="autocookcheckconfigwindow.ui" line="903"/> | ||
49 | + <location filename="autocookcheckconfigwindow.ui" line="1043"/> | ||
50 | + <location filename="autocookcheckconfigwindow.ui" line="1188"/> | ||
50 | <source>증가</source> | 51 | <source>증가</source> |
51 | - <translation type="unfinished"></translation> | 52 | + <translation>Increase</translation> |
52 | </message> | 53 | </message> |
53 | <message> | 54 | <message> |
54 | - <location filename="autocookcheckconfigwindow.ui" line="422"/> | ||
55 | - <location filename="autocookcheckconfigwindow.ui" line="619"/> | ||
56 | - <location filename="autocookcheckconfigwindow.ui" line="796"/> | ||
57 | - <location filename="autocookcheckconfigwindow.ui" line="1113"/> | ||
58 | - <location filename="autocookcheckconfigwindow.ui" line="1255"/> | 55 | + <location filename="autocookcheckconfigwindow.ui" line="435"/> |
56 | + <location filename="autocookcheckconfigwindow.ui" line="632"/> | ||
57 | + <location filename="autocookcheckconfigwindow.ui" line="809"/> | ||
58 | + <location filename="autocookcheckconfigwindow.ui" line="1126"/> | ||
59 | + <location filename="autocookcheckconfigwindow.ui" line="1268"/> | ||
59 | <source>스팀</source> | 60 | <source>스팀</source> |
60 | - <translation type="unfinished"></translation> | 61 | + <translation>Steam</translation> |
61 | </message> | 62 | </message> |
62 | </context> | 63 | </context> |
63 | <context> | 64 | <context> |
@@ -65,62 +66,62 @@ | @@ -65,62 +66,62 @@ | ||
65 | <message> | 66 | <message> |
66 | <location filename="autocookcheckwindow.ui" line="14"/> | 67 | <location filename="autocookcheckwindow.ui" line="14"/> |
67 | <source>MainWindow</source> | 68 | <source>MainWindow</source> |
68 | - <translation type="unfinished"></translation> | 69 | + <translation>Mainwindow</translation> |
69 | </message> | 70 | </message> |
70 | <message> | 71 | <message> |
71 | <location filename="autocookcheckwindow.cpp" line="189"/> | 72 | <location filename="autocookcheckwindow.cpp" line="189"/> |
72 | <source>중심 온도계 삽입</source> | 73 | <source>중심 온도계 삽입</source> |
73 | - <translation type="unfinished"></translation> | 74 | + <translation>Core Thermometer Inserting</translation> |
74 | </message> | 75 | </message> |
75 | <message> | 76 | <message> |
76 | <location filename="autocookcheckwindow.cpp" line="196"/> | 77 | <location filename="autocookcheckwindow.cpp" line="196"/> |
77 | <source>식재료 적재</source> | 78 | <source>식재료 적재</source> |
78 | - <translation type="unfinished"></translation> | 79 | + <translation>Food Material Stacking</translation> |
79 | </message> | 80 | </message> |
80 | <message> | 81 | <message> |
81 | <location filename="autocookcheckwindow.cpp" line="208"/> | 82 | <location filename="autocookcheckwindow.cpp" line="208"/> |
82 | <source>자르기</source> | 83 | <source>자르기</source> |
83 | - <translation type="unfinished"></translation> | 84 | + <translation>Cutting</translation> |
84 | </message> | 85 | </message> |
85 | <message> | 86 | <message> |
86 | <location filename="autocookcheckwindow.cpp" line="216"/> | 87 | <location filename="autocookcheckwindow.cpp" line="216"/> |
87 | <source>물 붓기</source> | 88 | <source>물 붓기</source> |
88 | - <translation type="unfinished"></translation> | 89 | + <translation>Water Pouring</translation> |
89 | </message> | 90 | </message> |
90 | </context> | 91 | </context> |
91 | <context> | 92 | <context> |
92 | <name>AutoCookConfigWindow</name> | 93 | <name>AutoCookConfigWindow</name> |
93 | <message> | 94 | <message> |
94 | - <location filename="autocookconfigwindow.ui" line="302"/> | ||
95 | - <location filename="autocookconfigwindow.ui" line="519"/> | ||
96 | - <location filename="autocookconfigwindow.ui" line="774"/> | ||
97 | - <location filename="autocookconfigwindow.ui" line="962"/> | ||
98 | - <location filename="autocookconfigwindow.ui" line="1105"/> | 95 | + <location filename="autocookconfigwindow.ui" line="315"/> |
96 | + <location filename="autocookconfigwindow.ui" line="532"/> | ||
97 | + <location filename="autocookconfigwindow.ui" line="787"/> | ||
98 | + <location filename="autocookconfigwindow.ui" line="975"/> | ||
99 | + <location filename="autocookconfigwindow.ui" line="1118"/> | ||
99 | <source>증가</source> | 100 | <source>증가</source> |
100 | - <translation type="unfinished"></translation> | 101 | + <translation>Increase</translation> |
101 | </message> | 102 | </message> |
102 | <message> | 103 | <message> |
103 | - <location filename="autocookconfigwindow.ui" line="364"/> | ||
104 | - <location filename="autocookconfigwindow.ui" line="581"/> | ||
105 | - <location filename="autocookconfigwindow.ui" line="643"/> | ||
106 | - <location filename="autocookconfigwindow.ui" line="900"/> | ||
107 | - <location filename="autocookconfigwindow.ui" line="1043"/> | 104 | + <location filename="autocookconfigwindow.ui" line="377"/> |
105 | + <location filename="autocookconfigwindow.ui" line="594"/> | ||
106 | + <location filename="autocookconfigwindow.ui" line="656"/> | ||
107 | + <location filename="autocookconfigwindow.ui" line="913"/> | ||
108 | + <location filename="autocookconfigwindow.ui" line="1056"/> | ||
108 | <source>감소</source> | 109 | <source>감소</source> |
109 | - <translation type="unfinished"></translation> | 110 | + <translation>Decrease</translation> |
110 | </message> | 111 | </message> |
111 | <message> | 112 | <message> |
112 | - <location filename="autocookconfigwindow.ui" line="457"/> | ||
113 | - <location filename="autocookconfigwindow.ui" line="838"/> | ||
114 | - <location filename="autocookconfigwindow.ui" line="1169"/> | ||
115 | - <location filename="autocookconfigwindow.ui" line="1233"/> | ||
116 | - <location filename="autocookconfigwindow.ui" line="1335"/> | 113 | + <location filename="autocookconfigwindow.ui" line="470"/> |
114 | + <location filename="autocookconfigwindow.ui" line="851"/> | ||
115 | + <location filename="autocookconfigwindow.ui" line="1182"/> | ||
116 | + <location filename="autocookconfigwindow.ui" line="1246"/> | ||
117 | + <location filename="autocookconfigwindow.ui" line="1348"/> | ||
117 | <source>스팀</source> | 118 | <source>스팀</source> |
118 | - <translation type="unfinished"></translation> | 119 | + <translation>Steam</translation> |
119 | </message> | 120 | </message> |
120 | <message> | 121 | <message> |
121 | <location filename="autocookconfigwindow.cpp" line="387"/> | 122 | <location filename="autocookconfigwindow.cpp" line="387"/> |
122 | <source>즐겨찾기 항목에 추가하시겠습니까?</source> | 123 | <source>즐겨찾기 항목에 추가하시겠습니까?</source> |
123 | - <translation type="unfinished"></translation> | 124 | + <translation>Do you want to add it to bookmark?</translation> |
124 | </message> | 125 | </message> |
125 | </context> | 126 | </context> |
126 | <context> | 127 | <context> |
@@ -128,7 +129,7 @@ | @@ -128,7 +129,7 @@ | ||
128 | <message> | 129 | <message> |
129 | <location filename="autocookselectionpopup.ui" line="14"/> | 130 | <location filename="autocookselectionpopup.ui" line="14"/> |
130 | <source>Form</source> | 131 | <source>Form</source> |
131 | - <translation type="unfinished"></translation> | 132 | + <translation>Form</translation> |
132 | </message> | 133 | </message> |
133 | <message> | 134 | <message> |
134 | <location filename="autocookselectionpopup.ui" line="97"/> | 135 | <location filename="autocookselectionpopup.ui" line="97"/> |
@@ -138,7 +139,7 @@ | @@ -138,7 +139,7 @@ | ||
138 | <location filename="autocookselectionpopup.ui" line="177"/> | 139 | <location filename="autocookselectionpopup.ui" line="177"/> |
139 | <location filename="autocookselectionpopup.ui" line="197"/> | 140 | <location filename="autocookselectionpopup.ui" line="197"/> |
140 | <source>cook</source> | 141 | <source>cook</source> |
141 | - <translation type="unfinished"></translation> | 142 | + <translation>Cook</translation> |
142 | </message> | 143 | </message> |
143 | </context> | 144 | </context> |
144 | <context> | 145 | <context> |
@@ -150,7 +151,7 @@ | @@ -150,7 +151,7 @@ | ||
150 | <location filename="autocooksettingwidget.ui" line="1045"/> | 151 | <location filename="autocooksettingwidget.ui" line="1045"/> |
151 | <location filename="autocooksettingwidget.ui" line="1262"/> | 152 | <location filename="autocooksettingwidget.ui" line="1262"/> |
152 | <source>증가</source> | 153 | <source>증가</source> |
153 | - <translation type="unfinished"></translation> | 154 | + <translation>Increase</translation> |
154 | </message> | 155 | </message> |
155 | <message> | 156 | <message> |
156 | <location filename="autocooksettingwidget.ui" line="281"/> | 157 | <location filename="autocooksettingwidget.ui" line="281"/> |
@@ -159,7 +160,9 @@ | @@ -159,7 +160,9 @@ | ||
159 | <location filename="autocooksettingwidget.ui" line="626"/> | 160 | <location filename="autocooksettingwidget.ui" line="626"/> |
160 | <location filename="autocooksettingwidget.ui" line="983"/> | 161 | <location filename="autocooksettingwidget.ui" line="983"/> |
161 | <source>스팀</source> | 162 | <source>스팀</source> |
162 | - <translation type="unfinished"></translation> | 163 | + <translation>Steam |
164 | + | ||
165 | +</translation> | ||
163 | </message> | 166 | </message> |
164 | <message> | 167 | <message> |
165 | <location filename="autocooksettingwidget.ui" line="343"/> | 168 | <location filename="autocooksettingwidget.ui" line="343"/> |
@@ -168,40 +171,40 @@ | @@ -168,40 +171,40 @@ | ||
168 | <location filename="autocooksettingwidget.ui" line="1107"/> | 171 | <location filename="autocooksettingwidget.ui" line="1107"/> |
169 | <location filename="autocooksettingwidget.ui" line="1169"/> | 172 | <location filename="autocooksettingwidget.ui" line="1169"/> |
170 | <source>감소</source> | 173 | <source>감소</source> |
171 | - <translation type="unfinished"></translation> | 174 | + <translation>Decrease</translation> |
172 | </message> | 175 | </message> |
173 | </context> | 176 | </context> |
174 | <context> | 177 | <context> |
175 | <name>AutoCookWindow</name> | 178 | <name>AutoCookWindow</name> |
176 | <message> | 179 | <message> |
177 | - <location filename="autocookwindow.ui" line="978"/> | 180 | + <location filename="autocookwindow.ui" line="991"/> |
178 | <source>예열 중</source> | 181 | <source>예열 중</source> |
179 | - <translation type="unfinished"></translation> | 182 | + <translation>Under preheating</translation> |
180 | </message> | 183 | </message> |
181 | <message> | 184 | <message> |
182 | - <location filename="autocookwindow.ui" line="1227"/> | 185 | + <location filename="autocookwindow.ui" line="1240"/> |
183 | <source>후속 과정 옵션</source> | 186 | <source>후속 과정 옵션</source> |
184 | - <translation type="unfinished"></translation> | 187 | + <translation>Follow-up process option</translation> |
185 | </message> | 188 | </message> |
186 | <message> | 189 | <message> |
187 | <location filename="autocookwindow.cpp" line="505"/> | 190 | <location filename="autocookwindow.cpp" line="505"/> |
188 | <source>중심 온도계 삽입</source> | 191 | <source>중심 온도계 삽입</source> |
189 | - <translation type="unfinished"></translation> | 192 | + <translation>Inserting core thermometer</translation> |
190 | </message> | 193 | </message> |
191 | <message> | 194 | <message> |
192 | <location filename="autocookwindow.cpp" line="512"/> | 195 | <location filename="autocookwindow.cpp" line="512"/> |
193 | <source>식재료 적재</source> | 196 | <source>식재료 적재</source> |
194 | - <translation type="unfinished"></translation> | 197 | + <translation>Stacking Food Materials</translation> |
195 | </message> | 198 | </message> |
196 | <message> | 199 | <message> |
197 | <location filename="autocookwindow.cpp" line="524"/> | 200 | <location filename="autocookwindow.cpp" line="524"/> |
198 | <source>자르기</source> | 201 | <source>자르기</source> |
199 | - <translation type="unfinished"></translation> | 202 | + <translation>Cutting</translation> |
200 | </message> | 203 | </message> |
201 | <message> | 204 | <message> |
202 | <location filename="autocookwindow.cpp" line="532"/> | 205 | <location filename="autocookwindow.cpp" line="532"/> |
203 | <source>물 붓기</source> | 206 | <source>물 붓기</source> |
204 | - <translation type="unfinished"></translation> | 207 | + <translation>Pouring Water</translation> |
205 | </message> | 208 | </message> |
206 | <message> | 209 | <message> |
207 | <location filename="autocookwindow.cpp" line="835"/> | 210 | <location filename="autocookwindow.cpp" line="835"/> |
@@ -210,565 +213,562 @@ | @@ -210,565 +213,562 @@ | ||
210 | <location filename="autocookwindow.cpp" line="898"/> | 213 | <location filename="autocookwindow.cpp" line="898"/> |
211 | <location filename="autocookwindow.cpp" line="910"/> | 214 | <location filename="autocookwindow.cpp" line="910"/> |
212 | <source>문을 닫아주세요</source> | 215 | <source>문을 닫아주세요</source> |
213 | - <translation type="unfinished"></translation> | 216 | + <translation>Please close the door</translation> |
214 | </message> | 217 | </message> |
215 | <message> | 218 | <message> |
216 | <location filename="autocookwindow.cpp" line="835"/> | 219 | <location filename="autocookwindow.cpp" line="835"/> |
217 | <source>조리 중 문 열림 시간 모니터링 1단계</source> | 220 | <source>조리 중 문 열림 시간 모니터링 1단계</source> |
218 | - <translation type="unfinished"></translation> | 221 | + <translation>Monitoring stage 1 of door open time during cooking </translation> |
219 | </message> | 222 | </message> |
220 | <message> | 223 | <message> |
221 | <location filename="autocookwindow.cpp" line="847"/> | 224 | <location filename="autocookwindow.cpp" line="847"/> |
222 | <source>조리 중 문 열림 시간 모니터링 2단계</source> | 225 | <source>조리 중 문 열림 시간 모니터링 2단계</source> |
223 | - <translation type="unfinished"></translation> | 226 | + <translation>Monitoring stage 2 of door open time during cooking</translation> |
224 | </message> | 227 | </message> |
225 | <message> | 228 | <message> |
226 | <location filename="autocookwindow.cpp" line="859"/> | 229 | <location filename="autocookwindow.cpp" line="859"/> |
227 | <source>문이 오래 열려있어 조리가 취소되었습니다</source> | 230 | <source>문이 오래 열려있어 조리가 취소되었습니다</source> |
228 | - <translation type="unfinished"></translation> | 231 | + <translation>The door is opened for a long time, so cooking is cancelled </translation> |
229 | </message> | 232 | </message> |
230 | <message> | 233 | <message> |
231 | <location filename="autocookwindow.cpp" line="859"/> | 234 | <location filename="autocookwindow.cpp" line="859"/> |
232 | <source>조리 중 문 열림 시간 모니터링 3단계</source> | 235 | <source>조리 중 문 열림 시간 모니터링 3단계</source> |
233 | - <translation type="unfinished"></translation> | 236 | + <translation>Monitoring stage 3 of door open time during cooking</translation> |
234 | </message> | 237 | </message> |
235 | <message> | 238 | <message> |
236 | <location filename="autocookwindow.cpp" line="886"/> | 239 | <location filename="autocookwindow.cpp" line="886"/> |
237 | <source>적재 중 문 열림 시간 모니터링 1단계</source> | 240 | <source>적재 중 문 열림 시간 모니터링 1단계</source> |
238 | - <translation type="unfinished"></translation> | 241 | + <translation>Monitoring of door open time during stacking Stage 1</translation> |
239 | </message> | 242 | </message> |
240 | <message> | 243 | <message> |
241 | <location filename="autocookwindow.cpp" line="898"/> | 244 | <location filename="autocookwindow.cpp" line="898"/> |
242 | <source>적재 중 문 열림 시간 모니터링 2단계</source> | 245 | <source>적재 중 문 열림 시간 모니터링 2단계</source> |
243 | - <translation type="unfinished"></translation> | 246 | + <translation>Monitoring of door open time during stackingStage 2</translation> |
244 | </message> | 247 | </message> |
245 | <message> | 248 | <message> |
246 | <location filename="autocookwindow.cpp" line="910"/> | 249 | <location filename="autocookwindow.cpp" line="910"/> |
247 | <source>적재 중 문 열림 시간 모니터링 3단계</source> | 250 | <source>적재 중 문 열림 시간 모니터링 3단계</source> |
248 | - <translation type="unfinished"></translation> | 251 | + <translation>Monitoring of door open time during stacking Stage 3</translation> |
249 | </message> | 252 | </message> |
250 | <message> | 253 | <message> |
251 | <location filename="autocookwindow.cpp" line="1029"/> | 254 | <location filename="autocookwindow.cpp" line="1029"/> |
252 | <source>요리가 중단되고 환경 설정 모드로 들어갑니다. 진행할까요?</source> | 255 | <source>요리가 중단되고 환경 설정 모드로 들어갑니다. 진행할까요?</source> |
253 | - <translation type="unfinished"></translation> | 256 | + <translation>Cooking stops and the system goes to config mode |
257 | +Do you want to proceed?</translation> | ||
254 | </message> | 258 | </message> |
255 | <message> | 259 | <message> |
256 | <location filename="autocookwindow.cpp" line="1041"/> | 260 | <location filename="autocookwindow.cpp" line="1041"/> |
257 | <source>즐겨찾기 항목에 추가하시겠습니까?</source> | 261 | <source>즐겨찾기 항목에 추가하시겠습니까?</source> |
258 | - <translation type="unfinished"></translation> | 262 | + <translation>Do you want to add it to bookmark?</translation> |
259 | </message> | 263 | </message> |
260 | <message> | 264 | <message> |
261 | <location filename="autocookwindow.cpp" line="1060"/> | 265 | <location filename="autocookwindow.cpp" line="1060"/> |
262 | <source>요리가 중단되고 자동 세척 모드로 들어갑니다. 진행할까요?</source> | 266 | <source>요리가 중단되고 자동 세척 모드로 들어갑니다. 진행할까요?</source> |
263 | - <translation type="unfinished"></translation> | 267 | + <translation>Cooking stops and the system goes to automatic cleaning mode |
268 | +Do you want to proceed?</translation> | ||
264 | </message> | 269 | </message> |
265 | </context> | 270 | </context> |
266 | <context> | 271 | <context> |
267 | <name>BasicSettingWindow</name> | 272 | <name>BasicSettingWindow</name> |
268 | <message> | 273 | <message> |
269 | - <location filename="basicsettingwindow.ui" line="97"/> | ||
270 | <source>서비스단계(엔지니어모드) > 기본설정</source> | 274 | <source>서비스단계(엔지니어모드) > 기본설정</source> |
271 | - <translation type="unfinished"></translation> | 275 | + <translation type="vanished">Service Mode (Engineer Mode) > Product Model Setting </translation> |
272 | </message> | 276 | </message> |
273 | <message> | 277 | <message> |
274 | - <location filename="basicsettingwindow.ui" line="173"/> | ||
275 | <source> 기본설정</source> | 278 | <source> 기본설정</source> |
276 | - <translation type="unfinished"></translation> | 279 | + <translation type="vanished">Basic Settings</translation> |
277 | </message> | 280 | </message> |
278 | <message> | 281 | <message> |
279 | - <location filename="basicsettingwindow.ui" line="194"/> | ||
280 | <source>EM-2</source> | 282 | <source>EM-2</source> |
281 | - <translation type="unfinished"></translation> | 283 | + <translation type="vanished">EM-2</translation> |
282 | </message> | 284 | </message> |
283 | <message> | 285 | <message> |
284 | - <location filename="basicsettingwindow.ui" line="236"/> | ||
285 | <source>스팀발생기 수동 스케일 제거 후 물의 양</source> | 286 | <source>스팀발생기 수동 스케일 제거 후 물의 양</source> |
286 | - <translation type="unfinished"></translation> | 287 | + <translation type="vanished">Water quantity after removing steam generator manual scale</translation> |
287 | </message> | 288 | </message> |
288 | <message> | 289 | <message> |
289 | - <location filename="basicsettingwindow.ui" line="258"/> | ||
290 | <source>소형펌프모터 모드</source> | 290 | <source>소형펌프모터 모드</source> |
291 | - <translation type="unfinished"></translation> | 291 | + <translation type="vanished">Small Pump Motor Mode</translation> |
292 | </message> | 292 | </message> |
293 | <message> | 293 | <message> |
294 | - <location filename="basicsettingwindow.ui" line="280"/> | ||
295 | <source>소형펌프모터 인터벌시간 설정</source> | 294 | <source>소형펌프모터 인터벌시간 설정</source> |
296 | - <translation type="unfinished"></translation> | 295 | + <translation type="vanished">Small Pump Motor Interval Time Setting</translation> |
297 | </message> | 296 | </message> |
298 | <message> | 297 | <message> |
299 | - <location filename="basicsettingwindow.ui" line="302"/> | ||
300 | <source>건열퀀칭 작동 온도</source> | 298 | <source>건열퀀칭 작동 온도</source> |
301 | - <translation type="unfinished"></translation> | 299 | + <translation type="vanished">Dry Heat Quenching Operation Temperature</translation> |
302 | </message> | 300 | </message> |
303 | <message> | 301 | <message> |
304 | - <location filename="basicsettingwindow.ui" line="324"/> | ||
305 | <source>스팀퀀칭 작동 온도</source> | 302 | <source>스팀퀀칭 작동 온도</source> |
306 | - <translation type="unfinished"></translation> | 303 | + <translation type="vanished">Steam Quenching Operation Temperature</translation> |
307 | </message> | 304 | </message> |
308 | <message> | 305 | <message> |
309 | - <location filename="basicsettingwindow.ui" line="346"/> | ||
310 | <source>드레인볼밸브 </source> | 306 | <source>드레인볼밸브 </source> |
311 | - <translation type="unfinished"></translation> | 307 | + <translation type="vanished">Drain Ball Valve</translation> |
312 | </message> | 308 | </message> |
313 | <message> | 309 | <message> |
314 | - <location filename="basicsettingwindow.ui" line="368"/> | ||
315 | <source>설정구분</source> | 310 | <source>설정구분</source> |
316 | - <translation type="unfinished"></translation> | 311 | + <translation type="vanished">Setting Division</translation> |
317 | </message> | 312 | </message> |
318 | <message> | 313 | <message> |
319 | - <location filename="basicsettingwindow.ui" line="390"/> | ||
320 | <source>설 정</source> | 314 | <source>설 정</source> |
321 | - <translation type="unfinished"></translation> | 315 | + <translation type="vanished">Settings</translation> |
322 | </message> | 316 | </message> |
323 | <message> | 317 | <message> |
324 | - <location filename="basicsettingwindow.ui" line="415"/> | ||
325 | <source>상태</source> | 318 | <source>상태</source> |
326 | - <translation type="unfinished"></translation> | 319 | + <translation type="vanished">Condition</translation> |
327 | </message> | 320 | </message> |
328 | </context> | 321 | </context> |
329 | <context> | 322 | <context> |
330 | <name>BurnerTestWindow</name> | 323 | <name>BurnerTestWindow</name> |
331 | <message> | 324 | <message> |
332 | - <location filename="burnertestwindow.ui" line="202"/> | ||
333 | - <location filename="burnertestwindow.ui" line="233"/> | ||
334 | - <location filename="burnertestwindow.ui" line="264"/> | 325 | + <location filename="burnertestwindow.ui" line="215"/> |
326 | + <location filename="burnertestwindow.ui" line="246"/> | ||
327 | + <location filename="burnertestwindow.ui" line="277"/> | ||
335 | <source>START</source> | 328 | <source>START</source> |
336 | - <translation type="unfinished"></translation> | 329 | + <translation>START</translation> |
337 | </message> | 330 | </message> |
338 | <message> | 331 | <message> |
339 | - <location filename="burnertestwindow.ui" line="700"/> | ||
340 | - <location filename="burnertestwindow.ui" line="1139"/> | 332 | + <location filename="burnertestwindow.ui" line="713"/> |
333 | + <location filename="burnertestwindow.ui" line="1152"/> | ||
341 | <source>0</source> | 334 | <source>0</source> |
342 | - <translation type="unfinished"></translation> | 335 | + <translation>0</translation> |
343 | </message> | 336 | </message> |
344 | <message> | 337 | <message> |
345 | - <location filename="burnertestwindow.ui" line="1578"/> | 338 | + <location filename="burnertestwindow.ui" line="1591"/> |
346 | <source>100%</source> | 339 | <source>100%</source> |
347 | - <translation type="unfinished"></translation> | 340 | + <translation>100%</translation> |
348 | </message> | 341 | </message> |
349 | <message> | 342 | <message> |
350 | - <location filename="burnertestwindow.ui" line="2017"/> | 343 | + <location filename="burnertestwindow.ui" line="2030"/> |
351 | <source>150℃</source> | 344 | <source>150℃</source> |
352 | - <translation type="unfinished"></translation> | 345 | + <translation>150℃</translation> |
353 | </message> | 346 | </message> |
354 | <message> | 347 | <message> |
355 | - <location filename="burnertestwindow.ui" line="2110"/> | 348 | + <location filename="burnertestwindow.ui" line="2123"/> |
356 | <source>서비스단계(엔지니어모드) > 기능테스트 > 가열부</source> | 349 | <source>서비스단계(엔지니어모드) > 기능테스트 > 가열부</source> |
357 | - <translation type="unfinished"></translation> | 350 | + <translation>Service Mode(Engineer Mode) > Function Test > Heating</translation> |
358 | </message> | 351 | </message> |
359 | </context> | 352 | </context> |
360 | <context> | 353 | <context> |
361 | <name>ComponentTestWindow</name> | 354 | <name>ComponentTestWindow</name> |
362 | <message> | 355 | <message> |
363 | - <location filename="componenttestwindow.ui" line="135"/> | ||
364 | - <location filename="componenttestwindow.ui" line="166"/> | ||
365 | - <location filename="componenttestwindow.ui" line="197"/> | 356 | + <location filename="componenttestwindow.ui" line="148"/> |
357 | + <location filename="componenttestwindow.ui" line="179"/> | ||
358 | + <location filename="componenttestwindow.ui" line="210"/> | ||
366 | <source>START</source> | 359 | <source>START</source> |
367 | - <translation type="unfinished"></translation> | 360 | + <translation>START</translation> |
368 | </message> | 361 | </message> |
369 | <message> | 362 | <message> |
370 | - <location filename="componenttestwindow.ui" line="349"/> | 363 | + <location filename="componenttestwindow.ui" line="362"/> |
371 | <source>구성품 > 스피커</source> | 364 | <source>구성품 > 스피커</source> |
372 | - <translation type="unfinished"></translation> | 365 | + <translation>Component > Speaker</translation> |
373 | </message> | 366 | </message> |
374 | <message> | 367 | <message> |
375 | - <location filename="componenttestwindow.ui" line="405"/> | 368 | + <location filename="componenttestwindow.ui" line="418"/> |
376 | <source>구성품 > 실내등</source> | 369 | <source>구성품 > 실내등</source> |
377 | - <translation type="unfinished"></translation> | 370 | + <translation>Component > Indoor Light</translation> |
378 | </message> | 371 | </message> |
379 | <message> | 372 | <message> |
380 | - <location filename="componenttestwindow.ui" line="461"/> | 373 | + <location filename="componenttestwindow.ui" line="474"/> |
381 | <source>구성품 > 습도 조절 댐퍼</source> | 374 | <source>구성품 > 습도 조절 댐퍼</source> |
382 | - <translation type="unfinished"></translation> | 375 | + <translation>Component > Humidity Control Damper</translation> |
383 | </message> | 376 | </message> |
384 | <message> | 377 | <message> |
385 | - <location filename="componenttestwindow.ui" line="517"/> | 378 | + <location filename="componenttestwindow.ui" line="530"/> |
386 | <source>서비스단계(엔지니어모드) > 기능테스트 > 구성품</source> | 379 | <source>서비스단계(엔지니어모드) > 기능테스트 > 구성품</source> |
387 | - <translation type="unfinished"></translation> | 380 | + <translation>Service Mode (Engineer Mode) > Function Test > Component</translation> |
388 | </message> | 381 | </message> |
389 | </context> | 382 | </context> |
390 | <context> | 383 | <context> |
391 | <name>Config</name> | 384 | <name>Config</name> |
392 | <message> | 385 | <message> |
393 | - <location filename="config.cpp" line="493"/> | ||
394 | <source>모든 음향설정 값을 공장초기화 | 386 | <source>모든 음향설정 값을 공장초기화 |
395 | 하시겠습니까?</source> | 387 | 하시겠습니까?</source> |
396 | - <translation type="unfinished"></translation> | 388 | + <translation type="vanished">Do you want to reset all the sound setting values |
389 | +to factory setting values?</translation> | ||
397 | </message> | 390 | </message> |
398 | <message> | 391 | <message> |
399 | - <location filename="config.cpp" line="525"/> | ||
400 | <source>모든 프로그램을 | 392 | <source>모든 프로그램을 |
401 | 삭제하시겠습니까?</source> | 393 | 삭제하시겠습니까?</source> |
402 | - <translation type="unfinished"></translation> | 394 | + <translation type="vanished">Do you want to delete all programs?</translation> |
403 | </message> | 395 | </message> |
404 | <message> | 396 | <message> |
405 | <location filename="config.h" line="29"/> | 397 | <location filename="config.h" line="29"/> |
406 | <source>잔여시간</source> | 398 | <source>잔여시간</source> |
407 | - <translation type="unfinished"></translation> | 399 | + <oldsource>잔여시간</oldsource> |
400 | + <translation type="unfinished">Remaining Time</translation> | ||
408 | </message> | 401 | </message> |
409 | <message> | 402 | <message> |
410 | <location filename="config.h" line="30"/> | 403 | <location filename="config.h" line="30"/> |
411 | <source>타겟시간</source> | 404 | <source>타겟시간</source> |
412 | - <translation type="unfinished"></translation> | 405 | + <oldsource>타겟시간</oldsource> |
406 | + <translation type="unfinished">Target Time</translation> | ||
413 | </message> | 407 | </message> |
414 | <message> | 408 | <message> |
415 | <location filename="config.h" line="34"/> | 409 | <location filename="config.h" line="34"/> |
416 | <source>섭씨(℃)</source> | 410 | <source>섭씨(℃)</source> |
417 | - <translation type="unfinished"></translation> | 411 | + <translation>Centigrade</translation> |
418 | </message> | 412 | </message> |
419 | <message> | 413 | <message> |
420 | <location filename="config.h" line="35"/> | 414 | <location filename="config.h" line="35"/> |
421 | <source>화씨(℉)</source> | 415 | <source>화씨(℉)</source> |
422 | - <translation type="unfinished"></translation> | 416 | + <translation>Fahrenheit</translation> |
423 | </message> | 417 | </message> |
424 | <message> | 418 | <message> |
425 | <location filename="config.h" line="39"/> | 419 | <location filename="config.h" line="39"/> |
426 | <source>설정취소</source> | 420 | <source>설정취소</source> |
427 | - <translation type="unfinished"></translation> | 421 | + <oldsource>설정취소</oldsource> |
422 | + <translation type="unfinished">Cancel</translation> | ||
428 | </message> | 423 | </message> |
429 | <message> | 424 | <message> |
430 | <location filename="config.h" line="40"/> | 425 | <location filename="config.h" line="40"/> |
431 | <source>설정</source> | 426 | <source>설정</source> |
432 | - <translation type="unfinished"></translation> | 427 | + <oldsource>설정</oldsource> |
428 | + <translation type="unfinished">Setting</translation> | ||
433 | </message> | 429 | </message> |
434 | <message> | 430 | <message> |
435 | <location filename="config.h" line="63"/> | 431 | <location filename="config.h" line="63"/> |
436 | <source>비활성</source> | 432 | <source>비활성</source> |
437 | - <translation type="unfinished"></translation> | 433 | + <oldsource>비활성</oldsource> |
434 | + <translation type="unfinished">Disenable</translation> | ||
438 | </message> | 435 | </message> |
439 | <message> | 436 | <message> |
440 | <location filename="config.h" line="64"/> | 437 | <location filename="config.h" line="64"/> |
441 | <source>활성화</source> | 438 | <source>활성화</source> |
442 | - <translation type="unfinished"></translation> | 439 | + <oldsource>활성화</oldsource> |
440 | + <translation type="unfinished">Enable</translation> | ||
443 | </message> | 441 | </message> |
444 | <message> | 442 | <message> |
445 | <location filename="config.h" line="68"/> | 443 | <location filename="config.h" line="68"/> |
446 | <source>끄기</source> | 444 | <source>끄기</source> |
447 | - <translation type="unfinished"></translation> | 445 | + <oldsource>끄기</oldsource> |
446 | + <translation type="unfinished">Off</translation> | ||
448 | </message> | 447 | </message> |
449 | <message> | 448 | <message> |
450 | <location filename="config.h" line="69"/> | 449 | <location filename="config.h" line="69"/> |
451 | <source>켜기</source> | 450 | <source>켜기</source> |
452 | - <translation type="unfinished"></translation> | 451 | + <oldsource>켜기</oldsource> |
452 | + <translation type="unfinished">On</translation> | ||
453 | </message> | 453 | </message> |
454 | <message> | 454 | <message> |
455 | <location filename="config.h" line="94"/> | 455 | <location filename="config.h" line="94"/> |
456 | <source>모 델 명</source> | 456 | <source>모 델 명</source> |
457 | - <translation type="unfinished"></translation> | 457 | + <translation>Model Name</translation> |
458 | </message> | 458 | </message> |
459 | <message> | 459 | <message> |
460 | <location filename="config.h" line="95"/> | 460 | <location filename="config.h" line="95"/> |
461 | <source>제조일자</source> | 461 | <source>제조일자</source> |
462 | - <translation type="unfinished"></translation> | 462 | + <translation>Date of Manufacturing </translation> |
463 | </message> | 463 | </message> |
464 | <message> | 464 | <message> |
465 | <location filename="config.h" line="96"/> | 465 | <location filename="config.h" line="96"/> |
466 | <source>제조국</source> | 466 | <source>제조국</source> |
467 | - <translation type="unfinished"></translation> | 467 | + <translation>Country of Manufacturing</translation> |
468 | </message> | 468 | </message> |
469 | <message> | 469 | <message> |
470 | <location filename="config.h" line="97"/> | 470 | <location filename="config.h" line="97"/> |
471 | <source>제조사</source> | 471 | <source>제조사</source> |
472 | - <translation type="unfinished"></translation> | 472 | + <translation>Company of Manufacturing</translation> |
473 | </message> | 473 | </message> |
474 | <message> | 474 | <message> |
475 | <location filename="config.h" line="98"/> | 475 | <location filename="config.h" line="98"/> |
476 | <source>제품번호</source> | 476 | <source>제품번호</source> |
477 | - <translation type="unfinished"></translation> | 477 | + <translation>Model No</translation> |
478 | </message> | 478 | </message> |
479 | <message> | 479 | <message> |
480 | <location filename="config.h" line="99"/> | 480 | <location filename="config.h" line="99"/> |
481 | <source>소프트웨어 버전</source> | 481 | <source>소프트웨어 버전</source> |
482 | - <translation type="unfinished"></translation> | 482 | + <translation>Software Version</translation> |
483 | </message> | 483 | </message> |
484 | <message> | 484 | <message> |
485 | <location filename="config.h" line="100"/> | 485 | <location filename="config.h" line="100"/> |
486 | <source>현재모델</source> | 486 | <source>현재모델</source> |
487 | - <translation type="unfinished"></translation> | 487 | + <translation>Current model </translation> |
488 | </message> | 488 | </message> |
489 | <message> | 489 | <message> |
490 | <location filename="config.h" line="104"/> | 490 | <location filename="config.h" line="104"/> |
491 | <location filename="config.h" line="110"/> | 491 | <location filename="config.h" line="110"/> |
492 | <source>연 락 처</source> | 492 | <source>연 락 처</source> |
493 | - <translation type="unfinished"></translation> | 493 | + <translation>Contact</translation> |
494 | </message> | 494 | </message> |
495 | <message> | 495 | <message> |
496 | <location filename="config.h" line="105"/> | 496 | <location filename="config.h" line="105"/> |
497 | <source>이 름</source> | 497 | <source>이 름</source> |
498 | - <translation type="unfinished"></translation> | 498 | + <translation>Name</translation> |
499 | </message> | 499 | </message> |
500 | <message> | 500 | <message> |
501 | <location filename="config.h" line="106"/> | 501 | <location filename="config.h" line="106"/> |
502 | <location filename="config.h" line="111"/> | 502 | <location filename="config.h" line="111"/> |
503 | <source>위치정보</source> | 503 | <source>위치정보</source> |
504 | - <translation type="unfinished"></translation> | 504 | + <translation>Location</translation> |
505 | </message> | 505 | </message> |
506 | <message> | 506 | <message> |
507 | <location filename="config.h" line="327"/> | 507 | <location filename="config.h" line="327"/> |
508 | <source>%1 분</source> | 508 | <source>%1 분</source> |
509 | - <translation type="unfinished"></translation> | 509 | + <translation>%1 Min</translation> |
510 | </message> | 510 | </message> |
511 | <message> | 511 | <message> |
512 | <location filename="config.h" line="337"/> | 512 | <location filename="config.h" line="337"/> |
513 | <source>%1번</source> | 513 | <source>%1번</source> |
514 | - <translation type="unfinished"></translation> | 514 | + <translation>No.%1</translation> |
515 | </message> | 515 | </message> |
516 | <message> | 516 | <message> |
517 | <location filename="config.h" line="343"/> | 517 | <location filename="config.h" line="343"/> |
518 | <source>공장초기화</source> | 518 | <source>공장초기화</source> |
519 | - <translation type="unfinished"></translation> | 519 | + <translation>Factory Reset</translation> |
520 | </message> | 520 | </message> |
521 | <message> | 521 | <message> |
522 | <location filename="config.h" line="344"/> | 522 | <location filename="config.h" line="344"/> |
523 | <source>USB 삽입</source> | 523 | <source>USB 삽입</source> |
524 | - <translation type="unfinished"></translation> | 524 | + <translation>Insert USB</translation> |
525 | </message> | 525 | </message> |
526 | <message> | 526 | <message> |
527 | <location filename="config.h" line="349"/> | 527 | <location filename="config.h" line="349"/> |
528 | <source>초기화</source> | 528 | <source>초기화</source> |
529 | - <translation type="unfinished"></translation> | 529 | + <translation>Resetting</translation> |
530 | </message> | 530 | </message> |
531 | <message> | 531 | <message> |
532 | <location filename="config.h" line="360"/> | 532 | <location filename="config.h" line="360"/> |
533 | <location filename="config.h" line="361"/> | 533 | <location filename="config.h" line="361"/> |
534 | <source>%1단계</source> | 534 | <source>%1단계</source> |
535 | - <translation type="unfinished"></translation> | 535 | + <translation>Stage%1</translation> |
536 | </message> | 536 | </message> |
537 | <message> | 537 | <message> |
538 | <location filename="config.h" line="362"/> | 538 | <location filename="config.h" line="362"/> |
539 | <source>정보확인</source> | 539 | <source>정보확인</source> |
540 | - <translation type="unfinished"></translation> | 540 | + <translation>Information</translation> |
541 | </message> | 541 | </message> |
542 | <message> | 542 | <message> |
543 | <location filename="config.h" line="365"/> | 543 | <location filename="config.h" line="365"/> |
544 | <source>헹굼</source> | 544 | <source>헹굼</source> |
545 | - <translation type="unfinished"></translation> | 545 | + <translation>Rinsing</translation> |
546 | </message> | 546 | </message> |
547 | <message> | 547 | <message> |
548 | <location filename="config.h" line="367"/> | 548 | <location filename="config.h" line="367"/> |
549 | <source>엔지니어모드 진입</source> | 549 | <source>엔지니어모드 진입</source> |
550 | - <translation type="unfinished"></translation> | 550 | + <translation>Engineer Mode</translation> |
551 | </message> | 551 | </message> |
552 | <message> | 552 | <message> |
553 | <location filename="config.h" line="371"/> | 553 | <location filename="config.h" line="371"/> |
554 | <source>언어설정</source> | 554 | <source>언어설정</source> |
555 | - <translation type="unfinished"></translation> | 555 | + <translation>Language Setting</translation> |
556 | </message> | 556 | </message> |
557 | <message> | 557 | <message> |
558 | <location filename="config.h" line="372"/> | 558 | <location filename="config.h" line="372"/> |
559 | <source>날짜와 시간</source> | 559 | <source>날짜와 시간</source> |
560 | - <translation type="unfinished"></translation> | 560 | + <translation>Date and Time</translation> |
561 | </message> | 561 | </message> |
562 | <message> | 562 | <message> |
563 | <location filename="config.h" line="373"/> | 563 | <location filename="config.h" line="373"/> |
564 | <source>온도단위</source> | 564 | <source>온도단위</source> |
565 | - <translation type="unfinished"></translation> | 565 | + <translation>Temperature Unit</translation> |
566 | </message> | 566 | </message> |
567 | <message> | 567 | <message> |
568 | <location filename="config.h" line="374"/> | 568 | <location filename="config.h" line="374"/> |
569 | <source>화면밝기</source> | 569 | <source>화면밝기</source> |
570 | - <translation type="unfinished"></translation> | 570 | + <translation>Screen Brightness</translation> |
571 | </message> | 571 | </message> |
572 | <message> | 572 | <message> |
573 | <location filename="config.h" line="375"/> | 573 | <location filename="config.h" line="375"/> |
574 | <source>응축식 후드의 정지지연</source> | 574 | <source>응축식 후드의 정지지연</source> |
575 | - <translation type="unfinished"></translation> | 575 | + <translation>Stop Delay of Condensation Type Hood</translation> |
576 | </message> | 576 | </message> |
577 | <message> | 577 | <message> |
578 | <location filename="config.h" line="376"/> | 578 | <location filename="config.h" line="376"/> |
579 | <source>일품요리용 접시무게</source> | 579 | <source>일품요리용 접시무게</source> |
580 | - <translation type="unfinished"></translation> | 580 | + <translation>Weight of the dish for one-dish meal</translation> |
581 | </message> | 581 | </message> |
582 | <message> | 582 | <message> |
583 | <location filename="config.h" line="377"/> | 583 | <location filename="config.h" line="377"/> |
584 | <source>연회용 접시무게</source> | 584 | <source>연회용 접시무게</source> |
585 | - <translation type="unfinished"></translation> | 585 | + <translation>Weight of the dish for a banquet</translation> |
586 | </message> | 586 | </message> |
587 | <message> | 587 | <message> |
588 | <location filename="config.h" line="378"/> | 588 | <location filename="config.h" line="378"/> |
589 | <source>ILC 조리선반 개수</source> | 589 | <source>ILC 조리선반 개수</source> |
590 | - <translation type="unfinished"></translation> | 590 | + <translation>Number of ILC cooking rack</translation> |
591 | </message> | 591 | </message> |
592 | <message> | 592 | <message> |
593 | <location filename="config.h" line="379"/> | 593 | <location filename="config.h" line="379"/> |
594 | <source>ILC 조리선반 순서</source> | 594 | <source>ILC 조리선반 순서</source> |
595 | - <translation type="unfinished"></translation> | 595 | + <translation>Sequence of ILC cooking rack</translation> |
596 | </message> | 596 | </message> |
597 | <message> | 597 | <message> |
598 | <location filename="config.h" line="380"/> | 598 | <location filename="config.h" line="380"/> |
599 | <location filename="config.h" line="405"/> | 599 | <location filename="config.h" line="405"/> |
600 | <source>ILC 조리 온습도 대기시간</source> | 600 | <source>ILC 조리 온습도 대기시간</source> |
601 | - <translation type="unfinished"></translation> | 601 | + <translation>ILC cooking temperature and humidity standby time</translation> |
602 | </message> | 602 | </message> |
603 | <message> | 603 | <message> |
604 | <location filename="config.h" line="381"/> | 604 | <location filename="config.h" line="381"/> |
605 | <source>조리시간 포맷</source> | 605 | <source>조리시간 포맷</source> |
606 | - <translation type="unfinished"></translation> | 606 | + <translation>Cooking time format</translation> |
607 | </message> | 607 | </message> |
608 | <message> | 608 | <message> |
609 | <location filename="config.h" line="382"/> | 609 | <location filename="config.h" line="382"/> |
610 | <source>실시간 단위 설정</source> | 610 | <source>실시간 단위 설정</source> |
611 | - <translation type="unfinished"></translation> | 611 | + <translation>Real time unit setting</translation> |
612 | </message> | 612 | </message> |
613 | <message> | 613 | <message> |
614 | <location filename="config.h" line="383"/> | 614 | <location filename="config.h" line="383"/> |
615 | <source>잔여시간 시점변경설정</source> | 615 | <source>잔여시간 시점변경설정</source> |
616 | - <translation type="unfinished"></translation> | 616 | + <translation>Remaining time change setting</translation> |
617 | </message> | 617 | </message> |
618 | <message> | 618 | <message> |
619 | <location filename="config.h" line="384"/> | 619 | <location filename="config.h" line="384"/> |
620 | <source>마스터 볼륨</source> | 620 | <source>마스터 볼륨</source> |
621 | - <translation type="unfinished"></translation> | 621 | + <translation>Master Volume</translation> |
622 | </message> | 622 | </message> |
623 | <message> | 623 | <message> |
624 | <location filename="config.h" line="385"/> | 624 | <location filename="config.h" line="385"/> |
625 | <source>키패드 소리 - 1</source> | 625 | <source>키패드 소리 - 1</source> |
626 | - <translation type="unfinished"></translation> | 626 | + <translation>Keypad Sound - 1</translation> |
627 | </message> | 627 | </message> |
628 | <message> | 628 | <message> |
629 | <location filename="config.h" line="386"/> | 629 | <location filename="config.h" line="386"/> |
630 | <source>키패드 볼륨 </source> | 630 | <source>키패드 볼륨 </source> |
631 | - <translation type="unfinished"></translation> | 631 | + <translation>Keypad Volume</translation> |
632 | </message> | 632 | </message> |
633 | <message> | 633 | <message> |
634 | <location filename="config.h" line="387"/> | 634 | <location filename="config.h" line="387"/> |
635 | <source>적재/실행 요청</source> | 635 | <source>적재/실행 요청</source> |
636 | - <translation type="unfinished"></translation> | 636 | + <translation>Stacking/Execution Request</translation> |
637 | </message> | 637 | </message> |
638 | <message> | 638 | <message> |
639 | <location filename="config.h" line="388"/> | 639 | <location filename="config.h" line="388"/> |
640 | <source>프로그램 단계 종료</source> | 640 | <source>프로그램 단계 종료</source> |
641 | - <translation type="unfinished"></translation> | 641 | + <translation>Program Stage Finish</translation> |
642 | </message> | 642 | </message> |
643 | <message> | 643 | <message> |
644 | <location filename="config.h" line="389"/> | 644 | <location filename="config.h" line="389"/> |
645 | <source>조리시간 종료</source> | 645 | <source>조리시간 종료</source> |
646 | - <translation type="unfinished"></translation> | 646 | + <translation>Cooking Time Finish</translation> |
647 | </message> | 647 | </message> |
648 | <message> | 648 | <message> |
649 | <location filename="config.h" line="390"/> | 649 | <location filename="config.h" line="390"/> |
650 | <source>과정 중단/오류 식별</source> | 650 | <source>과정 중단/오류 식별</source> |
651 | - <translation type="unfinished"></translation> | 651 | + <translation>Process Stop/Error Identification</translation> |
652 | </message> | 652 | </message> |
653 | <message> | 653 | <message> |
654 | <location filename="config.h" line="391"/> | 654 | <location filename="config.h" line="391"/> |
655 | <source>음향설정 초기화</source> | 655 | <source>음향설정 초기화</source> |
656 | - <translation type="unfinished"></translation> | 656 | + <translation>Sound Setting Reset</translation> |
657 | </message> | 657 | </message> |
658 | <message> | 658 | <message> |
659 | <location filename="config.h" line="392"/> | 659 | <location filename="config.h" line="392"/> |
660 | <source>HACCP 데이터 다운로드</source> | 660 | <source>HACCP 데이터 다운로드</source> |
661 | - <translation type="unfinished"></translation> | 661 | + <translation>HACCP Data Download</translation> |
662 | </message> | 662 | </message> |
663 | <message> | 663 | <message> |
664 | <location filename="config.h" line="393"/> | 664 | <location filename="config.h" line="393"/> |
665 | <source>인포 데이터 다운로드</source> | 665 | <source>인포 데이터 다운로드</source> |
666 | - <translation type="unfinished"></translation> | 666 | + <translation>Info Data Download</translation> |
667 | </message> | 667 | </message> |
668 | <message> | 668 | <message> |
669 | <location filename="config.h" line="394"/> | 669 | <location filename="config.h" line="394"/> |
670 | <source>서비스 데이터 다운로드</source> | 670 | <source>서비스 데이터 다운로드</source> |
671 | - <translation type="unfinished"></translation> | 671 | + <translation>Service Data Download</translation> |
672 | </message> | 672 | </message> |
673 | <message> | 673 | <message> |
674 | <location filename="config.h" line="395"/> | 674 | <location filename="config.h" line="395"/> |
675 | <source>프로그램 다운로드</source> | 675 | <source>프로그램 다운로드</source> |
676 | - <translation type="unfinished"></translation> | 676 | + <translation>Program Download</translation> |
677 | </message> | 677 | </message> |
678 | <message> | 678 | <message> |
679 | <location filename="config.h" line="396"/> | 679 | <location filename="config.h" line="396"/> |
680 | <source>프로그램 업로드</source> | 680 | <source>프로그램 업로드</source> |
681 | - <translation type="unfinished"></translation> | 681 | + <translation>Program Upload</translation> |
682 | </message> | 682 | </message> |
683 | <message> | 683 | <message> |
684 | <location filename="config.h" line="397"/> | 684 | <location filename="config.h" line="397"/> |
685 | <source>모든 프로그램 삭제</source> | 685 | <source>모든 프로그램 삭제</source> |
686 | - <translation type="unfinished"></translation> | 686 | + <translation>Delete All Programs </translation> |
687 | </message> | 687 | </message> |
688 | <message> | 688 | <message> |
689 | <location filename="config.h" line="398"/> | 689 | <location filename="config.h" line="398"/> |
690 | <source>IP 주소</source> | 690 | <source>IP 주소</source> |
691 | - <translation type="unfinished"></translation> | 691 | + <translation>IP Address</translation> |
692 | </message> | 692 | </message> |
693 | <message> | 693 | <message> |
694 | <location filename="config.h" line="399"/> | 694 | <location filename="config.h" line="399"/> |
695 | <source>IP 게이트웨이</source> | 695 | <source>IP 게이트웨이</source> |
696 | - <translation type="unfinished"></translation> | 696 | + <translation>IP Gateway</translation> |
697 | </message> | 697 | </message> |
698 | <message> | 698 | <message> |
699 | <location filename="config.h" line="400"/> | 699 | <location filename="config.h" line="400"/> |
700 | <source>IP 넷마스크</source> | 700 | <source>IP 넷마스크</source> |
701 | - <translation type="unfinished"></translation> | 701 | + <translation>IP Netmask</translation> |
702 | </message> | 702 | </message> |
703 | <message> | 703 | <message> |
704 | <location filename="config.h" line="401"/> | 704 | <location filename="config.h" line="401"/> |
705 | <source>기본설정 다운로드</source> | 705 | <source>기본설정 다운로드</source> |
706 | - <translation type="unfinished"></translation> | 706 | + <translation>Basic Settings Download</translation> |
707 | </message> | 707 | </message> |
708 | <message> | 708 | <message> |
709 | <location filename="config.h" line="402"/> | 709 | <location filename="config.h" line="402"/> |
710 | <source>기본설정 업로드</source> | 710 | <source>기본설정 업로드</source> |
711 | - <translation type="unfinished"></translation> | 711 | + <translation>Basic Settings Upload</translation> |
712 | </message> | 712 | </message> |
713 | <message> | 713 | <message> |
714 | <location filename="config.h" line="403"/> | 714 | <location filename="config.h" line="403"/> |
715 | <source>하프에너지</source> | 715 | <source>하프에너지</source> |
716 | - <translation type="unfinished"></translation> | 716 | + <translation>Half Energy</translation> |
717 | </message> | 717 | </message> |
718 | <message> | 718 | <message> |
719 | <location filename="config.h" line="404"/> | 719 | <location filename="config.h" line="404"/> |
720 | <source>화면 밝기 자동 감소</source> | 720 | <source>화면 밝기 자동 감소</source> |
721 | - <translation type="unfinished"></translation> | 721 | + <translation>Auto Decrease Backlight</translation> |
722 | </message> | 722 | </message> |
723 | <message> | 723 | <message> |
724 | <location filename="config.h" line="406"/> | 724 | <location filename="config.h" line="406"/> |
725 | <source>적재중 대기 시간</source> | 725 | <source>적재중 대기 시간</source> |
726 | - <translation type="unfinished"></translation> | 726 | + <translation>Standby Time during Stacking</translation> |
727 | </message> | 727 | </message> |
728 | <message> | 728 | <message> |
729 | <location filename="config.h" line="407"/> | 729 | <location filename="config.h" line="407"/> |
730 | <source>의무 세척과정</source> | 730 | <source>의무 세척과정</source> |
731 | - <translation type="unfinished"></translation> | 731 | + <translation>Mandatory Cleaning Process</translation> |
732 | </message> | 732 | </message> |
733 | <message> | 733 | <message> |
734 | <location filename="config.h" line="408"/> | 734 | <location filename="config.h" line="408"/> |
735 | <source>적재 중 문열림 시간 모니터링</source> | 735 | <source>적재 중 문열림 시간 모니터링</source> |
736 | - <translation type="unfinished"></translation> | 736 | + <translation>Door monitoring during stacking </translation> |
737 | </message> | 737 | </message> |
738 | <message> | 738 | <message> |
739 | <location filename="config.h" line="409"/> | 739 | <location filename="config.h" line="409"/> |
740 | <source>조리 중 문열림 시간 모니터링</source> | 740 | <source>조리 중 문열림 시간 모니터링</source> |
741 | - <translation type="unfinished"></translation> | 741 | + <translation>Door monitoring during cooking</translation> |
742 | </message> | 742 | </message> |
743 | <message> | 743 | <message> |
744 | <location filename="config.h" line="410"/> | 744 | <location filename="config.h" line="410"/> |
745 | <source>제품유형/소프트웨어에 관한 정보</source> | 745 | <source>제품유형/소프트웨어에 관한 정보</source> |
746 | - <translation type="unfinished"></translation> | 746 | + <translation>Product type/Software information</translation> |
747 | </message> | 747 | </message> |
748 | <message> | 748 | <message> |
749 | <location filename="config.h" line="411"/> | 749 | <location filename="config.h" line="411"/> |
750 | <source>핫라인-쉐프</source> | 750 | <source>핫라인-쉐프</source> |
751 | - <translation type="unfinished"></translation> | 751 | + <translation>Hot Line - Chef </translation> |
752 | </message> | 752 | </message> |
753 | <message> | 753 | <message> |
754 | <location filename="config.h" line="412"/> | 754 | <location filename="config.h" line="412"/> |
755 | <source>핫라인-서비스</source> | 755 | <source>핫라인-서비스</source> |
756 | - <translation type="unfinished"></translation> | 756 | + <translation>Hot Line - Service</translation> |
757 | </message> | 757 | </message> |
758 | <message> | 758 | <message> |
759 | <location filename="config.h" line="413"/> | 759 | <location filename="config.h" line="413"/> |
760 | <source>증기 발생기 헹굼</source> | 760 | <source>증기 발생기 헹굼</source> |
761 | - <translation type="unfinished"></translation> | 761 | + <translation>Steam Generator Rinsing</translation> |
762 | </message> | 762 | </message> |
763 | <message> | 763 | <message> |
764 | <location filename="config.h" line="414"/> | 764 | <location filename="config.h" line="414"/> |
765 | <source>시연모드</source> | 765 | <source>시연모드</source> |
766 | - <translation type="unfinished"></translation> | 766 | + <translation>Demonstration Mode</translation> |
767 | </message> | 767 | </message> |
768 | <message> | 768 | <message> |
769 | <location filename="config.h" line="415"/> | 769 | <location filename="config.h" line="415"/> |
770 | <source>서비스단계(엔지니어모드)</source> | 770 | <source>서비스단계(엔지니어모드)</source> |
771 | - <translation type="unfinished"></translation> | 771 | + <translation>Service Mode (Engineer Mode)</translation> |
772 | </message> | 772 | </message> |
773 | </context> | 773 | </context> |
774 | <context> | 774 | <context> |
@@ -776,32 +776,32 @@ | @@ -776,32 +776,32 @@ | ||
776 | <message> | 776 | <message> |
777 | <location filename="config1digitsetandenablesetdlg.ui" line="89"/> | 777 | <location filename="config1digitsetandenablesetdlg.ui" line="89"/> |
778 | <source>단계 설정값 입력</source> | 778 | <source>단계 설정값 입력</source> |
779 | - <translation type="unfinished"></translation> | 779 | + <translation>Entering Stage Setting Value</translation> |
780 | </message> | 780 | </message> |
781 | <message> | 781 | <message> |
782 | <location filename="config1digitsetandenablesetdlg.ui" line="134"/> | 782 | <location filename="config1digitsetandenablesetdlg.ui" line="134"/> |
783 | <source>s</source> | 783 | <source>s</source> |
784 | - <translation type="unfinished"></translation> | 784 | + <translation>s</translation> |
785 | </message> | 785 | </message> |
786 | <message> | 786 | <message> |
787 | <location filename="config1digitsetandenablesetdlg.ui" line="204"/> | 787 | <location filename="config1digitsetandenablesetdlg.ui" line="204"/> |
788 | <source>(05 ~ 180 s 사이의 설정값 입력)</source> | 788 | <source>(05 ~ 180 s 사이의 설정값 입력)</source> |
789 | - <translation type="unfinished"></translation> | 789 | + <translation>(Entering Setting Value between 05~180s)</translation> |
790 | </message> | 790 | </message> |
791 | <message> | 791 | <message> |
792 | <location filename="config1digitsetandenablesetdlg.ui" line="240"/> | 792 | <location filename="config1digitsetandenablesetdlg.ui" line="240"/> |
793 | <source>취소</source> | 793 | <source>취소</source> |
794 | - <translation type="unfinished"></translation> | 794 | + <translation>Cancel</translation> |
795 | </message> | 795 | </message> |
796 | <message> | 796 | <message> |
797 | <location filename="config1digitsetandenablesetdlg.ui" line="263"/> | 797 | <location filename="config1digitsetandenablesetdlg.ui" line="263"/> |
798 | <source>확인</source> | 798 | <source>확인</source> |
799 | - <translation type="unfinished"></translation> | 799 | + <translation>Confirm</translation> |
800 | </message> | 800 | </message> |
801 | <message> | 801 | <message> |
802 | <location filename="config1digitsetandenablesetdlg.ui" line="286"/> | 802 | <location filename="config1digitsetandenablesetdlg.ui" line="286"/> |
803 | <source>비활성</source> | 803 | <source>비활성</source> |
804 | - <translation type="unfinished"></translation> | 804 | + <translation>Disenable</translation> |
805 | </message> | 805 | </message> |
806 | </context> | 806 | </context> |
807 | <context> | 807 | <context> |
@@ -809,27 +809,27 @@ | @@ -809,27 +809,27 @@ | ||
809 | <message> | 809 | <message> |
810 | <location filename="config1digitsetdlg.ui" line="89"/> | 810 | <location filename="config1digitsetdlg.ui" line="89"/> |
811 | <source>TITLE</source> | 811 | <source>TITLE</source> |
812 | - <translation type="unfinished"></translation> | 812 | + <translation>Disenable</translation> |
813 | </message> | 813 | </message> |
814 | <message> | 814 | <message> |
815 | <location filename="config1digitsetdlg.ui" line="134"/> | 815 | <location filename="config1digitsetdlg.ui" line="134"/> |
816 | <source>min</source> | 816 | <source>min</source> |
817 | - <translation type="unfinished"></translation> | 817 | + <translation>min</translation> |
818 | </message> | 818 | </message> |
819 | <message> | 819 | <message> |
820 | <location filename="config1digitsetdlg.ui" line="204"/> | 820 | <location filename="config1digitsetdlg.ui" line="204"/> |
821 | <source>(01 ~ 30 min)</source> | 821 | <source>(01 ~ 30 min)</source> |
822 | - <translation type="unfinished"></translation> | 822 | + <translation>(01~30 min)</translation> |
823 | </message> | 823 | </message> |
824 | <message> | 824 | <message> |
825 | <location filename="config1digitsetdlg.ui" line="240"/> | 825 | <location filename="config1digitsetdlg.ui" line="240"/> |
826 | <source>취소</source> | 826 | <source>취소</source> |
827 | - <translation type="unfinished"></translation> | 827 | + <translation>Cancel</translation> |
828 | </message> | 828 | </message> |
829 | <message> | 829 | <message> |
830 | <location filename="config1digitsetdlg.ui" line="263"/> | 830 | <location filename="config1digitsetdlg.ui" line="263"/> |
831 | <source>확인</source> | 831 | <source>확인</source> |
832 | - <translation type="unfinished"></translation> | 832 | + <translation>Confirm</translation> |
833 | </message> | 833 | </message> |
834 | </context> | 834 | </context> |
835 | <context> | 835 | <context> |
@@ -837,17 +837,17 @@ | @@ -837,17 +837,17 @@ | ||
837 | <message> | 837 | <message> |
838 | <location filename="configbacklightdlg.ui" line="74"/> | 838 | <location filename="configbacklightdlg.ui" line="74"/> |
839 | <source>화면밝기</source> | 839 | <source>화면밝기</source> |
840 | - <translation type="unfinished"></translation> | 840 | + <translation>Screen Brightness</translation> |
841 | </message> | 841 | </message> |
842 | <message> | 842 | <message> |
843 | <location filename="configbacklightdlg.ui" line="197"/> | 843 | <location filename="configbacklightdlg.ui" line="197"/> |
844 | <source>취소</source> | 844 | <source>취소</source> |
845 | - <translation type="unfinished"></translation> | 845 | + <translation>Cancel</translation> |
846 | </message> | 846 | </message> |
847 | <message> | 847 | <message> |
848 | <location filename="configbacklightdlg.ui" line="232"/> | 848 | <location filename="configbacklightdlg.ui" line="232"/> |
849 | <source>확인</source> | 849 | <source>확인</source> |
850 | - <translation type="unfinished"></translation> | 850 | + <translation>Confirm</translation> |
851 | </message> | 851 | </message> |
852 | </context> | 852 | </context> |
853 | <context> | 853 | <context> |
@@ -855,42 +855,42 @@ | @@ -855,42 +855,42 @@ | ||
855 | <message> | 855 | <message> |
856 | <location filename="configdatetimedlg.ui" line="89"/> | 856 | <location filename="configdatetimedlg.ui" line="89"/> |
857 | <source>날짜와 시간</source> | 857 | <source>날짜와 시간</source> |
858 | - <translation type="unfinished"></translation> | 858 | + <translation>Date and Time</translation> |
859 | </message> | 859 | </message> |
860 | <message> | 860 | <message> |
861 | <location filename="configdatetimedlg.ui" line="166"/> | 861 | <location filename="configdatetimedlg.ui" line="166"/> |
862 | <source>년</source> | 862 | <source>년</source> |
863 | - <translation type="unfinished"></translation> | 863 | + <translation>Y</translation> |
864 | </message> | 864 | </message> |
865 | <message> | 865 | <message> |
866 | <location filename="configdatetimedlg.ui" line="219"/> | 866 | <location filename="configdatetimedlg.ui" line="219"/> |
867 | <source>월</source> | 867 | <source>월</source> |
868 | - <translation type="unfinished"></translation> | 868 | + <translation>M</translation> |
869 | </message> | 869 | </message> |
870 | <message> | 870 | <message> |
871 | <location filename="configdatetimedlg.ui" line="272"/> | 871 | <location filename="configdatetimedlg.ui" line="272"/> |
872 | <source>일</source> | 872 | <source>일</source> |
873 | - <translation type="unfinished"></translation> | 873 | + <translation>D </translation> |
874 | </message> | 874 | </message> |
875 | <message> | 875 | <message> |
876 | <location filename="configdatetimedlg.ui" line="325"/> | 876 | <location filename="configdatetimedlg.ui" line="325"/> |
877 | <source>시</source> | 877 | <source>시</source> |
878 | - <translation type="unfinished"></translation> | 878 | + <translation>H</translation> |
879 | </message> | 879 | </message> |
880 | <message> | 880 | <message> |
881 | <location filename="configdatetimedlg.ui" line="394"/> | 881 | <location filename="configdatetimedlg.ui" line="394"/> |
882 | <source>분</source> | 882 | <source>분</source> |
883 | - <translation type="unfinished"></translation> | 883 | + <translation>M</translation> |
884 | </message> | 884 | </message> |
885 | <message> | 885 | <message> |
886 | <location filename="configdatetimedlg.ui" line="427"/> | 886 | <location filename="configdatetimedlg.ui" line="427"/> |
887 | <source>취소</source> | 887 | <source>취소</source> |
888 | - <translation type="unfinished"></translation> | 888 | + <translation>Cancel</translation> |
889 | </message> | 889 | </message> |
890 | <message> | 890 | <message> |
891 | <location filename="configdatetimedlg.ui" line="450"/> | 891 | <location filename="configdatetimedlg.ui" line="450"/> |
892 | <source>확인</source> | 892 | <source>확인</source> |
893 | - <translation type="unfinished"></translation> | 893 | + <translation>Confirm</translation> |
894 | </message> | 894 | </message> |
895 | </context> | 895 | </context> |
896 | <context> | 896 | <context> |
@@ -898,23 +898,23 @@ | @@ -898,23 +898,23 @@ | ||
898 | <message> | 898 | <message> |
899 | <location filename="configdemomodedlg.ui" line="72"/> | 899 | <location filename="configdemomodedlg.ui" line="72"/> |
900 | <source>시연모드</source> | 900 | <source>시연모드</source> |
901 | - <translation type="unfinished"></translation> | 901 | + <translation>Demonstration Mode</translation> |
902 | </message> | 902 | </message> |
903 | <message> | 903 | <message> |
904 | <location filename="configdemomodedlg.ui" line="103"/> | 904 | <location filename="configdemomodedlg.ui" line="103"/> |
905 | <location filename="configdemomodedlg.ui" line="141"/> | 905 | <location filename="configdemomodedlg.ui" line="141"/> |
906 | <source>PushButton</source> | 906 | <source>PushButton</source> |
907 | - <translation type="unfinished"></translation> | 907 | + <translation>PushButton</translation> |
908 | </message> | 908 | </message> |
909 | <message> | 909 | <message> |
910 | <location filename="configdemomodedlg.ui" line="183"/> | 910 | <location filename="configdemomodedlg.ui" line="183"/> |
911 | <source>취소</source> | 911 | <source>취소</source> |
912 | - <translation type="unfinished"></translation> | 912 | + <translation>Cancel</translation> |
913 | </message> | 913 | </message> |
914 | <message> | 914 | <message> |
915 | <location filename="configdemomodedlg.ui" line="208"/> | 915 | <location filename="configdemomodedlg.ui" line="208"/> |
916 | <source>확인</source> | 916 | <source>확인</source> |
917 | - <translation type="unfinished"></translation> | 917 | + <translation>Confirm</translation> |
918 | </message> | 918 | </message> |
919 | </context> | 919 | </context> |
920 | <context> | 920 | <context> |
@@ -922,65 +922,76 @@ | @@ -922,65 +922,76 @@ | ||
922 | <message> | 922 | <message> |
923 | <location filename="configdoormonitoring.ui" line="77"/> | 923 | <location filename="configdoormonitoring.ui" line="77"/> |
924 | <source>전문가 설정 > 적재 중 문열림 시간 모니터</source> | 924 | <source>전문가 설정 > 적재 중 문열림 시간 모니터</source> |
925 | - <translation type="unfinished"></translation> | 925 | + <translation>Expert Setting > Monitoring of door open time during stacking </translation> |
926 | + </message> | ||
927 | + <message> | ||
928 | + <source>문을 닫고 다이얼을 사용하여 경고가 | ||
929 | + 울리거나 꺼질 때까지 시간</source> | ||
930 | + <translation type="vanished">Time from closing the door and | ||
931 | +using the dial to alarm sounding or alarm off</translation> | ||
926 | </message> | 932 | </message> |
927 | <message> | 933 | <message> |
928 | - <location filename="configdoormonitoring.ui" line="184"/> | ||
929 | - <location filename="configdoormonitoring.ui" line="229"/> | ||
930 | - <location filename="configdoormonitoring.ui" line="339"/> | 934 | + <location filename="configdoormonitoring.ui" line="190"/> |
935 | + <location filename="configdoormonitoring.ui" line="241"/> | ||
931 | <source>문을 닫고 다이얼을 사용하여 경고가 | 936 | <source>문을 닫고 다이얼을 사용하여 경고가 |
932 | 울리거나 꺼질 때까지 시간</source> | 937 | 울리거나 꺼질 때까지 시간</source> |
933 | <translation type="unfinished"></translation> | 938 | <translation type="unfinished"></translation> |
934 | </message> | 939 | </message> |
935 | <message> | 940 | <message> |
936 | - <location filename="configdoormonitoring.ui" line="198"/> | 941 | + <location filename="configdoormonitoring.ui" line="204"/> |
937 | <source>1단계</source> | 942 | <source>1단계</source> |
938 | - <translation type="unfinished"></translation> | 943 | + <translation>Stage 1</translation> |
939 | </message> | 944 | </message> |
940 | <message> | 945 | <message> |
941 | - <location filename="configdoormonitoring.ui" line="213"/> | 946 | + <location filename="configdoormonitoring.ui" line="219"/> |
942 | <source>항목</source> | 947 | <source>항목</source> |
943 | - <translation type="unfinished"></translation> | 948 | + <translation>Item</translation> |
944 | </message> | 949 | </message> |
945 | <message> | 950 | <message> |
946 | - <location filename="configdoormonitoring.ui" line="242"/> | 951 | + <location filename="configdoormonitoring.ui" line="254"/> |
947 | <source>구분</source> | 952 | <source>구분</source> |
948 | - <translation type="unfinished"></translation> | 953 | + <translation>180s</translation> |
949 | </message> | 954 | </message> |
950 | <message> | 955 | <message> |
951 | - <location filename="configdoormonitoring.ui" line="258"/> | ||
952 | - <location filename="configdoormonitoring.ui" line="292"/> | ||
953 | - <location filename="configdoormonitoring.ui" line="370"/> | 956 | + <location filename="configdoormonitoring.ui" line="270"/> |
957 | + <location filename="configdoormonitoring.ui" line="304"/> | ||
958 | + <location filename="configdoormonitoring.ui" line="387"/> | ||
954 | <source>180 s</source> | 959 | <source>180 s</source> |
955 | - <translation type="unfinished"></translation> | 960 | + <translation>180s</translation> |
956 | </message> | 961 | </message> |
957 | <message> | 962 | <message> |
958 | - <location filename="configdoormonitoring.ui" line="279"/> | ||
959 | - <location filename="configdoormonitoring.ui" line="358"/> | ||
960 | - <location filename="configdoormonitoring.ui" line="391"/> | ||
961 | - <location filename="configdoormonitoring.ui" line="439"/> | 963 | + <location filename="configdoormonitoring.ui" line="291"/> |
964 | + <location filename="configdoormonitoring.ui" line="375"/> | ||
965 | + <location filename="configdoormonitoring.ui" line="408"/> | ||
966 | + <location filename="configdoormonitoring.ui" line="456"/> | ||
962 | <source>설정</source> | 967 | <source>설정</source> |
963 | - <translation type="unfinished"></translation> | 968 | + <translation>Setting</translation> |
964 | </message> | 969 | </message> |
965 | <message> | 970 | <message> |
966 | - <location filename="configdoormonitoring.ui" line="307"/> | 971 | + <location filename="configdoormonitoring.ui" line="319"/> |
967 | <source>설정값</source> | 972 | <source>설정값</source> |
968 | - <translation type="unfinished"></translation> | 973 | + <translation>Setting |
974 | +Value</translation> | ||
969 | </message> | 975 | </message> |
970 | <message> | 976 | <message> |
971 | - <location filename="configdoormonitoring.ui" line="323"/> | 977 | + <location filename="configdoormonitoring.ui" line="335"/> |
972 | <source>3단계</source> | 978 | <source>3단계</source> |
973 | - <translation type="unfinished"></translation> | 979 | + <translation>Stage 3</translation> |
980 | + </message> | ||
981 | + <message> | ||
982 | + <location filename="configdoormonitoring.ui" line="357"/> | ||
983 | + <source>문을 닫고 다이얼을 사용하여 경고가 <BR> 울리거나 꺼질 때까지 시간</source> | ||
984 | + <translation type="unfinished">Time from closing the door and using<BR>the dial to alarm sounding or alarm off</translation> | ||
974 | </message> | 985 | </message> |
975 | <message> | 986 | <message> |
976 | - <location filename="configdoormonitoring.ui" line="467"/> | 987 | + <location filename="configdoormonitoring.ui" line="484"/> |
977 | <source>2단계</source> | 988 | <source>2단계</source> |
978 | - <translation type="unfinished"></translation> | 989 | + <translation>Stage 2</translation> |
979 | </message> | 990 | </message> |
980 | <message> | 991 | <message> |
981 | <location filename="configdoormonitoring.cpp" line="18"/> | 992 | <location filename="configdoormonitoring.cpp" line="18"/> |
982 | <source>전문가설정 > 조리중 문열림 시간 모니터링</source> | 993 | <source>전문가설정 > 조리중 문열림 시간 모니터링</source> |
983 | - <translation type="unfinished"></translation> | 994 | + <translation>Expert Setting > Monitoring of door open time during cooking </translation> |
984 | </message> | 995 | </message> |
985 | </context> | 996 | </context> |
986 | <context> | 997 | <context> |
@@ -988,23 +999,23 @@ | @@ -988,23 +999,23 @@ | ||
988 | <message> | 999 | <message> |
989 | <location filename="configdutywashdlg.ui" line="72"/> | 1000 | <location filename="configdutywashdlg.ui" line="72"/> |
990 | <source>의무 세척 과정</source> | 1001 | <source>의무 세척 과정</source> |
991 | - <translation type="unfinished"></translation> | 1002 | + <translation>Mandatory Cleaning Process</translation> |
992 | </message> | 1003 | </message> |
993 | <message> | 1004 | <message> |
994 | <location filename="configdutywashdlg.ui" line="103"/> | 1005 | <location filename="configdutywashdlg.ui" line="103"/> |
995 | <location filename="configdutywashdlg.ui" line="141"/> | 1006 | <location filename="configdutywashdlg.ui" line="141"/> |
996 | <source>PushButton</source> | 1007 | <source>PushButton</source> |
997 | - <translation type="unfinished"></translation> | 1008 | + <translation>PushButton</translation> |
998 | </message> | 1009 | </message> |
999 | <message> | 1010 | <message> |
1000 | <location filename="configdutywashdlg.ui" line="183"/> | 1011 | <location filename="configdutywashdlg.ui" line="183"/> |
1001 | <source>취소</source> | 1012 | <source>취소</source> |
1002 | - <translation type="unfinished"></translation> | 1013 | + <translation>Cancel</translation> |
1003 | </message> | 1014 | </message> |
1004 | <message> | 1015 | <message> |
1005 | <location filename="configdutywashdlg.ui" line="208"/> | 1016 | <location filename="configdutywashdlg.ui" line="208"/> |
1006 | <source>확인</source> | 1017 | <source>확인</source> |
1007 | - <translation type="unfinished"></translation> | 1018 | + <translation>Confirm</translation> |
1008 | </message> | 1019 | </message> |
1009 | </context> | 1020 | </context> |
1010 | <context> | 1021 | <context> |
@@ -1012,7 +1023,7 @@ | @@ -1012,7 +1023,7 @@ | ||
1012 | <message> | 1023 | <message> |
1013 | <location filename="configfavoritebutton.ui" line="76"/> | 1024 | <location filename="configfavoritebutton.ui" line="76"/> |
1014 | <source>test</source> | 1025 | <source>test</source> |
1015 | - <translation type="unfinished"></translation> | 1026 | + <translation>test</translation> |
1016 | </message> | 1027 | </message> |
1017 | </context> | 1028 | </context> |
1018 | <context> | 1029 | <context> |
@@ -1020,7 +1031,7 @@ | @@ -1020,7 +1031,7 @@ | ||
1020 | <message> | 1031 | <message> |
1021 | <location filename="configfileprocessdlg.ui" line="119"/> | 1032 | <location filename="configfileprocessdlg.ui" line="119"/> |
1022 | <source>서비스 데이터 다운로드</source> | 1033 | <source>서비스 데이터 다운로드</source> |
1023 | - <translation type="unfinished"></translation> | 1034 | + <translation>Service Data Download</translation> |
1024 | </message> | 1035 | </message> |
1025 | </context> | 1036 | </context> |
1026 | <context> | 1037 | <context> |
@@ -1028,23 +1039,23 @@ | @@ -1028,23 +1039,23 @@ | ||
1028 | <message> | 1039 | <message> |
1029 | <location filename="confighalfenergydlg.ui" line="72"/> | 1040 | <location filename="confighalfenergydlg.ui" line="72"/> |
1030 | <source>하프에너지</source> | 1041 | <source>하프에너지</source> |
1031 | - <translation type="unfinished"></translation> | 1042 | + <translation>Half Energy</translation> |
1032 | </message> | 1043 | </message> |
1033 | <message> | 1044 | <message> |
1034 | <location filename="confighalfenergydlg.ui" line="103"/> | 1045 | <location filename="confighalfenergydlg.ui" line="103"/> |
1035 | <location filename="confighalfenergydlg.ui" line="141"/> | 1046 | <location filename="confighalfenergydlg.ui" line="141"/> |
1036 | <source>PushButton</source> | 1047 | <source>PushButton</source> |
1037 | - <translation type="unfinished"></translation> | 1048 | + <translation>PushButton</translation> |
1038 | </message> | 1049 | </message> |
1039 | <message> | 1050 | <message> |
1040 | <location filename="confighalfenergydlg.ui" line="183"/> | 1051 | <location filename="confighalfenergydlg.ui" line="183"/> |
1041 | <source>취소</source> | 1052 | <source>취소</source> |
1042 | - <translation type="unfinished"></translation> | 1053 | + <translation>Cancel</translation> |
1043 | </message> | 1054 | </message> |
1044 | <message> | 1055 | <message> |
1045 | <location filename="confighalfenergydlg.ui" line="208"/> | 1056 | <location filename="confighalfenergydlg.ui" line="208"/> |
1046 | <source>확인</source> | 1057 | <source>확인</source> |
1047 | - <translation type="unfinished"></translation> | 1058 | + <translation>Confirm</translation> |
1048 | </message> | 1059 | </message> |
1049 | </context> | 1060 | </context> |
1050 | <context> | 1061 | <context> |
@@ -1052,124 +1063,126 @@ | @@ -1052,124 +1063,126 @@ | ||
1052 | <message> | 1063 | <message> |
1053 | <location filename="configinfodlg.ui" line="92"/> | 1064 | <location filename="configinfodlg.ui" line="92"/> |
1054 | <source>TITLE</source> | 1065 | <source>TITLE</source> |
1055 | - <translation type="unfinished"></translation> | 1066 | + <translation>TITLE</translation> |
1056 | </message> | 1067 | </message> |
1057 | <message> | 1068 | <message> |
1058 | <location filename="configinfodlg.ui" line="144"/> | 1069 | <location filename="configinfodlg.ui" line="144"/> |
1059 | <source>확인</source> | 1070 | <source>확인</source> |
1060 | - <translation type="unfinished"></translation> | 1071 | + <translation>Confirm |
1072 | + | ||
1073 | +Confirm</translation> | ||
1061 | </message> | 1074 | </message> |
1062 | <message> | 1075 | <message> |
1063 | <location filename="configinfodlg.cpp" line="12"/> | 1076 | <location filename="configinfodlg.cpp" line="12"/> |
1064 | <source>전기식 10단</source> | 1077 | <source>전기식 10단</source> |
1065 | - <translation type="unfinished"></translation> | 1078 | + <translation>Electric Type 10 Stages</translation> |
1066 | </message> | 1079 | </message> |
1067 | <message> | 1080 | <message> |
1068 | <location filename="configinfodlg.cpp" line="13"/> | 1081 | <location filename="configinfodlg.cpp" line="13"/> |
1069 | <source>전기식 20단</source> | 1082 | <source>전기식 20단</source> |
1070 | - <translation type="unfinished"></translation> | 1083 | + <translation>Electric Type 20 Stages</translation> |
1071 | </message> | 1084 | </message> |
1072 | <message> | 1085 | <message> |
1073 | <location filename="configinfodlg.cpp" line="14"/> | 1086 | <location filename="configinfodlg.cpp" line="14"/> |
1074 | <source>전기식 24단</source> | 1087 | <source>전기식 24단</source> |
1075 | - <translation type="unfinished"></translation> | 1088 | + <translation>Electric Type 24 Stages</translation> |
1076 | </message> | 1089 | </message> |
1077 | <message> | 1090 | <message> |
1078 | <location filename="configinfodlg.cpp" line="15"/> | 1091 | <location filename="configinfodlg.cpp" line="15"/> |
1079 | <source>전기식 40단</source> | 1092 | <source>전기식 40단</source> |
1080 | - <translation type="unfinished"></translation> | 1093 | + <translation>Electric Type 40 Stages</translation> |
1081 | </message> | 1094 | </message> |
1082 | <message> | 1095 | <message> |
1083 | <location filename="configinfodlg.cpp" line="16"/> | 1096 | <location filename="configinfodlg.cpp" line="16"/> |
1084 | <source>가스식 10단 LPG</source> | 1097 | <source>가스식 10단 LPG</source> |
1085 | - <translation type="unfinished"></translation> | 1098 | + <translation>Gas Type 10 Stages lpg</translation> |
1086 | </message> | 1099 | </message> |
1087 | <message> | 1100 | <message> |
1088 | <location filename="configinfodlg.cpp" line="17"/> | 1101 | <location filename="configinfodlg.cpp" line="17"/> |
1089 | <source>가스식 20단 LPG</source> | 1102 | <source>가스식 20단 LPG</source> |
1090 | - <translation type="unfinished"></translation> | 1103 | + <translation>Gas Type 20 Stages lpg</translation> |
1091 | </message> | 1104 | </message> |
1092 | <message> | 1105 | <message> |
1093 | <location filename="configinfodlg.cpp" line="18"/> | 1106 | <location filename="configinfodlg.cpp" line="18"/> |
1094 | <source>가스식 24단 LPG</source> | 1107 | <source>가스식 24단 LPG</source> |
1095 | - <translation type="unfinished"></translation> | 1108 | + <translation>Gas Type 24 Stages lpg</translation> |
1096 | </message> | 1109 | </message> |
1097 | <message> | 1110 | <message> |
1098 | <location filename="configinfodlg.cpp" line="19"/> | 1111 | <location filename="configinfodlg.cpp" line="19"/> |
1099 | <source>가스식 40단 LPG</source> | 1112 | <source>가스식 40단 LPG</source> |
1100 | - <translation type="unfinished"></translation> | 1113 | + <translation>Gas Type 40 Stages lpg</translation> |
1101 | </message> | 1114 | </message> |
1102 | <message> | 1115 | <message> |
1103 | <location filename="configinfodlg.cpp" line="20"/> | 1116 | <location filename="configinfodlg.cpp" line="20"/> |
1104 | <source>가스식 10단 LNG</source> | 1117 | <source>가스식 10단 LNG</source> |
1105 | - <translation type="unfinished"></translation> | 1118 | + <translation>Gas Type 10 Stages lpg</translation> |
1106 | </message> | 1119 | </message> |
1107 | <message> | 1120 | <message> |
1108 | <location filename="configinfodlg.cpp" line="21"/> | 1121 | <location filename="configinfodlg.cpp" line="21"/> |
1109 | <source>가스식 20단 LNG</source> | 1122 | <source>가스식 20단 LNG</source> |
1110 | - <translation type="unfinished"></translation> | 1123 | + <translation>Gas Type 20 Stages lpg</translation> |
1111 | </message> | 1124 | </message> |
1112 | <message> | 1125 | <message> |
1113 | <location filename="configinfodlg.cpp" line="22"/> | 1126 | <location filename="configinfodlg.cpp" line="22"/> |
1114 | <source>가스식 24단 LNG</source> | 1127 | <source>가스식 24단 LNG</source> |
1115 | - <translation type="unfinished"></translation> | 1128 | + <translation>Gas Type 24 Stages lpg</translation> |
1116 | </message> | 1129 | </message> |
1117 | <message> | 1130 | <message> |
1118 | <location filename="configinfodlg.cpp" line="23"/> | 1131 | <location filename="configinfodlg.cpp" line="23"/> |
1119 | <source>가스식 40단 LNG</source> | 1132 | <source>가스식 40단 LNG</source> |
1120 | - <translation type="unfinished"></translation> | 1133 | + <translation>Gas Type 40 Stages lpg</translation> |
1121 | </message> | 1134 | </message> |
1122 | <message> | 1135 | <message> |
1123 | <location filename="configinfodlg.cpp" line="100"/> | 1136 | <location filename="configinfodlg.cpp" line="100"/> |
1124 | <source>모 델 명</source> | 1137 | <source>모 델 명</source> |
1125 | - <translation type="unfinished"></translation> | 1138 | + <translation>Model Name</translation> |
1126 | </message> | 1139 | </message> |
1127 | <message> | 1140 | <message> |
1128 | <location filename="configinfodlg.cpp" line="101"/> | 1141 | <location filename="configinfodlg.cpp" line="101"/> |
1129 | <source>제조일자</source> | 1142 | <source>제조일자</source> |
1130 | - <translation type="unfinished"></translation> | 1143 | + <translation>Date of Manufacturing </translation> |
1131 | </message> | 1144 | </message> |
1132 | <message> | 1145 | <message> |
1133 | <location filename="configinfodlg.cpp" line="102"/> | 1146 | <location filename="configinfodlg.cpp" line="102"/> |
1134 | <source>제조국</source> | 1147 | <source>제조국</source> |
1135 | - <translation type="unfinished"></translation> | 1148 | + <translation>Manufacturing Contry</translation> |
1136 | </message> | 1149 | </message> |
1137 | <message> | 1150 | <message> |
1138 | <location filename="configinfodlg.cpp" line="103"/> | 1151 | <location filename="configinfodlg.cpp" line="103"/> |
1139 | <source>제조사</source> | 1152 | <source>제조사</source> |
1140 | - <translation type="unfinished"></translation> | 1153 | + <translation>Manufacturing Company</translation> |
1141 | </message> | 1154 | </message> |
1142 | <message> | 1155 | <message> |
1143 | <location filename="configinfodlg.cpp" line="104"/> | 1156 | <location filename="configinfodlg.cpp" line="104"/> |
1144 | <source>제품번호</source> | 1157 | <source>제품번호</source> |
1145 | - <translation type="unfinished"></translation> | 1158 | + <translation>Product Serial</translation> |
1146 | </message> | 1159 | </message> |
1147 | <message> | 1160 | <message> |
1148 | <location filename="configinfodlg.cpp" line="105"/> | 1161 | <location filename="configinfodlg.cpp" line="105"/> |
1149 | <source>소프트웨어 버전</source> | 1162 | <source>소프트웨어 버전</source> |
1150 | - <translation type="unfinished"></translation> | 1163 | + <translation>Software Version</translation> |
1151 | </message> | 1164 | </message> |
1152 | <message> | 1165 | <message> |
1153 | <location filename="configinfodlg.cpp" line="107"/> | 1166 | <location filename="configinfodlg.cpp" line="107"/> |
1154 | <source>현재모델</source> | 1167 | <source>현재모델</source> |
1155 | - <translation type="unfinished"></translation> | 1168 | + <translation>Current Model</translation> |
1156 | </message> | 1169 | </message> |
1157 | <message> | 1170 | <message> |
1158 | <location filename="configinfodlg.cpp" line="129"/> | 1171 | <location filename="configinfodlg.cpp" line="129"/> |
1159 | <location filename="configinfodlg.cpp" line="152"/> | 1172 | <location filename="configinfodlg.cpp" line="152"/> |
1160 | <source>연 락 처</source> | 1173 | <source>연 락 처</source> |
1161 | - <translation type="unfinished"></translation> | 1174 | + <translation>Contact Information</translation> |
1162 | </message> | 1175 | </message> |
1163 | <message> | 1176 | <message> |
1164 | <location filename="configinfodlg.cpp" line="130"/> | 1177 | <location filename="configinfodlg.cpp" line="130"/> |
1165 | <source>이 름</source> | 1178 | <source>이 름</source> |
1166 | - <translation type="unfinished"></translation> | 1179 | + <translation>Name</translation> |
1167 | </message> | 1180 | </message> |
1168 | <message> | 1181 | <message> |
1169 | <location filename="configinfodlg.cpp" line="131"/> | 1182 | <location filename="configinfodlg.cpp" line="131"/> |
1170 | <location filename="configinfodlg.cpp" line="153"/> | 1183 | <location filename="configinfodlg.cpp" line="153"/> |
1171 | <source>위치정보</source> | 1184 | <source>위치정보</source> |
1172 | - <translation type="unfinished"></translation> | 1185 | + <translation>Location Information</translation> |
1173 | </message> | 1186 | </message> |
1174 | </context> | 1187 | </context> |
1175 | <context> | 1188 | <context> |
@@ -1178,7 +1191,7 @@ | @@ -1178,7 +1191,7 @@ | ||
1178 | <location filename="configipdlg.ui" line="98"/> | 1191 | <location filename="configipdlg.ui" line="98"/> |
1179 | <location filename="configipdlg.ui" line="236"/> | 1192 | <location filename="configipdlg.ui" line="236"/> |
1180 | <source>IP 주소</source> | 1193 | <source>IP 주소</source> |
1181 | - <translation type="unfinished"></translation> | 1194 | + <translation>IP Address</translation> |
1182 | </message> | 1195 | </message> |
1183 | <message> | 1196 | <message> |
1184 | <location filename="configipdlg.ui" line="189"/> | 1197 | <location filename="configipdlg.ui" line="189"/> |
@@ -1191,27 +1204,27 @@ | @@ -1191,27 +1204,27 @@ | ||
1191 | <location filename="configipdlg.ui" line="427"/> | 1204 | <location filename="configipdlg.ui" line="427"/> |
1192 | <location filename="configipdlg.ui" line="514"/> | 1205 | <location filename="configipdlg.ui" line="514"/> |
1193 | <source>.</source> | 1206 | <source>.</source> |
1194 | - <translation type="unfinished"></translation> | 1207 | + <translation>.</translation> |
1195 | </message> | 1208 | </message> |
1196 | <message> | 1209 | <message> |
1197 | <location filename="configipdlg.ui" line="480"/> | 1210 | <location filename="configipdlg.ui" line="480"/> |
1198 | <source>게이트웨이 주소</source> | 1211 | <source>게이트웨이 주소</source> |
1199 | - <translation type="unfinished"></translation> | 1212 | + <translation>Gateway Address</translation> |
1200 | </message> | 1213 | </message> |
1201 | <message> | 1214 | <message> |
1202 | <location filename="configipdlg.ui" line="548"/> | 1215 | <location filename="configipdlg.ui" line="548"/> |
1203 | <source>넷마스크</source> | 1216 | <source>넷마스크</source> |
1204 | - <translation type="unfinished"></translation> | 1217 | + <translation>Netmask</translation> |
1205 | </message> | 1218 | </message> |
1206 | <message> | 1219 | <message> |
1207 | <location filename="configipdlg.ui" line="609"/> | 1220 | <location filename="configipdlg.ui" line="609"/> |
1208 | <source>취소</source> | 1221 | <source>취소</source> |
1209 | - <translation type="unfinished"></translation> | 1222 | + <translation>Cancel</translation> |
1210 | </message> | 1223 | </message> |
1211 | <message> | 1224 | <message> |
1212 | <location filename="configipdlg.ui" line="632"/> | 1225 | <location filename="configipdlg.ui" line="632"/> |
1213 | <source>확인</source> | 1226 | <source>확인</source> |
1214 | - <translation type="unfinished"></translation> | 1227 | + <translation>Confirm</translation> |
1215 | </message> | 1228 | </message> |
1216 | </context> | 1229 | </context> |
1217 | <context> | 1230 | <context> |
@@ -1219,24 +1232,24 @@ | @@ -1219,24 +1232,24 @@ | ||
1219 | <message> | 1232 | <message> |
1220 | <location filename="configlanguagedlg.ui" line="78"/> | 1233 | <location filename="configlanguagedlg.ui" line="78"/> |
1221 | <source>언어설정</source> | 1234 | <source>언어설정</source> |
1222 | - <translation type="unfinished"></translation> | 1235 | + <translation>Language</translation> |
1223 | </message> | 1236 | </message> |
1224 | <message> | 1237 | <message> |
1225 | <location filename="configlanguagedlg.ui" line="109"/> | 1238 | <location filename="configlanguagedlg.ui" line="109"/> |
1226 | <location filename="configlanguagedlg.ui" line="147"/> | 1239 | <location filename="configlanguagedlg.ui" line="147"/> |
1227 | <location filename="configlanguagedlg.ui" line="182"/> | 1240 | <location filename="configlanguagedlg.ui" line="182"/> |
1228 | <source>PushButton</source> | 1241 | <source>PushButton</source> |
1229 | - <translation type="unfinished"></translation> | 1242 | + <translation>PushButton</translation> |
1230 | </message> | 1243 | </message> |
1231 | <message> | 1244 | <message> |
1232 | <location filename="configlanguagedlg.ui" line="224"/> | 1245 | <location filename="configlanguagedlg.ui" line="224"/> |
1233 | <source>취소</source> | 1246 | <source>취소</source> |
1234 | - <translation type="unfinished"></translation> | 1247 | + <translation>Cancel</translation> |
1235 | </message> | 1248 | </message> |
1236 | <message> | 1249 | <message> |
1237 | <location filename="configlanguagedlg.ui" line="249"/> | 1250 | <location filename="configlanguagedlg.ui" line="249"/> |
1238 | <source>확인</source> | 1251 | <source>확인</source> |
1239 | - <translation type="unfinished"></translation> | 1252 | + <translation>Confirm</translation> |
1240 | </message> | 1253 | </message> |
1241 | </context> | 1254 | </context> |
1242 | <context> | 1255 | <context> |
@@ -1244,17 +1257,17 @@ | @@ -1244,17 +1257,17 @@ | ||
1244 | <message> | 1257 | <message> |
1245 | <location filename="configmastervolumedlg.ui" line="74"/> | 1258 | <location filename="configmastervolumedlg.ui" line="74"/> |
1246 | <source>마스터 볼륨</source> | 1259 | <source>마스터 볼륨</source> |
1247 | - <translation type="unfinished"></translation> | 1260 | + <translation>Master Volume</translation> |
1248 | </message> | 1261 | </message> |
1249 | <message> | 1262 | <message> |
1250 | <location filename="configmastervolumedlg.ui" line="197"/> | 1263 | <location filename="configmastervolumedlg.ui" line="197"/> |
1251 | <source>취소</source> | 1264 | <source>취소</source> |
1252 | - <translation type="unfinished"></translation> | 1265 | + <translation>Cancel</translation> |
1253 | </message> | 1266 | </message> |
1254 | <message> | 1267 | <message> |
1255 | <location filename="configmastervolumedlg.ui" line="232"/> | 1268 | <location filename="configmastervolumedlg.ui" line="232"/> |
1256 | <source>확인</source> | 1269 | <source>확인</source> |
1257 | - <translation type="unfinished"></translation> | 1270 | + <translation>Confirm</translation> |
1258 | </message> | 1271 | </message> |
1259 | </context> | 1272 | </context> |
1260 | <context> | 1273 | <context> |
@@ -1262,7 +1275,7 @@ | @@ -1262,7 +1275,7 @@ | ||
1262 | <message> | 1275 | <message> |
1263 | <location filename="configsoundselelectdlg.ui" line="79"/> | 1276 | <location filename="configsoundselelectdlg.ui" line="79"/> |
1264 | <source>TITLE</source> | 1277 | <source>TITLE</source> |
1265 | - <translation type="unfinished"></translation> | 1278 | + <translation>Confirm</translation> |
1266 | </message> | 1279 | </message> |
1267 | <message> | 1280 | <message> |
1268 | <location filename="configsoundselelectdlg.ui" line="113"/> | 1281 | <location filename="configsoundselelectdlg.ui" line="113"/> |
@@ -1276,115 +1289,204 @@ | @@ -1276,115 +1289,204 @@ | ||
1276 | <location filename="configsoundselelectdlg.ui" line="505"/> | 1289 | <location filename="configsoundselelectdlg.ui" line="505"/> |
1277 | <location filename="configsoundselelectdlg.ui" line="554"/> | 1290 | <location filename="configsoundselelectdlg.ui" line="554"/> |
1278 | <source>PushButton</source> | 1291 | <source>PushButton</source> |
1279 | - <translation type="unfinished"></translation> | 1292 | + <translation>PushButton</translation> |
1280 | </message> | 1293 | </message> |
1281 | <message> | 1294 | <message> |
1282 | <location filename="configsoundselelectdlg.ui" line="610"/> | 1295 | <location filename="configsoundselelectdlg.ui" line="610"/> |
1283 | <source>취소</source> | 1296 | <source>취소</source> |
1284 | - <translation type="unfinished"></translation> | 1297 | + <translation>Cancel</translation> |
1285 | </message> | 1298 | </message> |
1286 | <message> | 1299 | <message> |
1287 | <location filename="configsoundselelectdlg.ui" line="635"/> | 1300 | <location filename="configsoundselelectdlg.ui" line="635"/> |
1288 | <source>확인</source> | 1301 | <source>확인</source> |
1289 | - <translation type="unfinished"></translation> | 1302 | + <translation>Confirm</translation> |
1290 | </message> | 1303 | </message> |
1291 | <message> | 1304 | <message> |
1292 | <location filename="configsoundselelectdlg.cpp" line="29"/> | 1305 | <location filename="configsoundselelectdlg.cpp" line="29"/> |
1293 | <source>Media 01</source> | 1306 | <source>Media 01</source> |
1294 | - <translation type="unfinished"></translation> | 1307 | + <translation>Media 01</translation> |
1295 | </message> | 1308 | </message> |
1296 | <message> | 1309 | <message> |
1297 | <location filename="configsoundselelectdlg.cpp" line="30"/> | 1310 | <location filename="configsoundselelectdlg.cpp" line="30"/> |
1298 | <source>Media 02</source> | 1311 | <source>Media 02</source> |
1299 | - <translation type="unfinished"></translation> | 1312 | + <translation>Media 02</translation> |
1300 | </message> | 1313 | </message> |
1301 | <message> | 1314 | <message> |
1302 | <location filename="configsoundselelectdlg.cpp" line="31"/> | 1315 | <location filename="configsoundselelectdlg.cpp" line="31"/> |
1303 | <source>Media 03</source> | 1316 | <source>Media 03</source> |
1304 | - <translation type="unfinished"></translation> | 1317 | + <translation>Media 03</translation> |
1305 | </message> | 1318 | </message> |
1306 | <message> | 1319 | <message> |
1307 | <location filename="configsoundselelectdlg.cpp" line="32"/> | 1320 | <location filename="configsoundselelectdlg.cpp" line="32"/> |
1308 | <source>Media 04</source> | 1321 | <source>Media 04</source> |
1309 | - <translation type="unfinished"></translation> | 1322 | + <translation>Media 04</translation> |
1310 | </message> | 1323 | </message> |
1311 | <message> | 1324 | <message> |
1312 | <location filename="configsoundselelectdlg.cpp" line="33"/> | 1325 | <location filename="configsoundselelectdlg.cpp" line="33"/> |
1313 | <source>Media 05</source> | 1326 | <source>Media 05</source> |
1314 | - <translation type="unfinished"></translation> | 1327 | + <translation>Media 05</translation> |
1315 | </message> | 1328 | </message> |
1316 | <message> | 1329 | <message> |
1317 | <location filename="configsoundselelectdlg.cpp" line="34"/> | 1330 | <location filename="configsoundselelectdlg.cpp" line="34"/> |
1318 | <source>Media 06</source> | 1331 | <source>Media 06</source> |
1319 | - <translation type="unfinished"></translation> | 1332 | + <translation>Media 06</translation> |
1320 | </message> | 1333 | </message> |
1321 | <message> | 1334 | <message> |
1322 | <location filename="configsoundselelectdlg.cpp" line="35"/> | 1335 | <location filename="configsoundselelectdlg.cpp" line="35"/> |
1323 | <source>Media 07</source> | 1336 | <source>Media 07</source> |
1324 | - <translation type="unfinished"></translation> | 1337 | + <translation>Media 07</translation> |
1325 | </message> | 1338 | </message> |
1326 | <message> | 1339 | <message> |
1327 | <location filename="configsoundselelectdlg.cpp" line="36"/> | 1340 | <location filename="configsoundselelectdlg.cpp" line="36"/> |
1328 | <source>Media 08</source> | 1341 | <source>Media 08</source> |
1329 | - <translation type="unfinished"></translation> | 1342 | + <translation>Media 08</translation> |
1330 | </message> | 1343 | </message> |
1331 | <message> | 1344 | <message> |
1332 | <location filename="configsoundselelectdlg.cpp" line="37"/> | 1345 | <location filename="configsoundselelectdlg.cpp" line="37"/> |
1333 | <source>Media 09</source> | 1346 | <source>Media 09</source> |
1334 | - <translation type="unfinished"></translation> | 1347 | + <translation>Media 09</translation> |
1335 | </message> | 1348 | </message> |
1336 | <message> | 1349 | <message> |
1337 | <location filename="configsoundselelectdlg.cpp" line="38"/> | 1350 | <location filename="configsoundselelectdlg.cpp" line="38"/> |
1338 | <source>Media 10</source> | 1351 | <source>Media 10</source> |
1339 | - <translation type="unfinished"></translation> | 1352 | + <translation>Media 10</translation> |
1340 | </message> | 1353 | </message> |
1341 | </context> | 1354 | </context> |
1342 | <context> | 1355 | <context> |
1343 | - <name>ConfigTempTypeDlg</name> | 1356 | + <name>ConfigSteamWashDlg</name> |
1344 | <message> | 1357 | <message> |
1345 | - <location filename="configtemptypedlg.ui" line="72"/> | ||
1346 | - <source>온도단위</source> | 1358 | + <location filename="configsteamwashdlg.ui" line="14"/> |
1359 | + <source>Dialog</source> | ||
1347 | <translation type="unfinished"></translation> | 1360 | <translation type="unfinished"></translation> |
1348 | </message> | 1361 | </message> |
1349 | <message> | 1362 | <message> |
1350 | - <location filename="configtemptypedlg.ui" line="103"/> | ||
1351 | - <location filename="configtemptypedlg.ui" line="141"/> | ||
1352 | - <source>PushButton</source> | 1363 | + <location filename="configsteamwashdlg.ui" line="59"/> |
1364 | + <source>확인</source> | ||
1353 | <translation type="unfinished"></translation> | 1365 | <translation type="unfinished"></translation> |
1354 | </message> | 1366 | </message> |
1355 | <message> | 1367 | <message> |
1356 | - <location filename="configtemptypedlg.ui" line="183"/> | ||
1357 | - <source>취소</source> | ||
1358 | - <translation type="unfinished"></translation> | 1368 | + <location filename="configsteamwashdlg.ui" line="86"/> |
1369 | + <source>증기 발생기 헹굼</source> | ||
1370 | + <translation type="unfinished">Steam Generator Rinsing</translation> | ||
1359 | </message> | 1371 | </message> |
1360 | <message> | 1372 | <message> |
1361 | - <location filename="configtemptypedlg.ui" line="208"/> | ||
1362 | - <source>확인</source> | 1373 | + <location filename="configsteamwashdlg.ui" line="129"/> |
1374 | + <location filename="configsteamwashdlg.cpp" line="35"/> | ||
1375 | + <source>시작하시겠습니까?</source> | ||
1363 | <translation type="unfinished"></translation> | 1376 | <translation type="unfinished"></translation> |
1364 | </message> | 1377 | </message> |
1365 | -</context> | ||
1366 | -<context> | ||
1367 | - <name>ConfigTimeFormatDlg</name> | ||
1368 | <message> | 1378 | <message> |
1369 | - <location filename="configtimeformatdlg.ui" line="72"/> | 1379 | + <location filename="configsteamwashdlg.ui" line="171"/> |
1380 | + <source>취소</source> | ||
1381 | + <translation type="unfinished">Cancel</translation> | ||
1382 | + </message> | ||
1383 | + <message> | ||
1384 | + <location filename="configsteamwashdlg.cpp" line="58"/> | ||
1385 | + <source>내부 헹굼 진행 중입니다.</source> | ||
1386 | + <translation type="unfinished">Inside rinsing is in progress. </translation> | ||
1387 | + </message> | ||
1388 | + <message> | ||
1389 | + <location filename="configsteamwashdlg.cpp" line="61"/> | ||
1390 | + <source>스팀 급수 진행 중입니다.</source> | ||
1391 | + <translation type="unfinished">Steam water supply is in progress.</translation> | ||
1392 | + </message> | ||
1393 | + <message> | ||
1394 | + <location filename="configsteamwashdlg.cpp" line="64"/> | ||
1395 | + <source>내부 팬 세척 진행 중입니다.</source> | ||
1396 | + <translation type="unfinished">Inside fan cleaning is in progress.</translation> | ||
1397 | + </message> | ||
1398 | + <message> | ||
1399 | + <location filename="configsteamwashdlg.cpp" line="67"/> | ||
1400 | + <source>내부 스팀 불림 진행 중입니다.</source> | ||
1401 | + <translation type="unfinished">Inside steam macerating is in progress.</translation> | ||
1402 | + </message> | ||
1403 | + <message> | ||
1404 | + <location filename="configsteamwashdlg.cpp" line="70"/> | ||
1405 | + <source>내부 강 세척 진행 중입니다.</source> | ||
1406 | + <translation type="unfinished">Inside strong cleaning is in progress.</translation> | ||
1407 | + </message> | ||
1408 | + <message> | ||
1409 | + <location filename="configsteamwashdlg.cpp" line="73"/> | ||
1410 | + <source>내부 상부 세척 진행 중입니다.</source> | ||
1411 | + <translation type="unfinished">Inside upper part cleaning is in progress.</translation> | ||
1412 | + </message> | ||
1413 | + <message> | ||
1414 | + <location filename="configsteamwashdlg.cpp" line="76"/> | ||
1415 | + <source>내부 스팀 세척 진행 중입니다.</source> | ||
1416 | + <translation type="unfinished">Inside steam cleaning is in progress.</translation> | ||
1417 | + </message> | ||
1418 | + <message> | ||
1419 | + <location filename="configsteamwashdlg.cpp" line="79"/> | ||
1420 | + <source>세척 종료 진행 중입니다.</source> | ||
1421 | + <translation type="unfinished">Cleaning is being finished.</translation> | ||
1422 | + </message> | ||
1423 | + <message> | ||
1424 | + <location filename="configsteamwashdlg.cpp" line="82"/> | ||
1425 | + <source>세제 세척수 만들기 진행 중입니다.</source> | ||
1426 | + <translation type="unfinished">Detergent cleaning water making is in progress.</translation> | ||
1427 | + </message> | ||
1428 | + <message> | ||
1429 | + <location filename="configsteamwashdlg.cpp" line="85"/> | ||
1430 | + <source>세제 세척수 헹굼 진행 중입니다.</source> | ||
1431 | + <translation type="unfinished">Detergent cleaning water rinsing is in progress.</translation> | ||
1432 | + </message> | ||
1433 | + <message> | ||
1434 | + <location filename="configsteamwashdlg.cpp" line="88"/> | ||
1435 | + <source>하부 탱크 세척수 만들기 진행 중입니다.</source> | ||
1436 | + <translation type="unfinished">Lower tank cleaning water making is in progress.</translation> | ||
1437 | + </message> | ||
1438 | + <message> | ||
1439 | + <location filename="configsteamwashdlg.cpp" line="102"/> | ||
1440 | + <source>세척이 종료되었습니다</source> | ||
1441 | + <translation type="unfinished">Cleaning is finished</translation> | ||
1442 | + </message> | ||
1443 | +</context> | ||
1444 | +<context> | ||
1445 | + <name>ConfigTempTypeDlg</name> | ||
1446 | + <message> | ||
1447 | + <location filename="configtemptypedlg.ui" line="72"/> | ||
1448 | + <source>온도단위</source> | ||
1449 | + <translation>Temperature Unit</translation> | ||
1450 | + </message> | ||
1451 | + <message> | ||
1452 | + <location filename="configtemptypedlg.ui" line="103"/> | ||
1453 | + <location filename="configtemptypedlg.ui" line="141"/> | ||
1454 | + <source>PushButton</source> | ||
1455 | + <translation>PushButton</translation> | ||
1456 | + </message> | ||
1457 | + <message> | ||
1458 | + <location filename="configtemptypedlg.ui" line="183"/> | ||
1459 | + <source>취소</source> | ||
1460 | + <translation>Cancel</translation> | ||
1461 | + </message> | ||
1462 | + <message> | ||
1463 | + <location filename="configtemptypedlg.ui" line="208"/> | ||
1464 | + <source>확인</source> | ||
1465 | + <translation>Confirm</translation> | ||
1466 | + </message> | ||
1467 | +</context> | ||
1468 | +<context> | ||
1469 | + <name>ConfigTimeFormatDlg</name> | ||
1470 | + <message> | ||
1471 | + <location filename="configtimeformatdlg.ui" line="72"/> | ||
1370 | <source>실시간 포맷</source> | 1472 | <source>실시간 포맷</source> |
1371 | - <translation type="unfinished"></translation> | 1473 | + <translation>Real Time Format</translation> |
1372 | </message> | 1474 | </message> |
1373 | <message> | 1475 | <message> |
1374 | <location filename="configtimeformatdlg.ui" line="103"/> | 1476 | <location filename="configtimeformatdlg.ui" line="103"/> |
1375 | <location filename="configtimeformatdlg.ui" line="141"/> | 1477 | <location filename="configtimeformatdlg.ui" line="141"/> |
1376 | <source>PushButton</source> | 1478 | <source>PushButton</source> |
1377 | - <translation type="unfinished"></translation> | 1479 | + <translation>PushButton</translation> |
1378 | </message> | 1480 | </message> |
1379 | <message> | 1481 | <message> |
1380 | <location filename="configtimeformatdlg.ui" line="183"/> | 1482 | <location filename="configtimeformatdlg.ui" line="183"/> |
1381 | <source>취소</source> | 1483 | <source>취소</source> |
1382 | - <translation type="unfinished"></translation> | 1484 | + <translation>Cancel</translation> |
1383 | </message> | 1485 | </message> |
1384 | <message> | 1486 | <message> |
1385 | <location filename="configtimeformatdlg.ui" line="208"/> | 1487 | <location filename="configtimeformatdlg.ui" line="208"/> |
1386 | <source>확인</source> | 1488 | <source>확인</source> |
1387 | - <translation type="unfinished"></translation> | 1489 | + <translation>Confirm </translation> |
1388 | </message> | 1490 | </message> |
1389 | </context> | 1491 | </context> |
1390 | <context> | 1492 | <context> |
@@ -1392,68 +1494,62 @@ | @@ -1392,68 +1494,62 @@ | ||
1392 | <message> | 1494 | <message> |
1393 | <location filename="configmastervolumedlg.cpp" line="27"/> | 1495 | <location filename="configmastervolumedlg.cpp" line="27"/> |
1394 | <source>키패드 볼륨</source> | 1496 | <source>키패드 볼륨</source> |
1395 | - <translation type="unfinished"></translation> | 1497 | + <translation>Keypad Volume</translation> |
1396 | </message> | 1498 | </message> |
1397 | </context> | 1499 | </context> |
1398 | <context> | 1500 | <context> |
1399 | <name>ConfigWindow</name> | 1501 | <name>ConfigWindow</name> |
1400 | <message> | 1502 | <message> |
1401 | - <location filename="configwindow.ui" line="141"/> | 1503 | + <location filename="configwindow.ui" line="154"/> |
1402 | <source>즐겨찾기</source> | 1504 | <source>즐겨찾기</source> |
1403 | - <translation type="unfinished"></translation> | 1505 | + <translation>Bookmark</translation> |
1404 | </message> | 1506 | </message> |
1405 | <message> | 1507 | <message> |
1406 | - <location filename="configwindow.ui" line="153"/> | ||
1407 | - <location filename="configwindow.ui" line="192"/> | ||
1408 | - <location filename="configwindow.ui" line="231"/> | ||
1409 | - <location filename="configwindow.ui" line="270"/> | ||
1410 | - <location filename="configwindow.ui" line="300"/> | ||
1411 | - <location filename="configwindow.ui" line="339"/> | ||
1412 | - <location filename="configwindow.ui" line="378"/> | ||
1413 | - <location filename="configwindow.ui" line="417"/> | ||
1414 | <source>type</source> | 1508 | <source>type</source> |
1415 | - <translation type="unfinished"></translation> | 1509 | + <translation type="vanished">type |
1510 | + | ||
1511 | +</translation> | ||
1416 | </message> | 1512 | </message> |
1417 | <message> | 1513 | <message> |
1418 | - <location filename="configwindow.ui" line="183"/> | 1514 | + <location filename="configwindow.ui" line="196"/> |
1419 | <source>설정</source> | 1515 | <source>설정</source> |
1420 | - <translation type="unfinished"></translation> | 1516 | + <translation>Setting</translation> |
1421 | </message> | 1517 | </message> |
1422 | <message> | 1518 | <message> |
1423 | - <location filename="configwindow.ui" line="222"/> | 1519 | + <location filename="configwindow.ui" line="235"/> |
1424 | <source>음향 관리</source> | 1520 | <source>음향 관리</source> |
1425 | - <translation type="unfinished"></translation> | 1521 | + <translation>Volume</translation> |
1426 | </message> | 1522 | </message> |
1427 | <message> | 1523 | <message> |
1428 | - <location filename="configwindow.ui" line="261"/> | 1524 | + <location filename="configwindow.ui" line="274"/> |
1429 | <source>시스템 관리</source> | 1525 | <source>시스템 관리</source> |
1430 | - <translation type="unfinished"></translation> | 1526 | + <translation>System</translation> |
1431 | </message> | 1527 | </message> |
1432 | <message> | 1528 | <message> |
1433 | - <location filename="configwindow.ui" line="291"/> | 1529 | + <location filename="configwindow.ui" line="304"/> |
1434 | <source>에너지 관리</source> | 1530 | <source>에너지 관리</source> |
1435 | - <translation type="unfinished"></translation> | 1531 | + <translation>Energy</translation> |
1436 | </message> | 1532 | </message> |
1437 | <message> | 1533 | <message> |
1438 | - <location filename="configwindow.ui" line="330"/> | 1534 | + <location filename="configwindow.ui" line="343"/> |
1439 | <source>전문가 설정</source> | 1535 | <source>전문가 설정</source> |
1440 | - <translation type="unfinished"></translation> | 1536 | + <translation>Expert Setting</translation> |
1441 | </message> | 1537 | </message> |
1442 | <message> | 1538 | <message> |
1443 | - <location filename="configwindow.ui" line="369"/> | 1539 | + <location filename="configwindow.ui" line="382"/> |
1444 | <source>화면 관리</source> | 1540 | <source>화면 관리</source> |
1445 | - <translation type="unfinished"></translation> | 1541 | + <translation>Screen</translation> |
1446 | </message> | 1542 | </message> |
1447 | <message> | 1543 | <message> |
1448 | - <location filename="configwindow.ui" line="408"/> | 1544 | + <location filename="configwindow.ui" line="421"/> |
1449 | <source>서비스</source> | 1545 | <source>서비스</source> |
1450 | - <translation type="unfinished"></translation> | 1546 | + <translation>Service</translation> |
1451 | </message> | 1547 | </message> |
1452 | <message> | 1548 | <message> |
1453 | - <location filename="configwindow.cpp" line="185"/> | ||
1454 | - <location filename="configwindow.cpp" line="432"/> | 1549 | + <location filename="configwindow.cpp" line="175"/> |
1550 | + <location filename="configwindow.cpp" line="422"/> | ||
1455 | <source>현재 설정을 적용하시겠습니까?</source> | 1551 | <source>현재 설정을 적용하시겠습니까?</source> |
1456 | - <translation type="unfinished"></translation> | 1552 | + <translation>Do you want to apply current settings?</translation> |
1457 | </message> | 1553 | </message> |
1458 | </context> | 1554 | </context> |
1459 | <context> | 1555 | <context> |
@@ -1461,17 +1557,17 @@ | @@ -1461,17 +1557,17 @@ | ||
1461 | <message> | 1557 | <message> |
1462 | <location filename="confirmpopup.ui" line="52"/> | 1558 | <location filename="confirmpopup.ui" line="52"/> |
1463 | <source>즐겨찾기 항목에 추가하시겠습니까?</source> | 1559 | <source>즐겨찾기 항목에 추가하시겠습니까?</source> |
1464 | - <translation type="unfinished"></translation> | 1560 | + <translation>Do you want to add it to bookmark?</translation> |
1465 | </message> | 1561 | </message> |
1466 | <message> | 1562 | <message> |
1467 | <location filename="confirmpopup.ui" line="84"/> | 1563 | <location filename="confirmpopup.ui" line="84"/> |
1468 | <source>예</source> | 1564 | <source>예</source> |
1469 | - <translation type="unfinished"></translation> | 1565 | + <translation>Yes </translation> |
1470 | </message> | 1566 | </message> |
1471 | <message> | 1567 | <message> |
1472 | <location filename="confirmpopup.ui" line="104"/> | 1568 | <location filename="confirmpopup.ui" line="104"/> |
1473 | <source>아니오</source> | 1569 | <source>아니오</source> |
1474 | - <translation type="unfinished"></translation> | 1570 | + <translation>No</translation> |
1475 | </message> | 1571 | </message> |
1476 | </context> | 1572 | </context> |
1477 | <context> | 1573 | <context> |
@@ -1479,22 +1575,24 @@ | @@ -1479,22 +1575,24 @@ | ||
1479 | <message> | 1575 | <message> |
1480 | <location filename="cooldownpopup.ui" line="222"/> | 1576 | <location filename="cooldownpopup.ui" line="222"/> |
1481 | <source>증가</source> | 1577 | <source>증가</source> |
1482 | - <translation type="unfinished"></translation> | 1578 | + <translation>Increase</translation> |
1483 | </message> | 1579 | </message> |
1484 | <message> | 1580 | <message> |
1485 | <location filename="cooldownpopup.ui" line="284"/> | 1581 | <location filename="cooldownpopup.ui" line="284"/> |
1486 | <source>감소</source> | 1582 | <source>감소</source> |
1487 | - <translation type="unfinished"></translation> | 1583 | + <translation>Decrease |
1584 | + | ||
1585 | +</translation> | ||
1488 | </message> | 1586 | </message> |
1489 | <message> | 1587 | <message> |
1490 | <location filename="cooldownpopup.ui" line="348"/> | 1588 | <location filename="cooldownpopup.ui" line="348"/> |
1491 | <source>스팀</source> | 1589 | <source>스팀</source> |
1492 | - <translation type="unfinished"></translation> | 1590 | + <translation>Steam</translation> |
1493 | </message> | 1591 | </message> |
1494 | <message> | 1592 | <message> |
1495 | <location filename="cooldownpopup.ui" line="400"/> | 1593 | <location filename="cooldownpopup.ui" line="400"/> |
1496 | <source>TextLabel</source> | 1594 | <source>TextLabel</source> |
1497 | - <translation type="unfinished"></translation> | 1595 | + <translation>TextLabel</translation> |
1498 | </message> | 1596 | </message> |
1499 | </context> | 1597 | </context> |
1500 | <context> | 1598 | <context> |
@@ -1505,55 +1603,57 @@ | @@ -1505,55 +1603,57 @@ | ||
1505 | <location filename="coretempsettingpopup.ui" line="521"/> | 1603 | <location filename="coretempsettingpopup.ui" line="521"/> |
1506 | <location filename="coretempsettingpopup.ui" line="585"/> | 1604 | <location filename="coretempsettingpopup.ui" line="585"/> |
1507 | <source>0</source> | 1605 | <source>0</source> |
1508 | - <translation type="unfinished"></translation> | 1606 | + <translation>0</translation> |
1509 | </message> | 1607 | </message> |
1510 | <message> | 1608 | <message> |
1511 | <location filename="coretempsettingpopup.ui" line="165"/> | 1609 | <location filename="coretempsettingpopup.ui" line="165"/> |
1512 | <source>확인/적용하기</source> | 1610 | <source>확인/적용하기</source> |
1513 | - <translation type="unfinished"></translation> | 1611 | + <translation>Confirm / Apply</translation> |
1514 | </message> | 1612 | </message> |
1515 | <message> | 1613 | <message> |
1516 | <location filename="coretempsettingpopup.ui" line="229"/> | 1614 | <location filename="coretempsettingpopup.ui" line="229"/> |
1517 | <location filename="coretempsettingpopup.ui" line="368"/> | 1615 | <location filename="coretempsettingpopup.ui" line="368"/> |
1518 | <location filename="coretempsettingpopup.ui" line="947"/> | 1616 | <location filename="coretempsettingpopup.ui" line="947"/> |
1519 | <source>℃</source> | 1617 | <source>℃</source> |
1520 | - <translation type="unfinished"></translation> | 1618 | + <translation>℃ |
1619 | + | ||
1620 | +</translation> | ||
1521 | </message> | 1621 | </message> |
1522 | <message> | 1622 | <message> |
1523 | <location filename="coretempsettingpopup.ui" line="304"/> | 1623 | <location filename="coretempsettingpopup.ui" line="304"/> |
1524 | <source>내부 온도</source> | 1624 | <source>내부 온도</source> |
1525 | - <translation type="unfinished"></translation> | 1625 | + <translation>내부 온도</translation> |
1526 | </message> | 1626 | </message> |
1527 | <message> | 1627 | <message> |
1528 | <location filename="coretempsettingpopup.ui" line="460"/> | 1628 | <location filename="coretempsettingpopup.ui" line="460"/> |
1529 | <source>icon</source> | 1629 | <source>icon</source> |
1530 | - <translation type="unfinished"></translation> | 1630 | + <translation>Icon</translation> |
1531 | </message> | 1631 | </message> |
1532 | <message> | 1632 | <message> |
1533 | <location filename="coretempsettingpopup.ui" line="647"/> | 1633 | <location filename="coretempsettingpopup.ui" line="647"/> |
1534 | <source>내부 습도</source> | 1634 | <source>내부 습도</source> |
1535 | - <translation type="unfinished"></translation> | 1635 | + <translation>Internal Humidity</translation> |
1536 | </message> | 1636 | </message> |
1537 | <message> | 1637 | <message> |
1538 | <location filename="coretempsettingpopup.ui" line="680"/> | 1638 | <location filename="coretempsettingpopup.ui" line="680"/> |
1539 | <source>이전으로</source> | 1639 | <source>이전으로</source> |
1540 | - <translation type="unfinished"></translation> | 1640 | + <translation>Back to the previous stage</translation> |
1541 | </message> | 1641 | </message> |
1542 | <message> | 1642 | <message> |
1543 | <location filename="coretempsettingpopup.ui" line="757"/> | 1643 | <location filename="coretempsettingpopup.ui" line="757"/> |
1544 | <location filename="coretempsettingpopup.ui" line="883"/> | 1644 | <location filename="coretempsettingpopup.ui" line="883"/> |
1545 | <source>%</source> | 1645 | <source>%</source> |
1546 | - <translation type="unfinished"></translation> | 1646 | + <translation>%</translation> |
1547 | </message> | 1647 | </message> |
1548 | <message> | 1648 | <message> |
1549 | <location filename="coretempsettingpopup.ui" line="819"/> | 1649 | <location filename="coretempsettingpopup.ui" line="819"/> |
1550 | <source>중심 온도계 온도</source> | 1650 | <source>중심 온도계 온도</source> |
1551 | - <translation type="unfinished"></translation> | 1651 | + <translation>Core Thermometer Temperature</translation> |
1552 | </message> | 1652 | </message> |
1553 | <message> | 1653 | <message> |
1554 | <location filename="coretempsettingpopup.ui" line="1009"/> | 1654 | <location filename="coretempsettingpopup.ui" line="1009"/> |
1555 | <source>목표 습도</source> | 1655 | <source>목표 습도</source> |
1556 | - <translation type="unfinished"></translation> | 1656 | + <translation>Target Humidity</translation> |
1557 | </message> | 1657 | </message> |
1558 | </context> | 1658 | </context> |
1559 | <context> | 1659 | <context> |
@@ -1561,120 +1661,120 @@ | @@ -1561,120 +1661,120 @@ | ||
1561 | <message> | 1661 | <message> |
1562 | <location filename="electricmodelsettingwindow.ui" line="46"/> | 1662 | <location filename="electricmodelsettingwindow.ui" line="46"/> |
1563 | <source>24단</source> | 1663 | <source>24단</source> |
1564 | - <translation type="unfinished"></translation> | 1664 | + <translation>24 Stages</translation> |
1565 | </message> | 1665 | </message> |
1566 | <message> | 1666 | <message> |
1567 | <location filename="electricmodelsettingwindow.ui" line="149"/> | 1667 | <location filename="electricmodelsettingwindow.ui" line="149"/> |
1568 | <source>제품모델설정</source> | 1668 | <source>제품모델설정</source> |
1569 | - <translation type="unfinished"></translation> | 1669 | + <translation>Product Model Setting</translation> |
1570 | </message> | 1670 | </message> |
1571 | <message> | 1671 | <message> |
1572 | <location filename="electricmodelsettingwindow.ui" line="180"/> | 1672 | <location filename="electricmodelsettingwindow.ui" line="180"/> |
1573 | <source>40단</source> | 1673 | <source>40단</source> |
1574 | - <translation type="unfinished"></translation> | 1674 | + <translation>40 Stages</translation> |
1575 | </message> | 1675 | </message> |
1576 | <message> | 1676 | <message> |
1577 | <location filename="electricmodelsettingwindow.ui" line="242"/> | 1677 | <location filename="electricmodelsettingwindow.ui" line="242"/> |
1578 | <source>서비스단계(엔지니어모드) > 제품모델설정</source> | 1678 | <source>서비스단계(엔지니어모드) > 제품모델설정</source> |
1579 | - <translation type="unfinished"></translation> | 1679 | + <translation>Service Mode (Engineer Mode) > Product Model Setting</translation> |
1580 | </message> | 1680 | </message> |
1581 | <message> | 1681 | <message> |
1582 | <location filename="electricmodelsettingwindow.ui" line="326"/> | 1682 | <location filename="electricmodelsettingwindow.ui" line="326"/> |
1583 | <source>EM-7</source> | 1683 | <source>EM-7</source> |
1584 | - <translation type="unfinished"></translation> | 1684 | + <translation>EM-7</translation> |
1585 | </message> | 1685 | </message> |
1586 | <message> | 1686 | <message> |
1587 | <location filename="electricmodelsettingwindow.ui" line="393"/> | 1687 | <location filename="electricmodelsettingwindow.ui" line="393"/> |
1588 | <source>10단</source> | 1688 | <source>10단</source> |
1589 | - <translation type="unfinished"></translation> | 1689 | + <translation>10 Stages</translation> |
1590 | </message> | 1690 | </message> |
1591 | <message> | 1691 | <message> |
1592 | <location filename="electricmodelsettingwindow.ui" line="430"/> | 1692 | <location filename="electricmodelsettingwindow.ui" line="430"/> |
1593 | <source>20단</source> | 1693 | <source>20단</source> |
1594 | - <translation type="unfinished"></translation> | 1694 | + <translation>20 Stages</translation> |
1595 | </message> | 1695 | </message> |
1596 | <message> | 1696 | <message> |
1597 | - <location filename="electricmodelsettingwindow.cpp" line="97"/> | 1697 | + <location filename="electricmodelsettingwindow.cpp" line="86"/> |
1598 | <source>모델을 변경하시겠습니까?</source> | 1698 | <source>모델을 변경하시겠습니까?</source> |
1599 | - <translation type="unfinished"></translation> | 1699 | + <translation></translation> |
1600 | </message> | 1700 | </message> |
1601 | </context> | 1701 | </context> |
1602 | <context> | 1702 | <context> |
1603 | <name>EngineerMenuWindow</name> | 1703 | <name>EngineerMenuWindow</name> |
1604 | <message> | 1704 | <message> |
1605 | - <location filename="engineermenuwindow.ui" line="96"/> | 1705 | + <location filename="engineermenuwindow.ui" line="109"/> |
1606 | <source>서비스단계(엔지니어모드)</source> | 1706 | <source>서비스단계(엔지니어모드)</source> |
1607 | - <translation type="unfinished"></translation> | 1707 | + <translation>Service Mode (Engineer Mode</translation> |
1608 | </message> | 1708 | </message> |
1609 | <message> | 1709 | <message> |
1610 | - <location filename="engineermenuwindow.ui" line="172"/> | 1710 | + <location filename="engineermenuwindow.ui" line="185"/> |
1611 | <source>교정</source> | 1711 | <source>교정</source> |
1612 | - <translation type="unfinished"></translation> | 1712 | + <translation>correction</translation> |
1613 | </message> | 1713 | </message> |
1614 | <message> | 1714 | <message> |
1615 | - <location filename="engineermenuwindow.ui" line="193"/> | 1715 | + <location filename="engineermenuwindow.ui" line="206"/> |
1616 | <source>EM-1</source> | 1716 | <source>EM-1</source> |
1617 | - <translation type="unfinished"></translation> | 1717 | + <translation>EM-1</translation> |
1618 | </message> | 1718 | </message> |
1619 | <message> | 1719 | <message> |
1620 | - <location filename="engineermenuwindow.ui" line="245"/> | 1720 | + <location filename="engineermenuwindow.ui" line="258"/> |
1621 | <source>기본설정</source> | 1721 | <source>기본설정</source> |
1622 | - <translation type="unfinished"></translation> | 1722 | + <translation>Basic Settings</translation> |
1623 | </message> | 1723 | </message> |
1624 | <message> | 1724 | <message> |
1625 | - <location filename="engineermenuwindow.ui" line="266"/> | 1725 | + <location filename="engineermenuwindow.ui" line="279"/> |
1626 | <source>EM-2</source> | 1726 | <source>EM-2</source> |
1627 | - <translation type="unfinished"></translation> | 1727 | + <translation>EM-2</translation> |
1628 | </message> | 1728 | </message> |
1629 | <message> | 1729 | <message> |
1630 | - <location filename="engineermenuwindow.ui" line="314"/> | 1730 | + <location filename="engineermenuwindow.ui" line="327"/> |
1631 | <source>기능테스트</source> | 1731 | <source>기능테스트</source> |
1632 | - <translation type="unfinished"></translation> | 1732 | + <translation>Function Test</translation> |
1633 | </message> | 1733 | </message> |
1634 | <message> | 1734 | <message> |
1635 | - <location filename="engineermenuwindow.ui" line="335"/> | 1735 | + <location filename="engineermenuwindow.ui" line="348"/> |
1636 | <source>EM-3</source> | 1736 | <source>EM-3</source> |
1637 | - <translation type="unfinished"></translation> | 1737 | + <translation>EM-3</translation> |
1638 | </message> | 1738 | </message> |
1639 | <message> | 1739 | <message> |
1640 | - <location filename="engineermenuwindow.ui" line="383"/> | 1740 | + <location filename="engineermenuwindow.ui" line="396"/> |
1641 | <source>서비스기록</source> | 1741 | <source>서비스기록</source> |
1642 | - <translation type="unfinished"></translation> | 1742 | + <translation>Service Record</translation> |
1643 | </message> | 1743 | </message> |
1644 | <message> | 1744 | <message> |
1645 | - <location filename="engineermenuwindow.ui" line="404"/> | 1745 | + <location filename="engineermenuwindow.ui" line="417"/> |
1646 | <source>EM-4</source> | 1746 | <source>EM-4</source> |
1647 | - <translation type="unfinished"></translation> | 1747 | + <translation>EM-4</translation> |
1648 | </message> | 1748 | </message> |
1649 | <message> | 1749 | <message> |
1650 | - <location filename="engineermenuwindow.ui" line="451"/> | 1750 | + <location filename="engineermenuwindow.ui" line="464"/> |
1651 | <source>실시간데이터</source> | 1751 | <source>실시간데이터</source> |
1652 | - <translation type="unfinished"></translation> | 1752 | + <translation>Real Time Data</translation> |
1653 | </message> | 1753 | </message> |
1654 | <message> | 1754 | <message> |
1655 | - <location filename="engineermenuwindow.ui" line="472"/> | 1755 | + <location filename="engineermenuwindow.ui" line="485"/> |
1656 | <source>EM-5</source> | 1756 | <source>EM-5</source> |
1657 | - <translation type="unfinished"></translation> | 1757 | + <translation>EM-5</translation> |
1658 | </message> | 1758 | </message> |
1659 | <message> | 1759 | <message> |
1660 | - <location filename="engineermenuwindow.ui" line="519"/> | 1760 | + <location filename="engineermenuwindow.ui" line="532"/> |
1661 | <source>작동시간</source> | 1761 | <source>작동시간</source> |
1662 | - <translation type="unfinished"></translation> | 1762 | + <translation>Operation Time</translation> |
1663 | </message> | 1763 | </message> |
1664 | <message> | 1764 | <message> |
1665 | - <location filename="engineermenuwindow.ui" line="540"/> | 1765 | + <location filename="engineermenuwindow.ui" line="553"/> |
1666 | <source>EM-6</source> | 1766 | <source>EM-6</source> |
1667 | - <translation type="unfinished"></translation> | 1767 | + <translation>EM-6</translation> |
1668 | </message> | 1768 | </message> |
1669 | <message> | 1769 | <message> |
1670 | - <location filename="engineermenuwindow.ui" line="588"/> | 1770 | + <location filename="engineermenuwindow.ui" line="601"/> |
1671 | <source>제품모델설정</source> | 1771 | <source>제품모델설정</source> |
1672 | - <translation type="unfinished"></translation> | 1772 | + <translation>Product Model Setting</translation> |
1673 | </message> | 1773 | </message> |
1674 | <message> | 1774 | <message> |
1675 | - <location filename="engineermenuwindow.ui" line="609"/> | 1775 | + <location filename="engineermenuwindow.ui" line="622"/> |
1676 | <source>EM-7</source> | 1776 | <source>EM-7</source> |
1677 | - <translation type="unfinished"></translation> | 1777 | + <translation>EM-7</translation> |
1678 | </message> | 1778 | </message> |
1679 | </context> | 1779 | </context> |
1680 | <context> | 1780 | <context> |
@@ -1682,95 +1782,98 @@ | @@ -1682,95 +1782,98 @@ | ||
1682 | <message> | 1782 | <message> |
1683 | <location filename="errorpopupdlg.ui" line="61"/> | 1783 | <location filename="errorpopupdlg.ui" line="61"/> |
1684 | <source>확인</source> | 1784 | <source>확인</source> |
1685 | - <translation type="unfinished"></translation> | 1785 | + <translation>Confirm</translation> |
1686 | </message> | 1786 | </message> |
1687 | <message> | 1787 | <message> |
1688 | <location filename="errorpopupdlg.ui" line="74"/> | 1788 | <location filename="errorpopupdlg.ui" line="74"/> |
1689 | <source>TextLabel</source> | 1789 | <source>TextLabel</source> |
1690 | - <translation type="unfinished"></translation> | 1790 | + <translation>TextLabel</translation> |
1691 | </message> | 1791 | </message> |
1692 | <message> | 1792 | <message> |
1693 | <location filename="errorpopupdlg.ui" line="103"/> | 1793 | <location filename="errorpopupdlg.ui" line="103"/> |
1694 | <source>경 고</source> | 1794 | <source>경 고</source> |
1695 | - <translation type="unfinished"></translation> | 1795 | + <translation>Warning</translation> |
1696 | </message> | 1796 | </message> |
1697 | </context> | 1797 | </context> |
1698 | <context> | 1798 | <context> |
1699 | <name>FanTestWindow</name> | 1799 | <name>FanTestWindow</name> |
1700 | <message> | 1800 | <message> |
1701 | - <location filename="fantestwindow.ui" line="135"/> | 1801 | + <location filename="fantestwindow.ui" line="148"/> |
1702 | <source>설정값</source> | 1802 | <source>설정값</source> |
1703 | - <translation type="unfinished"></translation> | 1803 | + <translation>Setting Value</translation> |
1704 | </message> | 1804 | </message> |
1705 | <message> | 1805 | <message> |
1706 | - <location filename="fantestwindow.ui" line="166"/> | 1806 | + <location filename="fantestwindow.ui" line="179"/> |
1707 | <source>방향조절</source> | 1807 | <source>방향조절</source> |
1708 | - <translation type="unfinished"></translation> | 1808 | + <translation>Direction |
1809 | +Control</translation> | ||
1709 | </message> | 1810 | </message> |
1710 | <message> | 1811 | <message> |
1711 | - <location filename="fantestwindow.ui" line="197"/> | 1812 | + <location filename="fantestwindow.ui" line="210"/> |
1712 | <source>모터설정</source> | 1813 | <source>모터설정</source> |
1713 | - <translation type="unfinished"></translation> | 1814 | + <translation>Motor Setting</translation> |
1714 | </message> | 1815 | </message> |
1715 | <message> | 1816 | <message> |
1716 | - <location filename="fantestwindow.ui" line="228"/> | ||
1717 | - <location filename="fantestwindow.ui" line="259"/> | 1817 | + <location filename="fantestwindow.ui" line="241"/> |
1818 | + <location filename="fantestwindow.ui" line="272"/> | ||
1718 | <source>START</source> | 1819 | <source>START</source> |
1719 | - <translation type="unfinished"></translation> | 1820 | + <translation>START</translation> |
1720 | </message> | 1821 | </message> |
1721 | <message> | 1822 | <message> |
1722 | - <location filename="fantestwindow.ui" line="443"/> | 1823 | + <location filename="fantestwindow.ui" line="456"/> |
1723 | <source>서비스단계(엔지니어모드) > 기능테스트 > 팬모터</source> | 1824 | <source>서비스단계(엔지니어모드) > 기능테스트 > 팬모터</source> |
1724 | - <translation type="unfinished"></translation> | 1825 | + <translation>Service Mode (Engineer Mode) > Function Test > Fan Motor</translation> |
1725 | </message> | 1826 | </message> |
1726 | <message> | 1827 | <message> |
1727 | - <location filename="fantestwindow.ui" line="465"/> | ||
1728 | - <location filename="fantestwindow.ui" line="712"/> | ||
1729 | - <location filename="fantestwindow.ui" line="756"/> | 1828 | + <location filename="fantestwindow.ui" line="478"/> |
1829 | + <location filename="fantestwindow.ui" line="725"/> | ||
1830 | + <location filename="fantestwindow.ui" line="769"/> | ||
1730 | <source>500 rpm</source> | 1831 | <source>500 rpm</source> |
1731 | - <translation type="unfinished"></translation> | 1832 | + <translation>500 rpm</translation> |
1732 | </message> | 1833 | </message> |
1733 | <message> | 1834 | <message> |
1734 | - <location filename="fantestwindow.ui" line="490"/> | 1835 | + <location filename="fantestwindow.ui" line="503"/> |
1735 | <source>725 rpm</source> | 1836 | <source>725 rpm</source> |
1736 | - <translation type="unfinished"></translation> | 1837 | + <translation>725 rpm</translation> |
1737 | </message> | 1838 | </message> |
1738 | <message> | 1839 | <message> |
1739 | - <location filename="fantestwindow.ui" line="515"/> | 1840 | + <location filename="fantestwindow.ui" line="528"/> |
1740 | <source>950 rpm</source> | 1841 | <source>950 rpm</source> |
1741 | - <translation type="unfinished"></translation> | 1842 | + <translation>950 rpm</translation> |
1742 | </message> | 1843 | </message> |
1743 | <message> | 1844 | <message> |
1744 | - <location filename="fantestwindow.ui" line="540"/> | 1845 | + <location filename="fantestwindow.ui" line="553"/> |
1745 | <source>1175 rpm</source> | 1846 | <source>1175 rpm</source> |
1746 | - <translation type="unfinished"></translation> | 1847 | + <translation>1175 rpm</translation> |
1747 | </message> | 1848 | </message> |
1748 | <message> | 1849 | <message> |
1749 | - <location filename="fantestwindow.ui" line="565"/> | 1850 | + <location filename="fantestwindow.ui" line="578"/> |
1750 | <source>1400 rpm</source> | 1851 | <source>1400 rpm</source> |
1751 | - <translation type="unfinished"></translation> | 1852 | + <translation>1400 rpm</translation> |
1752 | </message> | 1853 | </message> |
1753 | <message> | 1854 | <message> |
1754 | - <location filename="fantestwindow.ui" line="590"/> | 1855 | + <location filename="fantestwindow.ui" line="603"/> |
1755 | <source>Right</source> | 1856 | <source>Right</source> |
1756 | - <translation type="unfinished"></translation> | 1857 | + <translation>Right</translation> |
1757 | </message> | 1858 | </message> |
1758 | <message> | 1859 | <message> |
1759 | - <location filename="fantestwindow.ui" line="615"/> | 1860 | + <location filename="fantestwindow.ui" line="628"/> |
1760 | <source>Left</source> | 1861 | <source>Left</source> |
1761 | - <translation type="unfinished"></translation> | 1862 | + <translation>Left |
1863 | + | ||
1864 | +</translation> | ||
1762 | </message> | 1865 | </message> |
1763 | <message> | 1866 | <message> |
1764 | - <location filename="fantestwindow.ui" line="640"/> | ||
1765 | - <location filename="fantestwindow.ui" line="690"/> | 1867 | + <location filename="fantestwindow.ui" line="653"/> |
1868 | + <location filename="fantestwindow.ui" line="703"/> | ||
1766 | <source>Motor1</source> | 1869 | <source>Motor1</source> |
1767 | - <translation type="unfinished"></translation> | 1870 | + <translation>Motor1</translation> |
1768 | </message> | 1871 | </message> |
1769 | <message> | 1872 | <message> |
1770 | - <location filename="fantestwindow.ui" line="665"/> | ||
1771 | - <location filename="fantestwindow.ui" line="734"/> | 1873 | + <location filename="fantestwindow.ui" line="678"/> |
1874 | + <location filename="fantestwindow.ui" line="747"/> | ||
1772 | <source>Motor2</source> | 1875 | <source>Motor2</source> |
1773 | - <translation type="unfinished"></translation> | 1876 | + <translation>Motor2</translation> |
1774 | </message> | 1877 | </message> |
1775 | </context> | 1878 | </context> |
1776 | <context> | 1879 | <context> |
@@ -1778,283 +1881,289 @@ | @@ -1778,283 +1881,289 @@ | ||
1778 | <message> | 1881 | <message> |
1779 | <location filename="favoritenamepopup.ui" line="71"/> | 1882 | <location filename="favoritenamepopup.ui" line="71"/> |
1780 | <source>확인</source> | 1883 | <source>확인</source> |
1781 | - <translation type="unfinished"></translation> | 1884 | + <translation>Confirm</translation> |
1782 | </message> | 1885 | </message> |
1783 | <message> | 1886 | <message> |
1784 | <location filename="favoritenamepopup.ui" line="94"/> | 1887 | <location filename="favoritenamepopup.ui" line="94"/> |
1785 | <source>취소</source> | 1888 | <source>취소</source> |
1786 | - <translation type="unfinished"></translation> | 1889 | + <translation>Cancel</translation> |
1787 | </message> | 1890 | </message> |
1788 | <message> | 1891 | <message> |
1789 | <location filename="favoritenamepopup.ui" line="118"/> | 1892 | <location filename="favoritenamepopup.ui" line="118"/> |
1790 | <source>즐겨찾기 추가</source> | 1893 | <source>즐겨찾기 추가</source> |
1791 | - <translation type="unfinished"></translation> | 1894 | + <translation>Add to bookmark</translation> |
1792 | </message> | 1895 | </message> |
1793 | <message> | 1896 | <message> |
1794 | <location filename="favoritenamepopup.ui" line="140"/> | 1897 | <location filename="favoritenamepopup.ui" line="140"/> |
1795 | <source>즐겨찾기 이름</source> | 1898 | <source>즐겨찾기 이름</source> |
1796 | - <translation type="unfinished"></translation> | 1899 | + <translation>Bookmark Name</translation> |
1797 | </message> | 1900 | </message> |
1798 | </context> | 1901 | </context> |
1799 | <context> | 1902 | <context> |
1800 | <name>FileProcessDlg</name> | 1903 | <name>FileProcessDlg</name> |
1801 | <message> | 1904 | <message> |
1802 | <location filename="fileprocessdlg.ui" line="100"/> | 1905 | <location filename="fileprocessdlg.ui" line="100"/> |
1906 | + <location filename="fileprocessdlg.cpp" line="335"/> | ||
1907 | + <location filename="fileprocessdlg.cpp" line="351"/> | ||
1803 | <location filename="fileprocessdlg.cpp" line="367"/> | 1908 | <location filename="fileprocessdlg.cpp" line="367"/> |
1804 | - <location filename="fileprocessdlg.cpp" line="383"/> | ||
1805 | - <location filename="fileprocessdlg.cpp" line="399"/> | ||
1806 | - <location filename="fileprocessdlg.cpp" line="665"/> | 1909 | + <location filename="fileprocessdlg.cpp" line="630"/> |
1807 | <source>남은 예상 시간 : 1초</source> | 1910 | <source>남은 예상 시간 : 1초</source> |
1808 | - <translation type="unfinished"></translation> | 1911 | + <translation>Expected Remaining Time : 1 Second</translation> |
1809 | </message> | 1912 | </message> |
1810 | <message> | 1913 | <message> |
1811 | <location filename="fileprocessdlg.ui" line="141"/> | 1914 | <location filename="fileprocessdlg.ui" line="141"/> |
1812 | <source>취소</source> | 1915 | <source>취소</source> |
1813 | - <translation type="unfinished"></translation> | 1916 | + <translation>Cancel</translation> |
1814 | </message> | 1917 | </message> |
1815 | <message> | 1918 | <message> |
1816 | - <location filename="fileprocessdlg.cpp" line="295"/> | 1919 | + <location filename="fileprocessdlg.cpp" line="292"/> |
1817 | <source>erro%1,</source> | 1920 | <source>erro%1,</source> |
1818 | - <translation type="unfinished"></translation> | 1921 | + <translation>erro%1,</translation> |
1819 | </message> | 1922 | </message> |
1820 | <message> | 1923 | <message> |
1924 | + <location filename="fileprocessdlg.cpp" line="326"/> | ||
1925 | + <location filename="fileprocessdlg.cpp" line="342"/> | ||
1821 | <location filename="fileprocessdlg.cpp" line="358"/> | 1926 | <location filename="fileprocessdlg.cpp" line="358"/> |
1822 | - <location filename="fileprocessdlg.cpp" line="374"/> | ||
1823 | - <location filename="fileprocessdlg.cpp" line="390"/> | ||
1824 | <source>Gas Error History | 1927 | <source>Gas Error History |
1825 | </source> | 1928 | </source> |
1826 | - <translation type="unfinished"></translation> | 1929 | + <translation>Gas Error History</translation> |
1827 | </message> | 1930 | </message> |
1828 | <message> | 1931 | <message> |
1932 | + <location filename="fileprocessdlg.cpp" line="327"/> | ||
1933 | + <location filename="fileprocessdlg.cpp" line="343"/> | ||
1829 | <location filename="fileprocessdlg.cpp" line="359"/> | 1934 | <location filename="fileprocessdlg.cpp" line="359"/> |
1830 | <location filename="fileprocessdlg.cpp" line="375"/> | 1935 | <location filename="fileprocessdlg.cpp" line="375"/> |
1831 | - <location filename="fileprocessdlg.cpp" line="391"/> | ||
1832 | - <location filename="fileprocessdlg.cpp" line="407"/> | ||
1833 | <source>no,</source> | 1936 | <source>no,</source> |
1834 | - <translation type="unfinished"></translation> | 1937 | + <translation>no,,</translation> |
1835 | </message> | 1938 | </message> |
1836 | <message> | 1939 | <message> |
1940 | + <location filename="fileprocessdlg.cpp" line="327"/> | ||
1941 | + <location filename="fileprocessdlg.cpp" line="343"/> | ||
1837 | <location filename="fileprocessdlg.cpp" line="359"/> | 1942 | <location filename="fileprocessdlg.cpp" line="359"/> |
1838 | <location filename="fileprocessdlg.cpp" line="375"/> | 1943 | <location filename="fileprocessdlg.cpp" line="375"/> |
1839 | - <location filename="fileprocessdlg.cpp" line="391"/> | ||
1840 | - <location filename="fileprocessdlg.cpp" line="407"/> | ||
1841 | <source>First Appearance,</source> | 1944 | <source>First Appearance,</source> |
1842 | - <translation type="unfinished"></translation> | 1945 | + <translation>First Appearance,</translation> |
1843 | </message> | 1946 | </message> |
1844 | <message> | 1947 | <message> |
1948 | + <location filename="fileprocessdlg.cpp" line="327"/> | ||
1949 | + <location filename="fileprocessdlg.cpp" line="343"/> | ||
1845 | <location filename="fileprocessdlg.cpp" line="359"/> | 1950 | <location filename="fileprocessdlg.cpp" line="359"/> |
1846 | <location filename="fileprocessdlg.cpp" line="375"/> | 1951 | <location filename="fileprocessdlg.cpp" line="375"/> |
1847 | - <location filename="fileprocessdlg.cpp" line="391"/> | ||
1848 | - <location filename="fileprocessdlg.cpp" line="407"/> | ||
1849 | <source>Counter,</source> | 1952 | <source>Counter,</source> |
1850 | - <translation type="unfinished"></translation> | 1953 | + <translation>v</translation> |
1851 | </message> | 1954 | </message> |
1852 | <message> | 1955 | <message> |
1956 | + <location filename="fileprocessdlg.cpp" line="327"/> | ||
1957 | + <location filename="fileprocessdlg.cpp" line="343"/> | ||
1853 | <location filename="fileprocessdlg.cpp" line="359"/> | 1958 | <location filename="fileprocessdlg.cpp" line="359"/> |
1854 | <location filename="fileprocessdlg.cpp" line="375"/> | 1959 | <location filename="fileprocessdlg.cpp" line="375"/> |
1855 | - <location filename="fileprocessdlg.cpp" line="391"/> | ||
1856 | - <location filename="fileprocessdlg.cpp" line="407"/> | ||
1857 | <source>Last Appearance | 1960 | <source>Last Appearance |
1858 | </source> | 1961 | </source> |
1859 | - <translation type="unfinished"></translation> | 1962 | + <translation>Last Appearance</translation> |
1860 | </message> | 1963 | </message> |
1861 | <message> | 1964 | <message> |
1862 | - <location filename="fileprocessdlg.cpp" line="406"/> | 1965 | + <location filename="fileprocessdlg.cpp" line="374"/> |
1863 | <source>Service Error History | 1966 | <source>Service Error History |
1864 | 1967 | ||
1865 | </source> | 1968 | </source> |
1866 | - <translation type="unfinished"></translation> | 1969 | + <translation>Service Error History</translation> |
1867 | </message> | 1970 | </message> |
1868 | <message> | 1971 | <message> |
1869 | - <location filename="fileprocessdlg.cpp" line="483"/> | ||
1870 | - <location filename="fileprocessdlg.cpp" line="562"/> | ||
1871 | - <location filename="fileprocessdlg.cpp" line="678"/> | ||
1872 | - <location filename="fileprocessdlg.cpp" line="734"/> | ||
1873 | - <location filename="fileprocessdlg.cpp" line="750"/> | ||
1874 | - <location filename="fileprocessdlg.cpp" line="796"/> | 1972 | + <location filename="fileprocessdlg.cpp" line="451"/> |
1973 | + <location filename="fileprocessdlg.cpp" line="529"/> | ||
1974 | + <location filename="fileprocessdlg.cpp" line="643"/> | ||
1975 | + <location filename="fileprocessdlg.cpp" line="699"/> | ||
1976 | + <location filename="fileprocessdlg.cpp" line="715"/> | ||
1977 | + <location filename="fileprocessdlg.cpp" line="760"/> | ||
1875 | <source>남은 예상 시간 : 완료</source> | 1978 | <source>남은 예상 시간 : 완료</source> |
1876 | - <translation type="unfinished"></translation> | 1979 | + <translation>Expected Remaining Time : Finish</translation> |
1877 | </message> | 1980 | </message> |
1878 | <message> | 1981 | <message> |
1879 | - <location filename="fileprocessdlg.cpp" line="505"/> | 1982 | + <location filename="fileprocessdlg.cpp" line="472"/> |
1880 | <source>,Steam Heating Time,</source> | 1983 | <source>,Steam Heating Time,</source> |
1881 | - <translation type="unfinished"></translation> | 1984 | + <translation>,Steam Heating Time,</translation> |
1882 | </message> | 1985 | </message> |
1883 | <message> | 1986 | <message> |
1884 | - <location filename="fileprocessdlg.cpp" line="507"/> | 1987 | + <location filename="fileprocessdlg.cpp" line="474"/> |
1885 | <source>,Hot Air Heating Time,</source> | 1988 | <source>,Hot Air Heating Time,</source> |
1886 | - <translation type="unfinished"></translation> | 1989 | + <translation>,Hot Air Heating Time,</translation> |
1887 | </message> | 1990 | </message> |
1888 | <message> | 1991 | <message> |
1889 | - <location filename="fileprocessdlg.cpp" line="512"/> | 1992 | + <location filename="fileprocessdlg.cpp" line="479"/> |
1890 | <source>,Hot Air Mode,</source> | 1993 | <source>,Hot Air Mode,</source> |
1891 | - <translation type="unfinished"></translation> | 1994 | + <translation>,Hot Air Mode</translation> |
1892 | </message> | 1995 | </message> |
1893 | <message> | 1996 | <message> |
1894 | - <location filename="fileprocessdlg.cpp" line="515"/> | 1997 | + <location filename="fileprocessdlg.cpp" line="482"/> |
1895 | <source>,Steam Mode,</source> | 1998 | <source>,Steam Mode,</source> |
1896 | - <translation type="unfinished"></translation> | 1999 | + <translation>,Steam Mode,</translation> |
1897 | </message> | 2000 | </message> |
1898 | <message> | 2001 | <message> |
1899 | - <location filename="fileprocessdlg.cpp" line="518"/> | 2002 | + <location filename="fileprocessdlg.cpp" line="485"/> |
1900 | <source>,Combi Mode,</source> | 2003 | <source>,Combi Mode,</source> |
1901 | - <translation type="unfinished"></translation> | 2004 | + <translation>,Combi Mode,</translation> |
1902 | </message> | 2005 | </message> |
1903 | <message> | 2006 | <message> |
1904 | - <location filename="fileprocessdlg.cpp" line="521"/> | 2007 | + <location filename="fileprocessdlg.cpp" line="488"/> |
1905 | <source>,세제없이 헹굼,</source> | 2008 | <source>,세제없이 헹굼,</source> |
1906 | - <translation type="unfinished"></translation> | 2009 | + <translation>Rinsing without Detergent</translation> |
1907 | </message> | 2010 | </message> |
1908 | <message> | 2011 | <message> |
1909 | - <location filename="fileprocessdlg.cpp" line="524"/> | 2012 | + <location filename="fileprocessdlg.cpp" line="491"/> |
1910 | <source>,간이세척,</source> | 2013 | <source>,간이세척,</source> |
1911 | - <translation type="unfinished"></translation> | 2014 | + <translation>Simple Cleaning</translation> |
1912 | </message> | 2015 | </message> |
1913 | <message> | 2016 | <message> |
1914 | - <location filename="fileprocessdlg.cpp" line="527"/> | 2017 | + <location filename="fileprocessdlg.cpp" line="494"/> |
1915 | <source>,표준세척,</source> | 2018 | <source>,표준세척,</source> |
1916 | - <translation type="unfinished"></translation> | 2019 | + <translation>Standard Cleaning</translation> |
1917 | </message> | 2020 | </message> |
1918 | <message> | 2021 | <message> |
1919 | - <location filename="fileprocessdlg.cpp" line="530"/> | 2022 | + <location filename="fileprocessdlg.cpp" line="497"/> |
1920 | <source>,강세척</source> | 2023 | <source>,강세척</source> |
1921 | - <translation type="unfinished"></translation> | 2024 | + <translation>Strong Cleaning</translation> |
1922 | </message> | 2025 | </message> |
1923 | <message> | 2026 | <message> |
1924 | - <location filename="fileprocessdlg.cpp" line="533"/> | 2027 | + <location filename="fileprocessdlg.cpp" line="500"/> |
1925 | <source>,고속세척,</source> | 2028 | <source>,고속세척,</source> |
1926 | - <translation type="unfinished"></translation> | 2029 | + <translation>High Speed Cleaning</translation> |
1927 | </message> | 2030 | </message> |
1928 | <message> | 2031 | <message> |
1929 | - <location filename="fileprocessdlg.cpp" line="536"/> | 2032 | + <location filename="fileprocessdlg.cpp" line="503"/> |
1930 | <source>,쿨다운,</source> | 2033 | <source>,쿨다운,</source> |
1931 | - <translation type="unfinished"></translation> | 2034 | + <translation>Cool Down</translation> |
1932 | </message> | 2035 | </message> |
1933 | <message> | 2036 | <message> |
1934 | - <location filename="fileprocessdlg.cpp" line="538"/> | 2037 | + <location filename="fileprocessdlg.cpp" line="505"/> |
1935 | <source>,전체작동시간,</source> | 2038 | <source>,전체작동시간,</source> |
1936 | - <translation type="unfinished"></translation> | 2039 | + <translation>Total Operation Tine</translation> |
1937 | </message> | 2040 | </message> |
1938 | <message> | 2041 | <message> |
1939 | - <location filename="fileprocessdlg.cpp" line="542"/> | 2042 | + <location filename="fileprocessdlg.cpp" line="509"/> |
1940 | <source>,도어 Open,</source> | 2043 | <source>,도어 Open,</source> |
1941 | - <translation type="unfinished"></translation> | 2044 | + <translation>Door Open</translation> |
1942 | </message> | 2045 | </message> |
1943 | <message> | 2046 | <message> |
1944 | - <location filename="fileprocessdlg.cpp" line="544"/> | 2047 | + <location filename="fileprocessdlg.cpp" line="511"/> |
1945 | <source>,볼밸브 Open,</source> | 2048 | <source>,볼밸브 Open,</source> |
1946 | - <translation type="unfinished"></translation> | 2049 | + <translation>Ball Valve Open</translation> |
1947 | </message> | 2050 | </message> |
1948 | <message> | 2051 | <message> |
1949 | - <location filename="fileprocessdlg.cpp" line="546"/> | 2052 | + <location filename="fileprocessdlg.cpp" line="513"/> |
1950 | <source>,S/G 급수 솔레노이드,</source> | 2053 | <source>,S/G 급수 솔레노이드,</source> |
1951 | - <translation type="unfinished"></translation> | 2054 | + <translation>S/G Water Supply Solenoid |
2055 | + | ||
2056 | +</translation> | ||
1952 | </message> | 2057 | </message> |
1953 | <message> | 2058 | <message> |
1954 | - <location filename="fileprocessdlg.cpp" line="548"/> | 2059 | + <location filename="fileprocessdlg.cpp" line="515"/> |
1955 | <source>,퀀칭 솔레노이드,</source> | 2060 | <source>,퀀칭 솔레노이드,</source> |
1956 | - <translation type="unfinished"></translation> | 2061 | + <translation>Quenching Solenoid</translation> |
1957 | </message> | 2062 | </message> |
1958 | <message> | 2063 | <message> |
1959 | - <location filename="fileprocessdlg.cpp" line="550"/> | 2064 | + <location filename="fileprocessdlg.cpp" line="517"/> |
1960 | <source>,고내살수 노즐 솔레노이드 ,</source> | 2065 | <source>,고내살수 노즐 솔레노이드 ,</source> |
1961 | - <translation type="unfinished"></translation> | 2066 | + <translation>Inside-storage Water Spray Nozzle Solenoid</translation> |
1962 | </message> | 2067 | </message> |
1963 | <message> | 2068 | <message> |
1964 | - <location filename="fileprocessdlg.cpp" line="552"/> | 2069 | + <location filename="fileprocessdlg.cpp" line="519"/> |
1965 | <source>,호스릴 솔레노이드,</source> | 2070 | <source>,호스릴 솔레노이드,</source> |
1966 | - <translation type="unfinished"></translation> | 2071 | + <translation>Hose Reel Solenoid</translation> |
1967 | </message> | 2072 | </message> |
1968 | <message> | 2073 | <message> |
1969 | - <location filename="fileprocessdlg.cpp" line="554"/> | 2074 | + <location filename="fileprocessdlg.cpp" line="521"/> |
1970 | <source>,세제공급장치,</source> | 2075 | <source>,세제공급장치,</source> |
1971 | - <translation type="unfinished"></translation> | 2076 | + <translation>Detergent Supply Device</translation> |
1972 | </message> | 2077 | </message> |
1973 | <message> | 2078 | <message> |
1974 | - <location filename="fileprocessdlg.cpp" line="556"/> | 2079 | + <location filename="fileprocessdlg.cpp" line="523"/> |
1975 | <source>,배습댐퍼,</source> | 2080 | <source>,배습댐퍼,</source> |
1976 | - <translation type="unfinished"></translation> | 2081 | + <translation>Moisture-discharging Damper</translation> |
1977 | </message> | 2082 | </message> |
1978 | <message> | 2083 | <message> |
1979 | - <location filename="fileprocessdlg.cpp" line="558"/> | 2084 | + <location filename="fileprocessdlg.cpp" line="525"/> |
1980 | <source>,소형펌프모터,</source> | 2085 | <source>,소형펌프모터,</source> |
1981 | - <translation type="unfinished"></translation> | 2086 | + <translation>Small Pump Motor |
2087 | + | ||
2088 | +</translation> | ||
1982 | </message> | 2089 | </message> |
1983 | <message> | 2090 | <message> |
1984 | - <location filename="fileprocessdlg.cpp" line="560"/> | 2091 | + <location filename="fileprocessdlg.cpp" line="527"/> |
1985 | <source>,중형펌프모터,</source> | 2092 | <source>,중형펌프모터,</source> |
1986 | - <translation type="unfinished"></translation> | 2093 | + <translation>Medium size Pump Motor</translation> |
1987 | </message> | 2094 | </message> |
1988 | <message> | 2095 | <message> |
1989 | - <location filename="fileprocessdlg.cpp" line="590"/> | ||
1990 | - <location filename="fileprocessdlg.cpp" line="646"/> | ||
1991 | - <location filename="fileprocessdlg.cpp" line="687"/> | ||
1992 | - <location filename="fileprocessdlg.cpp" line="743"/> | ||
1993 | - <location filename="fileprocessdlg.cpp" line="806"/> | 2096 | + <location filename="fileprocessdlg.cpp" line="557"/> |
2097 | + <location filename="fileprocessdlg.cpp" line="611"/> | ||
2098 | + <location filename="fileprocessdlg.cpp" line="652"/> | ||
2099 | + <location filename="fileprocessdlg.cpp" line="708"/> | ||
2100 | + <location filename="fileprocessdlg.cpp" line="770"/> | ||
1994 | <source>USB 인식을 실패하였습니다.</source> | 2101 | <source>USB 인식을 실패하였습니다.</source> |
1995 | - <translation type="unfinished"></translation> | 2102 | + <translation>USB recognition failed</translation> |
1996 | </message> | 2103 | </message> |
1997 | <message> | 2104 | <message> |
1998 | - <location filename="fileprocessdlg.cpp" line="596"/> | 2105 | + <location filename="fileprocessdlg.cpp" line="563"/> |
1999 | <source>완료</source> | 2106 | <source>완료</source> |
2000 | - <translation type="unfinished"></translation> | 2107 | + <translation>Finished</translation> |
2001 | </message> | 2108 | </message> |
2002 | <message> | 2109 | <message> |
2003 | - <location filename="fileprocessdlg.cpp" line="608"/> | 2110 | + <location filename="fileprocessdlg.cpp" line="574"/> |
2004 | <source>남은 예상 시간 : %1분 %2초</source> | 2111 | <source>남은 예상 시간 : %1분 %2초</source> |
2005 | - <translation type="unfinished"></translation> | 2112 | + <translation>Expected Remaining Time : %1 minute %2 seconds</translation> |
2006 | </message> | 2113 | </message> |
2007 | <message> | 2114 | <message> |
2008 | - <location filename="fileprocessdlg.cpp" line="613"/> | 2115 | + <location filename="fileprocessdlg.cpp" line="578"/> |
2009 | <source>남은 예상 시간 : %1초</source> | 2116 | <source>남은 예상 시간 : %1초</source> |
2010 | - <translation type="unfinished"></translation> | 2117 | + <translation>Expected Remaining Time : %1 second</translation> |
2011 | </message> | 2118 | </message> |
2012 | <message> | 2119 | <message> |
2013 | - <location filename="fileprocessdlg.cpp" line="668"/> | 2120 | + <location filename="fileprocessdlg.cpp" line="633"/> |
2014 | <source>설정 다운로드에 실패하였습니다.</source> | 2121 | <source>설정 다운로드에 실패하였습니다.</source> |
2015 | - <translation type="unfinished"></translation> | 2122 | + <translation>Setting download failed</translation> |
2016 | </message> | 2123 | </message> |
2017 | <message> | 2124 | <message> |
2018 | - <location filename="fileprocessdlg.cpp" line="682"/> | 2125 | + <location filename="fileprocessdlg.cpp" line="647"/> |
2019 | <source>즐겨찾기 다운로드에 실패하였습니다.</source> | 2126 | <source>즐겨찾기 다운로드에 실패하였습니다.</source> |
2020 | - <translation type="unfinished"></translation> | 2127 | + <translation>Bookmark download failed</translation> |
2021 | </message> | 2128 | </message> |
2022 | <message> | 2129 | <message> |
2023 | - <location filename="fileprocessdlg.cpp" line="707"/> | ||
2024 | - <location filename="fileprocessdlg.cpp" line="713"/> | ||
2025 | - <location filename="fileprocessdlg.cpp" line="723"/> | 2130 | + <location filename="fileprocessdlg.cpp" line="672"/> |
2131 | + <location filename="fileprocessdlg.cpp" line="678"/> | ||
2132 | + <location filename="fileprocessdlg.cpp" line="688"/> | ||
2026 | <source>설정 업로드에 실패하였습니다.</source> | 2133 | <source>설정 업로드에 실패하였습니다.</source> |
2027 | - <translation type="unfinished"></translation> | 2134 | + <translation>Setting upload failed</translation> |
2028 | </message> | 2135 | </message> |
2029 | <message> | 2136 | <message> |
2030 | - <location filename="fileprocessdlg.cpp" line="738"/> | 2137 | + <location filename="fileprocessdlg.cpp" line="703"/> |
2031 | <source>즐겨찾기 업로드에 실패하였습니다.</source> | 2138 | <source>즐겨찾기 업로드에 실패하였습니다.</source> |
2032 | - <translation type="unfinished"></translation> | 2139 | + <translation>Bookmark upload failed</translation> |
2033 | </message> | 2140 | </message> |
2034 | <message> | 2141 | <message> |
2035 | - <location filename="fileprocessdlg.cpp" line="766"/> | 2142 | + <location filename="fileprocessdlg.cpp" line="730"/> |
2036 | <source>남은 예상 시간 : 2초</source> | 2143 | <source>남은 예상 시간 : 2초</source> |
2037 | - <translation type="unfinished"></translation> | 2144 | + <translation>Expected Remaining Time : 2 seconds</translation> |
2038 | </message> | 2145 | </message> |
2039 | <message> | 2146 | <message> |
2040 | - <location filename="fileprocessdlg.cpp" line="769"/> | 2147 | + <location filename="fileprocessdlg.cpp" line="733"/> |
2041 | <source>모델 정보 업로드에 실패하였습니다.</source> | 2148 | <source>모델 정보 업로드에 실패하였습니다.</source> |
2042 | - <translation type="unfinished"></translation> | 2149 | + <translatorcomment>model Information upload failed</translatorcomment> |
2150 | + <translation></translation> | ||
2043 | </message> | 2151 | </message> |
2044 | <message> | 2152 | <message> |
2045 | - <location filename="fileprocessdlg.cpp" line="781"/> | 2153 | + <location filename="fileprocessdlg.cpp" line="745"/> |
2046 | <source>남은 예상 시간 : 1</source> | 2154 | <source>남은 예상 시간 : 1</source> |
2047 | - <translation type="unfinished"></translation> | 2155 | + <translatorcomment>Expected Remaining Time : 1 </translatorcomment> |
2156 | + <translation></translation> | ||
2048 | </message> | 2157 | </message> |
2049 | <message> | 2158 | <message> |
2050 | - <location filename="fileprocessdlg.cpp" line="785"/> | 2159 | + <location filename="fileprocessdlg.cpp" line="749"/> |
2051 | <source>핫라인 쉐프 정보 업로드에 실패하였습니다.</source> | 2160 | <source>핫라인 쉐프 정보 업로드에 실패하였습니다.</source> |
2052 | - <translation type="unfinished"></translation> | 2161 | + <translation>Hot Line - Chef Setting upload failed</translation> |
2053 | </message> | 2162 | </message> |
2054 | <message> | 2163 | <message> |
2055 | - <location filename="fileprocessdlg.cpp" line="801"/> | 2164 | + <location filename="fileprocessdlg.cpp" line="765"/> |
2056 | <source>핫라인 서비스 정보 업로드에 실패하였습니다.</source> | 2165 | <source>핫라인 서비스 정보 업로드에 실패하였습니다.</source> |
2057 | - <translation type="unfinished"></translation> | 2166 | + <translation>Hot Line - Service Setting upload failed</translation> |
2058 | </message> | 2167 | </message> |
2059 | </context> | 2168 | </context> |
2060 | <context> | 2169 | <context> |
@@ -2062,85 +2171,84 @@ | @@ -2062,85 +2171,84 @@ | ||
2062 | <message> | 2171 | <message> |
2063 | <location filename="formatterspinbox.cpp" line="24"/> | 2172 | <location filename="formatterspinbox.cpp" line="24"/> |
2064 | <source>%1</source> | 2173 | <source>%1</source> |
2065 | - <translation type="unfinished"></translation> | 2174 | + <translation>%1</translation> |
2066 | </message> | 2175 | </message> |
2067 | </context> | 2176 | </context> |
2068 | <context> | 2177 | <context> |
2069 | <name>FunctionTestWindow</name> | 2178 | <name>FunctionTestWindow</name> |
2070 | <message> | 2179 | <message> |
2071 | - <location filename="functiontestwindow.ui" line="121"/> | 2180 | + <location filename="functiontestwindow.ui" line="134"/> |
2072 | <source>가열부</source> | 2181 | <source>가열부</source> |
2073 | - <translation type="unfinished"></translation> | 2182 | + <translation>Heating Section</translation> |
2074 | </message> | 2183 | </message> |
2075 | <message> | 2184 | <message> |
2076 | - <location filename="functiontestwindow.ui" line="152"/> | 2185 | + <location filename="functiontestwindow.ui" line="165"/> |
2077 | <source>구성품</source> | 2186 | <source>구성품</source> |
2078 | - <translation type="unfinished"></translation> | 2187 | + <translation>Components</translation> |
2079 | </message> | 2188 | </message> |
2080 | <message> | 2189 | <message> |
2081 | - <location filename="functiontestwindow.ui" line="183"/> | 2190 | + <location filename="functiontestwindow.ui" line="196"/> |
2082 | <source>급수밸브</source> | 2191 | <source>급수밸브</source> |
2083 | - <translation type="unfinished"></translation> | 2192 | + <translation>Water Supply Valve</translation> |
2084 | </message> | 2193 | </message> |
2085 | <message> | 2194 | <message> |
2086 | - <location filename="functiontestwindow.ui" line="214"/> | 2195 | + <location filename="functiontestwindow.ui" line="227"/> |
2087 | <source>세척</source> | 2196 | <source>세척</source> |
2088 | - <translation type="unfinished"></translation> | 2197 | + <translation>Cleaning</translation> |
2089 | </message> | 2198 | </message> |
2090 | <message> | 2199 | <message> |
2091 | - <location filename="functiontestwindow.ui" line="245"/> | 2200 | + <location filename="functiontestwindow.ui" line="258"/> |
2092 | <source>팬모터</source> | 2201 | <source>팬모터</source> |
2093 | - <translation type="unfinished"></translation> | 2202 | + <translation>Fan Motor</translation> |
2094 | </message> | 2203 | </message> |
2095 | <message> | 2204 | <message> |
2096 | - <location filename="functiontestwindow.ui" line="276"/> | 2205 | + <location filename="functiontestwindow.ui" line="289"/> |
2097 | <source>연소가스동작</source> | 2206 | <source>연소가스동작</source> |
2098 | - <translation type="unfinished"></translation> | 2207 | + <translation>Combustion Gas Motion</translation> |
2099 | </message> | 2208 | </message> |
2100 | <message> | 2209 | <message> |
2101 | - <location filename="functiontestwindow.ui" line="365"/> | 2210 | + <location filename="functiontestwindow.ui" line="378"/> |
2102 | <source>서비스단계(엔지니어모드) > 기능테스트</source> | 2211 | <source>서비스단계(엔지니어모드) > 기능테스트</source> |
2103 | - <translation type="unfinished"></translation> | 2212 | + <translation>Service Mode (Engineer Mode) > Functon Test</translation> |
2104 | </message> | 2213 | </message> |
2105 | <message> | 2214 | <message> |
2106 | - <location filename="functiontestwindow.ui" line="423"/> | 2215 | + <location filename="functiontestwindow.ui" line="436"/> |
2107 | <source>기능 테스트</source> | 2216 | <source>기능 테스트</source> |
2108 | - <translation type="unfinished"></translation> | 2217 | + <translation>Function Test</translation> |
2109 | </message> | 2218 | </message> |
2110 | <message> | 2219 | <message> |
2111 | - <location filename="functiontestwindow.ui" line="481"/> | 2220 | + <location filename="functiontestwindow.ui" line="494"/> |
2112 | <source>EM-3</source> | 2221 | <source>EM-3</source> |
2113 | - <translation type="unfinished"></translation> | 2222 | + <translation>EM-3</translation> |
2114 | </message> | 2223 | </message> |
2115 | <message> | 2224 | <message> |
2116 | - <location filename="functiontestwindow.ui" line="619"/> | 2225 | + <location filename="functiontestwindow.ui" line="632"/> |
2117 | <source>송풍기 교정</source> | 2226 | <source>송풍기 교정</source> |
2118 | - <translation type="unfinished"></translation> | 2227 | + <translation>Calibrated the FAN</translation> |
2119 | </message> | 2228 | </message> |
2120 | <message> | 2229 | <message> |
2121 | - <location filename="functiontestwindow.cpp" line="154"/> | 2230 | + <location filename="functiontestwindow.cpp" line="152"/> |
2122 | <source>RPM 설정을 바꾸시겠습니까?</source> | 2231 | <source>RPM 설정을 바꾸시겠습니까?</source> |
2123 | - <translation type="unfinished"></translation> | 2232 | + <translation>Change RPM settings?</translation> |
2124 | </message> | 2233 | </message> |
2125 | <message> | 2234 | <message> |
2126 | - <location filename="functiontestwindow.cpp" line="175"/> | 2235 | + <location filename="functiontestwindow.cpp" line="173"/> |
2127 | <source>USB 메모리가 인식되지 않았습니다.</source> | 2236 | <source>USB 메모리가 인식되지 않았습니다.</source> |
2128 | - <translation type="unfinished"></translation> | 2237 | + <translation></translation> |
2129 | </message> | 2238 | </message> |
2130 | <message> | 2239 | <message> |
2131 | - <location filename="functiontestwindow.cpp" line="189"/> | ||
2132 | <source>송풍기 교정을 하시겠습니까?</source> | 2240 | <source>송풍기 교정을 하시겠습니까?</source> |
2133 | - <translation type="unfinished"></translation> | 2241 | + <translation type="vanished">Do you want to calibrate the FAN? </translation> |
2134 | </message> | 2242 | </message> |
2135 | <message> | 2243 | <message> |
2136 | - <location filename="functiontestwindow.cpp" line="221"/> | 2244 | + <location filename="functiontestwindow.cpp" line="217"/> |
2137 | <source>적용 되었습니다.</source> | 2245 | <source>적용 되었습니다.</source> |
2138 | - <translation type="unfinished"></translation> | 2246 | + <translation></translation> |
2139 | </message> | 2247 | </message> |
2140 | <message> | 2248 | <message> |
2141 | - <location filename="functiontestwindow.cpp" line="225"/> | 2249 | + <location filename="functiontestwindow.cpp" line="221"/> |
2142 | <source>설정 파일이 없습니다.</source> | 2250 | <source>설정 파일이 없습니다.</source> |
2143 | - <translation type="unfinished"></translation> | 2251 | + <translation></translation> |
2144 | </message> | 2252 | </message> |
2145 | </context> | 2253 | </context> |
2146 | <context> | 2254 | <context> |
@@ -2148,215 +2256,219 @@ | @@ -2148,215 +2256,219 @@ | ||
2148 | <message> | 2256 | <message> |
2149 | <location filename="gasmodelsettingwindow.ui" line="46"/> | 2257 | <location filename="gasmodelsettingwindow.ui" line="46"/> |
2150 | <source>20단 LPG</source> | 2258 | <source>20단 LPG</source> |
2151 | - <translation type="unfinished"></translation> | 2259 | + <translation>20 Stages lpg</translation> |
2152 | </message> | 2260 | </message> |
2153 | <message> | 2261 | <message> |
2154 | <location filename="gasmodelsettingwindow.ui" line="162"/> | 2262 | <location filename="gasmodelsettingwindow.ui" line="162"/> |
2155 | <source>제품모델설정</source> | 2263 | <source>제품모델설정</source> |
2156 | - <translation type="unfinished"></translation> | 2264 | + <translation>Product Model Setting</translation> |
2157 | </message> | 2265 | </message> |
2158 | <message> | 2266 | <message> |
2159 | <location filename="gasmodelsettingwindow.ui" line="193"/> | 2267 | <location filename="gasmodelsettingwindow.ui" line="193"/> |
2160 | <source>24단 LNG</source> | 2268 | <source>24단 LNG</source> |
2161 | - <translation type="unfinished"></translation> | 2269 | + <translation>24 Stages lng</translation> |
2162 | </message> | 2270 | </message> |
2163 | <message> | 2271 | <message> |
2164 | <location filename="gasmodelsettingwindow.ui" line="230"/> | 2272 | <location filename="gasmodelsettingwindow.ui" line="230"/> |
2165 | <source>20단 LNG</source> | 2273 | <source>20단 LNG</source> |
2166 | - <translation type="unfinished"></translation> | 2274 | + <translation>20 Stages lng</translation> |
2167 | </message> | 2275 | </message> |
2168 | <message> | 2276 | <message> |
2169 | <location filename="gasmodelsettingwindow.ui" line="267"/> | 2277 | <location filename="gasmodelsettingwindow.ui" line="267"/> |
2170 | <source>24단 LPG</source> | 2278 | <source>24단 LPG</source> |
2171 | - <translation type="unfinished"></translation> | 2279 | + <translation>24 Stageslpg</translation> |
2172 | </message> | 2280 | </message> |
2173 | <message> | 2281 | <message> |
2174 | <location filename="gasmodelsettingwindow.ui" line="329"/> | 2282 | <location filename="gasmodelsettingwindow.ui" line="329"/> |
2175 | <source>서비스단계(엔지니어모드) > 제품모델설정</source> | 2283 | <source>서비스단계(엔지니어모드) > 제품모델설정</source> |
2176 | - <translation type="unfinished"></translation> | 2284 | + <translation>Service Mode (Engineer Mode) > Product Model Setting</translation> |
2177 | </message> | 2285 | </message> |
2178 | <message> | 2286 | <message> |
2179 | <location filename="gasmodelsettingwindow.ui" line="426"/> | 2287 | <location filename="gasmodelsettingwindow.ui" line="426"/> |
2180 | <source>EM-7</source> | 2288 | <source>EM-7</source> |
2181 | - <translation type="unfinished"></translation> | 2289 | + <translation>EM-7</translation> |
2182 | </message> | 2290 | </message> |
2183 | <message> | 2291 | <message> |
2184 | <location filename="gasmodelsettingwindow.ui" line="493"/> | 2292 | <location filename="gasmodelsettingwindow.ui" line="493"/> |
2185 | <source>10단 LPG</source> | 2293 | <source>10단 LPG</source> |
2186 | - <translation type="unfinished"></translation> | 2294 | + <translation>10 Stages lpg</translation> |
2187 | </message> | 2295 | </message> |
2188 | <message> | 2296 | <message> |
2189 | <location filename="gasmodelsettingwindow.ui" line="530"/> | 2297 | <location filename="gasmodelsettingwindow.ui" line="530"/> |
2190 | <source>10단 LNG</source> | 2298 | <source>10단 LNG</source> |
2191 | - <translation type="unfinished"></translation> | 2299 | + <translation>10 Stageslng</translation> |
2192 | </message> | 2300 | </message> |
2193 | <message> | 2301 | <message> |
2194 | - <location filename="gasmodelsettingwindow.ui" line="636"/> | 2302 | + <location filename="gasmodelsettingwindow.ui" line="649"/> |
2195 | <source>40단 LPG</source> | 2303 | <source>40단 LPG</source> |
2196 | - <translation type="unfinished"></translation> | 2304 | + <translation>40 Stages lpg</translation> |
2197 | </message> | 2305 | </message> |
2198 | <message> | 2306 | <message> |
2199 | - <location filename="gasmodelsettingwindow.ui" line="699"/> | 2307 | + <location filename="gasmodelsettingwindow.ui" line="712"/> |
2200 | <source>40단 LNG</source> | 2308 | <source>40단 LNG</source> |
2201 | - <translation type="unfinished"></translation> | 2309 | + <translation>40 Stageslng</translation> |
2202 | </message> | 2310 | </message> |
2203 | <message> | 2311 | <message> |
2204 | <location filename="gasmodelsettingwindow.cpp" line="135"/> | 2312 | <location filename="gasmodelsettingwindow.cpp" line="135"/> |
2205 | <source>모델을 변경하시겠습니까?</source> | 2313 | <source>모델을 변경하시겠습니까?</source> |
2206 | - <translation type="unfinished"></translation> | 2314 | + <translation></translation> |
2207 | </message> | 2315 | </message> |
2208 | </context> | 2316 | </context> |
2209 | <context> | 2317 | <context> |
2210 | <name>GasTestWindow</name> | 2318 | <name>GasTestWindow</name> |
2211 | <message> | 2319 | <message> |
2212 | - <location filename="gastestwindow.ui" line="138"/> | 2320 | + <location filename="gastestwindow.ui" line="151"/> |
2213 | <source>START</source> | 2321 | <source>START</source> |
2214 | - <translation type="unfinished"></translation> | 2322 | + <translation></translation> |
2215 | </message> | 2323 | </message> |
2216 | </context> | 2324 | </context> |
2217 | <context> | 2325 | <context> |
2218 | <name>HistoryListWindow</name> | 2326 | <name>HistoryListWindow</name> |
2219 | <message> | 2327 | <message> |
2220 | - <location filename="historylistwindow.ui" line="250"/> | 2328 | + <location filename="historylistwindow.ui" line="263"/> |
2221 | <source>서비스단계(엔지니어모드) > 서비스기록 ></source> | 2329 | <source>서비스단계(엔지니어모드) > 서비스기록 ></source> |
2222 | - <translation type="unfinished"></translation> | 2330 | + <translation>Service Mode (Engineer Mode) > Service Records ></translation> |
2223 | </message> | 2331 | </message> |
2224 | <message> | 2332 | <message> |
2225 | - <location filename="historylistwindow.ui" line="274"/> | 2333 | + <location filename="historylistwindow.ui" line="287"/> |
2226 | <source>목록</source> | 2334 | <source>목록</source> |
2227 | - <translation type="unfinished"></translation> | 2335 | + <translation>List</translation> |
2228 | </message> | 2336 | </message> |
2229 | <message> | 2337 | <message> |
2230 | - <location filename="historylistwindow.ui" line="298"/> | 2338 | + <location filename="historylistwindow.ui" line="311"/> |
2231 | <source>최초발생시간</source> | 2339 | <source>최초발생시간</source> |
2232 | - <translation type="unfinished"></translation> | 2340 | + <translation>First Occurrence Time</translation> |
2233 | </message> | 2341 | </message> |
2234 | <message> | 2342 | <message> |
2235 | - <location filename="historylistwindow.ui" line="322"/> | 2343 | + <location filename="historylistwindow.ui" line="335"/> |
2236 | <source>발생횟수</source> | 2344 | <source>발생횟수</source> |
2237 | - <translation type="unfinished"></translation> | 2345 | + <translation>Count</translation> |
2238 | </message> | 2346 | </message> |
2239 | <message> | 2347 | <message> |
2240 | - <location filename="historylistwindow.ui" line="346"/> | 2348 | + <location filename="historylistwindow.ui" line="359"/> |
2241 | <source>최근발생시간</source> | 2349 | <source>최근발생시간</source> |
2242 | - <translation type="unfinished"></translation> | 2350 | + <translation>Latest Occurrence Time</translation> |
2243 | </message> | 2351 | </message> |
2244 | <message> | 2352 | <message> |
2245 | - <location filename="historylistwindow.ui" line="379"/> | 2353 | + <location filename="historylistwindow.ui" line="392"/> |
2246 | <source>에러01</source> | 2354 | <source>에러01</source> |
2247 | - <translation type="unfinished"></translation> | 2355 | + <translation>Error01</translation> |
2248 | </message> | 2356 | </message> |
2249 | <message> | 2357 | <message> |
2250 | - <location filename="historylistwindow.ui" line="409"/> | 2358 | + <location filename="historylistwindow.ui" line="422"/> |
2251 | <source>에러02</source> | 2359 | <source>에러02</source> |
2252 | - <translation type="unfinished"></translation> | 2360 | + <translation>Error02</translation> |
2253 | </message> | 2361 | </message> |
2254 | <message> | 2362 | <message> |
2255 | - <location filename="historylistwindow.ui" line="442"/> | 2363 | + <location filename="historylistwindow.ui" line="455"/> |
2256 | <source>에러03</source> | 2364 | <source>에러03</source> |
2257 | - <translation type="unfinished"></translation> | 2365 | + <translation>Error03</translation> |
2258 | </message> | 2366 | </message> |
2259 | <message> | 2367 | <message> |
2260 | - <location filename="historylistwindow.ui" line="475"/> | 2368 | + <location filename="historylistwindow.ui" line="488"/> |
2261 | <source>에러04</source> | 2369 | <source>에러04</source> |
2262 | - <translation type="unfinished"></translation> | 2370 | + <translation>Error04</translation> |
2263 | </message> | 2371 | </message> |
2264 | <message> | 2372 | <message> |
2265 | - <location filename="historylistwindow.ui" line="508"/> | 2373 | + <location filename="historylistwindow.ui" line="521"/> |
2266 | <source>에러05</source> | 2374 | <source>에러05</source> |
2267 | - <translation type="unfinished"></translation> | 2375 | + <translation>Error05</translation> |
2268 | </message> | 2376 | </message> |
2269 | <message> | 2377 | <message> |
2270 | - <location filename="historylistwindow.ui" line="541"/> | 2378 | + <location filename="historylistwindow.ui" line="554"/> |
2271 | <source>에러06</source> | 2379 | <source>에러06</source> |
2272 | - <translation type="unfinished"></translation> | 2380 | + <translation>Error06</translation> |
2273 | </message> | 2381 | </message> |
2274 | <message> | 2382 | <message> |
2275 | - <location filename="historylistwindow.ui" line="574"/> | 2383 | + <location filename="historylistwindow.ui" line="587"/> |
2276 | <source>에러07</source> | 2384 | <source>에러07</source> |
2277 | - <translation type="unfinished"></translation> | 2385 | + <translation>Error07</translation> |
2278 | </message> | 2386 | </message> |
2279 | <message> | 2387 | <message> |
2280 | - <location filename="historylistwindow.ui" line="607"/> | 2388 | + <location filename="historylistwindow.ui" line="620"/> |
2281 | <source>에러08</source> | 2389 | <source>에러08</source> |
2282 | - <translation type="unfinished"></translation> | 2390 | + <translation>Error08</translation> |
2283 | </message> | 2391 | </message> |
2284 | <message> | 2392 | <message> |
2285 | - <location filename="historylistwindow.ui" line="640"/> | 2393 | + <location filename="historylistwindow.ui" line="653"/> |
2286 | <source>에러09</source> | 2394 | <source>에러09</source> |
2287 | - <translation type="unfinished"></translation> | 2395 | + <translation>Error09</translation> |
2288 | </message> | 2396 | </message> |
2289 | <message> | 2397 | <message> |
2290 | - <location filename="historylistwindow.ui" line="673"/> | 2398 | + <location filename="historylistwindow.ui" line="686"/> |
2291 | <source>에러10</source> | 2399 | <source>에러10</source> |
2292 | - <translation type="unfinished"></translation> | ||
2293 | - </message> | ||
2294 | - <message> | ||
2295 | - <location filename="historylistwindow.ui" line="695"/> | ||
2296 | - <location filename="historylistwindow.ui" line="725"/> | ||
2297 | - <location filename="historylistwindow.ui" line="747"/> | ||
2298 | - <location filename="historylistwindow.ui" line="769"/> | ||
2299 | - <location filename="historylistwindow.ui" line="791"/> | ||
2300 | - <location filename="historylistwindow.ui" line="813"/> | ||
2301 | - <location filename="historylistwindow.ui" line="835"/> | ||
2302 | - <location filename="historylistwindow.ui" line="857"/> | ||
2303 | - <location filename="historylistwindow.ui" line="879"/> | ||
2304 | - <location filename="historylistwindow.ui" line="901"/> | ||
2305 | - <location filename="historylistwindow.ui" line="931"/> | ||
2306 | - <location filename="historylistwindow.ui" line="953"/> | ||
2307 | - <location filename="historylistwindow.ui" line="983"/> | ||
2308 | - <location filename="historylistwindow.ui" line="1005"/> | ||
2309 | - <location filename="historylistwindow.ui" line="1027"/> | ||
2310 | - <location filename="historylistwindow.ui" line="1049"/> | ||
2311 | - <location filename="historylistwindow.ui" line="1071"/> | ||
2312 | - <location filename="historylistwindow.ui" line="1093"/> | ||
2313 | - <location filename="historylistwindow.ui" line="1115"/> | ||
2314 | - <location filename="historylistwindow.ui" line="1137"/> | ||
2315 | - <location filename="historylistwindow.ui" line="1167"/> | ||
2316 | - <location filename="historylistwindow.ui" line="1189"/> | ||
2317 | - <location filename="historylistwindow.ui" line="1219"/> | ||
2318 | - <location filename="historylistwindow.ui" line="1241"/> | ||
2319 | - <location filename="historylistwindow.ui" line="1263"/> | ||
2320 | - <location filename="historylistwindow.ui" line="1285"/> | ||
2321 | - <location filename="historylistwindow.ui" line="1307"/> | ||
2322 | - <location filename="historylistwindow.ui" line="1329"/> | ||
2323 | - <location filename="historylistwindow.ui" line="1351"/> | ||
2324 | - <location filename="historylistwindow.ui" line="1373"/> | 2400 | + <translation>Error10</translation> |
2401 | + </message> | ||
2402 | + <message> | ||
2403 | + <location filename="historylistwindow.ui" line="708"/> | ||
2404 | + <location filename="historylistwindow.ui" line="738"/> | ||
2405 | + <location filename="historylistwindow.ui" line="760"/> | ||
2406 | + <location filename="historylistwindow.ui" line="782"/> | ||
2407 | + <location filename="historylistwindow.ui" line="804"/> | ||
2408 | + <location filename="historylistwindow.ui" line="826"/> | ||
2409 | + <location filename="historylistwindow.ui" line="848"/> | ||
2410 | + <location filename="historylistwindow.ui" line="870"/> | ||
2411 | + <location filename="historylistwindow.ui" line="892"/> | ||
2412 | + <location filename="historylistwindow.ui" line="914"/> | ||
2413 | + <location filename="historylistwindow.ui" line="944"/> | ||
2414 | + <location filename="historylistwindow.ui" line="966"/> | ||
2415 | + <location filename="historylistwindow.ui" line="996"/> | ||
2416 | + <location filename="historylistwindow.ui" line="1018"/> | ||
2417 | + <location filename="historylistwindow.ui" line="1040"/> | ||
2418 | + <location filename="historylistwindow.ui" line="1062"/> | ||
2419 | + <location filename="historylistwindow.ui" line="1084"/> | ||
2420 | + <location filename="historylistwindow.ui" line="1106"/> | ||
2421 | + <location filename="historylistwindow.ui" line="1128"/> | ||
2422 | + <location filename="historylistwindow.ui" line="1150"/> | ||
2423 | + <location filename="historylistwindow.ui" line="1180"/> | ||
2424 | + <location filename="historylistwindow.ui" line="1202"/> | ||
2425 | + <location filename="historylistwindow.ui" line="1232"/> | ||
2426 | + <location filename="historylistwindow.ui" line="1254"/> | ||
2427 | + <location filename="historylistwindow.ui" line="1276"/> | ||
2428 | + <location filename="historylistwindow.ui" line="1298"/> | ||
2429 | + <location filename="historylistwindow.ui" line="1320"/> | ||
2430 | + <location filename="historylistwindow.ui" line="1342"/> | ||
2431 | + <location filename="historylistwindow.ui" line="1364"/> | ||
2432 | + <location filename="historylistwindow.ui" line="1386"/> | ||
2325 | <source>-</source> | 2433 | <source>-</source> |
2326 | - <translation type="unfinished"></translation> | 2434 | + <translation>-</translation> |
2327 | </message> | 2435 | </message> |
2328 | <message> | 2436 | <message> |
2329 | <location filename="historylistwindow.cpp" line="89"/> | 2437 | <location filename="historylistwindow.cpp" line="89"/> |
2330 | <source>에러</source> | 2438 | <source>에러</source> |
2331 | - <translation type="unfinished"></translation> | 2439 | + <translation>Error</translation> |
2332 | </message> | 2440 | </message> |
2333 | <message> | 2441 | <message> |
2334 | - <location filename="historylistwindow.cpp" line="133"/> | ||
2335 | - <location filename="historylistwindow.cpp" line="149"/> | ||
2336 | - <location filename="historylistwindow.cpp" line="165"/> | ||
2337 | - <location filename="historylistwindow.cpp" line="181"/> | 2442 | + <location filename="historylistwindow.cpp" line="131"/> |
2443 | + <location filename="historylistwindow.cpp" line="147"/> | ||
2444 | + <location filename="historylistwindow.cpp" line="163"/> | ||
2445 | + <location filename="historylistwindow.cpp" line="179"/> | ||
2338 | <source>서비스단계(엔지니어모드)>서비스기록></source> | 2446 | <source>서비스단계(엔지니어모드)>서비스기록></source> |
2339 | - <translation type="unfinished"></translation> | 2447 | + <translation>Service Mode (Engineer Mode) > Service Records ></translation> |
2340 | </message> | 2448 | </message> |
2341 | <message> | 2449 | <message> |
2342 | <location filename="historylistwindow.h" line="41"/> | 2450 | <location filename="historylistwindow.h" line="41"/> |
2343 | <source>상부점화장치</source> | 2451 | <source>상부점화장치</source> |
2344 | - <translation type="unfinished"></translation> | 2452 | + <oldsource>상부점화장치</oldsource> |
2453 | + <translation type="unfinished">Upper Part Ignition Device</translation> | ||
2345 | </message> | 2454 | </message> |
2346 | <message> | 2455 | <message> |
2347 | <location filename="historylistwindow.h" line="42"/> | 2456 | <location filename="historylistwindow.h" line="42"/> |
2348 | <source>스팀점화장치</source> | 2457 | <source>스팀점화장치</source> |
2349 | - <translation type="unfinished"></translation> | 2458 | + <oldsource>스팀점화장치</oldsource> |
2459 | + <translation type="unfinished">Steam Ignition Device</translation> | ||
2350 | </message> | 2460 | </message> |
2351 | <message> | 2461 | <message> |
2352 | <location filename="historylistwindow.h" line="43"/> | 2462 | <location filename="historylistwindow.h" line="43"/> |
2353 | <source>하부점화장치</source> | 2463 | <source>하부점화장치</source> |
2354 | - <translation type="unfinished"></translation> | 2464 | + <oldsource>하부점화장치</oldsource> |
2465 | + <translation type="unfinished">Lower Part Ignition Device</translation> | ||
2355 | </message> | 2466 | </message> |
2356 | <message> | 2467 | <message> |
2357 | <location filename="historylistwindow.h" line="44"/> | 2468 | <location filename="historylistwindow.h" line="44"/> |
2358 | <source>서비스에러기록종합</source> | 2469 | <source>서비스에러기록종합</source> |
2359 | - <translation type="unfinished"></translation> | 2470 | + <oldsource>서비스에러기록종합</oldsource> |
2471 | + <translation type="unfinished">Total Service Error Record</translation> | ||
2360 | </message> | 2472 | </message> |
2361 | </context> | 2473 | </context> |
2362 | <context> | 2474 | <context> |
@@ -2364,22 +2476,22 @@ | @@ -2364,22 +2476,22 @@ | ||
2364 | <message> | 2476 | <message> |
2365 | <location filename="keepwarmpopup.ui" line="81"/> | 2477 | <location filename="keepwarmpopup.ui" line="81"/> |
2366 | <source>보온 유지 모드</source> | 2478 | <source>보온 유지 모드</source> |
2367 | - <translation type="unfinished"></translation> | 2479 | + <translation>Heat Preservation Mode</translation> |
2368 | </message> | 2480 | </message> |
2369 | <message> | 2481 | <message> |
2370 | <location filename="keepwarmpopup.ui" line="140"/> | 2482 | <location filename="keepwarmpopup.ui" line="140"/> |
2371 | <source>보온 유지 모드 중입니다.</source> | 2483 | <source>보온 유지 모드 중입니다.</source> |
2372 | - <translation type="unfinished"></translation> | 2484 | + <translation>Under Heat Preservation Mode.</translation> |
2373 | </message> | 2485 | </message> |
2374 | <message> | 2486 | <message> |
2375 | <location filename="keepwarmpopup.ui" line="199"/> | 2487 | <location filename="keepwarmpopup.ui" line="199"/> |
2376 | <source>00:00</source> | 2488 | <source>00:00</source> |
2377 | - <translation type="unfinished"></translation> | 2489 | + <translation>0:00</translation> |
2378 | </message> | 2490 | </message> |
2379 | <message> | 2491 | <message> |
2380 | <location filename="keepwarmpopup.ui" line="224"/> | 2492 | <location filename="keepwarmpopup.ui" line="224"/> |
2381 | <source>확인</source> | 2493 | <source>확인</source> |
2382 | - <translation type="unfinished"></translation> | 2494 | + <translation>Confirm</translation> |
2383 | </message> | 2495 | </message> |
2384 | </context> | 2496 | </context> |
2385 | <context> | 2497 | <context> |
@@ -2387,51 +2499,51 @@ | @@ -2387,51 +2499,51 @@ | ||
2387 | <message> | 2499 | <message> |
2388 | <location filename="mainwindow.ui" line="173"/> | 2500 | <location filename="mainwindow.ui" line="173"/> |
2389 | <source>다중요리</source> | 2501 | <source>다중요리</source> |
2390 | - <translation type="unfinished"></translation> | 2502 | + <translation>Multiple Cooking</translation> |
2391 | </message> | 2503 | </message> |
2392 | <message> | 2504 | <message> |
2393 | <location filename="mainwindow.ui" line="176"/> | 2505 | <location filename="mainwindow.ui" line="176"/> |
2394 | <location filename="mainwindow.ui" line="202"/> | 2506 | <location filename="mainwindow.ui" line="202"/> |
2395 | <location filename="mainwindow.ui" line="228"/> | 2507 | <location filename="mainwindow.ui" line="228"/> |
2396 | <source>function</source> | 2508 | <source>function</source> |
2397 | - <translation type="unfinished"></translation> | 2509 | + <translation>function</translation> |
2398 | </message> | 2510 | </message> |
2399 | <message> | 2511 | <message> |
2400 | <location filename="mainwindow.ui" line="199"/> | 2512 | <location filename="mainwindow.ui" line="199"/> |
2401 | <source>프로그래밍모드</source> | 2513 | <source>프로그래밍모드</source> |
2402 | - <translation type="unfinished"></translation> | 2514 | + <translation>Programming Mode</translation> |
2403 | </message> | 2515 | </message> |
2404 | <message> | 2516 | <message> |
2405 | <location filename="mainwindow.ui" line="225"/> | 2517 | <location filename="mainwindow.ui" line="225"/> |
2406 | <source>세척모드</source> | 2518 | <source>세척모드</source> |
2407 | - <translation type="unfinished"></translation> | 2519 | + <translation>Cleaning Mode</translation> |
2408 | </message> | 2520 | </message> |
2409 | <message> | 2521 | <message> |
2410 | <location filename="mainwindow.ui" line="323"/> | 2522 | <location filename="mainwindow.ui" line="323"/> |
2411 | <source>건열</source> | 2523 | <source>건열</source> |
2412 | - <translation type="unfinished"></translation> | 2524 | + <translation>Dry Heat</translation> |
2413 | </message> | 2525 | </message> |
2414 | <message> | 2526 | <message> |
2415 | <location filename="mainwindow.ui" line="326"/> | 2527 | <location filename="mainwindow.ui" line="326"/> |
2416 | <location filename="mainwindow.ui" line="346"/> | 2528 | <location filename="mainwindow.ui" line="346"/> |
2417 | <location filename="mainwindow.ui" line="366"/> | 2529 | <location filename="mainwindow.ui" line="366"/> |
2418 | <source>mode</source> | 2530 | <source>mode</source> |
2419 | - <translation type="unfinished"></translation> | 2531 | + <translation>mode</translation> |
2420 | </message> | 2532 | </message> |
2421 | <message> | 2533 | <message> |
2422 | <location filename="mainwindow.ui" line="343"/> | 2534 | <location filename="mainwindow.ui" line="343"/> |
2423 | <source>콤비</source> | 2535 | <source>콤비</source> |
2424 | - <translation type="unfinished"></translation> | 2536 | + <translation>Combi</translation> |
2425 | </message> | 2537 | </message> |
2426 | <message> | 2538 | <message> |
2427 | <location filename="mainwindow.ui" line="363"/> | 2539 | <location filename="mainwindow.ui" line="363"/> |
2428 | <source>스팀</source> | 2540 | <source>스팀</source> |
2429 | - <translation type="unfinished"></translation> | 2541 | + <translation>Steam</translation> |
2430 | </message> | 2542 | </message> |
2431 | <message> | 2543 | <message> |
2432 | <location filename="mainwindow.ui" line="389"/> | 2544 | <location filename="mainwindow.ui" line="389"/> |
2433 | <source>육류</source> | 2545 | <source>육류</source> |
2434 | - <translation type="unfinished"></translation> | 2546 | + <translation>Meat</translation> |
2435 | </message> | 2547 | </message> |
2436 | <message> | 2548 | <message> |
2437 | <location filename="mainwindow.ui" line="392"/> | 2549 | <location filename="mainwindow.ui" line="392"/> |
@@ -2443,47 +2555,51 @@ | @@ -2443,47 +2555,51 @@ | ||
2443 | <location filename="mainwindow.ui" line="548"/> | 2555 | <location filename="mainwindow.ui" line="548"/> |
2444 | <location filename="mainwindow.ui" line="574"/> | 2556 | <location filename="mainwindow.ui" line="574"/> |
2445 | <source>type</source> | 2557 | <source>type</source> |
2446 | - <translation type="unfinished"></translation> | 2558 | + <translation>type</translation> |
2447 | </message> | 2559 | </message> |
2448 | <message> | 2560 | <message> |
2449 | <location filename="mainwindow.ui" line="415"/> | 2561 | <location filename="mainwindow.ui" line="415"/> |
2450 | <source>디저트류</source> | 2562 | <source>디저트류</source> |
2451 | - <translation type="unfinished"></translation> | 2563 | + <translation>Dessert</translation> |
2452 | </message> | 2564 | </message> |
2453 | <message> | 2565 | <message> |
2454 | <location filename="mainwindow.ui" line="441"/> | 2566 | <location filename="mainwindow.ui" line="441"/> |
2455 | <source>기타요리</source> | 2567 | <source>기타요리</source> |
2456 | - <translation type="unfinished"></translation> | 2568 | + <translation>Other dishes</translation> |
2457 | </message> | 2569 | </message> |
2458 | <message> | 2570 | <message> |
2459 | <location filename="mainwindow.ui" line="467"/> | 2571 | <location filename="mainwindow.ui" line="467"/> |
2460 | <source>채소및곡류</source> | 2572 | <source>채소및곡류</source> |
2461 | - <translation type="unfinished"></translation> | 2573 | + <translation>Vegetables</translation> |
2462 | </message> | 2574 | </message> |
2463 | <message> | 2575 | <message> |
2464 | <location filename="mainwindow.ui" line="493"/> | 2576 | <location filename="mainwindow.ui" line="493"/> |
2465 | <source>가금류</source> | 2577 | <source>가금류</source> |
2466 | - <translation type="unfinished"></translation> | 2578 | + <translation>Poultry</translation> |
2467 | </message> | 2579 | </message> |
2468 | <message> | 2580 | <message> |
2469 | <location filename="mainwindow.ui" line="519"/> | 2581 | <location filename="mainwindow.ui" line="519"/> |
2470 | <source>생선류</source> | 2582 | <source>생선류</source> |
2471 | - <translation type="unfinished"></translation> | 2583 | + <translation>Fishes</translation> |
2472 | </message> | 2584 | </message> |
2473 | <message> | 2585 | <message> |
2474 | <location filename="mainwindow.ui" line="545"/> | 2586 | <location filename="mainwindow.ui" line="545"/> |
2475 | <source>제과제빵류</source> | 2587 | <source>제과제빵류</source> |
2476 | - <translation type="unfinished"></translation> | 2588 | + <translation>Baking</translation> |
2477 | </message> | 2589 | </message> |
2478 | <message> | 2590 | <message> |
2479 | <location filename="mainwindow.ui" line="571"/> | 2591 | <location filename="mainwindow.ui" line="571"/> |
2480 | <source>부가기능</source> | 2592 | <source>부가기능</source> |
2481 | - <translation type="unfinished"></translation> | 2593 | + <translation>Add-ons</translation> |
2594 | + </message> | ||
2595 | + <message> | ||
2596 | + <location filename="mainwindow.ui" line="699"/> | ||
2597 | + <source>V0.3.6</source> | ||
2598 | + <translation type="unfinished">V0.3.6</translation> | ||
2482 | </message> | 2599 | </message> |
2483 | <message> | 2600 | <message> |
2484 | - <location filename="mainwindow.ui" line="686"/> | ||
2485 | <source>V0.3.4</source> | 2601 | <source>V0.3.4</source> |
2486 | - <translation type="unfinished"></translation> | 2602 | + <translation type="vanished">V0.3.4</translation> |
2487 | </message> | 2603 | </message> |
2488 | </context> | 2604 | </context> |
2489 | <context> | 2605 | <context> |
@@ -2491,158 +2607,160 @@ | @@ -2491,158 +2607,160 @@ | ||
2491 | <message> | 2607 | <message> |
2492 | <location filename="manualcooksettingwidget.ui" line="97"/> | 2608 | <location filename="manualcooksettingwidget.ui" line="97"/> |
2493 | <source>건열</source> | 2609 | <source>건열</source> |
2494 | - <translation type="unfinished"></translation> | 2610 | + <translation>Dry Heat</translation> |
2495 | </message> | 2611 | </message> |
2496 | <message> | 2612 | <message> |
2497 | <location filename="manualcooksettingwidget.ui" line="124"/> | 2613 | <location filename="manualcooksettingwidget.ui" line="124"/> |
2498 | <source>스팀</source> | 2614 | <source>스팀</source> |
2499 | - <translation type="unfinished"></translation> | 2615 | + <translation>Steam</translation> |
2500 | </message> | 2616 | </message> |
2501 | <message> | 2617 | <message> |
2502 | <location filename="manualcooksettingwidget.ui" line="154"/> | 2618 | <location filename="manualcooksettingwidget.ui" line="154"/> |
2503 | <source>콤비</source> | 2619 | <source>콤비</source> |
2504 | - <translation type="unfinished"></translation> | 2620 | + <translation>Combi</translation> |
2505 | </message> | 2621 | </message> |
2506 | <message> | 2622 | <message> |
2507 | <location filename="manualcooksettingwidget.ui" line="224"/> | 2623 | <location filename="manualcooksettingwidget.ui" line="224"/> |
2508 | <source>100%</source> | 2624 | <source>100%</source> |
2509 | - <translation type="unfinished"></translation> | 2625 | + <translation>100%</translation> |
2510 | </message> | 2626 | </message> |
2511 | <message> | 2627 | <message> |
2512 | <location filename="manualcooksettingwidget.ui" line="308"/> | 2628 | <location filename="manualcooksettingwidget.ui" line="308"/> |
2513 | <location filename="manualcooksettingwidget.ui" line="532"/> | 2629 | <location filename="manualcooksettingwidget.ui" line="532"/> |
2514 | <source>감소</source> | 2630 | <source>감소</source> |
2515 | - <translation type="unfinished"></translation> | 2631 | + <translation>Decrease</translation> |
2516 | </message> | 2632 | </message> |
2517 | <message> | 2633 | <message> |
2518 | <location filename="manualcooksettingwidget.ui" line="470"/> | 2634 | <location filename="manualcooksettingwidget.ui" line="470"/> |
2519 | <source>30<span style="font-size:11pt;">℃</span></source> | 2635 | <source>30<span style="font-size:11pt;">℃</span></source> |
2520 | - <translation type="unfinished"></translation> | 2636 | + <translation>30<span style="font-size:11pt;">℃</span></translation> |
2521 | </message> | 2637 | </message> |
2522 | <message> | 2638 | <message> |
2523 | <location filename="manualcooksettingwidget.ui" line="596"/> | 2639 | <location filename="manualcooksettingwidget.ui" line="596"/> |
2524 | <source><span style="font-size:11pt;">℃</span></source> | 2640 | <source><span style="font-size:11pt;">℃</span></source> |
2525 | - <translation type="unfinished"></translation> | 2641 | + <translation><span style="font-size:11pt;">℃</span></translation> |
2526 | </message> | 2642 | </message> |
2527 | <message> | 2643 | <message> |
2528 | <location filename="manualcooksettingwidget.ui" line="658"/> | 2644 | <location filename="manualcooksettingwidget.ui" line="658"/> |
2529 | <location filename="manualcooksettingwidget.ui" line="856"/> | 2645 | <location filename="manualcooksettingwidget.ui" line="856"/> |
2530 | <source>증가</source> | 2646 | <source>증가</source> |
2531 | - <translation type="unfinished"></translation> | 2647 | + <translation>Increase</translation> |
2532 | </message> | 2648 | </message> |
2533 | <message> | 2649 | <message> |
2534 | <location filename="manualcooksettingwidget.ui" line="746"/> | 2650 | <location filename="manualcooksettingwidget.ui" line="746"/> |
2535 | <source>0<span style="font-size:11pt;">초</span></source> | 2651 | <source>0<span style="font-size:11pt;">초</span></source> |
2536 | - <translation type="unfinished"></translation> | 2652 | + <translation>0<span style="font-size:11pt;">second</span></translation> |
2537 | </message> | 2653 | </message> |
2538 | </context> | 2654 | </context> |
2539 | <context> | 2655 | <context> |
2540 | <name>ManualCookWindow</name> | 2656 | <name>ManualCookWindow</name> |
2541 | <message> | 2657 | <message> |
2542 | - <location filename="manualcookwindow.ui" line="166"/> | 2658 | + <location filename="manualcookwindow.ui" line="179"/> |
2543 | <source>콤비</source> | 2659 | <source>콤비</source> |
2544 | - <translation type="unfinished"></translation> | 2660 | + <translation>Combi</translation> |
2545 | </message> | 2661 | </message> |
2546 | <message> | 2662 | <message> |
2547 | - <location filename="manualcookwindow.ui" line="193"/> | 2663 | + <location filename="manualcookwindow.ui" line="206"/> |
2548 | <source>스팀</source> | 2664 | <source>스팀</source> |
2549 | - <translation type="unfinished"></translation> | 2665 | + <translation>Steam</translation> |
2550 | </message> | 2666 | </message> |
2551 | <message> | 2667 | <message> |
2552 | - <location filename="manualcookwindow.ui" line="220"/> | 2668 | + <location filename="manualcookwindow.ui" line="233"/> |
2553 | <source>건열</source> | 2669 | <source>건열</source> |
2554 | - <translation type="unfinished"></translation> | 2670 | + <translatorcomment>Dry Heat</translatorcomment> |
2671 | + <translation>Dry Heat</translation> | ||
2555 | </message> | 2672 | </message> |
2556 | <message> | 2673 | <message> |
2557 | - <location filename="manualcookwindow.ui" line="383"/> | ||
2558 | - <location filename="manualcookwindow.ui" line="916"/> | 2674 | + <location filename="manualcookwindow.ui" line="396"/> |
2675 | + <location filename="manualcookwindow.ui" line="929"/> | ||
2559 | <source>증가</source> | 2676 | <source>증가</source> |
2560 | - <translation type="unfinished"></translation> | 2677 | + <translation>Increase</translation> |
2561 | </message> | 2678 | </message> |
2562 | <message> | 2679 | <message> |
2563 | - <location filename="manualcookwindow.ui" line="445"/> | ||
2564 | - <location filename="manualcookwindow.ui" line="721"/> | 2680 | + <location filename="manualcookwindow.ui" line="458"/> |
2681 | + <location filename="manualcookwindow.ui" line="734"/> | ||
2565 | <source>감소</source> | 2682 | <source>감소</source> |
2566 | - <translation type="unfinished"></translation> | 2683 | + <translation>Decrease</translation> |
2567 | </message> | 2684 | </message> |
2568 | <message> | 2685 | <message> |
2569 | - <location filename="manualcookwindow.ui" line="509"/> | 2686 | + <location filename="manualcookwindow.ui" line="522"/> |
2570 | <source>0<span style="font-size:11pt;">초</span></source> | 2687 | <source>0<span style="font-size:11pt;">초</span></source> |
2571 | - <translation type="unfinished"></translation> | 2688 | + <translation>0<span style="font-size:11pt;">Second</span></translation> |
2572 | </message> | 2689 | </message> |
2573 | <message> | 2690 | <message> |
2574 | - <location filename="manualcookwindow.ui" line="595"/> | 2691 | + <location filename="manualcookwindow.ui" line="608"/> |
2575 | <source>30<span style="font-size:11pt;">℃</span></source> | 2692 | <source>30<span style="font-size:11pt;">℃</span></source> |
2576 | - <translation type="unfinished"></translation> | 2693 | + <translation>30<span style="font-size:11pt;">℃</span></translation> |
2577 | </message> | 2694 | </message> |
2578 | <message> | 2695 | <message> |
2579 | - <location filename="manualcookwindow.ui" line="659"/> | 2696 | + <location filename="manualcookwindow.ui" line="672"/> |
2580 | <source>0%</source> | 2697 | <source>0%</source> |
2581 | - <translation type="unfinished"></translation> | 2698 | + <translatorcomment>0%</translatorcomment> |
2699 | + <translation>0%</translation> | ||
2582 | </message> | 2700 | </message> |
2583 | <message> | 2701 | <message> |
2584 | - <location filename="manualcookwindow.ui" line="854"/> | 2702 | + <location filename="manualcookwindow.ui" line="867"/> |
2585 | <source><span style="font-size:11pt;">℃</span></source> | 2703 | <source><span style="font-size:11pt;">℃</span></source> |
2586 | - <translation type="unfinished"></translation> | ||
2587 | - </message> | ||
2588 | - <message> | ||
2589 | - <location filename="manualcookwindow.ui" line="1020"/> | ||
2590 | - <location filename="manualcookwindow.ui" line="1037"/> | ||
2591 | - <location filename="manualcookwindow.ui" line="1054"/> | ||
2592 | - <location filename="manualcookwindow.ui" line="1071"/> | ||
2593 | - <location filename="manualcookwindow.ui" line="1087"/> | ||
2594 | - <location filename="manualcookwindow.ui" line="1141"/> | ||
2595 | - <location filename="manualcookwindow.ui" line="1169"/> | ||
2596 | - <location filename="manualcookwindow.ui" line="1190"/> | ||
2597 | - <location filename="manualcookwindow.ui" line="1218"/> | 2704 | + <translation><span style="font-size:11pt;">℃</span></translation> |
2705 | + </message> | ||
2706 | + <message> | ||
2707 | + <location filename="manualcookwindow.ui" line="1033"/> | ||
2708 | + <location filename="manualcookwindow.ui" line="1050"/> | ||
2709 | + <location filename="manualcookwindow.ui" line="1067"/> | ||
2710 | + <location filename="manualcookwindow.ui" line="1084"/> | ||
2711 | + <location filename="manualcookwindow.ui" line="1100"/> | ||
2712 | + <location filename="manualcookwindow.ui" line="1154"/> | ||
2713 | + <location filename="manualcookwindow.ui" line="1182"/> | ||
2714 | + <location filename="manualcookwindow.ui" line="1203"/> | ||
2715 | + <location filename="manualcookwindow.ui" line="1231"/> | ||
2598 | <source>tool</source> | 2716 | <source>tool</source> |
2599 | - <translation type="unfinished"></translation> | 2717 | + <translation>tool</translation> |
2600 | </message> | 2718 | </message> |
2601 | <message> | 2719 | <message> |
2602 | <location filename="manualcookwindow.cpp" line="663"/> | 2720 | <location filename="manualcookwindow.cpp" line="663"/> |
2603 | <location filename="manualcookwindow.cpp" line="673"/> | 2721 | <location filename="manualcookwindow.cpp" line="673"/> |
2604 | <source>문을 닫아주세요</source> | 2722 | <source>문을 닫아주세요</source> |
2605 | - <translation type="unfinished"></translation> | 2723 | + <translation>Please close the door</translation> |
2606 | </message> | 2724 | </message> |
2607 | <message> | 2725 | <message> |
2608 | <location filename="manualcookwindow.cpp" line="663"/> | 2726 | <location filename="manualcookwindow.cpp" line="663"/> |
2609 | <source>조리 중 문 열림 시간 모니터링 1단계</source> | 2727 | <source>조리 중 문 열림 시간 모니터링 1단계</source> |
2610 | - <translation type="unfinished"></translation> | 2728 | + <translation>Monitoring stage 1 of door open time during cooking </translation> |
2611 | </message> | 2729 | </message> |
2612 | <message> | 2730 | <message> |
2613 | <location filename="manualcookwindow.cpp" line="673"/> | 2731 | <location filename="manualcookwindow.cpp" line="673"/> |
2614 | <source>조리 중 문 열림 시간 모니터링 2단계</source> | 2732 | <source>조리 중 문 열림 시간 모니터링 2단계</source> |
2615 | - <translation type="unfinished"></translation> | 2733 | + <translation>Monitoring stage 2 of door open time during cooking </translation> |
2616 | </message> | 2734 | </message> |
2617 | <message> | 2735 | <message> |
2618 | <location filename="manualcookwindow.cpp" line="683"/> | 2736 | <location filename="manualcookwindow.cpp" line="683"/> |
2619 | <source>문이 오래 열려있어 조리가 취소되었습니다</source> | 2737 | <source>문이 오래 열려있어 조리가 취소되었습니다</source> |
2620 | - <translation type="unfinished"></translation> | 2738 | + <translation>The door is opened for a long time, so cooking is cancelled</translation> |
2621 | </message> | 2739 | </message> |
2622 | <message> | 2740 | <message> |
2623 | <location filename="manualcookwindow.cpp" line="683"/> | 2741 | <location filename="manualcookwindow.cpp" line="683"/> |
2624 | <source>조리 중 문 열림 시간 모니터링 3단계</source> | 2742 | <source>조리 중 문 열림 시간 모니터링 3단계</source> |
2625 | - <translation type="unfinished"></translation> | 2743 | + <translation>Monitoring stage 3 of door open time during cooking</translation> |
2626 | </message> | 2744 | </message> |
2627 | <message> | 2745 | <message> |
2628 | <location filename="manualcookwindow.cpp" line="1020"/> | 2746 | <location filename="manualcookwindow.cpp" line="1020"/> |
2629 | <source>즐겨찾기 항목에 추가하시겠습니까?</source> | 2747 | <source>즐겨찾기 항목에 추가하시겠습니까?</source> |
2630 | - <translation type="unfinished"></translation> | 2748 | + <translation>Do you want to add it to bookmark?</translation> |
2631 | </message> | 2749 | </message> |
2632 | <message> | 2750 | <message> |
2633 | <location filename="manualcookwindow.cpp" line="1051"/> | 2751 | <location filename="manualcookwindow.cpp" line="1051"/> |
2634 | <source>요리가 중단되고 환경 설정 모드로 들어갑니다. 진행할까요?</source> | 2752 | <source>요리가 중단되고 환경 설정 모드로 들어갑니다. 진행할까요?</source> |
2635 | - <translation type="unfinished"></translation> | 2753 | + <translation>Cooking stops and the system goes to configuration mode. Do you want to proceed?</translation> |
2636 | </message> | 2754 | </message> |
2637 | <message> | 2755 | <message> |
2638 | <location filename="manualcookwindow.cpp" line="1074"/> | 2756 | <location filename="manualcookwindow.cpp" line="1074"/> |
2639 | <source>요리가 중단되고 즐겨찾기 모드로 들어갑니다. 진행할까요?</source> | 2757 | <source>요리가 중단되고 즐겨찾기 모드로 들어갑니다. 진행할까요?</source> |
2640 | - <translation type="unfinished"></translation> | 2758 | + <translation>Cooking stops and the system goes to bookmark mode. Do you want to proceed?</translation> |
2641 | </message> | 2759 | </message> |
2642 | <message> | 2760 | <message> |
2643 | <location filename="manualcookwindow.cpp" line="1098"/> | 2761 | <location filename="manualcookwindow.cpp" line="1098"/> |
2644 | <source>요리가 중단되고 자동 세척 모드로 들어갑니다. 진행할까요?</source> | 2762 | <source>요리가 중단되고 자동 세척 모드로 들어갑니다. 진행할까요?</source> |
2645 | - <translation type="unfinished"></translation> | 2763 | + <translation>Cooking stops and the system goes to automatic cleaning mode. Do you want to proceed?</translation> |
2646 | </message> | 2764 | </message> |
2647 | </context> | 2765 | </context> |
2648 | <context> | 2766 | <context> |
@@ -2650,27 +2768,27 @@ | @@ -2650,27 +2768,27 @@ | ||
2650 | <message> | 2768 | <message> |
2651 | <location filename="modelsettingwindow.ui" line="99"/> | 2769 | <location filename="modelsettingwindow.ui" line="99"/> |
2652 | <source>제품모델설정</source> | 2770 | <source>제품모델설정</source> |
2653 | - <translation type="unfinished"></translation> | 2771 | + <translation>Product Model Setting</translation> |
2654 | </message> | 2772 | </message> |
2655 | <message> | 2773 | <message> |
2656 | <location filename="modelsettingwindow.ui" line="155"/> | 2774 | <location filename="modelsettingwindow.ui" line="155"/> |
2657 | <source>서비스단계(엔지니어모드) > 제품모델설정</source> | 2775 | <source>서비스단계(엔지니어모드) > 제품모델설정</source> |
2658 | - <translation type="unfinished"></translation> | 2776 | + <translation>Product Model Setting</translation> |
2659 | </message> | 2777 | </message> |
2660 | <message> | 2778 | <message> |
2661 | <location filename="modelsettingwindow.ui" line="226"/> | 2779 | <location filename="modelsettingwindow.ui" line="226"/> |
2662 | <source>EM-7</source> | 2780 | <source>EM-7</source> |
2663 | - <translation type="unfinished"></translation> | 2781 | + <translation>EM-7</translation> |
2664 | </message> | 2782 | </message> |
2665 | <message> | 2783 | <message> |
2666 | <location filename="modelsettingwindow.ui" line="293"/> | 2784 | <location filename="modelsettingwindow.ui" line="293"/> |
2667 | <source>전기식</source> | 2785 | <source>전기식</source> |
2668 | - <translation type="unfinished"></translation> | 2786 | + <translation>Electric Type</translation> |
2669 | </message> | 2787 | </message> |
2670 | <message> | 2788 | <message> |
2671 | <location filename="modelsettingwindow.ui" line="324"/> | 2789 | <location filename="modelsettingwindow.ui" line="324"/> |
2672 | <source>가스식</source> | 2790 | <source>가스식</source> |
2673 | - <translation type="unfinished"></translation> | 2791 | + <translation>Gas Type</translation> |
2674 | </message> | 2792 | </message> |
2675 | </context> | 2793 | </context> |
2676 | <context> | 2794 | <context> |
@@ -2678,524 +2796,551 @@ | @@ -2678,524 +2796,551 @@ | ||
2678 | <message> | 2796 | <message> |
2679 | <location filename="notipopupdlg.ui" line="60"/> | 2797 | <location filename="notipopupdlg.ui" line="60"/> |
2680 | <source>확인</source> | 2798 | <source>확인</source> |
2681 | - <translation type="unfinished"></translation> | 2799 | + <translation>Confirm |
2800 | + | ||
2801 | +</translation> | ||
2682 | </message> | 2802 | </message> |
2683 | <message> | 2803 | <message> |
2684 | <location filename="notipopupdlg.ui" line="101"/> | 2804 | <location filename="notipopupdlg.ui" line="101"/> |
2685 | <source>TextLabel</source> | 2805 | <source>TextLabel</source> |
2686 | - <translation type="unfinished"></translation> | 2806 | + <translation>TextLabel</translation> |
2687 | </message> | 2807 | </message> |
2688 | </context> | 2808 | </context> |
2689 | <context> | 2809 | <context> |
2690 | <name>OperationTimeHeat</name> | 2810 | <name>OperationTimeHeat</name> |
2691 | <message> | 2811 | <message> |
2692 | - <location filename="operationtimeheat.ui" line="97"/> | 2812 | + <location filename="operationtimeheat.ui" line="110"/> |
2693 | <source>서비스단계(엔지니어모드) > 작동시간 > 가열부</source> | 2813 | <source>서비스단계(엔지니어모드) > 작동시간 > 가열부</source> |
2694 | - <translation type="unfinished"></translation> | 2814 | + <translation>Service Mode (Engineer Mode) > Operation Time > Heating Section</translation> |
2695 | </message> | 2815 | </message> |
2696 | <message> | 2816 | <message> |
2697 | - <location filename="operationtimeheat.ui" line="180"/> | 2817 | + <location filename="operationtimeheat.ui" line="193"/> |
2698 | <source>목록</source> | 2818 | <source>목록</source> |
2699 | - <translation type="unfinished"></translation> | 2819 | + <translation>List</translation> |
2700 | </message> | 2820 | </message> |
2701 | <message> | 2821 | <message> |
2702 | - <location filename="operationtimeheat.ui" line="196"/> | 2822 | + <location filename="operationtimeheat.ui" line="209"/> |
2703 | <source>초기화</source> | 2823 | <source>초기화</source> |
2704 | - <translation type="unfinished"></translation> | 2824 | + <translation>Reset</translation> |
2705 | </message> | 2825 | </message> |
2706 | <message> | 2826 | <message> |
2707 | - <location filename="operationtimeheat.ui" line="212"/> | 2827 | + <location filename="operationtimeheat.ui" line="225"/> |
2708 | <source>시간</source> | 2828 | <source>시간</source> |
2709 | - <translation type="unfinished"></translation> | 2829 | + <translation>Time</translation> |
2710 | </message> | 2830 | </message> |
2711 | <message> | 2831 | <message> |
2712 | - <location filename="operationtimeheat.ui" line="233"/> | 2832 | + <location filename="operationtimeheat.ui" line="246"/> |
2713 | <source>스팀가열시간</source> | 2833 | <source>스팀가열시간</source> |
2714 | - <translation type="unfinished"></translation> | 2834 | + <translation>Steam Heating Time</translation> |
2715 | </message> | 2835 | </message> |
2716 | <message> | 2836 | <message> |
2717 | - <location filename="operationtimeheat.ui" line="254"/> | 2837 | + <location filename="operationtimeheat.ui" line="267"/> |
2718 | <source>건열가열시간</source> | 2838 | <source>건열가열시간</source> |
2719 | - <translation type="unfinished"></translation> | 2839 | + <translation>Dry Heat Heating Time</translation> |
2720 | </message> | 2840 | </message> |
2721 | <message> | 2841 | <message> |
2722 | - <location filename="operationtimeheat.ui" line="292"/> | ||
2723 | - <location filename="operationtimeheat.ui" line="327"/> | 2842 | + <location filename="operationtimeheat.ui" line="305"/> |
2843 | + <location filename="operationtimeheat.ui" line="340"/> | ||
2724 | <source>RESET</source> | 2844 | <source>RESET</source> |
2725 | - <translation type="unfinished"></translation> | 2845 | + <translation>RESET</translation> |
2726 | </message> | 2846 | </message> |
2727 | </context> | 2847 | </context> |
2728 | <context> | 2848 | <context> |
2729 | <name>OperationTimeMain</name> | 2849 | <name>OperationTimeMain</name> |
2730 | <message> | 2850 | <message> |
2731 | - <location filename="operationtimemain.ui" line="96"/> | 2851 | + <location filename="operationtimemain.ui" line="109"/> |
2732 | <source>서비스단계(엔지니어모드) > 작동시간</source> | 2852 | <source>서비스단계(엔지니어모드) > 작동시간</source> |
2733 | - <translation type="unfinished"></translation> | 2853 | + <translation>Service Mode (Engineer Mode) > Operating Time </translation> |
2734 | </message> | 2854 | </message> |
2735 | <message> | 2855 | <message> |
2736 | - <location filename="operationtimemain.ui" line="175"/> | 2856 | + <location filename="operationtimemain.ui" line="188"/> |
2737 | <source>작동시간</source> | 2857 | <source>작동시간</source> |
2738 | - <translation type="unfinished"></translation> | 2858 | + <translation>Operating Time </translation> |
2739 | </message> | 2859 | </message> |
2740 | <message> | 2860 | <message> |
2741 | - <location filename="operationtimemain.ui" line="196"/> | 2861 | + <location filename="operationtimemain.ui" line="209"/> |
2742 | <source>EM-6</source> | 2862 | <source>EM-6</source> |
2743 | - <translation type="unfinished"></translation> | 2863 | + <translation>EM-6</translation> |
2744 | </message> | 2864 | </message> |
2745 | <message> | 2865 | <message> |
2746 | - <location filename="operationtimemain.ui" line="240"/> | 2866 | + <location filename="operationtimemain.ui" line="253"/> |
2747 | <source>가열부</source> | 2867 | <source>가열부</source> |
2748 | - <translation type="unfinished"></translation> | 2868 | + <translation>Heating Section</translation> |
2749 | </message> | 2869 | </message> |
2750 | <message> | 2870 | <message> |
2751 | - <location filename="operationtimemain.ui" line="275"/> | 2871 | + <location filename="operationtimemain.ui" line="288"/> |
2752 | <source>모드</source> | 2872 | <source>모드</source> |
2753 | - <translation type="unfinished"></translation> | 2873 | + <translation>Mode</translation> |
2754 | </message> | 2874 | </message> |
2755 | <message> | 2875 | <message> |
2756 | - <location filename="operationtimemain.ui" line="310"/> | 2876 | + <location filename="operationtimemain.ui" line="323"/> |
2757 | <source>부품</source> | 2877 | <source>부품</source> |
2758 | - <translation type="unfinished"></translation> | 2878 | + <translation>Part</translation> |
2759 | </message> | 2879 | </message> |
2760 | </context> | 2880 | </context> |
2761 | <context> | 2881 | <context> |
2762 | <name>OperationTimeMode</name> | 2882 | <name>OperationTimeMode</name> |
2763 | <message> | 2883 | <message> |
2764 | - <location filename="operationtimemode.ui" line="97"/> | 2884 | + <location filename="operationtimemode.ui" line="110"/> |
2765 | <source>서비스단계(엔지니어모드) > 작동시간 > 모드</source> | 2885 | <source>서비스단계(엔지니어모드) > 작동시간 > 모드</source> |
2766 | - <translation type="unfinished"></translation> | 2886 | + <translation>Service Mode (Engineer Mode) > Operating Time > Mode</translation> |
2767 | </message> | 2887 | </message> |
2768 | <message> | 2888 | <message> |
2769 | - <location filename="operationtimemode.ui" line="180"/> | 2889 | + <location filename="operationtimemode.ui" line="193"/> |
2770 | <source>목록</source> | 2890 | <source>목록</source> |
2771 | - <translation type="unfinished"></translation> | 2891 | + <translation>List</translation> |
2772 | </message> | 2892 | </message> |
2773 | <message> | 2893 | <message> |
2774 | - <location filename="operationtimemode.ui" line="196"/> | 2894 | + <location filename="operationtimemode.ui" line="209"/> |
2775 | <source>시간</source> | 2895 | <source>시간</source> |
2776 | - <translation type="unfinished"></translation> | 2896 | + <translation>Time</translation> |
2777 | </message> | 2897 | </message> |
2778 | <message> | 2898 | <message> |
2779 | - <location filename="operationtimemode.ui" line="237"/> | 2899 | + <location filename="operationtimemode.ui" line="250"/> |
2780 | <source>건열모드</source> | 2900 | <source>건열모드</source> |
2781 | - <translation type="unfinished"></translation> | 2901 | + <translation>Dry Heat Mode</translation> |
2782 | </message> | 2902 | </message> |
2783 | <message> | 2903 | <message> |
2784 | - <location filename="operationtimemode.ui" line="296"/> | 2904 | + <location filename="operationtimemode.ui" line="309"/> |
2785 | <source>스팀모드</source> | 2905 | <source>스팀모드</source> |
2786 | - <translation type="unfinished"></translation> | 2906 | + <translation>Steam Mode</translation> |
2787 | </message> | 2907 | </message> |
2788 | <message> | 2908 | <message> |
2789 | - <location filename="operationtimemode.ui" line="334"/> | 2909 | + <location filename="operationtimemode.ui" line="347"/> |
2790 | <source>콤비모드</source> | 2910 | <source>콤비모드</source> |
2791 | - <translation type="unfinished"></translation> | 2911 | + <translation>Combi Mode</translation> |
2792 | </message> | 2912 | </message> |
2793 | <message> | 2913 | <message> |
2794 | - <location filename="operationtimemode.ui" line="372"/> | 2914 | + <location filename="operationtimemode.ui" line="385"/> |
2795 | <source>세제없이헹굼</source> | 2915 | <source>세제없이헹굼</source> |
2796 | - <translation type="unfinished"></translation> | 2916 | + <translation>Rinsing without Detergent</translation> |
2797 | </message> | 2917 | </message> |
2798 | <message> | 2918 | <message> |
2799 | - <location filename="operationtimemode.ui" line="410"/> | 2919 | + <location filename="operationtimemode.ui" line="423"/> |
2800 | <source>간이세척</source> | 2920 | <source>간이세척</source> |
2801 | - <translation type="unfinished"></translation> | 2921 | + <translation>Simple Cleaning</translation> |
2802 | </message> | 2922 | </message> |
2803 | <message> | 2923 | <message> |
2804 | - <location filename="operationtimemode.ui" line="448"/> | 2924 | + <location filename="operationtimemode.ui" line="461"/> |
2805 | <source>표준세</source> | 2925 | <source>표준세</source> |
2806 | - <translation type="unfinished"></translation> | 2926 | + <translation>Standart Cleaning</translation> |
2807 | </message> | 2927 | </message> |
2808 | <message> | 2928 | <message> |
2809 | - <location filename="operationtimemode.ui" line="486"/> | 2929 | + <location filename="operationtimemode.ui" line="499"/> |
2810 | <source>강세척</source> | 2930 | <source>강세척</source> |
2811 | - <translation type="unfinished"></translation> | 2931 | + <translation>Strong Cleaning</translation> |
2812 | </message> | 2932 | </message> |
2813 | <message> | 2933 | <message> |
2814 | - <location filename="operationtimemode.ui" line="524"/> | 2934 | + <location filename="operationtimemode.ui" line="537"/> |
2815 | <source>고속세척</source> | 2935 | <source>고속세척</source> |
2816 | - <translation type="unfinished"></translation> | 2936 | + <translation>High Speed Cleaning</translation> |
2817 | </message> | 2937 | </message> |
2818 | <message> | 2938 | <message> |
2819 | - <location filename="operationtimemode.ui" line="562"/> | 2939 | + <location filename="operationtimemode.ui" line="575"/> |
2820 | <source>쿨다운</source> | 2940 | <source>쿨다운</source> |
2821 | - <translation type="unfinished"></translation> | 2941 | + <translation>Cool Down</translation> |
2822 | </message> | 2942 | </message> |
2823 | <message> | 2943 | <message> |
2824 | - <location filename="operationtimemode.ui" line="600"/> | 2944 | + <location filename="operationtimemode.ui" line="613"/> |
2825 | <source>전체작동시간</source> | 2945 | <source>전체작동시간</source> |
2826 | - <translation type="unfinished"></translation> | 2946 | + <translation>Total Operation Time</translation> |
2827 | </message> | 2947 | </message> |
2828 | </context> | 2948 | </context> |
2829 | <context> | 2949 | <context> |
2830 | <name>OperationTimeParts</name> | 2950 | <name>OperationTimeParts</name> |
2831 | <message> | 2951 | <message> |
2832 | - <location filename="operationtimeparts.ui" line="97"/> | 2952 | + <location filename="operationtimeparts.ui" line="110"/> |
2833 | <source>서비스단계(엔지니어모드) > 작동시간 > 부품</source> | 2953 | <source>서비스단계(엔지니어모드) > 작동시간 > 부품</source> |
2834 | - <translation type="unfinished"></translation> | 2954 | + <translation>Service Mode (Engineer Mode) > Operating Time > Part</translation> |
2835 | </message> | 2955 | </message> |
2836 | <message> | 2956 | <message> |
2837 | - <location filename="operationtimeparts.ui" line="180"/> | 2957 | + <location filename="operationtimeparts.ui" line="193"/> |
2838 | <source>목록</source> | 2958 | <source>목록</source> |
2839 | - <translation type="unfinished"></translation> | 2959 | + <translation>List</translation> |
2840 | </message> | 2960 | </message> |
2841 | <message> | 2961 | <message> |
2842 | - <location filename="operationtimeparts.ui" line="196"/> | 2962 | + <location filename="operationtimeparts.ui" line="209"/> |
2843 | <source>시간</source> | 2963 | <source>시간</source> |
2844 | - <translation type="unfinished"></translation> | 2964 | + <translation>Time</translation> |
2845 | </message> | 2965 | </message> |
2846 | <message> | 2966 | <message> |
2847 | - <location filename="operationtimeparts.ui" line="212"/> | 2967 | + <location filename="operationtimeparts.ui" line="225"/> |
2848 | <source>초기화</source> | 2968 | <source>초기화</source> |
2849 | - <translation type="unfinished"></translation> | ||
2850 | - </message> | ||
2851 | - <message> | ||
2852 | - <location filename="operationtimeparts.ui" line="250"/> | ||
2853 | - <location filename="operationtimeparts.ui" line="537"/> | ||
2854 | - <location filename="operationtimeparts.ui" line="572"/> | ||
2855 | - <location filename="operationtimeparts.ui" line="607"/> | ||
2856 | - <location filename="operationtimeparts.ui" line="642"/> | ||
2857 | - <location filename="operationtimeparts.ui" line="677"/> | ||
2858 | - <location filename="operationtimeparts.ui" line="712"/> | ||
2859 | - <location filename="operationtimeparts.ui" line="747"/> | ||
2860 | - <location filename="operationtimeparts.ui" line="782"/> | ||
2861 | - <location filename="operationtimeparts.ui" line="817"/> | ||
2862 | - <location filename="operationtimeparts.ui" line="852"/> | 2969 | + <translation>Reset</translation> |
2970 | + </message> | ||
2971 | + <message> | ||
2972 | + <location filename="operationtimeparts.ui" line="263"/> | ||
2973 | + <location filename="operationtimeparts.ui" line="550"/> | ||
2974 | + <location filename="operationtimeparts.ui" line="585"/> | ||
2975 | + <location filename="operationtimeparts.ui" line="620"/> | ||
2976 | + <location filename="operationtimeparts.ui" line="655"/> | ||
2977 | + <location filename="operationtimeparts.ui" line="690"/> | ||
2978 | + <location filename="operationtimeparts.ui" line="725"/> | ||
2979 | + <location filename="operationtimeparts.ui" line="760"/> | ||
2980 | + <location filename="operationtimeparts.ui" line="795"/> | ||
2981 | + <location filename="operationtimeparts.ui" line="830"/> | ||
2982 | + <location filename="operationtimeparts.ui" line="865"/> | ||
2863 | <source>RESET</source> | 2983 | <source>RESET</source> |
2864 | - <translation type="unfinished"></translation> | 2984 | + <translation>RESET</translation> |
2865 | </message> | 2985 | </message> |
2866 | <message> | 2986 | <message> |
2867 | - <location filename="operationtimeparts.ui" line="289"/> | 2987 | + <location filename="operationtimeparts.ui" line="302"/> |
2868 | <source>도어 OPEN</source> | 2988 | <source>도어 OPEN</source> |
2869 | - <translation type="unfinished"></translation> | 2989 | + <translation>Door Open</translation> |
2870 | </message> | 2990 | </message> |
2871 | <message> | 2991 | <message> |
2872 | - <location filename="operationtimeparts.ui" line="310"/> | 2992 | + <location filename="operationtimeparts.ui" line="323"/> |
2873 | <source>볼밸브 OPEN</source> | 2993 | <source>볼밸브 OPEN</source> |
2874 | - <translation type="unfinished"></translation> | 2994 | + <translation>Ball Valve Open</translation> |
2875 | </message> | 2995 | </message> |
2876 | <message> | 2996 | <message> |
2877 | - <location filename="operationtimeparts.ui" line="331"/> | 2997 | + <location filename="operationtimeparts.ui" line="344"/> |
2878 | <source>S/G 급수 솔레노이드</source> | 2998 | <source>S/G 급수 솔레노이드</source> |
2879 | - <translation type="unfinished"></translation> | 2999 | + <translation>S/G Water Supply Solenoid</translation> |
2880 | </message> | 3000 | </message> |
2881 | <message> | 3001 | <message> |
2882 | - <location filename="operationtimeparts.ui" line="352"/> | 3002 | + <location filename="operationtimeparts.ui" line="365"/> |
2883 | <source>퀀칭 솔레노이드</source> | 3003 | <source>퀀칭 솔레노이드</source> |
2884 | - <translation type="unfinished"></translation> | 3004 | + <translation>Quenching Solenoid</translation> |
2885 | </message> | 3005 | </message> |
2886 | <message> | 3006 | <message> |
2887 | - <location filename="operationtimeparts.ui" line="373"/> | 3007 | + <location filename="operationtimeparts.ui" line="386"/> |
2888 | <source>고내살수 노즐 솔레노이드 </source> | 3008 | <source>고내살수 노즐 솔레노이드 </source> |
2889 | - <translation type="unfinished"></translation> | 3009 | + <translation>Inside-storage Water Spray |
3010 | +Nozzle Solenoid</translation> | ||
2890 | </message> | 3011 | </message> |
2891 | <message> | 3012 | <message> |
2892 | - <location filename="operationtimeparts.ui" line="394"/> | 3013 | + <location filename="operationtimeparts.ui" line="407"/> |
2893 | <source>호스릴 솔레노이드</source> | 3014 | <source>호스릴 솔레노이드</source> |
2894 | - <translation type="unfinished"></translation> | 3015 | + <translation>Hose Reel Solenoid</translation> |
2895 | </message> | 3016 | </message> |
2896 | <message> | 3017 | <message> |
2897 | - <location filename="operationtimeparts.ui" line="415"/> | 3018 | + <location filename="operationtimeparts.ui" line="428"/> |
2898 | <source>세제공급펌프</source> | 3019 | <source>세제공급펌프</source> |
2899 | - <translation type="unfinished"></translation> | 3020 | + <translation>Detergent Supply Pump</translation> |
2900 | </message> | 3021 | </message> |
2901 | <message> | 3022 | <message> |
2902 | - <location filename="operationtimeparts.ui" line="436"/> | 3023 | + <location filename="operationtimeparts.ui" line="449"/> |
2903 | <source>배습댐퍼</source> | 3024 | <source>배습댐퍼</source> |
2904 | - <translation type="unfinished"></translation> | 3025 | + <translation>Moisture-discharging Damper</translation> |
2905 | </message> | 3026 | </message> |
2906 | <message> | 3027 | <message> |
2907 | - <location filename="operationtimeparts.ui" line="457"/> | 3028 | + <location filename="operationtimeparts.ui" line="470"/> |
2908 | <source>소형펌프모터</source> | 3029 | <source>소형펌프모터</source> |
2909 | - <translation type="unfinished"></translation> | 3030 | + <translation>Small Pump Motor</translation> |
2910 | </message> | 3031 | </message> |
2911 | <message> | 3032 | <message> |
2912 | - <location filename="operationtimeparts.ui" line="478"/> | ||
2913 | - <location filename="operationtimeparts.ui" line="499"/> | 3033 | + <location filename="operationtimeparts.ui" line="491"/> |
3034 | + <location filename="operationtimeparts.ui" line="512"/> | ||
2914 | <source>중형펌프모터</source> | 3035 | <source>중형펌프모터</source> |
2915 | - <translation type="unfinished"></translation> | 3036 | + <translation>Medium size Pump Motor</translation> |
2916 | </message> | 3037 | </message> |
2917 | </context> | 3038 | </context> |
2918 | <context> | 3039 | <context> |
2919 | <name>OvenStatistics</name> | 3040 | <name>OvenStatistics</name> |
2920 | <message> | 3041 | <message> |
2921 | - <location filename="ovenstatics.cpp" line="124"/> | 3042 | + <location filename="ovenstatics.cpp" line="128"/> |
2922 | <source>내부 온도 이상 발생</source> | 3043 | <source>내부 온도 이상 발생</source> |
2923 | - <translation type="unfinished"></translation> | 3044 | + <translation>Internal Temperature Abnormality Occurrence</translation> |
2924 | </message> | 3045 | </message> |
2925 | <message> | 3046 | <message> |
2926 | - <location filename="ovenstatics.cpp" line="125"/> | 3047 | + <location filename="ovenstatics.cpp" line="129"/> |
2927 | <source>내부 온도 센서에 이상이 발생하였습니다.</source> | 3048 | <source>내부 온도 센서에 이상이 발생하였습니다.</source> |
2928 | - <translation type="unfinished"></translation> | 3049 | + <translation>Malfunction occurs with internal temperature sensor.</translation> |
2929 | </message> | 3050 | </message> |
2930 | <message> | 3051 | <message> |
2931 | - <location filename="ovenstatics.cpp" line="130"/> | ||
2932 | - <location filename="ovenstatics.cpp" line="137"/> | 3052 | + <location filename="ovenstatics.cpp" line="134"/> |
3053 | + <location filename="ovenstatics.cpp" line="141"/> | ||
2933 | <source>퀀칭 온도 이상 발생</source> | 3054 | <source>퀀칭 온도 이상 발생</source> |
2934 | - <translation type="unfinished"></translation> | 3055 | + <translation>Quenching Temperature Abnormality Occurrence</translation> |
2935 | </message> | 3056 | </message> |
2936 | <message> | 3057 | <message> |
2937 | - <location filename="ovenstatics.cpp" line="131"/> | 3058 | + <location filename="ovenstatics.cpp" line="135"/> |
2938 | <source>퀀칭 온도에 이상이 발생하였습니다.</source> | 3059 | <source>퀀칭 온도에 이상이 발생하였습니다.</source> |
2939 | - <translation type="unfinished"></translation> | 3060 | + <translation>Malfunction occurs with quenchingl temperature.</translation> |
2940 | </message> | 3061 | </message> |
2941 | <message> | 3062 | <message> |
2942 | - <location filename="ovenstatics.cpp" line="138"/> | 3063 | + <location filename="ovenstatics.cpp" line="142"/> |
2943 | <source>퀀칭 온도 센서에 이상이 발생하였습니다.</source> | 3064 | <source>퀀칭 온도 센서에 이상이 발생하였습니다.</source> |
2944 | - <translation type="unfinished"></translation> | 3065 | + <translation>Malfunction occurs with quenchingl temperature sensor.</translation> |
2945 | </message> | 3066 | </message> |
2946 | <message> | 3067 | <message> |
2947 | - <location filename="ovenstatics.cpp" line="143"/> | 3068 | + <location filename="ovenstatics.cpp" line="147"/> |
2948 | <source>벽면 온도 이상 발생</source> | 3069 | <source>벽면 온도 이상 발생</source> |
2949 | - <translation type="unfinished"></translation> | 3070 | + <translation>Wall Temperature Abnormality Occurrence</translation> |
2950 | </message> | 3071 | </message> |
2951 | <message> | 3072 | <message> |
2952 | - <location filename="ovenstatics.cpp" line="144"/> | 3073 | + <location filename="ovenstatics.cpp" line="148"/> |
2953 | <source>벽면 온도 센서에 이상이 발생하였습니다.</source> | 3074 | <source>벽면 온도 센서에 이상이 발생하였습니다.</source> |
2954 | - <translation type="unfinished"></translation> | 3075 | + <translation>Malfunction occurs with wall temperature sensor. </translation> |
2955 | </message> | 3076 | </message> |
2956 | <message> | 3077 | <message> |
2957 | - <location filename="ovenstatics.cpp" line="149"/> | 3078 | + <location filename="ovenstatics.cpp" line="153"/> |
2958 | <source>스팀제네레이터 온도 이상 발생</source> | 3079 | <source>스팀제네레이터 온도 이상 발생</source> |
2959 | - <translation type="unfinished"></translation> | 3080 | + <translation>Steam Generator Temperature Abnormality Occurrence</translation> |
2960 | </message> | 3081 | </message> |
2961 | <message> | 3082 | <message> |
2962 | - <location filename="ovenstatics.cpp" line="150"/> | 3083 | + <location filename="ovenstatics.cpp" line="154"/> |
2963 | <source>스팀제네레이터 온도 센서에 이상이 발생하였습니다.</source> | 3084 | <source>스팀제네레이터 온도 센서에 이상이 발생하였습니다.</source> |
2964 | - <translation type="unfinished"></translation> | 3085 | + <translation>Malfunction occurs with steam generator temperature sensor. </translation> |
2965 | </message> | 3086 | </message> |
2966 | <message> | 3087 | <message> |
2967 | - <location filename="ovenstatics.cpp" line="155"/> | 3088 | + <location filename="ovenstatics.cpp" line="159"/> |
2968 | <source>미트프로브 온도 이상 발생</source> | 3089 | <source>미트프로브 온도 이상 발생</source> |
2969 | - <translation type="unfinished"></translation> | 3090 | + <translation>Meat Probe Temperature Abnormality Occurrence</translation> |
2970 | </message> | 3091 | </message> |
2971 | <message> | 3092 | <message> |
2972 | - <location filename="ovenstatics.cpp" line="156"/> | 3093 | + <location filename="ovenstatics.cpp" line="160"/> |
2973 | <source>미트프로브 온도 센서에 이상이 발생하였습니다.</source> | 3094 | <source>미트프로브 온도 센서에 이상이 발생하였습니다.</source> |
2974 | - <translation type="unfinished"></translation> | 3095 | + <translation>Malfunction occurs with meat probe temperature sensor. </translation> |
2975 | </message> | 3096 | </message> |
2976 | <message> | 3097 | <message> |
2977 | - <location filename="ovenstatics.cpp" line="162"/> | 3098 | + <location filename="ovenstatics.cpp" line="166"/> |
2978 | <source>미트프로브2 온도 이상 발생</source> | 3099 | <source>미트프로브2 온도 이상 발생</source> |
2979 | - <translation type="unfinished"></translation> | 3100 | + <translation>Meat Probe 2 Temperature Abnormality Occurrence</translation> |
2980 | </message> | 3101 | </message> |
2981 | <message> | 3102 | <message> |
2982 | - <location filename="ovenstatics.cpp" line="163"/> | 3103 | + <location filename="ovenstatics.cpp" line="167"/> |
2983 | <source>미트프로브2 온도 센서에 이상이 발생하였습니다.</source> | 3104 | <source>미트프로브2 온도 센서에 이상이 발생하였습니다.</source> |
2984 | - <translation type="unfinished"></translation> | 3105 | + <translation>Malfunction occurs with meat probe 2 temperature sensor. </translation> |
2985 | </message> | 3106 | </message> |
2986 | <message> | 3107 | <message> |
2987 | - <location filename="ovenstatics.cpp" line="169"/> | 3108 | + <location filename="ovenstatics.cpp" line="173"/> |
2988 | <source>미트프로브3 온도 센서에 이상이 발생하였습니다.</source> | 3109 | <source>미트프로브3 온도 센서에 이상이 발생하였습니다.</source> |
2989 | - <translation type="unfinished"></translation> | 3110 | + <translation>Malfunction occurs with meat probe 3 temperature sensor. </translation> |
2990 | </message> | 3111 | </message> |
2991 | <message> | 3112 | <message> |
2992 | - <location filename="ovenstatics.cpp" line="170"/> | 3113 | + <location filename="ovenstatics.cpp" line="174"/> |
2993 | <source>미트프로브3 온도 이상 발생</source> | 3114 | <source>미트프로브3 온도 이상 발생</source> |
2994 | - <translation type="unfinished"></translation> | 3115 | + <translation>Meat Probe 3 Temperature Abnormality Occurrence</translation> |
2995 | </message> | 3116 | </message> |
2996 | <message> | 3117 | <message> |
2997 | - <location filename="ovenstatics.cpp" line="176"/> | 3118 | + <location filename="ovenstatics.cpp" line="180"/> |
2998 | <source>미트프로브4 온도 센서에 이상이 발생하였습니다.</source> | 3119 | <source>미트프로브4 온도 센서에 이상이 발생하였습니다.</source> |
2999 | - <translation type="unfinished"></translation> | 3120 | + <translation>Malfunction occurs with meat probe 4 temperature sensor. </translation> |
3000 | </message> | 3121 | </message> |
3001 | <message> | 3122 | <message> |
3002 | - <location filename="ovenstatics.cpp" line="177"/> | 3123 | + <location filename="ovenstatics.cpp" line="181"/> |
3003 | <source>미트프로브4 온도 이상 발생</source> | 3124 | <source>미트프로브4 온도 이상 발생</source> |
3004 | - <translation type="unfinished"></translation> | 3125 | + <translation>Meat Probe 4 Temperature Abnormality Occurrence</translation> |
3005 | </message> | 3126 | </message> |
3006 | <message> | 3127 | <message> |
3007 | - <location filename="ovenstatics.cpp" line="182"/> | 3128 | + <location filename="ovenstatics.cpp" line="186"/> |
3008 | <source>PCB 온도 센서에 이상이 발생하였습니다.</source> | 3129 | <source>PCB 온도 센서에 이상이 발생하였습니다.</source> |
3009 | - <translation type="unfinished"></translation> | 3130 | + <translation>Malfunction occurs with PCB temperature sensor.</translation> |
3010 | </message> | 3131 | </message> |
3011 | <message> | 3132 | <message> |
3012 | - <location filename="ovenstatics.cpp" line="183"/> | 3133 | + <location filename="ovenstatics.cpp" line="187"/> |
3013 | <source>PCB 온도 이상 발생</source> | 3134 | <source>PCB 온도 이상 발생</source> |
3014 | - <translation type="unfinished"></translation> | 3135 | + <translation>PCB Temperature Abnormality Occurrence</translation> |
3015 | </message> | 3136 | </message> |
3016 | <message> | 3137 | <message> |
3017 | - <location filename="ovenstatics.cpp" line="200"/> | 3138 | + <location filename="ovenstatics.cpp" line="204"/> |
3018 | <source>상부 송풍기 통신 이상 발생</source> | 3139 | <source>상부 송풍기 통신 이상 발생</source> |
3019 | - <translation type="unfinished"></translation> | 3140 | + <translation>Upper Blower Communication Abnormality Occurrence</translation> |
3020 | </message> | 3141 | </message> |
3021 | <message> | 3142 | <message> |
3022 | - <location filename="ovenstatics.cpp" line="201"/> | 3143 | + <location filename="ovenstatics.cpp" line="205"/> |
3023 | <source>상부 송풍기 이상 발생</source> | 3144 | <source>상부 송풍기 이상 발생</source> |
3024 | - <translation type="unfinished"></translation> | 3145 | + <translation>Upper Blower Abnormality Occurrence</translation> |
3025 | </message> | 3146 | </message> |
3026 | <message> | 3147 | <message> |
3027 | - <location filename="ovenstatics.cpp" line="206"/> | 3148 | + <location filename="ovenstatics.cpp" line="210"/> |
3028 | <source>하부 송풍기 통신 이상 발생</source> | 3149 | <source>하부 송풍기 통신 이상 발생</source> |
3029 | - <translation type="unfinished"></translation> | 3150 | + <translation>Lower Blower Communication Abnormality Occurrence</translation> |
3030 | </message> | 3151 | </message> |
3031 | <message> | 3152 | <message> |
3032 | - <location filename="ovenstatics.cpp" line="207"/> | 3153 | + <location filename="ovenstatics.cpp" line="211"/> |
3033 | <source>하부 송풍기 이상 발생</source> | 3154 | <source>하부 송풍기 이상 발생</source> |
3034 | - <translation type="unfinished"></translation> | 3155 | + <translation>Lower Part Blower Abnormality Occurrence</translation> |
3035 | </message> | 3156 | </message> |
3036 | <message> | 3157 | <message> |
3037 | - <location filename="ovenstatics.cpp" line="212"/> | 3158 | + <location filename="ovenstatics.cpp" line="216"/> |
3038 | <source>스팀 송풍기 통신 이상 발생</source> | 3159 | <source>스팀 송풍기 통신 이상 발생</source> |
3039 | - <translation type="unfinished"></translation> | 3160 | + <translation>Steam Blower Communication Abnormality Occurrence</translation> |
3040 | </message> | 3161 | </message> |
3041 | <message> | 3162 | <message> |
3042 | - <location filename="ovenstatics.cpp" line="213"/> | 3163 | + <location filename="ovenstatics.cpp" line="217"/> |
3043 | <source>스팀 송풍기 이상 발생</source> | 3164 | <source>스팀 송풍기 이상 발생</source> |
3044 | - <translation type="unfinished"></translation> | 3165 | + <translation>Steam Blower Abnormality Occurrence</translation> |
3045 | </message> | 3166 | </message> |
3046 | <message> | 3167 | <message> |
3047 | - <location filename="ovenstatics.cpp" line="218"/> | 3168 | + <location filename="ovenstatics.cpp" line="222"/> |
3048 | <source>하부 FAN 컨트롤러 통신 이상 발생</source> | 3169 | <source>하부 FAN 컨트롤러 통신 이상 발생</source> |
3049 | - <translation type="unfinished"></translation> | 3170 | + <translation>Lower Fan Controller Communication Abnormality Occurrence</translation> |
3050 | </message> | 3171 | </message> |
3051 | <message> | 3172 | <message> |
3052 | - <location filename="ovenstatics.cpp" line="219"/> | ||
3053 | - <location filename="ovenstatics.cpp" line="261"/> | 3173 | + <location filename="ovenstatics.cpp" line="223"/> |
3174 | + <location filename="ovenstatics.cpp" line="265"/> | ||
3054 | <source>하부 FAN 컨트롤러 이상 발생</source> | 3175 | <source>하부 FAN 컨트롤러 이상 발생</source> |
3055 | - <translation type="unfinished"></translation> | 3176 | + <translation>Lower Fan Controller Communication Abnormality Occurrence</translation> |
3056 | </message> | 3177 | </message> |
3057 | <message> | 3178 | <message> |
3058 | - <location filename="ovenstatics.cpp" line="224"/> | 3179 | + <location filename="ovenstatics.cpp" line="228"/> |
3059 | <source>상부 FAN 컨트롤러 통신 이상 발생</source> | 3180 | <source>상부 FAN 컨트롤러 통신 이상 발생</source> |
3060 | - <translation type="unfinished"></translation> | 3181 | + <translation>Upper Fan Controller Communication Abnormality Occurrence</translation> |
3061 | </message> | 3182 | </message> |
3062 | <message> | 3183 | <message> |
3063 | - <location filename="ovenstatics.cpp" line="225"/> | ||
3064 | - <location filename="ovenstatics.cpp" line="267"/> | 3184 | + <location filename="ovenstatics.cpp" line="229"/> |
3185 | + <location filename="ovenstatics.cpp" line="271"/> | ||
3065 | <source>상부 FAN 컨트롤러 이상 발생</source> | 3186 | <source>상부 FAN 컨트롤러 이상 발생</source> |
3066 | - <translation type="unfinished"></translation> | 3187 | + <translation>Upper Fan Controller Abnormality Occurrence</translation> |
3067 | </message> | 3188 | </message> |
3068 | <message> | 3189 | <message> |
3069 | - <location filename="ovenstatics.cpp" line="242"/> | 3190 | + <location filename="ovenstatics.cpp" line="246"/> |
3070 | <source>버너컨트롤러 1 이상 발생하였습니다.</source> | 3191 | <source>버너컨트롤러 1 이상 발생하였습니다.</source> |
3071 | - <translation type="unfinished"></translation> | 3192 | + <translation>Malfunction occurs with burner controller 1. </translation> |
3193 | + </message> | ||
3194 | + <message> | ||
3195 | + <location filename="ovenstatics.cpp" line="247"/> | ||
3196 | + <source>버너컨트롤러 1 이상 발생</source> | ||
3197 | + <translation>Burner Controller 1 Abnormality Occurrence</translation> | ||
3198 | + </message> | ||
3199 | + <message> | ||
3200 | + <location filename="ovenstatics.cpp" line="252"/> | ||
3201 | + <source>버너컨트롤러 2 이상 발생하였습니다.</source> | ||
3202 | + <translation>Malfunction occurs with burner controller 2. </translation> | ||
3203 | + </message> | ||
3204 | + <message> | ||
3205 | + <location filename="ovenstatics.cpp" line="253"/> | ||
3206 | + <source>버너컨트롤러 2 이상 발생</source> | ||
3207 | + <translation>Burner Controller 2 Abnormality Occurrence</translation> | ||
3208 | + </message> | ||
3209 | + <message> | ||
3210 | + <location filename="ovenstatics.cpp" line="258"/> | ||
3211 | + <source>버너컨트롤러 3 이상 발생하였습니다.</source> | ||
3212 | + <translation>Malfunction occurs with burner controller 3. </translation> | ||
3213 | + </message> | ||
3214 | + <message> | ||
3215 | + <location filename="ovenstatics.cpp" line="259"/> | ||
3216 | + <source>버너컨트롤러 3 이상 발생</source> | ||
3217 | + <translation>Burner Controller 3 Abnormality Occurrence</translation> | ||
3218 | + </message> | ||
3219 | + <message> | ||
3220 | + <location filename="ovenstatics.cpp" line="264"/> | ||
3221 | + <source>하부 FAN 컨트롤러 이상 발생하였습니다.</source> | ||
3222 | + <translation>Malfunction occurs with lower fan controller. </translation> | ||
3072 | </message> | 3223 | </message> |
3073 | <message> | 3224 | <message> |
3074 | - <location filename="ovenstatics.cpp" line="243"/> | ||
3075 | - <source>버너컨트롤러 1 이상 발생</source> | ||
3076 | - <translation type="unfinished"></translation> | 3225 | + <location filename="ovenstatics.cpp" line="270"/> |
3226 | + <source>상부 FAN 컨트롤러 이상 발생하였습니다.</source> | ||
3227 | + <translation>Malfunction occurs with upper fan controller.</translation> | ||
3077 | </message> | 3228 | </message> |
3078 | <message> | 3229 | <message> |
3079 | - <location filename="ovenstatics.cpp" line="248"/> | ||
3080 | - <source>버너컨트롤러 2 이상 발생하였습니다.</source> | 3230 | + <location filename="ovenstatics.cpp" line="289"/> |
3231 | + <source>상부 버너 착화가 되지 않습니다.</source> | ||
3081 | <translation type="unfinished"></translation> | 3232 | <translation type="unfinished"></translation> |
3082 | </message> | 3233 | </message> |
3083 | <message> | 3234 | <message> |
3084 | - <location filename="ovenstatics.cpp" line="249"/> | ||
3085 | - <source>버너컨트롤러 2 이상 발생</source> | 3235 | + <location filename="ovenstatics.cpp" line="290"/> |
3236 | + <source>상부 버너 착화 이상 발생</source> | ||
3086 | <translation type="unfinished"></translation> | 3237 | <translation type="unfinished"></translation> |
3087 | </message> | 3238 | </message> |
3088 | <message> | 3239 | <message> |
3089 | - <location filename="ovenstatics.cpp" line="254"/> | ||
3090 | - <source>버너컨트롤러 3 이상 발생하였습니다.</source> | 3240 | + <location filename="ovenstatics.cpp" line="296"/> |
3241 | + <source>하부 버너 착화가 되지 않습니다.</source> | ||
3091 | <translation type="unfinished"></translation> | 3242 | <translation type="unfinished"></translation> |
3092 | </message> | 3243 | </message> |
3093 | <message> | 3244 | <message> |
3094 | - <location filename="ovenstatics.cpp" line="255"/> | ||
3095 | - <source>버너컨트롤러 3 이상 발생</source> | 3245 | + <location filename="ovenstatics.cpp" line="297"/> |
3246 | + <source>하부 버너 착화 이상 발생</source> | ||
3096 | <translation type="unfinished"></translation> | 3247 | <translation type="unfinished"></translation> |
3097 | </message> | 3248 | </message> |
3098 | <message> | 3249 | <message> |
3099 | - <location filename="ovenstatics.cpp" line="260"/> | ||
3100 | - <source>하부 FAN 컨트롤러 이상 발생하였습니다.</source> | 3250 | + <location filename="ovenstatics.cpp" line="302"/> |
3251 | + <source>스팀 버너 착화가 되지 않습니다.</source> | ||
3101 | <translation type="unfinished"></translation> | 3252 | <translation type="unfinished"></translation> |
3102 | </message> | 3253 | </message> |
3103 | <message> | 3254 | <message> |
3104 | - <location filename="ovenstatics.cpp" line="266"/> | ||
3105 | - <source>상부 FAN 컨트롤러 이상 발생하였습니다.</source> | 3255 | + <location filename="ovenstatics.cpp" line="303"/> |
3256 | + <source>스팀 버너 착화 이상 발생</source> | ||
3106 | <translation type="unfinished"></translation> | 3257 | <translation type="unfinished"></translation> |
3107 | </message> | 3258 | </message> |
3108 | <message> | 3259 | <message> |
3109 | - <location filename="ovenstatics.cpp" line="285"/> | ||
3110 | <source>상부 버너 착하가 되지 않습니다.</source> | 3260 | <source>상부 버너 착하가 되지 않습니다.</source> |
3111 | - <translation type="unfinished"></translation> | 3261 | + <translation type="vanished">Upper burner is not ignited. </translation> |
3112 | </message> | 3262 | </message> |
3113 | <message> | 3263 | <message> |
3114 | - <location filename="ovenstatics.cpp" line="286"/> | ||
3115 | <source>상부 버너 착하 이상 발생</source> | 3264 | <source>상부 버너 착하 이상 발생</source> |
3116 | - <translation type="unfinished"></translation> | 3265 | + <translation type="vanished">Upper Burner Ignition Abnormality Occurrence</translation> |
3117 | </message> | 3266 | </message> |
3118 | <message> | 3267 | <message> |
3119 | - <location filename="ovenstatics.cpp" line="292"/> | ||
3120 | <source>하부 버너 착하가 되지 않습니다.</source> | 3268 | <source>하부 버너 착하가 되지 않습니다.</source> |
3121 | - <translation type="unfinished"></translation> | 3269 | + <translation type="vanished">Lower burner is not ignited. </translation> |
3122 | </message> | 3270 | </message> |
3123 | <message> | 3271 | <message> |
3124 | - <location filename="ovenstatics.cpp" line="293"/> | ||
3125 | <source>하부 버너 착하 이상 발생</source> | 3272 | <source>하부 버너 착하 이상 발생</source> |
3126 | - <translation type="unfinished"></translation> | 3273 | + <translation type="vanished">Lower Burner Ignition Abnormality Occurrence</translation> |
3127 | </message> | 3274 | </message> |
3128 | <message> | 3275 | <message> |
3129 | - <location filename="ovenstatics.cpp" line="298"/> | ||
3130 | <source>스팀 버너 착하가 되지 않습니다.</source> | 3276 | <source>스팀 버너 착하가 되지 않습니다.</source> |
3131 | - <translation type="unfinished"></translation> | 3277 | + <translation type="vanished">Steam burner is not ignited. </translation> |
3132 | </message> | 3278 | </message> |
3133 | <message> | 3279 | <message> |
3134 | - <location filename="ovenstatics.cpp" line="299"/> | ||
3135 | <source>스팀 버너 착하 이상 발생</source> | 3280 | <source>스팀 버너 착하 이상 발생</source> |
3136 | - <translation type="unfinished"></translation> | 3281 | + <translation type="vanished">Steam Burner Ignition Abnormality Occurrence</translation> |
3137 | </message> | 3282 | </message> |
3138 | <message> | 3283 | <message> |
3139 | - <location filename="ovenstatics.cpp" line="304"/> | 3284 | + <location filename="ovenstatics.cpp" line="308"/> |
3140 | <source>내부 온도가 과열되었습니다.</source> | 3285 | <source>내부 온도가 과열되었습니다.</source> |
3141 | - <translation type="unfinished"></translation> | 3286 | + <translation>Internal temperature is overheated. </translation> |
3142 | </message> | 3287 | </message> |
3143 | <message> | 3288 | <message> |
3144 | - <location filename="ovenstatics.cpp" line="305"/> | 3289 | + <location filename="ovenstatics.cpp" line="309"/> |
3145 | <source>내부 온도 과열 발생</source> | 3290 | <source>내부 온도 과열 발생</source> |
3146 | - <translation type="unfinished"></translation> | 3291 | + <translation>Internal Temperature Overheating Occurrence</translation> |
3147 | </message> | 3292 | </message> |
3148 | <message> | 3293 | <message> |
3149 | - <location filename="ovenstatics.cpp" line="311"/> | 3294 | + <location filename="ovenstatics.cpp" line="315"/> |
3150 | <source>퀀칭 온도 센서 이상 발생</source> | 3295 | <source>퀀칭 온도 센서 이상 발생</source> |
3151 | - <translation type="unfinished"></translation> | 3296 | + <translation>Quenching Temperature Sensor Abnormality Occurrence</translation> |
3152 | </message> | 3297 | </message> |
3153 | <message> | 3298 | <message> |
3154 | - <location filename="ovenstatics.cpp" line="312"/> | 3299 | + <location filename="ovenstatics.cpp" line="316"/> |
3155 | <source>퀀칭 온도 센서가 과열되었습니다</source> | 3300 | <source>퀀칭 온도 센서가 과열되었습니다</source> |
3156 | - <translation type="unfinished"></translation> | 3301 | + <translation>Quenching temperature sensor is overheated. </translation> |
3157 | </message> | 3302 | </message> |
3158 | <message> | 3303 | <message> |
3159 | - <location filename="ovenstatics.cpp" line="318"/> | 3304 | + <location filename="ovenstatics.cpp" line="322"/> |
3160 | <source>미트프로브 온도 센서 이상 발생.</source> | 3305 | <source>미트프로브 온도 센서 이상 발생.</source> |
3161 | - <translation type="unfinished"></translation> | 3306 | + <translation>Meat Probe Temperature Sensor Abnormality Occurrence</translation> |
3162 | </message> | 3307 | </message> |
3163 | <message> | 3308 | <message> |
3164 | - <location filename="ovenstatics.cpp" line="319"/> | 3309 | + <location filename="ovenstatics.cpp" line="323"/> |
3165 | <source>미트프로브 온도 센서 과열되었습니다.</source> | 3310 | <source>미트프로브 온도 센서 과열되었습니다.</source> |
3166 | - <translation type="unfinished"></translation> | 3311 | + <translation>Meat probe temperature sensor is overheated. </translation> |
3167 | </message> | 3312 | </message> |
3168 | <message> | 3313 | <message> |
3169 | - <location filename="ovenstatics.cpp" line="324"/> | 3314 | + <location filename="ovenstatics.cpp" line="328"/> |
3170 | <source>벽면 온도 센서 이상 발생.</source> | 3315 | <source>벽면 온도 센서 이상 발생.</source> |
3171 | - <translation type="unfinished"></translation> | 3316 | + <translation>Wall Temperature Sensor Abnormality Occurrence</translation> |
3172 | </message> | 3317 | </message> |
3173 | <message> | 3318 | <message> |
3174 | - <location filename="ovenstatics.cpp" line="325"/> | 3319 | + <location filename="ovenstatics.cpp" line="329"/> |
3175 | <source>벽면 온도 센서가 과열 되었습니다.</source> | 3320 | <source>벽면 온도 센서가 과열 되었습니다.</source> |
3176 | - <translation type="unfinished"></translation> | 3321 | + <translation>Wall temperature sensor is overheated. </translation> |
3177 | </message> | 3322 | </message> |
3178 | <message> | 3323 | <message> |
3179 | - <location filename="ovenstatics.cpp" line="330"/> | 3324 | + <location filename="ovenstatics.cpp" line="334"/> |
3180 | <source>스팀제네레이터 온도 이상 발생.</source> | 3325 | <source>스팀제네레이터 온도 이상 발생.</source> |
3181 | - <translation type="unfinished"></translation> | 3326 | + <translation>Steam Generator Temperature Abnormality Occurrence</translation> |
3182 | </message> | 3327 | </message> |
3183 | <message> | 3328 | <message> |
3184 | - <location filename="ovenstatics.cpp" line="331"/> | 3329 | + <location filename="ovenstatics.cpp" line="335"/> |
3185 | <source>스팀제네레이터 온도 센서가 과열 되었습니다.</source> | 3330 | <source>스팀제네레이터 온도 센서가 과열 되었습니다.</source> |
3186 | - <translation type="unfinished"></translation> | 3331 | + <translation>Steam generator temperature sensor is overheated. </translation> |
3187 | </message> | 3332 | </message> |
3188 | <message> | 3333 | <message> |
3189 | - <location filename="ovenstatics.cpp" line="337"/> | ||
3190 | - <location filename="ovenstatics.cpp" line="344"/> | 3334 | + <location filename="ovenstatics.cpp" line="341"/> |
3335 | + <location filename="ovenstatics.cpp" line="348"/> | ||
3191 | <source>급수 이상 발생</source> | 3336 | <source>급수 이상 발생</source> |
3192 | - <translation type="unfinished"></translation> | 3337 | + <translation>Water Supply Abnormality Occurrence</translation> |
3193 | </message> | 3338 | </message> |
3194 | <message> | 3339 | <message> |
3195 | - <location filename="ovenstatics.cpp" line="338"/> | ||
3196 | - <location filename="ovenstatics.cpp" line="345"/> | 3340 | + <location filename="ovenstatics.cpp" line="342"/> |
3341 | + <location filename="ovenstatics.cpp" line="349"/> | ||
3197 | <source>급수가 되지 않습니다.</source> | 3342 | <source>급수가 되지 않습니다.</source> |
3198 | - <translation type="unfinished"></translation> | 3343 | + <translation>Water is not supplied. </translation> |
3199 | </message> | 3344 | </message> |
3200 | </context> | 3345 | </context> |
3201 | <context> | 3346 | <context> |
@@ -3204,45 +3349,45 @@ | @@ -3204,45 +3349,45 @@ | ||
3204 | <location filename="preheatpopup.ui" line="104"/> | 3349 | <location filename="preheatpopup.ui" line="104"/> |
3205 | <location filename="preheatpopup.ui" line="549"/> | 3350 | <location filename="preheatpopup.ui" line="549"/> |
3206 | <source>10</source> | 3351 | <source>10</source> |
3207 | - <translation type="unfinished"></translation> | 3352 | + <translation>10</translation> |
3208 | </message> | 3353 | </message> |
3209 | <message> | 3354 | <message> |
3210 | <location filename="preheatpopup.ui" line="163"/> | 3355 | <location filename="preheatpopup.ui" line="163"/> |
3211 | <source>예열 중</source> | 3356 | <source>예열 중</source> |
3212 | - <translation type="unfinished"></translation> | 3357 | + <translation>preheating</translation> |
3213 | </message> | 3358 | </message> |
3214 | <message> | 3359 | <message> |
3215 | <location filename="preheatpopup.ui" line="331"/> | 3360 | <location filename="preheatpopup.ui" line="331"/> |
3216 | <source>예열</source> | 3361 | <source>예열</source> |
3217 | - <translation type="unfinished"></translation> | 3362 | + <translation>Preheating</translation> |
3218 | </message> | 3363 | </message> |
3219 | <message> | 3364 | <message> |
3220 | <location filename="preheatpopup.ui" line="491"/> | 3365 | <location filename="preheatpopup.ui" line="491"/> |
3221 | <source>00:00</source> | 3366 | <source>00:00</source> |
3222 | - <translation type="unfinished"></translation> | 3367 | + <translation>0:00</translation> |
3223 | </message> | 3368 | </message> |
3224 | <message> | 3369 | <message> |
3225 | <location filename="preheatpopup.ui" line="749"/> | 3370 | <location filename="preheatpopup.ui" line="749"/> |
3226 | <source>000/000</source> | 3371 | <source>000/000</source> |
3227 | - <translation type="unfinished"></translation> | 3372 | + <translation>000/000</translation> |
3228 | </message> | 3373 | </message> |
3229 | </context> | 3374 | </context> |
3230 | <context> | 3375 | <context> |
3231 | <name>PrimeWindow</name> | 3376 | <name>PrimeWindow</name> |
3232 | <message> | 3377 | <message> |
3233 | - <location filename="primewindow.ui" line="250"/> | 3378 | + <location filename="primewindow.ui" line="263"/> |
3234 | <source>선호 요리</source> | 3379 | <source>선호 요리</source> |
3235 | - <translation type="unfinished"></translation> | 3380 | + <translation>Favorite Dishes</translation> |
3236 | </message> | 3381 | </message> |
3237 | <message> | 3382 | <message> |
3238 | - <location filename="primewindow.ui" line="279"/> | 3383 | + <location filename="primewindow.ui" line="292"/> |
3239 | <source>즐겨찾기</source> | 3384 | <source>즐겨찾기</source> |
3240 | - <translation type="unfinished"></translation> | 3385 | + <translation>Bookmark</translation> |
3241 | </message> | 3386 | </message> |
3242 | <message> | 3387 | <message> |
3243 | - <location filename="primewindow.ui" line="308"/> | 3388 | + <location filename="primewindow.ui" line="321"/> |
3244 | <source>최근 요리</source> | 3389 | <source>최근 요리</source> |
3245 | - <translation type="unfinished"></translation> | 3390 | + <translation>Latest Dishes</translation> |
3246 | </message> | 3391 | </message> |
3247 | </context> | 3392 | </context> |
3248 | <context> | 3393 | <context> |
@@ -3250,7 +3395,7 @@ | @@ -3250,7 +3395,7 @@ | ||
3250 | <message> | 3395 | <message> |
3251 | <location filename="programmedcookpanelbutton.ui" line="14"/> | 3396 | <location filename="programmedcookpanelbutton.ui" line="14"/> |
3252 | <source>Form</source> | 3397 | <source>Form</source> |
3253 | - <translation type="unfinished"></translation> | 3398 | + <translation>form</translation> |
3254 | </message> | 3399 | </message> |
3255 | </context> | 3400 | </context> |
3256 | <context> | 3401 | <context> |
@@ -3259,28 +3404,30 @@ | @@ -3259,28 +3404,30 @@ | ||
3259 | <location filename="programmingautoconfigwindow.ui" line="121"/> | 3404 | <location filename="programmingautoconfigwindow.ui" line="121"/> |
3260 | <location filename="programmingautoconfigwindow.ui" line="340"/> | 3405 | <location filename="programmingautoconfigwindow.ui" line="340"/> |
3261 | <location filename="programmingautoconfigwindow.ui" line="402"/> | 3406 | <location filename="programmingautoconfigwindow.ui" line="402"/> |
3262 | - <location filename="programmingautoconfigwindow.ui" line="1105"/> | ||
3263 | - <location filename="programmingautoconfigwindow.ui" line="1267"/> | 3407 | + <location filename="programmingautoconfigwindow.ui" line="1118"/> |
3408 | + <location filename="programmingautoconfigwindow.ui" line="1280"/> | ||
3264 | <source>증가</source> | 3409 | <source>증가</source> |
3265 | - <translation type="unfinished"></translation> | 3410 | + <translation>Increase |
3411 | + | ||
3412 | +</translation> | ||
3266 | </message> | 3413 | </message> |
3267 | <message> | 3414 | <message> |
3268 | <location filename="programmingautoconfigwindow.ui" line="216"/> | 3415 | <location filename="programmingautoconfigwindow.ui" line="216"/> |
3269 | - <location filename="programmingautoconfigwindow.ui" line="732"/> | ||
3270 | - <location filename="programmingautoconfigwindow.ui" line="898"/> | ||
3271 | - <location filename="programmingautoconfigwindow.ui" line="962"/> | ||
3272 | - <location filename="programmingautoconfigwindow.ui" line="1331"/> | 3416 | + <location filename="programmingautoconfigwindow.ui" line="745"/> |
3417 | + <location filename="programmingautoconfigwindow.ui" line="911"/> | ||
3418 | + <location filename="programmingautoconfigwindow.ui" line="975"/> | ||
3419 | + <location filename="programmingautoconfigwindow.ui" line="1344"/> | ||
3273 | <source>스팀</source> | 3420 | <source>스팀</source> |
3274 | - <translation type="unfinished"></translation> | 3421 | + <translation>Steam</translation> |
3275 | </message> | 3422 | </message> |
3276 | <message> | 3423 | <message> |
3277 | <location filename="programmingautoconfigwindow.ui" line="278"/> | 3424 | <location filename="programmingautoconfigwindow.ui" line="278"/> |
3278 | <location filename="programmingautoconfigwindow.ui" line="464"/> | 3425 | <location filename="programmingautoconfigwindow.ui" line="464"/> |
3279 | - <location filename="programmingautoconfigwindow.ui" line="649"/> | ||
3280 | - <location filename="programmingautoconfigwindow.ui" line="1024"/> | ||
3281 | - <location filename="programmingautoconfigwindow.ui" line="1167"/> | 3426 | + <location filename="programmingautoconfigwindow.ui" line="662"/> |
3427 | + <location filename="programmingautoconfigwindow.ui" line="1037"/> | ||
3428 | + <location filename="programmingautoconfigwindow.ui" line="1180"/> | ||
3282 | <source>감소</source> | 3429 | <source>감소</source> |
3283 | - <translation type="unfinished"></translation> | 3430 | + <translation>Decrease</translation> |
3284 | </message> | 3431 | </message> |
3285 | </context> | 3432 | </context> |
3286 | <context> | 3433 | <context> |
@@ -3288,22 +3435,22 @@ | @@ -3288,22 +3435,22 @@ | ||
3288 | <message> | 3435 | <message> |
3289 | <location filename="programmingmanualcoretemppopup.ui" line="83"/> | 3436 | <location filename="programmingmanualcoretemppopup.ui" line="83"/> |
3290 | <source>icon</source> | 3437 | <source>icon</source> |
3291 | - <translation type="unfinished"></translation> | 3438 | + <translation>icon</translation> |
3292 | </message> | 3439 | </message> |
3293 | <message> | 3440 | <message> |
3294 | <location filename="programmingmanualcoretemppopup.ui" line="100"/> | 3441 | <location filename="programmingmanualcoretemppopup.ui" line="100"/> |
3295 | <source>이전으로</source> | 3442 | <source>이전으로</source> |
3296 | - <translation type="unfinished"></translation> | 3443 | + <translation>Back to previous stage</translation> |
3297 | </message> | 3444 | </message> |
3298 | <message> | 3445 | <message> |
3299 | <location filename="programmingmanualcoretemppopup.ui" line="120"/> | 3446 | <location filename="programmingmanualcoretemppopup.ui" line="120"/> |
3300 | <source>확인/적용하기</source> | 3447 | <source>확인/적용하기</source> |
3301 | - <translation type="unfinished"></translation> | 3448 | + <translation>Confirm / Apply</translation> |
3302 | </message> | 3449 | </message> |
3303 | <message> | 3450 | <message> |
3304 | <location filename="programmingmanualcoretemppopup.ui" line="197"/> | 3451 | <location filename="programmingmanualcoretemppopup.ui" line="197"/> |
3305 | <source>℃</source> | 3452 | <source>℃</source> |
3306 | - <translation type="unfinished"></translation> | 3453 | + <translation>℃</translation> |
3307 | </message> | 3454 | </message> |
3308 | </context> | 3455 | </context> |
3309 | <context> | 3456 | <context> |
@@ -3311,49 +3458,49 @@ | @@ -3311,49 +3458,49 @@ | ||
3311 | <message> | 3458 | <message> |
3312 | <location filename="programmingmanualwindow.ui" line="121"/> | 3459 | <location filename="programmingmanualwindow.ui" line="121"/> |
3313 | <source>0%</source> | 3460 | <source>0%</source> |
3314 | - <translation type="unfinished"></translation> | 3461 | + <translation>0%</translation> |
3315 | </message> | 3462 | </message> |
3316 | <message> | 3463 | <message> |
3317 | - <location filename="programmingmanualwindow.ui" line="225"/> | 3464 | + <location filename="programmingmanualwindow.ui" line="238"/> |
3318 | <source>건열</source> | 3465 | <source>건열</source> |
3319 | - <translation type="unfinished"></translation> | 3466 | + <translation>Dry Heat</translation> |
3320 | </message> | 3467 | </message> |
3321 | <message> | 3468 | <message> |
3322 | - <location filename="programmingmanualwindow.ui" line="312"/> | ||
3323 | - <location filename="programmingmanualwindow.ui" line="438"/> | 3469 | + <location filename="programmingmanualwindow.ui" line="325"/> |
3470 | + <location filename="programmingmanualwindow.ui" line="451"/> | ||
3324 | <source>증가</source> | 3471 | <source>증가</source> |
3325 | - <translation type="unfinished"></translation> | 3472 | + <translation>Increase</translation> |
3326 | </message> | 3473 | </message> |
3327 | <message> | 3474 | <message> |
3328 | - <location filename="programmingmanualwindow.ui" line="376"/> | 3475 | + <location filename="programmingmanualwindow.ui" line="389"/> |
3329 | <source><span style="font-size:11pt;">℃</span></source> | 3476 | <source><span style="font-size:11pt;">℃</span></source> |
3330 | - <translation type="unfinished"></translation> | 3477 | + <translation><span style="font-size:11pt;">℃</span></translation> |
3331 | </message> | 3478 | </message> |
3332 | <message> | 3479 | <message> |
3333 | - <location filename="programmingmanualwindow.ui" line="500"/> | ||
3334 | - <location filename="programmingmanualwindow.ui" line="750"/> | 3480 | + <location filename="programmingmanualwindow.ui" line="513"/> |
3481 | + <location filename="programmingmanualwindow.ui" line="763"/> | ||
3335 | <source>감소</source> | 3482 | <source>감소</source> |
3336 | - <translation type="unfinished"></translation> | 3483 | + <translation>Decrease</translation> |
3337 | </message> | 3484 | </message> |
3338 | <message> | 3485 | <message> |
3339 | - <location filename="programmingmanualwindow.ui" line="621"/> | 3486 | + <location filename="programmingmanualwindow.ui" line="634"/> |
3340 | <source>스팀</source> | 3487 | <source>스팀</source> |
3341 | - <translation type="unfinished"></translation> | 3488 | + <translation>Steam</translation> |
3342 | </message> | 3489 | </message> |
3343 | <message> | 3490 | <message> |
3344 | - <location filename="programmingmanualwindow.ui" line="688"/> | 3491 | + <location filename="programmingmanualwindow.ui" line="701"/> |
3345 | <source>30<span style="font-size:11pt;">℃</span></source> | 3492 | <source>30<span style="font-size:11pt;">℃</span></source> |
3346 | - <translation type="unfinished"></translation> | 3493 | + <translation>30<span style="font-size:11pt;">℃</span></translation> |
3347 | </message> | 3494 | </message> |
3348 | <message> | 3495 | <message> |
3349 | - <location filename="programmingmanualwindow.ui" line="818"/> | 3496 | + <location filename="programmingmanualwindow.ui" line="831"/> |
3350 | <source>콤비</source> | 3497 | <source>콤비</source> |
3351 | - <translation type="unfinished"></translation> | 3498 | + <translation>Combi</translation> |
3352 | </message> | 3499 | </message> |
3353 | <message> | 3500 | <message> |
3354 | - <location filename="programmingmanualwindow.ui" line="885"/> | 3501 | + <location filename="programmingmanualwindow.ui" line="898"/> |
3355 | <source>0<span style="font-size:11pt;">초</span></source> | 3502 | <source>0<span style="font-size:11pt;">초</span></source> |
3356 | - <translation type="unfinished"></translation> | 3503 | + <translation>0<span style="font-size:11pt;">second</span></translation> |
3357 | </message> | 3504 | </message> |
3358 | </context> | 3505 | </context> |
3359 | <context> | 3506 | <context> |
@@ -3361,22 +3508,22 @@ | @@ -3361,22 +3508,22 @@ | ||
3361 | <message> | 3508 | <message> |
3362 | <location filename="programmingnamepopup.ui" line="81"/> | 3509 | <location filename="programmingnamepopup.ui" line="81"/> |
3363 | <source>확인</source> | 3510 | <source>확인</source> |
3364 | - <translation type="unfinished"></translation> | 3511 | + <translation>Confirm</translation> |
3365 | </message> | 3512 | </message> |
3366 | <message> | 3513 | <message> |
3367 | <location filename="programmingnamepopup.ui" line="104"/> | 3514 | <location filename="programmingnamepopup.ui" line="104"/> |
3368 | <source>취소</source> | 3515 | <source>취소</source> |
3369 | - <translation type="unfinished"></translation> | 3516 | + <translation>Cancel</translation> |
3370 | </message> | 3517 | </message> |
3371 | <message> | 3518 | <message> |
3372 | <location filename="programmingnamepopup.ui" line="128"/> | 3519 | <location filename="programmingnamepopup.ui" line="128"/> |
3373 | <source>이름 변경</source> | 3520 | <source>이름 변경</source> |
3374 | - <translation type="unfinished"></translation> | 3521 | + <translation>Name Change</translation> |
3375 | </message> | 3522 | </message> |
3376 | <message> | 3523 | <message> |
3377 | <location filename="programmingnamepopup.ui" line="150"/> | 3524 | <location filename="programmingnamepopup.ui" line="150"/> |
3378 | <source>즐겨찾기 이름</source> | 3525 | <source>즐겨찾기 이름</source> |
3379 | - <translation type="unfinished"></translation> | 3526 | + <translation>Bookmark Name</translation> |
3380 | </message> | 3527 | </message> |
3381 | </context> | 3528 | </context> |
3382 | <context> | 3529 | <context> |
@@ -3384,7 +3531,7 @@ | @@ -3384,7 +3531,7 @@ | ||
3384 | <message> | 3531 | <message> |
3385 | <location filename="programmingselectionwindow.ui" line="84"/> | 3532 | <location filename="programmingselectionwindow.ui" line="84"/> |
3386 | <source>디저트류</source> | 3533 | <source>디저트류</source> |
3387 | - <translation type="unfinished"></translation> | 3534 | + <translation>Dessert</translation> |
3388 | </message> | 3535 | </message> |
3389 | <message> | 3536 | <message> |
3390 | <location filename="programmingselectionwindow.ui" line="87"/> | 3537 | <location filename="programmingselectionwindow.ui" line="87"/> |
@@ -3394,117 +3541,117 @@ | @@ -3394,117 +3541,117 @@ | ||
3394 | <location filename="programmingselectionwindow.ui" line="417"/> | 3541 | <location filename="programmingselectionwindow.ui" line="417"/> |
3395 | <location filename="programmingselectionwindow.ui" line="589"/> | 3542 | <location filename="programmingselectionwindow.ui" line="589"/> |
3396 | <location filename="programmingselectionwindow.ui" line="643"/> | 3543 | <location filename="programmingselectionwindow.ui" line="643"/> |
3397 | - <location filename="programmingselectionwindow.ui" line="726"/> | 3544 | + <location filename="programmingselectionwindow.ui" line="739"/> |
3398 | <source>type</source> | 3545 | <source>type</source> |
3399 | - <translation type="unfinished"></translation> | 3546 | + <translation>type</translation> |
3400 | </message> | 3547 | </message> |
3401 | <message> | 3548 | <message> |
3402 | <location filename="programmingselectionwindow.ui" line="114"/> | 3549 | <location filename="programmingselectionwindow.ui" line="114"/> |
3403 | <source>생선류</source> | 3550 | <source>생선류</source> |
3404 | - <translation type="unfinished"></translation> | 3551 | + <translation>Fishes</translation> |
3405 | </message> | 3552 | </message> |
3406 | <message> | 3553 | <message> |
3407 | <location filename="programmingselectionwindow.ui" line="173"/> | 3554 | <location filename="programmingselectionwindow.ui" line="173"/> |
3408 | <source>다중요리</source> | 3555 | <source>다중요리</source> |
3409 | - <translation type="unfinished"></translation> | 3556 | + <translation>Multiple Cooking</translation> |
3410 | </message> | 3557 | </message> |
3411 | <message> | 3558 | <message> |
3412 | <location filename="programmingselectionwindow.ui" line="176"/> | 3559 | <location filename="programmingselectionwindow.ui" line="176"/> |
3413 | <location filename="programmingselectionwindow.ui" line="463"/> | 3560 | <location filename="programmingselectionwindow.ui" line="463"/> |
3414 | <location filename="programmingselectionwindow.ui" line="496"/> | 3561 | <location filename="programmingselectionwindow.ui" line="496"/> |
3415 | <source>function</source> | 3562 | <source>function</source> |
3416 | - <translation type="unfinished"></translation> | 3563 | + <translation>function</translation> |
3417 | </message> | 3564 | </message> |
3418 | <message> | 3565 | <message> |
3419 | <location filename="programmingselectionwindow.ui" line="203"/> | 3566 | <location filename="programmingselectionwindow.ui" line="203"/> |
3420 | <source>채소및곡류</source> | 3567 | <source>채소및곡류</source> |
3421 | - <translation type="unfinished"></translation> | 3568 | + <translation>Vegetables and Grains</translation> |
3422 | </message> | 3569 | </message> |
3423 | <message> | 3570 | <message> |
3424 | <location filename="programmingselectionwindow.ui" line="233"/> | 3571 | <location filename="programmingselectionwindow.ui" line="233"/> |
3425 | <source>육류</source> | 3572 | <source>육류</source> |
3426 | - <translation type="unfinished"></translation> | 3573 | + <translation>Meat</translation> |
3427 | </message> | 3574 | </message> |
3428 | <message> | 3575 | <message> |
3429 | <location filename="programmingselectionwindow.ui" line="384"/> | 3576 | <location filename="programmingselectionwindow.ui" line="384"/> |
3430 | <source>건열</source> | 3577 | <source>건열</source> |
3431 | - <translation type="unfinished"></translation> | 3578 | + <translation>Dry Heat</translation> |
3432 | </message> | 3579 | </message> |
3433 | <message> | 3580 | <message> |
3434 | <location filename="programmingselectionwindow.ui" line="387"/> | 3581 | <location filename="programmingselectionwindow.ui" line="387"/> |
3435 | <location filename="programmingselectionwindow.ui" line="520"/> | 3582 | <location filename="programmingselectionwindow.ui" line="520"/> |
3436 | <location filename="programmingselectionwindow.ui" line="613"/> | 3583 | <location filename="programmingselectionwindow.ui" line="613"/> |
3437 | <source>mode</source> | 3584 | <source>mode</source> |
3438 | - <translation type="unfinished"></translation> | 3585 | + <translation>mode</translation> |
3439 | </message> | 3586 | </message> |
3440 | <message> | 3587 | <message> |
3441 | <location filename="programmingselectionwindow.ui" line="414"/> | 3588 | <location filename="programmingselectionwindow.ui" line="414"/> |
3442 | <source>기타요리</source> | 3589 | <source>기타요리</source> |
3443 | - <translation type="unfinished"></translation> | 3590 | + <translation>Other Dishes</translation> |
3444 | </message> | 3591 | </message> |
3445 | <message> | 3592 | <message> |
3446 | <location filename="programmingselectionwindow.ui" line="460"/> | 3593 | <location filename="programmingselectionwindow.ui" line="460"/> |
3447 | <source>세척모드</source> | 3594 | <source>세척모드</source> |
3448 | - <translation type="unfinished"></translation> | 3595 | + <translation>Cleaning Mode</translation> |
3449 | </message> | 3596 | </message> |
3450 | <message> | 3597 | <message> |
3451 | <location filename="programmingselectionwindow.ui" line="493"/> | 3598 | <location filename="programmingselectionwindow.ui" line="493"/> |
3452 | <source>프로그래밍모드</source> | 3599 | <source>프로그래밍모드</source> |
3453 | - <translation type="unfinished"></translation> | 3600 | + <translation>Programming Mode</translation> |
3454 | </message> | 3601 | </message> |
3455 | <message> | 3602 | <message> |
3456 | <location filename="programmingselectionwindow.ui" line="517"/> | 3603 | <location filename="programmingselectionwindow.ui" line="517"/> |
3457 | <source>스팀</source> | 3604 | <source>스팀</source> |
3458 | - <translation type="unfinished"></translation> | 3605 | + <translation>Steam</translation> |
3459 | </message> | 3606 | </message> |
3460 | <message> | 3607 | <message> |
3461 | <location filename="programmingselectionwindow.ui" line="586"/> | 3608 | <location filename="programmingselectionwindow.ui" line="586"/> |
3462 | <source>가금류</source> | 3609 | <source>가금류</source> |
3463 | - <translation type="unfinished"></translation> | 3610 | + <translation>Poultry</translation> |
3464 | </message> | 3611 | </message> |
3465 | <message> | 3612 | <message> |
3466 | <location filename="programmingselectionwindow.ui" line="610"/> | 3613 | <location filename="programmingselectionwindow.ui" line="610"/> |
3467 | <source>콤비</source> | 3614 | <source>콤비</source> |
3468 | - <translation type="unfinished"></translation> | 3615 | + <translation>Combi</translation> |
3469 | </message> | 3616 | </message> |
3470 | <message> | 3617 | <message> |
3471 | <location filename="programmingselectionwindow.ui" line="640"/> | 3618 | <location filename="programmingselectionwindow.ui" line="640"/> |
3472 | <source>부가기능</source> | 3619 | <source>부가기능</source> |
3473 | - <translation type="unfinished"></translation> | 3620 | + <translation>Additional Functions</translation> |
3474 | </message> | 3621 | </message> |
3475 | <message> | 3622 | <message> |
3476 | - <location filename="programmingselectionwindow.ui" line="723"/> | 3623 | + <location filename="programmingselectionwindow.ui" line="736"/> |
3477 | <source>제과제빵류</source> | 3624 | <source>제과제빵류</source> |
3478 | - <translation type="unfinished"></translation> | 3625 | + <translation>Confectionery and Baking</translation> |
3479 | </message> | 3626 | </message> |
3480 | </context> | 3627 | </context> |
3481 | <context> | 3628 | <context> |
3482 | <name>ProgrammingWindow</name> | 3629 | <name>ProgrammingWindow</name> |
3483 | <message> | 3630 | <message> |
3484 | - <location filename="programmingwindow.ui" line="205"/> | 3631 | + <location filename="programmingwindow.ui" line="218"/> |
3485 | <source>자동 요리 만들기</source> | 3632 | <source>자동 요리 만들기</source> |
3486 | - <translation type="unfinished"></translation> | 3633 | + <translation>Automatic Cooking</translation> |
3487 | </message> | 3634 | </message> |
3488 | <message> | 3635 | <message> |
3489 | - <location filename="programmingwindow.ui" line="228"/> | 3636 | + <location filename="programmingwindow.ui" line="241"/> |
3490 | <source>수동 요리 만들기</source> | 3637 | <source>수동 요리 만들기</source> |
3491 | - <translation type="unfinished"></translation> | 3638 | + <translation>Make Manual Cooking</translation> |
3492 | </message> | 3639 | </message> |
3493 | <message> | 3640 | <message> |
3494 | <location filename="programmingwindow.cpp" line="110"/> | 3641 | <location filename="programmingwindow.cpp" line="110"/> |
3495 | <location filename="programmingwindow.cpp" line="122"/> | 3642 | <location filename="programmingwindow.cpp" line="122"/> |
3496 | <source>추가하기</source> | 3643 | <source>추가하기</source> |
3497 | - <translation type="unfinished"></translation> | 3644 | + <translation>Add</translation> |
3498 | </message> | 3645 | </message> |
3499 | <message> | 3646 | <message> |
3500 | <location filename="programmingwindow.cpp" line="308"/> | 3647 | <location filename="programmingwindow.cpp" line="308"/> |
3501 | <source>저장하지 않고 돌아가시겠습니까?</source> | 3648 | <source>저장하지 않고 돌아가시겠습니까?</source> |
3502 | - <translation type="unfinished"></translation> | 3649 | + <translation>Do you want to go back without saving?</translation> |
3503 | </message> | 3650 | </message> |
3504 | <message> | 3651 | <message> |
3505 | <location filename="programmingwindow.cpp" line="318"/> | 3652 | <location filename="programmingwindow.cpp" line="318"/> |
3506 | <source>저장하시겠습니까?</source> | 3653 | <source>저장하시겠습니까?</source> |
3507 | - <translation type="unfinished"></translation> | 3654 | + <translation>Do you want to save it?</translation> |
3508 | </message> | 3655 | </message> |
3509 | </context> | 3656 | </context> |
3510 | <context> | 3657 | <context> |
@@ -3513,36 +3660,36 @@ | @@ -3513,36 +3660,36 @@ | ||
3513 | <location filename="stringer.cpp" line="66"/> | 3660 | <location filename="stringer.cpp" line="66"/> |
3514 | <location filename="stringer.cpp" line="128"/> | 3661 | <location filename="stringer.cpp" line="128"/> |
3515 | <source>%1시간 %2분</source> | 3662 | <source>%1시간 %2분</source> |
3516 | - <translation type="unfinished"></translation> | 3663 | + <translation>%1 hour %2 minutes</translation> |
3517 | </message> | 3664 | </message> |
3518 | <message> | 3665 | <message> |
3519 | <location filename="stringer.cpp" line="68"/> | 3666 | <location filename="stringer.cpp" line="68"/> |
3520 | <location filename="stringer.cpp" line="130"/> | 3667 | <location filename="stringer.cpp" line="130"/> |
3521 | <source>%1분 %2초</source> | 3668 | <source>%1분 %2초</source> |
3522 | - <translation type="unfinished"></translation> | 3669 | + <translation>%1 minute %2 seconds</translation> |
3523 | </message> | 3670 | </message> |
3524 | <message> | 3671 | <message> |
3525 | <location filename="stringer.cpp" line="70"/> | 3672 | <location filename="stringer.cpp" line="70"/> |
3526 | <location filename="stringer.cpp" line="132"/> | 3673 | <location filename="stringer.cpp" line="132"/> |
3527 | <source>%1초</source> | 3674 | <source>%1초</source> |
3528 | - <translation type="unfinished"></translation> | 3675 | + <translation>%1 second</translation> |
3529 | </message> | 3676 | </message> |
3530 | <message> | 3677 | <message> |
3531 | <location filename="stringer.cpp" line="93"/> | 3678 | <location filename="stringer.cpp" line="93"/> |
3532 | <source>시간</source> | 3679 | <source>시간</source> |
3533 | - <translation type="unfinished"></translation> | 3680 | + <translation>Hour</translation> |
3534 | </message> | 3681 | </message> |
3535 | <message> | 3682 | <message> |
3536 | <location filename="stringer.cpp" line="94"/> | 3683 | <location filename="stringer.cpp" line="94"/> |
3537 | <location filename="stringer.cpp" line="100"/> | 3684 | <location filename="stringer.cpp" line="100"/> |
3538 | <source>분</source> | 3685 | <source>분</source> |
3539 | - <translation type="unfinished"></translation> | 3686 | + <translation>Minute</translation> |
3540 | </message> | 3687 | </message> |
3541 | <message> | 3688 | <message> |
3542 | <location filename="stringer.cpp" line="101"/> | 3689 | <location filename="stringer.cpp" line="101"/> |
3543 | <location filename="stringer.cpp" line="106"/> | 3690 | <location filename="stringer.cpp" line="106"/> |
3544 | <source>초</source> | 3691 | <source>초</source> |
3545 | - <translation type="unfinished"></translation> | 3692 | + <translation>Second</translation> |
3546 | </message> | 3693 | </message> |
3547 | </context> | 3694 | </context> |
3548 | <context> | 3695 | <context> |
@@ -3550,379 +3697,387 @@ | @@ -3550,379 +3697,387 @@ | ||
3550 | <message> | 3697 | <message> |
3551 | <location filename="cookhistory.cpp" line="1197"/> | 3698 | <location filename="cookhistory.cpp" line="1197"/> |
3552 | <source>스팀</source> | 3699 | <source>스팀</source> |
3553 | - <translation type="unfinished"></translation> | 3700 | + <translation>Steam</translation> |
3554 | </message> | 3701 | </message> |
3555 | <message> | 3702 | <message> |
3556 | <location filename="cookhistory.cpp" line="1200"/> | 3703 | <location filename="cookhistory.cpp" line="1200"/> |
3557 | <source>콤비</source> | 3704 | <source>콤비</source> |
3558 | - <translation type="unfinished"></translation> | 3705 | + <translation>Combi</translation> |
3559 | </message> | 3706 | </message> |
3560 | <message> | 3707 | <message> |
3561 | <location filename="cookhistory.cpp" line="1203"/> | 3708 | <location filename="cookhistory.cpp" line="1203"/> |
3562 | <source>건열</source> | 3709 | <source>건열</source> |
3563 | - <translation type="unfinished"></translation> | 3710 | + <translation>Dry Heat</translation> |
3564 | </message> | 3711 | </message> |
3565 | <message> | 3712 | <message> |
3566 | <location filename="define.cpp" line="291"/> | 3713 | <location filename="define.cpp" line="291"/> |
3567 | <location filename="define.cpp" line="299"/> | 3714 | <location filename="define.cpp" line="299"/> |
3568 | <source>연한색</source> | 3715 | <source>연한색</source> |
3569 | - <translation type="unfinished"></translation> | 3716 | + <translation>Light Color</translation> |
3570 | </message> | 3717 | </message> |
3571 | <message> | 3718 | <message> |
3572 | <location filename="define.cpp" line="293"/> | 3719 | <location filename="define.cpp" line="293"/> |
3573 | <source>중간익힘</source> | 3720 | <source>중간익힘</source> |
3574 | - <translation type="unfinished"></translation> | 3721 | + <translation>Medium Cooking</translation> |
3575 | </message> | 3722 | </message> |
3576 | <message> | 3723 | <message> |
3577 | <location filename="define.cpp" line="295"/> | 3724 | <location filename="define.cpp" line="295"/> |
3578 | <source>반숙</source> | 3725 | <source>반숙</source> |
3579 | - <translation type="unfinished"></translation> | 3726 | + <translation>Soft Boiling</translation> |
3580 | </message> | 3727 | </message> |
3581 | <message> | 3728 | <message> |
3582 | <location filename="define.cpp" line="297"/> | 3729 | <location filename="define.cpp" line="297"/> |
3583 | <source>작은조각</source> | 3730 | <source>작은조각</source> |
3584 | - <translation type="unfinished"></translation> | 3731 | + <translation>Small Piece</translation> |
3585 | </message> | 3732 | </message> |
3586 | <message> | 3733 | <message> |
3587 | <location filename="define.cpp" line="301"/> | 3734 | <location filename="define.cpp" line="301"/> |
3588 | <location filename="define.cpp" line="469"/> | 3735 | <location filename="define.cpp" line="469"/> |
3589 | <source>촉촉하게</source> | 3736 | <source>촉촉하게</source> |
3590 | - <translation type="unfinished"></translation> | 3737 | + <translatorcomment>Moistly</translatorcomment> |
3738 | + <translation>Moistly</translation> | ||
3591 | </message> | 3739 | </message> |
3592 | <message> | 3740 | <message> |
3593 | <location filename="define.cpp" line="303"/> | 3741 | <location filename="define.cpp" line="303"/> |
3594 | <source>얇음</source> | 3742 | <source>얇음</source> |
3595 | - <translation type="unfinished"></translation> | 3743 | + <translatorcomment>Thin</translatorcomment> |
3744 | + <translation>Thin</translation> | ||
3596 | </message> | 3745 | </message> |
3597 | <message> | 3746 | <message> |
3598 | <location filename="define.cpp" line="305"/> | 3747 | <location filename="define.cpp" line="305"/> |
3599 | <source>건조함</source> | 3748 | <source>건조함</source> |
3600 | - <translation type="unfinished"></translation> | 3749 | + <translation>Dry</translation> |
3601 | </message> | 3750 | </message> |
3602 | <message> | 3751 | <message> |
3603 | <location filename="define.cpp" line="307"/> | 3752 | <location filename="define.cpp" line="307"/> |
3604 | <source>약</source> | 3753 | <source>약</source> |
3605 | - <translation type="unfinished"></translation> | 3754 | + <translation>Weak </translation> |
3606 | </message> | 3755 | </message> |
3607 | <message> | 3756 | <message> |
3608 | <location filename="define.cpp" line="309"/> | 3757 | <location filename="define.cpp" line="309"/> |
3609 | <source>단시간</source> | 3758 | <source>단시간</source> |
3610 | - <translation type="unfinished"></translation> | 3759 | + <translation>Short Time</translation> |
3611 | </message> | 3760 | </message> |
3612 | <message> | 3761 | <message> |
3613 | <location filename="define.cpp" line="311"/> | 3762 | <location filename="define.cpp" line="311"/> |
3614 | <source>따뜻함</source> | 3763 | <source>따뜻함</source> |
3615 | - <translation type="unfinished"></translation> | 3764 | + <translation>Warmth</translation> |
3616 | </message> | 3765 | </message> |
3617 | <message> | 3766 | <message> |
3618 | <location filename="define.cpp" line="313"/> | 3767 | <location filename="define.cpp" line="313"/> |
3619 | <source>있음</source> | 3768 | <source>있음</source> |
3620 | - <translation type="unfinished"></translation> | 3769 | + <translation>Exist</translation> |
3621 | </message> | 3770 | </message> |
3622 | <message> | 3771 | <message> |
3623 | <location filename="define.cpp" line="326"/> | 3772 | <location filename="define.cpp" line="326"/> |
3624 | <location filename="define.cpp" line="334"/> | 3773 | <location filename="define.cpp" line="334"/> |
3625 | <source>진한색</source> | 3774 | <source>진한색</source> |
3626 | - <translation type="unfinished"></translation> | 3775 | + <translation>Dark Color</translation> |
3627 | </message> | 3776 | </message> |
3628 | <message> | 3777 | <message> |
3629 | <location filename="define.cpp" line="328"/> | 3778 | <location filename="define.cpp" line="328"/> |
3630 | <location filename="define.cpp" line="336"/> | 3779 | <location filename="define.cpp" line="336"/> |
3631 | <source>완전익힘</source> | 3780 | <source>완전익힘</source> |
3632 | - <translation type="unfinished"></translation> | 3781 | + <translation>Well Done</translation> |
3633 | </message> | 3782 | </message> |
3634 | <message> | 3783 | <message> |
3635 | <location filename="define.cpp" line="330"/> | 3784 | <location filename="define.cpp" line="330"/> |
3636 | <source>완숙</source> | 3785 | <source>완숙</source> |
3637 | - <translation type="unfinished"></translation> | 3786 | + <translation>Hard Boiling</translation> |
3638 | </message> | 3787 | </message> |
3639 | <message> | 3788 | <message> |
3640 | <location filename="define.cpp" line="332"/> | 3789 | <location filename="define.cpp" line="332"/> |
3641 | <source>큰조각</source> | 3790 | <source>큰조각</source> |
3642 | - <translation type="unfinished"></translation> | 3791 | + <translation>Large Piece</translation> |
3643 | </message> | 3792 | </message> |
3644 | <message> | 3793 | <message> |
3645 | <location filename="define.cpp" line="338"/> | 3794 | <location filename="define.cpp" line="338"/> |
3646 | <source>두꺼움</source> | 3795 | <source>두꺼움</source> |
3647 | - <translation type="unfinished"></translation> | 3796 | + <translation>Thick</translation> |
3648 | </message> | 3797 | </message> |
3649 | <message> | 3798 | <message> |
3650 | <location filename="define.cpp" line="340"/> | 3799 | <location filename="define.cpp" line="340"/> |
3651 | <source>습윤</source> | 3800 | <source>습윤</source> |
3652 | - <translation type="unfinished"></translation> | 3801 | + <translation>Dampness</translation> |
3653 | </message> | 3802 | </message> |
3654 | <message> | 3803 | <message> |
3655 | <location filename="define.cpp" line="342"/> | 3804 | <location filename="define.cpp" line="342"/> |
3656 | <source>강</source> | 3805 | <source>강</source> |
3657 | - <translation type="unfinished"></translation> | 3806 | + <translation>Strong</translation> |
3658 | </message> | 3807 | </message> |
3659 | <message> | 3808 | <message> |
3660 | <location filename="define.cpp" line="344"/> | 3809 | <location filename="define.cpp" line="344"/> |
3661 | <source>장시간</source> | 3810 | <source>장시간</source> |
3662 | - <translation type="unfinished"></translation> | 3811 | + <translation>Long Time</translation> |
3663 | </message> | 3812 | </message> |
3664 | <message> | 3813 | <message> |
3665 | <location filename="define.cpp" line="346"/> | 3814 | <location filename="define.cpp" line="346"/> |
3666 | <source>뜨거움</source> | 3815 | <source>뜨거움</source> |
3667 | - <translation type="unfinished"></translation> | 3816 | + <translation>Hot</translation> |
3668 | </message> | 3817 | </message> |
3669 | <message> | 3818 | <message> |
3670 | <location filename="define.cpp" line="348"/> | 3819 | <location filename="define.cpp" line="348"/> |
3671 | <source>없음</source> | 3820 | <source>없음</source> |
3672 | - <translation type="unfinished"></translation> | 3821 | + <translation>Not Exist</translation> |
3673 | </message> | 3822 | </message> |
3674 | <message> | 3823 | <message> |
3675 | <location filename="define.cpp" line="409"/> | 3824 | <location filename="define.cpp" line="409"/> |
3676 | <source>예열</source> | 3825 | <source>예열</source> |
3677 | - <translation type="unfinished"></translation> | 3826 | + <translation>Pre-heat</translation> |
3678 | </message> | 3827 | </message> |
3679 | <message> | 3828 | <message> |
3680 | <location filename="define.cpp" line="411"/> | 3829 | <location filename="define.cpp" line="411"/> |
3681 | <source>중심 온도계 삽입</source> | 3830 | <source>중심 온도계 삽입</source> |
3682 | - <translation type="unfinished"></translation> | 3831 | + <translation>Core Thermometer Inserting</translation> |
3683 | </message> | 3832 | </message> |
3684 | <message> | 3833 | <message> |
3685 | <location filename="define.cpp" line="413"/> | 3834 | <location filename="define.cpp" line="413"/> |
3686 | <source>식재료 적재</source> | 3835 | <source>식재료 적재</source> |
3687 | - <translation type="unfinished"></translation> | 3836 | + <translation>Food Material Stacking</translation> |
3688 | </message> | 3837 | </message> |
3689 | <message> | 3838 | <message> |
3690 | <location filename="define.cpp" line="415"/> | 3839 | <location filename="define.cpp" line="415"/> |
3691 | <source>자르기</source> | 3840 | <source>자르기</source> |
3692 | - <translation type="unfinished"></translation> | 3841 | + <translation>Cutting</translation> |
3693 | </message> | 3842 | </message> |
3694 | <message> | 3843 | <message> |
3695 | <location filename="define.cpp" line="417"/> | 3844 | <location filename="define.cpp" line="417"/> |
3696 | <source>물 붓기</source> | 3845 | <source>물 붓기</source> |
3697 | - <translation type="unfinished"></translation> | 3846 | + <translation>Water Pouring</translation> |
3698 | </message> | 3847 | </message> |
3699 | <message> | 3848 | <message> |
3700 | <location filename="define.cpp" line="419"/> | 3849 | <location filename="define.cpp" line="419"/> |
3701 | <source>베이킹</source> | 3850 | <source>베이킹</source> |
3702 | - <translation type="unfinished"></translation> | 3851 | + <translation>Baking</translation> |
3703 | </message> | 3852 | </message> |
3704 | <message> | 3853 | <message> |
3705 | <location filename="define.cpp" line="421"/> | 3854 | <location filename="define.cpp" line="421"/> |
3706 | <source>건조</source> | 3855 | <source>건조</source> |
3707 | - <translation type="unfinished"></translation> | 3856 | + <translation>Dry</translation> |
3708 | </message> | 3857 | </message> |
3709 | <message> | 3858 | <message> |
3710 | <location filename="define.cpp" line="423"/> | 3859 | <location filename="define.cpp" line="423"/> |
3711 | <source>발효</source> | 3860 | <source>발효</source> |
3712 | - <translation type="unfinished"></translation> | 3861 | + <translation>Fermentation</translation> |
3713 | </message> | 3862 | </message> |
3714 | <message> | 3863 | <message> |
3715 | <location filename="define.cpp" line="425"/> | 3864 | <location filename="define.cpp" line="425"/> |
3716 | <source>스팀 쏘이기</source> | 3865 | <source>스팀 쏘이기</source> |
3717 | - <translation type="unfinished"></translation> | 3866 | + <translation>Exposing to Steam</translation> |
3718 | </message> | 3867 | </message> |
3719 | <message> | 3868 | <message> |
3720 | <location filename="define.cpp" line="427"/> | 3869 | <location filename="define.cpp" line="427"/> |
3721 | <source>식히기</source> | 3870 | <source>식히기</source> |
3722 | - <translation type="unfinished"></translation> | 3871 | + <translation>Cooling</translation> |
3723 | </message> | 3872 | </message> |
3724 | <message> | 3873 | <message> |
3725 | <location filename="define.cpp" line="429"/> | 3874 | <location filename="define.cpp" line="429"/> |
3726 | <source>찌기</source> | 3875 | <source>찌기</source> |
3727 | - <translation type="unfinished"></translation> | 3876 | + <translation>Steaming</translation> |
3728 | </message> | 3877 | </message> |
3729 | <message> | 3878 | <message> |
3730 | <location filename="define.cpp" line="431"/> | 3879 | <location filename="define.cpp" line="431"/> |
3731 | <source>로스팅</source> | 3880 | <source>로스팅</source> |
3732 | - <translation type="unfinished"></translation> | 3881 | + <translation>Roasting</translation> |
3733 | </message> | 3882 | </message> |
3734 | <message> | 3883 | <message> |
3735 | <location filename="define.cpp" line="433"/> | 3884 | <location filename="define.cpp" line="433"/> |
3736 | <source>끓이기</source> | 3885 | <source>끓이기</source> |
3737 | - <translation type="unfinished"></translation> | 3886 | + <translation>Boiling |
3887 | + | ||
3888 | +</translation> | ||
3738 | </message> | 3889 | </message> |
3739 | <message> | 3890 | <message> |
3740 | <location filename="define.cpp" line="435"/> | 3891 | <location filename="define.cpp" line="435"/> |
3741 | <source>걸쭉하게 만들기</source> | 3892 | <source>걸쭉하게 만들기</source> |
3742 | - <translation type="unfinished"></translation> | 3893 | + <translation>Pulpifing</translation> |
3743 | </message> | 3894 | </message> |
3744 | <message> | 3895 | <message> |
3745 | <location filename="define.cpp" line="437"/> | 3896 | <location filename="define.cpp" line="437"/> |
3746 | <source>데우기</source> | 3897 | <source>데우기</source> |
3747 | - <translation type="unfinished"></translation> | 3898 | + <translation>Warming</translation> |
3748 | </message> | 3899 | </message> |
3749 | <message> | 3900 | <message> |
3750 | <location filename="define.cpp" line="439"/> | 3901 | <location filename="define.cpp" line="439"/> |
3751 | <source>바삭하게 만들기</source> | 3902 | <source>바삭하게 만들기</source> |
3752 | - <translation type="unfinished"></translation> | 3903 | + <translation>Crisping</translation> |
3753 | </message> | 3904 | </message> |
3754 | <message> | 3905 | <message> |
3755 | <location filename="define.cpp" line="441"/> | 3906 | <location filename="define.cpp" line="441"/> |
3756 | <source>피니싱</source> | 3907 | <source>피니싱</source> |
3757 | - <translation type="unfinished"></translation> | 3908 | + <translation>Finishing</translation> |
3758 | </message> | 3909 | </message> |
3759 | <message> | 3910 | <message> |
3760 | <location filename="define.cpp" line="443"/> | 3911 | <location filename="define.cpp" line="443"/> |
3761 | <source>습윤하게 만들기</source> | 3912 | <source>습윤하게 만들기</source> |
3762 | - <translation type="unfinished"></translation> | 3913 | + <translation>Wetting</translation> |
3763 | </message> | 3914 | </message> |
3764 | <message> | 3915 | <message> |
3765 | <location filename="define.cpp" line="445"/> | 3916 | <location filename="define.cpp" line="445"/> |
3766 | <source>보류</source> | 3917 | <source>보류</source> |
3767 | - <translation type="unfinished"></translation> | 3918 | + <translation>Holding Off</translation> |
3768 | </message> | 3919 | </message> |
3769 | <message> | 3920 | <message> |
3770 | <location filename="define.cpp" line="447"/> | 3921 | <location filename="define.cpp" line="447"/> |
3771 | <source>그릴</source> | 3922 | <source>그릴</source> |
3772 | - <translation type="unfinished"></translation> | 3923 | + <translation>Grill</translation> |
3773 | </message> | 3924 | </message> |
3774 | <message> | 3925 | <message> |
3775 | <location filename="define.cpp" line="449"/> | 3926 | <location filename="define.cpp" line="449"/> |
3776 | <source>종료</source> | 3927 | <source>종료</source> |
3777 | - <translation type="unfinished"></translation> | 3928 | + <translation>Finish</translation> |
3778 | </message> | 3929 | </message> |
3779 | <message> | 3930 | <message> |
3780 | <location filename="define.cpp" line="451"/> | 3931 | <location filename="define.cpp" line="451"/> |
3781 | <source>그을리기</source> | 3932 | <source>그을리기</source> |
3782 | - <translation type="unfinished"></translation> | 3933 | + <translation>Blackening</translation> |
3783 | </message> | 3934 | </message> |
3784 | <message> | 3935 | <message> |
3785 | <location filename="define.cpp" line="453"/> | 3936 | <location filename="define.cpp" line="453"/> |
3786 | <source>기름에 재빨리 볶기</source> | 3937 | <source>기름에 재빨리 볶기</source> |
3787 | - <translation type="unfinished"></translation> | 3938 | + <translation>Quick Stir-frying</translation> |
3788 | </message> | 3939 | </message> |
3789 | <message> | 3940 | <message> |
3790 | <location filename="define.cpp" line="455"/> | 3941 | <location filename="define.cpp" line="455"/> |
3791 | <source>온도 높이기</source> | 3942 | <source>온도 높이기</source> |
3792 | - <translation type="unfinished"></translation> | 3943 | + <translation>Temperature Increasing</translation> |
3793 | </message> | 3944 | </message> |
3794 | <message> | 3945 | <message> |
3795 | <location filename="define.cpp" line="457"/> | 3946 | <location filename="define.cpp" line="457"/> |
3796 | <source>숙성</source> | 3947 | <source>숙성</source> |
3797 | - <translation type="unfinished"></translation> | 3948 | + <translation>Ripening</translation> |
3798 | </message> | 3949 | </message> |
3799 | <message> | 3950 | <message> |
3800 | <location filename="define.cpp" line="459"/> | 3951 | <location filename="define.cpp" line="459"/> |
3801 | <source>숙성 & 보존</source> | 3952 | <source>숙성 & 보존</source> |
3802 | - <translation type="unfinished"></translation> | 3953 | + <translation>Ripening and Preserving</translation> |
3803 | </message> | 3954 | </message> |
3804 | <message> | 3955 | <message> |
3805 | <location filename="define.cpp" line="461"/> | 3956 | <location filename="define.cpp" line="461"/> |
3806 | <source>뭉근하게 끓이기</source> | 3957 | <source>뭉근하게 끓이기</source> |
3807 | - <translation type="unfinished"></translation> | 3958 | + <translation>Boiling Low but Steady</translation> |
3808 | </message> | 3959 | </message> |
3809 | <message> | 3960 | <message> |
3810 | <location filename="define.cpp" line="463"/> | 3961 | <location filename="define.cpp" line="463"/> |
3811 | <source>그라탱 요리</source> | 3962 | <source>그라탱 요리</source> |
3812 | - <translation type="unfinished"></translation> | 3963 | + <translation>Gratin Dish</translation> |
3813 | </message> | 3964 | </message> |
3814 | <message> | 3965 | <message> |
3815 | <location filename="define.cpp" line="465"/> | 3966 | <location filename="define.cpp" line="465"/> |
3816 | <source>브라우닝</source> | 3967 | <source>브라우닝</source> |
3817 | - <translation type="unfinished"></translation> | 3968 | + <translation>Browning</translation> |
3818 | </message> | 3969 | </message> |
3819 | <message> | 3970 | <message> |
3820 | <location filename="define.cpp" line="467"/> | 3971 | <location filename="define.cpp" line="467"/> |
3821 | <source>약한 불로 끓이기</source> | 3972 | <source>약한 불로 끓이기</source> |
3822 | - <translation type="unfinished"></translation> | 3973 | + <translation>Boiling over a Low Heat</translation> |
3823 | </message> | 3974 | </message> |
3824 | <message> | 3975 | <message> |
3825 | <location filename="define.cpp" line="522"/> | 3976 | <location filename="define.cpp" line="522"/> |
3826 | <source>새로운 재료 넣기</source> | 3977 | <source>새로운 재료 넣기</source> |
3827 | - <translation type="unfinished"></translation> | 3978 | + <translation>Putting a New Material</translation> |
3828 | </message> | 3979 | </message> |
3829 | <message> | 3980 | <message> |
3830 | <location filename="define.cpp" line="524"/> | 3981 | <location filename="define.cpp" line="524"/> |
3831 | <source>바삭함 주기</source> | 3982 | <source>바삭함 주기</source> |
3832 | - <translation type="unfinished"></translation> | 3983 | + <translation>Crisping</translation> |
3833 | </message> | 3984 | </message> |
3834 | <message> | 3985 | <message> |
3835 | <location filename="define.cpp" line="526"/> | 3986 | <location filename="define.cpp" line="526"/> |
3836 | <source>보온 유지</source> | 3987 | <source>보온 유지</source> |
3837 | - <translation type="unfinished"></translation> | 3988 | + <translation>Keeping Warmth</translation> |
3838 | </message> | 3989 | </message> |
3839 | </context> | 3990 | </context> |
3840 | <context> | 3991 | <context> |
3841 | <name>RealtimeMain</name> | 3992 | <name>RealtimeMain</name> |
3842 | <message> | 3993 | <message> |
3843 | - <location filename="realtimemain.ui" line="96"/> | 3994 | + <location filename="realtimemain.ui" line="109"/> |
3844 | <source>서비스단계(엔지니어모드) > 실시간데이터</source> | 3995 | <source>서비스단계(엔지니어모드) > 실시간데이터</source> |
3845 | - <translation type="unfinished"></translation> | 3996 | + <translation>Service Mode (Engineer Mode) > Real Time Data</translation> |
3846 | </message> | 3997 | </message> |
3847 | <message> | 3998 | <message> |
3848 | - <location filename="realtimemain.ui" line="175"/> | 3999 | + <location filename="realtimemain.ui" line="188"/> |
3849 | <source>실시간데이터</source> | 4000 | <source>실시간데이터</source> |
3850 | - <translation type="unfinished"></translation> | 4001 | + <translation>Real Time Data |
4002 | + | ||
4003 | +EM-5</translation> | ||
3851 | </message> | 4004 | </message> |
3852 | <message> | 4005 | <message> |
3853 | - <location filename="realtimemain.ui" line="196"/> | 4006 | + <location filename="realtimemain.ui" line="209"/> |
3854 | <source>EM-5</source> | 4007 | <source>EM-5</source> |
3855 | - <translation type="unfinished"></translation> | 4008 | + <translation>EM-5</translation> |
3856 | </message> | 4009 | </message> |
3857 | <message> | 4010 | <message> |
3858 | - <location filename="realtimemain.ui" line="240"/> | 4011 | + <location filename="realtimemain.ui" line="253"/> |
3859 | <source>구성품</source> | 4012 | <source>구성품</source> |
3860 | - <translation type="unfinished"></translation> | 4013 | + <translation>Component</translation> |
3861 | </message> | 4014 | </message> |
3862 | <message> | 4015 | <message> |
3863 | - <location filename="realtimemain.ui" line="275"/> | 4016 | + <location filename="realtimemain.ui" line="288"/> |
3864 | <source>온도센서</source> | 4017 | <source>온도센서</source> |
3865 | - <translation type="unfinished"></translation> | 4018 | + <translation>Temperature Sensor</translation> |
3866 | </message> | 4019 | </message> |
3867 | </context> | 4020 | </context> |
3868 | <context> | 4021 | <context> |
3869 | <name>RealtimePartsWindow</name> | 4022 | <name>RealtimePartsWindow</name> |
3870 | <message> | 4023 | <message> |
3871 | - <location filename="realtimepartswindow.ui" line="97"/> | 4024 | + <location filename="realtimepartswindow.ui" line="110"/> |
3872 | <source>서비스단계(엔지니어모드) > 실시간데이터 > 구성품</source> | 4025 | <source>서비스단계(엔지니어모드) > 실시간데이터 > 구성품</source> |
3873 | - <translation type="unfinished"></translation> | 4026 | + <translation>Service Mode (Engineer Mode) > Real Time Data > Component</translation> |
3874 | </message> | 4027 | </message> |
3875 | <message> | 4028 | <message> |
3876 | - <location filename="realtimepartswindow.ui" line="180"/> | 4029 | + <location filename="realtimepartswindow.ui" line="193"/> |
3877 | <source>목록</source> | 4030 | <source>목록</source> |
3878 | - <translation type="unfinished"></translation> | 4031 | + <translation>List</translation> |
3879 | </message> | 4032 | </message> |
3880 | <message> | 4033 | <message> |
3881 | - <location filename="realtimepartswindow.ui" line="196"/> | ||
3882 | - <location filename="realtimepartswindow.ui" line="537"/> | ||
3883 | - <location filename="realtimepartswindow.ui" line="553"/> | 4034 | + <location filename="realtimepartswindow.ui" line="209"/> |
4035 | + <location filename="realtimepartswindow.ui" line="550"/> | ||
4036 | + <location filename="realtimepartswindow.ui" line="566"/> | ||
3884 | <source>상태</source> | 4037 | <source>상태</source> |
3885 | - <translation type="unfinished"></translation> | 4038 | + <translation>Condition</translation> |
3886 | </message> | 4039 | </message> |
3887 | <message> | 4040 | <message> |
3888 | - <location filename="realtimepartswindow.ui" line="237"/> | 4041 | + <location filename="realtimepartswindow.ui" line="250"/> |
3889 | <source>S/G 솔레노이드</source> | 4042 | <source>S/G 솔레노이드</source> |
3890 | - <translation type="unfinished"></translation> | 4043 | + <translation>S/G Solenoid</translation> |
3891 | </message> | 4044 | </message> |
3892 | <message> | 4045 | <message> |
3893 | - <location filename="realtimepartswindow.ui" line="296"/> | 4046 | + <location filename="realtimepartswindow.ui" line="309"/> |
3894 | <source>퀀칭 솔레노이드</source> | 4047 | <source>퀀칭 솔레노이드</source> |
3895 | - <translation type="unfinished"></translation> | 4048 | + <translation>Quenching Solenoid</translation> |
3896 | </message> | 4049 | </message> |
3897 | <message> | 4050 | <message> |
3898 | - <location filename="realtimepartswindow.ui" line="334"/> | 4051 | + <location filename="realtimepartswindow.ui" line="347"/> |
3899 | <source>고내살수 노즐 솔레노이드</source> | 4052 | <source>고내살수 노즐 솔레노이드</source> |
3900 | - <translation type="unfinished"></translation> | 4053 | + <translation>Inside-storage Water |
4054 | +Spray Nozzle Solenoid</translation> | ||
3901 | </message> | 4055 | </message> |
3902 | <message> | 4056 | <message> |
3903 | - <location filename="realtimepartswindow.ui" line="372"/> | 4057 | + <location filename="realtimepartswindow.ui" line="385"/> |
3904 | <source>수위센서</source> | 4058 | <source>수위센서</source> |
3905 | - <translation type="unfinished"></translation> | 4059 | + <translation>Water Level Sensor</translation> |
3906 | </message> | 4060 | </message> |
3907 | <message> | 4061 | <message> |
3908 | - <location filename="realtimepartswindow.ui" line="410"/> | 4062 | + <location filename="realtimepartswindow.ui" line="423"/> |
3909 | <source>S/G펌프모터</source> | 4063 | <source>S/G펌프모터</source> |
3910 | - <translation type="unfinished"></translation> | 4064 | + <translation>S/G Pump Motor</translation> |
3911 | </message> | 4065 | </message> |
3912 | <message> | 4066 | <message> |
3913 | - <location filename="realtimepartswindow.ui" line="448"/> | 4067 | + <location filename="realtimepartswindow.ui" line="461"/> |
3914 | <source>드레인볼밸브</source> | 4068 | <source>드레인볼밸브</source> |
3915 | - <translation type="unfinished"></translation> | 4069 | + <translatorcomment>Drain Ball Valve</translatorcomment> |
4070 | + <translation>Drain Ball Valve</translation> | ||
3916 | </message> | 4071 | </message> |
3917 | <message> | 4072 | <message> |
3918 | - <location filename="realtimepartswindow.ui" line="486"/> | 4073 | + <location filename="realtimepartswindow.ui" line="499"/> |
3919 | <source>세제공급펌프</source> | 4074 | <source>세제공급펌프</source> |
3920 | - <translation type="unfinished"></translation> | 4075 | + <translation>Detergent Supply Pump</translation> |
3921 | </message> | 4076 | </message> |
3922 | <message> | 4077 | <message> |
3923 | - <location filename="realtimepartswindow.ui" line="524"/> | 4078 | + <location filename="realtimepartswindow.ui" line="537"/> |
3924 | <source>도어센서</source> | 4079 | <source>도어센서</source> |
3925 | - <translation type="unfinished"></translation> | 4080 | + <translation>Door Sensor</translation> |
3926 | </message> | 4081 | </message> |
3927 | <message> | 4082 | <message> |
3928 | <location filename="realtimepartswindow.cpp" line="81"/> | 4083 | <location filename="realtimepartswindow.cpp" line="81"/> |
@@ -3933,7 +4088,7 @@ | @@ -3933,7 +4088,7 @@ | ||
3933 | <location filename="realtimepartswindow.cpp" line="106"/> | 4088 | <location filename="realtimepartswindow.cpp" line="106"/> |
3934 | <location filename="realtimepartswindow.cpp" line="109"/> | 4089 | <location filename="realtimepartswindow.cpp" line="109"/> |
3935 | <source>ON</source> | 4090 | <source>ON</source> |
3936 | - <translation type="unfinished"></translation> | 4091 | + <translation>ON</translation> |
3937 | </message> | 4092 | </message> |
3938 | <message> | 4093 | <message> |
3939 | <location filename="realtimepartswindow.cpp" line="82"/> | 4094 | <location filename="realtimepartswindow.cpp" line="82"/> |
@@ -3944,101 +4099,104 @@ | @@ -3944,101 +4099,104 @@ | ||
3944 | <location filename="realtimepartswindow.cpp" line="107"/> | 4099 | <location filename="realtimepartswindow.cpp" line="107"/> |
3945 | <location filename="realtimepartswindow.cpp" line="110"/> | 4100 | <location filename="realtimepartswindow.cpp" line="110"/> |
3946 | <source>OFF</source> | 4101 | <source>OFF</source> |
3947 | - <translation type="unfinished"></translation> | 4102 | + <translation>OFF</translation> |
3948 | </message> | 4103 | </message> |
3949 | <message> | 4104 | <message> |
3950 | <location filename="realtimepartswindow.cpp" line="93"/> | 4105 | <location filename="realtimepartswindow.cpp" line="93"/> |
3951 | <source>HIGH</source> | 4106 | <source>HIGH</source> |
3952 | - <translation type="unfinished"></translation> | 4107 | + <translation>HIGH</translation> |
3953 | </message> | 4108 | </message> |
3954 | <message> | 4109 | <message> |
3955 | <location filename="realtimepartswindow.cpp" line="96"/> | 4110 | <location filename="realtimepartswindow.cpp" line="96"/> |
3956 | <source>LOW</source> | 4111 | <source>LOW</source> |
3957 | - <translation type="unfinished"></translation> | 4112 | + <translation>LOW</translation> |
3958 | </message> | 4113 | </message> |
3959 | <message> | 4114 | <message> |
3960 | <location filename="realtimepartswindow.cpp" line="98"/> | 4115 | <location filename="realtimepartswindow.cpp" line="98"/> |
3961 | <source>NORMAL</source> | 4116 | <source>NORMAL</source> |
3962 | - <translation type="unfinished"></translation> | 4117 | + <translation>NORMAL</translation> |
3963 | </message> | 4118 | </message> |
3964 | </context> | 4119 | </context> |
3965 | <context> | 4120 | <context> |
3966 | <name>RealtimeSensorWindow</name> | 4121 | <name>RealtimeSensorWindow</name> |
3967 | <message> | 4122 | <message> |
3968 | - <location filename="realtimesensorwindow.ui" line="97"/> | 4123 | + <location filename="realtimesensorwindow.ui" line="110"/> |
3969 | <source>서비스단계(엔지니어모드) > 실시간데이터 > 온도센서</source> | 4124 | <source>서비스단계(엔지니어모드) > 실시간데이터 > 온도센서</source> |
3970 | - <translation type="unfinished"></translation> | 4125 | + <translation>Service Mode(Engineer Mode)>Real Time Data>Temperature Sensor</translation> |
3971 | </message> | 4126 | </message> |
3972 | <message> | 4127 | <message> |
3973 | - <location filename="realtimesensorwindow.ui" line="186"/> | 4128 | + <location filename="realtimesensorwindow.ui" line="222"/> |
3974 | <source>목록</source> | 4129 | <source>목록</source> |
3975 | - <translation type="unfinished"></translation> | 4130 | + <translation>List</translation> |
3976 | </message> | 4131 | </message> |
3977 | <message> | 4132 | <message> |
3978 | - <location filename="realtimesensorwindow.ui" line="208"/> | 4133 | + <location filename="realtimesensorwindow.ui" line="244"/> |
3979 | <source>현재온도</source> | 4134 | <source>현재온도</source> |
3980 | - <translation type="unfinished"></translation> | 4135 | + <translation>Current |
4136 | +Temperature</translation> | ||
3981 | </message> | 4137 | </message> |
3982 | <message> | 4138 | <message> |
3983 | - <location filename="realtimesensorwindow.ui" line="249"/> | 4139 | + <location filename="realtimesensorwindow.ui" line="285"/> |
3984 | <source>실내온도</source> | 4140 | <source>실내온도</source> |
3985 | - <translation type="unfinished"></translation> | 4141 | + <translation>Room</translation> |
3986 | </message> | 4142 | </message> |
3987 | <message> | 4143 | <message> |
3988 | - <location filename="realtimesensorwindow.ui" line="308"/> | 4144 | + <location filename="realtimesensorwindow.ui" line="344"/> |
3989 | <source>퀀칭온도</source> | 4145 | <source>퀀칭온도</source> |
3990 | - <translation type="unfinished"></translation> | 4146 | + <translation>Quenching</translation> |
3991 | </message> | 4147 | </message> |
3992 | <message> | 4148 | <message> |
3993 | - <location filename="realtimesensorwindow.ui" line="346"/> | 4149 | + <location filename="realtimesensorwindow.ui" line="382"/> |
3994 | <source>스팀제네레이터온도</source> | 4150 | <source>스팀제네레이터온도</source> |
3995 | - <translation type="unfinished"></translation> | 4151 | + <translation>Steam Generator</translation> |
3996 | </message> | 4152 | </message> |
3997 | <message> | 4153 | <message> |
3998 | - <location filename="realtimesensorwindow.ui" line="384"/> | 4154 | + <location filename="realtimesensorwindow.ui" line="420"/> |
3999 | <source>미트프로브온도1</source> | 4155 | <source>미트프로브온도1</source> |
4000 | - <translation type="unfinished"></translation> | 4156 | + <translation>Meat Probe 1</translation> |
4001 | </message> | 4157 | </message> |
4002 | <message> | 4158 | <message> |
4003 | - <location filename="realtimesensorwindow.ui" line="422"/> | 4159 | + <location filename="realtimesensorwindow.ui" line="458"/> |
4004 | <source>미트프로브온도2</source> | 4160 | <source>미트프로브온도2</source> |
4005 | - <translation type="unfinished"></translation> | 4161 | + <translation>Meat Probe 2</translation> |
4006 | </message> | 4162 | </message> |
4007 | <message> | 4163 | <message> |
4008 | - <location filename="realtimesensorwindow.ui" line="460"/> | 4164 | + <location filename="realtimesensorwindow.ui" line="496"/> |
4009 | <source>미트프로브온도3</source> | 4165 | <source>미트프로브온도3</source> |
4010 | - <translation type="unfinished"></translation> | 4166 | + <translation>Meat Probe 3</translation> |
4011 | </message> | 4167 | </message> |
4012 | <message> | 4168 | <message> |
4013 | - <location filename="realtimesensorwindow.ui" line="498"/> | 4169 | + <location filename="realtimesensorwindow.ui" line="534"/> |
4014 | <source>미트프로브온도4</source> | 4170 | <source>미트프로브온도4</source> |
4015 | - <translation type="unfinished"></translation> | 4171 | + <translation>Meat Probe 4</translation> |
4016 | </message> | 4172 | </message> |
4017 | <message> | 4173 | <message> |
4018 | - <location filename="realtimesensorwindow.ui" line="536"/> | 4174 | + <location filename="realtimesensorwindow.ui" line="572"/> |
4019 | <source>PCB온도</source> | 4175 | <source>PCB온도</source> |
4020 | - <translation type="unfinished"></translation> | 4176 | + <translation>PCB</translation> |
4021 | </message> | 4177 | </message> |
4022 | <message> | 4178 | <message> |
4023 | - <location filename="realtimesensorwindow.ui" line="555"/> | 4179 | + <location filename="realtimesensorwindow.ui" line="591"/> |
4024 | <source>최대온도</source> | 4180 | <source>최대온도</source> |
4025 | - <translation type="unfinished"></translation> | 4181 | + <translation>Maximum |
4182 | +Temperature</translation> | ||
4026 | </message> | 4183 | </message> |
4027 | <message> | 4184 | <message> |
4028 | - <location filename="realtimesensorwindow.ui" line="577"/> | 4185 | + <location filename="realtimesensorwindow.ui" line="613"/> |
4029 | <source>허용범위</source> | 4186 | <source>허용범위</source> |
4030 | - <translation type="unfinished"></translation> | 4187 | + <translation>Tolerance</translation> |
4031 | </message> | 4188 | </message> |
4032 | <message> | 4189 | <message> |
4033 | - <location filename="realtimesensorwindow.ui" line="765"/> | 4190 | + <location filename="realtimesensorwindow.ui" line="801"/> |
4034 | <source>기계식온도</source> | 4191 | <source>기계식온도</source> |
4035 | - <translation type="unfinished"></translation> | 4192 | + <translation>Mechanical</translation> |
4036 | </message> | 4193 | </message> |
4037 | <message> | 4194 | <message> |
4038 | - <location filename="realtimesensorwindow.ui" line="1372"/> | 4195 | + <location filename="realtimesensorwindow.ui" line="1408"/> |
4039 | <source>최대온도 | 4196 | <source>최대온도 |
4040 | 도달시간</source> | 4197 | 도달시간</source> |
4041 | - <translation type="unfinished"></translation> | 4198 | + <translation>Maximum |
4199 | +Temperature Time</translation> | ||
4042 | </message> | 4200 | </message> |
4043 | </context> | 4201 | </context> |
4044 | <context> | 4202 | <context> |
@@ -4046,37 +4204,37 @@ | @@ -4046,37 +4204,37 @@ | ||
4046 | <message> | 4204 | <message> |
4047 | <location filename="reservetimepopup.ui" line="75"/> | 4205 | <location filename="reservetimepopup.ui" line="75"/> |
4048 | <source>확인</source> | 4206 | <source>확인</source> |
4049 | - <translation type="unfinished"></translation> | 4207 | + <translation>Confirm</translation> |
4050 | </message> | 4208 | </message> |
4051 | <message> | 4209 | <message> |
4052 | <location filename="reservetimepopup.ui" line="98"/> | 4210 | <location filename="reservetimepopup.ui" line="98"/> |
4053 | <source>취소</source> | 4211 | <source>취소</source> |
4054 | - <translation type="unfinished"></translation> | 4212 | + <translation>Cancel</translation> |
4055 | </message> | 4213 | </message> |
4056 | <message> | 4214 | <message> |
4057 | <location filename="reservetimepopup.ui" line="122"/> | 4215 | <location filename="reservetimepopup.ui" line="122"/> |
4058 | <source>예약 시간 설정</source> | 4216 | <source>예약 시간 설정</source> |
4059 | - <translation type="unfinished"></translation> | 4217 | + <translation>Reservation Time Setting</translation> |
4060 | </message> | 4218 | </message> |
4061 | <message> | 4219 | <message> |
4062 | <location filename="reservetimepopup.ui" line="146"/> | 4220 | <location filename="reservetimepopup.ui" line="146"/> |
4063 | <source>월</source> | 4221 | <source>월</source> |
4064 | - <translation type="unfinished"></translation> | 4222 | + <translation>Month</translation> |
4065 | </message> | 4223 | </message> |
4066 | <message> | 4224 | <message> |
4067 | <location filename="reservetimepopup.ui" line="167"/> | 4225 | <location filename="reservetimepopup.ui" line="167"/> |
4068 | <source>시</source> | 4226 | <source>시</source> |
4069 | - <translation type="unfinished"></translation> | 4227 | + <translation>Hour</translation> |
4070 | </message> | 4228 | </message> |
4071 | <message> | 4229 | <message> |
4072 | <location filename="reservetimepopup.ui" line="188"/> | 4230 | <location filename="reservetimepopup.ui" line="188"/> |
4073 | <source>분</source> | 4231 | <source>분</source> |
4074 | - <translation type="unfinished"></translation> | 4232 | + <translation>Minute</translation> |
4075 | </message> | 4233 | </message> |
4076 | <message> | 4234 | <message> |
4077 | <location filename="reservetimepopup.ui" line="253"/> | 4235 | <location filename="reservetimepopup.ui" line="253"/> |
4078 | <source>일</source> | 4236 | <source>일</source> |
4079 | - <translation type="unfinished"></translation> | 4237 | + <translation>Day</translation> |
4080 | </message> | 4238 | </message> |
4081 | </context> | 4239 | </context> |
4082 | <context> | 4240 | <context> |
@@ -4084,55 +4242,55 @@ | @@ -4084,55 +4242,55 @@ | ||
4084 | <message> | 4242 | <message> |
4085 | <location filename="reservedtimepopup.ui" line="64"/> | 4243 | <location filename="reservedtimepopup.ui" line="64"/> |
4086 | <source>예약 시간</source> | 4244 | <source>예약 시간</source> |
4087 | - <translation type="unfinished"></translation> | 4245 | + <translation>Reservation Time</translation> |
4088 | </message> | 4246 | </message> |
4089 | <message> | 4247 | <message> |
4090 | <location filename="reservedtimepopup.ui" line="88"/> | 4248 | <location filename="reservedtimepopup.ui" line="88"/> |
4091 | <source>0</source> | 4249 | <source>0</source> |
4092 | - <translation type="unfinished"></translation> | 4250 | + <translation>0</translation> |
4093 | </message> | 4251 | </message> |
4094 | <message> | 4252 | <message> |
4095 | <location filename="reservedtimepopup.ui" line="117"/> | 4253 | <location filename="reservedtimepopup.ui" line="117"/> |
4096 | <source>취소</source> | 4254 | <source>취소</source> |
4097 | - <translation type="unfinished"></translation> | 4255 | + <translation>Cancel</translation> |
4098 | </message> | 4256 | </message> |
4099 | </context> | 4257 | </context> |
4100 | <context> | 4258 | <context> |
4101 | <name>ServiceHistoryMain</name> | 4259 | <name>ServiceHistoryMain</name> |
4102 | <message> | 4260 | <message> |
4103 | - <location filename="servicehistorymain.ui" line="96"/> | 4261 | + <location filename="servicehistorymain.ui" line="109"/> |
4104 | <source>서비스단계(엔지니어모드) > 서비스기록</source> | 4262 | <source>서비스단계(엔지니어모드) > 서비스기록</source> |
4105 | - <translation type="unfinished"></translation> | 4263 | + <translation>Service Mode (Engineer Mode) > Service Record</translation> |
4106 | </message> | 4264 | </message> |
4107 | <message> | 4265 | <message> |
4108 | - <location filename="servicehistorymain.ui" line="175"/> | 4266 | + <location filename="servicehistorymain.ui" line="188"/> |
4109 | <source>서비스기록</source> | 4267 | <source>서비스기록</source> |
4110 | - <translation type="unfinished"></translation> | 4268 | + <translation>Service Record</translation> |
4111 | </message> | 4269 | </message> |
4112 | <message> | 4270 | <message> |
4113 | - <location filename="servicehistorymain.ui" line="196"/> | 4271 | + <location filename="servicehistorymain.ui" line="209"/> |
4114 | <source>EM-4</source> | 4272 | <source>EM-4</source> |
4115 | - <translation type="unfinished"></translation> | 4273 | + <translation>EM-4</translation> |
4116 | </message> | 4274 | </message> |
4117 | <message> | 4275 | <message> |
4118 | - <location filename="servicehistorymain.ui" line="240"/> | 4276 | + <location filename="servicehistorymain.ui" line="253"/> |
4119 | <source>상부점화장치</source> | 4277 | <source>상부점화장치</source> |
4120 | - <translation type="unfinished"></translation> | 4278 | + <translation>Upper Ignition Device</translation> |
4121 | </message> | 4279 | </message> |
4122 | <message> | 4280 | <message> |
4123 | - <location filename="servicehistorymain.ui" line="275"/> | 4281 | + <location filename="servicehistorymain.ui" line="288"/> |
4124 | <source>스팀점화장치</source> | 4282 | <source>스팀점화장치</source> |
4125 | - <translation type="unfinished"></translation> | 4283 | + <translation>Steam Ignition Device</translation> |
4126 | </message> | 4284 | </message> |
4127 | <message> | 4285 | <message> |
4128 | - <location filename="servicehistorymain.ui" line="310"/> | 4286 | + <location filename="servicehistorymain.ui" line="323"/> |
4129 | <source>하부점화장치</source> | 4287 | <source>하부점화장치</source> |
4130 | - <translation type="unfinished"></translation> | 4288 | + <translation>Lower Ignition Device</translation> |
4131 | </message> | 4289 | </message> |
4132 | <message> | 4290 | <message> |
4133 | - <location filename="servicehistorymain.ui" line="345"/> | 4291 | + <location filename="servicehistorymain.ui" line="358"/> |
4134 | <source>서비스에러기록종합</source> | 4292 | <source>서비스에러기록종합</source> |
4135 | - <translation type="unfinished"></translation> | 4293 | + <translation>Total Service Error Record </translation> |
4136 | </message> | 4294 | </message> |
4137 | </context> | 4295 | </context> |
4138 | <context> | 4296 | <context> |
@@ -4140,17 +4298,17 @@ | @@ -4140,17 +4298,17 @@ | ||
4140 | <message> | 4298 | <message> |
4141 | <location filename="servicepassinputdlg.ui" line="122"/> | 4299 | <location filename="servicepassinputdlg.ui" line="122"/> |
4142 | <source>서비스</source> | 4300 | <source>서비스</source> |
4143 | - <translation type="unfinished"></translation> | 4301 | + <translation>Service</translation> |
4144 | </message> | 4302 | </message> |
4145 | <message> | 4303 | <message> |
4146 | <location filename="servicepassinputdlg.ui" line="197"/> | 4304 | <location filename="servicepassinputdlg.ui" line="197"/> |
4147 | <source>취소</source> | 4305 | <source>취소</source> |
4148 | - <translation type="unfinished"></translation> | 4306 | + <translation>Cancel</translation> |
4149 | </message> | 4307 | </message> |
4150 | <message> | 4308 | <message> |
4151 | <location filename="servicepassinputdlg.ui" line="220"/> | 4309 | <location filename="servicepassinputdlg.ui" line="220"/> |
4152 | <source>확인</source> | 4310 | <source>확인</source> |
4153 | - <translation type="unfinished"></translation> | 4311 | + <translation>Confirm</translation> |
4154 | </message> | 4312 | </message> |
4155 | </context> | 4313 | </context> |
4156 | <context> | 4314 | <context> |
@@ -4158,250 +4316,251 @@ | @@ -4158,250 +4316,251 @@ | ||
4158 | <message> | 4316 | <message> |
4159 | <location filename="usbcheckpopupdlg.ui" line="61"/> | 4317 | <location filename="usbcheckpopupdlg.ui" line="61"/> |
4160 | <source>확인</source> | 4318 | <source>확인</source> |
4161 | - <translation type="unfinished"></translation> | 4319 | + <translation>Confirm</translation> |
4162 | </message> | 4320 | </message> |
4163 | <message> | 4321 | <message> |
4164 | <location filename="usbcheckpopupdlg.ui" line="102"/> | 4322 | <location filename="usbcheckpopupdlg.ui" line="102"/> |
4165 | <source>제품에 USB가 삽입되어 있지 않습니다. | 4323 | <source>제품에 USB가 삽입되어 있지 않습니다. |
4166 | USB를 삽입해 주세요!</source> | 4324 | USB를 삽입해 주세요!</source> |
4167 | - <translation type="unfinished"></translation> | 4325 | + <translation>USB is not inserted into the product. Insert USB into the product!</translation> |
4168 | </message> | 4326 | </message> |
4169 | </context> | 4327 | </context> |
4170 | <context> | 4328 | <context> |
4171 | <name>ValveTestWindow</name> | 4329 | <name>ValveTestWindow</name> |
4172 | <message> | 4330 | <message> |
4173 | - <location filename="valvetestwindow.ui" line="135"/> | ||
4174 | - <location filename="valvetestwindow.ui" line="166"/> | ||
4175 | - <location filename="valvetestwindow.ui" line="197"/> | ||
4176 | - <location filename="valvetestwindow.ui" line="228"/> | ||
4177 | - <location filename="valvetestwindow.ui" line="259"/> | 4331 | + <location filename="valvetestwindow.ui" line="148"/> |
4332 | + <location filename="valvetestwindow.ui" line="179"/> | ||
4333 | + <location filename="valvetestwindow.ui" line="210"/> | ||
4334 | + <location filename="valvetestwindow.ui" line="241"/> | ||
4335 | + <location filename="valvetestwindow.ui" line="272"/> | ||
4178 | <source>START</source> | 4336 | <source>START</source> |
4179 | - <translation type="unfinished"></translation> | 4337 | + <translation>START |
4338 | + | ||
4339 | +</translation> | ||
4180 | </message> | 4340 | </message> |
4181 | <message> | 4341 | <message> |
4182 | - <location filename="valvetestwindow.ui" line="695"/> | 4342 | + <location filename="valvetestwindow.ui" line="708"/> |
4183 | <source>0℃</source> | 4343 | <source>0℃</source> |
4184 | - <translation type="unfinished"></translation> | 4344 | + <translation>0℃</translation> |
4185 | </message> | 4345 | </message> |
4186 | <message> | 4346 | <message> |
4187 | - <location filename="valvetestwindow.ui" line="802"/> | 4347 | + <location filename="valvetestwindow.ui" line="815"/> |
4188 | <source>스팀 제네레이터 | 4348 | <source>스팀 제네레이터 |
4189 | 급수 밸브</source> | 4349 | 급수 밸브</source> |
4190 | - <translation type="unfinished"></translation> | 4350 | + <translation>Steam Generator Water Supply Valve</translation> |
4191 | </message> | 4351 | </message> |
4192 | <message> | 4352 | <message> |
4193 | - <location filename="valvetestwindow.ui" line="859"/> | 4353 | + <location filename="valvetestwindow.ui" line="872"/> |
4194 | <source>소형 펌프</source> | 4354 | <source>소형 펌프</source> |
4195 | - <translation type="unfinished"></translation> | 4355 | + <translation>Small Pump</translation> |
4196 | </message> | 4356 | </message> |
4197 | <message> | 4357 | <message> |
4198 | - <location filename="valvetestwindow.ui" line="915"/> | 4358 | + <location filename="valvetestwindow.ui" line="928"/> |
4199 | <source>퀸칭 급수 밸브</source> | 4359 | <source>퀸칭 급수 밸브</source> |
4200 | - <translation type="unfinished"></translation> | 4360 | + <translation>Quenching Water Supply Pump</translation> |
4201 | </message> | 4361 | </message> |
4202 | <message> | 4362 | <message> |
4203 | - <location filename="valvetestwindow.ui" line="971"/> | 4363 | + <location filename="valvetestwindow.ui" line="984"/> |
4204 | <source>고내 살수 노즐 | 4364 | <source>고내 살수 노즐 |
4205 | 급수 밸브</source> | 4365 | 급수 밸브</source> |
4206 | - <translation type="unfinished"></translation> | 4366 | + <translation>Inside-storage Water Spray Nozzle Solenoid</translation> |
4207 | </message> | 4367 | </message> |
4208 | <message> | 4368 | <message> |
4209 | - <location filename="valvetestwindow.ui" line="1028"/> | 4369 | + <location filename="valvetestwindow.ui" line="1041"/> |
4210 | <source>S/G 세척 | 4370 | <source>S/G 세척 |
4211 | 솔레노이드 밸브</source> | 4371 | 솔레노이드 밸브</source> |
4212 | - <translation type="unfinished"></translation> | 4372 | + <translation>S/G Cleaning Solenoid Valve</translation> |
4213 | </message> | 4373 | </message> |
4214 | <message> | 4374 | <message> |
4215 | - <location filename="valvetestwindow.ui" line="1181"/> | 4375 | + <location filename="valvetestwindow.ui" line="1194"/> |
4216 | <source>서비스단계(엔지니어모드) > 기능테스트 > 급수밸브</source> | 4376 | <source>서비스단계(엔지니어모드) > 기능테스트 > 급수밸브</source> |
4217 | - <translation type="unfinished"></translation> | 4377 | + <translation>Service Mode (Engineer Mode) > Function Test > Water Valve</translation> |
4218 | </message> | 4378 | </message> |
4219 | </context> | 4379 | </context> |
4220 | <context> | 4380 | <context> |
4221 | <name>WashTestWindow</name> | 4381 | <name>WashTestWindow</name> |
4222 | <message> | 4382 | <message> |
4223 | - <location filename="washtestwindow.ui" line="135"/> | ||
4224 | - <location filename="washtestwindow.ui" line="166"/> | ||
4225 | - <location filename="washtestwindow.ui" line="228"/> | 4383 | + <location filename="washtestwindow.ui" line="148"/> |
4384 | + <location filename="washtestwindow.ui" line="179"/> | ||
4385 | + <location filename="washtestwindow.ui" line="241"/> | ||
4226 | <source>START</source> | 4386 | <source>START</source> |
4227 | - <translation type="unfinished"></translation> | 4387 | + <translation>START</translation> |
4228 | </message> | 4388 | </message> |
4229 | <message> | 4389 | <message> |
4230 | - <location filename="washtestwindow.ui" line="197"/> | 4390 | + <location filename="washtestwindow.ui" line="210"/> |
4231 | <source>OPEN</source> | 4391 | <source>OPEN</source> |
4232 | - <translation type="unfinished"></translation> | 4392 | + <translation>OPEN</translation> |
4233 | </message> | 4393 | </message> |
4234 | <message> | 4394 | <message> |
4235 | - <location filename="washtestwindow.ui" line="259"/> | 4395 | + <location filename="washtestwindow.ui" line="272"/> |
4236 | <source>CLOSE</source> | 4396 | <source>CLOSE</source> |
4237 | - <translation type="unfinished"></translation> | 4397 | + <translation>CLOSE</translation> |
4238 | </message> | 4398 | </message> |
4239 | <message> | 4399 | <message> |
4240 | - <location filename="washtestwindow.ui" line="443"/> | 4400 | + <location filename="washtestwindow.ui" line="456"/> |
4241 | <source>소형 펌프 모터</source> | 4401 | <source>소형 펌프 모터</source> |
4242 | - <translation type="unfinished"></translation> | 4402 | + <translation>Small Pump Motor</translation> |
4243 | </message> | 4403 | </message> |
4244 | <message> | 4404 | <message> |
4245 | - <location filename="washtestwindow.ui" line="499"/> | 4405 | + <location filename="washtestwindow.ui" line="512"/> |
4246 | <source>세제 공급 장치</source> | 4406 | <source>세제 공급 장치</source> |
4247 | - <translation type="unfinished"></translation> | 4407 | + <translation>Detergent Supply Device</translation> |
4248 | </message> | 4408 | </message> |
4249 | <message> | 4409 | <message> |
4250 | - <location filename="washtestwindow.ui" line="555"/> | 4410 | + <location filename="washtestwindow.ui" line="568"/> |
4251 | <source>중형 펌프 모터</source> | 4411 | <source>중형 펌프 모터</source> |
4252 | - <translation type="unfinished"></translation> | 4412 | + <translation>Medium-size Pump Motor</translation> |
4253 | </message> | 4413 | </message> |
4254 | <message> | 4414 | <message> |
4255 | - <location filename="washtestwindow.ui" line="611"/> | 4415 | + <location filename="washtestwindow.ui" line="624"/> |
4256 | <source>드레인 볼 밸브</source> | 4416 | <source>드레인 볼 밸브</source> |
4257 | - <translation type="unfinished"></translation> | 4417 | + <translation>Drain Ball Valve</translation> |
4258 | </message> | 4418 | </message> |
4259 | <message> | 4419 | <message> |
4260 | - <location filename="washtestwindow.ui" line="667"/> | 4420 | + <location filename="washtestwindow.ui" line="680"/> |
4261 | <source>서비스단계(엔지니어모드) > 기능테스트 > 세척</source> | 4421 | <source>서비스단계(엔지니어모드) > 기능테스트 > 세척</source> |
4262 | - <translation type="unfinished"></translation> | 4422 | + <translation>Service Mode (Engineer Mode) > Function Test > Cleaning</translation> |
4263 | </message> | 4423 | </message> |
4264 | </context> | 4424 | </context> |
4265 | <context> | 4425 | <context> |
4266 | <name>WashWindow</name> | 4426 | <name>WashWindow</name> |
4267 | <message> | 4427 | <message> |
4268 | - <location filename="washwindow.ui" line="187"/> | 4428 | + <location filename="washwindow.ui" line="200"/> |
4269 | <location filename="washwindow.cpp" line="193"/> | 4429 | <location filename="washwindow.cpp" line="193"/> |
4270 | <source>기기의 내부를 세척 중입니다</source> | 4430 | <source>기기의 내부를 세척 중입니다</source> |
4271 | - <translation type="unfinished"></translation> | 4431 | + <translation>Inside of the device is being cleaned</translation> |
4272 | </message> | 4432 | </message> |
4273 | <message> | 4433 | <message> |
4274 | - <location filename="washwindow.ui" line="249"/> | 4434 | + <location filename="washwindow.ui" line="262"/> |
4275 | <location filename="washwindow.cpp" line="194"/> | 4435 | <location filename="washwindow.cpp" line="194"/> |
4276 | <source>완료될 때까지 문을 열지 마세요. | 4436 | <source>완료될 때까지 문을 열지 마세요. |
4277 | 기기의 내부의 자동 세척 기능을 실행 중입니다.</source> | 4437 | 기기의 내부의 자동 세척 기능을 실행 중입니다.</source> |
4278 | - <translation type="unfinished"></translation> | 4438 | + <translation>Do not open the door until the process is finished. |
4439 | +Inside-device automatic cleaning function is in progress.</translation> | ||
4279 | </message> | 4440 | </message> |
4280 | <message> | 4441 | <message> |
4281 | - <location filename="washwindow.ui" line="327"/> | 4442 | + <location filename="washwindow.ui" line="340"/> |
4282 | <source>세척 중</source> | 4443 | <source>세척 중</source> |
4283 | - <translation type="unfinished"></translation> | 4444 | + <translation>Under Cleaning</translation> |
4284 | </message> | 4445 | </message> |
4285 | <message> | 4446 | <message> |
4286 | - <location filename="washwindow.ui" line="575"/> | 4447 | + <location filename="washwindow.ui" line="588"/> |
4287 | <source>세제 없이 헹굼</source> | 4448 | <source>세제 없이 헹굼</source> |
4288 | - <translation type="unfinished"></translation> | 4449 | + <translation>Non Detergent</translation> |
4289 | </message> | 4450 | </message> |
4290 | <message> | 4451 | <message> |
4291 | - <location filename="washwindow.ui" line="598"/> | 4452 | + <location filename="washwindow.ui" line="611"/> |
4292 | <source>간이 세척</source> | 4453 | <source>간이 세척</source> |
4293 | - <translation type="unfinished"></translation> | 4454 | + <translation>Simple</translation> |
4294 | </message> | 4455 | </message> |
4295 | <message> | 4456 | <message> |
4296 | - <location filename="washwindow.ui" line="621"/> | 4457 | + <location filename="washwindow.ui" line="634"/> |
4297 | <source>표준 세척</source> | 4458 | <source>표준 세척</source> |
4298 | - <translation type="unfinished"></translation> | 4459 | + <translation>Standard</translation> |
4299 | </message> | 4460 | </message> |
4300 | <message> | 4461 | <message> |
4301 | - <location filename="washwindow.ui" line="644"/> | 4462 | + <location filename="washwindow.ui" line="657"/> |
4302 | <source>강 세척</source> | 4463 | <source>강 세척</source> |
4303 | - <translation type="unfinished"></translation> | 4464 | + <translation>Strong</translation> |
4304 | </message> | 4465 | </message> |
4305 | <message> | 4466 | <message> |
4306 | - <location filename="washwindow.ui" line="667"/> | 4467 | + <location filename="washwindow.ui" line="680"/> |
4307 | <source>고속 세척</source> | 4468 | <source>고속 세척</source> |
4308 | - <translation type="unfinished"></translation> | 4469 | + <translation>High Speed</translation> |
4309 | </message> | 4470 | </message> |
4310 | <message> | 4471 | <message> |
4311 | - <location filename="washwindow.ui" line="729"/> | 4472 | + <location filename="washwindow.ui" line="742"/> |
4312 | <source>나쁨</source> | 4473 | <source>나쁨</source> |
4313 | - <translation type="unfinished"></translation> | 4474 | + <translation>Bad</translation> |
4314 | </message> | 4475 | </message> |
4315 | <message> | 4476 | <message> |
4316 | - <location filename="washwindow.ui" line="816"/> | 4477 | + <location filename="washwindow.ui" line="829"/> |
4317 | <source>유지/관리</source> | 4478 | <source>유지/관리</source> |
4318 | - <translation type="unfinished"></translation> | 4479 | + <translation>Maintenance/Management</translation> |
4319 | </message> | 4480 | </message> |
4320 | <message> | 4481 | <message> |
4321 | - <location filename="washwindow.ui" line="878"/> | 4482 | + <location filename="washwindow.ui" line="891"/> |
4322 | <source>좋음</source> | 4483 | <source>좋음</source> |
4323 | - <translation type="unfinished"></translation> | 4484 | + <translation>Good</translation> |
4324 | </message> | 4485 | </message> |
4325 | <message> | 4486 | <message> |
4326 | - <location filename="washwindow.ui" line="915"/> | ||
4327 | - <location filename="washwindow.ui" line="1157"/> | ||
4328 | <source>blue</source> | 4487 | <source>blue</source> |
4329 | - <translation type="unfinished"></translation> | 4488 | + <translation type="vanished">BLUE</translation> |
4330 | </message> | 4489 | </message> |
4331 | <message> | 4490 | <message> |
4332 | - <location filename="washwindow.ui" line="974"/> | 4491 | + <location filename="washwindow.ui" line="987"/> |
4333 | <source>더러움</source> | 4492 | <source>더러움</source> |
4334 | - <translation type="unfinished"></translation> | 4493 | + <translation>Dirt</translation> |
4335 | </message> | 4494 | </message> |
4336 | <message> | 4495 | <message> |
4337 | - <location filename="washwindow.ui" line="1061"/> | 4496 | + <location filename="washwindow.ui" line="1074"/> |
4338 | <source>청결상태</source> | 4497 | <source>청결상태</source> |
4339 | - <translation type="unfinished"></translation> | 4498 | + <translation>Cleanliness Condition</translation> |
4340 | </message> | 4499 | </message> |
4341 | <message> | 4500 | <message> |
4342 | - <location filename="washwindow.ui" line="1123"/> | 4501 | + <location filename="washwindow.ui" line="1136"/> |
4343 | <source>깨끗함</source> | 4502 | <source>깨끗함</source> |
4344 | - <translation type="unfinished"></translation> | 4503 | + <translation>Cleanliness</translation> |
4345 | </message> | 4504 | </message> |
4346 | <message> | 4505 | <message> |
4347 | <location filename="washwindow.cpp" line="221"/> | 4506 | <location filename="washwindow.cpp" line="221"/> |
4348 | <source>내부 헹굼 진행 중입니다.</source> | 4507 | <source>내부 헹굼 진행 중입니다.</source> |
4349 | - <translation type="unfinished"></translation> | 4508 | + <translation>Inside rinsing is in progress. </translation> |
4350 | </message> | 4509 | </message> |
4351 | <message> | 4510 | <message> |
4352 | <location filename="washwindow.cpp" line="224"/> | 4511 | <location filename="washwindow.cpp" line="224"/> |
4353 | <source>스팀 급수 진행 중입니다.</source> | 4512 | <source>스팀 급수 진행 중입니다.</source> |
4354 | - <translation type="unfinished"></translation> | 4513 | + <translation>Steam water supply is in progress.</translation> |
4355 | </message> | 4514 | </message> |
4356 | <message> | 4515 | <message> |
4357 | <location filename="washwindow.cpp" line="227"/> | 4516 | <location filename="washwindow.cpp" line="227"/> |
4358 | <source>내부 팬 세척 진행 중입니다.</source> | 4517 | <source>내부 팬 세척 진행 중입니다.</source> |
4359 | - <translation type="unfinished"></translation> | 4518 | + <translation>Inside fan cleaning is in progress.</translation> |
4360 | </message> | 4519 | </message> |
4361 | <message> | 4520 | <message> |
4362 | <location filename="washwindow.cpp" line="230"/> | 4521 | <location filename="washwindow.cpp" line="230"/> |
4363 | <source>내부 스팀 불림 진행 중입니다.</source> | 4522 | <source>내부 스팀 불림 진행 중입니다.</source> |
4364 | - <translation type="unfinished"></translation> | 4523 | + <translation>Inside steam macerating is in progress.</translation> |
4365 | </message> | 4524 | </message> |
4366 | <message> | 4525 | <message> |
4367 | <location filename="washwindow.cpp" line="233"/> | 4526 | <location filename="washwindow.cpp" line="233"/> |
4368 | <source>내부 강 세척 진행 중입니다.</source> | 4527 | <source>내부 강 세척 진행 중입니다.</source> |
4369 | - <translation type="unfinished"></translation> | 4528 | + <translation>Inside strong cleaning is in progress.</translation> |
4370 | </message> | 4529 | </message> |
4371 | <message> | 4530 | <message> |
4372 | <location filename="washwindow.cpp" line="236"/> | 4531 | <location filename="washwindow.cpp" line="236"/> |
4373 | <source>내부 상부 세척 진행 중입니다.</source> | 4532 | <source>내부 상부 세척 진행 중입니다.</source> |
4374 | - <translation type="unfinished"></translation> | 4533 | + <translation>Inside upper part cleaning is in progress.</translation> |
4375 | </message> | 4534 | </message> |
4376 | <message> | 4535 | <message> |
4377 | <location filename="washwindow.cpp" line="239"/> | 4536 | <location filename="washwindow.cpp" line="239"/> |
4378 | <source>내부 스팀 세척 진행 중입니다.</source> | 4537 | <source>내부 스팀 세척 진행 중입니다.</source> |
4379 | - <translation type="unfinished"></translation> | 4538 | + <translation>Inside steam cleaning is in progress.</translation> |
4380 | </message> | 4539 | </message> |
4381 | <message> | 4540 | <message> |
4382 | <location filename="washwindow.cpp" line="242"/> | 4541 | <location filename="washwindow.cpp" line="242"/> |
4383 | <source>세척 종료 진행 중입니다.</source> | 4542 | <source>세척 종료 진행 중입니다.</source> |
4384 | - <translation type="unfinished"></translation> | 4543 | + <translation>Cleaning is being finished.</translation> |
4385 | </message> | 4544 | </message> |
4386 | <message> | 4545 | <message> |
4387 | <location filename="washwindow.cpp" line="245"/> | 4546 | <location filename="washwindow.cpp" line="245"/> |
4388 | <source>세제 세척수 만들기 진행 중입니다.</source> | 4547 | <source>세제 세척수 만들기 진행 중입니다.</source> |
4389 | - <translation type="unfinished"></translation> | 4548 | + <translation>Detergent cleaning water making is in progress.</translation> |
4390 | </message> | 4549 | </message> |
4391 | <message> | 4550 | <message> |
4392 | <location filename="washwindow.cpp" line="248"/> | 4551 | <location filename="washwindow.cpp" line="248"/> |
4393 | <source>세제 세척수 헹굼 진행 중입니다.</source> | 4552 | <source>세제 세척수 헹굼 진행 중입니다.</source> |
4394 | - <translation type="unfinished"></translation> | 4553 | + <translation>Detergent cleaning water rinsing is in progress.</translation> |
4395 | </message> | 4554 | </message> |
4396 | <message> | 4555 | <message> |
4397 | <location filename="washwindow.cpp" line="251"/> | 4556 | <location filename="washwindow.cpp" line="251"/> |
4398 | <source>하부 탱크 세척수 만들기 진행 중입니다.</source> | 4557 | <source>하부 탱크 세척수 만들기 진행 중입니다.</source> |
4399 | - <translation type="unfinished"></translation> | 4558 | + <translation>Lower tank cleaning water making is in progress.</translation> |
4400 | </message> | 4559 | </message> |
4401 | <message> | 4560 | <message> |
4402 | <location filename="washwindow.cpp" line="267"/> | 4561 | <location filename="washwindow.cpp" line="267"/> |
4403 | <source>세척이 종료되었습니다</source> | 4562 | <source>세척이 종료되었습니다</source> |
4404 | - <translation type="unfinished"></translation> | 4563 | + <translation>Cleaning is finished</translation> |
4405 | </message> | 4564 | </message> |
4406 | </context> | 4565 | </context> |
4407 | <context> | 4566 | <context> |
@@ -4409,17 +4568,17 @@ USB를 삽입해 주세요!</source> | @@ -4409,17 +4568,17 @@ USB를 삽입해 주세요!</source> | ||
4409 | <message> | 4568 | <message> |
4410 | <location filename="yesnopopupdlg.ui" line="60"/> | 4569 | <location filename="yesnopopupdlg.ui" line="60"/> |
4411 | <source>예</source> | 4570 | <source>예</source> |
4412 | - <translation type="unfinished"></translation> | 4571 | + <translation>Yes</translation> |
4413 | </message> | 4572 | </message> |
4414 | <message> | 4573 | <message> |
4415 | <location filename="yesnopopupdlg.ui" line="87"/> | 4574 | <location filename="yesnopopupdlg.ui" line="87"/> |
4416 | <source>아니오</source> | 4575 | <source>아니오</source> |
4417 | - <translation type="unfinished"></translation> | 4576 | + <translation>No</translation> |
4418 | </message> | 4577 | </message> |
4419 | <message> | 4578 | <message> |
4420 | <location filename="yesnopopupdlg.ui" line="128"/> | 4579 | <location filename="yesnopopupdlg.ui" line="128"/> |
4421 | <source>TextLabel</source> | 4580 | <source>TextLabel</source> |
4422 | - <translation type="unfinished"></translation> | 4581 | + <translation>TextLabel</translation> |
4423 | </message> | 4582 | </message> |
4424 | </context> | 4583 | </context> |
4425 | <context> | 4584 | <context> |
@@ -4427,23 +4586,23 @@ USB를 삽입해 주세요!</source> | @@ -4427,23 +4586,23 @@ USB를 삽입해 주세요!</source> | ||
4427 | <message> | 4586 | <message> |
4428 | <location filename="configresttimeformatdlg.ui" line="72"/> | 4587 | <location filename="configresttimeformatdlg.ui" line="72"/> |
4429 | <source>잔여시간 포맷</source> | 4588 | <source>잔여시간 포맷</source> |
4430 | - <translation type="unfinished"></translation> | 4589 | + <translation>Remaining Time Format</translation> |
4431 | </message> | 4590 | </message> |
4432 | <message> | 4591 | <message> |
4433 | <location filename="configresttimeformatdlg.ui" line="103"/> | 4592 | <location filename="configresttimeformatdlg.ui" line="103"/> |
4434 | <location filename="configresttimeformatdlg.ui" line="141"/> | 4593 | <location filename="configresttimeformatdlg.ui" line="141"/> |
4435 | <source>PushButton</source> | 4594 | <source>PushButton</source> |
4436 | - <translation type="unfinished"></translation> | 4595 | + <translation>PushButton</translation> |
4437 | </message> | 4596 | </message> |
4438 | <message> | 4597 | <message> |
4439 | <location filename="configresttimeformatdlg.ui" line="183"/> | 4598 | <location filename="configresttimeformatdlg.ui" line="183"/> |
4440 | <source>취소</source> | 4599 | <source>취소</source> |
4441 | - <translation type="unfinished"></translation> | 4600 | + <translation>Cancel</translation> |
4442 | </message> | 4601 | </message> |
4443 | <message> | 4602 | <message> |
4444 | <location filename="configresttimeformatdlg.ui" line="208"/> | 4603 | <location filename="configresttimeformatdlg.ui" line="208"/> |
4445 | <source>확인</source> | 4604 | <source>확인</source> |
4446 | - <translation type="unfinished"></translation> | 4605 | + <translation>Confirm</translation> |
4447 | </message> | 4606 | </message> |
4448 | </context> | 4607 | </context> |
4449 | </TS> | 4608 | </TS> |
app/gui/oven_control/lang_zh.ts
@@ -4,12 +4,12 @@ | @@ -4,12 +4,12 @@ | ||
4 | <context> | 4 | <context> |
5 | <name>AdjustmentWindow</name> | 5 | <name>AdjustmentWindow</name> |
6 | <message> | 6 | <message> |
7 | - <location filename="adjustmentwindow.ui" line="96"/> | 7 | + <location filename="adjustmentwindow.ui" line="109"/> |
8 | <source>서비스단계(엔지니어모드) > 교정</source> | 8 | <source>서비스단계(엔지니어모드) > 교정</source> |
9 | <translation type="unfinished"></translation> | 9 | <translation type="unfinished"></translation> |
10 | </message> | 10 | </message> |
11 | <message> | 11 | <message> |
12 | - <location filename="adjustmentwindow.ui" line="175"/> | 12 | + <location filename="adjustmentwindow.ui" line="188"/> |
13 | <source>교정</source> | 13 | <source>교정</source> |
14 | <translation type="unfinished"></translation> | 14 | <translation type="unfinished"></translation> |
15 | </message> | 15 | </message> |
@@ -35,27 +35,27 @@ | @@ -35,27 +35,27 @@ | ||
35 | <message> | 35 | <message> |
36 | <location filename="autocookcheckconfigwindow.ui" line="159"/> | 36 | <location filename="autocookcheckconfigwindow.ui" line="159"/> |
37 | <location filename="autocookcheckconfigwindow.ui" line="240"/> | 37 | <location filename="autocookcheckconfigwindow.ui" line="240"/> |
38 | - <location filename="autocookcheckconfigwindow.ui" line="732"/> | ||
39 | - <location filename="autocookcheckconfigwindow.ui" line="968"/> | ||
40 | - <location filename="autocookcheckconfigwindow.ui" line="1317"/> | 38 | + <location filename="autocookcheckconfigwindow.ui" line="745"/> |
39 | + <location filename="autocookcheckconfigwindow.ui" line="981"/> | ||
40 | + <location filename="autocookcheckconfigwindow.ui" line="1330"/> | ||
41 | <source>감소</source> | 41 | <source>감소</source> |
42 | <translation type="unfinished"></translation> | 42 | <translation type="unfinished"></translation> |
43 | </message> | 43 | </message> |
44 | <message> | 44 | <message> |
45 | <location filename="autocookcheckconfigwindow.ui" line="302"/> | 45 | <location filename="autocookcheckconfigwindow.ui" line="302"/> |
46 | - <location filename="autocookcheckconfigwindow.ui" line="484"/> | ||
47 | - <location filename="autocookcheckconfigwindow.ui" line="890"/> | ||
48 | - <location filename="autocookcheckconfigwindow.ui" line="1030"/> | ||
49 | - <location filename="autocookcheckconfigwindow.ui" line="1175"/> | 46 | + <location filename="autocookcheckconfigwindow.ui" line="497"/> |
47 | + <location filename="autocookcheckconfigwindow.ui" line="903"/> | ||
48 | + <location filename="autocookcheckconfigwindow.ui" line="1043"/> | ||
49 | + <location filename="autocookcheckconfigwindow.ui" line="1188"/> | ||
50 | <source>증가</source> | 50 | <source>증가</source> |
51 | <translation type="unfinished"></translation> | 51 | <translation type="unfinished"></translation> |
52 | </message> | 52 | </message> |
53 | <message> | 53 | <message> |
54 | - <location filename="autocookcheckconfigwindow.ui" line="422"/> | ||
55 | - <location filename="autocookcheckconfigwindow.ui" line="619"/> | ||
56 | - <location filename="autocookcheckconfigwindow.ui" line="796"/> | ||
57 | - <location filename="autocookcheckconfigwindow.ui" line="1113"/> | ||
58 | - <location filename="autocookcheckconfigwindow.ui" line="1255"/> | 54 | + <location filename="autocookcheckconfigwindow.ui" line="435"/> |
55 | + <location filename="autocookcheckconfigwindow.ui" line="632"/> | ||
56 | + <location filename="autocookcheckconfigwindow.ui" line="809"/> | ||
57 | + <location filename="autocookcheckconfigwindow.ui" line="1126"/> | ||
58 | + <location filename="autocookcheckconfigwindow.ui" line="1268"/> | ||
59 | <source>스팀</source> | 59 | <source>스팀</source> |
60 | <translation type="unfinished"></translation> | 60 | <translation type="unfinished"></translation> |
61 | </message> | 61 | </message> |
@@ -91,29 +91,29 @@ | @@ -91,29 +91,29 @@ | ||
91 | <context> | 91 | <context> |
92 | <name>AutoCookConfigWindow</name> | 92 | <name>AutoCookConfigWindow</name> |
93 | <message> | 93 | <message> |
94 | - <location filename="autocookconfigwindow.ui" line="302"/> | ||
95 | - <location filename="autocookconfigwindow.ui" line="519"/> | ||
96 | - <location filename="autocookconfigwindow.ui" line="774"/> | ||
97 | - <location filename="autocookconfigwindow.ui" line="962"/> | ||
98 | - <location filename="autocookconfigwindow.ui" line="1105"/> | 94 | + <location filename="autocookconfigwindow.ui" line="315"/> |
95 | + <location filename="autocookconfigwindow.ui" line="532"/> | ||
96 | + <location filename="autocookconfigwindow.ui" line="787"/> | ||
97 | + <location filename="autocookconfigwindow.ui" line="975"/> | ||
98 | + <location filename="autocookconfigwindow.ui" line="1118"/> | ||
99 | <source>증가</source> | 99 | <source>증가</source> |
100 | <translation type="unfinished"></translation> | 100 | <translation type="unfinished"></translation> |
101 | </message> | 101 | </message> |
102 | <message> | 102 | <message> |
103 | - <location filename="autocookconfigwindow.ui" line="364"/> | ||
104 | - <location filename="autocookconfigwindow.ui" line="581"/> | ||
105 | - <location filename="autocookconfigwindow.ui" line="643"/> | ||
106 | - <location filename="autocookconfigwindow.ui" line="900"/> | ||
107 | - <location filename="autocookconfigwindow.ui" line="1043"/> | 103 | + <location filename="autocookconfigwindow.ui" line="377"/> |
104 | + <location filename="autocookconfigwindow.ui" line="594"/> | ||
105 | + <location filename="autocookconfigwindow.ui" line="656"/> | ||
106 | + <location filename="autocookconfigwindow.ui" line="913"/> | ||
107 | + <location filename="autocookconfigwindow.ui" line="1056"/> | ||
108 | <source>감소</source> | 108 | <source>감소</source> |
109 | <translation type="unfinished"></translation> | 109 | <translation type="unfinished"></translation> |
110 | </message> | 110 | </message> |
111 | <message> | 111 | <message> |
112 | - <location filename="autocookconfigwindow.ui" line="457"/> | ||
113 | - <location filename="autocookconfigwindow.ui" line="838"/> | ||
114 | - <location filename="autocookconfigwindow.ui" line="1169"/> | ||
115 | - <location filename="autocookconfigwindow.ui" line="1233"/> | ||
116 | - <location filename="autocookconfigwindow.ui" line="1335"/> | 112 | + <location filename="autocookconfigwindow.ui" line="470"/> |
113 | + <location filename="autocookconfigwindow.ui" line="851"/> | ||
114 | + <location filename="autocookconfigwindow.ui" line="1182"/> | ||
115 | + <location filename="autocookconfigwindow.ui" line="1246"/> | ||
116 | + <location filename="autocookconfigwindow.ui" line="1348"/> | ||
117 | <source>스팀</source> | 117 | <source>스팀</source> |
118 | <translation type="unfinished"></translation> | 118 | <translation type="unfinished"></translation> |
119 | </message> | 119 | </message> |
@@ -174,12 +174,12 @@ | @@ -174,12 +174,12 @@ | ||
174 | <context> | 174 | <context> |
175 | <name>AutoCookWindow</name> | 175 | <name>AutoCookWindow</name> |
176 | <message> | 176 | <message> |
177 | - <location filename="autocookwindow.ui" line="978"/> | 177 | + <location filename="autocookwindow.ui" line="991"/> |
178 | <source>예열 중</source> | 178 | <source>예열 중</source> |
179 | <translation type="unfinished"></translation> | 179 | <translation type="unfinished"></translation> |
180 | </message> | 180 | </message> |
181 | <message> | 181 | <message> |
182 | - <location filename="autocookwindow.ui" line="1227"/> | 182 | + <location filename="autocookwindow.ui" line="1240"/> |
183 | <source>후속 과정 옵션</source> | 183 | <source>후속 과정 옵션</source> |
184 | <translation type="unfinished"></translation> | 184 | <translation type="unfinished"></translation> |
185 | </message> | 185 | </message> |
@@ -264,95 +264,32 @@ | @@ -264,95 +264,32 @@ | ||
264 | </message> | 264 | </message> |
265 | </context> | 265 | </context> |
266 | <context> | 266 | <context> |
267 | - <name>BasicSettingWindow</name> | ||
268 | - <message> | ||
269 | - <location filename="basicsettingwindow.ui" line="97"/> | ||
270 | - <source>서비스단계(엔지니어모드) > 기본설정</source> | ||
271 | - <translation type="unfinished"></translation> | ||
272 | - </message> | ||
273 | - <message> | ||
274 | - <location filename="basicsettingwindow.ui" line="173"/> | ||
275 | - <source> 기본설정</source> | ||
276 | - <translation type="unfinished"></translation> | ||
277 | - </message> | ||
278 | - <message> | ||
279 | - <location filename="basicsettingwindow.ui" line="194"/> | ||
280 | - <source>EM-2</source> | ||
281 | - <translation type="unfinished"></translation> | ||
282 | - </message> | ||
283 | - <message> | ||
284 | - <location filename="basicsettingwindow.ui" line="236"/> | ||
285 | - <source>스팀발생기 수동 스케일 제거 후 물의 양</source> | ||
286 | - <translation type="unfinished"></translation> | ||
287 | - </message> | ||
288 | - <message> | ||
289 | - <location filename="basicsettingwindow.ui" line="258"/> | ||
290 | - <source>소형펌프모터 모드</source> | ||
291 | - <translation type="unfinished"></translation> | ||
292 | - </message> | ||
293 | - <message> | ||
294 | - <location filename="basicsettingwindow.ui" line="280"/> | ||
295 | - <source>소형펌프모터 인터벌시간 설정</source> | ||
296 | - <translation type="unfinished"></translation> | ||
297 | - </message> | ||
298 | - <message> | ||
299 | - <location filename="basicsettingwindow.ui" line="302"/> | ||
300 | - <source>건열퀀칭 작동 온도</source> | ||
301 | - <translation type="unfinished"></translation> | ||
302 | - </message> | ||
303 | - <message> | ||
304 | - <location filename="basicsettingwindow.ui" line="324"/> | ||
305 | - <source>스팀퀀칭 작동 온도</source> | ||
306 | - <translation type="unfinished"></translation> | ||
307 | - </message> | ||
308 | - <message> | ||
309 | - <location filename="basicsettingwindow.ui" line="346"/> | ||
310 | - <source>드레인볼밸브 </source> | ||
311 | - <translation type="unfinished"></translation> | ||
312 | - </message> | ||
313 | - <message> | ||
314 | - <location filename="basicsettingwindow.ui" line="368"/> | ||
315 | - <source>설정구분</source> | ||
316 | - <translation type="unfinished"></translation> | ||
317 | - </message> | ||
318 | - <message> | ||
319 | - <location filename="basicsettingwindow.ui" line="390"/> | ||
320 | - <source>설 정</source> | ||
321 | - <translation type="unfinished"></translation> | ||
322 | - </message> | ||
323 | - <message> | ||
324 | - <location filename="basicsettingwindow.ui" line="415"/> | ||
325 | - <source>상태</source> | ||
326 | - <translation type="unfinished"></translation> | ||
327 | - </message> | ||
328 | -</context> | ||
329 | -<context> | ||
330 | <name>BurnerTestWindow</name> | 267 | <name>BurnerTestWindow</name> |
331 | <message> | 268 | <message> |
332 | - <location filename="burnertestwindow.ui" line="202"/> | ||
333 | - <location filename="burnertestwindow.ui" line="233"/> | ||
334 | - <location filename="burnertestwindow.ui" line="264"/> | 269 | + <location filename="burnertestwindow.ui" line="215"/> |
270 | + <location filename="burnertestwindow.ui" line="246"/> | ||
271 | + <location filename="burnertestwindow.ui" line="277"/> | ||
335 | <source>START</source> | 272 | <source>START</source> |
336 | <translation type="unfinished"></translation> | 273 | <translation type="unfinished"></translation> |
337 | </message> | 274 | </message> |
338 | <message> | 275 | <message> |
339 | - <location filename="burnertestwindow.ui" line="700"/> | ||
340 | - <location filename="burnertestwindow.ui" line="1139"/> | 276 | + <location filename="burnertestwindow.ui" line="713"/> |
277 | + <location filename="burnertestwindow.ui" line="1152"/> | ||
341 | <source>0</source> | 278 | <source>0</source> |
342 | <translation type="unfinished"></translation> | 279 | <translation type="unfinished"></translation> |
343 | </message> | 280 | </message> |
344 | <message> | 281 | <message> |
345 | - <location filename="burnertestwindow.ui" line="1578"/> | 282 | + <location filename="burnertestwindow.ui" line="1591"/> |
346 | <source>100%</source> | 283 | <source>100%</source> |
347 | <translation type="unfinished"></translation> | 284 | <translation type="unfinished"></translation> |
348 | </message> | 285 | </message> |
349 | <message> | 286 | <message> |
350 | - <location filename="burnertestwindow.ui" line="2017"/> | 287 | + <location filename="burnertestwindow.ui" line="2030"/> |
351 | <source>150℃</source> | 288 | <source>150℃</source> |
352 | <translation type="unfinished"></translation> | 289 | <translation type="unfinished"></translation> |
353 | </message> | 290 | </message> |
354 | <message> | 291 | <message> |
355 | - <location filename="burnertestwindow.ui" line="2110"/> | 292 | + <location filename="burnertestwindow.ui" line="2123"/> |
356 | <source>서비스단계(엔지니어모드) > 기능테스트 > 가열부</source> | 293 | <source>서비스단계(엔지니어모드) > 기능테스트 > 가열부</source> |
357 | <translation type="unfinished"></translation> | 294 | <translation type="unfinished"></translation> |
358 | </message> | 295 | </message> |
@@ -360,29 +297,29 @@ | @@ -360,29 +297,29 @@ | ||
360 | <context> | 297 | <context> |
361 | <name>ComponentTestWindow</name> | 298 | <name>ComponentTestWindow</name> |
362 | <message> | 299 | <message> |
363 | - <location filename="componenttestwindow.ui" line="135"/> | ||
364 | - <location filename="componenttestwindow.ui" line="166"/> | ||
365 | - <location filename="componenttestwindow.ui" line="197"/> | 300 | + <location filename="componenttestwindow.ui" line="148"/> |
301 | + <location filename="componenttestwindow.ui" line="179"/> | ||
302 | + <location filename="componenttestwindow.ui" line="210"/> | ||
366 | <source>START</source> | 303 | <source>START</source> |
367 | <translation type="unfinished"></translation> | 304 | <translation type="unfinished"></translation> |
368 | </message> | 305 | </message> |
369 | <message> | 306 | <message> |
370 | - <location filename="componenttestwindow.ui" line="349"/> | 307 | + <location filename="componenttestwindow.ui" line="362"/> |
371 | <source>구성품 > 스피커</source> | 308 | <source>구성품 > 스피커</source> |
372 | <translation type="unfinished"></translation> | 309 | <translation type="unfinished"></translation> |
373 | </message> | 310 | </message> |
374 | <message> | 311 | <message> |
375 | - <location filename="componenttestwindow.ui" line="405"/> | 312 | + <location filename="componenttestwindow.ui" line="418"/> |
376 | <source>구성품 > 실내등</source> | 313 | <source>구성품 > 실내등</source> |
377 | <translation type="unfinished"></translation> | 314 | <translation type="unfinished"></translation> |
378 | </message> | 315 | </message> |
379 | <message> | 316 | <message> |
380 | - <location filename="componenttestwindow.ui" line="461"/> | 317 | + <location filename="componenttestwindow.ui" line="474"/> |
381 | <source>구성품 > 습도 조절 댐퍼</source> | 318 | <source>구성품 > 습도 조절 댐퍼</source> |
382 | <translation type="unfinished"></translation> | 319 | <translation type="unfinished"></translation> |
383 | </message> | 320 | </message> |
384 | <message> | 321 | <message> |
385 | - <location filename="componenttestwindow.ui" line="517"/> | 322 | + <location filename="componenttestwindow.ui" line="530"/> |
386 | <source>서비스단계(엔지니어모드) > 기능테스트 > 구성품</source> | 323 | <source>서비스단계(엔지니어모드) > 기능테스트 > 구성품</source> |
387 | <translation type="unfinished"></translation> | 324 | <translation type="unfinished"></translation> |
388 | </message> | 325 | </message> |
@@ -390,23 +327,15 @@ | @@ -390,23 +327,15 @@ | ||
390 | <context> | 327 | <context> |
391 | <name>Config</name> | 328 | <name>Config</name> |
392 | <message> | 329 | <message> |
393 | - <location filename="config.cpp" line="493"/> | ||
394 | - <source>모든 음향설정 값을 공장초기화 하시겠습니까?</source> | ||
395 | - <translation type="unfinished"></translation> | ||
396 | - </message> | ||
397 | - <message> | ||
398 | - <location filename="config.cpp" line="525"/> | ||
399 | - <source>모든 프로그램을 삭제하시겠습니까?</source> | ||
400 | - <translation type="unfinished"></translation> | ||
401 | - </message> | ||
402 | - <message> | ||
403 | <location filename="config.h" line="29"/> | 330 | <location filename="config.h" line="29"/> |
404 | <source>잔여시간<byte value="x0"/></source> | 331 | <source>잔여시간<byte value="x0"/></source> |
332 | + <oldsource>잔여시간</oldsource> | ||
405 | <translation type="unfinished"></translation> | 333 | <translation type="unfinished"></translation> |
406 | </message> | 334 | </message> |
407 | <message> | 335 | <message> |
408 | <location filename="config.h" line="30"/> | 336 | <location filename="config.h" line="30"/> |
409 | <source>타겟시간<byte value="x0"/></source> | 337 | <source>타겟시간<byte value="x0"/></source> |
338 | + <oldsource>타겟시간</oldsource> | ||
410 | <translation type="unfinished"></translation> | 339 | <translation type="unfinished"></translation> |
411 | </message> | 340 | </message> |
412 | <message> | 341 | <message> |
@@ -422,31 +351,37 @@ | @@ -422,31 +351,37 @@ | ||
422 | <message> | 351 | <message> |
423 | <location filename="config.h" line="39"/> | 352 | <location filename="config.h" line="39"/> |
424 | <source>설정취소<byte value="x0"/></source> | 353 | <source>설정취소<byte value="x0"/></source> |
354 | + <oldsource>설정취소</oldsource> | ||
425 | <translation type="unfinished"></translation> | 355 | <translation type="unfinished"></translation> |
426 | </message> | 356 | </message> |
427 | <message> | 357 | <message> |
428 | <location filename="config.h" line="40"/> | 358 | <location filename="config.h" line="40"/> |
429 | <source>설정<byte value="x0"/></source> | 359 | <source>설정<byte value="x0"/></source> |
360 | + <oldsource>설정</oldsource> | ||
430 | <translation type="unfinished"></translation> | 361 | <translation type="unfinished"></translation> |
431 | </message> | 362 | </message> |
432 | <message> | 363 | <message> |
433 | <location filename="config.h" line="63"/> | 364 | <location filename="config.h" line="63"/> |
434 | <source>비활성<byte value="x0"/></source> | 365 | <source>비활성<byte value="x0"/></source> |
366 | + <oldsource>비활성</oldsource> | ||
435 | <translation type="unfinished"></translation> | 367 | <translation type="unfinished"></translation> |
436 | </message> | 368 | </message> |
437 | <message> | 369 | <message> |
438 | <location filename="config.h" line="64"/> | 370 | <location filename="config.h" line="64"/> |
439 | <source>활성화<byte value="x0"/></source> | 371 | <source>활성화<byte value="x0"/></source> |
372 | + <oldsource>활성화</oldsource> | ||
440 | <translation type="unfinished"></translation> | 373 | <translation type="unfinished"></translation> |
441 | </message> | 374 | </message> |
442 | <message> | 375 | <message> |
443 | <location filename="config.h" line="68"/> | 376 | <location filename="config.h" line="68"/> |
444 | <source>끄기<byte value="x0"/></source> | 377 | <source>끄기<byte value="x0"/></source> |
378 | + <oldsource>끄기</oldsource> | ||
445 | <translation type="unfinished"></translation> | 379 | <translation type="unfinished"></translation> |
446 | </message> | 380 | </message> |
447 | <message> | 381 | <message> |
448 | <location filename="config.h" line="69"/> | 382 | <location filename="config.h" line="69"/> |
449 | <source>켜기<byte value="x0"/></source> | 383 | <source>켜기<byte value="x0"/></source> |
384 | + <oldsource>켜기</oldsource> | ||
450 | <translation type="unfinished"></translation> | 385 | <translation type="unfinished"></translation> |
451 | </message> | 386 | </message> |
452 | <message> | 387 | <message> |
@@ -768,6 +703,16 @@ | @@ -768,6 +703,16 @@ | ||
768 | <source>서비스단계(엔지니어모드)</source> | 703 | <source>서비스단계(엔지니어모드)</source> |
769 | <translation type="unfinished"></translation> | 704 | <translation type="unfinished"></translation> |
770 | </message> | 705 | </message> |
706 | + <message> | ||
707 | + <location filename="config.cpp" line="495"/> | ||
708 | + <source>모든 음향설정 값을 공장초기화 하시겠습니까?</source> | ||
709 | + <translation type="unfinished"></translation> | ||
710 | + </message> | ||
711 | + <message> | ||
712 | + <location filename="config.cpp" line="527"/> | ||
713 | + <source>모든 프로그램을 삭제하시겠습니까?</source> | ||
714 | + <translation type="unfinished"></translation> | ||
715 | + </message> | ||
771 | </context> | 716 | </context> |
772 | <context> | 717 | <context> |
773 | <name>Config1DigitSetAndEnableSetDlg</name> | 718 | <name>Config1DigitSetAndEnableSetDlg</name> |
@@ -923,55 +868,59 @@ | @@ -923,55 +868,59 @@ | ||
923 | <translation type="unfinished"></translation> | 868 | <translation type="unfinished"></translation> |
924 | </message> | 869 | </message> |
925 | <message> | 870 | <message> |
926 | - <location filename="configdoormonitoring.ui" line="184"/> | ||
927 | - <location filename="configdoormonitoring.ui" line="229"/> | ||
928 | - <location filename="configdoormonitoring.ui" line="339"/> | 871 | + <location filename="configdoormonitoring.ui" line="190"/> |
872 | + <location filename="configdoormonitoring.ui" line="241"/> | ||
929 | <source>문을 닫고 다이얼을 사용하여 경고가 | 873 | <source>문을 닫고 다이얼을 사용하여 경고가 |
930 | 울리거나 꺼질 때까지 시간</source> | 874 | 울리거나 꺼질 때까지 시간</source> |
931 | <translation type="unfinished"></translation> | 875 | <translation type="unfinished"></translation> |
932 | </message> | 876 | </message> |
933 | <message> | 877 | <message> |
934 | - <location filename="configdoormonitoring.ui" line="198"/> | 878 | + <location filename="configdoormonitoring.ui" line="204"/> |
935 | <source>1단계</source> | 879 | <source>1단계</source> |
936 | <translation type="unfinished"></translation> | 880 | <translation type="unfinished"></translation> |
937 | </message> | 881 | </message> |
938 | <message> | 882 | <message> |
939 | - <location filename="configdoormonitoring.ui" line="213"/> | 883 | + <location filename="configdoormonitoring.ui" line="219"/> |
940 | <source>항목</source> | 884 | <source>항목</source> |
941 | <translation type="unfinished"></translation> | 885 | <translation type="unfinished"></translation> |
942 | </message> | 886 | </message> |
943 | <message> | 887 | <message> |
944 | - <location filename="configdoormonitoring.ui" line="242"/> | 888 | + <location filename="configdoormonitoring.ui" line="254"/> |
945 | <source>구분</source> | 889 | <source>구분</source> |
946 | <translation type="unfinished"></translation> | 890 | <translation type="unfinished"></translation> |
947 | </message> | 891 | </message> |
948 | <message> | 892 | <message> |
949 | - <location filename="configdoormonitoring.ui" line="258"/> | ||
950 | - <location filename="configdoormonitoring.ui" line="292"/> | ||
951 | - <location filename="configdoormonitoring.ui" line="370"/> | 893 | + <location filename="configdoormonitoring.ui" line="270"/> |
894 | + <location filename="configdoormonitoring.ui" line="304"/> | ||
895 | + <location filename="configdoormonitoring.ui" line="387"/> | ||
952 | <source>180 s</source> | 896 | <source>180 s</source> |
953 | <translation type="unfinished"></translation> | 897 | <translation type="unfinished"></translation> |
954 | </message> | 898 | </message> |
955 | <message> | 899 | <message> |
956 | - <location filename="configdoormonitoring.ui" line="279"/> | ||
957 | - <location filename="configdoormonitoring.ui" line="358"/> | ||
958 | - <location filename="configdoormonitoring.ui" line="391"/> | ||
959 | - <location filename="configdoormonitoring.ui" line="439"/> | 900 | + <location filename="configdoormonitoring.ui" line="291"/> |
901 | + <location filename="configdoormonitoring.ui" line="375"/> | ||
902 | + <location filename="configdoormonitoring.ui" line="408"/> | ||
903 | + <location filename="configdoormonitoring.ui" line="456"/> | ||
960 | <source>설정</source> | 904 | <source>설정</source> |
961 | <translation type="unfinished"></translation> | 905 | <translation type="unfinished"></translation> |
962 | </message> | 906 | </message> |
963 | <message> | 907 | <message> |
964 | - <location filename="configdoormonitoring.ui" line="307"/> | 908 | + <location filename="configdoormonitoring.ui" line="319"/> |
965 | <source>설정값</source> | 909 | <source>설정값</source> |
966 | <translation type="unfinished"></translation> | 910 | <translation type="unfinished"></translation> |
967 | </message> | 911 | </message> |
968 | <message> | 912 | <message> |
969 | - <location filename="configdoormonitoring.ui" line="323"/> | 913 | + <location filename="configdoormonitoring.ui" line="335"/> |
970 | <source>3단계</source> | 914 | <source>3단계</source> |
971 | <translation type="unfinished"></translation> | 915 | <translation type="unfinished"></translation> |
972 | </message> | 916 | </message> |
973 | <message> | 917 | <message> |
974 | - <location filename="configdoormonitoring.ui" line="467"/> | 918 | + <location filename="configdoormonitoring.ui" line="357"/> |
919 | + <source>문을 닫고 다이얼을 사용하여 경고가 <BR> 울리거나 꺼질 때까지 시간</source> | ||
920 | + <translation type="unfinished"></translation> | ||
921 | + </message> | ||
922 | + <message> | ||
923 | + <location filename="configdoormonitoring.ui" line="484"/> | ||
975 | <source>2단계</source> | 924 | <source>2단계</source> |
976 | <translation type="unfinished"></translation> | 925 | <translation type="unfinished"></translation> |
977 | </message> | 926 | </message> |
@@ -1338,6 +1287,95 @@ | @@ -1338,6 +1287,95 @@ | ||
1338 | </message> | 1287 | </message> |
1339 | </context> | 1288 | </context> |
1340 | <context> | 1289 | <context> |
1290 | + <name>ConfigSteamWashDlg</name> | ||
1291 | + <message> | ||
1292 | + <location filename="configsteamwashdlg.ui" line="14"/> | ||
1293 | + <source>Dialog</source> | ||
1294 | + <translation type="unfinished"></translation> | ||
1295 | + </message> | ||
1296 | + <message> | ||
1297 | + <location filename="configsteamwashdlg.ui" line="59"/> | ||
1298 | + <source>확인</source> | ||
1299 | + <translation type="unfinished"></translation> | ||
1300 | + </message> | ||
1301 | + <message> | ||
1302 | + <location filename="configsteamwashdlg.ui" line="86"/> | ||
1303 | + <source>증기 발생기 헹굼</source> | ||
1304 | + <translation type="unfinished"></translation> | ||
1305 | + </message> | ||
1306 | + <message> | ||
1307 | + <location filename="configsteamwashdlg.ui" line="129"/> | ||
1308 | + <location filename="configsteamwashdlg.cpp" line="35"/> | ||
1309 | + <source>시작하시겠습니까?</source> | ||
1310 | + <translation type="unfinished"></translation> | ||
1311 | + </message> | ||
1312 | + <message> | ||
1313 | + <location filename="configsteamwashdlg.ui" line="171"/> | ||
1314 | + <source>취소</source> | ||
1315 | + <translation type="unfinished"></translation> | ||
1316 | + </message> | ||
1317 | + <message> | ||
1318 | + <location filename="configsteamwashdlg.cpp" line="58"/> | ||
1319 | + <source>내부 헹굼 진행 중입니다.</source> | ||
1320 | + <translation type="unfinished"></translation> | ||
1321 | + </message> | ||
1322 | + <message> | ||
1323 | + <location filename="configsteamwashdlg.cpp" line="61"/> | ||
1324 | + <source>스팀 급수 진행 중입니다.</source> | ||
1325 | + <translation type="unfinished"></translation> | ||
1326 | + </message> | ||
1327 | + <message> | ||
1328 | + <location filename="configsteamwashdlg.cpp" line="64"/> | ||
1329 | + <source>내부 팬 세척 진행 중입니다.</source> | ||
1330 | + <translation type="unfinished"></translation> | ||
1331 | + </message> | ||
1332 | + <message> | ||
1333 | + <location filename="configsteamwashdlg.cpp" line="67"/> | ||
1334 | + <source>내부 스팀 불림 진행 중입니다.</source> | ||
1335 | + <translation type="unfinished"></translation> | ||
1336 | + </message> | ||
1337 | + <message> | ||
1338 | + <location filename="configsteamwashdlg.cpp" line="70"/> | ||
1339 | + <source>내부 강 세척 진행 중입니다.</source> | ||
1340 | + <translation type="unfinished"></translation> | ||
1341 | + </message> | ||
1342 | + <message> | ||
1343 | + <location filename="configsteamwashdlg.cpp" line="73"/> | ||
1344 | + <source>내부 상부 세척 진행 중입니다.</source> | ||
1345 | + <translation type="unfinished"></translation> | ||
1346 | + </message> | ||
1347 | + <message> | ||
1348 | + <location filename="configsteamwashdlg.cpp" line="76"/> | ||
1349 | + <source>내부 스팀 세척 진행 중입니다.</source> | ||
1350 | + <translation type="unfinished"></translation> | ||
1351 | + </message> | ||
1352 | + <message> | ||
1353 | + <location filename="configsteamwashdlg.cpp" line="79"/> | ||
1354 | + <source>세척 종료 진행 중입니다.</source> | ||
1355 | + <translation type="unfinished"></translation> | ||
1356 | + </message> | ||
1357 | + <message> | ||
1358 | + <location filename="configsteamwashdlg.cpp" line="82"/> | ||
1359 | + <source>세제 세척수 만들기 진행 중입니다.</source> | ||
1360 | + <translation type="unfinished"></translation> | ||
1361 | + </message> | ||
1362 | + <message> | ||
1363 | + <location filename="configsteamwashdlg.cpp" line="85"/> | ||
1364 | + <source>세제 세척수 헹굼 진행 중입니다.</source> | ||
1365 | + <translation type="unfinished"></translation> | ||
1366 | + </message> | ||
1367 | + <message> | ||
1368 | + <location filename="configsteamwashdlg.cpp" line="88"/> | ||
1369 | + <source>하부 탱크 세척수 만들기 진행 중입니다.</source> | ||
1370 | + <translation type="unfinished"></translation> | ||
1371 | + </message> | ||
1372 | + <message> | ||
1373 | + <location filename="configsteamwashdlg.cpp" line="102"/> | ||
1374 | + <source>세척이 종료되었습니다</source> | ||
1375 | + <translation type="unfinished"></translation> | ||
1376 | + </message> | ||
1377 | +</context> | ||
1378 | +<context> | ||
1341 | <name>ConfigTempTypeDlg</name> | 1379 | <name>ConfigTempTypeDlg</name> |
1342 | <message> | 1380 | <message> |
1343 | <location filename="configtemptypedlg.ui" line="72"/> | 1381 | <location filename="configtemptypedlg.ui" line="72"/> |
@@ -1396,60 +1434,48 @@ | @@ -1396,60 +1434,48 @@ | ||
1396 | <context> | 1434 | <context> |
1397 | <name>ConfigWindow</name> | 1435 | <name>ConfigWindow</name> |
1398 | <message> | 1436 | <message> |
1399 | - <location filename="configwindow.ui" line="141"/> | 1437 | + <location filename="configwindow.ui" line="154"/> |
1400 | <source>즐겨찾기</source> | 1438 | <source>즐겨찾기</source> |
1401 | <translation type="unfinished"></translation> | 1439 | <translation type="unfinished"></translation> |
1402 | </message> | 1440 | </message> |
1403 | <message> | 1441 | <message> |
1404 | - <location filename="configwindow.ui" line="153"/> | ||
1405 | - <location filename="configwindow.ui" line="192"/> | ||
1406 | - <location filename="configwindow.ui" line="231"/> | ||
1407 | - <location filename="configwindow.ui" line="270"/> | ||
1408 | - <location filename="configwindow.ui" line="300"/> | ||
1409 | - <location filename="configwindow.ui" line="339"/> | ||
1410 | - <location filename="configwindow.ui" line="378"/> | ||
1411 | - <location filename="configwindow.ui" line="417"/> | ||
1412 | - <source>type</source> | ||
1413 | - <translation type="unfinished"></translation> | ||
1414 | - </message> | ||
1415 | - <message> | ||
1416 | - <location filename="configwindow.ui" line="183"/> | 1442 | + <location filename="configwindow.ui" line="196"/> |
1417 | <source>설정</source> | 1443 | <source>설정</source> |
1418 | <translation type="unfinished"></translation> | 1444 | <translation type="unfinished"></translation> |
1419 | </message> | 1445 | </message> |
1420 | <message> | 1446 | <message> |
1421 | - <location filename="configwindow.ui" line="222"/> | 1447 | + <location filename="configwindow.ui" line="235"/> |
1422 | <source>음향 관리</source> | 1448 | <source>음향 관리</source> |
1423 | <translation type="unfinished"></translation> | 1449 | <translation type="unfinished"></translation> |
1424 | </message> | 1450 | </message> |
1425 | <message> | 1451 | <message> |
1426 | - <location filename="configwindow.ui" line="261"/> | 1452 | + <location filename="configwindow.ui" line="274"/> |
1427 | <source>시스템 관리</source> | 1453 | <source>시스템 관리</source> |
1428 | <translation type="unfinished"></translation> | 1454 | <translation type="unfinished"></translation> |
1429 | </message> | 1455 | </message> |
1430 | <message> | 1456 | <message> |
1431 | - <location filename="configwindow.ui" line="291"/> | 1457 | + <location filename="configwindow.ui" line="304"/> |
1432 | <source>에너지 관리</source> | 1458 | <source>에너지 관리</source> |
1433 | <translation type="unfinished"></translation> | 1459 | <translation type="unfinished"></translation> |
1434 | </message> | 1460 | </message> |
1435 | <message> | 1461 | <message> |
1436 | - <location filename="configwindow.ui" line="330"/> | 1462 | + <location filename="configwindow.ui" line="343"/> |
1437 | <source>전문가 설정</source> | 1463 | <source>전문가 설정</source> |
1438 | <translation type="unfinished"></translation> | 1464 | <translation type="unfinished"></translation> |
1439 | </message> | 1465 | </message> |
1440 | <message> | 1466 | <message> |
1441 | - <location filename="configwindow.ui" line="369"/> | 1467 | + <location filename="configwindow.ui" line="382"/> |
1442 | <source>화면 관리</source> | 1468 | <source>화면 관리</source> |
1443 | <translation type="unfinished"></translation> | 1469 | <translation type="unfinished"></translation> |
1444 | </message> | 1470 | </message> |
1445 | <message> | 1471 | <message> |
1446 | - <location filename="configwindow.ui" line="408"/> | 1472 | + <location filename="configwindow.ui" line="421"/> |
1447 | <source>서비스</source> | 1473 | <source>서비스</source> |
1448 | <translation type="unfinished"></translation> | 1474 | <translation type="unfinished"></translation> |
1449 | </message> | 1475 | </message> |
1450 | <message> | 1476 | <message> |
1451 | - <location filename="configwindow.cpp" line="185"/> | ||
1452 | - <location filename="configwindow.cpp" line="432"/> | 1477 | + <location filename="configwindow.cpp" line="175"/> |
1478 | + <location filename="configwindow.cpp" line="422"/> | ||
1453 | <source>현재 설정을 적용하시겠습니까?</source> | 1479 | <source>현재 설정을 적용하시겠습니까?</source> |
1454 | <translation type="unfinished"></translation> | 1480 | <translation type="unfinished"></translation> |
1455 | </message> | 1481 | </message> |
@@ -1592,7 +1618,7 @@ | @@ -1592,7 +1618,7 @@ | ||
1592 | <translation type="unfinished"></translation> | 1618 | <translation type="unfinished"></translation> |
1593 | </message> | 1619 | </message> |
1594 | <message> | 1620 | <message> |
1595 | - <location filename="electricmodelsettingwindow.cpp" line="97"/> | 1621 | + <location filename="electricmodelsettingwindow.cpp" line="86"/> |
1596 | <source>모델을 변경하시겠습니까?</source> | 1622 | <source>모델을 변경하시겠습니까?</source> |
1597 | <translation type="unfinished"></translation> | 1623 | <translation type="unfinished"></translation> |
1598 | </message> | 1624 | </message> |
@@ -1600,77 +1626,77 @@ | @@ -1600,77 +1626,77 @@ | ||
1600 | <context> | 1626 | <context> |
1601 | <name>EngineerMenuWindow</name> | 1627 | <name>EngineerMenuWindow</name> |
1602 | <message> | 1628 | <message> |
1603 | - <location filename="engineermenuwindow.ui" line="96"/> | 1629 | + <location filename="engineermenuwindow.ui" line="109"/> |
1604 | <source>서비스단계(엔지니어모드)</source> | 1630 | <source>서비스단계(엔지니어모드)</source> |
1605 | <translation type="unfinished"></translation> | 1631 | <translation type="unfinished"></translation> |
1606 | </message> | 1632 | </message> |
1607 | <message> | 1633 | <message> |
1608 | - <location filename="engineermenuwindow.ui" line="172"/> | 1634 | + <location filename="engineermenuwindow.ui" line="185"/> |
1609 | <source>교정</source> | 1635 | <source>교정</source> |
1610 | <translation type="unfinished"></translation> | 1636 | <translation type="unfinished"></translation> |
1611 | </message> | 1637 | </message> |
1612 | <message> | 1638 | <message> |
1613 | - <location filename="engineermenuwindow.ui" line="193"/> | 1639 | + <location filename="engineermenuwindow.ui" line="206"/> |
1614 | <source>EM-1</source> | 1640 | <source>EM-1</source> |
1615 | <translation type="unfinished"></translation> | 1641 | <translation type="unfinished"></translation> |
1616 | </message> | 1642 | </message> |
1617 | <message> | 1643 | <message> |
1618 | - <location filename="engineermenuwindow.ui" line="245"/> | 1644 | + <location filename="engineermenuwindow.ui" line="258"/> |
1619 | <source>기본설정</source> | 1645 | <source>기본설정</source> |
1620 | <translation type="unfinished"></translation> | 1646 | <translation type="unfinished"></translation> |
1621 | </message> | 1647 | </message> |
1622 | <message> | 1648 | <message> |
1623 | - <location filename="engineermenuwindow.ui" line="266"/> | 1649 | + <location filename="engineermenuwindow.ui" line="279"/> |
1624 | <source>EM-2</source> | 1650 | <source>EM-2</source> |
1625 | <translation type="unfinished"></translation> | 1651 | <translation type="unfinished"></translation> |
1626 | </message> | 1652 | </message> |
1627 | <message> | 1653 | <message> |
1628 | - <location filename="engineermenuwindow.ui" line="314"/> | 1654 | + <location filename="engineermenuwindow.ui" line="327"/> |
1629 | <source>기능테스트</source> | 1655 | <source>기능테스트</source> |
1630 | <translation type="unfinished"></translation> | 1656 | <translation type="unfinished"></translation> |
1631 | </message> | 1657 | </message> |
1632 | <message> | 1658 | <message> |
1633 | - <location filename="engineermenuwindow.ui" line="335"/> | 1659 | + <location filename="engineermenuwindow.ui" line="348"/> |
1634 | <source>EM-3</source> | 1660 | <source>EM-3</source> |
1635 | <translation type="unfinished"></translation> | 1661 | <translation type="unfinished"></translation> |
1636 | </message> | 1662 | </message> |
1637 | <message> | 1663 | <message> |
1638 | - <location filename="engineermenuwindow.ui" line="383"/> | 1664 | + <location filename="engineermenuwindow.ui" line="396"/> |
1639 | <source>서비스기록</source> | 1665 | <source>서비스기록</source> |
1640 | <translation type="unfinished"></translation> | 1666 | <translation type="unfinished"></translation> |
1641 | </message> | 1667 | </message> |
1642 | <message> | 1668 | <message> |
1643 | - <location filename="engineermenuwindow.ui" line="404"/> | 1669 | + <location filename="engineermenuwindow.ui" line="417"/> |
1644 | <source>EM-4</source> | 1670 | <source>EM-4</source> |
1645 | <translation type="unfinished"></translation> | 1671 | <translation type="unfinished"></translation> |
1646 | </message> | 1672 | </message> |
1647 | <message> | 1673 | <message> |
1648 | - <location filename="engineermenuwindow.ui" line="451"/> | 1674 | + <location filename="engineermenuwindow.ui" line="464"/> |
1649 | <source>실시간데이터</source> | 1675 | <source>실시간데이터</source> |
1650 | <translation type="unfinished"></translation> | 1676 | <translation type="unfinished"></translation> |
1651 | </message> | 1677 | </message> |
1652 | <message> | 1678 | <message> |
1653 | - <location filename="engineermenuwindow.ui" line="472"/> | 1679 | + <location filename="engineermenuwindow.ui" line="485"/> |
1654 | <source>EM-5</source> | 1680 | <source>EM-5</source> |
1655 | <translation type="unfinished"></translation> | 1681 | <translation type="unfinished"></translation> |
1656 | </message> | 1682 | </message> |
1657 | <message> | 1683 | <message> |
1658 | - <location filename="engineermenuwindow.ui" line="519"/> | 1684 | + <location filename="engineermenuwindow.ui" line="532"/> |
1659 | <source>작동시간</source> | 1685 | <source>작동시간</source> |
1660 | <translation type="unfinished"></translation> | 1686 | <translation type="unfinished"></translation> |
1661 | </message> | 1687 | </message> |
1662 | <message> | 1688 | <message> |
1663 | - <location filename="engineermenuwindow.ui" line="540"/> | 1689 | + <location filename="engineermenuwindow.ui" line="553"/> |
1664 | <source>EM-6</source> | 1690 | <source>EM-6</source> |
1665 | <translation type="unfinished"></translation> | 1691 | <translation type="unfinished"></translation> |
1666 | </message> | 1692 | </message> |
1667 | <message> | 1693 | <message> |
1668 | - <location filename="engineermenuwindow.ui" line="588"/> | 1694 | + <location filename="engineermenuwindow.ui" line="601"/> |
1669 | <source>제품모델설정</source> | 1695 | <source>제품모델설정</source> |
1670 | <translation type="unfinished"></translation> | 1696 | <translation type="unfinished"></translation> |
1671 | </message> | 1697 | </message> |
1672 | <message> | 1698 | <message> |
1673 | - <location filename="engineermenuwindow.ui" line="609"/> | 1699 | + <location filename="engineermenuwindow.ui" line="622"/> |
1674 | <source>EM-7</source> | 1700 | <source>EM-7</source> |
1675 | <translation type="unfinished"></translation> | 1701 | <translation type="unfinished"></translation> |
1676 | </message> | 1702 | </message> |
@@ -1696,77 +1722,77 @@ | @@ -1696,77 +1722,77 @@ | ||
1696 | <context> | 1722 | <context> |
1697 | <name>FanTestWindow</name> | 1723 | <name>FanTestWindow</name> |
1698 | <message> | 1724 | <message> |
1699 | - <location filename="fantestwindow.ui" line="135"/> | 1725 | + <location filename="fantestwindow.ui" line="148"/> |
1700 | <source>설정값</source> | 1726 | <source>설정값</source> |
1701 | <translation type="unfinished"></translation> | 1727 | <translation type="unfinished"></translation> |
1702 | </message> | 1728 | </message> |
1703 | <message> | 1729 | <message> |
1704 | - <location filename="fantestwindow.ui" line="166"/> | 1730 | + <location filename="fantestwindow.ui" line="179"/> |
1705 | <source>방향조절</source> | 1731 | <source>방향조절</source> |
1706 | <translation type="unfinished"></translation> | 1732 | <translation type="unfinished"></translation> |
1707 | </message> | 1733 | </message> |
1708 | <message> | 1734 | <message> |
1709 | - <location filename="fantestwindow.ui" line="197"/> | 1735 | + <location filename="fantestwindow.ui" line="210"/> |
1710 | <source>모터설정</source> | 1736 | <source>모터설정</source> |
1711 | <translation type="unfinished"></translation> | 1737 | <translation type="unfinished"></translation> |
1712 | </message> | 1738 | </message> |
1713 | <message> | 1739 | <message> |
1714 | - <location filename="fantestwindow.ui" line="228"/> | ||
1715 | - <location filename="fantestwindow.ui" line="259"/> | 1740 | + <location filename="fantestwindow.ui" line="241"/> |
1741 | + <location filename="fantestwindow.ui" line="272"/> | ||
1716 | <source>START</source> | 1742 | <source>START</source> |
1717 | <translation type="unfinished"></translation> | 1743 | <translation type="unfinished"></translation> |
1718 | </message> | 1744 | </message> |
1719 | <message> | 1745 | <message> |
1720 | - <location filename="fantestwindow.ui" line="443"/> | 1746 | + <location filename="fantestwindow.ui" line="456"/> |
1721 | <source>서비스단계(엔지니어모드) > 기능테스트 > 팬모터</source> | 1747 | <source>서비스단계(엔지니어모드) > 기능테스트 > 팬모터</source> |
1722 | <translation type="unfinished"></translation> | 1748 | <translation type="unfinished"></translation> |
1723 | </message> | 1749 | </message> |
1724 | <message> | 1750 | <message> |
1725 | - <location filename="fantestwindow.ui" line="465"/> | ||
1726 | - <location filename="fantestwindow.ui" line="712"/> | ||
1727 | - <location filename="fantestwindow.ui" line="756"/> | 1751 | + <location filename="fantestwindow.ui" line="478"/> |
1752 | + <location filename="fantestwindow.ui" line="725"/> | ||
1753 | + <location filename="fantestwindow.ui" line="769"/> | ||
1728 | <source>500 rpm</source> | 1754 | <source>500 rpm</source> |
1729 | <translation type="unfinished"></translation> | 1755 | <translation type="unfinished"></translation> |
1730 | </message> | 1756 | </message> |
1731 | <message> | 1757 | <message> |
1732 | - <location filename="fantestwindow.ui" line="490"/> | 1758 | + <location filename="fantestwindow.ui" line="503"/> |
1733 | <source>725 rpm</source> | 1759 | <source>725 rpm</source> |
1734 | <translation type="unfinished"></translation> | 1760 | <translation type="unfinished"></translation> |
1735 | </message> | 1761 | </message> |
1736 | <message> | 1762 | <message> |
1737 | - <location filename="fantestwindow.ui" line="515"/> | 1763 | + <location filename="fantestwindow.ui" line="528"/> |
1738 | <source>950 rpm</source> | 1764 | <source>950 rpm</source> |
1739 | <translation type="unfinished"></translation> | 1765 | <translation type="unfinished"></translation> |
1740 | </message> | 1766 | </message> |
1741 | <message> | 1767 | <message> |
1742 | - <location filename="fantestwindow.ui" line="540"/> | 1768 | + <location filename="fantestwindow.ui" line="553"/> |
1743 | <source>1175 rpm</source> | 1769 | <source>1175 rpm</source> |
1744 | <translation type="unfinished"></translation> | 1770 | <translation type="unfinished"></translation> |
1745 | </message> | 1771 | </message> |
1746 | <message> | 1772 | <message> |
1747 | - <location filename="fantestwindow.ui" line="565"/> | 1773 | + <location filename="fantestwindow.ui" line="578"/> |
1748 | <source>1400 rpm</source> | 1774 | <source>1400 rpm</source> |
1749 | <translation type="unfinished"></translation> | 1775 | <translation type="unfinished"></translation> |
1750 | </message> | 1776 | </message> |
1751 | <message> | 1777 | <message> |
1752 | - <location filename="fantestwindow.ui" line="590"/> | 1778 | + <location filename="fantestwindow.ui" line="603"/> |
1753 | <source>Right</source> | 1779 | <source>Right</source> |
1754 | <translation type="unfinished"></translation> | 1780 | <translation type="unfinished"></translation> |
1755 | </message> | 1781 | </message> |
1756 | <message> | 1782 | <message> |
1757 | - <location filename="fantestwindow.ui" line="615"/> | 1783 | + <location filename="fantestwindow.ui" line="628"/> |
1758 | <source>Left</source> | 1784 | <source>Left</source> |
1759 | <translation type="unfinished"></translation> | 1785 | <translation type="unfinished"></translation> |
1760 | </message> | 1786 | </message> |
1761 | <message> | 1787 | <message> |
1762 | - <location filename="fantestwindow.ui" line="640"/> | ||
1763 | - <location filename="fantestwindow.ui" line="690"/> | 1788 | + <location filename="fantestwindow.ui" line="653"/> |
1789 | + <location filename="fantestwindow.ui" line="703"/> | ||
1764 | <source>Motor1</source> | 1790 | <source>Motor1</source> |
1765 | <translation type="unfinished"></translation> | 1791 | <translation type="unfinished"></translation> |
1766 | </message> | 1792 | </message> |
1767 | <message> | 1793 | <message> |
1768 | - <location filename="fantestwindow.ui" line="665"/> | ||
1769 | - <location filename="fantestwindow.ui" line="734"/> | 1794 | + <location filename="fantestwindow.ui" line="678"/> |
1795 | + <location filename="fantestwindow.ui" line="747"/> | ||
1770 | <source>Motor2</source> | 1796 | <source>Motor2</source> |
1771 | <translation type="unfinished"></translation> | 1797 | <translation type="unfinished"></translation> |
1772 | </message> | 1798 | </message> |
@@ -1798,10 +1824,10 @@ | @@ -1798,10 +1824,10 @@ | ||
1798 | <name>FileProcessDlg</name> | 1824 | <name>FileProcessDlg</name> |
1799 | <message> | 1825 | <message> |
1800 | <location filename="fileprocessdlg.ui" line="100"/> | 1826 | <location filename="fileprocessdlg.ui" line="100"/> |
1827 | + <location filename="fileprocessdlg.cpp" line="335"/> | ||
1828 | + <location filename="fileprocessdlg.cpp" line="351"/> | ||
1801 | <location filename="fileprocessdlg.cpp" line="367"/> | 1829 | <location filename="fileprocessdlg.cpp" line="367"/> |
1802 | - <location filename="fileprocessdlg.cpp" line="383"/> | ||
1803 | - <location filename="fileprocessdlg.cpp" line="399"/> | ||
1804 | - <location filename="fileprocessdlg.cpp" line="665"/> | 1830 | + <location filename="fileprocessdlg.cpp" line="630"/> |
1805 | <source>남은 예상 시간 : 1초</source> | 1831 | <source>남은 예상 시간 : 1초</source> |
1806 | <translation type="unfinished"></translation> | 1832 | <translation type="unfinished"></translation> |
1807 | </message> | 1833 | </message> |
@@ -1811,246 +1837,246 @@ | @@ -1811,246 +1837,246 @@ | ||
1811 | <translation type="unfinished"></translation> | 1837 | <translation type="unfinished"></translation> |
1812 | </message> | 1838 | </message> |
1813 | <message> | 1839 | <message> |
1814 | - <location filename="fileprocessdlg.cpp" line="295"/> | 1840 | + <location filename="fileprocessdlg.cpp" line="292"/> |
1815 | <source>erro%1,</source> | 1841 | <source>erro%1,</source> |
1816 | <translation type="unfinished"></translation> | 1842 | <translation type="unfinished"></translation> |
1817 | </message> | 1843 | </message> |
1818 | <message> | 1844 | <message> |
1845 | + <location filename="fileprocessdlg.cpp" line="326"/> | ||
1846 | + <location filename="fileprocessdlg.cpp" line="342"/> | ||
1819 | <location filename="fileprocessdlg.cpp" line="358"/> | 1847 | <location filename="fileprocessdlg.cpp" line="358"/> |
1820 | - <location filename="fileprocessdlg.cpp" line="374"/> | ||
1821 | - <location filename="fileprocessdlg.cpp" line="390"/> | ||
1822 | <source>Gas Error History | 1848 | <source>Gas Error History |
1823 | </source> | 1849 | </source> |
1824 | <translation type="unfinished"></translation> | 1850 | <translation type="unfinished"></translation> |
1825 | </message> | 1851 | </message> |
1826 | <message> | 1852 | <message> |
1853 | + <location filename="fileprocessdlg.cpp" line="327"/> | ||
1854 | + <location filename="fileprocessdlg.cpp" line="343"/> | ||
1827 | <location filename="fileprocessdlg.cpp" line="359"/> | 1855 | <location filename="fileprocessdlg.cpp" line="359"/> |
1828 | <location filename="fileprocessdlg.cpp" line="375"/> | 1856 | <location filename="fileprocessdlg.cpp" line="375"/> |
1829 | - <location filename="fileprocessdlg.cpp" line="391"/> | ||
1830 | - <location filename="fileprocessdlg.cpp" line="407"/> | ||
1831 | <source>no,</source> | 1857 | <source>no,</source> |
1832 | <translation type="unfinished"></translation> | 1858 | <translation type="unfinished"></translation> |
1833 | </message> | 1859 | </message> |
1834 | <message> | 1860 | <message> |
1861 | + <location filename="fileprocessdlg.cpp" line="327"/> | ||
1862 | + <location filename="fileprocessdlg.cpp" line="343"/> | ||
1835 | <location filename="fileprocessdlg.cpp" line="359"/> | 1863 | <location filename="fileprocessdlg.cpp" line="359"/> |
1836 | <location filename="fileprocessdlg.cpp" line="375"/> | 1864 | <location filename="fileprocessdlg.cpp" line="375"/> |
1837 | - <location filename="fileprocessdlg.cpp" line="391"/> | ||
1838 | - <location filename="fileprocessdlg.cpp" line="407"/> | ||
1839 | <source>First Appearance,</source> | 1865 | <source>First Appearance,</source> |
1840 | <translation type="unfinished"></translation> | 1866 | <translation type="unfinished"></translation> |
1841 | </message> | 1867 | </message> |
1842 | <message> | 1868 | <message> |
1869 | + <location filename="fileprocessdlg.cpp" line="327"/> | ||
1870 | + <location filename="fileprocessdlg.cpp" line="343"/> | ||
1843 | <location filename="fileprocessdlg.cpp" line="359"/> | 1871 | <location filename="fileprocessdlg.cpp" line="359"/> |
1844 | <location filename="fileprocessdlg.cpp" line="375"/> | 1872 | <location filename="fileprocessdlg.cpp" line="375"/> |
1845 | - <location filename="fileprocessdlg.cpp" line="391"/> | ||
1846 | - <location filename="fileprocessdlg.cpp" line="407"/> | ||
1847 | <source>Counter,</source> | 1873 | <source>Counter,</source> |
1848 | <translation type="unfinished"></translation> | 1874 | <translation type="unfinished"></translation> |
1849 | </message> | 1875 | </message> |
1850 | <message> | 1876 | <message> |
1877 | + <location filename="fileprocessdlg.cpp" line="327"/> | ||
1878 | + <location filename="fileprocessdlg.cpp" line="343"/> | ||
1851 | <location filename="fileprocessdlg.cpp" line="359"/> | 1879 | <location filename="fileprocessdlg.cpp" line="359"/> |
1852 | <location filename="fileprocessdlg.cpp" line="375"/> | 1880 | <location filename="fileprocessdlg.cpp" line="375"/> |
1853 | - <location filename="fileprocessdlg.cpp" line="391"/> | ||
1854 | - <location filename="fileprocessdlg.cpp" line="407"/> | ||
1855 | <source>Last Appearance | 1881 | <source>Last Appearance |
1856 | </source> | 1882 | </source> |
1857 | <translation type="unfinished"></translation> | 1883 | <translation type="unfinished"></translation> |
1858 | </message> | 1884 | </message> |
1859 | <message> | 1885 | <message> |
1860 | - <location filename="fileprocessdlg.cpp" line="406"/> | 1886 | + <location filename="fileprocessdlg.cpp" line="374"/> |
1861 | <source>Service Error History | 1887 | <source>Service Error History |
1862 | 1888 | ||
1863 | </source> | 1889 | </source> |
1864 | <translation type="unfinished"></translation> | 1890 | <translation type="unfinished"></translation> |
1865 | </message> | 1891 | </message> |
1866 | <message> | 1892 | <message> |
1867 | - <location filename="fileprocessdlg.cpp" line="483"/> | ||
1868 | - <location filename="fileprocessdlg.cpp" line="562"/> | ||
1869 | - <location filename="fileprocessdlg.cpp" line="678"/> | ||
1870 | - <location filename="fileprocessdlg.cpp" line="734"/> | ||
1871 | - <location filename="fileprocessdlg.cpp" line="750"/> | ||
1872 | - <location filename="fileprocessdlg.cpp" line="796"/> | 1893 | + <location filename="fileprocessdlg.cpp" line="451"/> |
1894 | + <location filename="fileprocessdlg.cpp" line="529"/> | ||
1895 | + <location filename="fileprocessdlg.cpp" line="643"/> | ||
1896 | + <location filename="fileprocessdlg.cpp" line="699"/> | ||
1897 | + <location filename="fileprocessdlg.cpp" line="715"/> | ||
1898 | + <location filename="fileprocessdlg.cpp" line="760"/> | ||
1873 | <source>남은 예상 시간 : 완료</source> | 1899 | <source>남은 예상 시간 : 완료</source> |
1874 | <translation type="unfinished"></translation> | 1900 | <translation type="unfinished"></translation> |
1875 | </message> | 1901 | </message> |
1876 | <message> | 1902 | <message> |
1877 | - <location filename="fileprocessdlg.cpp" line="505"/> | 1903 | + <location filename="fileprocessdlg.cpp" line="472"/> |
1878 | <source>,Steam Heating Time,</source> | 1904 | <source>,Steam Heating Time,</source> |
1879 | <translation type="unfinished"></translation> | 1905 | <translation type="unfinished"></translation> |
1880 | </message> | 1906 | </message> |
1881 | <message> | 1907 | <message> |
1882 | - <location filename="fileprocessdlg.cpp" line="507"/> | 1908 | + <location filename="fileprocessdlg.cpp" line="474"/> |
1883 | <source>,Hot Air Heating Time,</source> | 1909 | <source>,Hot Air Heating Time,</source> |
1884 | <translation type="unfinished"></translation> | 1910 | <translation type="unfinished"></translation> |
1885 | </message> | 1911 | </message> |
1886 | <message> | 1912 | <message> |
1887 | - <location filename="fileprocessdlg.cpp" line="512"/> | 1913 | + <location filename="fileprocessdlg.cpp" line="479"/> |
1888 | <source>,Hot Air Mode,</source> | 1914 | <source>,Hot Air Mode,</source> |
1889 | <translation type="unfinished"></translation> | 1915 | <translation type="unfinished"></translation> |
1890 | </message> | 1916 | </message> |
1891 | <message> | 1917 | <message> |
1892 | - <location filename="fileprocessdlg.cpp" line="515"/> | 1918 | + <location filename="fileprocessdlg.cpp" line="482"/> |
1893 | <source>,Steam Mode,</source> | 1919 | <source>,Steam Mode,</source> |
1894 | <translation type="unfinished"></translation> | 1920 | <translation type="unfinished"></translation> |
1895 | </message> | 1921 | </message> |
1896 | <message> | 1922 | <message> |
1897 | - <location filename="fileprocessdlg.cpp" line="518"/> | 1923 | + <location filename="fileprocessdlg.cpp" line="485"/> |
1898 | <source>,Combi Mode,</source> | 1924 | <source>,Combi Mode,</source> |
1899 | <translation type="unfinished"></translation> | 1925 | <translation type="unfinished"></translation> |
1900 | </message> | 1926 | </message> |
1901 | <message> | 1927 | <message> |
1902 | - <location filename="fileprocessdlg.cpp" line="521"/> | 1928 | + <location filename="fileprocessdlg.cpp" line="488"/> |
1903 | <source>,세제없이 헹굼,</source> | 1929 | <source>,세제없이 헹굼,</source> |
1904 | <translation type="unfinished"></translation> | 1930 | <translation type="unfinished"></translation> |
1905 | </message> | 1931 | </message> |
1906 | <message> | 1932 | <message> |
1907 | - <location filename="fileprocessdlg.cpp" line="524"/> | 1933 | + <location filename="fileprocessdlg.cpp" line="491"/> |
1908 | <source>,간이세척,</source> | 1934 | <source>,간이세척,</source> |
1909 | <translation type="unfinished"></translation> | 1935 | <translation type="unfinished"></translation> |
1910 | </message> | 1936 | </message> |
1911 | <message> | 1937 | <message> |
1912 | - <location filename="fileprocessdlg.cpp" line="527"/> | 1938 | + <location filename="fileprocessdlg.cpp" line="494"/> |
1913 | <source>,표준세척,</source> | 1939 | <source>,표준세척,</source> |
1914 | <translation type="unfinished"></translation> | 1940 | <translation type="unfinished"></translation> |
1915 | </message> | 1941 | </message> |
1916 | <message> | 1942 | <message> |
1917 | - <location filename="fileprocessdlg.cpp" line="530"/> | 1943 | + <location filename="fileprocessdlg.cpp" line="497"/> |
1918 | <source>,강세척</source> | 1944 | <source>,강세척</source> |
1919 | <translation type="unfinished"></translation> | 1945 | <translation type="unfinished"></translation> |
1920 | </message> | 1946 | </message> |
1921 | <message> | 1947 | <message> |
1922 | - <location filename="fileprocessdlg.cpp" line="533"/> | 1948 | + <location filename="fileprocessdlg.cpp" line="500"/> |
1923 | <source>,고속세척,</source> | 1949 | <source>,고속세척,</source> |
1924 | <translation type="unfinished"></translation> | 1950 | <translation type="unfinished"></translation> |
1925 | </message> | 1951 | </message> |
1926 | <message> | 1952 | <message> |
1927 | - <location filename="fileprocessdlg.cpp" line="536"/> | 1953 | + <location filename="fileprocessdlg.cpp" line="503"/> |
1928 | <source>,쿨다운,</source> | 1954 | <source>,쿨다운,</source> |
1929 | <translation type="unfinished"></translation> | 1955 | <translation type="unfinished"></translation> |
1930 | </message> | 1956 | </message> |
1931 | <message> | 1957 | <message> |
1932 | - <location filename="fileprocessdlg.cpp" line="538"/> | 1958 | + <location filename="fileprocessdlg.cpp" line="505"/> |
1933 | <source>,전체작동시간,</source> | 1959 | <source>,전체작동시간,</source> |
1934 | <translation type="unfinished"></translation> | 1960 | <translation type="unfinished"></translation> |
1935 | </message> | 1961 | </message> |
1936 | <message> | 1962 | <message> |
1937 | - <location filename="fileprocessdlg.cpp" line="542"/> | 1963 | + <location filename="fileprocessdlg.cpp" line="509"/> |
1938 | <source>,도어 Open,</source> | 1964 | <source>,도어 Open,</source> |
1939 | <translation type="unfinished"></translation> | 1965 | <translation type="unfinished"></translation> |
1940 | </message> | 1966 | </message> |
1941 | <message> | 1967 | <message> |
1942 | - <location filename="fileprocessdlg.cpp" line="544"/> | 1968 | + <location filename="fileprocessdlg.cpp" line="511"/> |
1943 | <source>,볼밸브 Open,</source> | 1969 | <source>,볼밸브 Open,</source> |
1944 | <translation type="unfinished"></translation> | 1970 | <translation type="unfinished"></translation> |
1945 | </message> | 1971 | </message> |
1946 | <message> | 1972 | <message> |
1947 | - <location filename="fileprocessdlg.cpp" line="546"/> | 1973 | + <location filename="fileprocessdlg.cpp" line="513"/> |
1948 | <source>,S/G 급수 솔레노이드,</source> | 1974 | <source>,S/G 급수 솔레노이드,</source> |
1949 | <translation type="unfinished"></translation> | 1975 | <translation type="unfinished"></translation> |
1950 | </message> | 1976 | </message> |
1951 | <message> | 1977 | <message> |
1952 | - <location filename="fileprocessdlg.cpp" line="548"/> | 1978 | + <location filename="fileprocessdlg.cpp" line="515"/> |
1953 | <source>,퀀칭 솔레노이드,</source> | 1979 | <source>,퀀칭 솔레노이드,</source> |
1954 | <translation type="unfinished"></translation> | 1980 | <translation type="unfinished"></translation> |
1955 | </message> | 1981 | </message> |
1956 | <message> | 1982 | <message> |
1957 | - <location filename="fileprocessdlg.cpp" line="550"/> | 1983 | + <location filename="fileprocessdlg.cpp" line="517"/> |
1958 | <source>,고내살수 노즐 솔레노이드 ,</source> | 1984 | <source>,고내살수 노즐 솔레노이드 ,</source> |
1959 | <translation type="unfinished"></translation> | 1985 | <translation type="unfinished"></translation> |
1960 | </message> | 1986 | </message> |
1961 | <message> | 1987 | <message> |
1962 | - <location filename="fileprocessdlg.cpp" line="552"/> | 1988 | + <location filename="fileprocessdlg.cpp" line="519"/> |
1963 | <source>,호스릴 솔레노이드,</source> | 1989 | <source>,호스릴 솔레노이드,</source> |
1964 | <translation type="unfinished"></translation> | 1990 | <translation type="unfinished"></translation> |
1965 | </message> | 1991 | </message> |
1966 | <message> | 1992 | <message> |
1967 | - <location filename="fileprocessdlg.cpp" line="554"/> | 1993 | + <location filename="fileprocessdlg.cpp" line="521"/> |
1968 | <source>,세제공급장치,</source> | 1994 | <source>,세제공급장치,</source> |
1969 | <translation type="unfinished"></translation> | 1995 | <translation type="unfinished"></translation> |
1970 | </message> | 1996 | </message> |
1971 | <message> | 1997 | <message> |
1972 | - <location filename="fileprocessdlg.cpp" line="556"/> | 1998 | + <location filename="fileprocessdlg.cpp" line="523"/> |
1973 | <source>,배습댐퍼,</source> | 1999 | <source>,배습댐퍼,</source> |
1974 | <translation type="unfinished"></translation> | 2000 | <translation type="unfinished"></translation> |
1975 | </message> | 2001 | </message> |
1976 | <message> | 2002 | <message> |
1977 | - <location filename="fileprocessdlg.cpp" line="558"/> | 2003 | + <location filename="fileprocessdlg.cpp" line="525"/> |
1978 | <source>,소형펌프모터,</source> | 2004 | <source>,소형펌프모터,</source> |
1979 | <translation type="unfinished"></translation> | 2005 | <translation type="unfinished"></translation> |
1980 | </message> | 2006 | </message> |
1981 | <message> | 2007 | <message> |
1982 | - <location filename="fileprocessdlg.cpp" line="560"/> | 2008 | + <location filename="fileprocessdlg.cpp" line="527"/> |
1983 | <source>,중형펌프모터,</source> | 2009 | <source>,중형펌프모터,</source> |
1984 | <translation type="unfinished"></translation> | 2010 | <translation type="unfinished"></translation> |
1985 | </message> | 2011 | </message> |
1986 | <message> | 2012 | <message> |
1987 | - <location filename="fileprocessdlg.cpp" line="590"/> | ||
1988 | - <location filename="fileprocessdlg.cpp" line="646"/> | ||
1989 | - <location filename="fileprocessdlg.cpp" line="687"/> | ||
1990 | - <location filename="fileprocessdlg.cpp" line="743"/> | ||
1991 | - <location filename="fileprocessdlg.cpp" line="806"/> | 2013 | + <location filename="fileprocessdlg.cpp" line="557"/> |
2014 | + <location filename="fileprocessdlg.cpp" line="611"/> | ||
2015 | + <location filename="fileprocessdlg.cpp" line="652"/> | ||
2016 | + <location filename="fileprocessdlg.cpp" line="708"/> | ||
2017 | + <location filename="fileprocessdlg.cpp" line="770"/> | ||
1992 | <source>USB 인식을 실패하였습니다.</source> | 2018 | <source>USB 인식을 실패하였습니다.</source> |
1993 | <translation type="unfinished"></translation> | 2019 | <translation type="unfinished"></translation> |
1994 | </message> | 2020 | </message> |
1995 | <message> | 2021 | <message> |
1996 | - <location filename="fileprocessdlg.cpp" line="596"/> | 2022 | + <location filename="fileprocessdlg.cpp" line="563"/> |
1997 | <source>완료</source> | 2023 | <source>완료</source> |
1998 | <translation type="unfinished"></translation> | 2024 | <translation type="unfinished"></translation> |
1999 | </message> | 2025 | </message> |
2000 | <message> | 2026 | <message> |
2001 | - <location filename="fileprocessdlg.cpp" line="608"/> | 2027 | + <location filename="fileprocessdlg.cpp" line="574"/> |
2002 | <source>남은 예상 시간 : %1분 %2초</source> | 2028 | <source>남은 예상 시간 : %1분 %2초</source> |
2003 | <translation type="unfinished"></translation> | 2029 | <translation type="unfinished"></translation> |
2004 | </message> | 2030 | </message> |
2005 | <message> | 2031 | <message> |
2006 | - <location filename="fileprocessdlg.cpp" line="613"/> | 2032 | + <location filename="fileprocessdlg.cpp" line="578"/> |
2007 | <source>남은 예상 시간 : %1초</source> | 2033 | <source>남은 예상 시간 : %1초</source> |
2008 | <translation type="unfinished"></translation> | 2034 | <translation type="unfinished"></translation> |
2009 | </message> | 2035 | </message> |
2010 | <message> | 2036 | <message> |
2011 | - <location filename="fileprocessdlg.cpp" line="668"/> | 2037 | + <location filename="fileprocessdlg.cpp" line="633"/> |
2012 | <source>설정 다운로드에 실패하였습니다.</source> | 2038 | <source>설정 다운로드에 실패하였습니다.</source> |
2013 | <translation type="unfinished"></translation> | 2039 | <translation type="unfinished"></translation> |
2014 | </message> | 2040 | </message> |
2015 | <message> | 2041 | <message> |
2016 | - <location filename="fileprocessdlg.cpp" line="682"/> | 2042 | + <location filename="fileprocessdlg.cpp" line="647"/> |
2017 | <source>즐겨찾기 다운로드에 실패하였습니다.</source> | 2043 | <source>즐겨찾기 다운로드에 실패하였습니다.</source> |
2018 | <translation type="unfinished"></translation> | 2044 | <translation type="unfinished"></translation> |
2019 | </message> | 2045 | </message> |
2020 | <message> | 2046 | <message> |
2021 | - <location filename="fileprocessdlg.cpp" line="707"/> | ||
2022 | - <location filename="fileprocessdlg.cpp" line="713"/> | ||
2023 | - <location filename="fileprocessdlg.cpp" line="723"/> | 2047 | + <location filename="fileprocessdlg.cpp" line="672"/> |
2048 | + <location filename="fileprocessdlg.cpp" line="678"/> | ||
2049 | + <location filename="fileprocessdlg.cpp" line="688"/> | ||
2024 | <source>설정 업로드에 실패하였습니다.</source> | 2050 | <source>설정 업로드에 실패하였습니다.</source> |
2025 | <translation type="unfinished"></translation> | 2051 | <translation type="unfinished"></translation> |
2026 | </message> | 2052 | </message> |
2027 | <message> | 2053 | <message> |
2028 | - <location filename="fileprocessdlg.cpp" line="738"/> | 2054 | + <location filename="fileprocessdlg.cpp" line="703"/> |
2029 | <source>즐겨찾기 업로드에 실패하였습니다.</source> | 2055 | <source>즐겨찾기 업로드에 실패하였습니다.</source> |
2030 | <translation type="unfinished"></translation> | 2056 | <translation type="unfinished"></translation> |
2031 | </message> | 2057 | </message> |
2032 | <message> | 2058 | <message> |
2033 | - <location filename="fileprocessdlg.cpp" line="766"/> | 2059 | + <location filename="fileprocessdlg.cpp" line="730"/> |
2034 | <source>남은 예상 시간 : 2초</source> | 2060 | <source>남은 예상 시간 : 2초</source> |
2035 | <translation type="unfinished"></translation> | 2061 | <translation type="unfinished"></translation> |
2036 | </message> | 2062 | </message> |
2037 | <message> | 2063 | <message> |
2038 | - <location filename="fileprocessdlg.cpp" line="769"/> | 2064 | + <location filename="fileprocessdlg.cpp" line="733"/> |
2039 | <source>모델 정보 업로드에 실패하였습니다.</source> | 2065 | <source>모델 정보 업로드에 실패하였습니다.</source> |
2040 | <translation type="unfinished"></translation> | 2066 | <translation type="unfinished"></translation> |
2041 | </message> | 2067 | </message> |
2042 | <message> | 2068 | <message> |
2043 | - <location filename="fileprocessdlg.cpp" line="781"/> | 2069 | + <location filename="fileprocessdlg.cpp" line="745"/> |
2044 | <source>남은 예상 시간 : 1</source> | 2070 | <source>남은 예상 시간 : 1</source> |
2045 | <translation type="unfinished"></translation> | 2071 | <translation type="unfinished"></translation> |
2046 | </message> | 2072 | </message> |
2047 | <message> | 2073 | <message> |
2048 | - <location filename="fileprocessdlg.cpp" line="785"/> | 2074 | + <location filename="fileprocessdlg.cpp" line="749"/> |
2049 | <source>핫라인 쉐프 정보 업로드에 실패하였습니다.</source> | 2075 | <source>핫라인 쉐프 정보 업로드에 실패하였습니다.</source> |
2050 | <translation type="unfinished"></translation> | 2076 | <translation type="unfinished"></translation> |
2051 | </message> | 2077 | </message> |
2052 | <message> | 2078 | <message> |
2053 | - <location filename="fileprocessdlg.cpp" line="801"/> | 2079 | + <location filename="fileprocessdlg.cpp" line="765"/> |
2054 | <source>핫라인 서비스 정보 업로드에 실패하였습니다.</source> | 2080 | <source>핫라인 서비스 정보 업로드에 실패하였습니다.</source> |
2055 | <translation type="unfinished"></translation> | 2081 | <translation type="unfinished"></translation> |
2056 | </message> | 2082 | </message> |
@@ -2066,77 +2092,72 @@ | @@ -2066,77 +2092,72 @@ | ||
2066 | <context> | 2092 | <context> |
2067 | <name>FunctionTestWindow</name> | 2093 | <name>FunctionTestWindow</name> |
2068 | <message> | 2094 | <message> |
2069 | - <location filename="functiontestwindow.ui" line="121"/> | 2095 | + <location filename="functiontestwindow.ui" line="134"/> |
2070 | <source>가열부</source> | 2096 | <source>가열부</source> |
2071 | <translation type="unfinished"></translation> | 2097 | <translation type="unfinished"></translation> |
2072 | </message> | 2098 | </message> |
2073 | <message> | 2099 | <message> |
2074 | - <location filename="functiontestwindow.ui" line="152"/> | 2100 | + <location filename="functiontestwindow.ui" line="165"/> |
2075 | <source>구성품</source> | 2101 | <source>구성품</source> |
2076 | <translation type="unfinished"></translation> | 2102 | <translation type="unfinished"></translation> |
2077 | </message> | 2103 | </message> |
2078 | <message> | 2104 | <message> |
2079 | - <location filename="functiontestwindow.ui" line="183"/> | 2105 | + <location filename="functiontestwindow.ui" line="196"/> |
2080 | <source>급수밸브</source> | 2106 | <source>급수밸브</source> |
2081 | <translation type="unfinished"></translation> | 2107 | <translation type="unfinished"></translation> |
2082 | </message> | 2108 | </message> |
2083 | <message> | 2109 | <message> |
2084 | - <location filename="functiontestwindow.ui" line="214"/> | 2110 | + <location filename="functiontestwindow.ui" line="227"/> |
2085 | <source>세척</source> | 2111 | <source>세척</source> |
2086 | <translation type="unfinished"></translation> | 2112 | <translation type="unfinished"></translation> |
2087 | </message> | 2113 | </message> |
2088 | <message> | 2114 | <message> |
2089 | - <location filename="functiontestwindow.ui" line="245"/> | 2115 | + <location filename="functiontestwindow.ui" line="258"/> |
2090 | <source>팬모터</source> | 2116 | <source>팬모터</source> |
2091 | <translation type="unfinished"></translation> | 2117 | <translation type="unfinished"></translation> |
2092 | </message> | 2118 | </message> |
2093 | <message> | 2119 | <message> |
2094 | - <location filename="functiontestwindow.ui" line="276"/> | 2120 | + <location filename="functiontestwindow.ui" line="289"/> |
2095 | <source>연소가스동작</source> | 2121 | <source>연소가스동작</source> |
2096 | <translation type="unfinished"></translation> | 2122 | <translation type="unfinished"></translation> |
2097 | </message> | 2123 | </message> |
2098 | <message> | 2124 | <message> |
2099 | - <location filename="functiontestwindow.ui" line="365"/> | 2125 | + <location filename="functiontestwindow.ui" line="378"/> |
2100 | <source>서비스단계(엔지니어모드) > 기능테스트</source> | 2126 | <source>서비스단계(엔지니어모드) > 기능테스트</source> |
2101 | <translation type="unfinished"></translation> | 2127 | <translation type="unfinished"></translation> |
2102 | </message> | 2128 | </message> |
2103 | <message> | 2129 | <message> |
2104 | - <location filename="functiontestwindow.ui" line="423"/> | 2130 | + <location filename="functiontestwindow.ui" line="436"/> |
2105 | <source>기능 테스트</source> | 2131 | <source>기능 테스트</source> |
2106 | <translation type="unfinished"></translation> | 2132 | <translation type="unfinished"></translation> |
2107 | </message> | 2133 | </message> |
2108 | <message> | 2134 | <message> |
2109 | - <location filename="functiontestwindow.ui" line="481"/> | 2135 | + <location filename="functiontestwindow.ui" line="494"/> |
2110 | <source>EM-3</source> | 2136 | <source>EM-3</source> |
2111 | <translation type="unfinished"></translation> | 2137 | <translation type="unfinished"></translation> |
2112 | </message> | 2138 | </message> |
2113 | <message> | 2139 | <message> |
2114 | - <location filename="functiontestwindow.ui" line="619"/> | 2140 | + <location filename="functiontestwindow.ui" line="632"/> |
2115 | <source>송풍기 교정</source> | 2141 | <source>송풍기 교정</source> |
2116 | <translation type="unfinished"></translation> | 2142 | <translation type="unfinished"></translation> |
2117 | </message> | 2143 | </message> |
2118 | <message> | 2144 | <message> |
2119 | - <location filename="functiontestwindow.cpp" line="154"/> | 2145 | + <location filename="functiontestwindow.cpp" line="152"/> |
2120 | <source>RPM 설정을 바꾸시겠습니까?</source> | 2146 | <source>RPM 설정을 바꾸시겠습니까?</source> |
2121 | <translation type="unfinished"></translation> | 2147 | <translation type="unfinished"></translation> |
2122 | </message> | 2148 | </message> |
2123 | <message> | 2149 | <message> |
2124 | - <location filename="functiontestwindow.cpp" line="175"/> | 2150 | + <location filename="functiontestwindow.cpp" line="173"/> |
2125 | <source>USB 메모리가 인식되지 않았습니다.</source> | 2151 | <source>USB 메모리가 인식되지 않았습니다.</source> |
2126 | <translation type="unfinished"></translation> | 2152 | <translation type="unfinished"></translation> |
2127 | </message> | 2153 | </message> |
2128 | <message> | 2154 | <message> |
2129 | - <location filename="functiontestwindow.cpp" line="189"/> | ||
2130 | - <source>송풍기 교정을 하시겠습니까?</source> | ||
2131 | - <translation type="unfinished"></translation> | ||
2132 | - </message> | ||
2133 | - <message> | ||
2134 | - <location filename="functiontestwindow.cpp" line="221"/> | 2155 | + <location filename="functiontestwindow.cpp" line="217"/> |
2135 | <source>적용 되었습니다.</source> | 2156 | <source>적용 되었습니다.</source> |
2136 | <translation type="unfinished"></translation> | 2157 | <translation type="unfinished"></translation> |
2137 | </message> | 2158 | </message> |
2138 | <message> | 2159 | <message> |
2139 | - <location filename="functiontestwindow.cpp" line="225"/> | 2160 | + <location filename="functiontestwindow.cpp" line="221"/> |
2140 | <source>설정 파일이 없습니다.</source> | 2161 | <source>설정 파일이 없습니다.</source> |
2141 | <translation type="unfinished"></translation> | 2162 | <translation type="unfinished"></translation> |
2142 | </message> | 2163 | </message> |
@@ -2189,12 +2210,12 @@ | @@ -2189,12 +2210,12 @@ | ||
2189 | <translation type="unfinished"></translation> | 2210 | <translation type="unfinished"></translation> |
2190 | </message> | 2211 | </message> |
2191 | <message> | 2212 | <message> |
2192 | - <location filename="gasmodelsettingwindow.ui" line="636"/> | 2213 | + <location filename="gasmodelsettingwindow.ui" line="649"/> |
2193 | <source>40단 LPG</source> | 2214 | <source>40단 LPG</source> |
2194 | <translation type="unfinished"></translation> | 2215 | <translation type="unfinished"></translation> |
2195 | </message> | 2216 | </message> |
2196 | <message> | 2217 | <message> |
2197 | - <location filename="gasmodelsettingwindow.ui" line="699"/> | 2218 | + <location filename="gasmodelsettingwindow.ui" line="712"/> |
2198 | <source>40단 LNG</source> | 2219 | <source>40단 LNG</source> |
2199 | <translation type="unfinished"></translation> | 2220 | <translation type="unfinished"></translation> |
2200 | </message> | 2221 | </message> |
@@ -2207,7 +2228,7 @@ | @@ -2207,7 +2228,7 @@ | ||
2207 | <context> | 2228 | <context> |
2208 | <name>GasTestWindow</name> | 2229 | <name>GasTestWindow</name> |
2209 | <message> | 2230 | <message> |
2210 | - <location filename="gastestwindow.ui" line="138"/> | 2231 | + <location filename="gastestwindow.ui" line="151"/> |
2211 | <source>START</source> | 2232 | <source>START</source> |
2212 | <translation type="unfinished"></translation> | 2233 | <translation type="unfinished"></translation> |
2213 | </message> | 2234 | </message> |
@@ -2215,111 +2236,111 @@ | @@ -2215,111 +2236,111 @@ | ||
2215 | <context> | 2236 | <context> |
2216 | <name>HistoryListWindow</name> | 2237 | <name>HistoryListWindow</name> |
2217 | <message> | 2238 | <message> |
2218 | - <location filename="historylistwindow.ui" line="250"/> | 2239 | + <location filename="historylistwindow.ui" line="263"/> |
2219 | <source>서비스단계(엔지니어모드) > 서비스기록 ></source> | 2240 | <source>서비스단계(엔지니어모드) > 서비스기록 ></source> |
2220 | <translation type="unfinished"></translation> | 2241 | <translation type="unfinished"></translation> |
2221 | </message> | 2242 | </message> |
2222 | <message> | 2243 | <message> |
2223 | - <location filename="historylistwindow.ui" line="274"/> | 2244 | + <location filename="historylistwindow.ui" line="287"/> |
2224 | <source>목록</source> | 2245 | <source>목록</source> |
2225 | <translation type="unfinished"></translation> | 2246 | <translation type="unfinished"></translation> |
2226 | </message> | 2247 | </message> |
2227 | <message> | 2248 | <message> |
2228 | - <location filename="historylistwindow.ui" line="298"/> | 2249 | + <location filename="historylistwindow.ui" line="311"/> |
2229 | <source>최초발생시간</source> | 2250 | <source>최초발생시간</source> |
2230 | <translation type="unfinished"></translation> | 2251 | <translation type="unfinished"></translation> |
2231 | </message> | 2252 | </message> |
2232 | <message> | 2253 | <message> |
2233 | - <location filename="historylistwindow.ui" line="322"/> | 2254 | + <location filename="historylistwindow.ui" line="335"/> |
2234 | <source>발생횟수</source> | 2255 | <source>발생횟수</source> |
2235 | <translation type="unfinished"></translation> | 2256 | <translation type="unfinished"></translation> |
2236 | </message> | 2257 | </message> |
2237 | <message> | 2258 | <message> |
2238 | - <location filename="historylistwindow.ui" line="346"/> | 2259 | + <location filename="historylistwindow.ui" line="359"/> |
2239 | <source>최근발생시간</source> | 2260 | <source>최근발생시간</source> |
2240 | <translation type="unfinished"></translation> | 2261 | <translation type="unfinished"></translation> |
2241 | </message> | 2262 | </message> |
2242 | <message> | 2263 | <message> |
2243 | - <location filename="historylistwindow.ui" line="379"/> | 2264 | + <location filename="historylistwindow.ui" line="392"/> |
2244 | <source>에러01</source> | 2265 | <source>에러01</source> |
2245 | <translation type="unfinished"></translation> | 2266 | <translation type="unfinished"></translation> |
2246 | </message> | 2267 | </message> |
2247 | <message> | 2268 | <message> |
2248 | - <location filename="historylistwindow.ui" line="409"/> | 2269 | + <location filename="historylistwindow.ui" line="422"/> |
2249 | <source>에러02</source> | 2270 | <source>에러02</source> |
2250 | <translation type="unfinished"></translation> | 2271 | <translation type="unfinished"></translation> |
2251 | </message> | 2272 | </message> |
2252 | <message> | 2273 | <message> |
2253 | - <location filename="historylistwindow.ui" line="442"/> | 2274 | + <location filename="historylistwindow.ui" line="455"/> |
2254 | <source>에러03</source> | 2275 | <source>에러03</source> |
2255 | <translation type="unfinished"></translation> | 2276 | <translation type="unfinished"></translation> |
2256 | </message> | 2277 | </message> |
2257 | <message> | 2278 | <message> |
2258 | - <location filename="historylistwindow.ui" line="475"/> | 2279 | + <location filename="historylistwindow.ui" line="488"/> |
2259 | <source>에러04</source> | 2280 | <source>에러04</source> |
2260 | <translation type="unfinished"></translation> | 2281 | <translation type="unfinished"></translation> |
2261 | </message> | 2282 | </message> |
2262 | <message> | 2283 | <message> |
2263 | - <location filename="historylistwindow.ui" line="508"/> | 2284 | + <location filename="historylistwindow.ui" line="521"/> |
2264 | <source>에러05</source> | 2285 | <source>에러05</source> |
2265 | <translation type="unfinished"></translation> | 2286 | <translation type="unfinished"></translation> |
2266 | </message> | 2287 | </message> |
2267 | <message> | 2288 | <message> |
2268 | - <location filename="historylistwindow.ui" line="541"/> | 2289 | + <location filename="historylistwindow.ui" line="554"/> |
2269 | <source>에러06</source> | 2290 | <source>에러06</source> |
2270 | <translation type="unfinished"></translation> | 2291 | <translation type="unfinished"></translation> |
2271 | </message> | 2292 | </message> |
2272 | <message> | 2293 | <message> |
2273 | - <location filename="historylistwindow.ui" line="574"/> | 2294 | + <location filename="historylistwindow.ui" line="587"/> |
2274 | <source>에러07</source> | 2295 | <source>에러07</source> |
2275 | <translation type="unfinished"></translation> | 2296 | <translation type="unfinished"></translation> |
2276 | </message> | 2297 | </message> |
2277 | <message> | 2298 | <message> |
2278 | - <location filename="historylistwindow.ui" line="607"/> | 2299 | + <location filename="historylistwindow.ui" line="620"/> |
2279 | <source>에러08</source> | 2300 | <source>에러08</source> |
2280 | <translation type="unfinished"></translation> | 2301 | <translation type="unfinished"></translation> |
2281 | </message> | 2302 | </message> |
2282 | <message> | 2303 | <message> |
2283 | - <location filename="historylistwindow.ui" line="640"/> | 2304 | + <location filename="historylistwindow.ui" line="653"/> |
2284 | <source>에러09</source> | 2305 | <source>에러09</source> |
2285 | <translation type="unfinished"></translation> | 2306 | <translation type="unfinished"></translation> |
2286 | </message> | 2307 | </message> |
2287 | <message> | 2308 | <message> |
2288 | - <location filename="historylistwindow.ui" line="673"/> | 2309 | + <location filename="historylistwindow.ui" line="686"/> |
2289 | <source>에러10</source> | 2310 | <source>에러10</source> |
2290 | <translation type="unfinished"></translation> | 2311 | <translation type="unfinished"></translation> |
2291 | </message> | 2312 | </message> |
2292 | <message> | 2313 | <message> |
2293 | - <location filename="historylistwindow.ui" line="695"/> | ||
2294 | - <location filename="historylistwindow.ui" line="725"/> | ||
2295 | - <location filename="historylistwindow.ui" line="747"/> | ||
2296 | - <location filename="historylistwindow.ui" line="769"/> | ||
2297 | - <location filename="historylistwindow.ui" line="791"/> | ||
2298 | - <location filename="historylistwindow.ui" line="813"/> | ||
2299 | - <location filename="historylistwindow.ui" line="835"/> | ||
2300 | - <location filename="historylistwindow.ui" line="857"/> | ||
2301 | - <location filename="historylistwindow.ui" line="879"/> | ||
2302 | - <location filename="historylistwindow.ui" line="901"/> | ||
2303 | - <location filename="historylistwindow.ui" line="931"/> | ||
2304 | - <location filename="historylistwindow.ui" line="953"/> | ||
2305 | - <location filename="historylistwindow.ui" line="983"/> | ||
2306 | - <location filename="historylistwindow.ui" line="1005"/> | ||
2307 | - <location filename="historylistwindow.ui" line="1027"/> | ||
2308 | - <location filename="historylistwindow.ui" line="1049"/> | ||
2309 | - <location filename="historylistwindow.ui" line="1071"/> | ||
2310 | - <location filename="historylistwindow.ui" line="1093"/> | ||
2311 | - <location filename="historylistwindow.ui" line="1115"/> | ||
2312 | - <location filename="historylistwindow.ui" line="1137"/> | ||
2313 | - <location filename="historylistwindow.ui" line="1167"/> | ||
2314 | - <location filename="historylistwindow.ui" line="1189"/> | ||
2315 | - <location filename="historylistwindow.ui" line="1219"/> | ||
2316 | - <location filename="historylistwindow.ui" line="1241"/> | ||
2317 | - <location filename="historylistwindow.ui" line="1263"/> | ||
2318 | - <location filename="historylistwindow.ui" line="1285"/> | ||
2319 | - <location filename="historylistwindow.ui" line="1307"/> | ||
2320 | - <location filename="historylistwindow.ui" line="1329"/> | ||
2321 | - <location filename="historylistwindow.ui" line="1351"/> | ||
2322 | - <location filename="historylistwindow.ui" line="1373"/> | 2314 | + <location filename="historylistwindow.ui" line="708"/> |
2315 | + <location filename="historylistwindow.ui" line="738"/> | ||
2316 | + <location filename="historylistwindow.ui" line="760"/> | ||
2317 | + <location filename="historylistwindow.ui" line="782"/> | ||
2318 | + <location filename="historylistwindow.ui" line="804"/> | ||
2319 | + <location filename="historylistwindow.ui" line="826"/> | ||
2320 | + <location filename="historylistwindow.ui" line="848"/> | ||
2321 | + <location filename="historylistwindow.ui" line="870"/> | ||
2322 | + <location filename="historylistwindow.ui" line="892"/> | ||
2323 | + <location filename="historylistwindow.ui" line="914"/> | ||
2324 | + <location filename="historylistwindow.ui" line="944"/> | ||
2325 | + <location filename="historylistwindow.ui" line="966"/> | ||
2326 | + <location filename="historylistwindow.ui" line="996"/> | ||
2327 | + <location filename="historylistwindow.ui" line="1018"/> | ||
2328 | + <location filename="historylistwindow.ui" line="1040"/> | ||
2329 | + <location filename="historylistwindow.ui" line="1062"/> | ||
2330 | + <location filename="historylistwindow.ui" line="1084"/> | ||
2331 | + <location filename="historylistwindow.ui" line="1106"/> | ||
2332 | + <location filename="historylistwindow.ui" line="1128"/> | ||
2333 | + <location filename="historylistwindow.ui" line="1150"/> | ||
2334 | + <location filename="historylistwindow.ui" line="1180"/> | ||
2335 | + <location filename="historylistwindow.ui" line="1202"/> | ||
2336 | + <location filename="historylistwindow.ui" line="1232"/> | ||
2337 | + <location filename="historylistwindow.ui" line="1254"/> | ||
2338 | + <location filename="historylistwindow.ui" line="1276"/> | ||
2339 | + <location filename="historylistwindow.ui" line="1298"/> | ||
2340 | + <location filename="historylistwindow.ui" line="1320"/> | ||
2341 | + <location filename="historylistwindow.ui" line="1342"/> | ||
2342 | + <location filename="historylistwindow.ui" line="1364"/> | ||
2343 | + <location filename="historylistwindow.ui" line="1386"/> | ||
2323 | <source>-</source> | 2344 | <source>-</source> |
2324 | <translation type="unfinished"></translation> | 2345 | <translation type="unfinished"></translation> |
2325 | </message> | 2346 | </message> |
@@ -2329,31 +2350,35 @@ | @@ -2329,31 +2350,35 @@ | ||
2329 | <translation type="unfinished"></translation> | 2350 | <translation type="unfinished"></translation> |
2330 | </message> | 2351 | </message> |
2331 | <message> | 2352 | <message> |
2332 | - <location filename="historylistwindow.cpp" line="133"/> | ||
2333 | - <location filename="historylistwindow.cpp" line="149"/> | ||
2334 | - <location filename="historylistwindow.cpp" line="165"/> | ||
2335 | - <location filename="historylistwindow.cpp" line="181"/> | 2353 | + <location filename="historylistwindow.cpp" line="131"/> |
2354 | + <location filename="historylistwindow.cpp" line="147"/> | ||
2355 | + <location filename="historylistwindow.cpp" line="163"/> | ||
2356 | + <location filename="historylistwindow.cpp" line="179"/> | ||
2336 | <source>서비스단계(엔지니어모드)>서비스기록></source> | 2357 | <source>서비스단계(엔지니어모드)>서비스기록></source> |
2337 | <translation type="unfinished"></translation> | 2358 | <translation type="unfinished"></translation> |
2338 | </message> | 2359 | </message> |
2339 | <message> | 2360 | <message> |
2340 | <location filename="historylistwindow.h" line="41"/> | 2361 | <location filename="historylistwindow.h" line="41"/> |
2341 | <source>상부점화장치<byte value="x0"/></source> | 2362 | <source>상부점화장치<byte value="x0"/></source> |
2363 | + <oldsource>상부점화장치</oldsource> | ||
2342 | <translation type="unfinished"></translation> | 2364 | <translation type="unfinished"></translation> |
2343 | </message> | 2365 | </message> |
2344 | <message> | 2366 | <message> |
2345 | <location filename="historylistwindow.h" line="42"/> | 2367 | <location filename="historylistwindow.h" line="42"/> |
2346 | <source>스팀점화장치<byte value="x0"/></source> | 2368 | <source>스팀점화장치<byte value="x0"/></source> |
2369 | + <oldsource>스팀점화장치</oldsource> | ||
2347 | <translation type="unfinished"></translation> | 2370 | <translation type="unfinished"></translation> |
2348 | </message> | 2371 | </message> |
2349 | <message> | 2372 | <message> |
2350 | <location filename="historylistwindow.h" line="43"/> | 2373 | <location filename="historylistwindow.h" line="43"/> |
2351 | <source>하부점화장치<byte value="x0"/></source> | 2374 | <source>하부점화장치<byte value="x0"/></source> |
2375 | + <oldsource>하부점화장치</oldsource> | ||
2352 | <translation type="unfinished"></translation> | 2376 | <translation type="unfinished"></translation> |
2353 | </message> | 2377 | </message> |
2354 | <message> | 2378 | <message> |
2355 | <location filename="historylistwindow.h" line="44"/> | 2379 | <location filename="historylistwindow.h" line="44"/> |
2356 | <source>서비스에러기록종합<byte value="x0"/></source> | 2380 | <source>서비스에러기록종합<byte value="x0"/></source> |
2381 | + <oldsource>서비스에러기록종합</oldsource> | ||
2357 | <translation type="unfinished"></translation> | 2382 | <translation type="unfinished"></translation> |
2358 | </message> | 2383 | </message> |
2359 | </context> | 2384 | </context> |
@@ -2479,8 +2504,8 @@ | @@ -2479,8 +2504,8 @@ | ||
2479 | <translation type="unfinished"></translation> | 2504 | <translation type="unfinished"></translation> |
2480 | </message> | 2505 | </message> |
2481 | <message> | 2506 | <message> |
2482 | - <location filename="mainwindow.ui" line="686"/> | ||
2483 | - <source>V0.3.4</source> | 2507 | + <location filename="mainwindow.ui" line="699"/> |
2508 | + <source>V0.3.6</source> | ||
2484 | <translation type="unfinished"></translation> | 2509 | <translation type="unfinished"></translation> |
2485 | </message> | 2510 | </message> |
2486 | </context> | 2511 | </context> |
@@ -2537,62 +2562,62 @@ | @@ -2537,62 +2562,62 @@ | ||
2537 | <context> | 2562 | <context> |
2538 | <name>ManualCookWindow</name> | 2563 | <name>ManualCookWindow</name> |
2539 | <message> | 2564 | <message> |
2540 | - <location filename="manualcookwindow.ui" line="166"/> | 2565 | + <location filename="manualcookwindow.ui" line="179"/> |
2541 | <source>콤비</source> | 2566 | <source>콤비</source> |
2542 | <translation type="unfinished"></translation> | 2567 | <translation type="unfinished"></translation> |
2543 | </message> | 2568 | </message> |
2544 | <message> | 2569 | <message> |
2545 | - <location filename="manualcookwindow.ui" line="193"/> | 2570 | + <location filename="manualcookwindow.ui" line="206"/> |
2546 | <source>스팀</source> | 2571 | <source>스팀</source> |
2547 | <translation type="unfinished"></translation> | 2572 | <translation type="unfinished"></translation> |
2548 | </message> | 2573 | </message> |
2549 | <message> | 2574 | <message> |
2550 | - <location filename="manualcookwindow.ui" line="220"/> | 2575 | + <location filename="manualcookwindow.ui" line="233"/> |
2551 | <source>건열</source> | 2576 | <source>건열</source> |
2552 | <translation type="unfinished"></translation> | 2577 | <translation type="unfinished"></translation> |
2553 | </message> | 2578 | </message> |
2554 | <message> | 2579 | <message> |
2555 | - <location filename="manualcookwindow.ui" line="383"/> | ||
2556 | - <location filename="manualcookwindow.ui" line="916"/> | 2580 | + <location filename="manualcookwindow.ui" line="396"/> |
2581 | + <location filename="manualcookwindow.ui" line="929"/> | ||
2557 | <source>증가</source> | 2582 | <source>증가</source> |
2558 | <translation type="unfinished"></translation> | 2583 | <translation type="unfinished"></translation> |
2559 | </message> | 2584 | </message> |
2560 | <message> | 2585 | <message> |
2561 | - <location filename="manualcookwindow.ui" line="445"/> | ||
2562 | - <location filename="manualcookwindow.ui" line="721"/> | 2586 | + <location filename="manualcookwindow.ui" line="458"/> |
2587 | + <location filename="manualcookwindow.ui" line="734"/> | ||
2563 | <source>감소</source> | 2588 | <source>감소</source> |
2564 | <translation type="unfinished"></translation> | 2589 | <translation type="unfinished"></translation> |
2565 | </message> | 2590 | </message> |
2566 | <message> | 2591 | <message> |
2567 | - <location filename="manualcookwindow.ui" line="509"/> | 2592 | + <location filename="manualcookwindow.ui" line="522"/> |
2568 | <source>0<span style="font-size:11pt;">초</span></source> | 2593 | <source>0<span style="font-size:11pt;">초</span></source> |
2569 | <translation type="unfinished"></translation> | 2594 | <translation type="unfinished"></translation> |
2570 | </message> | 2595 | </message> |
2571 | <message> | 2596 | <message> |
2572 | - <location filename="manualcookwindow.ui" line="595"/> | 2597 | + <location filename="manualcookwindow.ui" line="608"/> |
2573 | <source>30<span style="font-size:11pt;">℃</span></source> | 2598 | <source>30<span style="font-size:11pt;">℃</span></source> |
2574 | <translation type="unfinished"></translation> | 2599 | <translation type="unfinished"></translation> |
2575 | </message> | 2600 | </message> |
2576 | <message> | 2601 | <message> |
2577 | - <location filename="manualcookwindow.ui" line="659"/> | 2602 | + <location filename="manualcookwindow.ui" line="672"/> |
2578 | <source>0%</source> | 2603 | <source>0%</source> |
2579 | <translation type="unfinished"></translation> | 2604 | <translation type="unfinished"></translation> |
2580 | </message> | 2605 | </message> |
2581 | <message> | 2606 | <message> |
2582 | - <location filename="manualcookwindow.ui" line="854"/> | 2607 | + <location filename="manualcookwindow.ui" line="867"/> |
2583 | <source><span style="font-size:11pt;">℃</span></source> | 2608 | <source><span style="font-size:11pt;">℃</span></source> |
2584 | <translation type="unfinished"></translation> | 2609 | <translation type="unfinished"></translation> |
2585 | </message> | 2610 | </message> |
2586 | <message> | 2611 | <message> |
2587 | - <location filename="manualcookwindow.ui" line="1020"/> | ||
2588 | - <location filename="manualcookwindow.ui" line="1037"/> | ||
2589 | - <location filename="manualcookwindow.ui" line="1054"/> | ||
2590 | - <location filename="manualcookwindow.ui" line="1071"/> | ||
2591 | - <location filename="manualcookwindow.ui" line="1087"/> | ||
2592 | - <location filename="manualcookwindow.ui" line="1141"/> | ||
2593 | - <location filename="manualcookwindow.ui" line="1169"/> | ||
2594 | - <location filename="manualcookwindow.ui" line="1190"/> | ||
2595 | - <location filename="manualcookwindow.ui" line="1218"/> | 2612 | + <location filename="manualcookwindow.ui" line="1033"/> |
2613 | + <location filename="manualcookwindow.ui" line="1050"/> | ||
2614 | + <location filename="manualcookwindow.ui" line="1067"/> | ||
2615 | + <location filename="manualcookwindow.ui" line="1084"/> | ||
2616 | + <location filename="manualcookwindow.ui" line="1100"/> | ||
2617 | + <location filename="manualcookwindow.ui" line="1154"/> | ||
2618 | + <location filename="manualcookwindow.ui" line="1182"/> | ||
2619 | + <location filename="manualcookwindow.ui" line="1203"/> | ||
2620 | + <location filename="manualcookwindow.ui" line="1231"/> | ||
2596 | <source>tool</source> | 2621 | <source>tool</source> |
2597 | <translation type="unfinished"></translation> | 2622 | <translation type="unfinished"></translation> |
2598 | </message> | 2623 | </message> |
@@ -2687,38 +2712,38 @@ | @@ -2687,38 +2712,38 @@ | ||
2687 | <context> | 2712 | <context> |
2688 | <name>OperationTimeHeat</name> | 2713 | <name>OperationTimeHeat</name> |
2689 | <message> | 2714 | <message> |
2690 | - <location filename="operationtimeheat.ui" line="97"/> | 2715 | + <location filename="operationtimeheat.ui" line="110"/> |
2691 | <source>서비스단계(엔지니어모드) > 작동시간 > 가열부</source> | 2716 | <source>서비스단계(엔지니어모드) > 작동시간 > 가열부</source> |
2692 | <translation type="unfinished"></translation> | 2717 | <translation type="unfinished"></translation> |
2693 | </message> | 2718 | </message> |
2694 | <message> | 2719 | <message> |
2695 | - <location filename="operationtimeheat.ui" line="180"/> | 2720 | + <location filename="operationtimeheat.ui" line="193"/> |
2696 | <source>목록</source> | 2721 | <source>목록</source> |
2697 | <translation type="unfinished"></translation> | 2722 | <translation type="unfinished"></translation> |
2698 | </message> | 2723 | </message> |
2699 | <message> | 2724 | <message> |
2700 | - <location filename="operationtimeheat.ui" line="196"/> | 2725 | + <location filename="operationtimeheat.ui" line="209"/> |
2701 | <source>초기화</source> | 2726 | <source>초기화</source> |
2702 | <translation type="unfinished"></translation> | 2727 | <translation type="unfinished"></translation> |
2703 | </message> | 2728 | </message> |
2704 | <message> | 2729 | <message> |
2705 | - <location filename="operationtimeheat.ui" line="212"/> | 2730 | + <location filename="operationtimeheat.ui" line="225"/> |
2706 | <source>시간</source> | 2731 | <source>시간</source> |
2707 | <translation type="unfinished"></translation> | 2732 | <translation type="unfinished"></translation> |
2708 | </message> | 2733 | </message> |
2709 | <message> | 2734 | <message> |
2710 | - <location filename="operationtimeheat.ui" line="233"/> | 2735 | + <location filename="operationtimeheat.ui" line="246"/> |
2711 | <source>스팀가열시간</source> | 2736 | <source>스팀가열시간</source> |
2712 | <translation type="unfinished"></translation> | 2737 | <translation type="unfinished"></translation> |
2713 | </message> | 2738 | </message> |
2714 | <message> | 2739 | <message> |
2715 | - <location filename="operationtimeheat.ui" line="254"/> | 2740 | + <location filename="operationtimeheat.ui" line="267"/> |
2716 | <source>건열가열시간</source> | 2741 | <source>건열가열시간</source> |
2717 | <translation type="unfinished"></translation> | 2742 | <translation type="unfinished"></translation> |
2718 | </message> | 2743 | </message> |
2719 | <message> | 2744 | <message> |
2720 | - <location filename="operationtimeheat.ui" line="292"/> | ||
2721 | - <location filename="operationtimeheat.ui" line="327"/> | 2745 | + <location filename="operationtimeheat.ui" line="305"/> |
2746 | + <location filename="operationtimeheat.ui" line="340"/> | ||
2722 | <source>RESET</source> | 2747 | <source>RESET</source> |
2723 | <translation type="unfinished"></translation> | 2748 | <translation type="unfinished"></translation> |
2724 | </message> | 2749 | </message> |
@@ -2726,32 +2751,32 @@ | @@ -2726,32 +2751,32 @@ | ||
2726 | <context> | 2751 | <context> |
2727 | <name>OperationTimeMain</name> | 2752 | <name>OperationTimeMain</name> |
2728 | <message> | 2753 | <message> |
2729 | - <location filename="operationtimemain.ui" line="96"/> | 2754 | + <location filename="operationtimemain.ui" line="109"/> |
2730 | <source>서비스단계(엔지니어모드) > 작동시간</source> | 2755 | <source>서비스단계(엔지니어모드) > 작동시간</source> |
2731 | <translation type="unfinished"></translation> | 2756 | <translation type="unfinished"></translation> |
2732 | </message> | 2757 | </message> |
2733 | <message> | 2758 | <message> |
2734 | - <location filename="operationtimemain.ui" line="175"/> | 2759 | + <location filename="operationtimemain.ui" line="188"/> |
2735 | <source>작동시간</source> | 2760 | <source>작동시간</source> |
2736 | <translation type="unfinished"></translation> | 2761 | <translation type="unfinished"></translation> |
2737 | </message> | 2762 | </message> |
2738 | <message> | 2763 | <message> |
2739 | - <location filename="operationtimemain.ui" line="196"/> | 2764 | + <location filename="operationtimemain.ui" line="209"/> |
2740 | <source>EM-6</source> | 2765 | <source>EM-6</source> |
2741 | <translation type="unfinished"></translation> | 2766 | <translation type="unfinished"></translation> |
2742 | </message> | 2767 | </message> |
2743 | <message> | 2768 | <message> |
2744 | - <location filename="operationtimemain.ui" line="240"/> | 2769 | + <location filename="operationtimemain.ui" line="253"/> |
2745 | <source>가열부</source> | 2770 | <source>가열부</source> |
2746 | <translation type="unfinished"></translation> | 2771 | <translation type="unfinished"></translation> |
2747 | </message> | 2772 | </message> |
2748 | <message> | 2773 | <message> |
2749 | - <location filename="operationtimemain.ui" line="275"/> | 2774 | + <location filename="operationtimemain.ui" line="288"/> |
2750 | <source>모드</source> | 2775 | <source>모드</source> |
2751 | <translation type="unfinished"></translation> | 2776 | <translation type="unfinished"></translation> |
2752 | </message> | 2777 | </message> |
2753 | <message> | 2778 | <message> |
2754 | - <location filename="operationtimemain.ui" line="310"/> | 2779 | + <location filename="operationtimemain.ui" line="323"/> |
2755 | <source>부품</source> | 2780 | <source>부품</source> |
2756 | <translation type="unfinished"></translation> | 2781 | <translation type="unfinished"></translation> |
2757 | </message> | 2782 | </message> |
@@ -2759,67 +2784,67 @@ | @@ -2759,67 +2784,67 @@ | ||
2759 | <context> | 2784 | <context> |
2760 | <name>OperationTimeMode</name> | 2785 | <name>OperationTimeMode</name> |
2761 | <message> | 2786 | <message> |
2762 | - <location filename="operationtimemode.ui" line="97"/> | 2787 | + <location filename="operationtimemode.ui" line="110"/> |
2763 | <source>서비스단계(엔지니어모드) > 작동시간 > 모드</source> | 2788 | <source>서비스단계(엔지니어모드) > 작동시간 > 모드</source> |
2764 | <translation type="unfinished"></translation> | 2789 | <translation type="unfinished"></translation> |
2765 | </message> | 2790 | </message> |
2766 | <message> | 2791 | <message> |
2767 | - <location filename="operationtimemode.ui" line="180"/> | 2792 | + <location filename="operationtimemode.ui" line="193"/> |
2768 | <source>목록</source> | 2793 | <source>목록</source> |
2769 | <translation type="unfinished"></translation> | 2794 | <translation type="unfinished"></translation> |
2770 | </message> | 2795 | </message> |
2771 | <message> | 2796 | <message> |
2772 | - <location filename="operationtimemode.ui" line="196"/> | 2797 | + <location filename="operationtimemode.ui" line="209"/> |
2773 | <source>시간</source> | 2798 | <source>시간</source> |
2774 | <translation type="unfinished"></translation> | 2799 | <translation type="unfinished"></translation> |
2775 | </message> | 2800 | </message> |
2776 | <message> | 2801 | <message> |
2777 | - <location filename="operationtimemode.ui" line="237"/> | 2802 | + <location filename="operationtimemode.ui" line="250"/> |
2778 | <source>건열모드</source> | 2803 | <source>건열모드</source> |
2779 | <translation type="unfinished"></translation> | 2804 | <translation type="unfinished"></translation> |
2780 | </message> | 2805 | </message> |
2781 | <message> | 2806 | <message> |
2782 | - <location filename="operationtimemode.ui" line="296"/> | 2807 | + <location filename="operationtimemode.ui" line="309"/> |
2783 | <source>스팀모드</source> | 2808 | <source>스팀모드</source> |
2784 | <translation type="unfinished"></translation> | 2809 | <translation type="unfinished"></translation> |
2785 | </message> | 2810 | </message> |
2786 | <message> | 2811 | <message> |
2787 | - <location filename="operationtimemode.ui" line="334"/> | 2812 | + <location filename="operationtimemode.ui" line="347"/> |
2788 | <source>콤비모드</source> | 2813 | <source>콤비모드</source> |
2789 | <translation type="unfinished"></translation> | 2814 | <translation type="unfinished"></translation> |
2790 | </message> | 2815 | </message> |
2791 | <message> | 2816 | <message> |
2792 | - <location filename="operationtimemode.ui" line="372"/> | 2817 | + <location filename="operationtimemode.ui" line="385"/> |
2793 | <source>세제없이헹굼</source> | 2818 | <source>세제없이헹굼</source> |
2794 | <translation type="unfinished"></translation> | 2819 | <translation type="unfinished"></translation> |
2795 | </message> | 2820 | </message> |
2796 | <message> | 2821 | <message> |
2797 | - <location filename="operationtimemode.ui" line="410"/> | 2822 | + <location filename="operationtimemode.ui" line="423"/> |
2798 | <source>간이세척</source> | 2823 | <source>간이세척</source> |
2799 | <translation type="unfinished"></translation> | 2824 | <translation type="unfinished"></translation> |
2800 | </message> | 2825 | </message> |
2801 | <message> | 2826 | <message> |
2802 | - <location filename="operationtimemode.ui" line="448"/> | 2827 | + <location filename="operationtimemode.ui" line="461"/> |
2803 | <source>표준세</source> | 2828 | <source>표준세</source> |
2804 | <translation type="unfinished"></translation> | 2829 | <translation type="unfinished"></translation> |
2805 | </message> | 2830 | </message> |
2806 | <message> | 2831 | <message> |
2807 | - <location filename="operationtimemode.ui" line="486"/> | 2832 | + <location filename="operationtimemode.ui" line="499"/> |
2808 | <source>강세척</source> | 2833 | <source>강세척</source> |
2809 | <translation type="unfinished"></translation> | 2834 | <translation type="unfinished"></translation> |
2810 | </message> | 2835 | </message> |
2811 | <message> | 2836 | <message> |
2812 | - <location filename="operationtimemode.ui" line="524"/> | 2837 | + <location filename="operationtimemode.ui" line="537"/> |
2813 | <source>고속세척</source> | 2838 | <source>고속세척</source> |
2814 | <translation type="unfinished"></translation> | 2839 | <translation type="unfinished"></translation> |
2815 | </message> | 2840 | </message> |
2816 | <message> | 2841 | <message> |
2817 | - <location filename="operationtimemode.ui" line="562"/> | 2842 | + <location filename="operationtimemode.ui" line="575"/> |
2818 | <source>쿨다운</source> | 2843 | <source>쿨다운</source> |
2819 | <translation type="unfinished"></translation> | 2844 | <translation type="unfinished"></translation> |
2820 | </message> | 2845 | </message> |
2821 | <message> | 2846 | <message> |
2822 | - <location filename="operationtimemode.ui" line="600"/> | 2847 | + <location filename="operationtimemode.ui" line="613"/> |
2823 | <source>전체작동시간</source> | 2848 | <source>전체작동시간</source> |
2824 | <translation type="unfinished"></translation> | 2849 | <translation type="unfinished"></translation> |
2825 | </message> | 2850 | </message> |
@@ -2827,88 +2852,88 @@ | @@ -2827,88 +2852,88 @@ | ||
2827 | <context> | 2852 | <context> |
2828 | <name>OperationTimeParts</name> | 2853 | <name>OperationTimeParts</name> |
2829 | <message> | 2854 | <message> |
2830 | - <location filename="operationtimeparts.ui" line="97"/> | 2855 | + <location filename="operationtimeparts.ui" line="110"/> |
2831 | <source>서비스단계(엔지니어모드) > 작동시간 > 부품</source> | 2856 | <source>서비스단계(엔지니어모드) > 작동시간 > 부품</source> |
2832 | <translation type="unfinished"></translation> | 2857 | <translation type="unfinished"></translation> |
2833 | </message> | 2858 | </message> |
2834 | <message> | 2859 | <message> |
2835 | - <location filename="operationtimeparts.ui" line="180"/> | 2860 | + <location filename="operationtimeparts.ui" line="193"/> |
2836 | <source>목록</source> | 2861 | <source>목록</source> |
2837 | <translation type="unfinished"></translation> | 2862 | <translation type="unfinished"></translation> |
2838 | </message> | 2863 | </message> |
2839 | <message> | 2864 | <message> |
2840 | - <location filename="operationtimeparts.ui" line="196"/> | 2865 | + <location filename="operationtimeparts.ui" line="209"/> |
2841 | <source>시간</source> | 2866 | <source>시간</source> |
2842 | <translation type="unfinished"></translation> | 2867 | <translation type="unfinished"></translation> |
2843 | </message> | 2868 | </message> |
2844 | <message> | 2869 | <message> |
2845 | - <location filename="operationtimeparts.ui" line="212"/> | 2870 | + <location filename="operationtimeparts.ui" line="225"/> |
2846 | <source>초기화</source> | 2871 | <source>초기화</source> |
2847 | <translation type="unfinished"></translation> | 2872 | <translation type="unfinished"></translation> |
2848 | </message> | 2873 | </message> |
2849 | <message> | 2874 | <message> |
2850 | - <location filename="operationtimeparts.ui" line="250"/> | ||
2851 | - <location filename="operationtimeparts.ui" line="537"/> | ||
2852 | - <location filename="operationtimeparts.ui" line="572"/> | ||
2853 | - <location filename="operationtimeparts.ui" line="607"/> | ||
2854 | - <location filename="operationtimeparts.ui" line="642"/> | ||
2855 | - <location filename="operationtimeparts.ui" line="677"/> | ||
2856 | - <location filename="operationtimeparts.ui" line="712"/> | ||
2857 | - <location filename="operationtimeparts.ui" line="747"/> | ||
2858 | - <location filename="operationtimeparts.ui" line="782"/> | ||
2859 | - <location filename="operationtimeparts.ui" line="817"/> | ||
2860 | - <location filename="operationtimeparts.ui" line="852"/> | 2875 | + <location filename="operationtimeparts.ui" line="263"/> |
2876 | + <location filename="operationtimeparts.ui" line="550"/> | ||
2877 | + <location filename="operationtimeparts.ui" line="585"/> | ||
2878 | + <location filename="operationtimeparts.ui" line="620"/> | ||
2879 | + <location filename="operationtimeparts.ui" line="655"/> | ||
2880 | + <location filename="operationtimeparts.ui" line="690"/> | ||
2881 | + <location filename="operationtimeparts.ui" line="725"/> | ||
2882 | + <location filename="operationtimeparts.ui" line="760"/> | ||
2883 | + <location filename="operationtimeparts.ui" line="795"/> | ||
2884 | + <location filename="operationtimeparts.ui" line="830"/> | ||
2885 | + <location filename="operationtimeparts.ui" line="865"/> | ||
2861 | <source>RESET</source> | 2886 | <source>RESET</source> |
2862 | <translation type="unfinished"></translation> | 2887 | <translation type="unfinished"></translation> |
2863 | </message> | 2888 | </message> |
2864 | <message> | 2889 | <message> |
2865 | - <location filename="operationtimeparts.ui" line="289"/> | 2890 | + <location filename="operationtimeparts.ui" line="302"/> |
2866 | <source>도어 OPEN</source> | 2891 | <source>도어 OPEN</source> |
2867 | <translation type="unfinished"></translation> | 2892 | <translation type="unfinished"></translation> |
2868 | </message> | 2893 | </message> |
2869 | <message> | 2894 | <message> |
2870 | - <location filename="operationtimeparts.ui" line="310"/> | 2895 | + <location filename="operationtimeparts.ui" line="323"/> |
2871 | <source>볼밸브 OPEN</source> | 2896 | <source>볼밸브 OPEN</source> |
2872 | <translation type="unfinished"></translation> | 2897 | <translation type="unfinished"></translation> |
2873 | </message> | 2898 | </message> |
2874 | <message> | 2899 | <message> |
2875 | - <location filename="operationtimeparts.ui" line="331"/> | 2900 | + <location filename="operationtimeparts.ui" line="344"/> |
2876 | <source>S/G 급수 솔레노이드</source> | 2901 | <source>S/G 급수 솔레노이드</source> |
2877 | <translation type="unfinished"></translation> | 2902 | <translation type="unfinished"></translation> |
2878 | </message> | 2903 | </message> |
2879 | <message> | 2904 | <message> |
2880 | - <location filename="operationtimeparts.ui" line="352"/> | 2905 | + <location filename="operationtimeparts.ui" line="365"/> |
2881 | <source>퀀칭 솔레노이드</source> | 2906 | <source>퀀칭 솔레노이드</source> |
2882 | <translation type="unfinished"></translation> | 2907 | <translation type="unfinished"></translation> |
2883 | </message> | 2908 | </message> |
2884 | <message> | 2909 | <message> |
2885 | - <location filename="operationtimeparts.ui" line="373"/> | 2910 | + <location filename="operationtimeparts.ui" line="386"/> |
2886 | <source>고내살수 노즐 솔레노이드 </source> | 2911 | <source>고내살수 노즐 솔레노이드 </source> |
2887 | <translation type="unfinished"></translation> | 2912 | <translation type="unfinished"></translation> |
2888 | </message> | 2913 | </message> |
2889 | <message> | 2914 | <message> |
2890 | - <location filename="operationtimeparts.ui" line="394"/> | 2915 | + <location filename="operationtimeparts.ui" line="407"/> |
2891 | <source>호스릴 솔레노이드</source> | 2916 | <source>호스릴 솔레노이드</source> |
2892 | <translation type="unfinished"></translation> | 2917 | <translation type="unfinished"></translation> |
2893 | </message> | 2918 | </message> |
2894 | <message> | 2919 | <message> |
2895 | - <location filename="operationtimeparts.ui" line="415"/> | 2920 | + <location filename="operationtimeparts.ui" line="428"/> |
2896 | <source>세제공급펌프</source> | 2921 | <source>세제공급펌프</source> |
2897 | <translation type="unfinished"></translation> | 2922 | <translation type="unfinished"></translation> |
2898 | </message> | 2923 | </message> |
2899 | <message> | 2924 | <message> |
2900 | - <location filename="operationtimeparts.ui" line="436"/> | 2925 | + <location filename="operationtimeparts.ui" line="449"/> |
2901 | <source>배습댐퍼</source> | 2926 | <source>배습댐퍼</source> |
2902 | <translation type="unfinished"></translation> | 2927 | <translation type="unfinished"></translation> |
2903 | </message> | 2928 | </message> |
2904 | <message> | 2929 | <message> |
2905 | - <location filename="operationtimeparts.ui" line="457"/> | 2930 | + <location filename="operationtimeparts.ui" line="470"/> |
2906 | <source>소형펌프모터</source> | 2931 | <source>소형펌프모터</source> |
2907 | <translation type="unfinished"></translation> | 2932 | <translation type="unfinished"></translation> |
2908 | </message> | 2933 | </message> |
2909 | <message> | 2934 | <message> |
2910 | - <location filename="operationtimeparts.ui" line="478"/> | ||
2911 | - <location filename="operationtimeparts.ui" line="499"/> | 2935 | + <location filename="operationtimeparts.ui" line="491"/> |
2936 | + <location filename="operationtimeparts.ui" line="512"/> | ||
2912 | <source>중형펌프모터</source> | 2937 | <source>중형펌프모터</source> |
2913 | <translation type="unfinished"></translation> | 2938 | <translation type="unfinished"></translation> |
2914 | </message> | 2939 | </message> |
@@ -2916,282 +2941,282 @@ | @@ -2916,282 +2941,282 @@ | ||
2916 | <context> | 2941 | <context> |
2917 | <name>OvenStatistics</name> | 2942 | <name>OvenStatistics</name> |
2918 | <message> | 2943 | <message> |
2919 | - <location filename="ovenstatics.cpp" line="124"/> | 2944 | + <location filename="ovenstatics.cpp" line="128"/> |
2920 | <source>내부 온도 이상 발생</source> | 2945 | <source>내부 온도 이상 발생</source> |
2921 | <translation type="unfinished"></translation> | 2946 | <translation type="unfinished"></translation> |
2922 | </message> | 2947 | </message> |
2923 | <message> | 2948 | <message> |
2924 | - <location filename="ovenstatics.cpp" line="125"/> | 2949 | + <location filename="ovenstatics.cpp" line="129"/> |
2925 | <source>내부 온도 센서에 이상이 발생하였습니다.</source> | 2950 | <source>내부 온도 센서에 이상이 발생하였습니다.</source> |
2926 | <translation type="unfinished"></translation> | 2951 | <translation type="unfinished"></translation> |
2927 | </message> | 2952 | </message> |
2928 | <message> | 2953 | <message> |
2929 | - <location filename="ovenstatics.cpp" line="130"/> | ||
2930 | - <location filename="ovenstatics.cpp" line="137"/> | 2954 | + <location filename="ovenstatics.cpp" line="134"/> |
2955 | + <location filename="ovenstatics.cpp" line="141"/> | ||
2931 | <source>퀀칭 온도 이상 발생</source> | 2956 | <source>퀀칭 온도 이상 발생</source> |
2932 | <translation type="unfinished"></translation> | 2957 | <translation type="unfinished"></translation> |
2933 | </message> | 2958 | </message> |
2934 | <message> | 2959 | <message> |
2935 | - <location filename="ovenstatics.cpp" line="131"/> | 2960 | + <location filename="ovenstatics.cpp" line="135"/> |
2936 | <source>퀀칭 온도에 이상이 발생하였습니다.</source> | 2961 | <source>퀀칭 온도에 이상이 발생하였습니다.</source> |
2937 | <translation type="unfinished"></translation> | 2962 | <translation type="unfinished"></translation> |
2938 | </message> | 2963 | </message> |
2939 | <message> | 2964 | <message> |
2940 | - <location filename="ovenstatics.cpp" line="138"/> | 2965 | + <location filename="ovenstatics.cpp" line="142"/> |
2941 | <source>퀀칭 온도 센서에 이상이 발생하였습니다.</source> | 2966 | <source>퀀칭 온도 센서에 이상이 발생하였습니다.</source> |
2942 | <translation type="unfinished"></translation> | 2967 | <translation type="unfinished"></translation> |
2943 | </message> | 2968 | </message> |
2944 | <message> | 2969 | <message> |
2945 | - <location filename="ovenstatics.cpp" line="143"/> | 2970 | + <location filename="ovenstatics.cpp" line="147"/> |
2946 | <source>벽면 온도 이상 발생</source> | 2971 | <source>벽면 온도 이상 발생</source> |
2947 | <translation type="unfinished"></translation> | 2972 | <translation type="unfinished"></translation> |
2948 | </message> | 2973 | </message> |
2949 | <message> | 2974 | <message> |
2950 | - <location filename="ovenstatics.cpp" line="144"/> | 2975 | + <location filename="ovenstatics.cpp" line="148"/> |
2951 | <source>벽면 온도 센서에 이상이 발생하였습니다.</source> | 2976 | <source>벽면 온도 센서에 이상이 발생하였습니다.</source> |
2952 | <translation type="unfinished"></translation> | 2977 | <translation type="unfinished"></translation> |
2953 | </message> | 2978 | </message> |
2954 | <message> | 2979 | <message> |
2955 | - <location filename="ovenstatics.cpp" line="149"/> | 2980 | + <location filename="ovenstatics.cpp" line="153"/> |
2956 | <source>스팀제네레이터 온도 이상 발생</source> | 2981 | <source>스팀제네레이터 온도 이상 발생</source> |
2957 | <translation type="unfinished"></translation> | 2982 | <translation type="unfinished"></translation> |
2958 | </message> | 2983 | </message> |
2959 | <message> | 2984 | <message> |
2960 | - <location filename="ovenstatics.cpp" line="150"/> | 2985 | + <location filename="ovenstatics.cpp" line="154"/> |
2961 | <source>스팀제네레이터 온도 센서에 이상이 발생하였습니다.</source> | 2986 | <source>스팀제네레이터 온도 센서에 이상이 발생하였습니다.</source> |
2962 | <translation type="unfinished"></translation> | 2987 | <translation type="unfinished"></translation> |
2963 | </message> | 2988 | </message> |
2964 | <message> | 2989 | <message> |
2965 | - <location filename="ovenstatics.cpp" line="155"/> | 2990 | + <location filename="ovenstatics.cpp" line="159"/> |
2966 | <source>미트프로브 온도 이상 발생</source> | 2991 | <source>미트프로브 온도 이상 발생</source> |
2967 | <translation type="unfinished"></translation> | 2992 | <translation type="unfinished"></translation> |
2968 | </message> | 2993 | </message> |
2969 | <message> | 2994 | <message> |
2970 | - <location filename="ovenstatics.cpp" line="156"/> | 2995 | + <location filename="ovenstatics.cpp" line="160"/> |
2971 | <source>미트프로브 온도 센서에 이상이 발생하였습니다.</source> | 2996 | <source>미트프로브 온도 센서에 이상이 발생하였습니다.</source> |
2972 | <translation type="unfinished"></translation> | 2997 | <translation type="unfinished"></translation> |
2973 | </message> | 2998 | </message> |
2974 | <message> | 2999 | <message> |
2975 | - <location filename="ovenstatics.cpp" line="162"/> | 3000 | + <location filename="ovenstatics.cpp" line="166"/> |
2976 | <source>미트프로브2 온도 이상 발생</source> | 3001 | <source>미트프로브2 온도 이상 발생</source> |
2977 | <translation type="unfinished"></translation> | 3002 | <translation type="unfinished"></translation> |
2978 | </message> | 3003 | </message> |
2979 | <message> | 3004 | <message> |
2980 | - <location filename="ovenstatics.cpp" line="163"/> | 3005 | + <location filename="ovenstatics.cpp" line="167"/> |
2981 | <source>미트프로브2 온도 센서에 이상이 발생하였습니다.</source> | 3006 | <source>미트프로브2 온도 센서에 이상이 발생하였습니다.</source> |
2982 | <translation type="unfinished"></translation> | 3007 | <translation type="unfinished"></translation> |
2983 | </message> | 3008 | </message> |
2984 | <message> | 3009 | <message> |
2985 | - <location filename="ovenstatics.cpp" line="169"/> | 3010 | + <location filename="ovenstatics.cpp" line="173"/> |
2986 | <source>미트프로브3 온도 센서에 이상이 발생하였습니다.</source> | 3011 | <source>미트프로브3 온도 센서에 이상이 발생하였습니다.</source> |
2987 | <translation type="unfinished"></translation> | 3012 | <translation type="unfinished"></translation> |
2988 | </message> | 3013 | </message> |
2989 | <message> | 3014 | <message> |
2990 | - <location filename="ovenstatics.cpp" line="170"/> | 3015 | + <location filename="ovenstatics.cpp" line="174"/> |
2991 | <source>미트프로브3 온도 이상 발생</source> | 3016 | <source>미트프로브3 온도 이상 발생</source> |
2992 | <translation type="unfinished"></translation> | 3017 | <translation type="unfinished"></translation> |
2993 | </message> | 3018 | </message> |
2994 | <message> | 3019 | <message> |
2995 | - <location filename="ovenstatics.cpp" line="176"/> | 3020 | + <location filename="ovenstatics.cpp" line="180"/> |
2996 | <source>미트프로브4 온도 센서에 이상이 발생하였습니다.</source> | 3021 | <source>미트프로브4 온도 센서에 이상이 발생하였습니다.</source> |
2997 | <translation type="unfinished"></translation> | 3022 | <translation type="unfinished"></translation> |
2998 | </message> | 3023 | </message> |
2999 | <message> | 3024 | <message> |
3000 | - <location filename="ovenstatics.cpp" line="177"/> | 3025 | + <location filename="ovenstatics.cpp" line="181"/> |
3001 | <source>미트프로브4 온도 이상 발생</source> | 3026 | <source>미트프로브4 온도 이상 발생</source> |
3002 | <translation type="unfinished"></translation> | 3027 | <translation type="unfinished"></translation> |
3003 | </message> | 3028 | </message> |
3004 | <message> | 3029 | <message> |
3005 | - <location filename="ovenstatics.cpp" line="182"/> | 3030 | + <location filename="ovenstatics.cpp" line="186"/> |
3006 | <source>PCB 온도 센서에 이상이 발생하였습니다.</source> | 3031 | <source>PCB 온도 센서에 이상이 발생하였습니다.</source> |
3007 | <translation type="unfinished"></translation> | 3032 | <translation type="unfinished"></translation> |
3008 | </message> | 3033 | </message> |
3009 | <message> | 3034 | <message> |
3010 | - <location filename="ovenstatics.cpp" line="183"/> | 3035 | + <location filename="ovenstatics.cpp" line="187"/> |
3011 | <source>PCB 온도 이상 발생</source> | 3036 | <source>PCB 온도 이상 발생</source> |
3012 | <translation type="unfinished"></translation> | 3037 | <translation type="unfinished"></translation> |
3013 | </message> | 3038 | </message> |
3014 | <message> | 3039 | <message> |
3015 | - <location filename="ovenstatics.cpp" line="200"/> | 3040 | + <location filename="ovenstatics.cpp" line="204"/> |
3016 | <source>상부 송풍기 통신 이상 발생</source> | 3041 | <source>상부 송풍기 통신 이상 발생</source> |
3017 | <translation type="unfinished"></translation> | 3042 | <translation type="unfinished"></translation> |
3018 | </message> | 3043 | </message> |
3019 | <message> | 3044 | <message> |
3020 | - <location filename="ovenstatics.cpp" line="201"/> | 3045 | + <location filename="ovenstatics.cpp" line="205"/> |
3021 | <source>상부 송풍기 이상 발생</source> | 3046 | <source>상부 송풍기 이상 발생</source> |
3022 | <translation type="unfinished"></translation> | 3047 | <translation type="unfinished"></translation> |
3023 | </message> | 3048 | </message> |
3024 | <message> | 3049 | <message> |
3025 | - <location filename="ovenstatics.cpp" line="206"/> | 3050 | + <location filename="ovenstatics.cpp" line="210"/> |
3026 | <source>하부 송풍기 통신 이상 발생</source> | 3051 | <source>하부 송풍기 통신 이상 발생</source> |
3027 | <translation type="unfinished"></translation> | 3052 | <translation type="unfinished"></translation> |
3028 | </message> | 3053 | </message> |
3029 | <message> | 3054 | <message> |
3030 | - <location filename="ovenstatics.cpp" line="207"/> | 3055 | + <location filename="ovenstatics.cpp" line="211"/> |
3031 | <source>하부 송풍기 이상 발생</source> | 3056 | <source>하부 송풍기 이상 발생</source> |
3032 | <translation type="unfinished"></translation> | 3057 | <translation type="unfinished"></translation> |
3033 | </message> | 3058 | </message> |
3034 | <message> | 3059 | <message> |
3035 | - <location filename="ovenstatics.cpp" line="212"/> | 3060 | + <location filename="ovenstatics.cpp" line="216"/> |
3036 | <source>스팀 송풍기 통신 이상 발생</source> | 3061 | <source>스팀 송풍기 통신 이상 발생</source> |
3037 | <translation type="unfinished"></translation> | 3062 | <translation type="unfinished"></translation> |
3038 | </message> | 3063 | </message> |
3039 | <message> | 3064 | <message> |
3040 | - <location filename="ovenstatics.cpp" line="213"/> | 3065 | + <location filename="ovenstatics.cpp" line="217"/> |
3041 | <source>스팀 송풍기 이상 발생</source> | 3066 | <source>스팀 송풍기 이상 발생</source> |
3042 | <translation type="unfinished"></translation> | 3067 | <translation type="unfinished"></translation> |
3043 | </message> | 3068 | </message> |
3044 | <message> | 3069 | <message> |
3045 | - <location filename="ovenstatics.cpp" line="218"/> | 3070 | + <location filename="ovenstatics.cpp" line="222"/> |
3046 | <source>하부 FAN 컨트롤러 통신 이상 발생</source> | 3071 | <source>하부 FAN 컨트롤러 통신 이상 발생</source> |
3047 | <translation type="unfinished"></translation> | 3072 | <translation type="unfinished"></translation> |
3048 | </message> | 3073 | </message> |
3049 | <message> | 3074 | <message> |
3050 | - <location filename="ovenstatics.cpp" line="219"/> | ||
3051 | - <location filename="ovenstatics.cpp" line="261"/> | 3075 | + <location filename="ovenstatics.cpp" line="223"/> |
3076 | + <location filename="ovenstatics.cpp" line="265"/> | ||
3052 | <source>하부 FAN 컨트롤러 이상 발생</source> | 3077 | <source>하부 FAN 컨트롤러 이상 발생</source> |
3053 | <translation type="unfinished"></translation> | 3078 | <translation type="unfinished"></translation> |
3054 | </message> | 3079 | </message> |
3055 | <message> | 3080 | <message> |
3056 | - <location filename="ovenstatics.cpp" line="224"/> | 3081 | + <location filename="ovenstatics.cpp" line="228"/> |
3057 | <source>상부 FAN 컨트롤러 통신 이상 발생</source> | 3082 | <source>상부 FAN 컨트롤러 통신 이상 발생</source> |
3058 | <translation type="unfinished"></translation> | 3083 | <translation type="unfinished"></translation> |
3059 | </message> | 3084 | </message> |
3060 | <message> | 3085 | <message> |
3061 | - <location filename="ovenstatics.cpp" line="225"/> | ||
3062 | - <location filename="ovenstatics.cpp" line="267"/> | 3086 | + <location filename="ovenstatics.cpp" line="229"/> |
3087 | + <location filename="ovenstatics.cpp" line="271"/> | ||
3063 | <source>상부 FAN 컨트롤러 이상 발생</source> | 3088 | <source>상부 FAN 컨트롤러 이상 발생</source> |
3064 | <translation type="unfinished"></translation> | 3089 | <translation type="unfinished"></translation> |
3065 | </message> | 3090 | </message> |
3066 | <message> | 3091 | <message> |
3067 | - <location filename="ovenstatics.cpp" line="242"/> | 3092 | + <location filename="ovenstatics.cpp" line="246"/> |
3068 | <source>버너컨트롤러 1 이상 발생하였습니다.</source> | 3093 | <source>버너컨트롤러 1 이상 발생하였습니다.</source> |
3069 | <translation type="unfinished"></translation> | 3094 | <translation type="unfinished"></translation> |
3070 | </message> | 3095 | </message> |
3071 | <message> | 3096 | <message> |
3072 | - <location filename="ovenstatics.cpp" line="243"/> | 3097 | + <location filename="ovenstatics.cpp" line="247"/> |
3073 | <source>버너컨트롤러 1 이상 발생</source> | 3098 | <source>버너컨트롤러 1 이상 발생</source> |
3074 | <translation type="unfinished"></translation> | 3099 | <translation type="unfinished"></translation> |
3075 | </message> | 3100 | </message> |
3076 | <message> | 3101 | <message> |
3077 | - <location filename="ovenstatics.cpp" line="248"/> | 3102 | + <location filename="ovenstatics.cpp" line="252"/> |
3078 | <source>버너컨트롤러 2 이상 발생하였습니다.</source> | 3103 | <source>버너컨트롤러 2 이상 발생하였습니다.</source> |
3079 | <translation type="unfinished"></translation> | 3104 | <translation type="unfinished"></translation> |
3080 | </message> | 3105 | </message> |
3081 | <message> | 3106 | <message> |
3082 | - <location filename="ovenstatics.cpp" line="249"/> | 3107 | + <location filename="ovenstatics.cpp" line="253"/> |
3083 | <source>버너컨트롤러 2 이상 발생</source> | 3108 | <source>버너컨트롤러 2 이상 발생</source> |
3084 | <translation type="unfinished"></translation> | 3109 | <translation type="unfinished"></translation> |
3085 | </message> | 3110 | </message> |
3086 | <message> | 3111 | <message> |
3087 | - <location filename="ovenstatics.cpp" line="254"/> | 3112 | + <location filename="ovenstatics.cpp" line="258"/> |
3088 | <source>버너컨트롤러 3 이상 발생하였습니다.</source> | 3113 | <source>버너컨트롤러 3 이상 발생하였습니다.</source> |
3089 | <translation type="unfinished"></translation> | 3114 | <translation type="unfinished"></translation> |
3090 | </message> | 3115 | </message> |
3091 | <message> | 3116 | <message> |
3092 | - <location filename="ovenstatics.cpp" line="255"/> | 3117 | + <location filename="ovenstatics.cpp" line="259"/> |
3093 | <source>버너컨트롤러 3 이상 발생</source> | 3118 | <source>버너컨트롤러 3 이상 발생</source> |
3094 | <translation type="unfinished"></translation> | 3119 | <translation type="unfinished"></translation> |
3095 | </message> | 3120 | </message> |
3096 | <message> | 3121 | <message> |
3097 | - <location filename="ovenstatics.cpp" line="260"/> | 3122 | + <location filename="ovenstatics.cpp" line="264"/> |
3098 | <source>하부 FAN 컨트롤러 이상 발생하였습니다.</source> | 3123 | <source>하부 FAN 컨트롤러 이상 발생하였습니다.</source> |
3099 | <translation type="unfinished"></translation> | 3124 | <translation type="unfinished"></translation> |
3100 | </message> | 3125 | </message> |
3101 | <message> | 3126 | <message> |
3102 | - <location filename="ovenstatics.cpp" line="266"/> | 3127 | + <location filename="ovenstatics.cpp" line="270"/> |
3103 | <source>상부 FAN 컨트롤러 이상 발생하였습니다.</source> | 3128 | <source>상부 FAN 컨트롤러 이상 발생하였습니다.</source> |
3104 | <translation type="unfinished"></translation> | 3129 | <translation type="unfinished"></translation> |
3105 | </message> | 3130 | </message> |
3106 | <message> | 3131 | <message> |
3107 | - <location filename="ovenstatics.cpp" line="285"/> | ||
3108 | - <source>상부 버너 착하가 되지 않습니다.</source> | 3132 | + <location filename="ovenstatics.cpp" line="289"/> |
3133 | + <source>상부 버너 착화가 되지 않습니다.</source> | ||
3109 | <translation type="unfinished"></translation> | 3134 | <translation type="unfinished"></translation> |
3110 | </message> | 3135 | </message> |
3111 | <message> | 3136 | <message> |
3112 | - <location filename="ovenstatics.cpp" line="286"/> | ||
3113 | - <source>상부 버너 착하 이상 발생</source> | 3137 | + <location filename="ovenstatics.cpp" line="290"/> |
3138 | + <source>상부 버너 착화 이상 발생</source> | ||
3114 | <translation type="unfinished"></translation> | 3139 | <translation type="unfinished"></translation> |
3115 | </message> | 3140 | </message> |
3116 | <message> | 3141 | <message> |
3117 | - <location filename="ovenstatics.cpp" line="292"/> | ||
3118 | - <source>하부 버너 착하가 되지 않습니다.</source> | 3142 | + <location filename="ovenstatics.cpp" line="296"/> |
3143 | + <source>하부 버너 착화가 되지 않습니다.</source> | ||
3119 | <translation type="unfinished"></translation> | 3144 | <translation type="unfinished"></translation> |
3120 | </message> | 3145 | </message> |
3121 | <message> | 3146 | <message> |
3122 | - <location filename="ovenstatics.cpp" line="293"/> | ||
3123 | - <source>하부 버너 착하 이상 발생</source> | 3147 | + <location filename="ovenstatics.cpp" line="297"/> |
3148 | + <source>하부 버너 착화 이상 발생</source> | ||
3124 | <translation type="unfinished"></translation> | 3149 | <translation type="unfinished"></translation> |
3125 | </message> | 3150 | </message> |
3126 | <message> | 3151 | <message> |
3127 | - <location filename="ovenstatics.cpp" line="298"/> | ||
3128 | - <source>스팀 버너 착하가 되지 않습니다.</source> | 3152 | + <location filename="ovenstatics.cpp" line="302"/> |
3153 | + <source>스팀 버너 착화가 되지 않습니다.</source> | ||
3129 | <translation type="unfinished"></translation> | 3154 | <translation type="unfinished"></translation> |
3130 | </message> | 3155 | </message> |
3131 | <message> | 3156 | <message> |
3132 | - <location filename="ovenstatics.cpp" line="299"/> | ||
3133 | - <source>스팀 버너 착하 이상 발생</source> | 3157 | + <location filename="ovenstatics.cpp" line="303"/> |
3158 | + <source>스팀 버너 착화 이상 발생</source> | ||
3134 | <translation type="unfinished"></translation> | 3159 | <translation type="unfinished"></translation> |
3135 | </message> | 3160 | </message> |
3136 | <message> | 3161 | <message> |
3137 | - <location filename="ovenstatics.cpp" line="304"/> | 3162 | + <location filename="ovenstatics.cpp" line="308"/> |
3138 | <source>내부 온도가 과열되었습니다.</source> | 3163 | <source>내부 온도가 과열되었습니다.</source> |
3139 | <translation type="unfinished"></translation> | 3164 | <translation type="unfinished"></translation> |
3140 | </message> | 3165 | </message> |
3141 | <message> | 3166 | <message> |
3142 | - <location filename="ovenstatics.cpp" line="305"/> | 3167 | + <location filename="ovenstatics.cpp" line="309"/> |
3143 | <source>내부 온도 과열 발생</source> | 3168 | <source>내부 온도 과열 발생</source> |
3144 | <translation type="unfinished"></translation> | 3169 | <translation type="unfinished"></translation> |
3145 | </message> | 3170 | </message> |
3146 | <message> | 3171 | <message> |
3147 | - <location filename="ovenstatics.cpp" line="311"/> | 3172 | + <location filename="ovenstatics.cpp" line="315"/> |
3148 | <source>퀀칭 온도 센서 이상 발생</source> | 3173 | <source>퀀칭 온도 센서 이상 발생</source> |
3149 | <translation type="unfinished"></translation> | 3174 | <translation type="unfinished"></translation> |
3150 | </message> | 3175 | </message> |
3151 | <message> | 3176 | <message> |
3152 | - <location filename="ovenstatics.cpp" line="312"/> | 3177 | + <location filename="ovenstatics.cpp" line="316"/> |
3153 | <source>퀀칭 온도 센서가 과열되었습니다</source> | 3178 | <source>퀀칭 온도 센서가 과열되었습니다</source> |
3154 | <translation type="unfinished"></translation> | 3179 | <translation type="unfinished"></translation> |
3155 | </message> | 3180 | </message> |
3156 | <message> | 3181 | <message> |
3157 | - <location filename="ovenstatics.cpp" line="318"/> | 3182 | + <location filename="ovenstatics.cpp" line="322"/> |
3158 | <source>미트프로브 온도 센서 이상 발생.</source> | 3183 | <source>미트프로브 온도 센서 이상 발생.</source> |
3159 | <translation type="unfinished"></translation> | 3184 | <translation type="unfinished"></translation> |
3160 | </message> | 3185 | </message> |
3161 | <message> | 3186 | <message> |
3162 | - <location filename="ovenstatics.cpp" line="319"/> | 3187 | + <location filename="ovenstatics.cpp" line="323"/> |
3163 | <source>미트프로브 온도 센서 과열되었습니다.</source> | 3188 | <source>미트프로브 온도 센서 과열되었습니다.</source> |
3164 | <translation type="unfinished"></translation> | 3189 | <translation type="unfinished"></translation> |
3165 | </message> | 3190 | </message> |
3166 | <message> | 3191 | <message> |
3167 | - <location filename="ovenstatics.cpp" line="324"/> | 3192 | + <location filename="ovenstatics.cpp" line="328"/> |
3168 | <source>벽면 온도 센서 이상 발생.</source> | 3193 | <source>벽면 온도 센서 이상 발생.</source> |
3169 | <translation type="unfinished"></translation> | 3194 | <translation type="unfinished"></translation> |
3170 | </message> | 3195 | </message> |
3171 | <message> | 3196 | <message> |
3172 | - <location filename="ovenstatics.cpp" line="325"/> | 3197 | + <location filename="ovenstatics.cpp" line="329"/> |
3173 | <source>벽면 온도 센서가 과열 되었습니다.</source> | 3198 | <source>벽면 온도 센서가 과열 되었습니다.</source> |
3174 | <translation type="unfinished"></translation> | 3199 | <translation type="unfinished"></translation> |
3175 | </message> | 3200 | </message> |
3176 | <message> | 3201 | <message> |
3177 | - <location filename="ovenstatics.cpp" line="330"/> | 3202 | + <location filename="ovenstatics.cpp" line="334"/> |
3178 | <source>스팀제네레이터 온도 이상 발생.</source> | 3203 | <source>스팀제네레이터 온도 이상 발생.</source> |
3179 | <translation type="unfinished"></translation> | 3204 | <translation type="unfinished"></translation> |
3180 | </message> | 3205 | </message> |
3181 | <message> | 3206 | <message> |
3182 | - <location filename="ovenstatics.cpp" line="331"/> | 3207 | + <location filename="ovenstatics.cpp" line="335"/> |
3183 | <source>스팀제네레이터 온도 센서가 과열 되었습니다.</source> | 3208 | <source>스팀제네레이터 온도 센서가 과열 되었습니다.</source> |
3184 | <translation type="unfinished"></translation> | 3209 | <translation type="unfinished"></translation> |
3185 | </message> | 3210 | </message> |
3186 | <message> | 3211 | <message> |
3187 | - <location filename="ovenstatics.cpp" line="337"/> | ||
3188 | - <location filename="ovenstatics.cpp" line="344"/> | 3212 | + <location filename="ovenstatics.cpp" line="341"/> |
3213 | + <location filename="ovenstatics.cpp" line="348"/> | ||
3189 | <source>급수 이상 발생</source> | 3214 | <source>급수 이상 발생</source> |
3190 | <translation type="unfinished"></translation> | 3215 | <translation type="unfinished"></translation> |
3191 | </message> | 3216 | </message> |
3192 | <message> | 3217 | <message> |
3193 | - <location filename="ovenstatics.cpp" line="338"/> | ||
3194 | - <location filename="ovenstatics.cpp" line="345"/> | 3218 | + <location filename="ovenstatics.cpp" line="342"/> |
3219 | + <location filename="ovenstatics.cpp" line="349"/> | ||
3195 | <source>급수가 되지 않습니다.</source> | 3220 | <source>급수가 되지 않습니다.</source> |
3196 | <translation type="unfinished"></translation> | 3221 | <translation type="unfinished"></translation> |
3197 | </message> | 3222 | </message> |
@@ -3228,17 +3253,17 @@ | @@ -3228,17 +3253,17 @@ | ||
3228 | <context> | 3253 | <context> |
3229 | <name>PrimeWindow</name> | 3254 | <name>PrimeWindow</name> |
3230 | <message> | 3255 | <message> |
3231 | - <location filename="primewindow.ui" line="250"/> | 3256 | + <location filename="primewindow.ui" line="263"/> |
3232 | <source>선호 요리</source> | 3257 | <source>선호 요리</source> |
3233 | <translation type="unfinished"></translation> | 3258 | <translation type="unfinished"></translation> |
3234 | </message> | 3259 | </message> |
3235 | <message> | 3260 | <message> |
3236 | - <location filename="primewindow.ui" line="279"/> | 3261 | + <location filename="primewindow.ui" line="292"/> |
3237 | <source>즐겨찾기</source> | 3262 | <source>즐겨찾기</source> |
3238 | <translation type="unfinished"></translation> | 3263 | <translation type="unfinished"></translation> |
3239 | </message> | 3264 | </message> |
3240 | <message> | 3265 | <message> |
3241 | - <location filename="primewindow.ui" line="308"/> | 3266 | + <location filename="primewindow.ui" line="321"/> |
3242 | <source>최근 요리</source> | 3267 | <source>최근 요리</source> |
3243 | <translation type="unfinished"></translation> | 3268 | <translation type="unfinished"></translation> |
3244 | </message> | 3269 | </message> |
@@ -3257,26 +3282,26 @@ | @@ -3257,26 +3282,26 @@ | ||
3257 | <location filename="programmingautoconfigwindow.ui" line="121"/> | 3282 | <location filename="programmingautoconfigwindow.ui" line="121"/> |
3258 | <location filename="programmingautoconfigwindow.ui" line="340"/> | 3283 | <location filename="programmingautoconfigwindow.ui" line="340"/> |
3259 | <location filename="programmingautoconfigwindow.ui" line="402"/> | 3284 | <location filename="programmingautoconfigwindow.ui" line="402"/> |
3260 | - <location filename="programmingautoconfigwindow.ui" line="1105"/> | ||
3261 | - <location filename="programmingautoconfigwindow.ui" line="1267"/> | 3285 | + <location filename="programmingautoconfigwindow.ui" line="1118"/> |
3286 | + <location filename="programmingautoconfigwindow.ui" line="1280"/> | ||
3262 | <source>증가</source> | 3287 | <source>증가</source> |
3263 | <translation type="unfinished"></translation> | 3288 | <translation type="unfinished"></translation> |
3264 | </message> | 3289 | </message> |
3265 | <message> | 3290 | <message> |
3266 | <location filename="programmingautoconfigwindow.ui" line="216"/> | 3291 | <location filename="programmingautoconfigwindow.ui" line="216"/> |
3267 | - <location filename="programmingautoconfigwindow.ui" line="732"/> | ||
3268 | - <location filename="programmingautoconfigwindow.ui" line="898"/> | ||
3269 | - <location filename="programmingautoconfigwindow.ui" line="962"/> | ||
3270 | - <location filename="programmingautoconfigwindow.ui" line="1331"/> | 3292 | + <location filename="programmingautoconfigwindow.ui" line="745"/> |
3293 | + <location filename="programmingautoconfigwindow.ui" line="911"/> | ||
3294 | + <location filename="programmingautoconfigwindow.ui" line="975"/> | ||
3295 | + <location filename="programmingautoconfigwindow.ui" line="1344"/> | ||
3271 | <source>스팀</source> | 3296 | <source>스팀</source> |
3272 | <translation type="unfinished"></translation> | 3297 | <translation type="unfinished"></translation> |
3273 | </message> | 3298 | </message> |
3274 | <message> | 3299 | <message> |
3275 | <location filename="programmingautoconfigwindow.ui" line="278"/> | 3300 | <location filename="programmingautoconfigwindow.ui" line="278"/> |
3276 | <location filename="programmingautoconfigwindow.ui" line="464"/> | 3301 | <location filename="programmingautoconfigwindow.ui" line="464"/> |
3277 | - <location filename="programmingautoconfigwindow.ui" line="649"/> | ||
3278 | - <location filename="programmingautoconfigwindow.ui" line="1024"/> | ||
3279 | - <location filename="programmingautoconfigwindow.ui" line="1167"/> | 3302 | + <location filename="programmingautoconfigwindow.ui" line="662"/> |
3303 | + <location filename="programmingautoconfigwindow.ui" line="1037"/> | ||
3304 | + <location filename="programmingautoconfigwindow.ui" line="1180"/> | ||
3280 | <source>감소</source> | 3305 | <source>감소</source> |
3281 | <translation type="unfinished"></translation> | 3306 | <translation type="unfinished"></translation> |
3282 | </message> | 3307 | </message> |
@@ -3312,44 +3337,44 @@ | @@ -3312,44 +3337,44 @@ | ||
3312 | <translation type="unfinished"></translation> | 3337 | <translation type="unfinished"></translation> |
3313 | </message> | 3338 | </message> |
3314 | <message> | 3339 | <message> |
3315 | - <location filename="programmingmanualwindow.ui" line="225"/> | 3340 | + <location filename="programmingmanualwindow.ui" line="238"/> |
3316 | <source>건열</source> | 3341 | <source>건열</source> |
3317 | <translation type="unfinished"></translation> | 3342 | <translation type="unfinished"></translation> |
3318 | </message> | 3343 | </message> |
3319 | <message> | 3344 | <message> |
3320 | - <location filename="programmingmanualwindow.ui" line="312"/> | ||
3321 | - <location filename="programmingmanualwindow.ui" line="438"/> | 3345 | + <location filename="programmingmanualwindow.ui" line="325"/> |
3346 | + <location filename="programmingmanualwindow.ui" line="451"/> | ||
3322 | <source>증가</source> | 3347 | <source>증가</source> |
3323 | <translation type="unfinished"></translation> | 3348 | <translation type="unfinished"></translation> |
3324 | </message> | 3349 | </message> |
3325 | <message> | 3350 | <message> |
3326 | - <location filename="programmingmanualwindow.ui" line="376"/> | 3351 | + <location filename="programmingmanualwindow.ui" line="389"/> |
3327 | <source><span style="font-size:11pt;">℃</span></source> | 3352 | <source><span style="font-size:11pt;">℃</span></source> |
3328 | <translation type="unfinished"></translation> | 3353 | <translation type="unfinished"></translation> |
3329 | </message> | 3354 | </message> |
3330 | <message> | 3355 | <message> |
3331 | - <location filename="programmingmanualwindow.ui" line="500"/> | ||
3332 | - <location filename="programmingmanualwindow.ui" line="750"/> | 3356 | + <location filename="programmingmanualwindow.ui" line="513"/> |
3357 | + <location filename="programmingmanualwindow.ui" line="763"/> | ||
3333 | <source>감소</source> | 3358 | <source>감소</source> |
3334 | <translation type="unfinished"></translation> | 3359 | <translation type="unfinished"></translation> |
3335 | </message> | 3360 | </message> |
3336 | <message> | 3361 | <message> |
3337 | - <location filename="programmingmanualwindow.ui" line="621"/> | 3362 | + <location filename="programmingmanualwindow.ui" line="634"/> |
3338 | <source>스팀</source> | 3363 | <source>스팀</source> |
3339 | <translation type="unfinished"></translation> | 3364 | <translation type="unfinished"></translation> |
3340 | </message> | 3365 | </message> |
3341 | <message> | 3366 | <message> |
3342 | - <location filename="programmingmanualwindow.ui" line="688"/> | 3367 | + <location filename="programmingmanualwindow.ui" line="701"/> |
3343 | <source>30<span style="font-size:11pt;">℃</span></source> | 3368 | <source>30<span style="font-size:11pt;">℃</span></source> |
3344 | <translation type="unfinished"></translation> | 3369 | <translation type="unfinished"></translation> |
3345 | </message> | 3370 | </message> |
3346 | <message> | 3371 | <message> |
3347 | - <location filename="programmingmanualwindow.ui" line="818"/> | 3372 | + <location filename="programmingmanualwindow.ui" line="831"/> |
3348 | <source>콤비</source> | 3373 | <source>콤비</source> |
3349 | <translation type="unfinished"></translation> | 3374 | <translation type="unfinished"></translation> |
3350 | </message> | 3375 | </message> |
3351 | <message> | 3376 | <message> |
3352 | - <location filename="programmingmanualwindow.ui" line="885"/> | 3377 | + <location filename="programmingmanualwindow.ui" line="898"/> |
3353 | <source>0<span style="font-size:11pt;">초</span></source> | 3378 | <source>0<span style="font-size:11pt;">초</span></source> |
3354 | <translation type="unfinished"></translation> | 3379 | <translation type="unfinished"></translation> |
3355 | </message> | 3380 | </message> |
@@ -3392,7 +3417,7 @@ | @@ -3392,7 +3417,7 @@ | ||
3392 | <location filename="programmingselectionwindow.ui" line="417"/> | 3417 | <location filename="programmingselectionwindow.ui" line="417"/> |
3393 | <location filename="programmingselectionwindow.ui" line="589"/> | 3418 | <location filename="programmingselectionwindow.ui" line="589"/> |
3394 | <location filename="programmingselectionwindow.ui" line="643"/> | 3419 | <location filename="programmingselectionwindow.ui" line="643"/> |
3395 | - <location filename="programmingselectionwindow.ui" line="726"/> | 3420 | + <location filename="programmingselectionwindow.ui" line="739"/> |
3396 | <source>type</source> | 3421 | <source>type</source> |
3397 | <translation type="unfinished"></translation> | 3422 | <translation type="unfinished"></translation> |
3398 | </message> | 3423 | </message> |
@@ -3471,7 +3496,7 @@ | @@ -3471,7 +3496,7 @@ | ||
3471 | <translation type="unfinished"></translation> | 3496 | <translation type="unfinished"></translation> |
3472 | </message> | 3497 | </message> |
3473 | <message> | 3498 | <message> |
3474 | - <location filename="programmingselectionwindow.ui" line="723"/> | 3499 | + <location filename="programmingselectionwindow.ui" line="736"/> |
3475 | <source>제과제빵류</source> | 3500 | <source>제과제빵류</source> |
3476 | <translation type="unfinished"></translation> | 3501 | <translation type="unfinished"></translation> |
3477 | </message> | 3502 | </message> |
@@ -3479,12 +3504,12 @@ | @@ -3479,12 +3504,12 @@ | ||
3479 | <context> | 3504 | <context> |
3480 | <name>ProgrammingWindow</name> | 3505 | <name>ProgrammingWindow</name> |
3481 | <message> | 3506 | <message> |
3482 | - <location filename="programmingwindow.ui" line="205"/> | 3507 | + <location filename="programmingwindow.ui" line="218"/> |
3483 | <source>자동 요리 만들기</source> | 3508 | <source>자동 요리 만들기</source> |
3484 | <translation type="unfinished"></translation> | 3509 | <translation type="unfinished"></translation> |
3485 | </message> | 3510 | </message> |
3486 | <message> | 3511 | <message> |
3487 | - <location filename="programmingwindow.ui" line="228"/> | 3512 | + <location filename="programmingwindow.ui" line="241"/> |
3488 | <source>수동 요리 만들기</source> | 3513 | <source>수동 요리 만들기</source> |
3489 | <translation type="unfinished"></translation> | 3514 | <translation type="unfinished"></translation> |
3490 | </message> | 3515 | </message> |
@@ -3838,27 +3863,27 @@ | @@ -3838,27 +3863,27 @@ | ||
3838 | <context> | 3863 | <context> |
3839 | <name>RealtimeMain</name> | 3864 | <name>RealtimeMain</name> |
3840 | <message> | 3865 | <message> |
3841 | - <location filename="realtimemain.ui" line="96"/> | 3866 | + <location filename="realtimemain.ui" line="109"/> |
3842 | <source>서비스단계(엔지니어모드) > 실시간데이터</source> | 3867 | <source>서비스단계(엔지니어모드) > 실시간데이터</source> |
3843 | <translation type="unfinished"></translation> | 3868 | <translation type="unfinished"></translation> |
3844 | </message> | 3869 | </message> |
3845 | <message> | 3870 | <message> |
3846 | - <location filename="realtimemain.ui" line="175"/> | 3871 | + <location filename="realtimemain.ui" line="188"/> |
3847 | <source>실시간데이터</source> | 3872 | <source>실시간데이터</source> |
3848 | <translation type="unfinished"></translation> | 3873 | <translation type="unfinished"></translation> |
3849 | </message> | 3874 | </message> |
3850 | <message> | 3875 | <message> |
3851 | - <location filename="realtimemain.ui" line="196"/> | 3876 | + <location filename="realtimemain.ui" line="209"/> |
3852 | <source>EM-5</source> | 3877 | <source>EM-5</source> |
3853 | <translation type="unfinished"></translation> | 3878 | <translation type="unfinished"></translation> |
3854 | </message> | 3879 | </message> |
3855 | <message> | 3880 | <message> |
3856 | - <location filename="realtimemain.ui" line="240"/> | 3881 | + <location filename="realtimemain.ui" line="253"/> |
3857 | <source>구성품</source> | 3882 | <source>구성품</source> |
3858 | <translation type="unfinished"></translation> | 3883 | <translation type="unfinished"></translation> |
3859 | </message> | 3884 | </message> |
3860 | <message> | 3885 | <message> |
3861 | - <location filename="realtimemain.ui" line="275"/> | 3886 | + <location filename="realtimemain.ui" line="288"/> |
3862 | <source>온도센서</source> | 3887 | <source>온도센서</source> |
3863 | <translation type="unfinished"></translation> | 3888 | <translation type="unfinished"></translation> |
3864 | </message> | 3889 | </message> |
@@ -3866,59 +3891,59 @@ | @@ -3866,59 +3891,59 @@ | ||
3866 | <context> | 3891 | <context> |
3867 | <name>RealtimePartsWindow</name> | 3892 | <name>RealtimePartsWindow</name> |
3868 | <message> | 3893 | <message> |
3869 | - <location filename="realtimepartswindow.ui" line="97"/> | 3894 | + <location filename="realtimepartswindow.ui" line="110"/> |
3870 | <source>서비스단계(엔지니어모드) > 실시간데이터 > 구성품</source> | 3895 | <source>서비스단계(엔지니어모드) > 실시간데이터 > 구성품</source> |
3871 | <translation type="unfinished"></translation> | 3896 | <translation type="unfinished"></translation> |
3872 | </message> | 3897 | </message> |
3873 | <message> | 3898 | <message> |
3874 | - <location filename="realtimepartswindow.ui" line="180"/> | 3899 | + <location filename="realtimepartswindow.ui" line="193"/> |
3875 | <source>목록</source> | 3900 | <source>목록</source> |
3876 | <translation type="unfinished"></translation> | 3901 | <translation type="unfinished"></translation> |
3877 | </message> | 3902 | </message> |
3878 | <message> | 3903 | <message> |
3879 | - <location filename="realtimepartswindow.ui" line="196"/> | ||
3880 | - <location filename="realtimepartswindow.ui" line="537"/> | ||
3881 | - <location filename="realtimepartswindow.ui" line="553"/> | 3904 | + <location filename="realtimepartswindow.ui" line="209"/> |
3905 | + <location filename="realtimepartswindow.ui" line="550"/> | ||
3906 | + <location filename="realtimepartswindow.ui" line="566"/> | ||
3882 | <source>상태</source> | 3907 | <source>상태</source> |
3883 | <translation type="unfinished"></translation> | 3908 | <translation type="unfinished"></translation> |
3884 | </message> | 3909 | </message> |
3885 | <message> | 3910 | <message> |
3886 | - <location filename="realtimepartswindow.ui" line="237"/> | 3911 | + <location filename="realtimepartswindow.ui" line="250"/> |
3887 | <source>S/G 솔레노이드</source> | 3912 | <source>S/G 솔레노이드</source> |
3888 | <translation type="unfinished"></translation> | 3913 | <translation type="unfinished"></translation> |
3889 | </message> | 3914 | </message> |
3890 | <message> | 3915 | <message> |
3891 | - <location filename="realtimepartswindow.ui" line="296"/> | 3916 | + <location filename="realtimepartswindow.ui" line="309"/> |
3892 | <source>퀀칭 솔레노이드</source> | 3917 | <source>퀀칭 솔레노이드</source> |
3893 | <translation type="unfinished"></translation> | 3918 | <translation type="unfinished"></translation> |
3894 | </message> | 3919 | </message> |
3895 | <message> | 3920 | <message> |
3896 | - <location filename="realtimepartswindow.ui" line="334"/> | 3921 | + <location filename="realtimepartswindow.ui" line="347"/> |
3897 | <source>고내살수 노즐 솔레노이드</source> | 3922 | <source>고내살수 노즐 솔레노이드</source> |
3898 | <translation type="unfinished"></translation> | 3923 | <translation type="unfinished"></translation> |
3899 | </message> | 3924 | </message> |
3900 | <message> | 3925 | <message> |
3901 | - <location filename="realtimepartswindow.ui" line="372"/> | 3926 | + <location filename="realtimepartswindow.ui" line="385"/> |
3902 | <source>수위센서</source> | 3927 | <source>수위센서</source> |
3903 | <translation type="unfinished"></translation> | 3928 | <translation type="unfinished"></translation> |
3904 | </message> | 3929 | </message> |
3905 | <message> | 3930 | <message> |
3906 | - <location filename="realtimepartswindow.ui" line="410"/> | 3931 | + <location filename="realtimepartswindow.ui" line="423"/> |
3907 | <source>S/G펌프모터</source> | 3932 | <source>S/G펌프모터</source> |
3908 | <translation type="unfinished"></translation> | 3933 | <translation type="unfinished"></translation> |
3909 | </message> | 3934 | </message> |
3910 | <message> | 3935 | <message> |
3911 | - <location filename="realtimepartswindow.ui" line="448"/> | 3936 | + <location filename="realtimepartswindow.ui" line="461"/> |
3912 | <source>드레인볼밸브</source> | 3937 | <source>드레인볼밸브</source> |
3913 | <translation type="unfinished"></translation> | 3938 | <translation type="unfinished"></translation> |
3914 | </message> | 3939 | </message> |
3915 | <message> | 3940 | <message> |
3916 | - <location filename="realtimepartswindow.ui" line="486"/> | 3941 | + <location filename="realtimepartswindow.ui" line="499"/> |
3917 | <source>세제공급펌프</source> | 3942 | <source>세제공급펌프</source> |
3918 | <translation type="unfinished"></translation> | 3943 | <translation type="unfinished"></translation> |
3919 | </message> | 3944 | </message> |
3920 | <message> | 3945 | <message> |
3921 | - <location filename="realtimepartswindow.ui" line="524"/> | 3946 | + <location filename="realtimepartswindow.ui" line="537"/> |
3922 | <source>도어센서</source> | 3947 | <source>도어센서</source> |
3923 | <translation type="unfinished"></translation> | 3948 | <translation type="unfinished"></translation> |
3924 | </message> | 3949 | </message> |
@@ -3963,77 +3988,77 @@ | @@ -3963,77 +3988,77 @@ | ||
3963 | <context> | 3988 | <context> |
3964 | <name>RealtimeSensorWindow</name> | 3989 | <name>RealtimeSensorWindow</name> |
3965 | <message> | 3990 | <message> |
3966 | - <location filename="realtimesensorwindow.ui" line="97"/> | 3991 | + <location filename="realtimesensorwindow.ui" line="110"/> |
3967 | <source>서비스단계(엔지니어모드) > 실시간데이터 > 온도센서</source> | 3992 | <source>서비스단계(엔지니어모드) > 실시간데이터 > 온도센서</source> |
3968 | <translation type="unfinished"></translation> | 3993 | <translation type="unfinished"></translation> |
3969 | </message> | 3994 | </message> |
3970 | <message> | 3995 | <message> |
3971 | - <location filename="realtimesensorwindow.ui" line="186"/> | 3996 | + <location filename="realtimesensorwindow.ui" line="222"/> |
3972 | <source>목록</source> | 3997 | <source>목록</source> |
3973 | <translation type="unfinished"></translation> | 3998 | <translation type="unfinished"></translation> |
3974 | </message> | 3999 | </message> |
3975 | <message> | 4000 | <message> |
3976 | - <location filename="realtimesensorwindow.ui" line="208"/> | 4001 | + <location filename="realtimesensorwindow.ui" line="244"/> |
3977 | <source>현재온도</source> | 4002 | <source>현재온도</source> |
3978 | <translation type="unfinished"></translation> | 4003 | <translation type="unfinished"></translation> |
3979 | </message> | 4004 | </message> |
3980 | <message> | 4005 | <message> |
3981 | - <location filename="realtimesensorwindow.ui" line="249"/> | 4006 | + <location filename="realtimesensorwindow.ui" line="285"/> |
3982 | <source>실내온도</source> | 4007 | <source>실내온도</source> |
3983 | <translation type="unfinished"></translation> | 4008 | <translation type="unfinished"></translation> |
3984 | </message> | 4009 | </message> |
3985 | <message> | 4010 | <message> |
3986 | - <location filename="realtimesensorwindow.ui" line="308"/> | 4011 | + <location filename="realtimesensorwindow.ui" line="344"/> |
3987 | <source>퀀칭온도</source> | 4012 | <source>퀀칭온도</source> |
3988 | <translation type="unfinished"></translation> | 4013 | <translation type="unfinished"></translation> |
3989 | </message> | 4014 | </message> |
3990 | <message> | 4015 | <message> |
3991 | - <location filename="realtimesensorwindow.ui" line="346"/> | 4016 | + <location filename="realtimesensorwindow.ui" line="382"/> |
3992 | <source>스팀제네레이터온도</source> | 4017 | <source>스팀제네레이터온도</source> |
3993 | <translation type="unfinished"></translation> | 4018 | <translation type="unfinished"></translation> |
3994 | </message> | 4019 | </message> |
3995 | <message> | 4020 | <message> |
3996 | - <location filename="realtimesensorwindow.ui" line="384"/> | 4021 | + <location filename="realtimesensorwindow.ui" line="420"/> |
3997 | <source>미트프로브온도1</source> | 4022 | <source>미트프로브온도1</source> |
3998 | <translation type="unfinished"></translation> | 4023 | <translation type="unfinished"></translation> |
3999 | </message> | 4024 | </message> |
4000 | <message> | 4025 | <message> |
4001 | - <location filename="realtimesensorwindow.ui" line="422"/> | 4026 | + <location filename="realtimesensorwindow.ui" line="458"/> |
4002 | <source>미트프로브온도2</source> | 4027 | <source>미트프로브온도2</source> |
4003 | <translation type="unfinished"></translation> | 4028 | <translation type="unfinished"></translation> |
4004 | </message> | 4029 | </message> |
4005 | <message> | 4030 | <message> |
4006 | - <location filename="realtimesensorwindow.ui" line="460"/> | 4031 | + <location filename="realtimesensorwindow.ui" line="496"/> |
4007 | <source>미트프로브온도3</source> | 4032 | <source>미트프로브온도3</source> |
4008 | <translation type="unfinished"></translation> | 4033 | <translation type="unfinished"></translation> |
4009 | </message> | 4034 | </message> |
4010 | <message> | 4035 | <message> |
4011 | - <location filename="realtimesensorwindow.ui" line="498"/> | 4036 | + <location filename="realtimesensorwindow.ui" line="534"/> |
4012 | <source>미트프로브온도4</source> | 4037 | <source>미트프로브온도4</source> |
4013 | <translation type="unfinished"></translation> | 4038 | <translation type="unfinished"></translation> |
4014 | </message> | 4039 | </message> |
4015 | <message> | 4040 | <message> |
4016 | - <location filename="realtimesensorwindow.ui" line="536"/> | 4041 | + <location filename="realtimesensorwindow.ui" line="572"/> |
4017 | <source>PCB온도</source> | 4042 | <source>PCB온도</source> |
4018 | <translation type="unfinished"></translation> | 4043 | <translation type="unfinished"></translation> |
4019 | </message> | 4044 | </message> |
4020 | <message> | 4045 | <message> |
4021 | - <location filename="realtimesensorwindow.ui" line="555"/> | 4046 | + <location filename="realtimesensorwindow.ui" line="591"/> |
4022 | <source>최대온도</source> | 4047 | <source>최대온도</source> |
4023 | <translation type="unfinished"></translation> | 4048 | <translation type="unfinished"></translation> |
4024 | </message> | 4049 | </message> |
4025 | <message> | 4050 | <message> |
4026 | - <location filename="realtimesensorwindow.ui" line="577"/> | 4051 | + <location filename="realtimesensorwindow.ui" line="613"/> |
4027 | <source>허용범위</source> | 4052 | <source>허용범위</source> |
4028 | <translation type="unfinished"></translation> | 4053 | <translation type="unfinished"></translation> |
4029 | </message> | 4054 | </message> |
4030 | <message> | 4055 | <message> |
4031 | - <location filename="realtimesensorwindow.ui" line="765"/> | 4056 | + <location filename="realtimesensorwindow.ui" line="801"/> |
4032 | <source>기계식온도</source> | 4057 | <source>기계식온도</source> |
4033 | <translation type="unfinished"></translation> | 4058 | <translation type="unfinished"></translation> |
4034 | </message> | 4059 | </message> |
4035 | <message> | 4060 | <message> |
4036 | - <location filename="realtimesensorwindow.ui" line="1372"/> | 4061 | + <location filename="realtimesensorwindow.ui" line="1408"/> |
4037 | <source>최대온도 | 4062 | <source>최대온도 |
4038 | 도달시간</source> | 4063 | 도달시간</source> |
4039 | <translation type="unfinished"></translation> | 4064 | <translation type="unfinished"></translation> |
@@ -4098,37 +4123,37 @@ | @@ -4098,37 +4123,37 @@ | ||
4098 | <context> | 4123 | <context> |
4099 | <name>ServiceHistoryMain</name> | 4124 | <name>ServiceHistoryMain</name> |
4100 | <message> | 4125 | <message> |
4101 | - <location filename="servicehistorymain.ui" line="96"/> | 4126 | + <location filename="servicehistorymain.ui" line="109"/> |
4102 | <source>서비스단계(엔지니어모드) > 서비스기록</source> | 4127 | <source>서비스단계(엔지니어모드) > 서비스기록</source> |
4103 | <translation type="unfinished"></translation> | 4128 | <translation type="unfinished"></translation> |
4104 | </message> | 4129 | </message> |
4105 | <message> | 4130 | <message> |
4106 | - <location filename="servicehistorymain.ui" line="175"/> | 4131 | + <location filename="servicehistorymain.ui" line="188"/> |
4107 | <source>서비스기록</source> | 4132 | <source>서비스기록</source> |
4108 | <translation type="unfinished"></translation> | 4133 | <translation type="unfinished"></translation> |
4109 | </message> | 4134 | </message> |
4110 | <message> | 4135 | <message> |
4111 | - <location filename="servicehistorymain.ui" line="196"/> | 4136 | + <location filename="servicehistorymain.ui" line="209"/> |
4112 | <source>EM-4</source> | 4137 | <source>EM-4</source> |
4113 | <translation type="unfinished"></translation> | 4138 | <translation type="unfinished"></translation> |
4114 | </message> | 4139 | </message> |
4115 | <message> | 4140 | <message> |
4116 | - <location filename="servicehistorymain.ui" line="240"/> | 4141 | + <location filename="servicehistorymain.ui" line="253"/> |
4117 | <source>상부점화장치</source> | 4142 | <source>상부점화장치</source> |
4118 | <translation type="unfinished"></translation> | 4143 | <translation type="unfinished"></translation> |
4119 | </message> | 4144 | </message> |
4120 | <message> | 4145 | <message> |
4121 | - <location filename="servicehistorymain.ui" line="275"/> | 4146 | + <location filename="servicehistorymain.ui" line="288"/> |
4122 | <source>스팀점화장치</source> | 4147 | <source>스팀점화장치</source> |
4123 | <translation type="unfinished"></translation> | 4148 | <translation type="unfinished"></translation> |
4124 | </message> | 4149 | </message> |
4125 | <message> | 4150 | <message> |
4126 | - <location filename="servicehistorymain.ui" line="310"/> | 4151 | + <location filename="servicehistorymain.ui" line="323"/> |
4127 | <source>하부점화장치</source> | 4152 | <source>하부점화장치</source> |
4128 | <translation type="unfinished"></translation> | 4153 | <translation type="unfinished"></translation> |
4129 | </message> | 4154 | </message> |
4130 | <message> | 4155 | <message> |
4131 | - <location filename="servicehistorymain.ui" line="345"/> | 4156 | + <location filename="servicehistorymain.ui" line="358"/> |
4132 | <source>서비스에러기록종합</source> | 4157 | <source>서비스에러기록종합</source> |
4133 | <translation type="unfinished"></translation> | 4158 | <translation type="unfinished"></translation> |
4134 | </message> | 4159 | </message> |
@@ -4168,49 +4193,49 @@ USB를 삽입해 주세요!</source> | @@ -4168,49 +4193,49 @@ USB를 삽입해 주세요!</source> | ||
4168 | <context> | 4193 | <context> |
4169 | <name>ValveTestWindow</name> | 4194 | <name>ValveTestWindow</name> |
4170 | <message> | 4195 | <message> |
4171 | - <location filename="valvetestwindow.ui" line="135"/> | ||
4172 | - <location filename="valvetestwindow.ui" line="166"/> | ||
4173 | - <location filename="valvetestwindow.ui" line="197"/> | ||
4174 | - <location filename="valvetestwindow.ui" line="228"/> | ||
4175 | - <location filename="valvetestwindow.ui" line="259"/> | 4196 | + <location filename="valvetestwindow.ui" line="148"/> |
4197 | + <location filename="valvetestwindow.ui" line="179"/> | ||
4198 | + <location filename="valvetestwindow.ui" line="210"/> | ||
4199 | + <location filename="valvetestwindow.ui" line="241"/> | ||
4200 | + <location filename="valvetestwindow.ui" line="272"/> | ||
4176 | <source>START</source> | 4201 | <source>START</source> |
4177 | <translation type="unfinished"></translation> | 4202 | <translation type="unfinished"></translation> |
4178 | </message> | 4203 | </message> |
4179 | <message> | 4204 | <message> |
4180 | - <location filename="valvetestwindow.ui" line="695"/> | 4205 | + <location filename="valvetestwindow.ui" line="708"/> |
4181 | <source>0℃</source> | 4206 | <source>0℃</source> |
4182 | <translation type="unfinished"></translation> | 4207 | <translation type="unfinished"></translation> |
4183 | </message> | 4208 | </message> |
4184 | <message> | 4209 | <message> |
4185 | - <location filename="valvetestwindow.ui" line="802"/> | 4210 | + <location filename="valvetestwindow.ui" line="815"/> |
4186 | <source>스팀 제네레이터 | 4211 | <source>스팀 제네레이터 |
4187 | 급수 밸브</source> | 4212 | 급수 밸브</source> |
4188 | <translation type="unfinished"></translation> | 4213 | <translation type="unfinished"></translation> |
4189 | </message> | 4214 | </message> |
4190 | <message> | 4215 | <message> |
4191 | - <location filename="valvetestwindow.ui" line="859"/> | 4216 | + <location filename="valvetestwindow.ui" line="872"/> |
4192 | <source>소형 펌프</source> | 4217 | <source>소형 펌프</source> |
4193 | <translation type="unfinished"></translation> | 4218 | <translation type="unfinished"></translation> |
4194 | </message> | 4219 | </message> |
4195 | <message> | 4220 | <message> |
4196 | - <location filename="valvetestwindow.ui" line="915"/> | 4221 | + <location filename="valvetestwindow.ui" line="928"/> |
4197 | <source>퀸칭 급수 밸브</source> | 4222 | <source>퀸칭 급수 밸브</source> |
4198 | <translation type="unfinished"></translation> | 4223 | <translation type="unfinished"></translation> |
4199 | </message> | 4224 | </message> |
4200 | <message> | 4225 | <message> |
4201 | - <location filename="valvetestwindow.ui" line="971"/> | 4226 | + <location filename="valvetestwindow.ui" line="984"/> |
4202 | <source>고내 살수 노즐 | 4227 | <source>고내 살수 노즐 |
4203 | 급수 밸브</source> | 4228 | 급수 밸브</source> |
4204 | <translation type="unfinished"></translation> | 4229 | <translation type="unfinished"></translation> |
4205 | </message> | 4230 | </message> |
4206 | <message> | 4231 | <message> |
4207 | - <location filename="valvetestwindow.ui" line="1028"/> | 4232 | + <location filename="valvetestwindow.ui" line="1041"/> |
4208 | <source>S/G 세척 | 4233 | <source>S/G 세척 |
4209 | 솔레노이드 밸브</source> | 4234 | 솔레노이드 밸브</source> |
4210 | <translation type="unfinished"></translation> | 4235 | <translation type="unfinished"></translation> |
4211 | </message> | 4236 | </message> |
4212 | <message> | 4237 | <message> |
4213 | - <location filename="valvetestwindow.ui" line="1181"/> | 4238 | + <location filename="valvetestwindow.ui" line="1194"/> |
4214 | <source>서비스단계(엔지니어모드) > 기능테스트 > 급수밸브</source> | 4239 | <source>서비스단계(엔지니어모드) > 기능테스트 > 급수밸브</source> |
4215 | <translation type="unfinished"></translation> | 4240 | <translation type="unfinished"></translation> |
4216 | </message> | 4241 | </message> |
@@ -4218,44 +4243,44 @@ USB를 삽입해 주세요!</source> | @@ -4218,44 +4243,44 @@ USB를 삽입해 주세요!</source> | ||
4218 | <context> | 4243 | <context> |
4219 | <name>WashTestWindow</name> | 4244 | <name>WashTestWindow</name> |
4220 | <message> | 4245 | <message> |
4221 | - <location filename="washtestwindow.ui" line="135"/> | ||
4222 | - <location filename="washtestwindow.ui" line="166"/> | ||
4223 | - <location filename="washtestwindow.ui" line="228"/> | 4246 | + <location filename="washtestwindow.ui" line="148"/> |
4247 | + <location filename="washtestwindow.ui" line="179"/> | ||
4248 | + <location filename="washtestwindow.ui" line="241"/> | ||
4224 | <source>START</source> | 4249 | <source>START</source> |
4225 | <translation type="unfinished"></translation> | 4250 | <translation type="unfinished"></translation> |
4226 | </message> | 4251 | </message> |
4227 | <message> | 4252 | <message> |
4228 | - <location filename="washtestwindow.ui" line="197"/> | 4253 | + <location filename="washtestwindow.ui" line="210"/> |
4229 | <source>OPEN</source> | 4254 | <source>OPEN</source> |
4230 | <translation type="unfinished"></translation> | 4255 | <translation type="unfinished"></translation> |
4231 | </message> | 4256 | </message> |
4232 | <message> | 4257 | <message> |
4233 | - <location filename="washtestwindow.ui" line="259"/> | 4258 | + <location filename="washtestwindow.ui" line="272"/> |
4234 | <source>CLOSE</source> | 4259 | <source>CLOSE</source> |
4235 | <translation type="unfinished"></translation> | 4260 | <translation type="unfinished"></translation> |
4236 | </message> | 4261 | </message> |
4237 | <message> | 4262 | <message> |
4238 | - <location filename="washtestwindow.ui" line="443"/> | 4263 | + <location filename="washtestwindow.ui" line="456"/> |
4239 | <source>소형 펌프 모터</source> | 4264 | <source>소형 펌프 모터</source> |
4240 | <translation type="unfinished"></translation> | 4265 | <translation type="unfinished"></translation> |
4241 | </message> | 4266 | </message> |
4242 | <message> | 4267 | <message> |
4243 | - <location filename="washtestwindow.ui" line="499"/> | 4268 | + <location filename="washtestwindow.ui" line="512"/> |
4244 | <source>세제 공급 장치</source> | 4269 | <source>세제 공급 장치</source> |
4245 | <translation type="unfinished"></translation> | 4270 | <translation type="unfinished"></translation> |
4246 | </message> | 4271 | </message> |
4247 | <message> | 4272 | <message> |
4248 | - <location filename="washtestwindow.ui" line="555"/> | 4273 | + <location filename="washtestwindow.ui" line="568"/> |
4249 | <source>중형 펌프 모터</source> | 4274 | <source>중형 펌프 모터</source> |
4250 | <translation type="unfinished"></translation> | 4275 | <translation type="unfinished"></translation> |
4251 | </message> | 4276 | </message> |
4252 | <message> | 4277 | <message> |
4253 | - <location filename="washtestwindow.ui" line="611"/> | 4278 | + <location filename="washtestwindow.ui" line="624"/> |
4254 | <source>드레인 볼 밸브</source> | 4279 | <source>드레인 볼 밸브</source> |
4255 | <translation type="unfinished"></translation> | 4280 | <translation type="unfinished"></translation> |
4256 | </message> | 4281 | </message> |
4257 | <message> | 4282 | <message> |
4258 | - <location filename="washtestwindow.ui" line="667"/> | 4283 | + <location filename="washtestwindow.ui" line="680"/> |
4259 | <source>서비스단계(엔지니어모드) > 기능테스트 > 세척</source> | 4284 | <source>서비스단계(엔지니어모드) > 기능테스트 > 세척</source> |
4260 | <translation type="unfinished"></translation> | 4285 | <translation type="unfinished"></translation> |
4261 | </message> | 4286 | </message> |
@@ -4263,81 +4288,75 @@ USB를 삽입해 주세요!</source> | @@ -4263,81 +4288,75 @@ USB를 삽입해 주세요!</source> | ||
4263 | <context> | 4288 | <context> |
4264 | <name>WashWindow</name> | 4289 | <name>WashWindow</name> |
4265 | <message> | 4290 | <message> |
4266 | - <location filename="washwindow.ui" line="187"/> | 4291 | + <location filename="washwindow.ui" line="200"/> |
4267 | <location filename="washwindow.cpp" line="193"/> | 4292 | <location filename="washwindow.cpp" line="193"/> |
4268 | <source>기기의 내부를 세척 중입니다</source> | 4293 | <source>기기의 내부를 세척 중입니다</source> |
4269 | <translation type="unfinished"></translation> | 4294 | <translation type="unfinished"></translation> |
4270 | </message> | 4295 | </message> |
4271 | <message> | 4296 | <message> |
4272 | - <location filename="washwindow.ui" line="249"/> | 4297 | + <location filename="washwindow.ui" line="262"/> |
4273 | <location filename="washwindow.cpp" line="194"/> | 4298 | <location filename="washwindow.cpp" line="194"/> |
4274 | <source>완료될 때까지 문을 열지 마세요. | 4299 | <source>완료될 때까지 문을 열지 마세요. |
4275 | 기기의 내부의 자동 세척 기능을 실행 중입니다.</source> | 4300 | 기기의 내부의 자동 세척 기능을 실행 중입니다.</source> |
4276 | <translation type="unfinished"></translation> | 4301 | <translation type="unfinished"></translation> |
4277 | </message> | 4302 | </message> |
4278 | <message> | 4303 | <message> |
4279 | - <location filename="washwindow.ui" line="327"/> | 4304 | + <location filename="washwindow.ui" line="340"/> |
4280 | <source>세척 중</source> | 4305 | <source>세척 중</source> |
4281 | <translation type="unfinished"></translation> | 4306 | <translation type="unfinished"></translation> |
4282 | </message> | 4307 | </message> |
4283 | <message> | 4308 | <message> |
4284 | - <location filename="washwindow.ui" line="575"/> | 4309 | + <location filename="washwindow.ui" line="588"/> |
4285 | <source>세제 없이 헹굼</source> | 4310 | <source>세제 없이 헹굼</source> |
4286 | <translation type="unfinished"></translation> | 4311 | <translation type="unfinished"></translation> |
4287 | </message> | 4312 | </message> |
4288 | <message> | 4313 | <message> |
4289 | - <location filename="washwindow.ui" line="598"/> | 4314 | + <location filename="washwindow.ui" line="611"/> |
4290 | <source>간이 세척</source> | 4315 | <source>간이 세척</source> |
4291 | <translation type="unfinished"></translation> | 4316 | <translation type="unfinished"></translation> |
4292 | </message> | 4317 | </message> |
4293 | <message> | 4318 | <message> |
4294 | - <location filename="washwindow.ui" line="621"/> | 4319 | + <location filename="washwindow.ui" line="634"/> |
4295 | <source>표준 세척</source> | 4320 | <source>표준 세척</source> |
4296 | <translation type="unfinished"></translation> | 4321 | <translation type="unfinished"></translation> |
4297 | </message> | 4322 | </message> |
4298 | <message> | 4323 | <message> |
4299 | - <location filename="washwindow.ui" line="644"/> | 4324 | + <location filename="washwindow.ui" line="657"/> |
4300 | <source>강 세척</source> | 4325 | <source>강 세척</source> |
4301 | <translation type="unfinished"></translation> | 4326 | <translation type="unfinished"></translation> |
4302 | </message> | 4327 | </message> |
4303 | <message> | 4328 | <message> |
4304 | - <location filename="washwindow.ui" line="667"/> | 4329 | + <location filename="washwindow.ui" line="680"/> |
4305 | <source>고속 세척</source> | 4330 | <source>고속 세척</source> |
4306 | <translation type="unfinished"></translation> | 4331 | <translation type="unfinished"></translation> |
4307 | </message> | 4332 | </message> |
4308 | <message> | 4333 | <message> |
4309 | - <location filename="washwindow.ui" line="729"/> | 4334 | + <location filename="washwindow.ui" line="742"/> |
4310 | <source>나쁨</source> | 4335 | <source>나쁨</source> |
4311 | <translation type="unfinished"></translation> | 4336 | <translation type="unfinished"></translation> |
4312 | </message> | 4337 | </message> |
4313 | <message> | 4338 | <message> |
4314 | - <location filename="washwindow.ui" line="816"/> | 4339 | + <location filename="washwindow.ui" line="829"/> |
4315 | <source>유지/관리</source> | 4340 | <source>유지/관리</source> |
4316 | <translation type="unfinished"></translation> | 4341 | <translation type="unfinished"></translation> |
4317 | </message> | 4342 | </message> |
4318 | <message> | 4343 | <message> |
4319 | - <location filename="washwindow.ui" line="878"/> | 4344 | + <location filename="washwindow.ui" line="891"/> |
4320 | <source>좋음</source> | 4345 | <source>좋음</source> |
4321 | <translation type="unfinished"></translation> | 4346 | <translation type="unfinished"></translation> |
4322 | </message> | 4347 | </message> |
4323 | <message> | 4348 | <message> |
4324 | - <location filename="washwindow.ui" line="915"/> | ||
4325 | - <location filename="washwindow.ui" line="1157"/> | ||
4326 | - <source>blue</source> | ||
4327 | - <translation type="unfinished"></translation> | ||
4328 | - </message> | ||
4329 | - <message> | ||
4330 | - <location filename="washwindow.ui" line="974"/> | 4349 | + <location filename="washwindow.ui" line="987"/> |
4331 | <source>더러움</source> | 4350 | <source>더러움</source> |
4332 | <translation type="unfinished"></translation> | 4351 | <translation type="unfinished"></translation> |
4333 | </message> | 4352 | </message> |
4334 | <message> | 4353 | <message> |
4335 | - <location filename="washwindow.ui" line="1061"/> | 4354 | + <location filename="washwindow.ui" line="1074"/> |
4336 | <source>청결상태</source> | 4355 | <source>청결상태</source> |
4337 | <translation type="unfinished"></translation> | 4356 | <translation type="unfinished"></translation> |
4338 | </message> | 4357 | </message> |
4339 | <message> | 4358 | <message> |
4340 | - <location filename="washwindow.ui" line="1123"/> | 4359 | + <location filename="washwindow.ui" line="1136"/> |
4341 | <source>깨끗함</source> | 4360 | <source>깨끗함</source> |
4342 | <translation type="unfinished"></translation> | 4361 | <translation type="unfinished"></translation> |
4343 | </message> | 4362 | </message> |