feat: 提交资源
This commit is contained in:
18
extensions/max-studio/i18n/en.js
Executable file
18
extensions/max-studio/i18n/en.js
Executable file
@@ -0,0 +1,18 @@
|
||||
"use strict";
|
||||
module.exports = {
|
||||
name: "max-framework",
|
||||
description: "Max Framework - Game Development Framework",
|
||||
show_log: "show_log",
|
||||
hotupdate: {
|
||||
hotupdatecheck: "Enable Hot Update",
|
||||
hotupdatecfg: "Hot Update Config File",
|
||||
outputcfg: "Output Directory",
|
||||
autoupload: "Auto Upload to MinIO",
|
||||
endpoint: "MinIO Server Endpoint",
|
||||
accesskey: "Access Key ID",
|
||||
secretkey: "Secret Access Key",
|
||||
bucket: "Bucket Name",
|
||||
usessl: "Use SSL Connection",
|
||||
pathprefix: "Path Prefix",
|
||||
},
|
||||
};
|
||||
18
extensions/max-studio/i18n/zh.js
Executable file
18
extensions/max-studio/i18n/zh.js
Executable file
@@ -0,0 +1,18 @@
|
||||
"use strict";
|
||||
module.exports = {
|
||||
name: "max-framework",
|
||||
description: "Max Framework - 游戏开发框架",
|
||||
show_log: "显示日志",
|
||||
hotupdate: {
|
||||
hotupdatecheck: "启用热更新",
|
||||
hotupdatecfg: "热更新配置文件",
|
||||
outputcfg: "输出目录",
|
||||
autoupload: "自动上传到MinIO",
|
||||
endpoint: "MinIO服务器地址",
|
||||
accesskey: "访问密钥ID",
|
||||
secretkey: "访问密钥Secret",
|
||||
bucket: "存储桶名称",
|
||||
usessl: "使用SSL连接",
|
||||
pathprefix: "路径前缀",
|
||||
},
|
||||
};
|
||||
Reference in New Issue
Block a user