Skip to content

Commit

Permalink
feat: 添加翻译文案
Browse files Browse the repository at this point in the history
  • Loading branch information
qwertyyb committed Apr 9, 2023
1 parent 3db4fd4 commit 909dba6
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 17 deletions.
2 changes: 2 additions & 0 deletions YPaste.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@
4540674829E282FF00F9658F /* Store.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Store.swift; sourceTree = "<group>"; };
4540674A29E29C1400F9658F /* ViewStore.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ViewStore.swift; sourceTree = "<group>"; };
4540674D29E2D06900F9658F /* zh-Hans */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = "zh-Hans"; path = "zh-Hans.lproj/Preferences.strings"; sourceTree = "<group>"; };
4540674E29E2F58200F9658F /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/Localizable.strings; sourceTree = "<group>"; };
4541BAFF23C76D1300204946 /* PasteboardHandlerTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PasteboardHandlerTests.swift; sourceTree = "<group>"; };
4541BB0123C78A1C00204946 /* HotkeyHandlerTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = HotkeyHandlerTests.swift; sourceTree = "<group>"; };
4596AE44232025A700F63EBF /* YPaste.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = YPaste.app; sourceTree = BUILT_PRODUCTS_DIR; };
Expand Down Expand Up @@ -465,6 +466,7 @@
isa = PBXVariantGroup;
children = (
678C62B023680DB10036A81A /* zh-Hans */,
4540674E29E2F58200F9658F /* en */,
);
name = Localizable.strings;
sourceTree = "<group>";
Expand Down
34 changes: 17 additions & 17 deletions YPaste/en.lproj/Localizable.strings
Original file line number Diff line number Diff line change
@@ -1,38 +1,38 @@

/* Cancel button title */
"Cancel" = "取消";
"Cancel" = "Cancel";

/* Quit without saves error question message */
"Could not save changes while quitting. Quit anyway?" = "";
"Could not save changes while quitting. Quit anyway?" = "Could not save changes while quitting. Quit anyway?";

/* Quit anyway button title */
"Quit anyway" = "强制退出";
"Quit anyway" = "Quit anyway";

/* Quit without saves error question info */
"Quitting now will lose any changes you have made since the last successful save" = "";
"Quitting now will lose any changes you have made since the last successful save" = "Quitting now will lose any changes you have made since the last successful save";

"label.History" = "历史";
"label.History" = "History";

"label.Text" = "文本";
"label.Text" = "Text";

"label.Image" = "图片";
"label.Image" = "Image";

"label.Total %@ Records" = " %1$@ 条记录";
"label.Total %@ Records" = "Total %1$@ Records";

"label.Unsupport Type" = "不支持的类型";
"label.Unsupport Type" = "Unsupport Type";

"label.Type %@ is unsupported" = "类型 %1$@ 暂不支持";
"label.Type %@ is unsupported" = "Type %1$@ is unsupported";

"label.Day" = "";
"label.Day" = "Day";

"label.Hours" = "小时";
"label.Hours" = "Hours";

"label.Minutes" = "分钟";
"label.Minutes" = "Minutes";

"label.Seconds" = "";
"label.Seconds" = "Seconds";

"label.Ago" = "";
"label.Ago" = "Ago";

"label.Now" = "此刻";
"label.Now" = "Now";

"Action.Tip.Remove" = "删除";
"Action.Tip.Remove" = "Remove";

0 comments on commit 909dba6

Please sign in to comment.