lingua/src/en_US.ts

24 lines
778 B
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
]
},
MISSING: {
NOT_ENOUGH_TAGS: `Not Enough Tags`,
2021-07-09 09:46:45 +00:00
NOT_ENOUGH_TAGS_DESC: "You need to provide a few Tags for me to search for.",
2021-07-02 12:16:34 +00:00
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.",
2021-07-08 20:15:46 +00:00
COUNTRY: "No Country code was given",
SETTING: "No Setting was given."
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-07-02 12:16:34 +00:00
2021-04-08 18:29:00 +00:00
}