Commit fd557064 by CaIon

feat(subscription): add descriptions for plan purchase amounts in multiple languages

parent f6c26043
......@@ -330,6 +330,11 @@ export function SubscriptionsMutateDrawer({
}
/>
</FormControl>
<FormDescription>
{t(
'Amount the user pays to purchase this plan; the actual currency depends on the payment gateway.'
)}
</FormDescription>
<FormMessage />
</FormItem>
)}
......
......@@ -139,6 +139,8 @@
"active users": "active users",
"Actual Amount": "Actual Amount",
"Plan Price": "Plan Price",
"Amount the user pays to purchase this plan; the actual currency depends on the payment gateway.": "Amount the user pays to purchase this plan; the actual currency depends on the payment gateway.",
"Amount the user pays to purchase this plan (USD).": "Amount the user pays to purchase this plan (USD).",
"Plan Quota": "Plan Quota",
"Total quota included in the plan, usable per billing period. 0 means unlimited.": "Total quota included in the plan, usable per billing period. 0 means unlimited.",
"Actual Model": "Actual Model",
......
......@@ -139,6 +139,8 @@
"active users": "utilisateurs actifs",
"Actual Amount": "Montant réel",
"Plan Price": "Prix du forfait",
"Amount the user pays to purchase this plan; the actual currency depends on the payment gateway.": "Montant que l'utilisateur paie pour acheter ce forfait ; la devise réelle dépend de la passerelle de paiement.",
"Amount the user pays to purchase this plan (USD).": "Montant que l'utilisateur paie pour acheter ce forfait (USD).",
"Plan Quota": "Quota du forfait",
"Total quota included in the plan, usable per billing period. 0 means unlimited.": "Quota total inclus dans le forfait, utilisable par période de facturation. 0 signifie illimité.",
"Actual Model": "Modèle réel",
......
......@@ -139,6 +139,8 @@
"active users": "アクティブユーザー",
"Actual Amount": "実際の金額",
"Plan Price": "プラン価格",
"Amount the user pays to purchase this plan; the actual currency depends on the payment gateway.": "ユーザーがこのプランを購入する際に支払う金額。実際の通貨は決済ゲートウェイによって異なります。",
"Amount the user pays to purchase this plan (USD).": "ユーザーがこのプランを購入する際に支払う金額(USD)。",
"Plan Quota": "プランのクォータ",
"Total quota included in the plan, usable per billing period. 0 means unlimited.": "プランに含まれる合計クォータ。請求期間ごとに使用可能。0 は無制限を意味します。",
"Actual Model": "実際のモデル",
......
......@@ -139,6 +139,8 @@
"active users": "активных пользователей",
"Actual Amount": "Фактическая сумма",
"Plan Price": "Цена тарифа",
"Amount the user pays to purchase this plan; the actual currency depends on the payment gateway.": "Сумма, которую пользователь платит за покупку тарифа; фактическая валюта зависит от платёжного шлюза.",
"Amount the user pays to purchase this plan (USD).": "Сумма, которую пользователь платит за покупку этого тарифа (USD).",
"Plan Quota": "Квота тарифа",
"Total quota included in the plan, usable per billing period. 0 means unlimited.": "Общая квота, включённая в тариф, доступна за каждый расчётный период. 0 означает безлимит.",
"Actual Model": "Фактическая модель",
......
......@@ -139,6 +139,8 @@
"active users": "Người dùng tích cực",
"Actual Amount": "Số tiền thực tế",
"Plan Price": "Giá gói",
"Amount the user pays to purchase this plan; the actual currency depends on the payment gateway.": "Số tiền người dùng trả để mua gói này; loại tiền tệ thực tế tùy thuộc vào cổng thanh toán.",
"Amount the user pays to purchase this plan (USD).": "Số tiền người dùng trả để mua gói này (USD).",
"Plan Quota": "Hạn ngạch gói",
"Total quota included in the plan, usable per billing period. 0 means unlimited.": "Tổng hạn ngạch bao gồm trong gói, dùng được mỗi kỳ thanh toán. 0 nghĩa là không giới hạn.",
"Actual Model": "Mô hình thực tế",
......
......@@ -139,6 +139,8 @@
"active users": "活跃用户",
"Actual Amount": "实付金额",
"Plan Price": "套餐价格",
"Amount the user pays to purchase this plan; the actual currency depends on the payment gateway.": "用户购买该套餐需支付的金额,具体币种由支付渠道决定",
"Amount the user pays to purchase this plan (USD).": "用户购买该套餐需支付的金额(美元)。",
"Plan Quota": "套餐额度",
"Total quota included in the plan, usable per billing period. 0 means unlimited.": "套餐包含的总额度,每个计费周期可用;0 表示不限量",
"Actual Model": "实际模型",
......
......@@ -366,6 +366,7 @@ export const STATIC_I18N_KEYS = [
'e.g. Suitable for light usage',
'Actual Amount',
'Plan Price',
'Amount the user pays to purchase this plan; the actual currency depends on the payment gateway.',
'Plan Quota',
'Total quota included in the plan, usable per billing period. 0 means unlimited.',
'Total Quota',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment