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

Sort strings.json alphabetically

This commit is contained in:
wlinator 2024-08-14 04:03:26 -04:00
parent 055c64243c
commit ccf2b1236b

View file

@ -1,21 +1,21 @@
{
"admin_award_title": "Awarded Currency",
"admin_award_description": "awarded **${0}** to {1}.",
"admin_blacklist_description": "user `{0}` has been blacklisted from Luminara.",
"admin_award_title": "Awarded Currency",
"admin_blacklist_author": "User Blacklisted",
"admin_blacklist_description": "user `{0}` has been blacklisted from Luminara.",
"admin_blacklist_footer": "There is no process to reinstate a blacklisted user. Appeals are not considered.",
"admin_sql_select_title": "SQL Select Query",
"admin_sql_select_description": "```sql\nSELECT {0}\n```\n```\n{1}\n```",
"admin_sql_select_error_title": "SQL Select Query Error",
"admin_sql_select_error_description": "```sql\nSELECT {0}\n```\n```\n{1}\n```",
"admin_sql_inject_title": "SQL Query Executed",
"admin_sql_inject_description": "```sql\n{0}\n```",
"admin_sql_inject_error_title": "SQL Query Error",
"admin_sql_inject_error_description": "```sql\n{0}\n```\n```\n{1}\n```",
"admin_sync_title": "Sync Successful",
"admin_sql_inject_error_title": "SQL Query Error",
"admin_sql_inject_title": "SQL Query Executed",
"admin_sql_select_description": "```sql\nSELECT {0}\n```\n```\n{1}\n```",
"admin_sql_select_error_description": "```sql\nSELECT {0}\n```\n```\n{1}\n```",
"admin_sql_select_error_title": "SQL Select Query Error",
"admin_sql_select_title": "SQL Select Query",
"admin_sync_description": "command tree synced successfully.",
"admin_sync_error_title": "Sync Error",
"admin_sync_error_description": "An error occurred while syncing: {0}",
"admin_sync_error_title": "Sync Error",
"admin_sync_title": "Sync Successful",
"bet_limit": "❌ | **{0}** you cannot place any bets above **${1}**.",
"case_case_field": "Case:",
"case_case_field_value": "`{0}`",
@ -114,6 +114,7 @@
"error_bot_missing_permissions_description": "Lumi lacks the required permissions to run this command.",
"error_command_cooldown_author": "Command Cooldown",
"error_command_cooldown_description": "try again in **{0:02d}:{1:02d}**.",
"error_command_not_found": "No command called \"{0}\" found.",
"error_image_url_invalid": "invalid image URL.",
"error_invalid_duration": "Invalid duration: {0}",
"error_invalid_duration_author": "Invalid Duration",
@ -167,12 +168,19 @@
"mod_banned_user": "user with ID `{0}` has been banned.",
"mod_dm_not_sent": "Failed to notify them in DM",
"mod_dm_sent": "notified them in DM",
"mod_kick_dm": "**{0}** you have been kicked from `{1}`.\n\n**Reason:** `{2}`",
"mod_kicked_author": "User Kicked",
"mod_kicked_user": "user `{0}` has been kicked.",
"mod_no_reason": "No reason provided.",
"mod_not_banned": "user with ID `{0}` is not banned.",
"mod_not_banned_author": "User Not Banned",
"mod_not_timed_out": "user `{0}` is not timed out.",
"mod_not_timed_out_author": "User Not Timed Out",
"mod_reason": "Moderator: {0} | Reason: {1}",
"mod_softban_dm": "**{0}** you have been softbanned from `{1}`.\n\n**Reason:** `{2}`",
"mod_softban_unban_reason": "Softban by {0}",
"mod_softbanned_author": "User Softbanned",
"mod_softbanned_user": "user `{0}` has been softbanned.",
"mod_timed_out_author": "User Timed Out",
"mod_timed_out_user": "user `{0}` has been timed out.",
"mod_timeout_dm": "**{0}** you have been timed out in `{1}` for `{2}`.\n\n**Reason:** `{3}`",
@ -183,13 +191,6 @@
"mod_warn_dm": "**{0}** you have been warned in `{1}`.\n\n**Reason:** `{2}`",
"mod_warned_author": "User Warned",
"mod_warned_user": "user `{0}` has been warned.",
"mod_kicked_author": "User Kicked",
"mod_kicked_user": "user `{0}` has been kicked.",
"mod_kick_dm": "**{0}** you have been kicked from `{1}`.\n\n**Reason:** `{2}`",
"mod_softbanned_author": "User Softbanned",
"mod_softban_dm": "**{0}** you have been softbanned from `{1}`.\n\n**Reason:** `{2}`",
"mod_softbanned_user": "user `{0}` has been softbanned.",
"mod_softban_unban_reason": "Softban by {0}",
"ping_author": "I'm online!",
"ping_footer": "Latency: {0}ms",
"ping_pong": "Pong!",
@ -211,6 +212,5 @@
"xp_lb_field_value": "level: **{0}**\nxp: `{1}/{2}`",
"xp_level": "Level {0}",
"xp_progress": "Progress to next level",
"xp_server_rank": "Server Rank: #{0}",
"error_command_not_found": "No command called \"{0}\" found."
"xp_server_rank": "Server Rank: #{0}"
}