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",
|
||||
},
|
||||
};
|
||||
Reference in New Issue
Block a user