-
-
Notifications
You must be signed in to change notification settings - Fork 166
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #554 from phischde/translations/zh-TW
[zh-TW] Add custom_data_LLM_zh-TW.json for PDF generation.
- Loading branch information
Showing
1 changed file
with
114 additions
and
0 deletions.
There are no files selected for viewing
114 changes: 114 additions & 0 deletions
114
2_0_vulns/translations/zh-TW/baseline/custom_data_LLM_zh-TW.json
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,114 @@ | ||
{ | ||
"doc_template_type": "modern_blue", | ||
"doc_cover": true, | ||
"doc_title": [ | ||
"OWASP Top 10 for", | ||
"LLM Applications 2025" | ||
], | ||
"doc_title_pivot.pt_x": 72, | ||
"doc_title_pivot.pt_y": 505, | ||
"doc_subtitles": [ | ||
"", | ||
"", | ||
"", | ||
"", | ||
"Version 2025", | ||
"November 18, 2024" | ||
], | ||
"doc_site_name": "genai.owasp.org", | ||
"doc_site_url": "https://genai.owasp.org/", | ||
"doc_header": "", | ||
"doc_header_pivot.pt_x": 140, | ||
"doc_header_pivot.pt_y": 150, | ||
"doc_legal_notice": true, | ||
"doc_legal_notice_words": [ | ||
"LICENSE AND USAGE", | ||
"", | ||
"This document is licensed under Creative Commons, CC BY-SA 4.0.", | ||
"", | ||
"You are free to:", | ||
" Share — copy and redistribute the material in any medium or format for any purpose,", | ||
" even commercially.", | ||
" Adapt — remix, transform, and build upon the material for any purpose,", | ||
" even commercially.", | ||
"", | ||
" The licensor cannot revoke these freedoms as long as you follow the license terms.", | ||
"", | ||
"Under the following terms:", | ||
" Attribution — You must give appropriate credit, provide a link to the license, and indicate", | ||
" if changes were made. You may do so in any reasonable manner, but not in any way", | ||
" that suggests the licensor endorses you or your use.", | ||
" ShareAlike — If you remix, transform, or build upon the material, you must distribute", | ||
" your contributions under the same license as the original.", | ||
" No additional restrictions — You may not apply legal terms or technological measures", | ||
" that legally restrict others from doing anything the license permits.", | ||
"", | ||
"Link to full license text: https://creativecommons.org/licenses/by-sa/4.0/legalcode", | ||
"", | ||
"The information provided in this document does not, and is not intended to constitute", | ||
"legal advice. All information is for general informational purposes only.", | ||
"This document contains links to other third-party websites. Such links are only for", | ||
"convenience and OWASP does not recommend or endorse the contents of the third-party", | ||
"sites.", | ||
"", | ||
"", | ||
"REVISION HISTORY", | ||
"", | ||
" 2023-08-01 Version 1.0 Release", | ||
" 2023-10-16 Version 1.1 Release", | ||
" 2024-11-18 Version 2025 Release", | ||
" 2025-XX-YY LOCALIZED VERSION" | ||
], | ||
"doc_toc": true, | ||
"doc_authors_toc": false, | ||
"doc_toc_title_pivot.pt_x": 72, | ||
"doc_toc_title_pivot.pt_y": 172, | ||
"doc_toc_contents_title": "Table of Contents", | ||
"doc_toc_figures_title": "Figures", | ||
"doc_watermark": true, | ||
"doc_appendix_titles": [], | ||
"doc_sponsor_page_titles": [], | ||
"doc_title_font.size": 40, | ||
"doc_title_font.line_pitch": 48, | ||
"doc_title_font.line_alignment": "left", | ||
"doc_subtitle_font.size": 16, | ||
"doc_subtitle_font.line_pitch": 24, | ||
"doc_subtitle_font.line_alignment": "left", | ||
"doc_toc_title_font.size": 24.0, | ||
"doc_toc_title_font.line_pitch": 50.0, | ||
"doc_toc_title_font.line_alignment": "left", | ||
"doc_appendix_title_font.size": 13.0, | ||
"doc_appendix_title_font.line_pitch": 18.2, | ||
"doc_appendix_title_font.line_alignment": "left", | ||
"doc_appendix_title_font.color": "black", | ||
"chapter_pivot.pt_x": 72, | ||
"chapter_pivot.pt_y": 130, | ||
"chapter_font.size": 24, | ||
"chapter_font.line_pitch": 35.0, | ||
"chapter_font.line_alignment": "left", | ||
"chapter_font.color": "black", | ||
"section_font.size": 16, | ||
"section_font.line_pitch": 18.2, | ||
"block_font.size": 11.0, | ||
"block_font.line_pitch": 15.4, | ||
"block6_font.size": 11.0, | ||
"block6_font.line_pitch": 15.4, | ||
"caption_font.size": 11.0, | ||
"caption_font.line_pitch": 15.4, | ||
"body_font.size": 11.0, | ||
"body_font.line_pitch": 15.4, | ||
"body_font.line_alignment": "justified", | ||
"reference_font.size": 10.0, | ||
"reference_font.line_pitch": 14.0, | ||
"reference_font.line_alignment": "left", | ||
"header_font.color": "white", | ||
"blockquote_font.size": 10.0, | ||
"blockquote_font.line_pitch": 14.0, | ||
"blockquote_font.line_alignment": "justified", | ||
"unordered_list_marker": "circle", | ||
"md_file_range": [ | ||
0, | ||
999999 | ||
], | ||
"max_image_scale": 2.0 | ||
} |