Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New Crowdin updates #28

Merged
merged 46 commits into from
Nov 17, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
46 commits
Select commit Hold shift + click to select a range
74240aa
New translations commands.json (Romanian)
duckodas Nov 17, 2023
c9f36c5
New translations commands.json (French)
duckodas Nov 17, 2023
4261f68
New translations commands.json (Bulgarian)
duckodas Nov 17, 2023
881bc9b
New translations commands.json (Czech)
duckodas Nov 17, 2023
2cd3363
New translations commands.json (Danish)
duckodas Nov 17, 2023
6049315
New translations commands.json (German)
duckodas Nov 17, 2023
804add6
New translations commands.json (Greek)
duckodas Nov 17, 2023
b9b7b55
New translations commands.json (Finnish)
duckodas Nov 17, 2023
ca05692
New translations commands.json (Hungarian)
duckodas Nov 17, 2023
33c1f63
New translations commands.json (Italian)
duckodas Nov 17, 2023
4c98e12
New translations commands.json (Japanese)
duckodas Nov 17, 2023
58f8a28
New translations commands.json (Korean)
duckodas Nov 17, 2023
bab9d3c
New translations commands.json (Lithuanian)
duckodas Nov 17, 2023
518d584
New translations commands.json (Dutch)
duckodas Nov 17, 2023
fb42a6e
New translations commands.json (Norwegian)
duckodas Nov 17, 2023
dec8873
New translations commands.json (Polish)
duckodas Nov 17, 2023
7c941b1
New translations commands.json (Russian)
duckodas Nov 17, 2023
ae75124
New translations commands.json (Ukrainian)
duckodas Nov 17, 2023
0bef507
New translations commands.json (Vietnamese)
duckodas Nov 17, 2023
8256e59
New translations commands.json (Indonesian)
duckodas Nov 17, 2023
ea09ee4
New translations commands.json (Thai)
duckodas Nov 17, 2023
1cc57ab
New translations commands.json (Croatian)
duckodas Nov 17, 2023
45226be
New translations commands.json (Hindi)
duckodas Nov 17, 2023
e96096a
New translations events.json (Romanian)
duckodas Nov 17, 2023
74cc301
New translations events.json (French)
duckodas Nov 17, 2023
cab8545
New translations events.json (Bulgarian)
duckodas Nov 17, 2023
d0f7623
New translations events.json (Czech)
duckodas Nov 17, 2023
a956053
New translations events.json (Danish)
duckodas Nov 17, 2023
4c4879a
New translations events.json (German)
duckodas Nov 17, 2023
8fdd83d
New translations events.json (Greek)
duckodas Nov 17, 2023
adab68e
New translations events.json (Finnish)
duckodas Nov 17, 2023
cfc8a5b
New translations events.json (Hungarian)
duckodas Nov 17, 2023
d887cb4
New translations events.json (Italian)
duckodas Nov 17, 2023
ff3c179
New translations events.json (Japanese)
duckodas Nov 17, 2023
e62c64e
New translations events.json (Korean)
duckodas Nov 17, 2023
4bb94fd
New translations events.json (Lithuanian)
duckodas Nov 17, 2023
172c4ac
New translations events.json (Dutch)
duckodas Nov 17, 2023
50f5ed5
New translations events.json (Norwegian)
duckodas Nov 17, 2023
117f8a0
New translations events.json (Polish)
duckodas Nov 17, 2023
e4873fc
New translations events.json (Russian)
duckodas Nov 17, 2023
a34aa29
New translations events.json (Ukrainian)
duckodas Nov 17, 2023
e503967
New translations events.json (Vietnamese)
duckodas Nov 17, 2023
f305b3e
New translations events.json (Indonesian)
duckodas Nov 17, 2023
641071e
New translations events.json (Thai)
duckodas Nov 17, 2023
3cc17ce
New translations events.json (Croatian)
duckodas Nov 17, 2023
d426cae
New translations events.json (Hindi)
duckodas Nov 17, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 18 additions & 0 deletions packages/bot/locales/bg/commands.json
Original file line number Diff line number Diff line change
@@ -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"
}
}
}
7 changes: 7 additions & 0 deletions packages/bot/locales/bg/events.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"interactionCreate": {
"command": {
"cooldown": "Please wait, you are on a cooldown for \\`{{commandName}}\\`. You can use it again <t:{{expiredTimestamp}}:R>."
}
}
}
18 changes: 18 additions & 0 deletions packages/bot/locales/cs/commands.json
Original file line number Diff line number Diff line change
@@ -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"
}
}
}
7 changes: 7 additions & 0 deletions packages/bot/locales/cs/events.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"interactionCreate": {
"command": {
"cooldown": "Please wait, you are on a cooldown for \\`{{commandName}}\\`. You can use it again <t:{{expiredTimestamp}}:R>."
}
}
}
18 changes: 18 additions & 0 deletions packages/bot/locales/da/commands.json
Original file line number Diff line number Diff line change
@@ -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"
}
}
}
7 changes: 7 additions & 0 deletions packages/bot/locales/da/events.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"interactionCreate": {
"command": {
"cooldown": "Vent venligst, du er på en nedkøling for `{{commandName}}`. Du kan bruge det igen <t:{{expiredTimestamp}}:R>."
}
}
}
18 changes: 18 additions & 0 deletions packages/bot/locales/de/commands.json
Original file line number Diff line number Diff line change
@@ -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"
}
}
}
7 changes: 7 additions & 0 deletions packages/bot/locales/de/events.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"interactionCreate": {
"command": {
"cooldown": "Bitte warte, du bist auf einer Abklingzeit für \\`{{commandName}}\\`. du kannst sie erneut <t:{{expiredTimestamp}}:R> benutzen."
}
}
}
18 changes: 18 additions & 0 deletions packages/bot/locales/el/commands.json
Original file line number Diff line number Diff line change
@@ -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"
}
}
}
7 changes: 7 additions & 0 deletions packages/bot/locales/el/events.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"interactionCreate": {
"command": {
"cooldown": "Please wait, you are on a cooldown for \\`{{commandName}}\\`. You can use it again <t:{{expiredTimestamp}}:R>."
}
}
}
18 changes: 18 additions & 0 deletions packages/bot/locales/fi/commands.json
Original file line number Diff line number Diff line change
@@ -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"
}
}
}
7 changes: 7 additions & 0 deletions packages/bot/locales/fi/events.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"interactionCreate": {
"command": {
"cooldown": "Please wait, you are on a cooldown for \\`{{commandName}}\\`. You can use it again <t:{{expiredTimestamp}}:R>."
}
}
}
18 changes: 18 additions & 0 deletions packages/bot/locales/fr/commands.json
Original file line number Diff line number Diff line change
@@ -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"
}
}
}
7 changes: 7 additions & 0 deletions packages/bot/locales/fr/events.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"interactionCreate": {
"command": {
"cooldown": "Please wait, you are on a cooldown for \\`{{commandName}}\\`. You can use it again <t:{{expiredTimestamp}}:R>."
}
}
}
18 changes: 18 additions & 0 deletions packages/bot/locales/hi/commands.json
Original file line number Diff line number Diff line change
@@ -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"
}
}
}
7 changes: 7 additions & 0 deletions packages/bot/locales/hi/events.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"interactionCreate": {
"command": {
"cooldown": "Please wait, you are on a cooldown for \\`{{commandName}}\\`. You can use it again <t:{{expiredTimestamp}}:R>."
}
}
}
18 changes: 18 additions & 0 deletions packages/bot/locales/hr/commands.json
Original file line number Diff line number Diff line change
@@ -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"
}
}
}
7 changes: 7 additions & 0 deletions packages/bot/locales/hr/events.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"interactionCreate": {
"command": {
"cooldown": "Please wait, you are on a cooldown for \\`{{commandName}}\\`. You can use it again <t:{{expiredTimestamp}}:R>."
}
}
}
18 changes: 18 additions & 0 deletions packages/bot/locales/hu/commands.json
Original file line number Diff line number Diff line change
@@ -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"
}
}
}
7 changes: 7 additions & 0 deletions packages/bot/locales/hu/events.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"interactionCreate": {
"command": {
"cooldown": "Please wait, you are on a cooldown for \\`{{commandName}}\\`. You can use it again <t:{{expiredTimestamp}}:R>."
}
}
}
18 changes: 18 additions & 0 deletions packages/bot/locales/id/commands.json
Original file line number Diff line number Diff line change
@@ -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"
}
}
}
7 changes: 7 additions & 0 deletions packages/bot/locales/id/events.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"interactionCreate": {
"command": {
"cooldown": "Please wait, you are on a cooldown for \\`{{commandName}}\\`. You can use it again <t:{{expiredTimestamp}}:R>."
}
}
}
18 changes: 18 additions & 0 deletions packages/bot/locales/it/commands.json
Original file line number Diff line number Diff line change
@@ -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"
}
}
}
7 changes: 7 additions & 0 deletions packages/bot/locales/it/events.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"interactionCreate": {
"command": {
"cooldown": "Please wait, you are on a cooldown for \\`{{commandName}}\\`. You can use it again <t:{{expiredTimestamp}}:R>."
}
}
}
18 changes: 18 additions & 0 deletions packages/bot/locales/ja/commands.json
Original file line number Diff line number Diff line change
@@ -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"
}
}
}
7 changes: 7 additions & 0 deletions packages/bot/locales/ja/events.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"interactionCreate": {
"command": {
"cooldown": "Please wait, you are on a cooldown for \\`{{commandName}}\\`. You can use it again <t:{{expiredTimestamp}}:R>."
}
}
}
18 changes: 18 additions & 0 deletions packages/bot/locales/ko/commands.json
Original file line number Diff line number Diff line change
@@ -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"
}
}
}
7 changes: 7 additions & 0 deletions packages/bot/locales/ko/events.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"interactionCreate": {
"command": {
"cooldown": "Please wait, you are on a cooldown for \\`{{commandName}}\\`. You can use it again <t:{{expiredTimestamp}}:R>."
}
}
}
18 changes: 18 additions & 0 deletions packages/bot/locales/lt/commands.json
Original file line number Diff line number Diff line change
@@ -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"
}
}
}
Loading