perf: i18n (#4740)

* feat: login limit time config

* doc

* perf: code

* i18n update

* update lock

* fix: ts

* update package
This commit is contained in:
Archer
2025-05-05 16:16:59 +08:00
committed by GitHub
parent fdd4e9edbd
commit 864eff47c7
229 changed files with 1128 additions and 1293 deletions

View File

@@ -277,7 +277,7 @@ const CustomAPIFileInput = () => {
{selectFiles.length > 0
? `${t('dataset:total_num_files', { total: selectFiles.length })} | `
: ''}
{t('common:common.Next Step')}
{t('common:next_step')}
</Button>
</Box>
</Flex>

View File

@@ -180,7 +180,7 @@ const CustomLinkInput = () => {
goToNext();
})}
>
{t('common:common.Next Step')}
{t('common:next_step')}
</Button>
</Flex>
</Box>

View File

@@ -99,9 +99,7 @@ const CustomTextInput = () => {
/>
</Box>
<Flex mt={5} justifyContent={'flex-end'}>
<Button onClick={handleSubmit((data) => onSubmit(data))}>
{t('common:common.Next Step')}
</Button>
<Button onClick={handleSubmit((data) => onSubmit(data))}>{t('common:next_step')}</Button>
</Flex>
</Box>
);

View File

@@ -147,7 +147,7 @@ const CustomLinkImport = () => {
goToNext();
})}
>
{t('common:common.Next Step')}
{t('common:next_step')}
</Button>
</Flex>
</Box>

View File

@@ -71,7 +71,7 @@ const SelectFile = React.memo(function SelectFile() {
{selectFiles.length > 0
? `${t('dataset:total_num_files', { total: selectFiles.length })} | `
: ''}
{t('common:common.Next Step')}
{t('common:next_step')}
</Button>
</Box>
</Box>

View File

@@ -93,7 +93,7 @@ const SelectFile = React.memo(function SelectFile() {
{selectFiles.length > 0
? `${t('dataset:total_num_files', { total: selectFiles.length })} | `
: ''}
{t('common:common.Next Step')}
{t('common:next_step')}
</Button>
</Box>
</Box>