mirror of
https://github.com/strapi/strapi.git
synced 2025-12-27 07:03:38 +00:00
Update naming and default links icon
This commit is contained in:
parent
36d650effa
commit
60821dca69
@ -41,7 +41,7 @@ function LeftMenuLinkContainer({ plugins }) {
|
||||
<p className={styles.title}>{pluginsSections[current].name}</p>
|
||||
<ul className={styles.list}>
|
||||
{sortBy(pluginsSections[current].links, 'label').map((link, i) =>
|
||||
<LeftMenuLink key={`${i}-${link.label}`} icon={link.icon || 'link'} label={link.label} destination={`/plugins/${link.plugin}/${link.destination}`} source={link.source} />
|
||||
<LeftMenuLink key={`${i}-${link.label}`} icon={link.icon || 'caret-right'} label={link.label} destination={`/plugins/${link.plugin}/${link.destination}`} source={link.source} />
|
||||
)}
|
||||
</ul>
|
||||
</div>
|
||||
@ -84,7 +84,7 @@ function LeftMenuLinkContainer({ plugins }) {
|
||||
destination="/list-plugins"
|
||||
/>
|
||||
<LeftMenuLink
|
||||
icon="download"
|
||||
icon="shopping-basket"
|
||||
label={messages.installNewPlugin.id}
|
||||
destination="/install-plugin"
|
||||
/>
|
||||
|
||||
@ -1,15 +1,15 @@
|
||||
{
|
||||
"listPlugins": {
|
||||
"id": "app.components.LeftMenuLinkContainer.listPlugins",
|
||||
"defaultMessage": "List plugins"
|
||||
"defaultMessage": "Plugins"
|
||||
},
|
||||
"installNewPlugin": {
|
||||
"id": "app.components.LeftMenuLinkContainer.installNewPlugin",
|
||||
"defaultMessage": "Install new plugin"
|
||||
"defaultMessage": "Marketplace"
|
||||
},
|
||||
"configuration": {
|
||||
"id": "app.components.LeftMenuLinkContainer.configuration",
|
||||
"defaultMessage": "Configuration"
|
||||
"defaultMessage": "Configurations"
|
||||
},
|
||||
"plugins": {
|
||||
"id": "app.components.LeftMenuLinkContainer.plugins",
|
||||
|
||||
@ -11,8 +11,8 @@
|
||||
"app.components.HomePage.button": "Create your first content type",
|
||||
"app.components.HomePage.feedback": "Feel free to ask questions or give us feedback by using one of the support channels below.",
|
||||
|
||||
"app.components.InstallPluginPage.helmet": "Install plugins",
|
||||
"app.components.InstallPluginPage.title": "Install new plugins",
|
||||
"app.components.InstallPluginPage.helmet": "Marketplace - Plugins",
|
||||
"app.components.InstallPluginPage.title": "Marketplace - Plugins",
|
||||
"app.components.InstallPluginPage.description": "Extend your app with no efforts",
|
||||
"app.components.InstallPluginPage.plugin.support-us.description": "Support us by buying the Strapi t-shirt. It will allow us to keep working on the project and try giving the best possible experience!",
|
||||
"app.components.InstallPluginPage.InputSearch.label": " ",
|
||||
@ -26,10 +26,10 @@
|
||||
"app.components.InstallPluginPopup.noDescription": "No description available",
|
||||
|
||||
"app.components.LeftMenuFooter.poweredBy": "Proudly powered by",
|
||||
"app.components.LeftMenuLinkContainer.configuration": "Configuration",
|
||||
"app.components.LeftMenuLinkContainer.configuration": "Configurations",
|
||||
"app.components.LeftMenuLinkContainer.general": "General",
|
||||
"app.components.LeftMenuLinkContainer.installNewPlugin": "Install new plugin",
|
||||
"app.components.LeftMenuLinkContainer.listPlugins": "List plugins",
|
||||
"app.components.LeftMenuLinkContainer.installNewPlugin": "Marketplace",
|
||||
"app.components.LeftMenuLinkContainer.listPlugins": "Plugins",
|
||||
"app.components.LeftMenuLinkContainer.noPluginsInstalled": "No plugins installed yet",
|
||||
"app.components.LeftMenuLinkContainer.plugins": "Plugins",
|
||||
|
||||
|
||||
@ -11,8 +11,8 @@
|
||||
"app.components.HomePage.button": "Créez votre premier type de contenu",
|
||||
"app.components.HomePage.feedback": "N'hésitez pas à utiliser un des channels ci-dessous pour poser vos questions ou nous donner vos retours.",
|
||||
|
||||
"app.components.InstallPluginPage.helmet": "Installez des plugins",
|
||||
"app.components.InstallPluginPage.title": "Installez des nouveaux plugins",
|
||||
"app.components.InstallPluginPage.helmet": "Marketplace - Plugins",
|
||||
"app.components.InstallPluginPage.title": "Marketplace - Plugins",
|
||||
"app.components.InstallPluginPage.description": "Améliorez votre app sans efforts",
|
||||
"app.components.InstallPluginPage.plugin.support-us.description": "Soutenez-nous en achetant un Strapi tee shirt. Cela nous aidera a continuer de travailler sur le projet pour vous donner la meilleure expérience possible!",
|
||||
"app.components.InstallPluginPage.InputSearch.label": " ",
|
||||
@ -26,10 +26,10 @@
|
||||
"app.components.InstallPluginPopup.noDescription": "Aucune description disponible",
|
||||
|
||||
"app.components.LeftMenuFooter.poweredBy": "Propulsé par",
|
||||
"app.components.LeftMenuLinkContainer.configuration": "Configuration",
|
||||
"app.components.LeftMenuLinkContainer.configuration": "Configurations",
|
||||
"app.components.LeftMenuLinkContainer.general": "Général",
|
||||
"app.components.LeftMenuLinkContainer.installNewPlugin": "Installer un nouveau plugin",
|
||||
"app.components.LeftMenuLinkContainer.listPlugins": "Liste des plugins",
|
||||
"app.components.LeftMenuLinkContainer.installNewPlugin": "Marketplaces",
|
||||
"app.components.LeftMenuLinkContainer.listPlugins": "Plugins",
|
||||
"app.components.LeftMenuLinkContainer.noPluginsInstalled": "Aucun plugin installé",
|
||||
"app.components.LeftMenuLinkContainer.plugins": "Plugins",
|
||||
|
||||
|
||||
@ -86,7 +86,7 @@
|
||||
"HeaderNav.link.providers": "Providers",
|
||||
"HeaderNav.link.roles": "Roles",
|
||||
|
||||
"HomePage.header.title": "Auth & Permissions",
|
||||
"HomePage.header.title": "Users & Permissions",
|
||||
"HomePage.header.description": "Define the roles and permissions for every one of them",
|
||||
|
||||
"InputSearch.placeholder": "Search for a user",
|
||||
|
||||
@ -86,7 +86,7 @@
|
||||
"HeaderNav.link.providers": "Fournisseurs",
|
||||
"HeaderNav.link.roles": "Rôles",
|
||||
|
||||
"HomePage.header.title": "Auth & Permissions",
|
||||
"HomePage.header.title": "Utilisateurs & Permissions",
|
||||
"HomePage.header.description": "Définissez les rôles et permissions pour chacun d'eux",
|
||||
|
||||
"InputSearch.placeholder": "Recherez un utilisateur",
|
||||
|
||||
@ -3,7 +3,7 @@
|
||||
"version": "3.0.0-alpha.9.3",
|
||||
"description": "Protect your API with a full-authentication process based on JWT",
|
||||
"strapi": {
|
||||
"name": "Auth & Permissions",
|
||||
"name": "Users & Permissions",
|
||||
"icon": "users",
|
||||
"description": "users-permissions.plugin.description"
|
||||
},
|
||||
@ -55,4 +55,4 @@
|
||||
"npm": ">= 3.0.0"
|
||||
},
|
||||
"license": "MIT"
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user