Merge remote-tracking branch 'origin/main' into main

This commit is contained in:
Isaac 2021-09-24 20:18:41 +01:00
commit 3cfbb4229f
No known key found for this signature in database
GPG Key ID: 87B9B6BD04EB7534
19 changed files with 108 additions and 899 deletions

View File

@ -3,10 +3,5 @@
"missing_permissions": { "missing_permissions": {
"description": "احتاج الى الاذونات التالية : \n%s" "description": "احتاج الى الاذونات التالية : \n%s"
} }
},
"cmd_usage": {
"args": {
"example": "**مثال:** `%s`"
}
} }
} }

View File

@ -7,13 +7,9 @@
"version": "[Discord Tickets](%s) v%s od [eartharoid](%s)" "version": "[Discord Tickets](%s) v%s od [eartharoid](%s)"
}, },
"cmd_usage": { "cmd_usage": {
"args": {
"example": "**Příklad:** `%s`"
},
"invalid_named_args": { "invalid_named_args": {
"description": "V syntaxi příkazu je chyba: `%s`.\nPro zobrazení ukázky napište `%s`.\nPokud si nejsi jistý/á, zeptej se člena týmu." "description": "V syntaxi příkazu je chyba: `%s`.\nPro zobrazení ukázky napište `%s`.\nPokud si nejsi jistý/á, zeptej se člena týmu."
}, }
"named_args": "Tento příkaz používá jmenné argumenty.\n\n"
}, },
"collector_expires_in": "Vyprší za %d sekund", "collector_expires_in": "Vyprší za %d sekund",
"command_execution_error": { "command_execution_error": {
@ -23,12 +19,8 @@
"commands": { "commands": {
"add": { "add": {
"args": { "args": {
"member": {
"example": "@někdo"
},
"ticket": { "ticket": {
"description": "Tiket, do kterého přidat člena", "description": "Tiket, do kterého přidat člena"
"name": "tiket"
} }
}, },
"description": "Přidat člena do tiketu", "description": "Přidat člena do tiketu",
@ -55,7 +47,6 @@
"blacklist": { "blacklist": {
"args": { "args": {
"member_or_role": { "member_or_role": {
"description": "Člen nebo role j přidání/odebrání",
"name": "uživatelNeboRole" "name": "uživatelNeboRole"
} }
}, },
@ -92,19 +83,14 @@
} }
}, },
"close": { "close": {
"aliases": {
"lock": "uzamknout"
},
"args": { "args": {
"reason": { "reason": {
"description": "Důvod k uzavření tiketu" "description": "Důvod k uzavření tiketu"
}, },
"ticket": { "ticket": {
"alias": "t",
"example": "217" "example": "217"
}, },
"time": { "time": {
"alias": "c",
"example": "1w" "example": "1w"
} }
}, },
@ -160,9 +146,6 @@
} }
}, },
"help": { "help": {
"aliases": {
"commands": "příkazy"
},
"args": { "args": {
"command": { "command": {
"example": "novy" "example": "novy"
@ -181,13 +164,9 @@
} }
}, },
"new": { "new": {
"aliases": {
"open": "otevrit"
},
"args": { "args": {
"topic": { "topic": {
"description": "Téma ticketu", "description": "Téma ticketu"
"name": "tema"
} }
}, },
"description": "Vytvořit ticket", "description": "Vytvořit ticket",
@ -229,19 +208,15 @@
"panel": { "panel": {
"args": { "args": {
"categories": { "categories": {
"description": "ID kategorie",
"name": "kategorie" "name": "kategorie"
}, },
"description": { "description": {
"description": "Popis zprávy panelu",
"name": "popis" "name": "popis"
}, },
"emoji": { "emoji": {
"description": "Emoji",
"name": "emoji" "name": "emoji"
}, },
"title": { "title": {
"description": "Nadpis pro zprávu panelu",
"name": "nadpis" "name": "nadpis"
} }
}, },
@ -251,9 +226,6 @@
"invalid_category": { "invalid_category": {
"description": "Jedno nebo více ID kategorií je vadných.", "description": "Jedno nebo více ID kategorií je vadných.",
"title": "❌ Neplatná kategorie" "title": "❌ Neplatná kategorie"
},
"mismatch": {
"title": "❌ Neplatný vstup"
} }
} }
}, },
@ -263,7 +235,6 @@
"example": "@někdo" "example": "@někdo"
}, },
"ticket": { "ticket": {
"description": "Ticket, ze kterého odebrat člena",
"name": "tiket" "name": "tiket"
} }
}, },
@ -290,10 +261,7 @@
}, },
"settings": { "settings": {
"description": "Konfigurace Discord Tickets", "description": "Konfigurace Discord Tickets",
"name": "nastaveni", "name": "nastaveni"
"response": {
"updated": "✅ Nastavení byla aktualizována."
}
}, },
"stats": { "stats": {
"description": "Zobrazit statistiky ticketu", "description": "Zobrazit statistiky ticketu",
@ -320,7 +288,6 @@
"survey": { "survey": {
"args": { "args": {
"survey": { "survey": {
"description": "Název dotazníku, jehož odpověď zobrazit",
"name": "dotazník" "name": "dotazník"
} }
}, },
@ -333,13 +300,9 @@
} }
}, },
"tag": { "tag": {
"aliases": {
"t": "t"
},
"args": { "args": {
"tag": { "tag": {
"description": "Název značky k použití", "description": "Název značky k použití"
"name": "značka"
} }
}, },
"description": "Použít odpověď na značku", "description": "Použít odpověď na značku",
@ -357,11 +320,6 @@
} }
}, },
"topic": { "topic": {
"args": {
"new_topic": {
"example": "problém s fakturací"
}
},
"description": "Změnit téma ticketu", "description": "Změnit téma ticketu",
"name": "tema", "name": "tema",
"response": { "response": {
@ -381,9 +339,6 @@
"description": "K provedení tohoto příkazu nemáš dostatečná oprávnění:\n%s", "description": "K provedení tohoto příkazu nemáš dostatečná oprávnění:\n%s",
"title": "❌" "title": "❌"
}, },
"staff_only": {
"title": "❌"
},
"ticket": { "ticket": {
"claimed": { "claimed": {
"description": "%s si vzal tento ticket.", "description": "%s si vzal tento ticket.",

View File

@ -7,13 +7,9 @@
"version": "[Discord Tickets](%s) v%s af [eartharoid](%s)" "version": "[Discord Tickets](%s) v%s af [eartharoid](%s)"
}, },
"cmd_usage": { "cmd_usage": {
"args": {
"example": "**Eksempel:** '%s'"
},
"invalid_named_args": { "invalid_named_args": {
"description": "Der er en fejl i kommandosyntaksen: '%s'.\nType '%s' for eksempel.\nSpørg en medarbejder, hvis du er i tvivl." "description": "Der er en fejl i kommandosyntaksen: '%s'.\nType '%s' for eksempel.\nSpørg en medarbejder, hvis du er i tvivl."
}, }
"named_args": "Denne kommando bruger navngivne argumenter.\n\n"
}, },
"collector_expires_in": "Udløber om %d sekunder", "collector_expires_in": "Udløber om %d sekunder",
"command_execution_error": { "command_execution_error": {
@ -23,12 +19,8 @@
"commands": { "commands": {
"add": { "add": {
"args": { "args": {
"member": {
"example": "@someone"
},
"ticket": { "ticket": {
"description": "Billetten, som medlemmet skal føjes til", "description": "Billetten, som medlemmet skal føjes til"
"name": "billet"
} }
}, },
"description": "Føje et medlem til en billet", "description": "Føje et medlem til en billet",
@ -55,7 +47,6 @@
"blacklist": { "blacklist": {
"args": { "args": {
"member_or_role": { "member_or_role": {
"description": "Det medlem eller den rolle, der skal tilføjes/fjernes",
"name": "medlemEllerRolle" "name": "medlemEllerRolle"
} }
}, },
@ -92,19 +83,14 @@
} }
}, },
"close": { "close": {
"aliases": {
"lock": "lås"
},
"args": { "args": {
"reason": { "reason": {
"description": "Årsagen til lukning af billetten eller billetter(ne)" "description": "Årsagen til lukning af billetten eller billetter(ne)"
}, },
"ticket": { "ticket": {
"alias": "t",
"example": "217" "example": "217"
}, },
"time": { "time": {
"alias": "T",
"example": "1w" "example": "1w"
} }
}, },
@ -160,9 +146,6 @@
} }
}, },
"help": { "help": {
"aliases": {
"commands": "kommandoer"
},
"args": { "args": {
"command": { "command": {
"example": "ny" "example": "ny"
@ -181,13 +164,9 @@
} }
}, },
"new": { "new": {
"aliases": {
"open": "åben"
},
"args": { "args": {
"topic": { "topic": {
"description": "Emnet for billetten", "description": "Emnet for billetten"
"name": "emne"
} }
}, },
"description": "Opret en ny billet", "description": "Opret en ny billet",
@ -229,19 +208,15 @@
"panel": { "panel": {
"args": { "args": {
"categories": { "categories": {
"description": "Et kategori-id",
"name": "kategorier" "name": "kategorier"
}, },
"description": { "description": {
"description": "Beskrivelsen af panelmeddelelsen",
"name": "beskrivelse" "name": "beskrivelse"
}, },
"emoji": { "emoji": {
"description": "En emoji",
"name": "emoji" "name": "emoji"
}, },
"title": { "title": {
"description": "Titel på panelmeddelelsen",
"name": "titel" "name": "titel"
} }
}, },
@ -251,9 +226,6 @@
"invalid_category": { "invalid_category": {
"description": "Et eller flere af de angivne kategori-id'er er ugyldige.", "description": "Et eller flere af de angivne kategori-id'er er ugyldige.",
"title": "❌ Ugyldig kategori" "title": "❌ Ugyldig kategori"
},
"mismatch": {
"title": "❌ Ugyldigt input"
} }
} }
}, },
@ -263,7 +235,6 @@
"example": "@someone" "example": "@someone"
}, },
"ticket": { "ticket": {
"description": "Billetten til at fjerne medlemmet fra",
"name": "billet" "name": "billet"
} }
}, },
@ -290,10 +261,7 @@
}, },
"settings": { "settings": {
"description": "Konfigurer Discord Tickets", "description": "Konfigurer Discord Tickets",
"name": "indstillinger", "name": "indstillinger"
"response": {
"updated": "✅ Indstillinger er blevet opdateret."
}
}, },
"stats": { "stats": {
"description": "Vis billetstatistik", "description": "Vis billetstatistik",
@ -320,7 +288,6 @@
"survey": { "survey": {
"args": { "args": {
"survey": { "survey": {
"description": "Navnet på den undersøgelse, der skal vises svar fra",
"name": "undersøgelser" "name": "undersøgelser"
} }
}, },
@ -333,13 +300,9 @@
} }
}, },
"tag": { "tag": {
"aliases": {
"t": "t"
},
"args": { "args": {
"tag": { "tag": {
"description": "Navnet på det tag, der skal bruges", "description": "Navnet på det tag, der skal bruges"
"name": "tag"
} }
}, },
"description": "Brug et tagsvar", "description": "Brug et tagsvar",
@ -357,11 +320,6 @@
} }
}, },
"topic": { "topic": {
"args": {
"new_topic": {
"example": "faktureringsproblem"
}
},
"description": "Skift emnet på billetten", "description": "Skift emnet på billetten",
"name": "emne", "name": "emne",
"response": { "response": {
@ -381,9 +339,6 @@
"description": "Du har ikke de nødvendige tilladelser til at bruge denne kommando:\n%s", "description": "Du har ikke de nødvendige tilladelser til at bruge denne kommando:\n%s",
"title": "❌" "title": "❌"
}, },
"staff_only": {
"title": "❌"
},
"ticket": { "ticket": {
"claimed": { "claimed": {
"description": "%s har gjort krav på denne billet.", "description": "%s har gjort krav på denne billet.",

View File

@ -7,13 +7,9 @@
"version": "[Discord Tickets] (%s) v%s von [eartharoid](%s)" "version": "[Discord Tickets] (%s) v%s von [eartharoid](%s)"
}, },
"cmd_usage": { "cmd_usage": {
"args": {
"example": "**Beispiel:** `%s`"
},
"invalid_named_args": { "invalid_named_args": {
"description": "Es gibt einen Fehler in Ihrer Eingabe-Syntax: `%s`.\nTippen Sie `%s` für ein Beispiel.\nBitte fragen Sie ein Support-Mitglied wenn Sie sich unsicher sind." "description": "Es gibt einen Fehler in Ihrer Eingabe-Syntax: `%s`.\nTippen Sie `%s` für ein Beispiel.\nBitte fragen Sie ein Support-Mitglied wenn Sie sich unsicher sind."
}, }
"named_args": "Dieser Befehl verwendet benannte Argumente.\n\n"
}, },
"collector_expires_in": "Läuft in %d Sekunden ab", "collector_expires_in": "Läuft in %d Sekunden ab",
"command_execution_error": { "command_execution_error": {
@ -23,12 +19,8 @@
"commands": { "commands": {
"add": { "add": {
"args": { "args": {
"member": {
"example": "@someone"
},
"ticket": { "ticket": {
"description": "Das Ticket, dem der Benutzer hinzugefügt werden soll", "description": "Das Ticket, dem der Benutzer hinzugefügt werden soll"
"name": "Ticket"
} }
}, },
"description": "Füge einen Benutzer zum Ticket hinzu", "description": "Füge einen Benutzer zum Ticket hinzu",
@ -55,7 +47,6 @@
"blacklist": { "blacklist": {
"args": { "args": {
"member_or_role": { "member_or_role": {
"description": "Der Benutzer oder die Rolle zum hinzufügen / entfernen",
"name": "MitgliedoderRolle" "name": "MitgliedoderRolle"
} }
}, },
@ -92,21 +83,15 @@
} }
}, },
"close": { "close": {
"aliases": {
"lock": "lock"
},
"args": { "args": {
"reason": { "reason": {
"description": "Der Grund das Ticket / die Tickets zu schließen", "description": "Der Grund das Ticket / die Tickets zu schließen"
"name": "Grund"
}, },
"ticket": { "ticket": {
"description": "Die Ticketnummer oder Kanalerwähnung/Kanal ID des zu schließenden Tickets", "description": "Die Ticketnummer oder Kanalerwähnung/Kanal ID des zu schließenden Tickets"
"name": "Ticket"
}, },
"time": { "time": {
"description": "Alle Tickets schließen, die für eine bestimmte Zeit inaktiv waren", "description": "Alle Tickets schließen, die für eine bestimmte Zeit inaktiv waren"
"name": "Zeit"
} }
}, },
"description": "Schließe einen Ticket-Kanal", "description": "Schließe einen Ticket-Kanal",
@ -161,9 +146,6 @@
} }
}, },
"help": { "help": {
"aliases": {
"commands": "Befehle"
},
"args": { "args": {
"command": { "command": {
"example": "neu" "example": "neu"
@ -182,13 +164,9 @@
} }
}, },
"new": { "new": {
"aliases": {
"open": "öffnen"
},
"args": { "args": {
"topic": { "topic": {
"description": "Das Thema des Tickets", "description": "Das Thema des Tickets"
"name": "Thema"
} }
}, },
"description": "Erstelle ein neues Ticket", "description": "Erstelle ein neues Ticket",
@ -230,19 +208,15 @@
"panel": { "panel": {
"args": { "args": {
"categories": { "categories": {
"description": "Eine Kategorie ID",
"name": "Kategorien" "name": "Kategorien"
}, },
"description": { "description": {
"description": "Die Beschreibung für die Panel-Nachricht",
"name": "Beschreibung" "name": "Beschreibung"
}, },
"emoji": { "emoji": {
"description": "Ein Emoji",
"name": "Emoji" "name": "Emoji"
}, },
"title": { "title": {
"description": "Der Titel für die Panel-Nachricht",
"name": "Titel" "name": "Titel"
} }
}, },
@ -252,9 +226,6 @@
"invalid_category": { "invalid_category": {
"description": "Eine oder mehrere der angegebenen Kategorie IDs sind nicht gültig.", "description": "Eine oder mehrere der angegebenen Kategorie IDs sind nicht gültig.",
"title": "❌ Ungültige Kategorie" "title": "❌ Ungültige Kategorie"
},
"mismatch": {
"title": "❌ Ungültige Eingabe"
} }
} }
}, },
@ -264,7 +235,6 @@
"example": "@someone" "example": "@someone"
}, },
"ticket": { "ticket": {
"description": "Das Ticket von dem der Benutzer entfernt werden soll",
"name": "Ticket" "name": "Ticket"
} }
}, },
@ -291,10 +261,7 @@
}, },
"settings": { "settings": {
"description": "Konfiguriere Discord Tickets", "description": "Konfiguriere Discord Tickets",
"name": "settings", "name": "settings"
"response": {
"updated": "✅ Die Einstellungen wurden aktualisiert."
}
}, },
"stats": { "stats": {
"description": "Ticket Statistiken ansehen", "description": "Ticket Statistiken ansehen",
@ -321,7 +288,6 @@
"survey": { "survey": {
"args": { "args": {
"survey": { "survey": {
"description": "Der Name der Umfrage von der die Antworten angezeigt werden sollen",
"name": "Umfrage" "name": "Umfrage"
} }
}, },
@ -334,13 +300,9 @@
} }
}, },
"tag": { "tag": {
"aliases": {
"t": "t"
},
"args": { "args": {
"tag": { "tag": {
"description": "Der Name des Tags", "description": "Der Name des Tags"
"name": "Tag"
} }
}, },
"description": "Benutzen Sie einen 'Tag' als Antwort", "description": "Benutzen Sie einen 'Tag' als Antwort",
@ -358,11 +320,6 @@
} }
}, },
"topic": { "topic": {
"args": {
"new_topic": {
"example": "Abrechnungsproblem"
}
},
"description": "Ändern Sie das Anligen Ihres Tickets", "description": "Ändern Sie das Anligen Ihres Tickets",
"name": "Thema", "name": "Thema",
"response": { "response": {
@ -382,9 +339,6 @@
"description": "Sie haben nicht die benötigten Berechtigungen um diesen Befehl zu benutzen:\n%s", "description": "Sie haben nicht die benötigten Berechtigungen um diesen Befehl zu benutzen:\n%s",
"title": "❌" "title": "❌"
}, },
"staff_only": {
"title": "❌"
},
"ticket": { "ticket": {
"claimed": { "claimed": {
"description": "Dieses Ticket gehört jetzt %s.", "description": "Dieses Ticket gehört jetzt %s.",

View File

@ -7,13 +7,9 @@
"version": "[Discord Tickets](%s) v%s by [eartharoid](%s)" "version": "[Discord Tickets](%s) v%s by [eartharoid](%s)"
}, },
"cmd_usage": { "cmd_usage": {
"args": {
"example": "**Example:** `%s`"
},
"invalid_named_args": { "invalid_named_args": {
"description": "There is an error in your command syntax: `%s`.\nType `%s` for an example.\nPlease ask a member of staff if you are unsure." "description": "There is an error in your command syntax: `%s`.\nType `%s` for an example.\nPlease ask a member of staff if you are unsure."
}, }
"named_args": "This command uses named arguments.\n\n"
}, },
"collector_expires_in": "Expires in %d seconds", "collector_expires_in": "Expires in %d seconds",
"command_execution_error": { "command_execution_error": {
@ -23,12 +19,8 @@
"commands": { "commands": {
"add": { "add": {
"args": { "args": {
"member": {
"example": "@someone"
},
"ticket": { "ticket": {
"description": "The ticket to add the member to", "description": "The ticket to add the member to"
"name": "ticket"
} }
}, },
"description": "Add a member to a ticket", "description": "Add a member to a ticket",
@ -55,7 +47,6 @@
"blacklist": { "blacklist": {
"args": { "args": {
"member_or_role": { "member_or_role": {
"description": "The member or role to add/remove",
"name": "memberOrRole" "name": "memberOrRole"
} }
}, },
@ -92,21 +83,15 @@
} }
}, },
"close": { "close": {
"aliases": {
"lock": "lock"
},
"args": { "args": {
"reason": { "reason": {
"description": "The reason for closing the ticket(s)", "description": "The reason for closing the ticket(s)"
"name": "reason"
}, },
"ticket": { "ticket": {
"description": "The ticket to close, either the number or the channel mention/ID", "description": "The ticket to close, either the number or the channel mention/ID"
"name": "ticket"
}, },
"time": { "time": {
"description": "Close all tickets that have been inactive for the specified time", "description": "Close all tickets that have been inactive for the specified time"
"name": "time"
} }
}, },
"description": "Close a ticket channel", "description": "Close a ticket channel",
@ -161,9 +146,6 @@
} }
}, },
"help": { "help": {
"aliases": {
"commands": "commands"
},
"args": { "args": {
"command": { "command": {
"example": "new" "example": "new"
@ -182,13 +164,9 @@
} }
}, },
"new": { "new": {
"aliases": {
"open": "open"
},
"args": { "args": {
"topic": { "topic": {
"description": "The topic of the ticket", "description": "The topic of the ticket"
"name": "topic"
} }
}, },
"description": "Create a new ticket", "description": "Create a new ticket",
@ -230,19 +208,15 @@
"panel": { "panel": {
"args": { "args": {
"categories": { "categories": {
"description": "A category ID",
"name": "categories" "name": "categories"
}, },
"description": { "description": {
"description": "The description for the panel message",
"name": "description" "name": "description"
}, },
"emoji": { "emoji": {
"description": "An emoji",
"name": "emoji" "name": "emoji"
}, },
"title": { "title": {
"description": "The title for the panel message",
"name": "title" "name": "title"
} }
}, },
@ -252,9 +226,6 @@
"invalid_category": { "invalid_category": {
"description": "One or more of the specified category IDs is invalid.", "description": "One or more of the specified category IDs is invalid.",
"title": "❌ Invalid category" "title": "❌ Invalid category"
},
"mismatch": {
"title": "❌ Invalid input"
} }
} }
}, },
@ -264,7 +235,6 @@
"example": "@someone" "example": "@someone"
}, },
"ticket": { "ticket": {
"description": "The ticket to remove the member from",
"name": "ticket" "name": "ticket"
} }
}, },
@ -291,10 +261,7 @@
}, },
"settings": { "settings": {
"description": "Configure Discord Tickets", "description": "Configure Discord Tickets",
"name": "settings", "name": "settings"
"response": {
"updated": "✅ Settings have been updated."
}
}, },
"stats": { "stats": {
"description": "Display ticket statistics", "description": "Display ticket statistics",
@ -321,7 +288,6 @@
"survey": { "survey": {
"args": { "args": {
"survey": { "survey": {
"description": "The name of the survey to view responses of",
"name": "survey" "name": "survey"
} }
}, },
@ -334,13 +300,9 @@
} }
}, },
"tag": { "tag": {
"aliases": {
"t": "t"
},
"args": { "args": {
"tag": { "tag": {
"description": "The name of the tag to use", "description": "The name of the tag to use"
"name": "tag"
} }
}, },
"description": "Use a tag response", "description": "Use a tag response",
@ -358,11 +320,6 @@
} }
}, },
"topic": { "topic": {
"args": {
"new_topic": {
"example": "billing issue"
}
},
"description": "Change the topic of the ticket", "description": "Change the topic of the ticket",
"name": "topic", "name": "topic",
"response": { "response": {
@ -382,9 +339,6 @@
"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": "❌" "title": "❌"
}, },
"staff_only": {
"title": "❌"
},
"ticket": { "ticket": {
"claimed": { "claimed": {
"description": "%s has claimed this ticket.", "description": "%s has claimed this ticket.",

View File

@ -7,13 +7,9 @@
"version": "[Discord Tickets](%s) v%s creado por [eartharoid](%s)" "version": "[Discord Tickets](%s) v%s creado por [eartharoid](%s)"
}, },
"cmd_usage": { "cmd_usage": {
"args": {
"example": "**Ejemplo:** `%s`"
},
"invalid_named_args": { "invalid_named_args": {
"description": "Hay un error en la sintaxis de tu comando: `%s`.\nEscribe `%s` para ver un ejemplo.\nPor favor contacta con el staff si no estás seguro." "description": "Hay un error en la sintaxis de tu comando: `%s`.\nEscribe `%s` para ver un ejemplo.\nPor favor contacta con el staff si no estás seguro."
}, }
"named_args": "Este comando utiliza los argumentos nombrados.\n\n"
}, },
"collector_expires_in": "Expira en %d segundos", "collector_expires_in": "Expira en %d segundos",
"command_execution_error": { "command_execution_error": {
@ -23,12 +19,8 @@
"commands": { "commands": {
"add": { "add": {
"args": { "args": {
"member": {
"example": "@alguien"
},
"ticket": { "ticket": {
"description": "El ticket para agregar al miembro a", "description": "El ticket para agregar al miembro a"
"name": "ticket"
} }
}, },
"description": "Añadir un miembro al ticket", "description": "Añadir un miembro al ticket",
@ -55,7 +47,6 @@
"blacklist": { "blacklist": {
"args": { "args": {
"member_or_role": { "member_or_role": {
"description": "El miembro o rol que se va a añadir o eliminar",
"name": "miembroORol" "name": "miembroORol"
} }
}, },
@ -92,21 +83,15 @@
} }
}, },
"close": { "close": {
"aliases": {
"lock": "bloquear"
},
"args": { "args": {
"reason": { "reason": {
"description": "La razón por la cual se cierra el(los) ticket(s)", "description": "La razón por la cual se cierra el(los) ticket(s)"
"name": "razón"
}, },
"ticket": { "ticket": {
"description": "El ticket a cerrar, ya sea la mención o la ID del canal", "description": "El ticket a cerrar, ya sea la mención o la ID del canal"
"name": "ticket"
}, },
"time": { "time": {
"description": "Cerrar todos los tickets que estuvieron inactivos por el tiempo especificado o más", "description": "Cerrar todos los tickets que estuvieron inactivos por el tiempo especificado o más"
"name": "tiempo"
} }
}, },
"description": "Cerrar un canal de ticket", "description": "Cerrar un canal de ticket",
@ -161,9 +146,6 @@
} }
}, },
"help": { "help": {
"aliases": {
"commands": "comandos"
},
"args": { "args": {
"command": { "command": {
"example": "nuevo" "example": "nuevo"
@ -182,13 +164,9 @@
} }
}, },
"new": { "new": {
"aliases": {
"open": "abrir"
},
"args": { "args": {
"topic": { "topic": {
"description": "El tema del ticket", "description": "El tema del ticket"
"name": "tema"
} }
}, },
"description": "Crear un nuevo ticket", "description": "Crear un nuevo ticket",
@ -230,19 +208,15 @@
"panel": { "panel": {
"args": { "args": {
"categories": { "categories": {
"description": "Una ID de categoría",
"name": "categorías" "name": "categorías"
}, },
"description": { "description": {
"description": "La descripción para el mensaje del panel",
"name": "descripción" "name": "descripción"
}, },
"emoji": { "emoji": {
"description": "Un emoji",
"name": "emoji" "name": "emoji"
}, },
"title": { "title": {
"description": "El título del mensaje del panel",
"name": "título" "name": "título"
} }
}, },
@ -252,9 +226,6 @@
"invalid_category": { "invalid_category": {
"description": "Una o más de las ID de categoría ingresadas no son válidas.", "description": "Una o más de las ID de categoría ingresadas no son válidas.",
"title": "❌ Categoría inválida" "title": "❌ Categoría inválida"
},
"mismatch": {
"title": "❌ Entrada inválida"
} }
} }
}, },
@ -264,7 +235,6 @@
"example": "@alguien" "example": "@alguien"
}, },
"ticket": { "ticket": {
"description": "El ticket del que eliminar al miembro",
"name": "ticket" "name": "ticket"
} }
}, },
@ -291,10 +261,7 @@
}, },
"settings": { "settings": {
"description": "Configurar Discord Tickets", "description": "Configurar Discord Tickets",
"name": "ajustes", "name": "ajustes"
"response": {
"updated": "✅ La configuración fue actualizada."
}
}, },
"stats": { "stats": {
"description": "Mostrar estadísticas del ticket", "description": "Mostrar estadísticas del ticket",
@ -321,7 +288,6 @@
"survey": { "survey": {
"args": { "args": {
"survey": { "survey": {
"description": "El nombre de la encuesta de la que ver las respuestas",
"name": "encuesta" "name": "encuesta"
} }
}, },
@ -334,13 +300,9 @@
} }
}, },
"tag": { "tag": {
"aliases": {
"t": "t"
},
"args": { "args": {
"tag": { "tag": {
"description": "El nombre de la etiqueta a usar", "description": "El nombre de la etiqueta a usar"
"name": "etiqueta"
} }
}, },
"description": "Usar una respuesta de etiqueta", "description": "Usar una respuesta de etiqueta",
@ -358,11 +320,6 @@
} }
}, },
"topic": { "topic": {
"args": {
"new_topic": {
"example": "problema de facturación"
}
},
"description": "Cambiar el tema del ticket", "description": "Cambiar el tema del ticket",
"name": "tema", "name": "tema",
"response": { "response": {
@ -382,9 +339,6 @@
"description": "No tienes los permisos requeridos para ejecutar este comando:\n%s", "description": "No tienes los permisos requeridos para ejecutar este comando:\n%s",
"title": "❌" "title": "❌"
}, },
"staff_only": {
"title": "❌"
},
"ticket": { "ticket": {
"claimed": { "claimed": {
"description": "%s ha reclamado el ticket.", "description": "%s ha reclamado el ticket.",

View File

@ -7,13 +7,9 @@
"version": "[Billets Discord] (%s) v%s par [eartharoid](%s)" "version": "[Billets Discord] (%s) v%s par [eartharoid](%s)"
}, },
"cmd_usage": { "cmd_usage": {
"args": {
"example": "**Exemple:** '%s'"
},
"invalid_named_args": { "invalid_named_args": {
"description": "Il y a une erreur dans votre syntaxe de commande : «%s».\nType '%s' par exemple.\nsil vous plaît demander à un membre du personnel si vous nêtes pas sûr." "description": "Il y a une erreur dans votre syntaxe de commande : «%s».\nType '%s' par exemple.\nsil vous plaît demander à un membre du personnel si vous nêtes pas sûr."
}, }
"named_args": "Cette commande utilise des arguments nommés.\n\n"
}, },
"collector_expires_in": "Expire en %d secondes", "collector_expires_in": "Expire en %d secondes",
"command_execution_error": { "command_execution_error": {
@ -23,12 +19,8 @@
"commands": { "commands": {
"add": { "add": {
"args": { "args": {
"member": {
"example": "@someone"
},
"ticket": { "ticket": {
"description": "Le billet pour ajouter le membre à", "description": "Le billet pour ajouter le membre à"
"name": "billet"
} }
}, },
"description": "Ajouter un membre à un billet", "description": "Ajouter un membre à un billet",
@ -55,7 +47,6 @@
"blacklist": { "blacklist": {
"args": { "args": {
"member_or_role": { "member_or_role": {
"description": "Le membre ou le rôle dajouter/supprimer",
"name": "membreOrRole" "name": "membreOrRole"
} }
}, },
@ -92,19 +83,14 @@
} }
}, },
"close": { "close": {
"aliases": {
"lock": "lock"
},
"args": { "args": {
"reason": { "reason": {
"description": "La raison de la fermeture du billet(s)" "description": "La raison de la fermeture du billet(s)"
}, },
"ticket": { "ticket": {
"alias": "t",
"example": "217" "example": "217"
}, },
"time": { "time": {
"alias": "T",
"example": "1w" "example": "1w"
} }
}, },
@ -160,9 +146,6 @@
} }
}, },
"help": { "help": {
"aliases": {
"commands": "commandes"
},
"args": { "args": {
"command": { "command": {
"example": "nouveau" "example": "nouveau"
@ -181,13 +164,9 @@
} }
}, },
"new": { "new": {
"aliases": {
"open": "ouvrir"
},
"args": { "args": {
"topic": { "topic": {
"description": "Le sujet du billet", "description": "Le sujet du billet"
"name": "sujet"
} }
}, },
"description": "Créer un nouveau billet", "description": "Créer un nouveau billet",
@ -229,19 +208,15 @@
"panel": { "panel": {
"args": { "args": {
"categories": { "categories": {
"description": "Un ID de catégorie",
"name": "catégories" "name": "catégories"
}, },
"description": { "description": {
"description": "La description du message du panneau",
"name": "description" "name": "description"
}, },
"emoji": { "emoji": {
"description": "Un emoji",
"name": "emoji" "name": "emoji"
}, },
"title": { "title": {
"description": "La description du message du panneau",
"name": "titre" "name": "titre"
} }
}, },
@ -251,9 +226,6 @@
"invalid_category": { "invalid_category": {
"description": "Un ou plusieurs des ID de catégorie spécifiés sont invalides.", "description": "Un ou plusieurs des ID de catégorie spécifiés sont invalides.",
"title": "❌ catégorie Invalide" "title": "❌ catégorie Invalide"
},
"mismatch": {
"title": "❌ entrée invalide"
} }
} }
}, },
@ -263,7 +235,6 @@
"example": "@someone" "example": "@someone"
}, },
"ticket": { "ticket": {
"description": "Le billet pour ajouter le membre à",
"name": "billet" "name": "billet"
} }
}, },
@ -290,10 +261,7 @@
}, },
"settings": { "settings": {
"description": "Configurer les billets discorde", "description": "Configurer les billets discorde",
"name": "paramètres", "name": "paramètres"
"response": {
"updated": "✅ paramètres ont été mis à jour."
}
}, },
"stats": { "stats": {
"description": "Afficher les statistiques des billets", "description": "Afficher les statistiques des billets",
@ -320,7 +288,6 @@
"survey": { "survey": {
"args": { "args": {
"survey": { "survey": {
"description": "Le nom de lenquête pour afficher les réponses des",
"name": "enquêtes" "name": "enquêtes"
} }
}, },
@ -333,13 +300,9 @@
} }
}, },
"tag": { "tag": {
"aliases": {
"t": "t"
},
"args": { "args": {
"tag": { "tag": {
"description": "Le nom de létiquette à utiliser", "description": "Le nom de létiquette à utiliser"
"name": "étiquettes"
} }
}, },
"description": "Utiliser une réponse détiquette", "description": "Utiliser une réponse détiquette",
@ -357,11 +320,6 @@
} }
}, },
"topic": { "topic": {
"args": {
"new_topic": {
"example": "question de facturation"
}
},
"description": "Le sujet du billet", "description": "Le sujet du billet",
"name": "sujet", "name": "sujet",
"response": { "response": {
@ -381,9 +339,6 @@
"description": "Vous navez pas les autorisations requises pour utiliser cette commande :\n%s", "description": "Vous navez pas les autorisations requises pour utiliser cette commande :\n%s",
"title": "❌" "title": "❌"
}, },
"staff_only": {
"title": "❌"
},
"ticket": { "ticket": {
"claimed": { "claimed": {
"description": "%s a réclamé ce billet.", "description": "%s a réclamé ce billet.",

View File

@ -7,13 +7,9 @@
"version": "[Discord टिकट] (%s) v%s [eartharoid](%s) द्वारा" "version": "[Discord टिकट] (%s) v%s [eartharoid](%s) द्वारा"
}, },
"cmd_usage": { "cmd_usage": {
"args": {
"example": "**उदाहरण:** '%s'"
},
"invalid_named_args": { "invalid_named_args": {
"description": "आपके आदेश सिंटेक्स में एक त्रुटि है: '%s'। उदाहरण\nलिए '%s' टाइप।\nकृपया कर्मचारियों के एक सदस्य से पूछो अगर तुम अनिश्चित हैं ।" "description": "आपके आदेश सिंटेक्स में एक त्रुटि है: '%s'। उदाहरण\nलिए '%s' टाइप।\nकृपया कर्मचारियों के एक सदस्य से पूछो अगर तुम अनिश्चित हैं ।"
}, }
"named_args": "यह आदेश नामी तर्कों का उपयोग करता है।\n\n"
}, },
"collector_expires_in": "%d सेकंड में समाप्त हो रहा है", "collector_expires_in": "%d सेकंड में समाप्त हो रहा है",
"command_execution_error": { "command_execution_error": {
@ -23,12 +19,8 @@
"commands": { "commands": {
"add": { "add": {
"args": { "args": {
"member": {
"example": "@someone"
},
"ticket": { "ticket": {
"description": "The ticket to add the member to", "description": "The ticket to add the member to"
"name": "ticket"
} }
}, },
"description": "Add a member to a ticket", "description": "Add a member to a ticket",
@ -55,7 +47,6 @@
"blacklist": { "blacklist": {
"args": { "args": {
"member_or_role": { "member_or_role": {
"description": "The member or role to add/remove",
"name": "memberOrRole" "name": "memberOrRole"
} }
}, },
@ -92,19 +83,14 @@
} }
}, },
"close": { "close": {
"aliases": {
"lock": "lock"
},
"args": { "args": {
"reason": { "reason": {
"description": "The reason for closing the ticket(s)" "description": "The reason for closing the ticket(s)"
}, },
"ticket": { "ticket": {
"alias": "t",
"example": "217" "example": "217"
}, },
"time": { "time": {
"alias": "T",
"example": "1w" "example": "1w"
} }
}, },
@ -160,9 +146,6 @@
} }
}, },
"help": { "help": {
"aliases": {
"commands": "commands"
},
"args": { "args": {
"command": { "command": {
"example": "new" "example": "new"
@ -181,13 +164,9 @@
} }
}, },
"new": { "new": {
"aliases": {
"open": "open"
},
"args": { "args": {
"topic": { "topic": {
"description": "The topic of the ticket", "description": "The topic of the ticket"
"name": "topic"
} }
}, },
"description": "Create a new ticket", "description": "Create a new ticket",
@ -229,19 +208,15 @@
"panel": { "panel": {
"args": { "args": {
"categories": { "categories": {
"description": "A category ID",
"name": "categories" "name": "categories"
}, },
"description": { "description": {
"description": "The description for the panel message",
"name": "description" "name": "description"
}, },
"emoji": { "emoji": {
"description": "An emoji",
"name": "emoji" "name": "emoji"
}, },
"title": { "title": {
"description": "The title for the panel message",
"name": "title" "name": "title"
} }
}, },
@ -251,9 +226,6 @@
"invalid_category": { "invalid_category": {
"description": "One or more of the specified category IDs is invalid.", "description": "One or more of the specified category IDs is invalid.",
"title": "❌ Invalid category" "title": "❌ Invalid category"
},
"mismatch": {
"title": "❌ Invalid input"
} }
} }
}, },
@ -263,7 +235,6 @@
"example": "@someone" "example": "@someone"
}, },
"ticket": { "ticket": {
"description": "The ticket to remove the member from",
"name": "ticket" "name": "ticket"
} }
}, },
@ -290,10 +261,7 @@
}, },
"settings": { "settings": {
"description": "Configure Discord Tickets", "description": "Configure Discord Tickets",
"name": "settings", "name": "settings"
"response": {
"updated": "✅ Settings have been updated."
}
}, },
"stats": { "stats": {
"description": "Display ticket statistics", "description": "Display ticket statistics",
@ -320,7 +288,6 @@
"survey": { "survey": {
"args": { "args": {
"survey": { "survey": {
"description": "The name of the survey to view responses of",
"name": "survey" "name": "survey"
} }
}, },
@ -333,13 +300,9 @@
} }
}, },
"tag": { "tag": {
"aliases": {
"t": "t"
},
"args": { "args": {
"tag": { "tag": {
"description": "The name of the tag to use", "description": "The name of the tag to use"
"name": "tag"
} }
}, },
"description": "Use a tag response", "description": "Use a tag response",
@ -357,11 +320,6 @@
} }
}, },
"topic": { "topic": {
"args": {
"new_topic": {
"example": "billing issue"
}
},
"description": "Change the topic of the ticket", "description": "Change the topic of the ticket",
"name": "topic", "name": "topic",
"response": { "response": {
@ -381,9 +339,6 @@
"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": "❌" "title": "❌"
}, },
"staff_only": {
"title": "❌"
},
"ticket": { "ticket": {
"claimed": { "claimed": {
"description": "%s has claimed this ticket.", "description": "%s has claimed this ticket.",

View File

@ -7,24 +7,16 @@
"version": "[Discord Ticketek](%s) v%s által [eartharoid](%s)" "version": "[Discord Ticketek](%s) v%s által [eartharoid](%s)"
}, },
"cmd_usage": { "cmd_usage": {
"args": {
"example": "**Példa:** `%s`"
},
"invalid_named_args": { "invalid_named_args": {
"description": "Hiba történt a parancs szintaxisában:`%s`.\nÍrd be `%s` példaként.\nKérdezze meg a személyzet egyik tagját, ha bizonytalan." "description": "Hiba történt a parancs szintaxisában:`%s`.\nÍrd be `%s` példaként.\nKérdezze meg a személyzet egyik tagját, ha bizonytalan."
}, }
"named_args": "Ez a parancs elnevezett argumentumokat használ.\n\n"
}, },
"collector_expires_in": "%d másodperc múlva lejár", "collector_expires_in": "%d másodperc múlva lejár",
"commands": { "commands": {
"add": { "add": {
"args": { "args": {
"member": {
"example": "@valaki123"
},
"ticket": { "ticket": {
"description": "A Ticket, amelyhez hozzá kell adni a felhasználót", "description": "A Ticket, amelyhez hozzá kell adni a felhasználót"
"name": "ticket"
} }
}, },
"description": "Felhasználó hozzáadása a Hibajegyhez", "description": "Felhasználó hozzáadása a Hibajegyhez",
@ -51,7 +43,6 @@
"blacklist": { "blacklist": {
"args": { "args": {
"member_or_role": { "member_or_role": {
"description": "A hozzáadni/eltávolítani kívánt felhasználó vagy rang",
"name": "felhasznaloVagyRang" "name": "felhasznaloVagyRang"
} }
}, },
@ -88,21 +79,15 @@
} }
}, },
"close": { "close": {
"aliases": {
"lock": "lezár"
},
"args": { "args": {
"reason": { "reason": {
"description": "A Ticket(ek) lezárásának oka", "description": "A Ticket(ek) lezárásának oka"
"name": "indok"
}, },
"ticket": { "ticket": {
"description": "A záró Ticket, akár a szám, akár a csatorna említése/ID-ja", "description": "A záró Ticket, akár a szám, akár a csatorna említése/ID-ja"
"name": "ticket"
}, },
"time": { "time": {
"description": "Zárjon be minden Ticket, amely a megadott ideig inaktív volt", "description": "Zárjon be minden Ticket, amely a megadott ideig inaktív volt"
"name": "idő"
} }
}, },
"description": "Zárd be a Ticket csatornát", "description": "Zárd be a Ticket csatornát",

View File

@ -7,13 +7,9 @@
"version": "[Discord Tickets](%s) versi %s oleh [eartharoid](%s)" "version": "[Discord Tickets](%s) versi %s oleh [eartharoid](%s)"
}, },
"cmd_usage": { "cmd_usage": {
"args": {
"example": "**Contoh:** '%s'"
},
"invalid_named_args": { "invalid_named_args": {
"description": "There is an error in your command syntax: `%s`.\nType `%s` for an example.\nPlease ask a member of staff if you are unsure." "description": "There is an error in your command syntax: `%s`.\nType `%s` for an example.\nPlease ask a member of staff if you are unsure."
}, }
"named_args": "Command ini membutuhkan argument bernama.\n\n"
}, },
"collector_expires_in": "Kadaluwarsa dalam %d detik", "collector_expires_in": "Kadaluwarsa dalam %d detik",
"command_execution_error": { "command_execution_error": {
@ -23,12 +19,8 @@
"commands": { "commands": {
"add": { "add": {
"args": { "args": {
"member": {
"example": "@someone"
},
"ticket": { "ticket": {
"description": "The ticket to add the member to", "description": "The ticket to add the member to"
"name": "tiket"
} }
}, },
"description": "Add a member to a ticket", "description": "Add a member to a ticket",
@ -55,7 +47,6 @@
"blacklist": { "blacklist": {
"args": { "args": {
"member_or_role": { "member_or_role": {
"description": "The member or role to add/remove",
"name": "anggota atau role" "name": "anggota atau role"
} }
}, },
@ -92,19 +83,14 @@
} }
}, },
"close": { "close": {
"aliases": {
"lock": "lock"
},
"args": { "args": {
"reason": { "reason": {
"description": "The reason for closing the ticket(s)" "description": "The reason for closing the ticket(s)"
}, },
"ticket": { "ticket": {
"alias": "t",
"example": "217" "example": "217"
}, },
"time": { "time": {
"alias": "T",
"example": "1w" "example": "1w"
} }
}, },
@ -160,9 +146,6 @@
} }
}, },
"help": { "help": {
"aliases": {
"commands": "commands"
},
"args": { "args": {
"command": { "command": {
"example": "baru" "example": "baru"
@ -181,13 +164,9 @@
} }
}, },
"new": { "new": {
"aliases": {
"open": "buka"
},
"args": { "args": {
"topic": { "topic": {
"description": "Topik tiket", "description": "Topik tiket"
"name": "topik"
} }
}, },
"description": "Buat tiket baru", "description": "Buat tiket baru",
@ -229,19 +208,15 @@
"panel": { "panel": {
"args": { "args": {
"categories": { "categories": {
"description": "A category ID",
"name": "categories" "name": "categories"
}, },
"description": { "description": {
"description": "The description for the panel message",
"name": "description" "name": "description"
}, },
"emoji": { "emoji": {
"description": "An emoji",
"name": "emoji" "name": "emoji"
}, },
"title": { "title": {
"description": "The title for the panel message",
"name": "title" "name": "title"
} }
}, },
@ -251,9 +226,6 @@
"invalid_category": { "invalid_category": {
"description": "One or more of the specified category IDs is invalid.", "description": "One or more of the specified category IDs is invalid.",
"title": "❌ Invalid category" "title": "❌ Invalid category"
},
"mismatch": {
"title": "❌ Invalid input"
} }
} }
}, },
@ -263,7 +235,6 @@
"example": "@someone" "example": "@someone"
}, },
"ticket": { "ticket": {
"description": "The ticket to remove the member from",
"name": "tiket" "name": "tiket"
} }
}, },
@ -290,10 +261,7 @@
}, },
"settings": { "settings": {
"description": "Konfigurasi Discord Tickets", "description": "Konfigurasi Discord Tickets",
"name": "pengaturan", "name": "pengaturan"
"response": {
"updated": "✅ Pengaturan telah diperbarui."
}
}, },
"stats": { "stats": {
"description": "Display ticket statistics", "description": "Display ticket statistics",
@ -320,7 +288,6 @@
"survey": { "survey": {
"args": { "args": {
"survey": { "survey": {
"description": "The name of the survey to view responses of",
"name": "survey" "name": "survey"
} }
}, },
@ -333,13 +300,9 @@
} }
}, },
"tag": { "tag": {
"aliases": {
"t": "t"
},
"args": { "args": {
"tag": { "tag": {
"description": "The name of the tag to use", "description": "The name of the tag to use"
"name": "tag"
} }
}, },
"description": "Use a tag response", "description": "Use a tag response",
@ -357,11 +320,6 @@
} }
}, },
"topic": { "topic": {
"args": {
"new_topic": {
"example": "billing issue"
}
},
"description": "Change the topic of the ticket", "description": "Change the topic of the ticket",
"name": "topik", "name": "topik",
"response": { "response": {
@ -381,9 +339,6 @@
"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": "❌" "title": "❌"
}, },
"staff_only": {
"title": "❌"
},
"ticket": { "ticket": {
"claimed": { "claimed": {
"description": "%s has claimed this ticket.", "description": "%s has claimed this ticket.",

View File

@ -7,13 +7,9 @@
"version": "[Discord Tickets](%s) v%s di [eartharoid](%s)" "version": "[Discord Tickets](%s) v%s di [eartharoid](%s)"
}, },
"cmd_usage": { "cmd_usage": {
"args": {
"example": "**Esempio:** `%s`"
},
"invalid_named_args": { "invalid_named_args": {
"description": "C'è un errore nella sintassi del tuo comando: `%s`.\nDigita `%s` per un esempio.\nTi preghiamo di contattare un membro dello staff se non si è sicuri." "description": "C'è un errore nella sintassi del tuo comando: `%s`.\nDigita `%s` per un esempio.\nTi preghiamo di contattare un membro dello staff se non si è sicuri."
}, }
"named_args": "Questo comando utilizza argomenti denominati.\n\n"
}, },
"collector_expires_in": "Scade tra %d secondi", "collector_expires_in": "Scade tra %d secondi",
"command_execution_error": { "command_execution_error": {
@ -23,12 +19,8 @@
"commands": { "commands": {
"add": { "add": {
"args": { "args": {
"member": {
"example": "@qualcuno"
},
"ticket": { "ticket": {
"description": "Il ticket a cui aggiungere il membro", "description": "Il ticket a cui aggiungere il membro"
"name": "ticket"
} }
}, },
"description": "Aggiungi un membro ad un ticket", "description": "Aggiungi un membro ad un ticket",
@ -55,7 +47,6 @@
"blacklist": { "blacklist": {
"args": { "args": {
"member_or_role": { "member_or_role": {
"description": "Il membro o il ruolo da aggiungere/rimuovere",
"name": "membrooRuolo" "name": "membrooRuolo"
} }
}, },
@ -92,19 +83,14 @@
} }
}, },
"close": { "close": {
"aliases": {
"lock": "chiudi"
},
"args": { "args": {
"reason": { "reason": {
"description": "La ragione della chiusura del ticket o dei ticket" "description": "La ragione della chiusura del ticket o dei ticket"
}, },
"ticket": { "ticket": {
"alias": "t",
"example": "217" "example": "217"
}, },
"time": { "time": {
"alias": "T",
"example": "1w" "example": "1w"
} }
}, },
@ -160,9 +146,6 @@
} }
}, },
"help": { "help": {
"aliases": {
"commands": "comandi"
},
"args": { "args": {
"command": { "command": {
"example": "nuovo" "example": "nuovo"
@ -181,13 +164,9 @@
} }
}, },
"new": { "new": {
"aliases": {
"open": "apri"
},
"args": { "args": {
"topic": { "topic": {
"description": "L'argomento del ticket", "description": "L'argomento del ticket"
"name": "argomento"
} }
}, },
"description": "Crea un nuovo ticket", "description": "Crea un nuovo ticket",
@ -229,19 +208,15 @@
"panel": { "panel": {
"args": { "args": {
"categories": { "categories": {
"description": "ID Categoria",
"name": "categorie" "name": "categorie"
}, },
"description": { "description": {
"description": "Descrizione del messaggio del pannello",
"name": "descrizione" "name": "descrizione"
}, },
"emoji": { "emoji": {
"description": "Un emoji",
"name": "emoji" "name": "emoji"
}, },
"title": { "title": {
"description": "Titolo del messaggio del pannello",
"name": "titolo" "name": "titolo"
} }
}, },
@ -251,9 +226,6 @@
"invalid_category": { "invalid_category": {
"description": "Uno o più ID di categoria specificati non sono validi.", "description": "Uno o più ID di categoria specificati non sono validi.",
"title": "❌ Categoria invalida" "title": "❌ Categoria invalida"
},
"mismatch": {
"title": "❌ Input invalido"
} }
} }
}, },
@ -263,7 +235,6 @@
"example": "@qualcuno" "example": "@qualcuno"
}, },
"ticket": { "ticket": {
"description": "Il ticket da cui rimuovere il membro",
"name": "ticket" "name": "ticket"
} }
}, },
@ -290,10 +261,7 @@
}, },
"settings": { "settings": {
"description": "Configura il bot discord dei ticket", "description": "Configura il bot discord dei ticket",
"name": "impostazioni", "name": "impostazioni"
"response": {
"updated": "✅ Le impostazioni sono state aggiornate."
}
}, },
"stats": { "stats": {
"description": "Mostra le statistiche dei ticket", "description": "Mostra le statistiche dei ticket",
@ -320,7 +288,6 @@
"survey": { "survey": {
"args": { "args": {
"survey": { "survey": {
"description": "Il nome del sondaggio per visualizzare le risposte",
"name": "sondaggio" "name": "sondaggio"
} }
}, },
@ -333,13 +300,9 @@
} }
}, },
"tag": { "tag": {
"aliases": {
"t": "t"
},
"args": { "args": {
"tag": { "tag": {
"description": "Il nome del tag da utilizzare", "description": "Il nome del tag da utilizzare"
"name": "tag"
} }
}, },
"description": "Usa un tag per rispondere", "description": "Usa un tag per rispondere",
@ -357,11 +320,6 @@
} }
}, },
"topic": { "topic": {
"args": {
"new_topic": {
"example": "problema di fatturazione"
}
},
"description": "Cambia l'argomento di un ticket", "description": "Cambia l'argomento di un ticket",
"name": "argomento", "name": "argomento",
"response": { "response": {
@ -381,9 +339,6 @@
"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": "❌" "title": "❌"
}, },
"staff_only": {
"title": "❌"
},
"ticket": { "ticket": {
"claimed": { "claimed": {
"description": "Il ticket è in revisione da parte di %s.", "description": "Il ticket è in revisione da parte di %s.",

View File

@ -7,13 +7,9 @@
"version": "[디스코드 티켓](%s) v%s by [eartharoid](%s)" "version": "[디스코드 티켓](%s) v%s by [eartharoid](%s)"
}, },
"cmd_usage": { "cmd_usage": {
"args": {
"example": "**예시.**%s"
},
"invalid_named_args": { "invalid_named_args": {
"description": "명령어에 `%s`라는 오류가 있습니다.\n`%s` 를 입력해보세요.\n확실하지 않다면, 관리자에게 문의 바랍니다." "description": "명령어에 `%s`라는 오류가 있습니다.\n`%s` 를 입력해보세요.\n확실하지 않다면, 관리자에게 문의 바랍니다."
}, }
"named_args": "이 명령어는 지정된 인수를 사용합니다.\n\n"
}, },
"collector_expires_in": "%d 초 안에 만료됨", "collector_expires_in": "%d 초 안에 만료됨",
"command_execution_error": { "command_execution_error": {
@ -23,12 +19,8 @@
"commands": { "commands": {
"add": { "add": {
"args": { "args": {
"member": {
"example": "@someone"
},
"ticket": { "ticket": {
"description": "The ticket to add the member to", "description": "The ticket to add the member to"
"name": "ticket"
} }
}, },
"description": "Add a member to a ticket", "description": "Add a member to a ticket",
@ -55,7 +47,6 @@
"blacklist": { "blacklist": {
"args": { "args": {
"member_or_role": { "member_or_role": {
"description": "The member or role to add/remove",
"name": "memberOrRole" "name": "memberOrRole"
} }
}, },
@ -92,19 +83,14 @@
} }
}, },
"close": { "close": {
"aliases": {
"lock": "lock"
},
"args": { "args": {
"reason": { "reason": {
"description": "The reason for closing the ticket(s)" "description": "The reason for closing the ticket(s)"
}, },
"ticket": { "ticket": {
"alias": "t",
"example": "217" "example": "217"
}, },
"time": { "time": {
"alias": "T",
"example": "1w" "example": "1w"
} }
}, },
@ -160,9 +146,6 @@
} }
}, },
"help": { "help": {
"aliases": {
"commands": "commands"
},
"args": { "args": {
"command": { "command": {
"example": "new" "example": "new"
@ -181,13 +164,9 @@
} }
}, },
"new": { "new": {
"aliases": {
"open": "open"
},
"args": { "args": {
"topic": { "topic": {
"description": "The topic of the ticket", "description": "The topic of the ticket"
"name": "topic"
} }
}, },
"description": "Create a new ticket", "description": "Create a new ticket",
@ -229,19 +208,15 @@
"panel": { "panel": {
"args": { "args": {
"categories": { "categories": {
"description": "A category ID",
"name": "categories" "name": "categories"
}, },
"description": { "description": {
"description": "The description for the panel message",
"name": "description" "name": "description"
}, },
"emoji": { "emoji": {
"description": "An emoji",
"name": "emoji" "name": "emoji"
}, },
"title": { "title": {
"description": "The title for the panel message",
"name": "title" "name": "title"
} }
}, },
@ -251,9 +226,6 @@
"invalid_category": { "invalid_category": {
"description": "One or more of the specified category IDs is invalid.", "description": "One or more of the specified category IDs is invalid.",
"title": "❌ Invalid category" "title": "❌ Invalid category"
},
"mismatch": {
"title": "❌ Invalid input"
} }
} }
}, },
@ -263,7 +235,6 @@
"example": "@someone" "example": "@someone"
}, },
"ticket": { "ticket": {
"description": "The ticket to remove the member from",
"name": "ticket" "name": "ticket"
} }
}, },
@ -290,10 +261,7 @@
}, },
"settings": { "settings": {
"description": "Configure Discord Tickets", "description": "Configure Discord Tickets",
"name": "settings", "name": "settings"
"response": {
"updated": "✅ Settings have been updated."
}
}, },
"stats": { "stats": {
"description": "Display ticket statistics", "description": "Display ticket statistics",
@ -320,7 +288,6 @@
"survey": { "survey": {
"args": { "args": {
"survey": { "survey": {
"description": "The name of the survey to view responses of",
"name": "survey" "name": "survey"
} }
}, },
@ -333,13 +300,9 @@
} }
}, },
"tag": { "tag": {
"aliases": {
"t": "t"
},
"args": { "args": {
"tag": { "tag": {
"description": "The name of the tag to use", "description": "The name of the tag to use"
"name": "tag"
} }
}, },
"description": "Use a tag response", "description": "Use a tag response",
@ -357,11 +320,6 @@
} }
}, },
"topic": { "topic": {
"args": {
"new_topic": {
"example": "billing issue"
}
},
"description": "Change the topic of the ticket", "description": "Change the topic of the ticket",
"name": "topic", "name": "topic",
"response": { "response": {
@ -381,9 +339,6 @@
"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": "❌" "title": "❌"
}, },
"staff_only": {
"title": "❌"
},
"ticket": { "ticket": {
"claimed": { "claimed": {
"description": "%s has claimed this ticket.", "description": "%s has claimed this ticket.",

View File

@ -7,13 +7,9 @@
"version": "[Discord Tickets] (%s) v%s door [eartharoid](%s)" "version": "[Discord Tickets] (%s) v%s door [eartharoid](%s)"
}, },
"cmd_usage": { "cmd_usage": {
"args": {
"example": "**Voorbeeld:** '%s'"
},
"invalid_named_args": { "invalid_named_args": {
"description": "Er is een fout opgetreden in het commando van uw opdracht: '%s'.\ntyp '%s' voor een voorbeeld.\nVraag het een medewerker als u denkt dat dit een fout is." "description": "Er is een fout opgetreden in het commando van uw opdracht: '%s'.\ntyp '%s' voor een voorbeeld.\nVraag het een medewerker als u denkt dat dit een fout is."
}, }
"named_args": "Deze opdracht maakt gebruik van benoemde argumenten.\n\n"
}, },
"collector_expires_in": "Verloopt over %d seconden", "collector_expires_in": "Verloopt over %d seconden",
"command_execution_error": { "command_execution_error": {
@ -23,12 +19,8 @@
"commands": { "commands": {
"add": { "add": {
"args": { "args": {
"member": {
"example": "@iemand"
},
"ticket": { "ticket": {
"description": "De ticket om het lid aan toe te voegen", "description": "De ticket om het lid aan toe te voegen"
"name": "ticket"
} }
}, },
"description": "Een lid toevoegen aan een ticket", "description": "Een lid toevoegen aan een ticket",
@ -55,7 +47,6 @@
"blacklist": { "blacklist": {
"args": { "args": {
"member_or_role": { "member_or_role": {
"description": "Het lid of de rol die moet worden toegevoegd/verwijderd",
"name": "lidOrRole" "name": "lidOrRole"
} }
}, },
@ -92,19 +83,14 @@
} }
}, },
"close": { "close": {
"aliases": {
"lock": "lock"
},
"args": { "args": {
"reason": { "reason": {
"description": "De reden voor het sluiten van de ticket(s)" "description": "De reden voor het sluiten van de ticket(s)"
}, },
"ticket": { "ticket": {
"alias": "t",
"example": "217" "example": "217"
}, },
"time": { "time": {
"alias": "T",
"example": "1w" "example": "1w"
} }
}, },
@ -160,9 +146,6 @@
} }
}, },
"help": { "help": {
"aliases": {
"commands": "commandos"
},
"args": { "args": {
"command": { "command": {
"example": "new" "example": "new"
@ -181,13 +164,9 @@
} }
}, },
"new": { "new": {
"aliases": {
"open": "openen"
},
"args": { "args": {
"topic": { "topic": {
"description": "Het onderwerp van de ticket", "description": "Het onderwerp van de ticket"
"name": "onderwerp"
} }
}, },
"description": "Een nieuw ticket maken", "description": "Een nieuw ticket maken",
@ -229,19 +208,15 @@
"panel": { "panel": {
"args": { "args": {
"categories": { "categories": {
"description": "Een categorie-ID",
"name": "categorieën" "name": "categorieën"
}, },
"description": { "description": {
"description": "De beschrijving voor het paneelbericht",
"name": "beschrijving" "name": "beschrijving"
}, },
"emoji": { "emoji": {
"description": "Een emoji",
"name": "emoji" "name": "emoji"
}, },
"title": { "title": {
"description": "De titel voor het paneelbericht",
"name": "titel" "name": "titel"
} }
}, },
@ -251,9 +226,6 @@
"invalid_category": { "invalid_category": {
"description": "Een of meer van de opgegeven categorie-ID's zijn ongeldig.", "description": "Een of meer van de opgegeven categorie-ID's zijn ongeldig.",
"title": "❌ ongeldige categorie" "title": "❌ ongeldige categorie"
},
"mismatch": {
"title": "❌ ongeldige invoer"
} }
} }
}, },
@ -263,7 +235,6 @@
"example": "@iemand" "example": "@iemand"
}, },
"ticket": { "ticket": {
"description": "De ticket om het lid uit te verwijderen",
"name": "ticket" "name": "ticket"
} }
}, },
@ -290,10 +261,7 @@
}, },
"settings": { "settings": {
"description": "Discord-tickets configureren", "description": "Discord-tickets configureren",
"name": "instellingen", "name": "instellingen"
"response": {
"updated": "✅ Instellingen zijn bijgewerkt."
}
}, },
"stats": { "stats": {
"description": "Ticketstatistieken weergeven", "description": "Ticketstatistieken weergeven",
@ -320,7 +288,6 @@
"survey": { "survey": {
"args": { "args": {
"survey": { "survey": {
"description": "De naam van de enquête waarvan u de antwoorden wilt bekijken",
"name": "enquête" "name": "enquête"
} }
}, },
@ -333,13 +300,9 @@
} }
}, },
"tag": { "tag": {
"aliases": {
"t": "t"
},
"args": { "args": {
"tag": { "tag": {
"description": "De naam van de tag die moet worden gebruikt", "description": "De naam van de tag die moet worden gebruikt"
"name": "label"
} }
}, },
"description": "Een tagrespons gebruiken", "description": "Een tagrespons gebruiken",
@ -357,11 +320,6 @@
} }
}, },
"topic": { "topic": {
"args": {
"new_topic": {
"example": "factureringsprobleem"
}
},
"description": "Het onderwerp van het ticket wijzigen", "description": "Het onderwerp van het ticket wijzigen",
"name": "onderwerp", "name": "onderwerp",
"response": { "response": {
@ -381,9 +339,6 @@
"description": "U beschikt niet over de machtigingen die nodig zijn om deze opdracht te gebruiken:\n%s", "description": "U beschikt niet over de machtigingen die nodig zijn om deze opdracht te gebruiken:\n%s",
"title": "❌" "title": "❌"
}, },
"staff_only": {
"title": "❌"
},
"ticket": { "ticket": {
"claimed": { "claimed": {
"description": "%s heeft dit ticket opgeëist.", "description": "%s heeft dit ticket opgeëist.",

View File

@ -7,13 +7,9 @@
"version": "[Discord Tickets](%s) v%s av [eartharoid](%s)" "version": "[Discord Tickets](%s) v%s av [eartharoid](%s)"
}, },
"cmd_usage": { "cmd_usage": {
"args": {
"example": "**Eksempel:** `%s`"
},
"invalid_named_args": { "invalid_named_args": {
"description": "There is an error in your command syntax: `%s`.\nType `%s` for an example.\nPlease ask a member of staff if you are unsure." "description": "There is an error in your command syntax: `%s`.\nType `%s` for an example.\nPlease ask a member of staff if you are unsure."
}, }
"named_args": "Denne kommandoen bruker navngitte argumenter.\n\n"
}, },
"collector_expires_in": "Utløper om %d sekunder", "collector_expires_in": "Utløper om %d sekunder",
"command_execution_error": { "command_execution_error": {
@ -23,12 +19,8 @@
"commands": { "commands": {
"add": { "add": {
"args": { "args": {
"member": {
"example": "@noen"
},
"ticket": { "ticket": {
"description": "The ticket to add the member to", "description": "The ticket to add the member to"
"name": "billett"
} }
}, },
"description": "Add a member to a ticket", "description": "Add a member to a ticket",
@ -55,7 +47,6 @@
"blacklist": { "blacklist": {
"args": { "args": {
"member_or_role": { "member_or_role": {
"description": "Medlemmet eller rollen å legge til/fjerne",
"name": "medlemEllerRolle" "name": "medlemEllerRolle"
} }
}, },
@ -92,21 +83,15 @@
} }
}, },
"close": { "close": {
"aliases": {
"lock": "lock"
},
"args": { "args": {
"reason": { "reason": {
"description": "The reason for closing the ticket(s)", "description": "The reason for closing the ticket(s)"
"name": "grunn"
}, },
"ticket": { "ticket": {
"description": "The ticket to close, either the number or the channel mention/ID", "description": "The ticket to close, either the number or the channel mention/ID"
"name": "billett"
}, },
"time": { "time": {
"description": "Close all tickets that have been inactive for the specified time", "description": "Close all tickets that have been inactive for the specified time"
"name": "time"
} }
}, },
"description": "Lukke en billettkanal", "description": "Lukke en billettkanal",
@ -161,9 +146,6 @@
} }
}, },
"help": { "help": {
"aliases": {
"commands": "kommandoer"
},
"args": { "args": {
"command": { "command": {
"example": "ny" "example": "ny"
@ -182,13 +164,9 @@
} }
}, },
"new": { "new": {
"aliases": {
"open": "åpne"
},
"args": { "args": {
"topic": { "topic": {
"description": "Billettemnet", "description": "Billettemnet"
"name": "emne"
} }
}, },
"description": "Opprett en ny billett", "description": "Opprett en ny billett",
@ -230,19 +208,15 @@
"panel": { "panel": {
"args": { "args": {
"categories": { "categories": {
"description": "En kategori-ID",
"name": "kategorier" "name": "kategorier"
}, },
"description": { "description": {
"description": "The description for the panel message",
"name": "description" "name": "description"
}, },
"emoji": { "emoji": {
"description": "An emoji",
"name": "emoji" "name": "emoji"
}, },
"title": { "title": {
"description": "The title for the panel message",
"name": "title" "name": "title"
} }
}, },
@ -252,9 +226,6 @@
"invalid_category": { "invalid_category": {
"description": "One or more of the specified category IDs is invalid.", "description": "One or more of the specified category IDs is invalid.",
"title": "❌ Ugyldig kategori" "title": "❌ Ugyldig kategori"
},
"mismatch": {
"title": "❌ Ugyldig inndata"
} }
} }
}, },
@ -264,7 +235,6 @@
"example": "@noen" "example": "@noen"
}, },
"ticket": { "ticket": {
"description": "Billetten å fjerne medlemmet fra",
"name": "billett" "name": "billett"
} }
}, },
@ -291,10 +261,7 @@
}, },
"settings": { "settings": {
"description": "Sett opp Discord-billetter", "description": "Sett opp Discord-billetter",
"name": "innstillinger", "name": "innstillinger"
"response": {
"updated": "✅ innstillinger oppdatert."
}
}, },
"stats": { "stats": {
"description": "Vis billett-statistikk", "description": "Vis billett-statistikk",
@ -321,7 +288,6 @@
"survey": { "survey": {
"args": { "args": {
"survey": { "survey": {
"description": "The name of the survey to view responses of",
"name": "survey" "name": "survey"
} }
}, },
@ -334,13 +300,9 @@
} }
}, },
"tag": { "tag": {
"aliases": {
"t": "t"
},
"args": { "args": {
"tag": { "tag": {
"description": "The name of the tag to use", "description": "The name of the tag to use"
"name": "tag"
} }
}, },
"description": "Use a tag response", "description": "Use a tag response",
@ -358,11 +320,6 @@
} }
}, },
"topic": { "topic": {
"args": {
"new_topic": {
"example": "billing issue"
}
},
"description": "Change the topic of the ticket", "description": "Change the topic of the ticket",
"name": "emne", "name": "emne",
"response": { "response": {
@ -382,9 +339,6 @@
"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": "❌" "title": "❌"
}, },
"staff_only": {
"title": "❌"
},
"ticket": { "ticket": {
"claimed": { "claimed": {
"description": "%s has claimed this ticket.", "description": "%s has claimed this ticket.",

View File

@ -7,13 +7,9 @@
"version": "[Discord Tickets](%s) v%s by [eartharoid](%s)" "version": "[Discord Tickets](%s) v%s by [eartharoid](%s)"
}, },
"cmd_usage": { "cmd_usage": {
"args": {
"example": "**Przykład:** '%s'"
},
"invalid_named_args": { "invalid_named_args": {
"description": "W komendzie występuje błąd: '%s'.\nWpisz przykładowo '%s'.\nZapytaj administratora, jeżeli nie jesteś pewien." "description": "W komendzie występuje błąd: '%s'.\nWpisz przykładowo '%s'.\nZapytaj administratora, jeżeli nie jesteś pewien."
}, }
"named_args": "To polecenie używa nazwanych argumentów.\n\n"
}, },
"collector_expires_in": "Wygasa w ciągu %d sekund", "collector_expires_in": "Wygasa w ciągu %d sekund",
"command_execution_error": { "command_execution_error": {
@ -23,12 +19,8 @@
"commands": { "commands": {
"add": { "add": {
"args": { "args": {
"member": {
"example": "@someone"
},
"ticket": { "ticket": {
"description": "The ticket to add the member to", "description": "The ticket to add the member to"
"name": "ticket"
} }
}, },
"description": "Dodaj użytkownika do ticketu", "description": "Dodaj użytkownika do ticketu",
@ -55,7 +47,6 @@
"blacklist": { "blacklist": {
"args": { "args": {
"member_or_role": { "member_or_role": {
"description": "Osoba albo rola do dodania/usunięcia",
"name": "osobaLubRola" "name": "osobaLubRola"
} }
}, },
@ -92,19 +83,14 @@
} }
}, },
"close": { "close": {
"aliases": {
"lock": "zamknij"
},
"args": { "args": {
"reason": { "reason": {
"description": "Powód zamknięcia ticketu(-ów)" "description": "Powód zamknięcia ticketu(-ów)"
}, },
"ticket": { "ticket": {
"alias": "t",
"example": "217" "example": "217"
}, },
"time": { "time": {
"alias": "T",
"example": "1w" "example": "1w"
} }
}, },
@ -160,9 +146,6 @@
} }
}, },
"help": { "help": {
"aliases": {
"commands": "commands"
},
"args": { "args": {
"command": { "command": {
"example": "new" "example": "new"
@ -181,13 +164,9 @@
} }
}, },
"new": { "new": {
"aliases": {
"open": "open"
},
"args": { "args": {
"topic": { "topic": {
"description": "The topic of the ticket", "description": "The topic of the ticket"
"name": "topic"
} }
}, },
"description": "Create a new ticket", "description": "Create a new ticket",
@ -229,19 +208,15 @@
"panel": { "panel": {
"args": { "args": {
"categories": { "categories": {
"description": "ID kategorii",
"name": "kategorie" "name": "kategorie"
}, },
"description": { "description": {
"description": "Opis wiadomości panelu",
"name": "opis" "name": "opis"
}, },
"emoji": { "emoji": {
"description": "emoji",
"name": "emoji" "name": "emoji"
}, },
"title": { "title": {
"description": "Tytuł wiadomości panelu",
"name": "tytuł" "name": "tytuł"
} }
}, },
@ -251,9 +226,6 @@
"invalid_category": { "invalid_category": {
"description": "Co najmniej jeden z określonych ID kategorii jest nieprawidłowy.", "description": "Co najmniej jeden z określonych ID kategorii jest nieprawidłowy.",
"title": "❌ Nieprawidłowa kategoria" "title": "❌ Nieprawidłowa kategoria"
},
"mismatch": {
"title": "❌ Invalid input"
} }
} }
}, },
@ -263,7 +235,6 @@
"example": "@someone" "example": "@someone"
}, },
"ticket": { "ticket": {
"description": "Ticket do usunięcia osoby z",
"name": "ticket" "name": "ticket"
} }
}, },
@ -290,10 +261,7 @@
}, },
"settings": { "settings": {
"description": "Configure Discord Tickets", "description": "Configure Discord Tickets",
"name": "settings", "name": "settings"
"response": {
"updated": "✅ Settings have been updated."
}
}, },
"stats": { "stats": {
"description": "Display ticket statistics", "description": "Display ticket statistics",
@ -320,7 +288,6 @@
"survey": { "survey": {
"args": { "args": {
"survey": { "survey": {
"description": "The name of the survey to view responses of",
"name": "survey" "name": "survey"
} }
}, },
@ -333,13 +300,9 @@
} }
}, },
"tag": { "tag": {
"aliases": {
"t": "t"
},
"args": { "args": {
"tag": { "tag": {
"description": "The name of the tag to use", "description": "The name of the tag to use"
"name": "tag"
} }
}, },
"description": "Use a tag response", "description": "Use a tag response",
@ -357,11 +320,6 @@
} }
}, },
"topic": { "topic": {
"args": {
"new_topic": {
"example": "billing issue"
}
},
"description": "Change the topic of the ticket", "description": "Change the topic of the ticket",
"name": "topic", "name": "topic",
"response": { "response": {
@ -381,9 +339,6 @@
"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": "❌" "title": "❌"
}, },
"staff_only": {
"title": "❌"
},
"ticket": { "ticket": {
"claimed": { "claimed": {
"description": "%s has claimed this ticket.", "description": "%s has claimed this ticket.",

View File

@ -7,13 +7,9 @@
"version": "[Discord Tickets](%s) v%s feito por [eartharoid](%s)" "version": "[Discord Tickets](%s) v%s feito por [eartharoid](%s)"
}, },
"cmd_usage": { "cmd_usage": {
"args": {
"example": "**Exemplo:** '%s'"
},
"invalid_named_args": { "invalid_named_args": {
"description": "Existe um erro na sintaxe do comando: `%s`.\nEscreve `%s` para um exemplo.\nPor favor pergunte a um membro da staff se não tem certeza." "description": "Existe um erro na sintaxe do comando: `%s`.\nEscreve `%s` para um exemplo.\nPor favor pergunte a um membro da staff se não tem certeza."
}, }
"named_args": "Este comando usa argumentos nomeados.\n\n"
}, },
"collector_expires_in": "Expira em %d segundos", "collector_expires_in": "Expira em %d segundos",
"command_execution_error": { "command_execution_error": {
@ -23,12 +19,8 @@
"commands": { "commands": {
"add": { "add": {
"args": { "args": {
"member": {
"example": "@someone"
},
"ticket": { "ticket": {
"description": "O ticket ao qual vai ser adicionado o membro", "description": "O ticket ao qual vai ser adicionado o membro"
"name": "ticket"
} }
}, },
"description": "Adicionar um usuário ao ticket", "description": "Adicionar um usuário ao ticket",
@ -55,7 +47,6 @@
"blacklist": { "blacklist": {
"args": { "args": {
"member_or_role": { "member_or_role": {
"description": "O membro ou cargo para adicionar/remover",
"name": "membroOuCargo" "name": "membroOuCargo"
} }
}, },
@ -92,21 +83,15 @@
} }
}, },
"close": { "close": {
"aliases": {
"lock": "fechar"
},
"args": { "args": {
"reason": { "reason": {
"description": "A razão para fechar o(s) ticket(s)", "description": "A razão para fechar o(s) ticket(s)"
"name": "motivo"
}, },
"ticket": { "ticket": {
"description": "O ticket para fechar, ou o número ou mencionar o canal/ID", "description": "O ticket para fechar, ou o número ou mencionar o canal/ID"
"name": "ticket"
}, },
"time": { "time": {
"description": "Fecha todos os tickets que estão inativos pelo tempo fornecido", "description": "Fecha todos os tickets que estão inativos pelo tempo fornecido"
"name": "tempo"
} }
}, },
"description": "Feche um canal de ticket", "description": "Feche um canal de ticket",
@ -161,9 +146,6 @@
} }
}, },
"help": { "help": {
"aliases": {
"commands": "comandos"
},
"args": { "args": {
"command": { "command": {
"example": "novo" "example": "novo"
@ -182,13 +164,9 @@
} }
}, },
"new": { "new": {
"aliases": {
"open": "abrir"
},
"args": { "args": {
"topic": { "topic": {
"description": "Motivo da abertura do Ticket", "description": "Motivo da abertura do Ticket"
"name": "motivo"
} }
}, },
"description": "Criar um novo Ticket", "description": "Criar um novo Ticket",
@ -230,19 +208,15 @@
"panel": { "panel": {
"args": { "args": {
"categories": { "categories": {
"description": "ID da categoria",
"name": "categorias" "name": "categorias"
}, },
"description": { "description": {
"description": "A descrição para a mensagem do painel",
"name": "descricao" "name": "descricao"
}, },
"emoji": { "emoji": {
"description": "Um emoji",
"name": "emoji" "name": "emoji"
}, },
"title": { "title": {
"description": "O título para a mensagem do painel",
"name": "titulo" "name": "titulo"
} }
}, },
@ -252,9 +226,6 @@
"invalid_category": { "invalid_category": {
"description": "Um ou mais IDs de categorias são inválidos.", "description": "Um ou mais IDs de categorias são inválidos.",
"title": "❌ Categoria Inválida" "title": "❌ Categoria Inválida"
},
"mismatch": {
"title": "❌ Entrada inválida"
} }
} }
}, },
@ -264,7 +235,6 @@
"example": "@someone" "example": "@someone"
}, },
"ticket": { "ticket": {
"description": "O ticket para remover o membro",
"name": "ticket" "name": "ticket"
} }
}, },
@ -291,10 +261,7 @@
}, },
"settings": { "settings": {
"description": "Configurar o BOT", "description": "Configurar o BOT",
"name": "settings", "name": "settings"
"response": {
"updated": "✅ Configurações enviadas com sucesso."
}
}, },
"stats": { "stats": {
"description": "Mostra as estatísticas dos tickets", "description": "Mostra as estatísticas dos tickets",
@ -321,7 +288,6 @@
"survey": { "survey": {
"args": { "args": {
"survey": { "survey": {
"description": "O nome do qustionário ao qual queres ver as respostas",
"name": "questionario" "name": "questionario"
} }
}, },
@ -334,13 +300,9 @@
} }
}, },
"tag": { "tag": {
"aliases": {
"t": "t"
},
"args": { "args": {
"tag": { "tag": {
"description": "O nome da tag para usar", "description": "O nome da tag para usar"
"name": "tag"
} }
}, },
"description": "Usa uma resposta de tag", "description": "Usa uma resposta de tag",
@ -358,11 +320,6 @@
} }
}, },
"topic": { "topic": {
"args": {
"new_topic": {
"example": "Problemas na faturação"
}
},
"description": "Altera o motivo do ticket", "description": "Altera o motivo do ticket",
"name": "motivo", "name": "motivo",
"response": { "response": {
@ -382,9 +339,6 @@
"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": "❌" "title": "❌"
}, },
"staff_only": {
"title": "❌"
},
"ticket": { "ticket": {
"claimed": { "claimed": {
"description": "%s has claimed this ticket.", "description": "%s has claimed this ticket.",

View File

@ -7,13 +7,9 @@
"version": "[Discord Tickets](%s) v%s por [eartharoid](%s)" "version": "[Discord Tickets](%s) v%s por [eartharoid](%s)"
}, },
"cmd_usage": { "cmd_usage": {
"args": {
"example": "**Exemplo:** `%s`"
},
"invalid_named_args": { "invalid_named_args": {
"description": "Existe um erro com a sintaxe do comando: `%s`.\nEscreve `%s` para teres um exemplo.\nPor favor questiona um membro da staff se não tens a certeza." "description": "Existe um erro com a sintaxe do comando: `%s`.\nEscreve `%s` para teres um exemplo.\nPor favor questiona um membro da staff se não tens a certeza."
}, }
"named_args": "Este comando usa argumentos nomeados.\n\n"
}, },
"collector_expires_in": "Expira daqui a %d segundos", "collector_expires_in": "Expira daqui a %d segundos",
"command_execution_error": { "command_execution_error": {
@ -23,12 +19,8 @@
"commands": { "commands": {
"add": { "add": {
"args": { "args": {
"member": {
"example": "@alguem"
},
"ticket": { "ticket": {
"description": "O ticket ao qual vai se adicionar o membro", "description": "O ticket ao qual vai se adicionar o membro"
"name": "ticket"
} }
}, },
"description": "Adicionar um membro a um ticket", "description": "Adicionar um membro a um ticket",
@ -55,7 +47,6 @@
"blacklist": { "blacklist": {
"args": { "args": {
"member_or_role": { "member_or_role": {
"description": "O membro ou cargo para adicionar/remover",
"name": "membroOuCargo" "name": "membroOuCargo"
} }
}, },
@ -92,21 +83,15 @@
} }
}, },
"close": { "close": {
"aliases": {
"lock": "trancar"
},
"args": { "args": {
"reason": { "reason": {
"description": "O motivo para fechar o(s) ticket(s)", "description": "O motivo para fechar o(s) ticket(s)"
"name": "motivo"
}, },
"ticket": { "ticket": {
"description": "O ticket para fechar, ou o número ou a menção do canal/ID", "description": "O ticket para fechar, ou o número ou a menção do canal/ID"
"name": "ticket"
}, },
"time": { "time": {
"description": "Fecha todos os ticket que estiveram inativos pelo período de tempo espeficicado", "description": "Fecha todos os ticket que estiveram inativos pelo período de tempo espeficicado"
"name": "tempo"
} }
}, },
"description": "Fecha um ticket", "description": "Fecha um ticket",
@ -161,9 +146,6 @@
} }
}, },
"help": { "help": {
"aliases": {
"commands": "comandos"
},
"args": { "args": {
"command": { "command": {
"example": "novo" "example": "novo"
@ -182,13 +164,9 @@
} }
}, },
"new": { "new": {
"aliases": {
"open": "abrir"
},
"args": { "args": {
"topic": { "topic": {
"description": "O motivo da abertura do ticket", "description": "O motivo da abertura do ticket"
"name": "motivo"
} }
}, },
"description": "Cria um novo ticket", "description": "Cria um novo ticket",
@ -230,19 +208,15 @@
"panel": { "panel": {
"args": { "args": {
"categories": { "categories": {
"description": "Um ID da categoria",
"name": "categorias" "name": "categorias"
}, },
"description": { "description": {
"description": "A descrição para a mensagem do painel",
"name": "descricao" "name": "descricao"
}, },
"emoji": { "emoji": {
"description": "Um emoji",
"name": "emoji" "name": "emoji"
}, },
"title": { "title": {
"description": "O título para a mensagem do painel",
"name": "titulo" "name": "titulo"
} }
}, },
@ -252,9 +226,6 @@
"invalid_category": { "invalid_category": {
"description": "Um ou mais IDs das categorias fornecidas são inválidas.", "description": "Um ou mais IDs das categorias fornecidas são inválidas.",
"title": "❌ Categoria inválida" "title": "❌ Categoria inválida"
},
"mismatch": {
"title": "❌ Entrada inválida"
} }
} }
}, },
@ -264,7 +235,6 @@
"example": "@alguem" "example": "@alguem"
}, },
"ticket": { "ticket": {
"description": "O ticket para remover o membro",
"name": "ticket" "name": "ticket"
} }
}, },
@ -291,10 +261,7 @@
}, },
"settings": { "settings": {
"description": "Configura o Discord Tickets", "description": "Configura o Discord Tickets",
"name": "definicoes", "name": "definicoes"
"response": {
"updated": "✅ As definições foram atualizadas."
}
}, },
"stats": { "stats": {
"description": "Mostra as estatísticas dos tickets", "description": "Mostra as estatísticas dos tickets",
@ -321,7 +288,6 @@
"survey": { "survey": {
"args": { "args": {
"survey": { "survey": {
"description": "O nome do questionário ao qual queres ver as respostas",
"name": "questionario" "name": "questionario"
} }
}, },
@ -334,13 +300,9 @@
} }
}, },
"tag": { "tag": {
"aliases": {
"t": "t"
},
"args": { "args": {
"tag": { "tag": {
"description": "O nome da tag que queres usar", "description": "O nome da tag que queres usar"
"name": "tag"
} }
}, },
"description": "Usa uma resposta em tag", "description": "Usa uma resposta em tag",
@ -358,11 +320,6 @@
} }
}, },
"topic": { "topic": {
"args": {
"new_topic": {
"example": "Problemas de Faturação"
}
},
"description": "Altera o motivo do ticket", "description": "Altera o motivo do ticket",
"name": "motivo", "name": "motivo",
"response": { "response": {
@ -382,9 +339,6 @@
"description": "Não tens permissões suficientes para usar este comando.\n%s", "description": "Não tens permissões suficientes para usar este comando.\n%s",
"title": "❌" "title": "❌"
}, },
"staff_only": {
"title": "❌"
},
"ticket": { "ticket": {
"claimed": { "claimed": {
"description": "%s reivindicou o ticket.", "description": "%s reivindicou o ticket.",

View File

@ -7,13 +7,9 @@
"version": "[Discord Tickets](%s) v%s от [eartharoid](%s)" "version": "[Discord Tickets](%s) v%s от [eartharoid](%s)"
}, },
"cmd_usage": { "cmd_usage": {
"args": {
"example": "**Пример:** `%s`"
},
"invalid_named_args": { "invalid_named_args": {
"description": "There is an error in your command syntax: `%s`.\nType `%s` for an example.\nPlease ask a member of staff if you are unsure." "description": "There is an error in your command syntax: `%s`.\nType `%s` for an example.\nPlease ask a member of staff if you are unsure."
}, }
"named_args": "Эта команда использует названные аргументы.\n\n"
}, },
"collector_expires_in": "Истекает через %d секунд", "collector_expires_in": "Истекает через %d секунд",
"command_execution_error": { "command_execution_error": {
@ -23,12 +19,8 @@
"commands": { "commands": {
"add": { "add": {
"args": { "args": {
"member": {
"example": "@someone"
},
"ticket": { "ticket": {
"description": "The ticket to add the member to", "description": "The ticket to add the member to"
"name": "тикет"
} }
}, },
"description": "Add a member to a ticket", "description": "Add a member to a ticket",
@ -55,7 +47,6 @@
"blacklist": { "blacklist": {
"args": { "args": {
"member_or_role": { "member_or_role": {
"description": "The member or role to add/remove",
"name": "пользовательИлиРоль" "name": "пользовательИлиРоль"
} }
}, },
@ -92,19 +83,14 @@
} }
}, },
"close": { "close": {
"aliases": {
"lock": "lock"
},
"args": { "args": {
"reason": { "reason": {
"description": "Причина закрытия тикета(ов)" "description": "Причина закрытия тикета(ов)"
}, },
"ticket": { "ticket": {
"alias": "t",
"example": "217" "example": "217"
}, },
"time": { "time": {
"alias": "T",
"example": "1w" "example": "1w"
} }
}, },
@ -160,9 +146,6 @@
} }
}, },
"help": { "help": {
"aliases": {
"commands": "commands"
},
"args": { "args": {
"command": { "command": {
"example": "новый" "example": "новый"
@ -181,13 +164,9 @@
} }
}, },
"new": { "new": {
"aliases": {
"open": "открыть"
},
"args": { "args": {
"topic": { "topic": {
"description": "Тема билета", "description": "Тема билета"
"name": "топик"
} }
}, },
"description": "Создание нового тикета", "description": "Создание нового тикета",
@ -229,19 +208,15 @@
"panel": { "panel": {
"args": { "args": {
"categories": { "categories": {
"description": "ID категории",
"name": "categories" "name": "categories"
}, },
"description": { "description": {
"description": "The description for the panel message",
"name": "description" "name": "description"
}, },
"emoji": { "emoji": {
"description": "An emoji",
"name": "emoji" "name": "emoji"
}, },
"title": { "title": {
"description": "The title for the panel message",
"name": "title" "name": "title"
} }
}, },
@ -251,9 +226,6 @@
"invalid_category": { "invalid_category": {
"description": "One or more of the specified category IDs is invalid.", "description": "One or more of the specified category IDs is invalid.",
"title": "❌ Недействительная категория" "title": "❌ Недействительная категория"
},
"mismatch": {
"title": "❌ Недействительный ввод"
} }
} }
}, },
@ -263,7 +235,6 @@
"example": "@someone" "example": "@someone"
}, },
"ticket": { "ticket": {
"description": "The ticket to remove the member from",
"name": "тикет" "name": "тикет"
} }
}, },
@ -290,10 +261,7 @@
}, },
"settings": { "settings": {
"description": "Configure Discord Tickets", "description": "Configure Discord Tickets",
"name": "settings", "name": "settings"
"response": {
"updated": "✅ Настройки были обновлены."
}
}, },
"stats": { "stats": {
"description": "Display ticket statistics", "description": "Display ticket statistics",
@ -320,7 +288,6 @@
"survey": { "survey": {
"args": { "args": {
"survey": { "survey": {
"description": "The name of the survey to view responses of",
"name": "survey" "name": "survey"
} }
}, },
@ -333,13 +300,9 @@
} }
}, },
"tag": { "tag": {
"aliases": {
"t": "t"
},
"args": { "args": {
"tag": { "tag": {
"description": "The name of the tag to use", "description": "The name of the tag to use"
"name": "tag"
} }
}, },
"description": "Use a tag response", "description": "Use a tag response",
@ -357,11 +320,6 @@
} }
}, },
"topic": { "topic": {
"args": {
"new_topic": {
"example": "billing issue"
}
},
"description": "Change the topic of the ticket", "description": "Change the topic of the ticket",
"name": "топик", "name": "топик",
"response": { "response": {
@ -381,9 +339,6 @@
"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": "❌" "title": "❌"
}, },
"staff_only": {
"title": "❌"
},
"ticket": { "ticket": {
"claimed": { "claimed": {
"description": "%s принял этот тикет.", "description": "%s принял этот тикет.",

View File

@ -7,13 +7,9 @@
"version": "[Discord Tickets](%s) v%s สร้างโดย [eartharoid](%s)" "version": "[Discord Tickets](%s) v%s สร้างโดย [eartharoid](%s)"
}, },
"cmd_usage": { "cmd_usage": {
"args": {
"example": "**ตัวอย่าง:** `%s`"
},
"invalid_named_args": { "invalid_named_args": {
"description": "มีข้อผิดพลาดในไวยากรณ์ในคำสั่งของคุณ: `%s`\nพิมพ์ `%s` เพื่อดูตัวอย่าง\nกรุณาถามทีมงานที่เกี่ยวข้องหากคุณไม่แน่ใจ" "description": "มีข้อผิดพลาดในไวยากรณ์ในคำสั่งของคุณ: `%s`\nพิมพ์ `%s` เพื่อดูตัวอย่าง\nกรุณาถามทีมงานที่เกี่ยวข้องหากคุณไม่แน่ใจ"
}, }
"named_args": "คําสั่งนี้ใช้อาร์กิวเมนต์ที่มีชื่อ\n\n"
}, },
"collector_expires_in": "หมดอายุในอีก %d วินาที", "collector_expires_in": "หมดอายุในอีก %d วินาที",
"command_execution_error": { "command_execution_error": {
@ -23,12 +19,8 @@
"commands": { "commands": {
"add": { "add": {
"args": { "args": {
"member": {
"example": "@someone"
},
"ticket": { "ticket": {
"description": "The ticket to add the member to", "description": "The ticket to add the member to"
"name": "ticket"
} }
}, },
"description": "Add a member to a ticket", "description": "Add a member to a ticket",
@ -55,7 +47,6 @@
"blacklist": { "blacklist": {
"args": { "args": {
"member_or_role": { "member_or_role": {
"description": "The member or role to add/remove",
"name": "memberOrRole" "name": "memberOrRole"
} }
}, },
@ -92,19 +83,14 @@
} }
}, },
"close": { "close": {
"aliases": {
"lock": "lock"
},
"args": { "args": {
"reason": { "reason": {
"description": "The reason for closing the ticket(s)" "description": "The reason for closing the ticket(s)"
}, },
"ticket": { "ticket": {
"alias": "t",
"example": "217" "example": "217"
}, },
"time": { "time": {
"alias": "T",
"example": "1w" "example": "1w"
} }
}, },
@ -160,9 +146,6 @@
} }
}, },
"help": { "help": {
"aliases": {
"commands": "commands"
},
"args": { "args": {
"command": { "command": {
"example": "new" "example": "new"
@ -181,13 +164,9 @@
} }
}, },
"new": { "new": {
"aliases": {
"open": "open"
},
"args": { "args": {
"topic": { "topic": {
"description": "The topic of the ticket", "description": "The topic of the ticket"
"name": "topic"
} }
}, },
"description": "Create a new ticket", "description": "Create a new ticket",
@ -229,19 +208,15 @@
"panel": { "panel": {
"args": { "args": {
"categories": { "categories": {
"description": "A category ID",
"name": "categories" "name": "categories"
}, },
"description": { "description": {
"description": "The description for the panel message",
"name": "คำอธิบาย" "name": "คำอธิบาย"
}, },
"emoji": { "emoji": {
"description": "อิโมจิ",
"name": "อิโมจิ" "name": "อิโมจิ"
}, },
"title": { "title": {
"description": "ชื่อหัวข้อสำหรับแผงข้อความ",
"name": "หัวข้อ" "name": "หัวข้อ"
} }
}, },
@ -251,9 +226,6 @@
"invalid_category": { "invalid_category": {
"description": "รหัสหมวดหมู่ที่ระบุอย่างน้อยหนึ่งรายการไม่ถูกต้อง", "description": "รหัสหมวดหมู่ที่ระบุอย่างน้อยหนึ่งรายการไม่ถูกต้อง",
"title": "❌หมวดหมู่ไม่ถูกต้อง" "title": "❌หมวดหมู่ไม่ถูกต้อง"
},
"mismatch": {
"title": "❌ Invalid input"
} }
} }
}, },
@ -263,7 +235,6 @@
"example": "@someone" "example": "@someone"
}, },
"ticket": { "ticket": {
"description": "ตั๋วสนับสนุนที่จะเอาสมาชิกออกจาก",
"name": "ticket" "name": "ticket"
} }
}, },
@ -290,10 +261,7 @@
}, },
"settings": { "settings": {
"description": "ตั้งค่าบอท Discord Tickets", "description": "ตั้งค่าบอท Discord Tickets",
"name": "การตั้งค่า", "name": "การตั้งค่า"
"response": {
"updated": "✅ Settings have been updated."
}
}, },
"stats": { "stats": {
"description": "Display ticket statistics", "description": "Display ticket statistics",
@ -320,7 +288,6 @@
"survey": { "survey": {
"args": { "args": {
"survey": { "survey": {
"description": "The name of the survey to view responses of",
"name": "survey" "name": "survey"
} }
}, },
@ -333,13 +300,9 @@
} }
}, },
"tag": { "tag": {
"aliases": {
"t": "t"
},
"args": { "args": {
"tag": { "tag": {
"description": "The name of the tag to use", "description": "The name of the tag to use"
"name": "tag"
} }
}, },
"description": "Use a tag response", "description": "Use a tag response",
@ -357,11 +320,6 @@
} }
}, },
"topic": { "topic": {
"args": {
"new_topic": {
"example": "billing issue"
}
},
"description": "Change the topic of the ticket", "description": "Change the topic of the ticket",
"name": "topic", "name": "topic",
"response": { "response": {
@ -381,9 +339,6 @@
"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": "❌" "title": "❌"
}, },
"staff_only": {
"title": "❌"
},
"ticket": { "ticket": {
"claimed": { "claimed": {
"description": "%s has claimed this ticket.", "description": "%s has claimed this ticket.",