mirror of
https://github.com/labring/FastGPT.git
synced 2025-12-25 20:02:47 +00:00
eng i18n
This commit is contained in:
parent
463c75097b
commit
c1618c8e8d
|
|
@ -98,10 +98,10 @@
|
|||
"Warning": "Warning",
|
||||
"Website": "Website",
|
||||
"action_confirm": "Confirm",
|
||||
"activity_ad.desc": "You can get up to 1.66 million additional points by recharging, and you can get new points at the old price of the annual package.",
|
||||
"activity_ad.join_now": "Participate now",
|
||||
"activity_ad.later": "wait a moment",
|
||||
"activity_ad.title": "Double Festival Gift · Limited Time Upgrade",
|
||||
"activity_ad.desc": "More points, same annual package price. Get up to 1.66M bonus points.",
|
||||
"activity_ad.join_now": "Get Started",
|
||||
"activity_ad.later": "Maybe later",
|
||||
"activity_ad.title": "Festival Special · Limited Time",
|
||||
"add_new": "add_new",
|
||||
"add_new_param": "Add new param",
|
||||
"add_success": "Added Successfully",
|
||||
|
|
|
|||
|
|
@ -157,7 +157,7 @@ const ActivityAdModal = () => {
|
|||
{t('common:activity_ad.title')}
|
||||
</Flex>
|
||||
|
||||
<Flex mt={6} color={'black'} justifyContent={'center'} fontSize={'14px'}>
|
||||
<Flex mt={6} color={'black'} justifyContent={'center'} fontSize={'14px'} px={8}>
|
||||
{t('common:activity_ad.desc')}
|
||||
</Flex>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue