msgid ""
msgstr ""
"Project-Id-Version: Sticky Copy Button for Code Blocks 1.2.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2025-11-25 02:57:38+0000\n"
"PO-Revision-Date: 2025-11-25 03:01:12+0000\n"
"Last-Translator: Kasuga\n"
"Language-Team: \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: Quick Translate POT/PO/MO\n"

msgid "Sticky Copy Button for Code Blocks"
msgstr "Sticky Copy Button for Code Blocks"

msgid "This plugin adds a convenient copy button to every code block on your blog posts. Customize the button's position, labels, size, and colors from a dedicated settings page to match your site's design."
msgstr "このプラグインは、ブログ記事内のすべてのコードブロックに便利なコピーボタンを追加します。専用の設定ページから、ボタンの位置やラベル、サイズ、色などをカスタマイズして、サイトのデザインに合わせることができます。"

msgid "Kasuga"
msgstr "Kasuga"

msgid "Sticky Copy Button for Code Blocks Settings"
msgstr "Sticky Copy Button for Code Blocks 設定"

msgid "Sticky Copy Button"
msgstr "Sticky Copy Button"

msgid "Enter any custom CSS to further style the copy button or code blocks. This CSS will be loaded on the frontend.\n\n* Usable Selectors:\n\n.copy-code-btn          → The copy button\n.copy-code-btn.copied   → The button after copying\n.code-block-wrapper     → Wrapper of the code block (position: relative)\n.code-block-wrapper pre → Inner code text area (the <pre> element)\n\nExample:\n\n.copy-code-btn {\n    font-family: \"Comic Sans MS\", cursive;\n    font-weight: 700;\n}"
msgstr "コピー用ボタンやコードブロックのスタイルをさらにカスタマイズするための任意のCSSを入力してください。このCSSはフロントエンドで読み込まれます。\n\n使用可能なセレクタ：\n\n.copy-code-btn          → コピー用ボタン\n.copy-code-btn.copied   → コピー後のボタン\n.code-block-wrapper     → コードブロックのラッパー（position: relative）\n.code-block-wrapper pre → 内部のコード表示領域（<pre> 要素）\n\n例：\n\n.copy-code-btn {\n    font-family: \"Comic Sans MS\", cursive;\n    font-weight: 700;\n}"

msgid "Adjust button top position (px)"
msgstr "ボタン上下位置の調整 (px)"

msgid "Adjust button right position (px)"
msgstr "ボタン左右位置の調整 (px)"

msgid "Copy button label"
msgstr "コピーボタンのラベル"

msgid "Copy"
msgstr "コピーする"

msgid "Label after copying (2 seconds)"
msgstr "コピー後のラベル (2秒間)"

msgid "Copied"
msgstr "コピーしました"

msgid "Button size (8–36 px)"
msgstr "ボタンのサイズ (8 ~ 36 px)"

msgid "Button text color"
msgstr "ボタンの文字色"

msgid "Button background color"
msgstr "ボタンの背景色"

msgid "* The label after copying (for 2 seconds), the text and background colors are swapped."
msgstr "* コピー後のラベル (2秒間)は、文字色と背景色が入れ替わって表示されます。"

msgid "Make background transparent"
msgstr "背景を透明にする"

msgid "Enable"
msgstr "有効にする"

msgid "*** Other settings"
msgstr "*** ボタン以外の設定"

msgid "Code block max lines (lines)"
msgstr "コードブロック最大行数（行）"

msgid "Set max height in lines. Enter 0 or leave empty for no limit."
msgstr "最大行数を設定します。制限なしにする場合は 0 を入力するか空欄のままにしてください。"

msgid "Custom Styles (CSS)"
msgstr "カスタムスタイル（CSS）"

msgid "Save Changes"
msgstr "変更を保存"

msgid "Failed to copy: "
msgstr "コピーに失敗しました: "

msgid "Copy error"
msgstr "コピーエラー"

msgid "Settings"
msgstr "設定"

