Skip to content

Commit

Permalink
2.015 misc update
Browse files Browse the repository at this point in the history
  • Loading branch information
fffonion committed Sep 15, 2016
1 parent a7d1e32 commit ecc273f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion util/make_verinfo.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
from xeHentai import const

version = const.__version__
v = list(str(int(version*1000)))
v = list(str(int(round(version * 1000))))
print(version, v)
tmpl='''# UTF-8
#
Expand Down
3 changes: 2 additions & 1 deletion xeHentai/i18n/zh_hant.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@
XEH_LOOP_FINISHED = "程序循環已完成"
XEH_LOGIN_EXHENTAI = "登錄紳士"
XEH_LOGIN_OK = "已成為紳士"
XEH_LOGIN_FAILED = "無法登錄紳士"
XEH_LOGIN_FAILED = "無法登錄紳士;檢查輸入是否有誤或者換一個帳號。\n推薦在瀏覽器登錄後使用RPC複製cookie到xeHentai (教程: http://t.cn/Rctr4Pf)"
XEH_LOAD_TASKS_CNT = "從存檔中讀取了%d個任務"
XEH_LOAD_OLD_COOKIE = "從1.x版cookie文件從讀取了登錄信息"
XEH_DAEMON_START = "後台進程已啟動,PID為%d"
Expand All @@ -95,6 +95,7 @@
XEH_CRITICAL_ERROR = "xeHentai 抽風啦:\n%s"
XEH_DOWNLOAD_ORI_NEED_LOGIN = "下載原圖需要登錄"
XEH_FILE_DOWNLOADED = "圖片已下載 #%d %s"
XEH_RENAME_HAS_ERRORS = "部分圖片重命名失敗:%s"

RPC_STARTED = "RPC伺服器監聽在 %s:%d"
RPC_TOO_OPEN = "RPC伺服器監聽在公網IP (%s),為了安全起見應該設置rpc_secret"
Expand Down

0 comments on commit ecc273f

Please sign in to comment.