We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c0ac29c commit 9cd61e4Copy full SHA for 9cd61e4
src/i18n/en.yaml
@@ -23,7 +23,7 @@ commands:
23
description: "You can only invite {count} people in the past {days} days"
24
status: "Current Status"
25
used: "{count} used"
26
- remaining: "{count} remaining"
+ remaining: "{remaining} remaining"
27
footer: "Try again when your limit resets"
28
join_date_not_found:
29
title: "❌ Join Date Not Found"
src/i18n/zh-TW.yaml
description: "您在過去 {days} 天內只能邀請 {count} 人"
status: "目前狀態"
used: "已使用 {count} 次"
- remaining: "剩餘 {count} 次"
+ remaining: "剩餘 {remaining} 次"
footer: "請等待限制重置後再試"
success:
title: "🎫 已建立新邀請"
0 commit comments