Skip to content

Commit 8a66702

Browse files
committed
foundations/boolの翻訳
1 parent 6f52f6d commit 8a66702

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

crates/typst-library/src/foundations/bool.rs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@ use ecow::EcoString;
22

33
use crate::foundations::{ty, Repr};
44

5-
/// A type with two states.
5+
/// 2つの状態を持つ型です。
66
///
7-
/// The boolean type has two values: `{true}` and `{false}`. It denotes whether
8-
/// something is active or enabled.
7+
/// ブーリアン型には、`{true}``{false}`という2つの値があります。
8+
/// これは、何かの状態がオンであるのかや、有効であるのかなどを示します。
99
///
10-
/// # Example
10+
/// #
1111
/// ```example
1212
/// #false \
1313
/// #true \

website/translation-status.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"/docs/reference/foundations/array/": "translated",
1717
"/docs/reference/foundations/assert/": "untranslated",
1818
"/docs/reference/foundations/auto/": "translated",
19-
"/docs/reference/foundations/bool/": "untranslated",
19+
"/docs/reference/foundations/bool/": "translated",
2020
"/docs/reference/foundations/bytes/": "untranslated",
2121
"/docs/reference/foundations/calc/": "untranslated",
2222
"/docs/reference/foundations/content/": "untranslated",

0 commit comments

Comments
 (0)