New Crowdin updates (#221)

* New translations en-GB.json (Czech)

* New translations en-GB.json (German)
This commit is contained in:
Isaac 2021-08-27 22:10:08 +01:00 committed by GitHub
parent 565ca30ebe
commit 0efee8ef15
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 273 additions and 273 deletions

View File

@ -4,7 +4,7 @@
"description": "Discord Tickets vyžaduje následující oprávnění:\n%s", "description": "Discord Tickets vyžaduje následující oprávnění:\n%s",
"title": "⚠️" "title": "⚠️"
}, },
"version": "[Discord tickety](%s) v%s vytvořeny uživatelem [eartharoid](%s)" "version": "[Discord Tickets](%s) v%s od [eartharoid](%s)"
}, },
"cmd_usage": { "cmd_usage": {
"args": { "args": {
@ -13,13 +13,13 @@
}, },
"description": "**Použití:**\n`%s`\n\n**Příklad:**\n`%s`\n\nPožadované argumenty jsou označeny `❗`.", "description": "**Použití:**\n`%s`\n\n**Příklad:**\n`%s`\n\nPožadované argumenty jsou označeny `❗`.",
"invalid_named_args": { "invalid_named_args": {
"description": "V syntaxi příkazu je chyba: `%s`.\nPro zobrazení ukázky napište `%s`.\nPokud si nejste jisti, zeptejte se člena ateamu.", "description": "V syntaxi příkazu je chyba: `%s`.\nPro zobrazení ukázky napište `%s`.\nPokud si nejsi jistý/á, zeptej se člena týmu.",
"title": "❌ Neplatná Syntaxe" "title": "❌ Neplatná syntaxe"
}, },
"named_args": "Tento příkaz používá jmenné argumenty.\n\n", "named_args": "Tento příkaz používá jmenné argumenty.\n\n",
"title": "Použití příkazu `%s`" "title": "Použití příkazu `%s`"
}, },
"collector_expires_in": "Expiruje za %d sekund", "collector_expires_in": "Vyprší za %d sekund",
"commands": { "commands": {
"add": { "add": {
"aliases": {}, "aliases": {},
@ -67,15 +67,15 @@
"name": "uživatelNeboRole" "name": "uživatelNeboRole"
} }
}, },
"description": "Zablokuje/povolí uživateli interakci s botem", "description": "Zablokovat/povolit uživateli interakci s botem",
"name": "blacklist", "name": "blacklist",
"response": { "response": {
"empty_list": { "empty_list": {
"description": "Na černé listině nejsou žádní uživatelé nebo role. Použij `%sblacklist <memberOrRole>` pro přidání uživatele nebo role na černou listinu.", "description": "Na černé listině nejsou žádní uživatelé nebo role. Použij `%sblacklist <členNeboRole>` pro přidání uživatele nebo role na černou listinu.",
"title": "📃 Zablokovaní uživatelé a role" "title": "📃 Zablokovaní uživatelé a role"
}, },
"illegal_action": { "illegal_action": {
"description": "%s je člen serveru a nemůže být na černé listině.", "description": "%s je člen týmu a nemůže být na černé listině.",
"title": "❌ Tohoto člena nemůžeš přidat na černou listinu" "title": "❌ Tohoto člena nemůžeš přidat na černou listinu"
}, },
"list": { "list": {
@ -83,19 +83,19 @@
}, },
"member_added": { "member_added": {
"description": "Uživatel <@%s> byl přidán na černou listinu. Už nebude moci využívat bota.", "description": "Uživatel <@%s> byl přidán na černou listinu. Už nebude moci využívat bota.",
"title": "✅ Uživatel přidán na blacklist" "title": "✅ Uživatel přidán na černou listinu"
}, },
"member_removed": { "member_removed": {
"description": "Uživatel <@%s> byl odebrán z černé listiny. Nyní bude moci využívat bota.", "description": "Uživatel <@%s> byl odebrán z černé listiny. Nyní bude moci využívat bota.",
"title": "✅ Uživatel odstraněn z blacklistu" "title": "✅ Uživatel odebrán z z černé listiny"
}, },
"role_added": { "role_added": {
"description": "Role <@&%s> byla přidána na černou listinu. Uživatelé s touto rolí nyní nebudou moci využívat bota.", "description": "Role <@&%s> byla přidána na černou listinu. Uživatelé s touto rolí nyní nebudou moci využívat bota.",
"title": "✅ Role přidána na blacklist" "title": "✅ Role přidána na černou listinu"
}, },
"role_removed": { "role_removed": {
"description": "Role <@&%s> byla odebrána z černé listiny. Nyní bude moci využívat bota.", "description": "Role <@&%s> byla odebrána z černé listiny. Nyní bude moci využívat bota.",
"title": "✅ Role odstraněna z blacklistu" "title": "✅ Role odebrána z černé listiny"
} }
} }
}, },
@ -183,37 +183,37 @@
"args": { "args": {
"command": { "command": {
"description": "Příkaz, o němž zobrazit informace", "description": "Příkaz, o němž zobrazit informace",
"example": "new", "example": "novy",
"name": "příkaz" "name": "příkaz"
} }
}, },
"description": "List commands you have access to, or find out more about a command", "description": "Seznam příkazů, ke kterým máš přístup, nebo k nalezení dalších informací o příkazu",
"name": "help", "name": "napoveda",
"response": { "response": {
"list": { "list": {
"description": "The commands you have access to are listed below. For more information about a command, type `{prefix}help [command]`. To create a ticket, type `{prefix}new [topic]`.", "description": "Příkazy, ke kterým máš přístup, jsou vypsány níže. Pro více informací o příkazu zadej `{prefix}napoveda [příkaz]`. Pro vytvoření ticketu zadej `{prefix}novy [téma]`.",
"fields": { "fields": {
"commands": "Commands" "commands": "Příkazy"
}, },
"title": "❔ Help" "title": "❔ Nápověda"
} }
} }
}, },
"new": { "new": {
"aliases": { "aliases": {
"create": "create", "create": "vytvorit",
"open": "open", "open": "otevrit",
"ticket": "tiket" "ticket": "tiket"
}, },
"args": { "args": {
"topic": { "topic": {
"description": "Téma ticketu", "description": "Téma ticketu",
"example": "Problém s fakturací", "example": "Problém s fakturací",
"name": "topic" "name": "tema"
} }
}, },
"description": "Vytvoří ticket", "description": "Vytvořit ticket",
"name": "new", "name": "novy",
"response": { "response": {
"created": { "created": {
"description": "Tvůj ticket byl vytvořen: %s.", "description": "Tvůj ticket byl vytvořen: %s.",
@ -224,14 +224,14 @@
}, },
"has_a_ticket": { "has_a_ticket": {
"description": "Prosím použij již existující ticket (<#%s>) nebo jej uzavři pro vytvoření nového.", "description": "Prosím použij již existující ticket (<#%s>) nebo jej uzavři pro vytvoření nového.",
"title": "❌ Již máte otevřený ticket" "title": "❌ Již máš otevřený ticket"
}, },
"max_tickets": { "max_tickets": {
"description": "Prosím použij `%sclose` pro uzavření nepotřebných ticketů.\n\n%s", "description": "Prosím použij `%szavrit` pro uzavření nepotřebných ticketů.\n\n%s",
"title": "❌ Již máš %d otevřených ticketů" "title": "❌ Již máš %d otevřených ticketů"
}, },
"no_categories": { "no_categories": {
"description": "Než budete moci vytvořit nový ticket, musí správce serveru vytvořit alespoň jednu kategorii pro tickety.", "description": "Než budeš moci vytvořit nový ticket, musí správce serveru vytvořit alespoň jednu kategorii pro tickety.",
"title": "❌ Nelze vytvořit ticket" "title": "❌ Nelze vytvořit ticket"
}, },
"select_category": { "select_category": {
@ -239,12 +239,12 @@
"title": "🔤 Prosím vyber kategorii ticketu" "title": "🔤 Prosím vyber kategorii ticketu"
}, },
"select_category_timeout": { "select_category_timeout": {
"description": "Výběr kategorie ticketu trvala příliš dlouho.", "description": "Výběr kategorie ticketu trval příliš dlouho.",
"title": "❌ Doba pro reakci vypršela" "title": "❌ Doba pro reakci vypršela"
} }
}, },
"request_topic": { "request_topic": {
"description": "Prosím stručně popiš několika slovy o čem je tento ticket.", "description": "Popiš prosím stručně několika slovy, o čem je tento ticket.",
"title": "Téma ticketu" "title": "Téma ticketu"
} }
}, },
@ -252,14 +252,14 @@
"aliases": {}, "aliases": {},
"args": { "args": {
"categories": { "categories": {
"alias": "c", "alias": "k",
"description": "ID kategorie", "description": "ID kategorie",
"example": "451745464954650634", "example": "451745464954650634",
"name": "kategorie" "name": "kategorie"
}, },
"description": { "description": {
"alias": "d", "alias": "p",
"description": "Popis panelu", "description": "Popis zprávy panelu",
"example": "\"Zareaguj na tuto zprávu pro otevření ticketu.\"", "example": "\"Zareaguj na tuto zprávu pro otevření ticketu.\"",
"name": "popis" "name": "popis"
}, },
@ -272,8 +272,8 @@
"title": { "title": {
"alias": "t", "alias": "t",
"description": "Nadpis pro zprávu panelu", "description": "Nadpis pro zprávu panelu",
"example": "\"Support tickets\"", "example": "\"Tickety podpory\"",
"name": "title" "name": "nadpis"
} }
}, },
"description": "Vytvořit nový ticket panel", "description": "Vytvořit nový ticket panel",
@ -293,29 +293,29 @@
"aliases": {}, "aliases": {},
"args": { "args": {
"member": { "member": {
"description": "The member to remove from the ticket", "description": "Člen k odebrání z ticketu",
"example": "@někdo", "example": "@někdo",
"name": "člen" "name": "člen"
}, },
"ticket": { "ticket": {
"description": "The ticket to remove the member from", "description": "Ticket, ze kterého odebrat člena",
"example": "217", "example": "217",
"name": "tiket" "name": "tiket"
} }
}, },
"description": "Remove a member from a ticket", "description": "Odebrat člena z ticketu",
"name": "remove", "name": "odebrat",
"response": { "response": {
"removed": { "removed": {
"description": "%s has been removed from %s.", "description": "%s byl/a odebrán/a z %s.",
"title": "✅ Member removed" "title": "✅ Člen odebrán"
}, },
"no_member": { "no_member": {
"description": "Please mention the member you want to remove.", "description": "Označ prosím člena, kterého chceš přidat.",
"title": "❌ Neznámý člen" "title": "❌ Neznámý člen"
}, },
"no_permission": { "no_permission": {
"description": "You are not the creator of this ticket and you are not a staff member; you can't remove members from this ticket.", "description": "Nejsi tvůrcem tohoto ticketu a nejsi ani členem týmu, nemůžeš z tohoto ticketu odebírat členy.",
"title": "❌ Nedostatečná oprávnění" "title": "❌ Nedostatečná oprávnění"
}, },
"not_a_ticket": { "not_a_ticket": {
@ -326,55 +326,55 @@
}, },
"settings": { "settings": {
"aliases": { "aliases": {
"config": "config" "config": "konfigurace"
}, },
"description": "Konfigurace Discord ticketů", "description": "Konfigurace Discord Tickets",
"name": "settings", "name": "nastaveni",
"response": { "response": {
"invalid": "❌ Settings data is invalid; please refer to the documentation.\n%s", "invalid": "❌ Data nastavení jsou neplatná; přečtěte si prosím dokumentaci.\n%s",
"updated": "✅ Nastavení byla aktualizována." "updated": "✅ Nastavení byla aktualizována."
} }
}, },
"stats": { "stats": {
"aliases": {}, "aliases": {},
"args": {}, "args": {},
"description": "Display ticket statistics", "description": "Zobrazit statistiky ticketu",
"fields": { "fields": {
"messages": "Messages", "messages": "Zprávy",
"response_time": { "response_time": {
"minutes": "%s minutes", "minutes": "%s minut",
"title": "Avg. response time" "title": "Průměrná doba odpovědi"
}, },
"tickets": "Tickets" "tickets": "Tickety"
}, },
"name": "stats", "name": "statistiky",
"response": { "response": {
"global": { "global": {
"description": "Statistics about tickets across all guilds where this Discord TIckets instance is used.", "description": "Statistiky všech ticketů napříč všemi servery, kde je použita tato instance bota Discord Tickets.",
"title": "📊 Global stats" "title": "📊 Globální statistiky"
}, },
"guild": { "guild": {
"description": "Statistics about tickets within this guild. This data is cached for an hour.", "description": "Statistiky o ticketech v tomto serveru. Tato data jsou v mezipaměti jednu hodinu.",
"title": "📊 This server's stats" "title": "📊 Statistiky tohoto serveru"
} }
} }
}, },
"survey": { "survey": {
"aliases": { "aliases": {
"surveys": "surveys" "surveys": "dotazniky"
}, },
"args": { "args": {
"survey": { "survey": {
"description": "The name of the survey to view responses of", "description": "Název dotazníku, jehož odpověď zobrazit",
"example": "support", "example": "podpora",
"name": "survey" "name": "dotazník"
} }
}, },
"description": "View survey responses", "description": "Zobrazit odpovědi dotazníku",
"name": "survey", "name": "dotazník",
"response": { "response": {
"list": { "list": {
"title": "📃 Surveys" "title": "📃 Dotazníky"
} }
} }
}, },
@ -382,25 +382,25 @@
"aliases": { "aliases": {
"faq": "faq", "faq": "faq",
"t": "t", "t": "t",
"tags": "tags" "tags": "znacky"
}, },
"args": { "args": {
"tag": { "tag": {
"description": "The name of the tag to use", "description": "Název značky k použití",
"example": "website", "example": "web",
"name": "tag" "name": "značka"
} }
}, },
"description": "Use a tag response", "description": "Použít odpověď na značku",
"name": "tag", "name": "značka",
"response": { "response": {
"error": "❌ Chyba", "error": "❌ Chyba",
"list": { "list": {
"title": "📃 Tag list" "title": "📃 Seznam značek"
}, },
"missing": "This tag requires the following arguments:\n%s", "missing": "Tato značka vyžaduje následující argumenty:\n%s",
"not_a_ticket": { "not_a_ticket": {
"description": "This tag can only be used within a ticket channel as it uses ticket references.", "description": "Tato značka může být použita pouze v kanálu ticketu, protože používá reference na tickety.",
"title": "❌ Toto není kanál tiketu" "title": "❌ Toto není kanál tiketu"
} }
} }
@ -409,85 +409,85 @@
"aliases": {}, "aliases": {},
"args": { "args": {
"new_topic": { "new_topic": {
"description": "The new topic of the ticket", "description": "Nové téma ticketu",
"example": "billing issue", "example": "problém s fakturací",
"name": "new_topic" "name": "nove_tema"
} }
}, },
"description": "Change the topic of the ticket", "description": "Změnit téma ticketu",
"name": "topic", "name": "tema",
"response": { "response": {
"changed": { "changed": {
"description": "This ticket's topic has been changed.", "description": "Téma tohoto ticketu bylo změněno.",
"title": "✅ Topic changed" "title": "✅ Téma změněno"
}, },
"not_a_ticket": { "not_a_ticket": {
"description": "Please use this command in the ticket channel you want to change the topic of.", "description": "Tento příkaz prosím použij kanálu ticketu, jehož téma chceš změnit.",
"title": "❌ Toto není kanál tiketu" "title": "❌ Toto není kanál tiketu"
} }
} }
} }
}, },
"command_execution_error": { "command_execution_error": {
"description": "Během provádění příkazu došlo k neočekávané chybě.\nPožádejte správce serveru, aby zkontroloval výstup konzole / log pro více detailů.", "description": "Během provádění příkazu došlo k neočekávané chybě.\nPožádej správce serveru, aby zkontroloval výstup konzole / protokoly pro více detailů.",
"title": "⚠️" "title": "⚠️"
}, },
"message_will_be_deleted_in": "Tato zpráva bude smazána za %d sekund", "message_will_be_deleted_in": "Tato zpráva bude smazána za %d sekund",
"missing_permissions": { "missing_permissions": {
"description": "Na provedení tohoto příkazu nemáš dostatečné oprávnění:\n%s", "description": "K provedení tohoto příkazu nemáš dostatečná oprávnění:\n%s",
"title": "❌" "title": "❌"
}, },
"staff_only": { "staff_only": {
"description": "Na provedení tohoto příkazu musíte být členem týmu.", "description": "K provedení tohoto příkazu musíš být členem týmu.",
"title": "❌" "title": "❌"
}, },
"ticket": { "ticket": {
"claimed": { "claimed": {
"description": "%s has claimed this ticket.", "description": "%s si vzal tento ticket.",
"title": "✅ Ticket claimed" "title": "✅ Ticket vzat"
}, },
"closed": { "closed": {
"description": "This ticket has been closed.\nThe channel will be deleted in 5 seconds.", "description": "Tento ticket byl uzavřen.\nKanál bude smazán za 5 sekund.",
"title": "✅ Ticket uzavřen" "title": "✅ Ticket uzavřen"
}, },
"closed_by_member": { "closed_by_member": {
"description": "This ticket has been closed by %s.\nThe channel will be deleted in 5 seconds.", "description": "Tento ticket byl uzavřen uživatelem %s.\nKanál bude smazán za 5 sekund.",
"title": "✅ Ticket uzavřen" "title": "✅ Ticket uzavřen"
}, },
"closed_by_member_with_reason": { "closed_by_member_with_reason": {
"description": "This ticket has been closed by %s: `%s`\nThe channel will be deleted in 5 seconds.", "description": "Tento ticket byl uzavřen uživatelem %s: `%s`\nKanál bude smazán za 5 sekund.",
"title": "✅ Ticket uzavřen" "title": "✅ Ticket uzavřen"
}, },
"closed_with_reason": { "closed_with_reason": {
"description": "This ticket has been closed: `%s`\nThe channel will be deleted in 5 seconds.", "description": "Tento ticket byl uzavřen: `%s`\nKanál bude smazán za 5 sekund.",
"title": "✅ Ticket uzavřen" "title": "✅ Ticket uzavřen"
}, },
"member_added": { "member_added": {
"description": "%s has been added by %s", "description": "%s byl/a přidán/a uživatelem %s",
"title": "Member added" "title": "Člen přidán"
}, },
"member_removed": { "member_removed": {
"description": "%s has been removed by %s", "description": "%s byl/a odebrán/a uživatelem %s",
"title": "Member removed" "title": "Člen odebrán"
}, },
"opening_message": { "opening_message": {
"fields": { "fields": {
"topic": "Topic" "topic": "Téma"
} }
}, },
"questions": "Please answer the following questions:\n\n%s", "questions": "Prosím odpověz na následující otázky:\n\n%s",
"released": { "released": {
"description": "%s has released this ticket.", "description": "%s uvolnil ticket.",
"title": "✅ Ticket released" "title": "✅ Ticket uvolněn"
}, },
"survey": { "survey": {
"complete": { "complete": {
"description": "Thank you for your feedback.", "description": "Děkujeme za zpětnou vazbu.",
"title": "✅ Thank you" "title": "✅ Děkujeme"
}, },
"start": { "start": {
"description": "Hey, %s. Before this channel is deleted, would you mind completing a quick %d-question survey? React with ✅ to start, or ignore this message.", "description": "Zdravíme, %s. Než bude tento kanál odstraněn, nevadilo by ti vyplnit rychlý %d-otázkový dotazník? Zareaguj pomocí ✅ pro spuštění, nebo ignoruj tuto zprávu.",
"title": "❔ Feedback" "title": "❔ Zpětná vazba"
} }
} }
} }

