Typo to french
This commit is contained in:
@@ -72,7 +72,7 @@ export default function VweKomante({komante, teks}) {
|
|||||||
return (
|
return (
|
||||||
<Root>
|
<Root>
|
||||||
<KomanteTooltip
|
<KomanteTooltip
|
||||||
title='Komantè'
|
title='Commentaires'
|
||||||
placement='bottom'
|
placement='bottom'
|
||||||
TransitionComponent={Zoom}
|
TransitionComponent={Zoom}
|
||||||
classes={{
|
classes={{
|
||||||
@@ -97,7 +97,7 @@ export default function VweKomante({komante, teks}) {
|
|||||||
aria-describedby='scroll-dialog-description'
|
aria-describedby='scroll-dialog-description'
|
||||||
onClose={handleClose}
|
onClose={handleClose}
|
||||||
>
|
>
|
||||||
<DialogTitle align='center' id='scroll-dialog-title'>Kòmantè</DialogTitle>
|
<DialogTitle align='center' id='scroll-dialog-title'>Commentaires</DialogTitle>
|
||||||
<DialogContent dividers>
|
<DialogContent dividers>
|
||||||
<Typography
|
<Typography
|
||||||
ref={descriptionElementRef}
|
ref={descriptionElementRef}
|
||||||
|
|||||||
@@ -31,7 +31,7 @@ function Dekoneksyon({tooltipPlacement}) {
|
|||||||
(
|
(
|
||||||
<Root>
|
<Root>
|
||||||
<DekoneksonTooltip
|
<DekoneksonTooltip
|
||||||
title='Dékoneksyon'
|
title='Se déconnecter'
|
||||||
placement={tooltipPlacement}
|
placement={tooltipPlacement}
|
||||||
TransitionComponent={Zoom}
|
TransitionComponent={Zoom}
|
||||||
classes={{
|
classes={{
|
||||||
|
|||||||
@@ -169,12 +169,9 @@ function EkriTeks({session}) {
|
|||||||
|
|
||||||
return (
|
return (
|
||||||
<StyledContainer maxWidth='sm'>
|
<StyledContainer maxWidth='sm'>
|
||||||
<Box sx={{textAlign: 'center', marginBottom: 2, marginTop: 5}}>
|
<Box sx={{textAlign: 'center', marginBottom: 2}}>
|
||||||
<Typography display='inline' variant='h5' component='h1'>
|
<Typography display='inline' variant='h5' component='h1'>
|
||||||
Soumèt an tèks
|
Soumettre un texte
|
||||||
</Typography>
|
|
||||||
<Typography>
|
|
||||||
<small>(soumettre un texte)</small>
|
|
||||||
</Typography>
|
</Typography>
|
||||||
</Box>
|
</Box>
|
||||||
<form noValidate autoComplete='off'>
|
<form noValidate autoComplete='off'>
|
||||||
@@ -184,7 +181,7 @@ function EkriTeks({session}) {
|
|||||||
required
|
required
|
||||||
id='awtis'
|
id='awtis'
|
||||||
name='awtis'
|
name='awtis'
|
||||||
label='Awtis'
|
label='Artiste'
|
||||||
value={teksEkri.awtis}
|
value={teksEkri.awtis}
|
||||||
variant='outlined'
|
variant='outlined'
|
||||||
helperText='Nom de l’artiste (obligatoire)'
|
helperText='Nom de l’artiste (obligatoire)'
|
||||||
@@ -196,7 +193,7 @@ function EkriTeks({session}) {
|
|||||||
required
|
required
|
||||||
id='tit'
|
id='tit'
|
||||||
name='tit'
|
name='tit'
|
||||||
label='Tit'
|
label='Titre'
|
||||||
value={teksEkri.tit}
|
value={teksEkri.tit}
|
||||||
variant='outlined'
|
variant='outlined'
|
||||||
helperText='Titre de la musique (obligatoire)'
|
helperText='Titre de la musique (obligatoire)'
|
||||||
@@ -211,7 +208,7 @@ function EkriTeks({session}) {
|
|||||||
helperText='Transcription des paroles de la musique (obligatoire)'
|
helperText='Transcription des paroles de la musique (obligatoire)'
|
||||||
style={{marginTop: '1em'}}
|
style={{marginTop: '1em'}}
|
||||||
id='transkripsyon'
|
id='transkripsyon'
|
||||||
label='Transkripsyon'
|
label='Transcription'
|
||||||
value={teksEkri.transkripsyon}
|
value={teksEkri.transkripsyon}
|
||||||
rows={8}
|
rows={8}
|
||||||
variant='outlined'
|
variant='outlined'
|
||||||
@@ -269,7 +266,7 @@ function EkriTeks({session}) {
|
|||||||
onClick={handleClick}
|
onClick={handleClick}
|
||||||
>
|
>
|
||||||
<Typography style={{fontWeight: 'bold'}}>
|
<Typography style={{fontWeight: 'bold'}}>
|
||||||
Soumèt
|
Valider
|
||||||
</Typography>
|
</Typography>
|
||||||
</Button>
|
</Button>
|
||||||
{loading && <LinearProgress size={24} style={{width: '100%', marginBlock: '1em'}} />}
|
{loading && <LinearProgress size={24} style={{width: '100%', marginBlock: '1em'}} />}
|
||||||
|
|||||||
Reference in New Issue
Block a user