couple of missing translations in the currency list
This commit is contained in:
parent
4eb5c3cac8
commit
3e9289dc35
@ -1,3 +1,4 @@
|
||||
import { t, Trans } from '@lingui/macro'
|
||||
import { Currency, CurrencyAmount, Token } from '@uniswap/sdk-core'
|
||||
import React, { CSSProperties, MutableRefObject, useCallback, useMemo } from 'react'
|
||||
import { FixedSizeList } from 'react-window'
|
||||
@ -132,7 +133,7 @@ function CurrencyRow({
|
||||
{currency.symbol}
|
||||
</Text>
|
||||
<TYPE.darkGray ml="0px" fontSize={'12px'} fontWeight={300}>
|
||||
{currency.name} {!currency.isNative && !isOnSelectedList && customAdded && '• Added by user'}
|
||||
{currency.name} {!currency.isNative && !isOnSelectedList && customAdded && '• ' + t`Added by user`}
|
||||
</TYPE.darkGray>
|
||||
</Column>
|
||||
<TokenTags currency={currency} />
|
||||
@ -158,10 +159,12 @@ function BreakLineComponent({ style }: { style: CSSProperties }) {
|
||||
<RowFixed>
|
||||
<TokenListLogoWrapper src={TokenListLogo} />
|
||||
<TYPE.main ml="6px" fontSize="12px" color={theme.text1}>
|
||||
Expanded results from inactive Token Lists
|
||||
<Trans>Expanded results from inactive Token Lists</Trans>
|
||||
</TYPE.main>
|
||||
</RowFixed>
|
||||
<QuestionHelper text="Tokens from inactive lists. Import specific tokens below or click 'Manage' to activate more lists." />
|
||||
<QuestionHelper
|
||||
text={t`Tokens from inactive lists. Import specific tokens below or click 'Manage' to activate more lists.`}
|
||||
/>
|
||||
</RowBetween>
|
||||
</LightGreyCard>
|
||||
</FixedContentRow>
|
||||
|
@ -191,6 +191,10 @@ msgstr ""
|
||||
msgid "Add {0}/{1} V3 liquidity"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/SearchModal/CurrencyList.tsx
|
||||
msgid "Added by user"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/TransactionConfirmationModal/index.tsx
|
||||
msgid "Added {0}"
|
||||
msgstr ""
|
||||
@ -618,6 +622,10 @@ msgstr ""
|
||||
msgid "Error importing list"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/SearchModal/CurrencyList.tsx
|
||||
msgid "Expanded results from inactive Token Lists"
|
||||
msgstr ""
|
||||
|
||||
#: src/pages/Pool/CTACards.tsx
|
||||
msgid "Explore popular pools on Uniswap Analytics."
|
||||
msgstr ""
|
||||
@ -1189,6 +1197,10 @@ msgstr ""
|
||||
msgid "Tokens"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/SearchModal/CurrencyList.tsx
|
||||
msgid "Tokens from inactive lists. Import specific tokens below or click 'Manage' to activate more lists."
|
||||
msgstr ""
|
||||
|
||||
#: src/pages/Pool/CTACards.tsx
|
||||
msgid "Top pools"
|
||||
msgstr ""
|
||||
|
Loading…
Reference in New Issue
Block a user