mirror of
https://github.com/1Panel-dev/1Panel.git
synced 2025-01-19 00:09:16 +08:00
fix: 前端界面国际化优化 (#612)
This commit is contained in:
parent
d151e98fab
commit
cd79cac0af
@ -3,6 +3,7 @@ const message = {
|
||||
commons: {
|
||||
true: 'true',
|
||||
false: 'false',
|
||||
example: 'Such as:',
|
||||
button: {
|
||||
create: 'Create ',
|
||||
add: 'Add ',
|
||||
@ -537,6 +538,7 @@ const message = {
|
||||
compose: 'Compose',
|
||||
composeHelper:
|
||||
'The current content has passed the format verification. Please click Submit to complete the creation',
|
||||
composePathHelper: 'Config file save path: {0}',
|
||||
apps: 'Apps',
|
||||
local: 'Local',
|
||||
createCompose: 'Create compose',
|
||||
|
@ -545,7 +545,7 @@ const message = {
|
||||
|
||||
compose: '编排',
|
||||
composeHelper: '当前内容已通过格式验证,请点击确认完成创建',
|
||||
composePathHelper: '容器编排将保存在: {0}',
|
||||
composePathHelper: '配置文件保存路径: {0}',
|
||||
apps: '应用商店',
|
||||
local: '本地',
|
||||
createCompose: '创建编排',
|
||||
|
@ -199,7 +199,7 @@ const loadPath = async () => {
|
||||
};
|
||||
|
||||
const changePath = async () => {
|
||||
composeFile.value = baseDir.value + '/docker/compose/' + form.name + '/xxx';
|
||||
composeFile.value = baseDir.value + '/docker/compose/' + form.name;
|
||||
};
|
||||
|
||||
type FormInstance = InstanceType<typeof ElForm>;
|
||||
|
Loading…
x
Reference in New Issue
Block a user