New Crowdin updates (#145)

* New translations en-GB.json (French)

* New translations en-GB.json (Spanish)

* New translations en-GB.json (Czech)

* New translations en-GB.json (German)

* New translations en-GB.json (Italian)

* New translations en-GB.json (Russian)

* New translations en-GB.json (Norwegian)

* New translations en-GB.json (Indonesian)

* New translations en-GB.json (Hindi)

* New translations en-GB.json (Portuguese, Brazilian)

* New translations en-GB.json (English, United States)
This commit is contained in:
Isaac 2021-05-11 11:04:23 +01:00 committed by GitHub
parent dc461d23cd
commit 10f449fc2d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
11 changed files with 924 additions and 528 deletions

View File

@ -12,6 +12,10 @@
"example": "**Příklad:** `%s`"
},
"description": "**Použití:**\n`%s`\n\n**Příklad:**\n`%s`\n\nPožadované argumenty jsou označeny `❗`.",
"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.",
"title": ":x: Invalid syntax"
},
"named_args": "Tento příkaz používá jmenné argumenty.\n\n",
"title": "Použití příkazu `%s`"
},
@ -23,40 +27,40 @@
},
"args": {
"member_or_role": {
"name": "uživatelNeboRole",
"description": "Označení člena, role nebo ID člena popřípadě ID role",
"example": "@NeposlušnýUživatel"
"example": "@NeposlušnýUživatel",
"name": "uživatelNeboRole"
}
},
"description": "Zablokuje/povolí uživateli interakci s botem",
"name": "blacklist",
"response": {
"empty_list": {
"title": "📃 Zablokovaní uživatelé a role",
"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 <memberOrRole>` pro přidání uživatele nebo role na černou listinu.",
"title": "📃 Zablokovaní uživatelé a role"
},
"illegal_action": {
"title": "❌ Tohoto člena nemůžeš přidat na černou listinu",
"description": "%s je člen serveru a nemůže být na černé listině."
"description": "%s je člen serveru a nemůže být na černé listině.",
"title": "❌ Tohoto člena nemůžeš přidat na černou listinu"
},
"list": {
"title": "📃 Zablokovaní uživatelé a role"
},
"member_added": {
"title": "✅ Uživatel přidán na blacklist",
"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"
},
"member_removed": {
"title": "✅ Uživatel odstraněn z blacklistu",
"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"
},
"role_added": {
"title": "✅ Role přidána na blacklist",
"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"
},
"role_removed": {
"title": "✅ Role odstraněna z blacklistu",
"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"
}
}
},
@ -66,29 +70,29 @@
},
"args": {
"ticket": {
"name": "ticket",
"description": "Číslo nebo označení kanálu s ticketem pro uzaření",
"example": "217"
"example": "217",
"name": "ticket"
}
},
"description": "Uzavře kanál s ticketem",
"name": "close",
"response": {
"closed": {
"title": "✅ Ticket uzavřen",
"description": "Tento ticket byl uzavřen.\nTento kanál se smaže za 5 sekund."
"description": "Tento ticket byl uzavřen.\nTento kanál se smaže za 5 sekund.",
"title": "✅ Ticket uzavřen"
},
"closed_by_member": {
"title": "✅ Ticket uzavřen",
"description": "Tento ticket byl uzavřen uživatelem %s.\nTento kanál se smaže za 5 sekund."
"description": "Tento ticket byl uzavřen uživatelem %s.\nTento kanál se smaže za 5 sekund.",
"title": "✅ Ticket uzavřen"
},
"closed_by_member_with_reason": {
"title": "✅ Ticket uzavřen",
"description": "Tento ticket byl uzavřen uživatelem %s: `%s`\nTento kanál se smaže za 5 sekund."
"description": "Tento ticket byl uzavřen uživatelem %s: `%s`\nTento kanál se smaže za 5 sekund.",
"title": "✅ Ticket uzavřen"
},
"closed_with_reason": {
"title": "✅ Ticket uzavřen",
"description": "Tento ticket byl uzavřen: `%s`\nTento kanál se smaže za 5 sekund."
"description": "Tento ticket byl uzavřen: `%s`\nTento kanál se smaže za 5 sekund.",
"title": "✅ Ticket uzavřen"
}
}
},
@ -99,9 +103,9 @@
},
"args": {
"topic": {
"name": "topic",
"description": "Téma ticketu",
"example": "Problém s fakturací"
"example": "Problém s fakturací",
"name": "topic"
}
},
"description": "Vytvoří ticket",
@ -114,39 +118,71 @@
"questions": "Prosím odpovězte na níže položené otázky:\n\n%s",
"response": {
"claimed": {
"title": "✅ Ticket claimed",
"description": "%s has claimed this ticket."
"description": "%s has claimed this ticket.",
"title": "✅ Ticket claimed"
},
"created": {
"title": "✅ Ticket vytvořen",
"description": "Tvůj ticket byl vytvořen: %s."
"description": "Tvůj ticket byl vytvořen: %s.",
"title": "✅ Ticket vytvořen"
},
"has_a_ticket": {
"title": "❌ Již máte otevřený 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"
},
"max_tickets": {
"title": "❌ Již máš %d otevřených ticketů",
"description": "Prosím použij `%sclose` pro uzavření nepotřebných ticketů.\n\n%s"
"description": "Prosím použij `%sclose` pro uzavření nepotřebných ticketů.\n\n%s",
"title": "❌ Již máš %d otevřených ticketů"
},
"no_categories": {
"title": "❌ Nelze vytvořit ticket",
"description": "Než budete moci vytvořit nový ticket, musí správce serveru vytvořit alespoň jednu kategorii pro tickety."
"description": "Než budete moci vytvořit nový ticket, musí správce serveru vytvořit alespoň jednu kategorii pro tickety.",
"title": "❌ Nelze vytvořit ticket"
},
"select_category": {
"title": "🔤 Prosím vyber kategorii ticketu",
"description": "Vyber kategorii, která je nejrelevantnější pro téma ticketu:\n\n%s"
"description": "Vyber kategorii, která je nejrelevantnější pro téma ticketu:\n\n%s",
"title": "🔤 Prosím vyber kategorii ticketu"
},
"select_category_timeout": {
"title": "❌ Doba pro reakci vypršela",
"description": "Výběr kategorie ticketu trvala příliš dlouho."
"description": "Výběr kategorie ticketu trvala příliš dlouho.",
"title": "❌ Doba pro reakci vypršela"
}
},
"request_topic": {
"title": "Téma ticketu",
"description": "Prosím stručně popiš několika slovy o čem je tento ticket."
"description": "Prosím stručně popiš několika slovy o čem je tento ticket.",
"title": "Téma ticketu"
}
},
"panel": {
"aliases": {},
"args": {
"category": {
"alias": "c",
"description": "A category ID",
"example": "451745464954650634",
"name": "category"
},
"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": "A **unicode** emoji character (escaped emoji)",
"example": "\\:ticket:",
"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": {}
},
"settings": {
"aliases": {
"config": "config"
@ -172,16 +208,16 @@
}
},
"command_execution_error": {
"title": "⚠️",
"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žádejte správce serveru, aby zkontroloval výstup konzole / log pro více detailů.",
"title": "⚠️"
},
"message_will_be_deleted_in": "Tato zpráva bude smazána za %d sekund",
"missing_permissions": {
"title": "❌",
"description": "Na provedení tohoto příkazu nemáš dostatečné oprávnění:\n%s"
"description": "Na provedení tohoto příkazu nemáš dostatečné oprávnění:\n%s",
"title": "❌"
},
"staff_only": {
"title": "❌",
"description": "Na provedení tohoto příkazu musíte být členem týmu."
"description": "Na provedení tohoto příkazu musíte být členem týmu.",
"title": "❌"
}
}

View File

