1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2025-04-25 12:24:47 +02:00

Fix indentation

This commit is contained in:
Stefan Haller 2024-03-18 18:19:38 +01:00
parent 14b3e0574c
commit 2c33f0ce1f

View File

@ -3,53 +3,53 @@
The selection of Traditional Chinese translation vocabulary is mainly based on The selection of Traditional Chinese translation vocabulary is mainly based on
the following sources: the following sources:
1. GitLab: 其介面有相當完整的繁體中文翻譯但缺少一些本地端功能的對照例如 stash 1. GitLab: 其介面有相當完整的繁體中文翻譯但缺少一些本地端功能的對照例如 stash
2. Pro Git: Git 的權威參考用書可惜繁中部分翻譯僅約一半 2. Pro Git: Git 的權威參考用書可惜繁中部分翻譯僅約一半
https://git-scm.com/book/zh-tw/v2 https://git-scm.com/book/zh-tw/v2
3. Microsoft 語言入口網站 (Visual Studio) 3. Microsoft 語言入口網站 (Visual Studio)
https://www.microsoft.com/zh-tw/language/ https://www.microsoft.com/zh-tw/language/
### Glossary ### ### Glossary ###
譯文中括號內文字會依語境添加或省略 譯文中括號內文字會依語境添加或省略
Repository 版本庫 Repository 版本庫
Amend 修改 Amend 修改
Checkout 檢出 Checkout 檢出
Cherry-pick 揀選 Cherry-pick 揀選
Diff 差異 Diff 差異
Discard 捨棄 Discard 捨棄
Drop [stash] 捨棄 Drop [stash] 捨棄
Fast-forward 快轉 (Fast-forward) Fast-forward 快轉 (Fast-forward)
Fetch 擷取 Fetch 擷取
Fixup 修復 (Fixup) Fixup 修復 (Fixup)
Patch 補丁 Patch 補丁
Pop [stash] 還原 Pop [stash] 還原
Rebase 變基 (Rebase) Rebase 變基 (Rebase)
Reset 重設 Reset 重設
Revert 還原 Revert 還原
Reword 改寫 Reword 改寫
Squash 壓縮 (Squash) Squash 壓縮 (Squash)
Stage 預存 (Stage) Stage 預存 (Stage)
Stash 收藏 (Stash) Stash 收藏 (Stash)
*/ */
package i18n package i18n
const traditionalChineseIntroPopupMessage = ` const traditionalChineseIntroPopupMessage = `
感謝使用 lazygit這裡有一些資源可供參考 感謝使用 lazygit這裡有一些資源可供參考
1) 📺lazygit 教學📺 1) 📺lazygit 教學📺
https://youtu.be/CPLdltN7wgE https://youtu.be/CPLdltN7wgE
2) 📣釋出說明📣 2) 📣釋出說明📣
https://github.com/jesseduffield/lazygit/releases https://github.com/jesseduffield/lazygit/releases
3) 💖如果你想要貢獻一份心力你可以💖 3) 💖如果你想要貢獻一份心力你可以💖
改進 lazygit 原始碼https://github.com/jesseduffield/lazygit 改進 lazygit 原始碼https://github.com/jesseduffield/lazygit
按右下角的捐款斗內我們 按右下角的捐款斗內我們
或單存添加 lazygit 到你的 star 清單內以增加曝光度都能大力的幫助我們 或單存添加 lazygit 到你的 star 清單內以增加曝光度都能大力的幫助我們
` `
const traditionalChineseDeprecatedEditConfigWarning = ` const traditionalChineseDeprecatedEditConfigWarning = `
@ -60,7 +60,7 @@ const traditionalChineseDeprecatedEditConfigWarning = `
編輯器設定教學 編輯器設定教學
https://github.com/jesseduffield/lazygit/blob/master/docs/Config.md#configuring-file-editing https://github.com/jesseduffield/lazygit/blob/master/docs/Config.md#configuring-file-editing
` `