This commit is contained in:
2026-05-19 11:57:58 +08:00
parent d3e4a1b773
commit 5f37bfa269
501 changed files with 82434 additions and 0 deletions

13
extensions/app/i18n/zh.js Executable file
View File

@@ -0,0 +1,13 @@
'use strict';
module.exports = {
description: '框架核心',
app: 'App',
create: '创建',
refresh: '刷新',
help: '帮助',
tiny: '压缩图片',
menuCreateView: '创建UI',
menuCreateManager: '创建Manager',
menuCreateControl: '创建Control',
menuCreateModel: '创建Model',
};