-
-
Notifications
You must be signed in to change notification settings - Fork 668
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
Italian translation #1973
Italian translation #1973
Conversation
Hi @ricsirigu, thank you for this huge job! 👏 Now it's my turn to validate the structure and it may take a bit of time. If I find some tiny formating issues, I'm going to fix them myself (as it takes less time than communicating them). Validation goes with regex matching line-by-line, so it expects line count, order and content matches for each line. So, let's validate the syntax first and then it's time to check, is there anything needed extra for generating output formats. Those are generated by us and served as static files. |
Hi again, so I did "few" changes :) b4f8e6a Mostly it's spaces, tabs, line-breaks, dots etc. But there are also few things that requires action from you:
|
Hi @elarlang, great! :) |
Nice :) @ricsirigu - as there were some (mentioned) surprises in the translated document, I think it makes sense to let it be read and reviewed by other Italian speakers. As I don't know any, I kindly ask you to find them :) Meanwhile, I hope @tghosth finds time to test how it works and look for different output formats. |
Hi @ricsirigu, thanks for your work on this. If the make mechanism is not working on the Mac, can you try running it in something like Google Cloud Shell: https://github.com/OWASP/ASVS/blob/master/COMPILING.md |
@ricsirigu were you able to test the make functionality on google cloud shell? |
Hi @tghosth, I’ve gone through everything, and now it reads much more like a natural Italian text rather than just a translation. |
Thanks @ricsirigu. I have generated the formatted outputs. You can download them here: Please can you review the contents of the docs_it folder and make sure it looks ok as the final check? |
@tghosth I standardized some terms, corrected a few typos, and improved the index. |
Nice, so you can see the updated artifacts here @ricsirigu . Can you just give them another check? |
@tghosth Looks fine ☑️ |
OK, almost there, can you approve this PR please: ricsirigu#1 |
Add Italian documents and references
Head branch was pushed to by a user without write access
* Starting Italian translation * 0x10 architecture italian * Authentication ita * Session management ita * Access control ita * validation and sanitization ita * cryptography in italian * error loggin italian * data protection ita * communications ita * malicious ita * buslogic ita * files and resources ita * api italian * config italian * glossary * appendix b * appendix c italian * typo * permission-test * it translation syntax correction * v12 files and resources italian missing sections * -tab * Apply suggestions from code review Co-authored-by: Matteo Pace <pace.matteo96@gmail.com> * Create docs folder for italian output * Add it to output languages * Update 4.0/it/0x10-V1-Architecture.md Co-authored-by: Matteo Pace <pace.matteo96@gmail.com> * Update 4.0/it/0x10-V1-Architecture.md Co-authored-by: Matteo Pace <pace.matteo96@gmail.com> * Update 4.0/it/0x11-V2-Authentication.md Co-authored-by: Matteo Pace <pace.matteo96@gmail.com> * Update 4.0/it/0x11-V2-Authentication.md Co-authored-by: Matteo Pace <pace.matteo96@gmail.com> * V9 missing references translation * Update 4.0/it/0x11-V2-Authentication.md Co-authored-by: Matteo Pace <pace.matteo96@gmail.com> * Review to make it more fluent * Review using ASVS * 0x04 review * 0x10 review * 0x11 review * 0x12 review * 0x12 review * 0x13 review * 0x14 review * 0x15 review * 0x16 review * 0x17 review * 0x18 review * 0x19 review * 0x20 review * 0x21 review * 0x22 review * Typos * Fix typos * Add Italian documents and references --------- Co-authored-by: Elar Lang <47597707+elarlang@users.noreply.github.com> Co-authored-by: Elar Lang <elar@hoh.ee> Co-authored-by: Matteo Pace <pace.matteo96@gmail.com> Co-authored-by: Josh Grossman <tghosth@users.noreply.github.com> (cherry picked from commit bc7f850) # Conflicts: # 4.0/generate-all.sh # CONTRIBUTING.md # README.md
💚 All backports created successfully
Questions ?Please refer to the Backport tool documentation |
* Starting Italian translation * 0x10 architecture italian * Authentication ita * Session management ita * Access control ita * validation and sanitization ita * cryptography in italian * error loggin italian * data protection ita * communications ita * malicious ita * buslogic ita * files and resources ita * api italian * config italian * glossary * appendix b * appendix c italian * typo * permission-test * it translation syntax correction * v12 files and resources italian missing sections * -tab * Apply suggestions from code review Co-authored-by: Matteo Pace <pace.matteo96@gmail.com> * Create docs folder for italian output * Add it to output languages * Update 4.0/it/0x10-V1-Architecture.md Co-authored-by: Matteo Pace <pace.matteo96@gmail.com> * Update 4.0/it/0x10-V1-Architecture.md Co-authored-by: Matteo Pace <pace.matteo96@gmail.com> * Update 4.0/it/0x11-V2-Authentication.md Co-authored-by: Matteo Pace <pace.matteo96@gmail.com> * Update 4.0/it/0x11-V2-Authentication.md Co-authored-by: Matteo Pace <pace.matteo96@gmail.com> * V9 missing references translation * Update 4.0/it/0x11-V2-Authentication.md Co-authored-by: Matteo Pace <pace.matteo96@gmail.com> * Review to make it more fluent * Review using ASVS * 0x04 review * 0x10 review * 0x11 review * 0x12 review * 0x12 review * 0x13 review * 0x14 review * 0x15 review * 0x16 review * 0x17 review * 0x18 review * 0x19 review * 0x20 review * 0x21 review * 0x22 review * Typos * Fix typos * Add Italian documents and references --------- Co-authored-by: Elar Lang <47597707+elarlang@users.noreply.github.com> Co-authored-by: Elar Lang <elar@hoh.ee> Co-authored-by: Matteo Pace <pace.matteo96@gmail.com> Co-authored-by: Josh Grossman <tghosth@users.noreply.github.com> (cherry picked from commit bc7f850) # Conflicts: # 4.0/generate-all.sh # CONTRIBUTING.md # README.md
This Pull Request relates to issue #1951
I tried to generate the document files, but the makefile is not working on my M1 Mac. I'm trying to figure out why.