diff options
| author | Ross Nicoll <[email protected]> | 2021-05-17 09:24:30 +0100 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-05-17 09:24:30 +0100 |
| commit | b6b6f6151eb38ed647cfaebd680b07caca5e3600 (patch) | |
| tree | 5aa8a812e6a9ecc7089a3a78c77decf97380a944 /src | |
| parent | Merge pull request #1956 from motz0815/patch-1 (diff) | |
| parent | trivial: a minor fix in Chinese translation and several minor styling fixes (diff) | |
| download | discoin-b6b6f6151eb38ed647cfaebd680b07caca5e3600.tar.xz discoin-b6b6f6151eb38ed647cfaebd680b07caca5e3600.zip | |
Merge pull request #1935 from creekhu/minor-fix-in-chinese-translation
trivial: a minor fix in Chinese translation and several styling fixes
Diffstat (limited to 'src')
| -rw-r--r-- | src/qt/locale/bitcoin_zh_CN.ts | 12 |
1 files changed, 4 insertions, 8 deletions
diff --git a/src/qt/locale/bitcoin_zh_CN.ts b/src/qt/locale/bitcoin_zh_CN.ts index 0f6f200f7..b6fe0509d 100644 --- a/src/qt/locale/bitcoin_zh_CN.ts +++ b/src/qt/locale/bitcoin_zh_CN.ts @@ -197,7 +197,7 @@ </message> <message> <source>The supplied passphrases do not match.</source> - <translation>提供的密码不yi'zhi。</translation> + <translation>提供的密码不一致。</translation> </message> <message> <source>Wallet unlock failed</source> @@ -2971,8 +2971,7 @@ </message> <message> <source>Accept command line and JSON-RPC commands</source> - <translation>接受命令行和 JSON-RPC 命令 -</translation> + <translation>接受命令行和 JSON-RPC 命令</translation> </message> <message> <source>If <category> is not supplied or if <category> = 1, output all debugging information.</source> @@ -3004,9 +3003,7 @@ </message> <message> <source>Run in the background as a daemon and accept commands</source> - <translation>在后台运行并接受命令 - -</translation> + <translation>在后台运行并接受命令</translation> </message> <message> <source>Unable to start HTTP server. See debug log for details.</source> @@ -3454,8 +3451,7 @@ </message> <message> <source>Password for JSON-RPC connections</source> - <translation>JSON-RPC 连接密码 -</translation> + <translation>JSON-RPC 连接密码</translation> </message> <message> <source>Execute command when the best block changes (%s in cmd is replaced by block hash)</source> |