mirror of
https://github.com/HeyPuter/puter.git
synced 2025-01-24 23:38:40 +08:00
Merge pull request #986 from githubalexliu/translate_zh
Translated to Chinese
This commit is contained in:
commit
223802f631
@ -363,56 +363,52 @@ const zh = {
|
||||
"You can't share with yourself.": '不能分享给你自己', // In English: "You can't share with yourself."
|
||||
"This user already has access to this item": '该用户已经拥有访问此项目的权限了', // In English: "This user already has access to this item"
|
||||
|
||||
// ----------------------------------------
|
||||
// Missing translations:
|
||||
// ----------------------------------------
|
||||
"billing.change_payment_method": undefined, // In English: "Change"
|
||||
"billing.cancel": undefined, // In English: "Cancel"
|
||||
"billing.download_invoice": undefined, // In English: "Download"
|
||||
"billing.payment_method": undefined, // In English: "Payment Method"
|
||||
"billing.payment_method_updated": undefined, // In English: "Payment method updated!"
|
||||
"billing.confirm_payment_method": undefined, // In English: "Confirm Payment Method"
|
||||
"billing.payment_history": undefined, // In English: "Payment History"
|
||||
"billing.refunded": undefined, // In English: "Refunded"
|
||||
"billing.paid": undefined, // In English: "Paid"
|
||||
"billing.ok": undefined, // In English: "OK"
|
||||
"billing.resume_subscription": undefined, // In English: "Resume Subscription"
|
||||
"billing.subscription_cancelled": undefined, // In English: "Your subscription has been canceled."
|
||||
"billing.subscription_cancelled_description": undefined, // In English: "You will still have access to your subscription until the end of this billing period."
|
||||
"billing.offering.free": undefined, // In English: "Free"
|
||||
"billing.offering.pro": undefined, // In English: "Professional"
|
||||
"billing.offering.business": undefined, // In English: "Business"
|
||||
"billing.cloud_storage": undefined, // In English: "Cloud Storage"
|
||||
"billing.ai_access": undefined, // In English: "AI Access"
|
||||
"billing.bandwidth": undefined, // In English: "Bandwidth"
|
||||
"billing.apps_and_games": undefined, // In English: "Apps & Games"
|
||||
"billing.upgrade_to_pro": undefined, // In English: "Upgrade to %strong%"
|
||||
"billing.switch_to": undefined, // In English: "Switch to %strong%"
|
||||
"billing.payment_setup": undefined, // In English: "Payment Setup"
|
||||
"billing.back": undefined, // In English: "Back"
|
||||
"billing.you_are_now_subscribed_to": undefined, // In English: "You are now subscribed to %strong% tier."
|
||||
"billing.you_are_now_subscribed_to_without_tier": undefined, // In English: "You are now subscribed"
|
||||
"billing.subscription_cancellation_confirmation": undefined, // In English: "Are you sure you want to cancel your subscription?"
|
||||
"billing.subscription_setup": undefined, // In English: "Subscription Setup"
|
||||
"billing.cancel_it": undefined, // In English: "Cancel It"
|
||||
"billing.keep_it": undefined, // In English: "Keep It"
|
||||
"billing.subscription_resumed": undefined, // In English: "Your %strong% subscription has been resumed!"
|
||||
"billing.upgrade_now": undefined, // In English: "Upgrade Now"
|
||||
"billing.upgrade": undefined, // In English: "Upgrade"
|
||||
"billing.currently_on_free_plan": undefined, // In English: "You are currently on the free plan."
|
||||
"billing.download_receipt": undefined, // In English: "Download Receipt"
|
||||
"billing.subscription_check_error": undefined, // In English: "A problem occurred while checking your subscription status."
|
||||
"billing.email_confirmation_needed": undefined, // In English: "Your email has not been confirmed. We'll send you a code to confirm it now."
|
||||
"billing.sub_cancelled_but_valid_until": undefined, // In English: "You have cancelled your subscription and it will automatically switch to the free tier at the end of the billing period. You will not be charged again unless you re-subscribe."
|
||||
"billing.current_plan_until_end_of_period": undefined, // In English: "Your current plan until the end of this billing period."
|
||||
"billing.current_plan": undefined, // In English: "Current plan"
|
||||
"billing.cancelled_subscription_tier": undefined, // In English: "Cancelled Subscription (%%)"
|
||||
"billing.manage": undefined, // In English: "Manage"
|
||||
"billing.limited": undefined, // In English: "Limited"
|
||||
"billing.expanded": undefined, // In English: "Expanded"
|
||||
"billing.accelerated": undefined, // In English: "Accelerated"
|
||||
"billing.enjoy_msg": undefined, // In English: "Enjoy %% of Cloud Storage plus other benefits."
|
||||
|
||||
"billing.change_payment_method": '更改', // In English: "Change"
|
||||
"billing.cancel": '取消', // In English: "Cancel"
|
||||
"billing.download_invoice": '下载', // In English: "Download"
|
||||
"billing.payment_method": '付款方式', // In English: "Payment Method"
|
||||
"billing.payment_method_updated": '已更新付款方式!', // In English: "Payment method updated!"
|
||||
"billing.confirm_payment_method": '确认付款方式', // In English: "Confirm Payment Method"
|
||||
"billing.payment_history": '付款历史', // In English: "Payment History"
|
||||
"billing.refunded": '已退款', // In English: "Refunded"
|
||||
"billing.paid": '已付款', // In English: "Paid"
|
||||
"billing.ok": '确认', // In English: "OK"
|
||||
"billing.resume_subscription": '恢复订阅', // In English: "Resume Subscription"
|
||||
"billing.subscription_cancelled": '您的订阅已被取消', // In English: "Your subscription has been canceled."
|
||||
"billing.subscription_cancelled_description": '在此账单期结束前,您仍可使用您的订阅服务。', // In English: "You will still have access to your subscription until the end of this billing period."
|
||||
"billing.offering.free": '免费', // In English: "Free"
|
||||
"billing.offering.pro": '专业', // In English: "Professional"
|
||||
"billing.offering.business": '商业', // In English: "Business"
|
||||
"billing.cloud_storage": '云存储', // In English: "Cloud Storage"
|
||||
"billing.ai_access": '人工智能访问', // In English: "AI Access"
|
||||
"billing.bandwidth": '频宽', // In English: "Bandwidth"
|
||||
"billing.apps_and_games": '应用和游戏', // In English: "Apps & Games"
|
||||
"billing.upgrade_to_pro": '升级至%strong%', // In English: "Upgrade to %strong%"
|
||||
"billing.switch_to": '转至%strong%', // In English: "Switch to %strong%"
|
||||
"billing.payment_setup": '付款设置', // In English: "Payment Setup"
|
||||
"billing.back": '返回', // In English: "Back"
|
||||
"billing.you_are_now_subscribed_to": '您现在已订阅了%strong%级别。', // In English: "You are now subscribed to %strong% tier."
|
||||
"billing.you_are_now_subscribed_to_without_tier": '您现在已订阅', // In English: "You are now subscribed"
|
||||
"billing.subscription_cancellation_confirmation": '您确定要取消订阅吗?', // In English: "Are you sure you want to cancel your subscription?"
|
||||
"billing.subscription_setup": '订阅设置', // In English: "Subscription Setup"
|
||||
"billing.cancel_it": '取消', // In English: "Cancel It"
|
||||
"billing.keep_it": '保留', // In English: "Keep It"
|
||||
"billing.subscription_resumed": '您的%strong%级别的订阅已被恢复!', // In English: "Your %strong% subscription has been resumed!"
|
||||
"billing.upgrade_now": '现在升级', // In English: "Upgrade Now"
|
||||
"billing.upgrade": '升级', // In English: "Upgrade"
|
||||
"billing.currently_on_free_plan": '您目前使用的是免费计划。', // In English: "You are currently on the free plan."
|
||||
"billing.download_receipt": '下载收据', // In English: "Download Receipt"
|
||||
"billing.subscription_check_error": '检查您的订阅状态时遇到错误。', // In English: "A problem occurred while checking your subscription status."
|
||||
"billing.email_confirmation_needed": '您的电邮还没被确认。我们将向您发送一个确认代码。', // In English: "Your email has not been confirmed. We'll send you a code to confirm it now."
|
||||
"billing.sub_cancelled_but_valid_until": '您已取消订阅,在结算期后将会自动转为免费级别。除非您重新订阅,否则不会再向您收取费用。', // In English: "You have cancelled your subscription and it will automatically switch to the free tier at the end of the billing period. You will not be charged again unless you re-subscribe."
|
||||
"billing.current_plan_until_end_of_period": '您当前的计划直至本账单期结束。', // In English: "Your current plan until the end of this billing period."
|
||||
"billing.current_plan": '当前计划', // In English: "Current plan"
|
||||
"billing.cancelled_subscription_tier": '已取消的订阅(%%)', // In English: "Cancelled Subscription (%%)"
|
||||
"billing.manage": '管理', // In English: "Manage"
|
||||
"billing.limited": '限制', // In English: "Limited"
|
||||
"billing.expanded": '扩展', // In English: "Expanded"
|
||||
"billing.accelerated": '加快', // In English: "Accelerated"
|
||||
"billing.enjoy_msg": '请享受%%云存储服务及其他优惠。', // In English: "Enjoy %% of Cloud Storage plus other benefits."
|
||||
}
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user