From 3e0caba295cdeb596daa28e57082b0e91e42af10 Mon Sep 17 00:00:00 2001 From: cyril lopez Date: Fri, 27 Oct 2017 04:17:22 +0200 Subject: [PATCH] Add translations for NoTableWarning --- .../admin/src/components/NoTableWarning/index.js | 3 +-- .../admin/src/translations/en.json | 2 ++ .../admin/src/translations/fr.json | 1 + 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/packages/strapi-plugin-content-type-builder/admin/src/components/NoTableWarning/index.js b/packages/strapi-plugin-content-type-builder/admin/src/components/NoTableWarning/index.js index 851038ef5b..ab2e551b23 100644 --- a/packages/strapi-plugin-content-type-builder/admin/src/components/NoTableWarning/index.js +++ b/packages/strapi-plugin-content-type-builder/admin/src/components/NoTableWarning/index.js @@ -21,8 +21,7 @@ function NoTableWarning({ modelName }) {
diff --git a/packages/strapi-plugin-content-type-builder/admin/src/translations/en.json b/packages/strapi-plugin-content-type-builder/admin/src/translations/en.json index dac25da894..548342f5ef 100755 --- a/packages/strapi-plugin-content-type-builder/admin/src/translations/en.json +++ b/packages/strapi-plugin-content-type-builder/admin/src/translations/en.json @@ -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", diff --git a/packages/strapi-plugin-content-type-builder/admin/src/translations/fr.json b/packages/strapi-plugin-content-type-builder/admin/src/translations/fr.json index 1c75a65da4..cae8015d4b 100755 --- a/packages/strapi-plugin-content-type-builder/admin/src/translations/fr.json +++ b/packages/strapi-plugin-content-type-builder/admin/src/translations/fr.json @@ -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",