-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: support Simplified Chinese localization (#133)
* feat: support Simplified Chinese localization * adjust the translation
- Loading branch information
1 parent
28c080a
commit adc8036
Showing
2 changed files
with
47 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,44 @@ | ||
"Hello, world!"="你好,世界"; | ||
|
||
// Settings - General Tab | ||
"General"="通用"; | ||
|
||
// Settings - File Icon Style | ||
"File Icon Style"="文件图标风格"; | ||
"Color"="颜色"; | ||
"Monochrome"="单色"; | ||
|
||
// Settings - Appearance | ||
"Appearance"="外观"; | ||
"System"="系统"; | ||
"Light"="浅色"; | ||
"Dark"="深色"; | ||
|
||
// Settings - Reopen Behavior | ||
"Reopen Behavior"="重新打开行为"; | ||
"Welcome Screen"="欢迎界面"; | ||
"Open Panel"="打开面板"; | ||
"New Document"="新建文档"; | ||
|
||
// Settings - Editor Theme | ||
"Editor Theme"="编辑器主题"; | ||
|
||
// Welcome Screen | ||
"Welcome to CodeEdit"="欢迎使用 CodeEdit"; | ||
"Version %@ (%@)"="版本 %@ (%@)"; | ||
"No Recent Projects"="没有最近项目"; | ||
|
||
// Welcome Screen - New File | ||
"Create a new file"="创建新文件"; | ||
"Clone an exisiting project"="克隆现有项目"; | ||
|
||
// Welcome Screen - SCM | ||
"Start working on something from a Git repository"="从 Git 存储库开始工作"; | ||
"Open a project or file"="打开项目或文件"; | ||
|
||
// Welcome Screen - Workspaces | ||
"Open an existing project or file on your Mac"="在 Mac 上打开现有项目或文件"; | ||
"Show this window when CodeEdit launches"="CodeEdit 启动时显示此窗口"; | ||
|
||
//Editor Screen | ||
"CodeEdit cannot open this file because its file type is not supported." = "CodeEdit 当前不支持此文件类型,无法打开此文件。"; |