mirror of
https://github.com/1Panel-dev/1Panel.git
synced 2025-09-07 07:04:37 +08:00
feat: Add OpenResty upgrade notification. (#9837)
This commit is contained in:
parent
a07d016951
commit
6a5e1ebaa5
9 changed files with 9 additions and 0 deletions
|
@ -271,6 +271,7 @@ allow: 'allow'
|
|||
deny: 'deny'
|
||||
OpenrestyNotFound: 'Openresty is not installed'
|
||||
remoteIpIsNull: "IP list is empty"
|
||||
OpenrestyVersionErr: "Openresty version is too low, please upgrade Openresty to 1.27.1.2-2-2-focal"
|
||||
|
||||
#task
|
||||
TaskStart: '{{ .name }} task starts [START]'
|
||||
|
|
|
@ -271,6 +271,7 @@ allow: '許可'
|
|||
deny: '拒否'
|
||||
OpenrestyNotFound: 'Openresty がインストールされていません'
|
||||
remoteIpIsNull: "IPリストが空です"
|
||||
OpenrestyVersionErr: "Openrestyのバージョンが低すぎます。Openrestyを1.27.1.2-2-2-focalにアップグレードしてください"
|
||||
|
||||
#task
|
||||
TaskStart: '{{ .name }} タスクが開始されました [START]'
|
||||
|
|
|
@ -271,6 +271,7 @@ allow: '허용하다'
|
|||
deny: '거부하다'
|
||||
OpenrestyNotFound: 'Openresty가 설치되지 않았습니다'
|
||||
remoteIpIsNull: "IP 목록이 비어 있습니다"
|
||||
OpenrestyVersionErr: "Openresty 버전이 너무 낮습니다. Openresty를 1.27.1.2-2-2-focal로 업그레이드하세요"
|
||||
|
||||
#일
|
||||
TaskStart: '[START] {{ .name }} 작업이 시작됩니다.'
|
||||
|
|
|
@ -270,6 +270,7 @@ allow: 'membenarkan'
|
|||
deny: 'menafikan'
|
||||
OpenrestyNotFound: 'Openresty tidak dipasang'
|
||||
remoteIpIsNull: "Senarai IP kosong"
|
||||
OpenrestyVersionErr: "Versi Openresty terlalu rendah, sila naik taraf Openresty ke 1.27.1.2-2-2-focal"
|
||||
|
||||
#tugas
|
||||
TaskStart: '{{ .name }} Task mula [MULA]'
|
||||
|
|
|
@ -271,6 +271,7 @@ allow: 'permitir'
|
|||
deny: 'negar'
|
||||
OpenrestyNotFound: 'Openresty não está instalado'
|
||||
remoteIpIsNull: "A lista de IP está vazia"
|
||||
OpenrestyVersionErr: "A versão do Openresty é muito baixa, por favor atualize o Openresty para 1.27.1.2-2-2-focal"
|
||||
|
||||
#tarefa
|
||||
TaskStart: '{{ .name }} A tarefa inicia [START]'
|
||||
|
|
|
@ -271,6 +271,7 @@ allow: 'разрешить'
|
|||
deny: 'отрицать'
|
||||
OpenrestyNotFound: 'Openresty не установлен'
|
||||
remoteIpIsNull: "Список IP пуст"
|
||||
OpenrestyVersionErr: "Версия Openresty слишком низкая, пожалуйста, обновите Openresty до 1.27.1.2-2-2-focal"
|
||||
|
||||
#задача
|
||||
TaskStart: '{{ .name }} Задача начинается [START]'
|
||||
|
|
|
@ -269,6 +269,7 @@ allow: 'izin ver'
|
|||
deny: 'reddet'
|
||||
OpenrestyNotFound: 'Openresty yüklü değil'
|
||||
remoteIpIsNull: "IP listesi boş"
|
||||
OpenrestyVersionErr: "Openresty sürümü çok düşük, lütfen Openresty'i 1.27.1.2-2-2-focal olarak güncelleyin"
|
||||
|
||||
#task
|
||||
TaskStart: '{{ .name }} görevi başlıyor [BAŞLAT]'
|
||||
|
|
|
@ -270,6 +270,7 @@ allow: '允許'
|
|||
deny: '禁止'
|
||||
OpenrestyNotFound: 'Openresty 未安裝'
|
||||
remoteIpIsNull: "IP 列表為空"
|
||||
OpenrestyVersionErr: "Openresty 版本過低,請升級 Openresty 至 1.27.1.2-2-2-focal"
|
||||
|
||||
#task
|
||||
TaskStart: '{{ .name }} 任務開始[START]'
|
||||
|
|
|
@ -270,6 +270,7 @@ allow: "允许"
|
|||
deny: "禁止"
|
||||
OpenrestyNotFound: "Openresty 未安装"
|
||||
remoteIpIsNull: "IP 列表为空"
|
||||
OpenrestyVersionErr: "Openresty 版本过低,请升级 Openresty 至 1.27.1.2-2-2-focal"
|
||||
|
||||
#task
|
||||
TaskStart: "{{ .name }} 任务开始 [START]"
|
||||
|
|
Loading…
Add table
Reference in a new issue