Add translations for NoTableWarning

This commit is contained in:
cyril lopez 2017-10-27 04:17:22 +02:00
parent 4baa78ee23
commit 3e0caba295
3 changed files with 4 additions and 2 deletions

View File

@ -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>

View File

@ -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",

View File

@ -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",