-
Notifications
You must be signed in to change notification settings - Fork 83
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Jakey
committed
Feb 8, 2017
1 parent
1ac0ac0
commit eb29dfb
Showing
7 changed files
with
489 additions
and
17 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
/* | ||
Localizable.strings | ||
ProfilesManager | ||
|
||
Created by Jakey on 2017/2/8. | ||
Copyright © 2017年 Jakey. All rights reserved. | ||
*/ | ||
|
||
"move to trash" = "move to trash"; | ||
"delete" = "delete"; | ||
"show in finder" = "show in finder"; | ||
"refresh table" = "refresh"; | ||
"import profile" = "import profile"; | ||
"export certificate file" = "export certificate file"; | ||
"expired" = "expired"; | ||
"valid" = "valid"; | ||
"OK" = "OK"; | ||
"Cancel" = "Cancel"; | ||
"Confirm Delete Opration" = "Confirm Delete Opration"; | ||
"Delete this profie item permanently,can't rollback!" = "Delete this profie item permanently,can't rollback!"; | ||
|
||
|
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,21 @@ | ||
/* | ||
Localizable.strings | ||
ProfilesManager | ||
|
||
Created by Jakey on 2017/2/8. | ||
Copyright © 2017年 Jakey. All rights reserved. | ||
*/ | ||
|
||
"move to trash" = "移动到废纸篓"; | ||
"delete" = "完全删除"; | ||
"show in finder" = "定位文件"; | ||
"refresh table" = "刷新列表"; | ||
"import profile" = "导入profile"; | ||
"export certificate file" = "导出证书文件"; | ||
"expired" = "过期"; | ||
"valid" = "有效"; | ||
"OK" = "确定"; | ||
"Cancel" = "取消"; | ||
"Confirm Delete Opration" = "确认删除操作"; | ||
"Delete this profie item permanently,can't rollback!" = "完全删除这个profie文件,不可回滚!"; | ||
|
Oops, something went wrong.