Update zh-CN from Transifex
This commit is contained in:
parent
d879b5e0c4
commit
d54f8c655f
|
@ -1,230 +1,238 @@
|
||||||
{
|
{
|
||||||
"addStyleLabel":{
|
"appliesToEverything": {
|
||||||
"message":"写入新样式",
|
"message": "全部",
|
||||||
"description":"Label for the button to go to the add style page"
|
"description": "Text displayed for styles that apply to all sites"
|
||||||
},
|
},
|
||||||
"addStyleTitle":{
|
"enableStyleLabel": {
|
||||||
"message":"添加样式",
|
"message": "启用",
|
||||||
"description":"Title of the page for adding styles"
|
"description": "Label for the button to enable a style"
|
||||||
},
|
},
|
||||||
"appliesAdd":{
|
"styleMissingName": {
|
||||||
"message":"添加",
|
"message": "输入名称。",
|
||||||
"description":"Label for the button to add an 'applies' entry"
|
"description": "Error displayed when user saves without providing a name"
|
||||||
},
|
},
|
||||||
"appliesDisplay":{
|
"appliesDomainOption": {
|
||||||
"message":"应用对象:$applies$",
|
"message": "该域上的网址",
|
||||||
"description":"Text on the manage screen to describe what the style applies to",
|
"description": "Option to make the style apply to the entered string as a domain"
|
||||||
"placeholders":{
|
|
||||||
"applies":{
|
|
||||||
"content":"$1"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
},
|
||||||
"appliesDisplayTruncatedSuffix":{
|
"checkForUpdate": {
|
||||||
"message":"等等",
|
"message": "检查是否有更新",
|
||||||
"description":"Text added to appliesDisplay when there are more sites for the style than are displayed"
|
"description": "Label for the button to check a single style for an update"
|
||||||
},
|
},
|
||||||
"appliesDomainOption":{
|
"helpAlt": {
|
||||||
"message":"该域上的网址",
|
"message": "帮助",
|
||||||
"description":"Option to make the style apply to the entered string as a domain"
|
"description": "Alternate text for help buttons"
|
||||||
},
|
},
|
||||||
"appliesHelp":{
|
"findStylesForSite": {
|
||||||
"message":"使用“应用对象”控件来限制此部分中的代码所应用到的网址。",
|
"message": "查找适合此网站的更多样式。",
|
||||||
"description":"Help text for 'applies to' section"
|
"description": "Text for a link that gets a list of styles for the current site"
|
||||||
},
|
},
|
||||||
"appliesLabel":{
|
"manageHeading": {
|
||||||
"message":"应用对象:",
|
"message": "已安装的样式",
|
||||||
"description":"Label for 'applies to' fields on the edit\/add screen"
|
"description": "Heading for the manage page"
|
||||||
},
|
},
|
||||||
"appliesRegexpOption":{
|
"styleEnabledLabel": {
|
||||||
"message":"与该正则表达式匹配的网址",
|
"message": "已启用",
|
||||||
"description":"Option to make the style apply to the entered string as a regular expression"
|
"description": "Label for the enabled state of styles"
|
||||||
},
|
},
|
||||||
"appliesRemove":{
|
"styleToMozillaFormatHelp": {
|
||||||
"message":"删除",
|
"message": "Mozilla 格式的代码可以与 Stylish 一起用于 Firefox,并可提交至 userstyles.org。",
|
||||||
"description":"Label for the button to remove an 'applies' entry"
|
"description": "Help info for the button that converts the code to Mozilla format"
|
||||||
},
|
},
|
||||||
"appliesSpecify":{
|
"sectionAdd": {
|
||||||
"message":"指定",
|
"message": "添加其他部分",
|
||||||
"description":"Label for the button to make a style apply only to specific sites"
|
"description": "Label for the button to add a section"
|
||||||
},
|
},
|
||||||
"appliesToEverything":{
|
"styleSaveLabel": {
|
||||||
"message":"全部",
|
"message": "保存",
|
||||||
"description":"Text displayed for styles that apply to all sites"
|
"description": "Label for save button for style editing"
|
||||||
},
|
},
|
||||||
"appliesUrlOption":{
|
"writeStyleForURL": {
|
||||||
"message":"网址",
|
"message": "这个URL",
|
||||||
"description":"Option to make the style apply to the entered string as a URL"
|
"description": "Text for link in toolbar pop-up to write a new style for the current URL"
|
||||||
},
|
},
|
||||||
"appliesUrlPrefixOption":{
|
"appliesAdd": {
|
||||||
"message":"网址前缀",
|
"message": "添加",
|
||||||
"description":"Option to make the style apply to the entered string as a URL prefix"
|
"description": "Label for the button to add an 'applies' entry"
|
||||||
},
|
},
|
||||||
"checkAllUpdates":{
|
"appliesRegexpOption": {
|
||||||
"message":"对所有样式检查是否有更新",
|
"message": "与该正则表达式匹配的网址",
|
||||||
"description":"Label for the button to check all styles for updates"
|
"description": "Option to make the style apply to the entered string as a regular expression"
|
||||||
},
|
},
|
||||||
"checkForUpdate":{
|
"styleInstall": {
|
||||||
"message":"检查是否有更新",
|
"message": "要将“$stylename$”安装到 Stylish 中吗?",
|
||||||
"description":"Label for the button to check a single style for an update"
|
"description": "Confirmation when installing a style"
|
||||||
},
|
},
|
||||||
"checkingForUpdate":{
|
"manageText": {
|
||||||
"message":"正在检查更新...",
|
"message": "请访问 <a href='http://userstyles.org'>userstyles.org</a> 以获取预制样式。如果您需要帮助,请到<a href='http://forum.userstyles.org'>论坛</a>发帖提问。",
|
||||||
"description":"Text to display when checking a style for an update"
|
"description": "Help text on the manage page"
|
||||||
},
|
},
|
||||||
"deleteStyleLabel":{
|
"disableStyleLabel": {
|
||||||
"message":"删除",
|
"message": "停用",
|
||||||
"description":"Label for the button to delete a style"
|
"description": "Label for the button to disable a style"
|
||||||
},
|
},
|
||||||
"deleteStyleConfirm":{
|
"prefShowBadge": {
|
||||||
"message":"确定要删除此样式吗?",
|
"message": "在工具栏按钮上显示对当前站点生效的样式数目",
|
||||||
"description":"Confirmation before deleting a style"
|
"description": "Label for the checkbox controlling toolbar badge text."
|
||||||
},
|
},
|
||||||
"description":{
|
"styleCancelEditLabel": {
|
||||||
"message":"Stylish 是一款用户样式管理器,可让您调整网页的样式。它可让您轻松地为 Google、Facebook、YouTube、Orkut 和其他许多网站安装主题背景和皮肤。",
|
"message": "返回进行管理操作",
|
||||||
"description":"Extension description"
|
"description": "Label for cancel button for style editing"
|
||||||
},
|
},
|
||||||
"disableStyleLabel":{
|
"styleChangesNotSaved": {
|
||||||
"message":"停用",
|
"message": "您已对此样式进行了更改,但尚未保存。",
|
||||||
"description":"Label for the button to disable a style"
|
"description": "Text for the prompt when changes are made to a style and the user tries to leave without saving"
|
||||||
},
|
},
|
||||||
"editStyleHeading":{
|
"updateCheckFailServerUnreachable": {
|
||||||
"message":"修改样式",
|
"message": "更新失败 - 无法访问服务器。",
|
||||||
"description":"Title of the page for editing styles"
|
"description": "Text that displays when an update check failed because the update server is unreachable"
|
||||||
},
|
},
|
||||||
"editStyleLabel":{
|
"deleteStyleConfirm": {
|
||||||
"message":"修改",
|
"message": "确定要删除此样式吗?",
|
||||||
"description":"Label for the button to go to the edit style page"
|
"description": "Confirmation before deleting a style"
|
||||||
},
|
},
|
||||||
"editStyleTitle":{
|
"styleBadRegexp": {
|
||||||
"message":"修改样式“$stylename$”",
|
"message": "正则表达式无效。",
|
||||||
"description":"Title of the page for editing styles",
|
"description": "Validation message for a bad regexp in a style"
|
||||||
"placeholders":{
|
|
||||||
"stylename":{
|
|
||||||
"content":"$1"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
},
|
||||||
"enableStyleLabel":{
|
"optionsHeading": {
|
||||||
"message":"启用",
|
"message": "选项",
|
||||||
"description":"Label for the button to enable a style"
|
"description": "Heading for options section on manage page."
|
||||||
},
|
},
|
||||||
"findStylesForSite":{
|
"appliesDisplay": {
|
||||||
"message":"查找适合此网站的更多样式。",
|
"message": "应用对象:$applies$",
|
||||||
"description":"Text for a link that gets a list of styles for the current site"
|
"description": "Text on the manage screen to describe what the style applies to"
|
||||||
},
|
},
|
||||||
"helpAlt":{
|
"styleUpdate": {
|
||||||
"message":"帮助",
|
"message": "您确定要更新 '$stylename$'?",
|
||||||
"description":"Alternate text for help buttons"
|
"description": "Confirmation when updating a style"
|
||||||
},
|
},
|
||||||
"installUpdate":{
|
"styleSectionsTitle": {
|
||||||
"message":"安装更新",
|
"message": "部分",
|
||||||
"description":"Label for the button to install an update for a single style"
|
"description": "Title for the style sections section"
|
||||||
},
|
},
|
||||||
"manageHeading":{
|
"editStyleTitle": {
|
||||||
"message":"已安装的样式",
|
"message": "修改样式“$stylename$”",
|
||||||
"description":"Heading for the manage page"
|
"description": "Title of the page for editing styles"
|
||||||
},
|
},
|
||||||
"manageText":{
|
"updateCheckSucceededNoUpdate": {
|
||||||
"message":"请访问 <a href='http:\/\/userstyles.org'>userstyles.org<\/a> 以获取预制样式。如果您需要帮助,请到<a href='http:\/\/forum.userstyles.org'>论坛<\/a>发帖提问。",
|
"message": "样式已是最新版本。",
|
||||||
"description":"Help text on the manage page"
|
"description": "Text that displays when an update check completed and no update is available"
|
||||||
},
|
},
|
||||||
"manageTitle":{
|
"appliesUrlPrefixOption": {
|
||||||
"message":"Stylish",
|
"message": "网址前缀",
|
||||||
"description":"Title for the manage page"
|
"description": "Option to make the style apply to the entered string as a URL prefix"
|
||||||
},
|
},
|
||||||
"noStylesForSite":{
|
"sectionHelp": {
|
||||||
"message":"未对此网站安装任何样式。",
|
"message": "各部分可让您定义不同的代码段,以通过同一样式应用到不同的网址组。例如,某个单一样式能以一种方式更改网站首页,同时以另一种方式更改网站的其余部分。",
|
||||||
"description":"Text displayed when no styles are installed for the current site"
|
"description": "Help text for sections"
|
||||||
},
|
},
|
||||||
"openManage":{
|
"noStylesForSite": {
|
||||||
"message":"管理已安装的样式。",
|
"message": "未对此网站安装任何样式。",
|
||||||
"description":"Link to open the manage page."
|
"description": "Text displayed when no styles are installed for the current site"
|
||||||
},
|
},
|
||||||
"sectionAdd":{
|
"appliesDisplayTruncatedSuffix": {
|
||||||
"message":"添加其他部分",
|
"message": "等等",
|
||||||
"description":"Label for the button to add a section"
|
"description": "Text added to appliesDisplay when there are more sites for the style than are displayed"
|
||||||
},
|
},
|
||||||
"sectionCode":{
|
"appliesRemove": {
|
||||||
"message":"代码",
|
"message": "删除",
|
||||||
"description":"Label for the code for a section"
|
"description": "Label for the button to remove an 'applies' entry"
|
||||||
},
|
},
|
||||||
"sectionHelp":{
|
"manageTitle": {
|
||||||
"message":"各部分可让您定义不同的代码段,以通过同一样式应用到不同的网址组。例如,某个单一样式能以一种方式更改网站首页,同时以另一种方式更改网站的其余部分。",
|
"message": "Stylish",
|
||||||
"description":"Help text for sections"
|
"description": "Title for the manage page"
|
||||||
},
|
},
|
||||||
"sectionRemove":{
|
"writeStyleFor": {
|
||||||
"message":"删除此部分",
|
"message": "编写样式给:",
|
||||||
"description":"Label for the button to remove a section"
|
"description": "Label for toolbar pop-up that precedes the links to write a new style"
|
||||||
},
|
},
|
||||||
"styleBadRegexp":{
|
"appliesLabel": {
|
||||||
"message":"正则表达式无效。",
|
"message": "应用对象:",
|
||||||
"description":"Validation message for a bad regexp in a style"
|
"description": "Label for 'applies to' fields on the edit/add screen"
|
||||||
},
|
},
|
||||||
"styleCancelEditLabel":{
|
"openManage": {
|
||||||
"message":"返回进行管理操作",
|
"message": "管理已安装的样式。",
|
||||||
"description":"Label for cancel button for style editing"
|
"description": "Link to open the manage page."
|
||||||
},
|
},
|
||||||
"styleChangesNotSaved":{
|
"updateCheckFailBadResponseCode": {
|
||||||
"message":"您已对此样式进行了更改,但尚未保存。",
|
"message": "更新失败 - 服务器响应代码为 $code$。",
|
||||||
"description":"Text for the prompt when changes are made to a style and the user tries to leave without saving"
|
"description": "Text that displays when an update check failed because the response code indicates an error"
|
||||||
},
|
},
|
||||||
"styleEnabledLabel":{
|
"appliesSpecify": {
|
||||||
"message":"已启用",
|
"message": "指定",
|
||||||
"description":"Label for the enabled state of styles"
|
"description": "Label for the button to make a style apply only to specific sites"
|
||||||
},
|
},
|
||||||
"styleInstall":{
|
"installUpdate": {
|
||||||
"message":"要将“$stylename$”安装到 Stylish 中吗?",
|
"message": "安装更新",
|
||||||
"description":"Confirmation when installing a style",
|
"description": "Label for the button to install an update for a single style"
|
||||||
"placeholders":{
|
|
||||||
"stylename":{
|
|
||||||
"content":"$1"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
},
|
||||||
"styleMissingName":{
|
"stylishUnavailableForURL": {
|
||||||
"message":"输入名称。",
|
"message": "(Stylish在这样的页面上不工作)",
|
||||||
"description":"Error displayed when user saves without providing a name"
|
"description": "Note in the toolbar pop-up when on a URL Stylish can't affect"
|
||||||
},
|
},
|
||||||
"styleNameLabel":{
|
"sectionRemove": {
|
||||||
"message":"名称",
|
"message": "删除此部分",
|
||||||
"description":"Label for the name of styles"
|
"description": "Label for the button to remove a section"
|
||||||
},
|
},
|
||||||
"styleSaveLabel":{
|
"updateCompleted": {
|
||||||
"message":"保存",
|
"message": "更新已完成。",
|
||||||
"description":"Label for save button for style editing"
|
"description": "Text that displays when an update completed"
|
||||||
},
|
},
|
||||||
"styleSectionsTitle":{
|
"checkingForUpdate": {
|
||||||
"message":"部分",
|
"message": "正在检查更新...",
|
||||||
"description":"Title for the style sections section"
|
"description": "Text to display when checking a style for an update"
|
||||||
},
|
},
|
||||||
"styleToMozillaFormat":{
|
"sectionCode": {
|
||||||
"message":"转换为 Mozilla 格式",
|
"message": "代码",
|
||||||
"description":"Label for the button that converts the code to Mozilla format"
|
"description": "Label for the code for a section"
|
||||||
},
|
},
|
||||||
"styleToMozillaFormatHelp":{
|
"appliesHelp": {
|
||||||
"message":"Mozilla 格式的代码可以与 Stylish 一起用于 Firefox,并可提交至 userstyles.org。",
|
"message": "使用“应用对象”控件来限制此部分中的代码所应用到的网址。",
|
||||||
"description":"Help info for the button that converts the code to Mozilla format"
|
"description": "Help text for 'applies to' section"
|
||||||
},
|
},
|
||||||
"updateCheckFailBadResponseCode":{
|
"editStyleHeading": {
|
||||||
"message":"更新失败 - 服务器响应代码为 $code$。",
|
"message": "修改样式",
|
||||||
"description":"Text that displays when an update check failed because the response code indicates an error",
|
"description": "Title of the page for editing styles"
|
||||||
"placeholders":{
|
|
||||||
"code":{
|
|
||||||
"content":"$1"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
},
|
||||||
"updateCheckFailServerUnreachable":{
|
"appliesUrlOption": {
|
||||||
"message":"更新失败 - 无法访问服务器。",
|
"message": "网址",
|
||||||
"description":"Text that displays when an update check failed because the update server is unreachable"
|
"description": "Option to make the style apply to the entered string as a URL"
|
||||||
},
|
},
|
||||||
"updateCheckSucceededNoUpdate":{
|
"addStyleTitle": {
|
||||||
"message":"样式已是最新版本。",
|
"message": "添加样式",
|
||||||
"description":"Text that displays when an update check completed and no update is available"
|
"description": "Title of the page for adding styles"
|
||||||
},
|
},
|
||||||
"updateCompleted":{
|
"dbError": {
|
||||||
"message":"更新已完成。",
|
"message": "应用Stylish数据库时发生了一个错误。您想要访问包含可能的解决方案的网站吗?",
|
||||||
"description":"Text that displays when an update completed"
|
"description": "Prompt when a DB error is encountered"
|
||||||
|
},
|
||||||
|
"checkAllUpdates": {
|
||||||
|
"message": "对所有样式检查是否有更新",
|
||||||
|
"description": "Label for the button to check all styles for updates"
|
||||||
|
},
|
||||||
|
"styleToMozillaFormat": {
|
||||||
|
"message": "转换为 Mozilla 格式",
|
||||||
|
"description": "Label for the button that converts the code to Mozilla format"
|
||||||
|
},
|
||||||
|
"deleteStyleLabel": {
|
||||||
|
"message": "删除",
|
||||||
|
"description": "Label for the button to delete a style"
|
||||||
|
},
|
||||||
|
"addStyleLabel": {
|
||||||
|
"message": "写入新样式",
|
||||||
|
"description": "Label for the button to go to the add style page"
|
||||||
|
},
|
||||||
|
"editStyleLabel": {
|
||||||
|
"message": "修改",
|
||||||
|
"description": "Label for the button to go to the edit style page"
|
||||||
|
},
|
||||||
|
"styleNameLabel": {
|
||||||
|
"message": "名称",
|
||||||
|
"description": "Label for the name of styles"
|
||||||
|
},
|
||||||
|
"description": {
|
||||||
|
"message": "Stylish 是一款用户样式管理器,可让您调整网页的样式。它可让您轻松地为 Google、Facebook、YouTube、Orkut 和其他许多网站安装主题背景和皮肤。",
|
||||||
|
"description": "Extension description"
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user