|
1 | 1 | { |
2 | | - "bot": { |
3 | | - "error": "Action Failed", |
4 | | - "missing_interaction": "This %INTERACTION% doesn't have an event set up yet!" |
| 2 | + "global": { |
| 3 | + "error_title": "Action Failed", |
| 4 | + "error_description": "Error for the developers: ```%ERROR%```", |
| 5 | + "missing_interaction": "This %INTERACTION% doesn't have an event set up yet!", |
| 6 | + "reserved_interaction": "This interaction is reserved for %USER%!", |
| 7 | + "progress_description": "This can take some time, please wait…", |
| 8 | + "maintenance": "I'm currently under maintenance. Please try again later!", |
| 9 | + "invalid_message": "Could not find message ID %ID%!", |
| 10 | + "none": "*None*" |
5 | 11 | }, |
6 | 12 | "command": { |
7 | 13 | "error": "One of my developers made an error while making this command! Don't worry, the error is not on your side. Please contact <@360249987927638016> or <@173336582265241601> if this keeps occurring.", |
8 | | - "maintenance": "I'm currently under maintenance, please try again later.", |
| 14 | + "no_permission": "You don't have permission to run this command!", |
9 | 15 | "description": { |
10 | 16 | "autopush": "Push textures from a result channel to GitHub.", |
11 | 17 | "channelpush": "Send textures to result channels.", |
12 | 18 | "behave": "(⌯˃̶᷄ ﹏ ˂̶᷄⌯)", |
| 19 | + "eval": "Evaluate a string of code.", |
13 | 20 | "feedback": "Create a new suggestion or bug report on our GitHub bug tracker.", |
14 | 21 | "backup": "Back up all files to the GitHub Database repository.", |
15 | 22 | "hotfix": "Fix something (may change at any time).", |
| 23 | + "info": "General info about CompliBot Submissions.", |
16 | 24 | "ping": "Pong!", |
17 | 25 | "reload": "Reloads all commands.", |
18 | 26 | "restart": "Restart the bot.", |
19 | 27 | "say": "Make the bot say something.", |
20 | | - "reply": "Reply to a message with the bot", |
| 28 | + "remove": "Remove files from a pack repository. This does not remove contributions or other pack-specific data.", |
| 29 | + "reply": "Reply to a message with the bot.", |
21 | 30 | "shutdown": "Stops the bot.", |
22 | | - "status": "Changes the bot's status.", |
23 | | - "remove": "Remove files from a pack repository. This does not remove contributions or other pack-specific data." |
| 31 | + "status": "Changes the bot's status." |
| 32 | + }, |
| 33 | + "feedback": { |
| 34 | + "success_bug": "Bug report received!", |
| 35 | + "success_feedback": "Feature request received!", |
| 36 | + "success_description": "Your ticket will be created shortly on GitHub. Thank you for helping us improve the bot!", |
| 37 | + "failure_title": "Feedback could not be sent!" |
| 38 | + }, |
| 39 | + "remove": { |
| 40 | + "removed_single": "Successfully removed %TEXTURE% from %PACK%!", |
| 41 | + "removed_all": "Successfully removed %TEXTURE% from all packs!", |
| 42 | + "notice": "Note that this does not remove contributions or other pack-specific data.", |
| 43 | + "no_results_found": "No results found" |
| 44 | + }, |
| 45 | + "push": { |
| 46 | + "autopush_download": "Downloading textures…", |
| 47 | + "autopush_pushing": "Pushing textures…", |
| 48 | + "autopush_success": "Successfully pushed all textures!", |
| 49 | + "channelpush_success": "Successfully sent all submissions!" |
| 50 | + }, |
| 51 | + "shutdown": "Shutting down…", |
| 52 | + "restart": "Restarting…", |
| 53 | + "backup": { |
| 54 | + "success_title": "Database backed up!", |
| 55 | + "successful_field": "Successful", |
| 56 | + "failure_title": "Database could not be backed up.", |
| 57 | + "failure_description": "*Check developer logs for potential failure reasons!*", |
| 58 | + "failed_field": "Failed" |
| 59 | + }, |
| 60 | + "ping": { |
| 61 | + "title": "Pong!", |
| 62 | + "bot_field": "Bot Latency", |
| 63 | + "api_field": "API Latency" |
| 64 | + }, |
| 65 | + "behave": { |
| 66 | + "success": "I'm so sorry! (⌯˃̶᷄ ﹏ ˂̶᷄⌯)", |
| 67 | + "failure": "lol no" |
| 68 | + }, |
| 69 | + "status_changed": "Bot status successfully changed!", |
| 70 | + "palette": { |
| 71 | + "title": "Palette Results", |
| 72 | + "total": "Total: %COUNT%", |
| 73 | + "list_title": "List of colors", |
| 74 | + "list_multiple": "Palette part %d", |
| 75 | + "list_singular": "Palette", |
| 76 | + "hex_multiple": "Hex part %d", |
| 77 | + "hex_singular": "Hex" |
| 78 | + }, |
| 79 | + "difference": { |
| 80 | + "title": "Texture Comparison for %TEXTURE%", |
| 81 | + "description": "- Blue: Changed pixels\n- Green: Added pixels\n- Red: Removed pixels", |
| 82 | + "footer": "Algorithm made by Ewan Howell", |
| 83 | + "no_texture": "There is no existing texture to diff against!" |
24 | 84 | }, |
25 | | - "feedback_sent": "Your ticket will be created shortly on GitHub. Thank you for helping us improve the bot!", |
26 | | - "backup_failed": "At least one collection could not be backed up. Please check the developer logs for more information.", |
27 | | - "behave": "I'm so sorry! (⌯˃̶᷄ ﹏ ˂̶᷄⌯)", |
28 | | - "no_permission": "You don't have permission to run this command!", |
29 | | - "invalid_message": "Could not find message id %ID%", |
30 | 85 | "image": { |
31 | 86 | "input_too_big": "The input picture is too big!", |
32 | 87 | "output_too_big": "The output picture will be too big!" |
|
45 | 100 | } |
46 | 101 | }, |
47 | 102 | "submission": { |
48 | | - "cancelled": { |
49 | | - "error_title": "Submission Error", |
50 | | - "error_footer": "This message will self-destruct in %SECONDS% seconds!" |
| 103 | + "error": { |
| 104 | + "title": "Submission Error", |
| 105 | + "footer": "This message will self-destruct in %SECONDS% seconds!", |
| 106 | + "unknown": "An unknown error occurred while creating the texture submission!", |
| 107 | + "no_name_given": "No texture name or ID was found in your submission message!", |
| 108 | + "does_not_exist": "The specified texture name or ID doesn't exist!", |
| 109 | + "image_not_attached": "Please attach an image to your message!", |
| 110 | + "invalid_format": "Please provide a valid `.png` file. Other file formats like `.zip` or `.tga` are currently not supported.", |
| 111 | + "already_deleted": "Could not find original submission message.", |
| 112 | + "no_result_channel": "Could not fetch corresponding result channel! Please make sure that the pack data has been set up correctly on the Faithful Studio pack page.", |
| 113 | + "timed_out": "Select menu timed out, canceling submission…" |
| 114 | + }, |
| 115 | + "starpass": { |
| 116 | + "progress_title": { |
| 117 | + "singular": "Instapassing %COUNT% texture…", |
| 118 | + "plural": "Instapassing %COUNT% textures…" |
| 119 | + }, |
| 120 | + "finished_title": { |
| 121 | + "singular": "Instapassed %COUNT% texture…", |
| 122 | + "plural": "Instapassed %COUNT% textures…" |
| 123 | + }, |
| 124 | + "no_reason": "*No reason provided*" |
51 | 125 | }, |
52 | 126 | "choice_embed": { |
| 127 | + "short_title": "%COUNT% results found", |
| 128 | + "long_title": "Showing 1–%SHOWN% of %COUNT% results", |
53 | 129 | "description": "If you can't find what you're looking for, please be more specific!", |
54 | 130 | "placeholder": "Select a texture…" |
55 | 131 | }, |
56 | | - "no_result_channel": "Could not fetch corresponding result channel! Please make sure that the pack data has been set up correctly on the Faithful Studio pack page.", |
57 | | - "image_not_attached": "Please attach an image to your message!", |
58 | | - "invalid_format": "Please provide a valid `.png` file. Other file formats like `.zip` or `.tga` are currently not supported.", |
59 | | - "does_not_exist": "The specified texture name or ID doesn't exist!", |
60 | | - "no_name_given": "No texture name or ID was found in your submission message!", |
| 132 | + "field": { |
| 133 | + "author_singular": "Author", |
| 134 | + "author_plural": "Authors", |
| 135 | + "status": "Status", |
| 136 | + "mcmeta": "MCMETA", |
| 137 | + "reason": "Reason", |
| 138 | + "original_post": "Original Post" |
| 139 | + }, |
| 140 | + "status": { |
| 141 | + "pending": "Pending…", |
| 142 | + "original_approved": "Passed voting!", |
| 143 | + "original_denied": "Not enough upvotes!", |
| 144 | + "results_approved": "Will be added in a future version!", |
| 145 | + "results_denied": "Failed community vote and will not be added.", |
| 146 | + "instapassed": "Instapassed by %USER%", |
| 147 | + "invalidated": "Invalidated by %USER%" |
| 148 | + }, |
61 | 149 | "footer": { |
62 | | - "cant_compare": "This texture is too big to create a comparison image!", |
| 150 | + "cannot_compare": "This texture is too big to create a comparison image!", |
63 | 151 | "texture_edit": "Reference | Submitted | Current", |
64 | 152 | "texture_add": "Reference | Submitted" |
65 | 153 | } |
| 154 | + }, |
| 155 | + "github": { |
| 156 | + "commit_message": { |
| 157 | + "autopush": "Autopush passed textures from %DATE%", |
| 158 | + "instapass": "Instapass %TEXTURES% from %DATE%", |
| 159 | + "manual_push": "Manually push textures from %DATE%, executed by %USER%", |
| 160 | + "remove": "Remove %TEXTURES%, executed by %USER%", |
| 161 | + "backup": "Back up Firestorm collections from %DATE%", |
| 162 | + "manual_backup": "Manually back up Firestorm collections from %DATE%, executed by %USER%" |
| 163 | + } |
66 | 164 | } |
67 | 165 | } |
0 commit comments