-
-
Notifications
You must be signed in to change notification settings - Fork 264
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #221 from RomaDevWorld/main
Added Ukrainian
- Loading branch information
Showing
1 changed file
with
73 additions
and
0 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,73 @@ | ||
{ | ||
"embeds": { | ||
"openTicket": { | ||
"title": "Відкрити тікет", | ||
"description": "Натисніть на кнопку щоб відкрити тікет", | ||
"footer": { | ||
"text": "ticket.pm" | ||
} | ||
}, | ||
"ticketOpened": { | ||
"title": "Тікет CATEGORYNAME", | ||
"description": "Персонал надасть відповідь якомога швидше!", | ||
"footer": { | ||
"text": "ticket.pm" | ||
} | ||
}, | ||
"ticketClosed": { | ||
"title": "Тікет закрито", | ||
"description": "Тікет був закритий користувачем CLOSERNAME з наступної причини: `REASON`" | ||
}, | ||
"ticketClosedDM": { | ||
"title": "Тікет закрито", | ||
"description": "Тікет n°TICKETCOUNT був закритий користувачем CLOSERNAME з наступної причини: `REASON`\n\nОсь транскрипція історії листування: TRANSCRIPTURL", | ||
"footer": { | ||
"text": "ticket.pm" | ||
} | ||
} | ||
}, | ||
"modals": { | ||
"reasonTicketOpen": { | ||
"title": "Відкрити тікет", | ||
"label": "Причина вашого тікету", | ||
"placeholder": "Будь ласка, введіть причину вашого тікету" | ||
}, | ||
"reasonTicketClose": { | ||
"title": "Закрити тікет", | ||
"label": "Причина закриття тікету", | ||
"placeholder": "Будь ласка, введіть причину, чому ви закриваєте тікет" | ||
} | ||
}, | ||
"buttons": { | ||
"close": { | ||
"label": "Закрити тікет", | ||
"emoji": "🔒" | ||
}, | ||
"claim": { | ||
"label": "Присвоїти собі", | ||
"emoji": "🙋" | ||
} | ||
}, | ||
"invalidConfig": "Недійсна конфігурація, будь ласка, повідомте про це відповідального за бота!", | ||
"ticketOpenedMessage": "Тікет закрито! TICKETCHANNEL", | ||
"ticketOnlyClaimableByStaff": "Тікети можуть присвоювати собі тільки модератори!", | ||
"ticketAlreadyClaimed": "Цей тікет вже був присвоєний!", | ||
"ticketClaimedMessage": "> Тікет був присвоєний модераторові USER", | ||
"ticketOnlyClosableByStaff": "Тільки персонал може закривати тікети!", | ||
"ticketAlreadyClosed": "Тікет вже закритий!", | ||
"ticketCreatingTranscript": "> Створення транскрипції...", | ||
"ticketTranscriptCreated": "> Транскрипцію створено! TRANSCRIPTURL", | ||
"ticketOnlyRenamableByStaff": "Тільки персонал може змінювати назву тікетів!", | ||
"ticketRenamed": "> Назву тікету змінено на: NEWNAME", | ||
"ticketLimitReached": "Ви можете мати тільки TICKETLIMIT тікетів відкритих водночас!", | ||
"noTickets": "Ви не маєте доступу до тікетів", | ||
|
||
"other": { | ||
"openTicketButtonMSG": "Відкрити тікет", | ||
"deleteTicketButtonMSG": "Видалити тікет", | ||
"selectTicketTypePlaceholder": "Вибрати тип тікету", | ||
"claimedBy": "**Присвоєно**: USER", | ||
"noReasonGiven": "Причину не вказано", | ||
"unavailable": "Недоступно" | ||
} | ||
} |