Is This English???

2010年8月21日

IT 英鐔?? part5 - network
■ネットワー繧?

本社を出る大部分のトラフィックはアメリカ支社へのものです
Most of the traffic coming out of the HQ is destined for the US office.
上り下りのトラフィックを分析するソフトウェアが要る
I need a software to analyze the incoming/outgoing traffic.
クライアントはデフォルトゲートウェイ縺?1.1.1.1が設藹??されました
Clients are configured with 1.1.1.1. as the default gateway.
IPアドレス縺?1.1.1.1を設藹??しました
I have configured the IP address to 1.1.1.1.
商品リストを動的に生成したらリブートが必要だよ
Once you dynamically generate the list of sales items, you need to reboot it.
ネットにつなげるため縺?PCをルータに軆??げる必要があります
You need to hook up a PC to a router in order to connect to the Internet.
我々のウェブサイトが敵諢?のあるDOS攻撃を藹??けています
Our website comes under hostile Dos attacks.
あなたのマシンは攻撃に対して脆弱でしょう
Your machine would be vulnerable to the attacks.
時に諢?図せず縺?DoS攻撃をすることがありえます
Sometimes you could run a DoS attack unintentionally.
どれだけキチンとシステムをテストしたとしても、バグや欠陥が紛れ込みます
No matter how rigidly you test a system, bugs and defects can slip through into it.
まだと縺?れと縺?れにしか設藹??画面に接続できない
It still intermittently connects to its setup window.
FreeBSDのシステムからソラリスにテルネットできます
I can telnet from the FreeBSD system in to the Solaris.
2つのオフィスを繋げることができますか?
Would I be able to network two offices?
自分にピンが打てない
i cannot ping myself.
そ縺?IPにきちん縺?pingが打てる
ping the IP fine.
接続を切ってはいかがか?
Why don't you kill the connection?
接続はもう切れています
We've already lost the connection.
同じウェブサイトにアクセスしようとしても、失敗します
If I try to connect to the same website, it fails.
接続を保持する方觸??がありますか?
Is there any way to maintain a connection.

投稿者 funa : PM11:44 | 使える英語フレーズ - Phrases | コメント (0) | トラックバック (0)


2010年8月21日

IT 英鐔?? part4 - programming

■プログラム4

きっと独自開発のソフトウェアだと思うよ
I guess it's a proprietary software.
キーワードサーチでレコードの数を絞れるよ
You can narrow down the number of records by keyword search.
日臀??は年、月、日の順で表示されます
Date is displayed in the order of year, month and day.
改鐔??マーク縺?LFをCRに臀??括藹??觸??しない縺?
We need to globally replace the line-feeds with the CRs at their ends.
プログラムは藹??行時にデータを藹??得します
The program retrieves the data in run-time.
このメソッドはデータを藹??り出すためだけに使繧?れます
This method is used only to fetch the data.
データ縺?2つ縺?DBに渡ってずっと同期をとる必要があります
The data needs to be in sync across the two databases at all times.
プログラムはこれらのフールドのデータを同期を藹??り続けなければなりません
The program must keep these fields' data in sync.
テーブルを削除するには、管理者としてログインする必要があります
To purge the table, you need to sign on as admin.
我々のウェブサイトへのアクセスが認証されました
You are authorized to access our website.
あなたは鐔??料をダウンロードする権限があります
You have authorization to download the materials.

最後の臀??上げに觸??かっています
I'm working on just a few finishing touches.
すべてうま縺?いっています
Everything is in good shape.
繝?マリました
I got stuck here.
有効というより問題の方が多いよ
It's sometimes more trouble than it's worth.
最初からすべてをやり直そう
Let's redo the whole thing from scratch.
それじゃ駄目だよ
That's not gonna work.
それじゃ八方藹??がりだ
It doesn't go anywhere.
最悪だったよ
It was disaster!
退屈な臀??事だった
It was a tedious job
非常に面倒な臀??事だった
It was a daunting job

File naming convention 命名隕?則
Differential file 差分ファイ繝?

投稿者 funa : PM11:42 | 使える英語フレーズ - Phrases | コメント (0) | トラックバック (0)


2010年8月21日

IT 英鐔?? part3 - programming

■プログラミン繧?3

グローバル藹??数は使う縺?
Stay away from global variables.
ここで藹??数を初期化したら駄目だよ
you are not supposed to initialize the variable at this point.
例外処理しないと、間違いな縺?エラーが起きるぞ
If you don't handle exceptions, the application will bump into errors for sure.
オーバーフローの問題を避けたい
I want to steer clear of overflow problems.
デバッガーだけではメモリリークの問題は把握できない縺?
It's hart to track down memory leak problems with a debugger only.
この関数に入った途端にプログラムがクラッシュする
the program dies right after it goes into this function.
関数に渡す前に戻り値を藹??得する必要があります
You need to get the return value before you pass it to this function.
通常、構造体はスタックに格軆??されます
The entire structure is typically pushed on the stack.
すべての鐔??素をスタックから藹??り出さなければいけません
You need to pop all elements off the stack.
スタック臀??のエレメント縺?LIFO順で処理されます
Elements on the stack are accessed in a LIFO(FIFO) order.

例外を投げる
throw the exception
エラーを藹??ける
catch the error
クラスを拡張する
extend the class
欠陥なし
defect-free
問題を見つける
find a problem
問題を見つける
detect a problem
インストールに関する問題
installation-related issues
欠陥を直す
fix the glitch
機能臀??蜈?
malfunction
絶対必要な觸??閭?
must-have feature
な縺?ても支障がない機閭?
nice-to-have feature

投稿者 funa : PM11:36 | 使える英語フレーズ - Phrases | コメント (0) | トラックバック (0)


ナビ: <  1 | 2
ギャラリー
最近のエントリー