画布部分语言适配
This commit is contained in:
@@ -145,10 +145,10 @@
|
||||
</div>
|
||||
<div class="dialog-buttons">
|
||||
<button class="cancel-btn" @click="cancelFeather">
|
||||
{{ $t("取消") }}
|
||||
{{ $t("Canvas.close") }}
|
||||
</button>
|
||||
<button class="confirm-btn" @click="applyFeather">
|
||||
{{ $t("确认") }}
|
||||
{{ $t("Canvas.confirmEdit") }}
|
||||
</button>
|
||||
</div>
|
||||
</div>
|
||||
@@ -159,7 +159,7 @@
|
||||
<div v-if="showColorPicker" class="dialog-overlay">
|
||||
<div class="dialog-container">
|
||||
<div class="dialog-header">
|
||||
<h3>{{ $t("选择填充颜色") }}</h3>
|
||||
<h3>{{ $t("Canvas.SelectFillColor") }}</h3>
|
||||
<button class="close-dialog-btn" @click="cancelColorPicker">
|
||||
×
|
||||
</button>
|
||||
@@ -168,10 +168,10 @@
|
||||
<input type="color" v-model="fillColor" class="color-picker" />
|
||||
<div class="dialog-buttons">
|
||||
<button class="cancel-btn" @click="cancelColorPicker">
|
||||
{{ $t("取消") }}
|
||||
{{ $t("Canvas.close") }}
|
||||
</button>
|
||||
<button class="confirm-btn" @click="confirmColorPicker">
|
||||
{{ $t("确认") }}
|
||||
{{ $t("Canvas.confirmEdit") }}
|
||||
</button>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -770,7 +770,7 @@ export class ToolManager {
|
||||
title,
|
||||
content,
|
||||
okText: this.t("Canvas.ConfirmRasterization"),
|
||||
cancelText: "取消",
|
||||
cancelText: this.t("Canvas.close"),
|
||||
centered: true,
|
||||
icon: h("span", { style: "color: #faad14;" }, "⚠️"),
|
||||
onOk: () => {
|
||||
|
||||
605
src/lang/cn.ts
605
src/lang/cn.ts
@@ -59,15 +59,15 @@ export default {
|
||||
Earlier: "更早",
|
||||
openUpgrade: "升级至专业版",
|
||||
pastDue: "只有成为正式用户后,您才能使用这些功能~",
|
||||
SERIES_DESIGN:'整身设计',
|
||||
SINGLE_DESIGN:'单品设计',
|
||||
FINISHED_PRODUCT:'产品图设计',
|
||||
PRINT_DESIGN:'印花设计',
|
||||
TO_PRODUCT_IMAGE:'产品图',
|
||||
RELIGHT:'产品图',
|
||||
POSE_TRANSFER:'视频',
|
||||
THREE_D_PLATE_MAKING:'3D图案制作',
|
||||
CANVAS:'画布',
|
||||
SERIES_DESIGN: '整身设计',
|
||||
SINGLE_DESIGN: '单品设计',
|
||||
FINISHED_PRODUCT: '产品图设计',
|
||||
PRINT_DESIGN: '印花设计',
|
||||
TO_PRODUCT_IMAGE: '产品图',
|
||||
RELIGHT: '产品图',
|
||||
POSE_TRANSFER: '视频',
|
||||
THREE_D_PLATE_MAKING: '3D图案制作',
|
||||
CANVAS: '画布',
|
||||
jsContent1: "邮箱格式不正确",
|
||||
jsContent2: "绑定邮箱成功",
|
||||
jsContent3: `已经长时间未操作,您必须活跃起来,否则将会在{numTime} S 后退出登录`,
|
||||
@@ -364,7 +364,7 @@ export default {
|
||||
ModelPlacement: {
|
||||
Registration: "新增模特",
|
||||
Proportion: "比例",
|
||||
Resize:"缩放",
|
||||
Resize: "缩放",
|
||||
Submit: "保存",
|
||||
Preview: "预览",
|
||||
Back: "Back",
|
||||
@@ -483,7 +483,7 @@ export default {
|
||||
selectImgList: {
|
||||
SelectImg: "选择图片来提取主色",
|
||||
Clear: "关闭",
|
||||
ok:'确认',
|
||||
ok: '确认',
|
||||
},
|
||||
MoodboardUpload: {
|
||||
Upload: "上传",
|
||||
@@ -745,7 +745,7 @@ export default {
|
||||
cover: "是否要把生成的内容存为新的设计",
|
||||
},
|
||||
account: {
|
||||
update:'动态',
|
||||
update: '动态',
|
||||
personCentered: "个人中心",
|
||||
back: "返回",
|
||||
frontPage: "我的信息",
|
||||
@@ -756,7 +756,7 @@ export default {
|
||||
editUser: "修改个人信息",
|
||||
notModifiable: "没有修改次数",
|
||||
remainingModifications: "本月剩余次数:",
|
||||
plaseSelect:"请选择",
|
||||
plaseSelect: "请选择",
|
||||
Country: "国家或地区",
|
||||
CompanyName: "职业",
|
||||
Status: "状态",
|
||||
@@ -831,7 +831,7 @@ export default {
|
||||
},
|
||||
Renew: {
|
||||
title: "选择你的最佳计划",
|
||||
MOSTPOPULAR:'最受欢迎的',
|
||||
MOSTPOPULAR: '最受欢迎的',
|
||||
Monthly: "月度",
|
||||
promotionCode: "优惠码",
|
||||
use: "应用",
|
||||
@@ -946,13 +946,13 @@ export default {
|
||||
add: "添加",
|
||||
delete: "删除",
|
||||
submit: "提交",
|
||||
paragraph:'请输入\n一段话把',
|
||||
paragraph: '请输入\n一段话把',
|
||||
},
|
||||
newProjectg: {
|
||||
projectSetting:'项目设置',
|
||||
projectSetting: '项目设置',
|
||||
helpYou: "今天我能为您做些什么呢?",
|
||||
info:'释放你的创造力',
|
||||
CreateProject:'创建项目',
|
||||
info: '释放你的创造力',
|
||||
CreateProject: '创建项目',
|
||||
Chat: "代理模式",
|
||||
Setting: "手动模式",
|
||||
SeriesDesign: "整身设计",
|
||||
@@ -962,7 +962,7 @@ export default {
|
||||
single: "单品设计",
|
||||
DeepThinking: "深度思考",
|
||||
SingleDesignInfo: "单一设计专注于单一服装类别的独立设计,例如 T 恤、连衣裙或夹克,无需考虑与其他单品的搭配。使用“设计资源”面板中的“情绪板”、“打印板”、“配色板”和“草图板”来收集灵感,并专注于打造一件独一无二的作品。完成后,在“草稿”和“收藏”面板中使用“产品图像”、“重新照明”和“传输姿势”等工具优化您的设计,然后导出到“画布”以展示您的个人作品。",
|
||||
selectDesignType:'请选择设计类型',
|
||||
selectDesignType: '请选择设计类型',
|
||||
hintListSERIES1: "设计一套以夏日海滩为灵感的连衣裙。",
|
||||
hintListSERIES2: "设计一套暗色系,哥特风格的上衣。",
|
||||
hintListSERIES3: "设计一套男童的无帽夹克设计,要求以森林探险为主题。",
|
||||
@@ -1022,8 +1022,8 @@ export default {
|
||||
Slogan: "标语",
|
||||
Upload: "上传",
|
||||
Delete: "删除",
|
||||
Finish:'我们已经根据您的喜好确定了您的风格。',
|
||||
LastCompletionTime:'上次完成时间',
|
||||
Finish: '我们已经根据您的喜好确定了您的风格。',
|
||||
LastCompletionTime: '上次完成时间',
|
||||
textarea: "请阐述您对这个品牌的看法,我们将帮助您设计出名称、标志以及宣传语。",
|
||||
},
|
||||
chat: {
|
||||
@@ -1042,11 +1042,11 @@ export default {
|
||||
Canvas: {
|
||||
Canvas: "画布",
|
||||
layer: "图层",
|
||||
photoGallery:'图片库',
|
||||
NoPicture:'暂无图片',
|
||||
all:'全部',
|
||||
general:'共',
|
||||
PicturesInTotal:'张照片',
|
||||
photoGallery: '图片库',
|
||||
NoPicture: '暂无图片',
|
||||
all: '全部',
|
||||
general: '共',
|
||||
PicturesInTotal: '张照片',
|
||||
createGroup: "创建组",
|
||||
slutionGroup: "解组",
|
||||
deleteLayer: "删除图层",
|
||||
@@ -1095,6 +1095,7 @@ export default {
|
||||
Drawing: "画笔",
|
||||
Eraser: "橡皮擦",
|
||||
FillColor: "填充颜色",
|
||||
SelectFillColor: '选择填充颜色',
|
||||
Pan: "整体拖拽",
|
||||
Select: "选择",
|
||||
Liquefying: "液化",
|
||||
@@ -1120,303 +1121,303 @@ export default {
|
||||
Background: "背景",
|
||||
freehandSketching: "手绘",
|
||||
rectangle: "矩形",
|
||||
ellipse:"椭圆",
|
||||
creation:"创建",
|
||||
CreateAndCopy:"创建并拷贝",
|
||||
TheClearlySelectedContent:"清除选中内容",
|
||||
Rename:"重命名",
|
||||
Layers:"图层",
|
||||
copyLayer:"复制图层",
|
||||
delete:"删除",
|
||||
groupLayer:'组图层',
|
||||
exportLayer:'导出图层',
|
||||
groupingOperation:'组操作',
|
||||
unzipGroup:'解组',
|
||||
layerOperation:'组操作',
|
||||
sticekToTop:'置顶',
|
||||
MoveUpOneLayer:'向上移动一层',
|
||||
MoveDownOneLayer:'向下移动一层',
|
||||
SinkToBottom:'置底',
|
||||
BrushType:'笔刷类型',
|
||||
ShadowSettings:'阴影设置',
|
||||
EnableShadows:'启用阴影',
|
||||
ShadowColor:'阴影颜色',
|
||||
ShadowWidth:'阴影宽度',
|
||||
ShadowOffsetX:'阴影偏移X',
|
||||
ShadowOffsetY:'阴影偏移Y',
|
||||
ShadowPreview:'阴影预览',
|
||||
BrushPreset:'笔刷预设',
|
||||
Pencil:'铅笔',
|
||||
Texture:'纹理',
|
||||
Crayon:'蜡笔',
|
||||
Fur:'毛笔',
|
||||
Ink:'水墨笔',
|
||||
Longfur:'长毛笔',
|
||||
Writing:'书法笔',
|
||||
Marker:'马克笔',
|
||||
Pen:'钢笔',
|
||||
Ribbon:'飘带',
|
||||
Shaded:'阴影笔',
|
||||
Spray:'喷枪',
|
||||
BrushSize:"笔刷大小",
|
||||
BrushDeSize:'笔刷的大小',
|
||||
BrushColor:'笔刷颜色',
|
||||
BrushDeColor:'笔刷的颜色',
|
||||
BrushOpacity:'笔刷透明度',
|
||||
BrushdeOpacity:'笔刷的透明度',
|
||||
BasicBrushes:'基础笔刷',
|
||||
PaintingBrush:'绘画笔刷',
|
||||
SpecialEffectsBrush:'特效笔刷',
|
||||
PencilSettings:'蜡笔设置',
|
||||
ParticleSeparationDegree:'粒子分离度',
|
||||
ParticleSeparationDegreeDescription:'控制蜡笔颗粒的分离程度',
|
||||
TheAmountOfInk:'墨量',
|
||||
TheAmountOfInkDescription:'控制蜡笔的颜料量',
|
||||
randomness:'随机性',
|
||||
randomnessDescription:'控制蜡笔纹理的随机程度',
|
||||
TextureType:'纹理类型',
|
||||
TextureTypeDescription:'设置蜡笔的纹理类型',
|
||||
Default:'默认',
|
||||
Rough:'粗糙',
|
||||
Smooth:'平滑',
|
||||
basic:'基础',
|
||||
ellipse: "椭圆",
|
||||
creation: "创建",
|
||||
CreateAndCopy: "创建并拷贝",
|
||||
TheClearlySelectedContent: "清除选中内容",
|
||||
Rename: "重命名",
|
||||
Layers: "图层",
|
||||
copyLayer: "复制图层",
|
||||
delete: "删除",
|
||||
groupLayer: '组图层',
|
||||
exportLayer: '导出图层',
|
||||
groupingOperation: '组操作',
|
||||
unzipGroup: '解组',
|
||||
layerOperation: '组操作',
|
||||
sticekToTop: '置顶',
|
||||
MoveUpOneLayer: '向上移动一层',
|
||||
MoveDownOneLayer: '向下移动一层',
|
||||
SinkToBottom: '置底',
|
||||
BrushType: '笔刷类型',
|
||||
ShadowSettings: '阴影设置',
|
||||
EnableShadows: '启用阴影',
|
||||
ShadowColor: '阴影颜色',
|
||||
ShadowWidth: '阴影宽度',
|
||||
ShadowOffsetX: '阴影偏移X',
|
||||
ShadowOffsetY: '阴影偏移Y',
|
||||
ShadowPreview: '阴影预览',
|
||||
BrushPreset: '笔刷预设',
|
||||
Pencil: '铅笔',
|
||||
Texture: '纹理',
|
||||
Crayon: '蜡笔',
|
||||
Fur: '毛笔',
|
||||
Ink: '水墨笔',
|
||||
Longfur: '长毛笔',
|
||||
Writing: '书法笔',
|
||||
Marker: '马克笔',
|
||||
Pen: '钢笔',
|
||||
Ribbon: '飘带',
|
||||
Shaded: '阴影笔',
|
||||
Spray: '喷枪',
|
||||
BrushSize: "笔刷大小",
|
||||
BrushDeSize: '笔刷的大小',
|
||||
BrushColor: '笔刷颜色',
|
||||
BrushDeColor: '笔刷的颜色',
|
||||
BrushOpacity: '笔刷透明度',
|
||||
BrushdeOpacity: '笔刷的透明度',
|
||||
BasicBrushes: '基础笔刷',
|
||||
PaintingBrush: '绘画笔刷',
|
||||
SpecialEffectsBrush: '特效笔刷',
|
||||
PencilSettings: '蜡笔设置',
|
||||
ParticleSeparationDegree: '粒子分离度',
|
||||
ParticleSeparationDegreeDescription: '控制蜡笔颗粒的分离程度',
|
||||
TheAmountOfInk: '墨量',
|
||||
TheAmountOfInkDescription: '控制蜡笔的颜料量',
|
||||
randomness: '随机性',
|
||||
randomnessDescription: '控制蜡笔纹理的随机程度',
|
||||
TextureType: '纹理类型',
|
||||
TextureTypeDescription: '设置蜡笔的纹理类型',
|
||||
Default: '默认',
|
||||
Rough: '粗糙',
|
||||
Smooth: '平滑',
|
||||
basic: '基础',
|
||||
//长毛笔
|
||||
FurSettings:'长毛笔设置',
|
||||
FurLength:'毛发长度',
|
||||
FurLengthDescription:'控制毛发的长度',
|
||||
FurDensity:'毛发密度',
|
||||
FurDensityDescription:'控制毛发的密度',
|
||||
FurRandomness:'随机性',
|
||||
FurRandomnessDescription:'控制毛发的随机分布程度',
|
||||
FlowCoefficient:'流动系数',
|
||||
FlowCoefficientDescription:'控制毛发的流动感',
|
||||
furCurvature:'弯曲度',
|
||||
furCurvatureDescription:'控制毛发的弯曲程度',
|
||||
randomizeDirection:'随机方向',
|
||||
randomizeDirectionDescription:'是否随机化毛发方向',
|
||||
FurSettings: '长毛笔设置',
|
||||
FurLength: '毛发长度',
|
||||
FurLengthDescription: '控制毛发的长度',
|
||||
FurDensity: '毛发密度',
|
||||
FurDensityDescription: '控制毛发的密度',
|
||||
FurRandomness: '随机性',
|
||||
FurRandomnessDescription: '控制毛发的随机分布程度',
|
||||
FlowCoefficient: '流动系数',
|
||||
FlowCoefficientDescription: '控制毛发的流动感',
|
||||
furCurvature: '弯曲度',
|
||||
furCurvatureDescription: '控制毛发的弯曲程度',
|
||||
randomizeDirection: '随机方向',
|
||||
randomizeDirectionDescription: '是否随机化毛发方向',
|
||||
//水墨
|
||||
InkSettings:'水墨设置',
|
||||
InkAmount:'墨量',
|
||||
InkAmountDescription:'控制水墨的浓度',
|
||||
InkRange:'笔触范围',
|
||||
InkRangeDescription:'控制水墨扩散的范围',
|
||||
InkSplashEnabled:'溅墨效果',
|
||||
InkSplashEnabledDescription:'是否启用溅墨效果',
|
||||
InkSize:'溅墨大小',
|
||||
InkSizeDescription:'溅墨点的大小',
|
||||
InkRandomness:'溅墨距离',
|
||||
InkRandomnessDescription:'溅墨可扩散的最大距离',
|
||||
InkSettings: '水墨设置',
|
||||
InkAmount: '墨量',
|
||||
InkAmountDescription: '控制水墨的浓度',
|
||||
InkRange: '笔触范围',
|
||||
InkRangeDescription: '控制水墨扩散的范围',
|
||||
InkSplashEnabled: '溅墨效果',
|
||||
InkSplashEnabledDescription: '是否启用溅墨效果',
|
||||
InkSize: '溅墨大小',
|
||||
InkSizeDescription: '溅墨点的大小',
|
||||
InkRandomness: '溅墨距离',
|
||||
InkRandomnessDescription: '溅墨可扩散的最大距离',
|
||||
//书法笔
|
||||
WritingSettings:'书法笔设置',
|
||||
WritingBrushPressure:"笔压感应",
|
||||
WritingBrushPressureDescription:"控制笔触的力度感应",
|
||||
WritingAmount:"墨量",
|
||||
WritingAmountDescription:"控制笔触中的墨水量",
|
||||
WritingPenTipCoefficient:"笔锋系数",
|
||||
WritingPenTipCoefficientDescription:"控制笔锋的尖锐程度",
|
||||
WritingDropEffect:"墨滴效果",
|
||||
WritingDropEffectDescription:"是否启用墨滴效果",
|
||||
WritingSettings: '书法笔设置',
|
||||
WritingBrushPressure: "笔压感应",
|
||||
WritingBrushPressureDescription: "控制笔触的力度感应",
|
||||
WritingAmount: "墨量",
|
||||
WritingAmountDescription: "控制笔触中的墨水量",
|
||||
WritingPenTipCoefficient: "笔锋系数",
|
||||
WritingPenTipCoefficientDescription: "控制笔锋的尖锐程度",
|
||||
WritingDropEffect: "墨滴效果",
|
||||
WritingDropEffectDescription: "是否启用墨滴效果",
|
||||
//马克笔
|
||||
MarkerSettings:'马克笔设置',
|
||||
MarkerWidth:'笔触宽度',
|
||||
MarkerWidthDescription:'控制马克笔笔触的宽度',
|
||||
MarkerCapStyle:'笔头样式',
|
||||
MarkerCapStyleDescription:'设置马克笔笔头的形状',
|
||||
MarkerCapStyleRound:'圆形',
|
||||
MarkerCapStyleSquare:'方形',
|
||||
MarkerMixedModel:'混合模式',
|
||||
MarkerMixedModelDescription:'设置马克笔的颜色混合方式',
|
||||
MarkerMixedModelMultiply:'正片叠底',
|
||||
MarkerMixedModelNormal:'正常',
|
||||
MarkerSettings: '马克笔设置',
|
||||
MarkerWidth: '笔触宽度',
|
||||
MarkerWidthDescription: '控制马克笔笔触的宽度',
|
||||
MarkerCapStyle: '笔头样式',
|
||||
MarkerCapStyleDescription: '设置马克笔笔头的形状',
|
||||
MarkerCapStyleRound: '圆形',
|
||||
MarkerCapStyleSquare: '方形',
|
||||
MarkerMixedModel: '混合模式',
|
||||
MarkerMixedModelDescription: '设置马克笔的颜色混合方式',
|
||||
MarkerMixedModelMultiply: '正片叠底',
|
||||
MarkerMixedModelNormal: '正常',
|
||||
//钢笔
|
||||
PenSettings:'钢笔设置',
|
||||
PenWidth:'笔触宽度',
|
||||
PenWidthDescription:'控制钢笔墨水最小透明度',
|
||||
PenMinimumInkTransparency:'最小墨水透明度',
|
||||
PenMinimumInkTransparencyDescription:'控制钢笔笔触的宽度',
|
||||
PenMaximumInkTransparency:'最大墨水透明度',
|
||||
PenMaximumInkTransparencyDescription:'控制钢笔墨水最大透明度',
|
||||
PenSettings: '钢笔设置',
|
||||
PenWidth: '笔触宽度',
|
||||
PenWidthDescription: '控制钢笔墨水最小透明度',
|
||||
PenMinimumInkTransparency: '最小墨水透明度',
|
||||
PenMinimumInkTransparencyDescription: '控制钢笔笔触的宽度',
|
||||
PenMaximumInkTransparency: '最大墨水透明度',
|
||||
PenMaximumInkTransparencyDescription: '控制钢笔墨水最大透明度',
|
||||
//飘带
|
||||
RibbonSettings:'飘带设置',
|
||||
RibbonWidth:'飘带宽度',
|
||||
RibbonWidthDescription:'控制飘带的宽度',
|
||||
RibbonVariation:'宽度变化',
|
||||
RibbonVariationDescription:'控制飘带宽度的变化程度',
|
||||
RibbonSmoothness:'平滑度',
|
||||
RibbonSmoothnessDescription:'控制飘带曲线的平滑程度',
|
||||
RibbonGradient:'启用渐变',
|
||||
RibbonGradientDescription:'是否启用渐变效果',
|
||||
RibbonGradientColor1:'渐变起始颜色',
|
||||
RibbonGradientColor1Description:'设置渐变的起始颜色',
|
||||
RibbonGradientColor2:'渐变结束颜色',
|
||||
RibbonGradientColor2Description:'设置渐变的结束颜色',
|
||||
RibbonSettings: '飘带设置',
|
||||
RibbonWidth: '飘带宽度',
|
||||
RibbonWidthDescription: '控制飘带的宽度',
|
||||
RibbonVariation: '宽度变化',
|
||||
RibbonVariationDescription: '控制飘带宽度的变化程度',
|
||||
RibbonSmoothness: '平滑度',
|
||||
RibbonSmoothnessDescription: '控制飘带曲线的平滑程度',
|
||||
RibbonGradient: '启用渐变',
|
||||
RibbonGradientDescription: '是否启用渐变效果',
|
||||
RibbonGradientColor1: '渐变起始颜色',
|
||||
RibbonGradientColor1Description: '设置渐变的起始颜色',
|
||||
RibbonGradientColor2: '渐变结束颜色',
|
||||
RibbonGradientColor2Description: '设置渐变的结束颜色',
|
||||
//阴影笔
|
||||
ShadedSettings:'阴影笔设置',
|
||||
ShadedColor:'阴影颜色',
|
||||
ShadedColorDescription:'设置阴影的颜色',
|
||||
ShadedBlur:'阴影模糊',
|
||||
ShadedBlurDescription:'设置阴影的模糊程度',
|
||||
ShadedOffsetX:'阴影偏移X',
|
||||
ShadedOffsetXDescription:'设置阴影在X轴上的偏移量',
|
||||
ShadedOffsetY:'阴影偏移Y',
|
||||
ShadedOffsetYDescription:'设置阴影在Y轴上的偏移量',
|
||||
ShadedMixedModel:'混合模式',
|
||||
ShadedMixedModelDescription:'设置阴影的混合模式',
|
||||
ShadedMixedModelNormal:'正常',
|
||||
ShadedMixedModelMultiply:'正片叠底',
|
||||
ShadedMixedModelScreen:'滤色',
|
||||
ShadedMixedModelOverlay:'叠加',
|
||||
ShadedMixedModelDarken:'变暗',
|
||||
ShadedMixedModelLighten:'变亮',
|
||||
ShadedMixedModelColorDodge:'颜色减淡',
|
||||
ShadedMixedModelColorBurn:'颜色加深',
|
||||
ShadedMixedModelHardLight:'强光',
|
||||
ShadedMixedModelSoftLight:'柔光',
|
||||
ShadedMixedModelDifference:'差值',
|
||||
ShadedMixedModelExclusion:'排除',
|
||||
ShadedSettings: '阴影笔设置',
|
||||
ShadedColor: '阴影颜色',
|
||||
ShadedColorDescription: '设置阴影的颜色',
|
||||
ShadedBlur: '阴影模糊',
|
||||
ShadedBlurDescription: '设置阴影的模糊程度',
|
||||
ShadedOffsetX: '阴影偏移X',
|
||||
ShadedOffsetXDescription: '设置阴影在X轴上的偏移量',
|
||||
ShadedOffsetY: '阴影偏移Y',
|
||||
ShadedOffsetYDescription: '设置阴影在Y轴上的偏移量',
|
||||
ShadedMixedModel: '混合模式',
|
||||
ShadedMixedModelDescription: '设置阴影的混合模式',
|
||||
ShadedMixedModelNormal: '正常',
|
||||
ShadedMixedModelMultiply: '正片叠底',
|
||||
ShadedMixedModelScreen: '滤色',
|
||||
ShadedMixedModelOverlay: '叠加',
|
||||
ShadedMixedModelDarken: '变暗',
|
||||
ShadedMixedModelLighten: '变亮',
|
||||
ShadedMixedModelColorDodge: '颜色减淡',
|
||||
ShadedMixedModelColorBurn: '颜色加深',
|
||||
ShadedMixedModelHardLight: '强光',
|
||||
ShadedMixedModelSoftLight: '柔光',
|
||||
ShadedMixedModelDifference: '差值',
|
||||
ShadedMixedModelExclusion: '排除',
|
||||
//喷枪
|
||||
SpraySettings:'喷枪设置',
|
||||
leptonema:'细线',
|
||||
MediumCoarse:'中粗',
|
||||
Pachytene:'粗线',
|
||||
Watercolour:'水彩',
|
||||
SpraySettings: '喷枪设置',
|
||||
leptonema: '细线',
|
||||
MediumCoarse: '中粗',
|
||||
Pachytene: '粗线',
|
||||
Watercolour: '水彩',
|
||||
//添加文字弹窗面板
|
||||
EditTextStyle:'编辑文本样式',
|
||||
close:'取消',
|
||||
confirmEdit:'确认',
|
||||
fontFamily:'字体',
|
||||
fontStyle:'样式',
|
||||
design:'设计',
|
||||
size:'尺寸',
|
||||
charSpacing:'字符间距',
|
||||
lineHeight:'行高',
|
||||
opacity:'透明度',
|
||||
property:'字体属性',
|
||||
fontColor:'字体颜色',
|
||||
BGColor:'背景色',
|
||||
BGOpacity:'透明',
|
||||
SelectTextColor:'选择文字颜色',
|
||||
SelectBGColor:'选择背景颜色',
|
||||
ok:'确定',
|
||||
editFrontBack:'编辑服装前片后片',
|
||||
help:'帮助',
|
||||
back:'返回',
|
||||
confirm:'确定',
|
||||
RasterizedLayer:'栅格化图层',
|
||||
rasterizeImmediately:'需要先栅格化才能进行液化操作,是否立即栅格化?',
|
||||
ConfirmRasterization:'确定栅格化',
|
||||
beingRasterized:'正在栅格化',
|
||||
waitRasterizing:'正在栅格化图层,请稍候...',
|
||||
successRasterizing:'图层已成功栅格化,可以进行液化操作',
|
||||
gridingFailed:'栅格化失败',
|
||||
gridingFailedNoOperation:'栅格化失败,无法进行液化操作',
|
||||
gridingError:'栅格化错误',
|
||||
LayerError:'图层错误',
|
||||
LayerDoesNotExist:'图层不存在',
|
||||
backgroundEmpty:'背景图层为空',
|
||||
backgroundEmptyNoliquidation:'背景图层为空,无法进行液化操作',
|
||||
layerEmpty:'图层为空',
|
||||
layerEmptyNoLiquidation:'图层为空,无法进行液化操作',
|
||||
liqueficationManagerError:'液化管理器失败',
|
||||
liqueficationManagerErrorInitialized:'液化初始化失败',
|
||||
liquefactionEnvironment:'准备液化环境',
|
||||
liquefactionEnvironmentLoading:'正在准备液化环境,请稍候...',
|
||||
LiqueficationFailed:'液化工具启动失败',
|
||||
DoubleClickText:'双击编辑文本',
|
||||
LiquidationcuoError:'未选择有效图像或图层不适合液化操作',
|
||||
EditTextStyle: '编辑文本样式',
|
||||
close: '取消',
|
||||
confirmEdit: '确认',
|
||||
fontFamily: '字体',
|
||||
fontStyle: '样式',
|
||||
design: '设计',
|
||||
size: '尺寸',
|
||||
charSpacing: '字符间距',
|
||||
lineHeight: '行高',
|
||||
opacity: '透明度',
|
||||
property: '字体属性',
|
||||
fontColor: '字体颜色',
|
||||
BGColor: '背景色',
|
||||
BGOpacity: '透明',
|
||||
SelectTextColor: '选择文字颜色',
|
||||
SelectBGColor: '选择背景颜色',
|
||||
ok: '确定',
|
||||
editFrontBack: '编辑服装前片后片',
|
||||
help: '帮助',
|
||||
back: '返回',
|
||||
confirm: '确定',
|
||||
RasterizedLayer: '栅格化图层',
|
||||
rasterizeImmediately: '需要先栅格化才能进行液化操作,是否立即栅格化?',
|
||||
ConfirmRasterization: '确定栅格化',
|
||||
beingRasterized: '正在栅格化',
|
||||
waitRasterizing: '正在栅格化图层,请稍候...',
|
||||
successRasterizing: '图层已成功栅格化,可以进行液化操作',
|
||||
gridingFailed: '栅格化失败',
|
||||
gridingFailedNoOperation: '栅格化失败,无法进行液化操作',
|
||||
gridingError: '栅格化错误',
|
||||
LayerError: '图层错误',
|
||||
LayerDoesNotExist: '图层不存在',
|
||||
backgroundEmpty: '背景图层为空',
|
||||
backgroundEmptyNoliquidation: '背景图层为空,无法进行液化操作',
|
||||
layerEmpty: '图层为空',
|
||||
layerEmptyNoLiquidation: '图层为空,无法进行液化操作',
|
||||
liqueficationManagerError: '液化管理器失败',
|
||||
liqueficationManagerErrorInitialized: '液化初始化失败',
|
||||
liquefactionEnvironment: '准备液化环境',
|
||||
liquefactionEnvironmentLoading: '正在准备液化环境,请稍候...',
|
||||
LiqueficationFailed: '液化工具启动失败',
|
||||
DoubleClickText: '双击编辑文本',
|
||||
LiquidationcuoError: '未选择有效图像或图层不适合液化操作',
|
||||
ErrorMessage: '错误提示',
|
||||
preset: '预设',
|
||||
presetNamePrompt: '请输入预设名称:',
|
||||
UploadedTexture: '上传的纹理',
|
||||
UploadTexture: '上传纹理',
|
||||
selectTexture:'选择要使用的纹理',
|
||||
DeleteTexture:'删除纹理',
|
||||
selectTexture: '选择要使用的纹理',
|
||||
DeleteTexture: '删除纹理',
|
||||
TextureSettings: '纹理设置',
|
||||
TextureSelector: '纹理选择',
|
||||
|
||||
|
||||
},
|
||||
speedList:{
|
||||
High:'高级',
|
||||
wx:'基础',
|
||||
relightEdit:'编辑细节',
|
||||
changeBackground:'修改背景',
|
||||
toproductFlus:'高质量',
|
||||
toproductBasic:'基础',
|
||||
generateWx:'高级',
|
||||
generateFlux:'进阶',
|
||||
generateNormal:'标准',
|
||||
speedList: {
|
||||
High: '高级',
|
||||
wx: '基础',
|
||||
relightEdit: '编辑细节',
|
||||
changeBackground: '修改背景',
|
||||
toproductFlus: '高质量',
|
||||
toproductBasic: '基础',
|
||||
generateWx: '高级',
|
||||
generateFlux: '进阶',
|
||||
generateNormal: '标准',
|
||||
},
|
||||
liquifyPanel:{
|
||||
push:'推',
|
||||
clockwise:'顺时针转动',
|
||||
counterclockwise:'逆时针转动',
|
||||
size:'尺寸',
|
||||
pressure:'压力',
|
||||
distortion:'失真',
|
||||
power:'动力',
|
||||
LiquefactionTool:'液化工具',
|
||||
liquifyPanel: {
|
||||
push: '推',
|
||||
clockwise: '顺时针转动',
|
||||
counterclockwise: '逆时针转动',
|
||||
size: '尺寸',
|
||||
pressure: '压力',
|
||||
distortion: '失真',
|
||||
power: '动力',
|
||||
LiquefactionTool: '液化工具',
|
||||
},
|
||||
event:{
|
||||
back:'返回'
|
||||
event: {
|
||||
back: '返回'
|
||||
},
|
||||
admin:{
|
||||
allUser:'所有用户',
|
||||
UserData:'用户数据',
|
||||
FunctionUseCHART:'功能使用图表',
|
||||
ENGLISH:'英文',
|
||||
CHINESE_SIMPLIFIED:'简体中文',
|
||||
CreateTime:'创建时间',
|
||||
UserName:'用户名',
|
||||
search:'搜索',
|
||||
add:'添加',
|
||||
DownloadTemplate:'下载模板',
|
||||
UploadTemplate:'上传模板',
|
||||
ExportAccountData:'导出账号数据',
|
||||
NearlyAYear:'近一年',
|
||||
LastMonth:'上一个月',
|
||||
LastWeek:'上一周',
|
||||
Edit:'编辑',
|
||||
Delete:'删除',
|
||||
UserId:'用户ID',
|
||||
Email:'邮箱',
|
||||
UserEmail:'用户邮箱',
|
||||
language:'语言',
|
||||
CreateDate:'创建时间',
|
||||
Credits:'积分',
|
||||
CreditsUsage:'已被使用',
|
||||
CreditsUsageLimit:'积分使用上限',
|
||||
Operations:'操作',
|
||||
Password:'密码',
|
||||
MaximumCredits:'最大积分',
|
||||
Close:'关闭',
|
||||
OK:'确定',
|
||||
User:'用户',
|
||||
startTime:'开始时间',
|
||||
endTime:'结束时间',
|
||||
enterEmail:'请输入邮箱',
|
||||
selectUserName:'请选择用户',
|
||||
StartDate:'开始日期',
|
||||
StartTime:'开始时间',
|
||||
Frequency:'设计频率',
|
||||
enterUserName:'请输入用户名',
|
||||
enterPassword:'请输入密码',
|
||||
enterCredits:'请输入积分',
|
||||
jsContent1:'邮箱格式有误',
|
||||
jsContent2:'请检查所有带 * 号的内容',
|
||||
jsDelete:'确定删除这一项吗',
|
||||
Design:'设计',
|
||||
SingleDesign:'单品设计',
|
||||
MoodBoard:'情绪版',
|
||||
PrintBoard:'印花板',
|
||||
SketchBoard:'线稿板',
|
||||
Pattern:'设计',
|
||||
Logo:'标志',
|
||||
Slogan:'标语',
|
||||
ToProductImage:'产品图',
|
||||
Relight:'打光',
|
||||
ChatRobot:'对话生成',
|
||||
Yes:'是',
|
||||
No:'否',
|
||||
admin: {
|
||||
allUser: '所有用户',
|
||||
UserData: '用户数据',
|
||||
FunctionUseCHART: '功能使用图表',
|
||||
ENGLISH: '英文',
|
||||
CHINESE_SIMPLIFIED: '简体中文',
|
||||
CreateTime: '创建时间',
|
||||
UserName: '用户名',
|
||||
search: '搜索',
|
||||
add: '添加',
|
||||
DownloadTemplate: '下载模板',
|
||||
UploadTemplate: '上传模板',
|
||||
ExportAccountData: '导出账号数据',
|
||||
NearlyAYear: '近一年',
|
||||
LastMonth: '上一个月',
|
||||
LastWeek: '上一周',
|
||||
Edit: '编辑',
|
||||
Delete: '删除',
|
||||
UserId: '用户ID',
|
||||
Email: '邮箱',
|
||||
UserEmail: '用户邮箱',
|
||||
language: '语言',
|
||||
CreateDate: '创建时间',
|
||||
Credits: '积分',
|
||||
CreditsUsage: '已被使用',
|
||||
CreditsUsageLimit: '积分使用上限',
|
||||
Operations: '操作',
|
||||
Password: '密码',
|
||||
MaximumCredits: '最大积分',
|
||||
Close: '关闭',
|
||||
OK: '确定',
|
||||
User: '用户',
|
||||
startTime: '开始时间',
|
||||
endTime: '结束时间',
|
||||
enterEmail: '请输入邮箱',
|
||||
selectUserName: '请选择用户',
|
||||
StartDate: '开始日期',
|
||||
StartTime: '开始时间',
|
||||
Frequency: '设计频率',
|
||||
enterUserName: '请输入用户名',
|
||||
enterPassword: '请输入密码',
|
||||
enterCredits: '请输入积分',
|
||||
jsContent1: '邮箱格式有误',
|
||||
jsContent2: '请检查所有带 * 号的内容',
|
||||
jsDelete: '确定删除这一项吗',
|
||||
Design: '设计',
|
||||
SingleDesign: '单品设计',
|
||||
MoodBoard: '情绪版',
|
||||
PrintBoard: '印花板',
|
||||
SketchBoard: '线稿板',
|
||||
Pattern: '设计',
|
||||
Logo: '标志',
|
||||
Slogan: '标语',
|
||||
ToProductImage: '产品图',
|
||||
Relight: '打光',
|
||||
ChatRobot: '对话生成',
|
||||
Yes: '是',
|
||||
No: '否',
|
||||
},
|
||||
};
|
||||
|
||||
605
src/lang/en.ts
605
src/lang/en.ts
@@ -59,15 +59,15 @@ export default {
|
||||
Earlier: "Earlier",
|
||||
openUpgrade: "Upgrade to Pro",
|
||||
pastDue: "You can use these features only after becoming a regular user~",
|
||||
SERIES_DESIGN:'Series Design',
|
||||
SINGLE_DESIGN:'Single Design',
|
||||
FINISHED_PRODUCT:'Product',
|
||||
PRINT_DESIGN:'Print Design',
|
||||
TO_PRODUCT_IMAGE:'Product',
|
||||
RELIGHT:'Product',
|
||||
POSE_TRANSFER:'Video',
|
||||
THREE_D_PLATE_MAKING:'3D Pattern Making',
|
||||
CANVAS:'Canvas',
|
||||
SERIES_DESIGN: 'Series Design',
|
||||
SINGLE_DESIGN: 'Single Design',
|
||||
FINISHED_PRODUCT: 'Product',
|
||||
PRINT_DESIGN: 'Print Design',
|
||||
TO_PRODUCT_IMAGE: 'Product',
|
||||
RELIGHT: 'Product',
|
||||
POSE_TRANSFER: 'Video',
|
||||
THREE_D_PLATE_MAKING: '3D Pattern Making',
|
||||
CANVAS: 'Canvas',
|
||||
jsContent1: "The email format is incorrect",
|
||||
jsContent2: "Succeeded in binding the mailbox.",
|
||||
jsContent3: `You have not performed any operation for a long time. You must be active;otherwise, you will log out in {numTime} S`,
|
||||
@@ -290,7 +290,7 @@ export default {
|
||||
Generate: "Generate",
|
||||
Close: "Cancel",
|
||||
Reset: "Reset",
|
||||
currently:"You are currently in the {generateLineUp} th position in the queue",
|
||||
currently: "You are currently in the {generateLineUp} th position in the queue",
|
||||
Delete: "Delete",
|
||||
Rename: "Edit",
|
||||
edit: "Edit",
|
||||
@@ -365,7 +365,7 @@ export default {
|
||||
Registration: "Registration",
|
||||
Proportion: "Proportion",
|
||||
Submit: "Submit",
|
||||
Resize:"Resize",
|
||||
Resize: "Resize",
|
||||
Preview: "Preview",
|
||||
Back: "Back",
|
||||
Restore: "Restore",
|
||||
@@ -483,7 +483,7 @@ export default {
|
||||
selectImgList: {
|
||||
SelectImg: " Select image for main color extraction",
|
||||
Clear: "Close",
|
||||
ok:'OK',
|
||||
ok: 'OK',
|
||||
},
|
||||
MoodboardUpload: {
|
||||
Upload: "Upload",
|
||||
@@ -745,7 +745,7 @@ export default {
|
||||
cover: "Save the generated content as a new design?",
|
||||
},
|
||||
account: {
|
||||
update:'Update',
|
||||
update: 'Update',
|
||||
personCentered: "Account",
|
||||
back: "Back",
|
||||
frontPage: "Profile",
|
||||
@@ -756,7 +756,7 @@ export default {
|
||||
editUser: "Change Information",
|
||||
notModifiable: "Not modifiable",
|
||||
remainingModifications: "Remaining this month:",
|
||||
plaseSelect:"Please select",
|
||||
plaseSelect: "Please select",
|
||||
Country: "Country or Region",
|
||||
CompanyName: "Occupation",
|
||||
Status: "Status",
|
||||
@@ -831,7 +831,7 @@ export default {
|
||||
},
|
||||
Renew: {
|
||||
title: "Find Your Ideal Plan",
|
||||
MOSTPOPULAR:'MOST POPULAR',
|
||||
MOSTPOPULAR: 'MOST POPULAR',
|
||||
Monthly: "Monthly",
|
||||
Yearly: "Yearly",
|
||||
promotionCode: "Coupon",
|
||||
@@ -946,13 +946,13 @@ export default {
|
||||
add: "Add",
|
||||
delete: "Delete",
|
||||
submit: "Submit",
|
||||
paragraph:'Please provide\n a piece of text\n to translate.',
|
||||
paragraph: 'Please provide\n a piece of text\n to translate.',
|
||||
},
|
||||
newProjectg: {
|
||||
projectSetting:'Setting',
|
||||
projectSetting: 'Setting',
|
||||
helpYou: "How can I help you today?",
|
||||
info:'Bloom Your Creativity',
|
||||
CreateProject:'Create Project',
|
||||
info: 'Bloom Your Creativity',
|
||||
CreateProject: 'Create Project',
|
||||
Chat: "Agent Mode",
|
||||
Setting: "Manual Mode",
|
||||
SeriesDesign: "Overall Illustration Design",
|
||||
@@ -962,7 +962,7 @@ export default {
|
||||
single: "Single Design",
|
||||
DeepThinking: "Deep Thinking",
|
||||
SingleDesignInfo: "Single Design focuses on creating an individual clothing item, such as a T-shirt, dress, or jacket, without coordinating it with other pieces. Use the Moodboard, Printboard, Colorboard, and Sketchboard sections in the Design Assets panel to gather inspiration and develop a unique design. Once finished, refine your work in the Draft and Collection panels using tools like To Product Image, Relight, and Transfer Pose, then export to the Canvas to showcase your standalone creation. ",
|
||||
selectDesignType:'Please select the design type',
|
||||
selectDesignType: 'Please select the design type',
|
||||
hintListSERIES1: "Design a collection of futuristic clothes, deep purple color scheme.",
|
||||
hintListSERIES2: "Design a set of bright-colored, Bohemian-style dresses.",
|
||||
hintListSERIES3: "Design a set of hip-hop street style denim jackets for boys.",
|
||||
@@ -1022,8 +1022,8 @@ export default {
|
||||
Slogan: "Slogan",
|
||||
Upload: "Upload",
|
||||
Delete: "Delete",
|
||||
Finish:'We have calculated your preferred style.',
|
||||
LastCompletionTime:'Last completion time',
|
||||
Finish: 'We have calculated your preferred style.',
|
||||
LastCompletionTime: 'Last completion time',
|
||||
textarea: "Please enter your thoughts about this brand, and we will help you generate the name, logo, and slogan.",
|
||||
},
|
||||
chat: {
|
||||
@@ -1042,11 +1042,11 @@ export default {
|
||||
Canvas: {
|
||||
Canvas: "Canvas",
|
||||
layer: "Layer",
|
||||
photoGallery:'Photo Gallery',
|
||||
NoPicture:'No Picture',
|
||||
all:'All',
|
||||
general:'',
|
||||
PicturesInTotal:'Pictures In Total',
|
||||
photoGallery: 'Photo Gallery',
|
||||
NoPicture: 'No Picture',
|
||||
all: 'All',
|
||||
general: '',
|
||||
PicturesInTotal: 'Pictures In Total',
|
||||
createGroup: "Create Group",
|
||||
slutionGroup: "Slution Group",
|
||||
deleteLayer: "Delete Layer",
|
||||
@@ -1095,6 +1095,7 @@ export default {
|
||||
Drawing: "Drawing",
|
||||
Eraser: "Eraser",
|
||||
FillColor: "FillColor",
|
||||
SelectFillColor: 'Select Fill Color',
|
||||
Pan: "Pan",
|
||||
Select: "Select",
|
||||
Liquefying: "Liquefying",
|
||||
@@ -1120,303 +1121,303 @@ export default {
|
||||
Background: "Background",
|
||||
freehandSketching: "Sketch",
|
||||
rectangle: "Rectangle",
|
||||
ellipse:"Ellipse",
|
||||
creation:"Create",
|
||||
CreateAndCopy:"Create and copy",
|
||||
TheClearlySelectedContent:"Clean selected area",
|
||||
Rename:"Rename",
|
||||
Layers:"Layers",
|
||||
copyLayer:"Copy Layer",
|
||||
delete:"Delete",
|
||||
groupLayer:'Group Layer',
|
||||
exportLayer:'Export Layer',
|
||||
groupingOperation:'Grouping Operation',
|
||||
unzipGroup:'Unzip Group',
|
||||
layerOperation:'Layer Operation',
|
||||
sticekToTop:'Stick to Top',
|
||||
MoveUpOneLayer:'Move Up One Layer',
|
||||
MoveDownOneLayer:'Move Down One Layer',
|
||||
SinkToBottom:'Sink to Bottom',
|
||||
BrushType:'Brush Type',
|
||||
ShadowSettings:'Shadow Settings',
|
||||
EnableShadows:'Enable Shadows',
|
||||
ShadowColor:'Shadow Color',
|
||||
ShadowWidth:'Shadow Width',
|
||||
ShadowOffsetX:'Shadow Offset X',
|
||||
ShadowOffsetY:'Shadow Offset Y',
|
||||
ShadowPreview:'Shadow Preview',
|
||||
BrushPreset:'Brush Preset',
|
||||
Pencil:'Pencil',
|
||||
Texture:'Texture',
|
||||
Crayon:'Crayon',
|
||||
Fur:'Fur',
|
||||
Ink:'Ink',
|
||||
Longfur:'Longfur',
|
||||
Writing:'Writing',
|
||||
Marker:'Marker',
|
||||
Pen:'Pen',
|
||||
Ribbon:'Ribbon',
|
||||
Shaded:'Shaded',
|
||||
Spray:'Spray',
|
||||
BrushSize:'Brush Size',
|
||||
BrushDeSize:'The size of the brush',
|
||||
BrushColor:'Brush Color',
|
||||
BrushDeColor:'The color of the brush',
|
||||
BrushOpacity:'Brush Opacity',
|
||||
BrushdeOpacity:'The transparency of the brush',
|
||||
BasicBrushes:'Basic Brushes',
|
||||
PaintingBrush:'Painting Brush',
|
||||
SpecialEffectsBrush:'Special Effects Brush',
|
||||
PencilSettings:'Pencil Settings',
|
||||
ParticleSeparationDegree:'Particle separation degree',
|
||||
ParticleSeparationDegreeDescription:'Control the degree of separation of the crayon particles',
|
||||
TheAmountOfInk:'The Amount Of Ink',
|
||||
TheAmountOfInkDescription:'Control the amount of pigment in the crayons',
|
||||
randomness:'Randomness',
|
||||
randomnessDescription:'Controlling the degree of randomness in the texture of the crayon',
|
||||
TextureType:'Texture Type',
|
||||
TextureTypeDescription:'Set the texture type of the crayons',
|
||||
Default:'Default',
|
||||
Rough:'Rough',
|
||||
Smooth:'Smooth',
|
||||
basic:'Basic',
|
||||
ellipse: "Ellipse",
|
||||
creation: "Create",
|
||||
CreateAndCopy: "Create and copy",
|
||||
TheClearlySelectedContent: "Clean selected area",
|
||||
Rename: "Rename",
|
||||
Layers: "Layers",
|
||||
copyLayer: "Copy Layer",
|
||||
delete: "Delete",
|
||||
groupLayer: 'Group Layer',
|
||||
exportLayer: 'Export Layer',
|
||||
groupingOperation: 'Grouping Operation',
|
||||
unzipGroup: 'Unzip Group',
|
||||
layerOperation: 'Layer Operation',
|
||||
sticekToTop: 'Stick to Top',
|
||||
MoveUpOneLayer: 'Move Up One Layer',
|
||||
MoveDownOneLayer: 'Move Down One Layer',
|
||||
SinkToBottom: 'Sink to Bottom',
|
||||
BrushType: 'Brush Type',
|
||||
ShadowSettings: 'Shadow Settings',
|
||||
EnableShadows: 'Enable Shadows',
|
||||
ShadowColor: 'Shadow Color',
|
||||
ShadowWidth: 'Shadow Width',
|
||||
ShadowOffsetX: 'Shadow Offset X',
|
||||
ShadowOffsetY: 'Shadow Offset Y',
|
||||
ShadowPreview: 'Shadow Preview',
|
||||
BrushPreset: 'Brush Preset',
|
||||
Pencil: 'Pencil',
|
||||
Texture: 'Texture',
|
||||
Crayon: 'Crayon',
|
||||
Fur: 'Fur',
|
||||
Ink: 'Ink',
|
||||
Longfur: 'Longfur',
|
||||
Writing: 'Writing',
|
||||
Marker: 'Marker',
|
||||
Pen: 'Pen',
|
||||
Ribbon: 'Ribbon',
|
||||
Shaded: 'Shaded',
|
||||
Spray: 'Spray',
|
||||
BrushSize: 'Brush Size',
|
||||
BrushDeSize: 'The size of the brush',
|
||||
BrushColor: 'Brush Color',
|
||||
BrushDeColor: 'The color of the brush',
|
||||
BrushOpacity: 'Brush Opacity',
|
||||
BrushdeOpacity: 'The transparency of the brush',
|
||||
BasicBrushes: 'Basic Brushes',
|
||||
PaintingBrush: 'Painting Brush',
|
||||
SpecialEffectsBrush: 'Special Effects Brush',
|
||||
PencilSettings: 'Pencil Settings',
|
||||
ParticleSeparationDegree: 'Particle separation degree',
|
||||
ParticleSeparationDegreeDescription: 'Control the degree of separation of the crayon particles',
|
||||
TheAmountOfInk: 'The Amount Of Ink',
|
||||
TheAmountOfInkDescription: 'Control the amount of pigment in the crayons',
|
||||
randomness: 'Randomness',
|
||||
randomnessDescription: 'Controlling the degree of randomness in the texture of the crayon',
|
||||
TextureType: 'Texture Type',
|
||||
TextureTypeDescription: 'Set the texture type of the crayons',
|
||||
Default: 'Default',
|
||||
Rough: 'Rough',
|
||||
Smooth: 'Smooth',
|
||||
basic: 'Basic',
|
||||
//长毛笔
|
||||
FurSettings:'FurSettings',
|
||||
FurLength:'Fur Length',
|
||||
FurLengthDescription:'Control the length of the hair',
|
||||
FurDensity:'Fur Density',
|
||||
FurDensityDescription:'Control the density of the fur',
|
||||
FurRandomness:'Fur Randomness',
|
||||
FurRandomnessDescription:'Control the random distribution of the fur',
|
||||
FlowCoefficient:'Flow Coefficient',
|
||||
FlowCoefficientDescription:'Controlling the flow of hair texture',
|
||||
furCurvature:'Curvature',
|
||||
furCurvatureDescription:'Control the degree of hair curvature',
|
||||
randomizeDirection:'Random Cirection',
|
||||
randomizeDirectionDescription:'Whether to randomize the direction of hair growth',
|
||||
FurSettings: 'FurSettings',
|
||||
FurLength: 'Fur Length',
|
||||
FurLengthDescription: 'Control the length of the hair',
|
||||
FurDensity: 'Fur Density',
|
||||
FurDensityDescription: 'Control the density of the fur',
|
||||
FurRandomness: 'Fur Randomness',
|
||||
FurRandomnessDescription: 'Control the random distribution of the fur',
|
||||
FlowCoefficient: 'Flow Coefficient',
|
||||
FlowCoefficientDescription: 'Controlling the flow of hair texture',
|
||||
furCurvature: 'Curvature',
|
||||
furCurvatureDescription: 'Control the degree of hair curvature',
|
||||
randomizeDirection: 'Random Cirection',
|
||||
randomizeDirectionDescription: 'Whether to randomize the direction of hair growth',
|
||||
//水墨
|
||||
InkSettings:'Ink painting settings',
|
||||
InkAmount:'The amount of ink',
|
||||
InkAmountDescription:'Control the concentration of the ink.',
|
||||
InkRange:'Brushstroke range',
|
||||
InkRangeDescription:'Control the extent of ink diffusion',
|
||||
InkSplashEnabled:'Spatter ink effect',
|
||||
InkSplashEnabledDescription:'Whether to enable the ink splatter effect',
|
||||
InkSize:'Size of ink splatter',
|
||||
InkSizeDescription:'The size of the ink splatter spots',
|
||||
InkRandomness:'Splash ink distance',
|
||||
InkRandomnessDescription:'The maximum distance that ink splashing can spread',
|
||||
InkSettings: 'Ink painting settings',
|
||||
InkAmount: 'The amount of ink',
|
||||
InkAmountDescription: 'Control the concentration of the ink.',
|
||||
InkRange: 'Brushstroke range',
|
||||
InkRangeDescription: 'Control the extent of ink diffusion',
|
||||
InkSplashEnabled: 'Spatter ink effect',
|
||||
InkSplashEnabledDescription: 'Whether to enable the ink splatter effect',
|
||||
InkSize: 'Size of ink splatter',
|
||||
InkSizeDescription: 'The size of the ink splatter spots',
|
||||
InkRandomness: 'Splash ink distance',
|
||||
InkRandomnessDescription: 'The maximum distance that ink splashing can spread',
|
||||
//书法笔
|
||||
WritingSettings:'Writing Settings',
|
||||
WritingBrushPressure:"Pressure-sensitive pen",
|
||||
WritingBrushPressureDescription:"Force-sensitive control of the brush stroke",
|
||||
WritingAmount:"The amount of ink",
|
||||
WritingAmountDescription:"Control the amount of ink in the brushstrokes",
|
||||
WritingPenTipCoefficient:"Pen tip coefficient",
|
||||
WritingPenTipCoefficientDescription:"Controlling the sharpness of the pen tip",
|
||||
WritingDropEffect:"Drop Effect",
|
||||
WritingDropEffectDescription:"Whether to enable the ink droplet effect",
|
||||
WritingSettings: 'Writing Settings',
|
||||
WritingBrushPressure: "Pressure-sensitive pen",
|
||||
WritingBrushPressureDescription: "Force-sensitive control of the brush stroke",
|
||||
WritingAmount: "The amount of ink",
|
||||
WritingAmountDescription: "Control the amount of ink in the brushstrokes",
|
||||
WritingPenTipCoefficient: "Pen tip coefficient",
|
||||
WritingPenTipCoefficientDescription: "Controlling the sharpness of the pen tip",
|
||||
WritingDropEffect: "Drop Effect",
|
||||
WritingDropEffectDescription: "Whether to enable the ink droplet effect",
|
||||
//马克笔
|
||||
MarkerSettings:'Marker Settings',
|
||||
MarkerWidth:'Brush stroke width',
|
||||
MarkerWidthDescription:'Control the width of the brush strokes with the marker pen',
|
||||
MarkerCapStyle:'Writing style',
|
||||
MarkerCapStyleDescription:'Set the shape of the marker pen tip',
|
||||
MarkerCapStyleRound:'Round',
|
||||
MarkerCapStyleSquare:'Square',
|
||||
MarkerMixedModel:'Mixed Model',
|
||||
MarkerMixedModelDescription:'Set the color mixing mode of the marker pen',
|
||||
MarkerMixedModelMultiply:'Multiply',
|
||||
MarkerMixedModelNormal:'Normal',
|
||||
MarkerSettings: 'Marker Settings',
|
||||
MarkerWidth: 'Brush stroke width',
|
||||
MarkerWidthDescription: 'Control the width of the brush strokes with the marker pen',
|
||||
MarkerCapStyle: 'Writing style',
|
||||
MarkerCapStyleDescription: 'Set the shape of the marker pen tip',
|
||||
MarkerCapStyleRound: 'Round',
|
||||
MarkerCapStyleSquare: 'Square',
|
||||
MarkerMixedModel: 'Mixed Model',
|
||||
MarkerMixedModelDescription: 'Set the color mixing mode of the marker pen',
|
||||
MarkerMixedModelMultiply: 'Multiply',
|
||||
MarkerMixedModelNormal: 'Normal',
|
||||
//钢笔
|
||||
PenSettings:'Pen Settings',
|
||||
PenWidth:'Pen Width',
|
||||
PenWidthDescription:'Control the width of the pen stroke',
|
||||
PenMinimumInkTransparency:'Minimum Ink Transparency',
|
||||
PenMinimumInkTransparencyDescription:'Control the minimum ink transparency',
|
||||
PenMaximumInkTransparency:'Maximum Ink Transparency',
|
||||
PenMaximumInkTransparencyDescription:'Control the maximum ink transparency',
|
||||
PenSettings: 'Pen Settings',
|
||||
PenWidth: 'Pen Width',
|
||||
PenWidthDescription: 'Control the width of the pen stroke',
|
||||
PenMinimumInkTransparency: 'Minimum Ink Transparency',
|
||||
PenMinimumInkTransparencyDescription: 'Control the minimum ink transparency',
|
||||
PenMaximumInkTransparency: 'Maximum Ink Transparency',
|
||||
PenMaximumInkTransparencyDescription: 'Control the maximum ink transparency',
|
||||
//飘带
|
||||
RibbonSettings:'Ribbon Settings',
|
||||
RibbonWidth:'Ribbon Width',
|
||||
RibbonWidthDescription:'Control the width of the ribbon',
|
||||
RibbonVariation:'Width Variation',
|
||||
RibbonVariationDescription:'Control the variation of the ribbon width',
|
||||
RibbonSmoothness:'Smoothness',
|
||||
RibbonSmoothnessDescription:'Control the smoothness of the ribbon curve',
|
||||
RibbonGradient:'Enable Gradient',
|
||||
RibbonGradientDescription:'Enable gradient effect',
|
||||
RibbonGradientColor1:'Gradient Start Color',
|
||||
RibbonGradientColor1Description:'Set the start color of the gradient',
|
||||
RibbonGradientColor2:'Gradient End Color',
|
||||
RibbonGradientColor2Description:'Set the end color of the gradient',
|
||||
RibbonSettings: 'Ribbon Settings',
|
||||
RibbonWidth: 'Ribbon Width',
|
||||
RibbonWidthDescription: 'Control the width of the ribbon',
|
||||
RibbonVariation: 'Width Variation',
|
||||
RibbonVariationDescription: 'Control the variation of the ribbon width',
|
||||
RibbonSmoothness: 'Smoothness',
|
||||
RibbonSmoothnessDescription: 'Control the smoothness of the ribbon curve',
|
||||
RibbonGradient: 'Enable Gradient',
|
||||
RibbonGradientDescription: 'Enable gradient effect',
|
||||
RibbonGradientColor1: 'Gradient Start Color',
|
||||
RibbonGradientColor1Description: 'Set the start color of the gradient',
|
||||
RibbonGradientColor2: 'Gradient End Color',
|
||||
RibbonGradientColor2Description: 'Set the end color of the gradient',
|
||||
//阴影笔
|
||||
ShadedSettings:'Shaded Settings',
|
||||
ShadedColor:'Shaded Color',
|
||||
ShadedColorDescription:'Set the color of the shadow',
|
||||
ShadedBlur:'Shaded Blur',
|
||||
ShadedBlurDescription:'Set the blur of the shadow',
|
||||
ShadedOffsetX:'Shaded Offset X',
|
||||
ShadedOffsetXDescription:'Set the offset of the shadow on the X axis',
|
||||
ShadedOffsetY:'Shaded Offset Y',
|
||||
ShadedOffsetYDescription:'Set the offset of the shadow on the Y axis',
|
||||
ShadedMixedModel:'Shaded Mixed Model',
|
||||
ShadedMixedModelDescription:'Set the mixed model of the shadow',
|
||||
ShadedMixedModelNormal:'Normal',
|
||||
ShadedMixedModelMultiply:'Multiply',
|
||||
ShadedMixedModelScreen:'Screen',
|
||||
ShadedMixedModelOverlay:'Overlay',
|
||||
ShadedMixedModelDarken:'Darken',
|
||||
ShadedMixedModelLighten:'Lighten',
|
||||
ShadedMixedModelColorDodge:'Color Dodge',
|
||||
ShadedMixedModelColorBurn:'Color Burn',
|
||||
ShadedMixedModelHardLight:'Hard Light',
|
||||
ShadedMixedModelSoftLight:'Soft Light',
|
||||
ShadedMixedModelDifference:'Difference',
|
||||
ShadedMixedModelExclusion:'Exclusion',
|
||||
ShadedSettings: 'Shaded Settings',
|
||||
ShadedColor: 'Shaded Color',
|
||||
ShadedColorDescription: 'Set the color of the shadow',
|
||||
ShadedBlur: 'Shaded Blur',
|
||||
ShadedBlurDescription: 'Set the blur of the shadow',
|
||||
ShadedOffsetX: 'Shaded Offset X',
|
||||
ShadedOffsetXDescription: 'Set the offset of the shadow on the X axis',
|
||||
ShadedOffsetY: 'Shaded Offset Y',
|
||||
ShadedOffsetYDescription: 'Set the offset of the shadow on the Y axis',
|
||||
ShadedMixedModel: 'Shaded Mixed Model',
|
||||
ShadedMixedModelDescription: 'Set the mixed model of the shadow',
|
||||
ShadedMixedModelNormal: 'Normal',
|
||||
ShadedMixedModelMultiply: 'Multiply',
|
||||
ShadedMixedModelScreen: 'Screen',
|
||||
ShadedMixedModelOverlay: 'Overlay',
|
||||
ShadedMixedModelDarken: 'Darken',
|
||||
ShadedMixedModelLighten: 'Lighten',
|
||||
ShadedMixedModelColorDodge: 'Color Dodge',
|
||||
ShadedMixedModelColorBurn: 'Color Burn',
|
||||
ShadedMixedModelHardLight: 'Hard Light',
|
||||
ShadedMixedModelSoftLight: 'Soft Light',
|
||||
ShadedMixedModelDifference: 'Difference',
|
||||
ShadedMixedModelExclusion: 'Exclusion',
|
||||
//喷枪
|
||||
SpraySettings:'Spray Settings',
|
||||
leptonema:'Fine',
|
||||
MediumCoarse:'Medium Coarse',
|
||||
Pachytene:'Coarse',
|
||||
Watercolour:'Watercolour',
|
||||
SpraySettings: 'Spray Settings',
|
||||
leptonema: 'Fine',
|
||||
MediumCoarse: 'Medium Coarse',
|
||||
Pachytene: 'Coarse',
|
||||
Watercolour: 'Watercolour',
|
||||
//添加文字弹窗面板
|
||||
EditTextStyle:'Edit Text Style',
|
||||
close:'Close',
|
||||
confirmEdit:'OK',
|
||||
fontFamily:'Font Family',
|
||||
fontStyle:'Font Style',
|
||||
design:'Design',
|
||||
size:'Size',
|
||||
charSpacing:'Character Pitch',
|
||||
lineHeight:'Line Height',
|
||||
opacity:'Opacity',
|
||||
property:'Font Property',
|
||||
fontColor:'Font Color',
|
||||
BGColor:'Background Color',
|
||||
BGOpacity:'Opacity',
|
||||
SelectTextColor:'Select Text Color',
|
||||
SelectBGColor:'Select Background Color',
|
||||
ok:'OK',
|
||||
editFrontBack:'Edit the front and back sections',
|
||||
help:'Help',
|
||||
back:'Back',
|
||||
confirm:'Confirm',
|
||||
RasterizedLayer:'Rasterized Layer',
|
||||
rasterizeImmediately:'You need to rasterize first before performing the distortion operation. Do you want to rasterize immediately?',
|
||||
ConfirmRasterization:'Confirm Rasterization',
|
||||
beingRasterized:'Currently, it is being rasterized.',
|
||||
waitRasterizing:'Rasterizing the layer. Please wait...',
|
||||
successRasterizing:'The layer has been successfully rasterized and can now undergo the distortion operation.',
|
||||
gridingFailed:'Griding Failed',
|
||||
gridingFailedNoOperation:'Griding failed. Unable to perform the liquefaction operation.',
|
||||
gridingError:'Griding Error',
|
||||
LayerError:'Layer Error',
|
||||
LayerDoesNotExist:'The layer does not exist.',
|
||||
backgroundEmpty:'The background layer is empty.',
|
||||
backgroundEmptyNoLiquidation:'The background layer is empty, so the liquidation operation cannot be performed.',
|
||||
layerEmpty:'The layer is empty.',
|
||||
layerEmptyNoLiquidation:'The layer is empty and cannot perform the liquefaction operation.',
|
||||
liqueficationManagerError:'Liquefication Manager Error',
|
||||
liqueficationManagerErrorInitialized:'The liquefaction manager has not been initialized.',
|
||||
liquefactionEnvironment:'Prepare for the liquefaction environment',
|
||||
liquefactionEnvironmentLoading:'The liquefaction environment is being prepared. Please wait a moment...',
|
||||
LiqueficationFailed:'Liquefication tool failed to start.',
|
||||
DoubleClickText:'Double-click to edit the text',
|
||||
LiquidationError:'No valid image selected or the layer does not fit the liquefaction operation.',
|
||||
EditTextStyle: 'Edit Text Style',
|
||||
close: 'Close',
|
||||
confirmEdit: 'OK',
|
||||
fontFamily: 'Font Family',
|
||||
fontStyle: 'Font Style',
|
||||
design: 'Design',
|
||||
size: 'Size',
|
||||
charSpacing: 'Character Pitch',
|
||||
lineHeight: 'Line Height',
|
||||
opacity: 'Opacity',
|
||||
property: 'Font Property',
|
||||
fontColor: 'Font Color',
|
||||
BGColor: 'Background Color',
|
||||
BGOpacity: 'Opacity',
|
||||
SelectTextColor: 'Select Text Color',
|
||||
SelectBGColor: 'Select Background Color',
|
||||
ok: 'OK',
|
||||
editFrontBack: 'Edit the front and back sections',
|
||||
help: 'Help',
|
||||
back: 'Back',
|
||||
confirm: 'Confirm',
|
||||
RasterizedLayer: 'Rasterized Layer',
|
||||
rasterizeImmediately: 'You need to rasterize first before performing the distortion operation. Do you want to rasterize immediately?',
|
||||
ConfirmRasterization: 'Confirm Rasterization',
|
||||
beingRasterized: 'Currently, it is being rasterized.',
|
||||
waitRasterizing: 'Rasterizing the layer. Please wait...',
|
||||
successRasterizing: 'The layer has been successfully rasterized and can now undergo the distortion operation.',
|
||||
gridingFailed: 'Griding Failed',
|
||||
gridingFailedNoOperation: 'Griding failed. Unable to perform the liquefaction operation.',
|
||||
gridingError: 'Griding Error',
|
||||
LayerError: 'Layer Error',
|
||||
LayerDoesNotExist: 'The layer does not exist.',
|
||||
backgroundEmpty: 'The background layer is empty.',
|
||||
backgroundEmptyNoLiquidation: 'The background layer is empty, so the liquidation operation cannot be performed.',
|
||||
layerEmpty: 'The layer is empty.',
|
||||
layerEmptyNoLiquidation: 'The layer is empty and cannot perform the liquefaction operation.',
|
||||
liqueficationManagerError: 'Liquefication Manager Error',
|
||||
liqueficationManagerErrorInitialized: 'The liquefaction manager has not been initialized.',
|
||||
liquefactionEnvironment: 'Prepare for the liquefaction environment',
|
||||
liquefactionEnvironmentLoading: 'The liquefaction environment is being prepared. Please wait a moment...',
|
||||
LiqueficationFailed: 'Liquefication tool failed to start.',
|
||||
DoubleClickText: 'Double-click to edit the text',
|
||||
LiquidationError: 'No valid image selected or the layer does not fit the liquefaction operation.',
|
||||
ErrorMessage: 'Error Message',
|
||||
preset: 'Preset',
|
||||
presetNamePrompt: 'Please enter the preset name:',
|
||||
UploadedTexture: 'Uploaded Texture',
|
||||
UploadTexture: 'Upload Texture',
|
||||
selectTexture: 'Select the texture you want to use',
|
||||
DeleteTexture:'Delete Texture',
|
||||
DeleteTexture: 'Delete Texture',
|
||||
TextureSettings: 'Texture Settings',
|
||||
TextureSelector: 'Texture Selector',
|
||||
|
||||
|
||||
},
|
||||
speedList:{
|
||||
High:'High',
|
||||
wx:'Wx',
|
||||
relightEdit:'Edit details',
|
||||
changeBackground:'Change the background',
|
||||
toproductFlus:'High',
|
||||
toproductBasic:'Basic',
|
||||
generateWx:'Advanced',
|
||||
generateFlux:'Premium',
|
||||
generateNormal:'Normal',
|
||||
speedList: {
|
||||
High: 'High',
|
||||
wx: 'Wx',
|
||||
relightEdit: 'Edit details',
|
||||
changeBackground: 'Change the background',
|
||||
toproductFlus: 'High',
|
||||
toproductBasic: 'Basic',
|
||||
generateWx: 'Advanced',
|
||||
generateFlux: 'Premium',
|
||||
generateNormal: 'Normal',
|
||||
},
|
||||
liquifyPanel:{
|
||||
push:'Push',
|
||||
clockwise:'Clockwise',
|
||||
counterclockwise:'Counterclockwise',
|
||||
size:'Size',
|
||||
pressure:'Pressure',
|
||||
distortion:'Distortion',
|
||||
power:'Power',
|
||||
LiquefactionTool:'Liquefaction Tool',
|
||||
liquifyPanel: {
|
||||
push: 'Push',
|
||||
clockwise: 'Clockwise',
|
||||
counterclockwise: 'Counterclockwise',
|
||||
size: 'Size',
|
||||
pressure: 'Pressure',
|
||||
distortion: 'Distortion',
|
||||
power: 'Power',
|
||||
LiquefactionTool: 'Liquefaction Tool',
|
||||
},
|
||||
event:{
|
||||
back:'Back'
|
||||
event: {
|
||||
back: 'Back'
|
||||
},
|
||||
admin:{
|
||||
allUser:'All User',
|
||||
UserData:'Design Frequency',
|
||||
FunctionUseCHART:'Function Use CHART',
|
||||
ENGLISH:'English',
|
||||
CHINESE_SIMPLIFIED:'Chinese Simplified',
|
||||
CreateTime:'Create Time',
|
||||
UserName:'User Name',
|
||||
search:'Search',
|
||||
add:'Add',
|
||||
DownloadTemplate:'Download Template',
|
||||
UploadTemplate:'Upload Template',
|
||||
ExportAccountData:'Export account data',
|
||||
NearlyAYear:'Nearly a year',
|
||||
LastMonth:'Last month',
|
||||
LastWeek:'Last week',
|
||||
Edit:'Edit',
|
||||
Delete:'Delete',
|
||||
UserId:'User ID',
|
||||
Email:'Email',
|
||||
UserEmail:'User Email',
|
||||
language:'Language',
|
||||
CreateDate:'Create Date',
|
||||
Credits:'Credits',
|
||||
CreditsUsage:'Credits Usage',
|
||||
CreditsUsageLimit:'Credits Usage Limit',
|
||||
Operations:'Operations',
|
||||
Password:'Password',
|
||||
MaximumCredits:'Maximum Credits',
|
||||
Close:'Close',
|
||||
OK:'OK',
|
||||
User:'User',
|
||||
startTime:'Start Time',
|
||||
endTime:'End Time',
|
||||
enterEmail:'Please enter email',
|
||||
selectUserName:'Please select the user.',
|
||||
StartDate:'Start Date',
|
||||
StartTime:'Start Time',
|
||||
Frequency:'Frequency',
|
||||
enterUserName:'Please enter user name',
|
||||
enterPassword:'Please enter password',
|
||||
enterCredits:'Please enter credits',
|
||||
jsContent1:'The email format is incorrect',
|
||||
jsContent2:'Please check the input box marked with *',
|
||||
jsDelete:'Are you sure you want to delete this item?',
|
||||
Design:'Design',
|
||||
SingleDesign:'SingleDesign',
|
||||
MoodBoard:'MoodBoard',
|
||||
PrintBoard:'PrintBoard',
|
||||
SketchBoard:'SketchBoard',
|
||||
Pattern:'Pattern',
|
||||
Logo:'Logo',
|
||||
Slogan:'Slogan',
|
||||
ToProductImage:'ToProductImage',
|
||||
Relight:'Relight',
|
||||
ChatRobot:'ChatRobot',
|
||||
Yes:'Yes',
|
||||
No:'No',
|
||||
admin: {
|
||||
allUser: 'All User',
|
||||
UserData: 'Design Frequency',
|
||||
FunctionUseCHART: 'Function Use CHART',
|
||||
ENGLISH: 'English',
|
||||
CHINESE_SIMPLIFIED: 'Chinese Simplified',
|
||||
CreateTime: 'Create Time',
|
||||
UserName: 'User Name',
|
||||
search: 'Search',
|
||||
add: 'Add',
|
||||
DownloadTemplate: 'Download Template',
|
||||
UploadTemplate: 'Upload Template',
|
||||
ExportAccountData: 'Export account data',
|
||||
NearlyAYear: 'Nearly a year',
|
||||
LastMonth: 'Last month',
|
||||
LastWeek: 'Last week',
|
||||
Edit: 'Edit',
|
||||
Delete: 'Delete',
|
||||
UserId: 'User ID',
|
||||
Email: 'Email',
|
||||
UserEmail: 'User Email',
|
||||
language: 'Language',
|
||||
CreateDate: 'Create Date',
|
||||
Credits: 'Credits',
|
||||
CreditsUsage: 'Credits Usage',
|
||||
CreditsUsageLimit: 'Credits Usage Limit',
|
||||
Operations: 'Operations',
|
||||
Password: 'Password',
|
||||
MaximumCredits: 'Maximum Credits',
|
||||
Close: 'Close',
|
||||
OK: 'OK',
|
||||
User: 'User',
|
||||
startTime: 'Start Time',
|
||||
endTime: 'End Time',
|
||||
enterEmail: 'Please enter email',
|
||||
selectUserName: 'Please select the user.',
|
||||
StartDate: 'Start Date',
|
||||
StartTime: 'Start Time',
|
||||
Frequency: 'Frequency',
|
||||
enterUserName: 'Please enter user name',
|
||||
enterPassword: 'Please enter password',
|
||||
enterCredits: 'Please enter credits',
|
||||
jsContent1: 'The email format is incorrect',
|
||||
jsContent2: 'Please check the input box marked with *',
|
||||
jsDelete: 'Are you sure you want to delete this item?',
|
||||
Design: 'Design',
|
||||
SingleDesign: 'SingleDesign',
|
||||
MoodBoard: 'MoodBoard',
|
||||
PrintBoard: 'PrintBoard',
|
||||
SketchBoard: 'SketchBoard',
|
||||
Pattern: 'Pattern',
|
||||
Logo: 'Logo',
|
||||
Slogan: 'Slogan',
|
||||
ToProductImage: 'ToProductImage',
|
||||
Relight: 'Relight',
|
||||
ChatRobot: 'ChatRobot',
|
||||
Yes: 'Yes',
|
||||
No: 'No',
|
||||
},
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user