Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Translation ja alpha #953

Open
wants to merge 8 commits into
base: support/3.0
Choose a base branch
from
12 changes: 12 additions & 0 deletions model/Core/Classes/Agent.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,15 @@ This is not to be confused with tools that are used to perform tasks.
- name: Agent
- SubclassOf: Element
- Instantiability: Concrete

## Summary @ja

Agent は、システム上で動作する可能性のあるすべてのものを表します。

## Description @ja

Agent クラスは、システムで動作する可能性のあるすべてのものを表します。

これは、各個人、組織、ソフトウェアエージェントなどです。

様々な作業を実行するために使用されるツール類と混同しないでください。
8 changes: 8 additions & 0 deletions model/Core/Core.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,11 @@ SPDX-3.0 profiles.

- id: https://spdx.org/rdf/3.0.1/terms/Core
- name: Core

## Summary @ja

SPDXプロファイル全ての基礎構造。

## Description @ja

名前空間 Core は、すべての SPDX-3.0 プロファイルの基礎となる基本概念を定義します。
12 changes: 12 additions & 0 deletions model/Core/Datatypes/DateTime.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,15 @@ The specific format is one of the most commonly used ISO-8601 formats.
## Format

- pattern: ^\d\d\d\d-\d\d-\d\dT\d\d:\d\d:\d\dZ$

## Summary @ja

特定の日付と時刻を表す文字列。

## Description @ja

DateTime は、特定の日付と時刻を表す文字列です。

秒単位の解像度を持ち、常にUTCタイムゾーンで表されます。

最も一般的に使用されている形式の1つである、ISO-8601 フォーマットで記述します。
19 changes: 19 additions & 0 deletions model/Core/Individuals/NoAssertionElement.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,3 +33,22 @@ no assertion is being made about any potential descendants of Element1.
## Property Values

- name: "NOASSERTION"

## Summary @ja

不明な識別子やカーディナリティ (数) を持つ要素の集合を表す個別の値。

## Description @ja

NoAssertionElement は、以下の場合に利用されるべきです。

- SPDX ドキュメントの作成者が、合理的、客観的な判断を試みたが解決できなかった場合
- SPDX ドキュメントの作成者が、この部分を判断しなかった場合
- SPDX ドキュメントの作成者が、意図的に情報を提供しなかった場合(その行為に意味を含ませるべきではありません)

例えば、
`relationshipType`="ancestorOf"、
`from`=Element1
の時に、
`to`=NoAssertionElement
という関係は、Element1 が子エレメントを持つかどうかは分からないということを明示的に表しています。
8 changes: 8 additions & 0 deletions model/Core/Properties/algorithm.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,11 @@ value.
- name: algorithm
- Nature: ObjectProperty
- Range: HashAlgorithm

## Summary @ja

ハッシュ値を計算するために使用されるアルゴリズムを指定します。

## Description @ja

algorithm は、ハッシュ値を計算するために使用されるアルゴリズムを指定します。
13 changes: 13 additions & 0 deletions model/Core/Vocabularies/AnnotationType.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,16 @@ AnnotationType specifies the type of an annotation.

- other: Used to store extra information about an Element which is not part of a review (e.g. extra information provided during the creation of the Element).
- review: Used when someone reviews the Element.

## Summary @ja

注釈の種類を指定します。

## Description @ja

AnnotationType は、注釈の種類を指定します。

## Entries @ja

- other: レビュー対象ではない要素に関する注釈をつけるために使われます。(例: Element の作成時に付けられた注釈)
- review: 誰かが Element をレビューし、注釈をつけたときに使われます。
Loading