mirror of
https://github.com/labring/FastGPT.git
synced 2026-02-28 01:02:28 +08:00
* fix(i18n): optimize English translations for product-appropriate language - Add 51 missing translation keys across 9 files - Rewrite 69 literal/unnatural translations to product language - Remove 3 orphaned keys not in source - Ensure all 22 locale files pass structural validation - Key improvements: - FAQ section: clearer, more concise answers - Dataset: 'Block' → 'Chunk', natural phrasing - App: better error messages and descriptions - Common: consistent terminology throughout * Update packages/web/i18n/en/dataset.json Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --------- Co-authored-by: OpenClaw Bot <bot@openclaw.ai> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
14 lines
772 B
JSON
14 lines
772 B
JSON
{
|
|
"total_invited": "Cumulative number of invitees",
|
|
"earnings": "Income (¥)",
|
|
"cashback_ratio": "Cash back ratio",
|
|
"cashback_ratio_description": "When your friends recharge, you will receive a certain percentage of your balance as a reward.",
|
|
"invite_url": "Invitation link",
|
|
"invite_url_tip": "Friends who register through this link will be permanently bound to you, and you will receive a certain balance reward when they recharge.\n \nIn addition, when your friends register using their mobile phone number, you will immediately receive a 5 yuan reward.\n \nRewards are sent to your default team.",
|
|
"copy_invite_link": "Copy invitation link",
|
|
"time": "time",
|
|
"type": "type",
|
|
"amount": "Amount",
|
|
"no_invite_records": "No invitation record yet"
|
|
}
|