mirror of
https://github.com/1Panel-dev/1Panel.git
synced 2025-03-14 01:34:47 +08:00
fix: 优化编排删除提示信息 (#902)
This commit is contained in:
parent
1b2edbb79a
commit
6ca3deeac1
@ -548,7 +548,8 @@ const message = {
|
|||||||
composeHelper:
|
composeHelper:
|
||||||
'The composition created through 1Panel editor or template will be saved in the {0}/docker/compose directory.',
|
'The composition created through 1Panel editor or template will be saved in the {0}/docker/compose directory.',
|
||||||
deleteFile: 'Delete file',
|
deleteFile: 'Delete file',
|
||||||
deleteComposeHelper: 'Delete the corresponding composition file.',
|
deleteComposeHelper:
|
||||||
|
'Delete all files in the directory where the compose file is located, including persistent files in that directory. Please be cautious when performing this operation.',
|
||||||
deleteCompose: '" Delete this composition.',
|
deleteCompose: '" Delete this composition.',
|
||||||
apps: 'Apps',
|
apps: 'Apps',
|
||||||
local: 'Local',
|
local: 'Local',
|
||||||
|
@ -565,7 +565,7 @@ const message = {
|
|||||||
composePathHelper: '配置文件保存路径: {0}',
|
composePathHelper: '配置文件保存路径: {0}',
|
||||||
composeHelper: '通过 1Panel 编辑或者模版创建的编排,将保存在 {0}/docker/compose 路径下',
|
composeHelper: '通过 1Panel 编辑或者模版创建的编排,将保存在 {0}/docker/compose 路径下',
|
||||||
deleteFile: '删除文件',
|
deleteFile: '删除文件',
|
||||||
deleteComposeHelper: '删除对应的编排文件',
|
deleteComposeHelper: '删除编排文件所在目录下所有文件,包括该文件下的持久化文件等,请谨慎操作!',
|
||||||
deleteCompose: '" 删除此编排',
|
deleteCompose: '" 删除此编排',
|
||||||
apps: '应用商店',
|
apps: '应用商店',
|
||||||
local: '本地',
|
local: '本地',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user