Skip to content

Commit 3ac1b7c

Browse files
committed
docs: Guidesの日本語訳を追加
1 parent fb3a736 commit 3ac1b7c

File tree

5 files changed

+17
-22
lines changed

5 files changed

+17
-22
lines changed

docs/guides/guide-for-latex-users.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
---
22
description: |
3-
Are you a LaTeX user? This guide explains the differences and
4-
similarities between Typst and LaTeX so you can get started quickly.
3+
あなたはLaTeXユーザですか? このガイドではTypstとLaTeXの違いや類似点を説明し、すぐTypstを使い始められるよう手助けをします。
54
---
65

7-
# Guide for LaTeX users { # }
6+
# LaTeXユーザー向けガイド { # }
87
This page is a good starting point if you have used LaTeX before and want to try
98
out Typst. We will explore the main differences between these two systems from a
109
user perspective. Although Typst is not built upon LaTeX and has a different

docs/guides/page-setup.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
---
22
description: |
3-
An in-depth guide to setting page dimensions, margins, and page numbers in
4-
Typst. Learn how to create appealing and clear layouts and get there quickly.
3+
Typstでページサイズ、余白、ページ番号を設定するための詳しいガイドです。魅力的で見やすいレイアウトを素早く作成する方法を学びましょう。
54
---
65

7-
# Page setup guide
6+
# ページ設定ガイド
87
Your page setup is a big part of the first impression your document gives. Line
98
lengths, margins, and columns influence
109
[appearance](https://practicaltypography.com/page-margins.html) and

docs/guides/tables.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
---
22
description: |
3-
Not sure how to change table strokes? Need to rotate a table? This guide
4-
explains all you need to know about tables in Typst.
3+
テーブルの罫線の変更方法がわからない?テーブルを回転したい?このガイドでは、Typstでテーブルを扱うために必要な知識をすべて解説します。
54
---
65

7-
# Table guide
6+
# テーブルガイド
87
Tables are a great way to present data to your readers in an easily readable,
98
compact, and organized manner. They are not only used for numerical values, but
109
also survey responses, task planning, schedules, and more. Because of this wide

docs/guides/welcome.md

Lines changed: 7 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,11 @@
11
---
2-
description: Guides for Typst.
2+
description: Typstのガイドです。
33
---
44

5-
# Guides
6-
Welcome to the Guides section! Here, you'll find helpful material for specific
7-
user groups or use cases. Currently, two guides are available: An introduction
8-
to Typst for LaTeX users, and a detailed look at page setup. Feel free to
9-
propose other topics for guides!
5+
# ガイド
6+
ガイドセクションへようこそ!ここでは、特定のユーザー層やユースケース向けの役立つ資料を掲載しています。現在、LaTeXユーザー向けの入門ガイドと、ページ設定に関する詳細なガイドが利用可能です。その他のトピックについても、ぜひ提案してください!
107

11-
## List of Guides
12-
- [Guide for LaTeX users]($guides/guide-for-latex-users)
13-
- [Page setup guide]($guides/page-setup-guide)
14-
- [Table guide]($guides/table-guide)
8+
## ガイド一覧
9+
- [LaTeXユーザー向けガイド]($guides/guide-for-latex-users)
10+
- [ページ設定ガイド]($guides/page-setup-guide)
11+
- [テーブルガイド]($guides/table-guide)

docs/src/lib.rs

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -835,9 +835,10 @@ pub fn urlify(title: &str) -> EcoString {
835835
"スタイル設定" => "styling".into(),
836836
"スクリプト記述" => "scripting".into(),
837837
"コンテキスト" => "context".into(),
838-
"指南" => "guides".into(),
839-
"LaTeX 用户指南" => "guide-for-latex-users".into(),
840-
"页面设置指南" => "page-setup".into(),
838+
"ガイド" => "guides".into(),
839+
"LaTeXユーザー向けガイド" => "guide-for-latex-users".into(),
840+
"ページ設定ガイド" => "page-setup-guide".into(),
841+
"テーブルガイド" => "table-guide".into(),
841842
"更新日志" => "changelog".into(),
842843
"路线图" => "roadmap".into(),
843844
"社区" => "community".into(),

0 commit comments

Comments
 (0)