Skip to content

Commit 811415f

Browse files
committed
update publish flow steps wording
1 parent eb0b2fd commit 811415f

File tree

4 files changed

+14
-14
lines changed

4 files changed

+14
-14
lines changed

packages/renderer/src/components/Modals/PublishProject/steps/Deploy/component.tsx

+3-3
Original file line numberDiff line numberDiff line change
@@ -487,13 +487,13 @@ function Deploying({ info, url, onSuccess, onClick, onRetry }: DeployingProps) {
487487
const baseSteps = [
488488
{
489489
bulletText: '1',
490-
name: t('modal.publish_project.deploy.deploying.step.catalyst'),
490+
name: t('modal.publish_project.deploy.deploying.step.uploading'),
491491
description: getStepDescription(catalyst),
492492
state: catalyst,
493493
},
494494
{
495495
bulletText: '2',
496-
name: t('modal.publish_project.deploy.deploying.step.asset_bundle'),
496+
name: t('modal.publish_project.deploy.deploying.step.converting'),
497497
description: getStepDescription(assetBundle),
498498
state: assetBundle,
499499
},
@@ -503,7 +503,7 @@ function Deploying({ info, url, onSuccess, onClick, onRetry }: DeployingProps) {
503503
if (!info.isWorld) {
504504
baseSteps.push({
505505
bulletText: '3',
506-
name: t('modal.publish_project.deploy.deploying.step.lods'),
506+
name: t('modal.publish_project.deploy.deploying.step.optimizing'),
507507
description: getStepDescription(lods),
508508
state: lods,
509509
});

packages/renderer/src/modules/store/translation/locales/en.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -173,10 +173,10 @@
173173
"try_again": "Please try again",
174174
"info": "This process may take 15 minutes on average. During this time, your scene may appear empty until it has been updated in the client.",
175175
"step": {
176-
"catalyst": "Catalyst",
177-
"asset_bundle": "Asset Bundle",
178-
"lods": "LODs",
179-
"loading": "Loading...",
176+
"uploading": "Uploading",
177+
"converting": "Converting",
178+
"optimizing": "Optimizing",
179+
"loading": "In process...",
180180
"failed": "Error"
181181
},
182182
"errors": {

packages/renderer/src/modules/store/translation/locales/es.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -173,10 +173,10 @@
173173
"try_again": "Por favor inténtalo de nuevo",
174174
"info": "Este proceso puede tardar una media de 15 minutos. Durante este tiempo, su escena puede aparecer vacía hasta que se actualice en el cliente.",
175175
"step": {
176-
"catalyst": "Catalyst",
177-
"asset_bundle": "Asset Bundle",
178-
"lods": "LODs",
179-
"loading": "Cargando...",
176+
"uploading": "Subiendo",
177+
"converting": "Convirtiendo",
178+
"optimizing": "Optimizando",
179+
"loading": "En proceso...",
180180
"failed": "Error"
181181
},
182182
"errors": {

packages/renderer/src/modules/store/translation/locales/zh.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -173,9 +173,9 @@
173173
"try_again": "请重试",
174174
"info": "此过程平均可能需要 15 分钟。在此期间,您的场景可能会显示为空,直到在客户端中更新为止。",
175175
"step": {
176-
"catalyst": "Catalyst",
177-
"asset_bundle": "资产包",
178-
"lods": "LODs",
176+
"uploading": "上传中...",
177+
"converting": "转换...",
178+
"optimizing": "优化...",
179179
"loading": "加载中...",
180180
"failed": "失败的"
181181
},

0 commit comments

Comments
 (0)