Skip to content

Commit 144521f

Browse files
committed
frameの翻訳完了
1 parent 44a9654 commit 144521f

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

crates/typst-library/src/html/mod.rs

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -64,19 +64,19 @@ impl HtmlElem {
6464
}
6565
}
6666

67-
/// An element that lays out its content as an inline SVG.
67+
/// コンテンツをインラインSVGとしてレイアウトする要素。
6868
///
69-
/// Sometimes, converting Typst content to HTML is not desirable. This can be
70-
/// the case for plots and other content that relies on positioning and styling
71-
/// to convey its message.
69+
/// TypstのコンテンツをHTMLに変換することが望ましくない場合があります。
70+
/// これは、
71+
/// メッセージの伝達が位置決めやスタイル指定に依存するプロットおよびその他のコンテンツに当てはまります。
7272
///
73-
/// This function allows you to use the Typst layout engine that would also be
74-
/// used for PDF, SVG, and PNG export to render a part of your document exactly
75-
/// how it would appear when exported in one of these formats. It embeds the
76-
/// content as an inline SVG.
73+
/// この関数を使用すると、
74+
/// PDFSVG、およびPNGエクスポートにも使用されるTypstレイアウトエンジンを使用して、
75+
/// 文書の一部を、これらの形式のいずれかでエクスポートした場合に表示されるのとまったく同じようにレンダリングできます。
76+
/// この関数はコンテンツをインラインSVGとして埋め込みます。
7777
#[elem]
7878
pub struct FrameElem {
79-
/// The content that shall be laid out.
79+
///レイアウト対象のコンテンツ。
8080
#[positional]
8181
#[required]
8282
pub body: Content,

website/translation-status.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@
163163
"/docs/reference/pdf/embed/": "untranslated",
164164
"/docs/reference/html/": "untranslated",
165165
"/docs/reference/html/elem/": "translated",
166-
"/docs/reference/html/frame/": "untranslated",
166+
"/docs/reference/html/frame/": "translated",
167167
"/docs/reference/png/": "untranslated",
168168
"/docs/reference/svg/": "untranslated",
169169
"/docs/guides/": "translated",

0 commit comments

Comments
 (0)