mirror of
https://github.com/Qortal/Qortal-Hub.git
synced 2025-06-16 12:51:23 +00:00
Set plural key
This commit is contained in:
parent
59573a43ab
commit
aace10c853
@ -7,11 +7,12 @@
|
|||||||
"edit": "edit",
|
"edit": "edit",
|
||||||
"error": "an error occurred",
|
"error": "an error occurred",
|
||||||
"last_height": "last height",
|
"last_height": "last height",
|
||||||
|
"loading": "loading...",
|
||||||
"price": "price",
|
"price": "price",
|
||||||
"save": "save",
|
"save": "save",
|
||||||
"supply": "supply",
|
"supply": "supply",
|
||||||
"title": "title",
|
"title": "title",
|
||||||
"wallet": "wallet",
|
"wallet": "wallet",
|
||||||
"wallet_many": "wallets",
|
"wallet_other": "wallets",
|
||||||
"welcome": "welcome"
|
"welcome": "welcome"
|
||||||
}
|
}
|
||||||
|
@ -6,8 +6,13 @@
|
|||||||
"description": "descrizione",
|
"description": "descrizione",
|
||||||
"edit": "modifica",
|
"edit": "modifica",
|
||||||
"error": "si è verificato un errore",
|
"error": "si è verificato un errore",
|
||||||
|
"last_height": "ultimo blocco",
|
||||||
"loading": "caricamento...",
|
"loading": "caricamento...",
|
||||||
|
"price": "prezzo",
|
||||||
"save": "salva",
|
"save": "salva",
|
||||||
"supply": "offerta",
|
"supply": "offerta",
|
||||||
"title": "titolo"
|
"title": "titolo",
|
||||||
|
"wallet": "wallet",
|
||||||
|
"wallet_other": "wallet",
|
||||||
|
"welcome": "benvenuto"
|
||||||
}
|
}
|
||||||
|
@ -124,7 +124,7 @@ export const Explore = ({ setDesktopViewMode }) => {
|
|||||||
fontSize: '1rem',
|
fontSize: '1rem',
|
||||||
}}
|
}}
|
||||||
>
|
>
|
||||||
{t('core:wallet', { count: 100, postProcess: 'capitalize' })}
|
{t('core:wallet_other', { postProcess: 'capitalize' })}
|
||||||
</Typography>
|
</Typography>
|
||||||
</ButtonBase>
|
</ButtonBase>
|
||||||
</Box>
|
</Box>
|
||||||
|
@ -241,6 +241,7 @@ export const HomeDesktop = ({
|
|||||||
</>
|
</>
|
||||||
)}
|
)}
|
||||||
</Box>
|
</Box>
|
||||||
|
|
||||||
<Spacer height="26px" />
|
<Spacer height="26px" />
|
||||||
|
|
||||||
{/* <Box
|
{/* <Box
|
||||||
|
@ -162,7 +162,7 @@ export const useHandleTutorials = () => {
|
|||||||
setOpenTutorialModal({
|
setOpenTutorialModal({
|
||||||
multi: [
|
multi: [
|
||||||
{
|
{
|
||||||
title: t('tutorial:app.dashboard', {
|
title: t('tutorial:apps.dashboard', {
|
||||||
postProcess: 'capitalize',
|
postProcess: 'capitalize',
|
||||||
}),
|
}),
|
||||||
resource: {
|
resource: {
|
||||||
@ -173,7 +173,7 @@ export const useHandleTutorials = () => {
|
|||||||
},
|
},
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: t('tutorial:app.navigation', {
|
title: t('tutorial:apps.navigation', {
|
||||||
postProcess: 'capitalize',
|
postProcess: 'capitalize',
|
||||||
}),
|
}),
|
||||||
resource: {
|
resource: {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user