* Modify version name.

This commit is contained in:
caoyanyi
2023-03-30 13:29:02 +08:00
parent c5311e0848
commit 845c6ab860
4 changed files with 1 additions and 5 deletions
-1
View File
@@ -39,7 +39,6 @@ $lang->api->noModule = 'No directory in the API library. Please add the
$lang->api->post = 'Auf Seiten Liste beziehen bei POST Debug';
$lang->api->noUniqueName = 'The API library name exists.';
$lang->api->noUniqueVersion = 'The version exists.';
$lang->api->version = 'Version';
$lang->api->createStruct = 'Create Data Structure';
$lang->api->editStruct = 'Edit Data Structure';
$lang->api->deleteStruct = 'Delete Data Structure';
-1
View File
@@ -39,7 +39,6 @@ $lang->api->noModule = 'No directory in the API library. Please add the
$lang->api->post = 'Please refer to the page form for post debugging';
$lang->api->noUniqueName = 'The API library name exists.';
$lang->api->noUniqueVersion = 'The version exists.';
$lang->api->version = 'Version';
$lang->api->createStruct = 'Create Data Structure';
$lang->api->editStruct = 'Edit Data Structure';
$lang->api->deleteStruct = 'Delete Data Structure';
-1
View File
@@ -39,7 +39,6 @@ $lang->api->noModule = 'No directory in the API library. Please add the
$lang->api->post = 'Se référer à la liste si POST Debug';
$lang->api->noUniqueName = 'The API library name exists.';
$lang->api->noUniqueVersion = 'The version exists.';
$lang->api->version = 'Version';
$lang->api->createStruct = 'Create Data Structure';
$lang->api->editStruct = 'Edit Data Structure';
$lang->api->deleteStruct = 'Delete Data Structure';
+1 -2
View File
@@ -39,7 +39,6 @@ $lang->api->noModule = '库下没有目录,请先维护目录';
$lang->api->post = 'POST方式调试请参照页面表单';
$lang->api->noUniqueName = '库名已存在。';
$lang->api->noUniqueVersion = '版本已存在。';
$lang->api->version = '版本';
$lang->api->createStruct = '创建数据结构';
$lang->api->editStruct = '编辑数据结构';
$lang->api->deleteStruct = '删除数据结构';
@@ -220,7 +219,7 @@ $lang->apistruct = new stdClass();
$lang->apistruct->name = '结构名';
$lang->api_lib_release = new stdClass();
$lang->api_lib_release->version = '版本';
$lang->api_lib_release->version = '版本号';
$lang->api->error = new stdclass();
$lang->api->error->onlySelect = 'SQL查询接口只允许SELECT查询';