mirror of
https://github.com/strapi/strapi.git
synced 2025-12-10 14:34:22 +00:00
Add translations for NoTableWarning
This commit is contained in:
parent
4baa78ee23
commit
3e0caba295
@ -21,8 +21,7 @@ function NoTableWarning({ modelName }) {
|
||||
<div className={styles.buttonContainer}>
|
||||
<a href="https://strapi.io/documentation/guides/models.html#bookshelf" target="_blank">
|
||||
<button>
|
||||
|
||||
More info
|
||||
<FormattedMessage id="content-type-builder.noTableWarning.infos" />
|
||||
</button>
|
||||
</a>
|
||||
</div>
|
||||
|
||||
@ -89,6 +89,8 @@
|
||||
"modelPage.attribute.relationWith": "Relation with",
|
||||
|
||||
"noTableWarning.description": "Don't forget to create `{modelName}` in your database",
|
||||
"noTableWarning.infos": "More infos",
|
||||
|
||||
"notification.error.message": "An error occured",
|
||||
"notification.info.contentType.creating.notSaved": "Please save your current Content Type before creating a new one",
|
||||
"notification.success.message.contentType.edit": "Your content type has been updated",
|
||||
|
||||
@ -90,6 +90,7 @@
|
||||
"modelPage.attribute.relationWith": "Relation avec",
|
||||
|
||||
"noTableWarning.description": "N'oubliez pas de créer `{modelName}` dans votre database",
|
||||
"noTableWarning.infos": "Plus d'infos",
|
||||
|
||||
"notification.error.message": "Une erreur est survenue",
|
||||
"notification.info.contentType.creating.notSaved": "Sauvegardez votre Modèle en cours avant d'en créer un nouveau",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user