From a696e64feea20bed7dde85aef48bb96e27dce6f9 Mon Sep 17 00:00:00 2001 From: Shunsuke Kimura Date: Sat, 9 Nov 2024 06:15:10 +0000 Subject: [PATCH] Translate image-ja.yaml Signed-off-by: Shunsuke Kimura --- docs/i18n/visualize/image-ja.yaml | 78 +++++++++++++++---------------- 1 file changed, 38 insertions(+), 40 deletions(-) diff --git a/docs/i18n/visualize/image-ja.yaml b/docs/i18n/visualize/image-ja.yaml index c4c0e908f0..5da9e7e1bb 100644 --- a/docs/i18n/visualize/image-ja.yaml +++ b/docs/i18n/visualize/image-ja.yaml @@ -1,16 +1,16 @@ route: /docs/reference/visualize/image/ title: Image -description: '`image` 函数的文档' +description: '`image` 関数のドキュメント' part: null outline: - id: summary - name: Summary + name: まとめ children: [] - id: example - name: Example + name: 例 children: [] - id: parameters - name: Parameters + name: パラメーター children: - id: parameters-path name: path @@ -31,7 +31,7 @@ outline: name: fit children: [] - id: definitions - name: Definitions + name: 定義 children: - id: definitions-decode name: Decode Image @@ -64,12 +64,12 @@ body: oneliner: A raster or vector graphic. element: true details: |- -

A raster or vector graphic.

-

Supported formats are PNG, JPEG, GIF and SVG.

-

Note: Work on SVG export is ongoing and there might be visual inaccuracies - in the resulting PDF. Make sure to double-check embedded SVG images. If you - have an issue, also feel free to report it on GitHub.

-

Example

+

ラスター画像やベクター画像

+

サポートされている拡張子は PNG, JPEG, GIF, SVGです。

+

Note: 注:SVGエクスポートに関する作業は進行中であり、結果のPDFには視覚的に不正確な部分があるかもしれません。 + 埋め込まれたSVG画像を再確認してください。 + もし問題があれば、GitHubで報告してください。.

+

#figure(
         image("molecular.jpg", width: 80%),
         caption: [
@@ -82,7 +82,7 @@ body:
     self: false
     params:
     - name: path
-      details: 

Path to an image file.

+ details:

画像ファイルのパス

example: null types: - str @@ -94,20 +94,20 @@ body: variadic: false settable: false - name: format - details:

The image's format. Detected automatically by default.

+ details:

画像のフォーマット。デフォルトでは自動的に検出されます。

example: null types: - auto - str strings: - string: png - details:

Raster format for illustrations and transparent graphics.

+ details:

イラストや透明グラフィック用のラスターフォーマット。

- string: jpg - details:

Lossy raster format suitable for photos.

+ details:

写真に適した非可逆ラスターフォーマット。

- string: gif - details:

Raster format that is typically used for short animated clips.

+ details:

短いアニメーションクリップによく使われるラスターフォーマット。

- string: svg - details:

The vector graphics format of the web.

+ details:

ウェブのベクター画像フォーマット。

default: auto positional: false named: true @@ -115,7 +115,7 @@ body: variadic: false settable: true - name: width - details:

The width of the image.

+ details:

画像の幅。

example: null types: - auto @@ -128,7 +128,7 @@ body: variadic: false settable: true - name: height - details:

The height of the image.

+ details:

画像の高さ。

example: null types: - auto @@ -141,7 +141,7 @@ body: variadic: false settable: true - name: alt - details:

A text describing the image.

+ details:

画像の説明文。

example: null types: - none @@ -154,19 +154,18 @@ body: variadic: false settable: true - name: fit - details:

How the image should adjust itself to a given area.

+ details:

与えられた領域に対して、画像をどのように調整するか。

example: null types: - str strings: - string: cover - details:

The image should completely cover the area. This is the default.

+ details:

領域を完全にカバーします。これがデフォルトです。

- string: contain - details:

The image should be fully contained in the area.

+ details:

領域内に完全に収まるようにします。

- string: stretch details: |- -

The image should be stretched so that it exactly fills the area, even if - this means that the image will be distorted.

+

たとえ画像が歪むことになっても、その領域を正確に埋めるように引き伸ばします。

default: "cover" positional: false named: true @@ -183,7 +182,7 @@ body: keywords: [] oneliner: Decode a raster or vector graphic from bytes or a string. element: false - details:

Decode a raster or vector graphic from bytes or a string.

+ details:

バイトまたは文字列からラスターまたはベクトル図形をデコードします。

example: |-
#let original = read("diagram.svg")
         #let changed = original.replace(
@@ -197,7 +196,7 @@ body:
       self: false
       params:
       - name: data
-        details: 

The data to decode as an image. Can be a string for SVGs.

+ details:

画像としてデコードするデータ。SVG の場合は文字列です。

example: null types: - str @@ -210,20 +209,20 @@ body: variadic: false settable: false - name: format - details:

The image's format. Detected automatically by default.

+ details:

画像のフォーマット。デフォルトでは自動的に検出されます。

example: null types: - auto - str strings: - string: png - details:

Raster format for illustrations and transparent graphics.

+ details:

イラストや透明グラフィック用のラスターフォーマット。

- string: jpg - details:

Lossy raster format suitable for photos.

+ details:

写真に適した非可逆ラスターフォーマット。

- string: gif - details:

Raster format that is typically used for short animated clips.

+ details:

短いアニメーションクリップによく使われるラスターフォーマット。

- string: svg - details:

The vector graphics format of the web.

+ details:

ウェブのベクター画像フォーマット。

default: null positional: false named: true @@ -231,7 +230,7 @@ body: variadic: false settable: false - name: width - details:

The width of the image.

+ details:

画像の幅。

example: null types: - auto @@ -244,7 +243,7 @@ body: variadic: false settable: false - name: height - details:

The height of the image.

+ details:

画像の高さ。

example: null types: - auto @@ -257,7 +256,7 @@ body: variadic: false settable: false - name: alt - details:

A text describing the image.

+ details:

画像の説明文。

example: null types: - none @@ -270,19 +269,18 @@ body: variadic: false settable: false - name: fit - details:

How the image should adjust itself to a given area.

+ details:

与えられた領域に対して、画像をどのように調整するか。

example: null types: - str strings: - string: cover - details:

The image should completely cover the area. This is the default.

+ details:

領域を完全にカバーします。これがデフォルトです。

- string: contain - details:

The image should be fully contained in the area.

+ details:

領域内に完全に収まるようにします。

- string: stretch details: |- -

The image should be stretched so that it exactly fills the area, even if - this means that the image will be distorted.

+

たとえ画像が歪むことになっても、その領域を正確に埋めるように引き伸ばします。

default: null positional: false named: true