mirror of
https://gitlab.com/Kwoth/nadekobot.git
synced 2025-09-11 01:38:27 -04:00
Added appropriate error messages for every club related command. Removed obsolete error messages.
This commit is contained in:
@@ -150,7 +150,6 @@
|
||||
"rc": "Color of {0} role has been changed.",
|
||||
"rc_perms": "Error occurred due to invalid color or insufficient permissions.",
|
||||
"color": "Color",
|
||||
"icon": "Icon",
|
||||
"hoisted": "Hoisted",
|
||||
"mentionable": "Mentionable",
|
||||
"remrole": "Successfully removed role {0} from user {1}",
|
||||
@@ -271,7 +270,6 @@
|
||||
"usage": "Usage",
|
||||
"options": "Options",
|
||||
"requires": "Requires",
|
||||
"tag": "Tag",
|
||||
"animal_race": "Animal race",
|
||||
"animal_race_failed": "Failed to start since there was not enough participants.",
|
||||
"animal_race_full": "Race is full! Starting immediately.",
|
||||
@@ -443,7 +441,6 @@
|
||||
"removed": "removed permission #{0} - {1}",
|
||||
"rx_disable": "Disabled usage of {0} {1} for {2} role.",
|
||||
"rx_enable": "Enabled usage of {0} {1} for {2} role.",
|
||||
"sec": "sec.",
|
||||
"sx_disable": "Disabled usage of {0} {1} on this server.",
|
||||
"sx_enable": "Enabled usage of {0} {1} on this server.",
|
||||
"unblacklisted": "Unblacklisted {0} with ID {1}",
|
||||
@@ -841,20 +838,22 @@
|
||||
"club_join_banned": "You're banned from that club.",
|
||||
"club_already_in": "You are already a member of a club.",
|
||||
"club_create_error_name": "Failed creating the club. A club with that name already exists.",
|
||||
"club_create_error": "Failed creating the club. Make sure you're above level 5 and not a member of a club already.",
|
||||
"club_name_too_long": "Club name is too long.",
|
||||
"club_created": "Club {0} successfully created!",
|
||||
"club_create_insuff_lvl": "You don't meet the minimum level requirements in order to create a club.",
|
||||
"club_not_exists": "That club doesn't exist.",
|
||||
"club_applied": "You've applied for membership in {0} club.",
|
||||
"club_accepted": "Accepted user {0} to the club.",
|
||||
"club_accept_error": "User not found",
|
||||
"club_accept_invalid_applicant": "That user has not applied to your club.",
|
||||
"club_left": "You've left the club.",
|
||||
"club_not_in_a_club": "You are not in a club.",
|
||||
"club_owner_cant_leave": "Club owner can't leave the club - you must either transfer ownership or disband the club.",
|
||||
"club_user_kick": "User {0} kicked from {1} club.",
|
||||
"club_user_not_in_club": "{0} is not in a club.",
|
||||
"club_user_kick_fail": "Error kicking. You're either not the club owner, or that user is not in your club.",
|
||||
"club_user_banned": "Banned user {0} from {1} club.",
|
||||
"club_owner_only": "This action can only be performed by the club owner.",
|
||||
"club_admin_invalid_target": "You can't target yourself or the club owner.",
|
||||
"club_target_not_member": "Specified user is not a member of your club.",
|
||||
"club_admin_perms": "You must be a club admin or owner in order to perform this action.",
|
||||
"club_ban_fail_user_not_found": "That user is not in your club or applied to it.",
|
||||
"club_ban_fail_unbannable": "Only the club owner can ban club admins.",
|
||||
@@ -864,11 +863,14 @@
|
||||
"club_desc_update_failed": "Failed changing club description.",
|
||||
"club_disbanded": "Club {0} has been disbanded",
|
||||
"club_disband_error": "Error. You are either not in a club, or you are not the owner of your club.",
|
||||
"club_icon_error": "Not a valid image url or you're not the club owner.",
|
||||
"club_icon_too_large": "Image is too large.",
|
||||
"club_icon_invalid_filetype": "Specified image has an invalid filetype. Make sure you're specifying a direct image url.",
|
||||
"club_icon_url_format": "You must specify an absolute image url/.",
|
||||
"club_icon_set": "New club icon set.",
|
||||
"club_bans_for": "Bans for {0} club",
|
||||
"club_apps_for": "Applicants for {0} club",
|
||||
"club_leaderboard": "Club leaderboard - page {0}",
|
||||
"club_kick_hierarchy": "Only club owner can kick club admins. Owner can't be kicked.",
|
||||
"template_reloaded": "Xp template has been reloaded.",
|
||||
"expr_edited": "Expression Edited",
|
||||
"self_assign_are_exclusive": "You can only choose 1 role from each group.",
|
||||
@@ -882,7 +884,6 @@
|
||||
"poll_closed": "Poll Closed!",
|
||||
"club_admin_add": "{0} is now a club admin.",
|
||||
"club_admin_remove": "{0} is no longer club admin.",
|
||||
"club_admin_error": "Error. You are either not the owner of the club, or that user is not in your club.",
|
||||
"started": "Started. Reposting every {0}s.",
|
||||
"stopped": "Stopped reposting.",
|
||||
"feed_added": "Feed added.",
|
||||
@@ -929,7 +930,6 @@
|
||||
"mass_ban_completed": "Banned {0} users.",
|
||||
"mass_kill_completed": "Mass Banning and Blacklisting of {0} users is complete.",
|
||||
"club_transfered": "Ownership of the club {0} has been transferred to {1}",
|
||||
"club_transfer_failed": "Transfer failed. You must be the club owner. Target must be a member of your club.",
|
||||
"roll_duel_challenge": "challenged {1} for a roll duel for {2}",
|
||||
"roll_duel": "Roll Duel",
|
||||
"roll_duel_no_funds": "Either you or your opponent don't have enough funds.",
|
||||
|
Reference in New Issue
Block a user