-
-
Notifications
You must be signed in to change notification settings - Fork 118
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #59 from L1cardo/localization
LocalizationEditor has localized itself into Simplified Chinese
- Loading branch information
Showing
6 changed files
with
52 additions
and
3 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
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
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
41 changes: 41 additions & 0 deletions
41
sources/LocalizationEditor/zh-Hans.lproj/Localizable.strings
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,41 @@ | ||
/* | ||
Localizable.strings | ||
LocalizationEditor | ||
|
||
Created by Igor Kulman on 24/10/2019. | ||
Copyright © 2019 Igor Kulman. All rights reserved. | ||
*/ | ||
|
||
"key" = "Key"; | ||
"comment" = "Comment"; | ||
"cancel" = "取消"; | ||
"add" = "添加"; | ||
"view" = "视图"; | ||
"file" = "文件"; | ||
"open_folder_with" = "打开带有本地化文件的文件夹..."; | ||
"edit" = "编辑"; | ||
"cut" = "剪切"; | ||
"copy" = "复制"; | ||
"paste" = "粘贴"; | ||
"select_all" = "选择全部"; | ||
"enter_full_screen" = "进入全屏幕"; | ||
"window" = "窗口"; | ||
"minimize" = "最小化"; | ||
"bring_all_to_front" = "前置全部窗口"; | ||
"zoom" = "缩放"; | ||
"all" = "全部"; | ||
"missing" = "缺失"; | ||
"actions" = "动作"; | ||
"delete" = "删除"; | ||
"open_folder" = "打开文件夹"; | ||
"filter" = "筛选"; | ||
"string_table" = "字符串表"; | ||
"new_translation" = "新的翻译"; | ||
"search" = "搜索"; | ||
"open_folder_first" = "请先打开文件夹"; | ||
"about" = "关于 LocalizationEditor"; | ||
"quit" = "退出 LocalizationEditor"; | ||
"show_all" = "显示全部"; | ||
"services" = "服务"; | ||
"hide_others" = "隐藏其他"; | ||
"hide_editor" = "隐藏 LocalizationEditor"; |