diff --git a/crates/typst-library/src/math/attach.rs b/crates/typst-library/src/math/attach.rs index d526aba577..c473cd3766 100644 --- a/crates/typst-library/src/math/attach.rs +++ b/crates/typst-library/src/math/attach.rs @@ -81,19 +81,18 @@ impl Packed { } } -/// Grouped primes. +/// グループ化されたプライム記号。 /// /// ```example /// $ a'''_b = a^'''_b $ /// ``` /// -/// # Syntax -/// This function has dedicated syntax: use apostrophes instead of primes. They -/// will automatically attach to the previous element, moving superscripts to -/// the next level. +/// # 構文 +/// この関数には専用の構文があり、primes関数の代わりにアポストロフィー記号を使います。 +/// これらは自動的に前の要素に付加され、次の上付き文字のレベルに移動します。 #[elem(Mathy)] pub struct PrimesElem { - /// The number of grouped primes. + /// グループ化するプライム記号の数。 #[required] pub count: usize, } diff --git a/website/translation-status.json b/website/translation-status.json index bf0ea3d57b..3758889332 100644 --- a/website/translation-status.json +++ b/website/translation-status.json @@ -88,7 +88,7 @@ "/docs/reference/math/frac/": "translated", "/docs/reference/math/lr/": "untranslated", "/docs/reference/math/mat/": "translated", - "/docs/reference/math/primes/": "untranslated", + "/docs/reference/math/primes/": "translated", "/docs/reference/math/roots/": "translated", "/docs/reference/math/sizes/": "untranslated", "/docs/reference/math/stretch/": "untranslated",