diff --git a/packages/bot/locales/bg/commands.json b/packages/bot/locales/bg/commands.json new file mode 100644 index 00000000..3afc1b66 --- /dev/null +++ b/packages/bot/locales/bg/commands.json @@ -0,0 +1,18 @@ +{ + "ping": { + "name": "ping", + "description": "Check if the bot is alive" + }, + "info": { + "name": "info", + "description": "Get information about anything", + "user": { + "name": "user", + "description": "Get information about a specified user" + }, + "server": { + "name": "server", + "description": "Get information about this server" + } + } +} diff --git a/packages/bot/locales/bg/events.json b/packages/bot/locales/bg/events.json new file mode 100644 index 00000000..7824ade6 --- /dev/null +++ b/packages/bot/locales/bg/events.json @@ -0,0 +1,7 @@ +{ + "interactionCreate": { + "command": { + "cooldown": "Please wait, you are on a cooldown for \\`{{commandName}}\\`. You can use it again ." + } + } +} diff --git a/packages/bot/locales/cs/commands.json b/packages/bot/locales/cs/commands.json new file mode 100644 index 00000000..3afc1b66 --- /dev/null +++ b/packages/bot/locales/cs/commands.json @@ -0,0 +1,18 @@ +{ + "ping": { + "name": "ping", + "description": "Check if the bot is alive" + }, + "info": { + "name": "info", + "description": "Get information about anything", + "user": { + "name": "user", + "description": "Get information about a specified user" + }, + "server": { + "name": "server", + "description": "Get information about this server" + } + } +} diff --git a/packages/bot/locales/cs/events.json b/packages/bot/locales/cs/events.json new file mode 100644 index 00000000..7824ade6 --- /dev/null +++ b/packages/bot/locales/cs/events.json @@ -0,0 +1,7 @@ +{ + "interactionCreate": { + "command": { + "cooldown": "Please wait, you are on a cooldown for \\`{{commandName}}\\`. You can use it again ." + } + } +} diff --git a/packages/bot/locales/da/commands.json b/packages/bot/locales/da/commands.json new file mode 100644 index 00000000..7f4d7fee --- /dev/null +++ b/packages/bot/locales/da/commands.json @@ -0,0 +1,18 @@ +{ + "ping": { + "name": "ping", + "description": "Tjek om botten er i live" + }, + "info": { + "name": "info", + "description": "Få information om en bruger eller en server", + "user": { + "name": "bruger", + "description": "Få information om en angivet bruger" + }, + "server": { + "name": "server", + "description": "Få information om denne server" + } + } +} diff --git a/packages/bot/locales/da/events.json b/packages/bot/locales/da/events.json new file mode 100644 index 00000000..eda16235 --- /dev/null +++ b/packages/bot/locales/da/events.json @@ -0,0 +1,7 @@ +{ + "interactionCreate": { + "command": { + "cooldown": "Vent venligst, du er på en nedkøling for `{{commandName}}`. Du kan bruge det igen ." + } + } +} diff --git a/packages/bot/locales/de/commands.json b/packages/bot/locales/de/commands.json new file mode 100644 index 00000000..cfcfc5c7 --- /dev/null +++ b/packages/bot/locales/de/commands.json @@ -0,0 +1,18 @@ +{ + "ping": { + "name": "ping", + "description": "Prüft, ob der Bot am Leben ist" + }, + "info": { + "name": "info", + "description": "Informationen über alles erhalten", + "user": { + "name": "user", + "description": "Get information about a specified user" + }, + "server": { + "name": "server", + "description": "Get information about this server" + } + } +} diff --git a/packages/bot/locales/de/events.json b/packages/bot/locales/de/events.json new file mode 100644 index 00000000..2174a90e --- /dev/null +++ b/packages/bot/locales/de/events.json @@ -0,0 +1,7 @@ +{ + "interactionCreate": { + "command": { + "cooldown": "Bitte warte, du bist auf einer Abklingzeit für \\`{{commandName}}\\`. du kannst sie erneut benutzen." + } + } +} diff --git a/packages/bot/locales/el/commands.json b/packages/bot/locales/el/commands.json new file mode 100644 index 00000000..3afc1b66 --- /dev/null +++ b/packages/bot/locales/el/commands.json @@ -0,0 +1,18 @@ +{ + "ping": { + "name": "ping", + "description": "Check if the bot is alive" + }, + "info": { + "name": "info", + "description": "Get information about anything", + "user": { + "name": "user", + "description": "Get information about a specified user" + }, + "server": { + "name": "server", + "description": "Get information about this server" + } + } +} diff --git a/packages/bot/locales/el/events.json b/packages/bot/locales/el/events.json new file mode 100644 index 00000000..7824ade6 --- /dev/null +++ b/packages/bot/locales/el/events.json @@ -0,0 +1,7 @@ +{ + "interactionCreate": { + "command": { + "cooldown": "Please wait, you are on a cooldown for \\`{{commandName}}\\`. You can use it again ." + } + } +} diff --git a/packages/bot/locales/fi/commands.json b/packages/bot/locales/fi/commands.json new file mode 100644 index 00000000..3afc1b66 --- /dev/null +++ b/packages/bot/locales/fi/commands.json @@ -0,0 +1,18 @@ +{ + "ping": { + "name": "ping", + "description": "Check if the bot is alive" + }, + "info": { + "name": "info", + "description": "Get information about anything", + "user": { + "name": "user", + "description": "Get information about a specified user" + }, + "server": { + "name": "server", + "description": "Get information about this server" + } + } +} diff --git a/packages/bot/locales/fi/events.json b/packages/bot/locales/fi/events.json new file mode 100644 index 00000000..7824ade6 --- /dev/null +++ b/packages/bot/locales/fi/events.json @@ -0,0 +1,7 @@ +{ + "interactionCreate": { + "command": { + "cooldown": "Please wait, you are on a cooldown for \\`{{commandName}}\\`. You can use it again ." + } + } +} diff --git a/packages/bot/locales/fr/commands.json b/packages/bot/locales/fr/commands.json new file mode 100644 index 00000000..3afc1b66 --- /dev/null +++ b/packages/bot/locales/fr/commands.json @@ -0,0 +1,18 @@ +{ + "ping": { + "name": "ping", + "description": "Check if the bot is alive" + }, + "info": { + "name": "info", + "description": "Get information about anything", + "user": { + "name": "user", + "description": "Get information about a specified user" + }, + "server": { + "name": "server", + "description": "Get information about this server" + } + } +} diff --git a/packages/bot/locales/fr/events.json b/packages/bot/locales/fr/events.json new file mode 100644 index 00000000..7824ade6 --- /dev/null +++ b/packages/bot/locales/fr/events.json @@ -0,0 +1,7 @@ +{ + "interactionCreate": { + "command": { + "cooldown": "Please wait, you are on a cooldown for \\`{{commandName}}\\`. You can use it again ." + } + } +} diff --git a/packages/bot/locales/hi/commands.json b/packages/bot/locales/hi/commands.json new file mode 100644 index 00000000..3afc1b66 --- /dev/null +++ b/packages/bot/locales/hi/commands.json @@ -0,0 +1,18 @@ +{ + "ping": { + "name": "ping", + "description": "Check if the bot is alive" + }, + "info": { + "name": "info", + "description": "Get information about anything", + "user": { + "name": "user", + "description": "Get information about a specified user" + }, + "server": { + "name": "server", + "description": "Get information about this server" + } + } +} diff --git a/packages/bot/locales/hi/events.json b/packages/bot/locales/hi/events.json new file mode 100644 index 00000000..7824ade6 --- /dev/null +++ b/packages/bot/locales/hi/events.json @@ -0,0 +1,7 @@ +{ + "interactionCreate": { + "command": { + "cooldown": "Please wait, you are on a cooldown for \\`{{commandName}}\\`. You can use it again ." + } + } +} diff --git a/packages/bot/locales/hr/commands.json b/packages/bot/locales/hr/commands.json new file mode 100644 index 00000000..3afc1b66 --- /dev/null +++ b/packages/bot/locales/hr/commands.json @@ -0,0 +1,18 @@ +{ + "ping": { + "name": "ping", + "description": "Check if the bot is alive" + }, + "info": { + "name": "info", + "description": "Get information about anything", + "user": { + "name": "user", + "description": "Get information about a specified user" + }, + "server": { + "name": "server", + "description": "Get information about this server" + } + } +} diff --git a/packages/bot/locales/hr/events.json b/packages/bot/locales/hr/events.json new file mode 100644 index 00000000..7824ade6 --- /dev/null +++ b/packages/bot/locales/hr/events.json @@ -0,0 +1,7 @@ +{ + "interactionCreate": { + "command": { + "cooldown": "Please wait, you are on a cooldown for \\`{{commandName}}\\`. You can use it again ." + } + } +} diff --git a/packages/bot/locales/hu/commands.json b/packages/bot/locales/hu/commands.json new file mode 100644 index 00000000..3afc1b66 --- /dev/null +++ b/packages/bot/locales/hu/commands.json @@ -0,0 +1,18 @@ +{ + "ping": { + "name": "ping", + "description": "Check if the bot is alive" + }, + "info": { + "name": "info", + "description": "Get information about anything", + "user": { + "name": "user", + "description": "Get information about a specified user" + }, + "server": { + "name": "server", + "description": "Get information about this server" + } + } +} diff --git a/packages/bot/locales/hu/events.json b/packages/bot/locales/hu/events.json new file mode 100644 index 00000000..7824ade6 --- /dev/null +++ b/packages/bot/locales/hu/events.json @@ -0,0 +1,7 @@ +{ + "interactionCreate": { + "command": { + "cooldown": "Please wait, you are on a cooldown for \\`{{commandName}}\\`. You can use it again ." + } + } +} diff --git a/packages/bot/locales/id/commands.json b/packages/bot/locales/id/commands.json new file mode 100644 index 00000000..3afc1b66 --- /dev/null +++ b/packages/bot/locales/id/commands.json @@ -0,0 +1,18 @@ +{ + "ping": { + "name": "ping", + "description": "Check if the bot is alive" + }, + "info": { + "name": "info", + "description": "Get information about anything", + "user": { + "name": "user", + "description": "Get information about a specified user" + }, + "server": { + "name": "server", + "description": "Get information about this server" + } + } +} diff --git a/packages/bot/locales/id/events.json b/packages/bot/locales/id/events.json new file mode 100644 index 00000000..7824ade6 --- /dev/null +++ b/packages/bot/locales/id/events.json @@ -0,0 +1,7 @@ +{ + "interactionCreate": { + "command": { + "cooldown": "Please wait, you are on a cooldown for \\`{{commandName}}\\`. You can use it again ." + } + } +} diff --git a/packages/bot/locales/it/commands.json b/packages/bot/locales/it/commands.json new file mode 100644 index 00000000..3afc1b66 --- /dev/null +++ b/packages/bot/locales/it/commands.json @@ -0,0 +1,18 @@ +{ + "ping": { + "name": "ping", + "description": "Check if the bot is alive" + }, + "info": { + "name": "info", + "description": "Get information about anything", + "user": { + "name": "user", + "description": "Get information about a specified user" + }, + "server": { + "name": "server", + "description": "Get information about this server" + } + } +} diff --git a/packages/bot/locales/it/events.json b/packages/bot/locales/it/events.json new file mode 100644 index 00000000..7824ade6 --- /dev/null +++ b/packages/bot/locales/it/events.json @@ -0,0 +1,7 @@ +{ + "interactionCreate": { + "command": { + "cooldown": "Please wait, you are on a cooldown for \\`{{commandName}}\\`. You can use it again ." + } + } +} diff --git a/packages/bot/locales/ja/commands.json b/packages/bot/locales/ja/commands.json new file mode 100644 index 00000000..3afc1b66 --- /dev/null +++ b/packages/bot/locales/ja/commands.json @@ -0,0 +1,18 @@ +{ + "ping": { + "name": "ping", + "description": "Check if the bot is alive" + }, + "info": { + "name": "info", + "description": "Get information about anything", + "user": { + "name": "user", + "description": "Get information about a specified user" + }, + "server": { + "name": "server", + "description": "Get information about this server" + } + } +} diff --git a/packages/bot/locales/ja/events.json b/packages/bot/locales/ja/events.json new file mode 100644 index 00000000..7824ade6 --- /dev/null +++ b/packages/bot/locales/ja/events.json @@ -0,0 +1,7 @@ +{ + "interactionCreate": { + "command": { + "cooldown": "Please wait, you are on a cooldown for \\`{{commandName}}\\`. You can use it again ." + } + } +} diff --git a/packages/bot/locales/ko/commands.json b/packages/bot/locales/ko/commands.json new file mode 100644 index 00000000..3afc1b66 --- /dev/null +++ b/packages/bot/locales/ko/commands.json @@ -0,0 +1,18 @@ +{ + "ping": { + "name": "ping", + "description": "Check if the bot is alive" + }, + "info": { + "name": "info", + "description": "Get information about anything", + "user": { + "name": "user", + "description": "Get information about a specified user" + }, + "server": { + "name": "server", + "description": "Get information about this server" + } + } +} diff --git a/packages/bot/locales/ko/events.json b/packages/bot/locales/ko/events.json new file mode 100644 index 00000000..7824ade6 --- /dev/null +++ b/packages/bot/locales/ko/events.json @@ -0,0 +1,7 @@ +{ + "interactionCreate": { + "command": { + "cooldown": "Please wait, you are on a cooldown for \\`{{commandName}}\\`. You can use it again ." + } + } +} diff --git a/packages/bot/locales/lt/commands.json b/packages/bot/locales/lt/commands.json new file mode 100644 index 00000000..3afc1b66 --- /dev/null +++ b/packages/bot/locales/lt/commands.json @@ -0,0 +1,18 @@ +{ + "ping": { + "name": "ping", + "description": "Check if the bot is alive" + }, + "info": { + "name": "info", + "description": "Get information about anything", + "user": { + "name": "user", + "description": "Get information about a specified user" + }, + "server": { + "name": "server", + "description": "Get information about this server" + } + } +} diff --git a/packages/bot/locales/lt/events.json b/packages/bot/locales/lt/events.json new file mode 100644 index 00000000..7824ade6 --- /dev/null +++ b/packages/bot/locales/lt/events.json @@ -0,0 +1,7 @@ +{ + "interactionCreate": { + "command": { + "cooldown": "Please wait, you are on a cooldown for \\`{{commandName}}\\`. You can use it again ." + } + } +} diff --git a/packages/bot/locales/nl/commands.json b/packages/bot/locales/nl/commands.json new file mode 100644 index 00000000..3afc1b66 --- /dev/null +++ b/packages/bot/locales/nl/commands.json @@ -0,0 +1,18 @@ +{ + "ping": { + "name": "ping", + "description": "Check if the bot is alive" + }, + "info": { + "name": "info", + "description": "Get information about anything", + "user": { + "name": "user", + "description": "Get information about a specified user" + }, + "server": { + "name": "server", + "description": "Get information about this server" + } + } +} diff --git a/packages/bot/locales/nl/events.json b/packages/bot/locales/nl/events.json new file mode 100644 index 00000000..7824ade6 --- /dev/null +++ b/packages/bot/locales/nl/events.json @@ -0,0 +1,7 @@ +{ + "interactionCreate": { + "command": { + "cooldown": "Please wait, you are on a cooldown for \\`{{commandName}}\\`. You can use it again ." + } + } +} diff --git a/packages/bot/locales/no/commands.json b/packages/bot/locales/no/commands.json new file mode 100644 index 00000000..3afc1b66 --- /dev/null +++ b/packages/bot/locales/no/commands.json @@ -0,0 +1,18 @@ +{ + "ping": { + "name": "ping", + "description": "Check if the bot is alive" + }, + "info": { + "name": "info", + "description": "Get information about anything", + "user": { + "name": "user", + "description": "Get information about a specified user" + }, + "server": { + "name": "server", + "description": "Get information about this server" + } + } +} diff --git a/packages/bot/locales/no/events.json b/packages/bot/locales/no/events.json new file mode 100644 index 00000000..7824ade6 --- /dev/null +++ b/packages/bot/locales/no/events.json @@ -0,0 +1,7 @@ +{ + "interactionCreate": { + "command": { + "cooldown": "Please wait, you are on a cooldown for \\`{{commandName}}\\`. You can use it again ." + } + } +} diff --git a/packages/bot/locales/pl/commands.json b/packages/bot/locales/pl/commands.json new file mode 100644 index 00000000..3afc1b66 --- /dev/null +++ b/packages/bot/locales/pl/commands.json @@ -0,0 +1,18 @@ +{ + "ping": { + "name": "ping", + "description": "Check if the bot is alive" + }, + "info": { + "name": "info", + "description": "Get information about anything", + "user": { + "name": "user", + "description": "Get information about a specified user" + }, + "server": { + "name": "server", + "description": "Get information about this server" + } + } +} diff --git a/packages/bot/locales/pl/events.json b/packages/bot/locales/pl/events.json new file mode 100644 index 00000000..7824ade6 --- /dev/null +++ b/packages/bot/locales/pl/events.json @@ -0,0 +1,7 @@ +{ + "interactionCreate": { + "command": { + "cooldown": "Please wait, you are on a cooldown for \\`{{commandName}}\\`. You can use it again ." + } + } +} diff --git a/packages/bot/locales/ro/commands.json b/packages/bot/locales/ro/commands.json new file mode 100644 index 00000000..3afc1b66 --- /dev/null +++ b/packages/bot/locales/ro/commands.json @@ -0,0 +1,18 @@ +{ + "ping": { + "name": "ping", + "description": "Check if the bot is alive" + }, + "info": { + "name": "info", + "description": "Get information about anything", + "user": { + "name": "user", + "description": "Get information about a specified user" + }, + "server": { + "name": "server", + "description": "Get information about this server" + } + } +} diff --git a/packages/bot/locales/ro/events.json b/packages/bot/locales/ro/events.json new file mode 100644 index 00000000..7824ade6 --- /dev/null +++ b/packages/bot/locales/ro/events.json @@ -0,0 +1,7 @@ +{ + "interactionCreate": { + "command": { + "cooldown": "Please wait, you are on a cooldown for \\`{{commandName}}\\`. You can use it again ." + } + } +} diff --git a/packages/bot/locales/ru/commands.json b/packages/bot/locales/ru/commands.json new file mode 100644 index 00000000..3afc1b66 --- /dev/null +++ b/packages/bot/locales/ru/commands.json @@ -0,0 +1,18 @@ +{ + "ping": { + "name": "ping", + "description": "Check if the bot is alive" + }, + "info": { + "name": "info", + "description": "Get information about anything", + "user": { + "name": "user", + "description": "Get information about a specified user" + }, + "server": { + "name": "server", + "description": "Get information about this server" + } + } +} diff --git a/packages/bot/locales/ru/events.json b/packages/bot/locales/ru/events.json new file mode 100644 index 00000000..7824ade6 --- /dev/null +++ b/packages/bot/locales/ru/events.json @@ -0,0 +1,7 @@ +{ + "interactionCreate": { + "command": { + "cooldown": "Please wait, you are on a cooldown for \\`{{commandName}}\\`. You can use it again ." + } + } +} diff --git a/packages/bot/locales/th/commands.json b/packages/bot/locales/th/commands.json new file mode 100644 index 00000000..3afc1b66 --- /dev/null +++ b/packages/bot/locales/th/commands.json @@ -0,0 +1,18 @@ +{ + "ping": { + "name": "ping", + "description": "Check if the bot is alive" + }, + "info": { + "name": "info", + "description": "Get information about anything", + "user": { + "name": "user", + "description": "Get information about a specified user" + }, + "server": { + "name": "server", + "description": "Get information about this server" + } + } +} diff --git a/packages/bot/locales/th/events.json b/packages/bot/locales/th/events.json new file mode 100644 index 00000000..7824ade6 --- /dev/null +++ b/packages/bot/locales/th/events.json @@ -0,0 +1,7 @@ +{ + "interactionCreate": { + "command": { + "cooldown": "Please wait, you are on a cooldown for \\`{{commandName}}\\`. You can use it again ." + } + } +} diff --git a/packages/bot/locales/uk/commands.json b/packages/bot/locales/uk/commands.json new file mode 100644 index 00000000..3afc1b66 --- /dev/null +++ b/packages/bot/locales/uk/commands.json @@ -0,0 +1,18 @@ +{ + "ping": { + "name": "ping", + "description": "Check if the bot is alive" + }, + "info": { + "name": "info", + "description": "Get information about anything", + "user": { + "name": "user", + "description": "Get information about a specified user" + }, + "server": { + "name": "server", + "description": "Get information about this server" + } + } +} diff --git a/packages/bot/locales/uk/events.json b/packages/bot/locales/uk/events.json new file mode 100644 index 00000000..7824ade6 --- /dev/null +++ b/packages/bot/locales/uk/events.json @@ -0,0 +1,7 @@ +{ + "interactionCreate": { + "command": { + "cooldown": "Please wait, you are on a cooldown for \\`{{commandName}}\\`. You can use it again ." + } + } +} diff --git a/packages/bot/locales/vi/commands.json b/packages/bot/locales/vi/commands.json new file mode 100644 index 00000000..3afc1b66 --- /dev/null +++ b/packages/bot/locales/vi/commands.json @@ -0,0 +1,18 @@ +{ + "ping": { + "name": "ping", + "description": "Check if the bot is alive" + }, + "info": { + "name": "info", + "description": "Get information about anything", + "user": { + "name": "user", + "description": "Get information about a specified user" + }, + "server": { + "name": "server", + "description": "Get information about this server" + } + } +} diff --git a/packages/bot/locales/vi/events.json b/packages/bot/locales/vi/events.json new file mode 100644 index 00000000..7824ade6 --- /dev/null +++ b/packages/bot/locales/vi/events.json @@ -0,0 +1,7 @@ +{ + "interactionCreate": { + "command": { + "cooldown": "Please wait, you are on a cooldown for \\`{{commandName}}\\`. You can use it again ." + } + } +}