xyter/lang/en/plugins.json

47 lines
1.3 KiB
JSON

{
"credits": {
"modules": {
"balance": {
"general": {
"title": "[:dollar:] Credits (Balance)"
},
"user_has_amount_credits": "{{user}} has {{amount}} credits",
"error01": {
"description": "<@{{user}}> has no credits!"
},
"success01": {
"description": "<@{{user}}> has {{amount}} credits!\n"
}
},
"gift": {
"general": {
"title": "[:dollar:] Credits (Gift)"
},
"error01": {
"description": "You can not pay yourself!"
},
"error02": {
"description": "You can't gift zero or below!"
},
"error03": {
"description": "You have insufficient credits. Your balance is {{amount}}!"
},
"success01": {
"description": "You have received {{amount}} credits from {{user}} with reason {{reason}}!"
},
"success02": {
"description": "Successfully gifted {{amount}} credits to <@{{user}}> with reason {{reason}}!"
}
},
"top": {
"entry": "{{index}}. <@{{user}}> - {{amount}}",
"success01": {
"description": "Top 10 users with the most credits."
},
"general": {
"title": "[:dollar:] Credits (Top)"
}
}
}
}
}