Skip to content
Open
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/ja/about/get-involved/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Node.jsのコミュニティへの参加の仕方にはさまざまな方法が

Node.jsについてもっと学びたい場合は、多数のリソースが利用できます。

- Node.jsの[公式学習資料](https://nodejs.org/ja/learn/)。
- Node.jsの[公式学習コンテンツ](https://nodejs.org/learn/)。
- Node.jsの[公式APIリファレンス](https://nodejs.org/api/) 。
- [NodeSchool.io](https://nodeschool.io/)ではインタラクティブなコマンドラインゲームを通してNode.jsのコンセプトを学べます。
- [StackOverflowのNode.jsタグ](https://stackoverflow.com/questions/tagged/node.js)には有用なリソースを含んだスレッドがたくさんあります。
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.27",
"version": "1.1.28",
"type": "module",
"exports": {
"./*": [
Expand Down
1 change: 1 addition & 0 deletions packages/i18n/src/locales/fr.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
"legal": "Copyright © <foundationName>OpenJS Foundation</foundationName> et les contributeurs Node.js. Tous droits réservés.\nLa <foundationName>OpenJS Foundation</foundationName> détient des marques déposées et utilise des marques commerciales.\nPour consulter la liste des marques de la <foundationName>OpenJS Foundation</foundationName>, veuillez vous référer à notre <trademarkPolicy>Politique relative aux marques</trademarkPolicy> ainsi qu’à la <trademarkList>Liste des marques</trademarkList>.\nLes marques et logos qui ne figurent pas dans la <trademarkList>liste des marques de la OpenJS Foundation</trademarkList> sont des marques commerciales™ ou des marques déposées® appartenant à leurs détenteurs respectifs. Leur utilisation n’implique aucune affiliation ni approbation de leur part.",
"links": {
"foundationName": "Fondation OpenJS",
"aiCodingAssistantsPolicy": "Politique relative aux assistants de codage basés sur l'IA",
"termsOfUse": "Conditions d’utilisation",
"privacyPolicy": "Politique de confidentialité",
"bylaws": "Statuts et règlements",
Expand Down
1 change: 1 addition & 0 deletions packages/i18n/src/locales/ja.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
"legal": "Copyright <foundationName>OpenJS Foundation</foundationName> and Node.js contributors. All rights reserved. The <foundationName>OpenJS Foundation</foundationName> has registered trademarks and uses trademarks. For a list of trademarks of the <foundationName>OpenJS Foundation</foundationName>, please see our <trademarkPolicy>Trademark Policy</trademarkPolicy> and <trademarkList>Trademark List</trademarkList>. Trademarks and logos not indicated on the <trademarkList>list of OpenJS Foundation trademarks</trademarkList> are trademarks™ or registered® trademarks of their respective holders. Use of them does not imply any affiliation with or endorsement by them.",
"links": {
"foundationName": "OpenJS Foundation",
"aiCodingAssistantsPolicy": "AI生成コードの利用に関するポリシー",
"termsOfUse": "利用規約",
"privacyPolicy": "プライバシーポリシー",
"bylaws": "定款",
Expand Down
Loading