diff --git a/source/components/index.js b/source/components/index.js index 3a4714873..fe13fc187 100644 --- a/source/components/index.js +++ b/source/components/index.js @@ -1,6 +1,6 @@ -import React from 'react' +import React, { Component } from 'react' import { Trans } from 'react-i18next' let T = ({ children, k }) => {children} -export { React, T } +export { React, Component, T } diff --git a/source/locales/en.yaml b/source/locales/en.yaml index b4fe0ffe7..a173bc99f 100644 --- a/source/locales/en.yaml +++ b/source/locales/en.yaml @@ -366,5 +366,8 @@ après: retour: Creation checklist avance: Go to social security -sécu: +sécu: | + <0>Social protection: costs and benefits<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 people.<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.<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.<4><0><5>How much does it cost to hire ? + + 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 people.{' '} diff --git a/source/sites/mycompanyinfrance.fr/pages/SocialSecurity/Home.js b/source/sites/mycompanyinfrance.fr/pages/SocialSecurity/Home.js index f85604990..7e8e82b03 100644 --- a/source/sites/mycompanyinfrance.fr/pages/SocialSecurity/Home.js +++ b/source/sites/mycompanyinfrance.fr/pages/SocialSecurity/Home.js @@ -2,7 +2,7 @@ import Simulateur from 'Components/Simu' import { ScrollToTop } from 'Components/utils/Scroll' -import React, { Component } from 'react' +import { React, Component, T } from 'Components' import Helmet from 'react-helmet' import * as Animate from 'Ui/animate' import type { Match, Location } from 'react-router' @@ -25,8 +25,8 @@ class SocialSecurity extends Component { {this.props.match.isExact && ( - <> -

Social protection: costs and benefits

+ +

Protection sociale : coût et avantages

La France a choisi d'offrir à ses citoyens une protection sociale de qualité. Ce système obligatoire repose sur la @@ -34,16 +34,15 @@ class SocialSecurity extends Component { bien-être général de la population.

- 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. + L'accès facile aux soins de santé et à d'autres services permet + aux entreprises d'employer des travailleurs en bonne santé, + productifs et hautement qualifiés.

- 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. + Dès que vous déclarez et payez vos salariés, vous leur donnez + automatiquement droit au régime général de la Sécurité sociale + française (santé, maternité, invalidité, vieillesse, maladie + professionnelle et accidents) et à l'assurance chômage.

{ allowFullScreen />
-

How much does it cost to hire ?

- +

Combien coûte une embauche ?

+
)}