add german translation

This commit is contained in:
Lio Young 2021-07-02 14:16:34 +02:00
parent bda873655d
commit 4b66e6eb6e
No known key found for this signature in database
GPG Key ID: 789795A11879E169
3 changed files with 107 additions and 6 deletions

View File

@ -1,5 +1,7 @@
import en_US from "./src/en_US";
import de_DE from "./src/de_DE";
export default {
en_US
en_US,
de_DE
}

62
src/de_DE.ts Normal file
View File

@ -0,0 +1,62 @@
export default {
META: {
name: ":flag_de: Deutsch (Deutschland)",
locale: "de_DE",
tranlators: [
"318044130796109825" // Lio
]
},
CHANNEL_NOT_NSFW: "Dieser Channel ist nicht als NSFW markiert, schalte diese Einstellung ein und probier es nochmal.",
INSUFFICIENT_PERMISSIONS: `You need \`PERMISSIONS\` Permissions to run this Command `,
ON_COOLDOWN: `\`COMMAND\` ist grade auf Cooldown.`,
ON_COOLDOWN_DESCRIPTION: `\`COMMAND\` hat einen Cooldown von \`COOLDOWN\` \n Warte \`TIME\` bevor du es noch einmal versuchst.`,
ON_ERROR: `\`COMMAND\` ist ein Fehler unterlaufen.`,
MISSING: {
NOT_ENOUGH_TAGS: `Nicht genug Tags`,
NOT_ENOUGH_TAGS_DESC: "Du musst mir Tags zum suchen geben.",
RP_REQUIRE_MENTION: `Du musst einen anderen Benutzer erwähnen.`,
MISSING_TITLE: `Fehlender Titel. Separiere den Titel und die Beschreibung mit einer "Pipe" (\`|\`)`,
VALUE: {
PREFIX: "Es wurde kein Prefix gegeben.",
COUNTRY: "Kein Länder Code wurde gegeben"
}
},
NOT_ENOUGH_TAGS: `Nicht genug Tags`,
NOT_ENOUGH_TAGS_DESC: "Du musst mir Tags zum suchen geben.",
RP_REQUIRE_MENTION: `Du musst einen anderen Benutzer erwähnen.`,
// TODO: change the way the stuff below works or just remove it entirely
RP_SELF: `Don't you want to ACTION someone other than yourself?`,
RP_ME: `Don't ACTION me! ACTION someone else.`,
MISSING_TITLE: `Fehlender Titel. Separiere den Titel und die Beschreibung mit einer "Pipe" (\`|\`).`,
SUGGESTION_SENT: "Vorschlag abgeschickt.",
INVITE_STRING: "Du kannst BOT mit diesem Link einladen",
ROLL: ":game_die: Werfe AMOUNT DICE Würfel...",
CATEGORIES: {
INFO: { name: "Info", desc: "" },
NSFW: { name: ":underage: NSFW", desc: "Horny Stuff, natürlich." },
ANIMALS: { name: "Tiere", desc: "Süße Tierbilder um dir den Tag zu verschönern!" },
MISC: { name: "Misc", desc: "Miscellaneous Commands" },
FUN: { name: "Spaß", desc: "" },
DEVELOPER: { name: "Entwickler", desc: "Developer only Commands, duh" },
},
DEVELOPER_ONLY: "Dieser Befehl ist nur für Entwickler.",
MISC: {
ENABLED: "An",
DISABLED: "Aus",
},
LOCALE: {
LANGUAGE: "Sprache",
CONTRIBUTORS: "AMOUNT Übersetzer",
TITLE: "LANGUAGE von TRANSLATOR",
COMMAND_DESC: "BOT ist in AMOUNT Sprachen verfügbar, du kannst ganz einfach BOT's Sprache ändern indem du `PREFIX locale set <country_code>` in den Chat schickst\n\n[Übersetzungen](https://t8.pm/lingua) wird durch Hilfe der Community bereitgestellt.",
UPDATED_SETTING: 'Updated SETTING to VALUE',
UNSUPPORTED: "BOT unterstützt VALUE grade nicht.",
DEFAULT: {
LANGUAGES: "Sprachen",
LOCALIZATION: "Lokalisierung",
CURRENT: `Jetzige Sprache`,
SUB: `• Benutz \`PREFIX locale set <country_code>\` um die Sprache des Server's zu ändern`
}
}
}

View File

@ -1,13 +1,32 @@
export default {
META: {
name: ":flag_us: English (US)",
locale: "en_US",
tranlators: [
"318044130796109825" // Lio
]
},
CHANNEL_NOT_NSFW: "This Channel is not marked as NSFW, please mark it as such and rerun this Command.",
INSUFFICIENT_PERMISSIONS: `You need \`PERMISSIONS\` Permissions to run this Command `,
ON_COOLDOWN: `\`COMMAND\` is on Cooldown.`,
ON_COOLDOWN_DESCRIPTION: `\`COMMAND\` has a cooldown of \`COOLDOWN\` \n Wait \`TIME\` berore trying to use it again.`,
ON_COOLDOWN_DESCRIPTION: `\`COMMAND\` has a cooldown of \`COOLDOWN\` \n Wait \`TIME\` before trying to use it again.`,
ON_ERROR: `\`COMMAND\` encountered an Error.`,
NOT_ENOUGH_TAGS: `Not Enough Tags`,
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"
}
},
NOT_ENOUGH_TAGS_DESC: "You need to provide Tags for me to search for.",
NOT_ENOUGH_TAGS: `Not Enough Tags`,
RP_REQUIRE_MENTION: `You need to mention another user.`,
RP_SELF: `Dont you want to ACTION someone other than yourself?`,
RP_SELF: `Don't you want to ACTION someone other than yourself?`,
RP_ME: `Don't ACTION me! ACTION someone else.`,
MISSING_TITLE: `Missing title. Separate the title and description with a pipe (\`|\`).`,
SUGGESTION_SENT: "Suggestion sent.",
@ -21,6 +40,24 @@ export default {
FUN: { name: "Fun", desc: "" },
DEVELOPER: { name: "Developer", desc: "Developer only Commands, duh" },
},
DEVELOPER_ONLY: "This Command is only for Developers."
// HELP_TIP: ""
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`
}
}
}