stylus/_locales/zh/messages.json

220 lines
7.0 KiB
JSON
Raw Normal View History

2012-04-16 01:56:12 +00:00
{
2016-03-18 03:17:47 +00:00
"appliesToEverything": {
2017-07-12 07:14:37 +00:00
"message": "所有站点",
"description": "Text displayed for styles that apply to all sites"
},
2016-03-18 03:17:47 +00:00
"enableStyleLabel": {
2017-07-12 07:14:37 +00:00
"message": "启用",
"description": "Label for the button to enable a style"
2016-03-18 03:17:47 +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"
},
2016-03-18 03:17:47 +00:00
"appliesDomainOption": {
2017-07-12 07:14:37 +00:00
"message": "指定域上的URL",
"description": "Option to make the style apply to the entered string as a domain"
2016-03-18 03:17:47 +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"
},
2016-03-18 03:17:47 +00:00
"helpAlt": {
2017-07-12 07:14:37 +00:00
"message": "帮助",
"description": "Alternate text for help buttons"
},
2016-03-18 03:17:47 +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"
2016-03-18 03:17:47 +00:00
},
"manageHeading": {
2017-07-12 07:14:37 +00:00
"message": "已安装的样式",
"description": "Heading for the manage page"
},
2016-03-18 03:17:47 +00:00
"styleEnabledLabel": {
2017-07-12 07:14:37 +00:00
"message": "已启用",
"description": "Label for the enabled state of styles"
2016-03-18 03:17:47 +00:00
},
"styleToMozillaFormatHelp": {
2017-07-12 07:14:37 +00:00
"message": "用于Firefox上的Stylish的Mozilla格式样式代码可以在 userstyles.org 上提交",
"description": "Help info for the Mozilla format header section that converts the code to/from Mozilla format"
2016-03-18 03:17:47 +00:00
},
"sectionAdd": {
2017-07-12 07:14:37 +00:00
"message": "添加新节",
"description": "Label for the button to add a section"
},
2016-03-18 03:17:47 +00:00
"styleSaveLabel": {
2017-07-12 07:14:37 +00:00
"message": "保存",
"description": "Label for save button for style editing"
},
2016-03-18 03:17:47 +00:00
"appliesAdd": {
2017-07-12 07:14:37 +00:00
"message": "添加",
"description": "Label for the button to add an 'applies' entry"
2016-03-18 03:17:47 +00:00
},
"appliesRegexpOption": {
2017-07-12 07:14:37 +00:00
"message": "匹配正则的URL",
"description": "Option to make the style apply to the entered string as a regular expression"
},
2016-03-18 03:17:47 +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",
2016-03-18 03:17:47 +00:00
"placeholders": {
"stylename": {
"content": "$1"
}
}
},
"disableStyleLabel": {
2017-07-12 07:14:37 +00:00
"message": "禁用",
"description": "Label for the button to disable a style"
},
2016-03-18 03:17:47 +00:00
"styleCancelEditLabel": {
2017-07-12 07:14:37 +00:00
"message": "返回到管理",
"description": "Label for cancel button for style editing"
2016-03-18 03:17:47 +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"
},
2016-03-18 03:17:47 +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"
},
2016-03-18 03:17:47 +00:00
"deleteStyleConfirm": {
2017-07-12 07:14:37 +00:00
"message": "确定要删除这个样式吗?",
"description": "Confirmation before deleting a style"
},
2016-03-18 03:17:47 +00:00
"appliesDisplay": {
"message": "应用到: $applies$",
2017-07-12 07:14:37 +00:00
"description": "Text on the manage screen to describe what the style applies to",
2016-03-18 03:17:47 +00:00
"placeholders": {
"applies": {
"content": "$1"
}
}
},
"styleUpdate": {
"message": "你確定要更新 '$stylename$' 嗎?",
2017-07-12 07:14:37 +00:00
"description": "Confirmation when updating a style",
2016-03-18 03:17:47 +00:00
"placeholders": {
"stylename": {
"content": "$1"
}
}
},
"styleSectionsTitle": {
2017-07-12 07:14:37 +00:00
"message": "样式节",
"description": "Title for the style sections section"
},
2016-03-18 03:17:47 +00:00
"editStyleTitle": {
"message": "编辑样式 $stylename$",
2017-07-12 07:14:37 +00:00
"description": "Title of the page for editing styles",
2016-03-18 03:17:47 +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"
2016-03-18 03:17:47 +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"
},
2016-03-18 03:17:47 +00:00
"sectionHelp": {
2017-07-12 07:14:37 +00:00
"message": "样式节允许你定义多个样式段落并将它们应用于不同的站点匹配规则上。例如,一个样式可以更改使用一个方式来更改主页,而此时其它的样式段可以更改站点的其它部分。",
"description": "Help text for sections"
2016-03-18 03:17:47 +00:00
},
"noStylesForSite": {
2017-07-12 07:14:37 +00:00
"message": "当前站点上没有已安装的样式",
"description": "Text displayed when no styles are installed for the current site"
2016-03-18 03:17:47 +00:00
},
"appliesDisplayTruncatedSuffix": {
2017-07-12 07:14:37 +00:00
"message": "以及更多",
"description": "Text added to appliesDisplay when there are more sites for the style than are displayed"
2016-03-18 03:17:47 +00:00
},
"appliesRemove": {
2017-07-12 07:14:37 +00:00
"message": "移除",
"description": "Label for the button to remove an 'applies' entry"
},
2016-03-18 03:17:47 +00:00
"appliesLabel": {
2017-07-12 07:14:37 +00:00
"message": "应用到",
"description": "Label for 'applies to' fields on the edit/add screen"
},
2016-03-18 03:17:47 +00:00
"openManage": {
2017-07-12 07:14:37 +00:00
"message": "管理已安装样式",
"description": "Link to open the manage page."
2016-03-18 03:17:47 +00:00
},
"updateCheckFailBadResponseCode": {
"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",
2016-03-18 03:17:47 +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"
2016-03-18 03:17:47 +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"
},
2016-03-18 03:17:47 +00:00
"sectionRemove": {
2017-07-12 07:14:37 +00:00
"message": "移除节",
"description": "Label for the button to remove a section"
},
2016-03-18 03:17:47 +00:00
"updateCompleted": {
2017-07-12 07:14:37 +00:00
"message": "更新完成.",
"description": "Text that displays when an update completed"
2016-03-18 03:17:47 +00:00
},
"checkingForUpdate": {
2017-07-12 07:14:37 +00:00
"message": "检查中...",
"description": "Text to display when checking a style for an update"
},
2016-03-18 03:17:47 +00:00
"sectionCode": {
2017-07-12 07:14:37 +00:00
"message": "代码",
"description": "Label for the code for a section"
},
2016-03-18 03:17:47 +00:00
"appliesHelp": {
2017-07-12 07:14:37 +00:00
"message": "使用“应用到”来控制这个样式应用到哪些地址上。",
"description": "Help text for 'applies to' section"
2016-03-18 03:17:47 +00:00
},
"editStyleHeading": {
2017-07-12 07:14:37 +00:00
"message": "编辑样式",
"description": "Title of the page for editing styles"
},
2016-03-18 03:17:47 +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"
},
2016-03-18 03:17:47 +00:00
"addStyleTitle": {
2017-07-12 07:14:37 +00:00
"message": "添加样式",
"description": "Title of the page for adding styles"
},
2016-03-18 03:17:47 +00:00
"checkAllUpdates": {
2017-07-12 07:14:37 +00:00
"message": "检查所有样式的更新",
"description": "Label for the button to check all styles for updates"
},
2016-03-18 03:17:47 +00:00
"deleteStyleLabel": {
2017-07-12 07:14:37 +00:00
"message": "删除",
"description": "Label for the button to delete a style"
},
2016-03-18 03:17:47 +00:00
"addStyleLabel": {
2017-07-12 07:14:37 +00:00
"message": "编写新的样式",
"description": "Label for the button to go to the add style page"
},
2016-03-18 03:17:47 +00:00
"editStyleLabel": {
2017-07-12 07:14:37 +00:00
"message": "编辑",
"description": "Label for the button to go to the edit style page"
},
2016-03-18 03:17:47 +00:00
"description": {
2017-07-12 07:14:37 +00:00
"message": "Stylus一个用户样式管理器帮助您重新定义网页样式。Stylus易于为GoogleFacebookYoutubeOrkut以及其它各类型网站安装样式和主题。",
"description": "Extension description"
}
2018-01-06 07:42:12 +00:00
}