diff options
author | saturneric <[email protected]> | 2024-01-17 11:39:47 +0000 |
---|---|---|
committer | saturneric <[email protected]> | 2024-01-17 11:39:47 +0000 |
commit | e352e8e6b8d03a24ef5d52eef3e4d370807b5bbd (patch) | |
tree | 9a59f0b573a845644afe4b8857a89c4b28bdcc0d /resource | |
parent | fix: solve the gnupg tab options info not shown issue (diff) | |
download | GpgFrontend-e352e8e6b8d03a24ef5d52eef3e4d370807b5bbd.tar.gz GpgFrontend-e352e8e6b8d03a24ef5d52eef3e4d370807b5bbd.zip |
fix: find and slove some bugs
Diffstat (limited to 'resource')
-rw-r--r-- | resource/lfs/locale/ts/GpgFrontend.zh_CN.ts | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/resource/lfs/locale/ts/GpgFrontend.zh_CN.ts b/resource/lfs/locale/ts/GpgFrontend.zh_CN.ts index 9653182c..14dfd180 100644 --- a/resource/lfs/locale/ts/GpgFrontend.zh_CN.ts +++ b/resource/lfs/locale/ts/GpgFrontend.zh_CN.ts @@ -1966,7 +1966,7 @@ This will result in loss of all cached form positions, statuses, key servers, et <message> <location filename="../../../../src/ui/main_window/KeyMgmt.cpp" line="215"/> <source>Export Checked Key(s) To a Key Package</source> - <translation type="unfinished">将检查的密钥导出到密钥包</translation> + <translation type="unfinished">将勾选的密钥导出到密钥包</translation> </message> <message> <location filename="../../../../src/ui/main_window/KeyMgmt.cpp" line="219"/> @@ -2088,7 +2088,7 @@ This will result in loss of all cached form positions, statuses, key servers, et <location filename="../../../../src/ui/main_window/KeyMgmt.cpp" line="366"/> <location filename="../../../../src/ui/main_window/KeyMgmt.cpp" line="379"/> <source>Please check some keys before doing this operation.</source> - <translation type="unfinished">请在执行此操作之前检查一些密钥。</translation> + <translation type="unfinished">请在执行此操作之前勾选一些密钥。</translation> </message> <message> <location filename="../../../../src/ui/main_window/KeyMgmt.cpp" line="371"/> @@ -3505,7 +3505,7 @@ This will result in loss of all cached form positions, statuses, key servers, et <location filename="../../../../src/ui/main_window/MainWindowGpgOperaFunction.cpp" line="140"/> <location filename="../../../../src/ui/main_window/MainWindowGpgOperaFunction.cpp" line="253"/> <source>No Key Checked</source> - <translation type="unfinished">未检查密钥</translation> + <translation type="unfinished">未勾选任何密钥</translation> </message> <message> <location filename="../../../../src/ui/main_window/MainWindowFileSlotFunction.cpp" line="369"/> @@ -3513,7 +3513,7 @@ This will result in loss of all cached form positions, statuses, key servers, et <location filename="../../../../src/ui/main_window/MainWindowFileSlotFunction.cpp" line="618"/> <location filename="../../../../src/ui/main_window/MainWindowGpgOperaFunction.cpp" line="141"/> <source>Please check the key in the key toolbox on the right.</source> - <translation type="unfinished">请检查右侧密钥工具箱中的密钥。</translation> + <translation type="unfinished">请勾选右侧密钥工具箱中的密钥。</translation> </message> <message> <location filename="../../../../src/ui/main_window/MainWindowFileSlotFunction.cpp" line="376"/> @@ -3611,7 +3611,7 @@ If Data And Signature is COMBINED within a single file, KEEP THIS EMPTY: </sourc <message> <location filename="../../../../src/ui/main_window/MainWindowGpgOperaFunction.cpp" line="254"/> <source>Please check some key in the key toolbox on the right.</source> - <translation type="unfinished">请检查右侧密钥工具箱中的一些密钥。</translation> + <translation type="unfinished">请勾选右侧密钥工具箱中的一些密钥。</translation> </message> <message> <location filename="../../../../src/ui/main_window/MainWindowSlotFunction.cpp" line="96"/> |