Skip to content

Commit b5ccb5f

Browse files
nodejs-crowdincrowdin-botgithub-merge-queue[bot]
authored
[automated]: crowdin sync (#8414)
* chore: synced translations from crowdin * chore: automated format of translated files Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --------- Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Crowdin Bot <[email protected]> Co-authored-by: github-merge-queue <[email protected]>
1 parent 0d0a4a4 commit b5ccb5f

File tree

5 files changed

+15
-18
lines changed

5 files changed

+15
-18
lines changed

packages/i18n/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@node-core/website-i18n",
3-
"version": "1.1.13",
3+
"version": "1.1.14",
44
"type": "module",
55
"exports": {
66
"./*": [

packages/i18n/src/locales/fr.json

Lines changed: 7 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"guides": "Guides",
2626
"learn": "Apprendre",
2727
"security": "Sécurité",
28-
"certification": "Certification",
28+
"certification": "Cours",
2929
"blog": "Blog",
3030
"contribute": "Contribuer"
3131
}
@@ -65,7 +65,8 @@
6565
"http": {
6666
"links": {
6767
"http": "HTTP",
68-
"anatomyOfAnHttpTransaction": "Anatomie d'une transaction HTTP"
68+
"anatomyOfAnHttpTransaction": "Anatomie d'une transaction HTTP",
69+
"enterpriseNetworkConfiguration": "Configuration du réseau d'entreprise"
6970
}
7071
},
7172
"manipulatingFiles": {
@@ -214,7 +215,8 @@
214215
"releaseDate": "Publié le",
215216
"lastUpdated": "Dernière mise à jour",
216217
"vulnerabilities": "Vulnérabilités",
217-
"details": "Détails"
218+
"details": "Détails",
219+
"hideNonLts": "Masquer les versions non LTS"
218220
},
219221
"minorReleasesTable": {
220222
"version": "Version",
@@ -236,10 +238,6 @@
236238
"npmVersion": "npm version",
237239
"v8Version": "Version V8"
238240
},
239-
"pagination": {
240-
"next": "Suivant",
241-
"previous": "Précédent"
242-
},
243241
"common": {
244242
"alertBox": {
245243
"info": "Information",
@@ -249,17 +247,13 @@
249247
"breadcrumbs": {
250248
"navigateToHome": "Naviguer à l'accueil"
251249
},
252-
"crossLink": {
253-
"previous": "Préc.",
254-
"next": "Suiv."
255-
},
256250
"codebox": {
257251
"copy": "Copier dans le Presse-papier",
258252
"copied": "Copié dans le presse-papiers!"
259253
},
260254
"pagination": {
261-
"prev": "Précédent",
262-
"prevAriaLabel": "Page précédente",
255+
"previous": "Précédent",
256+
"previousAriaLabel": "Page précédente",
263257
"next": "Suivant",
264258
"nextAriaLabel": "Page suivante",
265259
"defaultLabel": "Pagination",

packages/i18n/src/locales/ja.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,8 @@
6565
"http": {
6666
"links": {
6767
"http": "HTTP",
68-
"anatomyOfAnHttpTransaction": "HTTPトランザクションの構成"
68+
"anatomyOfAnHttpTransaction": "HTTPトランザクションの構成",
69+
"enterpriseNetworkConfiguration": "エンタープライズ用のネットワーク設定"
6970
}
7071
},
7172
"manipulatingFiles": {

packages/i18n/src/locales/pt-br.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,8 @@
6565
"http": {
6666
"links": {
6767
"http": "HTTP",
68-
"anatomyOfAnHttpTransaction": "Anatomia de uma Transação HTTP"
68+
"anatomyOfAnHttpTransaction": "Anatomia de uma Transação HTTP",
69+
"enterpriseNetworkConfiguration": "Configuração de Rede para Ambientes Enterprise"
6970
}
7071
},
7172
"manipulatingFiles": {
@@ -151,7 +152,7 @@
151152
"getInvolved": {
152153
"links": {
153154
"getInvolved": "Participe",
154-
"collabSummit": "Cúpula de Colaboração",
155+
"collabSummit": "Encontro de Colaboradores",
155156
"upcomingEvents": "Próximos Eventos",
156157
"contribute": "Contribuir para o Node.js",
157158
"codeOfConduct": "Código de Conduta"

packages/i18n/src/locales/uk.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,8 @@
6565
"http": {
6666
"links": {
6767
"http": "HTTP",
68-
"anatomyOfAnHttpTransaction": "Анатомія HTTP-транзакції"
68+
"anatomyOfAnHttpTransaction": "Анатомія HTTP-транзакції",
69+
"enterpriseNetworkConfiguration": "Конфігурація підприємницької мережі"
6970
}
7071
},
7172
"manipulatingFiles": {

0 commit comments

Comments
 (0)