@ -12,6 +12,10 @@
"example": "**Example:** `%s`"
},
"description": "**Usage:**\n`%s`\n\n**Example:**\n`%s`\n\nRequired arguments are prefixed with `❗`.",
"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.",
"title": ":x: Invalid syntax"
},
"named_args": "This command uses named arguments.\n\n",
"title": "`%s` command usage"
},
@ -23,40 +27,40 @@
},
"args": {
"member_or_role": {
"name": "memberOrRole",
"description": "A member mention, a role mention, or the ID of a member or role",
"example": "@NaughtyMember"
"example": "@NaughtyMember",
"name": "memberOrRole"
}
},
"description": "Blacklist/unblacklist a member from interacting with the bot",
"name": "blacklist",
"response": {
"empty_list": {
"title": "📃 Blacklisted members and roles",
"description": "There are no members or roles blacklisted. Type `%sblacklist <memberOrRole>` to add a member or role to the blacklist."
"description": "There are no members or roles blacklisted. Type `%sblacklist <memberOrRole>` to add a member or role to the blacklist.",
"title": "📃 Blacklisted members and roles"
},
"illegal_action": {
"title": "❌ You can't blacklist this member",
"description": "%s is a staff member and cannot be blacklisted."
"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": {
"title": "✅ Added member to blacklist",
"description": "<@%s> has been added to the blacklist. They will no longer be able to interact with the bot."
"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": {
"title": "✅ Removed member from blacklist",
"description": "<@%s> has been removed from the blacklist. They can now use the bot again."
"description": "<@%s> has been removed from the blacklist. They can now use the bot again.",
"title": "✅ Removed member from blacklist"
},
"role_added": {
"title": "✅ Added role to blacklist",
"description": "<@&%s> has been added to the blacklist. Members with this role will no longer be able to interact with the bot."
"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": {
"title": "✅ Removed role from blacklist",
"description": "<@&%s> has been removed from the blacklist. Members with this role can now use the bot again."
"description": "<@&%s> has been removed from the blacklist. Members with this role can now use the bot again.",
"title": "✅ Removed role from blacklist"
}
}
},
@ -66,29 +70,29 @@
},
"args": {
"ticket": {
"name": "ticket",
"description": "The number or a channel mention of the ticket to close",
"example": "217"
"example": "217",
"name": "ticket"
}
},
"description": "Close a ticket channel",
"name": "close",
"response": {
"closed": {
"title": "✅ Ticket closed",
"description": "This ticket has been closed.\nThe channel will be deleted in 5 seconds."
"description": "This ticket has been closed.\nThe channel will be deleted in 5 seconds.",
"title": "✅ Ticket closed"
},
"closed_by_member": {
"title": "✅ Ticket closed",
"description": "This ticket has been closed by %s.\nThe channel will be deleted in 5 seconds."
"description": "This ticket has been closed by %s.\nThe channel will be deleted in 5 seconds.",
"title": "✅ Ticket closed"
},
"closed_by_member_with_reason": {
"title": "✅ Ticket closed",
"description": "This ticket has been closed by %s: `%s`\nThe channel will be deleted in 5 seconds."
"description": "This ticket has been closed by %s: `%s`\nThe channel will be deleted in 5 seconds.",
"title": "✅ Ticket closed"
},
"closed_with_reason": {
"title": "✅ Ticket closed",
"description": "This ticket has been closed: `%s`\nThe channel will be deleted in 5 seconds."
"description": "This ticket has been closed: `%s`\nThe channel will be deleted in 5 seconds.",
"title": "✅ Ticket closed"
}
}
},
@ -99,9 +103,9 @@
},
"args": {
"topic": {
"name": "topic",
"description": "The topic of the ticket",
"example": "Problem with billing"
"example": "Problem with billing",
"name": "topic"
}
},
"description": "Create a new ticket",
@ -114,39 +118,71 @@
"questions": "Please answer the following questions:\n\n%s",
"response": {
"claimed": {
"title": "✅ Ticket claimed",
"description": "%s has claimed this ticket."
"description": "%s has claimed this ticket.",
"title": "✅ Ticket claimed"
},
"created": {
"title": "✅ Ticket created",
"description": "Your ticket has been created: %s."
"description": "Your ticket has been created: %s.",
"title": "✅ Ticket created"
},
"has_a_ticket": {
"title": "❌ You already have an open ticket",
"description": "Please use your existing ticket (<#%s>) or close it before creating another."
"description": "Please use your existing ticket (<#%s>) or close it before creating another.",
"title": "❌ You already have an open ticket"
},
"max_tickets": {
"title": "❌ You already have %d open tickets",
"description": "Please use `%sclose` to close any unneeded tickets.\n\n%s"
"description": "Please use `%sclose` to close any unneeded tickets.\n\n%s",
"title": "❌ You already have %d open tickets"
},
"no_categories": {
"title": "❌ Can't create ticket",
"description": "A server administrator must create at least one ticket category before a new ticket can be opened."
"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": {
"title": "🔤 Please select the ticket category",
"description": "Select the category most relevant to your ticket's topic:\n\n%s"
"description": "Select the category most relevant to your ticket's topic:\n\n%s",
"title": "🔤 Please select the ticket category"
},
"select_category_timeout": {
"title": "❌ Reaction time expired",
"description": "You took too long to select the ticket category."
"description": "You took too long to select the ticket category.",
"title": "❌ Reaction time expired"
}
},
"request_topic": {
"title": "Ticket topic",
"description": "Please briefly state what this ticket is about in a a few words."
"description": "Please briefly state what this ticket is about in a a few words.",
"title": "Ticket topic"
}
},
"panel": {
"aliases": {},
"args": {
"category": {
"alias": "c",
"description": "A category ID",
"example": "451745464954650634",
"name": "category"
},
"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": "A **unicode** emoji character (escaped emoji)",
"example": "\\:ticket:",
"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": {}
},
"settings": {
"aliases": {
"config": "config"
@ -172,16 +208,16 @@
}
},
"command_execution_error": {
"title": "⚠️",
"description": "An unexpected error occurred during command execution.\nPlease ask an administrator to check the console output / logs for details."
"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": {
"title": "❌",
"description": "You do not have the permissions required to use this command:\n%s"
"description": "You do not have the permissions required to use this command:\n%s",
"title": "❌"
},
"staff_only": {
"title": "❌",
"description": "You must be a member of staff to use this command."
"description": "You must be a member of staff to use this command.",
"title": "❌"
}
}

View File

@ -12,6 +12,10 @@
"example": "**Example:** `%s`"
},
"description": "**Usage:**\n`%s`\n\n**Example:**\n`%s`\n\nRequired arguments are prefixed with `❗`.",
"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.",
"title": ":x: Invalid syntax"
},
"named_args": "This command uses named arguments.\n\n",
"title": "`%s` command usage"
},
@ -23,40 +27,40 @@
},
"args": {
"member_or_role": {
"name": "memberOrRole",
"description": "A member mention, a role mention, or the ID of a member or role",
"example": "@NaughtyMember"
"example": "@NaughtyMember",
"name": "memberOrRole"
}
},
"description": "Blacklist/unblacklist a member from interacting with the bot",
"name": "blacklist",
"response": {
"empty_list": {
"title": "📃 Blacklisted members and roles",
"description": "There are no members or roles blacklisted. Type `%sblacklist <memberOrRole>` to add a member or role to the blacklist."
"description": "There are no members or roles blacklisted. Type `%sblacklist <memberOrRole>` to add a member or role to the blacklist.",
"title": "📃 Blacklisted members and roles"
},
"illegal_action": {
"title": "❌ You can't blacklist this member",
"description": "%s is a staff member and cannot be blacklisted."
"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": {
"title": "✅ Added member to blacklist",
"description": "<@%s> has been added to the blacklist. They will no longer be able to interact with the bot."
"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": {
"title": "✅ Removed member from blacklist",
"description": "<@%s> has been removed from the blacklist. They can now use the bot again."
"description": "<@%s> has been removed from the blacklist. They can now use the bot again.",
"title": "✅ Removed member from blacklist"
},
"role_added": {
"title": "✅ Added role to blacklist",
"description": "<@&%s> has been added to the blacklist. Members with this role will no longer be able to interact with the bot."
"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": {
"title": "✅ Removed role from blacklist",
"description": "<@&%s> has been removed from the blacklist. Members with this role can now use the bot again."
"description": "<@&%s> has been removed from the blacklist. Members with this role can now use the bot again.",
"title": "✅ Removed role from blacklist"
}
}
},
@ -66,29 +70,29 @@
},
"args": {
"ticket": {
"name": "ticket",
"description": "The number or a channel mention of the ticket to close",
"example": "217"
"example": "217",
"name": "ticket"
}
},
"description": "Close a ticket channel",
"name": "close",
"response": {
"closed": {
"title": "✅ Ticket closed",
"description": "This ticket has been closed.\nThe channel will be deleted in 5 seconds."
"description": "This ticket has been closed.\nThe channel will be deleted in 5 seconds.",
"title": "✅ Ticket closed"
},
"closed_by_member": {
"title": "✅ Ticket closed",
"description": "This ticket has been closed by %s.\nThe channel will be deleted in 5 seconds."
"description": "This ticket has been closed by %s.\nThe channel will be deleted in 5 seconds.",
"title": "✅ Ticket closed"
},
"closed_by_member_with_reason": {
"title": "✅ Ticket closed",
"description": "This ticket has been closed by %s: `%s`\nThe channel will be deleted in 5 seconds."
"description": "This ticket has been closed by %s: `%s`\nThe channel will be deleted in 5 seconds.",
"title": "✅ Ticket closed"
},
"closed_with_reason": {
"title": "✅ Ticket closed",
"description": "This ticket has been closed: `%s`\nThe channel will be deleted in 5 seconds."
"description": "This ticket has been closed: `%s`\nThe channel will be deleted in 5 seconds.",
"title": "✅ Ticket closed"
}
}
},
@ -99,9 +103,9 @@
},
"args": {
"topic": {
"name": "topic",
"description": "The topic of the ticket",
"example": "Problem with billing"
"example": "Problem with billing",
"name": "topic"
}
},
"description": "Create a new ticket",
@ -114,39 +118,71 @@
"questions": "Please answer the following questions:\n\n%s",
"response": {
"claimed": {
"title": "✅ Ticket claimed",
"description": "%s has claimed this ticket."
"description": "%s has claimed this ticket.",
"title": "✅ Ticket claimed"
},
"created": {
"title": "✅ Ticket created",
"description": "Your ticket has been created: %s."
"description": "Your ticket has been created: %s.",
"title": "✅ Ticket created"
},
"has_a_ticket": {
"title": "❌ You already have an open ticket",
"description": "Please use your existing ticket (<#%s>) or close it before creating another."
"description": "Please use your existing ticket (<#%s>) or close it before creating another.",
"title": "❌ You already have an open ticket"
},
"max_tickets": {
"title": "❌ You already have %d open tickets",
"description": "Please use `%sclose` to close any unneeded tickets.\n\n%s"
"description": "Please use `%sclose` to close any unneeded tickets.\n\n%s",
"title": "❌ You already have %d open tickets"
},
"no_categories": {
"title": "❌ Can't create ticket",
"description": "A server administrator must create at least one ticket category before a new ticket can be opened."
"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": {
"title": "🔤 Please select the ticket category",
"description": "Select the category most relevant to your ticket's topic:\n\n%s"
"description": "Select the category most relevant to your ticket's topic:\n\n%s",
"title": "🔤 Please select the ticket category"
},
"select_category_timeout": {
"title": "❌ Reaction time expired",
"description": "You took too long to select the ticket category."
"description": "You took too long to select the ticket category.",
"title": "❌ Reaction time expired"
}
},
"request_topic": {
"title": "Ticket topic",
"description": "Please briefly state what this ticket is about in a a few words."
"description": "Please briefly state what this ticket is about in a a few words.",
"title": "Ticket topic"
}
},
"panel": {
"aliases": {},
"args": {
"category": {
"alias": "c",
"description": "A category ID",
"example": "451745464954650634",
"name": "category"
},
"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": "A **unicode** emoji character (escaped emoji)",
"example": "\\:ticket:",
"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": {}
},
"settings": {
"aliases": {
"config": "config"
@ -172,16 +208,16 @@
}
},
"command_execution_error": {
"title": "⚠️",
"description": "An unexpected error occurred during command execution.\nPlease ask an administrator to check the console output / logs for details."
"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": {
"title": "❌",
"description": "You do not have the permissions required to use this command:\n%s"
"description": "You do not have the permissions required to use this command:\n%s",
"title": "❌"
},
"staff_only": {
"title": "❌",
"description": "You must be a member of staff to use this command."
"description": "You must be a member of staff to use this command.",
"title": "❌"
}
}

View File

@ -12,6 +12,10 @@
"example": "**Example:** `%s`"
},
"description": "**Usage:**\n`%s`\n\n**Example:**\n`%s`\n\nRequired arguments are prefixed with `❗`.",
"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.",
"title": ":x: Invalid syntax"
},
"named_args": "This command uses named arguments.\n\n",
"title": "`%s` command usage"
},
@ -23,40 +27,40 @@
},
"args": {
"member_or_role": {
"name": "memberOrRole",
"description": "A member mention, a role mention, or the ID of a member or role",
"example": "@NaughtyMember"
"example": "@NaughtyMember",
"name": "memberOrRole"
}
},
"description": "Blacklist/unblacklist a member from interacting with the bot",
"name": "blacklist",
"response": {
"empty_list": {
"title": "📃 Blacklisted members and roles",
"description": "There are no members or roles blacklisted. Type `%sblacklist <memberOrRole>` to add a member or role to the blacklist."
"description": "There are no members or roles blacklisted. Type `%sblacklist <memberOrRole>` to add a member or role to the blacklist.",
"title": "📃 Blacklisted members and roles"
},
"illegal_action": {
"title": "❌ You can't blacklist this member",
"description": "%s is a staff member and cannot be blacklisted."
"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": {
"title": "✅ Added member to blacklist",
"description": "<@%s> has been added to the blacklist. They will no longer be able to interact with the bot."
"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": {
"title": "✅ Removed member from blacklist",
"description": "<@%s> has been removed from the blacklist. They can now use the bot again."
"description": "<@%s> has been removed from the blacklist. They can now use the bot again.",
"title": "✅ Removed member from blacklist"
},
"role_added": {
"title": "✅ Added role to blacklist",
"description": "<@&%s> has been added to the blacklist. Members with this role will no longer be able to interact with the bot."
"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": {
"title": "✅ Removed role from blacklist",
"description": "<@&%s> has been removed from the blacklist. Members with this role can now use the bot again."
"description": "<@&%s> has been removed from the blacklist. Members with this role can now use the bot again.",
"title": "✅ Removed role from blacklist"
}
}
},
@ -66,29 +70,29 @@
},
"args": {
"ticket": {
"name": "ticket",
"description": "The number or a channel mention of the ticket to close",
"example": "217"
"example": "217",
"name": "ticket"
}
},
"description": "Close a ticket channel",
"name": "close",
"response": {
"closed": {
"title": "✅ Ticket closed",
"description": "This ticket has been closed.\nThe channel will be deleted in 5 seconds."
"description": "This ticket has been closed.\nThe channel will be deleted in 5 seconds.",
"title": "✅ Ticket closed"
},
"closed_by_member": {
"title": "✅ Ticket closed",
"description": "This ticket has been closed by %s.\nThe channel will be deleted in 5 seconds."
"description": "This ticket has been closed by %s.\nThe channel will be deleted in 5 seconds.",
"title": "✅ Ticket closed"
},
"closed_by_member_with_reason": {
"title": "✅ Ticket closed",
"description": "This ticket has been closed by %s: `%s`\nThe channel will be deleted in 5 seconds."
"description": "This ticket has been closed by %s: `%s`\nThe channel will be deleted in 5 seconds.",
"title": "✅ Ticket closed"
},
"closed_with_reason": {
"title": "✅ Ticket closed",
"description": "This ticket has been closed: `%s`\nThe channel will be deleted in 5 seconds."
"description": "This ticket has been closed: `%s`\nThe channel will be deleted in 5 seconds.",
"title": "✅ Ticket closed"
}
}
},
@ -99,9 +103,9 @@
},
"args": {
"topic": {
"name": "topic",
"description": "The topic of the ticket",
"example": "Problem with billing"
"example": "Problem with billing",
"name": "topic"
}
},
"description": "Create a new ticket",
@ -114,39 +118,71 @@
"questions": "Please answer the following questions:\n\n%s",
"response": {
"claimed": {
"title": "✅ Ticket claimed",
"description": "%s has claimed this ticket."
"description": "%s has claimed this ticket.",
"title": "✅ Ticket claimed"
},
"created": {
"title": "✅ Ticket created",
"description": "Your ticket has been created: %s."
"description": "Your ticket has been created: %s.",
"title": "✅ Ticket created"
},
"has_a_ticket": {
"title": "❌ You already have an open ticket",
"description": "Please use your existing ticket (<#%s>) or close it before creating another."
"description": "Please use your existing ticket (<#%s>) or close it before creating another.",
"title": "❌ You already have an open ticket"
},
"max_tickets": {
"title": "❌ You already have %d open tickets",
"description": "Please use `%sclose` to close any unneeded tickets.\n\n%s"
"description": "Please use `%sclose` to close any unneeded tickets.\n\n%s",
"title": "❌ You already have %d open tickets"
},
"no_categories": {
"title": "❌ Can't create ticket",
"description": "A server administrator must create at least one ticket category before a new ticket can be opened."
"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": {
"title": "🔤 Please select the ticket category",
"description": "Select the category most relevant to your ticket's topic:\n\n%s"
"description": "Select the category most relevant to your ticket's topic:\n\n%s",
"title": "🔤 Please select the ticket category"
},
"select_category_timeout": {
"title": "❌ Reaction time expired",
"description": "You took too long to select the ticket category."
"description": "You took too long to select the ticket category.",
"title": "❌ Reaction time expired"
}
},
"request_topic": {
"title": "Ticket topic",
"description": "Please briefly state what this ticket is about in a a few words."
"description": "Please briefly state what this ticket is about in a a few words.",
"title": "Ticket topic"
}
},
"panel": {
"aliases": {},
"args": {
"category": {
"alias": "c",
"description": "A category ID",
"example": "451745464954650634",
"name": "category"
},
"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": "A **unicode** emoji character (escaped emoji)",
"example": "\\:ticket:",
"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": {}
},
"settings": {
"aliases": {
"config": "config"
@ -172,16 +208,16 @@
}
},
"command_execution_error": {
"title": "⚠️",
"description": "An unexpected error occurred during command execution.\nPlease ask an administrator to check the console output / logs for details."
"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": {
"title": "❌",
"description": "You do not have the permissions required to use this command:\n%s"
"description": "You do not have the permissions required to use this command:\n%s",
"title": "❌"
},
"staff_only": {
"title": "❌",
"description": "You must be a member of staff to use this command."
"description": "You must be a member of staff to use this command.",
"title": "❌"
}
}

View File

@ -12,6 +12,10 @@
"example": "**Example:** `%s`"
},
"description": "**Usage:**\n`%s`\n\n**Example:**\n`%s`\n\nRequired arguments are prefixed with `❗`.",
"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.",
"title": ":x: Invalid syntax"
},
"named_args": "This command uses named arguments.\n\n",
"title": "`%s` command usage"
},
@ -23,40 +27,40 @@
},
"args": {
"member_or_role": {
"name": "memberOrRole",
"description": "A member mention, a role mention, or the ID of a member or role",
"example": "@NaughtyMember"
"example": "@NaughtyMember",
"name": "memberOrRole"
}
},
"description": "Blacklist/unblacklist a member from interacting with the bot",
"name": "blacklist",
"response": {
"empty_list": {
"title": "📃 Blacklisted members and roles",
"description": "There are no members or roles blacklisted. Type `%sblacklist <memberOrRole>` to add a member or role to the blacklist."
"description": "There are no members or roles blacklisted. Type `%sblacklist <memberOrRole>` to add a member or role to the blacklist.",
"title": "📃 Blacklisted members and roles"
},
"illegal_action": {
"title": "❌ You can't blacklist this member",
"description": "%s is a staff member and cannot be blacklisted."
"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": {
"title": "✅ Added member to blacklist",
"description": "<@%s> has been added to the blacklist. They will no longer be able to interact with the bot."
"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": {
"title": "✅ Removed member from blacklist",
"description": "<@%s> has been removed from the blacklist. They can now use the bot again."
"description": "<@%s> has been removed from the blacklist. They can now use the bot again.",
"title": "✅ Removed member from blacklist"
},
"role_added": {
"title": "✅ Added role to blacklist",
"description": "<@&%s> has been added to the blacklist. Members with this role will no longer be able to interact with the bot."
"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": {
"title": "✅ Removed role from blacklist",
"description": "<@&%s> has been removed from the blacklist. Members with this role can now use the bot again."
"description": "<@&%s> has been removed from the blacklist. Members with this role can now use the bot again.",
"title": "✅ Removed role from blacklist"
}
}
},
@ -66,29 +70,29 @@
},
"args": {
"ticket": {
"name": "ticket",
"description": "The number or a channel mention of the ticket to close",
"example": "217"
"example": "217",
"name": "ticket"
}
},
"description": "Close a ticket channel",
"name": "close",
"response": {
"closed": {
"title": "✅ Ticket closed",
"description": "This ticket has been closed.\nThe channel will be deleted in 5 seconds."
"description": "This ticket has been closed.\nThe channel will be deleted in 5 seconds.",
"title": "✅ Ticket closed"
},
"closed_by_member": {
"title": "✅ Ticket closed",
"description": "This ticket has been closed by %s.\nThe channel will be deleted in 5 seconds."
"description": "This ticket has been closed by %s.\nThe channel will be deleted in 5 seconds.",
"title": "✅ Ticket closed"
},
"closed_by_member_with_reason": {
"title": "✅ Ticket closed",
"description": "This ticket has been closed by %s: `%s`\nThe channel will be deleted in 5 seconds."
"description": "This ticket has been closed by %s: `%s`\nThe channel will be deleted in 5 seconds.",
"title": "✅ Ticket closed"
},
"closed_with_reason": {
"title": "✅ Ticket closed",
"description": "This ticket has been closed: `%s`\nThe channel will be deleted in 5 seconds."
"description": "This ticket has been closed: `%s`\nThe channel will be deleted in 5 seconds.",
"title": "✅ Ticket closed"
}
}
},
@ -99,9 +103,9 @@
},
"args": {
"topic": {
"name": "topic",
"description": "The topic of the ticket",
"example": "Problem with billing"
"example": "Problem with billing",
"name": "topic"
}
},
"description": "Create a new ticket",
@ -114,39 +118,71 @@
"questions": "Please answer the following questions:\n\n%s",
"response": {
"claimed": {
"title": "✅ Ticket claimed",
"description": "%s has claimed this ticket."
"description": "%s has claimed this ticket.",
"title": "✅ Ticket claimed"
},
"created": {
"title": "✅ Ticket created",
"description": "Your ticket has been created: %s."
"description": "Your ticket has been created: %s.",
"title": "✅ Ticket created"
},
"has_a_ticket": {
"title": "❌ You already have an open ticket",
"description": "Please use your existing ticket (<#%s>) or close it before creating another."
"description": "Please use your existing ticket (<#%s>) or close it before creating another.",
"title": "❌ You already have an open ticket"
},
"max_tickets": {
"title": "❌ You already have %d open tickets",
"description": "Please use `%sclose` to close any unneeded tickets.\n\n%s"
"description": "Please use `%sclose` to close any unneeded tickets.\n\n%s",
"title": "❌ You already have %d open tickets"
},
"no_categories": {
"title": "❌ Can't create ticket",
"description": "A server administrator must create at least one ticket category before a new ticket can be opened."
"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": {
"title": "🔤 Please select the ticket category",
"description": "Select the category most relevant to your ticket's topic:\n\n%s"
"description": "Select the category most relevant to your ticket's topic:\n\n%s",
"title": "🔤 Please select the ticket category"
},
"select_category_timeout": {
"title": "❌ Reaction time expired",
"description": "You took too long to select the ticket category."
"description": "You took too long to select the ticket category.",
"title": "❌ Reaction time expired"
}
},
"request_topic": {
"title": "Ticket topic",
"description": "Please briefly state what this ticket is about in a a few words."
"description": "Please briefly state what this ticket is about in a a few words.",
"title": "Ticket topic"
}
},
"panel": {
"aliases": {},
"args": {
"category": {
"alias": "c",
"description": "A category ID",
"example": "451745464954650634",
"name": "category"
},
"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": "A **unicode** emoji character (escaped emoji)",
"example": "\\:ticket:",
"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": {}
},
"settings": {
"aliases": {
"config": "config"
@ -172,16 +208,16 @@
}
},
"command_execution_error": {
"title": "⚠️",
"description": "An unexpected error occurred during command execution.\nPlease ask an administrator to check the console output / logs for details."
"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": {
"title": "❌",
"description": "You do not have the permissions required to use this command:\n%s"
"description": "You do not have the permissions required to use this command:\n%s",
"title": "❌"
},
"staff_only": {
"title": "❌",
"description": "You must be a member of staff to use this command."
"description": "You must be a member of staff to use this command.",
"title": "❌"
}
}

View File

@ -12,6 +12,10 @@
"example": "**उदाहरण:** '%s'"
},
"description": "*** उपयोग: **\n'%s'\n\n**उदाहरण: **\n'%s'\n\nआवश्यक तर्क '❗' के साथ पूर्वनिर्धारित हैं।",
"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.",
"title": ":x: Invalid syntax"
},
"named_args": "This command uses named arguments.\n\n",
"title": "`%s` command usage"
},
@ -23,40 +27,40 @@
},
"args": {
"member_or_role": {
"name": "memberOrRole",
"description": "A member mention, a role mention, or the ID of a member or role",
"example": "@NaughtyMember"
"example": "@NaughtyMember",
"name": "memberOrRole"
}
},
"description": "Blacklist/unblacklist a member from interacting with the bot",
"name": "blacklist",
"response": {
"empty_list": {
"title": "📃 Blacklisted members and roles",
"description": "There are no members or roles blacklisted. Type `%sblacklist <memberOrRole>` to add a member or role to the blacklist."
"description": "There are no members or roles blacklisted. Type `%sblacklist <memberOrRole>` to add a member or role to the blacklist.",
"title": "📃 Blacklisted members and roles"
},
"illegal_action": {
"title": "❌ You can't blacklist this member",
"description": "%s is a staff member and cannot be blacklisted."
"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": {
"title": "✅ Added member to blacklist",
"description": "<@%s> has been added to the blacklist. They will no longer be able to interact with the bot."
"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": {
"title": "✅ Removed member from blacklist",
"description": "<@%s> has been removed from the blacklist. They can now use the bot again."
"description": "<@%s> has been removed from the blacklist. They can now use the bot again.",
"title": "✅ Removed member from blacklist"
},
"role_added": {
"title": "✅ Added role to blacklist",
"description": "<@&%s> has been added to the blacklist. Members with this role will no longer be able to interact with the bot."
"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": {
"title": "✅ Removed role from blacklist",
"description": "<@&%s> has been removed from the blacklist. Members with this role can now use the bot again."
"description": "<@&%s> has been removed from the blacklist. Members with this role can now use the bot again.",
"title": "✅ Removed role from blacklist"
}
}
},
@ -66,29 +70,29 @@
},
"args": {
"ticket": {
"name": "ticket",
"description": "The number or a channel mention of the ticket to close",
"example": "217"
"example": "217",
"name": "ticket"
}
},
"description": "Close a ticket channel",
"name": "close",
"response": {
"closed": {
"title": "✅ Ticket closed",
"description": "This ticket has been closed.\nThe channel will be deleted in 5 seconds."
"description": "This ticket has been closed.\nThe channel will be deleted in 5 seconds.",
"title": "✅ Ticket closed"
},
"closed_by_member": {
"title": "✅ Ticket closed",
"description": "This ticket has been closed by %s.\nThe channel will be deleted in 5 seconds."
"description": "This ticket has been closed by %s.\nThe channel will be deleted in 5 seconds.",
"title": "✅ Ticket closed"
},
"closed_by_member_with_reason": {
"title": "✅ Ticket closed",
"description": "This ticket has been closed by %s: `%s`\nThe channel will be deleted in 5 seconds."
"description": "This ticket has been closed by %s: `%s`\nThe channel will be deleted in 5 seconds.",
"title": "✅ Ticket closed"
},
"closed_with_reason": {
"title": "✅ Ticket closed",
"description": "This ticket has been closed: `%s`\nThe channel will be deleted in 5 seconds."
"description": "This ticket has been closed: `%s`\nThe channel will be deleted in 5 seconds.",
"title": "✅ Ticket closed"
}
}
},
@ -99,9 +103,9 @@
},
"args": {
"topic": {
"name": "topic",
"description": "The topic of the ticket",
"example": "Problem with billing"
"example": "Problem with billing",
"name": "topic"
}
},
"description": "Create a new ticket",
@ -114,39 +118,71 @@
"questions": "Please answer the following questions:\n\n%s",
"response": {
"claimed": {
"title": "✅ Ticket claimed",
"description": "%s has claimed this ticket."
"description": "%s has claimed this ticket.",
"title": "✅ Ticket claimed"
},
"created": {
"title": "✅ Ticket created",
"description": "Your ticket has been created: %s."
"description": "Your ticket has been created: %s.",
"title": "✅ Ticket created"
},
"has_a_ticket": {
"title": "❌ You already have an open ticket",
"description": "Please use your existing ticket (<#%s>) or close it before creating another."
"description": "Please use your existing ticket (<#%s>) or close it before creating another.",
"title": "❌ You already have an open ticket"
},
"max_tickets": {
"title": "❌ You already have %d open tickets",
"description": "Please use `%sclose` to close any unneeded tickets.\n\n%s"
"description": "Please use `%sclose` to close any unneeded tickets.\n\n%s",
"title": "❌ You already have %d open tickets"
},
"no_categories": {
"title": "❌ Can't create ticket",
"description": "A server administrator must create at least one ticket category before a new ticket can be opened."
"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": {
"title": "🔤 Please select the ticket category",
"description": "Select the category most relevant to your ticket's topic:\n\n%s"
"description": "Select the category most relevant to your ticket's topic:\n\n%s",
"title": "🔤 Please select the ticket category"
},
"select_category_timeout": {
"title": "❌ Reaction time expired",
"description": "You took too long to select the ticket category."
"description": "You took too long to select the ticket category.",
"title": "❌ Reaction time expired"
}
},
"request_topic": {
"title": "Ticket topic",
"description": "Please briefly state what this ticket is about in a a few words."
"description": "Please briefly state what this ticket is about in a a few words.",
"title": "Ticket topic"
}
},
"panel": {
"aliases": {},
"args": {
"category": {
"alias": "c",
"description": "A category ID",
"example": "451745464954650634",
"name": "category"
},
"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": "A **unicode** emoji character (escaped emoji)",
"example": "\\:ticket:",
"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": {}
},
"settings": {
"aliases": {
"config": "config"
@ -172,16 +208,16 @@
}
},
"command_execution_error": {
"title": "⚠️",
"description": "An unexpected error occurred during command execution.\nPlease ask an administrator to check the console output / logs for details."
"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": {
"title": "❌",
"description": "You do not have the permissions required to use this command:\n%s"
"description": "You do not have the permissions required to use this command:\n%s",
"title": "❌"
},
"staff_only": {
"title": "❌",
"description": "You must be a member of staff to use this command."
"description": "You must be a member of staff to use this command.",
"title": "❌"
}
}

View File

@ -12,6 +12,10 @@
"example": "**Contoh:** '%s'"
},
"description": "**Pemakaian:**\n'%s'\n\n**Contoh:**\n'%s'\n\nArgumen-argumen yang dibutuhkan dimulai dengan `❗`.",
"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.",
"title": ":x: Invalid syntax"
},
"named_args": "Command ini membutuhkan argument bernama.\n\n",
"title": "Pemakaian command '%s'"
},
@ -23,40 +27,40 @@
},
"args": {
"member_or_role": {
"name": "anggota atau role",
"description": "Sebuah mention anggota, mention role, atau ID sebuah member atau role",
"example": "@NaughtyMember"
"example": "@NaughtyMember",
"name": "anggota atau role"
}
},
"description": "Blok/hapus blok seorang anggota dari berinteraksi dengan bot ini",
"name": "blok",
"response": {
"empty_list": {
"title": "📃 Daftar anggota-anggota yang di blok",
"description": "Tidak ada anggota atau role yang di blok. Ketik `%sblok <memberOrRole>` untuk menambahkan member atau role ke daftar blokir."
"description": "Tidak ada anggota atau role yang di blok. Ketik `%sblok <memberOrRole>` untuk menambahkan member atau role ke daftar blokir.",
"title": "📃 Daftar anggota-anggota yang di blok"
},
"illegal_action": {
"title": "❌ Anda tidak bisa blokir anggota ini",
"description": "%s adalah seorang anggota staf dan tidak bisa di blokir."
"description": "%s adalah seorang anggota staf dan tidak bisa di blokir.",
"title": "❌ Anda tidak bisa blokir anggota ini"
},
"list": {
"title": "📃 Daftar anggota-anggota yang di blok"
},
"member_added": {
"title": "✅ Berhasil menambahkan anggota ke daftar blokir",
"description": "<@%s> telah ditambahkan ke daftar blokir. Mereka tidak akan lagi dapat berinteraksi dengan bot ini."
"description": "<@%s> telah ditambahkan ke daftar blokir. Mereka tidak akan lagi dapat berinteraksi dengan bot ini.",
"title": "✅ Berhasil menambahkan anggota ke daftar blokir"
},
"member_removed": {
"title": "✅ Berhasil menghapus anggota dari daftar blokir",
"description": "<@%s> telah dihapus dari daftar blokir. Sekarang mereka dapat menggunakan bot ini lagi."
"description": "<@%s> telah dihapus dari daftar blokir. Sekarang mereka dapat menggunakan bot ini lagi.",
"title": "✅ Berhasil menghapus anggota dari daftar blokir"
},
"role_added": {
"title": "✅ Berhasil menambahkan role ke daftar blokir",
"description": "<@&%s> telah ditambahkan ke daftar blokir. Anggota-anggota dengan role ini tidak akan lagi dapat berinteraksi dengan bot ini."
"description": "<@&%s> telah ditambahkan ke daftar blokir. Anggota-anggota dengan role ini tidak akan lagi dapat berinteraksi dengan bot ini.",
"title": "✅ Berhasil menambahkan role ke daftar blokir"
},
"role_removed": {
"title": "✅ Berhasil menghapus role dari daftar blokir",
"description": "<@&%s> telah dihapus dari daftar blokir. Anggota-anggota dengan role ini sekarang dapat menggunakan bot ini lagi."
"description": "<@&%s> telah dihapus dari daftar blokir. Anggota-anggota dengan role ini sekarang dapat menggunakan bot ini lagi.",
"title": "✅ Berhasil menghapus role dari daftar blokir"
}
}
},
@ -66,29 +70,29 @@
},
"args": {
"ticket": {
"name": "tiket",
"description": "Nomor tiket atau mention channel tiket yang ingin ditutup",
"example": "217"
"example": "217",
"name": "tiket"
}
},
"description": "Tutup sebuah channel tiket",
"name": "tutup",
"response": {
"closed": {
"title": "✅ Tiket ditutup",
"description": "Tiket ini telah ditutup.\nChannel ini akan ditutup dalam 5 detik."
"description": "Tiket ini telah ditutup.\nChannel ini akan ditutup dalam 5 detik.",
"title": "✅ Tiket ditutup"
},
"closed_by_member": {
"title": "✅ Tiket ditutup",
"description": "Tiket ini telah ditutup oleh %s.\nChannel ini akan ditutup dalam 5 detik."
"description": "Tiket ini telah ditutup oleh %s.\nChannel ini akan ditutup dalam 5 detik.",
"title": "✅ Tiket ditutup"
},
"closed_by_member_with_reason": {
"title": "✅ Tiket ditutup",
"description": "Tiket ini telah ditutup oleh %s: `%s`\nChannel ini akan ditutup dalam 5 detik."
"description": "Tiket ini telah ditutup oleh %s: `%s`\nChannel ini akan ditutup dalam 5 detik.",
"title": "✅ Tiket ditutup"
},
"closed_with_reason": {
"title": "✅ Tiket ditutup",
"description": "Tiket ini telah ditutup: `%s`\nChannel ini akan ditutup dalam 5 detik."
"description": "Tiket ini telah ditutup: `%s`\nChannel ini akan ditutup dalam 5 detik.",
"title": "✅ Tiket ditutup"
}
}
},
@ -99,9 +103,9 @@
},
"args": {
"topic": {
"name": "topik",
"description": "Topik tiket",
"example": "Masalah dengan penagihan"
"example": "Masalah dengan penagihan",
"name": "topik"
}
},
"description": "Buat tiket baru",
@ -114,39 +118,71 @@
"questions": "Tolong jawab pertanyaan-pertanyaan berikut:\n\n%s",
"response": {
"claimed": {
"title": "✅ Ticket claimed",
"description": "%s has claimed this ticket."
"description": "%s has claimed this ticket.",
"title": "✅ Ticket claimed"
},
"created": {
"title": "✅ Tiket dibuat",
"description": "Tiket anda telah dibuat: %s."
"description": "Tiket anda telah dibuat: %s.",
"title": "✅ Tiket dibuat"
},
"has_a_ticket": {
"title": "❌ Anda sudah memiliki tiket yang buka",
"description": "Silahkan gunakan tiket yang ada (<#%s>) atau tutup tiket tersebut sebelum membuat tiket lain."
"description": "Silahkan gunakan tiket yang ada (<#%s>) atau tutup tiket tersebut sebelum membuat tiket lain.",
"title": "❌ Anda sudah memiliki tiket yang buka"
},
"max_tickets": {
"title": "❌ Anda sudah memiliki %d tiket yang buka",
"description": "Tolong gunakan `%stutup` untuk menutup tiket yang tidak perlu.\n\n%s"
"description": "Tolong gunakan `%stutup` untuk menutup tiket yang tidak perlu.\n\n%s",
"title": "❌ Anda sudah memiliki %d tiket yang buka"
},
"no_categories": {
"title": "❌ Tidak dapat membuat tiket",
"description": "Seorang administrator server harus membuat setidaknya satu kategori tikey sebelum tiket baru dapat dibuka."
"description": "Seorang administrator server harus membuat setidaknya satu kategori tikey sebelum tiket baru dapat dibuka.",
"title": "❌ Tidak dapat membuat tiket"
},
"select_category": {
"title": "🔤 Tolong pilih kategori tiket",
"description": "Pilih kategory yang paling relevan denga topik tiket anda:\n\n%s"
"description": "Pilih kategory yang paling relevan denga topik tiket anda:\n\n%s",
"title": "🔤 Tolong pilih kategori tiket"
},
"select_category_timeout": {
"title": "❌ Waktu reaksi habis",
"description": "Anda terlalu lama untuk memilih kategori tiket."
"description": "Anda terlalu lama untuk memilih kategori tiket.",
"title": "❌ Waktu reaksi habis"
}
},
"request_topic": {
"title": "Topik tiket",
"description": "Tolong beri tahu secara singkat untuk apa tiket ini dibuat dalam beberapa kata."
"description": "Tolong beri tahu secara singkat untuk apa tiket ini dibuat dalam beberapa kata.",
"title": "Topik tiket"
}
},
"panel": {
"aliases": {},
"args": {
"category": {
"alias": "c",
"description": "A category ID",
"example": "451745464954650634",
"name": "category"
},
"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": "A **unicode** emoji character (escaped emoji)",
"example": "\\:ticket:",
"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": {}
},
"settings": {
"aliases": {
"config": "konfigurasi"
@ -172,16 +208,16 @@
}
},
"command_execution_error": {
"title": "⚠️",
"description": "Eror tak terduga ketika mengeksekusi command.\nTolong tanya seorang adminstrator untuk memeriksa console atau log konsol untuk detail."
"description": "Eror tak terduga ketika mengeksekusi command.\nTolong tanya seorang adminstrator untuk memeriksa console atau log konsol untuk detail.",
"title": "⚠️"
},
"message_will_be_deleted_in": "Pesan ini akan dihapus dalam %d detik",
"missing_permissions": {
"title": "❌",
"description": "You do not have the permissions required to use this command:\n%s"
"description": "You do not have the permissions required to use this command:\n%s",
"title": "❌"
},
"staff_only": {
"title": "❌",
"description": "Anda harus menjadi salah seorang anggota staf untuk menggunakan command ini."
"description": "Anda harus menjadi salah seorang anggota staf untuk menggunakan command ini.",
"title": "❌"
}
}

