Facebook
From iyzmlk, 2 Weeks ago, written in JavaScript.
Embed
Download Paste or View Raw
Hits: 161
  1. import lang from '../lang';
  2.  
  3. export default {
  4.  name: 'English (United States)',
  5.  
  6.  messages: {
  7.   setupCompleted: 'Server completely setup. A ModMail category has been created for you.',
  8.   messageSoon: 'You will receive a message soon.'
  9.  },
  10.  
  11.  commands: {
  12.   unsubscribe: {
  13.    success: 'You have been unsubscribed from this thread.',
  14.    notSubscribed: 'You are not subscribed to this thread.',
  15.    error: 'There was an error unsubscribing you to this thread.',
  16.   },
  17.   title: {
  18.    success: 'The title has been updated.',
  19.    error: 'The title could not be updated.',
  20.    noTitle: 'Provide a title or write `removetitle` to remove the title.'
  21.   },
  22.   subscribe: {
  23.    success: 'You will now receive notifications on new responses.',
  24.    alreadySubscribed: 'You are already subscribed to this thread.',
  25.    error: 'There was an error subscribing you to this thread.',
  26.   },
  27.   snippet: {
  28.    invalidName: 'You must provide a snippet name.',
  29.    invalidText: 'You must provide a valid snippet text.',
  30.    takenName: 'This snippet name is already taken.',
  31.    success: 'The snippet `%s` has been created successfully.',
  32.    error: 'There was an error creating the snippet.',
  33.    unknownSnippet: 'I couldn\'t find a snippet with that name.',
  34.    updated: 'The snippet `%s` has been updated successfully.',
  35.    deleted: 'The snippet `%s` has been deleted successfully.',
  36.    cantDelete: 'I couldn\'t delete the snippet `%s`.',
  37.    empty: 'There are no snippets in this server.',
  38.    list: 'NAME | CONTENT',
  39.    help: 'Select `create`, `edit`, `delete` or `list`.'
  40.   },
  41.   reply: {
  42.    noReply: 'You must provide a reply message.'
  43.   },
  44.   rename: {
  45.    noName: 'You must provide a new name for the thread.',
  46.    success: 'The thread has been renamed to `%s`.',
  47.    error: 'There was an error renaming the thread.'
  48.   },
  49.   ping: 'My ping is `%sms`.',
  50.   nsfw: {
  51.    enabled: 'This thread is now marked as NSFW.',
  52.    disabled: 'This thread is no longer marked as NSFW.',
  53.    enableError: 'There was an error marking this thread as NSFW.',
  54.    disableError: 'There was an error removing the NSFW mark from this thread.'
  55.   },
  56.   note: {
  57.    noNote: 'Provide a note or write `removenote` to remove the note.',
  58.    success: 'The note has been updated.',
  59.    error: 'The note could not be updated.'
  60.   },
  61.   move: {
  62.    noCategory: 'You must provide a category name.',
  63.    notFound: 'I couldn\'t find a category with that name.',
  64.    alreadyInCategory: 'This thread is already in that category.',
  65.    noPermission: 'I don\'t have permission to move this thread to that category.',
  66.    success: 'The thread has been moved to `%s`.',
  67.    error: 'There was an error moving the thread.'
  68.   },
  69.   help: {
  70.    title: 'ModMail by ThePhoDit',
  71.    description: 'ModMail is a Discord bot that allows you to communicate with your users via DMs.\nIf you want to check out the commands of the bot, read our docs at https://modmail.phodit.xyz',
  72.   },
  73.   edit: {
  74.    noMessage: 'You must provide a message ID.',
  75.    noContent: 'You must provide a new content for the message.',
  76.    notFound: 'I couldn\'t find a message with that ID.',
  77.    success: 'The message has been edited successfully.',
  78.    error: 'There was an error editing the message.'
  79.   },
  80.   delete: {
  81.    noMessage: 'You must provide a message ID.',
  82.    notFound: 'I couldn\'t find a message with that ID.',
  83.    success: 'The message has been deleted successfully.',
  84.    error: 'There was an error deleting the message.'
  85.   },
  86.   contact: {
  87.    noUser: 'You must provide a user mention or ID.',
  88.    notFound: 'I couldn\'t find a user with that ID.',
  89.    isBot: 'You can\'t contact a bot.',
  90.    channelError: 'There was an error creating the channel.',
  91.    DMError: 'There was an error sending the DM.',
  92.    alreadyContacted: 'You already have a thread with that user.',
  93.    success: 'The thread has been created successfully.',
  94.    message: 'Hello %s, this is a ModMail thread created by %m. You can reply to this message to send a message to the server staff.',
  95.    error: 'There was an error creating the thread.'
  96.   },
  97.   close: {
  98.    invalidTime: 'You must provide a valid time (Between 10 minutes and 3 days).',
  99.    closerError: 'There was an error scheduling the thread closer.',
  100.    closerUpdateError: 'There was an error updating the thread\'s closer.',
  101.    title: 'Closure Scheduled',
  102.    description: 'This thread will be closed on `%s` if no new replies are sent.'
  103.   },
  104.   category: {
  105.    noCategory: 'You must provide a category name.',
  106.    exists: 'A category with that name already exists.',
  107.    notFoundID: 'I couldn\'t find a category with that ID.',
  108.    notFoundName: 'I couldn\'t find a category with that name.',
  109.    created: 'The category has been created successfully.',
  110.    createdError: 'There was an error creating the category.',
  111.    deleted: 'The category has been deleted successfully.',
  112.    deletedError: 'There was an error deleting the category.',
  113.    empty: 'I couldn\'t find any categories in this server.',
  114.    list: 'NAME | CATEGORY',
  115.    help: 'Select `create`, `delete` or `list`.'
  116.   },
  117.   blacklist: {
  118.    noOption: 'You must provide an option (`add` or `remove`).',
  119.    noUser: 'You must provide a user mention or ID.',
  120.    notFound: 'I couldn\'t find a user with that ID.',
  121.    alreadyBlacklisted: 'That user is already blacklisted.',
  122.    notBlacklisted: 'That user is not blacklisted.',
  123.    blacklisted: 'The user has been blacklisted successfully.',
  124.    unblacklisted: 'The user has been unblacklisted successfully.',
  125.    error: 'There was an error updating the blacklist.'
  126.   },
  127.   alias: {
  128.    noOption: 'You must provide an option (`add` or `remove`).',
  129.    noName: 'You must provide an alias name.',
  130.    reservedAlias: 'That alias name is reserved.',
  131.    noCommand: 'You must provide a command name to be aliased.',
  132.    invalidCommand: 'That command doesn\'t exist.',
  133.    alreadyExists: 'An alias with that name already exists.',
  134.    created: 'The alias has been created successfully.',
  135.    createdError: 'There was an error creating the alias.',
  136.    unknownAlias: 'I couldn\'t find an alias with that name.',
  137.    deleted: 'The alias has been deleted successfully.',
  138.    deletedError: 'There was an error deleting the alias.',
  139.   },
  140.   permission: {
  141.    noLevel: 'Please, select the level o command name.\nLevels: **regular**, **support** and **admin**.\nUsage: %ppermission {levelName/commandName} {add/remove} {role ID/user ID}',
  142.    noOption: 'You must provide an option (`add` or `remove`).',
  143.    noID: 'You must provide a role or user ID.',
  144.    alreadyExists: 'That role or user already has that permission level.',
  145.    notExists: 'That role or user doesn\'t have that permission level.',
  146.    added: 'The permission has been added successfully.',
  147.    addedError: 'There was an error adding the permission.',
  148.    removed: 'The permission has been removed successfully.',
  149.    removedError: 'There was an error removing the permission.',
  150.    unknownCommand: 'I couldn\'t find a command with that name.',
  151.   },
  152.   set: {
  153.    title: 'Settings you can change of the bot.',
  154.    description: `
  155.    \`avatar\`: attach an image to change the bot avatar.
  156.    \`username\`: change the bot username, not the nickname.
  157.    \`prefix\`: change the bot prefix (max length: 4).
  158.    \`category\`: send the ID of the category where you want new threads to open.
  159.    \`logs\`: send the ID of the channel where you want your logs to go to.
  160.    \`status\`: change the displayed status of your bot.
  161.    \`status_type\`: change the displayed status type of your bot.
  162.    \`notification\`: send the role ID you want to be mentioned on thread creation.
  163.    \`account_age\`: the age an account needs to have in order to open a new thread.
  164.    \`guild_age\`: the time an account needs to have been inside the server in order to open a new thread.
  165.    \`guild_age_id\`: the server ID where someone needs to have the required **guild_age**.
  166.    \`exclude_internal_logs\`: stops logging all internal messages. It can either be true or false.
  167.    \`embed_creation_title\`: the title of the embed sent to the user when the thread is opened.
  168.    \`embed_creation_thumbnail\`: the thumbnail of the embed sent to the user when the thread is opened ("none" to disable).
  169.    \`embed_creation_description\`: the description of the embed sent to the user when the thread is opened.
  170.    \`embed_creation_color\`: the color (hex code) of the embed sent to the user when the thread is opened.
  171.    \`embed_creation_footer_text\`: the footer of the embed sent to the user when the thread is opened.
  172.    \`embed_creation_footer_image\`: the footer image of the embed sent to the user when the thread is opened.
  173.    \`embed_contact_title\`: the title of the embed sent to the user when the thread is created by a staff member.
  174.    \`embed_contact_thumbnail\`: the thumbnail of the embed sent to the user when the thread is created by a staff member ("none" to disable).
  175.    \`embed_contact_description\`: the description of the embed sent to the user when the thread is created by a staff member.
  176.    \`embed_contact_color\`: the color (hex code) of the embed sent to the user when the thread is created by a staff member.
  177.    \`embed_contact_footer_text\`: the footer of the embed sent to the user when the thread is created by a staff member.
  178.    \`embed_contact_footer_image\`: the footer image of the embed sent to the user when the thread is created by a staff member.
  179.    \`embed_reply_color\`: the color (hex code) of the embed sent to the staff when a staff member replies to the user.
  180.    \`embed_userReply_color\`: the color (hex code) of the embed sent to the user when a staff member replies to the user.
  181.    \`embed_userReply_footer_text\`: the footer of the embed sent to the user when a staff member replies to the user (\`$role$\` will be replaced by the staff's highest role).
  182.   \`embed_userReply_footer_image\`: the footer image of the embed sent to the user when when a staff member replies to the user.
  183.   \`embed_closure_title\`: the title of the embed sent to the user when the thread is closed.
  184.   \`embed_closure_thumbnail\`: the thumbnail of the embed sent to the user when the thread is closed ("none" to disable).
  185.   \`embed_closure_description\`: the description of the embed sent to the user when the thread is closed.
  186.   \`embed_closure_color\`: the color (hex code) of the embed sent to the user when the thread is closed.
  187.   \`embed_closure_footer_text\`: the footer of the embed sent to the user when the thread is closed.
  188.   \`embed_closure_footer_image\`: the footer image of the embed sent to the user when the thread is closed.
  189.   \`embed_staff_title\`: the title of the embed sent to the staff when the thread is opened.
  190.   \`embed_staff_color\`: the color (hex code) of the embed sent to the staff when the thread is opened.`,
  191.   usage: {
  192.    title: 'Usage',
  193.    description: '%pset {setting} {value}',
  194.   },
  195.   noValue: 'You must provide a value.',
  196.   noImage: 'You must attach an image.',
  197.   avatar: {
  198.    error: 'There was an error changing the bot avatar.',
  199.    success: 'The bot avatar has been changed successfully.',
  200.   },
  201.   unknownError: 'There was an error changing the bot settings.',
  202.   usernameSuccess: 'The bot username has been changed successfully.',
  203.   prefix: {
  204.    success: 'The bot prefix has been changed successfully.',
  205.    error: 'The bot prefix must be between 1 and 4 characters.',
  206.    unknownError: 'There was an error changing the bot prefix.',
  207.   },
  208.   category: {
  209.    success: 'The bot category has been changed successfully.',
  210.    error: 'The bot category must be a valid category ID.',
  211.    unknownError: 'There was an error changing the bot category.',
  212.   },
  213.   logs: {
  214.    success: 'The bot logs channel has been changed successfully.',
  215.    error: 'The bot logs channel must be a valid channel ID.',
  216.    unknownError: 'There was an error changing the bot logs channel.',
  217.   },
  218.   status: {
  219.    success: 'The bot status has been changed successfully.',
  220.    unknownError: 'There was an error changing the bot status.',
  221.   },
  222.   statusType: {
  223.    success: 'The bot status type has been changed successfully.',
  224.    unknownError: 'There was an error changing the bot status type.',
  225.    invalidTwitch: 'The URL must be a valid Twitch or YouTube URL.',
  226.    help: 'The status type must be one of the following: `playing`, `streaming`, `listening`, `watching`.',
  227.   },
  228.   accountAge: {
  229.    invalidFormat: 'You have to select a valid format. For example, 1d = 1 day / 30m = 30 minutes. To disable it, just type `0`.\nValid letters: m / h / d / w / y',
  230.    success: 'The account age restriction has been changed successfully.',
  231.    unknownError: 'There was an error changing the account age restriction.',
  232.   },
  233.   guildAge: {
  234.    invalidGuild: 'I am not in that server, please select one in which I am in.',
  235.    success: 'The guild age ID has been changed successfully.',
  236.    unknownError: 'There was an error changing the guild age ID.',
  237.   },
  238.   notification: {
  239.    success: 'The notification role has been changed successfully.',
  240.    unknownError: 'There was an error changing the notification role.',
  241.   },
  242.   excludeInternalLogs: {
  243.    isExcluded: 'The internal logs will now be excluded',
  244.    isIncluded: 'The internal logs will now be included',
  245.    unknownError: 'There was an error changing the internal logs exclusion.',
  246.   },
  247.   embedCreation: {
  248.    success: (iin) => `The embed creation ${iin} has been changed successfully.`,
  249.    unknownError: (iin) => `There was an error changing the embed creation ${iin}.`,
  250.   },
  251.   embedContact: {
  252.    success: (iin) => `The embed contact ${iin} has been changed successfully.`,
  253.    unknownError: (iin) => `There was an error changing the embed contact ${iin}.`,
  254.   },
  255.   embedReply: {
  256.    success: (iin) => `The embed reply ${iin} has been changed successfully.`,
  257.    unknownError: (iin) => `There was an error changing the embed reply ${iin}.`,
  258.   },
  259.   embedUserReply: {
  260.    success: (iin) => `The embed user reply ${iin} has been changed successfully.`,
  261.    unknownError: (iin) => `There was an error changing the embed user reply ${iin}.`,
  262.   },
  263.   embedClosure: {
  264.    success: (iin) => `The embed closure ${iin} has been changed successfully.`,
  265.    unknownError: (iin) => `There was an error changing the embed closure ${iin}.`,
  266.   },
  267.   embedStaff: {
  268.    success: (iin) => `The embed staff ${iin} has been changed successfully.`,
  269.    unknownError: (iin) => `There was an error changing the embed staff ${iin}.`,
  270.   },
  271.  }
  272. },
  273.  
  274. embeds: {
  275.  noContent: 'No content provided.',
  276.  files: 'Files',
  277.  containsFiles: 'This message contains %n file%s',
  278.  closureCancelled: {
  279.   title: 'Closure cancelled.',
  280.   description: 'This ticket will no longer be closed due to ticket activity.',
  281.  },
  282.  threadClosed: {
  283.   title: 'Thread closed.',
  284.   description: 'The thread from `%u` has been closed by %s',
  285.  },
  286.  staffReply: 'Staff Reply',
  287.  user: 'User',
  288.  pastThreads: 'Past Threads'
  289. },
  290.  
  291. errors: {
  292.  categoryCreate: 'A category could not be created. Setup cancelled.',
  293.  configAdd: 'The config could not be added to the database. Setup cancelled.',
  294.  accountAge: 'Your account is not old enough to contact the staff.',
  295.  serverAge: 'Your account has not been in the server long enough to contact the staff.',
  296.  unknown: 'An unknown error has occurred. Please try again later.',
  297.  contactStaff: 'Could not send your message to the staff.',
  298.  invalidPermissions: 'You do not have the required permissions to use this command.',
  299.  snippet: 'An error has occurred while trying to get the snippet.',
  300.  noLogsUrl: 'You have no logs URL configured.',
  301.  noUserIDProvided: 'You must provide a valid user ID.',
  302.  noLogsFound: 'I could not find any logs for this user.',
  303.  invalidHexColor: 'You must provide a valid hex color.',
  304.  invalidLink: 'You must provide a valid link.',
  305. }
  306. } as lang;

Replies to en ModMail rss

Title Name Language When
Re: en ModMail dasdas javascript 2 Weeks ago.