|
180 | 180 | "sidebarItemHeight": "Sidebar Item Height", |
181 | 181 | "configSaveNote1": "Please note that all configurations should be saved to local file ", |
182 | 182 | "configSaveNote2": ", otherwise the configuration will be lost after refreshing the page.", |
183 | | - "copyConfig": "Copy json configuration", |
| 183 | + "copyConfig": "Save", |
184 | 184 | "normalMode": "Normal", |
185 | 185 | "topMenuBarMode": "Top Menu Bar", |
186 | 186 | "combinationMode": "Combination", |
187 | | - "copyConfigSuccess": "Copy successfully, please save to local file." |
| 187 | + "copyConfigSuccess": "Save successfully" |
188 | 188 | } |
189 | 189 | }, |
190 | 190 | "login": { |
|
752 | 752 | "libraryNote": "Note: You need to configure multiple databases in db-list in advance. If this item is empty, the automated code will be created using the gva main library (global.GVA_DB). If filled in, the code will be created for the specified library (global.MustGetGlobalDBByDBName(dbname))", |
753 | 753 | "useGvaNote": "Note: The struct global.Model will automatically include primary key and soft delete related operations", |
754 | 754 | "groupInfos": { |
755 | | - "useGvaStructure": "Use GVA Structure", |
| 755 | + "useGvaStructure": "GVA Structure", |
756 | 756 | "note1": "Note: Register the automatically generated API into the database", |
757 | | - "autoCreateApi": "Automatically Create API", |
| 757 | + "autoCreateApi": "Create API", |
758 | 758 | "note2": "Note: Register the automatically generated menu into the database", |
759 | | - "autoCreateMenu": "Automatically Create Menu", |
| 759 | + "autoCreateMenu": "Create Menu", |
760 | 760 | "note3": "Note: Automatically synchronize the database table structure, if not needed, you can choose to turn it off.", |
761 | | - "syncTableStructure": "Synchronize Table Structure", |
| 761 | + "syncTableStructure": "Synchronize Table", |
762 | 762 | "note4": "Note: Automatically generate button permission configuration within the page. If the button is not assigned in role management, the button will not be visible", |
763 | | - "createButtonPermissions": "Create Button Permissions", |
| 763 | + "createButtonPermissions": "Button Permissions", |
764 | 764 | "note5": "Note: Automatically add created_by, updated_by, deleted_by to the struct, making it easier for users to control resource permissions", |
765 | | - "createResourceIdentifier": "Create Resource Identifier", |
| 765 | + "createResourceIdentifier": "Resource Identifier", |
766 | 766 | "note6": "Note: Using the basic template will not generate any struct and CURD, only configure enter and other attributes to facilitate the development of non-CURD logic", |
767 | 767 | "basicTemplate": "Basic Template" |
768 | 768 | }, |
|
0 commit comments