[codex] Add Simplified Chinese localization#298
Open
Rivbla wants to merge 1 commit into
Open
Conversation
mu-zi-lee
reviewed
Jul 4, 2026
mu-zi-lee
left a comment
There was a problem hiding this comment.
The Chinese translation felt a bit stiff, so I made a few minor tweaks.
| "Dayflow will remain open source. We believe in creating open, accessible software for everyone. Dayflow Pro is there for people who want the simplest setup and maximum intelligence." = "Dayflow 会继续保持开源。我们相信应该为每个人创造开放、可访问的软件。Dayflow Pro 面向希望获得最简单设置和最高智能体验的用户。"; | ||
| "Close" = "关闭"; | ||
| "How do you feel about Weekly so far?" = "目前你觉得 Weekly 怎么样?"; | ||
| "A quick answer helps shape where Weekly goes next." = "一个简短回答就能帮助我们决定 Weekly 接下来怎么改进。"; |
| "Sign in" = "登录"; | ||
| "Sign out" = "退出登录"; | ||
| "Signed in" = "已登录"; | ||
| "Signed out" = "未登录"; |
| "Manage local model" = "管理本地模型"; | ||
| "Upgrade local model" = "升级本地模型"; | ||
| "Primary provider" = "主供应商"; | ||
| "Secondary provider" = "备用供应商"; |
| "Primary provider" = "主供应商"; | ||
| "Secondary provider" = "备用供应商"; | ||
| "PRIMARY" = "主"; | ||
| "SECONDARY" = "备用"; |
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
zh-Hans) localization resources for Dayflow.zh-Hansas a known project region.Validation
plutil -lint Dayflow/Dayflow.xcodeproj/project.pbxproj Dayflow/Dayflow/Info.plist Dayflow/Dayflow/zh-Hans.lproj/Localizable.strings Dayflow/Dayflow/zh-Hans.lproj/InfoPlist.stringsgit diff --checkswiftc -parseon the touched Swift filesNote
I also attempted a full Xcode build with
/Applications/Xcode.appandCODE_SIGNING_ALLOWED=NO, but it timed out after 300s while resolving the Swift Package graph, before compilation began.