File tree Expand file tree Collapse file tree
LocalizationEditor.xcodeproj
LocalizationEditor/Resources/zh-Hant.lproj Expand file tree Collapse file tree Original file line number Diff line number Diff line change 8989 A15A5A4121D908C400D3C791 /* Parser.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Parser.swift; sourceTree = "<group>"; };
9090 A15A5A4521D90AC600D3C791 /* ParserIsolationTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ParserIsolationTests.swift; sourceTree = "<group>"; };
9191 A15A5A4821DA249400D3C791 /* ParserTypes.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ParserTypes.swift; sourceTree = "<group>"; };
92+ E0A395E526088744000189F7 /* zh-Hant */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = "zh-Hant"; path = "zh-Hant.lproj/Localizable.strings"; sourceTree = "<group>"; };
9293 E9CD53DA255B27AD0054EF79 /* es */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = es; path = es.lproj/Localizable.strings; sourceTree = "<group>"; };
9394 F31FA2062231025C00E20A3F /* Flag.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Flag.swift; sourceTree = "<group>"; };
9495 F3261F63222EA955006838C3 /* ActionsCell.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ActionsCell.swift; sourceTree = "<group>"; };
378379 hr,
379380 ru,
380381 es,
382+ "zh-Hant",
381383 );
382384 mainGroup = F3D9C93920BEC7460081830A;
383385 productRefGroup = F3D9C94320BEC7460081830A /* Products */;
521523 F3DBD1852456CD7D003D0BCC /* hr */,
522524 526D844525529105008BCD4B /* ru */,
523525 E9CD53DA255B27AD0054EF79 /* es */,
526+ E0A395E526088744000189F7 /* zh-Hant */,
524527 );
525528 name = Localizable.strings;
526529 sourceTree = "<group>";
Original file line number Diff line number Diff line change 1+ /*
2+ Localizable.strings
3+ LocalizationEditor
4+
5+ Created by Igor Kulman on 24/10/2019.
6+ Copyright © 2019 Igor Kulman. All rights reserved.
7+ */
8+
9+ "about" = "關於 LocalizationEditor";
10+ "actions" = "動作";
11+ "add" = "增加";
12+ "all" = "全部語言";
13+ "bring_all_to_front" = "全部視窗往前";
14+ "cancel" = "取消";
15+ "comment" = "註解";
16+ "copy" = "複製";
17+ "cut" = "剪下";
18+ "delete" = "刪除";
19+ "edit" = "編輯";
20+ "enter_full_screen" = "全螢幕";
21+ "file" = "檔案";
22+ "filter" = "過濾內容";
23+ "hide_editor" = "隱藏 LocalizationEditor";
24+ "hide_others" = "隱藏其他應用程式視窗";
25+ "key" = "Key";
26+ "minimize" = "縮到最小";
27+ "missing" = "內容缺少";
28+ "new_translation" = "建立新的翻譯";
29+ "open_folder" = "開啟資料夾";
30+ "open_folder_first" = "請先開啟資料夾";
31+ "open_folder_with" = "請開啟帶有多國文件的資料夾...";
32+ "paste" = "貼上";
33+ "quit" = "離開 LocalizationEditor";
34+ "search" = "搜尋";
35+ "select_all" = "搜尋全部";
36+ "services" = "服務";
37+ "show_all" = "顯示全部應用程式視窗";
38+ "string_table" = "字元列表";
39+ "view" = "顯示方式";
40+ "window" = "視窗";
41+ "zoom" = "縮放";
You can’t perform that action at this time.
0 commit comments