mirror of
https://github.com/strapi/strapi.git
synced 2025-09-23 07:22:51 +00:00
add translations
This commit is contained in:
parent
29558b960f
commit
1d46b0f9ef
@ -234,8 +234,20 @@ const MarketPlacePage = () => {
|
||||
<TabGroup label="Plugins and Providers for Strapi" id="tabs" variant="simple">
|
||||
<Box paddingBottom={4}>
|
||||
<Tabs>
|
||||
<Tab>Plugins ({searchResults.length})</Tab>
|
||||
<Tab>Providers ({marketplaceProvidersResponse.data.length})</Tab>
|
||||
<Tab>
|
||||
{formatMessage({
|
||||
id: 'admin.pages.MarketPlacePage.plugins',
|
||||
defaultMessage: 'Plugins',
|
||||
})}{' '}
|
||||
({searchResults.length})
|
||||
</Tab>
|
||||
<Tab>
|
||||
{formatMessage({
|
||||
id: 'admin.pages.MarketPlacePage.providers',
|
||||
defaultMessage: 'Providers',
|
||||
})}{' '}
|
||||
({marketplaceProvidersResponse.data.length})
|
||||
</Tab>
|
||||
</Tabs>
|
||||
</Box>
|
||||
<TabPanels>
|
||||
|
@ -207,6 +207,7 @@
|
||||
"admin.pages.MarketPlacePage.helmet": "Marketplace - Plugins",
|
||||
"admin.pages.MarketPlacePage.offline.title": "You are offline",
|
||||
"admin.pages.MarketPlacePage.offline.subtitle": "You need to be connected to the Internet to access Strapi Market.",
|
||||
"admin.pages.MarketPlacePage.plugins": "Plugins",
|
||||
"admin.pages.MarketPlacePage.plugin.copy": "Copy install command",
|
||||
"admin.pages.MarketPlacePage.plugin.copy.success": "Install command ready to be pasted in your terminal",
|
||||
"admin.pages.MarketPlacePage.plugin.info": "Learn more",
|
||||
@ -215,6 +216,7 @@
|
||||
"admin.pages.MarketPlacePage.plugin.installed": "Installed",
|
||||
"admin.pages.MarketPlacePage.plugin.tooltip.madeByStrapi": "Made by Strapi",
|
||||
"admin.pages.MarketPlacePage.plugin.tooltip.verified": "Plugin verified by Strapi",
|
||||
"admin.pages.MarketPlacePage.providers": "Providers",
|
||||
"admin.pages.MarketPlacePage.search.clear": "Clear the plugin search",
|
||||
"admin.pages.MarketPlacePage.search.empty": "No result for \"{target}\"",
|
||||
"admin.pages.MarketPlacePage.search.placeholder": "Search for a plugin",
|
||||
|
Loading…
x
Reference in New Issue
Block a user