Skip to content

NEO Filipino Localization #2#10

Merged
severinolorillajr merged 3 commits intoneo-tl:masterfrom
burdagay:master
Feb 27, 2018
Merged

NEO Filipino Localization #2#10
severinolorillajr merged 3 commits intoneo-tl:masterfrom
burdagay:master

Conversation

@burdagay
Copy link
Copy Markdown

Files Changed:

  1. tl-tl/sc/getting-started-2015.md
  2. tl-tl/sc/getting-started-csharp.md

Copy link
Copy Markdown

@josteinfrancois josteinfrancois left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hey @burdagay. I have reviewed your work. Only made minor suggestions, please see the comments. Thanks.

# Paano gamitin ang C # para magsulat ng NEO smart na kontrata para sa VS2015

We currently recommend C# for developing smart contracts (though we support or plan to support Java, Kotlin, Go, C/C + +, Python, JavaScript and other programming languages)
Kami ay kasalukuyang nagrerekomenda na gumamit ng C# para mag-program ng mga smart na kontrata (bagamat kami aky sumusuporta o nagplaplano na susuporta sa Java, Kotlin, Go, C/C + +, Python, Javascript at iba pang mga programming na lengguwahe)
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

  • bagamat kami ay
  • nagpaplanong sumuporta

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fix provided

Pamamaraan ng Pag-download at Pag-install:

If you have already installed Visual Studio 2015 (any version) on your computer, you can skip this section.
Kung meron ng naka-install na Visual Studio 2015 (kahit anong bersyon) sa iyong kompyuter, pwede mong laktawan ang seksyon na ito.
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Kung meron nang naka-install

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fix provided

Ang Visual Studio 2015 ay wala na sa home ng opisyal na website, pero maari pa rin itong madownload.

Open the [Visual Studio old version download page](https://www.visualstudio.com/en/vans/vs/older-downloads/) click `free to join`
Buksan ang [lumang bersyon ng Visual Studio download na page](https://www.visualstudio.com/en/vans/vs/older-downloads/) at i-click ang `free to join`
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

download na pahina

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fix provided

After the compilation is successful, the neon.exe file will be generated in `bin\Debug\netcoreapp1.0\win10-x64`
   > [!Note]
   > If your computer is a 32-bit operating system, you need to change the win10-x64 in the project.json file to win10-x86
Pagkatapos na makompleto ang pagkompayl, ang neon.exe na file kay mabubuo sa `bin\Debug\netcoreapp1.0\win10-x64`
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

file ay mabubuo

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fix provided

   > If your computer is a 32-bit operating system, you need to change the win10-x64 in the project.json file to win10-x86
Pagkatapos na makompleto ang pagkompayl, ang neon.exe na file kay mabubuo sa `bin\Debug\netcoreapp1.0\win10-x64`
   > [!Tandaan]
   > Kung ang iyong kompyuter ay gumagamit ng 32-bit na operating system, kinakailangan mong bagohin ang win10-x64 sa project.json file sa win10-x86.
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

baguhin

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fix provided

}
```
After this compiles successfully, you will see the generated `SmartContract1.avm` file in the `bin/Debug` directory, which is the file that is generated by the NEO smart contract.
Pagkatapos nitong makompayl, makitkita mo ang nabuong `SmartContract1.avm` file sa `bin/Debug` na direktoryo, na kung saan ito ang file na nabuo ng NEO smart na kontrata.
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

makikita

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fix provided

### Paano gamitin ang C# para magsulat ng isang NEO smart na kontrata

We currently recommend C# for developing smart contracts (though we support or plan to support Java, Kotlin, Go, C/C++, Python, JavaScript and other programming languages).
Kami ay kasalukuyang nagrerekomenda na gumamit ng C# para mag-program ng mga smart na kontrata (bagamat kami aky sumusuporta o nagplaplano na susuporta sa Java, Kotlin, Go, C/C + +, Python, Javascript at iba pang mga programming na lengguwahe)
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

bagamat kami ay

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fix provided

### 1. Visual Studio 2017

If you have already installed Visual Studio 2017 on your computer and checked for .NET Cross-Platform Development at the time of installation, you can skip this section.
Kung mayroon ka nang naka-install na Visual Studio 2017 sa iyong komppyuter at na-check ang .NET Cross-Platform Development noong nag-iinstall pa, pwede mong laktawan ang seksyon na ito.
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

kompyuter

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fix provided

> [!Tandaan]
>
> During the process of publishing neon, if you are prompted neon.dll cannot be copied, you can manually copy the file with the same name from the upper-layer folder.
> Sa panahon na pina-publish ang neon, kung ikaw ay prinompt na ang neon.dll ay hindi pwede makopya, pwede mong i-manomanong ikopya ang file na mayroong kaparehang pangalan ng upper-layer na folder.
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

  • i-manu-manong kopyahin
  • kaparehong

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fix provided

Piliin ang Properties na nasa sa context menu.
I-click ang Advanced system settings na link.
I-click ang Environment Variables. Sa seksyon na System Variables, hanapin ang Path environment variable at piliin ito. I-click ang Edit. Kung wala ang PATH environment variable, i-click ang New.
Sa Edit System Variable (o sa New System Variable) na window, itukoy ang halaga nga PATH environment variable. I-click ang OK. Isara ang lahat ng mga natitirang window sa pamamagitan ng pag-click ng OK.
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

halaga ng PATH

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fix provided

@severinolorillajr severinolorillajr merged commit 8aeeb26 into neo-tl:master Feb 27, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants