mirror of
https://github.com/strapi/strapi.git
synced 2025-09-25 16:29:34 +00:00
Add missing translations
Signed-off-by: soupette <cyril@strapi.io>
This commit is contained in:
parent
b43986b959
commit
d462f58666
@ -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({
|
||||
|
@ -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)",
|
||||
|
@ -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"
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user