diff --git a/aspnet-core/modules/oss-management/LINGYUN.Abp.OssManagement.Domain.Shared/LINGYUN/Abp/OssManagement/Localization/Resources/en.json b/aspnet-core/modules/oss-management/LINGYUN.Abp.OssManagement.Domain.Shared/LINGYUN/Abp/OssManagement/Localization/Resources/en.json index e47101e09..b1308dcdc 100644 --- a/aspnet-core/modules/oss-management/LINGYUN.Abp.OssManagement.Domain.Shared/LINGYUN/Abp/OssManagement/Localization/Resources/en.json +++ b/aspnet-core/modules/oss-management/LINGYUN.Abp.OssManagement.Domain.Shared/LINGYUN/Abp/OssManagement/Localization/Resources/en.json @@ -1,13 +1,13 @@ { "culture": "en", "texts": { - "Abp.FileManagement:010001": "Cannot delete a container that has more than one object!", - "Abp.FileManagement:010402": "The container name already exists!", - "Abp.FileManagement:010404": "The queried container could not be found!", - "Abp.FileManagement:020001": "An object that has more than one child cannot be deleted!", - "Abp.FileManagement:020402": "The object name already exists!", - "Abp.FileManagement:020404": "The queried object could not be found!", - "Abp.FileManagement:000405": "The path object name has exceeded the allowable maximum length and cannot continue to create a new object!", + "Abp.OssManagement:010001": "Cannot delete a container that has more than one object!", + "Abp.OssManagement:010402": "The container name already exists!", + "Abp.OssManagement:010404": "The queried container could not be found!", + "Abp.OssManagement:020001": "An object that has more than one child cannot be deleted!", + "Abp.OssManagement:020402": "The object name already exists!", + "Abp.OssManagement:020404": "The queried object could not be found!", + "Abp.OssManagement:000405": "The path object name has exceeded the allowable maximum length and cannot continue to create a new object!", "Permission:OssManagement": "Object Storage", "Permission:Container": "Containers", "Permission:OssObject": "Objects", diff --git a/aspnet-core/modules/oss-management/LINGYUN.Abp.OssManagement.Domain.Shared/LINGYUN/Abp/OssManagement/Localization/Resources/zh-Hans.json b/aspnet-core/modules/oss-management/LINGYUN.Abp.OssManagement.Domain.Shared/LINGYUN/Abp/OssManagement/Localization/Resources/zh-Hans.json index 889d7b3cf..57659a89f 100644 --- a/aspnet-core/modules/oss-management/LINGYUN.Abp.OssManagement.Domain.Shared/LINGYUN/Abp/OssManagement/Localization/Resources/zh-Hans.json +++ b/aspnet-core/modules/oss-management/LINGYUN.Abp.OssManagement.Domain.Shared/LINGYUN/Abp/OssManagement/Localization/Resources/zh-Hans.json @@ -1,13 +1,13 @@ { "culture": "zh-Hans", "texts": { - "Abp.FileManagement:010001": "不能删除存在多个对象的容器!", - "Abp.FileManagement:010402": "容器名称已经存在!", - "Abp.FileManagement:010404": "未能找到查询的容器!", - "Abp.FileManagement:020001": "不能删除存在多个子级的对象!", - "Abp.FileManagement:020402": "对象名称已经存在!", - "Abp.FileManagement:020404": "未能找到查询的对象!", - "Abp.FileManagement:000405": "此路径对象名称已超出允许的最大长度,无法继续创建新对象!", + "Abp.OssManagement:010001": "不能删除存在多个对象的容器!", + "Abp.OssManagement:010402": "容器名称已经存在!", + "Abp.OssManagement:010404": "未能找到查询的容器!", + "Abp.OssManagement:020001": "不能删除存在多个子级的对象!", + "Abp.OssManagement:020402": "对象名称已经存在!", + "Abp.OssManagement:020404": "未能找到查询的对象!", + "Abp.OssManagement:000405": "此路径对象名称已超出允许的最大长度,无法继续创建新对象!", "Permission:OssManagement": "对象存储", "Permission:Container": "容器管理", "Permission:OssObject": "对象管理", diff --git a/vueJs/src/views/localization-management/languages/index.vue b/vueJs/src/views/localization-management/languages/index.vue index 42160da49..08464afdf 100644 --- a/vueJs/src/views/localization-management/languages/index.vue +++ b/vueJs/src/views/localization-management/languages/index.vue @@ -6,7 +6,7 @@