{ "styleInstall": { "message": "「$stylename$」を Stylish にインストールしますか?", "description": "Confirmation when installing a style", "placeholders": { "stylename": { "content": "$1" } } }, "appliesUrlPrefixOption": { "message": "次で始まる URL", "description": "Option to make the style apply to the entered string as a URL prefix" }, "appliesRemove": { "message": "削除", "description": "Label for the button to remove an 'applies' entry" }, "updateCompleted": { "message": "更新が完了しました", "description": "Text that displays when an update completed" }, "appliesSpecify": { "message": "個別指定", "description": "Label for the button to make a style apply only to specific sites" }, "manageText": { "message": "既に作成済みのスタイルについては、userstyles.org をご覧ください。ご質問がある場合には、userstyles.org のフォーラムでお問い合わせください。", "description": "Help text on the manage page" }, "updateCheckFailServerUnreachable": { "message": "更新に失敗しました - サーバーに到達できません。", "description": "Text that displays when an update check failed because the update server is unreachable" }, "styleToMozillaFormatHelp": { "message": "Mozilla 形式のコードは、Stylish for Firefox で使用することができ、userstyles.org に投稿することができます。", "description": "Help info for the button that converts the code to Mozilla format" }, "sectionRemove": { "message": "セクションを削除", "description": "Label for the button to remove a section" }, "editStyleLabel": { "message": "編集", "description": "Label for the button to go to the edit style page" }, "enableStyleLabel": { "message": "有効化", "description": "Label for the button to enable a style" }, "appliesLabel": { "message": "適用先", "description": "Label for 'applies to' fields on the edit/add screen" }, "sectionHelp": { "message": "セクションを利用すると、1 つのスタイルの中で複数のコードを定義し、それぞれ異なる URL に適用することができます。たとえば、単一のスタイルで、サイトのトップページの表示方法と他のページの表示方法を変えることができます。", "description": "Help text for sections" }, "appliesUrlOption": { "message": "URL", "description": "Option to make the style apply to the entered string as a URL" }, "description": { "message": "Stylish はユーザー スタイルを管理するツールで、ウェブのスタイルを変更することができます。Stylish を利用すると、Google、Facebook、YouTube、orkut など、さまざまなサイトに対応したテーマやスキンを簡単にインストールできます。", "description": "Extension description" }, "addStyleLabel": { "message": "新しいスタイルを作成", "description": "Label for the button to go to the add style page" }, "sectionCode": { "message": "コード", "description": "Label for the code for a section" }, "manageHeading": { "message": "インストール済みのスタイル", "description": "Heading for the manage page" }, "styleNameLabel": { "message": "名前", "description": "Label for the name of styles" }, "deleteStyleLabel": { "message": "削除", "description": "Label for the button to delete a style" }, "checkingForUpdate": { "message": "チェック中...", "description": "Text to display when checking a style for an update" }, "manageTitle": { "message": "Stylish", "description": "Title for the manage page" }, "appliesDisplayTruncatedSuffix": { "message": "サイトを追加", "description": "Text added to appliesDisplay when there are more sites for the style than are displayed" }, "sectionAdd": { "message": "他のセクションを追加", "description": "Label for the button to add a section" }, "installUpdate": { "message": "アップデートをインストール", "description": "Label for the button to install an update for a single style" }, "styleToMozillaFormat": { "message": "Mozilla 形式に変換", "description": "Label for the button that converts the code to Mozilla format" }, "styleEnabledLabel": { "message": "有効", "description": "Label for the enabled state of styles" }, "updateCheckSucceededNoUpdate": { "message": "スタイルは最新の状態です。", "description": "Text that displays when an update check completed and no update is available" }, "helpAlt": { "message": "ヘルプ", "description": "Alternate text for help buttons" }, "addStyleTitle": { "message": "スタイルを追加", "description": "Title of the page for adding styles" }, "appliesAdd": { "message": "追加", "description": "Label for the button to add an 'applies' entry" }, "editStyleHeading": { "message": "スタイルを編集", "description": "Title of the page for editing styles" }, "desc": { "message": "ユーザー スタイルはウェブサイトのテーマです。ユーザー スタイルを通じて、ウェブサイトを自由にカスタマイズすることができます。不要なコンテンツの削除や色の変更はもちろん、サイト全体のデザインを完全に変更することも可能です。\n\nStylish を利用すると、ユーザー スタイルを簡単に管理することができます。マウスを数回クリックするだけで、追加、削除、有効化、無効化、整理などの操作を行うことができます。コードの編集は不要で、設定方法も明瞭です。Stylish ユーザーが集まるウェブサイト「userstyles.org」では、さまざまな Stylish ユーザーが作成した膨大な数のユーザー スタイルが公開されており、自由に試すことができます。\n\n技術的には、Greasemonkey と userscripts.org が JavaScript をベースとしているのに対し、Stylish と userstyles.org は CSS をベースとしています。\n\n*** ご質問がある場合には、userstyles.org のフォーラム(http://forum.userstyles.org)でお問い合わせください。ここに投稿しても、回答を得ることはできません。" }, "appliesDomainOption": { "message": "ドメイン上の URL", "description": "Option to make the style apply to the entered string as a domain" }, "appliesRegexpOption": { "message": "正規表現に一致する URL", "description": "Option to make the style apply to the entered string as a regular expression" }, "styleCancelEditLabel": { "message": "管理画面に戻る", "description": "Label for cancel button for style editing" }, "appliesToEverything": { "message": "すべて", "description": "Text displayed for styles that apply to all sites" }, "appliesHelp": { "message": "[適用先] を使用すると、このセクションのコードが適用される URL を制限することができます。", "description": "Help text for 'applies to' section" }, "styleSaveLabel": { "message": "保存", "description": "Label for save button for style editing" }, "updateCheckFailBadResponseCode": { "message": "更新に失敗しました - サーバーが応答コード「$code$」を返しています。", "description": "Text that displays when an update check failed because the response code indicates an error", "placeholders": { "code": { "content": "$1" } } }, "disableStyleLabel": { "message": "無効化", "description": "Label for the button to disable a style" }, "appliesDisplay": { "message": "適用先: $applies$", "description": "Text on the manage screen to describe what the style applies to", "placeholders": { "applies": { "content": "$1" } } }, "styleMissingName": { "message": "名前を入力してください。", "description": "Error displayed when user saves without providing a name" }, "openManage": { "message": "インストール済みのスタイルを管理", "description": "Link to open the manage page." }, "checkForUpdate": { "message": "アップデートをチェック", "description": "Label for the button to check a single style for an update" }, "editStyleTitle": { "message": "スタイル「$stylename$」を編集", "description": "Title of the page for editing styles", "placeholders": { "stylename": { "content": "$1" } } }, "checkAllUpdates": { "message": "すべてのスタイルのアップデートをチェック", "description": "Label for the button to check all styles for updates" }, "styleChangesNotSaved": { "message": "このスタイルは変更されていますが、保存されていません。", "description": "Text for the prompt when changes are made to a style and the user tries to leave without saving" }, "styleSectionsTitle": { "message": "セクション", "description": "Title for the style sections section" }, "noStylesForSite": { "message": "このサイト用のスタイルはインストールされていません。", "description": "Text displayed when no styles are installed for the current site" }, "findStylesForSite": { "message": "このサイト用の他のスタイルを検索", "description": "Text for a link that gets a list of styles for the current site" }, "deleteStyleConfirm": { "message": "このスタイルを削除してもよろしいですか?", "description": "Confirmation before deleting a style" } }