diff options
Diffstat (limited to 'logic/lang/zh_CN.ts')
-rw-r--r-- | logic/lang/zh_CN.ts | 21 |
1 files changed, 15 insertions, 6 deletions
diff --git a/logic/lang/zh_CN.ts b/logic/lang/zh_CN.ts index 75cb2e68..000aff7c 100644 --- a/logic/lang/zh_CN.ts +++ b/logic/lang/zh_CN.ts @@ -5,7 +5,7 @@ <name>Work</name> <message> <source>Select filename</source> - <translation type="unfinished"></translation> + <translation>选择文件名</translation> </message> <message> <source>CSV File (*.csv)</source> @@ -17,35 +17,44 @@ </message> <message> <source>Unable to open file '%1'. Proceeding without logging.</source> - <translation type="unfinished"></translation> + <translation type="unfinished">未能打开文件 '%1'. Proceeding without logging.</translation> </message> </context> <context> <name>runtime_libraries</name> <message> <source>Library load failure</source> - <translation type="unfinished"></translation> + <translation>库加载失败</translation> </message> <message> <source>Error occurred while loading protocol %1 %2 </source> - <translation type="unfinished"></translation> + <translation type="unfinished">加载协议 %1 时发生错误 + +%2 +</translation> </message> <message> <source>Error occurred while loading filter %1 %2 </source> - <translation type="unfinished"></translation> + <translation type="unfinished">加载滤波器 %1 时发生错误 + +%2 +</translation> </message> <message> <source>Error occurred while loading tracker %1 %2 </source> - <translation type="unfinished"></translation> + <translation type="unfinished">加载跟踪器 %1 时发生错误 + +%2 +</translation> </message> <message> <source>Startup failure</source> |