Add missing translations

Signed-off-by: soupette <cyril@strapi.io>
This commit is contained in:
soupette 2021-09-15 11:43:46 +02:00
parent b43986b959
commit d462f58666
3 changed files with 6 additions and 2 deletions

View File

@ -233,7 +233,7 @@ const ProfilePage = () => {
defaultMessage: 'Interface language',
})}
placeholder={formatMessage({
id: 'Settings.profile.form.section.experience.placeholder',
id: 'components.Select.placeholder',
defaultMessage: 'Select',
})}
hint={formatMessage({

View File

@ -353,6 +353,8 @@
"components.AutoReloadBlocker.header": "Reload feature is required for this plugin.",
"components.TableHeader.sort": "Sort on {label}",
"components.ErrorBoundary.title": "Something went wrong...",
"Settings.profile.form.section.experience.clear.select": "Clear the interface language selected",
"app.components.EmptyStateLayout.content-permissions": "You don't have the permissions to access that content",
"components.FilterOptions.FILTER_TYPES.$eq": "is",
"components.FilterOptions.FILTER_TYPES.$ne": "is not",
"components.FilterOptions.FILTER_TYPES.$contains": "contains (case sensitive)",

View File

@ -16,5 +16,7 @@
"Settings.email.plugin.subTitle": "Test the settings for the email plugin",
"Settings.email.plugin.title": "Email settings",
"Settings.email.plugin.notification.data.loaded": "Email settings data has been loaded",
"components.Input.error.validation.email": "This is an invalid email"
"components.Input.error.validation.email": "This is an invalid email",
"SettingsNav.section-label": "Email plugin",
"SettingsNav.link.settings": "Settings"
}