View File

@ -12,6 +12,10 @@
"example": "**Esempio:** `%s`"
},
"description": "**Uso:**\n`%s`\n\n**Esempio:**\n`%s`\n\nGli argomenti richiesti hanno il prefisso `❗`.",
"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.",
"title": ":x: Invalid syntax"
},
"named_args": "Questo comando utilizza argomenti denominati.\n\n",
"title": "Utilizzo dei comandi '%s'"
},
@ -23,40 +27,40 @@
},
"args": {
"member_or_role": {
"name": "membroORuolo",
"description": "Menziona un membro, un ruolo, o l'ID di un membro o di un ruolo",
"example": "@NaughtyMember"
"example": "@NaughtyMember",
"name": "membroORuolo"
}
},
"description": "Blacklista o unblacklista un utente dal bot",
"name": "lista nera",
"response": {
"empty_list": {
"title": "📃 Membri e ruoli nella blacklist",
"description": "Non ci sono membri o ruoli blacklistati. Digita %sblacklist <memberOrRole>` per aggiungere un membro o un ruolo alla blacklist."
"description": "Non ci sono membri o ruoli blacklistati. Digita %sblacklist <memberOrRole>` per aggiungere un membro o un ruolo alla blacklist.",
"title": "📃 Membri e ruoli nella blacklist"
},
"illegal_action": {
"title": "❌ Non puoi blacklistare questo utente",
"description": "%s è un membro dello staff e non può essere blacklistato."
"description": "%s è un membro dello staff e non può essere blacklistato.",
"title": "❌ Non puoi blacklistare questo utente"
},
"list": {
"title": "📃 Membri e ruoli nella blacklist"
},
"member_added": {
"title": "✅ Aggiunto membro alla blacklist",
"description": "<@%s> è stato aggiunto alla blacklist. Non saranno più in grado di interagire con il bot."
"description": "<@%s> è stato aggiunto alla blacklist. Non saranno più in grado di interagire con il bot.",
"title": "✅ Aggiunto membro alla blacklist"
},
"member_removed": {
"title": "✅ Membro rimosso dalla blacklist",
"description": "<@%s> è stato rimosso dalla blacklist. Da ora potrà ritornare ad usare il bot."
"description": "<@%s> è stato rimosso dalla blacklist. Da ora potrà ritornare ad usare il bot.",
"title": "✅ Membro rimosso dalla blacklist"
},
"role_added": {
"title": "✅ Aggiunto ruolo alla blacklist",
"description": "<@&%s> è stato aggiunto alla blacklist. I membri con questo ruolo non saranno più in grado di interagire con il bot."
"description": "<@&%s> è stato aggiunto alla blacklist. I membri con questo ruolo non saranno più in grado di interagire con il bot.",
"title": "✅ Aggiunto ruolo alla blacklist"
},
"role_removed": {
"title": "✅ Ruolo rimosso dalla blacklist",
"description": "<@&%s> è stato rimosso dalla blacklist. I membri con questo ruolo da ora potranno ritornare ad usare il bot."
"description": "<@&%s> è stato rimosso dalla blacklist. I membri con questo ruolo da ora potranno ritornare ad usare il bot.",
"title": "✅ Ruolo rimosso dalla blacklist"
}
}
},
@ -66,29 +70,29 @@
},
"args": {
"ticket": {
"name": "ticket",
"description": "Il numero o il canale menzionato del ticket da chiudere",
"example": "217"
"example": "217",
"name": "ticket"
}
},
"description": "Chiudi un ticket",
"name": "chiudi",
"response": {
"closed": {
"title": "✅ Ticket chiuso",
"description": "Questo ticket è stato chiuso.\nIl canale verrà eliminato tra 5 secondi."
"description": "Questo ticket è stato chiuso.\nIl canale verrà eliminato tra 5 secondi.",
"title": "✅ Ticket chiuso"
},
"closed_by_member": {
"title": "✅ Ticket chiuso",
"description": "Questo ticket è stato chiuso da %s.\nIl canale verrà eliminato tra 5 secondi."
"description": "Questo ticket è stato chiuso da %s.\nIl canale verrà eliminato tra 5 secondi.",
"title": "✅ Ticket chiuso"
},
"closed_by_member_with_reason": {
"title": "✅ Ticket chiuso",
"description": "Il ticket è stato chiuso da %s: `%s`\nIl canale verrà eliminato tra 5 secondi."
"description": "Il ticket è stato chiuso da %s: `%s`\nIl canale verrà eliminato tra 5 secondi.",
"title": "✅ Ticket chiuso"
},
"closed_with_reason": {
"title": "✅ Ticket chiuso",
"description": "Il ticket è stato chiuso: `%s`\nIl canale verrà eliminato tra 5 secondi."
"description": "Il ticket è stato chiuso: `%s`\nIl canale verrà eliminato tra 5 secondi.",
"title": "✅ Ticket chiuso"
}
}
},
@ -99,9 +103,9 @@
},
"args": {
"topic": {
"name": "argomento",
"description": "L'argomento del ticket",
"example": "Problema con la fattura"
"example": "Problema con la fattura",
"name": "argomento"
}
},
"description": "Crea un nuovo ticket",
@ -114,39 +118,71 @@
"questions": "Si prega di rispondere alle seguenti domande:\n\n%s",
"response": {
"claimed": {
"title": "✅ Ticket claimed",
"description": "%s has claimed this ticket."
"description": "%s has claimed this ticket.",
"title": "✅ Ticket claimed"
},
"created": {
"title": "✅ Ticket creato",
"description": "Il tuo ticket è stato creato: %s."
"description": "Il tuo ticket è stato creato: %s.",
"title": "✅ Ticket creato"
},
"has_a_ticket": {
"title": "❌ Hai già un ticket aperto",
"description": "Ti preghiamo di utilizzare il tuo ticket già creato (<#%s>) o di chiuderlo prima di crearne un altro."
"description": "Ti preghiamo di utilizzare il tuo ticket già creato (<#%s>) o di chiuderlo prima di crearne un altro.",
"title": "❌ Hai già un ticket aperto"
},
"max_tickets": {
"title": "❌ Hai già %d ticket aperti",
"description": "Per favore utilizza `%sclose` per chiudere i ticket non necessari.\n\n%s"
"description": "Per favore utilizza `%sclose` per chiudere i ticket non necessari.\n\n%s",
"title": "❌ Hai già %d ticket aperti"
},
"no_categories": {
"title": "❌ Impossibile creare un ticket",
"description": "Un amministratore del server deve creare almeno una categoria per i ticket prima di aprire un nuovo ticket."
"description": "Un amministratore del server deve creare almeno una categoria per i ticket prima di aprire un nuovo ticket.",
"title": "❌ Impossibile creare un ticket"
},
"select_category": {
"title": "🔤 Seleziona la categoria dei ticket",
"description": "Seleziona la categoria che si attiene di più all'argomento del tuo ticket:\n\n%s"
"description": "Seleziona la categoria che si attiene di più all'argomento del tuo ticket:\n\n%s",
"title": "🔤 Seleziona la categoria dei ticket"
},
"select_category_timeout": {
"title": "❌ Tempo scaduto",
"description": "Hai impiegato troppo tempo per selezionare la categoria del ticket."
"description": "Hai impiegato troppo tempo per selezionare la categoria del ticket.",
"title": "❌ Tempo scaduto"
}
},
"request_topic": {
"title": "Argomento del ticket",
"description": "Descrivi brevemente di cosa hai bisogno."
"description": "Descrivi brevemente di cosa hai bisogno.",
"title": "Argomento del ticket"
}
},
"panel": {
"aliases": {},
"args": {
"category": {
"alias": "c",
"description": "A category ID",
"example": "451745464954650634",
"name": "category"
},
"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": "A **unicode** emoji character (escaped emoji)",
"example": "\\:ticket:",
"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": {}
},
"settings": {
"aliases": {
"config": "impostazione"
@ -172,16 +208,16 @@
}
},
"command_execution_error": {
"title": "⚠️",
"description": "Errore imprevisto durante l'esecuzione del comando.\nChiedere a un amministratore di controllare l'output / i registri della console per i dettagli."
"description": "Errore imprevisto durante l'esecuzione del comando.\nChiedere a un amministratore di controllare l'output / i registri della console per i dettagli.",
"title": "⚠️"
},
"message_will_be_deleted_in": "Questo messaggio verrà eliminato in %d secondi",
"missing_permissions": {
"title": "❌",
"description": "Non hai i permessi richiesti per utilizzare questo comando:\n%s"
"description": "Non hai i permessi richiesti per utilizzare questo comando:\n%s",
"title": "❌"
},
"staff_only": {
"title": "❌",
"description": "Devi essere un membro dello staff per usare questo comando."
"description": "Devi essere un membro dello staff per usare questo comando.",
"title": "❌"
}
}

