Skip to content

Commit 6138a8d

Browse files
ultimatile3w36zj6
andauthored
/docs/reference/math/primesの翻訳 (#240)
Co-authored-by: 3w36zj6 <[email protected]>
1 parent b739021 commit 6138a8d

File tree

2 files changed

+6
-7
lines changed

2 files changed

+6
-7
lines changed

crates/typst-library/src/math/attach.rs

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -81,19 +81,18 @@ impl Packed<AttachElem> {
8181
}
8282
}
8383

84-
/// Grouped primes.
84+
/// グループ化されたプライム記号。
8585
///
8686
/// ```example
8787
/// $ a'''_b = a^'''_b $
8888
/// ```
8989
///
90-
/// # Syntax
91-
/// This function has dedicated syntax: use apostrophes instead of primes. They
92-
/// will automatically attach to the previous element, moving superscripts to
93-
/// the next level.
90+
/// # 構文
91+
/// この関数には専用の構文があり、primes関数の代わりにアポストロフィー記号を使います。
92+
/// これらは自動的に前の要素に付加され、次の上付き文字のレベルに移動します。
9493
#[elem(Mathy)]
9594
pub struct PrimesElem {
96-
/// The number of grouped primes.
95+
/// グループ化するプライム記号の数。
9796
#[required]
9897
pub count: usize,
9998
}

website/translation-status.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@
8888
"/docs/reference/math/frac/": "translated",
8989
"/docs/reference/math/lr/": "untranslated",
9090
"/docs/reference/math/mat/": "translated",
91-
"/docs/reference/math/primes/": "untranslated",
91+
"/docs/reference/math/primes/": "translated",
9292
"/docs/reference/math/roots/": "translated",
9393
"/docs/reference/math/sizes/": "untranslated",
9494
"/docs/reference/math/stretch/": "untranslated",

0 commit comments

Comments
 (0)