From 50719b4eb2d23e93b936277a2071d7a274c064fb Mon Sep 17 00:00:00 2001 From: Johan Girod Date: Tue, 20 Nov 2018 15:58:15 +0100 Subject: [PATCH] =?UTF-8?q?:alien:=20traduit=20le=20nouveau=20module=20de?= =?UTF-8?q?=20r=C3=A9ponses?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- source/locales/en.yaml | 18 +++++++++++++++++- .../mycompanyinfrance.fr/pages/Company/Home.js | 11 ++++++----- .../pages/Company/PreviousAnswers.js | 2 +- 3 files changed, 24 insertions(+), 7 deletions(-) diff --git a/source/locales/en.yaml b/source/locales/en.yaml index 730327e09..393d4a3be 100644 --- a/source/locales/en.yaml +++ b/source/locales/en.yaml @@ -302,6 +302,11 @@ entreprise: ensuite: After registration formeJuridique: + page: + titre: Which legal status should you choose for your company in France? + description: > + The French business law defines more than 20 possible legal statuses to declare a company with various acronyms and processes : SAS, SARL, SA, EIRL... This guide quickly helps you to find the right status for your company project in France. + titre: Choose the legal status incertain: Not sure about this status? Take our guide to help you choose intro: 'The French business law defines more than 20 possible legal statuses to declare a company with various acronyms and processes : SAS, SARL, SA, EIRL... This guide will help you find quickly the right status for your needs.' EI: Also called company in own name or company in a personal name. No capital contribution is necessary. Private wealth and corporate wealth are one. @@ -546,5 +551,16 @@ Ville: City Région: Region Nombre d'employés: Number of employees Date de création: Creation date - Liste des statuts: Legal status list + +Recommencer: Start again + +Plusieurs associés: Several partners +Un seul associé: Only one partner +Responsabilité limitée: Limited liability +Sans responsabilité limitée: Without limited liability +Avec option micro-entrepreneur: With micro-entrepreneur option +Pas de régime de micro-entreprise: No microenterprise scheme + +Précédent: Previous +Choisir plus tard: Choose later diff --git a/source/sites/mycompanyinfrance.fr/pages/Company/Home.js b/source/sites/mycompanyinfrance.fr/pages/Company/Home.js index f6a022361..e2217209c 100644 --- a/source/sites/mycompanyinfrance.fr/pages/Company/Home.js +++ b/source/sites/mycompanyinfrance.fr/pages/Company/Home.js @@ -44,20 +44,21 @@ const CreateMyCompany = ({ {t( - 'entreprise.statusJuridique.page.titre', + 'formeJuridique.page.titre', 'Quel statut juridique choisir pour votre entreprise ?' )}

- Choisir le statut juridique + Choisir le statut juridique

{match.isExact && ( <> diff --git a/source/sites/mycompanyinfrance.fr/pages/Company/PreviousAnswers.js b/source/sites/mycompanyinfrance.fr/pages/Company/PreviousAnswers.js index b8b485fb9..f3825507e 100644 --- a/source/sites/mycompanyinfrance.fr/pages/Company/PreviousAnswers.js +++ b/source/sites/mycompanyinfrance.fr/pages/Company/PreviousAnswers.js @@ -25,7 +25,7 @@ const requirementToText = (key, value) => { ) case 'microEnterprise': return value ? ( - Option micro-entrepreneur + Avec option micro-entrepreneur ) : ( Pas de régime de micro-entreprise )