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

12 lines
608 B
JSON
Raw Normal View History

2021-12-10 21:39:54 +05:00
{
2021-12-22 16:50:28 +05:00
"DESCRIPTION": "Set the birthday date that appear on your profile",
"USAGE": "{{prefix}}birthdate (date)",
"EXAMPLES": "{{prefix}}birthdate 01/12/2000",
"MISSING_DATE": "Please enter a valid date! For example, 01/12/2000",
"INVALID_DATE": "You must use the following date format: DD/MM/YYYY. For example, `December 1, 2000` will be `01/12/2000`.",
"DATE_TOO_HIGH": "More than 80 years old? :eyes:",
"DATE_TOO_LOW": "Humm, nop! You must be born!",
2021-12-30 01:47:55 +05:00
"HAPPY_BIRTHDAY": "Happy birthday!",
2021-12-30 00:46:10 +05:00
"HAPPY_BIRTHDAY_MESSAGE": "Happy birthday, <@{{user}}>!",
2021-12-22 16:50:28 +05:00
"SUCCESS": "Your birthday has been set on {{date}}!"
2021-12-10 21:39:54 +05:00
}