diff --git a/backend/admin/src/translations/en.json b/backend/admin/src/translations/en.json index a9fd997..20860eb 100644 --- a/backend/admin/src/translations/en.json +++ b/backend/admin/src/translations/en.json @@ -55,7 +55,7 @@ "HomePage.helmet.title": "Homepage", "HomePage.roadmap": "See our roadmap", "HomePage.welcome.congrats": "Congrats!", - "HomePage.welcome.congrats.content": "You are logged as the first administrator. To discover the powerful features provided by Strapi,", + "HomePage.welcome.congrats.content": "You are logged in as the first administrator. To discover the powerful features provided by Strapi,", "HomePage.welcome.congrats.content.bold": "we recommend you to create your first Collection-Type.", "Media Library": "Media Library", "New entry": "New entry", @@ -90,6 +90,7 @@ "Settings.permissions.conditions.links": "Links", "Settings.permissions.conditions.no-actions": "You first need to select actions (create, read, update, ...) before defining conditions on them.", "Settings.permissions.conditions.or": "OR", + "Settings.permissions.conditions.none-selected": "Anytime", "Settings.permissions.conditions.selected.plural": "{number} conditions selected", "Settings.permissions.conditions.selected.singular": "{number} condition selected", "Settings.permissions.conditions.when": "When", @@ -105,6 +106,11 @@ "Settings.permissions.users.listview.header.description.plural": "{number} users found", "Settings.permissions.users.listview.header.description.singular": "{number} user found", "Settings.permissions.users.listview.header.title": "Users", + "Settings.profile.form.section.profile.title": "Profile", + "Settings.profile.form.section.password.title": "Change password", + "Settings.profile.form.section.experience.title": "Experience", + "Settings.profile.form.section.experience.interfaceLanguage": "Interface language", + "Settings.profile.form.section.experience.interfaceLanguage.hint": "This will only display your own interface in the chosen language.", "Settings.roles.create.description": "Define the rights given to the role", "Settings.roles.create.title": "Create a role", "Settings.roles.created": "Role created", @@ -114,6 +120,7 @@ "Settings.roles.form.description": "Name and description of the role", "Settings.roles.form.input.description": "Description", "Settings.roles.form.input.name": "Name", + "Settings.roles.form.permission.property-label": "{label} permissions", "Settings.roles.form.permissions.attributesPermissions": "Fields permissions", "Settings.roles.form.permissions.create": "Create", "Settings.roles.form.permissions.delete": "Delete", @@ -221,6 +228,9 @@ "app.components.ListPluginsPage.title": "Plugins", "app.components.Logout.logout": "Logout", "app.components.Logout.profile": "Profile", + "app.components.MarketplaceBanner": "Discover plugins built by the community, and many more awesome things to kickstart your project, on Strapi Awesome.", + "app.components.MarketplaceBanner.image.alt": "a strapi rocket logo", + "app.components.MarketplaceBanner.link": "Check it out now", "app.components.NotFoundPage.back": "Back to homepage", "app.components.NotFoundPage.description": "Not Found", "app.components.Official": "Official", @@ -261,7 +271,7 @@ "app.components.listPlugins.title.plural": "{number} plugins are installed", "app.components.listPlugins.title.singular": "{number} plugin is installed", "app.components.listPluginsPage.deletePlugin.error": "An error occurred while uninstalling the plugin", - "app.containers.App.notification.error.init": "An error occured while requesting the API", + "app.containers.App.notification.error.init": "An error occurred while requesting the API", "app.containers.AuthPage.ForgotPasswordSuccess.text.contact-admin": "If you do not receive this link, please contact your administrator.", "app.containers.AuthPage.ForgotPasswordSuccess.text.email": "It can take a few minutes to receive your password recovery link.", "app.containers.AuthPage.ForgotPasswordSuccess.title": "Email sent", @@ -322,7 +332,7 @@ "components.OverlayBlocker.description": "You're using a feature that needs the server to restart. Please wait until the server is up.", "components.OverlayBlocker.description.serverError": "The server should have restarted, please check your logs in the terminal.", "components.OverlayBlocker.title": "Waiting for restart...", - "components.OverlayBlocker.title.serverError": "The restart takes longer than expected", + "components.OverlayBlocker.title.serverError": "The restart is taking longer than expected", "components.PageFooter.select": "entries per page", "components.ProductionBlocker.description": "For safety purposes we have to disable this plugin in other environments.", "components.ProductionBlocker.header": "This plugin is only available in development.",