spdr 翻訳実績

本人確認済み
約10年前 男性 60代
フィリピン
日本語 (ネイティブ) 英語
このユーザーにより翻訳された公開依頼の一覧です。この一覧には、完了されていない依頼は含まれません。
spdr 英語 → 日本語
原文

This means they are guaranteed not to change in a way that would break existing users of the file. However, the right to add additional elements and attributes to the markup is reserved for possible future additions to the file. For this reason, clients that read the description file contents should tolerate unknown elements and attributes.

Clients that modify, delete, or replace the project description file do so at their own risk. Projects with invalid or missing description files will not be generally usable. If a project with an invalid description file is discovered on workspace startup, the project is closed, and it will not be possible to open it until the project description file has been repaired.

翻訳

これは、ファイル名、格納場所、及び内容は既存のファイル ユーザーとの関連付けを解消するような変更が出来ない事を保証していることを意味する。しかし、今後ファイルに追加する可能性のある補足ための追加的なエレメントやアトリビュートを付け加える権利は留保する。この理由により、説明ファイルの内容を読むクライアントは、未確認のエレメントやアトリビュートを容認しなければならない。

クライアントは自己責任において、プロジェクト説明ファイルを修正、削除、或いは入れ替えル事ができる。無効な説明ファイル、或いは説明ファイルのないプロジェクトは一般的に使用不能である。無効な説明ファイルを持つプロジェクトがワーク プレイスの起動時に発見された場合は、プロジェクトは閉じられ、プロジェクト説明ファイルが正しいファイルに復旧されるまで、当該プロジェクトファイルを開くことはできない。

spdr 英語 → 日本語
原文

If a new project is created at a location that contains an existing project description file, the contents of that description file will be honoured as the project description.
One exception is that the project name in the file will be ignored if it does not match the name of the project being created. If the description file on disk is invalid, the project creation will fail.

name - the name of the project. Ignored if it does match the name of the project using this description. Corresponds to IProjectDescription.getName().

comment - a comment for the project. The comment can have arbitrary contents that are not interpreted by the project or workspace. Corresponds to IProjectDescription.getComment().

翻訳


新規プロジェクトが既存プロジェクトの説明ファイルが格納されている場所に作成される場合、既存プロジェクトファイルがプロジェクト説明ファイルとして採用される。
ひとつの例外は、新規に作成されるプロジェクト名が既存のプロジェクト説明ファイルのプロジェクト名と一致しない場合は、説明ファイルのプロジェクト名は無視される。格納されている説明ファイルが無効である場合は、新規プロジェクトの作成は失敗する。

name:プロジェクト名は、IProjectDescription.getName()に対応し、このファイルで使われているプロジェクト名と一致しない場合は無視される。

comment:プロジェクトのためのコメントで、IProjectDescription.getComment()に対応し、プロジェクトやワーク プレイスに影響されない任意の内容を持つことが出来る。

spdr 英語 → 日本語
原文

buildSpec - the ordered list of build commands for this project. Corresponds to IProjectDescription.getBuildSpec().
buildCommand - a single build commands for this project. Corresponds to org.eclipse.core.resources.ICommand.
name - the symbolic name of an incremental project builder. Corresponds to ICommand.getBuilderName().
arguments - optional arguments that may be passed to the project builder. Corresponds to ICommand.getArguments().
dictionary - a list of <key, value> pairs in the argument list. Analagous to java.util.Map.

natures - the names of the natures that are on this project. Corresponds to IProjectDescription.getNatureIds().
nature - the name of a single natures on this project.

翻訳

buildSpec:このプロジェクトの為のビルドのコマンドを順に並べた一覧で、IProjectDescription.getBuildSpec()に対応する。
buildCommand:このプロジェクトの為のひとつのビルドのコマンドで、org.eclipse.core.resources.ICommandに対応する。
name:昇順のプロジェクト ビルダーの記号名で、ICommand.getBuilderName()に対応する。
argument(引数):プロジェクト ビルダーに渡す事の出来る追加的アーギュメント(引数)で、ICommand.getArguments()に対応する。
dictionary:アーギュメント一覧の中の<key, value>ペアの一覧で、Analagous to java.util.Mapに対応する。

natures:このプロジェクト上のネーチャーの名称群で、IProjectDescription.getNatureIds()に対応する。
nature:このプロジェクト上のひとつのネーチャーの名前。