Eiko (gloria) 翻訳実績

5.0 76 件のレビュー
本人確認済み
14年以上前
日本
日本語 (ネイティブ) 英語 スペイン語
ビジネス 法務 技術 特許 サイエンス IT
20 時間 / 週
お仕事を相談する(無料)
このユーザーにより翻訳された公開依頼の一覧です。この一覧には、完了されていない依頼は含まれません。
gloria スペイン語 → 日本語 ★★★★★ 5.0
原文


Tenga en cuenta que LEICKE Kanaan es una marca registrada. Por lo tanto, su y nuestra oferta no pueden ser idénticas. Su empresa no tiene que conceder la autorización para anunciar, vender o reanudar en su totalidad o en parte, nuestra marca, nuestras fotos y textos.


Por este motivo, le rogamos que retire el producto de la tienda de A LEICKE KanaaN en las próximas 24 horas.

Le rogamos comprensión y que procedan a la eliminación inmediata de su oferta en Amazon . De lo contrario, nos reservamos el derecho de tomar medidas adicionales para proceder a una denuncia por violación legal del derecho de autor copyright y las propiedades de dominio absoluto de propiedad intelectual e industrial.

翻訳

LEICKE Kanaanは登録商標であることをご承知おきください。また、貴社の販売と当社の販売が同じであってはなりません。貴社は当社の商標、当社の写真及び文言を全部でも一部でも広告に使ったり、販売したり再利用する権限を与えることはできません。

この理由から、A LEICKE KanaaN製品を貴社のショップから24時間以内に撤去していただきたくお願い申し上げます。

アマゾンでの貴社の販売を即時停止してもらう手続きをとりますのでご理解をお願いします。しかしながら、さらに著作権や知的財産権又は産業財産権の侵害について法的に申し立てを行うこともできることをご承知おきください。(訳注:申立てる権利は持っているが今のところはしないでおくというニュアンス)

gloria 英語 → 日本語
原文

The Backlogs plugin is supported on Redmine 2.2.4 and 2.3.2
. Other versions are known to work but are not supported. For more information on Redmine and how to install it, please visit the official Redmine website or the official ChiliProject website .

Backlogs requires a few gems to run properly. The included Gemfile lists all requirements, so bundler ought to install them all including their dependencies. Just re-run the bundler call you executed during redmine install, something to the effect of


Some of these gems are not pure-ruby gems, so if no pre-compiled gems are available for your platforms, you will have to have a compiler available to the gems can be built during install.

翻訳

BacklogsプラグインはRedmine 2.2.4と2.3.2でサポートされています。
他のバージョンも動作することは知られていますが、サポートはされていません。Redmineに関するさらに詳しい情報、及びインストール方法については、Redmineオフィシャルウェブサイト又はChiliProjectオフィシャルウェブサイトでご覧ください。

Backlogが正しく作動するにはいくつかのジェムが必要です。添付のジェムファイルのリストに必要なすべてのものが含まれていますので、が従属するものを全て含めたそれらをバンドラーがインストールする必要があります。バンドラーを再起動するだけでredmineのインストール中に下記のような感じで完了の通知が表示されます:

これらのジェムのいくつかはピュアルビージェムではないので、ご利用のプラットフォームで事前にコンパイルされているジェムが使えない場合は、インストール中にジェムが作成できるコンパイラーを使う必要があります。

gloria 英語 → 日本語
原文

Bundler maintains a consistent environment for ruby applications. It tracks an application's code and the rubygems it needs to run, so that an application will always have the exact gems (and versions) that it needs to run.

With Bundler, it can be easy to share your code between development, staging and production machines. Of course, you know how to share your own application or gem: stick it on GitHub and clone it where you need it. Bundler makes it easy to make sure that your application has the dependencies it needs to start up and run without errors.

Getting started with bundler is easy! Open a terminal window and run this command:

Specify your dependencies in a Gemfile in your project's root:

翻訳

バンドラーはルビーアプリケーションのための一貫した環境を維持します。実行するのに必要なアプリケーションコードとルビージェムをトラッキングし、アプリケーションが実行するのに必要な正しいジェム(とバージョン)を常に保ちます。

バンドラーがあれば、コードをマシンの開発、ステージング、制作の間で簡単にシェアすることができます。もちろん、自分のアプリケーションやジェムのシェアの方法はご存じでしょう:シェアするにはGitHub上に貼り付けて必要な場所にクローン作製します。バンドラーがあれば、エラーを出すことなくスタートアップし実行すべき従属物をアプリケーションが備えていることを簡単に確認できます。

バンドラーの使い方は簡単です!ターミナルウィンドウを開いてこのコマンドを実行してください:

プロジェクトのルートのジェムファイルにある従属物を指定してください: