51 lines
2.2 KiB
JSON
51 lines
2.2 KiB
JSON
{
|
|
"generic": {
|
|
"none": "None",
|
|
"success": "Success!"
|
|
},
|
|
"dc": {
|
|
"re": {
|
|
"buttons": {
|
|
"approve": "Approve",
|
|
"remove": "Remove",
|
|
"disapprove": "Disapprove",
|
|
"unremove": "Restore",
|
|
"vote": "Vote",
|
|
"unvote": "Un-vote"
|
|
},
|
|
"approve": {
|
|
"success": "Successfully approved the post!",
|
|
"disapprove": "Successfully disapproved the post!",
|
|
"post_removed": "Couldn't approve the post because it has been removed!"
|
|
},
|
|
"remove": {
|
|
"success": "Successfully removed post with URL \"<{0}>\"!",
|
|
"unremove": "Successfully restored post with URL \"<{0}>\"!"
|
|
},
|
|
"vote": {
|
|
"success": "Successfully voted!",
|
|
"removed": "Successfully removed vote!",
|
|
"mod": "Successfully voted (as moderator vote)!",
|
|
"post_removed": "Couldn't [vote / un-vote] the post because the post has been removed!",
|
|
"remove_hasnt_voted": "Couldn't remove your vote: You haven't voted on this post yet!"
|
|
},
|
|
"embed": {
|
|
"post": "Spoilers and vote length anonymizer for fair review!\n## Post Data:\n**Subreddit:** {0}\n**Post upvotes:** ||`{1:>6}`||\n**Moderator votes:** ||`{2:>6}`||\n**Media type:** `{3}`\n## Listing Data:\n**Added by:** human: {4} | bot: {5}\n**Approved:** {6}",
|
|
"post_removed": "## Removed by `{0}`\n**Reason:** {1}"
|
|
}
|
|
},
|
|
"db": {
|
|
"added_server": "Added your server to my database. Thanks for letting me steal it! (/s)",
|
|
"corrupted_data": "Couldn't add your server to the database! The database is corrupted!",
|
|
"server_404": "This server is not in the data!\n-# Hint: Run the command `/database AddServer` inside of a Discord server (requires administrator permission).",
|
|
"channel_bind": "Successfully added channel ID `{0}` to the database!",
|
|
"not_in_guild": "I am not a part of that guild.",
|
|
"saving_progress": "Saving data...",
|
|
"saving_done": "Saving data... Done!"
|
|
},
|
|
"no_perms_external": "Missing permission in that server: {0}",
|
|
"shutdown": "Shutting down...",
|
|
"shutdown_bad_confirm": "Failed to shut down: Invalid confirmation.",
|
|
"whoami": "**Bot \"owner\":** {0}\n**BK moderator:** {1}"
|
|
}
|
|
} |