调整选择性别的语言适配

This commit is contained in:
X1627315083
2025-10-13 11:41:01 +08:00
parent bac03bea5d
commit 459845a2dc
4 changed files with 11 additions and 2 deletions

7
components.d.ts vendored
View File

@@ -9,8 +9,10 @@ export {}
declare module 'vue' { declare module 'vue' {
export interface GlobalComponents { export interface GlobalComponents {
ABadge: typeof import('ant-design-vue/es')['Badge'] ABadge: typeof import('ant-design-vue/es')['Badge']
ABreadcrumb: typeof import('ant-design-vue/es')['Breadcrumb']
ACheckbox: typeof import('ant-design-vue/es')['Checkbox'] ACheckbox: typeof import('ant-design-vue/es')['Checkbox']
AConfigProvider: typeof import('ant-design-vue/es')['ConfigProvider'] AConfigProvider: typeof import('ant-design-vue/es')['ConfigProvider']
ADatePicker: typeof import('ant-design-vue/es')['DatePicker']
ADrawer: typeof import('ant-design-vue/es')['Drawer'] ADrawer: typeof import('ant-design-vue/es')['Drawer']
ADropdown: typeof import('ant-design-vue/es')['Dropdown'] ADropdown: typeof import('ant-design-vue/es')['Dropdown']
AImage: typeof import('ant-design-vue/es')['Image'] AImage: typeof import('ant-design-vue/es')['Image']
@@ -18,17 +20,22 @@ declare module 'vue' {
AMenu: typeof import('ant-design-vue/es')['Menu'] AMenu: typeof import('ant-design-vue/es')['Menu']
AMenuItem: typeof import('ant-design-vue/es')['MenuItem'] AMenuItem: typeof import('ant-design-vue/es')['MenuItem']
AModal: typeof import('ant-design-vue/es')['Modal'] AModal: typeof import('ant-design-vue/es')['Modal']
APagination: typeof import('ant-design-vue/es')['Pagination']
APopover: typeof import('ant-design-vue/es')['Popover'] APopover: typeof import('ant-design-vue/es')['Popover']
ARangePicker: typeof import('ant-design-vue/es')['RangePicker'] ARangePicker: typeof import('ant-design-vue/es')['RangePicker']
ASelect: typeof import('ant-design-vue/es')['Select'] ASelect: typeof import('ant-design-vue/es')['Select']
ASelectOption: typeof import('ant-design-vue/es')['SelectOption'] ASelectOption: typeof import('ant-design-vue/es')['SelectOption']
ASlider: typeof import('ant-design-vue/es')['Slider'] ASlider: typeof import('ant-design-vue/es')['Slider']
ASpace: typeof import('ant-design-vue/es')['Space']
ASpin: typeof import('ant-design-vue/es')['Spin'] ASpin: typeof import('ant-design-vue/es')['Spin']
ASubMenu: typeof import('ant-design-vue/es')['SubMenu']
ASwitch: typeof import('ant-design-vue/es')['Switch'] ASwitch: typeof import('ant-design-vue/es')['Switch']
ATable: typeof import('ant-design-vue/es')['Table'] ATable: typeof import('ant-design-vue/es')['Table']
ATabPane: typeof import('ant-design-vue/es')['TabPane'] ATabPane: typeof import('ant-design-vue/es')['TabPane']
ATabs: typeof import('ant-design-vue/es')['Tabs'] ATabs: typeof import('ant-design-vue/es')['Tabs']
ATimeRangePicker: typeof import('ant-design-vue/es')['TimeRangePicker']
AUpload: typeof import('ant-design-vue/es')['Upload'] AUpload: typeof import('ant-design-vue/es')['Upload']
ElCascader: typeof import('element-plus/es')['ElCascader']
RouterLink: typeof import('vue-router')['RouterLink'] RouterLink: typeof import('vue-router')['RouterLink']
RouterView: typeof import('vue-router')['RouterView'] RouterView: typeof import('vue-router')['RouterView']
} }

BIN
dist.7z

Binary file not shown.

View File

@@ -335,7 +335,8 @@ export default {
jsContent10: "是否另存为当前模特?", jsContent10: "是否另存为当前模特?",
jsContent11: "你确定删除当前品牌DNA吗", jsContent11: "你确定删除当前品牌DNA吗",
jsContent12: "请先取消选中后就再次点击删除", jsContent12: "请先取消选中后就再次点击删除",
jsContent13: "您必须选择至少一个模特,且最多不超过四个", jsContent13: "您必须选择当前性别至少一个模特,且最多不超过四个",
jsContent14: "您必须选择一个当前项目性别相同的模特",
}, },
HistoryPage: { HistoryPage: {
History: "历史", History: "历史",

View File

@@ -335,7 +335,8 @@ export default {
jsContent10: "Save as New or Overwrite Current Mannequin?", jsContent10: "Save as New or Overwrite Current Mannequin?",
jsContent11: "Are you sure about deleting the current brand DNA?", jsContent11: "Are you sure about deleting the current brand DNA?",
jsContent12: "Please deselect first, then try deleting again.", jsContent12: "Please deselect first, then try deleting again.",
jsContent13: "You must select at least one mannequin and no more than four.", jsContent13: "You must select at least one model of the current gender, and no more than four.",
jsContent14: "You must select a model whose gender is the same as that of the current project.",
}, },
HistoryPage: { HistoryPage: {
History: "History", History: "History",