-
-
Notifications
You must be signed in to change notification settings - Fork 187
Home Translations update from Hosted Weblate #739
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
weblate
wants to merge
1
commit into
oss-apps:main
Choose a base branch
from
weblate:weblate-splitpro-home
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,78 @@ | ||
| { | ||
| "features": { | ||
| "bank_connection": { | ||
| "description": "通过集成 GoCardless 或 Plaid 银行账户交易记录 API,更快地添加支出", | ||
| "title": "银行连接" | ||
| }, | ||
| "currency_conversion": { | ||
| "description": "使用实时或历史汇率,在不同货币之间快速换算", | ||
| "title": "货币换算" | ||
| }, | ||
| "debt_simplification": { | ||
| "description": "自动简化群组欠款,减少好友间转账的次数", | ||
| "title": "欠款简化" | ||
| }, | ||
| "groups_and_friends": { | ||
| "description": "可以创建多个群组,也可以直接记录余额,所有支出都会统一合并计算", | ||
| "title": "群组与好友" | ||
| }, | ||
| "i18": { | ||
| "description": "支持多种语言,让全球用户都能轻松分摊支出", | ||
| "title": "国际化" | ||
| }, | ||
| "import_splitwise": { | ||
| "description": "无需手动迁移余额。你可以从 Splitwise 导入用户和群组", | ||
| "title": "从 Splitwise 导入" | ||
| }, | ||
| "multiple_currencies": { | ||
| "description": "需要为同一用户添加不同货币的支出?没问题!", | ||
| "title": "多种货币" | ||
| }, | ||
| "open_source": { | ||
| "description": "不易作恶。易于自托管", | ||
| "title": "开源" | ||
| }, | ||
| "push_notifications": { | ||
| "description": "不错过重要通知。有人添加支出或完成结清时,都会及时收到提醒", | ||
| "title": "推送通知" | ||
| }, | ||
| "pwa_support": { | ||
| "description": "喜欢移动应用?我们也准备好了。将其作为 PWA 安装,体验与原生应用无异!", | ||
| "title": "支持 PWA" | ||
| }, | ||
| "recurring_transactions": { | ||
| "description": "为房租、订阅等定期分摊的支出设置自动重复", | ||
| "title": "定期支出" | ||
| }, | ||
| "title": "功能特性", | ||
| "unequal_split": { | ||
| "description": "高级分摊选项。支持按份额、按比例或指定金额分摊。", | ||
| "title": "自定义分摊" | ||
| }, | ||
| "upload_receipts": { | ||
| "description": "添加支出时一并上传收据", | ||
| "title": "上传收据" | ||
| } | ||
| }, | ||
| "footer": { | ||
| "built_by": "开发者:" | ||
| }, | ||
| "hero": { | ||
| "add_expense_button": "添加支出", | ||
| "star_github_button": "在 GitHub 上给我们点个 Star", | ||
| "subtitle_link": "开源的", | ||
| "subtitle_part1": "一个", | ||
| "subtitle_part2": "SplitWise 替代方案", | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 📐 Maintainability & Code Quality | 🟡 Minor | ⚡ Quick win Use consistent Line 24 uses 🤖 Prompt for AI Agents |
||
| "title_highlight": "免费", | ||
| "title_part1": "和朋友一起分摊支出,完全" | ||
| }, | ||
| "meta": { | ||
| "description": "SplitPro:和朋友一起分摊支出,完全免费", | ||
| "title": "SplitPro:和朋友一起分摊支出,完全免费" | ||
| }, | ||
| "nav": { | ||
| "app_name": "SplitPro", | ||
| "privacy": "隐私", | ||
| "terms": "条款" | ||
| } | ||
| } | ||
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🗄️ Data Integrity & Integration | 🟠 Major | ⚡ Quick win
Register
zh-Hansin the i18n configuration.next-i18next.config.jsdoes not includezh-Hansini18n.locales. The application cannot select or load this locale through the configured locale list. Addzh-Hansto that list before merging.🤖 Prompt for AI Agents