2012-04-16 01:56:12 +00:00
{
2015-09-19 00:56:05 +00:00
"appliesToEverything" : {
2017-07-12 07:14:37 +00:00
"message" : "全部" ,
"description" : "Text displayed for styles that apply to all sites"
2015-09-19 00:56:05 +00:00
} ,
2017-09-27 11:46:55 +00:00
"linterIssues" : {
"message" : "问题" ,
"description" : "Label for the CSS linter issues block on the style edit page"
} ,
2015-09-19 00:56:05 +00:00
"defaultTheme" : {
2017-07-12 07:14:37 +00:00
"message" : "默认" ,
"description" : "Default CodeMirror CSS theme option on the edit style page"
2015-09-19 00:56:05 +00:00
} ,
2017-05-06 11:00:11 +00:00
"styleRegexpTestTitle" : {
2017-12-30 01:34:30 +00:00
"message" : "列出当前正则表达式匹配的网页标签(点击网址 URL 可跳转到该页面)" ,
2017-07-12 07:14:37 +00:00
"description" : "RegExp test report: title of the report"
2017-05-06 11:00:11 +00:00
} ,
2017-03-13 19:33:31 +00:00
"bckpInstStyles" : {
2017-07-12 07:14:37 +00:00
"message" : "导出所有样式" ,
"description" : ""
2017-03-13 19:33:31 +00:00
} ,
2017-12-30 01:34:30 +00:00
"sortStylesHelpTitle" : {
"message" : "排序内容" ,
"description" : "Label for the sort info popup on the Manage styles page"
} ,
2017-12-19 00:32:15 +00:00
"manageOnlyUsercss" : {
2017-12-30 01:34:30 +00:00
"message" : "只显示仅 Usercss 样式" ,
2017-12-19 00:32:15 +00:00
"description" : "Checkbox to show only Usercss styles"
} ,
2017-12-30 01:34:30 +00:00
"sortStylesHelp" : {
2018-01-06 07:42:12 +00:00
"message" : "从下拉菜单中选择要应用于所有已安装项目的排序类型,默认使用标题升序排序 ( A - Z) 。「标题降序」则会应用降序排序 ( Z - A) 。\n还有很多其他排序方式, 可以通过多个条件对已安装项目进行排序。你也可以想象, 在对一个多列的表格进行排序, 并且选择可能带有( +)号的一组条件或单个条件进行排序。\n例如, 若设置为 \"启用(优先)+ 标题\",将会把所有已启用的项目都排列在顶部,然后再以标题升序排列 ( A - Z) 的顺序应用到以启用和未启用的项目。" ,
2017-12-30 01:34:30 +00:00
"description" : "Text in the minihelp displayed when clicking (i) icon to the right of the sort input field on the Manage styles page"
} ,
"sortLabelTitleAsc" : {
"message" : "标题升序" ,
"description" : "Text added to option group to indicate a block of options that apply a title ascending (A to Z) sort"
} ,
2017-03-13 19:33:31 +00:00
"optionsUpdateInterval" : {
2017-12-19 00:32:15 +00:00
"message" : "每隔 N 小时, 检查所有样式更新( 0 为关闭检查)" ,
2017-07-12 07:14:37 +00:00
"description" : ""
} ,
2017-12-30 01:34:30 +00:00
"sortDateOldestFirst" : {
"message" : "最旧的优先" ,
"description" : "Text added to indicate that sorting a date would add the oldest entries at the top"
} ,
2015-09-19 00:56:05 +00:00
"exportLabel" : {
2017-07-12 07:14:37 +00:00
"message" : "导出" ,
"description" : "Label for the button to export a style ('edit' page) or all styles ('manage' page)"
2015-09-19 00:56:05 +00:00
} ,
2017-12-19 00:32:15 +00:00
"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"
} ,
"popupHotkeysTooltip" : {
"message" : "单击以检视可用的快捷键" ,
"description" : "Tooltip displayed when hovering the right edge of the extension popup"
} ,
2017-03-13 19:33:31 +00:00
"optionsBadgeNormal" : {
2017-07-12 07:14:37 +00:00
"message" : "背景颜色" ,
"description" : ""
2017-05-06 11:00:11 +00:00
} ,
"updateCheckHistory" : {
2017-07-12 07:14:37 +00:00
"message" : "检测升级的历史记录" ,
"description" : ""
2017-03-13 19:33:31 +00:00
} ,
2015-09-19 00:56:05 +00:00
"cm_tabSize" : {
2017-12-19 00:32:15 +00:00
"message" : "缩进尺寸" ,
2017-07-12 07:14:37 +00:00
"description" : "Label for the text box controlling tab size option for the style editor."
2015-09-19 00:56:05 +00:00
} ,
"enableStyleLabel" : {
2017-07-12 07:14:37 +00:00
"message" : "启用" ,
"description" : "Label for the button to enable a style"
2015-09-19 00:56:05 +00:00
} ,
"styleMissingName" : {
2017-11-20 12:06:27 +00:00
"message" : "输入名称" ,
2017-07-12 07:14:37 +00:00
"description" : "Error displayed when user saves without providing a name"
2015-09-19 00:56:05 +00:00
} ,
2017-05-06 11:00:11 +00:00
"genericHistoryLabel" : {
2017-07-12 07:14:37 +00:00
"message" : "历史" ,
"description" : "Used in various places to show a history log of something"
2017-05-06 11:00:11 +00:00
} ,
"shortcutsNote" : {
2017-07-12 07:14:37 +00:00
"message" : "定义键盘快捷键" ,
"description" : ""
2017-05-06 11:00:11 +00:00
} ,
2015-09-19 00:56:05 +00:00
"appliesDomainOption" : {
2017-07-12 07:14:37 +00:00
"message" : "该域上的网址" ,
"description" : "Option to make the style apply to the entered string as a domain"
2015-09-19 00:56:05 +00:00
} ,
"checkForUpdate" : {
2017-07-12 07:14:37 +00:00
"message" : "检查更新" ,
"description" : "Label for the button to check a single style for an update"
2015-09-19 00:56:05 +00:00
} ,
2017-05-06 11:00:11 +00:00
"styleNotAppliedRegexpProblemTooltip" : {
2017-07-12 07:14:37 +00:00
"message" : "正则表达式错误,样式无法正常运行" ,
"description" : "Tooltip in the popup for styles that were not applied at all"
2017-05-06 11:00:11 +00:00
} ,
2017-12-19 00:32:15 +00:00
"colorpickerSwitchFormatTooltip" : {
"message" : "转换格式: HEX -> RGB -> HSL 。\nShift + 单击 则反向执行。\n也可以使用 PgUp (PageUp) 与 PgDn (PageDown) 键。" ,
"description" : "Tooltip for the switch button in the color picker popup in the style editor."
} ,
2017-05-06 11:00:11 +00:00
"styleRegexpInvalidExplanation" : {
2017-07-12 07:14:37 +00:00
"message" : "部分正则表达式无法生效。" ,
"description" : ""
} ,
"optionsIconDark" : {
"message" : "暗色浏览器主题" ,
"description" : ""
2017-03-13 19:33:31 +00:00
} ,
2017-12-19 00:32:15 +00:00
"styleFromMozillaFormatError" : {
"message" : "导入 Mozilla 格式失败" ,
"description" : "Label for the import error"
} ,
2015-09-19 00:56:05 +00:00
"importAppendLabel" : {
2017-07-12 07:14:37 +00:00
"message" : "追加到样式" ,
"description" : "Label for the button to import a style and append to the existing sections"
2015-09-19 00:56:05 +00:00
} ,
2017-03-13 19:33:31 +00:00
"optionsOpenManager" : {
2017-07-12 07:14:37 +00:00
"message" : "管理样式" ,
"description" : ""
2017-03-13 19:33:31 +00:00
} ,
2015-09-19 00:56:05 +00:00
"updateAllCheckSucceededNoUpdate" : {
2017-07-12 07:14:37 +00:00
"message" : "没找到任何升级。" ,
"description" : "Text that displays when an update all check completed and no updates are available"
2015-09-19 00:56:05 +00:00
} ,
2017-05-06 11:00:11 +00:00
"importReportLegendAdded" : {
2017-07-12 07:14:37 +00:00
"message" : "个样式已添加" ,
"description" : "Text after the number of styles added in the report shown after importing styles"
2017-05-06 11:00:11 +00:00
} ,
2015-09-19 00:56:05 +00:00
"styleFromMozillaFormatPrompt" : {
2017-07-12 07:14:37 +00:00
"message" : "粘贴 Mozilla 格式代码" ,
"description" : "Prompt in the dialog displayed after clicking 'Import from Mozilla format' button"
2015-09-19 00:56:05 +00:00
} ,
2017-05-06 11:00:11 +00:00
"dragDropMessage" : {
2017-12-19 00:32:15 +00:00
"message" : "把 JSON 备份文件拖放到页面的任意位置,即可导入" ,
2017-07-12 07:14:37 +00:00
"description" : "Drag'n'drop message"
2017-05-06 11:00:11 +00:00
} ,
2017-12-19 00:32:15 +00:00
"styleRegexpTestNote" : {
"message" : "注意: 在正则表达式中使用单个 \\ 进行转义,其将会根据 CSS 中引用字符串的自动转换为 \\\\。" ,
"description" : "RegExp test report: a note displayed at the bottom of the dialog"
} ,
2015-09-19 00:56:05 +00:00
"helpAlt" : {
2017-07-12 07:14:37 +00:00
"message" : "帮助" ,
"description" : "Alternate text for help buttons"
2015-09-19 00:56:05 +00:00
} ,
2017-05-06 11:00:11 +00:00
"confirmOK" : {
2017-07-12 07:14:37 +00:00
"message" : "确认" ,
"description" : ""
2017-03-13 19:33:31 +00:00
} ,
2015-09-19 00:56:05 +00:00
"search" : {
2017-07-12 07:14:37 +00:00
"message" : "搜索" ,
"description" : "Label before the search input field in the editor shown on Ctrl-F"
2015-09-19 00:56:05 +00:00
} ,
2017-12-30 01:34:30 +00:00
"genericEnabledLabel" : {
2018-01-06 07:42:12 +00:00
"message" : "已启用" ,
2017-12-30 01:34:30 +00:00
"description" : "Used in various lists/options to indicate that something is enabled"
} ,
2017-05-06 11:00:11 +00:00
"manageFaviconsGray" : {
2017-07-12 07:14:37 +00:00
"message" : "灰色图标" ,
"description" : "Label for the checkbox that toggles grayed out mode of applies-to favicons in the new UI on manage page"
2017-05-06 11:00:11 +00:00
} ,
2017-12-19 00:32:15 +00:00
"versionInvalidOlder" : {
"message" : "当前样式版本比已安装样式版本旧。" ,
"description" : "Displayed when the version of style is older than the installed one"
} ,
2015-09-19 00:56:05 +00:00
"confirmYes" : {
2017-07-12 07:14:37 +00:00
"message" : "是" ,
"description" : "'Yes' button in a confirm dialog"
2015-09-19 00:56:05 +00:00
} ,
"findStylesForSite" : {
2017-07-12 07:14:37 +00:00
"message" : "查找适合此网站的更多样式" ,
"description" : "Text for a link that gets a list of styles for the current site"
2015-09-19 00:56:05 +00:00
} ,
"manageHeading" : {
2017-07-12 07:14:37 +00:00
"message" : "已安装的样式" ,
"description" : "Heading for the manage page"
2015-09-19 00:56:05 +00:00
} ,
"styleBeautify" : {
2017-12-19 00:32:15 +00:00
"message" : "格式化" ,
2017-07-12 07:14:37 +00:00
"description" : "Label for the CSS-beautifier button on the edit style page"
2015-09-19 00:56:05 +00:00
} ,
2017-05-06 11:00:11 +00:00
"styleRegexpProblemTooltip" : {
2017-07-12 07:14:37 +00:00
"message" : "多个部分代码无法正常处理正则表达式" ,
"description" : "Tooltip in the popup for styles that were applied only partially"
2017-05-06 11:00:11 +00:00
} ,
2015-09-19 00:56:05 +00:00
"styleEnabledLabel" : {
2017-12-30 01:34:30 +00:00
"message" : "启用" ,
2017-07-12 07:14:37 +00:00
"description" : "Label for the enabled state of styles"
2015-09-19 00:56:05 +00:00
} ,
2017-12-19 00:32:15 +00:00
"configOnChange" : {
"message" : "正在变更" ,
"description" : "VERY SHORT label for the checkbox in style config dialog after the save button - when enabled the changes in the dialog are saved and applied automatically without the need to press the Save button"
} ,
"linterConfigTooltip" : {
"message" : "点击以配置此 linter" ,
"description" : "Icon tooltip to indicate that it opens a popup with the selected linter configuration"
} ,
2015-09-19 00:56:05 +00:00
"styleToMozillaFormatHelp" : {
2017-07-12 07:14:37 +00:00
"message" : "FireFox(Mozilla) 格式的 CSS 代码导入后,会自动转换成适 Stylus 使用的 Chrome 格式的 CSS 代码。反过来, Chrome 格式的 CSS 也可以导出为适合 FireFox 使用的格式。需要注意的是,如果你要提交你的 CSS 代码到 userstyles.org, 则必须使用 FireFox(Mozilla) 格式的 CSS 代码。" ,
"description" : "Help info for the Mozilla format header section that converts the code to/from Mozilla format"
2015-09-19 00:56:05 +00:00
} ,
"sectionAdd" : {
2017-07-12 07:14:37 +00:00
"message" : "添加其他部分" ,
"description" : "Label for the button to add a section"
2015-09-19 00:56:05 +00:00
} ,
2017-05-06 11:00:11 +00:00
"styleRegexpTestPartial" : {
2017-07-12 07:14:37 +00:00
"message" : "没有完全匹配,因此忽略" ,
"description" : "RegExp test report: label for the partially matching expressions"
2017-05-06 11:00:11 +00:00
} ,
2015-09-19 00:56:05 +00:00
"styleSaveLabel" : {
2017-07-12 07:14:37 +00:00
"message" : "保存" ,
"description" : "Label for save button for style editing"
2015-09-19 00:56:05 +00:00
} ,
2017-12-19 00:32:15 +00:00
"genericSavedMessage" : {
"message" : "已保存" ,
"description" : "Used in various parts of the UI to indicate that something was saved"
} ,
2017-05-06 11:00:11 +00:00
"confirmDelete" : {
2017-07-12 07:14:37 +00:00
"message" : "删除" ,
"description" : ""
2017-05-06 11:00:11 +00:00
} ,
2017-12-19 00:32:15 +00:00
"confirmDefault" : {
"message" : "使用默认值" ,
"description" : "'Set to default' button in a confirm dialog"
} ,
2017-03-13 19:33:31 +00:00
"confirmCancel" : {
2017-07-12 07:14:37 +00:00
"message" : "取消" ,
"description" : ""
2017-03-13 19:33:31 +00:00
} ,
2017-12-19 00:32:15 +00:00
"cm_autoCloseBracketsTooltip" : {
"message" : "当输入 () [] {} '' \"\" 字符的时候自动补全" ,
"description" : "Label for the checkbox in the style editor."
} ,
2017-03-13 19:33:31 +00:00
"retrieveBckp" : {
2017-07-12 07:14:37 +00:00
"message" : "导入所有样式" ,
"description" : ""
2017-03-13 19:33:31 +00:00
} ,
2015-09-19 00:56:05 +00:00
"confirmStop" : {
2017-07-12 07:14:37 +00:00
"message" : "停止" ,
"description" : "'Stop' button in a confirm dialog"
2015-09-19 00:56:05 +00:00
} ,
"writeStyleForURL" : {
2017-07-12 07:14:37 +00:00
"message" : "这个URL" ,
"description" : "Text for link in toolbar pop-up to write a new style for the current URL"
2015-09-19 00:56:05 +00:00
} ,
2017-03-13 19:33:31 +00:00
"optionsSubheading" : {
2017-07-12 07:14:37 +00:00
"message" : "附加选项" ,
"description" : "Subheading for options section on manage page."
2017-03-13 19:33:31 +00:00
} ,
2015-09-19 00:56:05 +00:00
"appliesAdd" : {
2017-07-12 07:14:37 +00:00
"message" : "添加" ,
"description" : "Label for the button to add an 'applies' entry"
2015-09-19 00:56:05 +00:00
} ,
"appliesRegexpOption" : {
2017-07-12 07:14:37 +00:00
"message" : "与该正则表达式匹配的网址" ,
"description" : "Option to make the style apply to the entered string as a regular expression"
2015-09-19 00:56:05 +00:00
} ,
2017-05-06 11:00:11 +00:00
"importReportLegendUpdatedCode" : {
2017-07-12 07:14:37 +00:00
"message" : "代码已更新" ,
"description" : "Text after the number of styles with updated code (meta info is unchanged) in the report shown after importing styles"
2017-05-06 11:00:11 +00:00
} ,
2015-09-19 00:56:05 +00:00
"styleInstall" : {
2017-01-30 19:26:25 +00:00
"message" : "要将“$stylename$”安装到 Stylus 中吗?" ,
2017-07-12 07:14:37 +00:00
"description" : "Confirmation when installing a style" ,
2015-09-19 00:56:05 +00:00
"placeholders" : {
"stylename" : {
"content" : "$1"
}
}
} ,
2017-03-13 19:33:31 +00:00
"optionsBadgeDisabled" : {
2017-12-19 00:32:15 +00:00
"message" : "禁用时的背景颜色" ,
2017-07-12 07:14:37 +00:00
"description" : ""
2017-03-13 19:33:31 +00:00
} ,
"optionsCheck" : {
2017-12-19 00:32:15 +00:00
"message" : "检测样式更新" ,
2017-07-12 07:14:37 +00:00
"description" : ""
2017-03-13 19:33:31 +00:00
} ,
2017-05-06 11:00:11 +00:00
"manageOnlyLocal" : {
2017-12-19 00:32:15 +00:00
"message" : "只显示本地创建的样式" ,
2017-07-12 07:14:37 +00:00
"description" : "Checkbox to show only locally created styles i.e. non-updatable"
2017-05-06 11:00:11 +00:00
} ,
2017-12-19 00:32:15 +00:00
"styleMetaErrorPreprocessor" : {
"message" : "不支持的 @preprocessor: $preprocessor$" ,
"description" : "Error displayed when the value of @preprocessor is not supported" ,
"placeholders" : {
"preprocessor" : {
"content" : "$1"
}
}
} ,
2017-12-30 01:34:30 +00:00
"searchNumberOfResults2" : {
"message" : "在代码和应用中匹配的数量" ,
"description" : "Tooltip for the number of found search results in the editor shown on Ctrl-F"
} ,
2017-09-27 11:46:55 +00:00
"linterIssuesHelp" : {
"message" : "$link$ 在已启用的这些规则中找到问题:" ,
"description" : "Help popup message for the selected CSS linter issues block on the style edit page" ,
"placeholders" : {
"link" : {
"content" : "$1"
}
}
} ,
2017-12-19 00:32:15 +00:00
"parseUsercssError" : {
2017-12-30 01:34:30 +00:00
"message" : "Stylus 未能成功解析 Usercss:" ,
2017-12-19 00:32:15 +00:00
"description" : "The error message to show when stylus failed to parse usercss"
} ,
2015-09-19 00:56:05 +00:00
"searchStyles" : {
2017-07-12 07:14:37 +00:00
"message" : "搜索内容" ,
"description" : "Label for the search filter textbox on the Manage styles page"
2015-09-19 00:56:05 +00:00
} ,
2017-05-06 11:00:11 +00:00
"optionsUpdateImportNote" : {
2017-07-12 07:14:37 +00:00
"message" : "从旧版本的 Stylus 或 Stylish 中导入样式备份时,请在样式管理器中手动检测升级一次,以确保所有样式都可更新到最新版本。" ,
"description" : ""
2017-05-06 11:00:11 +00:00
} ,
"checkAllUpdatesForce" : {
2017-07-12 07:14:37 +00:00
"message" : "再检测一次,我没有修改过任何样式。" ,
"description" : "Label for the button to apply all detected updates"
2017-05-06 11:00:11 +00:00
} ,
2017-12-19 00:32:15 +00:00
"manageOnlyNonUsercss" : {
"message" : "只显示非 Usercss 样式" ,
"description" : "Checkbox to show only non-Usercss (standard) styles"
} ,
"liveReloadLabel" : {
"message" : "即时重新加载" ,
"description" : "The label of live-reload feature"
} ,
"linkGetStyles" : {
"message" : "获取样式" ,
"description" : "Help link text on the manage page e.g. https://userstyles.org"
} ,
2017-05-06 11:00:11 +00:00
"unreachableFileHint" : {
2017-07-12 07:14:37 +00:00
"message" : "如果需要改变 file:// 协议的样式,则需要在 chrome://extensions 页面中的 Stylus 扩展选项里面,打开 允许访问文件网址 的权限" ,
"description" : "Note in the toolbar popup for file:// URLs"
2017-05-06 11:00:11 +00:00
} ,
2017-12-30 01:34:30 +00:00
"sortLabel" : {
"message" : "选择对已安装的样式应用的排序规则" ,
"description" : "Title on the sort select to indicate it is used for sorting entries"
} ,
2015-09-19 00:56:05 +00:00
"disableStyleLabel" : {
2017-12-19 00:32:15 +00:00
"message" : "禁用" ,
2017-07-12 07:14:37 +00:00
"description" : "Label for the button to disable a style"
2015-09-19 00:56:05 +00:00
} ,
"prefShowBadge" : {
2017-07-12 07:14:37 +00:00
"message" : "当前网站激活的样式数量" ,
"description" : "Label for the checkbox controlling toolbar badge text."
2015-09-19 00:56:05 +00:00
} ,
2017-05-06 11:00:11 +00:00
"manageFavicons" : {
2017-12-19 00:32:15 +00:00
"message" : "显示已应用的图标" ,
2017-07-12 07:14:37 +00:00
"description" : "Label for the checkbox that toggles applies-to favicons in the new UI on manage page"
2017-05-06 11:00:11 +00:00
} ,
2017-12-19 00:32:15 +00:00
"paginationCurrent" : {
"message" : "当前页数" ,
"description" : "Tooltip for the current page index in search results"
} ,
2015-09-19 00:56:05 +00:00
"menuShowBadge" : {
2017-07-12 07:14:37 +00:00
"message" : "显示生效的样式计数" ,
"description" : "Label (must be very short) for the checkbox in the toolbar button context menu controlling toolbar badge text."
2015-09-19 00:56:05 +00:00
} ,
2017-12-19 00:32:15 +00:00
"popupHotkeysInfo" : {
"message" : "<1>-<9>, <0>, 数字小键盘也可以 - 切换到第 N 样式 ( 0 是切换到第 10 个样式)\n<A>-<Z> 切换以该字母为名称首字母的样式\n<Shift> 开启编辑器而不是切换\n<Numpad +> 启用列出的样式\n<Numpad – > 禁用列出的样式\n<Numpad *> 和 <`> (倒引号) - 切换初始使用的样式;当弹窗开启时不应用后来启用的样式,因此你可以在测试完成后回复默认的初始选择:简单的禁用所有,然后切换。 <Numpad – > <Numpad *>\n更多信息详见Wiki" ,
"description" : "NOTE1: preserve < and > symbols so that <hotkey> is styled as a key.\nNOTE2: the last line is displayed as a text of the link to the wiki page.\nNOTE3: this is the list of hotkeys displayed after clicking the right edge of the extension popup."
} ,
2015-09-19 00:56:05 +00:00
"cm_lineWrapping" : {
2017-07-12 07:14:37 +00:00
"message" : "自动换行" ,
"description" : "Label for the checkbox controlling word wrap option for the style editor."
2015-09-19 00:56:05 +00:00
} ,
"styleCancelEditLabel" : {
2017-12-19 00:32:15 +00:00
"message" : "返回管理页面" ,
2017-07-12 07:14:37 +00:00
"description" : "Label for cancel button for style editing"
2015-09-19 00:56:05 +00:00
} ,
"styleChangesNotSaved" : {
2017-07-12 07:14:37 +00:00
"message" : "您已对此样式进行了更改,但尚未保存。" ,
"description" : "Text for the prompt when changes are made to a style and the user tries to leave without saving"
2015-09-19 00:56:05 +00:00
} ,
"importLabel" : {
2017-07-12 07:14:37 +00:00
"message" : "导入" ,
"description" : "Label for the button to import a style ('edit' page) or all styles ('manage' page)"
2015-09-19 00:56:05 +00:00
} ,
2017-05-06 11:00:11 +00:00
"shortcuts" : {
2017-07-12 07:14:37 +00:00
"message" : "快捷键" ,
"description" : "Go to shortcut configuration"
2017-05-06 11:00:11 +00:00
} ,
2015-09-19 00:56:05 +00:00
"updateCheckFailServerUnreachable" : {
2017-07-12 07:14:37 +00:00
"message" : "更新失败: 无法访问服务器。" ,
"description" : "Text that displays when an update check failed because the update server is unreachable"
2015-09-19 00:56:05 +00:00
} ,
2017-12-19 00:32:15 +00:00
"genericError" : {
"message" : "错误" ,
"description" : "Used in various places to indicate some error occurred."
} ,
2015-09-19 00:56:05 +00:00
"manageFilters" : {
2017-07-12 07:14:37 +00:00
"message" : "过滤器" ,
"description" : "Label for filters container"
2015-09-19 00:56:05 +00:00
} ,
"applyAllUpdates" : {
2017-07-12 07:14:37 +00:00
"message" : "应用全部更新" ,
"description" : "Label for the button to apply all detected updates"
2015-09-19 00:56:05 +00:00
} ,
2017-05-06 11:00:11 +00:00
"optionsReset" : {
2017-07-12 07:14:37 +00:00
"message" : "重置所有选项为默认值" ,
"description" : ""
2017-05-06 11:00:11 +00:00
} ,
"optionsCustomizeUpdate" : {
2017-12-19 00:32:15 +00:00
"message" : "检测更新" ,
2017-07-12 07:14:37 +00:00
"description" : ""
2017-03-13 19:33:31 +00:00
} ,
2015-09-19 00:56:05 +00:00
"deleteStyleConfirm" : {
2017-07-12 07:14:37 +00:00
"message" : "确定要删除此样式吗?" ,
"description" : "Confirmation before deleting a style"
2015-09-19 00:56:05 +00:00
} ,
2017-05-06 11:00:11 +00:00
"optionsCustomizePopup" : {
2017-07-12 07:14:37 +00:00
"message" : "样式管理弹框" ,
"description" : ""
2017-05-06 11:00:11 +00:00
} ,
2015-09-19 00:56:05 +00:00
"styleBadRegexp" : {
2017-07-12 07:14:37 +00:00
"message" : "正则表达式无效。" ,
"description" : "Validation message for a bad regexp in a style"
2015-09-19 00:56:05 +00:00
} ,
2017-12-19 00:32:15 +00:00
"license" : {
"message" : "许可证" ,
"description" : "Label for the license"
} ,
2015-09-19 00:56:05 +00:00
"optionsHeading" : {
2017-07-12 07:14:37 +00:00
"message" : "选项" ,
"description" : "Heading for options section on manage page."
2015-09-19 00:56:05 +00:00
} ,
"appliesDisplay" : {
2017-12-30 01:34:30 +00:00
"message" : "应用于:$applies$" ,
2017-07-12 07:14:37 +00:00
"description" : "Text on the manage screen to describe what the style applies to" ,
2015-09-19 00:56:05 +00:00
"placeholders" : {
"applies" : {
"content" : "$1"
}
}
} ,
2017-07-12 07:14:37 +00:00
"optionsIconLight" : {
"message" : "亮色浏览器主题" ,
"description" : ""
} ,
2017-03-13 19:33:31 +00:00
"openStylesManager" : {
2017-07-12 07:14:37 +00:00
"message" : "打开样式管理器" ,
"description" : "Label for the style maanger opener in the browser action context menu."
2017-03-13 19:33:31 +00:00
} ,
2015-09-19 00:56:05 +00:00
"styleUpdate" : {
"message" : "您确定要更新 '$stylename$'?" ,
2017-07-12 07:14:37 +00:00
"description" : "Confirmation when updating a style" ,
2015-09-19 00:56:05 +00:00
"placeholders" : {
"stylename" : {
"content" : "$1"
}
}
} ,
"styleSectionsTitle" : {
2017-07-12 07:14:37 +00:00
"message" : "部分" ,
"description" : "Title for the style sections section"
2015-09-19 00:56:05 +00:00
} ,
2017-05-06 11:00:11 +00:00
"importReportLegendInvalid" : {
2017-07-12 07:14:37 +00:00
"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"
2017-05-06 11:00:11 +00:00
} ,
2017-12-19 00:32:15 +00:00
"optionsAdvancedNewStyleAsUsercss" : {
2017-12-30 01:34:30 +00:00
"message" : "为新样式添加 Usercss" ,
2017-12-19 00:32:15 +00:00
"description" : ""
} ,
"genericResetLabel" : {
"message" : "重置" ,
"description" : "Used in various parts of UI to indicate that something may be reset to its original state"
} ,
2015-09-19 00:56:05 +00:00
"editStyleTitle" : {
"message" : "修改样式“$stylename$”" ,
2017-07-12 07:14:37 +00:00
"description" : "Title of the page for editing styles" ,
2015-09-19 00:56:05 +00:00
"placeholders" : {
"stylename" : {
"content" : "$1"
}
}
} ,
"updateCheckSucceededNoUpdate" : {
2017-07-12 07:14:37 +00:00
"message" : "样式已是最新版本。" ,
"description" : "Text that displays when an update check completed and no update is available"
2015-09-19 00:56:05 +00:00
} ,
"appliesUrlPrefixOption" : {
2017-07-12 07:14:37 +00:00
"message" : "网址前缀" ,
"description" : "Option to make the style apply to the entered string as a URL prefix"
2015-09-19 00:56:05 +00:00
} ,
2017-05-06 11:00:11 +00:00
"cm_matchHighlightToken" : {
2017-07-12 07:14:37 +00:00
"message" : "光标所在的位置" ,
2017-12-30 01:34:30 +00:00
"description" : "Style editor's 'highglight' drop-down list option: highlight the occurrences of the word/token under cursor even if nothing is selected"
2017-05-06 11:00:11 +00:00
} ,
2015-09-19 00:56:05 +00:00
"searchRegexp" : {
2017-07-12 07:14:37 +00:00
"message" : "使用 /re/ 语法进行正则表达式搜索" ,
"description" : "Label after the search input field in the editor shown on Ctrl-F"
2015-09-19 00:56:05 +00:00
} ,
2017-12-19 00:32:15 +00:00
"popupBordersTooltip" : {
"message" : "对于新 Chrome 中的暗色主题很有用,因为它不再绘制边框" ,
"description" : ""
} ,
2017-05-06 11:00:11 +00:00
"updateCheckManualUpdateHint" : {
2017-07-12 07:14:37 +00:00
"message" : "强制升级将覆盖所有本地修改的样式" ,
"description" : "Additional text displayed when an update check skipped updating the style to avoid losing local modifications"
2017-05-06 11:00:11 +00:00
} ,
"toggleStyle" : {
2017-07-12 07:14:37 +00:00
"message" : "切换样式" ,
"description" : "Label for the checkbox to enable/disable a style"
2017-05-06 11:00:11 +00:00
} ,
2017-12-26 11:42:26 +00:00
"searchNumberOfResults" : {
"message" : "已找到" ,
"description" : "Tooltip for the number of found search results in the editor shown on Ctrl-F"
} ,
2015-09-19 00:56:05 +00:00
"importReplaceTooltip" : {
2017-07-12 07:14:37 +00:00
"message" : "放弃当前样式的内容,使用已导入样式覆盖它" ,
"description" : "Label for the button to import and overwrite current style"
} ,
2017-12-19 00:32:15 +00:00
"installUpdateFromLabel" : {
"message" : "检查更新" ,
"description" : "Label for the checkbox to save current URL for update check"
} ,
2017-07-12 07:14:37 +00:00
"cm_resizeGripHint" : {
2017-12-30 01:34:30 +00:00
"message" : "双击以最大化或恢复高度" ,
2017-07-12 07:14:37 +00:00
"description" : "Tooltip for the resize grip in style editor"
2015-09-19 00:56:05 +00:00
} ,
"popupStylesFirst" : {
2017-07-12 07:14:37 +00:00
"message" : "样式列表置顶" ,
"description" : "Label for the checkbox controlling section order in the popup."
2015-09-19 00:56:05 +00:00
} ,
"sectionHelp" : {
2017-07-12 07:14:37 +00:00
"message" : "各部分可让您定义不同的代码段,以通过同一样式应用到不同的网址组。例如,某个单一样式能以一种方式更改网站首页,同时以另一种方式更改网站的其余部分。" ,
"description" : "Help text for sections"
2015-09-19 00:56:05 +00:00
} ,
"noStylesForSite" : {
2017-07-12 07:14:37 +00:00
"message" : "未对此网站安装任何样式。" ,
"description" : "Text displayed when no styles are installed for the current site"
2015-09-19 00:56:05 +00:00
} ,
"appliesDisplayTruncatedSuffix" : {
2017-12-19 00:32:15 +00:00
"message" : "更多" ,
2017-07-12 07:14:37 +00:00
"description" : "Text added to appliesDisplay when there are more sites for the style than are displayed"
2015-09-19 00:56:05 +00:00
} ,
"appliesRemove" : {
2017-07-12 07:14:37 +00:00
"message" : "删除" ,
"description" : "Label for the button to remove an 'applies' entry"
2015-09-19 00:56:05 +00:00
} ,
2017-05-06 11:00:11 +00:00
"updatesCurrentlyInstalled" : {
2017-07-12 07:14:37 +00:00
"message" : "更新已安装" ,
"description" : "Text that displays when an update is installed on options page. Followed by the number of currently installed updates."
2017-05-06 11:00:11 +00:00
} ,
2015-09-19 00:56:05 +00:00
"styleToMozillaFormatTitle" : {
2017-07-12 07:14:37 +00:00
"message" : "Mozilla 格式的样式" ,
"description" : "Title of the popup with the style code in Mozilla format, shown after pressing the Export button on Edit style page"
} ,
2017-12-19 00:32:15 +00:00
"cm_colorpicker" : {
2017-12-30 01:34:30 +00:00
"message" : "CSS 颜色选择器" ,
2017-12-19 00:32:15 +00:00
"description" : "Label for the checkbox controlling colorpicker option for the style editor."
} ,
"filteredStylesAllHidden" : {
"message" : "没有样式匹配当前的过滤器选项" ,
"description" : "Text shown when no styles match currently applied filter in the style manager"
} ,
2015-09-19 00:56:05 +00:00
"writeStyleFor" : {
2017-07-12 07:14:37 +00:00
"message" : "编写样式给:" ,
"description" : "Label for toolbar pop-up that precedes the links to write a new style"
2015-09-19 00:56:05 +00:00
} ,
"replace" : {
2017-07-12 07:14:37 +00:00
"message" : "替换" ,
"description" : "Label before the replace input field in the editor shown on Ctrl-H"
2015-09-19 00:56:05 +00:00
} ,
2017-05-06 11:00:11 +00:00
"styleRegexpTestNone" : {
2017-07-12 07:14:37 +00:00
"message" : "没有发现任何网页标签与正则表达式匹配" ,
"description" : "RegExp test report: label for expressions that didn't match any tabs"
2017-05-06 11:00:11 +00:00
} ,
"importReportLegendUpdatedMeta" : {
2017-07-12 07:14:37 +00:00
"message" : "升级信息" ,
"description" : "Text after the number of styles with updated meta info like name/url in the report shown after importing styles"
2017-05-06 11:00:11 +00:00
} ,
2015-09-19 00:56:05 +00:00
"appliesLabel" : {
2017-12-30 01:34:30 +00:00
"message" : "应用于:" ,
2017-07-12 07:14:37 +00:00
"description" : "Label for 'applies to' fields on the edit/add screen"
2015-09-19 00:56:05 +00:00
} ,
2017-12-30 01:34:30 +00:00
"sortLabelTitleDesc" : {
"message" : "标题降序" ,
"description" : "Text added to option group to indicate a block of options that apply a title descending (Z to A) sort"
} ,
2017-03-13 19:33:31 +00:00
"openOptionsPopup" : {
2017-07-12 07:14:37 +00:00
"message" : "设置用户界面" ,
"description" : "Go to Options UI"
2017-03-13 19:33:31 +00:00
} ,
2017-12-19 00:32:15 +00:00
"usercssConfigIncomplete" : {
"message" : "在显示了配置对话框后,样式被修改或删除,这些变数将不会被保存,以免损坏元数据:" ,
"description" : ""
} ,
2015-09-19 00:56:05 +00:00
"openManage" : {
2017-07-12 07:14:37 +00:00
"message" : "管理已安装的样式" ,
"description" : "Link to open the manage page."
2015-09-19 00:56:05 +00:00
} ,
"updateCheckFailBadResponseCode" : {
2017-07-10 14:29:58 +00:00
"message" : "更新失败: 服务器响应代码为 $code$。" ,
2017-07-12 07:14:37 +00:00
"description" : "Text that displays when an update check failed because the response code indicates an error" ,
2015-09-19 00:56:05 +00:00
"placeholders" : {
"code" : {
"content" : "$1"
}
}
} ,
"appliesSpecify" : {
2017-07-12 07:14:37 +00:00
"message" : "指定" ,
"description" : "Label for the button to make a style apply only to specific sites"
2015-09-19 00:56:05 +00:00
} ,
"installUpdate" : {
2017-07-12 07:14:37 +00:00
"message" : "安装更新" ,
"description" : "Label for the button to install an update for a single style"
2015-09-19 00:56:05 +00:00
} ,
2017-12-19 00:32:15 +00:00
"syncStorageErrorSaving" : {
"message" : "不能保存该值,请尝试减少文本数量。" ,
"description" : "Displayed when trying to save an excessively big value via storage.sync API"
} ,
"findStylesInline" : {
"message" : "嵌入到此页面" ,
"description" : "Text for a checkbox that opens search results 'inline' (within the Stylus popup window)"
} ,
2017-03-13 19:33:31 +00:00
"optionsCheckUpdate" : {
2017-07-12 07:14:37 +00:00
"message" : "检查所有样式更新" ,
"description" : ""
2017-03-13 19:33:31 +00:00
} ,
2017-12-26 11:42:26 +00:00
"clickToUninstall" : {
"message" : "点击卸载" ,
"description" : "Label for the overlay on a style thumbnail when installed via inline search in the popup"
} ,
2017-12-19 00:32:15 +00:00
"filteredStyles" : {
"message" : "已显示 $numShown$ 个,总共 $numTotal$ 个" ,
"description" : "TL note - make this message short" ,
"placeholders" : {
"numTotal" : {
"content" : "$2"
} ,
"numShown" : {
"content" : "$1"
}
}
} ,
2017-05-06 11:00:11 +00:00
"importReportTitle" : {
2017-07-12 07:14:37 +00:00
"message" : "样式导入完成" ,
"description" : "Title of the report shown after importing styles"
2017-05-06 11:00:11 +00:00
} ,
2017-12-30 01:34:30 +00:00
"unreachableAMOHint" : {
"message" : "若要允许存取,打开 <about:config>,在列表上单击右键,点击新增,然后再点击 'Boolean',粘贴 <privacy.resistFingerprinting.block_mozAddonManager> 并点击确定 -> <true> -> 确定,然后重新刷新 <addons.mozilla.org> 页面。" ,
"description" : "Note in the popup when opened on addons.mozilla.org in Firefox >= 59"
} ,
2015-09-19 00:56:05 +00:00
"styleMozillaFormatHeading" : {
2017-07-12 07:14:37 +00:00
"message" : "Mozilla 格式" ,
"description" : "Heading for the section with buttons to import/export Mozilla format of the style"
2015-09-19 00:56:05 +00:00
} ,
2017-05-06 11:00:11 +00:00
"cm_matchHighlight" : {
2017-07-12 07:14:37 +00:00
"message" : "高亮" ,
"description" : "Label for the drop-down list controlling the automatic highlighting of current word/selection occurrences in the style editor."
2017-05-06 11:00:11 +00:00
} ,
"styleRegexpPartialExplanation" : {
2017-07-12 07:14:37 +00:00
"message" : "这个样式有一部分正则表达式与 <a href='https://developer.mozilla.org/docs/Web/CSS/@document'>CSS4 @document specification</a>完整的 URL 不匹配。这部分样式将被忽略,可能这个样式是基于 Stylish 编写的,请尝试在 Stylus 重新编写该样式。" ,
"description" : ""
} ,
2017-12-19 00:32:15 +00:00
"linterCSSLintSettings" : {
"message" : "( 设置规则为: 0 = 禁用; 1 = 警告; 2 = 错误)" ,
"description" : "CSSLint rule config values"
} ,
"searchResultNoneFound" : {
"message" : "没有找到与此页面相关的样式." ,
"description" : "Error text in the popup when inline search didn't find any site-specific styles"
} ,
2017-07-12 07:14:37 +00:00
"styleBeautifyIndentConditional" : {
"message" : "缩进 @media、@supports" ,
"description" : "CSS-beautifier option"
2017-05-06 11:00:11 +00:00
} ,
"unreachableContentScript" : {
2017-07-12 07:14:37 +00:00
"message" : "无法读取页面,请尝试刷新。" ,
"description" : "Note in the toolbar popup usually on file:// URLs after [re]loading Stylus"
2015-09-19 00:56:05 +00:00
} ,
"sectionRemove" : {
2017-07-12 07:14:37 +00:00
"message" : "删除此部分" ,
"description" : "Label for the button to remove a section"
2015-09-19 00:56:05 +00:00
} ,
"disableAllStyles" : {
2017-12-19 00:32:15 +00:00
"message" : "禁用所有样式" ,
2017-07-12 07:14:37 +00:00
"description" : "Label for the checkbox that turns all enabled styles off."
2015-09-19 00:56:05 +00:00
} ,
2017-12-19 00:32:15 +00:00
"appliesLineWidgetLabel" : {
2017-12-30 01:34:30 +00:00
"message" : "显示应用对象的信息" ,
2017-12-19 00:32:15 +00:00
"description" : "Label for the checkbox to display applies-to information in the single editor"
} ,
2017-05-06 11:00:11 +00:00
"updateCheckSkippedMaybeLocallyEdited" : {
2017-07-12 07:14:37 +00:00
"message" : "这个样式可能在本地修改过,如果强制升级更新则会覆盖修改的内容。" ,
"description" : "Text that displays when an update check skipped updating the style to avoid losing possible local modifications"
2017-05-06 11:00:11 +00:00
} ,
2015-09-19 00:56:05 +00:00
"undoGlobal" : {
2017-07-12 07:14:37 +00:00
"message" : "撤销 (全局)" ,
"description" : "CSS-beautify global Undo button label"
} ,
"optionsCustomizeIcon" : {
"message" : "切换图标" ,
"description" : ""
2015-09-19 00:56:05 +00:00
} ,
2017-12-30 01:34:30 +00:00
"genericTitle" : {
"message" : "标题" ,
"description" : "Used in various parts of the UI to indicate the title of something"
} ,
2015-09-19 00:56:05 +00:00
"updateCompleted" : {
2017-07-12 07:14:37 +00:00
"message" : "更新已完成。" ,
"description" : "Text that displays when an update completed"
2015-09-19 00:56:05 +00:00
} ,
2017-12-19 00:32:15 +00:00
"paginationTotal" : {
"message" : "总页面" ,
"description" : ""
} ,
2015-09-19 00:56:05 +00:00
"checkingForUpdate" : {
2017-07-12 07:14:37 +00:00
"message" : "正在检查更新..." ,
"description" : "Text to display when checking a style for an update"
2015-09-19 00:56:05 +00:00
} ,
2017-05-06 11:00:11 +00:00
"styleRegexpTestFull" : {
2017-07-12 07:14:37 +00:00
"message" : "匹配的网页标签" ,
"description" : "RegExp test report: label for the fully matching expressions"
2017-05-06 11:00:11 +00:00
} ,
"manageMaxTargets" : {
2017-12-30 01:34:30 +00:00
"message" : "显示应用的规则列表数量" ,
2017-07-12 07:14:37 +00:00
"description" : "Label for the numeric input box to limit max number of applies-to targets in the new UI on manage page"
2017-05-06 11:00:11 +00:00
} ,
2017-12-19 00:32:15 +00:00
"searchResultRating" : {
"message" : "评价" ,
"description" : "Text for label that shows the search result's rating"
} ,
2017-12-30 01:34:30 +00:00
"genericUnknown" : {
"message" : "未知" ,
"description" : "Used in various parts of the UI to indicate if something is unknown (e.g. an unknown date)"
} ,
2017-12-19 00:32:15 +00:00
"popupManageTooltip" : {
"message" : "Shift + 左键单击 或 右键单击 以打开管理界面中当前页面适用的样式" ,
"description" : "Tooltip for the 'Manage' button in the popup."
} ,
2017-05-06 11:00:11 +00:00
"manageFaviconsHelp" : {
2017-12-30 01:34:30 +00:00
"message" : "Stylus 使用外部服务 https://www.google.com/s2/favicons 来获取图标" ,
2017-07-12 07:14:37 +00:00
"description" : "Label for the checkbox that toggles applies-to favicons in the new UI on manage page"
2017-05-06 11:00:11 +00:00
} ,
2017-12-19 00:32:15 +00:00
"paginationEstimated" : {
"message" : "已找到的样式总页数" ,
"description" : "Tooltip for the total page count in search results"
} ,
"styleInstallOverwrite" : {
"message" : "'$stylename$' 已经安装,要覆盖吗?\n版本: $oldVersion$ -> $newVersion$" ,
"description" : "Confirmation when re-installing a style" ,
"placeholders" : {
"stylename" : {
"content" : "$1"
} ,
"newVersion" : {
"content" : "$3"
} ,
"oldVersion" : {
"content" : "$2"
}
}
} ,
2017-05-06 11:00:11 +00:00
"updateCheckSkippedLocallyEdited" : {
2017-07-12 07:14:37 +00:00
"message" : "此样式已在本地修改过。" ,
"description" : "Text that displays when an update check skipped updating the style to avoid losing local modifications"
2017-05-06 11:00:11 +00:00
} ,
2017-12-19 00:32:15 +00:00
"linterRulesLink" : {
"message" : "查看完整的规则清单" ,
"description" : "Stylelint or CSSLint rules label added immediately before a link"
} ,
"styleUpdateDiscardChanges" : {
"message" : "样式已经在编辑器外被修改。需要重新加载样式吗?" ,
"description" : "Confirmation to update the style in the editor"
} ,
2017-05-06 11:00:11 +00:00
"optionsResetButton" : {
2017-07-12 07:14:37 +00:00
"message" : "恢复默认值" ,
"description" : ""
2017-03-13 19:33:31 +00:00
} ,
2017-12-19 00:32:15 +00:00
"paginationNext" : {
"message" : "下一页" ,
"description" : "Tooltip for the '->' (next page) button in search results"
} ,
"searchResultInstallCount" : {
2017-12-30 01:34:30 +00:00
"message" : "总共被安装次数" ,
2017-12-19 00:32:15 +00:00
"description" : "Text for label that shows the number of times a search result was installed"
} ,
2015-09-19 00:56:05 +00:00
"sectionCode" : {
2017-07-12 07:14:37 +00:00
"message" : "代码" ,
"description" : "Label for the code for a section"
2015-09-19 00:56:05 +00:00
} ,
2017-12-19 00:32:15 +00:00
"externalUsercssDocument" : {
"message" : "Usercss 外部文档" ,
"description" : "Label for the external link to usercss documentation"
} ,
2017-05-06 11:00:11 +00:00
"optionsAdvancedContextDelete" : {
2017-07-12 07:14:37 +00:00
"message" : "添加“删除”到编辑器的菜单" ,
"description" : ""
2017-05-06 11:00:11 +00:00
} ,
2017-12-19 00:32:15 +00:00
"linterConfigPopupTitle" : {
2017-12-30 01:34:30 +00:00
"message" : "设置 $linter$ 规则" ,
2017-12-19 00:32:15 +00:00
"description" : "Stylelint or CSSLint popup header" ,
"placeholders" : {
"linter" : {
"content" : "$1"
}
}
} ,
"configureStyle" : {
"message" : "配置" ,
"description" : "Label for the button to configure usercss userstyle"
} ,
2017-05-06 11:00:11 +00:00
"importReportLegendUpdatedBoth" : {
2017-07-12 07:14:37 +00:00
"message" : "已更新的所有信息和代码" ,
"description" : "Text after the number of styles updated entirely in the report shown after importing styles"
2017-05-06 11:00:11 +00:00
} ,
2015-09-19 00:56:05 +00:00
"cm_smartIndent" : {
2017-12-30 01:34:30 +00:00
"message" : "智能缩进" ,
2017-07-12 07:14:37 +00:00
"description" : "Label for the checkbox controlling smart indentation option for the style editor."
2015-09-19 00:56:05 +00:00
} ,
2017-05-06 11:00:11 +00:00
"styleRegexpTestButton" : {
2017-07-12 07:14:37 +00:00
"message" : "测试正则表达式" ,
"description" : "RegExp test button label in the editor shown when applies-to list has a regexp value"
2017-05-06 11:00:11 +00:00
} ,
2015-09-19 00:56:05 +00:00
"appliesHelp" : {
2017-12-30 01:34:30 +00:00
"message" : "使用“应用于”控件来限制此部分中的代码所应用到的网址。" ,
2017-07-12 07:14:37 +00:00
"description" : "Help text for 'applies to' section"
2015-09-19 00:56:05 +00:00
} ,
2017-12-13 21:13:15 +00:00
"linkGetHelp" : {
"message" : "帮助" ,
"description" : "Homepage link text on the manage page e.g. https://add0n.com/stylus.html#features with chat/FAQ/intro/info"
} ,
2017-12-19 00:32:15 +00:00
"searchStylesHelp" : {
"message" : "使用 </> 键以定位搜索栏。\n纯文本: 搜索名字,代码,主页 URL 和适用于它的站点,少于 3 个字母的单词将会被忽略。 \n匹配URL: 以 <url:> 为前缀来搜索,例如 <url:https://github.com/openstyles/stylus>\n正则表达式: 包括斜杠和标记。 </body.*?\\ba\\b/simguy>\n精确的单词: 使用双引号包住想要搜索的内容, 例如 <\".header ~ div\">" ,
"description" : "Text in the minihelp displayed when clicking (i) icon to the right of the search input field on the Manage styles page"
} ,
"findStyles" : {
"message" : "查找更多样式" ,
"description" : "Text for a link that gets a list of styles for the current site"
} ,
2015-09-19 00:56:05 +00:00
"editStyleHeading" : {
2017-07-12 07:14:37 +00:00
"message" : "修改样式" ,
"description" : "Title of the page for editing styles"
2015-09-19 00:56:05 +00:00
} ,
2017-05-06 11:00:11 +00:00
"editDeleteText" : {
2017-07-12 07:14:37 +00:00
"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."
} ,
2017-12-30 01:34:30 +00:00
"unreachableAMO" : {
"message" : "Firefox 禁止访问该站点。" ,
"description" : "Note in the popup displayed when opened on addons.mozilla.org"
} ,
2017-12-19 00:32:15 +00:00
"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"
} ,
2017-12-26 11:42:26 +00:00
"genericPrevious" : {
"message" : "后退" ,
"description" : "Used in various places to select/perform the previous step/action"
} ,
2017-12-19 00:32:15 +00:00
"manageOnlyDisabled" : {
"message" : "只显示未启用的样式" ,
"description" : "Checkbox to show only disabled styles"
} ,
2017-09-06 11:34:32 +00:00
"stylusUnavailableForURLdetails" : {
2017-12-19 00:32:15 +00:00
"message" : "出于安全的因素,浏览器禁止拓展程序影响其内置页面 (例如 chrome://version , Chrome 61 的新标准标签页, about:addons 等其他页面)以及其他拓展程序的页面。每个浏览器也限制了对于自己拓展程序库的介入 (例如 Chrome 网上应用店、Firefox 附加组件)。" ,
2017-09-06 11:34:32 +00:00
"description" : "Sub-note in the toolbar pop-up when on a URL Stylus can't affect"
} ,
2017-05-06 11:00:11 +00:00
"cm_matchHighlightSelection" : {
2017-07-12 07:14:37 +00:00
"message" : "选择区域" ,
"description" : "Style editor's 'highglight' drop-down list option: highlight the occurrences of currently selected text"
2017-05-06 11:00:11 +00:00
} ,
2015-09-19 00:56:05 +00:00
"appliesUrlOption" : {
2017-07-12 07:14:37 +00:00
"message" : "网址" ,
"description" : "Option to make the style apply to the entered string as a URL"
2015-09-19 00:56:05 +00:00
} ,
2017-05-06 11:00:11 +00:00
"updateAllCheckSucceededSomeEdited" : {
2017-09-06 11:34:32 +00:00
"message" : "如果你修改过一些样式,那它们可能被忽略更新,你可以单独检测这些样式强制升级,也可以 再次检测所有样式强制更新。" ,
2017-07-12 07:14:37 +00:00
"description" : "Text that displays when an update all check completed and no updates are available"
2017-05-06 11:00:11 +00:00
} ,
"stylusUnavailableForURL" : {
2017-12-19 00:32:15 +00:00
"message" : "Stylus 不能在此类页面上工作" ,
2017-07-12 07:14:37 +00:00
"description" : "Note in the toolbar pop-up when on a URL Stylus can't affect"
2017-05-06 11:00:11 +00:00
} ,
2017-12-19 00:32:15 +00:00
"popupBorders" : {
"message" : "在两边增加白色边框" ,
"description" : ""
} ,
2017-05-06 11:00:11 +00:00
"manageOnlyUpdates" : {
2017-07-12 07:14:37 +00:00
"message" : "只显示可升级的样式" ,
"description" : "Checkbox to show only styles that have updates after check-all-styles-for-updates was performed"
2017-05-06 11:00:11 +00:00
} ,
2015-09-19 00:56:05 +00:00
"addStyleTitle" : {
2017-07-12 07:14:37 +00:00
"message" : "添加样式" ,
"description" : "Title of the page for adding styles"
2015-09-19 00:56:05 +00:00
} ,
2017-12-19 00:32:15 +00:00
"externalLink" : {
"message" : "外部链接" ,
"description" : "Label for external links"
} ,
"externalHomepage" : {
"message" : "主页" ,
"description" : "Label for the external link to style's homepage"
} ,
2015-09-19 00:56:05 +00:00
"importReplaceLabel" : {
2017-07-12 07:14:37 +00:00
"message" : "覆盖样式" ,
"description" : "Label for the button to import and overwrite current style"
2015-09-19 00:56:05 +00:00
} ,
2017-12-26 11:42:26 +00:00
"genericNext" : {
"message" : "继续" ,
"description" : "Used in various places to select/perform the next step/action"
} ,
2017-12-19 00:32:15 +00:00
"popupOpenEditInWindowTooltip" : {
"message" : "可以通过从浏览器窗口中分离编辑器分页来启用,\n也可以通过单独的编辑器分页附加到其他窗口中来禁用。" ,
"description" : "Label for the checkbox controlling 'edit' action behavior in the popup."
} ,
2015-09-19 00:56:05 +00:00
"dbError" : {
2017-07-12 07:14:37 +00:00
"message" : "应用Stylus数据库时发生了一个错误。您想要访问包含可能的解决方案的网页吗? " ,
"description" : "Prompt when a DB error is encountered"
2015-09-19 00:56:05 +00:00
} ,
2017-12-30 01:34:30 +00:00
"dateInstalled" : {
"message" : "安装日期" ,
"description" : "Option text for the user to sort the style by install date"
} ,
2017-05-06 11:00:11 +00:00
"optionsAdvanced" : {
2017-07-12 07:14:37 +00:00
"message" : "高级设置" ,
"description" : ""
2017-05-06 11:00:11 +00:00
} ,
2017-12-19 00:32:15 +00:00
"alphaChannel" : {
"message" : "透明度" ,
"description" : "Label of color's opacity"
} ,
2015-09-19 00:56:05 +00:00
"importAppendTooltip" : {
2017-07-12 07:14:37 +00:00
"message" : "追加已导入样式到当前样式" ,
"description" : "Tooltip for the button to import a style and append to the existing sections"
2015-09-19 00:56:05 +00:00
} ,
2017-03-13 19:33:31 +00:00
"editorStylesButton" : {
2017-07-12 07:14:37 +00:00
"message" : "查找编辑器样式" ,
"description" : "Find styles for the editor"
2017-03-13 19:33:31 +00:00
} ,
"optionsOpen" : {
2017-07-12 07:14:37 +00:00
"message" : "打开" ,
"description" : ""
2017-03-13 19:33:31 +00:00
} ,
2015-09-19 00:56:05 +00:00
"helpKeyMapHotkey" : {
2017-07-12 07:14:37 +00:00
"message" : "按下热键" ,
"description" : "Placeholder text of inputbox in keymap help popup on the edit style page. Must be very short"
2015-09-19 00:56:05 +00:00
} ,
2017-05-06 11:00:11 +00:00
"styleRegexpTestInvalid" : {
2017-07-12 07:14:37 +00:00
"message" : "忽略无效的正则表达式" ,
"description" : "RegExp test report: label for the invalid expressions"
2017-05-06 11:00:11 +00:00
} ,
2017-12-26 11:42:26 +00:00
"dateUpdated" : {
"message" : "更新日期" ,
"description" : "Option text for the user to sort the style by last update date"
} ,
2017-12-19 00:32:15 +00:00
"manageOnlyExternal" : {
"message" : "只显示外部安装的样式" ,
"description" : "Checkbox to show only externally installed styles i.e. updatable"
} ,
"searchResultWeeklyCount" : {
"message" : "本周已被安装次数" ,
"description" : "Text for label that shows the number of times a search result was installed during last week"
} ,
2015-09-19 00:56:05 +00:00
"replaceAll" : {
2017-07-12 07:14:37 +00:00
"message" : "全部替换" ,
"description" : "Label before the replace input field in the editor shown on 'replaceAll' hotkey"
2015-09-19 00:56:05 +00:00
} ,
2017-05-06 11:00:11 +00:00
"importReportUnchanged" : {
2017-12-19 00:32:15 +00:00
"message" : "导入的样式无效。" ,
2017-07-12 07:14:37 +00:00
"description" : "Message in the report shown after importing styles"
2017-05-06 11:00:11 +00:00
} ,
2017-12-19 00:32:15 +00:00
"confirmDiscardChanges" : {
"message" : "放弃修改?" ,
"description" : "Generic label or title displayed when trying to close something (not a style) with unsaved changes"
} ,
"searchResultUpdated" : {
"message" : "最后更新日期" ,
"description" : "Text for label that shows the search result's last update date"
} ,
"configOnChangeTooltip" : {
"message" : "自动保存并应用修改" ,
"description" : ""
} ,
2017-03-13 19:33:31 +00:00
"optionsActions" : {
2017-07-12 07:14:37 +00:00
"message" : "接下来要做什么" ,
"description" : ""
2017-03-13 19:33:31 +00:00
} ,
2015-09-19 00:56:05 +00:00
"editGotoLine" : {
2017-07-12 07:14:37 +00:00
"message" : "跳转至行(或行:列)" ,
"description" : "Go to line or line:column on Ctrl-G in style code editor"
2015-09-19 00:56:05 +00:00
} ,
2017-05-06 11:00:11 +00:00
"manageOnlyLocalTooltip" : {
2017-07-12 07:14:37 +00:00
"message" : "(此样式无法通过 userstyles.org 页面进行安装)" ,
"description" : "Tooltip for the checkbox to show only locally created styles i.e. non-updatable"
2017-05-06 11:00:11 +00:00
} ,
2015-09-19 00:56:05 +00:00
"checkAllUpdates" : {
2017-07-12 07:14:37 +00:00
"message" : "检查所有样式更新" ,
"description" : "Label for the button to check all styles for updates"
2015-09-19 00:56:05 +00:00
} ,
2017-03-13 19:33:31 +00:00
"openOptionsManage" : {
2017-07-12 07:14:37 +00:00
"message" : "设置用户界面" ,
"description" : "Go to Options UI"
2017-03-13 19:33:31 +00:00
} ,
2017-12-19 00:32:15 +00:00
"colorpickerTooltip" : {
"message" : "打开颜色选择器" ,
"description" : "Tooltip for the colored squares shown before CSS colors in the style editor."
} ,
2017-05-06 11:00:11 +00:00
"optionsCustomizeBadge" : {
2017-07-12 07:14:37 +00:00
"message" : "样式计数器" ,
"description" : ""
2017-05-06 11:00:11 +00:00
} ,
2017-12-30 01:34:30 +00:00
"sortDateNewestFirst" : {
"message" : "最新的优先" ,
"description" : "Text added to indicate that sorting a date would add the newest entries at the top"
} ,
2017-12-19 00:32:15 +00:00
"paginationPrevious" : {
"message" : "上一页" ,
"description" : "Tooltip for the '<-' button in search results"
} ,
"installUpdateFrom" : {
"message" : "当前是从 $url$ 更新的样式" ,
"description" : "Label to describe where the style gets update" ,
"placeholders" : {
"url" : {
"content" : "$1"
}
}
} ,
2017-05-06 11:00:11 +00:00
"importReportLegendIdentical" : {
2017-12-19 00:32:15 +00:00
"message" : "已忽略相同样式" ,
2017-07-12 07:14:37 +00:00
"description" : "Text after the number of styles skipped due to being identical to the already installed ones in the report shown after importing styles"
2017-05-06 11:00:11 +00:00
} ,
2017-12-19 00:32:15 +00:00
"manageNewStyleAsUsercss" : {
2017-12-30 01:34:30 +00:00
"message" : "作为 Usercss 样式" ,
2017-12-19 00:32:15 +00:00
"description" : "VERY SHORT label for the checkbox next to the 'Write new style' button in the style manager"
} ,
2017-03-13 19:33:31 +00:00
"optionsPopupWidth" : {
2017-12-30 01:34:30 +00:00
"message" : "Stylus 样式管理弹出框宽度 / px" ,
2017-07-12 07:14:37 +00:00
"description" : ""
2017-03-13 19:33:31 +00:00
} ,
2017-12-19 00:32:15 +00:00
"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"
} ,
2015-09-19 00:56:05 +00:00
"confirmNo" : {
2017-07-12 07:14:37 +00:00
"message" : "否" ,
"description" : "'No' button in a confirm dialog"
2015-09-19 00:56:05 +00:00
} ,
2017-12-19 00:32:15 +00:00
"styleMissingMeta" : {
"message" : "缺少必要的数据 @$key$" ,
"description" : "Error displayed when a mandatory metadata is missing" ,
"placeholders" : {
"key" : {
"content" : "$1"
}
}
} ,
2017-12-26 11:42:26 +00:00
"searchCaseSensitive" : {
"message" : "大小写敏感" ,
"description" : "Tooltip for the 'Aa' icon that enables case-sensitive search in the editor shown on Ctrl-F"
} ,
2017-12-19 00:32:15 +00:00
"appliesLineWidgetWarning" : {
"message" : "无法与压缩过的CSS一起运作" ,
"description" : "A warning that applies-to information won't show properly with minified CSS"
} ,
"configureStyleOnHomepage" : {
"message" : "通过 userstyles.org 配置" ,
"description" : "Label for the button to configure userstyles.org userstyle"
} ,
2015-09-19 00:56:05 +00:00
"undo" : {
2017-07-12 07:14:37 +00:00
"message" : "撤销" ,
"description" : "Button label"
2015-09-19 00:56:05 +00:00
} ,
2017-12-19 00:32:15 +00:00
"usercssReplaceTemplateConfirmation" : {
"message" : "使用新的 Usercss 样式替换默认的模板为当前的代码?" ,
"description" : ""
} ,
2015-09-19 00:56:05 +00:00
"cm_keyMap" : {
2017-07-12 07:14:37 +00:00
"message" : "键盘映射" ,
"description" : "Label for the drop-down list controlling the keymap for the style editor."
2015-09-19 00:56:05 +00:00
} ,
2017-12-19 00:32:15 +00:00
"externalSupport" : {
"message" : "支持" ,
"description" : "Label for the external link to style's support site"
} ,
"confirmSave" : {
"message" : "保存" ,
"description" : "'Save' button in a confirm dialog"
} ,
2017-05-06 11:00:11 +00:00
"manageNewUI" : {
2017-12-30 01:34:30 +00:00
"message" : "新的样式管理界面" ,
2017-07-12 07:14:37 +00:00
"description" : "Label for the checkbox that toggles the new UI on manage page"
2017-05-06 11:00:11 +00:00
} ,
2017-12-30 01:34:30 +00:00
"unreachableAMOHintOldFF" : {
"message" : "仅 Firefox 59 或更新的版本才能让你设置 WebExtensions 在例如这样一个有 CSP 保护的页面上新增样式。" ,
"description" : "Note in the popup when opened on addons.mozilla.org in Firefox < 59"
} ,
2017-05-06 11:00:11 +00:00
"importReportUndoneTitle" : {
2017-07-12 07:14:37 +00:00
"message" : "样式导入被取消" ,
"description" : "Title of the message box shown after undoing the import of styles"
2017-05-06 11:00:11 +00:00
} ,
"genericDisabledLabel" : {
2017-07-12 07:14:37 +00:00
"message" : "未启用" ,
"description" : "Used in various lists/options to indicate that something is disabled"
2017-05-06 11:00:11 +00:00
} ,
2015-09-19 00:56:05 +00:00
"cm_indentWithTabs" : {
2017-12-30 01:34:30 +00:00
"message" : "带智能缩进的标签页" ,
2017-07-12 07:14:37 +00:00
"description" : "Label for the checkbox controlling tabs with smart indentation option for the style editor."
2015-09-19 00:56:05 +00:00
} ,
"replaceWith" : {
2017-07-12 07:14:37 +00:00
"message" : "替换用" ,
"description" : "Label before the replace-with input field in the editor shown on Ctrl-H etc."
2015-09-19 00:56:05 +00:00
} ,
2017-12-19 00:32:15 +00:00
"liveReloadError" : {
"message" : "查看文件时发生错误" ,
"description" : "The label of live-reload error"
} ,
2015-09-19 00:56:05 +00:00
"deleteStyleLabel" : {
2017-07-12 07:14:37 +00:00
"message" : "删除" ,
"description" : "Label for the button to delete a style"
2015-09-19 00:56:05 +00:00
} ,
2017-05-06 11:00:11 +00:00
"updateCheckManualUpdateForce" : {
2017-07-12 07:14:37 +00:00
"message" : "安装更新(将覆盖本地修改的样式)" ,
"description" : "Additional text displayed when an update check skipped updating the style to avoid losing local modifications"
2017-05-06 11:00:11 +00:00
} ,
2017-12-19 00:32:15 +00:00
"styleInstallFailed" : {
"message" : "安装用户样式失败!\n$error$" ,
"description" : "Warning when installation failed" ,
"placeholders" : {
"error" : {
"content" : "$1"
}
}
} ,
2017-05-06 11:00:11 +00:00
"optionsAdvancedExposeIframes" : {
2017-07-12 07:14:37 +00:00
"message" : "通过 HTML[stylus-iframe] 方式改变 iframes 的 css" ,
"description" : ""
2017-05-06 11:00:11 +00:00
} ,
2017-12-19 00:32:15 +00:00
"usercssEditorNamePlaceholder" : {
"message" : "在代码中指定 @name" ,
"description" : "Placeholder text for the empty name input field when creating a new Usercss style"
} ,
2015-09-19 00:56:05 +00:00
"addStyleLabel" : {
2017-07-12 07:14:37 +00:00
"message" : "编写新样式" ,
"description" : "Label for the button to go to the add style page"
2015-09-19 00:56:05 +00:00
} ,
2017-12-19 00:32:15 +00:00
"installButtonUpdate" : {
"message" : "更新样式" ,
"description" : "Label for update button"
} ,
2017-03-13 19:33:31 +00:00
"backupButtons" : {
2017-07-12 07:14:37 +00:00
"message" : "备份" ,
"description" : "Heading for backup"
2017-03-13 19:33:31 +00:00
} ,
2015-09-19 00:56:05 +00:00
"manageOnlyEnabled" : {
2017-07-12 07:14:37 +00:00
"message" : "只显示已启用的样式" ,
"description" : "Checkbox to show only enabled styles"
2015-09-19 00:56:05 +00:00
} ,
"editStyleLabel" : {
2017-07-12 07:14:37 +00:00
"message" : "修改" ,
"description" : "Label for the button to go to the edit style page"
2015-09-19 00:56:05 +00:00
} ,
2017-12-19 00:32:15 +00:00
"installButtonInstalled" : {
"message" : "样式安装完成" ,
"description" : "Text displayed when the style is successfully installed"
} ,
"author" : {
"message" : "作者" ,
"description" : "Label for the style author"
} ,
2015-09-19 00:56:05 +00:00
"cm_theme" : {
2017-07-12 07:14:37 +00:00
"message" : "主题" ,
"description" : "Label for the style editor's CSS theme."
2015-09-19 00:56:05 +00:00
} ,
2017-12-19 00:32:15 +00:00
"findStylesInlineTooltip" : {
"message" : "将搜索结果嵌入到此页面显示" ,
"description" : "Text for a checkbox that displays search results within the Stylus popup."
} ,
"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"
} ,
2017-05-06 11:00:11 +00:00
"backupMessage" : {
2017-12-19 00:32:15 +00:00
"message" : "拖放一个 JSON 备份文件到这个页面,即可导入" ,
2017-07-12 07:14:37 +00:00
"description" : "Message for backup"
2017-05-06 11:00:11 +00:00
} ,
"importReportUndone" : {
2017-07-12 07:14:37 +00:00
"message" : "个样式被还原" ,
"description" : "Text after the number of styles reverted in the message box shown after undoing the import of styles"
2017-05-06 11:00:11 +00:00
} ,
2015-09-19 00:56:05 +00:00
"helpKeyMapCommand" : {
2017-07-12 07:14:37 +00:00
"message" : "输入命令名称" ,
"description" : "Placeholder text of inputbox in keymap help popup on the edit style page. Must be very short"
2015-09-19 00:56:05 +00:00
} ,
2017-12-19 00:32:15 +00:00
"linterResetMessage" : {
"message" : "想要恢复意外的重置,在文本框中按下 Ctrl-Z (或 Cmd-Z) " ,
"description" : "Reset button tooltip to inform user on how to undo an accidental reset"
} ,
2015-09-19 00:56:05 +00:00
"description" : {
2017-07-12 07:14:37 +00:00
"message" : "Stylus 是一个调整网页外观的用户样式管理器。它可让您轻松地为许多热门网站网站安装主题和皮肤。" ,
"description" : "Extension description"
2017-12-19 00:32:15 +00:00
} ,
"confirmClose" : {
"message" : "关闭" ,
"description" : "'Close' button in a confirm dialog"
} ,
"usercssReplaceTemplateName" : {
"message" : "以空的 @name 代替默认模板" ,
"description" : "The text shown after @name when creating a new Usercss style"
2017-02-28 23:57:03 +00:00
}
2018-01-02 18:26:44 +00:00
}