View File

@ -11,9 +11,9 @@
"description": "**Beschreibung:** %s", "description": "**Beschreibung:** %s",
"example": "**Beispiel:** '%s'" "example": "**Beispiel:** '%s'"
}, },
"description": "**Usage:**\n`%s`\n\n**Example:**\n`%s`\n\nRequired arguments are prefixed with `❗`.", "description": "**Benutzung:**\n`%s`\n\n**Beispiel:**\n`%s`\n\nBenötigte Argumente sind makiert mit einem `❗`.",
"invalid_named_args": { "invalid_named_args": {
"description": "There is an error in your command syntax: `%s`.\nType `%s` for an example.\nPlease ask a member of staff if you are unsure.", "description": "Es gibt einen Fehler in Ihrem Eingabe-Syntax: `%s`.\nTippen Sie `%s` für ein Beispiel.\nBitte fragen Sie ein Support-Mitglied wenn Sie unsicher sind.",
"title": "❌ Ungültiger Syntax" "title": "❌ Ungültiger Syntax"
}, },
"named_args": "Dieser Befehl verwendet benannte Argumente.\n\n", "named_args": "Dieser Befehl verwendet benannte Argumente.\n\n",
@ -25,34 +25,34 @@
"aliases": {}, "aliases": {},
"args": { "args": {
"member": { "member": {
"description": "Der User, der zum Tickt hinzugefügt werden soll", "description": "Der Benutzer, der zum Tickt hinzugefügt werden soll",
"example": "@someone", "example": "@someone",
"name": "Mitglied" "name": "Mitglied"
}, },
"ticket": { "ticket": {
"description": "Das Ticket, dem der User hinzugefügt werden soll", "description": "Das Ticket, dem der Benutzer hinzugefügt werden soll",
"example": "217", "example": "217",
"name": "Ticket" "name": "Ticket"
} }
}, },
"description": "Füge einen User zum Ticket hinzu", "description": "Füge einen Benutzer zum Ticket hinzu",
"name": "hinzufügen", "name": "hinzufügen",
"response": { "response": {
"added": { "added": {
"description": "%s wurde zu %s hinzugefügt.", "description": "%s wurde zu %s hinzugefügt.",
"title": "✅ User hinzugefügt" "title": "✅ Benutzer hinzugefügt"
}, },
"no_member": { "no_member": {
"description": "Bitte erwähnen sie den User, den sie hinzufügen möchten.", "description": "Bitte erwähnen Sie den Benutzer, den sie hinzufügen möchten.",
"title": "❌ Unbekannter User" "title": "❌ Unbekannter Benutzer"
}, },
"no_permission": { "no_permission": {
"description": "You are not the creator of this ticket and you are not a staff member; you can't add members to this ticket.", "description": "Sie sind weder der Ersteller dieses Tickets noch ein Support-Mitglied; Sie können keine neuen Benutzer zu diesem Ticket hinzufügen.",
"title": "❌ Insufficient permission" "title": "❌ Keine Berechtigung"
}, },
"not_a_ticket": { "not_a_ticket": {
"description": "Please use this command in the ticket channel, or mention the channel.", "description": "Bitte führen Sie den Befehl im Ticket-Kanal aus, oder erwähnen Sie diesen.",
"title": "❌ This isn't a ticket channel" "title": "❌ Das ist kein Ticket-Kanal"
} }
} }
}, },
@ -62,190 +62,190 @@
}, },
"args": { "args": {
"member_or_role": { "member_or_role": {
"description": "The member or role to add/remove", "description": "Benutzer oder Rolle hinzufügen/entfernen",
"example": "@NaughtyMember", "example": "@NaughtyMember",
"name": "memberOrRole" "name": "memberOrRole"
} }
}, },
"description": "Blacklist/unblacklist a member from interacting with the bot", "description": "Erlaube/Blockiere einen Benutzer mit dem Bot zu interagieren",
"name": "blacklist", "name": "blacklist",
"response": { "response": {
"empty_list": { "empty_list": {
"description": "There are no members or roles blacklisted. Type `%sblacklist <memberOrRole>` to add a member or role to the blacklist.", "description": "Es sind keine Benutzer oder Rollen blockiert. tippen Sie `%sblacklist <memberOrRole>` um einen Benutzer oder eine Rolle zu blockieren.",
"title": "📃 Blacklisted members and roles" "title": "📃 Blockierte Benutzer und Rollen"
}, },
"illegal_action": { "illegal_action": {
"description": "%s is a staff member and cannot be blacklisted.", "description": "%s ist ein Support-Mitglied und kann nicht blockiert werden.",
"title": "❌ You can't blacklist this member" "title": "❌ Sie können kein Support-Mitglied blockieren"
}, },
"list": { "list": {
"title": "📃 Blacklisted members and roles" "title": "📃 Blockierte Benutzer und Rollen"
}, },
"member_added": { "member_added": {
"description": "<@%s> has been added to the blacklist. They will no longer be able to interact with the bot.", "description": "<@%s> wurde blockiert. Er kann nicht mehr mit dem Bot interagieren.",
"title": "✅ Added member to blacklist" "title": "✅ Benutzer blockiert"
}, },
"member_removed": { "member_removed": {
"description": "<@%s> has been removed from the blacklist. They can now use the bot again.", "description": "<@%s> wurde freigegeben. Er kann den Bot wieder benutzen.",
"title": "✅ Removed member from blacklist" "title": "✅ Benutzer Freigeben"
}, },
"role_added": { "role_added": {
"description": "<@&%s> has been added to the blacklist. Members with this role will no longer be able to interact with the bot.", "description": "<@&%s> wurde blockiert. Benutzer mit dieser Rolle können nicht mehr mit dem Bot interagieren.",
"title": "✅ Added role to blacklist" "title": "✅ Rolle blockiert"
}, },
"role_removed": { "role_removed": {
"description": "<@&%s> has been removed from the blacklist. Members with this role can now use the bot again.", "description": "<@&%s> wurde freigegeben. Benutzer mit dieser Rolle können den Bot wieder benutzen.",
"title": "✅ Removed role from blacklist" "title": "✅ Rolle Freigegeben"
} }
} }
}, },
"close": { "close": {
"aliases": { "aliases": {
"delete": "delete", "delete": "löschen",
"lock": "lock" "lock": "lock"
}, },
"args": { "args": {
"reason": { "reason": {
"alias": "r", "alias": "r",
"description": "The reason for closing the ticket(s)", "description": "Der Grund das Ticket / die Tickets zu schließen",
"example": "", "example": "",
"name": "reason" "name": "Grund"
}, },
"ticket": { "ticket": {
"alias": "t", "alias": "t",
"description": "The ticket to close, either the number or the channel mention/ID", "description": "Das zu schließende Ticket, entweder die Nummer oder die Kanal-ID",
"example": "217", "example": "217",
"name": "Ticket" "name": "Ticket"
}, },
"time": { "time": {
"alias": "T", "alias": "T",
"description": "Close all tickets that have been inactive for the specified time", "description": "Alle Tickets schließen die für eine bestimmte Zeit inaktiv waren",
"example": "1w", "example": "1w",
"name": "time" "name": "Zeit"
} }
}, },
"description": "Close a ticket channel", "description": "Schließe einen Ticket-Kanal",
"name": "close", "name": "schließen",
"response": { "response": {
"closed": { "closed": {
"description": "Ticket #%s has been closed.", "description": "Ticket #%s wurde geschlossen.",
"title": "✅ Ticket closed" "title": "✅ Ticket geschlossen"
}, },
"closed_multiple": { "closed_multiple": {
"description": [ "description": [
"%d ticket has been closed.", "%d Ticket wurde geschlossen.",
"%d tickets have been closed." "%d Tickets wurden geschlossen."
], ],
"title": [ "title": [
"✅ Ticket closed", "✅ Ticket geschlossen",
"✅ Tickets closed" "✅ Tickets geschlossen"
] ]
}, },
"confirm": { "confirm": {
"description": "React with ✅ to close this ticket.", "description": "Reagiere mit ✅ um das Ticket zu schließen.",
"description_with_archive": "You will be able to view an archived version of it after.\nReact with ✅ to close this ticket.", "description_with_archive": "Sie können danach eine archivierte Version dieses Tickets ansehen.\nReagieren Sie mit ✅ um das Ticket zu schließen.",
"title": "❔ Are you sure?" "title": "❔ Sind Sie sicher?"
}, },
"confirmation_timeout": { "confirmation_timeout": {
"description": "You took too long to confirm.", "description": "Sie haben zu lange zum Bestätigen gebraucht.",
"title": "❌ Reaction time expired" "title": "❌ Zu lange gewartet"
}, },
"confirm_multiple": { "confirm_multiple": {
"description": [ "description": [
"React with ✅ to close %d ticket.", "Reagieren Sie mit ✅ um %d Ticket zu schließen.",
"React with ✅ to close %d tickets." "Reagieren Sie mit ✅ um %d Tickets zu schließen."
], ],
"title": "❔ Are you sure?" "title": "❔ Sind Sie sicher?"
}, },
"invalid_time": { "invalid_time": {
"description": "The time period provided could not be parsed.", "description": "Die eingegebene Zeit konnte nicht verarbeitet werden.",
"title": "❌ Invalid input" "title": "❌ Ungültige Eingabe"
}, },
"not_a_ticket": { "not_a_ticket": {
"description": "Please use this command in a ticket channel or use the ticket flag.\nType `%shelp close` for more information.", "description": "Bitte nutzen Sie diesen Befehl in einem Ticket-Kanal oder erwähnen Sie diesen.\nTippen Sie `%shelp close` für mehr Informationen.",
"title": "❌ This isn't a ticket channel" "title": "❌ Das ist kein Ticket-Kanal"
}, },
"no_tickets": { "no_tickets": {
"description": "There are no tickets which have been inactive for this time period.", "description": "Es gibt keine inaktiven Tickets für den ausgewählten Zeitraum.",
"title": "❌ No tickets to close" "title": "❌ Keine Tickets zum schließen"
}, },
"unresolvable": { "unresolvable": {
"description": "`%s` could not be resolved to a ticket. Please provide the ticket ID/mention or number.", "description": "`%s` konnte keinem Ticket zugeordnet werden. Bitte nutzen Sie die Ticket-ID oder die Nummer.",
"title": "❌ Error" "title": "❌ Fehler"
} }
} }
}, },
"help": { "help": {
"aliases": { "aliases": {
"command": "command", "command": "Befehl",
"commands": "commands" "commands": "Befehle"
}, },
"args": { "args": {
"command": { "command": {
"description": "The command to display information about", "description": "Den Befehl über den Informationen angezeigt werden sollen",
"example": "new", "example": "neu",
"name": "command" "name": "Befehl"
} }
}, },
"description": "List commands you have access to, or find out more about a command", "description": "Zeige alle Befehle die Sie benutzen dürfen oder mehr Informationen zu einem Befehl",
"name": "help", "name": "Hilfe",
"response": { "response": {
"list": { "list": {
"description": "The commands you have access to are listed below. For more information about a command, type `{prefix}help [command]`. To create a ticket, type `{prefix}new [topic]`.", "description": "Die Befehle die Sie benutzen dürfen sind aufgelistet. Für mehr Informationen über einen Befehl, tippen Sie `{prefix}help [command]`. Um ein Ticket zu öffnen, tippen Sie `{prefix}new [topic]`.",
"fields": { "fields": {
"commands": "Commands" "commands": "Befehle"
}, },
"title": "❔ Help" "title": "❔ Hilfe"
} }
} }
}, },
"new": { "new": {
"aliases": { "aliases": {
"create": "create", "create": "erstellen",
"open": "open", "open": "öffnen",
"ticket": "Ticket" "ticket": "Ticket"
}, },
"args": { "args": {
"topic": { "topic": {
"description": "The topic of the ticket", "description": "Das Thema des Tickets",
"example": "Problem with billing", "example": "Probleme mit der Bezahlung",
"name": "topic" "name": "Thema"
} }
}, },
"description": "Create a new ticket", "description": "Erstelle ein neues Ticket",
"name": "new", "name": "neu",
"response": { "response": {
"created": { "created": {
"description": "Your ticket has been created: %s.", "description": "Ihr Ticket wurde erstellt: %s.",
"title": "✅ Ticket created" "title": "✅ Ticket erstellt"
}, },
"error": { "error": {
"title": "❌ Error" "title": "❌ Fehler"
}, },
"has_a_ticket": { "has_a_ticket": {
"description": "Please use your existing ticket (<#%s>) or close it before creating another.", "description": "Bitte benutzen Sie Ihr schon vorhandenes Ticket (<#%s>) oder schließen Sie es bevor Sie ein neues erstellen.",
"title": "❌ You already have an open ticket" "title": "❌ Sie haben bereits ein offenes Ticket"
}, },
"max_tickets": { "max_tickets": {
"description": "Please use `%sclose` to close any unneeded tickets.\n\n%s", "description": "Bitte benutzen Sie `%sclose` um gelöste Tickets zu schließen.\n\n%s",
"title": "❌ You already have %d open tickets" "title": "❌ Sie haben schon %d offene Tickets"
}, },
"no_categories": { "no_categories": {
"description": "A server administrator must create at least one ticket category before a new ticket can be opened.", "description": "Ein Server Administrator muss zuerst eine Kategorie erstellen bevor Sie ein Ticket erstellen können. Dies geht über `%ssettings`",
"title": "❌ Can't create ticket" "title": "❌ Kann kein neues Ticket erstellen"
}, },
"select_category": { "select_category": {
"description": "Select the category most relevant to your ticket's topic:\n\n%s", "description": "Wähle eine Kategorie für Ihr Ticket:\n\n%s",
"title": "🔤 Please select the ticket category" "title": "🔤 Bitte wählen Sie eine Kategorie"
}, },
"select_category_timeout": { "select_category_timeout": {
"description": "You took too long to select the ticket category.", "description": "Sie haben zu lange gebraucht um eine Ticket Kategorie zu wählen.",
"title": "❌ Reaction time expired" "title": "❌ Zu lange gewartet"
} }
}, },
"request_topic": { "request_topic": {
"description": "Please briefly state what this ticket is about in a a few words.", "description": "Bitte erklären Sie Ihr Anliegen kurz in ein paar Wörtern",
"title": "Ticket topic" "title": "Ticket Anliegen"
} }
}, },
"panel": { "panel": {
@ -253,39 +253,39 @@
"args": { "args": {
"categories": { "categories": {
"alias": "c", "alias": "c",
"description": "A category ID", "description": "Eine Kategorie ID",
"example": "451745464954650634", "example": "451745464954650634",
"name": "categories" "name": "Kategorien"
}, },
"description": { "description": {
"alias": "d", "alias": "d",
"description": "The description for the panel message", "description": "Die Beschreibung für die Panel-Nachricht",
"example": "\"React to this message to open a ticket.\"", "example": "\"Ragieren Sie auf diese Nachricht um ein Ticket zu öffnen.\"",
"name": "description" "name": "Beschreibung"
}, },
"emoji": { "emoji": {
"alias": "e", "alias": "e",
"description": "An emoji", "description": "Ein Emoji",
"example": "🎫", "example": "🎫",
"name": "emoji" "name": "Emoji"
}, },
"title": { "title": {
"alias": "t", "alias": "t",
"description": "The title for the panel message", "description": "Der Titel für die Panel-Nachricht",
"example": "\"Support tickets\"", "example": "\"Support Tickets\"",
"name": "title" "name": "Titel"
} }
}, },
"description": "Create a new ticket panel", "description": "Erstellen Sie ein neues Ticket-Panel",
"name": "panel", "name": "panel",
"response": { "response": {
"invalid_category": { "invalid_category": {
"description": "One or more of the specified category IDs is invalid.", "description": "Eine oder mehrere der angegebenen Kategorie IDs sind nicht gültig.",
"title": "❌ Invalid category" "title": "❌ Ungültige Kategorie"
}, },
"mismatch": { "mismatch": {
"description": "Please provide the name number of emojis and category IDs.", "description": "Geben Sie bitte den Name des Emojis und die Kategorie ID an.",
"title": "❌ Invalid input" "title": "❌ Ungültige Eingabe"
} }
} }
}, },
@ -293,34 +293,34 @@
"aliases": {}, "aliases": {},
"args": { "args": {
"member": { "member": {
"description": "The member to remove from the ticket", "description": "Den Benutzer der entfernt werden soll",
"example": "@someone", "example": "@someone",
"name": "Mitglied" "name": "Mitglied"
}, },
"ticket": { "ticket": {
"description": "The ticket to remove the member from", "description": "Das Ticket von dem der Benutzer entfernt werden soll",
"example": "217", "example": "217",
"name": "Ticket" "name": "Ticket"
} }
}, },
"description": "Remove a member from a ticket", "description": "Entferne einen Benutzer von einem Ticket",
"name": "remove", "name": "remove",
"response": { "response": {
"removed": { "removed": {
"description": "%s has been removed from %s.", "description": "%s wurde von %s entfernt.",
"title": "✅ Member removed" "title": "✅ Benutzer entfernt"
}, },
"no_member": { "no_member": {
"description": "Please mention the member you want to remove.", "description": "Bitte nennen Sie den Benutzer den Sie entfernen möchten.",
"title": "❌ Unbekannter User" "title": "❌ Unbekannter Benutzer"
}, },
"no_permission": { "no_permission": {
"description": "You are not the creator of this ticket and you are not a staff member; you can't remove members from this ticket.", "description": "Sie sind weder Ersteller dieses Tickets, noch Support-Mitglied; Sie können keine Benutzer von diesem Ticket entfernen.",
"title": "❌ Insufficient permission" "title": "❌ Keine Berechtigung"
}, },
"not_a_ticket": { "not_a_ticket": {
"description": "Please use this command in the ticket channel, or mention the channel.", "description": "Bitte führen Sie den Befehl im Ticket-Kanal aus, oder erwähnen Sie diesen.",
"title": "❌ This isn't a ticket channel" "title": "❌ Das ist kein Ticket-Kanal"
} }
} }
}, },
@ -328,53 +328,53 @@
"aliases": { "aliases": {
"config": "config" "config": "config"
}, },
"description": "Configure Discord Tickets", "description": "Konfiguriere Discord Tickets",
"name": "settings", "name": "settings",
"response": { "response": {
"invalid": "❌ Settings data is invalid; please refer to the documentation.\n%s", "invalid": "❌ Einstellungen sind ungültig. Sehen Sie sich die Dokumentation (https://discordtickets.app/configuration/categories/) an.\n%s",
"updated": "✅ Settings have been updated." "updated": "✅ Die Einstellungen wurden aktualisiert."
} }
}, },
"stats": { "stats": {
"aliases": {}, "aliases": {},
"args": {}, "args": {},
"description": "Display ticket statistics", "description": "Ticket Statistiken ansehen",
"fields": { "fields": {
"messages": "Messages", "messages": "Nachrichten",
"response_time": { "response_time": {
"minutes": "%s minutes", "minutes": "%s Minuten",
"title": "Avg. response time" "title": "Durchschnittliche Reaktionszeit"
}, },
"tickets": "Tickets" "tickets": "Tickets"
}, },
"name": "stats", "name": "stats",
"response": { "response": {
"global": { "global": {
"description": "Statistics about tickets across all guilds where this Discord TIckets instance is used.", "description": "Statistiken von allen Servern auf denen dieser Bot läuft.",
"title": "📊 Global stats" "title": "📊 Globale Statistiken"
}, },
"guild": { "guild": {
"description": "Statistics about tickets within this guild. This data is cached for an hour.", "description": "Statistiken von diesem Server. Die Daten sind für eine Stunde im Zwischenspeicher.",
"title": "📊 This server's stats" "title": "📊 Statistiken von diesem Server"
} }
} }
}, },
"survey": { "survey": {
"aliases": { "aliases": {
"surveys": "surveys" "surveys": "Umfragen"
}, },
"args": { "args": {
"survey": { "survey": {
"description": "The name of the survey to view responses of", "description": "Der Name der Umfrage von der die Antworten angezeigt werden sollen",
"example": "support", "example": "support",
"name": "survey" "name": "Umfrage"
} }
}, },
"description": "View survey responses", "description": "Umfragen-Ergebnisse ansehen",
"name": "survey", "name": "Umfrage",
"response": { "response": {
"list": { "list": {
"title": "📃 Surveys" "title": "📃 Umfragen"
} }
} }
}, },
@ -386,22 +386,22 @@
}, },
"args": { "args": {
"tag": { "tag": {
"description": "The name of the tag to use", "description": "Der Name des Tags",
"example": "website", "example": "Website",
"name": "tag" "name": "Tag"
} }
}, },
"description": "Use a tag response", "description": "Benutzen Sie einen 'Tag' als Antwort",
"name": "tag", "name": "Tag",
"response": { "response": {
"error": "❌ Error", "error": "❌ Fehler",
"list": { "list": {
"title": "📃 Tag list" "title": "📃 Tag-Liste"
}, },
"missing": "This tag requires the following arguments:\n%s", "missing": "Dieser Tag benötigt die folgenden Vorraussetzungen:\n%s",
"not_a_ticket": { "not_a_ticket": {
"description": "This tag can only be used within a ticket channel as it uses ticket references.", "description": "Dieser Tag kann nur in einem Ticket-Kanal benutzt werden",
"title": "❌ This isn't a ticket channel" "title": "❌ Das ist kein Ticket-Kanal"
} }
} }
}, },
@ -409,84 +409,84 @@
"aliases": {}, "aliases": {},
"args": { "args": {
"new_topic": { "new_topic": {
"description": "The new topic of the ticket", "description": "Das neue Anliegen des Tickets",
"example": "billing issue", "example": "billing issue",
"name": "new_topic" "name": "new_topic"
} }
}, },
"description": "Change the topic of the ticket", "description": "Ändern Sie das Anligen Ihres Tickets",
"name": "topic", "name": "Thema",
"response": { "response": {
"changed": { "changed": {
"description": "This ticket's topic has been changed.", "description": "Das Anliegen dieses Tickets wurde erfolgreich geändert.",
"title": "✅ Topic changed" "title": "✅ Anliegen geändert"
}, },
"not_a_ticket": { "not_a_ticket": {
"description": "Please use this command in the ticket channel you want to change the topic of.", "description": "Bitte benutzen Sie diesen Befehl nur in einem Ticket-Kanal in dem Sie das Anliegen ändern wollen.",
"title": "❌ This isn't a ticket channel" "title": "❌ Das ist kein Ticket-Kanal"
} }
} }
} }
}, },
"command_execution_error": { "command_execution_error": {
"description": "An unexpected error occurred during command execution.\nPlease ask an administrator to check the console output / logs for details.", "description": "Ein unerwarteter Fehler ist aufgetreten.\nFragen Sie bitte den Andministrator um Hilfe.",
"title": "⚠️" "title": "⚠️"
}, },
"message_will_be_deleted_in": "This message will be deleted in %d seconds", "message_will_be_deleted_in": "Diese Nachricht wird in %d Sekunden gelöscht.",
"missing_permissions": { "missing_permissions": {
"description": "You do not have the permissions required to use this command:\n%s", "description": "Sie haben nicht die benötigten Berechtigungen um diesen Befehl zu benutzen:\n%s",
"title": "❌" "title": "❌"
}, },
"staff_only": { "staff_only": {
"description": "You must be a member of staff to use this command.", "description": "Sie müssen ein Support-Mitglied sein um diesen Befehl zu benutzen.",
"title": "❌" "title": "❌"
}, },
"ticket": { "ticket": {
"claimed": { "claimed": {
"description": "%s has claimed this ticket.", "description": "Dieses Ticket gehört jetzt %s.",
"title": "✅ Ticket claimed" "title": "✅ Ticket in Besitz genommen"
}, },
"closed": { "closed": {
"description": "This ticket has been closed.\nThe channel will be deleted in 5 seconds.", "description": "Dieses Ticket wurde geschlossen.\nDieser Kanal wird in 5 Sekunden gelöscht.",
"title": "✅ Ticket closed" "title": "✅ Ticket geschlossen"
}, },
"closed_by_member": { "closed_by_member": {
"description": "This ticket has been closed by %s.\nThe channel will be deleted in 5 seconds.", "description": "Dieses Ticket wurde von %s geschlossen.\nDieser Kanal wird in 5 Sekunden gelöscht.",
"title": "✅ Ticket closed" "title": "✅ Ticket geschlossen"
}, },
"closed_by_member_with_reason": { "closed_by_member_with_reason": {
"description": "This ticket has been closed by %s: `%s`\nThe channel will be deleted in 5 seconds.", "description": "Dieses Ticket wurde von %s geschlossen: `%s`\nDieser Kanal wird in 5 Sekunden gelöscht.",
"title": "✅ Ticket closed" "title": "✅ Ticket geschlossen"
}, },
"closed_with_reason": { "closed_with_reason": {
"description": "This ticket has been closed: `%s`\nThe channel will be deleted in 5 seconds.", "description": "Dieses Ticket wurde geschlossen: `%s`\nDieser Kanal wird in 5 Sekunden gelöscht.",
"title": "✅ Ticket closed" "title": "✅ Ticket geschlossen"
}, },
"member_added": { "member_added": {
"description": "%s has been added by %s", "description": "%s wurde von %s hinzugefügt.",
"title": "Member added" "title": "Benutzer hinzugefügt"
}, },
"member_removed": { "member_removed": {
"description": "%s has been removed by %s", "description": "%s wurde von %s entfernt.",
"title": "Member removed" "title": "Benutzer entfernt"
}, },
"opening_message": { "opening_message": {
"fields": { "fields": {
"topic": "Topic" "topic": "Anliegen"
} }
}, },
"questions": "Please answer the following questions:\n\n%s", "questions": "Bitte beantworten Sie die folgenden Fragen:\n\n%s",
"released": { "released": {
"description": "%s has released this ticket.", "description": "%s hat ein neues Ticket veröffentlicht.",
"title": "✅ Ticket released" "title": "✅ Ticket veröffentlicht"
}, },
"survey": { "survey": {
"complete": { "complete": {
"description": "Thank you for your feedback.", "description": "Vielen Dank für Ihr Feedback!",
"title": "✅ Thank you" "title": "✅ Danke"
}, },
"start": { "start": {
"description": "Hey, %s. Before this channel is deleted, would you mind completing a quick %d-question survey? React with ✅ to start, or ignore this message.", "description": "Hey, %s. Möchten Sie eine kurze %d-question Umfrage ausfüllen bevor dieser Kanal gelöscht wird? Reagieren Sie einfach mit ✅ um zu starten, oder ignorieren Sie diese Nachricht.",
"title": "❔ Feedback" "title": "❔ Feedback"
} }
} }