Skip to content

Commit 040b181

Browse files
chore: automated format of translated files
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent bdf5c00 commit 040b181

File tree

64 files changed

+440
-252
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

64 files changed

+440
-252
lines changed

apps/site/components/Blog/BlogPostCard/index.module.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
}
77

88
.subtitle {
9-
@apply mb-2
10-
mt-6
9+
@apply mt-6
10+
mb-2
1111
inline-block
1212
text-xs
1313
font-semibold

apps/site/components/Common/Turtle/index.module.css

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,20 +8,20 @@
88
translate-x-0
99
translate-y-0
1010
after:absolute
11-
after:-left-full
1211
after:top-[20%]
12+
after:-left-full
1313
after:-z-10
1414
after:block
1515
after:h-36
1616
after:w-36
1717
after:-rotate-90
18-
after:select-none
1918
after:bg-[url('/static/images/smoke.gif')]
2019
after:opacity-[0.15]
2120
after:content-['']
21+
after:select-none
2222
motion-reduce:animate-none
23-
after:md:-left-1/2
24-
after:md:top-1/2;
23+
after:md:top-1/2
24+
after:md:-left-1/2;
2525
}
2626

2727
.image {

apps/site/components/Downloads/Release/ReleaseCodeBox.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ const ReleaseCodeBox: FC = () => {
128128
const isLoading = context.os === 'LOADING' || context.installMethod === '';
129129

130130
return (
131-
<div className="mb-6 mt-4 flex flex-col gap-2">
131+
<div className="mt-4 mb-6 flex flex-col gap-2">
132132
{/* NoScript warning */}
133133
<noscript>
134134
<AlertBox

apps/site/layouts/layouts.module.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -68,8 +68,8 @@
6868

6969
&:nth-of-type(2) {
7070
@apply flex
71-
min-w-0
7271
max-w-full
72+
min-w-0
7373
flex-[1_1]
7474
flex-col
7575
items-center
@@ -190,8 +190,8 @@
190190
}
191191

192192
> div:nth-of-type(1) {
193-
@apply mb-4
194-
mt-2;
193+
@apply mt-2
194+
mb-4;
195195
}
196196
}
197197
}

apps/site/pages/en/about/branding.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ Credit to [Angela Angelini](https://www.linkedin.com/in/angeliningl/) for design
7676
<img
7777
alt="Node.js Light Stacked Logo"
7878
src="/static/logos/nodejsStackedLight.svg"
79-
className="rounded-xs h-[164px] w-[267px] bg-neutral-950 p-2 dark:bg-transparent"
79+
className="h-[164px] w-[267px] rounded-xs bg-neutral-950 p-2 dark:bg-transparent"
8080
width="267"
8181
height="164"
8282
/>
@@ -118,7 +118,7 @@ Credit to [Angela Angelini](https://www.linkedin.com/in/angeliningl/) for design
118118
<img
119119
alt="White JS Icons"
120120
src="/static/logos/jsIconWhite.svg"
121-
className="height-[80px] rounded-xs mx-auto w-[71px] bg-neutral-950 p-2 dark:bg-transparent"
121+
className="height-[80px] mx-auto w-[71px] rounded-xs bg-neutral-950 p-2 dark:bg-transparent"
122122
width="71"
123123
height="80"
124124
/>

apps/site/pages/fr/about/branding.mdx

Lines changed: 17 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,25 @@ Veuillez consulter la [politique en matière de marques](https://trademark-polic
1111

1212
Crédit à [Angela Angelini](https://www.linkedin.com/in/angeliningl/) pour la conception et la contribution de la tortue-fusée.
1313

14-
<img alt="Mascotte de Node.js" src="/static/images/node-mascot.svg" className="w-[100px]" width="100" height="114" />
14+
<img
15+
alt="Mascotte de Node.js"
16+
src="/static/images/node-mascot.svg"
17+
className="w-[100px]"
18+
width="100"
19+
height="114"
20+
/>
1521

1622
## Logo Node.js®
1723

1824
### Logo hexagonal Node.js®
1925

20-
<img alt="Logo Hex Node.js" src="/static/logos/nodejsHex.svg" className="w-[100px]" width="100" height="100" />
26+
<img
27+
alt="Logo Hex Node.js"
28+
src="/static/logos/nodejsHex.svg"
29+
className="w-[100px]"
30+
width="100"
31+
height="100"
32+
/>
2133

2234
### Node.js® Logo horizontal
2335

@@ -32,6 +44,7 @@ Crédit à [Angela Angelini](https://www.linkedin.com/in/angeliningl/) pour la c
3244
<img alt="Logo horizontal clair de Node.js" src="/static/logos/nodejsLight.svg" className="h-[80px] w-[267px] bg-neutral-950 p-2 dark:bg-transparent" width="267" height="80" />
3345
</td>
3446
</tr>
47+
3548
</tbody>
3649
</table>
3750

@@ -58,6 +71,7 @@ Crédit à [Angela Angelini](https://www.linkedin.com/in/angeliningl/) pour la c
5871
<img alt="Logo empilé blanc de Node.js" src="/static/logos/nodejsStackedWhite.svg" className="rounded-xs bg-neutral-950 p-2 dark:bg-transparent" />
5972
</td>
6073
</tr>
74+
6175
</tbody>
6276
</table>
6377

@@ -74,5 +88,6 @@ Crédit à [Angela Angelini](https://www.linkedin.com/in/angeliningl/) pour la c
7488
<img alt="Icons JS Blanc" src="/static/logos/jsIconWhite.svg" className="height-[80px] rounded-xs mx-auto w-[71px] bg-neutral-950 p-2 dark:bg-transparent" width="71" height="80" />
7589
</td>
7690
</tr>
91+
7792
</tbody>
7893
</table>

apps/site/pages/fr/about/eol.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Les versions majeures de Node.js sont publiées, corrigées et déclarées en fi
1515
<span>Mettez à niveau vers la dernière version LTS de Node.js®.</span>
1616
</Button>
1717

18-
<span>ou</span>
18+
<span>ou</span>
1919

2020
<Button as="a" kind="warning" href="#commercial-support" className="flex-1">
2121
<span>Obtenez une assistance en matière de sécurité pour les versions en fin de vie (EOL)</span>

apps/site/pages/fr/about/security-reporting.mdx

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,15 @@ le référentiel [nodejs/security-wg](https://github.com/nodejs/security-wg).
6969

7070
## OpenSSF Best Practices
7171

72-
<a href="https://bestpractices.coreinfrastructure.org/projects/29" style={{ display: 'inline-flex' }}>
73-
<img alt="Badge OpenSSF" src="https://bestpractices.coreinfrastructure.org/projects/29/badge" style={{ display: 'inline' }} />
72+
<a
73+
href="https://bestpractices.coreinfrastructure.org/projects/29"
74+
style={{ display: 'inline-flex' }}
75+
>
76+
<img
77+
alt="Badge OpenSSF"
78+
src="https://bestpractices.coreinfrastructure.org/projects/29/badge"
79+
style={{ display: 'inline' }}
80+
/>
7481
</a>
7582

7683
Le [badge des meilleures pratiques](https://github.com/coreinfrastructure/best-practices-badge) de l'Open Source Security Foundation (OpenSSF) est un moyen pour les projets de logiciels libres et open source (FLOSS) de montrer qu'ils suivent les meilleures pratiques. Les projets peuvent volontairement auto-certifier la manière dont ils suivent chaque meilleure pratique. Les utilisateurs du badge peuvent rapidement déterminer quels sont les projets FLOSS qui suivent les meilleures pratiques et qui sont donc plus susceptibles de produire des logiciels sécurisés de meilleure qualité.

apps/site/pages/fr/download/archive/index.mdx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,5 +54,6 @@ layout: download-archive
5454
<MinorReleasesTable releases={release.minorVersions} />
5555
</>
5656

57-
)}
57+
)}
58+
5859
</WithDownloadArchive>

apps/site/pages/fr/download/current.mdx

Lines changed: 12 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -6,36 +6,39 @@ title: Télécharger Node.js®
66
<section>
77
Obtenir Node.js® <Release.VersionDropdown /> pour <Release.OperatingSystemDropdown /> l'utiliser <Release.InstallationMethodDropdown /> avec <Release.PackageManagerDropdown />
88

9-
<Release.ReleaseCodeBox />
9+
<Release.ReleaseCodeBox />
1010

1111
<Release.Provider>
1212
Ou obtenez Node.js® préconstruit <Release.OperatingSystemDropdown /> exécutant une <Release.PlatformDropdown /> architecture.
1313

1414
<Release.PrebuiltDownloadButtons />
15+
1516
</Release.Provider>
1617
</section>
1718

1819
<section>
1920
Lisez le <Release.ChangelogLink>journal des modifications</Release.ChangelogLink> ou <Release.BlogPostLink>article de blog</Release.BlogPostLink> pour cette version.
2021

21-
En savoir plus sur les [versions de Node.js](/about/previous-releases), y compris le calendrier des versions et le statut LTS.
22+
En savoir plus sur les [versions de Node.js](/about/previous-releases), y compris le calendrier des versions et le statut LTS.
23+
24+
Apprenez à <LinkWithArrow href="https://github.com/nodejs/node#verifying-binaries">vérifier</LinkWithArrow> les SHASUMS signés.
2225

23-
Apprenez à <LinkWithArrow href="https://github.com/nodejs/node#verifying-binaries">vérifier</LinkWithArrow> les SHASUMS signés.
26+
Vous cherchez les sources de Node.js ? Téléchargez une archive signée <Release.DownloadLink kind="source">Node.js source</Release.DownloadLink>.
2427

25-
Vous cherchez les sources de Node.js ? Téléchargez une archive signée <Release.DownloadLink kind="source">Node.js source</Release.DownloadLink>.
28+
Consultez nos binaires <LinkWithArrow href="https://nodejs.org/download/nightly/">chaque nuit</LinkWithArrow>, toutes les <Link href="/download/archive/current">versions précédentes</Link> ou les binaires <LinkWithArrow href="https://unofficial-builds.nodejs.org/download/">non officiels</LinkWithArrow> pour d'autres plateformes.
2629

27-
Consultez nos binaires <LinkWithArrow href="https://nodejs.org/download/nightly/">chaque nuit</LinkWithArrow>, toutes les <Link href="/download/archive/current">versions précédentes</Link> ou les binaires <LinkWithArrow href="https://unofficial-builds.nodejs.org/download/">non officiels</LinkWithArrow> pour d'autres plateformes.
2830
</section>
2931

3032
---
3133

3234
<section className="mt-3">
3335
<h2 className="text-center">Fièrement soutenu par les partenaires ci-dessous :</h2>
3436

35-
<span className="text-center">
36-
Nous sommes en mesure de proposer les téléchargements Node.js et de maintenir notre infrastructure
37-
grâce au soutien de ces partenaires, <Link href="/about/partners">et bien d'autres encore</Link>.
38-
</span>
37+
<span className="text-center">
38+
Nous sommes en mesure de proposer les téléchargements Node.js et de maintenir
39+
notre infrastructure grâce au soutien de ces partenaires,{' '}
40+
<Link href="/about/partners">et bien d'autres encore</Link>.
41+
</span>
3942

4043
<div className="mt-4">
4144
<PartnersLogoList categories="infrastructure" />

0 commit comments

Comments
 (0)