| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050 |
- {
- "appliesToEverything": {
- "message": "すべて",
- "description": "Text displayed for styles that apply to all sites"
- },
- "linterIssues": {
- "message": "問題点",
- "description": "Label for the CSS linter issues block on the style edit page"
- },
- "defaultTheme": {
- "message": "デフォルト",
- "description": "Default CodeMirror CSS theme option on the edit style page"
- },
- "styleRegexpTestTitle": {
- "message": "一致する開いているタブのリスト(URLをクリックするとそのタブに移動します)",
- "description": "RegExp test report: title of the report"
- },
- "bckpInstStyles": {
- "message": "スタイルをエクスポート",
- "description": ""
- },
- "optionsUpdateInterval": {
- "message": "利用可能なすべてのユーザースタイルの更新を自動的にチェックしてインストールします(時間単位)",
- "description": ""
- },
- "styleEnabledToggleHint": {
- "message": "Alt-Enterを押すと、有効/無効の状態を切り替え、スタイルを保存します",
- "description": "Help text for the '[x] enable' checkbox in the editor"
- },
- "exportLabel": {
- "message": "エクスポート",
- "description": "Label for the button to export a style ('edit' page) or all styles ('manage' page)"
- },
- "installButton": {
- "message": "インストール",
- "description": "Label for install button"
- },
- "styleMetaErrorCheckbox": {
- "message": "不正な @var チェックボックス: 値は0か1である必要があります",
- "description": "Error displayed when the value of @var checkbox is invalid"
- },
- "linterJSONError": {
- "message": "不正なJSONフォーマットです",
- "description": "Setting linter config with invalid JSON"
- },
- "optionsBadgeNormal": {
- "message": "背景色",
- "description": ""
- },
- "updateCheckHistory": {
- "message": "更新チェックの履歴",
- "description": ""
- },
- "cm_tabSize": {
- "message": "タブサイズ",
- "description": "Label for the text box controlling tab size option for the style editor."
- },
- "enableStyleLabel": {
- "message": "有効化",
- "description": "Label for the button to enable a style"
- },
- "styleMissingName": {
- "message": "名前を入力してください",
- "description": "Error displayed when user saves without providing a name"
- },
- "genericHistoryLabel": {
- "message": "履歴",
- "description": "Used in various places to show a history log of something"
- },
- "shortcutsNote": {
- "message": "キーボードショートカットを定義する",
- "description": ""
- },
- "appliesDomainOption": {
- "message": "ドメイン上の URL",
- "description": "Option to make the style apply to the entered string as a domain"
- },
- "checkForUpdate": {
- "message": "更新をチェック",
- "description": "Label for the button to check a single style for an update"
- },
- "styleNotAppliedRegexpProblemTooltip": {
- "message": "'regexp()' の誤った使用のためスタイルを適用できませんでした",
- "description": "Tooltip in the popup for styles that were not applied at all"
- },
- "styleRegexpInvalidExplanation": {
- "message": "いくつかの 'regexp()' のルールはコンパイルできませんでした",
- "description": ""
- },
- "optionsIconDark": {
- "message": "暗いブラウザのテーマ",
- "description": ""
- },
- "styleFromMozillaFormatError": {
- "message": "Mozilla形式のインポートに失敗しました",
- "description": "Label for the import error"
- },
- "importAppendLabel": {
- "message": "スタイルに追加",
- "description": "Label for the button to import a style and append to the existing sections"
- },
- "optionsOpenManager": {
- "message": "スタイルを管理",
- "description": ""
- },
- "updateAllCheckSucceededNoUpdate": {
- "message": "更新は見つかりませんでした。",
- "description": "Text that displays when an update all check completed and no updates are available"
- },
- "importReportLegendAdded": {
- "message": "件のスタイルを追加しました",
- "description": "Text after the number of styles added in the report shown after importing styles"
- },
- "styleFromMozillaFormatPrompt": {
- "message": "Mozilla形式のコードを貼り付ける",
- "description": "Prompt in the dialog displayed after clicking 'Import from Mozilla format' button"
- },
- "dragDropMessage": {
- "message": "このページの任意の場所にバックアップファイルをドロップしてインポートします。",
- "description": "Drag'n'drop message"
- },
- "helpAlt": {
- "message": "ヘルプ",
- "description": "Alternate text for help buttons"
- },
- "search": {
- "message": "検索",
- "description": "Label before the search input field in the editor shown on Ctrl-F"
- },
- "manageFaviconsGray": {
- "message": "グレー表示",
- "description": "Label for the checkbox that toggles grayed out mode of applies-to favicons in the new UI on manage page"
- },
- "versionInvalidOlder": {
- "message": "インストール済みのスタイルより古いバージョンです。",
- "description": "Displayed when the version of style is older than the installed one"
- },
- "confirmYes": {
- "message": "はい",
- "description": "'Yes' button in a confirm dialog"
- },
- "findStylesForSite": {
- "message": "このサイト用の他のスタイルを検索",
- "description": "Text for a link that gets a list of styles for the current site"
- },
- "manageHeading": {
- "message": "インストール済みのスタイル",
- "description": "Heading for the manage page"
- },
- "styleBeautify": {
- "message": "書式整形",
- "description": "Label for the CSS-beautifier button on the edit style page"
- },
- "styleRegexpProblemTooltip": {
- "message": "'regexp()' の誤った使用のためいくつかのセクションを適用できませんでした",
- "description": "Tooltip in the popup for styles that were applied only partially"
- },
- "styleEnabledLabel": {
- "message": "有効",
- "description": "Label for the enabled state of styles"
- },
- "linterConfigTooltip": {
- "message": "Linter の設定を行うときはクリックしてください",
- "description": "Icon tooltip to indicate that it opens a popup with the selected linter configuration"
- },
- "styleToMozillaFormatHelp": {
- "message": "Mozilla 形式のコードは、userstyles.org に投稿することができ、また従来の Stylish for Firefox でも使用できます",
- "description": "Help info for the Mozilla format header section that converts the code to/from Mozilla format"
- },
- "sectionAdd": {
- "message": "他のセクションを追加",
- "description": "Label for the button to add a section"
- },
- "styleRegexpTestPartial": {
- "message": "完全に一致しないため、スキップされました",
- "description": "RegExp test report: label for the partially matching expressions"
- },
- "styleSaveLabel": {
- "message": "保存",
- "description": "Label for save button for style editing"
- },
- "genericSavedMessage": {
- "message": "保存しました",
- "description": "Used in various parts of the UI to indicate that something was saved"
- },
- "confirmDelete": {
- "message": "削除",
- "description": ""
- },
- "confirmDefault": {
- "message": "デフォルトを使用",
- "description": "'Set to default' button in a confirm dialog"
- },
- "confirmCancel": {
- "message": "キャンセル",
- "description": ""
- },
- "cm_autoCloseBracketsTooltip": {
- "message": "()[]{}''\"\" の開き括弧/引用符の入力時に、対応する閉じ括弧/引用符を自動的に追加します",
- "description": "Label for the checkbox in the style editor."
- },
- "retrieveBckp": {
- "message": "スタイルをインポート",
- "description": ""
- },
- "confirmStop": {
- "message": "中止",
- "description": "'Stop' button in a confirm dialog"
- },
- "writeStyleForURL": {
- "message": "この URL",
- "description": "Text for link in toolbar pop-up to write a new style for the current URL"
- },
- "optionsSubheading": {
- "message": "その他のオプション",
- "description": "Subheading for options section on manage page."
- },
- "appliesAdd": {
- "message": "追加",
- "description": "Label for the button to add an 'applies' entry"
- },
- "appliesRegexpOption": {
- "message": "正規表現に一致する URL",
- "description": "Option to make the style apply to the entered string as a regular expression"
- },
- "optionsAdvancedExposeIframesNote": {
- "message": "「 html[stylus-iframe] h1 { display:none } 」のようにiframe用のCSSを書くことができるようになります。",
- "description": ""
- },
- "importReportLegendUpdatedCode": {
- "message": "件のコードを更新しました",
- "description": "Text after the number of styles with updated code (meta info is unchanged) in the report shown after importing styles"
- },
- "styleInstall": {
- "message": "「$stylename$」を Stylus にインストールしますか?",
- "description": "Confirmation when installing a style",
- "placeholders": {
- "stylename": {
- "content": "$1"
- }
- }
- },
- "optionsBadgeDisabled": {
- "message": "無効にしたときの背景色",
- "description": ""
- },
- "optionsCheck": {
- "message": "スタイルを更新",
- "description": ""
- },
- "manageText": {
- "message": "<a href='https://userstyles.org'>userstyles.orgでスタイルを取得</a> | <a href='http://add0n.com/stylus.html'>ヘルプ</a>",
- "description": "Help text on the manage page"
- },
- "manageOnlyLocal": {
- "message": "ローカル作成スタイルのみ",
- "description": "Checkbox to show only locally created styles i.e. non-updatable"
- },
- "styleMetaErrorPreprocessor": {
- "message": "未サポートの @preprocessor: $preprocessor$",
- "description": "Error displayed when the value of @preprocessor is not supported",
- "placeholders": {
- "preprocessor": {
- "content": "$1"
- }
- }
- },
- "linterIssuesHelp": {
- "message": "$link$ によってこれらの問題点が見つかりました :",
- "description": "Help popup message for the selected CSS linter issues block on the style edit page",
- "placeholders": {
- "link": {
- "content": "$1"
- }
- }
- },
- "parseUsercssError": {
- "message": "Stylusはusercssの解析に失敗しました: ",
- "description": "The error message to show when stylus failed to parse usercss"
- },
- "searchStyles": {
- "message": "コンテンツの検索",
- "description": "Label for the search filter textbox on the Manage styles page"
- },
- "optionsUpdateImportNote": {
- "message": "旧バージョンまたはStylishからスタイルのバックアップをインポートする場合は、スタイルマネージャで一度手動で更新チェックを行い、すべてのスタイルが確実に更新されるようにしてください。",
- "description": ""
- },
- "checkAllUpdatesForce": {
- "message": "全スタイルを再チェックします。私はスタイルを編集していません!",
- "description": "Label for the button to apply all detected updates"
- },
- "liveReloadLabel": {
- "message": "自動リロード",
- "description": "The label of live-reload feature"
- },
- "unreachableFileHint": {
- "message": "chrome://extensions ページでStylus拡張機能の当該チェックボックスを有効にした場合にのみ、Stylusは file:// URLにアクセスできます。",
- "description": "Note in the toolbar popup for file:// URLs"
- },
- "disableStyleLabel": {
- "message": "無効化",
- "description": "Label for the button to disable a style"
- },
- "prefShowBadge": {
- "message": "現在のサイトでアクティブなスタイルの数を表示",
- "description": "Label for the checkbox controlling toolbar badge text."
- },
- "manageFavicons": {
- "message": "適用先欄のファビコン",
- "description": "Label for the checkbox that toggles applies-to favicons in the new UI on manage page"
- },
- "menuShowBadge": {
- "message": "アクティブなスタイルの数を表示する",
- "description": "Label (must be very short) for the checkbox in the toolbar button context menu controlling toolbar badge text."
- },
- "cm_lineWrapping": {
- "message": "ワードラップ",
- "description": "Label for the checkbox controlling word wrap option for the style editor."
- },
- "styleCancelEditLabel": {
- "message": "管理画面に戻る",
- "description": "Label for cancel button for style editing"
- },
- "styleChangesNotSaved": {
- "message": "このスタイルは変更されていますが、保存されていません。",
- "description": "Text for the prompt when changes are made to a style and the user tries to leave without saving"
- },
- "importLabel": {
- "message": "インポート",
- "description": "Label for the button to import a style ('edit' page) or all styles ('manage' page)"
- },
- "shortcuts": {
- "message": "ショートカット",
- "description": "Go to shortcut configuration"
- },
- "updateCheckFailServerUnreachable": {
- "message": "更新に失敗しました: サーバーに到達できません。",
- "description": "Text that displays when an update check failed because the update server is unreachable"
- },
- "manageFilters": {
- "message": "フィルター",
- "description": "Label for filters container"
- },
- "applyAllUpdates": {
- "message": "すべての更新を適用",
- "description": "Label for the button to apply all detected updates"
- },
- "optionsReset": {
- "message": "オプションをデフォルト値にリセットする",
- "description": ""
- },
- "optionsCustomizeUpdate": {
- "message": "更新",
- "description": ""
- },
- "deleteStyleConfirm": {
- "message": "このスタイルを削除してもよろしいですか?",
- "description": "Confirmation before deleting a style"
- },
- "optionsCustomizePopup": {
- "message": "ポップアップ",
- "description": ""
- },
- "styleBadRegexp": {
- "message": "正規表現は無効です。",
- "description": "Validation message for a bad regexp in a style"
- },
- "license": {
- "message": "ライセンス",
- "description": "Label for the license"
- },
- "optionsHeading": {
- "message": "オプション",
- "description": "Heading for options section on manage page."
- },
- "appliesDisplay": {
- "message": "適用先: $applies$",
- "description": "Text on the manage screen to describe what the style applies to",
- "placeholders": {
- "applies": {
- "content": "$1"
- }
- }
- },
- "optionsIconLight": {
- "message": "明るいブラウザのテーマ",
- "description": ""
- },
- "openStylesManager": {
- "message": "スタイルマネージャーを開く",
- "description": "Label for the style maanger opener in the browser action context menu."
- },
- "styleUpdate": {
- "message": "「$stylename$」を更新してもよろしいですか?",
- "description": "Confirmation when updating a style",
- "placeholders": {
- "stylename": {
- "content": "$1"
- }
- }
- },
- "dysfunctional": {
- "message": "Stylusはプライベートウィンドウでは機能しません。これは、Firefoxが拡張機能の内部のバックグラウンドページに直接接続することを禁止しているためです。",
- "description": "Displayed in Firefox when its settings make Stylus dysfunctional"
- },
- "styleSectionsTitle": {
- "message": "セクション",
- "description": "Title for the style sections section"
- },
- "importReportLegendInvalid": {
- "message": "件の無効なスタイルをスキップしました",
- "description": "Text after the number of styles skipped due to being invalid (not a Stylus/Stylish backup file probably) in the report shown after importing styles"
- },
- "optionsAdvancedNewStyleAsUsercss": {
- "message": "新しいスタイルを usercss として作成します",
- "description": ""
- },
- "genericResetLabel": {
- "message": "リセット",
- "description": "Used in various parts of UI to indicate that something may be reset to its original state"
- },
- "editStyleTitle": {
- "message": "スタイル「$stylename$」を編集",
- "description": "Title of the page for editing styles",
- "placeholders": {
- "stylename": {
- "content": "$1"
- }
- }
- },
- "updateCheckSucceededNoUpdate": {
- "message": "スタイルは最新の状態です。",
- "description": "Text that displays when an update check completed and no update is available"
- },
- "appliesUrlPrefixOption": {
- "message": "次で始まる URL",
- "description": "Option to make the style apply to the entered string as a URL prefix"
- },
- "cm_matchHighlightToken": {
- "message": "カーソル下の単語",
- "description": "Style editor's 'highglight' drop-down list option: highlight the occurrences of of the word/token under cursor even if nothing is selected"
- },
- "searchRegexp": {
- "message": "正規表現検索に /re/ シンタックスを使用する",
- "description": "Label after the search input field in the editor shown on Ctrl-F"
- },
- "popupBordersTooltip": {
- "message": "新しいChromeが横の境界線を描かなくなったため、暗いテーマで有効です",
- "description": ""
- },
- "updateCheckManualUpdateHint": {
- "message": "更新を強制すると、すべてのローカルでの編集内容が上書きされます。",
- "description": "Additional text displayed when an update check skipped updating the style to avoid losing local modifications"
- },
- "toggleStyle": {
- "message": "スタイルの有効/無効を切り替え",
- "description": "Label for the checkbox to enable/disable a style"
- },
- "importReplaceTooltip": {
- "message": "現在のスタイルの内容を破棄し、インポートされたスタイルで上書きする",
- "description": "Label for the button to import and overwrite current style"
- },
- "installUpdateFromLabel": {
- "message": "更新をチェック",
- "description": "Label for the checkbox to save current URL for update check"
- },
- "cm_resizeGripHint": {
- "message": "ダブルクリックで高さを最大化/元に戻す",
- "description": "Tooltip for the resize grip in style editor"
- },
- "popupStylesFirst": {
- "message": "スタイルをコマンドボタンより上に表示",
- "description": "Label for the checkbox controlling section order in the popup."
- },
- "sectionHelp": {
- "message": "セクションを利用すると、1 つのスタイルの中で複数のコードを定義し、それぞれ異なる URL に適用することができます。たとえば、単一のスタイルで、サイトのトップページの表示方法と他のページの表示方法を変えることができます。",
- "description": "Help text for sections"
- },
- "noStylesForSite": {
- "message": "このサイト用のスタイルはインストールされていません。",
- "description": "Text displayed when no styles are installed for the current site"
- },
- "appliesDisplayTruncatedSuffix": {
- "message": "さらに表示",
- "description": "Text added to appliesDisplay when there are more sites for the style than are displayed"
- },
- "appliesRemove": {
- "message": "削除",
- "description": "Label for the button to remove an 'applies' entry"
- },
- "updatesCurrentlyInstalled": {
- "message": "更新がインストールされました:",
- "description": "Text that displays when an update is installed on options page. Followed by the number of currently installed updates."
- },
- "styleToMozillaFormatTitle": {
- "message": "Mozilla形式のスタイル",
- "description": "Title of the popup with the style code in Mozilla format, shown after pressing the Export button on Edit style page"
- },
- "cm_colorpicker": {
- "message": "CSSの色選択ツール",
- "description": "Label for the checkbox controlling colorpicker option for the style editor."
- },
- "writeStyleFor": {
- "message": "次のスタイルを書く:",
- "description": "Label for toolbar pop-up that precedes the links to write a new style"
- },
- "replace": {
- "message": "置換",
- "description": "Label before the replace input field in the editor shown on Ctrl-H"
- },
- "styleRegexpTestNone": {
- "message": "一致するタブはありません",
- "description": "RegExp test report: label for expressions that didn't match any tabs"
- },
- "importReportLegendUpdatedMeta": {
- "message": "件のメタ情報を更新しました",
- "description": "Text after the number of styles with updated meta info like name/url in the report shown after importing styles"
- },
- "appliesLabel": {
- "message": "適用先",
- "description": "Label for 'applies to' fields on the edit/add screen"
- },
- "openOptionsPopup": {
- "message": "オプション",
- "description": "Go to Options UI"
- },
- "openManage": {
- "message": "管理",
- "description": "Link to open the manage page."
- },
- "updateCheckFailBadResponseCode": {
- "message": "更新に失敗しました: サーバーが応答コード「$code$」を返しています。",
- "description": "Text that displays when an update check failed because the response code indicates an error",
- "placeholders": {
- "code": {
- "content": "$1"
- }
- }
- },
- "appliesSpecify": {
- "message": "個別指定",
- "description": "Label for the button to make a style apply only to specific sites"
- },
- "installUpdate": {
- "message": "更新をインストール",
- "description": "Label for the button to install an update for a single style"
- },
- "optionsCheckUpdate": {
- "message": "使用可能なすべての更新を確認してインストールする",
- "description": ""
- },
- "filteredStyles": {
- "message": "$numTotal$ 件中の $numShown$ 件を表示",
- "description": "TL note - make this message short",
- "placeholders": {
- "numTotal": {
- "content": "$2"
- },
- "numShown": {
- "content": "$1"
- }
- }
- },
- "importReportTitle": {
- "message": "スタイルのインポートが終了しました",
- "description": "Title of the report shown after importing styles"
- },
- "cm_matchHighlight": {
- "message": "ハイライト",
- "description": "Label for the drop-down list controlling the automatic highlighting of current word/selection occurrences in the style editor."
- },
- "styleRegexpPartialExplanation": {
- "message": "このスタイルは、完全なURLの一致を要求する <a href='https://developer.mozilla.org/docs/Web/CSS/@document'>CSS4 @document 仕様</a> に違反した部分一致の正規表現を使用しています。影響を受けるCSSセクションはページに適用されませんでした。このスタイルは、'regexp()' のルールを誤ってチェックしていた かなり初期のバージョンの Stylish-for-Chrome で作成された可能性があります(既知のバグです)。",
- "description": ""
- },
- "linterCSSLintSettings": {
- "message": "(次のようにルールを設定してください : 0=無効, 1=警告, 2=エラー)",
- "description": "CSSLint rule config values"
- },
- "styleBeautifyIndentConditional": {
- "message": "@media, @supports をインデント",
- "description": "CSS-beautifier option"
- },
- "unreachableContentScript": {
- "message": "ページと通信できませんでした。タブを再読み込みしてみてください。",
- "description": "Note in the toolbar popup usually on file:// URLs after [re]loading Stylus"
- },
- "sectionRemove": {
- "message": "セクションを削除",
- "description": "Label for the button to remove a section"
- },
- "searchStylesTooltip": {
- "message": "URLに対応するスタイルを探すときは、「url:」という接頭辞を付けてください。\n例. url:https://github.com/openstyles/stylus",
- "description": "Label for the search filter textbox on the Manage styles page"
- },
- "disableAllStyles": {
- "message": "すべてのスタイルをオフにする",
- "description": "Label for the checkbox that turns all enabled styles off."
- },
- "appliesLineWidgetLabel": {
- "message": "「適用先」の情報を表示",
- "description": "Label for the checkbox to display applies-to information in the single editor"
- },
- "updateCheckSkippedMaybeLocallyEdited": {
- "message": "このスタイルはローカルで編集されている可能性があります。",
- "description": "Text that displays when an update check skipped updating the style to avoid losing possible local modifications"
- },
- "undoGlobal": {
- "message": "すべてのセクションで元に戻す",
- "description": "CSS-beautify global Undo button label"
- },
- "optionsCustomizeIcon": {
- "message": "ツールバーアイコン",
- "description": ""
- },
- "updateCompleted": {
- "message": "更新が完了しました。",
- "description": "Text that displays when an update completed"
- },
- "dysfunctionalBackgroundConnection": {
- "message": "このバージョンのFirefoxの次の既知のバグのために正常に機能しません : chrome.extension.getBackgroundPage() が正しい結果を返しません",
- "description": "Displayed in style manager when unable to connect to the background page"
- },
- "checkingForUpdate": {
- "message": "チェック中...",
- "description": "Text to display when checking a style for an update"
- },
- "styleRegexpTestFull": {
- "message": "一致するタブ",
- "description": "RegExp test report: label for the fully matching expressions"
- },
- "manageMaxTargets": {
- "message": "適用先欄の表示件数",
- "description": "Label for the numeric input box to limit max number of applies-to targets in the new UI on manage page"
- },
- "popupManageTooltip": {
- "message": "Shift-クリック または 右クリック で、現在のサイトに適用可能なスタイルの管理画面を開きます",
- "description": "Tooltip for the 'Manage' button in the popup."
- },
- "manageFaviconsHelp": {
- "message": "Stylusは外部サービスを使用します https://www.google.com/s2/favicons",
- "description": "Label for the checkbox that toggles applies-to favicons in the new UI on manage page"
- },
- "styleInstallOverwrite": {
- "message": "「$stylename$」はすでにインストール済みです。上書きしますか?\nバージョン: $oldVersion$ -> $newVersion$",
- "description": "Confirmation when re-installing a style",
- "placeholders": {
- "stylename": {
- "content": "$1"
- },
- "newVersion": {
- "content": "$3"
- },
- "oldVersion": {
- "content": "$2"
- }
- }
- },
- "updateCheckSkippedLocallyEdited": {
- "message": "このスタイルはローカルで編集されました。",
- "description": "Text that displays when an update check skipped updating the style to avoid losing local modifications"
- },
- "linterRulesLink": {
- "message": "ルールの完全なリストを見る",
- "description": "Stylelint or CSSLint rules label added immediately before a link"
- },
- "styleUpdateDiscardChanges": {
- "message": "このスタイルはエディタの外部で変更されました。このスタイルをリロードしますか?",
- "description": "Confirmation to update the style in the editor"
- },
- "optionsResetButton": {
- "message": "オプションをリセット",
- "description": ""
- },
- "sectionCode": {
- "message": "コード",
- "description": "Label for the code for a section"
- },
- "externalUsercssDocument": {
- "message": "Usercssの文書",
- "description": "Label for the external link to usercss documentation"
- },
- "optionsAdvancedContextDelete": {
- "message": "エディタのコンテキストメニューに「削除」を追加します",
- "description": ""
- },
- "linterConfigPopupTitle": {
- "message": "$linter$ のルールを設定する",
- "description": "Stylelint or CSSLint popup header",
- "placeholders": {
- "linter": {
- "content": "$1"
- }
- }
- },
- "configureStyle": {
- "message": "設定",
- "description": "Label for the button to configure userstyle"
- },
- "importReportLegendUpdatedBoth": {
- "message": "件のメタ情報とコードを更新しました",
- "description": "Text after the number of styles updated entirely in the report shown after importing styles"
- },
- "cm_smartIndent": {
- "message": "スマートインデントを使用する",
- "description": "Label for the checkbox controlling smart indentation option for the style editor."
- },
- "styleRegexpTestButton": {
- "message": "正規表現をテスト",
- "description": "RegExp test button label in the editor shown when applies-to list has a regexp value"
- },
- "appliesHelp": {
- "message": "「適用先」を使用すると、このセクションのコードが適用される URL を制限することができます。",
- "description": "Help text for 'applies to' section"
- },
- "editStyleHeading": {
- "message": "スタイルを編集",
- "description": "Title of the page for editing styles"
- },
- "editDeleteText": {
- "message": "削除",
- "description": "Label for the context menu item in the editor to delete selected text"
- },
- "cm_autocompleteOnTyping": {
- "message": "入力の自動補完",
- "description": "Label for the checkbox in the style editor."
- },
- "linterCSSLintIncompatible": {
- "message": "CSSLintは「$preprocessorname$」プリプロセッサをサポートしていません",
- "description": "The label to display when the preprocessor isn't compatible with CSSLint",
- "placeholders": {
- "preprocessorname": {
- "content": "$1"
- }
- }
- },
- "styleMetaErrorSelectValueMismatch": {
- "message": "不正な @select: 値がリストに存在しません",
- "description": "Error displayed when the value of @select is invalid"
- },
- "styleMetaErrorColor": {
- "message": "$color$ は有効な色ではありません",
- "description": "Error displayed when the value of @var color is invalid",
- "placeholders": {
- "color": {
- "content": "$1"
- }
- }
- },
- "externalFeedback": {
- "message": "フィードバック",
- "description": "Label for the external link to send feedback for the style"
- },
- "manageOnlyDisabled": {
- "message": "無効なスタイルのみ",
- "description": "Checkbox to show only disabled styles"
- },
- "stylusUnavailableForURLdetails": {
- "message": "セキュリティ上の予防措置として、ブラウザは拡張機能がビルトイン ページ(chrome://version, Chrome 61 の標準の新しいタブページ, about:addons 等)に影響を与えることを禁止しています。これは他の拡張機能のページについても同様です。各ブラウザはまた、自身の拡張機能ギャラリーへのアクセスについても制限しています(Chrome Web ストア や AMO 等)。",
- "description": "Sub-note in the toolbar pop-up when on a URL Stylus can't affect"
- },
- "cm_matchHighlightSelection": {
- "message": "選択した単語のみ",
- "description": "Style editor's 'highglight' drop-down list option: highlight the occurrences of currently selected text"
- },
- "updateAllCheckSucceededSomeEdited": {
- "message": "いくつかの更新可能なスタイルは、ローカルでの編集内容が失われることを避けるために、チェックされませんでした。更新を強制的に行うには、個別のチェック、もしくは、全スタイルに対する再チェックを実行してください(この場合、ローカルでの編集内容は上書きされます)。",
- "description": "Text that displays when an update all check completed and no updates are available"
- },
- "stylusUnavailableForURL": {
- "message": "このようなページではStylusは動作しません。",
- "description": "Note in the toolbar pop-up when on a URL Stylus can't affect"
- },
- "popupBorders": {
- "message": "横に白い境界線を追加する",
- "description": ""
- },
- "manageOnlyUpdates": {
- "message": "更新または問題があるスタイルのみ",
- "description": "Checkbox to show only styles that have updates after check-all-styles-for-updates was performed"
- },
- "addStyleTitle": {
- "message": "スタイルを追加",
- "description": "Title of the page for adding styles"
- },
- "externalLink": {
- "message": "外部リンク",
- "description": "Label for external links"
- },
- "externalHomepage": {
- "message": "ホームページ",
- "description": "Label for the external link to style's homepage"
- },
- "importReplaceLabel": {
- "message": "スタイルを上書き",
- "description": "Label for the button to import and overwrite current style"
- },
- "popupOpenEditInWindowTooltip": {
- "message": "エディタのタブをブラウザのウィンドウから切り離すことでも有効になります。\nそして、分離したエディタのタブを他のブラウザのウィンドウに結合すれば無効になります。",
- "description": "Label for the checkbox controlling 'edit' action behavior in the popup."
- },
- "dbError": {
- "message": "Stylusのデータベース使用中にエラーが発生しました。考えられる解決策を記載したWebページを開きますか?",
- "description": "Prompt when a DB error is encountered"
- },
- "optionsAdvanced": {
- "message": "上級者向け",
- "description": ""
- },
- "alphaChannel": {
- "message": "透明度",
- "description": "Label of color's opacity"
- },
- "importAppendTooltip": {
- "message": "インポートされたスタイルを現在のスタイルに追加する",
- "description": "Tooltip for the button to import a style and append to the existing sections"
- },
- "editorStylesButton": {
- "message": "エディタのスタイルを見つける",
- "description": "Find styles for the editor"
- },
- "optionsOpen": {
- "message": "開く",
- "description": ""
- },
- "helpKeyMapHotkey": {
- "message": "ホットキーを押す",
- "description": "Placeholder text of inputbox in keymap help popup on the edit style page. Must be very short"
- },
- "styleRegexpTestInvalid": {
- "message": "無効な正規表現がスキップされました",
- "description": "RegExp test report: label for the invalid expressions"
- },
- "manageOnlyExternal": {
- "message": "外部取得スタイルのみ",
- "description": "Checkbox to show only externally installed styles i.e. updatable"
- },
- "replaceAll": {
- "message": "すべて置換",
- "description": "Label before the replace input field in the editor shown on 'replaceAll' hotkey"
- },
- "importReportUnchanged": {
- "message": "変更がありませんでした。",
- "description": "Message in the report shown after importing styles"
- },
- "optionsActions": {
- "message": "アクション",
- "description": ""
- },
- "editGotoLine": {
- "message": "行(または行:列)に移動",
- "description": "Go to line or line:column on Ctrl-G in style code editor"
- },
- "manageOnlyLocalTooltip": {
- "message": "(userstyles.orgページからインストールされていないスタイル)",
- "description": "Tooltip for the checkbox to show only locally created styles i.e. non-updatable"
- },
- "checkAllUpdates": {
- "message": "全スタイルの更新をチェック",
- "description": "Label for the button to check all styles for updates"
- },
- "openOptionsManage": {
- "message": "オプション UI",
- "description": "Go to Options UI"
- },
- "colorpickerTooltip": {
- "message": "色選択ツールを開きます",
- "description": "Tooltip for the colored squares shown before CSS colors in the style editor."
- },
- "optionsCustomizeBadge": {
- "message": "ツールバーアイコンのバッジ",
- "description": ""
- },
- "installUpdateFrom": {
- "message": "現在、このスタイルは「$url$」から更新されます",
- "description": "Label to describe where the style gets update",
- "placeholders": {
- "url": {
- "content": "$1"
- }
- }
- },
- "importReportLegendIdentical": {
- "message": "件の同一のスタイルをスキップしました",
- "description": "Text after the number of styles skipped due to being identical to the already installed ones in the report shown after importing styles"
- },
- "optionsPopupWidth": {
- "message": "ポップアップの幅(ピクセル単位)",
- "description": ""
- },
- "cm_autoCloseBrackets": {
- "message": "括弧と引用符を自動的に閉じる",
- "description": "Label for the checkbox in the style editor."
- },
- "installButtonReinstall": {
- "message": "再インストール",
- "description": "Label for reinstall button"
- },
- "linterInvalidConfigError": {
- "message": "これらの不正な設定のために保存されませんでした :",
- "description": "Invalid linter config will show a message followed by a list of invalid entries"
- },
- "confirmNo": {
- "message": "いいえ",
- "description": "'No' button in a confirm dialog"
- },
- "styleMissingMeta": {
- "message": "メタデータがありません @$key$",
- "description": "Error displayed when a mandatory metadata is missing",
- "placeholders": {
- "key": {
- "content": "$1"
- }
- }
- },
- "appliesLineWidgetWarning": {
- "message": "圧縮されたCSSでは機能しません",
- "description": "A warning that applies-to information won't show properly with minified CSS"
- },
- "undo": {
- "message": "元に戻す",
- "description": "Button label"
- },
- "cm_keyMap": {
- "message": "キーマップ",
- "description": "Label for the drop-down list controlling the keymap for the style editor."
- },
- "externalSupport": {
- "message": "サポート",
- "description": "Label for the external link to style's support site"
- },
- "confirmSave": {
- "message": "保存",
- "description": "'Save' button in a confirm dialog"
- },
- "manageNewUI": {
- "message": "新しい管理UIレイアウト",
- "description": "Label for the checkbox that toggles the new UI on manage page"
- },
- "importReportUndoneTitle": {
- "message": "インポートが取り消されました",
- "description": "Title of the message box shown after undoing the import of styles"
- },
- "genericDisabledLabel": {
- "message": "無効化",
- "description": "Used in various lists/options to indicate that something is disabled"
- },
- "cm_indentWithTabs": {
- "message": "スマートインデントにタブ文字を使用",
- "description": "Label for the checkbox controlling tabs with smart indentation option for the style editor."
- },
- "replaceWith": {
- "message": "次に置換",
- "description": "Label before the replace-with input field in the editor shown on Ctrl-H etc."
- },
- "liveReloadError": {
- "message": "ファイルの監視中にエラーが発生しました",
- "description": "The label of live-reload error"
- },
- "deleteStyleLabel": {
- "message": "削除",
- "description": "Label for the button to delete a style"
- },
- "updateCheckManualUpdateForce": {
- "message": "更新をインストール(ローカルでの編集内容は上書きされます)",
- "description": "Additional text displayed when an update check skipped updating the style to avoid losing local modifications"
- },
- "styleInstallFailed": {
- "message": "ユーザースタイルのインストールに失敗しました!\n$error$",
- "description": "Warning when installation failed",
- "placeholders": {
- "error": {
- "content": "$1"
- }
- }
- },
- "optionsAdvancedExposeIframes": {
- "message": "HTML[stylus-iframe] によってiframeへのアクセスを可能にします",
- "description": ""
- },
- "addStyleLabel": {
- "message": "新しいスタイルを作成",
- "description": "Label for the button to go to the add style page"
- },
- "optionsUpdateIntervalNote": {
- "message": "ユーザースタイルの自動更新チェックを無効にするには、間隔を0に設定します。",
- "description": ""
- },
- "installButtonUpdate": {
- "message": "更新",
- "description": "Label for update button"
- },
- "backupButtons": {
- "message": "バックアップ",
- "description": "Heading for backup"
- },
- "manageOnlyEnabled": {
- "message": "有効なスタイルのみ",
- "description": "Checkbox to show only enabled styles"
- },
- "editStyleLabel": {
- "message": "編集",
- "description": "Label for the button to go to the edit style page"
- },
- "installButtonInstalled": {
- "message": "インストール済み",
- "description": "Text displayed when the style is successfully installed"
- },
- "author": {
- "message": "作者",
- "description": "Label for the style author"
- },
- "cm_theme": {
- "message": "テーマ",
- "description": "Label for the style editor's CSS theme."
- },
- "popupOpenEditInWindow": {
- "message": "新しいウィンドウでエディタを開く",
- "description": "Label for the checkbox controlling 'edit' action behavior in the popup."
- },
- "appliesRemoveError": {
- "message": "「適用先」の最後の項目を削除することはできません",
- "description": "Error displayed when the last 'applies' is going to be removed"
- },
- "backupMessage": {
- "message": "ファイルを選択するか、このページにドラッグ&ドロップします。",
- "description": "Message for backup"
- },
- "importReportUndone": {
- "message": "件のスタイルを元に戻しました",
- "description": "Text after the number of styles reverted in the message box shown after undoing the import of styles"
- },
- "helpKeyMapCommand": {
- "message": "コマンド名を入力",
- "description": "Placeholder text of inputbox in keymap help popup on the edit style page. Must be very short"
- },
- "linterResetMessage": {
- "message": "予期しないリセットを復旧するには、テキストボックス内で Ctrl-Z(または Cmd-Z)を押してください",
- "description": "Reset button tooltip to inform user on how to undo an accidental reset"
- },
- "description": {
- "message": "Stylus でウェブのデザインを変更しましょう。これは、ユーザースタイルを管理するツールです。Stylus を利用すると、多くの人気サイト向けのテーマやスキンを簡単にインストールできます。",
- "description": "Extension description"
- },
- "confirmClose": {
- "message": "閉じる",
- "description": "'Close' button in a confirm dialog"
- }
- }
|