From 36d22d82aa202bb199967e9512281e9a53db42c9 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 7 Apr 2024 21:33:14 +0200 Subject: Adding upstream version 115.7.0esr. Signed-off-by: Daniel Baumann --- l10n-zh-CN/dom/chrome/layout/HtmlForm.properties | 35 +++++ .../dom/chrome/layout/MediaDocument.properties | 22 ++++ l10n-zh-CN/dom/chrome/layout/css.properties | 52 ++++++++ l10n-zh-CN/dom/chrome/layout/htmlparser.properties | 144 +++++++++++++++++++++ .../dom/chrome/layout/layout_errors.properties | 53 ++++++++ l10n-zh-CN/dom/chrome/layout/printing.properties | 56 ++++++++ l10n-zh-CN/dom/chrome/layout/xmlparser.properties | 48 +++++++ l10n-zh-CN/dom/chrome/layout/xul.properties | 5 + 8 files changed, 415 insertions(+) create mode 100755 l10n-zh-CN/dom/chrome/layout/HtmlForm.properties create mode 100755 l10n-zh-CN/dom/chrome/layout/MediaDocument.properties create mode 100755 l10n-zh-CN/dom/chrome/layout/css.properties create mode 100755 l10n-zh-CN/dom/chrome/layout/htmlparser.properties create mode 100755 l10n-zh-CN/dom/chrome/layout/layout_errors.properties create mode 100755 l10n-zh-CN/dom/chrome/layout/printing.properties create mode 100755 l10n-zh-CN/dom/chrome/layout/xmlparser.properties create mode 100755 l10n-zh-CN/dom/chrome/layout/xul.properties (limited to 'l10n-zh-CN/dom/chrome/layout') diff --git a/l10n-zh-CN/dom/chrome/layout/HtmlForm.properties b/l10n-zh-CN/dom/chrome/layout/HtmlForm.properties new file mode 100755 index 0000000000..17ab29ffd2 --- /dev/null +++ b/l10n-zh-CN/dom/chrome/layout/HtmlForm.properties @@ -0,0 +1,35 @@ +# This Source Code Form is subject to the terms of the Mozilla Public +# License, v. 2.0. If a copy of the MPL was not distributed with this +# file, You can obtain one at http://mozilla.org/MPL/2.0/. + +Reset=重置 +Submit=提交查询 +Browse=浏览… +FileUpload=文件上传 +DirectoryUpload=选择要上传的文件夹 +DirectoryPickerOkButtonLabel=上传 +ForgotPostWarning=表单包含 enctype=%S,但是其中未含 method=POST。所以按默认的 method=GET 且不 enctype 的方式提交。 +ForgotFileEnctypeWarning=表单包含了一个文件输入元素,但是其中缺少 method=POST 以及 enctype=multipart/form-data,所以文件将不会被发送。 +# LOCALIZATION NOTE (DefaultFormSubject): %S will be replaced with brandShortName +DefaultFormSubject=从 %S 提交的表单 +CannotEncodeAllUnicode=有一使用 %S 编码提交的表单,无法对所有 Unicode 字符进行编码,可能导致用户所输入的内容发生错误。为避免此问题,请将页面本身的编码更改为 UTF-8,或在 form 元素上指定 accept-charset=utf-8,最终以 UTF-8 编码提交表单。 +AllSupportedTypes=所有支持的类型 +# LOCALIZATION NOTE (NoFileSelected): this string is shown on a +# when there is no file selected yet. +NoFileSelected=未选择文件。 +# LOCALIZATION NOTE (NoFilesSelected): this string is shown on a +# when there is no file selected yet. +NoFilesSelected=未选择文件。 +# LOCALIZATION NOTE (NoDirSelected): this string is shown on a +# when there is no directory +# selected yet. +NoDirSelected=未选择目录。 +# LOCALIZATION NOTE (XFilesSelected): this string is shown on a +# when there are more than one selected file. +# %S will be a number greater or equal to 2. +XFilesSelected=已选择%S个文件。 +ColorPicker=选择颜色 +# LOCALIZATION NOTE (DefaultSummary): this string is shown on a
when +# it has no direct child. Google Chrome should already have this +# string translated. +DefaultSummary=详细信息 diff --git a/l10n-zh-CN/dom/chrome/layout/MediaDocument.properties b/l10n-zh-CN/dom/chrome/layout/MediaDocument.properties new file mode 100755 index 0000000000..c062998eee --- /dev/null +++ b/l10n-zh-CN/dom/chrome/layout/MediaDocument.properties @@ -0,0 +1,22 @@ +# This Source Code Form is subject to the terms of the Mozilla Public +# License, v. 2.0. If a copy of the MPL was not distributed with this +# file, You can obtain one at http://mozilla.org/MPL/2.0/. + +#LOCALIZATION NOTE (ImageTitleWithDimensions2AndFile): first %S is filename, second %S is type, third %S is width and fourth %S is height +#LOCALIZATION NOTE (ImageTitleWithoutDimensions): first %S is filename, second %S is type +#LOCALIZATION NOTE (ImageTitleWithDimensions2): first %S is type, second %S is width and third %S is height +#LOCALIZATION NOTE (ImageTitleWithNeitherDimensionsNorFile): first %S is type +#LOCALIZATION NOTE (MediaTitleWithFile): first %S is filename, second %S is type +#LOCALIZATION NOTE (MediaTitleWithNoInfo): first %S is type +ImageTitleWithDimensions2AndFile=%S(%S 图像,%Sx%S 像素) +ImageTitleWithoutDimensions=%S (%S 图像) +ImageTitleWithDimensions2=(%S 图像,%Sx%S 像素) +ImageTitleWithNeitherDimensionsNorFile=(%S 图像) +MediaTitleWithFile=%S (%S 对象) +MediaTitleWithNoInfo=(%S 对象) + +InvalidImage=图像“%S”因存在错误而无法显示。 +UnsupportedImage=图像“%S”因所需特性暂不支持而无法显示。 +ScaledImage=缩放 (%S%%) + +TitleWithStatus=%S — %S diff --git a/l10n-zh-CN/dom/chrome/layout/css.properties b/l10n-zh-CN/dom/chrome/layout/css.properties new file mode 100755 index 0000000000..f050338ceb --- /dev/null +++ b/l10n-zh-CN/dom/chrome/layout/css.properties @@ -0,0 +1,52 @@ +# This Source Code Form is subject to the terms of the Mozilla Public +# License, v. 2.0. If a copy of the MPL was not distributed with this +# file, You can obtain one at http://mozilla.org/MPL/2.0/. + +MimeNotCss=样式表单 %1$S 未加载,因为它的 MIME 类型 "%2$S" 不是 "text/css"。 +MimeNotCssWarn=样式表单 %1$S 已作为 CSS 加载,虽然它的 MIME 类型 "%2$S" 不是 "text/css"。 + +PEDeclDropped=声明被丢弃。 +PEDeclSkipped=跳过至下一个声明。 +PEUnknownProperty=未知属性 '%1$S'。 +PEPRSyntaxFieldEmptyInput=@property 语法描述符“%S”为空。 +PEPRSyntaxFieldExpectedPipe=@property 语法描述符“%S”包含相互间无 pipe 的组件。 +PEPRSyntaxFieldInvalidNameStart=@property 语法描述符“%S”包含无效字符开头的组件。 +PEPRSyntaxFieldInvalidName=@property 语法描述符“%S”包含无效字符命名的组件。 +PEPRSyntaxFieldUnclosedDataTypeName=@property 语法描述符“%S”包含未结束的数据类型名称。 +PEPRSyntaxFieldUnexpectedEOF=@property 语法描述符“%S”不完整。 +PEPRSyntaxFieldUnknownDataTypeName=@property 语法描述符“%S”包含未知的数据类型名称。 +PEValueParsingError=解析 '%1$S' 的值时出错。 +PEUnknownAtRule=不可识别的 at-rule 或解析 at-rule 时出错 '%1$S'。 +PEMQUnexpectedOperator=媒体列表含有预期外的操作符。 +PEMQUnexpectedToken=媒体列表含有预期外的标记 ‘%1$S’。 +PEAtNSUnexpected=@namespace 中预期外的标识:'%1$S'。 +PEKeyframeBadName=@keyframes 规则的名称需要标识符。 +PEBadSelectorRSIgnored=选择器错误导致忽略规则集。 +PEBadSelectorKeyframeRuleIgnored=由于错误的选择器而忽略 Keyframe 规则。 +PESelectorGroupNoSelector=预期为选择器。 +PESelectorGroupExtraCombinator=二义性组合。 +PEClassSelNotIdent=预期为类选择器标识符,但却得到 '%1$S'。 +PETypeSelNotType=预期为元素名或者 '*',但却得到 '%1$S'。 +PEUnknownNamespacePrefix=未知名字空间前缀 '%1$S'。 +PEAttributeNameExpected=预期为属性名称的标识符,但却得到 '%1$S'。 +PEAttributeNameOrNamespaceExpected=预期为属性名或者名字空间,但却得到 '%1$S'。 +PEAttSelNoBar=预期为 '|' 但却得到 '%1$S'。 +PEAttSelUnexpected=属性选择器中预期外的标识:'%1$S'。 +PEAttSelBadValue=预期为属性选择器中值的标识符或者字符串,但却得到 '%1$S'。 +PEPseudoSelBadName=预期为伪类或者伪元素的标识符,但却得到 '%1$S'。 +PEPseudoSelEndOrUserActionPC=在伪元素后找到多余符号,但该元素预期为选择器的结束部分: '%1$S'. +PEPseudoSelUnknown=未知伪类或者伪元素 '%1$S'。 +PEPseudoClassArgNotIdent=期待标识符为伪类参数,但却是 '%1$S'。 +PEColorNotColor=预期为颜色,但却得到 '%1$S'。 +PEParseDeclarationDeclExpected=预期为声明,但却得到 '%1$S'。 +PEUnknownFontDesc=@font-face 规则中未知的描述符 '%1$S'。 +PEMQExpectedFeatureName=预期为媒体特性名称,但却得到 '%1$S'。 +PEMQNoMinMaxWithoutValue=min- 或 max- 媒体特性必须有值。 +PEMQExpectedFeatureValue=发现无效的媒体特性值。 +PEExpectedNoneOrURL=预期为 'none' 或网址,但却得到 '%1$S'。 +PEExpectedNoneOrURLOrFilterFunction=预期为 'none'、网址或过滤功能,但却得到 '%1$S'。 +PEDisallowedImportRule=@import 规则在构造的样式表中尚未生效。 +PENeverMatchingHostSelector=:host 选择器不可与其他选择器连用,否则将无法匹配任何元素,“%S”中使用的 :host 选择器即是如此。或许您要用的是 :host()? + +TooLargeDashedRadius=‘dashed’ 样式的边框半径太大(限制为 100000px)。渲染为 solid。 +TooLargeDottedRadius=‘dotted’ 样式的边框半径太大(限制为 100000px)。渲染为 solid。 diff --git a/l10n-zh-CN/dom/chrome/layout/htmlparser.properties b/l10n-zh-CN/dom/chrome/layout/htmlparser.properties new file mode 100755 index 0000000000..e5d0c4fc41 --- /dev/null +++ b/l10n-zh-CN/dom/chrome/layout/htmlparser.properties @@ -0,0 +1,144 @@ +# This Source Code Form is subject to the terms of the Mozilla Public +# License, v. 2.0. If a copy of the MPL was not distributed with this +# file, You can obtain one at http://mozilla.org/MPL/2.0/. + +# Encoding warnings and errors +EncNoDeclarationFrame=某个框架文档未声明字符编码。若您直接查看该框架中的文件,看起来可能会不太一样。 +EncXmlDecl=该 HTML 文档使用 XML 语法声明字符编码。这是不符合标准的,在 的开头使用 标签声明编码更有效。 +EncMetaTooLate=尝试声明字符编码的 标签发现过晚,因此编码是凭内容猜测出来的。请将 标签移动到文档 的开头。 +EncMetaTooLateFrame=尝试声明字符编码的 标签发现过晚,因此改为使用父文档的编码。请将 标签移动到文档 的开头。 +EncMetaAfterHeadInKilobyte=声明文档字符编码的 标签应移动到文档 的开头。 +EncNoDecl=该文档未声明字符编码,因此编码是凭内容猜测出来的。字符编码需使用 标签或字节顺序标记(BOM),或是在 Content-Type HTTP 头中进行声明。 +EncNoDeclPlain=该文档未声明字符编码,因此编码是凭内容猜测出来的。字符编码需使用字节顺序标记(BOM),或是在 Content-Type HTTP 头中进行声明。 +EncMetaUnsupported=HTML 文档使用 meta 标签声明了一个不支持的字符编码。该声明被忽略。 +EncProtocolUnsupported=传输协议层声明了一个不受支持的字符编码。该声明已被忽略。 +EncMetaUtf16=使用了一个 meta 标签声明字符编码为 UTF-16。这被解释为了 UTF-8 声明。 +EncMetaUserDefined=一个 meta 标签声明字符编码为 x-user-defined。这已解释为 windows-1252 声明,以便与有意错编码的老旧字体兼容。这个网站应该迁移到 Unicode。 +EncMetaReplacement=用于声明编码的 标签存在跨站脚本攻击(XSS)危险。已改用替代编码。 +EncProtocolReplacement=传输协议层声明的编码存在跨站脚本攻击(XSS)危险。已改用替代编码。 +EncDetectorReload=该文档未声明字符编码,因此编码是凭内容猜测出来的。这会导致文档被重新加载。字符编码需使用 标签或字节顺序标记(BOM),或是在 Content-Type HTTP 头中进行声明。 +EncDetectorReloadPlain=该文档未声明字符编码,因此编码是凭内容猜测出来的。这会导致文档被重新加载。字符编码需使用字节顺序标记(BOM),或是在 Content-Type HTTP 头中进行声明。 +EncError=依照声明的字符编码,字节流是错误的。字符编码声明可能不正确。 +EncErrorFrame=依照从父文档继承的字符编码,字节流是错误的。字符编码需使用 标签或字节顺序标记(BOM),或是在 Content-Type HTTP 头中进行声明。 +EncErrorFramePlain=依照从父文档继承的字符编码,字节流是错误的。字符编码需使用字节顺序标记(BOM),或是在 Content-Type HTTP 头中进行声明。 +EncSpeculationFailMeta=文档的开头被重新解析,因为在声明编码的 标签之前有非 ASCII 字符。 应当是 的首个前无非 ASCII 字符注释的子标签。 +EncSpeculationFailXml=文档的开头被重新解析,因为在回退到 XML 声明语法前,搜索 标签失败的文档中存在非 ASCII 字符。应在文档 使用 标签而非 XML 声明语法。 +# The audience of the following message isn't the author of the document but other people debugging browser behavior. +EncSpeculationFail2022=文档的开头被重新解析,因为 ISO-2022-JP 不是 ASCII 兼容编码。 + +# The bulk of the messages below are derived from +# https://hg.mozilla.org/projects/htmlparser/file/1f633cef7de7/src/nu/validator/htmlparser/impl/ErrorReportingTokenizer.java +# which is available under the MIT license. + +# Tokenizer errors +errGarbageAfterLtSlash=“”。可能原因:未转义的“<”(应该转义为“<”)或是结束标签输入错误。 +errCharRefLacksSemicolon=字符引用未由分号结束。 +errNoDigitsInNCR=字符引用当中没有数字。 +errGtInSystemId=系统标识符当中出现了“>”。 +errGtInPublicId=公用标识符当中出现了“>”。 +errNamelessDoctype=缺少名称的 Doctype。 +errConsecutiveHyphens=连续的连字号没有结束注释。“--”不被允许在注释当中出现,但“- -”可以。 +errPrematureEndOfComment=过早结束的注释。请使用 “-->” 结束注释。 +errBogusComment=不正确的注释语法。 +errUnquotedAttributeLt=一个没有被引号包裹的属性值中出现了“<”。可能原因:前面缺少“>”。 +errUnquotedAttributeGrave=一个没有被引号包裹的属性值中出现了“`”。可能原因:使用了不正确的字符作为引号。 +errUnquotedAttributeQuote=一个没有被引号包裹的属性值中出现了引号。可能原因:属性值被放在一起,或是放了 URL 查询字符串。 +errUnquotedAttributeEquals=一个没有被引号包裹的属性值中出现了“=”。可能原因:属性值被放在一起,或是放了 URL 查询字符串。 +errSlashNotFollowedByGt=斜线后面没有“>”。 +errNoSpaceBetweenAttributes=属性之间没有空格隔开。 +errUnquotedAttributeStartLt=一个没有被引号包裹的属性值以“<”作为开头。可能原因:前面缺少“>”。 +errUnquotedAttributeStartGrave=一个没有被引号包裹的属性值以“`”作为开头。可能原因:使用了错误的符号作为引号。 +errUnquotedAttributeStartEquals=一个没有被引号包裹的属性值以“=”作为开头。可能原因:多余的等号。 +errAttributeValueMissing=缺少属性值。 +errBadCharBeforeAttributeNameLt=在预期为属性名称的地方看到“<”。可能原因:前面缺少“>”。 +errEqualsSignBeforeAttributeName=在预期为属性名称的地方看到“=”。可能原因:缺少属性名称。 +errBadCharAfterLt=在“<”后出现了错误符号。可能原因:未转义的“<”。请尝试将它转义为“<”。 +errLtGt=发现“<>”。可能原因:未转义的“<”(应该转义为“<”)或是起始标签输入错误。 +errProcessingInstruction=发现“?”。可能原因:尝试在 HTML 中使用 XML 处理指令。(HTML 当中并不支持 XML 处理指令) +errUnescapedAmpersandInterpretedAsCharacterReference=紧随“&”的字符串已被解译为字符引用。(也许应将“&”转义为“&”。) +errNotSemicolonTerminated=字符名称引用并未由分号结束。(也许应该把“&”转义为“&”) +errNoNamedCharacterMatch=“&”并未开始一个字符引用。(“&”也许应转义为“&”。) +errQuoteBeforeAttributeName=在预期为属性名称的地方发现引号。可能原因:前面缺少“=”。 +errLtInAttributeName=属性名称中存在“<”。可能原因:前面缺少“>”。 +errQuoteInAttributeName=属性名称中存在引号。可能原因:前面丢失了某个引号。 +errExpectedPublicId=预期有一个公用标识符,但 Doctype 已经结束了。 +errBogusDoctype=不正确的 Doctype。 +maybeErrAttributesOnEndTag=结束标签拥有属性。 +maybeErrSlashInEndTag=在结束标签的结尾发现了多余的“/”。 +errNcrNonCharacter=引用了非字元的字符。 +errNcrSurrogate=引用了代理范围的字符。 +errNcrControlChar=引用了控制符号。 +errNcrCr=数值字符引用了 符号。 +errNcrInC1Range=数值字符引用了 C1 控制范围当中的符号。 +errEofInPublicId=公用标识符中出现了文件结束符。 +errEofInComment=注释中出现了文件结束符。 +errEofInDoctype=Doctype 中出现了文件结束符。 +errEofInAttributeValue=属性值内遇到文件结束符。忽略该标签。 +errEofInAttributeName=属性名称中出现了文件结束符。忽略该标签。 +errEofWithoutGt=发现文件结束符,但先前标签还未以“>”结束。忽略该标签。 +errEofInTagName=在寻找标签名称时发现文件结束符号。忽略该标签。 +errEofInEndTag=结束标签当中有文件结束符号。忽略该标签。 +errEofAfterLt=在“<”后面发现文件结束符号。 +errNcrOutOfRange=超过允许的 Unicode 范围的字符引用。 +errNcrUnassigned=字符引用了一个被永久保留的未指派代码点。 +errDuplicateAttribute=属性重复。 +errEofInSystemId=在系统标识符中发现文件结束符。 +errExpectedSystemId=预期应有一个系统标识符,但 Doctype 已经结束了。 +errMissingSpaceBeforeDoctypeName=在 Doctype 名称前面少了一个空白。 +errNestedComment=在注释中发现“