Skip to content

Commit

Permalink
add install-on-linux to all locales
Browse files Browse the repository at this point in the history
  • Loading branch information
ZYSzys committed Dec 12, 2018
1 parent b844ad4 commit 4392979
Show file tree
Hide file tree
Showing 13 changed files with 40 additions and 1 deletion.
3 changes: 3 additions & 0 deletions locale/ar/site.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,9 @@
"shasums": {
"link": "SHASUMS256.txt.asc",
"text": "وتائق الاصدارات مختومة SHASUMS"
},
"install-on-linux": {
"text": "Installing Node.js via binary archive on Linux"
}
},
"docs": {
Expand Down
3 changes: 3 additions & 0 deletions locale/ca/site.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,9 @@
"text": "Signatures SHASUMS per arxius de versions",
"verify-link": "https://github.com/nodejs/node#verifying-binaries",
"verify-text": "Com verificar-ho"
},
"install-on-linux": {
"text": "Installing Node.js via binary archive on Linux"
}
},
"docs": {
Expand Down
3 changes: 3 additions & 0 deletions locale/de/site.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,9 @@
"shasums": {
"link": "SHASUMS256.txt.asc",
"text": "Signierte SHASUMS für die Versionsdateien"
},
"install-on-linux": {
"text": "Installing Node.js via binary archive on Linux"
}
},
"docs": {
Expand Down
3 changes: 3 additions & 0 deletions locale/es/site.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,9 @@
"text": "Firmas SHASUMS de los archivos de versiones",
"verify-link": "https://github.com/nodejs/node#verifying-binaries",
"verify-text": "Cómo verificarlo"
},
"install-on-linux": {
"text": "Installing Node.js via binary archive on Linux"
}
},
"docs": {
Expand Down
5 changes: 4 additions & 1 deletion locale/fa/site.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,9 @@
"text": "Signed SHASUMS for release files",
"verify-link": "https://github.com/nodejs/node#verifying-binaries",
"verify-text": "چگونه راستی‌آزمایی کنیم؟"
},
"install-on-linux": {
"text": "Installing Node.js via binary archive on Linux"
}
},
"docs": {
Expand Down Expand Up @@ -147,4 +150,4 @@
"changelog": "تغییرات"
}
}
}
}
3 changes: 3 additions & 0 deletions locale/fr/site.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,9 @@
"shasums": {
"link": "SHASUMS256.txt.asc",
"text": "SHASUMS signés pour les fichiers des versions"
},
"install-on-linux": {
"text": "Installing Node.js via binary archive on Linux"
}
},
"docs": {
Expand Down
3 changes: 3 additions & 0 deletions locale/gl/site.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,9 @@
"shasums": {
"link": "SHASUMS256.txt.asc",
"text": "Firmas SHASUMS para os arquivos de versións"
},
"install-on-linux": {
"text": "Installing Node.js via binary archive on Linux"
}
},
"docs": {
Expand Down
3 changes: 3 additions & 0 deletions locale/it/site.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,9 @@
"package-manager": {
"link": "download/package-manager",
"text": "Installa Node.js con un gestore di pacchetti"
},
"install-on-linux": {
"text": "Installing Node.js via binary archive on Linux"
}
},
"docs": {
Expand Down
3 changes: 3 additions & 0 deletions locale/ja/site.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,9 @@
"shasums": {
"link": "SHASUMS256.txt.asc",
"text": "リリースファイルのための SHASUM 署名"
},
"install-on-linux": {
"text": "Installing Node.js via binary archive on Linux"
}
},
"docs": {
Expand Down
3 changes: 3 additions & 0 deletions locale/ko/site.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,9 @@
"shasums": {
"link": "SHASUMS256.txt.asc",
"text": "릴리스 파일에 서명된 SHASUMS"
},
"install-on-linux": {
"text": "Installing Node.js via binary archive on Linux"
}
},
"docs": {
Expand Down
3 changes: 3 additions & 0 deletions locale/uk/site.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,9 @@
"text": "Підписані SHASUMS для файлів релізу",
"verify-link": "https://github.com/nodejs/node#verifying-binaries",
"verify-text": "Як перевірити"
},
"install-on-linux": {
"text": "Installing Node.js via binary archive on Linux"
}
},
"docs": {
Expand Down
3 changes: 3 additions & 0 deletions locale/zh-cn/site.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,9 @@
"text": "查看发布文件的 SHASUM 签名",
"verify-link": "https://github.com/nodejs/node#verifying-binaries",
"verify-text": "如何校验"
},
"install-on-linux": {
"text": "Installing Node.js via binary archive on Linux"
}
},
"docs": {
Expand Down
3 changes: 3 additions & 0 deletions locale/zh-tw/site.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,9 @@
"shasums": {
"link": "SHASUMS256.txt.asc",
"text": "發佈文件的 SHASUM 簽名"
},
"install-on-linux": {
"text": "Installing Node.js via binary archive on Linux"
}
},
"docs": {
Expand Down

0 comments on commit 4392979

Please sign in to comment.