From db5ee123571a82b0a3f342a89d82c642c3f5bbae Mon Sep 17 00:00:00 2001
From: Mael
Date: Mon, 19 Nov 2018 11:19:12 +0000
Subject: [PATCH 1/4] :alien: :bug: Erreurs ou oublis de traduction
---
source/locales/en.yaml | 6 +++++-
source/sites/mycompanyinfrance.fr/pages/404.js | 4 +++-
.../sites/mycompanyinfrance.fr/pages/Company/YourCompany.js | 2 +-
3 files changed, 9 insertions(+), 3 deletions(-)
diff --git a/source/locales/en.yaml b/source/locales/en.yaml
index 89a6f2e9b..05bec99db 100644
--- a/source/locales/en.yaml
+++ b/source/locales/en.yaml
@@ -321,7 +321,7 @@ Choisir la forme juridique: Choose your legal status
Plus tard: Do it later
Responsabilité de l'entreprise: Liability
-réponsabilité:
+responsabilité:
titre: Choosing the company liability in France
description: Sole proprietorship or limited liability? Each option has legal implications, and leads to a different status for creating your company in France
intro: An entrepreneur can choose between several options for the legal setup of his company
@@ -380,6 +380,7 @@ trouver:
titre: Find your company
non: I don't have a company yet
description: Thanks to the SIREN database, the public information of your company will be used automatically in the next steps.
+ ok: Confirm and simulate hiring costs
Entrez le nom de votre société: Type your company name
Nous n'avons rien trouvé: We didn't find any matching registered company.
@@ -413,6 +414,9 @@ sécu:
<0>Social protection: costs and benefits0><1>France has chosen to provide its citizens with a high-quality social safety net. This mandatory system is based on solidarity and designed to ensure the general welfare of its people2>.1><2>Easy access to health care and other services ensures that companies can put healthy, productive and highly skilled employees to work in an attractive market in the heart of Europe.2><3>As soon as you declare and pay your employees, you automatically entitle them to the general scheme of French Social Security (health, maternity, disability, old age, occupational illness and accidents) and unemployment insurance.3><4><0>0>4><5>How much does it cost to hire ?5>
Votre entreprise: Your company
+Ce n'est pas mon entreprise: This is not my company
+Simuler une embauche: Simulate a hire
+
Protection sociale: Social security
Embauche: Hiring process
Micro-entreprise: Micro-enterprise
diff --git a/source/sites/mycompanyinfrance.fr/pages/404.js b/source/sites/mycompanyinfrance.fr/pages/404.js
index cdc9a911f..2d202ca5d 100644
--- a/source/sites/mycompanyinfrance.fr/pages/404.js
+++ b/source/sites/mycompanyinfrance.fr/pages/404.js
@@ -4,6 +4,8 @@ import emoji from 'react-easy-emoji'
export default () => (
<>
404
-
{emoji('🙅')} La page que vous cherchez n'existe pas / plus
+
+ {emoji('🙅')} La page que vous cherchez n'existe pas ou n'existe plus.
+
>
From dfe1e70eb477a0f184e90bf1b4b6e972d6e8436c Mon Sep 17 00:00:00 2001
From: Mael
Date: Mon, 19 Nov 2018 11:23:36 +0000
Subject: [PATCH 2/4] :bug: SA manquante dans /create-SA
---
source/sites/mycompanyinfrance.fr/sitePaths.js | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/source/sites/mycompanyinfrance.fr/sitePaths.js b/source/sites/mycompanyinfrance.fr/sitePaths.js
index 4cd639b9c..00cd3a00e 100644
--- a/source/sites/mycompanyinfrance.fr/sitePaths.js
+++ b/source/sites/mycompanyinfrance.fr/sitePaths.js
@@ -11,7 +11,8 @@ export const LANDING_LEGAL_STATUS_LIST: Array = [
'SARL',
'SASU',
'SNC',
- 'micro-entreprise'
+ 'micro-entreprise',
+ 'SA'
]
const translateTo = language => (str1, str2, options = {}) =>
From 2991175ec2d51b238d5b015f1b89e3cb524f6522 Mon Sep 17 00:00:00 2001
From: Mael
Date: Mon, 19 Nov 2018 11:34:01 +0000
Subject: [PATCH 3/4] :alien: :bug: Traduction du menu
---
source/locales/en.yaml | 6 ++++--
.../layout/Navigation/Navigation.js | 18 ++++++++++++------
.../pages/Company/DirectorStatus.js | 8 ++++----
3 files changed, 20 insertions(+), 12 deletions(-)
diff --git a/source/locales/en.yaml b/source/locales/en.yaml
index 05bec99db..d59e487d2 100644
--- a/source/locales/en.yaml
+++ b/source/locales/en.yaml
@@ -424,7 +424,7 @@ Entreprise Individuelle: Individual Business
listeformejuridique:
page:
titre: Legal status list for creating your company in France
-status du directeur:
+statut du directeur:
page:
description: This choice is important because it determines the director's Social Security scheme and coverage. Each option has legal implications, and leads to a different status when creating your company in France
titre: Defining the director's status
@@ -488,7 +488,7 @@ embauche:
1>
<2>Get an example payslip2>
-Guide du status juridique: Legal status guide
+Guide du statut juridique: Legal status guide
Démarches de création: Creation process checklist
path:
@@ -534,3 +534,5 @@ Ville: City
Région: Region
Nombre d'employés: Number of employees
Date de création: Creation date
+
+Liste des statuts: Legal status list
diff --git a/source/sites/mycompanyinfrance.fr/layout/Navigation/Navigation.js b/source/sites/mycompanyinfrance.fr/layout/Navigation/Navigation.js
index 8e448ec59..3976ccf94 100644
--- a/source/sites/mycompanyinfrance.fr/layout/Navigation/Navigation.js
+++ b/source/sites/mycompanyinfrance.fr/layout/Navigation/Navigation.js
@@ -72,7 +72,7 @@ const StepsHeader = ({
sitePaths().entreprise.statusJuridique
.multipleAssociates
}>
- Nombre d'associés
+ Nombre d'associés
@@ -81,7 +81,9 @@ const StepsHeader = ({
sitePaths().entreprise.statusJuridique
.directorStatus
}>
- Status du dirigeant
+
+ Statut du dirigeant
+