Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
D
dify
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
ai-tech
dify
Commits
bbc0d330
Unverified
Commit
bbc0d330
authored
Mar 08, 2024
by
crazywoola
Committed by
GitHub
Mar 08, 2024
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
chore: rename lastStep to previousStep (#2759)
parent
60e7e17c
Changes
6
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
6 additions
and
6 deletions
+6
-6
index.tsx
web/app/components/datasets/create/step-two/index.tsx
+1
-1
dataset-creation.ts
web/i18n/en-US/dataset-creation.ts
+1
-1
dataset-creation.ts
web/i18n/ja-JP/dataset-creation.ts
+1
-1
dataset-creation.ts
web/i18n/pt-BR/dataset-creation.ts
+1
-1
dataset-creation.ts
web/i18n/uk-UA/dataset-creation.ts
+1
-1
dataset-creation.ts
web/i18n/zh-Hans/dataset-creation.ts
+1
-1
No files found.
web/app/components/datasets/create/step-two/index.tsx
View file @
bbc0d330
...
...
@@ -838,7 +838,7 @@ const StepTwo = ({
{
!
isSetting
?
(
<
div
className=
'flex items-center mt-8 py-2'
>
<
Button
onClick=
{
()
=>
onStepChange
&&
onStepChange
(
-
1
)
}
>
{
t
(
'datasetCreation.stepTwo.
last
Step'
)
}
</
Button
>
<
Button
onClick=
{
()
=>
onStepChange
&&
onStepChange
(
-
1
)
}
>
{
t
(
'datasetCreation.stepTwo.
previous
Step'
)
}
</
Button
>
<
div
className=
{
s
.
divider
}
/>
<
Button
loading=
{
isCreating
}
type=
'primary'
onClick=
{
createHandle
}
>
{
t
(
'datasetCreation.stepTwo.nextStep'
)
}
</
Button
>
</
div
>
...
...
web/i18n/en-US/dataset-creation.ts
View file @
bbc0d330
...
...
@@ -89,7 +89,7 @@ const translation = {
other
:
'and other '
,
fileUnit
:
' files'
,
notionUnit
:
' pages'
,
lastStep
:
'Last
step'
,
previousStep
:
'Previous
step'
,
nextStep
:
'Save & Process'
,
save
:
'Save & Process'
,
cancel
:
'Cancel'
,
...
...
web/i18n/ja-JP/dataset-creation.ts
View file @
bbc0d330
...
...
@@ -89,7 +89,7 @@ const translation = {
other
:
'その他'
,
fileUnit
:
'ファイル'
,
notionUnit
:
'ページ'
,
lastStep
:
'最後
のステップ'
,
previousStep
:
'前
のステップ'
,
nextStep
:
'保存して処理'
,
save
:
'保存して処理'
,
cancel
:
'キャンセル'
,
...
...
web/i18n/pt-BR/dataset-creation.ts
View file @
bbc0d330
...
...
@@ -89,7 +89,7 @@ const translation = {
other
:
'e outros '
,
fileUnit
:
' arquivos'
,
notionUnit
:
' páginas'
,
lastStep
:
'Última etapa
'
,
previousStep
:
'Passo anterior
'
,
nextStep
:
'Salvar e Processar'
,
save
:
'Salvar e Processar'
,
cancel
:
'Cancelar'
,
...
...
web/i18n/uk-UA/dataset-creation.ts
View file @
bbc0d330
...
...
@@ -89,7 +89,7 @@ const translation = {
other
:
' та інші '
,
fileUnit
:
' файли'
,
notionUnit
:
' сторінки'
,
last
Step
:
'Попередній крок'
,
previous
Step
:
'Попередній крок'
,
nextStep
:
'Зберегти та обробити'
,
save
:
'Зберегти та обробити'
,
cancel
:
'Скасувати'
,
...
...
web/i18n/zh-Hans/dataset-creation.ts
View file @
bbc0d330
...
...
@@ -89,7 +89,7 @@ const translation = {
other
:
'和其他 '
,
fileUnit
:
' 个文件'
,
notionUnit
:
' 个页面'
,
last
Step
:
'上一步'
,
previous
Step
:
'上一步'
,
nextStep
:
'保存并处理'
,
save
:
'保存并处理'
,
cancel
:
'取消'
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment