BETA

Transvision

Displaying 7 results for the string input in ja:

Entity ja en-US
Entity # all locales browser • browser • nsserrors.ftl
sec-error-input-len
ja
security library has experienced an input length error.
en-US
security library has experienced an input length error.
Entity # all locales dom • chrome • dom • dom.properties
InputPickerBlockedNoUserActivation
ja
ユーザーの許可が無いため、<input> ピッカーがブロックされました。
en-US
<input> picker was blocked due to lack of user activation.
Entity # all locales dom • chrome • dom • dom.properties
PatternAttributeCompileFailure
ja
パターンが正しい正規表現ではないため <input pattern='%S'> を照合できません: %S
en-US
Unable to check <input pattern='%S'> because the pattern is not a valid regexp: %S
Entity # all locales mobile • overrides • netError.dtd
dnsNotFound.longDesc4
ja
<ul> <li><strong>www</strong>.example.com を間違えて <strong>ww</strong>.example.com と入力するなど、アドレスを間違って入力していないか確認してください。</li> <div id='searchbox'> <input id='searchtext' type='search'></input> <button id='searchbutton'>検索</button> </div> <li>他のサイトも表示できない場合、端末のデータ接続や Wi-Fi 接続を確認してください。 <button id='wifi'>Wi-Fi を有効化</button> </li> </ul>
en-US
<ul> <li>Check the address for typing errors such as <strong>ww</strong>.example.com instead of <strong>www</strong>.example.com</li> <div id='searchbox'> <input id='searchtext' type='search'></input> <button id='searchbutton'>Search</button> </div> <li>If you are unable to load any pages, check your device’s data or Wi-Fi connection. <button id='wifi'>Enable Wi-Fi</button> </li> </ul>
Entity # all locales mobile • overrides • netError.dtd
malformedURI.longDesc2
ja
<ul> <li>ウェブのアドレスは通常 <strong>http://www.example.com/</strong> のようなものになります。</li> <div id='searchbox'> <input id='searchtext' type='search'></input> <button id='searchbutton'>検索</button> </div> <li>円記号やバックスラッシュ (<strong>\</strong>) ではなく、スラッシュ (<strong>/</strong>) が使われているか確認してください。</li> </ul>
en-US
<ul> <li>Web addresses are usually written like <strong>http://www.example.com/</strong></li> <div id='searchbox'> <input id='searchtext' type='search'></input> <button id='searchbutton'>Search</button> </div> <li>Make sure that you’re using forward slashes (i.e. <strong>/</strong>).</li> </ul>
Entity # all locales security • manager • chrome • pipnss • nsserrors.properties
SEC_ERROR_INPUT_LEN
ja
security library has experienced an input length error.
en-US
security library has experienced an input length error.
Entity # all locales toolkit • toolkit • featuregates • features.ftl
experimental-features-ime-search-description
ja
IME (Input Method Editor) は、東アジアまたはインド系の言語の複雑な文字 (かな漢字変換など) を標準のキーボードで入力するためのツールです。この実験的な機能を有効にすると、IME を使用した文字入力中に、アドレスバーパネルを開いたまま検索結果や検索候補を表示できます。ただし、IME のパネルがアドレスバーの検索結果を隠してしまうことがあります。この設定は、IME のパネルのこのような挙動を想定していません。
en-US
An IME (Input Method Editor) is a tool that allows you to enter complex symbols, such as those used in East Asian or Indic written languages, using a standard keyboard. Enabling this experiment will keep the address bar panel open, showing search results and suggestions, while using IME to input text. Note that the IME might display a panel that covers the address bar results, therefore this preference is only suggested for IME not using this type of panel.

Displaying 39 results for the string input in en-US:

Entity ja en-US
Entity # all locales browser • browser • nsserrors.ftl
sec-error-input-len
ja
security library has experienced an input length error.
en-US
security library has experienced an input length error.
Entity # all locales browser • browser • pageInfo.ftl
media-input
ja
入力
en-US
Input
Entity # all locales browser • chrome • browser • browser.properties
webextPerms.description.clipboardWrite
ja
クリップボードへのデータ入力
en-US
Input data to the clipboard
Entity # all locales devtools • client • webconsole.properties
webconsole.console.settings.menu.item.autocomplete.tooltip
ja
このオプションを有効にすると、キー入力時に入力候補を表示します
en-US
If you enable this option the input will display suggestions as you type in it
Entity # all locales devtools • client • webconsole.properties
webconsole.console.settings.menu.item.instantEvaluation.tooltip
ja
このオプションを有効にすると、キー入力時に即時評価が行われます
en-US
If you enable this option the input will be instantly evaluated as you type in it
Entity # all locales devtools • client • webconsole.properties
webconsole.editor.toolbar.executeButton.tooltip
ja
式を実行します。(%S) 入力した式は消去されません。
en-US
Run expression (%S). This won’t clear the input.
Entity # all locales dom • chrome • dom • dom.properties
InputPickerBlockedNoUserActivation
ja
ユーザーの許可が無いため、<input> ピッカーがブロックされました。
en-US
<input> picker was blocked due to lack of user activation.
Entity # all locales dom • chrome • dom • dom.properties
PatternAttributeCompileFailure
ja
パターンが正しい正規表現ではないため <input pattern='%S'> を照合できません: %S
en-US
Unable to check <input pattern='%S'> because the pattern is not a valid regexp: %S
Entity # all locales dom • chrome • layout • HtmlForm.properties
CannotEncodeAllUnicode
ja
%S で送信されたフォームは、Unicode にエンコードできない文字が含まれているため、送信データが壊れている可能性があります。この問題を回避するには、UTF-8 でフォームが送信されるよう、ページ自体のエンコーディングを UTF-8 に変更するか、form 要素の属性に accept-charset=utf-8 を指定してください。
en-US
A form was submitted in the %S encoding which cannot encode all Unicode characters, so user input may get corrupted. To avoid this problem, the page should be changed so that the form is submitted in the UTF-8 encoding either by changing the encoding of the page itself to UTF-8 or by specifying accept-charset=utf-8 on the form element.
Entity # all locales dom • chrome • layout • HtmlForm.properties
ForgotFileEnctypeWarning
ja
フォームはファイル入力がありますが、method=POST と enctype=multipart/form-data が指定されていないので、ファイルは送信されません。
en-US
Form contains a file input, but is missing method=POST and enctype=multipart/form-data on the form. The file will not be sent.
Entity # all locales dom • chrome • security • security.properties
SanitizerRcvdNoInput
ja
入力がなかったか空の値を受け取りました。空の DocumentFragment を返します。
en-US
Received empty or no input. Returning an empty DocumentFragment.
Entity # all locales extensions • irc • chrome • chatzilla.dtd
multiline-contract.tooltip
ja
1 行入力に切り替え (Ctrl+Down)
en-US
Switch to single-line input (Ctrl+Down)
Entity # all locales extensions • irc • chrome • chatzilla.dtd
multiline-expand.tooltip
ja
複数行入力に切り替え (Ctrl+Up)
en-US
Switch to multi-line input (Ctrl+Up)
Entity # all locales extensions • irc • chrome • chatzilla.dtd
server-nick.tooltip
ja
ニックネームの変更または状態の設定。入力ボックスにフォーカスを移動するには ESC キーを押してください。
en-US
Change nickname or set away state. To focus the input box, press Escape.
Entity # all locales extensions • irc • chrome • chatzilla.properties
cmd.cmd-redo.help
ja
元に戻された入力ボックス内のテキストに行われた変更をやり直します。
en-US
Redoes the last change to the text in the input box which you undid.
Entity # all locales extensions • irc • chrome • chatzilla.properties
cmd.cmd-undo.help
ja
入力ボックス内のテキストに行われた変更を元に戻します。
en-US
Undoes the last change made to text in the input box.
Entity # all locales extensions • irc • chrome • chatzilla.properties
cmd.focus-input.help
ja
キーボードのカーソルを入力ボックスに移動させます。
en-US
Force keyboard focus to the input box.
Entity # all locales extensions • irc • chrome • chatzilla.properties
cmd.iltr.help
ja
入力エリアの方向を左から右に切り替えます。
en-US
Switches input area direction to Left-to-Right.
Entity # all locales extensions • irc • chrome • chatzilla.properties
cmd.irtl.help
ja
入力エリアの方向を右から左に切り替えます。
en-US
Switches input area direction to Right-to-Left.
Entity # all locales extensions • irc • chrome • chatzilla.properties
msg.err.inputhistory.not.writable
ja
入力履歴を ``%S'' に保存できません。
en-US
Unable to save input history to ``%S''.
Entity # all locales extensions • irc • chrome • chatzilla.properties
msg.leave.inputbox
ja
タブ完成するものがありません。F6 キーを使用すると、ユーザーリスト、入力ボックス、チャット出力を巡回します。
en-US
There is nothing to tab-complete. Use F6 to cycle through the user list, input box and the chat output.
Entity # all locales extensions • irc • chrome • chatzilla.properties
pref.multiline.help
ja
メッセージの入力フィールドを、複数行入力ボックスと 1 行入力フィールドのどちらにするか指定します。
en-US
Sets whether ChatZilla is using the multiline input box or the single-line one.
Entity # all locales extensions • irc • chrome • chatzilla.properties
pref.multiline.label
ja
複数行入力モードにする
en-US
Multiline input mode
Entity # all locales mail • chrome • messenger • activity.properties
waitingForInput
ja
入力待ちです
en-US
Waiting for input
Entity # all locales mail • chrome • messenger • addons.properties
webextPerms.description.clipboardWrite
ja
クリップボードへのデータ入力
en-US
Input data to the clipboard
Entity # all locales mail • chrome • messenger • viewSource.properties
invalidInputTitle
ja
不正な行番号
en-US
Invalid input
Entity # all locales mobile • android • chrome • browser.properties
webextPerms.description.clipboardWrite
ja
クリップボードへのデータ入力
en-US
Input data to the clipboard
Entity # all locales mobile • overrides • netError.dtd
dnsNotFound.longDesc4
ja
<ul> <li><strong>www</strong>.example.com を間違えて <strong>ww</strong>.example.com と入力するなど、アドレスを間違って入力していないか確認してください。</li> <div id='searchbox'> <input id='searchtext' type='search'></input> <button id='searchbutton'>検索</button> </div> <li>他のサイトも表示できない場合、端末のデータ接続や Wi-Fi 接続を確認してください。 <button id='wifi'>Wi-Fi を有効化</button> </li> </ul>
en-US
<ul> <li>Check the address for typing errors such as <strong>ww</strong>.example.com instead of <strong>www</strong>.example.com</li> <div id='searchbox'> <input id='searchtext' type='search'></input> <button id='searchbutton'>Search</button> </div> <li>If you are unable to load any pages, check your device’s data or Wi-Fi connection. <button id='wifi'>Enable Wi-Fi</button> </li> </ul>
Entity # all locales mobile • overrides • netError.dtd
malformedURI.longDesc2
ja
<ul> <li>ウェブのアドレスは通常 <strong>http://www.example.com/</strong> のようなものになります。</li> <div id='searchbox'> <input id='searchtext' type='search'></input> <button id='searchbutton'>検索</button> </div> <li>円記号やバックスラッシュ (<strong>\</strong>) ではなく、スラッシュ (<strong>/</strong>) が使われているか確認してください。</li> </ul>
en-US
<ul> <li>Web addresses are usually written like <strong>http://www.example.com/</strong></li> <div id='searchbox'> <input id='searchtext' type='search'></input> <button id='searchbutton'>Search</button> </div> <li>Make sure that you’re using forward slashes (i.e. <strong>/</strong>).</li> </ul>
Entity # all locales security • manager • chrome • pipnss • nsserrors.properties
SEC_ERROR_INPUT_LEN
ja
security library has experienced an input length error.
en-US
security library has experienced an input length error.
Entity # all locales suite • chrome • browser • pageInfo.properties
mediaInput
ja
入力
en-US
Input
Entity # all locales toolkit • chrome • global • viewSource.properties
invalidInputTitle
ja
不正な行番号
en-US
Invalid input
Entity # all locales toolkit • toolkit • about • aboutSupport.ftl
media-input-devices-title
ja
入力デバイス
en-US
Input Devices
Entity # all locales toolkit • toolkit • about • aboutSupport.ftl
multi-process-status-6
ja
未サポートのテキスト入力により無効
en-US
Disabled by unsupported text input
Entity # all locales toolkit • toolkit • about • aboutSupport.ftl
touch-enabled
ja
タッチ入力有効
en-US
touch input enabled
Entity # all locales toolkit • toolkit • about • aboutSupport.ftl
touch-warning
ja
非同期タッチ入力は未サポートの設定により無効化されます: { $preferenceKey }
en-US
async touch input disabled due to unsupported pref: { $preferenceKey }
Entity # all locales toolkit • toolkit • about • aboutSupport.ftl
wheel-enabled
ja
ホイール入力有効
en-US
wheel input enabled
Entity # all locales toolkit • toolkit • about • aboutSupport.ftl
wheel-warning
ja
非同期ホイール入力は未サポートの設定により無効化されます: { $preferenceKey }
en-US
async wheel input disabled due to unsupported pref: { $preferenceKey }
Entity # all locales toolkit • toolkit • featuregates • features.ftl
experimental-features-ime-search-description
ja
IME (Input Method Editor) は、東アジアまたはインド系の言語の複雑な文字 (かな漢字変換など) を標準のキーボードで入力するためのツールです。この実験的な機能を有効にすると、IME を使用した文字入力中に、アドレスバーパネルを開いたまま検索結果や検索候補を表示できます。ただし、IME のパネルがアドレスバーの検索結果を隠してしまうことがあります。この設定は、IME のパネルのこのような挙動を想定していません。
en-US
An IME (Input Method Editor) is a tool that allows you to enter complex symbols, such as those used in East Asian or Indic written languages, using a standard keyboard. Enabling this experiment will keep the address bar panel open, showing search results and suggestions, while using IME to input text. Note that the IME might display a panel that covers the address bar results, therefore this preference is only suggested for IME not using this type of panel.
Please enable JavaScript. Some features won't be available without it.