View File

@ -12,6 +12,10 @@
"example": "**Eksempel:** `%s`"
},
"description": "**Bruk:**\n`%s`\n\n**Eksempel:**\n`%s`\n\nObligatoriske felt er prefikset med `❗`.",
"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.",
"title": ":x: Invalid syntax"
},
"named_args": "Denne kommandoen bruker navngitte argumenter.\n\n",
"title": "'%s' kommandobruk"
},
@ -23,40 +27,40 @@
},
"args": {
"member_or_role": {
"name": "medlemEllerRolle",
"description": "Du må nevne en bruker, en rolle, eller en ID av en bruker eller rolle",
"example": "@NaughtyMember"
"example": "@NaughtyMember",
"name": "medlemEllerRolle"
}
},
"description": "Svarteliste/fjerne fra svarteliste et medlem fra og bruke denne botten",
"name": "svarteliste",
"response": {
"empty_list": {
"title": "📃 Svartelistet medlemmer og roller",
"description": "Det er ingen medlemmer eller roller svartelistet. Skriv `%sblacklist <memberOrRole>` for og legge til et medlem eller rolle til svartelisten."
"description": "Det er ingen medlemmer eller roller svartelistet. Skriv `%sblacklist <memberOrRole>` for og legge til et medlem eller rolle til svartelisten.",
"title": "📃 Svartelistet medlemmer og roller"
},
"illegal_action": {
"title": "❌ Du kan ikke svarteliste dette medlemmet",
"description": "%s er en moderator og kan ikke bli svartelistet."
"description": "%s er en moderator og kan ikke bli svartelistet.",
"title": "❌ Du kan ikke svarteliste dette medlemmet"
},
"list": {
"title": "📃 Svartelistet medlemmer og roller"
},
"member_added": {
"title": "✅ La til medlemmet til svartelisten",
"description": "<@%s> har blitt lagt til i svartelisten. De kan ikke lengre bruke botten."
"description": "<@%s> har blitt lagt til i svartelisten. De kan ikke lengre bruke botten.",
"title": "✅ La til medlemmet til svartelisten"
},
"member_removed": {
"title": "✅ Fjernet medlemmet fra svartelisten",
"description": "<@%s> har blitt fjernet fra svartelisten. De kan nå bruke botten igjen."
"description": "<@%s> har blitt fjernet fra svartelisten. De kan nå bruke botten igjen.",
"title": "✅ Fjernet medlemmet fra svartelisten"
},
"role_added": {
"title": "✅ La til rollen i svartelisten",
"description": "<@&%s> er lagt til i svartelisten. Medlemmer med denne rollen vil ikke lenger kunne bruke botten."
"description": "<@&%s> er lagt til i svartelisten. Medlemmer med denne rollen vil ikke lenger kunne bruke botten.",
"title": "✅ La til rollen i svartelisten"
},
"role_removed": {
"title": "✅ Fjernet rollen fra svartelisten",
"description": "<@&%s> er fjernet fra svartelisten. Medlemmer med denne rollen kan nå bruke botten igjen."
"description": "<@&%s> er fjernet fra svartelisten. Medlemmer med denne rollen kan nå bruke botten igjen.",
"title": "✅ Fjernet rollen fra svartelisten"
}
}
},
@ -66,29 +70,29 @@
},
"args": {
"ticket": {
"name": "billett",
"description": "Nummeret eller en kanal nevning av billetten som skal lukkes",
"example": "217"
"example": "217",
"name": "billett"
}
},
"description": "Lukke en billettkanal",
"name": "lukke",
"response": {
"closed": {
"title": "✅ Billetten er stengt",
"description": "Denne billetten er stengt.\nKanalen slettes om 5 sekunder."
"description": "Denne billetten er stengt.\nKanalen slettes om 5 sekunder.",
"title": "✅ Billetten er stengt"
},
"closed_by_member": {
"title": "✅ Billetten er stengt",
"description": "Denne billetten er stengt av %s.\nKanalen slettes om 5 sekunder."
"description": "Denne billetten er stengt av %s.\nKanalen slettes om 5 sekunder.",
"title": "✅ Billetten er stengt"
},
"closed_by_member_with_reason": {
"title": "✅ Billetten er stengt",
"description": "Denne billetten er lukket av %s: '%s'\nKanalen vil bli slettet om 5 sekunder."
"description": "Denne billetten er lukket av %s: '%s'\nKanalen vil bli slettet om 5 sekunder.",
"title": "✅ Billetten er stengt"
},
"closed_with_reason": {
"title": "✅ Billetten er stengt",
"description": "Denne billetten er lukket: '%s'\nKanalen vil bli slettet om 5 sekunder."
"description": "Denne billetten er lukket: '%s'\nKanalen vil bli slettet om 5 sekunder.",
"title": "✅ Billetten er stengt"
}
}
},
@ -99,9 +103,9 @@
},
"args": {
"topic": {
"name": "emne",
"description": "Temaet for billetten",
"example": "Problem med fakturering"
"example": "Problem med fakturering",
"name": "emne"
}
},
"description": "Opprett en ny billett",
@ -114,39 +118,71 @@
"questions": "Svar på følgende spørsmål:\n\n%s",
"response": {
"claimed": {
"title": "✅ Ticket claimed",
"description": "%s has claimed this ticket."
"description": "%s has claimed this ticket.",
"title": "✅ Ticket claimed"
},
"created": {
"title": "✅ Billetten er opprettet",
"description": "Billetten er opprettet: %s."
"description": "Billetten er opprettet: %s.",
"title": "✅ Billetten er opprettet"
},
"has_a_ticket": {
"title": "❌ Du har allerede en åpen billett",
"description": "Bruk din eksisterende billett ( <#%s>) eller lukk den før du oppretter en ny."
"description": "Bruk din eksisterende billett ( <#%s>) eller lukk den før du oppretter en ny.",
"title": "❌ Du har allerede en åpen billett"
},
"max_tickets": {
"title": "❌ Du har allerede %d åpne billetter",
"description": "Vennligst bruk '%sclose' for å lukke unødvendige billetter.\n\n%s"
"description": "Vennligst bruk '%sclose' for å lukke unødvendige billetter.\n\n%s",
"title": "❌ Du har allerede %d åpne billetter"
},
"no_categories": {
"title": "❌ Kan ikke opprette billett",
"description": "En serveradministrator må opprette minst én billettkategori før en ny billett kan åpnes."
"description": "En serveradministrator må opprette minst én billettkategori før en ny billett kan åpnes.",
"title": "❌ Kan ikke opprette billett"
},
"select_category": {
"title": "🔤 Velg billettkategori",
"description": "Velg kategorien som er mest relevant for billettens emne:\n\n%s"
"description": "Velg kategorien som er mest relevant for billettens emne:\n\n%s",
"title": "🔤 Velg billettkategori"
},
"select_category_timeout": {
"title": "❌ Reaksjonstiden har utløpt",
"description": "Det tok for lang tid å velge billettkategorien."
"description": "Det tok for lang tid å velge billettkategorien.",
"title": "❌ Reaksjonstiden har utløpt"
}
},
"request_topic": {
"title": "Billettemne",
"description": "Vennligst oppgi kort hva denne billetten handler om med noen få ord."
"description": "Vennligst oppgi kort hva denne billetten handler om med noen få ord.",
"title": "Billettemne"
}
},
"panel": {
"aliases": {},
"args": {
"category": {
"alias": "c",
"description": "A category ID",
"example": "451745464954650634",
"name": "category"
},
"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": "A **unicode** emoji character (escaped emoji)",
"example": "\\:ticket:",
"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": {}
},
"settings": {
"aliases": {
"config": "konfiguration"
@ -172,16 +208,16 @@
}
},
"command_execution_error": {
"title": "⚠️",
"description": "Det oppstod en uventet feil under kommandoutførelsen.\nBe en administrator kontrollere konsollutdataene/-loggene for mer informasjon."
"description": "Det oppstod en uventet feil under kommandoutførelsen.\nBe en administrator kontrollere konsollutdataene/-loggene for mer informasjon.",
"title": "⚠️"
},
"message_will_be_deleted_in": "Denne meldingen vil bli slettet om %d sekunder",
"missing_permissions": {
"title": "❌",
"description": "You do not have the permissions required to use this command:\n%s"
"description": "You do not have the permissions required to use this command:\n%s",
"title": "❌"
},
"staff_only": {
"title": "❌",
"description": "Du må være medlem av staben for å bruke denne kommandoen."
"description": "Du må være medlem av staben for å bruke denne kommandoen.",
"title": "❌"
}
}

