perf: i18n (#4740)
* feat: login limit time config * doc * perf: code * i18n update * update lock * fix: ts * update package
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -180,7 +180,7 @@ const CustomLinkInput = () => {
|
||||
goToNext();
|
||||
})}
|
||||
>
|
||||
{t('common:common.Next Step')}
|
||||
{t('common:next_step')}
|
||||
</Button>
|
||||
</Flex>
|
||||
</Box>
|
||||
|
||||
@@ -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>
|
||||
);
|
||||
|
||||
@@ -147,7 +147,7 @@ const CustomLinkImport = () => {
|
||||
goToNext();
|
||||
})}
|
||||
>
|
||||
{t('common:common.Next Step')}
|
||||
{t('common:next_step')}
|
||||
</Button>
|
||||
</Flex>
|
||||
</Box>
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user