diff --git a/brain-marks.xcodeproj/project.pbxproj b/brain-marks.xcodeproj/project.pbxproj index d2323d1..3f818a1 100644 --- a/brain-marks.xcodeproj/project.pbxproj +++ b/brain-marks.xcodeproj/project.pbxproj @@ -155,6 +155,7 @@ 75C999F7275504FE000B0FF8 /* TweetPhotosView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TweetPhotosView.swift; sourceTree = ""; }; 896E0E3A28EEE03E009994F4 /* RequestBuilder.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = RequestBuilder.swift; sourceTree = ""; }; 896E0E3D28EEE4C0009994F4 /* RequestBuilderTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = RequestBuilderTests.swift; sourceTree = ""; }; + 909CEF9D29706FF900709C28 /* zh-Hans */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = "zh-Hans"; path = "zh-Hans.lproj/Localizable.strings"; sourceTree = ""; }; 91739DEA2622D2A7000F982A /* AddURLView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AddURLView.swift; sourceTree = ""; }; 91C8958826228D1500689196 /* Tweet.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Tweet.swift; sourceTree = ""; }; 940E3C61272648310038D6AC /* CategorySheetViewModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CategorySheetViewModel.swift; sourceTree = ""; }; @@ -649,6 +650,7 @@ fr, id, es, + "zh-Hans", ); mainGroup = FFEBBB2D26223F75000F475F; packageReferences = ( @@ -843,6 +845,7 @@ D3CD6EE028E92BD700F5EC76 /* fr */, A17404B028F8F9D000D292D4 /* id */, DC36F1F728FD9DA000A6F0B9 /* es */, + 909CEF9D29706FF900709C28 /* zh-Hans */, ); name = Localizable.strings; sourceTree = ""; diff --git a/brain-marks/Localization/zh-Hans.lproj/Localizable.strings b/brain-marks/Localization/zh-Hans.lproj/Localizable.strings new file mode 100644 index 0000000..cd5142f --- /dev/null +++ b/brain-marks/Localization/zh-Hans.lproj/Localizable.strings @@ -0,0 +1,55 @@ +/* + Localizable.strings + brain-marks + Simplified Chinese + Created by Le0zh0u on 13.01.23. + +*/ + +// TabView +"Tweets" = "推文"; +"Settings" = "设置"; + +// CategoryViews +"Categories" = "分类"; +"CategoriesAreEmpty" = "分类为空,"; +"PleaseAddNewCategories" = "请单击添加新的分类"; +"YouHaventCreatedCategories" = "您还没有创建任何分类!"; +"Edit" = "编辑"; +"Done" = "完成"; +"AllCategoriesWillBeDeleted" = "所有分类和推文将被删除"; +"EnterCategoryName" = "输入新分类的名称"; +"Cancel" = "取消"; +"NewCategory" = "新建分类"; +"EditCategory" = "编辑分类"; +"Create" = "创建"; +"Delete" = "删除"; + +// TweetViews +"9:58 PM・9/5/20・" = "9:58 PM・9/5/20・"; +"TwitterForIphone" = "iPhone 版推特"; +"Likes" = "喜欢"; +"NoSavedTweets" = "没有保存任何推文!"; +"EnteredLinkIsNotValid" = "您输入的链接是无效的。"; +"UhOh" = "哎呀!"; +"YouMustSelectCategory" = "您必须选择一个分类"; + +// AddURLView +"EnterCopiedURL" = "输入已复制的URL"; +"Category" = "分类"; +"Save" = "保存"; +"AddTweetURL" = "添加推文地址"; + +// SettingsView +"Settings" = "设置"; +"BrainMarksIsOpenSource" = "Brain Marks 是一个开源项目!它是在 Big Brain 黑客马拉松期间创建的,并且继续为 Hacktoberfest 开源。\n您可以对您保存的推文进行分类。"; +"IfYouWantToContribute" = "您可以为此项目做贡献!\n此项目在 GitHub 上是开源的。请访问下面的链接来贡献。我们有一份所有贡献者的名单,您的名字可能会在那里!"; +"ListOfContributors" = "贡献者名单"; +"Links" = "链接"; +"ReportABug" = "报告错误"; +"GitHubRepo" = "GitHub 仓库"; +"ThanksForUsing" = "感谢您的使用"; +"Version" = "版本"; + +// ContributorListView +"Contributors" = "贡献者";