JaBa/languages/en-US/economy/birthdate.json

15 lines
551 B
JSON
Raw Normal View History

2023-06-06 10:21:47 +05:00
{
2023-06-06 22:48:46 +05:00
"DESCRIPTION": "Sets your date of birth",
2023-06-06 10:21:47 +05:00
"USAGE": "[day] [month] [year]",
"EXAMPLES": "birthdate day:17 month:03 year:2000",
2023-06-06 22:48:46 +05:00
"DAY": "Day",
"MONTH": "Month",
"YEAR": "Year",
2024-08-13 18:52:55 +05:00
"CLEAR": "Clear date?",
2023-06-06 22:48:46 +05:00
"INVALID_DATE": "Invalid date provided",
"DATE_TOO_LOW": "Are you over 80 years old? :eyes:",
"DATE_TOO_HIGH": "Hmm... You haven't been born yet",
"HAPPY_BIRTHDAY": "Happy Birthday",
2023-10-17 12:48:25 +05:00
"HAPPY_BIRTHDAY_MESSAGE": "Happy birthday to <@{{user}}>! Today, they have turned {{age}}!",
2024-08-13 18:52:55 +05:00
"SUCCESS": "Your date of birth has been set to **{{date}}**"
2023-06-06 10:21:47 +05:00
}