msgid ""
msgstr ""
"Project-Id-Version: Syntax Highlight Nano 1.1.5\n"
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/syntax-highlight-"
"nano\n"
"POT-Creation-Date: 2026-07-30T04:23:22+00:00\n"
"PO-Revision-Date: 2026-07-30 13:25+0900\n"
"Last-Translator: Takashi Fujisaki <ejoint.jp@gmail.com>\n"
"Language-Team: Japanese <ejoint.jp@gmail.com>\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-Domain: syntax-highlight-nano\n"

#. Plugin Name of the plugin
#: syntax-highlight-nano.php
msgid "Syntax Highlight Nano"
msgstr "Syntax Highlight Nano"

#. Plugin URI of the plugin
#: syntax-highlight-nano.php
msgid "https://wordpress.org/plugins/syntax-highlight-nano"
msgstr ""

#. Description of the plugin
#: syntax-highlight-nano.php
msgid ""
"Adds modern syntax highlighting to the core/code block with highlight.js"
msgstr ""
"highlight.js で core/code ブロックにモダンなシンタックスハイライトを追加しま"
"す。"

#. Author of the plugin
#: syntax-highlight-nano.php
msgid "Takashi Fujisaki"
msgstr ""

#. Author URI of the plugin
#: syntax-highlight-nano.php
msgid "https://yuiami.jp"
msgstr ""

#: includes/admin.php:50
msgid "Default Settings"
msgstr "デフォルト設定"

#: includes/admin.php:58
msgid "Theme"
msgstr "テーマ"

#: includes/admin.php:67
msgid "Default Language"
msgstr "デフォルト言語"

#: includes/admin.php:76
msgid "Header Settings"
msgstr "ヘッダー設定"

#: includes/admin.php:85
msgid "Line Numbers Settings"
msgstr "行番号設定"

#: includes/admin.php:134
msgid ""
"This will reset all settings to defaults. This action cannot be undone. "
"Continue?"
msgstr ""
"すべての設定をデフォルト値に戻します。この操作は取り消せません。続行します"
"か？"

#: includes/admin.php:135 includes/admin.php:324
msgid "Settings have been reset successfully."
msgstr "設定が正常に初期化されました。"

#: includes/admin.php:136
msgid "Failed to reset settings."
msgstr "設定の初期化に失敗しました。"

#: includes/admin.php:169 includes/admin.php:175 build/admin.js
msgid "Reset Settings"
msgstr "設定を初期化"

#: includes/admin.php:171
msgid "Reset all settings to default values. This action cannot be undone."
msgstr "すべての設定をデフォルト値に戻します。この操作は取り消せません。"

#: includes/admin.php:191
msgid "Manage the default options used when creating new code blocks."
msgstr ""
"新しいコードブロックを作成する際に使用されるデフォルト設定を管理します。"

#: includes/admin.php:212
msgid ""
"Select the syntax highlighting theme applied to all code blocks. This cannot "
"be changed per block."
msgstr ""
"すべてのコードブロックに適用されるシンタックスハイライトのテーマを選択しま"
"す。個別ブロックでは変更できません。"

#: includes/admin.php:230
msgid ""
"Select the default programming language for new code blocks. Choose \"Auto "
"Detect\" to detect language from code automatically."
msgstr ""
"新しいコードブロックのデフォルトプログラミング言語を選択します。「自動検出」"
"を選択すると、コードの内容から自動的に言語を判定します。"

#: includes/admin.php:243
msgid "Show header by Default"
msgstr "デフォルトでヘッダーを表示"

#: includes/admin.php:244
msgid "Display the filename or language name above the code block."
msgstr "ファイル名または言語名をコードブロックの上部に表示します。"

#: includes/admin.php:257
msgid "Show line numbers by Default"
msgstr "デフォルトで行番号を表示"

#: includes/admin.php:258
msgid "Display line numbers on the left side of the code block."
msgstr "コードブロックの左側に行番号を表示します。"

#: includes/admin.php:305
msgid "You do not have permission."
msgstr "権限がありません。"

#: includes/admin.php:311
msgid "Security check failed."
msgstr "セキュリティチェックに失敗しました。"

#: includes/admin.php:410 build/editor.js
msgid "Auto Detect"
msgstr "自動検出"

#: syntax-highlight-nano.php:378
msgid "Settings"
msgstr "設定"

#: build/admin.js
msgid "Resetting…"
msgstr "初期化中…"

#: build/admin.js
msgid "Dismiss this notice"
msgstr "この通知を非表示"

#: build/editor.js
msgid "Syntax Highlight Settings"
msgstr "シンタックスハイライト設定"

#: build/editor.js
msgid "Language"
msgstr "言語"

#: build/editor.js
msgid "Select the language of your code. Auto will detect automatically."
msgstr "コードの言語を選択します。autoの場合は自動検出されます。"

#: build/editor.js
msgid "Filename"
msgstr "ファイル名"

#: build/editor.js
msgid "If set, the filename will be shown in the header."
msgstr "ファイル名を入力すると、コードブロックのヘッダーに表示されます。"

#: build/editor.js
msgid "Show Header"
msgstr "ヘッダーを表示"

#: build/editor.js
msgid "Display filename or language name."
msgstr "ファイル名または言語名を表示します。"

#: build/editor.js
msgid "Show Line Numbers"
msgstr "行番号を表示"

#: build/frontend.js
msgid "Copy"
msgstr "コピー"

#: build/frontend.js
msgid "Copy code to clipboard"
msgstr "コードをクリップボードにコピー"

#: build/frontend.js
msgid "Copied!"
msgstr "コピーしました!"

#: build/frontend.js
msgid "Failed"
msgstr "失敗"
