Skip to content

Commit f455ebd

Browse files
authored
docs: 中国語訳を原文の英語に変更 (#53)
1 parent ae79446 commit f455ebd

File tree

266 files changed

+20513
-12158
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

266 files changed

+20513
-12158
lines changed

docs/i18n/category/data-loading-ja.yaml

Lines changed: 103 additions & 31 deletions
Large diffs are not rendered by default.

docs/i18n/category/foundations-ja.yaml

Lines changed: 4608 additions & 3912 deletions
Large diffs are not rendered by default.

docs/i18n/category/introspection-ja.yaml

Lines changed: 550 additions & 381 deletions
Large diffs are not rendered by default.

docs/i18n/category/layout-ja.yaml

Lines changed: 1140 additions & 124 deletions
Large diffs are not rendered by default.

docs/i18n/category/math-ja.yaml

Lines changed: 1947 additions & 1767 deletions
Large diffs are not rendered by default.

docs/i18n/category/model-ja.yaml

Lines changed: 1228 additions & 379 deletions
Large diffs are not rendered by default.

docs/i18n/category/symbols-ja.yaml

Lines changed: 981 additions & 2267 deletions
Large diffs are not rendered by default.

docs/i18n/category/text-ja.yaml

Lines changed: 146 additions & 63 deletions
Large diffs are not rendered by default.

docs/i18n/category/visualize-ja.yaml

Lines changed: 324 additions & 111 deletions
Large diffs are not rendered by default.

docs/i18n/data-loading/cbor-en.yaml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
route: /docs/reference/data-loading/cbor/
22
title: CBOR
3-
description: '`cbor` 函数的文档'
3+
description: Documentation for the `cbor` function.
44
part: null
55
outline:
66
- id: summary
@@ -36,6 +36,7 @@ body:
3636
keywords: []
3737
oneliner: Reads structured data from a CBOR file.
3838
element: false
39+
contextual: false
3940
details: |-
4041
<p>Reads structured data from a CBOR file.</p>
4142
<p>The file must contain a valid CBOR serialization. Mappings will be
@@ -44,6 +45,8 @@ body:
4445
equivalents, null-values (<code>null</code>, <code>~</code> or empty ``) will be converted into
4546
<code><span class="typ-key">none</span></code>, and numbers will be converted to floats or integers depending on
4647
whether they are whole numbers.</p>
48+
<p>Be aware that integers larger than 2<sup>63</sup>-1 will be converted to
49+
floating point numbers, which may result in an approximative value.</p>
4750
example: null
4851
self: false
4952
params:
@@ -69,6 +72,7 @@ body:
6972
keywords: []
7073
oneliner: Reads structured data from CBOR bytes.
7174
element: false
75+
contextual: false
7276
details: <p>Reads structured data from CBOR bytes.</p>
7377
example: null
7478
self: false
@@ -95,6 +99,7 @@ body:
9599
keywords: []
96100
oneliner: Encode structured data into CBOR bytes.
97101
element: false
102+
contextual: false
98103
details: <p>Encode structured data into CBOR bytes.</p>
99104
example: null
100105
self: false

0 commit comments

Comments
 (0)