Browse Source

Merge pull request #235 from colinin/4.2

fix some issues
pull/252/head
cKey 5 years ago
committed by GitHub
parent
commit
d043e1b249
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 14
      aspnet-core/modules/oss-management/LINGYUN.Abp.OssManagement.Domain.Shared/LINGYUN/Abp/OssManagement/Localization/Resources/en.json
  2. 14
      aspnet-core/modules/oss-management/LINGYUN.Abp.OssManagement.Domain.Shared/LINGYUN/Abp/OssManagement/Localization/Resources/zh-Hans.json
  3. 2
      vueJs/src/views/localization-management/languages/index.vue
  4. 2
      vueJs/src/views/localization-management/resources/index.vue

14
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",

14
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": "对象管理",

2
vueJs/src/views/localization-management/languages/index.vue

@ -6,7 +6,7 @@
<el-row style="width: 100%;">
<el-col :span="20">
<el-input
v-model="filter"
v-model="dataFilter.filter"
:placeholder="$t('LocalizationManagement.SearchFilter')"
>
<el-button

2
vueJs/src/views/localization-management/resources/index.vue

@ -6,7 +6,7 @@
<el-row style="width: 100%;">
<el-col :span="20">
<el-input
v-model="filter"
v-model="dataFilter.filter"
:placeholder="$t('LocalizationManagement.SearchFilter')"
>
<el-button

Loading…
Cancel
Save