View File

@ -12,6 +12,10 @@
"example": "**Exemplo:** '%s'"
},
"description": "**Use:**\n'%s'\n\n**Exemplo:**\n'%s'\n\nOs argumentos necessários são iniciados com '❗'.",
"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.",
"title": ":x: Invalid syntax"
},
"named_args": "Este comando usa argumentos nomeados.\n\n",
"title": "Uso de comando '%s'"
},
@ -23,40 +27,40 @@
},
"args": {
"member_or_role": {
"name": "membroOuCargo",
"description": "Mencione o membro, cargo ou ID do membro",
"example": "@NaughtyMember"
"example": "@NaughtyMember",
"name": "membroOuCargo"
}
},
"description": "Blacklist/unblacklist um membro de interagir com o bot",
"name": "blacklist",
"response": {
"empty_list": {
"title": "📃 Usuários da blacklist",
"description": "Não há membros ou cargos na blacklist. Digite '%sblacklist <memberOrRole>' para adicionar um membro ou cargo à blacklist."
"description": "Não há membros ou cargos na blacklist. Digite '%sblacklist <memberOrRole>' para adicionar um membro ou cargo à blacklist.",
"title": "📃 Usuários da blacklist"
},
"illegal_action": {
"title": "❌ Você não pode colocar este membro na lista negra",
"description": "%s é um membro da equipe e não pode ser colocado na blacklist."
"description": "%s é um membro da equipe e não pode ser colocado na blacklist.",
"title": "❌ Você não pode colocar este membro na lista negra"
},
"list": {
"title": "📃 Usuários da blacklist"
},
"member_added": {
"title": "✅ Membro adicionado à blacklist",
"description": "<@%s> foi adicionado à blacklist. Eles não serão mais capazes de interagir com o bot."
"description": "<@%s> foi adicionado à blacklist. Eles não serão mais capazes de interagir com o bot.",
"title": "✅ Membro adicionado à blacklist"
},
"member_removed": {
"title": "✅ Membro removido da lista negra",
"description": "<@%s> foi removido da blacklist. Agora eles podem usar o bot novamente."
"description": "<@%s> foi removido da blacklist. Agora eles podem usar o bot novamente.",
"title": "✅ Membro removido da lista negra"
},
"role_added": {
"title": "✅ Cargo adicionado à blacklist",
"description": "<@&%s> foi adicionado à blacklist. Eles não serão mais capazes de interagir com o bot."
"description": "<@&%s> foi adicionado à blacklist. Eles não serão mais capazes de interagir com o bot.",
"title": "✅ Cargo adicionado à blacklist"
},
"role_removed": {
"title": "✅ Cargo removido da lista negra",
"description": "<@&%s> foi removido da blacklist. Membros com esta função agora podem usar o bot novamente."
"description": "<@&%s> foi removido da blacklist. Membros com esta função agora podem usar o bot novamente.",
"title": "✅ Cargo removido da lista negra"
}
}
},
@ -66,29 +70,29 @@
},
"args": {
"ticket": {
"name": "ticket",
"description": "O número ou uma menção do canal do ticket para fechar",
"example": "217"
"example": "217",
"name": "ticket"
}
},
"description": "Feche um canal de ticket",
"name": "close",
"response": {
"closed": {
"title": "✅ Ticket fechado",
"description": "Esse ticket foi fechado.\nA sala será deletada em 5 segundos."
"description": "Esse ticket foi fechado.\nA sala será deletada em 5 segundos.",
"title": "✅ Ticket fechado"
},
"closed_by_member": {
"title": "✅ Ticket fechado",
"description": "Esse ticket foi fechado por %s.\nA sala será deletada em 5 segundos."
"description": "Esse ticket foi fechado por %s.\nA sala será deletada em 5 segundos.",
"title": "✅ Ticket fechado"
},
"closed_by_member_with_reason": {
"title": "✅ Ticket fechado",
"description": "Esse ticket foi fechado por %s: `%s`\nA sala será deletada em 5 segundos."
"description": "Esse ticket foi fechado por %s: `%s`\nA sala será deletada em 5 segundos.",
"title": "✅ Ticket fechado"
},
"closed_with_reason": {
"title": "✅ Ticket fechado",
"description": "Esse ticket foi fechado: `%s`\nA sala será deletada em 5 segundos."
"description": "Esse ticket foi fechado: `%s`\nA sala será deletada em 5 segundos.",
"title": "✅ Ticket fechado"
}
}
},
@ -99,9 +103,9 @@
},
"args": {
"topic": {
"name": "assunto",
"description": "Assunto do Ticket",
"example": "Problemas com a fatura"
"example": "Problemas com a fatura",
"name": "assunto"
}
},
"description": "Criar um novo Ticket",
@ -114,39 +118,71 @@
"questions": "Por favor responda as seguintes questões:\n\n%s",
"response": {
"claimed": {
"title": "✅ Ticket claimed",
"description": "%s has claimed this ticket."
"description": "%s has claimed this ticket.",
"title": "✅ Ticket claimed"
},
"created": {
"title": "✅ Ticket criado",
"description": "Seu ticket foi criado: %s."
"description": "Seu ticket foi criado: %s.",
"title": "✅ Ticket criado"
},
"has_a_ticket": {
"title": "❌ Você já tem um ticket aberto",
"description": "Por favor, use o seu ticket existente (<#%s>) ou feche-o antes de criar outro."
"description": "Por favor, use o seu ticket existente (<#%s>) ou feche-o antes de criar outro.",
"title": "❌ Você já tem um ticket aberto"
},
"max_tickets": {
"title": "❌ Você já tem %d tickets abertos",
"description": "Use `%sclose` para fechar todos os tickets desnecessários.\n\n%s"
"description": "Use `%sclose` para fechar todos os tickets desnecessários.\n\n%s",
"title": "❌ Você já tem %d tickets abertos"
},
"no_categories": {
"title": "❌ Não é possível criar ticket",
"description": "Um administrador do servidor deve criar pelo menos uma categoria de ticket antes que um novo ticket possa ser aberto."
"description": "Um administrador do servidor deve criar pelo menos uma categoria de ticket antes que um novo ticket possa ser aberto.",
"title": "❌ Não é possível criar ticket"
},
"select_category": {
"title": "🔤 Selecione a categoria do ticket",
"description": "Selecione a categoria mais relevante para o tópico do seu ticket:\n\n%s"
"description": "Selecione a categoria mais relevante para o tópico do seu ticket:\n\n%s",
"title": "🔤 Selecione a categoria do ticket"
},
"select_category_timeout": {
"title": "❌ Tempo de reação expirado",
"description": "Você demorou muito para selecionar a categoria do ticket."
"description": "Você demorou muito para selecionar a categoria do ticket.",
"title": "❌ Tempo de reação expirado"
}
},
"request_topic": {
"title": "Assunto do Ticket",
"description": "Por favor, descreva resumidamente do que se trata este ticket em poucas palavras."
"description": "Por favor, descreva resumidamente do que se trata este ticket em poucas palavras.",
"title": "Assunto do Ticket"
}
},
"panel": {
"aliases": {},
"args": {
"category": {
"alias": "c",
"description": "A category ID",
"example": "451745464954650634",
"name": "category"
},
"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": "A **unicode** emoji character (escaped emoji)",
"example": "\\:ticket:",
"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": {}
},
"settings": {
"aliases": {
"config": "config"
@ -172,16 +208,16 @@
}
},
"command_execution_error": {
"title": "⚠️",
"description": "Ocorreu um erro inesperado durante a execução do comando. \nPor favor, peça a um administrador para verificar os logs do console para obter detalhes."
"description": "Ocorreu um erro inesperado durante a execução do comando. \nPor favor, peça a um administrador para verificar os logs do console para obter detalhes.",
"title": "⚠️"
},
"message_will_be_deleted_in": "Essa mensagem será deletada em %d segundos",
"missing_permissions": {
"title": "❌",
"description": "Você não tem as permissões necessárias para usar este comando:\n%s"
"description": "Você não tem as permissões necessárias para usar este comando:\n%s",
"title": "❌"
},
"staff_only": {
"title": "❌",
"description": "Você precisa ser um membro da staff para utilizar esse comando."
"description": "Você precisa ser um membro da staff para utilizar esse comando.",
"title": "❌"
}
}

