Conversation
Filipino Translation for setup.md
| @@ -1,8 +1,8 @@ | |||
| # Installation and deployment of NEO node | |||
| # Pag-install at pag-deploy sa node ng NEO | |||
tl-tl/node/setup.md
Outdated
| Ang artikulo na nasa itaas ay inilalarawan ang dalawang kliyente para sa mga node sa network ng NEO. Ang isa ay [Neo-CLI](https://github.com/neo-project/neo-cli/releases) (ang command line client - ginagamit para sa developer), at ang iba ay [Neo-GUI](https://github.com/neo-project/neo-gui/releases) (ang graphical interface client - para sa advanced na user) | ||
|
|
||
| The deployment consensus node uses the `Neo-CLI`, a cross-platform program that runs in Windows, Linux and Docker. | ||
| Ang node ng konsensus sa pag-deploy ay gumagamit ng `Neo-CLI`, isang cross-paltform na program na nagru-run sa Windows, Linux at Docker. |
There was a problem hiding this comment.
*program -> programa
nagrurun -> tumatakbo
tl-tl/node/setup.md
Outdated
| > [!Note] | ||
| > At present, NEO nodes do not work properly under Mac OS. In the future there will be support for Mac OS, please wait for further updates. | ||
| > [!Paalala] | ||
| > Sa kasalukuyan, Ang mga node ng NEO ay hindi gumagana ng maayos sa ilalim ng Mac OS. Sa hinaharap magkakaroon ng suporta para sa Mac OS, kung maaari maghintay para sa mga karagdagang update. |
There was a problem hiding this comment.
Sa hinaharap (ay) magkakaroon (na) ng suporta
kung maaari maghintay para sa mga karagdagang update -> maghintay lamang para sa..
tl-tl/node/setup.md
Outdated
| > Sa kasalukuyan, Ang mga node ng NEO ay hindi gumagana ng maayos sa ilalim ng Mac OS. Sa hinaharap magkakaroon ng suporta para sa Mac OS, kung maaari maghintay para sa mga karagdagang update. | ||
|
|
||
| ## Run the environment | ||
| ## I-run ang environment |
tl-tl/node/setup.md
Outdated
| Sa pagpapatakbo ng isang node ng NEO ay kinakailangan na mag-install ng [.NET Core Runtime](https://www.microsoft.com/net/download/core#/runtime), bersyon 1.0.1 o higit pa. | ||
|
|
||
| ### Windows system installation method | ||
| ### Paraan ng pag-install sa sistem ng Windows |
tl-tl/node/setup.md
Outdated
| > [!Note] | ||
| > Other distributions of the Linux kernel installation method, please refer to [.NET Core installation tutorial](https://www.snetnet/core#linuxredhat) | ||
| > [!Paalala] | ||
| > Ibang mga distribusyon sa paraan ng pag-install ng Linux kernel, maaaring tukuyin sa [.NET Core installation tutorial](https://www.snetnet/core#linuxredhat) |
There was a problem hiding this comment.
bang mga distribusyon -> Para sa mga ibang distribusyon
tl-tl/node/setup.md
Outdated
| ``` | ||
|
|
||
| After the installation is complete, you can run the following command to check whether the .NET Core environment was installed successfully. | ||
| Pagkatapos makompleto ang pag-install, maaari mong i-run ang sumusunod na command para masuri kung ang .NET Core environment ay matagumpay na na-install. |
tl-tl/node/setup.md
Outdated
| ### Pag-install ng node ng NEO | ||
|
|
||
| 1. Download the [Neo-CLI](https://github.com/neo-project/neo-cli/releases) package on Github and unzip it. | ||
| 1. I-download ang package na [Neo-CLI](https://github.com/neo-project/neo-cli/releases) sa Github at i-unzip ito. |
tl-tl/node/setup.md
Outdated
| ``` | ||
|
|
||
| Neo-CLI provides a series of APIs for external access. If you want to start the node while opening the API, you can run the following code. | ||
| Nagbibigay ang Neo-CLI ng isang hanay ng mga API para sa eksternal na pag-access. Kung gusto mong simulan ang node habang binubuksan ang API, maaari mong i-run ang sumusunod na code. |
There was a problem hiding this comment.
eksternal -> panlabas
i-run -> patakbuhin
tl-tl/node/setup.md
Outdated
| dotnet neo-cli.dll /rpc | ||
| ``` | ||
| 4. If you want the external program to access the node API need to open the firewall port: 10331-10334, 20331-20334 | ||
| 4. Kung gusto mong ma-akses ng eksternal na program ang node kailangan buksan ng API ang port ng firewall: 10331-10334, 20331-20334 |
There was a problem hiding this comment.
ma-akses -> mapasok
eksternal -> panlabas
tl-tl/node/setup.md
Outdated
| Ang artikulo na nasa itaas ay inilalarawan ang dalawang kliyente para sa mga node sa network ng NEO. Ang isa ay [Neo-CLI](https://github.com/neo-project/neo-cli/releases) (ang command line client - ginagamit para sa developer), at ang iba ay [Neo-GUI](https://github.com/neo-project/neo-gui/releases) (ang graphical interface client - para sa advanced na user) | ||
|
|
||
| The deployment consensus node uses the `Neo-CLI`, a cross-platform program that runs in Windows, Linux and Docker. | ||
| Ang node ng konsensus sa pag-deploy ay gumagamit ng `Neo-CLI`, isang cross-paltform na program na nagru-run sa Windows, Linux at Docker. |
tl-tl/node/setup.md
Outdated
| ### Paraan ng pag-install sa sistem ng Windows | ||
|
|
||
| In the Windows system, installation of . NET Core is very convenient, you can directly download and run. | ||
| Sa sistem ng Windows, ang pag-install ng . NET Core ay napakamadali, maaari mong direktang i-download at i-run. |
tl-tl/node/setup.md
Outdated
| > [!Note] | ||
| > If you try to download and compile the Neo-CLI source directly on Github, you will find that `dotnet neo-cli.dll` will run incorrectly after compiling, and you will need to copy libleveldb.dll and sqlite3.dll to the same directory as neo-cli.dll under. These two files can be downloaded in the first step of the package. | ||
| > [!Paalala] | ||
| > Kung susubukan mong i-download at i-compile ang source ng NEO-CLI direkta sa Github, makikita mo na ang `dotnet neo-cli.dll` ay hindi wasto ang pagka-run matapos mag-compile, at kailangan mong kopyahin ang libleveldb.dll at sqlite3.dll sa parehong direktoryo bilang neo-cli.dll sa ilalim. Maaaring ma-download ang dalawang payl na ito sa unang hakbang ng package. |
There was a problem hiding this comment.
payl is not a legit tagalog word.
Use the borrowed word: file.
tl-tl/node/setup.md
Outdated
| > Kung susubukan mong i-download at i-compile ang source ng NEO-CLI direkta sa Github, makikita mo na ang `dotnet neo-cli.dll` ay hindi wasto ang pagka-run matapos mag-compile, at kailangan mong kopyahin ang libleveldb.dll at sqlite3.dll sa parehong direktoryo bilang neo-cli.dll sa ilalim. Maaaring ma-download ang dalawang payl na ito sa unang hakbang ng package. | ||
|
|
||
| 2. On Linux, install the LevelDB and SQLite3 dev packages. E.g. on Ubuntu: | ||
| 2. Sa Linux, i-install ang mga package ng LevelDB at SQLite3 dev. Hal. sa Ubuntu: |
tl-tl/node/setup.md
Outdated
| 3. Open the command line, navigate to the program directory, enter the following code to start the NEO node. | ||
| Sa Windows, gamitin ang [Neo version of LevelDB](https://github.com/neo-project/leveldb). | ||
|
|
||
| 3. Buksan ang command line, mag-navigate sa direktoryo ng program, i-enter ang sumusunod na code upang simulan ang node ng NEO. |
There was a problem hiding this comment.
program to programa
i-enter to ipasok
tl-tl/node/setup.md
Outdated
| > [!Note] | ||
| > At present, NEO nodes do not work properly under Mac OS. In the future there will be support for Mac OS, please wait for further updates. | ||
| > [!Paalala] | ||
| > Sa kasalukuyan, Ang mga node ng NEO ay hindi gumagana ng maayos sa ilalim ng Mac OS. Sa hinaharap magkakaroon ng suporta para sa Mac OS, kung maaari maghintay para sa mga karagdagang update. |
There was a problem hiding this comment.
Ang mga node ng NEO to ang mga node ng NEO
|
Already fixed the error Sir. Thanks |
Filipino Translation for setup.md