diff --git a/src/locales/en.json b/src/locales/en.json index 26ab68c..e433e2d 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -937,6 +937,7 @@ "days_other": "{{count}} days", "subscriptionDays": "Subscription days", "day": "Day", + "spinCost": "Spin cost", "spin": "SPIN!", "spinning": "Spinning...", "history": "History", diff --git a/src/locales/fa.json b/src/locales/fa.json index 75464b1..4311f6b 100644 --- a/src/locales/fa.json +++ b/src/locales/fa.json @@ -779,6 +779,7 @@ "days_other": "{{count}} روز", "subscriptionDays": "روز اشتراک", "day": "روز", + "spinCost": "هزینه چرخش", "spin": "بچرخان!", "spinning": "در حال چرخش...", "history": "تاریخچه", diff --git a/src/locales/ru.json b/src/locales/ru.json index 2fd0b67..66108e5 100644 --- a/src/locales/ru.json +++ b/src/locales/ru.json @@ -966,6 +966,7 @@ "days_many": "{{count}} дней", "subscriptionDays": "Дни подписки", "day": "День", + "spinCost": "Стоимость вращения", "spin": "КРУТИТЬ!", "spinning": "Крутится...", "history": "История", diff --git a/src/locales/zh.json b/src/locales/zh.json index 5c6f4e9..5e1948c 100644 --- a/src/locales/zh.json +++ b/src/locales/zh.json @@ -779,6 +779,7 @@ "days_other": "{{count}} 天", "subscriptionDays": "订阅天数", "day": "天", + "spinCost": "抽奖费用", "spin": "开始抽奖!", "spinning": "抽奖中...", "history": "历史", diff --git a/src/pages/Wheel.tsx b/src/pages/Wheel.tsx index 6a625cf..737b05b 100644 --- a/src/pages/Wheel.tsx +++ b/src/pages/Wheel.tsx @@ -545,7 +545,8 @@ export default function Wheel() {
{t('wheel.spinCost')}