123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291 |
- msgid ""
- msgstr ""
- "Project-Id-Version: \n"
- "POT-Creation-Date: \n"
- "PO-Revision-Date: 2024-03-28 23:40+0000\n"
- "Last-Translator: Ioroi Kouhei <kouhei@ioroi.org>\n"
- "Language-Team: Japanese <https://hosted.weblate.org/projects/openwrt/"
- "luciapplicationsuhttpd/ja/>\n"
- "Language: ja\n"
- "MIME-Version: 1.0\n"
- "Content-Type: text/plain; charset=UTF-8\n"
- "Content-Transfer-Encoding: 8bit\n"
- "Plural-Forms: nplurals=1; plural=0;\n"
- "X-Generator: Weblate 5.5-dev\n"
- "X-Poedit-Basepath: .\n"
- #: applications/luci-app-uhttpd/htdocs/luci-static/resources/view/uhttpd/uhttpd.js:160
- msgid ""
- "(/old/path=/new/path) or (just /old/path which becomes /cgi-prefix/old/path)"
- msgstr ""
- "(/old/path=/new/path)または(/cgi-prefix/old/path になる /old/path のみ)"
- #: applications/luci-app-uhttpd/htdocs/luci-static/resources/view/uhttpd/uhttpd.js:170
- msgid "404 Error"
- msgstr "404 エラー"
- #: applications/luci-app-uhttpd/htdocs/luci-static/resources/view/uhttpd/uhttpd.js:17
- msgid "A lightweight single-threaded HTTP(S) server"
- msgstr "軽量なシングルスレッド HTTP(S)サーバーです"
- #: applications/luci-app-uhttpd/htdocs/luci-static/resources/view/uhttpd/uhttpd.js:25
- msgid "Advanced Settings"
- msgstr "詳細設定"
- #: applications/luci-app-uhttpd/htdocs/luci-static/resources/view/uhttpd/uhttpd.js:160
- msgid "Aliases"
- msgstr "エイリアス"
- #: applications/luci-app-uhttpd/htdocs/luci-static/resources/view/uhttpd/uhttpd.js:173
- msgid "Base directory for files to be served"
- msgstr "サーバーがホストするファイルのベースディレクトリ"
- #: applications/luci-app-uhttpd/htdocs/luci-static/resources/view/uhttpd/uhttpd.js:27
- #: applications/luci-app-uhttpd/htdocs/luci-static/resources/view/uhttpd/uhttpd.js:55
- msgid "Bind to specific interface:port (by specifying interface address)"
- msgstr ""
- "インターフェースのアドレスを用いて、特定の インターフェース:ポートにバインド"
- "します"
- #: applications/luci-app-uhttpd/htdocs/luci-static/resources/view/uhttpd/uhttpd.js:151
- msgid "CGI filetype handler"
- msgstr "CGIファイル形式 ハンドラー"
- #: applications/luci-app-uhttpd/htdocs/luci-static/resources/view/uhttpd/uhttpd.js:177
- msgid "CGI is disabled if not present."
- msgstr "指定しない場合、CGIは無効になります。"
- #: applications/luci-app-uhttpd/htdocs/luci-static/resources/view/uhttpd/uhttpd.js:167
- msgid "Config file (e.g. for credentials for Basic Auth)"
- msgstr "設定ファイル(例: 基本認証用の資格情報)"
- #: applications/luci-app-uhttpd/htdocs/luci-static/resources/view/uhttpd/uhttpd.js:211
- msgid "Connection reuse"
- msgstr "接続の再使用"
- #: applications/luci-app-uhttpd/htdocs/luci-static/resources/view/uhttpd/uhttpd.js:253
- msgid "Country"
- msgstr "国"
- #: applications/luci-app-uhttpd/htdocs/luci-static/resources/view/uhttpd/uhttpd.js:197
- msgid "Disable JSON-RPC authorization via ubus session API"
- msgstr "ubus セッションAPI経由のJSON-RPC認証を無効にする"
- #: applications/luci-app-uhttpd/htdocs/luci-static/resources/view/uhttpd/uhttpd.js:154
- msgid "Do not follow symlinks outside document root"
- msgstr "ドキュメント ルート外へのシンボリックリンクを追随しない"
- #: applications/luci-app-uhttpd/htdocs/luci-static/resources/view/uhttpd/uhttpd.js:157
- msgid "Do not generate directory listings."
- msgstr "ディレクトリのリッスンを生成しない。"
- #: applications/luci-app-uhttpd/htdocs/luci-static/resources/view/uhttpd/uhttpd.js:173
- msgid "Document root"
- msgstr "ドキュメント ルート"
- #: applications/luci-app-uhttpd/htdocs/luci-static/resources/view/uhttpd/uhttpd.js:147
- msgid "E.g specify with index.html and index.php when using PHP"
- msgstr "index.html や、PHPを使用しているときは index.php を設定します"
- #: applications/luci-app-uhttpd/htdocs/luci-static/resources/view/uhttpd/uhttpd.js:184
- msgid "Embedded Lua interpreter is disabled if not present."
- msgstr "指定しない場合、組込 Lua インタープリタは無効になります。"
- #: applications/luci-app-uhttpd/htdocs/luci-static/resources/view/uhttpd/uhttpd.js:193
- msgid "Enable JSON-RPC Cross-Origin Resource Support"
- msgstr "JSON-RPC クロスオリジンサポートを有効にする"
- #: applications/luci-app-uhttpd/htdocs/luci-static/resources/view/uhttpd/uhttpd.js:106
- #: applications/luci-app-uhttpd/htdocs/luci-static/resources/view/uhttpd/uhttpd.js:110
- msgid ""
- "Files can only be uploaded and saved to the /etc/luci-uploads directory."
- msgstr "ファイルは /etc/luci-uploads "
- "ディレクトリにのみアップロードおよび保存できます。"
- #: applications/luci-app-uhttpd/htdocs/luci-static/resources/view/uhttpd/uhttpd.js:24
- msgid "For settings primarily geared to serving more than the web UI"
- msgstr "主に、Web UI以上のものを提供することを対象とした設定です"
- #: applications/luci-app-uhttpd/htdocs/luci-static/resources/view/uhttpd/uhttpd.js:24
- msgid "Full Web Server Settings"
- msgstr "完全なWebサーバー設定"
- #: applications/luci-app-uhttpd/htdocs/luci-static/resources/view/uhttpd/uhttpd.js:184
- msgid "Full real path to handler for Lua scripts"
- msgstr "Lua スクリプト用ハンドラへの絶対パス"
- #: applications/luci-app-uhttpd/htdocs/luci-static/resources/view/uhttpd/uhttpd.js:23
- msgid "General Settings"
- msgstr "一般設定"
- #: applications/luci-app-uhttpd/root/usr/share/rpcd/acl.d/luci-app-uhttpd.json:3
- msgid "Grant UCI access for luci-app-uhttpd"
- msgstr "luci-app-uhttpdにUCIアクセスを許可"
- #: applications/luci-app-uhttpd/htdocs/luci-static/resources/view/uhttpd/uhttpd.js:27
- msgid "HTTP listeners (address:port)"
- msgstr "HTTP リッスン(アドレス:ポート)"
- #: applications/luci-app-uhttpd/htdocs/luci-static/resources/view/uhttpd/uhttpd.js:106
- msgid "HTTPS Certificate (DER or PEM format)"
- msgstr "HTTPS 証明書(DER または PEM 形式)"
- #: applications/luci-app-uhttpd/htdocs/luci-static/resources/view/uhttpd/uhttpd.js:110
- msgid "HTTPS Private Key (DER or PEM format)"
- msgstr "HTTPS 秘密鍵(DER または PEM 形式)"
- #: applications/luci-app-uhttpd/htdocs/luci-static/resources/view/uhttpd/uhttpd.js:55
- msgid "HTTPS listener (address:port)"
- msgstr "HTTPS リッスン(アドレス:ポート)"
- #: applications/luci-app-uhttpd/htdocs/luci-static/resources/view/uhttpd/uhttpd.js:245
- msgid "If empty, a random/unique value is used in cert generation"
- msgstr "空の場合、ランダム/一意の値が証明書の生成に使用されます"
- #: applications/luci-app-uhttpd/htdocs/luci-static/resources/view/uhttpd/uhttpd.js:102
- msgid "Ignore private IPs on public interface"
- msgstr "公開側インターフェースでのプライベートIPを無視する"
- #: applications/luci-app-uhttpd/htdocs/luci-static/resources/view/uhttpd/uhttpd.js:147
- msgid "Index page(s)"
- msgstr "インデックス ページ"
- #: applications/luci-app-uhttpd/htdocs/luci-static/resources/view/uhttpd/uhttpd.js:151
- msgid ""
- "Interpreter to associate with file endings ('suffix=handler', e.g. '.php=/"
- "usr/bin/php-cgi')"
- msgstr ""
- "ファイル拡張子に関連付けるインタープリタです。('suffix=handler'、例: '.php=/"
- "usr/bin/php-cgi')"
- #: applications/luci-app-uhttpd/htdocs/luci-static/resources/view/uhttpd/uhttpd.js:238
- msgid "Length of key in bits"
- msgstr "鍵のビット数"
- #: applications/luci-app-uhttpd/htdocs/luci-static/resources/view/uhttpd/uhttpd.js:247
- msgid "Location"
- msgstr "市区町村"
- #: applications/luci-app-uhttpd/htdocs/luci-static/resources/view/uhttpd/uhttpd.js:221
- msgid "Maximum number of connections"
- msgstr "最大接続数"
- #: applications/luci-app-uhttpd/htdocs/luci-static/resources/view/uhttpd/uhttpd.js:225
- msgid "Maximum number of script requests"
- msgstr "スクリプトの最大リクエスト数"
- #: applications/luci-app-uhttpd/htdocs/luci-static/resources/view/uhttpd/uhttpd.js:201
- msgid "Maximum wait time for Lua, CGI, or ubus execution"
- msgstr "LuaやCGI、ubus実行の最大待機時間"
- #: applications/luci-app-uhttpd/htdocs/luci-static/resources/view/uhttpd/uhttpd.js:206
- msgid "Maximum wait time for network activity"
- msgstr "ネットワークアクティビティの最大待機時間"
- #: applications/luci-app-uhttpd/htdocs/luci-static/resources/view/uhttpd/uhttpd.js:245
- msgid "Organization"
- msgstr "組織"
- #: applications/luci-app-uhttpd/htdocs/luci-static/resources/view/uhttpd/uhttpd.js:190
- msgid "Override path for ubus socket"
- msgstr "ubus ソケットのパスを上書きする"
- #: applications/luci-app-uhttpd/htdocs/luci-static/resources/view/uhttpd/uhttpd.js:177
- msgid "Path prefix for CGI scripts"
- msgstr "CGI スクリプトのパスプレフィクス"
- #: applications/luci-app-uhttpd/htdocs/luci-static/resources/view/uhttpd/uhttpd.js:102
- msgid ""
- "Prevent access from private (RFC1918) IPs on an interface if it has an "
- "public IP address"
- msgstr "グローバル IPアドレスを持つインターフェースでは、プライベート IP (RFC1918) "
- "からのアクセスをブロックします"
- #: applications/luci-app-uhttpd/htdocs/luci-static/resources/view/uhttpd/uhttpd.js:163
- msgid "Realm for Basic Auth"
- msgstr "基本認証の領域名"
- #: applications/luci-app-uhttpd/htdocs/luci-static/resources/view/uhttpd/uhttpd.js:98
- msgid "Redirect all HTTP to HTTPS"
- msgstr "すべての HTTP を HTTPS にリダイレクトする"
- #: applications/luci-app-uhttpd/htdocs/luci-static/resources/view/uhttpd/uhttpd.js:128
- msgid "Remove configuration for certificate and key"
- msgstr "証明書と鍵の設定を削除する"
- #: applications/luci-app-uhttpd/htdocs/luci-static/resources/view/uhttpd/uhttpd.js:114
- msgid "Remove old certificate and key"
- msgstr "古い証明書と鍵を削除する"
- #: applications/luci-app-uhttpd/htdocs/luci-static/resources/view/uhttpd/uhttpd.js:242
- msgid "Server Hostname"
- msgstr "サーバー ホスト名"
- #: applications/luci-app-uhttpd/htdocs/luci-static/resources/view/uhttpd/uhttpd.js:25
- msgid ""
- "Settings which are either rarely needed or which affect serving the WebUI"
- msgstr "まれに必要とされる設定、または Web UI の提供に影響する設定です"
- #: applications/luci-app-uhttpd/htdocs/luci-static/resources/view/uhttpd/uhttpd.js:250
- msgid "State"
- msgstr "状態"
- #: applications/luci-app-uhttpd/htdocs/luci-static/resources/view/uhttpd/uhttpd.js:216
- msgid "TCP Keepalive"
- msgstr "TCP キープアライブ"
- #: applications/luci-app-uhttpd/htdocs/luci-static/resources/view/uhttpd/uhttpd.js:128
- msgid "This permanently deletes the cert, key, and configuration to use same."
- msgstr "証明書、キー、およびそれらを使用する構成が完全に削除されます。"
- #: applications/luci-app-uhttpd/htdocs/luci-static/resources/view/uhttpd/uhttpd.js:234
- msgid "Valid for # of Days"
- msgstr "有効日数"
- #: applications/luci-app-uhttpd/htdocs/luci-static/resources/view/uhttpd/uhttpd.js:170
- msgid ""
- "Virtual URL or CGI script to display on status '404 Not Found'. Must begin "
- "with '/'"
- msgstr "'404 Not Found' ステータスを表示するための仮想 URL または CGI "
- "スクリプトです。 '/' から始まる必要があります"
- #: applications/luci-app-uhttpd/htdocs/luci-static/resources/view/uhttpd/uhttpd.js:180
- msgid "Virtual path prefix for Lua scripts"
- msgstr "Lua スクリプトへの仮想パスプレフィクス"
- #: applications/luci-app-uhttpd/htdocs/luci-static/resources/view/uhttpd/uhttpd.js:187
- msgid "Virtual path prefix for ubus via JSON-RPC integration"
- msgstr "JSON-RPC 統合による ubus の仮想パス プレフィックス"
- #: applications/luci-app-uhttpd/htdocs/luci-static/resources/view/uhttpd/uhttpd.js:167
- msgid "Will not use HTTP authentication if not present"
- msgstr "指定しない場合、HTTP 認証は使用されません"
- #: applications/luci-app-uhttpd/htdocs/luci-static/resources/view/uhttpd/uhttpd.js:242
- msgid "a.k.a CommonName"
- msgstr "共通名"
- #: applications/luci-app-uhttpd/htdocs/luci-static/resources/view/uhttpd/uhttpd.js:17
- #: applications/luci-app-uhttpd/root/usr/share/luci/menu.d/luci-app-uhttpd.json:3
- msgid "uHTTPd"
- msgstr "uHTTPd"
- #: applications/luci-app-uhttpd/htdocs/luci-static/resources/view/uhttpd/uhttpd.js:229
- msgid "uHTTPd Self-signed Certificate Parameters"
- msgstr "uHTTPd 自己署名証明書 パラメーター"
- #: applications/luci-app-uhttpd/htdocs/luci-static/resources/view/uhttpd/uhttpd.js:114
- msgid ""
- "uHTTPd will generate a new self-signed certificate using the configuration "
- "shown below."
- msgstr "uHTTPd は、下に表示されている設定で新しい自己署名証明書を生成します。"
- #: applications/luci-app-uhttpd/htdocs/luci-static/resources/view/uhttpd/uhttpd.js:187
- msgid "ubus integration is disabled if not present"
- msgstr "指定しない場合、ubus 統合は無効になります"
- #~ msgid "HTTPS Certificate (DER Encoded)"
- #~ msgstr "HTTPS 証明書(DER エンコード)"
- #~ msgid "HTTPS Private Key (DER Encoded)"
- #~ msgstr "HTTPS 秘密鍵(DER エンコード)"
|