feat(i18n): update localization files with new currency display options and descriptions
Added translations for custom currency display settings across multiple languages, including descriptions for quota display types and exchange rates. This enhances user experience by providing clear information on how quotas are displayed and calculated in different currencies.
This commit is contained in:
Vendored
+13
@@ -2470,6 +2470,19 @@
|
||||
"自定义请求体模式": "Custom Request Body Mode",
|
||||
"自定义货币": "Custom currency",
|
||||
"自定义货币符号": "Custom currency symbol",
|
||||
"自定义货币符号将显示在所有额度数值前,例如 €1.50": "Custom currency symbol will appear before all quota amounts, e.g. €1.50",
|
||||
"额度展示类型": "Quota display type",
|
||||
"站点所有额度将以美元 ($) 显示": "All site quotas will be displayed in USD ($)",
|
||||
"站点所有额度将按汇率换算为人民币 (¥) 显示": "All site quotas will be converted to CNY (¥) using the exchange rate",
|
||||
"站点所有额度将以原始 Token 数显示,不做货币换算": "All site quotas will be displayed as raw token counts without currency conversion",
|
||||
"站点所有额度将按汇率换算为自定义货币显示": "All site quotas will be converted to custom currency using the exchange rate",
|
||||
"汇率": "Exchange rate",
|
||||
"每美元对应 Token 数": "Tokens per USD",
|
||||
"预览效果": "Preview",
|
||||
"请输入汇率": "Please enter the exchange rate",
|
||||
"系统内部以美元 (USD) 为基准计价。用户余额、充值金额、模型定价、用量日志等所有金额显示均按此汇率换算为人民币,不影响内部计费": "The system uses USD as the base pricing unit. User balance, top-up amounts, model pricing, usage logs — all displayed amounts will be converted to CNY at this rate. Internal billing is not affected.",
|
||||
"系统内部计费精度,默认 500000,修改可能导致计费异常,请谨慎操作": "Internal billing precision, default 500000. Changing this may cause billing anomalies — proceed with caution.",
|
||||
"系统内部以美元 (USD) 为基准计价。用户余额、充值金额、模型定价、用量日志等所有金额显示均按此汇率换算为自定义货币,不影响内部计费": "The system uses USD as the base pricing unit. User balance, top-up amounts, model pricing, usage logs — all displayed amounts will be converted to custom currency at this rate. Internal billing is not affected.",
|
||||
"自定义错误响应": "Custom Error Response",
|
||||
"自定义镜像": "Custom Image",
|
||||
"自用模式": "Self-use mode",
|
||||
|
||||
Reference in New Issue
Block a user