diff options
Diffstat (limited to 'logic/lang/zh_CN.ts')
-rw-r--r-- | logic/lang/zh_CN.ts | 62 |
1 files changed, 61 insertions, 1 deletions
diff --git a/logic/lang/zh_CN.ts b/logic/lang/zh_CN.ts index 6401616d..000aff7c 100644 --- a/logic/lang/zh_CN.ts +++ b/logic/lang/zh_CN.ts @@ -1,4 +1,64 @@ <?xml version="1.0" encoding="utf-8"?> <!DOCTYPE TS> -<TS version="2.1"> +<TS version="2.1" language="zh_CN"> +<context> + <name>Work</name> + <message> + <source>Select filename</source> + <translation>选择文件名</translation> + </message> + <message> + <source>CSV File (*.csv)</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Logging error</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Unable to open file '%1'. Proceeding without logging.</source> + <translation type="unfinished">未能打开文件 '%1'. Proceeding without logging.</translation> + </message> +</context> +<context> + <name>runtime_libraries</name> + <message> + <source>Library load failure</source> + <translation>库加载失败</translation> + </message> + <message> + <source>Error occurred while loading protocol %1 + +%2 +</source> + <translation type="unfinished">加载协议 %1 时发生错误 + +%2 +</translation> + </message> + <message> + <source>Error occurred while loading filter %1 + +%2 +</source> + <translation type="unfinished">加载滤波器 %1 时发生错误 + +%2 +</translation> + </message> + <message> + <source>Error occurred while loading tracker %1 + +%2 +</source> + <translation type="unfinished">加载跟踪器 %1 时发生错误 + +%2 +</translation> + </message> + <message> + <source>Startup failure</source> + <translation type="unfinished"></translation> + </message> +</context> </TS> |