1
0
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:
ssongliu 2023-05-06 16:09:33 +08:00 committed by GitHub
parent 1b2edbb79a
commit 6ca3deeac1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 2 deletions

View File

@ -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',

View File

@ -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: '本地',