Update messages.json

This commit is contained in:
catcat520 2017-03-13 21:48:05 +08:00 committed by GitHub
parent 52d3387c6a
commit 8440b807da

View File

@ -1,425 +1,503 @@
{ {
"appliesToEverything": { "addStyleLabel": {
"message": "全部", "message": "编写新样式",
"description": "Text displayed for styles that apply to all sites" "description": "Label for the button to go to the add style page"
}, },
"defaultTheme": { "addStyleTitle": {
"message": "默认", "message": "添加样式",
"description": "Default CodeMirror CSS theme option on the edit style page" "description": "Title of the page for adding styles"
}, },
"manageOnlyEdited": { "appliesAdd": {
"message": "仅修改过的样式", "message": "添加",
"description": "Checkbox to show only locally edited styles" "description": "Label for the button to add an 'applies' entry"
}, },
"exportLabel": { "appliesDisplay": {
"message": "导出", "message": "应用对象:$applies$",
"description": "Label for the button to export a style ('edit' page) or all styles ('manage' page)" "description": "Text on the manage screen to describe what the style applies to",
}, "placeholders": {
"issues": { "applies": {
"message": "问题", "content": "$1"
"description": "Label for the CSSLint issues block on the style edit page" }
}, }
"cm_tabSize": { },
"message": "标签尺寸", "appliesDisplayTruncatedSuffix": {
"description": "Label for the text box controlling tab size option for the style editor." "message": "等等",
}, "description": "Text added to appliesDisplay when there are more sites for the style than are displayed"
"enableStyleLabel": { },
"message": "启用", "appliesDomainOption": {
"description": "Label for the button to enable a style" "message": "该域上的网址",
}, "description": "Option to make the style apply to the entered string as a domain"
"styleMissingName": { },
"message": "输入名称。", "appliesHelp": {
"description": "Error displayed when user saves without providing a name" "message": "使用“应用对象”控件来限制此部分中的代码所应用到的网址。",
}, "description": "Help text for 'applies to' section"
"appliesDomainOption": { },
"message": "该域上的网址", "appliesLabel": {
"description": "Option to make the style apply to the entered string as a domain" "message": "应用对象:",
}, "description": "Label for 'applies to' fields on the edit\/add screen"
"checkForUpdate": { },
"message": "检查更新", "appliesRegexpOption": {
"description": "Label for the button to check a single style for an update" "message": "与该正则表达式匹配的网址",
}, "description": "Option to make the style apply to the entered string as a regular expression"
"importAppendLabel": { },
"message": "追加到样式", "appliesRemove": {
"description": "Label for the button to import a style and append to the existing sections" "message": "删除",
}, "description": "Label for the button to remove an 'applies' entry"
"updateAllCheckSucceededNoUpdate": { },
"message": "所有样式已是最新版本", "appliesSpecify": {
"description": "Text that displays when an update all check completed and no updates are available" "message": "指定",
}, "description": "Label for the button to make a style apply only to specific sites"
"styleFromMozillaFormatPrompt": { },
"message": "粘贴 Mozilla 格式代码", "appliesToEverything": {
"description": "Prompt in the dialog displayed after clicking 'Import from Mozilla format' button" "message": "全部",
}, "description": "Text displayed for styles that apply to all sites"
"helpAlt": { },
"message": "帮助", "appliesUrlOption": {
"description": "Alternate text for help buttons" "message": "网址",
}, "description": "Option to make the style apply to the entered string as a URL"
"search": { },
"message": "搜索", "appliesUrlPrefixOption": {
"description": "Label before the search input field in the editor shown on Ctrl-F" "message": "网址前缀",
}, "description": "Option to make the style apply to the entered string as a URL prefix"
"confirmYes": { },
"message": "是", "applyAllUpdates": {
"description": "'Yes' button in a confirm dialog" "message": "应用全部更新",
}, "description": "Label for the button to apply all detected updates"
"findStylesForSite": { },
"message": "查找适合此网站的更多样式。", "backupButtons": {
"description": "Text for a link that gets a list of styles for the current site" "message": "备份",
}, "description": "Heading for backup"
"manageHeading": { },
"message": "已安装的样式", "backupMessage": {
"description": "Heading for the manage page" "message": "导入大文件可能耗时较长,请等待完成通知。",
}, "description": "Message for backup"
"styleBeautify": { },
"message": "美化", "checkAllUpdates": {
"description": "Label for the CSS-beautifier button on the edit style page" "message": "检查所有样式更新",
}, "description": "Label for the button to check all styles for updates"
"styleEnabledLabel": { },
"message": "已启用", "checkForUpdate": {
"description": "Label for the enabled state of styles" "message": "检查更新",
}, "description": "Label for the button to check a single style for an update"
"styleToMozillaFormatHelp": { },
"message": "Mozilla 格式的代码可以与 Stylus 一起用于 Firefox并可提交至 userstyles.org。", "checkingForUpdate": {
"description": "Help info for the Mozilla format header section that converts the code to/from Mozilla format" "message": "正在检查更新...",
}, "description": "Text to display when checking a style for an update"
"sectionAdd": { },
"message": "添加其他部分", "cm_indentWithTabs": {
"description": "Label for the button to add a section" "message": "启用带智能缩进的标签页",
}, "description": "Label for the checkbox controlling tabs with smart indentation option for the style editor."
"styleSaveLabel": { },
"message": "保存", "cm_keyMap": {
"description": "Label for save button for style editing" "message": "键盘映射",
}, "description": "Label for the drop-down list controlling the keymap for the style editor."
"confirmStop": { },
"message": "停止", "cm_lineWrapping": {
"description": "'Stop' button in a confirm dialog" "message": "自动换行",
}, "description": "Label for the checkbox controlling word wrap option for the style editor."
"writeStyleForURL": { },
"message": "这个URL", "cm_smartIndent": {
"description": "Text for link in toolbar pop-up to write a new style for the current URL" "message": "启用智能缩进",
}, "description": "Label for the checkbox controlling smart indentation option for the style editor."
"appliesAdd": { },
"message": "添加", "cm_tabSize": {
"description": "Label for the button to add an 'applies' entry" "message": "标签尺寸",
}, "description": "Label for the text box controlling tab size option for the style editor."
"appliesRegexpOption": { },
"message": "与该正则表达式匹配的网址", "cm_theme": {
"description": "Option to make the style apply to the entered string as a regular expression" "message": "主题",
}, "description": "Label for the style editor's CSS theme."
"styleInstall": { },
"message": "要将“$stylename$”安装到 Stylus 中吗?", "confirmNo": {
"description": "Confirmation when installing a style", "message": "否",
"placeholders": { "description": "'No' button in a confirm dialog"
"stylename": { },
"content": "$1" "confirmStop": {
} "message": "停止",
} "description": "'Stop' button in a confirm dialog"
}, },
"manageText": { "confirmYes": {
"message": "<a href='https://userstyles.org'>访问 userstyles.org 获取样式</a> | <a href='https://userstyles.org/help/stylish_chrome'>获取帮助</a>", "message": "是",
"description": "Help text on the manage page" "description": "'Yes' button in a confirm dialog"
}, },
"searchStyles": { "dbError": {
"message": "搜索内容", "message": "应用Stylus数据库时发生了一个错误。您想要访问包含可能的解决方案的网页吗",
"description": "Label for the search filter textbox on the Manage styles page" "description": "Prompt when a DB error is encountered"
}, },
"disableStyleLabel": { "defaultTheme": {
"message": "停用", "message": "默认",
"description": "Label for the button to disable a style" "description": "Default CodeMirror CSS theme option on the edit style page"
}, },
"prefShowBadge": { "deleteStyleLabel": {
"message": "在工具栏按钮上显示对当前站点生效的样式数目", "message": "删除",
"description": "Label for the checkbox controlling toolbar badge text." "description": "Label for the button to delete a style"
}, },
"menuShowBadge": { "deleteStyleConfirm": {
"message": "显示生效的样式计数", "message": "确定要删除此样式吗?",
"description": "Label (must be very short) for the checkbox in the toolbar button context menu controlling toolbar badge text." "description": "Confirmation before deleting a style"
}, },
"cm_lineWrapping": { "confirmOK": {
"message": "自动换行", "message": "确定"
"description": "Label for the checkbox controlling word wrap option for the style editor." },
}, "confirmCancel": {
"styleCancelEditLabel": { "message": "取消"
"message": "返回进行管理操作", },
"description": "Label for cancel button for style editing" "description": {
}, "message": "Stylus 是一个调整网页外观的用户样式管理器。它可让您轻松地为许多热门网站网站安装主题和皮肤。",
"styleChangesNotSaved": { "description": "Extension description"
"message": "您已对此样式进行了更改,但尚未保存。", },
"description": "Text for the prompt when changes are made to a style and the user tries to leave without saving" "openStylesManager": {
}, "message": "打开样式管理器",
"importLabel": { "description": "Label for the style maanger opener in the browser action context menu."
"message": "导入", },
"description": "Label for the button to import a style ('edit' page) or all styles ('manage' page)" "disableAllStyles": {
}, "message": "停用所有样式",
"updateCheckFailServerUnreachable": { "description": "Label for the checkbox that turns all enabled styles off."
"message": "更新失败 - 无法访问服务器。", },
"description": "Text that displays when an update check failed because the update server is unreachable" "disableStyleLabel": {
}, "message": "停用",
"manageFilters": { "description": "Label for the button to disable a style"
"message": "过滤器", },
"description": "Label for filters container" "editGotoLine": {
}, "message": "跳转至行(或行:列)",
"applyAllUpdates": { "description": "Go to line or line:column on Ctrl-G in style code editor"
"message": "应用全部更新", },
"description": "Label for the button to apply all detected updates" "editorStylesButton": {
}, "message": "查找编辑器样式",
"deleteStyleConfirm": { "description": "Find styles for the editor"
"message": "确定要删除此样式吗?", },
"description": "Confirmation before deleting a style" "editStyleHeading": {
}, "message": "修改样式",
"confirmOK": { "description": "Title of the page for editing styles"
"message": "Delete" },
}, "editStyleLabel": {
"confirmCancel": { "message": "修改",
"message": "Cancel" "description": "Label for the button to go to the edit style page"
}, },
"styleBadRegexp": { "editStyleTitle": {
"message": "正则表达式无效。", "message": "修改样式“$stylename$”",
"description": "Validation message for a bad regexp in a style" "description": "Title of the page for editing styles",
}, "placeholders": {
"optionsHeading": { "stylename": {
"message": "选项", "content": "$1"
"description": "Heading for options section on manage page." }
}, }
"appliesDisplay": { },
"message": "应用对象:$applies$", "enableStyleLabel": {
"description": "Text on the manage screen to describe what the style applies to", "message": "启用",
"placeholders": { "description": "Label for the button to enable a style"
"applies": { },
"content": "$1" "exportLabel": {
} "message": "导出",
} "description": "Label for the button to export a style ('edit' page) or all styles ('manage' page)"
}, },
"styleUpdate": { "findStylesForSite": {
"message": "您确定要更新 '$stylename$'?", "message": "查找适合此网站的更多样式。",
"description": "Confirmation when updating a style", "description": "Text for a link that gets a list of styles for the current site"
"placeholders": { },
"stylename": { "helpAlt": {
"content": "$1" "message": "帮助",
} "description": "Alternate text for help buttons"
} },
}, "helpKeyMapHotkey": {
"styleSectionsTitle": { "message": "按下热键",
"message": "部分", "description": "Placeholder text of inputbox in keymap help popup on the edit style page. Must be very short"
"description": "Title for the style sections section" },
}, "helpKeyMapCommand": {
"editStyleTitle": { "message": "输入命令名称",
"message": "修改样式“$stylename$”", "description": "Placeholder text of inputbox in keymap help popup on the edit style page. Must be very short"
"description": "Title of the page for editing styles", },
"placeholders": { "importLabel": {
"stylename": { "message": "导入",
"content": "$1" "description": "Label for the button to import a style ('edit' page) or all styles ('manage' page)"
} },
} "importAppendLabel": {
}, "message": "追加到样式",
"updateCheckSucceededNoUpdate": { "description": "Label for the button to import a style and append to the existing sections"
"message": "样式已是最新版本。", },
"description": "Text that displays when an update check completed and no update is available" "importAppendTooltip": {
}, "message": "追加已导入样式到当前样式",
"appliesUrlPrefixOption": { "description": "Tooltip for the button to import a style and append to the existing sections"
"message": "网址前缀", },
"description": "Option to make the style apply to the entered string as a URL prefix" "importReplaceLabel": {
}, "message": "覆盖样式",
"searchRegexp": { "description": "Label for the button to import and overwrite current style"
"message": "使用 /re/ 语法进行正则表达式搜索", },
"description": "Label after the search input field in the editor shown on Ctrl-F" "importReplaceTooltip": {
}, "message": "放弃当前样式的内容,使用已导入样式覆盖它",
"importReplaceTooltip": { "description": "Label for the button to import and overwrite current style"
"message": "放弃当前样式的内容,使用已导入样式覆盖它", },
"description": "Label for the button to import and overwrite current style" "installUpdate": {
}, "message": "安装更新",
"popupStylesFirst": { "description": "Label for the button to install an update for a single style"
"message": "在工具栏按钮中的命令前列出样式", },
"description": "Label for the checkbox controlling section order in the toolbar button menu." "issues": {
}, "message": "问题",
"sectionHelp": { "description": "Label for the CSSLint issues block on the style edit page"
"message": "各部分可让您定义不同的代码段,以通过同一样式应用到不同的网址组。例如,某个单一样式能以一种方式更改网站首页,同时以另一种方式更改网站的其余部分。", },
"description": "Help text for sections" "issuesHelp": {
}, "message": "The issues found by <a href='https:\/\/github.com\/CSSLint\/csslint' target='_blank'>CSSLint<\/a> 在已启用的这些规则中找到问题:",
"noStylesForSite": { "description": "Help popup message for the CSSLint issues block on the style edit page"
"message": "未对此网站安装任何样式。", },
"description": "Text displayed when no styles are installed for the current site" "manageFilters": {
}, "message": "过滤器",
"appliesDisplayTruncatedSuffix": { "description": "Label for filters container"
"message": "等等", },
"description": "Text added to appliesDisplay when there are more sites for the style than are displayed" "manageHeading": {
}, "message": "已安装的样式",
"appliesRemove": { "description": "Heading for the manage page"
"message": "删除", },
"description": "Label for the button to remove an 'applies' entry" "manageOnlyEnabled": {
}, "message": "仅已启用的样式",
"styleToMozillaFormatTitle": { "description": "Checkbox to show only enabled styles"
"message": "Mozilla 格式的样式", },
"description": "Title of the popup with the style code in Mozilla format, shown after pressing the Export button on Edit style page" "manageOnlyEdited": {
}, "message": "仅修改过的样式",
"manageTitle": { "description": "Checkbox to show only locally edited styles"
"message": "Stylus", },
"description": "Title for the manage page" "manageText": {
}, "message": "<a href='https:\/\/userstyles.org'>访问 userstyles.org 获取样式<\/a> | <a href='https:\/\/userstyles.org\/help\/stylish_chrome'>获取帮助<\/a>",
"writeStyleFor": { "description": "Help text on the manage page"
"message": "编写样式给:", },
"description": "Label for toolbar pop-up that precedes the links to write a new style" "manageTitle": {
}, "message": "Stylus",
"replace": { "description": "Title for the manage page"
"message": "替换", },
"description": "Label before the replace input field in the editor shown on Ctrl-H" "menuShowBadge": {
}, "message": "显示生效的样式计数",
"appliesLabel": { "description": "Label (must be very short) for the checkbox in the toolbar button context menu controlling toolbar badge text."
"message": "应用对象:", },
"description": "Label for 'applies to' fields on the edit/add screen" "noStylesForSite": {
}, "message": "未对此网站安装任何样式。",
"openManage": { "description": "Text displayed when no styles are installed for the current site"
"message": "管理已安装的样式", },
"description": "Link to open the manage page." "openManage": {
}, "message": "管理已安装的样式",
"updateCheckFailBadResponseCode": { "description": "Link to open the manage page."
"message": "更新失败 - 服务器响应代码为 $code$。", },
"description": "Text that displays when an update check failed because the response code indicates an error", "openOptionsManage": {
"placeholders": { "message": "设置用户界面",
"code": { "description": "Go to Options UI"
"content": "$1" },
} "openOptionsPopup": {
} "message": "设置用户界面",
}, "description": "Go to Options UI"
"appliesSpecify": { },
"message": "指定", "openOptionsShortcuts": {
"description": "Label for the button to make a style apply only to specific sites" "message": "设置快捷键",
}, "description": "Go to shortcut configuration"
"installUpdate": { },
"message": "安装更新", "openShortcutsPopup": {
"description": "Label for the button to install an update for a single style" "message": "设置快捷键",
}, "description": "Go to shortcut configuration"
"styleMozillaFormatHeading": { },
"message": "Mozilla 格式", "optionsHeading": {
"description": "Heading for the section with buttons to import/export Mozilla format of the style" "message": "选项",
}, "description": "Heading for options section on manage page."
"stylishUnavailableForURL": { },
"message": "(Stylus在这样的页面上不工作)", "optionsSubheading": {
"description": "Note in the toolbar pop-up when on a URL Stylus can't affect" "message": "附加选项",
}, "description": "Subheading for options section on manage page."
"sectionRemove": { },
"message": "删除此部分", "popupStylesFirst": {
"description": "Label for the button to remove a section" "message": "在工具栏按钮中的命令前列出样式",
}, "description": "Label for the checkbox controlling section order in the toolbar button menu."
"disableAllStyles": { },
"message": "停用所有样式", "prefShowBadge": {
"description": "Label for the checkbox that turns all enabled styles off." "message": "在工具栏按钮上显示对当前站点生效的样式数目",
}, "description": "Label for the checkbox controlling toolbar badge text."
"undoGlobal": { },
"message": "撤销 (全局)", "replace": {
"description": "CSS-beautify global Undo button label" "message": "替换",
}, "description": "Label before the replace input field in the editor shown on Ctrl-H"
"updateCompleted": { },
"message": "更新已完成。", "replaceAll": {
"description": "Text that displays when an update completed" "message": "全部替换",
}, "description": "Label before the replace input field in the editor shown on 'replaceAll' hotkey"
"checkingForUpdate": { },
"message": "正在检查更新...", "replaceWith": {
"description": "Text to display when checking a style for an update" "message": "替换用",
}, "description": "Label before the replace-with input field in the editor shown on Ctrl-H etc."
"sectionCode": { },
"message": "代码", "search": {
"description": "Label for the code for a section" "message": "搜索",
}, "description": "Label before the search input field in the editor shown on Ctrl-F"
"cm_smartIndent": { },
"message": "启用智能缩进", "searchRegexp": {
"description": "Label for the checkbox controlling smart indentation option for the style editor." "message": "使用 /re/ 语法进行正则表达式搜索",
}, "description": "Label after the search input field in the editor shown on Ctrl-F"
"appliesHelp": { },
"message": "使用“应用对象”控件来限制此部分中的代码所应用到的网址。", "searchStyles": {
"description": "Help text for 'applies to' section" "message": "搜索内容",
}, "description": "Label for the search filter textbox on the Manage styles page"
"editStyleHeading": { },
"message": "修改样式", "sectionAdd": {
"description": "Title of the page for editing styles" "message": "添加其他部分",
}, "description": "Label for the button to add a section"
"appliesUrlOption": { },
"message": "网址", "sectionCode": {
"description": "Option to make the style apply to the entered string as a URL" "message": "代码",
}, "description": "Label for the code for a section"
"addStyleTitle": { },
"message": "添加样式", "sectionHelp": {
"description": "Title of the page for adding styles" "message": "各部分可让您定义不同的代码段,以通过同一样式应用到不同的网址组。例如,某个单一样式能以一种方式更改网站首页,同时以另一种方式更改网站的其余部分。",
}, "description": "Help text for sections"
"importReplaceLabel": { },
"message": "覆盖样式", "sectionRemove": {
"description": "Label for the button to import and overwrite current style" "message": "删除此部分",
}, "description": "Label for the button to remove a section"
"dbError": { },
"message": "应用Stylus数据库时发生了一个错误。您想要访问包含可能的解决方案的网页吗", "styleBadRegexp": {
"description": "Prompt when a DB error is encountered" "message": "正则表达式无效。",
}, "description": "Validation message for a bad regexp in a style"
"importAppendTooltip": { },
"message": "追加已导入样式到当前样式", "styleBeautify": {
"description": "Tooltip for the button to import a style and append to the existing sections" "message": "美化",
}, "description": "Label for the CSS-beautifier button on the edit style page"
"helpKeyMapHotkey": { },
"message": "按下热键", "styleCancelEditLabel": {
"description": "Placeholder text of inputbox in keymap help popup on the edit style page. Must be very short" "message": "返回进行管理操作",
}, "description": "Label for cancel button for style editing"
"replaceAll": { },
"message": "全部替换", "styleChangesNotSaved": {
"description": "Label before the replace input field in the editor shown on 'replaceAll' hotkey" "message": "您已对此样式进行了更改,但尚未保存。",
}, "description": "Text for the prompt when changes are made to a style and the user tries to leave without saving"
"editGotoLine": { },
"message": "跳转至行(或行:列)", "styleEnabledLabel": {
"description": "Go to line or line:column on Ctrl-G in style code editor" "message": "已启用",
}, "description": "Label for the enabled state of styles"
"checkAllUpdates": { },
"message": "检查所有样式更新", "styleInstall": {
"description": "Label for the button to check all styles for updates" "message": "要将“$stylename$”安装到 Stylus 中吗?",
}, "description": "Confirmation when installing a style",
"issuesHelp": { "placeholders": {
"message": "<a href='https://github.com/CSSLint/csslint' target='_blank'>CSSLint</a> 在已启用的这些规则中找到问题:", "stylename": {
"description": "Help popup message for the CSSLint issues block on the style edit page" "content": "$1"
}, }
"confirmNo": { }
"message": "否", },
"description": "'No' button in a confirm dialog" "styleMissingName": {
}, "message": "输入名称。",
"undo": { "description": "Error displayed when user saves without providing a name"
"message": "撤销", },
"description": "Button label" "styleSaveLabel": {
}, "message": "保存",
"cm_keyMap": { "description": "Label for save button for style editing"
"message": "键盘映射", },
"description": "Label for the drop-down list controlling the keymap for the style editor." "styleSectionsTitle": {
}, "message": "部分",
"cm_indentWithTabs": { "description": "Title for the style sections section"
"message": "启用带智能缩进的标签页", },
"description": "Label for the checkbox controlling tabs with smart indentation option for the style editor." "styleMozillaFormatHeading": {
}, "message": "Mozilla 格式",
"replaceWith": { "description": "Heading for the section with buttons to import/export Mozilla format of the style"
"message": "替换用", },
"description": "Label before the replace-with input field in the editor shown on Ctrl-H etc." "styleFromMozillaFormatPrompt": {
}, "message": "粘贴 Mozilla 格式代码",
"deleteStyleLabel": { "description": "Prompt in the dialog displayed after clicking 'Import from Mozilla format' button"
"message": "删除", },
"description": "Label for the button to delete a style" "styleToMozillaFormatTitle": {
}, "message": "Mozilla 格式的样式",
"addStyleLabel": { "description": "Title of the popup with the style code in Mozilla format, shown after pressing the Export button on Edit style page"
"message": "编写新样式", },
"description": "Label for the button to go to the add style page" "styleToMozillaFormatHelp": {
}, "message": "Mozilla 格式的代码可以与 Stylus 一起用于 Firefox并可提交至 userstyles.org。",
"manageOnlyEnabled": { "description": "Help info for the Mozilla format header section that converts the code to/from Mozilla format"
"message": "仅已启用的样式", },
"description": "Checkbox to show only enabled styles" "styleUpdate": {
}, "message": "您确定要更新 '$stylename$'?",
"editStyleLabel": { "description": "Confirmation when updating a style",
"message": "修改", "placeholders": {
"description": "Label for the button to go to the edit style page" "stylename": {
}, "content": "$1"
"cm_theme": { }
"message": "主题", }
"description": "Label for the style editor's CSS theme." },
}, "stylishUnavailableForURL": {
"helpKeyMapCommand": { "message": "Stylus在这样的页面上不工作",
"message": "输入命令名称", "description": "Note in the toolbar pop-up when on a URL Stylus can't affect"
"description": "Placeholder text of inputbox in keymap help popup on the edit style page. Must be very short" },
}, "undo": {
"description": { "message": "撤销",
"message": "Stylus 是一个调整网页外观的用户样式管理器。它可让您轻松地为许多热门网站网站安装主题和皮肤。", "description": "Button label"
"description": "Extension description" },
} "undoGlobal": {
"message": "撤销(全局)",
"description": "CSS-beautify global Undo button label"
},
"updateCheckFailBadResponseCode": {
"message": "更新失败 - 服务器响应代码为 $code$。",
"description": "Text that displays when an update check failed because the response code indicates an error",
"placeholders": {
"code": {
"content": "$1"
}
}
},
"updateCheckFailServerUnreachable": {
"message": "更新失败 - 无法访问服务器。",
"description": "Text that displays when an update check failed because the update server is unreachable"
},
"updateCheckSucceededNoUpdate": {
"message": "样式已是最新版本。",
"description": "Text that displays when an update check completed and no update is available"
},
"updateAllCheckSucceededNoUpdate": {
"message": "所有样式已是最新版本。",
"description": "Text that displays when an update all check completed and no updates are available"
},
"updateCompleted": {
"message": "更新已完成。",
"description": "Text that displays when an update completed"
},
"writeStyleFor": {
"message": "编写样式给:",
"description": "Label for toolbar pop-up that precedes the links to write a new style"
},
"writeStyleForURL": {
"message": "这个URL",
"description": "Text for link in toolbar pop-up to write a new style for the current URL"
},
"bckpInstStyles": {
"message": "导出所有样式"
},
"retrieveBckp": {
"message": "导入所有样式"
},
"optionsBadgeNormal": {
"message": "样式计数背景颜色"
},
"optionsBadgeDisabled": {
"message": "样式计数背景颜色(停用时)"
},
"optionsPopupWidth": {
"message": "样式管理弹出框宽度 px"
},
"optionsUpdateInterval": {
"message": "每 N 小时检查所有样式更新0 为关闭检查)"
},
"optionsUpdateIntervalNote": {
"message": "设置为 0 则关闭样式更新检查"
},
"optionsCustomize": {
"message": "自定义用户界面"
},
"optionsActions": {
"message": "接下来要做什么"
},
"optionsOpenManager": {
"message": "打开样式管理器 "
},
"optionsOpenManagerNote": {
"message": "定义键盘快捷键"
},
"optionsCheckUpdate": {
"message": "检查所有样式更新"
},
"optionsOpen": {
"message": "打开"
},
"optionsCheck": {
"message": "检查"
}
} }