mirror of
https://gitlab.com/Kwoth/nadekobot.git
synced 2025-09-10 17:28:27 -04:00
Removed some lingering strings calling Expressions 'CustomReactions'. Id which shows up when you add a new expr is now correct.
This commit is contained in:
@@ -1,13 +1,13 @@
|
||||
{
|
||||
"deleted": "Custom Reaction deleted",
|
||||
"insuff_perms": "Insufficient permissions. Requires Bot ownership for global custom reactions, and Administrator for server custom reactions.",
|
||||
"custom_reactions": "Custom Reactions",
|
||||
"new_cust_react": "New Custom Reaction",
|
||||
"no_found": "No custom reaction found.",
|
||||
"no_found_id": "No custom reaction found with that id.",
|
||||
"cleared": "All {0} custom reactions on this server have been removed.",
|
||||
"crr_reset": "Custom reaction with id {0} will no longer add reactions.",
|
||||
"crr_set": "Custom reaction with id {0} will add following reactions to the response message: {1}",
|
||||
"expr_deleted": "Expression deleted",
|
||||
"expr_insuff_perms": "Insufficient permissions. Requires Bot ownership for global expressions, and Administrator for server expressions.",
|
||||
"expressions": "Expressions",
|
||||
"expr_new": "New Expression",
|
||||
"expr_no_found": "No expression found.",
|
||||
"expr_no_found_id": "No expression found with that id.",
|
||||
"exprs_cleared": "All {0} expressions on this server have been removed.",
|
||||
"expr_reset": "Expression with id {0} will no longer add reactions.",
|
||||
"expr_set": "Expression with id {0} will add following reactions to the response message: {1}",
|
||||
"invalid_emojis": "All emojis you've specified are invalid.",
|
||||
"invalid_emoji_link": "Specified link is either not an image or exceeds 256KB.",
|
||||
"emoji_add_error": "Error adding emoji. You either ran out of emoji slots, or image size is inadequate.",
|
||||
@@ -636,8 +636,8 @@
|
||||
"vcrole_added": "Users who join {0} voice channel will get {1} role.",
|
||||
"vcrole_removed": "Users who join {0} voice channel will no longer get a role.",
|
||||
"vc_role_list": "Voice channel roles",
|
||||
"option_disabled": "{0} option is now disabled for custom reaction with id {1}.",
|
||||
"option_enabled": "{0} option is now enabled for custom reaction with id {1}.",
|
||||
"option_disabled": "{0} option is now disabled for the expression with id {1}.",
|
||||
"option_enabled": "{0} option is now enabled for the expression with id {1}.",
|
||||
"aliases_none": "No alias found",
|
||||
"alias_added": "Typing {0} will now be an alias of {1}.",
|
||||
"alias_list": "List of aliases",
|
||||
@@ -847,7 +847,7 @@
|
||||
"club_apps_for": "Applicants for {0} club",
|
||||
"club_leaderboard": "Club leaderboard - page {0}",
|
||||
"template_reloaded": "Xp template has been reloaded.",
|
||||
"edited_cust_react": "Custom Reaction Edited",
|
||||
"expr_edited": "Expression Edited",
|
||||
"self_assign_are_exclusive": "You can only choose 1 role from each group.",
|
||||
"self_assign_are_not_exclusive": "You can choose any number of roles from any group.",
|
||||
"self_assign_group": "Group {0}",
|
||||
@@ -870,7 +870,6 @@
|
||||
"feed_no_feed": "You haven't subscribed to any feeds on this server.",
|
||||
"restart_fail": "You must setup RestartCommand in your creds.yml",
|
||||
"restarting": "Restarting.",
|
||||
"edit_fail": "Custom reaction with that ID does not exist.",
|
||||
"streaming": "Streaming",
|
||||
"rafflecur": "{0} Currency Raffle",
|
||||
"rafflecur_joined": "User {0} joined the raffle",
|
||||
|
Reference in New Issue
Block a user