mirror of
https://github.com/labring/FastGPT.git
synced 2025-07-24 22:03:54 +00:00
update: i18n common.json keys (#2124)
This commit is contained in:
@@ -110,7 +110,7 @@ const InputGuideConfig = ({
|
||||
>
|
||||
<ModalBody px={[5, 16]} py={[4, 8]}>
|
||||
<Flex justifyContent={'space-between'} alignItems={'center'}>
|
||||
<FormLabel>{t('common:Is open')}</FormLabel>
|
||||
<FormLabel>{t('common:is_open')}</FormLabel>
|
||||
<Switch
|
||||
isChecked={isOpenQuestionGuide}
|
||||
onChange={(e) => {
|
||||
|
@@ -143,7 +143,7 @@ const ApiKeyTable = ({ tips, appId }: { tips: string; appId?: string }) => {
|
||||
})
|
||||
}
|
||||
>
|
||||
{t('common:New Create')}
|
||||
{t('common:new_create')}
|
||||
</Button>
|
||||
</Box>
|
||||
</Box>
|
||||
|
@@ -36,7 +36,7 @@ const ResumeInherit = ({
|
||||
)();
|
||||
}}
|
||||
>
|
||||
{commonT('Click to resume')}
|
||||
{commonT('click_to_resume')}
|
||||
</Box>
|
||||
|
||||
<CommonConfirmModal />
|
||||
|
@@ -92,7 +92,7 @@ const ExtractFieldModal = ({
|
||||
</Flex>
|
||||
|
||||
<Flex mt={5} alignItems={'center'}>
|
||||
<FormLabel flex={['0 0 80px', '0 0 100px']}>{t('common:Field name')}</FormLabel>
|
||||
<FormLabel flex={['0 0 80px', '0 0 100px']}>{t('common:field_name')}</FormLabel>
|
||||
<Input
|
||||
bg={'myGray.50'}
|
||||
placeholder="name/age/sql"
|
||||
|
@@ -54,7 +54,7 @@ const RenderToolInput = ({
|
||||
size={'sm'}
|
||||
onClick={() => setEditField(defaultEditFormData)}
|
||||
>
|
||||
{t('common:Add new')}
|
||||
{t('common:add_new')}
|
||||
</Button>
|
||||
)}
|
||||
</HStack>
|
||||
|
@@ -159,7 +159,7 @@ const CustomLinkInput = () => {
|
||||
});
|
||||
}}
|
||||
>
|
||||
{commonT('Add new')}
|
||||
{commonT('add_new')}
|
||||
</Button>
|
||||
<Button
|
||||
isDisabled={list.filter((item) => !!item.externalFileUrl).length === 0}
|
||||
|
Reference in New Issue
Block a user