Skip to content

Commit 5ed162f

Browse files
committed
some upd
1 parent 03ef0e3 commit 5ed162f

File tree

3 files changed

+39
-32
lines changed

3 files changed

+39
-32
lines changed

Launcher.exe

33 KB
Binary file not shown.

pages.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,8 @@ def set_processbar(x:ProgressTracker, processbar_name:str, info_scope:str):
140140
pt.end_flag = True
141141
# output.clear(self.SCOPE_PROGRESS_INFO)
142142
output.put_markdown(t2t('***ERROR OCCURRED!***'),scope=self.SCOPE_PROGRESS_INFO)
143-
output.put_markdown(t2t('***PLEASE CHECK UP THE CONSOLE OR SEND THE ERROR LOG***'),scope=self.SCOPE_PROGRESS_INFO)
143+
output.put_markdown('***' + t2t("Please check your NETWORK ENVIROUMENT and re-open Launcher.exe") + '***',scope=self.SCOPE_PROGRESS_INFO)
144+
output.put_markdown(t2t('***CHECK UP THE CONSOLE OR SEND THE ERROR LOG***'),scope=self.SCOPE_PROGRESS_INFO)
144145
logger.exception(e)
145146
raise e
146147

translation/locale/zh_CN/LC_MESSAGES/zh_CN.po

Lines changed: 37 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
msgid ""
66
msgstr ""
77
"Project-Id-Version: \n"
8-
"POT-Creation-Date: 2023-07-16 18:29+0800\n"
9-
"PO-Revision-Date: 2023-07-16 18:30+0800\n"
8+
"POT-Creation-Date: 2023-07-16 21:49+0800\n"
9+
"PO-Revision-Date: 2023-07-16 21:50+0800\n"
1010
"Last-Translator: \n"
1111
"Language-Team: \n"
1212
"Language: zh_CN\n"
@@ -133,11 +133,11 @@ msgstr "非法参数:空输入"
133133
msgid "Illegal parameter type"
134134
msgstr "非法参数:无效类型"
135135

136-
#: ..\main.py:415 ..\pages.py:241
136+
#: ..\main.py:415 ..\pages.py:250
137137
msgid "download config from repo succ"
138138
msgstr "从仓库下载配置成功"
139139

140-
#: ..\main.py:418 ..\pages.py:244 ..\pages.py:252
140+
#: ..\main.py:418 ..\pages.py:253 ..\pages.py:261
141141
msgid "Invalid address"
142142
msgstr "无效链接"
143143

@@ -204,18 +204,18 @@ msgstr "无输入 $t$ 秒后,PGPL将自动启动。"
204204
msgid "No config selected. A config must be selected."
205205
msgstr "未选择配置文件。必须选择配置文件。"
206206

207-
#: ..\main.py:526 ..\pages.py:100
207+
#: ..\main.py:526 ..\pages.py:101
208208
msgid "The program is free and open source on github"
209209
msgstr "该程序在github免费开源"
210210

211-
#: ..\main.py:527 ..\pages.py:101
211+
#: ..\main.py:527 ..\pages.py:102
212212
msgid ""
213213
"Please see the help file at https://github.com/infstellar/python-git-program-"
214214
"launcher"
215215
msgstr ""
216216
"请在https://github.com/infstellar/python-git-program-launcher查看使用说明"
217217

218-
#: ..\main.py:539 ..\pages.py:116
218+
#: ..\main.py:539 ..\pages.py:117
219219
msgid "Launching..."
220220
msgstr "启动中..."
221221

@@ -251,79 +251,85 @@ msgstr "程序启动中"
251251
msgid "## Progress"
252252
msgstr "## 进度"
253253

254-
#: ..\pages.py:140
254+
#: ..\pages.py:142
255255
msgid "***ERROR OCCURRED!***"
256256
msgstr "***发生错误!***"
257257

