translate schinese strings: # renpy/common/00console.rpy:492 old "Press to exit console. Type help for help.\n" new "按 Esc 来退出控制台。输入 help 来查看帮助。\n" # renpy/common/00console.rpy:496 old "Ren'Py script enabled." new "Ren'Py 脚本已启用。" # renpy/common/00console.rpy:498 old "Ren'Py script disabled." new "Ren'Py 脚本已禁用。" # renpy/common/00console.rpy:747 old "help: show this help" new "help:显示此帮助信息" # renpy/common/00console.rpy:752 old "commands:\n" new "命令:\n" # renpy/common/00console.rpy:762 old " : run the statement\n" new " :运行此语句\n" # renpy/common/00console.rpy:764 old " : run the expression or statement" new " :运行此表达式或语句" # renpy/common/00console.rpy:772 old "clear: clear the console history" new "clear:清除控制台历史记录" # renpy/common/00console.rpy:776 old "exit: exit the console" new "exit:退出控制台" # renpy/common/00console.rpy:784 old "stack: print the return stack" new "stack:打印返回栈" # renpy/common/00console.rpy:806 old "load : loads the game from slot" new "load <档位>:读取该档位的存档" # renpy/common/00console.rpy:819 old "save : saves the game in slot" new "save <档位>:存储存档到该档位" # renpy/common/00console.rpy:830 old "reload: reloads the game, refreshing the scripts" new "reload:重新加载游戏,并刷新脚本" # renpy/common/00console.rpy:838 old "watch : watch a python expression\n watch short: makes the representation of traced expressions short (default)\n watch long: makes the representation of traced expressions as is" new "watch <表达式>:监视该 python 表达式\n watch short:简短表征所跟踪的表达式(默认)\n watch long:按原样表征所跟踪的表达式" # renpy/common/00console.rpy:875 old "unwatch : stop watching an expression" new "unwatch <表达式>:停止监视该表达式" # renpy/common/00console.rpy:918 old "unwatchall: stop watching all expressions" new "unwatchall:停止监视所有表达式" # renpy/common/00console.rpy:939 old "jump