Conyacサービス終了のお知らせ

eggplant (eggplant) 翻訳実績

本人確認済み
11年以上前
日本
日本語 (ネイティブ) 英語
このユーザーにより翻訳された公開依頼の一覧です。この一覧には、完了されていない依頼は含まれません。
eggplant 英語 → 日本語
原文

Maybe there is a mistake.

Our standard base is alcantara base + display case and box, the written that you read is the base for Atelier Models that are different from MR Collection models.

The section Atelier is dedicated to private customers or for customized models.
We cannot sell directly to you them, if you need atelier models you have to buy them recording you on our website and order through it.

The ratio is 1.8 so if a model cost for example 239 euro the suggested retail price is about euro 430.

Please, find enclosed two model screwed on alcantara standard base and one on luxury carbon base.

翻訳

おそらく間違いです。

我々の標準となる土台は、アルカンタラの土台にディスプレイ用ケースと箱で、あなたがお読みになったのはMRコレクションのモデルとは異なる、アトリエ・モデル用の土台です。

アトリエ部門は、個人のお客様やカスマイズされたモデル向けとなっております。
これらは、あなたには直接販売できないので、もしアトリエ・モデルのご購入を希望でしたら、サイトにご登録の上、そこからご注文になって購入しなければなりません。

利益率は1.8になりますので、例えば239ユーロかかるモデルでしたら、希望小売価格はおよそ430ユーロになります。

アルカンタラの標準土台についている、同封の2つのモデルと豪華なカーボンの土台のものをご確認下さい。


eggplant 英語 → 日本語
原文

I described Value Object as a small object such as a Money or date range object. Their key property is that they follow value semantics rather than reference semantics.
You can usually tell them because their notion of equality isn't based on identity, instead two value objects are equal if all their fields are equal. Although all fields are equal, you don't need to compare all fields if a subset is unique - for example currency codes for currency objects are enough to test equality.
A general heuristic is that value objects should be entirely immutable. If you want to change a value object you should replace the object with a new one and not be allowed to update the values of the value object itself -

翻訳

Value ObjectをMoneyや日付の範囲といった小さな対象として、描写しました。それらの重要な特性は、関係意味論よりも価値意味論につき従うということです。
平等の観念はアイデンティティーに基づかず、貨幣の対象についてその指標が平等性を確かめるのに十分であるように、代わりに2つの価値対象は同じ条件下であれば、平等となるため、たいていはそのことを伝えることができます。
一般的な発見的教授法では、価値対象が完全に普遍であるべきです。価値対象を変えたいのであれば、対象を新しいものにし、価値対象自体の価値を更新すべきではありません。