-
Notifications
You must be signed in to change notification settings - Fork 6.3k
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
Improve Persian translation #1871
Changes from all commits
b3907ad
3fc8e85
60c85f7
db42020
39a255c
920dfe1
730e1a8
802f7f6
c129d89
4dff311
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
{ | ||
"ExpandedNodes": [ | ||
"" | ||
], | ||
"PreviewInSolutionExplorer": false | ||
} |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
--- | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Please remove |
||
layout: blog-index.hbs | ||
paginate: blog | ||
--- |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,54 @@ | ||
--- | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Please remove |
||
title: Node.js and the Road Ahead | ||
date: 2014-01-16T23:00:00.000Z | ||
author: Timothy J Fontaine | ||
slug: nodejs-road-ahead | ||
layout: blog-post.hbs | ||
--- | ||
As the new project lead for Node.js I am excited for our future, and want to | ||
give you an update on where we are. | ||
|
||
One of Node's major goals is to provide a small core, one that provides the | ||
right amount of surface area for consumers to achieve and innovate, without | ||
Node itself getting in the way. That ethos is alive and well, we're going to | ||
continue to provide a small, simple, and stable set of APIs that facilitate the | ||
amazing uses the community finds for Node. We're going to keep providing | ||
backward compatible APIs, so code you write today will continue to work on | ||
future versions of Node. And of course, performance tuning and bug fixing will | ||
always be an important part of every release cycle. | ||
|
||
The release of Node v0.12 is imminent, and a lot of significant work has gone | ||
into this release. There's streams3, a better keep alive agent for http, the vm | ||
module is now based on contextify, and significant performance work done in | ||
core features (Buffers, TLS, streams). We have a few APIs that are still being | ||
ironed out before we can feature freeze and branch (execSync, AsyncListeners, | ||
user definable instrumentation). We are definitely in the home stretch. | ||
|
||
But Node is far from done. In the short term there will be new releases of v8 | ||
that we'll need to track, as well as integrating the new ABI stable C module | ||
interface. There are interesting language features that we can use to extend | ||
Node APIs (extend not replace). We need to write more tooling, we need to | ||
expose more interfaces to further enable innovation. We can explore | ||
functionality to embed Node in your existing project. | ||
|
||
The list can go on and on. Yet, Node is larger than the software itself. Node | ||
is also the community, the businesses, the ecosystems, and their related | ||
events. With that in mind there are things we can work to improve. | ||
|
||
The core team will be improving its procedures such that we can quickly and | ||
efficiently communicate with you. We want to provide high quality and timely | ||
responses to issues, describe our development roadmap, as well as provide our | ||
progress during each release cycle. We know you're interested in our plans for | ||
Node, and it's important we're able to provide that information. Communication | ||
should be bidirectional: we want to continue to receive feedback about how | ||
you're using Node, and what your pain points are. | ||
|
||
After the release of v0.12 we will facilitate the community to contribute and | ||
curate content for nodejs.org. Allowing the community to continue to invest in | ||
Node will ensure nodejs.org is an excellent starting point and the primary | ||
resource for tutorials, documentation, and materials regarding Node. We have an | ||
awesome and engaged community, and they're paramount to our success. | ||
|
||
I'm excited for Node's future, to see new and interesting use cases, and to | ||
continue to help businesses scale and innovate with Node. We have a lot we can | ||
accomplish together, and I look forward to seeing those results. |
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -24,7 +24,10 @@ This documentation describes the built-in modules provided by Node.js. It does n | |
|
||
<ul> | ||
<li><a href="https://nodejs.org/docs/latest-v9.x/api/">Node.js 9.x</a></li> | ||
<<<<<<< HEAD | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Please fix these git merge artifacts. |
||
======= | ||
<li><a href="https://nodejs.org/docs/latest-v8.x/api/">Node.js 8.x</a></li> | ||
>>>>>>> upstream/master | ||
<li><a href="https://nodejs.org/docs/latest-v7.x/api/">Node.js 7.x</a></li> | ||
<li><a href="https://nodejs.org/docs/latest-v6.x/api/">Node.js 6.x</a></li> | ||
<li><a href="https://nodejs.org/docs/latest-v5.x/api/">Node.js 5.x</a></li> | ||
|
Original file line number | Diff line number | Diff line change | ||
---|---|---|---|---|
@@ -1,9 +1,14 @@ | ||||
{ | ||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. If you remove the "blog" key here, it won't show up in the local navigation. nodejs.org/locale/fa/site.json Line 138 in 4dff311
|
||||
"title": "Node.js", | ||||
"author": "Node.js Foundation", | ||||
<<<<<<< HEAD | ||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Please fix these git merge artifacts. |
||||
"url": "https://nodejs.org/en/", | ||||
"locale": "en", | ||||
======= | ||||
"url": "https://nodejs.org/fa/", | ||||
"locale": "fa", | ||||
"rtl": true, | ||||
>>>>>>> upstream/master | ||||
"scrollToTop": "Scroll to top", | ||||
"reportNodeIssue": "Report Node.js issue", | ||||
"reportWebsiteIssue": "Report website issue", | ||||
|
@@ -17,7 +22,7 @@ | |||
"feeds": [ | ||||
{ | ||||
"link": "feed/blog.xml", | ||||
"text": "وبلاگ نودجیاس" | ||||
"text": "بلاگ نودجیاس" | ||||
}, | ||||
{ | ||||
"link": "feed/releases.xml", | ||||
|
@@ -33,14 +38,14 @@ | |||
}, | ||||
"about": { | ||||
"link": "about", | ||||
"text": "دربارهٔ...", | ||||
"text": "دربارهٔ ما...", | ||||
"governance": { | ||||
"link": "about/governance", | ||||
"text": "مدیریت" | ||||
}, | ||||
"community": { | ||||
"link": "about/community", | ||||
"text": "اجتماع" | ||||
"text": "جامعه" | ||||
}, | ||||
"workinggroups": { | ||||
"link": "about/working-groups", | ||||
|
@@ -60,7 +65,7 @@ | |||
}, | ||||
"privacy": { | ||||
"link": "about/privacy", | ||||
"text": "سیاستهای حریم شخصی" | ||||
"text": "سیاستهای حریم خصوصی" | ||||
} | ||||
}, | ||||
"download": { | ||||
|
@@ -72,7 +77,7 @@ | |||
}, | ||||
"package-manager": { | ||||
"link": "download/package-manager", | ||||
"text": "نصب نودجیاس با package manager" | ||||
"text": "نصب نودجیاس با پکیجمنیجر" | ||||
}, | ||||
"shasums": { | ||||
"link": "SHASUMS256.txt.asc", | ||||
|
@@ -86,7 +91,7 @@ | |||
"text": "اسناد", | ||||
"es6": { | ||||
"link": "docs/es6", | ||||
"text": "ES6 و فراتر" | ||||
"text": "اکمااسکریپت ۶ و فراتر" | ||||
}, | ||||
"api-lts": { | ||||
"link": "/dist/latest-%ver-major%/docs/api", | ||||
|
@@ -119,7 +124,7 @@ | |||
}, | ||||
"contribute": { | ||||
"link": "get-involved/contribute", | ||||
"text": "Contribute" | ||||
"text": "مشارکت جستن" | ||||
}, | ||||
"conduct": { | ||||
"link": "https://github.com/nodejs/node/blob/master/CONTRIBUTING.md#code-of-conduct", | ||||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please remove all files in
locale/.vs/
from the PR.