Updates to 4.10.0 (#1061)

* change 4.9 to 4.10

* new translations
This commit is contained in:
Guillermo Giuliana 2021-10-18 22:06:20 -03:00 committed by GitHub
parent c657d8291f
commit e15bd15f07
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
138 changed files with 411 additions and 140 deletions

View File

@ -1,6 +1,6 @@
![OpenSupports](http://www.opensupports.com/logo.png)
[![Build Status](https://travis-ci.org/opensupports/opensupports.svg?branch=master)](https://travis-ci.org/opensupports/opensupports) v4.9.0
[![Build Status](https://travis-ci.org/opensupports/opensupports.svg?branch=master)](https://travis-ci.org/opensupports/opensupports) v4.10.0
OpenSupports is an open source ticket system built primarily with PHP and ReactJS.
Please, visit our website for more information: [http://www.opensupports.com/](http://www.opensupports.com/)

View File

@ -1,6 +1,6 @@
{
"name": "OpenSupports",
"version": "4.9.0",
"version": "4.10.0",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View File

@ -1,6 +1,6 @@
{
"name": "OpenSupports",
"version": "4.9.0",
"version": "4.10.0",
"author": "Ivan Diaz <contact@opensupports.com>",
"description": "Open source ticket system made with PHP and ReactJS",
"repository": {

View File

@ -1,4 +1,4 @@
opensupports_version = '4.9.0';
opensupports_version = '4.10.0';
root = 'http://localhost:3000';
apiRoot = 'http://localhost:3000/api';
globalIndexPath = '';

View File

@ -189,6 +189,7 @@ export default {
'BACKUP_DATABASE': 'Backup do banco de dados',
'DELETE_ALL_USERS': 'Excluir todos os usuários',
'PLEASE_CONFIRM_PASSWORD': 'Confirme sua senha para fazer essas alterações',
'API_KEYS': 'Chaves API',
'NAME_OF_KEY': 'Nome da chave',
'KEY': 'Chave',
'ADD_API_KEY': 'Adicionar chave de API',
@ -367,6 +368,7 @@ export default {
'INVITE_USER_VIEW_DESCRIPTION': 'Aqui você pode convidar um usuário para se juntar nosso sistema de suporte, ele só precisará fornecer sua senha para criar um novo usuário.',
'ERROR_NAME': 'Nome inválido',
'INVITE_STAFF_DESCRIPTION': 'Aqui você pode convidar membros do pessoal para suas equipes.',
'TICKETS_INFORMATION' : 'Ingressos de departamentos que você não atribuiu não ficarão visíveis.',
'ERROR_TITLE': 'Título inválido',
'ERROR_EMAIL': 'E-mail inválido',
'ERROR_CONTENT_SHORT': 'Conteúdo muito curto',
@ -403,6 +405,7 @@ export default {
'INVALID_SUPERVISED_USERS': 'usuários supervisionadas inválidos',
'INVALID_DEFAULT_DEPARTMENT': 'escolhido departamento padrão é inválido',
'TICKET_SENT': 'O chamado foi aberto com sucesso.',
'TICKET_NUMBER_SENT': 'O tíquete foi criado com sucesso e um e-mail com o número do tíquete foi enviado.',
'SUPERVISOR_CAN_NOT_SUPERVISE_HIMSELF': 'Supervisor não pode fiscalizar a si mesmo',
'VALID_RECOVER': 'Senha recuperada com êxito',
'EMAIL_EXISTS': 'e-mail já existe',
@ -455,5 +458,24 @@ export default {
'TEST_SMTP_CONNECTION': 'Testar conexão SMTP',
'SERVER_ERROR': 'Não é possível se conectar ao servidor.',
'EMAIL_SERVER_ADDRESS': 'Endereço do servidor de email',
'EMAIL_SERVER_ADDRESS_DESCRIPTION': 'Endereço onde os e-mails serão recebidos e enviados'
'EMAIL_SERVER_ADDRESS_DESCRIPTION': 'Endereço onde os e-mails serão recebidos e enviados',
'CREATED': 'Criada',
'CREATED_DESCRIPTION': 'Created tickets during the selected time range',
'OPEN': 'Open',
'OPEN_DESCRIPTION': 'Tíquetes criados durante o intervalo de tempo selecionado',
'CLOSED_DESCRIPTION': 'Tíquetes fechados criados durante o intervalo de tempo selecionado',
'INSTANT': 'Instante',
'INSTANT_DESCRIPTION': 'Porcentagem de tíquetes fechados após uma única resposta da equipe sobre o total de tíquetes fechados',
'REOPENED': 'Reaberta',
'REOPENED_DESCRIPTION': 'Porcentagem de tíquetes reabertos sobre o total de tíquetes criados',
'MONDAY': 'Segunda-feira',
'TUESDAY': 'Terça-feira',
'WEDNESDAY': 'quarta-feira',
'THURSDAY': 'quinta-feira',
'FRIDAY': 'sexta-feira',
'SATURDAY': 'sábado',
'SUNDAY': 'Domigo',
'TICKET_NUMBER_SENT': 'O tíquete foi criado com sucesso e um e-mail com o número do tíquete foi enviado.',
'TICKETS_INFORMATION' : 'Ingressos de departamentos que você não atribuiu não ficarão visíveis.',
'API_KEYS': 'Chaves API'
};

View File

@ -455,5 +455,25 @@ export default {
'TEST_SMTP_CONNECTION': '测试SMTP连接',
'SERVER_ERROR': '无法连接到服务器。',
'EMAIL_SERVER_ADDRESS': '电邮服务器地址',
'EMAIL_SERVER_ADDRESS_DESCRIPTION': '地址将收到和发送邮件'
'EMAIL_SERVER_ADDRESS_DESCRIPTION': '地址将收到和发送邮件',
/////////////////////
'CREATED': '已创建',
'CREATED_DESCRIPTION': '在选定时间范围内创建的工单',
'OPEN': '打开',
'OPEN_DESCRIPTION': '在选定时间范围内创建的未结票',
'CLOSED_DESCRIPTION': '在选定时间范围内创建的已关闭工单',
'INSTANT': '立即的',
'INSTANT_DESCRIPTION': '单个工作人员回复后关闭的门票占关闭的门票总数的百分比',
'REOPENED': '重新开放',
'REOPENED_DESCRIPTION': '重新打开的工单占创建的工单总数的百分比',
'MONDAY': '周一',
'TUESDAY': '周二',
'WEDNESDAY': '周三',
'THURSDAY': '周四',
'FRIDAY': '星期五',
'SATURDAY': '周六',
'SUNDAY': '星期日',
'TICKET_NUMBER_SENT': '已成功创建票证,并已发送带有票证编号的电子邮件。',
'TICKETS_INFORMATION' : '来自您未分配部门的工单将不可见。',
'API_KEYS': 'API 密钥'
};

View File

@ -455,5 +455,24 @@ export default {
'TEST_SMTP_CONNECTION': 'SMTP Verbindung testen',
'SERVER_ERROR': 'Kann nicht mit dem Server verbinden.',
'EMAIL_SERVER_ADDRESS': 'E-Mail-Serveradresse',
'EMAIL_SERVER_ADDRESS_DESCRIPTION': 'Adresse, an die Mails empfangen und gesendet werden'
'EMAIL_SERVER_ADDRESS_DESCRIPTION': 'Adresse, an die Mails empfangen und gesendet werden',
'CREATED': 'Erstellt',
'CREATED_DESCRIPTION': 'Erstellte Tickets im ausgewählten Zeitraum',
'OPEN': 'Offen',
'OPEN_DESCRIPTION': 'Offene Tickets, die im ausgewählten Zeitraum erstellt wurden',
'CLOSED_DESCRIPTION': 'Geschlossene Tickets, die im ausgewählten Zeitraum erstellt wurden',
'INSTANT': 'Sofortig',
'INSTANT_DESCRIPTION': 'Percentage of tickets closed after a single staff reply over the total of tickets closed',
'REOPENED': 'Wieder geöffnet',
'REOPENED_DESCRIPTION': 'Prozentsatz der wiedereröffneten Tickets an der Gesamtzahl der erstellten Tickets',
'MONDAY': 'Montag',
'TUESDAY': 'Dienstag',
'WEDNESDAY': 'Mittwoch',
'THURSDAY': 'Donnerstag',
'FRIDAY': 'Freitag',
'SATURDAY': 'Samstag',
'SUNDAY': 'Sonntag',
'TICKET_NUMBER_SENT': 'Ticket wurde erfolgreich erstellt und eine E-Mail mit der Ticketnummer wurde gesendet.',
'TICKETS_INFORMATION' : 'Tickets von Abteilungen, die Sie nicht zugewiesen haben, werden nicht angezeigt.',
'API_KEYS': 'API-Schlüssel'
};

View File

@ -469,7 +469,6 @@ export default {
'CREATED_DESCRIPTION': 'Created tickets during the selected time range',
'OPEN': 'Open',
'OPEN_DESCRIPTION': 'Open tickets created during the selected time range',
'CLOSED': 'Closed',
'CLOSED_DESCRIPTION': 'Closed tickets created during the selected time range',
'INSTANT': 'Instant',
'INSTANT_DESCRIPTION': 'Percentage of tickets closed after a single staff reply over the total of tickets closed',

View File

@ -455,5 +455,24 @@ export default {
'TEST_SMTP_CONNECTION': 'Probar conexion de SMTP',
'SERVER_ERROR': 'No es posible conectar con el servidor.',
'EMAIL_SERVER_ADDRESS': 'Dirección del servidor de correo electrónico',
'EMAIL_SERVER_ADDRESS_DESCRIPTION': 'Dirección donde se recibirán y enviarán los correos.'
'EMAIL_SERVER_ADDRESS_DESCRIPTION': 'Dirección donde se recibirán y enviarán los correos.',
'CREATED': 'Creado',
'CREATED_DESCRIPTION': 'Tickets creados durante el intervalo de tiempo seleccionado',
'OPEN': 'Abierto',
'OPEN_DESCRIPTION': 'Tickets abiertos creados durante el intervalo de tiempo seleccionado',
'CLOSED_DESCRIPTION': 'Tickets cerrados creados durante el intervalo de tiempo seleccionado',
'INSTANT': 'Instante',
'INSTANT_DESCRIPTION': 'Porcentaje de tickets cerrados despues de que un solo staff responda sobre el total de tickets cerrados',
'REOPENED': 'Reabierto',
'REOPENED_DESCRIPTION': 'Porcentaje de tickers que fueron reabiertos sobre el total de tickets creados',
'MONDAY': 'Lunes',
'TUESDAY': 'Martes',
'WEDNESDAY': 'Miercoles',
'THURSDAY': 'Jueves',
'FRIDAY': 'Viernes',
'SATURDAY': 'Sabado',
'SUNDAY': 'Domingo',
'TICKET_NUMBER_SENT': 'El ticket han sido creado satisfactoriamente y un email con el numero de ticket ha sido enviado.',
'TICKETS_INFORMATION' : 'Los tickets de departamentos que no tengas asignados no serán visible.',
'API_KEYS': 'API keys'
};

View File

@ -455,5 +455,24 @@ export default {
'TEST_SMTP_CONNECTION': 'Test de connexion SMTP',
'SERVER_ERROR': 'Ne peut pas se connecter au serveur.',
'EMAIL_SERVER_ADDRESS': 'Adresse du serveur de messagerie',
'EMAIL_SERVER_ADDRESS_DESCRIPTION': 'Adresse où les mails seront reçus et envoyés'
};
'EMAIL_SERVER_ADDRESS_DESCRIPTION': 'Adresse où les mails seront reçus et envoyés',
'CREATED': 'Créé',
'CREATED_DESCRIPTION': 'Billets créés pendant la période sélectionnée',
'OPEN': 'Ouverte',
'OPEN_DESCRIPTION': 'Billets ouverts créés pendant la période sélectionnée',
'CLOSED_DESCRIPTION': 'Billets fermés créés pendant la période sélectionnée',
'INSTANT': 'Instant',
'INSTANT_DESCRIPTION': 'Pourcentage de tickets fermés après une seule réponse du personnel sur le total des tickets fermés',
'REOPENED': 'Rouverte',
'REOPENED_DESCRIPTION': 'Pourcentage de tickets qui ont été rouverts sur le total de tickets créés',
'MONDAY': 'lundi',
'TUESDAY': 'mardi',
'WEDNESDAY': 'mercredi',
'THURSDAY': 'jeudi',
'FRIDAY': 'vendredi',
'SATURDAY': 'samedi',
'SUNDAY': 'dimanche',
'TICKET_NUMBER_SENT': 'Le ticket a été créé avec succès et un e-mail avec le numéro du ticket a été envoyé.',
'TICKETS_INFORMATION' : 'Les tickets des départements que vous n\'avez pas attribués ne seront pas visibles.',
'API_KEYS': 'API keys'
};

View File

@ -455,5 +455,24 @@
'TEST_SMTP_CONNECTION': 'Δοκίμασε την SMTP σύνδεση',
'SERVER_ERROR': 'Δεν μπορεί να συνδεθεί στον σέρβερ.',
'EMAIL_SERVER_ADDRESS': 'Διεύθυνση διακομιστή ηλεκτρονικού ταχυδρομείου',
'EMAIL_SERVER_ADDRESS_DESCRIPTION': 'Διεύθυνση όπου θα ληφθούν και θα αποσταλούν τα μηνύματα'
};
'EMAIL_SERVER_ADDRESS_DESCRIPTION': 'Διεύθυνση όπου θα ληφθούν και θα αποσταλούν τα μηνύματα',
'CREATED': 'δημιουργήθηκε',
'CREATED_DESCRIPTION': 'Δημιουργήθηκαν εισιτήρια κατά τη διάρκεια του επιλεγμένου χρονικού εύρους',
'OPEN': 'Ανοιξε',
'OPEN_DESCRIPTION': 'Άνοιγμα εισιτηρίων που δημιουργήθηκαν κατά το επιλεγμένο χρονικό εύρος',
'CLOSED_DESCRIPTION': 'Κλειστά εισιτήρια που δημιουργήθηκαν κατά τη διάρκεια του επιλεγμένου χρονικού εύρους',
'INSTANT': 'Στιγμή',
'INSTANT_DESCRIPTION': 'Ποσοστό εισιτηρίων που έκλεισαν μετά από απάντηση ενός μόνο προσωπικού στο σύνολο των κλειστών εισιτηρίων',
'REOPENED': 'Άνοιξε ξανά',
'REOPENED_DESCRIPTION': 'Ποσοστό εισιτηρίων που άνοιξαν ξανά επί του συνόλου των εισιτηρίων που δημιουργήθηκαν',
'MONDAY': 'Δευτέρα',
'TUESDAY': 'Τρίτη',
'WEDNESDAY': 'Τετάρτη',
'THURSDAY': 'Πέμπτη',
'FRIDAY': 'Παρασκευή',
'SATURDAY': 'Σάββατο',
'SUNDAY': 'Κυριακή',
'TICKET_NUMBER_SENT': 'Το εισιτήριο δημιουργήθηκε με επιτυχία και εστάλη ένα email με τον αριθμό του εισιτηρίου.',
'TICKETS_INFORMATION' : 'εισιτήρια από τμήματα που δεν έχετε αναθέσει δεν θα είναι ορατά.',
'API_KEYS': 'κλειδιά api'
};

View File

@ -455,5 +455,25 @@ export default {
'TEST_SMTP_CONNECTION': 'परीक्षण एसएमटीपी कनेक्शन',
'SERVER_ERROR': 'सर्वर से कनेक्ट नहीं हो पा रहा।',
'EMAIL_SERVER_ADDRESS': 'ईमेल सर्वर का पता',
'EMAIL_SERVER_ADDRESS_DESCRIPTION': 'पता जहां मेल प्राप्त होगा और भेजा जाएगा'
'EMAIL_SERVER_ADDRESS_DESCRIPTION': 'पता जहां मेल प्राप्त होगा और भेजा जाएगा',
'CREATED': 'बनाया था',
'CREATED_DESCRIPTION': 'चयनित समय सीमा के दौरान निर्मित टिकट',
'OPEN': 'खोलना',
'OPEN_DESCRIPTION': 'चयनित समय सीमा के दौरान बनाए गए खुले टिकट',
'CLOSED_DESCRIPTION': 'चयनित समय सीमा के दौरान बनाए गए बंद टिकट',
'INSTANT': 'तुरंत',
'INSTANT_DESCRIPTION': 'कुल बंद टिकटों पर एक कर्मचारी के जवाब के बाद बंद टिकटों का प्रतिशत',
'REOPENED': 'फिर से खोल दी',
'REOPENED_DESCRIPTION': 'बनाए गए कुल टिकटों पर दोबारा खोले गए टिकटों का प्रतिशत',
'MONDAY': 'सोमवार',
'TUESDAY': 'मंगलवार',
'WEDNESDAY': 'बुधवार',
'THURSDAY': 'गुरूवार',
'FRIDAY': 'शुक्रवार',
'SATURDAY': 'शनिवार',
'SUNDAY': 'शनिवार',
'TICKET_NUMBER_SENT': 'टिकट सफलतापूर्वक बनाया गया है और टिकट संख्या के साथ एक ईमेल भेज दिया गया है।',
'TICKETS_INFORMATION' : 'जिन विभागों को आपने असाइन नहीं किया है उनके टिकट दिखाई नहीं देंगे.',
'API_KEYS': 'एपीआई कुंजियाँ'
};

View File

@ -455,6 +455,25 @@ export default {
'TEST_SMTP_CONNECTION': 'Verifica connessione SMTP',
'SERVER_ERROR': 'Non è possibile connettersi con il server.',
'EMAIL_SERVER_ADDRESS': 'Indirizzo del server email',
'EMAIL_SERVER_ADDRESS_DESCRIPTION': 'Indirizzo dove verranno ricevuti e inviati i messaggi'
'EMAIL_SERVER_ADDRESS_DESCRIPTION': 'Indirizzo dove verranno ricevuti e inviati i messaggi',
'CREATED': 'Creato',
'CREATED_DESCRIPTION': 'Biglietti creati durante l\'intervallo di tempo selezionato',
'OPEN': 'Aprire',
'OPEN_DESCRIPTION': 'Biglietti aperti creati durante l\'intervallo di tempo selezionato',
'CLOSED_DESCRIPTION': 'Biglietti chiusi creati durante l\'intervallo di tempo selezionato',
'INSTANT': 'Immediato',
'INSTANT_DESCRIPTION': 'Percentuale di ticket chiusi dopo una singola risposta del personale sul totale dei ticket chiusi',
'REOPENED': 'Riaperto',
'REOPENED_DESCRIPTION': 'Percentuale di biglietti riaperti sul totale dei biglietti creati',
'MONDAY': 'Lunedì',
'TUESDAY': 'Martedì',
'WEDNESDAY': 'Mercoledì',
'THURSDAY': 'Giovedi',
'FRIDAY': 'venerdì',
'SATURDAY': 'Sabato',
'SUNDAY': 'Domenica',
'TICKET_NUMBER_SENT': 'Il biglietto è stato creato con successo ed è stata inviata un\'e-mail con il numero del biglietto.',
'TICKETS_INFORMATION' : 'I biglietti dei reparti che non hai assegnato non saranno visibili.',
'API_KEYS': 'Chiavi API'
};
/** Special thanks to Fabio Giarrusso for translation contribution **/

View File

@ -455,5 +455,24 @@ export default {
'TEST_SMTP_CONNECTION': 'SMTP接続をテストする',
'SERVER_ERROR': 'サーバーに接続できません。',
'EMAIL_SERVER_ADDRESS': 'メールサーバーアドレス',
'EMAIL_SERVER_ADDRESS_DESCRIPTION': 'メールが送受信されるアドレス'
'EMAIL_SERVER_ADDRESS_DESCRIPTION': 'メールが送受信されるアドレス',
'CREATED': '作成した',
'CREATED_DESCRIPTION': '選択した時間範囲内に作成されたチケット',
'OPEN': '開ける',
'OPEN_DESCRIPTION': '選択した時間範囲内に作成されたオープンチケット',
'CLOSED_DESCRIPTION': '選択した時間範囲内に作成されたクローズドチケット',
'INSTANT': 'インスタント',
'INSTANT_DESCRIPTION': 'クローズされたチケットの合計に対する1人のスタッフの返信後にクローズされたチケットの割合',
'REOPENED': '再開',
'REOPENED_DESCRIPTION': '作成されたチケットの合計に対する再開されたチケットの割合',
'MONDAY': '月曜日',
'TUESDAY': '火曜日',
'WEDNESDAY': '水曜日',
'THURSDAY': '木曜日',
'FRIDAY': '金曜日',
'SATURDAY': '土曜日',
'SUNDAY': '日曜日',
'TICKET_NUMBER_SENT': 'チケットが正常に作成され、チケット番号が記載されたメールが送信されました。',
'TICKETS_INFORMATION' : '割り当てていない部門のチケットは表示されません。',
'API_KEYS': 'APIキー'
};

View File

@ -455,5 +455,24 @@ export default {
'TEST_SMTP_CONNECTION': 'Test SMTP verbinding',
'SERVER_ERROR': 'Kan geen verbinding maken met de server.',
'EMAIL_SERVER_ADDRESS': 'E-mailserveradres',
'EMAIL_SERVER_ADDRESS_DESCRIPTION': 'Adres waar mails worden ontvangen en verzonden'
'EMAIL_SERVER_ADDRESS_DESCRIPTION': 'Adres waar mails worden ontvangen en verzonden',
'CREATED': 'Gemaakt',
'CREATED_DESCRIPTION': 'Tickets aangemaakt tijdens het geselecteerde tijdsbestek',
'OPEN': 'Open',
'OPEN_DESCRIPTION': 'Open tickets gemaakt tijdens de geselecteerde periode',
'CLOSED_DESCRIPTION': 'Gesloten tickets gemaakt tijdens de geselecteerde periode',
'INSTANT': 'direct',
'INSTANT_DESCRIPTION': 'Percentage tickets dat is gesloten na een enkele reactie van het personeel ten opzichte van het totaal aantal gesloten tickets',
'REOPENED': 'heropend',
'REOPENED_DESCRIPTION': 'Percentage tickets dat opnieuw is geopend ten opzichte van het totaal aantal gemaakte tickets',
'MONDAY': 'Maandag',
'TUESDAY': 'Dinsdag',
'WEDNESDAY': 'Woensdag',
'THURSDAY': 'Donderdag',
'FRIDAY': 'Vrijdag',
'SATURDAY': 'Zaterdag',
'SUNDAY': 'Zondag',
'TICKET_NUMBER_SENT': 'Ticket is succesvol aangemaakt en een e-mail met het ticketnummer is verzonden.',
'TICKETS_INFORMATION' : 'Tickets van afdelingen die je niet hebt toegewezen, zijn niet zichtbaar.',
'API_KEYS': 'API-sleutels'
};

View File

@ -427,4 +427,23 @@ export default {
'SERVER_ERROR': 'Nie można połączyć się z serwerem.',
'EMAIL_SERVER_ADDRESS': 'Adres serwera poczty e-mail',
'EMAIL_SERVER_ADDRESS_DESCRIPTION': 'Adres, pod którym maile będą odbierane i wysyłane',
'CREATED': 'Utworzony',
'CREATED_DESCRIPTION': 'Utworzono bilety w wybranym przedziale czasowym',
'OPEN': 'otwarty',
'OPEN_DESCRIPTION': 'Bilety otwarte utworzone w wybranym przedziale czasowym',
'CLOSED_DESCRIPTION': 'Zamknięte bilety utworzone w wybranym przedziale czasowym',
'INSTANT': 'Natychmiastowy',
'INSTANT_DESCRIPTION': 'Odsetek biletów zamkniętych po odpowiedzi jednego pracownika w stosunku do łącznej liczby zamkniętych biletów',
'REOPENED': 'Ponownie otwarty',
'REOPENED_DESCRIPTION': 'Procent biletów, które zostały ponownie otwarte w stosunku do łącznej liczby utworzonych biletów',
'MONDAY': 'Poniedziałek',
'TUESDAY': 'Wtorek',
'WEDNESDAY': 'Środa',
'THURSDAY': 'Czwartek',
'FRIDAY': 'Piątek',
'SATURDAY': 'Sobota',
'SUNDAY': 'Niedziela',
'TICKET_NUMBER_SENT': 'Bilet został pomyślnie utworzony i wysłano e-mail z numerem biletu.',
'TICKETS_INFORMATION' : 'Bilety z działów, których nie przypisałeś, nie będą widoczne.',
'API_KEYS': 'Klucze API'
};

View File

@ -455,5 +455,24 @@ export default {
'TEST_SMTP_CONNECTION': 'Testar conexão SMTP',
'SERVER_ERROR': 'Não é possível se conectar ao servidor.',
'EMAIL_SERVER_ADDRESS': 'Endereço do servidor de email',
'EMAIL_SERVER_ADDRESS_DESCRIPTION': 'Endereço onde os e-mails serão recebidos e enviados'
'EMAIL_SERVER_ADDRESS_DESCRIPTION': 'Endereço onde os e-mails serão recebidos e enviados',
'CREATED': 'Criada',
'CREATED_DESCRIPTION': 'Created tickets during the selected time range',
'OPEN': 'Open',
'OPEN_DESCRIPTION': 'Tíquetes criados durante o intervalo de tempo selecionado',
'CLOSED_DESCRIPTION': 'Tíquetes fechados criados durante o intervalo de tempo selecionado',
'INSTANT': 'Instante',
'INSTANT_DESCRIPTION': 'Porcentagem de tíquetes fechados após uma única resposta da equipe sobre o total de tíquetes fechados',
'REOPENED': 'Reaberta',
'REOPENED_DESCRIPTION': 'Porcentagem de tíquetes reabertos sobre o total de tíquetes criados',
'MONDAY': 'Segunda-feira',
'TUESDAY': 'Terça-feira',
'WEDNESDAY': 'quarta-feira',
'THURSDAY': 'quinta-feira',
'FRIDAY': 'sexta-feira',
'SATURDAY': 'sábado',
'SUNDAY': 'Domigo',
'TICKET_NUMBER_SENT': 'O tíquete foi criado com sucesso e um e-mail com o número do tíquete foi enviado.',
'TICKETS_INFORMATION' : 'Ingressos de departamentos que você não atribuiu não ficarão visíveis.',
'API_KEYS': 'Chaves API'
};

View File

@ -455,5 +455,24 @@ export default {
'TEST_SMTP_CONNECTION': 'Тестирование SMTP-соединения',
'SERVER_ERROR': 'Невозможно установить связь с сервером.',
'EMAIL_SERVER_ADDRESS': 'Адрес почтового сервера',
'EMAIL_SERVER_ADDRESS_DESCRIPTION': 'Адрес, по которому будут приниматься и отправляться письма'
};
'EMAIL_SERVER_ADDRESS_DESCRIPTION': 'Адрес, по которому будут приниматься и отправляться письма',
'CREATED': 'Созданный',
'CREATED_DESCRIPTION': 'Созданные билеты за выбранный период времени',
'OPEN': 'Открытым',
'OPEN_DESCRIPTION': 'Открытые заявки, созданные в выбранном временном диапазоне',
'CLOSED_DESCRIPTION': 'Закрытые заявки, созданные за выбранный период времени',
'INSTANT': 'Мгновенный',
'INSTANT_DESCRIPTION': 'Процент билетов, закрытых после единственного ответа персонала, по сравнению с общим количеством закрытых билетов',
'REOPENED': 'Снова открыт',
'REOPENED_DESCRIPTION': 'Процент заявок, которые были повторно открыты, по сравнению с общим количеством созданных заявок',
'MONDAY': 'понедельник',
'TUESDAY': 'вторник',
'WEDNESDAY': 'Cреда',
'THURSDAY': 'четверг',
'FRIDAY': 'Пятница',
'SATURDAY': 'Суббота',
'SUNDAY': 'Воскресенье',
'TICKET_NUMBER_SENT': 'Билет был успешно создан, и было отправлено электронное письмо с номером билета.',
'TICKETS_INFORMATION' : 'Билеты из отделов, которые вы не назначили, не будут видны.',
'API_KEYS': 'Ключи API'
};

View File

@ -456,4 +456,23 @@ export default {
'SERVER_ERROR': 'Sunucuya bağlanamıyor.',
'EMAIL_SERVER_ADDRESS': 'E-posta sunucusu adresi',
'EMAIL_SERVER_ADDRESS_DESCRIPTION': 'Postaların alınacağı ve gönderileceği adres',
'CREATED': 'oluşturuldu',
'CREATED_DESCRIPTION': 'Seçilen zaman aralığında oluşturulan biletler',
'OPEN': 'Açık',
'OPEN_DESCRIPTION': 'Seçilen zaman aralığında oluşturulan biletleri aç',
'CLOSED_DESCRIPTION': 'Seçilen zaman aralığında oluşturulan kapalı biletler',
'INSTANT': 'Ani',
'INSTANT_DESCRIPTION': 'Tek bir personelin yanıt vermesiyle kapatılan biletlerin toplam kapatılan biletlerin yüzdesi',
'REOPENED': 'yeniden açıldı',
'REOPENED_DESCRIPTION': 'Oluşturulan toplam bilet üzerinden yeniden açılan biletlerin yüzdesi',
'MONDAY': 'Pazartesi',
'TUESDAY': 'Salı',
'WEDNESDAY': 'Çarşamba',
'THURSDAY': 'Perşembe',
'FRIDAY': 'Cuma',
'SATURDAY': 'Cumartesi',
'SUNDAY': 'Pazar',
'TICKET_NUMBER_SENT': 'Bilet başarıyla oluşturuldu ve bilet numarasını içeren bir e-posta gönderildi.',
'TICKETS_INFORMATION' : 'Atamadığınız departmanlardan gelen biletler görünmeyecektir.',
'API_KEYS': 'API anahtarları'
};

View File

@ -19,7 +19,7 @@
<div id="app"></div>
<script>
opensupports_version = '4.9.0';
opensupports_version = '4.10.0';
root = "<?=$url ?>";
apiRoot = '<?=$url ?>/api';
globalIndexPath = "<?=$path ?>";

View File

@ -1,6 +1,6 @@
{
"name": "OpenSupports API Documentation",
"version": "4.9.0",
"version": "4.10.0",
"title": "OpenSupports API Documentation",
"description": "Backend API documentation for developers.",
"header": {

View File

@ -4,7 +4,7 @@ DataValidator::with('CustomValidations', true);
/**
* @api {post} /article/add-topic Add topic
* @apiVersion 4.9.0
* @apiVersion 4.10.0
*
* @apiName Add topic
*

View File

@ -4,7 +4,7 @@ DataValidator::with('CustomValidations', true);
/**
* @api {post} /article/add Add article
* @apiVersion 4.9.0
* @apiVersion 4.10.0
*
* @apiName Add article
*

View File

@ -4,7 +4,7 @@ DataValidator::with('CustomValidations', true);
/**
* @api {post} /article/delete-topic Delete topic
* @apiVersion 4.9.0
* @apiVersion 4.10.0
*
* @apiName Delete topic
*

View File

@ -4,7 +4,7 @@ DataValidator::with('CustomValidations', true);
/**
* @api {post} /article/delete Delete article
* @apiVersion 4.9.0
* @apiVersion 4.10.0
*
* @apiName Delete article
*

View File

@ -4,7 +4,7 @@ DataValidator::with('CustomValidations', true);
/**
* @api {post} /article/edit-topic Edit topic
* @apiVersion 4.9.0
* @apiVersion 4.10.0
*
* @apiName Edit topic
*

View File

@ -4,7 +4,7 @@ DataValidator::with('CustomValidations', true);
/**
* @api {post} /article/edit Edit article
* @apiVersion 4.9.0
* @apiVersion 4.10.0
*
* @apiName Edit a article
*

View File

@ -4,7 +4,7 @@ DataValidator::with('CustomValidations', true);
/**
* @api {post} /article/get-all Get all articles
* @apiVersion 4.9.0
* @apiVersion 4.10.0
*
* @apiName Get all articles
*

View File

@ -4,7 +4,7 @@ DataValidator::with('CustomValidations', true);
/**
* @api {post} /staff/assign-ticket Assign ticket
* @apiVersion 4.9.0
* @apiVersion 4.10.0
*
* @apiName Assign ticket
*

View File

@ -4,7 +4,7 @@ use RedBeanPHP\Facade as RedBean;
/**
* @api {post} /staff/delete Delete staff
* @apiVersion 4.9.0
* @apiVersion 4.10.0
*
* @apiName Delete staff
*

View File

@ -3,7 +3,7 @@ use Respect\Validation\Validator as DataValidator;
/**
* @api {post} /staff/edit Edit staff
* @apiVersion 4.9.0
* @apiVersion 4.10.0
*
* @apiName Edit staff
*

View File

@ -3,7 +3,7 @@ use Respect\Validation\Validator as DataValidator;
/**
* @api {post} /staff/get-all-tickets Get all tickets according to search
* @apiVersion 4.9.0
* @apiVersion 4.10.0
*
* @apiName Get all tickets
*

View File

@ -3,7 +3,7 @@ use Respect\Validation\Validator as DataValidator;
/**
* @api {post} /staff/get-all Get all staffs
* @apiVersion 4.9.0
* @apiVersion 4.10.0
*
* @apiName Get all staffs
*

View File

@ -4,7 +4,7 @@ use Respect\Validation\Validator as DataValidator;
/**
* @api {post} /staff/get-new-tickets Get new tickets
* @apiVersion 4.9.0
* @apiVersion 4.10.0
*
* @apiName Get new tickets
*

View File

@ -3,7 +3,7 @@ use Respect\Validation\Validator as DataValidator;
/**
* @api {post} /staff/get-tickets Get tickets
* @apiVersion 4.9.0
* @apiVersion 4.10.0
*
* @apiName Get tickets
*

View File

@ -4,7 +4,7 @@ DataValidator::with('CustomValidations', true);
/**
* @api {post} /staff/get Get staff
* @apiVersion 4.9.0
* @apiVersion 4.10.0
*
* @apiName Get staff
*

View File

@ -4,7 +4,7 @@ DataValidator::with('CustomValidations', true);
/**
* @api {post} /staff/invite Invite staff
* @apiVersion 4.9.0
* @apiVersion 4.10.0
*
* @apiName Invite staff
*

View File

@ -3,7 +3,7 @@ use Respect\Validation\Validator as DataValidator;
/**
* @api {post} /staff/last-events Get last events
* @apiVersion 4.9.0
* @apiVersion 4.10.0
*
* @apiName Get last events
*

View File

@ -4,7 +4,7 @@ DataValidator::with('CustomValidations', true);
/**
* @api {post} /staff/resend-invite-staff resend invite staff
* @apiVersion 4.9.0
* @apiVersion 4.10.0
*
* @apiName Resend resend invite staff
*

View File

@ -3,7 +3,7 @@ use Respect\Validation\Validator as DataValidator;
/**
* @api {post} /staff/search-tickets Search tickets
* @apiVersion 4.9.0
* @apiVersion 4.10.0
*
* @apiName Search tickets
*

View File

@ -4,7 +4,7 @@ DataValidator::with('CustomValidations', true);
/**
* @api {post} /staff/un-assign-ticket Un-assign ticket
* @apiVersion 4.9.0
* @apiVersion 4.10.0
*
* @apiName Un-assign ticket
*

View File

@ -3,7 +3,7 @@ use Respect\Validation\Validator as DataValidator;
/**
* @api {post} /system/add-api-key Add APIKey
* @apiVersion 4.9.0
* @apiVersion 4.10.0
*
* @apiName Add APIKey
*

View File

@ -3,7 +3,7 @@ use Respect\Validation\Validator as DataValidator;
/**
* @api {post} /system/add-custom-field Add a custom field
* @apiVersion 4.9.0
* @apiVersion 4.10.0
*
* @apiName Add Custom field
*

View File

@ -3,7 +3,7 @@ use Respect\Validation\Validator as DataValidator;
/**
* @api {post} /system/add-department Add department
* @apiVersion 4.9.0
* @apiVersion 4.10.0
*
* @apiName Add department
*

View File

@ -3,7 +3,7 @@ use Ifsnop\Mysqldump as IMysqldump;
/**
* @api {post} /system/backup-database Backup database
* @apiVersion 4.9.0
* @apiVersion 4.10.0
*
* @apiName Backup database
*

View File

@ -2,7 +2,7 @@
/**
* @api {post} /system/check-requirements Checks requirements
* @apiVersion 4.9.0
* @apiVersion 4.10.0
*
* @apiName Check requirements
*

View File

@ -2,7 +2,7 @@
/**
* @api {post} /system/csv-import CSV import
* @apiVersion 4.9.0
* @apiVersion 4.10.0
*
* @apiName CSV import
*

View File

@ -3,7 +3,7 @@ use RedBeanPHP\Facade as RedBean;
/**
* @api {post} /system/delete-all-users Delete all users
* @apiVersion 4.9.0
* @apiVersion 4.10.0
*
* @apiName Delete all users
*

View File

@ -3,7 +3,7 @@ use Respect\Validation\Validator as DataValidator;
/**
* @api {post} /system/delete-api-key Delete APIKey
* @apiVersion 4.9.0
* @apiVersion 4.10.0
*
* @apiName Delete APIKey
*

View File

@ -3,7 +3,7 @@ use Respect\Validation\Validator as DataValidator;
/**
* @api {post} /system/delete-custom-field Delete custom field
* @apiVersion 4.9.0
* @apiVersion 4.10.0
*
* @apiName Delete a custom field
*

View File

@ -4,7 +4,7 @@ DataValidator::with('CustomValidations', true);
/**
* @api {post} /system/delete-department Delete department
* @apiVersion 4.9.0
* @apiVersion 4.10.0
*
* @apiName Delete department
*

View File

@ -2,7 +2,7 @@
/**
* @api {post} /system/disable-mandatory-login Disable mandatory Login
* @apiVersion 4.9.0
* @apiVersion 4.10.0
*
* @apiName Disable Mandatory Login
*

View File

@ -2,7 +2,7 @@
/**
* @api {post} /system/disable-registration Disable registration
* @apiVersion 4.9.0
* @apiVersion 4.10.0
*
* @apiName Disable registration
*

View File

@ -4,7 +4,7 @@ use Respect\Validation\Validator as DataValidator;
/**
* @api {get} /system/download Download file
* @apiVersion 4.9.0
* @apiVersion 4.10.0
*
* @apiName Download file
*

View File

@ -4,7 +4,7 @@ DataValidator::with('CustomValidations', true);
/**
* @api {post} /system/edit-department Edit department
* @apiVersion 4.9.0
* @apiVersion 4.10.0
*
* @apiName Edit department
*

View File

@ -3,7 +3,7 @@ use Respect\Validation\Validator as DataValidator;
/**
* @api {post} /system/edit-mail-template Edit mail template
* @apiVersion 4.9.0
* @apiVersion 4.10.0
*
* @apiName Edit mail template
*

View File

@ -4,7 +4,7 @@ DataValidator::with('CustomValidations', true);
/**
* @api {post} /system/edit-settings Edit settings
* @apiVersion 4.9.0
* @apiVersion 4.10.0
*
* @apiName Edit settings
*

View File

@ -2,7 +2,7 @@
/**
* @api {post} /system/enable-mandatory-login Enable mandatory Login
* @apiVersion 4.9.0
* @apiVersion 4.10.0
*
* @apiName Enable Mandatory Login
*

View File

@ -3,7 +3,7 @@ use Respect\Validation\Validator as DataValidator;
/**
* @api {post} /system/enable-registration Enable registration
* @apiVersion 4.9.0
* @apiVersion 4.10.0
*
* @apiName Enable registration
*

View File

@ -3,7 +3,7 @@ use Respect\Validation\Validator as DataValidator;
/**
* @api {post} /system/get-api-keys Get APIKeys
* @apiVersion 4.9.0
* @apiVersion 4.10.0
*
* @apiName Get APIKeys
*

View File

@ -3,7 +3,7 @@ use Respect\Validation\Validator as DataValidator;
/**
* @api {post} /system/get-custom-fields Get custom fields
* @apiVersion 4.9.0
* @apiVersion 4.10.0
*
* @apiName Get all Custom field items
*

View File

@ -4,7 +4,7 @@ use RedBeanPHP\Facade as RedBean;
/**
* @api {post} /system/get-logs Get logs
* @apiVersion 4.9.0
* @apiVersion 4.10.0
*
* @apiName Get logs
*

View File

@ -3,7 +3,7 @@ use Respect\Validation\Validator as DataValidator;
/**
* @api {post} /system/get-mail-template-list Get mail template
* @apiVersion 4.9.0
* @apiVersion 4.10.0
*
* @apiName Get mail template list
*

View File

@ -3,7 +3,7 @@ use Respect\Validation\Validator as DataValidator;
/**
* @api {post} /system/get-mail-template Get mail template
* @apiVersion 4.9.0
* @apiVersion 4.10.0
*
* @apiName Get mail template
*

View File

@ -2,7 +2,7 @@
/**
* @api {post} /system/get-settings Get settings
* @apiVersion 4.9.0
* @apiVersion 4.10.0
*
* @apiName Get settings
*

View File

@ -4,7 +4,7 @@ DataValidator::with('CustomValidations', true);
/**
* @api {post} /system/init-admin Init admin
* @apiVersion 4.9.0
* @apiVersion 4.10.0
*
* @apiName Init admin
*

View File

@ -3,7 +3,7 @@ use RedBeanPHP\Facade as RedBean;
/**
* @api {post} /system/init-database Init database
* @apiVersion 4.9.0
* @apiVersion 4.10.0
*
* @apiName Init database
*

View File

@ -5,7 +5,7 @@ DataValidator::with('CustomValidations', true);
/**
* @api {post} /system/init-settings Init settings
* @apiVersion 4.9.0
* @apiVersion 4.10.0
*
* @apiName Init settings
*

View File

@ -3,7 +3,7 @@ use RedBeanPHP\Facade as RedBean;
/**
* @api {post} /system/installation-done Installation done
* @apiVersion 4.9.0
* @apiVersion 4.10.0
*
* @apiName Installation done
*

View File

@ -3,7 +3,7 @@ use Respect\Validation\Validator as DataValidator;
/**
* @api {post} /system/recover-mail-template Recover mail template
* @apiVersion 4.9.0
* @apiVersion 4.10.0
*
* @apiName Recover mail template
*

View File

@ -4,7 +4,7 @@ use RedBeanPHP\Facade as RedBean;
/**
* @api {post} /system/get-stats Get overall stats
* @apiVersion 4.9.0
* @apiVersion 4.10.0
*
* @apiName Stats
*

View File

@ -2,7 +2,7 @@
/**
* @api {post} /system/test-imap Test IMAP Connection
* @apiVersion 4.9.0
* @apiVersion 4.10.0
*
* @apiName Test IMAP Connection
*

View File

@ -3,7 +3,7 @@ use Respect\Validation\Validator as DataValidator;
/**
* @api {post} /system/test-smtp Test SMTP Connection
* @apiVersion 4.9.0
* @apiVersion 4.10.0
*
* @apiName Test SMTP Connection
*

View File

@ -4,7 +4,7 @@ DataValidator::with('CustomValidations', true);
/**
* @api {post} /ticket/add-custom-response Add custom responses
* @apiVersion 4.9.0
* @apiVersion 4.10.0
*
* @apiName Add a custom response
*

View File

@ -4,7 +4,7 @@ DataValidator::with('CustomValidations', true);
/**
* @api {post} /ticket/add-tag Add tag
* @apiVersion 4.9.0
* @apiVersion 4.10.0
*
* @apiName Add tag
*

View File

@ -4,7 +4,7 @@ DataValidator::with('CustomValidations', true);
/**
* @api {post} /ticket/change-department Change department
* @apiVersion 4.9.0
* @apiVersion 4.10.0
*
* @apiName Change department
*

View File

@ -4,7 +4,7 @@ DataValidator::with('CustomValidations', true);
/**
* @api {post} /ticket/check Check ticket
* @apiVersion 4.9.0
* @apiVersion 4.10.0
*
* @apiName Check ticket
*

View File

@ -4,7 +4,7 @@ DataValidator::with('CustomValidations', true);
/**
* @api {post} /ticket/close Close ticket
* @apiVersion 4.9.0
* @apiVersion 4.10.0
*
* @apiName Close
*

View File

@ -4,7 +4,7 @@ DataValidator::with('CustomValidations', true);
/**
* @api {post} /ticket/comment Comment ticket
* @apiVersion 4.9.0
* @apiVersion 4.10.0
*
* @apiName Comment ticket
*

View File

@ -4,7 +4,7 @@ DataValidator::with('CustomValidations', true);
/**
* @api {post} /ticket/create-tag Create tag
* @apiVersion 4.9.0
* @apiVersion 4.10.0
*
* @apiName Create tag
*

View File

@ -4,7 +4,7 @@ DataValidator::with('CustomValidations', true);
/**
* @api {post} /ticket/create Create ticket
* @apiVersion 4.9.0
* @apiVersion 4.10.0
*
* @apiName Create ticket
*

View File

@ -4,7 +4,7 @@ DataValidator::with('CustomValidations', true);
/**
* @api {post} /ticket/delete-custom-response Delete custom response
* @apiVersion 4.9.0
* @apiVersion 4.10.0
*
* @apiName Delete custom response
*

View File

@ -4,7 +4,7 @@ DataValidator::with('CustomValidations', true);
/**
* @api {post} /ticket/delete-tag Delete a tag
* @apiVersion 4.9.0
* @apiVersion 4.10.0
*
* @apiName Delete tag
*

View File

@ -4,7 +4,7 @@ DataValidator::with('CustomValidations', true);
/**
* @api {post} /ticket/delete Delete a ticket
* @apiVersion 4.9.0
* @apiVersion 4.10.0
*
* @apiName Delete ticket
*

View File

@ -4,7 +4,7 @@ DataValidator::with('CustomValidations', true);
/**
* @api {post} /ticket/edit-comment Edit a comment
* @apiVersion 4.9.0
* @apiVersion 4.10.0
*
* @apiName Edit comment
*

View File

@ -4,7 +4,7 @@ DataValidator::with('CustomValidations', true);
/**
* @api {post} /ticket/edit-custom-response Edit custom response
* @apiVersion 4.9.0
* @apiVersion 4.10.0
*
* @apiName Edit custom response
*

View File

@ -4,7 +4,7 @@ DataValidator::with('CustomValidations', true);
/**
* @api {post} /ticket/edit-tag Edit tag
* @apiVersion 4.9.0
* @apiVersion 4.10.0
*
* @apiName Edit tag
*

View File

@ -4,7 +4,7 @@ DataValidator::with('CustomValidations', true);
/**
* @api {post} /ticket/edit-title Edit title of a ticket
* @apiVersion 4.9.0
* @apiVersion 4.10.0
*
* @apiName Edit title
*

View File

@ -5,7 +5,7 @@ DataValidator::with('CustomValidations', true);
/**
* @api {post} /ticket/get-authors Get authors of tickets
* @apiVersion 4.9.0
* @apiVersion 4.10.0
*
* @apiName Get authors
*

View File

@ -4,7 +4,7 @@ DataValidator::with('CustomValidations', true);
/**
* @api {post} /ticket/get-custom-responses Get custom responses
* @apiVersion 4.9.0
* @apiVersion 4.10.0
*
* @apiName Get custom responses
*

View File

@ -4,7 +4,7 @@ DataValidator::with('CustomValidations', true);
/**
* @api {post} /ticket/get-tags Get tags
* @apiVersion 4.9.0
* @apiVersion 4.10.0
*
* @apiName Get tags
*

View File

@ -3,7 +3,7 @@ use Respect\Validation\Validator as DataValidator;
DataValidator::with('CustomValidations', true);
/**
* @api {post} /ticket/get Get ticket
* @apiVersion 4.9.0
* @apiVersion 4.10.0
*
* @apiName Get ticket
*

View File

@ -3,7 +3,7 @@ use Respect\Validation\Validator as DataValidator;
/**
* @api {post} /ticket/re-open Reopen ticket
* @apiVersion 4.9.0
* @apiVersion 4.10.0
*
* @apiName Reopen ticket
*

View File

@ -4,7 +4,7 @@ DataValidator::with('CustomValidations', true);
/**
* @api {post} /ticket/remove-tag Remove tag
* @apiVersion 4.9.0
* @apiVersion 4.10.0
*
* @apiName Remove tag
*

View File

@ -6,7 +6,7 @@ DataValidator::with('CustomValidations', true);
/**
* @api {post} /ticket/search Search tickets
* @apiVersion 4.9.0
* @apiVersion 4.10.0
*
* @apiName Search ticket
*

View File

@ -3,7 +3,7 @@ use Respect\Validation\Validator as DataValidator;
/**
* @api {post} /ticket/seen See ticket
* @apiVersion 4.9.0
* @apiVersion 4.10.0
*
* @apiName See ticket
*

View File

@ -3,7 +3,7 @@ use Respect\Validation\Validator as DataValidator;
/**
* @api {post} /user/ban Ban email
* @apiVersion 4.9.0
* @apiVersion 4.10.0
*
* @apiName Ban email
*

View File

@ -2,7 +2,7 @@
/**
* @api {post} /user/check-session Check session
* @apiVersion 4.9.0
* @apiVersion 4.10.0
*
* @apiName Check session
*

View File

@ -4,7 +4,7 @@ use RedBeanPHP\Facade as RedBean;
/**
* @api {post} /user/delete Delete user
* @apiVersion 4.9.0
* @apiVersion 4.10.0
*
* @apiName Delete user
*

View File

@ -3,7 +3,7 @@ use Respect\Validation\Validator as DataValidator;
/**
* @api {post} /user/disable Ban email
* @apiVersion 4.9.0
* @apiVersion 4.10.0
*
* @apiName Disable User
*

Some files were not shown because too many files have changed in this diff Show More