From 4c39dca8ef300f0656b43a841832655eb59ae858 Mon Sep 17 00:00:00 2001 From: Isaac Date: Sun, 15 Aug 2021 22:32:36 +0100 Subject: [PATCH] New Crowdin updates (#186) * New translations en-GB.json (French) * New translations en-GB.json (French) * New translations en-GB.json (German) * New translations en-GB.json (Korean) * New translations en-GB.json (Korean) * New translations en-GB.json (Czech) * New translations en-GB.json (Czech) * New translations en-GB.json (Polish) * New translations en-GB.json (Korean) * New translations en-GB.json (Czech) --- src/locales/cs-CZ.json | 118 +++++----- src/locales/de-DE.json | 2 +- src/locales/fr-FR.json | 6 +- src/locales/ko-KR.json | 494 +++++++++++++++++++++++++++++++++++++++++ src/locales/pl-PL.json | 494 +++++++++++++++++++++++++++++++++++++++++ 5 files changed, 1051 insertions(+), 63 deletions(-) create mode 100644 src/locales/ko-KR.json create mode 100644 src/locales/pl-PL.json diff --git a/src/locales/cs-CZ.json b/src/locales/cs-CZ.json index dc97680..e12e0f3 100644 --- a/src/locales/cs-CZ.json +++ b/src/locales/cs-CZ.json @@ -25,34 +25,34 @@ "aliases": {}, "args": { "member": { - "description": "The member to add to the ticket", - "example": "@someone", - "name": "member" + "description": "Člen k přidání do tiketu", + "example": "@někdo", + "name": "člen" }, "ticket": { - "description": "The ticket to add the member to", + "description": "Tiket, do kterého přidat člena", "example": "217", - "name": "ticket" + "name": "tiket" } }, - "description": "Add a member to a ticket", - "name": "add", + "description": "Přidat člena do tiketu", + "name": "pridat", "response": { "added": { - "description": "%s has been added to %s.", - "title": "✅ Member added" + "description": "%s byl přidán do %s.", + "title": "✅ Člen přidán" }, "no_member": { - "description": "Please mention the member you want to add.", - "title": "❌ Unknown member" + "description": "Označte prosím člena, kterého chcete přidat.", + "title": "❌ Neznámý člen" }, "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.", - "title": "❌ Insufficient permission" + "description": "Nejste tvůrcem tohoto tiketu a nejste ani člen týmu, nemůžete do tohoto tiketu přidávat členy.", + "title": "❌ Nedostatečná oprávnění" }, "not_a_ticket": { - "description": "Please use this command in the ticket channel, or mention the channel.", - "title": "❌ This isn't a ticket channel" + "description": "Použijte tento příkaz c kanálu tiketu nebo označte kanál.", + "title": "❌ Toto není kanál tiketu" } } }, @@ -62,7 +62,7 @@ }, "args": { "member_or_role": { - "description": "The member or role to add/remove", + "description": "Člen nebo role j přidání/odebrání", "example": "@NeposlušnýUživatel", "name": "uživatelNeboRole" } @@ -101,90 +101,90 @@ }, "close": { "aliases": { - "delete": "delete", - "lock": "lock" + "delete": "odstranit", + "lock": "uzamknout" }, "args": { "reason": { - "alias": "r", - "description": "The reason for closing the ticket(s)", + "alias": "d", + "description": "Důvod k uzavření tiketu", "example": "", - "name": "reason" + "name": "duvod" }, "ticket": { "alias": "t", - "description": "The ticket to close, either the number or the channel mention/ID", + "description": "Tiket k uzavření, buď číslo nebo zmínka/ID kanálu", "example": "217", - "name": "ticket" + "name": "tiket" }, "time": { - "alias": "T", - "description": "Close all tickets that have been inactive for the specified time", + "alias": "c", + "description": "Zavřít všechny tikety, které byly neaktivní po určitou dobu", "example": "1w", - "name": "time" + "name": "cas" } }, "description": "Uzavře kanál s ticketem", - "name": "close", + "name": "zavrit", "response": { "closed": { - "description": "Ticket #%s has been closed.", + "description": "Tiket #%s byl uzavřen.", "title": "✅ Ticket uzavřen" }, "closed_multiple": { "description": [ - "%d ticket has been closed.", - "%d tickets have been closed." + "%d tiket byl uzavřen.", + "%d tiketů bylo uzavřeno." ], "title": [ "✅ Ticket uzavřen", - "✅ Tickets closed" + "✅ Tikety uzavřeny" ] }, "confirm": { - "description": "React with ✅ to close this ticket.", - "description_with_archive": "You will be able to view an archived version of it after.\nReact with ✅ to close this ticket.", - "title": "❔ Are you sure?" + "description": "Zareagujte pomocí ✅ k uzavření tohoto tiketu.", + "description_with_archive": "Později si budete moci zobrazit archivovanou verzi.\nZareagujte pomocí ✅ pro uzavření tohoto tiketu.", + "title": "❔ Jste si jistí?" }, "confirmation_timeout": { - "description": "You took too long to confirm.", + "description": "Potvrzení vám trvalo příliš dlouho.", "title": "❌ Doba pro reakci vypršela" }, "confirm_multiple": { "description": [ - "React with ✅ to close %d ticket.", - "React with ✅ to close %d tickets." + "Zareagujte pomocí ✅ pro uzavření %d tiketu.", + "Zareagujte pomocí ✅ pro uzavření %d tiketů." ], - "title": "❔ Are you sure?" + "title": "❔ Jste si jistí?" }, "invalid_time": { - "description": "The time period provided could not be parsed.", + "description": "Zadaný čas nebyl rozpoznán.", "title": "❌ Neplatný vstup" }, "not_a_ticket": { - "description": "Please use this command in a ticket channel or use the ticket flag.\nType `%shelp close` for more information.", - "title": "❌ This isn't a ticket channel" + "description": "Tento příkaz prosím použijte v kanálu tiketu nebo použijte vlajku tiketu.\nZadejte `%shelp close` pro více informací.", + "title": "❌ Toto není kanál tiketu" }, "no_tickets": { - "description": "There are no tickets which have been inactive for this time period.", - "title": "❌ No tickets to close" + "description": "Nejsou zde žádné tikety, které byly aktivní po zadané časově rozmezí.", + "title": "❌ Žádné tikety k uzavření" }, "unresolvable": { - "description": "`%s` could not be resolved to a ticket. Please provide the ticket ID/mention or number.", + "description": "`%s` nebyl rozpoznán jako tiket. Zadejte prosím ID nebo číslo tiketu nebo jej označte.", "title": "❌ Chyba" } } }, "help": { "aliases": { - "command": "command", - "commands": "commands" + "command": "příkaz", + "commands": "příkazy" }, "args": { "command": { - "description": "The command to display information about", + "description": "Příkaz, o němž zobrazit informace", "example": "new", - "name": "command" + "name": "příkaz" } }, "description": "List commands you have access to, or find out more about a command", @@ -203,7 +203,7 @@ "aliases": { "create": "create", "open": "open", - "ticket": "ticket" + "ticket": "tiket" }, "args": { "topic": { @@ -294,13 +294,13 @@ "args": { "member": { "description": "The member to remove from the ticket", - "example": "@someone", - "name": "member" + "example": "@někdo", + "name": "člen" }, "ticket": { "description": "The ticket to remove the member from", "example": "217", - "name": "ticket" + "name": "tiket" } }, "description": "Remove a member from a ticket", @@ -312,15 +312,15 @@ }, "no_member": { "description": "Please mention the member you want to remove.", - "title": "❌ Unknown member" + "title": "❌ Neznámý člen" }, "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.", - "title": "❌ Insufficient permission" + "title": "❌ Nedostatečná oprávnění" }, "not_a_ticket": { - "description": "Please use this command in the ticket channel, or mention the channel.", - "title": "❌ This isn't a ticket channel" + "description": "Použijte tento příkaz c kanálu tiketu nebo označte kanál.", + "title": "❌ Toto není kanál tiketu" } } }, @@ -332,7 +332,7 @@ "name": "settings", "response": { "invalid": "❌ Settings data is invalid; please refer to the documentation.\n%s", - "updated": "✅ Nastavení bylo aktualizováno." + "updated": "✅ Nastavení byla aktualizována." } }, "stats": { @@ -401,7 +401,7 @@ "missing": "This tag requires the following arguments:\n%s", "not_a_ticket": { "description": "This tag can only be used within a ticket channel as it uses ticket references.", - "title": "❌ This isn't a ticket channel" + "title": "❌ Toto není kanál tiketu" } } }, @@ -423,7 +423,7 @@ }, "not_a_ticket": { "description": "Please use this command in the ticket channel you want to change the topic of.", - "title": "❌ This isn't a ticket channel" + "title": "❌ Toto není kanál tiketu" } } } diff --git a/src/locales/de-DE.json b/src/locales/de-DE.json index 832cb08..474ed15 100644 --- a/src/locales/de-DE.json +++ b/src/locales/de-DE.json @@ -4,7 +4,7 @@ "description": "Discord Tickets erfordert die folgenden Berechtigungen: %s", "title": "⚠️" }, - "version": "[Discord Tickets](%s) v%s by [eartharoid](%s)" + "version": "[Discord Tickets] (%s) v%s von [eartharoid](%s)" }, "cmd_usage": { "args": { diff --git a/src/locales/fr-FR.json b/src/locales/fr-FR.json index a462f7e..3fd3dc9 100644 --- a/src/locales/fr-FR.json +++ b/src/locales/fr-FR.json @@ -90,11 +90,11 @@ "title": "✅ membre ajouté à la liste noire" }, "role_added": { - "description": "<@&%s> a été ajouté à la liste noire. Ils ne seront plus en mesure d’interagir avec le bot.", + "description": "<@&%s> a été ajouté à la liste noire. Les membres avec ce rôle ne seront plus en mesure d’interagir avec le bot.", "title": "✅ membre ajouté à la liste noire" }, "role_removed": { - "description": "<@&%s> a été retiré de la liste noire. Ils peuvent maintenant utiliser le bot à nouveau.", + "description": "<@&%s> a été retiré de la liste noire. Les membres avec ce rôle peuvent maintenant utiliser le bot à nouveau.", "title": "✅ membre ajouté à la liste noire" } } @@ -191,7 +191,7 @@ "name": "aide", "response": { "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": "Les commandes auquel vous avez accès sont listées ci-dessous. Pour plus d’informations sur une commande, utilisez «{prefix}help [command]». Pour créer un billet, utilisez «{prefix}new [topic]».", "fields": { "commands": "Commandes" }, diff --git a/src/locales/ko-KR.json b/src/locales/ko-KR.json new file mode 100644 index 0000000..4dbf6b7 --- /dev/null +++ b/src/locales/ko-KR.json @@ -0,0 +1,494 @@ +{ + "bot": { + "missing_permissions": { + "description": "디스코드 티켓은 해당 권한이 필요합니다:\n%s", + "title": "⚠️" + }, + "version": "[디스코드 티켓](%s) v%s by [eartharoid](%s)" + }, + "cmd_usage": { + "args": { + "description": "**설명.**%s", + "example": "**예시.**%s" + }, + "description": "**사용:**\n`%s`\n\n**예시:**\n`%s`\n\n명령어를 사용하실때, 앞에 `❗`를 붙여주세요.", + "invalid_named_args": { + "description": "명령어에 `%s`라는 오류가 있습니다.\n`%s` 를 입력해보세요.\n확실하지 않다면, 관리자에게 문의 바랍니다.", + "title": "❌ 잘못된 구문" + }, + "named_args": "이 명령어는 지정된 인수를 사용합니다.\n\n", + "title": "'%s' 명령어 사용" + }, + "collector_expires_in": "%d 초 안에 만료됨", + "commands": { + "add": { + "aliases": {}, + "args": { + "member": { + "description": "티켓에 추가할 멤버", + "example": "@someone", + "name": "member" + }, + "ticket": { + "description": "The ticket to add the member to", + "example": "217", + "name": "ticket" + } + }, + "description": "Add a member to a ticket", + "name": "add", + "response": { + "added": { + "description": "%s has been added to %s.", + "title": "✅ Member added" + }, + "no_member": { + "description": "Please mention the member you want to add.", + "title": "❌ Unknown member" + }, + "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.", + "title": "❌ Insufficient permission" + }, + "not_a_ticket": { + "description": "Please use this command in the ticket channel, or mention the channel.", + "title": "❌ This isn't a ticket channel" + } + } + }, + "blacklist": { + "aliases": { + "unblacklist": "unblacklist" + }, + "args": { + "member_or_role": { + "description": "The member or role to add/remove", + "example": "@NaughtyMember", + "name": "memberOrRole" + } + }, + "description": "Blacklist/unblacklist a member from interacting with the bot", + "name": "blacklist", + "response": { + "empty_list": { + "description": "There are no members or roles blacklisted. Type `%sblacklist ` to add a member or role to the blacklist.", + "title": "📃 Blacklisted members and roles" + }, + "illegal_action": { + "description": "%s is a staff member and cannot be blacklisted.", + "title": "❌ You can't blacklist this member" + }, + "list": { + "title": "📃 Blacklisted members and roles" + }, + "member_added": { + "description": "<@%s> has been added to the blacklist. They will no longer be able to interact with the bot.", + "title": "✅ Added member to blacklist" + }, + "member_removed": { + "description": "<@%s> has been removed from the blacklist. They can now use the bot again.", + "title": "✅ Removed member from blacklist" + }, + "role_added": { + "description": "<@&%s> has been added to the blacklist. Members with this role will no longer be able to interact with the bot.", + "title": "✅ Added role to blacklist" + }, + "role_removed": { + "description": "<@&%s> has been removed from the blacklist. Members with this role can now use the bot again.", + "title": "✅ Removed role from blacklist" + } + } + }, + "close": { + "aliases": { + "delete": "delete", + "lock": "lock" + }, + "args": { + "reason": { + "alias": "r", + "description": "The reason for closing the ticket(s)", + "example": "", + "name": "reason" + }, + "ticket": { + "alias": "t", + "description": "The ticket to close, either the number or the channel mention/ID", + "example": "217", + "name": "ticket" + }, + "time": { + "alias": "T", + "description": "Close all tickets that have been inactive for the specified time", + "example": "1w", + "name": "time" + } + }, + "description": "Close a ticket channel", + "name": "close", + "response": { + "closed": { + "description": "Ticket #%s has been closed.", + "title": "✅ Ticket closed" + }, + "closed_multiple": { + "description": [ + "%d ticket has been closed.", + "%d tickets have been closed." + ], + "title": [ + "✅ Ticket closed", + "✅ Tickets closed" + ] + }, + "confirm": { + "description": "React with ✅ to close this ticket.", + "description_with_archive": "You will be able to view an archived version of it after.\nReact with ✅ to close this ticket.", + "title": "❔ Are you sure?" + }, + "confirmation_timeout": { + "description": "You took too long to confirm.", + "title": "❌ Reaction time expired" + }, + "confirm_multiple": { + "description": [ + "React with ✅ to close %d ticket.", + "React with ✅ to close %d tickets." + ], + "title": "❔ Are you sure?" + }, + "invalid_time": { + "description": "The time period provided could not be parsed.", + "title": "❌ Invalid input" + }, + "not_a_ticket": { + "description": "Please use this command in a ticket channel or use the ticket flag.\nType `%shelp close` for more information.", + "title": "❌ This isn't a ticket channel" + }, + "no_tickets": { + "description": "There are no tickets which have been inactive for this time period.", + "title": "❌ No tickets to close" + }, + "unresolvable": { + "description": "`%s` could not be resolved to a ticket. Please provide the ticket ID/mention or number.", + "title": "❌ Error" + } + } + }, + "help": { + "aliases": { + "command": "command", + "commands": "commands" + }, + "args": { + "command": { + "description": "The command to display information about", + "example": "new", + "name": "command" + } + }, + "description": "List commands you have access to, or find out more about a command", + "name": "help", + "response": { + "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]`.", + "fields": { + "commands": "Commands" + }, + "title": "❔ Help" + } + } + }, + "new": { + "aliases": { + "create": "create", + "open": "open", + "ticket": "ticket" + }, + "args": { + "topic": { + "description": "The topic of the ticket", + "example": "Problem with billing", + "name": "topic" + } + }, + "description": "Create a new ticket", + "name": "new", + "response": { + "created": { + "description": "Your ticket has been created: %s.", + "title": "✅ Ticket created" + }, + "error": { + "title": "❌ Error" + }, + "has_a_ticket": { + "description": "Please use your existing ticket (<#%s>) or close it before creating another.", + "title": "❌ You already have an open ticket" + }, + "max_tickets": { + "description": "Please use `%sclose` to close any unneeded tickets.\n\n%s", + "title": "❌ You already have %d open tickets" + }, + "no_categories": { + "description": "A server administrator must create at least one ticket category before a new ticket can be opened.", + "title": "❌ Can't create ticket" + }, + "select_category": { + "description": "Select the category most relevant to your ticket's topic:\n\n%s", + "title": "🔤 Please select the ticket category" + }, + "select_category_timeout": { + "description": "You took too long to select the ticket category.", + "title": "❌ Reaction time expired" + } + }, + "request_topic": { + "description": "Please briefly state what this ticket is about in a a few words.", + "title": "Ticket topic" + } + }, + "panel": { + "aliases": {}, + "args": { + "categories": { + "alias": "c", + "description": "A category ID", + "example": "451745464954650634", + "name": "categories" + }, + "description": { + "alias": "d", + "description": "The description for the panel message", + "example": "\"React to this message to open a ticket.\"", + "name": "description" + }, + "emoji": { + "alias": "e", + "description": "An emoji", + "example": "🎫", + "name": "emoji" + }, + "title": { + "alias": "t", + "description": "The title for the panel message", + "example": "\"Support tickets\"", + "name": "title" + } + }, + "description": "Create a new ticket panel", + "name": "panel", + "response": { + "invalid_category": { + "description": "One or more of the specified category IDs is invalid.", + "title": "❌ Invalid category" + }, + "mismatch": { + "description": "Please provide the name number of emojis and category IDs.", + "title": "❌ Invalid input" + } + } + }, + "remove": { + "aliases": {}, + "args": { + "member": { + "description": "The member to remove from the ticket", + "example": "@someone", + "name": "member" + }, + "ticket": { + "description": "The ticket to remove the member from", + "example": "217", + "name": "ticket" + } + }, + "description": "Remove a member from a ticket", + "name": "remove", + "response": { + "removed": { + "description": "%s has been removed from %s.", + "title": "✅ Member removed" + }, + "no_member": { + "description": "Please mention the member you want to remove.", + "title": "❌ Unknown member" + }, + "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.", + "title": "❌ Insufficient permission" + }, + "not_a_ticket": { + "description": "Please use this command in the ticket channel, or mention the channel.", + "title": "❌ This isn't a ticket channel" + } + } + }, + "settings": { + "aliases": { + "config": "config" + }, + "description": "Configure Discord Tickets", + "name": "settings", + "response": { + "invalid": "❌ Settings data is invalid; please refer to the documentation.\n%s", + "updated": "✅ Settings have been updated." + } + }, + "stats": { + "aliases": {}, + "args": {}, + "description": "Display ticket statistics", + "fields": { + "messages": "Messages", + "response_time": { + "minutes": "%s minutes", + "title": "Avg. response time" + }, + "tickets": "Tickets" + }, + "name": "stats", + "response": { + "global": { + "description": "Statistics about tickets across all guilds where this Discord TIckets instance is used.", + "title": "📊 Global stats" + }, + "guild": { + "description": "Statistics about tickets within this guild. This data is cached for an hour.", + "title": "📊 This server's stats" + } + } + }, + "survey": { + "aliases": { + "surveys": "surveys" + }, + "args": { + "survey": { + "description": "The name of the survey to view responses of", + "example": "support", + "name": "survey" + } + }, + "description": "View survey responses", + "name": "survey", + "response": { + "list": { + "title": "📃 Surveys" + } + } + }, + "tag": { + "aliases": { + "faq": "faq", + "t": "t", + "tags": "tags" + }, + "args": { + "tag": { + "description": "The name of the tag to use", + "example": "website", + "name": "tag" + } + }, + "description": "Use a tag response", + "name": "tag", + "response": { + "error": "❌ Error", + "list": { + "title": "📃 Tag list" + }, + "missing": "This tag requires the following arguments:\n%s", + "not_a_ticket": { + "description": "This tag can only be used within a ticket channel as it uses ticket references.", + "title": "❌ This isn't a ticket channel" + } + } + }, + "topic": { + "aliases": {}, + "args": { + "new_topic": { + "description": "The new topic of the ticket", + "example": "billing issue", + "name": "new_topic" + } + }, + "description": "Change the topic of the ticket", + "name": "topic", + "response": { + "changed": { + "description": "This ticket's topic has been changed.", + "title": "✅ Topic changed" + }, + "not_a_ticket": { + "description": "Please use this command in the ticket channel you want to change the topic of.", + "title": "❌ This isn't a ticket channel" + } + } + } + }, + "command_execution_error": { + "description": "An unexpected error occurred during command execution.\nPlease ask an administrator to check the console output / logs for details.", + "title": "⚠️" + }, + "message_will_be_deleted_in": "This message will be deleted in %d seconds", + "missing_permissions": { + "description": "You do not have the permissions required to use this command:\n%s", + "title": "❌" + }, + "staff_only": { + "description": "You must be a member of staff to use this command.", + "title": "❌" + }, + "ticket": { + "claimed": { + "description": "%s has claimed this ticket.", + "title": "✅ Ticket claimed" + }, + "closed": { + "description": "This ticket has been closed.\nThe channel will be deleted in 5 seconds.", + "title": "✅ Ticket closed" + }, + "closed_by_member": { + "description": "This ticket has been closed by %s.\nThe channel will be deleted in 5 seconds.", + "title": "✅ Ticket closed" + }, + "closed_by_member_with_reason": { + "description": "This ticket has been closed by %s: `%s`\nThe channel will be deleted in 5 seconds.", + "title": "✅ Ticket closed" + }, + "closed_with_reason": { + "description": "This ticket has been closed: `%s`\nThe channel will be deleted in 5 seconds.", + "title": "✅ Ticket closed" + }, + "member_added": { + "description": "%s has been added by %s", + "title": "Member added" + }, + "member_removed": { + "description": "%s has been removed by %s", + "title": "Member removed" + }, + "opening_message": { + "fields": { + "topic": "Topic" + } + }, + "questions": "Please answer the following questions:\n\n%s", + "released": { + "description": "%s has released this ticket.", + "title": "✅ Ticket released" + }, + "survey": { + "complete": { + "description": "Thank you for your feedback.", + "title": "✅ Thank you" + }, + "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.", + "title": "❔ Feedback" + } + } + } +} \ No newline at end of file diff --git a/src/locales/pl-PL.json b/src/locales/pl-PL.json new file mode 100644 index 0000000..e2f8147 --- /dev/null +++ b/src/locales/pl-PL.json @@ -0,0 +1,494 @@ +{ + "bot": { + "missing_permissions": { + "description": "DiscordTickets potrzebuje tych uprawnień:\n%s", + "title": "⚠️" + }, + "version": "[Discord Tickets](%s) v%s by [eartharoid](%s)" + }, + "cmd_usage": { + "args": { + "description": "**Opis:** %s", + "example": "**Przykład:** '%s'" + }, + "description": "**Usage:**\n`%s`\n\n**Example:**\n`%s`\n\nRequired arguments are prefixed with `❗`.", + "invalid_named_args": { + "description": "W komendzie występuje błąd: '%s'.\nWpisz przykładowo '%s'.\nZapytaj administratora, jeżeli nie jesteś pewien.", + "title": "❌ Niepoprawna komenda" + }, + "named_args": "To polecenie używa nazwanych argumentów.\n\n", + "title": "'%s' użycie komendy" + }, + "collector_expires_in": "Wygasa w ciągu %d sekund", + "commands": { + "add": { + "aliases": {}, + "args": { + "member": { + "description": "Użytkownik został dodany do ticketu", + "example": "@someone", + "name": "użytkownik" + }, + "ticket": { + "description": "The ticket to add the member to", + "example": "217", + "name": "ticket" + } + }, + "description": "Dodaj użytkownika do ticketu", + "name": "dodaj", + "response": { + "added": { + "description": "%s został dodany do %s.", + "title": "✅ Użytkownik dodany" + }, + "no_member": { + "description": "Wspomnij o osobie, którą chcesz dodać.", + "title": "❌ Nieznany użytkownik" + }, + "no_permission": { + "description": "Nie jesteś twórca tego ticketum, ani nie jesteś administratorem. Nie możesz dodać osób do tego ticketu.", + "title": "❌ Niewystarczające uprawnienia" + }, + "not_a_ticket": { + "description": "Użyj tej komendy na kanale ticketu lub wspomnij o kanale.", + "title": "❌ To nie jest kanał ticketu" + } + } + }, + "blacklist": { + "aliases": { + "unblacklist": "unblacklist" + }, + "args": { + "member_or_role": { + "description": "Osoba albo rola do dodania/usunięcia", + "example": "@NaughtyMember", + "name": "osobaLubRola" + } + }, + "description": "Zblacklistuj/odblacklistuj osobę z interakcji z botem", + "name": "blacklist", + "response": { + "empty_list": { + "description": "Nie ma żadnych osób i roli, które są zblacklistowane. Wpisz `%sblacklist `, aby dodać osobę lub role do blacklisty.", + "title": "📃 osoby i role, które są zblacklistowane" + }, + "illegal_action": { + "description": "%s jest administratorem i nie może zostać zblacklistowany.", + "title": "❌ Nie możesz zblacklistować tej osoby" + }, + "list": { + "title": "📃 osoby i role, które są zblacklistowane" + }, + "member_added": { + "description": "<@%s> została dodana do czarnej listy. Nie będą już mogli wchodzić w interakcje z botem.", + "title": "✅ Dodano osobę do czarnej listy" + }, + "member_removed": { + "description": "<@%s> został usunięty z czarnej listy. Teraz mogą ponownie użyć bota.", + "title": "✅ Osoba została usunięta z blacklisty" + }, + "role_added": { + "description": "<@&%s> została dodana do blacklisty. Osoby z tej roli nie będą już mogli wchodzić w interakcje z botem.", + "title": "✅ Dodano rolę do blacklisty" + }, + "role_removed": { + "description": "<@&%s> został usunięty z blacklisty. Osoby z tej roli mogą teraz użyć bota ponownie.", + "title": "✅ Usunięto rolę z blacklisty" + } + } + }, + "close": { + "aliases": { + "delete": "usun", + "lock": "zamknij" + }, + "args": { + "reason": { + "alias": "r", + "description": "Powód zamknięcia ticketu(-ów)", + "example": "", + "name": "powód" + }, + "ticket": { + "alias": "t", + "description": "The ticket to close, either the number or the channel mention/ID", + "example": "217", + "name": "ticket" + }, + "time": { + "alias": "T", + "description": "Close all tickets that have been inactive for the specified time", + "example": "1w", + "name": "time" + } + }, + "description": "Close a ticket channel", + "name": "close", + "response": { + "closed": { + "description": "Ticket #%s has been closed.", + "title": "✅ Ticket closed" + }, + "closed_multiple": { + "description": [ + "%d ticket has been closed.", + "%d tickets have been closed." + ], + "title": [ + "✅ Ticket closed", + "✅ Tickets closed" + ] + }, + "confirm": { + "description": "React with ✅ to close this ticket.", + "description_with_archive": "You will be able to view an archived version of it after.\nReact with ✅ to close this ticket.", + "title": "❔ Are you sure?" + }, + "confirmation_timeout": { + "description": "You took too long to confirm.", + "title": "❌ Reaction time expired" + }, + "confirm_multiple": { + "description": [ + "React with ✅ to close %d ticket.", + "React with ✅ to close %d tickets." + ], + "title": "❔ Are you sure?" + }, + "invalid_time": { + "description": "The time period provided could not be parsed.", + "title": "❌ Invalid input" + }, + "not_a_ticket": { + "description": "Please use this command in a ticket channel or use the ticket flag.\nType `%shelp close` for more information.", + "title": "❌ To nie jest kanał ticketu" + }, + "no_tickets": { + "description": "There are no tickets which have been inactive for this time period.", + "title": "❌ No tickets to close" + }, + "unresolvable": { + "description": "`%s` could not be resolved to a ticket. Please provide the ticket ID/mention or number.", + "title": "❌ Error" + } + } + }, + "help": { + "aliases": { + "command": "command", + "commands": "commands" + }, + "args": { + "command": { + "description": "The command to display information about", + "example": "new", + "name": "command" + } + }, + "description": "List commands you have access to, or find out more about a command", + "name": "help", + "response": { + "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]`.", + "fields": { + "commands": "Commands" + }, + "title": "❔ Help" + } + } + }, + "new": { + "aliases": { + "create": "create", + "open": "open", + "ticket": "ticket" + }, + "args": { + "topic": { + "description": "The topic of the ticket", + "example": "Problem with billing", + "name": "topic" + } + }, + "description": "Create a new ticket", + "name": "new", + "response": { + "created": { + "description": "Your ticket has been created: %s.", + "title": "✅ Ticket created" + }, + "error": { + "title": "❌ Error" + }, + "has_a_ticket": { + "description": "Użyj istniejącego ticketu <#(%s>) lub zamknij go przed utworzeniem innego.", + "title": "❌ Masz już otwarty ticket" + }, + "max_tickets": { + "description": "Użyj `%sclose`, aby zamknąć niepotrzebne tickety.\n\n%s", + "title": "❌ Masz już %d otwartych ticketów" + }, + "no_categories": { + "description": "Administrator serwera musi utworzyć co najmniej jedną kategorię ticketu przed otwarciem nowego.", + "title": "❌ Nie można stworzyć ticketu" + }, + "select_category": { + "description": "Wybierz kategorię najbardziej odpowiednią dla tematu ticketu:\n\n%s", + "title": "🔤 Proszę wybrać kategorię ticketu" + }, + "select_category_timeout": { + "description": "Wybór kategorii ticketu trwał zbyt długo.", + "title": "❌ Reaction time expired" + } + }, + "request_topic": { + "description": "Proszę krótko opisać ten ticket.", + "title": "Temat ticketu" + } + }, + "panel": { + "aliases": {}, + "args": { + "categories": { + "alias": "c", + "description": "ID kategorii", + "example": "451745464954650634", + "name": "kategorie" + }, + "description": { + "alias": "d", + "description": "Opis wiadomości panelu", + "example": "\"Zareaguj na tę wiadomość, aby otworzyć ticket\"", + "name": "opis" + }, + "emoji": { + "alias": "e", + "description": "emoji", + "example": "🎫", + "name": "emoji" + }, + "title": { + "alias": "t", + "description": "Tytuł wiadomości panelu", + "example": "\"Tickety wsparcia\"", + "name": "tytuł" + } + }, + "description": "Tworzenie nowego panelu ticketów", + "name": "panel", + "response": { + "invalid_category": { + "description": "Co najmniej jeden z określonych ID kategorii jest nieprawidłowy.", + "title": "❌ Nieprawidłowa kategoria" + }, + "mismatch": { + "description": "Podaj nazwę emoji i ID kategorii.", + "title": "❌ Invalid input" + } + } + }, + "remove": { + "aliases": {}, + "args": { + "member": { + "description": "Osoba, do usunięcia z ticketu", + "example": "@someone", + "name": "użytkownik" + }, + "ticket": { + "description": "Ticket do usunięcia osoby z", + "example": "217", + "name": "ticket" + } + }, + "description": "Usuń osobę z ticketu", + "name": "usuń", + "response": { + "removed": { + "description": "%s został usunięty z %s.", + "title": "✅ osoba usunięta" + }, + "no_member": { + "description": "Proszę wspomnieć o osobie, którą chcesz usunąć.", + "title": "❌ Nieznany użytkownik" + }, + "no_permission": { + "description": "Nie jesteś twórcą tego biletu i nie jesteś administratorem; nie można usunąć osób z tego ticketu.", + "title": "❌ Niewystarczające uprawnienia" + }, + "not_a_ticket": { + "description": "Użyj tej komendy na kanale ticketu lub wspomnij o kanale.", + "title": "❌ To nie jest kanał ticketu" + } + } + }, + "settings": { + "aliases": { + "config": "config" + }, + "description": "Configure Discord Tickets", + "name": "settings", + "response": { + "invalid": "❌ Settings data is invalid; please refer to the documentation.\n%s", + "updated": "✅ Settings have been updated." + } + }, + "stats": { + "aliases": {}, + "args": {}, + "description": "Display ticket statistics", + "fields": { + "messages": "Messages", + "response_time": { + "minutes": "%s minutes", + "title": "Avg. response time" + }, + "tickets": "Tickets" + }, + "name": "stats", + "response": { + "global": { + "description": "Statistics about tickets across all guilds where this Discord TIckets instance is used.", + "title": "📊 Global stats" + }, + "guild": { + "description": "Statistics about tickets within this guild. This data is cached for an hour.", + "title": "📊 This server's stats" + } + } + }, + "survey": { + "aliases": { + "surveys": "surveys" + }, + "args": { + "survey": { + "description": "The name of the survey to view responses of", + "example": "support", + "name": "survey" + } + }, + "description": "View survey responses", + "name": "survey", + "response": { + "list": { + "title": "📃 Surveys" + } + } + }, + "tag": { + "aliases": { + "faq": "faq", + "t": "t", + "tags": "tags" + }, + "args": { + "tag": { + "description": "The name of the tag to use", + "example": "website", + "name": "tag" + } + }, + "description": "Use a tag response", + "name": "tag", + "response": { + "error": "❌ Error", + "list": { + "title": "📃 Tag list" + }, + "missing": "This tag requires the following arguments:\n%s", + "not_a_ticket": { + "description": "This tag can only be used within a ticket channel as it uses ticket references.", + "title": "❌ To nie jest kanał ticketu" + } + } + }, + "topic": { + "aliases": {}, + "args": { + "new_topic": { + "description": "The new topic of the ticket", + "example": "billing issue", + "name": "new_topic" + } + }, + "description": "Change the topic of the ticket", + "name": "topic", + "response": { + "changed": { + "description": "This ticket's topic has been changed.", + "title": "✅ Topic changed" + }, + "not_a_ticket": { + "description": "Please use this command in the ticket channel you want to change the topic of.", + "title": "❌ To nie jest kanał ticketu" + } + } + } + }, + "command_execution_error": { + "description": "An unexpected error occurred during command execution.\nPlease ask an administrator to check the console output / logs for details.", + "title": "⚠️" + }, + "message_will_be_deleted_in": "This message will be deleted in %d seconds", + "missing_permissions": { + "description": "You do not have the permissions required to use this command:\n%s", + "title": "❌" + }, + "staff_only": { + "description": "You must be a member of staff to use this command.", + "title": "❌" + }, + "ticket": { + "claimed": { + "description": "%s has claimed this ticket.", + "title": "✅ Ticket claimed" + }, + "closed": { + "description": "This ticket has been closed.\nThe channel will be deleted in 5 seconds.", + "title": "✅ Ticket closed" + }, + "closed_by_member": { + "description": "This ticket has been closed by %s.\nThe channel will be deleted in 5 seconds.", + "title": "✅ Ticket closed" + }, + "closed_by_member_with_reason": { + "description": "This ticket has been closed by %s: `%s`\nThe channel will be deleted in 5 seconds.", + "title": "✅ Ticket closed" + }, + "closed_with_reason": { + "description": "This ticket has been closed: `%s`\nThe channel will be deleted in 5 seconds.", + "title": "✅ Ticket closed" + }, + "member_added": { + "description": "%s has been added by %s", + "title": "Member added" + }, + "member_removed": { + "description": "%s has been removed by %s", + "title": "Member removed" + }, + "opening_message": { + "fields": { + "topic": "Topic" + } + }, + "questions": "Please answer the following questions:\n\n%s", + "released": { + "description": "%s has released this ticket.", + "title": "✅ Ticket released" + }, + "survey": { + "complete": { + "description": "Thank you for your feedback.", + "title": "✅ Thank you" + }, + "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.", + "title": "❔ Feedback" + } + } + } +} \ No newline at end of file