258-
#: ..\pages.py:141
259-
msgid "***PLEASE CHECK UP THE CONSOLE OR SEND THE ERROR LOG***"
260-
msgstr "***请检查控制台输出或发送错误日志以寻求帮助***"
258+
#: ..\pages.py:143 ..\utils.py:168 ..\utils.py:169 ..\utils.py:170
259+
msgid "Please check your NETWORK ENVIROUMENT and re-open Launcher.exe"
260+
msgstr ""
261+
"请检查你的网络环境,彻底关闭除了Watt Toolkit之外的所有可能干扰网络连接的软"
262+
"件,包括Clash/游戏加速器/网络连接管理/下载加速器等,然后重新打开Launcher.exe"
261263

262-
#: ..\pages.py:170
264+
#: ..\pages.py:144
265+
msgid "***CHECK UP THE CONSOLE OR SEND THE ERROR LOG***"
266+
msgstr "***检查控制台或发送错误日志***"
267+
268+
#: ..\pages.py:176
263269
msgid "Start Program"
264270
msgstr "启动程序"
265271

266-
#: ..\pages.py:257
272+
#: ..\pages.py:266
273+
msgid ""
274+
"(You can enter the github repository address which already have existing "
275+
"config)"
276+
msgstr "(你可以输入已有配置的github仓库地址)"
277+
278+
#: ..\pages.py:266
267279
msgid "config name"
268280
msgstr "配置名称"
269281

270-
#: ..\pages.py:271
282+
#: ..\pages.py:280
271283
msgid "## config:"
272284
msgstr "## 配置:"
273285

274-
#: ..\pages.py:273
286+
#: ..\pages.py:282
275287
msgid "Add config"
276288
msgstr "添加配置"
277289

278-
#: ..\pages.py:296
290+
#: ..\pages.py:305
279291
msgid "Cannot Find Session"
280292
msgstr "未找到会话"
281293

282-
#: ..\pages.py:317
294+
#: ..\pages.py:326
283295
msgid "Verified!"
284296
msgstr ""
285297

286-
#: ..\pages.py:326
298+
#: ..\pages.py:335
287299
msgid "Waiting..."
288300
msgstr "等待中..."
289301

290-
#: ..\pages.py:331
302+
#: ..\pages.py:340
291303
msgid "You may want to enter: "
292304
msgstr ""
293305

294-
#: ..\pages.py:336
306+
#: ..\pages.py:345
295307
msgid "Not a valid name"
296308
msgstr ""
297309

298-
#: ..\pages.py:379
310+
#: ..\pages.py:388
299311
msgid "saved!"
300312
msgstr "已保存!"
301313

302-
#: ..\pages.py:421
314+
#: ..\pages.py:430
303315
msgid "Do you need to save changes?"
304316
msgstr "你要保存设置吗?"
305317

306-
#: ..\pages.py:422
318+
#: ..\pages.py:431
307319
msgid "No"
308320
msgstr "否"
309321

310-
#: ..\pages.py:422
322+
#: ..\pages.py:431
311323
msgid "Yes"
312324
msgstr "是"
313325

314326
#: ..\utils.py:65
315327
msgid "downloading url:"
316328
msgstr "下载url:"
317329

318-
#: ..\utils.py:168 ..\utils.py:169 ..\utils.py:170
319-
msgid "Please check your NETWORK ENVIROUMENT and re-open Launcher.exe"
320-
msgstr ""
321-
"请检查你的网络环境,彻底关闭除了Watt Toolkit之外的所有可能干扰网络连接的软"
322-
"件,包括Clash/游戏加速器/网络连接管理/下载加速器等,然后重新打开Launcher.exe"
323-
324330
#: ..\webio.py:35
325331
msgid "webio started"
326-
msgstr ""
332+
msgstr "webio已启动"
327333

328334
#~ msgid ""
329335
#~ "Please do not exit the program while python is being downloaded. If you "

0 commit comments

Comments
 (0)