NEO Filipino Localization #2#10
Merged
severinolorillajr merged 3 commits intoneo-tl:masterfrom Feb 27, 2018
burdagay:master
Merged
NEO Filipino Localization #2#10severinolorillajr merged 3 commits intoneo-tl:masterfrom burdagay:master
severinolorillajr merged 3 commits intoneo-tl:masterfrom
burdagay:master
Conversation
josteinfrancois
left a comment
There was a problem hiding this comment.
Hey @burdagay. I have reviewed your work. Only made minor suggestions, please see the comments. Thanks.
tl-tl/sc/getting-started-2015.md
Outdated
| # 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) |
There was a problem hiding this comment.
- bagamat kami ay
- nagpaplanong sumuporta
tl-tl/sc/getting-started-2015.md
Outdated
| 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. |
tl-tl/sc/getting-started-2015.md
Outdated
| 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` |
tl-tl/sc/getting-started-2015.md
Outdated
| 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` |
tl-tl/sc/getting-started-2015.md
Outdated
| > 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. |
tl-tl/sc/getting-started-2015.md
Outdated
| } | ||
| ``` | ||
| 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. |
tl-tl/sc/getting-started-csharp.md
Outdated
| ### 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) |
tl-tl/sc/getting-started-csharp.md
Outdated
| ### 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. |
tl-tl/sc/getting-started-csharp.md
Outdated
| > [!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. |
There was a problem hiding this comment.
- i-manu-manong kopyahin
- kaparehong
tl-tl/sc/getting-started-csharp.md
Outdated
| 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. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Files Changed: