File tree Expand file tree Collapse file tree 6 files changed +0
-15
lines changed
Expand file tree Collapse file tree 6 files changed +0
-15
lines changed Original file line number Diff line number Diff line change @@ -2042,8 +2042,6 @@ const message = {
20422042 bindDomain : 'Bind domain' ,
20432043 unBindDomain : 'Unbind domain' ,
20442044 panelSSL : 'Panel SSL' ,
2045- panelSSLHelper :
2046- 'After the automatic renewal of the panel SSL, you need to manually restart the 1Panel service for the changes to take effect.' ,
20472045 unBindDomainHelper : 'The action of unbinding a domain name may cause system insecurity. Continue?' ,
20482046 bindDomainHelper : 'After you bind the domain, only that domain can access 1Panel service.' ,
20492047 bindDomainHelper1 : 'Leave it blank to disable the domain name binding.' ,
Original file line number Diff line number Diff line change @@ -2067,8 +2067,6 @@ const message = {
20672067 bindDomain : 'Vincular dominio' ,
20682068 unBindDomain : 'Desvincular dominio' ,
20692069 panelSSL : 'SSL del panel' ,
2070- panelSSLHelper :
2071- 'Tras la renovación automática del SSL del panel, deberás reiniciar manualmente el servicio 1Panel para que los cambios surtan efecto.' ,
20722070 unBindDomainHelper :
20732071 'La acción de desvincular un dominio puede provocar inseguridad en el sistema. ¿Deseas continuar?' ,
20742072 bindDomainHelper : 'Tras vincular el dominio, solo ese dominio podrá acceder al servicio de 1Panel.' ,
Original file line number Diff line number Diff line change @@ -2074,8 +2074,6 @@ const message = {
20742074 bindDomain : 'Alan adı bağla' ,
20752075 unBindDomain : 'Alan adı bağlamasını kaldır' ,
20762076 panelSSL : 'Panel SSL' ,
2077- panelSSLHelper :
2078- 'Panel SSL’nin otomatik yenilenmesinden sonra, değişikliklerin etkili olması için 1Panel servisini manuel olarak yeniden başlatmanız gerekir.' ,
20792077 unBindDomainHelper :
20802078 'Alan adı bağlamasını kaldırma işlemi sistem güvenliğini etkileyebilir. Devam etmek istiyor musunuz?' ,
20812079 bindDomainHelper : 'Alan adı bağlandıktan sonra, yalnızca o alan adı 1Panel servisine erişebilir.' ,
Original file line number Diff line number Diff line change @@ -2006,7 +2006,6 @@ const message = {
20062006 bindDomain : '網域綁定' ,
20072007 unBindDomain : '域名解綁' ,
20082008 panelSSL : '面板 SSL' ,
2009- panelSSLHelper : '面板 SSL 自動續期後需要手動重新啟動 1Panel 服務才可生效' ,
20102009 unBindDomainHelper : '解除網域綁定可能造成系統不安全,是否繼續?' ,
20112010 bindDomainHelper : '設定網域綁定後,僅能透過設定中域名存取 1Panel 服務' ,
20122011 bindDomainHelper1 : '綁定域名為空時,則取消網域綁定' ,
Original file line number Diff line number Diff line change @@ -1949,7 +1949,6 @@ const message = {
19491949 bindDomain : '域名绑定' ,
19501950 unBindDomain : '域名解绑' ,
19511951 panelSSL : '面板 SSL' ,
1952- panelSSLHelper : '面板 SSL 自动续期后需要手动重启 1Panel 服务才可生效' ,
19531952 unBindDomainHelper : '解除域名绑定可能造成系统不安全,是否继续?' ,
19541953 bindDomainHelper : '设置域名绑定后,仅能通过设置中域名访问 1Panel 服务' ,
19551954 bindDomainHelper1 : '绑定域名为空时,则取消域名绑定' ,
Original file line number Diff line number Diff line change 11<template >
22 <DrawerPro v-model =" drawerVisible" :header =" $t('setting.panelSSL')" @close =" handleClose" size =" large" >
3- <el-alert class =" common-prompt" :closable =" false" type =" error" >
4- <template #default >
5- <span >
6- <span >{{ $t('setting.panelSSLHelper') }}</span >
7- </span >
8- </template >
9- </el-alert >
103 <el-form ref =" formRef" label-position =" top" :model =" form" :rules =" rules" v-loading =" loading" >
114 <el-form-item :label =" $t('setting.mode')" prop =" ssl" >
125 <el-radio-group v-model =" form.ssl" >
You can’t perform that action at this time.
0 commit comments