blob: feeb308058c4b5afcda865abbee50feab68b2f78 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
options.stop.label=開発ツールサーバーを停止
options.start.label=開発ツールサーバーを始動
options.connected.label=#1 台のクライアントが接続しています
options.connected.tooltip=開発ツールサーバーは実行中です。接続しているクライアントがあります。
options.listening.label=リッスン中
options.listening.tooltip=開発ツールサーバーは実行中です。クライアントからの接続を待機しています。
options.idle.label=アイドル中
options.idle.tooltip=開発ツールサーバーは停止中です。このダイアログから始動できます。
options.unsupported.label=未サポート
options.unsupported.tooltip=組み込みの開発ツールサーバーの読み込み中にエラーが発生しました。パッケージに含まれているか確認し、エラーコンソールのメッセージを確認してください。
|