mirror of
https://github.com/rjNemo/React-SaaS-sample
synced 2026-06-06 05:06:38 +00:00
nemoImmo allpages
This commit is contained in:
parent
100ffd10f0
commit
9f6ba1863e
5 changed files with 17 additions and 17 deletions
|
|
@ -46,7 +46,7 @@ function ContactForm(props) {
|
|||
if (props.showNameField) {
|
||||
if (isEmpty(name)) {
|
||||
errors.push({
|
||||
field: "name",
|
||||
field: "nom",
|
||||
message: "Please enter your name"
|
||||
});
|
||||
}
|
||||
|
|
@ -87,7 +87,7 @@ function ContactForm(props) {
|
|||
<FormField
|
||||
value={name}
|
||||
type="text"
|
||||
placeholder="Name"
|
||||
placeholder="Nom"
|
||||
error={showErrors && getError("name")}
|
||||
onChange={value => setName(value)}
|
||||
/>
|
||||
|
|
|
|||
|
|
@ -73,12 +73,12 @@ function DashboardSection(props) {
|
|||
menuAlignment="right"
|
||||
icon={<FontAwesomeIcon icon={faAngleDown} />}
|
||||
>
|
||||
<MenuItem label="Options" variant="header" />
|
||||
<MenuItem label="Menu Item" />
|
||||
<MenuItem label="Menu Item" />
|
||||
<MenuItem label="Actions" variant="header" />
|
||||
<MenuItem label="Terminer" />
|
||||
<MenuItem label="Modifier" />
|
||||
<MenuDivider variant="space" />
|
||||
<MenuItem
|
||||
label="Right Icon"
|
||||
label="Supprimer"
|
||||
icon={<FontAwesomeIcon icon={faTasks} />}
|
||||
iconPosition="right"
|
||||
/>
|
||||
|
|
@ -94,7 +94,7 @@ function DashboardSection(props) {
|
|||
</header>
|
||||
<section className="rainbow-m-horizontal_large rainbow-m-top_large rainbow-m-bottom_xx-large">
|
||||
<Card
|
||||
title="Tasks"
|
||||
title="Tâches"
|
||||
icon={
|
||||
<span
|
||||
className="rainbow-background-color_brand rainbow-border-radius_circle rainbow-align-content_center"
|
||||
|
|
@ -115,13 +115,13 @@ function DashboardSection(props) {
|
|||
<ButtonIcon icon={<FontAwesomeIcon icon={faAngleDown} />} />
|
||||
</div>
|
||||
}
|
||||
actions={<Button variant="neutral" label="New" />}
|
||||
actions={<Button variant="neutral" label="Nouvelle tâche" />}
|
||||
>
|
||||
<div className="rainbow-p-bottom_large">
|
||||
<Input
|
||||
label="aplication component search"
|
||||
hideLabel
|
||||
placeholder="Search"
|
||||
placeholder="Rechercher"
|
||||
icon={<FontAwesomeIcon icon={faSearch} className="rainbow-color_gray-3" />}
|
||||
type="search"
|
||||
className="rainbow-p-around_small"
|
||||
|
|
@ -134,7 +134,7 @@ function DashboardSection(props) {
|
|||
alt="the rainbow"
|
||||
/>
|
||||
<p className="rainbow-p-top_medium rainbow-font-size-heading_small rainbow-color_gray-4">
|
||||
No new tasks
|
||||
Pas de nouvelles tâches
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -8,13 +8,13 @@ function AboutPage(props) {
|
|||
<ContentSection
|
||||
color="primary"
|
||||
size="large"
|
||||
title="We help you make money"
|
||||
subtitle="Lorem ipsum dolor sit amet, consectetur adipisicing elit. Dolorum consequatur numquam aliquam tenetur ad amet inventore hic beatae, quas accusantium perferendis sapiente explicabo, corporis totam!"
|
||||
title="Nous vous faisons gagner du temps"
|
||||
subtitle="Plus de soucis grâce à Ruidy & TiNyny"
|
||||
/>
|
||||
<TeamBiosSection
|
||||
color="white"
|
||||
size="medium"
|
||||
title="Meet the Team"
|
||||
title="L'équipe à votre service"
|
||||
subtitle=""
|
||||
/>
|
||||
</>
|
||||
|
|
|
|||
|
|
@ -6,10 +6,10 @@ function ContactPage(props) {
|
|||
<ContactSection
|
||||
color="white"
|
||||
size="medium"
|
||||
title="Contact Us"
|
||||
subtitle=""
|
||||
title="Contactez-nous"
|
||||
subtitle="C'est un jeu d'enfant"
|
||||
showNameField={true}
|
||||
buttonText="Send message"
|
||||
buttonText="Envoyer"
|
||||
/>
|
||||
);
|
||||
}
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@ function FaqPage(props) {
|
|||
<FaqSection
|
||||
color="white"
|
||||
size="medium"
|
||||
title="Frequently Asked Questions"
|
||||
title="Foire Aux Questions"
|
||||
subtitle=""
|
||||
/>
|
||||
);
|
||||
|
|
|
|||
Loading…
Reference in a new issue