View File

@ -12,6 +12,10 @@
"example": "**Пример:** `%s`"
},
"description": "**Использование:**\n`%s`\n\n**Пример:**\n`%s`\n\nОбязательные аргументы префиксированы с `❗`.",
"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.",
"title": ":x: Invalid syntax"
},
"named_args": "Эта команда использует названные аргументы.\n\n",
"title": "Использование команды `%s`"
},
@ -23,40 +27,40 @@
},
"args": {
"member_or_role": {
"name": "memberOrRole",
"description": "Упоминание участника, упоминание роли или ID участника или роли",
"example": "@NaughtyMember"
"example": "@NaughtyMember",
"name": "memberOrRole"
}
},
"description": "Blacklist/unblacklist a member from interacting with the bot",
"name": "blacklist",
"response": {
"empty_list": {
"title": "📃 Черный список пользователей и ролей",
"description": "There are no members or roles blacklisted. Type `%sblacklist <memberOrRole>` to add a member or role to the blacklist."
"description": "There are no members or roles blacklisted. Type `%sblacklist <memberOrRole>` to add a member or role to the blacklist.",
"title": "📃 Черный список пользователей и ролей"
},
"illegal_action": {
"title": "❌ Вы не можете добавить в черный список этого участника",
"description": "%s есть персоналом и не может быть внесен в черный список."
"description": "%s есть персоналом и не может быть внесен в черный список.",
"title": "❌ Вы не можете добавить в черный список этого участника"
},
"list": {
"title": "📃 Черный список пользователей и ролей"
},
"member_added": {
"title": "✅ Пользователь добавлен в черный список",
"description": "<@%s> добавлен в черный список. Они больше не смогут взаимодействовать с ботом."
"description": "<@%s> добавлен в черный список. Они больше не смогут взаимодействовать с ботом.",
"title": "✅ Пользователь добавлен в черный список"
},
"member_removed": {
"title": "✅ Пользователь убран из черного списка",
"description": "<@%s> был убран из черного списка. Теперь он может использовать бота снова."
"description": "<@%s> был убран из черного списка. Теперь он может использовать бота снова.",
"title": "✅ Пользователь убран из черного списка"
},
"role_added": {
"title": "✅ Добавлена роль в черный список",
"description": "<@&%s> добавлена в черный список. Участники с этой ролью больше не смогут взаимодействовать с ботом."
"description": "<@&%s> добавлена в черный список. Участники с этой ролью больше не смогут взаимодействовать с ботом.",
"title": "✅ Добавлена роль в черный список"
},
"role_removed": {
"title": "✅ Роль убрана из черного списка",
"description": "<@&%s> has been removed from the blacklist. Members with this role can now use the bot again."
"description": "<@&%s> has been removed from the blacklist. Members with this role can now use the bot again.",
"title": "✅ Роль убрана из черного списка"
}
}
},
@ -66,29 +70,29 @@
},
"args": {
"ticket": {
"name": "тикет",
"description": "Номер или канал упоминания тикета который надо закрыть",
"example": "217"
"example": "217",
"name": "тикет"
}
},
"description": "Закрыть тикет-канал",
"name": "закрыть",
"response": {
"closed": {
"title": "✅ Тикет закрыт",
"description": "Этот тикет закрыт.\nКанал будет удален в течении 5 секунд."
"description": "Этот тикет закрыт.\nКанал будет удален в течении 5 секунд.",
"title": "✅ Тикет закрыт"
},
"closed_by_member": {
"title": "✅ Тикет закрыт",
"description": "Этот тикет был закрыт %s.\nКанал будет удален в течение 5 секунд."
"description": "Этот тикет был закрыт %s.\nКанал будет удален в течение 5 секунд.",
"title": "✅ Тикет закрыт"
},
"closed_by_member_with_reason": {
"title": "✅ Тикет закрыт",
"description": "Этот тикет был закрыт %s: `%s`\nКанал будет удален в течение 5 секунд."
"description": "Этот тикет был закрыт %s: `%s`\nКанал будет удален в течение 5 секунд.",
"title": "✅ Тикет закрыт"
},
"closed_with_reason": {
"title": "✅ Тикет закрыт",
"description": "Этот тикет был закрыт: `%s`\nКанал будет удален в течение 5 секунд."
"description": "Этот тикет был закрыт: `%s`\nКанал будет удален в течение 5 секунд.",
"title": "✅ Тикет закрыт"
}
}
},
@ -99,9 +103,9 @@
},
"args": {
"topic": {
"name": "топик",
"description": "Тема билета",
"example": "Проблема с выставлением счетов"
"example": "Проблема с выставлением счетов",
"name": "топик"
}
},
"description": "Создание нового тикета",
@ -114,39 +118,71 @@
"questions": "Пожалуйста, ответьте на следующие вопросы:\n\n%s",
"response": {
"claimed": {
"title": "✅ Ticket claimed",
"description": "%s has claimed this ticket."
"description": "%s has claimed this ticket.",
"title": "✅ Ticket claimed"
},
"created": {
"title": "✅ Тикет создан",
"description": "Ваш тикет был создан: %s."
"description": "Ваш тикет был создан: %s.",
"title": "✅ Тикет создан"
},
"has_a_ticket": {
"title": "❌ У вас уже есть открытый тикет",
"description": "Пожалуйста, используйте существующий тикет (<#%s>) или закройте его перед созданием нового."
"description": "Пожалуйста, используйте существующий тикет (<#%s>) или закройте его перед созданием нового.",
"title": "❌ У вас уже есть открытый тикет"
},
"max_tickets": {
"title": "❌ У вас уже есть %d открытых тикетов",
"description": "Please use `%sclose` to close any unneeded tickets.\n\n%s"
"description": "Please use `%sclose` to close any unneeded tickets.\n\n%s",
"title": "❌ У вас уже есть %d открытых тикетов"
},
"no_categories": {
"title": "❌ Can't create ticket",
"description": "A server administrator must create at least one ticket category before a new ticket can be opened."
"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": {
"title": "🔤 Please select the ticket category",
"description": "Select the category most relevant to your ticket's topic:\n\n%s"
"description": "Select the category most relevant to your ticket's topic:\n\n%s",
"title": "🔤 Please select the ticket category"
},
"select_category_timeout": {
"title": "❌ Reaction time expired",
"description": "You took too long to select the ticket category."
"description": "You took too long to select the ticket category.",
"title": "❌ Reaction time expired"
}
},
"request_topic": {
"title": "Ticket topic",
"description": "Please briefly state what this ticket is about in a a few words."
"description": "Please briefly state what this ticket is about in a a few words.",
"title": "Ticket topic"
}
},
"panel": {
"aliases": {},
"args": {
"category": {
"alias": "c",
"description": "A category ID",
"example": "451745464954650634",
"name": "category"
},
"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": "A **unicode** emoji character (escaped emoji)",
"example": "\\:ticket:",
"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": {}
},
"settings": {
"aliases": {
"config": "config"
@ -172,16 +208,16 @@
}
},
"command_execution_error": {
"title": "⚠️",
"description": "An unexpected error occurred during command execution.\nPlease ask an administrator to check the console output / logs for details."
"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": {
"title": "❌",
"description": "You do not have the permissions required to use this command:\n%s"
"description": "You do not have the permissions required to use this command:\n%s",
"title": "❌"
},
"staff_only": {
"title": "❌",
"description": "You must be a member of staff to use this command."
"description": "You must be a member of staff to use this command.",
"title": "❌"
}
}