summaryrefslogtreecommitdiffstats
path: root/pkg/i18n
diff options
context:
space:
mode:
authorBlair Noctis <4474501+bnoctis@users.noreply.github.com>2022-02-02 18:59:15 +0800
committerGitHub <noreply@github.com>2022-02-02 18:59:15 +0800
commit471fe313d8f890c4dd0a9728cdec71cd015fc43e (patch)
tree260880ace5f2abfbfabe1fb156f5bbbf95766214 /pkg/i18n
parent9adf4a190864fd0c6a3b00ef46f23e93b0e6a5f5 (diff)
fix & polish Chinese intro message
- Fix first sentence of 3), #1756 - Use 你 instead of 您 to pose a closer feel, as fellow programmers - Polish a little so it feels more natural
Diffstat (limited to 'pkg/i18n')
-rw-r--r--pkg/i18n/chinese.go14
1 files changed, 7 insertions, 7 deletions
diff --git a/pkg/i18n/chinese.go b/pkg/i18n/chinese.go
index 47263a36b..3bc9e34d9 100644
--- a/pkg/i18n/chinese.go
+++ b/pkg/i18n/chinese.go
@@ -13,19 +13,19 @@ package i18n
// reset 重置
const chineseIntroPopupMessage = `
-感谢您使用 lazygit!与您分享三件事:
+感谢使用 lazygit!下面几点你可能会感兴趣:
- 1) 如果您想了解 lazygit 的功能,请观看此视频:
+ 1) 观看此视频,快速了解 lazygit 的功能:
https://youtu.be/CPLdltN7wgE
- 2) 请务必阅读最新的发行说明, 网址为:
+ 2) 记得阅读最新的发行说明:
https://github.com/jesseduffield/lazygit/releases
- 3) 如果您使用 git,这将使您成为一名程序员!在您的帮助下,我们可以使
- lazygit 更好,因此请考虑成为一名贡献者:
+ 3) 使用 git 说明你是一位程序员!你可以和我们一起让
+ lazygit 变得更好。考虑贡献一些代码:
https://github.com/jesseduffield/lazygit
- 您也可以赞助我,并通过单击右下角的捐赠按钮,告诉我要做什么改进。
- 只是给仓库加个星星也很棒!
+ 也可以赞助并告诉我哪里需要改进,点右下角的捐赠按钮就好了。
+ 就算给仓库点个星星也很棒!
`
func chineseTranslationSet() TranslationSet {