-
-
Notifications
You must be signed in to change notification settings - Fork 6.5k
[automated]: crowdin sync #8120
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
Closed
Closed
Changes from all commits
Commits
Show all changes
8 commits
Select commit
Hold shift + click to select a range
4f89032
fix(crowdin): increase fetch depth
avivkeller 8bb3d71
Fix conditional logic in translations-sync workflow
avivkeller ade7004
fixup!
avivkeller a7a5a34
sudo
avivkeller 19bba22
Add Crowdin pull request formatting step to workflow
avivkeller 48d3f0c
Fix changed files detection in translations-sync.yml
avivkeller 4474acb
chore: synced translations from crowdin
crowdin-bot d85bbfb
chore: automated format of translated files
avivkeller File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,57 @@ | ||
| --- | ||
| title: Node.js®のダウンロード | ||
| layout: download-archive | ||
| --- | ||
|
|
||
| <WithDownloadArchive> | ||
| {({ binaries, installers, version, release, sources }) => ( | ||
| <> | ||
| <h1>Node.js®アーカイブ</h1> | ||
|
|
||
| <h2 className="flex items-center gap-2"> | ||
| <img | ||
| src="/static/logos/jsIconGreen.svg" | ||
| alt="Node.js Logo" | ||
| width="24" | ||
| height="24" | ||
| /> | ||
| {version} | ||
| {release.codename && ` (${release.codename})`} | ||
| </h2> | ||
|
|
||
| <WithReleaseAlertBox status={release.status} /> | ||
|
|
||
| <ReleaseOverview release={release} /> | ||
|
|
||
| <ul className='flex list-none flex-col gap-2 p-0 text-sm'> | ||
|
|
||
| <li> | ||
| <Link href="/about/previous-releases">Node.jsのリリース</Link>についてリリーススケジュールやLTSステータスを詳しく確認できます。 | ||
| </li> | ||
|
|
||
| <li> | ||
| リリースファイルの<LinkWithArrow href={sources.shasum}>署名付きSHASUMS</LinkWithArrow>。署名付きSHASUMSの<LinkWithArrow href="https://github.com/nodejs/node#verifying-binaries">検証方法</LinkWithArrow>。 | ||
| </li> | ||
|
|
||
| <li> | ||
| <LinkWithArrow href={sources.tarball}>Node.js {version}</LinkWithArrow>の署名付きソースアーカイブをダウンロード。 | ||
| </li> | ||
|
|
||
| </ul> | ||
|
|
||
| <h2>その他のリリース</h2> | ||
| <WithReleaseSelect placeholder={version} defaultValue={`/download/archive/${version}`} className="w-64"/> | ||
|
|
||
| <h2>バイナリーのダウンロード</h2> | ||
| <DownloadsTable source={binaries} /> | ||
|
|
||
| <h2>インストーラー</h2> | ||
| <DownloadsTable source={installers} /> | ||
|
|
||
| <h2>マイナーバージョン</h2> | ||
| <MinorReleasesTable releases={release.minorVersions} /> | ||
| </> | ||
|
|
||
| )} | ||
|
|
||
| </WithDownloadArchive> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,57 @@ | ||
| --- | ||
| title: Descarcă Node.js® | ||
| layout: download-archive | ||
| --- | ||
|
|
||
| <WithDownloadArchive> | ||
| {({ binaries, installers, version, release, sources }) => ( | ||
| <> | ||
| <h1>Arhiva de descărcări Node.js®</h1> | ||
|
|
||
| <h2 className="flex items-center gap-2"> | ||
| <img | ||
| src="/static/logos/jsIconGreen.svg" | ||
| alt="Node.js Logo" | ||
| width="24" | ||
| height="24" | ||
| /> | ||
| {version} | ||
| {release.codename && ` (${release.codename})`} | ||
| </h2> | ||
|
|
||
| <WithReleaseAlertBox status={release.status} /> | ||
|
|
||
| <ReleaseOverview release={release} /> | ||
|
|
||
| <ul className='flex list-none flex-col gap-2 p-0 text-sm'> | ||
|
|
||
| <li> | ||
| Află mai multe despre <Link href="/about/previous-releases">lansările Node.js</Link>, inclusiv despre programul de lansare și starea LTS. | ||
| </li> | ||
|
|
||
| <li> | ||
| <LinkWithArrow href={sources.shasum}>SHASUM-uri semnate</LinkWithArrow> pentru fișierele de lansare. Cum să <LinkWithArrow href="https://github.com/nodejs/node#verifying-binaries">verifici</LinkWithArrow> SHASUM-urile semnate. | ||
| </li> | ||
|
|
||
| <li> | ||
| Descarcă un tarball semnat pentru <LinkWithArrow href={sources.tarball}>sursa Node.js {version}</LinkWithArrow> tarball. | ||
| </li> | ||
|
|
||
| </ul> | ||
|
|
||
| <h2>Alte lansări</h2> | ||
| <WithReleaseSelect placeholder={version} defaultValue={`/download/archive/${version}`} className="w-64"/> | ||
|
|
||
| <h2>Descărcări binare</h2> | ||
| <DownloadsTable source={binaries} /> | ||
|
|
||
| <h2>Packete pentru instalatori</h2> | ||
| <DownloadsTable source={installers} /> | ||
|
|
||
| <h2>Versiuni minore</h2> | ||
| <MinorReleasesTable releases={release.minorVersions} /> | ||
| </> | ||
|
|
||
| )} | ||
|
|
||
| </WithDownloadArchive> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.