mirror of
https://github.com/myvesta/vesta
synced 2025-08-19 21:04:07 -07:00
Release 0.9.8-16
This commit is contained in:
parent
e49317b9d0
commit
c59b6230a2
161 changed files with 521 additions and 159 deletions
|
@ -545,7 +545,7 @@ input[type="checkbox"] {
|
|||
}
|
||||
|
||||
|
||||
@media (max-width: 1320px) {
|
||||
@media (max-width: 1450px) {
|
||||
.menu div.button.mkfile,
|
||||
.menu div.button.mkdir { display: none; }
|
||||
.menu div.button.mkfile.small,
|
||||
|
@ -553,14 +553,14 @@ input[type="checkbox"] {
|
|||
.listing li .filename-holder { max-width: 30%; }
|
||||
}
|
||||
|
||||
@media (max-width: 1270px) {
|
||||
@media (max-width: 1320px) {
|
||||
.menu div.button.del { display: none; }
|
||||
.menu div.button.del.small { display: inline-block; }
|
||||
.listing li .filename-holder { max-width: 25%; }
|
||||
}
|
||||
|
||||
|
||||
@media (max-width: 1220px) {
|
||||
@media (max-width: 1290px) {
|
||||
.menu div.button { display: none; }
|
||||
.menu div.button.medium,
|
||||
.menu div.button.small { display: inline-block; }
|
||||
|
|
14
web/css/styles.min.css
vendored
14
web/css/styles.min.css
vendored
|
@ -733,10 +733,13 @@ input[type="checkbox"] {
|
|||
.lang-ru .l-menu__item a {
|
||||
padding: 11px 18px;
|
||||
}
|
||||
.lang-tr .l-menu__item a,
|
||||
.lang-ar .l-menu__item a {
|
||||
.lang-el .l-menu__item a,
|
||||
.lang-tr .l-menu__item a {
|
||||
padding: 11px 15px;
|
||||
}
|
||||
.lang-ar .l-menu__item a {
|
||||
padding: 11px 11px;
|
||||
}
|
||||
.lang-ar .l-menu__item a {
|
||||
line-height: 35px;
|
||||
}
|
||||
|
@ -1683,7 +1686,7 @@ body.mobile .l-unit-toolbar__col--right {
|
|||
.lang-ar .actions-panel__col a {
|
||||
font-size: 15px;
|
||||
font-weight: normal;
|
||||
line-height: 29px;
|
||||
line-height: 31px;
|
||||
}
|
||||
|
||||
|
||||
|
@ -2967,8 +2970,11 @@ form#vstobjects.suspended {
|
|||
-o-transition: width .2s ease-out;
|
||||
transition: width .2s ease-out;
|
||||
}
|
||||
.lang-ru .search-input.activated{
|
||||
width: 70px;
|
||||
}
|
||||
.search-input.activated{
|
||||
width: 150px;
|
||||
width: 130px;
|
||||
visibility: visible;
|
||||
}
|
||||
.search-input:focus {
|
||||
|
|
|
@ -35,12 +35,12 @@ if (!isset($_POST['generate'])) {
|
|||
}
|
||||
|
||||
// Check input
|
||||
if (empty($_POST['v_domain'])) $errors[] = __('domain');
|
||||
if (empty($_POST['v_country'])) $errors[] = __('country');
|
||||
if (empty($_POST['v_state'])) $errors[] = __('domain');
|
||||
if (empty($_POST['v_locality'])) $errors[] = __('city');
|
||||
if (empty($_POST['v_org'])) $errors[] = __('organization');
|
||||
if (empty($_POST['v_email'])) $errors[] = __('email');
|
||||
if (empty($_POST['v_domain'])) $errors[] = __('Domain');
|
||||
if (empty($_POST['v_country'])) $errors[] = __('Country');
|
||||
if (empty($_POST['v_state'])) $errors[] = __('State');
|
||||
if (empty($_POST['v_locality'])) $errors[] = __('City');
|
||||
if (empty($_POST['v_org'])) $errors[] = __('Organization');
|
||||
if (empty($_POST['v_email'])) $errors[] = __('Email');
|
||||
$v_domain = $_POST['v_domain'];
|
||||
$v_email = $_POST['v_email'];
|
||||
$v_country = $_POST['v_country'];
|
||||
|
@ -72,7 +72,7 @@ $v_state = escapeshellarg($_POST['v_state']);
|
|||
$v_locality = escapeshellarg($_POST['v_locality']);
|
||||
$v_org = escapeshellarg($_POST['v_org']);
|
||||
|
||||
exec (VESTA_CMD."v-generate-ssl-cert ".$v_domain." ".$v_email." ".$v_country." ".$v_state." ".$v_locality." ".$v_org." IT json", $output, $return_var);
|
||||
exec (VESTA_CMD."v-generate-ssl-cert ".$v_domain." ".$v_email." ".$v_country." ".$v_state." ".$v_locality." ".$v_org." IT '' json", $output, $return_var);
|
||||
|
||||
// Revert to raw values
|
||||
$v_domain = $_POST['v_domain'];
|
||||
|
|
|
@ -76,7 +76,7 @@ $LANG['ar'] = array(
|
|||
'list accounts' => 'عرض الحسابات',
|
||||
'add account' => 'إضافة حساب',
|
||||
'open webmail' => 'فتح برنامج البريد من المتصفح ',
|
||||
'list fail2ban' => 'عرض قائمة المحظورين للدخول الخاطئ',
|
||||
'list fail2ban' => 'list fail2ban', // please make it as short as "list fail2ban" 'عرض قائمة المحظورين للدخول الخاطئ',
|
||||
'open %s' => 'فتح %s',
|
||||
'download' => 'تنزيل',
|
||||
'restore' => 'استرجاع',
|
||||
|
@ -90,6 +90,8 @@ $LANG['ar'] = array(
|
|||
'reread IP' => 'إعادة قراءة IP',
|
||||
'enable autoupdate' => 'تمكين التحديث التلقائي',
|
||||
'disable autoupdate' => 'تعطيل التحديث التلقائي',
|
||||
'turn on notifications' => 'turn on notific.',
|
||||
'turn off notifications' => 'turn off notific.',
|
||||
|
||||
'Adding User' => 'جاري إضافة مستخدم',
|
||||
'Editing User' => 'جاري تعديل المستخدم',
|
||||
|
|
|
@ -53,7 +53,7 @@ $LANG['de'] = array(
|
|||
'Save' => 'Speichern',
|
||||
'Submit' => 'Übermitteln',
|
||||
|
||||
'toggle all' => 'Alle wählen/abwählen',
|
||||
'toggle all' => 'alle', // please make it as short as "toggle all" 'Alle wählen/abwählen',
|
||||
'apply to selected' => 'Auswählen',
|
||||
'rebuild' => 'Erneuern',
|
||||
'rebuild web' => 'Web erneuern',
|
||||
|
@ -90,8 +90,8 @@ $LANG['de'] = array(
|
|||
'reread IP' => 'IP aktualisieren',
|
||||
'enable autoupdate' => 'Autoupdate aktivieren',
|
||||
'disable autoupdate' => 'Autoupdate deaktivieren',
|
||||
'turn on notifications' => 'Benachrichtigungen aktivieren',
|
||||
'turn off notifications' => 'Benachrichtigungen deaktivieren',
|
||||
'turn on notifications' => 'turn on notifications', // please make it as short as "turn on notifications" 'Benachrichtigungen aktivieren',
|
||||
'turn off notifications' => 'turn off notifications', // please make it as short as "turn off notifications" 'Benachrichtigungen deaktivieren',
|
||||
|
||||
'Adding User' => 'Benutzer anlegen',
|
||||
'Editing User' => 'Benutzer bearbeiten',
|
||||
|
|
|
@ -10,7 +10,7 @@ $LANG['el'] = array(
|
|||
'IP' => 'IP',
|
||||
'Graphs' => 'Γραφήματα',
|
||||
'Statistics' => 'Στατιστικά',
|
||||
'Log' => 'Αρχείο Καταγραφής',
|
||||
'Log' => 'Αρχείο',
|
||||
'Server' => 'Διακομιστής',
|
||||
'Services' => 'Υπηρεσίες',
|
||||
'Firewall' => 'Firewall',
|
||||
|
@ -91,8 +91,8 @@ $LANG['el'] = array(
|
|||
'reread IP' => 'Ενημέρωση IP',
|
||||
'enable autoupdate' => 'ενεργοποίηση autoupdate',
|
||||
'disable autoupdate' => 'απενεργοποίηση autoupdate',
|
||||
'turn on notifications' => 'ενεργοποίηση ειδοποιήσεων',
|
||||
'turn off notifications' => 'απενεργοποίηση ειδοποιήσεων',
|
||||
'turn on notifications' => 'ενεργοποίηση ειδοπ.',
|
||||
'turn off notifications' => 'απενεργοποίηση ειδοπ.',
|
||||
|
||||
'Adding User' => 'Προσθήκη Χρήστη',
|
||||
'Editing User' => 'Επεξεργασία Χρήστη',
|
||||
|
|
|
@ -53,7 +53,7 @@ $LANG['es'] = array(
|
|||
'Save' => 'Guardar',
|
||||
'Submit' => 'Confirmar',
|
||||
|
||||
'toggle all' => 'seleccionar todos',
|
||||
'toggle all' => 'todos',
|
||||
'apply to selected' => 'confirmar selección',
|
||||
'rebuild' => 'reconstruir',
|
||||
'rebuild web' => 'reconstruir web',
|
||||
|
@ -90,8 +90,8 @@ $LANG['es'] = array(
|
|||
'reread IP' => 'releer IP',
|
||||
'enable autoupdate' => 'activar autoupdate',
|
||||
'disable autoupdate' => 'desactivar autoupdate',
|
||||
'turn on notifications' => 'activar la notificación',
|
||||
'turn off notifications' => 'desactivar las notificaciones',
|
||||
'turn on notifications' => 'activar la notific.',
|
||||
'turn off notifications' => 'desactivar las notific.',
|
||||
|
||||
'Adding User' => 'Añadiendo Usuario',
|
||||
'Editing User' => 'Editando Usuario',
|
||||
|
|
|
@ -503,7 +503,7 @@ $LANG['fa'] = array(
|
|||
'FileManager' => 'مدیریت پرونده',
|
||||
'show: CPU / MEM / NET / DISK' => 'نمايش: شبكه / حاقظه / پردازنده / ديسك',
|
||||
|
||||
'sort by' => 'مرتب سازی بر اساس',
|
||||
'sort by' => 'sort by', // please make it as short as "sort by" 'مرتب سازی بر اساس',
|
||||
'Date' => 'تاریخ',
|
||||
'Starred' => 'ستاره دار',
|
||||
'Name' => 'نام',
|
||||
|
|
|
@ -53,7 +53,7 @@ $LANG['fr'] = array(
|
|||
'Save' => 'Sauvegarde',
|
||||
'Submit' => 'Envoyer',
|
||||
|
||||
'toggle all' => 'sélectionner tout',
|
||||
'toggle all' => 'tout', // please make as short as "toggle all" 'sélectionner tout',
|
||||
'apply to selected' => 'appliquer à la sélection',
|
||||
'rebuild' => 'recréer',
|
||||
'rebuild web' => 'recréer web',
|
||||
|
@ -90,8 +90,8 @@ $LANG['fr'] = array(
|
|||
'reread IP' => 'actualiser l\'IP',
|
||||
'enable autoupdate' => 'activer la mise-à-jour automatique',
|
||||
'disable autoupdate' => 'desactiver la mise-à-jour automatique',
|
||||
'turn on notifications' => 'activer les notifications',
|
||||
'turn off notifications' => 'désactiver les notifications',
|
||||
'turn on notifications' => 'act. les notifications',
|
||||
'turn off notifications' => 'désact. les notifications',
|
||||
|
||||
'Adding User' => 'Ajout d\'un Utilisateur',
|
||||
'Editing User' => 'Édition d\'un Utilisateur',
|
||||
|
@ -497,7 +497,7 @@ $LANG['fr'] = array(
|
|||
'Web Config Editor' => 'Web Config Editor',
|
||||
'Template Manager' => 'Template Manager',
|
||||
'Backup Migration Manager' => 'Backup Migration Manager',
|
||||
'FileManager' => 'Gestionnaire de Fichiers',
|
||||
'FileManager' => 'Fichiers',
|
||||
'show: CPU / MEM / NET / DISK' => 'voir: CPU / MEM / NET / DISK',
|
||||
|
||||
'sort by' => 'classer par',
|
||||
|
@ -505,15 +505,15 @@ $LANG['fr'] = array(
|
|||
'Starred' => 'Favoris',
|
||||
'Name' => 'Nom',
|
||||
|
||||
'File Manager' => 'Gestionnaire de Fichiers',
|
||||
'File Manager' => 'Fichiers',
|
||||
'type' => 'type',
|
||||
'size' => 'taille',
|
||||
'date' => 'date',
|
||||
'name' => 'nom',
|
||||
'Initializing' => 'Initialisation',
|
||||
'UPLOAD' => 'CHARGER',
|
||||
'NEW FILE' => 'NOUVEAU FICHIER',
|
||||
'NEW DIR' => 'NOUVEAU RÉP.',
|
||||
'NEW FILE' => 'FICHIER',
|
||||
'NEW DIR' => 'RÉP.',
|
||||
'DELETE' => 'SUPPR',
|
||||
'RENAME' => 'RENOMMER',
|
||||
'COPY' => 'COPIER',
|
||||
|
|
|
@ -94,8 +94,8 @@ $LANG['hu'] = array(
|
|||
'reread IP' => 'IP újraolvasása',
|
||||
'enable autoupdate' => 'automatikus frissítés engedélyezése',
|
||||
'disable autoupdate' => 'automatikus frissítés tiltása',
|
||||
'turn on notifications' => 'értesítések bekapcsolása',
|
||||
'turn off notifications' => 'értesítések kikapcsolása',
|
||||
'turn on notifications' => 'értesít. bekapcsolása',
|
||||
'turn off notifications' => 'értesít. kikapcsolása',
|
||||
|
||||
'Adding User' => 'Felhasználó hozzáadása',
|
||||
'Editing User' => 'Felhasználó szerkesztése',
|
||||
|
|
|
@ -93,8 +93,8 @@ $LANG['id'] = array(
|
|||
'reread IP' => 'baca ulang IP',
|
||||
'enable autoupdate' => 'mengaktifkan autoupdate',
|
||||
'disable autoupdate' => 'menonaktifkan autoupdate',
|
||||
'turn on notifications' => 'mengaktifkan notifikasi',
|
||||
'turn off notifications' => 'menonaktifkan notifikasi',
|
||||
'turn on notifications' => 'mengaktifkan notifik.',
|
||||
'turn off notifications' => 'menonaktifkan notifik.',
|
||||
|
||||
'Adding User' => 'Menambah User',
|
||||
'Editing User' => 'Menyunting User',
|
||||
|
@ -501,7 +501,7 @@ $LANG['id'] = array(
|
|||
'FileManager' => 'FileManager',
|
||||
'show: CPU / MEM / NET / DISK' => 'show: CPU / MEM / NET / DISK',
|
||||
|
||||
'sort by' => 'sortir berdasarkan',
|
||||
'sort by' => 'sortir',
|
||||
'Date' => 'Tanggal',
|
||||
'Starred' => 'Bintangi',
|
||||
'Name' => 'Nama',
|
||||
|
|
|
@ -54,7 +54,7 @@ $LANG['nl'] = array(
|
|||
'Save' => 'Opslaan',
|
||||
'Submit' => 'Versturen',
|
||||
|
||||
'toggle all' => '(de)selecteer alles',
|
||||
'toggle all' => 'alles',
|
||||
'apply to selected' => 'met geselecteerde',
|
||||
'rebuild' => 'herstellen',
|
||||
'rebuild web' => 'herstel web',
|
||||
|
|
|
@ -498,7 +498,7 @@ $LANG['pt-BR'] = array(
|
|||
'FileManager' => 'Gerenciador de Arquivo',
|
||||
'show: CPU / MEM / NET / DISK' => 'mostrar: CPU / MEM / NET / DISK',
|
||||
|
||||
'sort by' => 'ordenar por',
|
||||
'sort by' => 'ordenar',
|
||||
'Date' => 'Data',
|
||||
'Starred' => 'Estreado',
|
||||
'Name' => 'Nome',
|
||||
|
|
|
@ -498,7 +498,7 @@ $LANG['pt'] = array(
|
|||
'FileManager' => 'Gerenciador de Arquivo',
|
||||
'show: CPU / MEM / NET / DISK' => 'mostrar: CPU / MEM / NET / DISK',
|
||||
|
||||
'sort by' => 'ordenar por',
|
||||
'sort by' => 'ordenar',
|
||||
'Date' => 'Data',
|
||||
'Starred' => 'Estreado',
|
||||
'Name' => 'Nome',
|
||||
|
|
|
@ -55,7 +55,7 @@ $LANG['ro'] = array(
|
|||
'Save' => 'Salvează',
|
||||
'Submit' => 'OK',
|
||||
|
||||
'toggle all' => 'selectează toate',
|
||||
'toggle all' => 'toate',
|
||||
'apply to selected' => 'aplică la selectat',
|
||||
'rebuild' => 'reconstrui',
|
||||
'rebuild web' => 'reconstrui WEB',
|
||||
|
|
|
@ -92,8 +92,8 @@ $LANG['ru'] = array(
|
|||
'reread IP' => 'перечитать IP',
|
||||
'enable autoupdate' => 'включить автообновление',
|
||||
'disable autoupdate' => 'выключить автообновление',
|
||||
'turn on notifications' => 'включить уведомления',
|
||||
'turn off notifications' => 'выключить уведомления',
|
||||
'turn on notifications' => 'вкл. уведомления',
|
||||
'turn off notifications' => 'выкл. уведомления',
|
||||
|
||||
'Adding User' => 'Добавление аккаунта',
|
||||
'Editing User' => 'Редактирование аккаунта',
|
||||
|
|
|
@ -518,7 +518,7 @@ $LANG['tw'] = array(
|
|||
'every two minutes' => 'every two minutes',
|
||||
'every' => 'every',
|
||||
'Hour' => 'Hour',
|
||||
'Minute' => 'Minute'
|
||||
'Minute' => 'Minute',
|
||||
'PASSWORD_RESET_REQUEST' => "重置密碼請點擊連結:\nhttps://%s/reset/?action=confirm&user=%s&code=%s\n\n或者您可以到 https://%s/reset/?action=code&user=%s 輸入密碼重設代碼:\n%s\n\n如果您沒有要求重設密碼,請忽略此郵件\n\n—\nVesta Control Panel\n",
|
||||
'Jan' => '1月',
|
||||
'Feb' => '2月',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue