mirror of
https://github.com/langgenius/dify.git
synced 2024-11-16 03:32:23 +08:00
chore: rename lastStep to previousStep (#2759)
This commit is contained in:
parent
60e7e17c86
commit
bbc0d330a9
|
@ -838,7 +838,7 @@ const StepTwo = ({
|
||||||
{!isSetting
|
{!isSetting
|
||||||
? (
|
? (
|
||||||
<div className='flex items-center mt-8 py-2'>
|
<div className='flex items-center mt-8 py-2'>
|
||||||
<Button onClick={() => onStepChange && onStepChange(-1)}>{t('datasetCreation.stepTwo.lastStep')}</Button>
|
<Button onClick={() => onStepChange && onStepChange(-1)}>{t('datasetCreation.stepTwo.previousStep')}</Button>
|
||||||
<div className={s.divider} />
|
<div className={s.divider} />
|
||||||
<Button loading={isCreating} type='primary' onClick={createHandle}>{t('datasetCreation.stepTwo.nextStep')}</Button>
|
<Button loading={isCreating} type='primary' onClick={createHandle}>{t('datasetCreation.stepTwo.nextStep')}</Button>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -89,7 +89,7 @@ const translation = {
|
||||||
other: 'and other ',
|
other: 'and other ',
|
||||||
fileUnit: ' files',
|
fileUnit: ' files',
|
||||||
notionUnit: ' pages',
|
notionUnit: ' pages',
|
||||||
lastStep: 'Last step',
|
previousStep: 'Previous step',
|
||||||
nextStep: 'Save & Process',
|
nextStep: 'Save & Process',
|
||||||
save: 'Save & Process',
|
save: 'Save & Process',
|
||||||
cancel: 'Cancel',
|
cancel: 'Cancel',
|
||||||
|
|
|
@ -89,7 +89,7 @@ const translation = {
|
||||||
other: 'その他',
|
other: 'その他',
|
||||||
fileUnit: 'ファイル',
|
fileUnit: 'ファイル',
|
||||||
notionUnit: 'ページ',
|
notionUnit: 'ページ',
|
||||||
lastStep: '最後のステップ',
|
previousStep: '前のステップ',
|
||||||
nextStep: '保存して処理',
|
nextStep: '保存して処理',
|
||||||
save: '保存して処理',
|
save: '保存して処理',
|
||||||
cancel: 'キャンセル',
|
cancel: 'キャンセル',
|
||||||
|
|
|
@ -89,7 +89,7 @@ const translation = {
|
||||||
other: 'e outros ',
|
other: 'e outros ',
|
||||||
fileUnit: ' arquivos',
|
fileUnit: ' arquivos',
|
||||||
notionUnit: ' páginas',
|
notionUnit: ' páginas',
|
||||||
lastStep: 'Última etapa',
|
previousStep: 'Passo anterior',
|
||||||
nextStep: 'Salvar e Processar',
|
nextStep: 'Salvar e Processar',
|
||||||
save: 'Salvar e Processar',
|
save: 'Salvar e Processar',
|
||||||
cancel: 'Cancelar',
|
cancel: 'Cancelar',
|
||||||
|
|
|
@ -89,7 +89,7 @@ const translation = {
|
||||||
other: ' та інші ',
|
other: ' та інші ',
|
||||||
fileUnit: ' файли',
|
fileUnit: ' файли',
|
||||||
notionUnit: ' сторінки',
|
notionUnit: ' сторінки',
|
||||||
lastStep: 'Попередній крок',
|
previousStep: 'Попередній крок',
|
||||||
nextStep: 'Зберегти та обробити',
|
nextStep: 'Зберегти та обробити',
|
||||||
save: 'Зберегти та обробити',
|
save: 'Зберегти та обробити',
|
||||||
cancel: 'Скасувати',
|
cancel: 'Скасувати',
|
||||||
|
|
|
@ -89,7 +89,7 @@ const translation = {
|
||||||
other: '和其他 ',
|
other: '和其他 ',
|
||||||
fileUnit: ' 个文件',
|
fileUnit: ' 个文件',
|
||||||
notionUnit: ' 个页面',
|
notionUnit: ' 个页面',
|
||||||
lastStep: '上一步',
|
previousStep: '上一步',
|
||||||
nextStep: '保存并处理',
|
nextStep: '保存并处理',
|
||||||
save: '保存并处理',
|
save: '保存并处理',
|
||||||
cancel: '取消',
|
cancel: '取消',
|
||||||
|
|
Loading…
Reference in New Issue
Block a user