1
Fork 0
mirror of https://github.com/wlinator/luminara.git synced 2024-10-02 18:03:12 +00:00

Chore: Sort JSON alphabetically

This commit is contained in:
wlinator 2024-08-15 06:08:44 -04:00
parent b3fbb144dc
commit 11f419615a

View file

@ -1,35 +1,4 @@
{
"triggers_no_reactions_title": "No Custom Reactions Found",
"triggers_no_reactions_description": "There are no custom reactions set up yet.\n\nTo create a new custom reaction, use the following commands:\n`/trigger add emoji` - Add a new custom emoji reaction.\n`/trigger add response` - Add a new custom text reaction.\n\n**Emoji Reaction:**\nAn emoji reaction will react with a specific emoji when the trigger text is detected.\n\n**Text Reaction:**\nA text reaction will respond with a specific text message when the trigger text is detected.",
"triggers_add_description": "**Trigger Text:** `{0}`\n**Reaction Type:** {1}\n**Full Match:** `{2}`\n",
"triggers_type_emoji": "Emoji",
"triggers_type_text": "Text",
"triggers_add_emoji_details": "**Emoji ID:** `{0}`",
"triggers_add_text_details": "**Response:** `{0}`",
"triggers_add_author": "Custom Reaction Created",
"trigger_limit_reached": "Failed to add custom reaction. You have reached the limit of 100 custom reactions for this server.",
"trigger_already_exists": "Failed to add custom reaction. This text already contains another trigger. To avoid unexpected behavior, please delete it before adding a new one.",
"triggers_delete_not_found_author": "Custom Reaction Not Found",
"triggers_not_found": "no custom reaction found with the provided ID.",
"triggers_not_deleted": "something went wrong while trying to delete this trigger.",
"triggers_not_added": "failed to add custom reaction. Please try again.",
"triggers_delete_author": "Custom Reaction Deleted",
"triggers_delete_description": "custom reaction has been successfully deleted.",
"triggers_list_trigger_text": "**Trigger Text:** `{0}`",
"triggers_list_reaction_type": "**Reaction Type:** {0}",
"triggers_list_emoji_id": "**Emoji ID:** `{0}`",
"triggers_list_response": "**Response:** `{0}`",
"triggers_list_full_match": "**Full Match:** `{0}`",
"triggers_list_usage_count": "**Usage Count:** `{0}`",
"triggers_list_custom_reaction_id": "**ID:** {0}",
"triggers_list_custom_reactions_title": "Custom Reactions",
"triggers_reaction_service_footer": "Reaction Service",
"greet_default_description": "_ _\n**Welcome** to **{0}**",
"greet_template_description": "↓↓↓\n{0}",
"boost_default_title": "New Booster",
"boost_default_description": "Thanks for boosting, **{0}**!!",
"lumi_exception_generic": "An error occurred.",
"lumi_exception_blacklisted": "User is blacklisted",
"admin_award_description": "awarded **${0}** to {1}.",
"admin_award_title": "Awarded Currency",
"admin_blacklist_author": "User Blacklisted",
@ -48,21 +17,23 @@
"admin_sync_error_title": "Sync Error",
"admin_sync_title": "Sync Successful",
"bet_limit": "❌ | **{0}** you cannot place any bets above **${1}**.",
"birthday_check_started": "Daily birthday check started.",
"birthday_check_skipped": "Birthday announcements in guild with ID {0} skipped: no birthday channel.",
"birthday_check_success": "Birthday announcement Success! user/guild/chan ID: {0}/{1}/{2}",
"birthday_check_error": "Birthday announcement skipped processing user/guild {0}/{1} | {2}",
"birthday_check_finished": "Daily birthday check finished. {0} birthdays processed. {1} birthdays failed.",
"birthday_add_invalid_date": "The date you entered is invalid.",
"birthday_add_success_author": "Birthday Set",
"birthday_add_success_description": "your birthday has been set to **{0} {1}**.",
"birthday_check_error": "Birthday announcement skipped processing user/guild {0}/{1} | {2}",
"birthday_check_finished": "Daily birthday check finished. {0} birthdays processed. {1} birthdays failed.",
"birthday_check_skipped": "Birthday announcements in guild with ID {0} skipped: no birthday channel.",
"birthday_check_started": "Daily birthday check started.",
"birthday_check_success": "Birthday announcement Success! user/guild/chan ID: {0}/{1}/{2}",
"birthday_delete_success_author": "Birthday Deleted",
"birthday_delete_success_description": "your birthday has been deleted from this server.",
"birthday_leap_year": "February 29",
"birthday_upcoming_author": "Upcoming Birthdays!",
"birthday_upcoming_description_line": "🎂 {0} - {1}",
"birthday_upcoming_no_birthdays_author": "No Upcoming Birthdays",
"birthday_upcoming_no_birthdays": "there are no upcoming birthdays in this server.",
"birthday_leap_year": "February 29",
"birthday_upcoming_no_birthdays_author": "No Upcoming Birthdays",
"boost_default_description": "Thanks for boosting, **{0}**!!",
"boost_default_title": "New Booster",
"case_case_field": "Case:",
"case_case_field_value": "`{0}`",
"case_duration_field": "Duration:",
@ -179,6 +150,8 @@
"error_private_message_only_description": "this command can only be used in private messages.",
"error_unknown_error_author": "Unknown Error",
"error_unknown_error_description": "an unknown error occurred. Please try again later.",
"greet_default_description": "_ _\n**Welcome** to **{0}**",
"greet_template_description": "↓↓↓\n{0}",
"help_use_prefix": "Please use Lumi's prefix to get help. Type `{0}help`",
"info_api_version": "**API:** v{0}\n",
"info_database_records": "**Database:** {0} records",
@ -209,6 +182,8 @@
"invite_description": "Thanks for inviting me to your server!",
"level_up": "📈 | **{0}** you have reached **Level {1}**.",
"level_up_prefix": "📈 | **{0}** ",
"lumi_exception_blacklisted": "User is blacklisted",
"lumi_exception_generic": "An error occurred.",
"mod_ban_dm": "**{0}** you have been banned from `{1}`.\n\n**Reason:** `{2}`",
"mod_banned_author": "User Banned",
"mod_banned_user": "user with ID `{0}` has been banned.",
@ -243,6 +218,31 @@
"ping_uptime": "I've been online since <t:{0}:R>.",
"stats_blackjack": "🃏 | You've played **{0}** games of BlackJack, betting a total of **${1}**. You won **{2}** of those games with a total payout of **${3}**.",
"stats_slots": "🎰 | You've played **{0}** games of Slots, betting a total of **${1}**. Your total payout was **${2}**.",
"trigger_already_exists": "Failed to add custom reaction. This text already contains another trigger. To avoid unexpected behavior, please delete it before adding a new one.",
"trigger_limit_reached": "Failed to add custom reaction. You have reached the limit of 100 custom reactions for this server.",
"triggers_add_author": "Custom Reaction Created",
"triggers_add_description": "**Trigger Text:** `{0}`\n**Reaction Type:** {1}\n**Full Match:** `{2}`\n",
"triggers_add_emoji_details": "**Emoji ID:** `{0}`",
"triggers_add_text_details": "**Response:** `{0}`",
"triggers_delete_author": "Custom Reaction Deleted",
"triggers_delete_description": "custom reaction has been successfully deleted.",
"triggers_delete_not_found_author": "Custom Reaction Not Found",
"triggers_list_custom_reaction_id": "**ID:** {0}",
"triggers_list_custom_reactions_title": "Custom Reactions",
"triggers_list_emoji_id": "**Emoji ID:** `{0}`",
"triggers_list_full_match": "**Full Match:** `{0}`",
"triggers_list_reaction_type": "**Reaction Type:** {0}",
"triggers_list_response": "**Response:** `{0}`",
"triggers_list_trigger_text": "**Trigger Text:** `{0}`",
"triggers_list_usage_count": "**Usage Count:** `{0}`",
"triggers_no_reactions_description": "There are no custom reactions set up yet.\n\nTo create a new custom reaction, use the following commands:\n`/trigger add emoji` - Add a new custom emoji reaction.\n`/trigger add response` - Add a new custom text reaction.\n\n**Emoji Reaction:**\nAn emoji reaction will react with a specific emoji when the trigger text is detected.\n\n**Text Reaction:**\nA text reaction will respond with a specific text message when the trigger text is detected.",
"triggers_no_reactions_title": "No Custom Reactions Found",
"triggers_not_added": "failed to add custom reaction. Please try again.",
"triggers_not_deleted": "something went wrong while trying to delete this trigger.",
"triggers_not_found": "no custom reaction found with the provided ID.",
"triggers_reaction_service_footer": "Reaction Service",
"triggers_type_emoji": "Emoji",
"triggers_type_text": "Text",
"xkcd_description": "[Explainxkcd]({0}) | [Webpage]({1})",
"xkcd_footer": "Xkcd Service",
"xkcd_not_found": "failed to fetch this comic.",