chore: upgrade to L9
BREAKING CHANGE: This commit updates the Laravel framework to version 9. Additionally, it also updates outdated and abandoned dependencies in the composer.json file. The resources/lang directory has also been moved to the repository's root directory.
This commit is contained in:
28
lang/vendor/adminlte/en/adminlte.php
vendored
Executable file
28
lang/vendor/adminlte/en/adminlte.php
vendored
Executable file
@@ -0,0 +1,28 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'full_name' => 'Full name',
|
||||
'email' => 'Email',
|
||||
'password' => 'Password',
|
||||
'retype_password' => 'Retype password',
|
||||
'remember_me' => 'Remember Me',
|
||||
'register' => 'Register',
|
||||
'register_a_new_membership' => 'Register a new membership',
|
||||
'i_forgot_my_password' => 'I forgot my password',
|
||||
'i_already_have_a_membership' => 'I already have a membership',
|
||||
'sign_in' => 'Sign In',
|
||||
'log_out' => 'Log Out',
|
||||
'toggle_navigation' => 'Toggle navigation',
|
||||
'login_message' => 'Sign in to start your session',
|
||||
'register_message' => 'Register a new membership',
|
||||
'password_reset_message' => 'Reset Password',
|
||||
'reset_password' => 'Reset Password',
|
||||
'send_password_reset_link' => 'Send Password Reset Link',
|
||||
'verify_message' => 'Your account needs verification',
|
||||
'verify_email_sent' => 'A fresh verification link has been sent to your email address.',
|
||||
'verify_check_your_email' => 'Before proceeding, please check your email for a verification link.',
|
||||
'verify_if_not_recieved' => 'If you did not receive the email',
|
||||
'verify_request_another' => 'click here to request another',
|
||||
'confirm_password_message' => 'Please, confirm your password to continue.',
|
||||
];
|
32
lang/vendor/adminlte/en/menu.php
vendored
Executable file
32
lang/vendor/adminlte/en/menu.php
vendored
Executable file
@@ -0,0 +1,32 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'm_home' => 'Home',
|
||||
'm_directory' => 'Directory',
|
||||
'h_applications' => 'Applications',
|
||||
'm_my_applications' => 'My Applications',
|
||||
'm_curr_applications' => 'Current Applications',
|
||||
'h_my_profile' => 'My Profile',
|
||||
'm_profile_settings' => 'Profile Settings',
|
||||
'm_account_settings' => 'My Account Settings',
|
||||
'h_app_management' => 'Application Management',
|
||||
'm_all_apps' => 'All Applications',
|
||||
'm_outstanding_apps' => 'Outstanding Applications',
|
||||
'm_interview_queue' => 'Interview Queue',
|
||||
'm_peer_approval' => 'Peer Approval Queue',
|
||||
'h_admin' => 'Administration',
|
||||
'm_staff_m' => 'Staff Members',
|
||||
'm_reg_players' => 'Registered Players',
|
||||
'sm_hiring_man' => 'Hiring Management',
|
||||
'm_open_pos' => 'Open Positions',
|
||||
'sm_forms' => 'Forms',
|
||||
'sm_all_forms' => 'All Forms',
|
||||
'm_form_builder' => 'Form Builder',
|
||||
'sm_app_settings' => 'App Settings',
|
||||
'm_global_app_s' => 'Global App Settings',
|
||||
'm_devtools' => 'Developer Tools',
|
||||
'm_s_logs' => 'System Logs'
|
||||
|
||||
|
||||
];
|
28
lang/vendor/adminlte/es/adminlte.php
vendored
Executable file
28
lang/vendor/adminlte/es/adminlte.php
vendored
Executable file
@@ -0,0 +1,28 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'full_name' => 'Full name',
|
||||
'email' => 'Email',
|
||||
'password' => 'Password',
|
||||
'retype_password' => 'Retype password',
|
||||
'remember_me' => 'Remember Me',
|
||||
'register' => 'Register',
|
||||
'register_a_new_membership' => 'Register a new membership',
|
||||
'i_forgot_my_password' => 'I forgot my password',
|
||||
'i_already_have_a_membership' => 'I already have a membership',
|
||||
'sign_in' => 'Sign In',
|
||||
'log_out' => 'Log Out',
|
||||
'toggle_navigation' => 'Toggle navigation',
|
||||
'login_message' => 'Sign in to start your session',
|
||||
'register_message' => 'Register a new membership',
|
||||
'password_reset_message' => 'Reset Password',
|
||||
'reset_password' => 'Reset Password',
|
||||
'send_password_reset_link' => 'Send Password Reset Link',
|
||||
'verify_message' => 'Your account needs verification',
|
||||
'verify_email_sent' => 'A fresh verification link has been sent to your email address.',
|
||||
'verify_check_your_email' => 'Before proceeding, please check your email for a verification link.',
|
||||
'verify_if_not_recieved' => 'If you did not receive the email',
|
||||
'verify_request_another' => 'click here to request another',
|
||||
'confirm_password_message' => 'Please, confirm your password to continue.',
|
||||
];
|
32
lang/vendor/adminlte/es/menu.php
vendored
Executable file
32
lang/vendor/adminlte/es/menu.php
vendored
Executable file
@@ -0,0 +1,32 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'm_home' => 'Home',
|
||||
'm_directory' => 'Directory',
|
||||
'h_applications' => 'Applications',
|
||||
'm_my_applications' => 'My Applications',
|
||||
'm_curr_applications' => 'Current Applications',
|
||||
'h_my_profile' => 'My Profile',
|
||||
'm_profile_settings' => 'Profile Settings',
|
||||
'm_account_settings' => 'My Account Settings',
|
||||
'h_app_management' => 'Application Management',
|
||||
'm_all_apps' => 'All Applications',
|
||||
'm_outstanding_apps' => 'Outstanding Applications',
|
||||
'm_interview_queue' => 'Interview Queue',
|
||||
'm_peer_approval' => 'Peer Approval Queue',
|
||||
'h_admin' => 'Administration',
|
||||
'm_staff_m' => 'Staff Members',
|
||||
'm_reg_players' => 'Registered Players',
|
||||
'sm_hiring_man' => 'Hiring Management',
|
||||
'm_open_pos' => 'Open Positions',
|
||||
'sm_forms' => 'Forms',
|
||||
'sm_all_forms' => 'All Forms',
|
||||
'm_form_builder' => 'Form Builder',
|
||||
'sm_app_settings' => 'App Settings',
|
||||
'm_global_app_s' => 'Global App Settings',
|
||||
'm_devtools' => 'Developer Tools',
|
||||
'm_s_logs' => 'System Logs'
|
||||
|
||||
|
||||
];
|
28
lang/vendor/adminlte/fr/adminlte.php
vendored
Executable file
28
lang/vendor/adminlte/fr/adminlte.php
vendored
Executable file
@@ -0,0 +1,28 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'full_name' => 'Full name',
|
||||
'email' => 'Email',
|
||||
'password' => 'Password',
|
||||
'retype_password' => 'Retype password',
|
||||
'remember_me' => 'Remember Me',
|
||||
'register' => 'Register',
|
||||
'register_a_new_membership' => 'Register a new membership',
|
||||
'i_forgot_my_password' => 'I forgot my password',
|
||||
'i_already_have_a_membership' => 'I already have a membership',
|
||||
'sign_in' => 'Sign In',
|
||||
'log_out' => 'Log Out',
|
||||
'toggle_navigation' => 'Toggle navigation',
|
||||
'login_message' => 'Sign in to start your session',
|
||||
'register_message' => 'Register a new membership',
|
||||
'password_reset_message' => 'Reset Password',
|
||||
'reset_password' => 'Reset Password',
|
||||
'send_password_reset_link' => 'Send Password Reset Link',
|
||||
'verify_message' => 'Your account needs verification',
|
||||
'verify_email_sent' => 'A fresh verification link has been sent to your email address.',
|
||||
'verify_check_your_email' => 'Before proceeding, please check your email for a verification link.',
|
||||
'verify_if_not_recieved' => 'If you did not receive the email',
|
||||
'verify_request_another' => 'click here to request another',
|
||||
'confirm_password_message' => 'Please, confirm your password to continue.',
|
||||
];
|
32
lang/vendor/adminlte/fr/menu.php
vendored
Executable file
32
lang/vendor/adminlte/fr/menu.php
vendored
Executable file
@@ -0,0 +1,32 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'm_home' => 'Home',
|
||||
'm_directory' => 'Directory',
|
||||
'h_applications' => 'Applications',
|
||||
'm_my_applications' => 'My Applications',
|
||||
'm_curr_applications' => 'Current Applications',
|
||||
'h_my_profile' => 'My Profile',
|
||||
'm_profile_settings' => 'Profile Settings',
|
||||
'm_account_settings' => 'My Account Settings',
|
||||
'h_app_management' => 'Application Management',
|
||||
'm_all_apps' => 'All Applications',
|
||||
'm_outstanding_apps' => 'Outstanding Applications',
|
||||
'm_interview_queue' => 'Interview Queue',
|
||||
'm_peer_approval' => 'Peer Approval Queue',
|
||||
'h_admin' => 'Administration',
|
||||
'm_staff_m' => 'Staff Members',
|
||||
'm_reg_players' => 'Registered Players',
|
||||
'sm_hiring_man' => 'Hiring Management',
|
||||
'm_open_pos' => 'Open Positions',
|
||||
'sm_forms' => 'Forms',
|
||||
'sm_all_forms' => 'All Forms',
|
||||
'm_form_builder' => 'Form Builder',
|
||||
'sm_app_settings' => 'App Settings',
|
||||
'm_global_app_s' => 'Global App Settings',
|
||||
'm_devtools' => 'Developer Tools',
|
||||
'm_s_logs' => 'System Logs'
|
||||
|
||||
|
||||
];
|
28
lang/vendor/adminlte/pt/adminlte.php
vendored
Executable file
28
lang/vendor/adminlte/pt/adminlte.php
vendored
Executable file
@@ -0,0 +1,28 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'full_name' => 'Nome completo',
|
||||
'email' => 'Email',
|
||||
'password' => 'Palavra-passe',
|
||||
'retype_password' => 'Insira novamente a palavra-passe',
|
||||
'remember_me' => 'Lembrar-me',
|
||||
'register' => 'Registe-se',
|
||||
'register_a_new_membership' => 'Registrar um novo membro',
|
||||
'i_forgot_my_password' => 'Esqueci-me da minha palavra-passe',
|
||||
'i_already_have_a_membership' => 'Já tenho conta',
|
||||
'sign_in' => 'Iniciar Sessão',
|
||||
'log_out' => 'Terminar sessão',
|
||||
'toggle_navigation' => 'Ativar/desativar navegação',
|
||||
'login_message' => 'Faça o login para iniciar sua sessão',
|
||||
'register_message' => 'Registar um novo membro',
|
||||
'password_reset_message' => 'Repor Palavra-Passe',
|
||||
'reset_password' => 'Repor Palavra-Passe',
|
||||
'send_password_reset_link' => 'Enviar Link para Recuperação de Senha',
|
||||
'verify_message' => 'A sua conta precisa de verificação',
|
||||
'verify_email_sent' => 'Um e-mail com um link de verificação foi enviado para seu endereço de e-mail.',
|
||||
'verify_check_your_email' => 'Antes de prosseguir, verifique seu e-mail para um link de verificação.',
|
||||
'verify_if_not_recieved' => 'Se você não recebeu o e-mail',
|
||||
'verify_request_another' => 'clique aqui para solicitar outro',
|
||||
'confirm_password_message' => 'Por favor, confirma a tua palavra-passe para continuar.',
|
||||
];
|
32
lang/vendor/adminlte/pt/menu.php
vendored
Executable file
32
lang/vendor/adminlte/pt/menu.php
vendored
Executable file
@@ -0,0 +1,32 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'm_home' => 'Início',
|
||||
'm_directory' => 'Diretório',
|
||||
'h_applications' => 'Candidaturas',
|
||||
'm_my_applications' => 'As minhas Candidaturas',
|
||||
'm_curr_applications' => 'Candidaturas Atuais',
|
||||
'h_my_profile' => 'Meu perfil',
|
||||
'm_profile_settings' => 'Configurações do Perfil',
|
||||
'm_account_settings' => 'Definições de Conta',
|
||||
'h_app_management' => 'Gestão de Candidaturas',
|
||||
'm_all_apps' => 'Todas as Candidaturas',
|
||||
'm_outstanding_apps' => 'Candidaturas Pendendes',
|
||||
'm_interview_queue' => 'Fila de entrevistas',
|
||||
'm_peer_approval' => 'Fila de Aprovação por Pares',
|
||||
'h_admin' => 'Administração',
|
||||
'm_staff_m' => 'Membros da Equipa',
|
||||
'm_reg_players' => 'Jogadores registados',
|
||||
'sm_hiring_man' => 'Gestão de Contratação',
|
||||
'm_open_pos' => 'Vagas',
|
||||
'sm_forms' => 'Formulários',
|
||||
'sm_all_forms' => 'Todos os Formulários',
|
||||
'm_form_builder' => 'Construtor de Formulários',
|
||||
'sm_app_settings' => 'Configurações da App',
|
||||
'm_global_app_s' => 'Definições Globais',
|
||||
'm_devtools' => 'Ferramentas de Programador',
|
||||
'm_s_logs' => 'Registos do Sistema'
|
||||
|
||||
|
||||
];
|
13
lang/vendor/log-viewer/ar.json
vendored
Executable file
13
lang/vendor/log-viewer/ar.json
vendored
Executable file
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"Date": "تاريخ",
|
||||
"The list of logs is empty!": "قائمة سجلات فارغة!",
|
||||
"All": "الجميع",
|
||||
"Emergency": "حالات الطوارئ",
|
||||
"Alert": "إنذار",
|
||||
"Critical": "حرج",
|
||||
"Error": "خطأ",
|
||||
"Warning": "تحذير",
|
||||
"Notice": "ملاحظة",
|
||||
"Info": "المعلومات",
|
||||
"Debug": "التصحيح"
|
||||
}
|
13
lang/vendor/log-viewer/bg.json
vendored
Executable file
13
lang/vendor/log-viewer/bg.json
vendored
Executable file
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"Date": "Дата",
|
||||
"The list of logs is empty!": "Не са намерени логове!",
|
||||
"All": "Всички",
|
||||
"Emergency": "Emergency",
|
||||
"Alert": "Alert",
|
||||
"Critical": "Critical",
|
||||
"Error": "Error",
|
||||
"Warning": "Warning",
|
||||
"Notice": "Notice",
|
||||
"Info": "Info",
|
||||
"Debug": "Debug"
|
||||
}
|
13
lang/vendor/log-viewer/de.json
vendored
Executable file
13
lang/vendor/log-viewer/de.json
vendored
Executable file
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"Date": "Datum",
|
||||
"The list of logs is empty!": "KeineLogDateiengefunden!",
|
||||
"All": "Alle",
|
||||
"Emergency": "Notfall",
|
||||
"Alert": "Alarm",
|
||||
"Critical": "Kritisch",
|
||||
"Error": "Fehler",
|
||||
"Warning": "Warnung",
|
||||
"Notice": "Hinweis",
|
||||
"Info": "Info",
|
||||
"Debug": "Debug"
|
||||
}
|
13
lang/vendor/log-viewer/es.json
vendored
Executable file
13
lang/vendor/log-viewer/es.json
vendored
Executable file
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"Date": "Fecha",
|
||||
"The list of logs is empty!": "La lista del log está vacía!",
|
||||
"All": "Todos",
|
||||
"Emergency": "Emergencia",
|
||||
"Alert": "Alerta",
|
||||
"Critical": "Criticos",
|
||||
"Error": "Errores",
|
||||
"Warning": "Advertencia",
|
||||
"Notice": "Aviso",
|
||||
"Info": "Info",
|
||||
"Debug": "Debug"
|
||||
}
|
13
lang/vendor/log-viewer/et.json
vendored
Executable file
13
lang/vendor/log-viewer/et.json
vendored
Executable file
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"Date": "Kuupäev",
|
||||
"The list of logs is empty!": "Logide nimekiri on tühi!",
|
||||
"All": "Kõik",
|
||||
"Emergency": "Erakorraline",
|
||||
"Alert": "Häire",
|
||||
"Critical": "Kriitiline",
|
||||
"Error": "Viga",
|
||||
"Warning": "Hoiatus",
|
||||
"Notice": "Teade",
|
||||
"Info": "Info",
|
||||
"Debug": "Silumine"
|
||||
}
|
13
lang/vendor/log-viewer/fa.json
vendored
Executable file
13
lang/vendor/log-viewer/fa.json
vendored
Executable file
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"Date": "تاریخ",
|
||||
"The list of logs is empty!": "چیزی برای نمایش وجود ندارد!",
|
||||
"All": "همه",
|
||||
"Emergency": "اورژانسی",
|
||||
"Alert": "اخطار",
|
||||
"Critical": "بحرانی",
|
||||
"Error": "خطا",
|
||||
"Warning": "هشدار",
|
||||
"Notice": "اعلان",
|
||||
"Info": "اطلاعات",
|
||||
"Debug": "دیباگ"
|
||||
}
|
13
lang/vendor/log-viewer/fr.json
vendored
Executable file
13
lang/vendor/log-viewer/fr.json
vendored
Executable file
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"Date": "Date",
|
||||
"The list of logs is empty!": "La liste des logs est vide!",
|
||||
"All": "Tous",
|
||||
"Emergency": "Urgence",
|
||||
"Alert": "Alerte",
|
||||
"Critical": "Critique",
|
||||
"Error": "Erreur",
|
||||
"Warning": "Avertissement",
|
||||
"Notice": "Notice",
|
||||
"Info": "Info",
|
||||
"Debug": "Debug"
|
||||
}
|
13
lang/vendor/log-viewer/hu.json
vendored
Executable file
13
lang/vendor/log-viewer/hu.json
vendored
Executable file
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"Date": "Dátum",
|
||||
"The list of logs is empty!": "A naplók listája üres!",
|
||||
"All": "Összes",
|
||||
"Emergency": "Vészhelyzet",
|
||||
"Alert": "Riasztás",
|
||||
"Critical": "Kritikus",
|
||||
"Error": "Hiba",
|
||||
"Warning": "Figyelmeztetés",
|
||||
"Notice": "Értesítés",
|
||||
"Info": "Információ",
|
||||
"Debug": "Hibakeresés"
|
||||
}
|
13
lang/vendor/log-viewer/hy.json
vendored
Executable file
13
lang/vendor/log-viewer/hy.json
vendored
Executable file
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"Date": "Ամսաթիվ",
|
||||
"The list of logs is empty!": "Լոգերի ցուցակը դատարկ է։",
|
||||
"All": "Բոլորը",
|
||||
"Emergency": "Վթարային",
|
||||
"Alert": "Նախազգուշացում",
|
||||
"Critical": "Կրիտիկական",
|
||||
"Error": "Սխալ",
|
||||
"Warning": "Նախազգուշացում",
|
||||
"Notice": "Ծանուցում",
|
||||
"Info": "Տեղեկատվություն",
|
||||
"Debug": "Կարգաբերում"
|
||||
}
|
13
lang/vendor/log-viewer/id.json
vendored
Executable file
13
lang/vendor/log-viewer/id.json
vendored
Executable file
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"Date": "Tanggal",
|
||||
"The list of logs is empty!": "Daftar Log Kosong",
|
||||
"All": "Semua",
|
||||
"Emergency": "Darurat",
|
||||
"Alert": "Waspada",
|
||||
"Critical": "Kritis",
|
||||
"Error": "Kesalahan",
|
||||
"Warning": "Peringatan",
|
||||
"Notice": "Pemberitahuan",
|
||||
"Info": "Info",
|
||||
"Debug": "Debug"
|
||||
}
|
13
lang/vendor/log-viewer/it.json
vendored
Executable file
13
lang/vendor/log-viewer/it.json
vendored
Executable file
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"Date": "Data",
|
||||
"The list of logs is empty!": "L'elenco dei log è vuoto!",
|
||||
"All": "Tutti",
|
||||
"Emergency": "Emergenza",
|
||||
"Alert": "Allarme",
|
||||
"Critical": "Critico",
|
||||
"Error": "Errore",
|
||||
"Warning": "Avviso",
|
||||
"Notice": "Notifica",
|
||||
"Info": "Info",
|
||||
"Debug": "Debug"
|
||||
}
|
13
lang/vendor/log-viewer/ja.json
vendored
Executable file
13
lang/vendor/log-viewer/ja.json
vendored
Executable file
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"Date": "日付",
|
||||
"The list of logs is empty!": "ログリストが空です!",
|
||||
"All": "すべて",
|
||||
"Emergency": "緊急",
|
||||
"Alert": "警戒",
|
||||
"Critical": "致命的",
|
||||
"Error": "エラー",
|
||||
"Warning": "警告",
|
||||
"Notice": "通知",
|
||||
"Info": "情報",
|
||||
"Debug": "デバッグ"
|
||||
}
|
13
lang/vendor/log-viewer/ko.json
vendored
Executable file
13
lang/vendor/log-viewer/ko.json
vendored
Executable file
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"Date": "날짜",
|
||||
"The list of logs is empty!": "로그가 없습니다.",
|
||||
"All": "전체",
|
||||
"Emergency": "긴급",
|
||||
"Alert": "경고",
|
||||
"Critical": "심각",
|
||||
"Error": "오류",
|
||||
"Warning": "주의",
|
||||
"Notice": "알림",
|
||||
"Info": "정보",
|
||||
"Debug": "디버그"
|
||||
}
|
13
lang/vendor/log-viewer/ms.json
vendored
Executable file
13
lang/vendor/log-viewer/ms.json
vendored
Executable file
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"Date": "Tarikh",
|
||||
"The list of logs is empty!": "Senarai log kosong!",
|
||||
"All": "Semua",
|
||||
"Emergency": "Kecemasan",
|
||||
"Alert": "Waspada",
|
||||
"Critical": "Kritikal",
|
||||
"Error": "Ralat",
|
||||
"Warning": "Amaran",
|
||||
"Notice": "Notis",
|
||||
"Info": "Info",
|
||||
"Debug": "Debug"
|
||||
}
|
13
lang/vendor/log-viewer/nl.json
vendored
Executable file
13
lang/vendor/log-viewer/nl.json
vendored
Executable file
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"Date": "Datum",
|
||||
"The list of logs is empty!": "De lijst met logs is leeg!",
|
||||
"All": "Alle",
|
||||
"Emergency": "Noodgeval",
|
||||
"Alert": "Alarm",
|
||||
"Critical": "Cruciaal",
|
||||
"Error": "Error",
|
||||
"Warning": "Waarschuwing",
|
||||
"Notice": "Opmerking",
|
||||
"Info": "Informatie",
|
||||
"Debug": "Debug"
|
||||
}
|
13
lang/vendor/log-viewer/pl.json
vendored
Executable file
13
lang/vendor/log-viewer/pl.json
vendored
Executable file
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"Date": "Data",
|
||||
"The list of logs is empty!": "Lista logów jest pusta!",
|
||||
"All": "Wszystkie",
|
||||
"Emergency": "Awaryjne",
|
||||
"Alert": "Alerty",
|
||||
"Critical": "Krytyczne",
|
||||
"Error": "Błędy",
|
||||
"Warning": "Ostrzeżenia",
|
||||
"Notice": "Warte uwagi",
|
||||
"Info": "Informacje",
|
||||
"Debug": "Debug"
|
||||
}
|
13
lang/vendor/log-viewer/pt-BR.json
vendored
Executable file
13
lang/vendor/log-viewer/pt-BR.json
vendored
Executable file
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"Date": "Data",
|
||||
"The list of logs is empty!": "A lista de logs está vazia!",
|
||||
"All": "Todos",
|
||||
"Emergency": "Emergência",
|
||||
"Alert": "Alerta",
|
||||
"Critical": "Crítico",
|
||||
"Error": "Erro",
|
||||
"Warning": "Aviso",
|
||||
"Notice": "Notícia",
|
||||
"Info": "Informação",
|
||||
"Debug": "Debug"
|
||||
}
|
13
lang/vendor/log-viewer/ro.json
vendored
Executable file
13
lang/vendor/log-viewer/ro.json
vendored
Executable file
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"Date": "Dată",
|
||||
"The list of logs is empty!": "Nu există niciun log!",
|
||||
"All": "Toate",
|
||||
"Emergency": "Urgență",
|
||||
"Alert": "Alertă",
|
||||
"Critical": "Critic",
|
||||
"Error": "Eroare",
|
||||
"Warning": "Pericol",
|
||||
"Notice": "Avertisment",
|
||||
"Info": "Informare",
|
||||
"Debug": "Depanare"
|
||||
}
|
13
lang/vendor/log-viewer/ru.json
vendored
Executable file
13
lang/vendor/log-viewer/ru.json
vendored
Executable file
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"Date": "Дата",
|
||||
"The list of logs is empty!": "Список журналов пуст!",
|
||||
"All": "Все",
|
||||
"Emergency": "Аварийная",
|
||||
"Alert": "Предупреждение",
|
||||
"Critical": "Критический",
|
||||
"Error": "Ошибка",
|
||||
"Warning": "Предупреждение",
|
||||
"Notice": "Уведомление",
|
||||
"Info": "Информация",
|
||||
"Debug": "Отладка"
|
||||
}
|
13
lang/vendor/log-viewer/sv.json
vendored
Executable file
13
lang/vendor/log-viewer/sv.json
vendored
Executable file
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"Date": "Datum",
|
||||
"The list of logs is empty!": "Det finns inga loggar att visa.",
|
||||
"All": "Alla",
|
||||
"Emergency": "Akut",
|
||||
"Alert": "Alarmerande",
|
||||
"Critical": "Kritisk",
|
||||
"Error": "Error",
|
||||
"Warning": "Varning",
|
||||
"Notice": "Notis",
|
||||
"Info": "Information",
|
||||
"Debug": "Debug"
|
||||
}
|
13
lang/vendor/log-viewer/th.json
vendored
Executable file
13
lang/vendor/log-viewer/th.json
vendored
Executable file
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"Date": "วันที่",
|
||||
"The list of logs is empty!": "ไม่มีรายการล็อก!",
|
||||
"All": "ทั้งหมด",
|
||||
"Emergency": "ฉุกเฉิน",
|
||||
"Alert": "วิกฤติ",
|
||||
"Critical": "ร้ายแรง",
|
||||
"Error": "ข้อผิดพลาด",
|
||||
"Warning": "คำเตือน",
|
||||
"Notice": "ประกาศ",
|
||||
"Info": "ข้อมูล",
|
||||
"Debug": "ดีบัก"
|
||||
}
|
13
lang/vendor/log-viewer/tr.json
vendored
Executable file
13
lang/vendor/log-viewer/tr.json
vendored
Executable file
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"Date": "Tarih",
|
||||
"The list of logs is empty!": "Günlük listesi boş!",
|
||||
"All": "Tümü",
|
||||
"Emergency": "Acil",
|
||||
"Alert": "Alarm",
|
||||
"Critical": "Kritik",
|
||||
"Error": "Hata",
|
||||
"Warning": "Uyarı",
|
||||
"Notice": "Bildirim",
|
||||
"Info": "Bilgi",
|
||||
"Debug": "Hata ayıklama"
|
||||
}
|
13
lang/vendor/log-viewer/uk.json
vendored
Executable file
13
lang/vendor/log-viewer/uk.json
vendored
Executable file
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"Date": "Дата",
|
||||
"The list of logs is empty!": "Список журналів порожній!",
|
||||
"All": "Всі",
|
||||
"Emergency": "Аварійна",
|
||||
"Alert": "Попередження",
|
||||
"Critical": "Критична",
|
||||
"Error": "Помилка",
|
||||
"Warning": "Попереждення",
|
||||
"Notice": "Сповіщення",
|
||||
"Info": "Інформація",
|
||||
"Debug": "Відладка"
|
||||
}
|
13
lang/vendor/log-viewer/zh-TW.json
vendored
Executable file
13
lang/vendor/log-viewer/zh-TW.json
vendored
Executable file
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"Date": "日期",
|
||||
"The list of logs is empty!": "列表中沒有任何紀錄!",
|
||||
"All": "全部",
|
||||
"Emergency": "緊急",
|
||||
"Alert": "警報",
|
||||
"Critical": "嚴重",
|
||||
"Error": "錯誤",
|
||||
"Warning": "警告",
|
||||
"Notice": "注意",
|
||||
"Info": "訊息",
|
||||
"Debug": "除錯"
|
||||
}
|
13
lang/vendor/log-viewer/zh.json
vendored
Executable file
13
lang/vendor/log-viewer/zh.json
vendored
Executable file
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"Date": "日期",
|
||||
"The list of logs is empty!": "日志列表为空!",
|
||||
"All": "全部",
|
||||
"Emergency": "危急",
|
||||
"Alert": "紧急",
|
||||
"Critical": "严重",
|
||||
"Error": "错误",
|
||||
"Warning": "警告",
|
||||
"Notice": "注意",
|
||||
"Info": "信息",
|
||||
"Debug": "调试"
|
||||
}
|
Reference in New Issue
Block a user