-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix form french translation #372
base: migrate-cioos-form
Are you sure you want to change the base?
Changes from all commits
a7647ce
74aed7d
2e5e339
5517321
f63065f
0e9c311
8bef660
cbf21b1
41b5aa1
c716403
f3b646b
000dc39
c6733d1
1e6c980
6edb56a
74a1b27
b651a74
4937cfd
31fa24a
37dec4d
90478f8
072a165
4c08d56
50d76ef
a36aae5
a84c34a
4c6ea12
0f2aef9
2dbb8ae
1b62a86
c4397d0
a0cf8f8
bd109e1
69ded3c
96b15e3
2aa9271
d2d0f91
b7d5dcb
8194238
ba9a25a
3aea4b2
dc2d326
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,6 +8,7 @@ import { | |
Typography, | ||
} from "@material-ui/core"; | ||
|
||
|
||
const CheckBoxList = ({ | ||
onChange, | ||
value = [], | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -100,7 +100,7 @@ const LeftList = ({ | |
{items.length ? (leftListHeader ||( | ||
<I18n> | ||
<En>Items in this record:</En> | ||
<Fr>Articles dans cet enregistrement:</Fr> | ||
<Fr>Contact dans cet enregistrement :</Fr> | ||
</I18n> | ||
)) : (leftListEmptyHeader || ( | ||
<I18n> | ||
|
@@ -142,7 +142,7 @@ const LeftList = ({ | |
title={ | ||
<I18n | ||
en="Duplicate entry" | ||
fr="Duplicate entrée" | ||
fr="Dupliquer" | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. ou plutôt Entrée en double commes les autres corrections There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. |
||
/> | ||
} | ||
> | ||
|
@@ -243,7 +243,7 @@ const LeftList = ({ | |
<Typography> | ||
{addNewItemText || <I18n> | ||
<En>Add new item</En> | ||
<Fr>Ajouter un item</Fr> | ||
<Fr>Ajouter un contact</Fr> | ||
</I18n>} | ||
</Typography> | ||
</Button> | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
pas sur que l'espace devrait être là