1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2025-03-17 21:18:31 +02:00

Merge pull request #1757 from bnoctis/i18n/polish-intro

Fix & polish Chinese intro message
This commit is contained in:
Mark Kopenga 2022-02-03 10:21:29 +01:00 committed by GitHub
commit f8b8307a29
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 {