Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion apps/site/pages/pt-br/about/eol.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ description: Entenda o Fim de Vida Útil (End-of-Life ou EOL) do Node.js, o que

## Por que e como as versões do Node.js chegam ao Fim de Vida Útil

As versões principais (major) do Node.js são lançadas, corrigidas e designadas como Fim de Vida Útil (EOL) em um cronograma previsível. Como não é viável manter todas as linhas de versão indefinidamente, após um período de manutenção planejado, uma linha de versão principal do Node.js deixa de ser mantida pelo projeto.
As versões principais (major) do Node.js são lançadas, corrigidas e designadas como Fim de Vida Útil (_End-Of-Life_ ou _EOL_) em um cronograma previsível. Como não é viável manter todas as linhas de versão indefinidamente, após um período de manutenção planejado, uma linha de versão principal do Node.js deixa de ser mantida pelo projeto.

<div className="flex flex-col items-start gap-4 xl:flex-row xl:items-center">
<Button kind="primary" href="/download" className="flex-1">
Expand Down
2 changes: 1 addition & 1 deletion packages/i18n/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@node-core/website-i18n",
"version": "1.1.12",
"version": "1.1.13",
"type": "module",
"exports": {
"./*": [
Expand Down
12 changes: 2 additions & 10 deletions packages/i18n/src/locales/ja.json
Original file line number Diff line number Diff line change
Expand Up @@ -237,10 +237,6 @@
"npmVersion": "npmのバージョン",
"v8Version": "V8のバージョン"
},
"pagination": {
"next": "次へ",
"previous": "前へ"
},
"common": {
"alertBox": {
"info": "補足",
Expand All @@ -250,17 +246,13 @@
"breadcrumbs": {
"navigateToHome": "ホームに移動する"
},
"crossLink": {
"previous": "前へ",
"next": "次へ"
},
"codebox": {
"copy": "クリップボードにコピー",
"copied": "クリップボードにコピーされました!"
},
"pagination": {
"prev": "前へ",
"prevAriaLabel": "前のページ",
"previous": "前へ",
"previousAriaLabel": "前のページ",
"next": "次へ",
"nextAriaLabel": "次のページ",
"defaultLabel": "ページネーション",
Expand Down
12 changes: 2 additions & 10 deletions packages/i18n/src/locales/pt-br.json
Original file line number Diff line number Diff line change
Expand Up @@ -237,10 +237,6 @@
"npmVersion": "Versão npm",
"v8Version": "Versão V8"
},
"pagination": {
"next": "Próximo",
"previous": "Anterior"
},
"common": {
"alertBox": {
"info": "Informação",
Expand All @@ -250,17 +246,13 @@
"breadcrumbs": {
"navigateToHome": "Navegar para a Página Inicial"
},
"crossLink": {
"previous": "Anterior",
"next": "Próximo"
},
"codebox": {
"copy": "Copiar para a área de transferência",
"copied": "Copiado para a área de transferência!"
},
"pagination": {
"prev": "Anterior",
"prevAriaLabel": "Página anterior",
"previous": "Anterior",
"previousAriaLabel": "Página anterior",
"next": "Próximo",
"nextAriaLabel": "Próxima página",
"defaultLabel": "Paginação",
Expand Down
17 changes: 5 additions & 12 deletions packages/i18n/src/locales/uk.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"guides": "Посібники",
"learn": "Навчання",
"security": "Безпека",
"certification": "Сертифікація",
"certification": "Курси",
"blog": "Блог",
"contribute": "Долучитися"
}
Expand Down Expand Up @@ -214,7 +214,8 @@
"releaseDate": "Опубліковано",
"lastUpdated": "Востаннє оновлено",
"vulnerabilities": "Уразливості",
"details": "Деталі"
"details": "Деталі",
"hideNonLts": "Показати лише LTS-версії"
},
"minorReleasesTable": {
"version": "Версія",
Expand All @@ -236,10 +237,6 @@
"npmVersion": "Версія npm",
"v8Version": "Версія V8"
},
"pagination": {
"next": "Далі",
"previous": "Назад"
},
"common": {
"alertBox": {
"info": "Інформація",
Expand All @@ -249,17 +246,13 @@
"breadcrumbs": {
"navigateToHome": "До головної"
},
"crossLink": {
"previous": "Назад",
"next": "Далі"
},
"codebox": {
"copy": "Скопіювати в буфер обміну",
"copied": "Скопійовано!"
},
"pagination": {
"prev": "Назад",
"prevAriaLabel": "Попередня сторінка",
"previous": "Назад",
"previousAriaLabel": "Попередня сторінка",
"next": "Далі",
"nextAriaLabel": "Наступна сторінка",
"defaultLabel": "Нумерація сторінок",
Expand Down
Loading