-
-
Notifications
You must be signed in to change notification settings - Fork 258
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' of https://github.com/Sayrix/ticket-bot
- Loading branch information
Showing
5 changed files
with
91 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,70 @@ | ||
{ | ||
"embeds": { | ||
"openTicket": { | ||
"title": "Otevřít ticket", | ||
"description": "Kliknutím na tlačítko otevřete ticket", | ||
"footer": { | ||
"text": "is.gd/ticketbot" | ||
} | ||
}, | ||
"ticketOpened": { | ||
"title": "Ticket CATEGORYNAME", | ||
"description": "Náš tým vám brzy odpoví!", | ||
"footer": { | ||
"text": "is.gd/ticketbot" | ||
} | ||
}, | ||
"ticketClosed": { | ||
"title": "Ticket byl uzavřen", | ||
"description": "Ticket uzavřel CLOSERNAME z důvodu: `REASON`" | ||
}, | ||
"ticketClosedDM": { | ||
"title": "Ticket byl uzavřen", | ||
"description": "Ticket n°TICKETCOUNT byl uzavřen. Uzavřel ho CLOSERNAME z důvodu: `REASON`\n\nZde máš přepis ticketu: TRANSCRIPTURL", | ||
"footer": { | ||
"text": "is.gd/ticketbot" | ||
} | ||
} | ||
}, | ||
"modals": { | ||
"reasonTicketOpen": { | ||
"title": "Otevřít ticket", | ||
"label": "Zadej důvod k otevření ticketu", | ||
"placeholder": "Prosím zadej důvod k otevření ticketu" | ||
}, | ||
"reasonTicketClose": { | ||
"title": "Zavřít ticket", | ||
"label": "Zadej důvod k zavření ticketu", | ||
"placeholder": "Prosím zadej důvod k zavření ticketu" | ||
} | ||
}, | ||
"buttons": { | ||
"close": { | ||
"label": "Zavřít ticket", | ||
"emoji": "🔒" | ||
}, | ||
"claim": { | ||
"label": "Vzít", | ||
"emoji": "🙋" | ||
} | ||
}, | ||
"ticketOpenedMessage": "Ticket byl otevřen! TICKETCHANNEL", | ||
"ticketOnlyClaimableByStaff": "Pouze admin půže vzít ticket", | ||
"ticketAlreadyClaimed": "Ticket už je sebrán jiným adminem!", | ||
"ticketClaimedMessage": "> Ticket vzal USER", | ||
"ticketOnlyClosableByStaff": "Pouze admin může zavřít ticket!", | ||
"ticketAlreadyClosed": "Ticket už je uzavřen!", | ||
"ticketCreatingTranscript": "> Vytvářím přepis...", | ||
"ticketTranscriptCreated": "> Přepis byl vytvořen! TRANSCRIPTURL", | ||
"ticketLimitReached": "Můžeš mít pouze TICKETLIMIT otevřených ticketu!", | ||
|
||
"other": { | ||
"openTicketButtonMSG": "Otevřít ticket", | ||
"deleteTicketButtonMSG": "Smazat ticket", | ||
"selectTicketTypePlaceholder": "Vyber typ ticketu", | ||
"claimedBy": "**Tento ticket vzal**: USER", | ||
"noReasonGiven": "Důvod nebyl udán!", | ||
"unavailable": "Nedostupné" | ||
} | ||
} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters