lingua/src/en_US.ts

77 lines
3.1 KiB
TypeScript
Raw Normal View History

2021-04-08 18:29:00 +00:00
export default {
2021-07-02 12:16:34 +00:00
META: {
name: ":flag_us: English (US)",
locale: "en_US",
tranlators: [
"318044130796109825" // Lio
]
},
2021-05-10 15:21:00 +00:00
CHANNEL_NOT_NSFW: "This Channel is not marked as NSFW, please mark it as such and rerun this Command.",
2021-04-22 01:38:53 +00:00
INSUFFICIENT_PERMISSIONS: `You need \`PERMISSIONS\` Permissions to run this Command `,
ON_COOLDOWN: `\`COMMAND\` is on Cooldown.`,
2021-07-02 12:16:34 +00:00
ON_COOLDOWN_DESCRIPTION: `\`COMMAND\` has a cooldown of \`COOLDOWN\` \n Wait \`TIME\` before trying to use it again.`,
2021-04-22 01:38:53 +00:00
ON_ERROR: `\`COMMAND\` encountered an Error.`,
2021-07-02 12:16:34 +00:00
MISSING: {
NOT_ENOUGH_TAGS: `Not Enough Tags`,
NOT_ENOUGH_TAGS_DESC: "You need to provide Tags for me to search for.",
RP_REQUIRE_MENTION: `You need to mention another user.`,
MISSING_TITLE: `Missing title. Separate the title and description with a pipe (\`|\`).`,
VALUE: {
PREFIX: "No Prefix was given.",
COUNTRY: "No Country code was given"
}
},
2021-07-08 11:49:24 +00:00
USER_INFO: {
INFO_ON: "Info on USER",
STATUS: "Status | STATE",
ROLES: "Roles [AMOUNT]",
USERNAME: "Username",
USERID: "User ID",
CREATED_DATE: "Created",
JOINED_AT: "Joined",
STATES: {
ONLINE: "Online",
DND: "Do not Disturb",
IDLE: "Idle",
OFFLINE: "Offline"
}
},
2021-05-05 23:19:26 +00:00
NOT_ENOUGH_TAGS_DESC: "You need to provide Tags for me to search for.",
2021-07-02 12:16:34 +00:00
NOT_ENOUGH_TAGS: `Not Enough Tags`,
2021-04-23 01:55:26 +00:00
RP_REQUIRE_MENTION: `You need to mention another user.`,
2021-07-02 12:16:34 +00:00
RP_SELF: `Don't you want to ACTION someone other than yourself?`,
2021-04-23 01:55:26 +00:00
RP_ME: `Don't ACTION me! ACTION someone else.`,
2021-04-24 15:39:51 +00:00
MISSING_TITLE: `Missing title. Separate the title and description with a pipe (\`|\`).`,
2021-07-08 19:04:08 +00:00
VALUE_SENT: "VALUE sent.",
2021-05-05 23:19:26 +00:00
INVITE_STRING: "You can invite BOT using this Link",
ROLL: ":game_die: Rolling AMOUNT DICE...",
2021-05-06 20:14:16 +00:00
CATEGORIES: {
2021-05-07 23:57:14 +00:00
INFO: { name: "Info", desc: "" },
2021-05-17 20:27:33 +00:00
NSFW: { name: ":underage: NSFW", desc: "Horny Stuff, obviously." },
2021-05-10 15:21:00 +00:00
ANIMALS: { name: "Animals", desc: "Cute Pictures of Animals to brighten your Day!" },
MISC: { name: "Misc", desc: "Miscellaneous Commands" },
2021-05-07 23:57:14 +00:00
FUN: { name: "Fun", desc: "" },
2021-05-10 15:21:00 +00:00
DEVELOPER: { name: "Developer", desc: "Developer only Commands, duh" },
2021-05-06 20:14:16 +00:00
},
2021-07-02 12:16:34 +00:00
DEVELOPER_ONLY: "This Command is only for Developers.",
MISC: {
ENABLED: "Enabled",
DISABLED: "Disabled",
},
LOCALE: {
LANGUAGE: "Language",
CONTRIBUTORS: "AMOUNT Translator(s)",
TITLE: "LANGUAGE by TRANSLATOR",
COMMAND_DESC: "BOT is available in AMOUNT Languages, you can easily change BOT's current Language by running `PREFIX locale set <country_code>`\n\n[Translations](https://t8.pm/lingua) are provided by the Community",
UPDATED_SETTING: 'Updated SETTING to VALUE',
UNSUPPORTED: "BOT does not support VALUE at this Time.",
DEFAULT: {
LANGUAGES: "Languages",
LOCALIZATION: "Localization",
CURRENT: `Current Language`,
SUB: `• Use \`PREFIX locale set <country_code>\` to set the Guild's Language`
}
}
2021-04-08 18:29:00 +00:00
}