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