BETA

Transvision

Filter by folder:

Show all results dom mail suite toolkit

Displaying 17 results for the string bug in zh-CN:

Entity zh-CN en-US
Entity # all locales dom • chrome • layout • xul.properties
PINotInProlog
zh-CN
<?%1$S?> 处理指令在 prolog 之外不再有效 (参见 bug 360119)。
en-US
<?%1$S?> processing instruction does not have any effect outside the prolog anymore (see bug 360119).
Entity # all locales mail • chrome • messenger • localMsgs.properties
pop3AuthInternalError
zh-CN
在 POP3 服务器验证过程中发生了内部状态错误。这是应用软件内部的意外错误,请将它作为 bug 报告。
en-US
Internal state error during POP3 server authentication. This is an internal, unexpected error in the application, please report it as bug.
Entity # all locales suite • chrome • mailnews • localMsgs.properties
pop3AuthInternalError
zh-CN
在 POP3 服务器验证过程中发生了内部状态错误。这是应用软件内部的意外错误,请将它作为 bug 报告。
en-US
Internal state error during POP3 server authentication. This is an internal, unexpected error in the application, please report it as bug.
Entity # all locales suite • chrome • mailnews • start.dtd
info_bugs.label
zh-CN
<a href="https://developer.mozilla.org/docs/Mozilla/Projects/MailNews">我们</a>欢迎 Bug 报告、功能请求, 但请先阅读<a id="releaseNotesURL" href="">发布说明</a>和查询 <a href="https://bugzilla.mozilla.org/query.cgi">Bugzilla</a>。
en-US
<a href="https://developer.mozilla.org/docs/Mozilla/Projects/MailNews">We</a> welcome bug reports and feature requests, but please read the <a id="releaseNotesURL" href="">release notes</a> and query <a href="https://bugzilla.mozilla.org/query.cgi">Bugzilla</a> first.
Entity # all locales toolkit • toolkit • about • aboutCompat.ftl
label-more-information
zh-CN
更多信息:Bug { $bug }
en-US
More Information: Bug { $bug }
Entity # all locales toolkit • toolkit • about • aboutSupport.ftl
bug-link
zh-CN
bug { $bugNumber }
en-US
bug { $bugNumber }
Entity # all locales toolkit • toolkit • about • aboutSupport.ftl
support-blocklisted-bug
zh-CN
由于已知问题,被列入屏蔽列表:<a data-l10n-name="bug-link">bug { $bugNumber }</a>
en-US
Blocklisted due to known issues: <a data-l10n-name="bug-link">bug { $bugNumber }</a>
Entity # all locales toolkit • toolkit • about • abuseReports.ftl
abuse-report-broken-suggestions-extension
zh-CN
听起来您遇到缺陷(Bug)了。除了在此举报之外,解决功能问题的最佳方式是直接联系扩展开发者。请<a data-l10n-name="support-link">访问扩展网站</a>获取开发者联系方式。
en-US
It sounds like you’ve identified a bug. In addition to submitting a report here, the best way to get a functionality issue resolved is to contact the extension developer. <a data-l10n-name="support-link">Visit the extension’s website</a> to get the developer information.
Entity # all locales toolkit • toolkit • about • abuseReports.ftl
abuse-report-broken-suggestions-theme
zh-CN
听起来您遇到缺陷(Bug)了。除了在此举报之外,解决功能问题的最佳方式是直接联系扩展开发者。请<a data-l10n-name="support-link">访问主题网站</a>获取开发者联系方式。
en-US
It sounds like you’ve identified a bug. In addition to submitting a report here, the best way to get a functionality issue resolved is to contact the theme developer. <a data-l10n-name="support-link">Visit the theme’s website</a> to get the developer information.
Entity # all locales toolkit • toolkit • featuregates • features.ftl
experimental-features-css-constructable-stylesheets-description
zh-CN
在 <a data-l10n-name="mdn-cssstylesheet">CSSStyleSheet</a> 接口加入构造函数,以及其他多项相关修改,让您可以直接新建样式表,而无需将其添加到 HTML 中。此特性可让您更容易地创建用于 <a data-l10n-name="mdn-shadowdom">Shadow DOM</a> 的可重用样式表。欲详细了解,请参阅 <a data-l10n-name="bugzilla">Bug 1520690</a>。
en-US
The addition of a constructor to the <a data-l10n-name="mdn-cssstylesheet">CSSStyleSheet</a> interface as well as a variety of related changes makes it possible to directly create new stylesheets without having to add the sheet to the HTML. This makes it much easier to create reusable stylesheets for use with <a data-l10n-name="mdn-shadowdom">Shadow DOM</a>. See <a data-l10n-name="bugzilla">bug 1520690</a> for more details.
Entity # all locales toolkit • toolkit • featuregates • features.ftl
experimental-features-css-masonry-description
zh-CN
启用对 CSS 瀑布流布局的实验性支持。欲详细了解该功能,请参阅<a data-l10n-name="explainer">说明文档</a>。若要提供反馈,请在 <a data-l10n-name="w3c-issue">GitHub Issue</a> 或此 <a data-l10n-name="bug">Bug</a> 中留言。
en-US
Enables support for the experimental CSS Masonry Layout feature. See the <a data-l10n-name="explainer">explainer</a> for a high level description of the feature. To provide feedback, please comment in <a data-l10n-name="w3c-issue">this GitHub issue</a> or <a data-l10n-name="bug">this bug</a>.
Entity # all locales toolkit • toolkit • featuregates • features.ftl
experimental-features-devtools-color-scheme-simulation-description
zh-CN
添加 <a data-l10n-name="mdn-preferscolorscheme">@prefers color scheme</a> 媒体查询测试选项,模拟不同的配色方案。该特性可让您的样式表根据用户对界面的亮 ∕ 暗偏好作出响应。启用后,无需调整浏览器或操作系统(若浏览器遵循系统级颜色模式)的设置,便可测试代码。欲详细了解,请参阅 <a data-l10n-name="bugzilla1">Bug 1550804</a> 和 <a data-l10n-name="bugzilla2">Bug 1137699</a>。
en-US
Adds an option to simulate different color schemes allowing you to test <a data-l10n-name="mdn-preferscolorscheme">@prefers-color-scheme</a> media queries. Using this media query lets your stylesheet respond to whether the user prefers a light or dark user interface. This feature lets you test your code without having to change settings in your browser (or operating system, if the browser follows a system-wide color scheme setting). See <a data-l10n-name="bugzilla1">bug 1550804</a> and <a data-l10n-name="bugzilla2">bug 1137699</a> for more details.
Entity # all locales toolkit • toolkit • featuregates • features.ftl
experimental-features-devtools-compatibility-panel-description
zh-CN
在“页面查看器”中加入侧面板,显示应用程序的跨浏览器兼容性状态。欲详细了解,请参阅 <a data-l10n-name="bugzilla">Bug 1584464</a>。
en-US
A side panel for the Page Inspector that shows you information detailing your app’s cross-browser compatibility status. See <a data-l10n-name="bugzilla">bug 1584464</a> for more details.
Entity # all locales toolkit • toolkit • featuregates • features.ftl
experimental-features-devtools-execution-context-selector-description
zh-CN
此特性会在控制台的命令行显示按钮,让您可以切换执行所输入表达式的上下文。欲详细了解,请参阅 <a data-l10n-name="bugzilla1">Bug 1605154</a> 及 <a data-l10n-name="bugzilla2">Bug 1605153</a>。
en-US
This feature displays a button on the console’s command line that lets you change the context in which the expression you enter will be executed. See <a data-l10n-name="bugzilla1">bug 1605154</a> and <a data-l10n-name="bugzilla2">bug 1605153</a> for more details.
Entity # all locales toolkit • toolkit • featuregates • features.ftl
experimental-features-media-avif-description
zh-CN
启用后,{ -brand-short-name } 将支持 AV1 图像文件格式(AVIF)。这是一种静态图像文件格式,它利用 AV1 视频压缩算法的特性来减小图像体积。欲详细了解,请参阅 <a data-l10n-name="bugzilla">Bug 1443863</a>。
en-US
With this feature enabled, { -brand-short-name } supports the AV1 Image File (AVIF) format. This is a still image file format that leverages the capabilities of the AV1 video compression algorithms to reduce image size. See <a data-l10n-name="bugzilla">bug 1443863</a> for more details.
Entity # all locales toolkit • toolkit • featuregates • features.ftl
experimental-features-web-api-inputmode-description
zh-CN
我们已按照 <a data-l10n-name="whatwg">WHATWG</a> 规范,更新了 <a data-l10n-name="mdn-inputmode">inputmode</a> 全局属性的实现。注意,我们仍需进行其他修改,如使其在可编辑内容上可用。欲详细了解,请参阅 <a data-l10n-name="bugzilla">Bug 1205133</a>。
en-US
Our implementation of the <a data-l10n-name="mdn-inputmode">inputmode</a> global attribute has been updated as per <a data-l10n-name="whatwg">the WHATWG specification</a>, but we still need to make other changes too, like making it available on contenteditable content. See <a data-l10n-name="bugzilla">bug 1205133</a> for more details.
Entity # all locales toolkit • toolkit • featuregates • features.ftl
experimental-features-web-gpu-description2
zh-CN
这个新的 API 为利用用户设备或计算机的<a data-l10n-name="wikipedia">图形处理器(GPU)</a>执行计算和图形渲染提供了底层支持。该<a data-l10n-name="spec">规范</a>仍在完善中。欲详细了解,请参阅 <a data-l10n-name="bugzilla">Bug 1602129</a>。
en-US
This new API provides low-level support for performing computation and graphics rendering using the <a data-l10n-name="wikipedia">Graphics Processing Unit (GPU)</a> of the user’s device or computer. The <a data-l10n-name="spec">specification</a> is still a work-in-progress. See <a data-l10n-name="bugzilla">bug 1602129</a> for more details.

Displaying 27 results for the string bug in en-US:

Entity zh-CN en-US
Entity # all locales browser • profile • bookmarks.inc
bugzilla
zh-CN
Mozilla 缺陷跟踪网站
en-US
Mozilla Bug Tracker
Entity # all locales devtools • client • netmonitor.properties
netmonitor.errorpanel.fileBugButton
zh-CN
发送缺陷报告
en-US
File Bug Report
Entity # all locales devtools • client • webconsole.properties
webconsole.message.componentDidCatch.label
zh-CN
[DEVTOOLS ERROR] 很抱歉,我们无法生成该信息。这是异常情况——请到 %S 反馈,并在描述中附上信息的元数据。
en-US
[DEVTOOLS ERROR] We’re sorry, we couldn’t render the message. This shouldn’t have happened - please file a bug at %S with the message metadata in the description.
Entity # all locales dom • chrome • layout • xul.properties
PINotInProlog
zh-CN
<?%1$S?> 处理指令在 prolog 之外不再有效 (参见 bug 360119)。
en-US
<?%1$S?> processing instruction does not have any effect outside the prolog anymore (see bug 360119).
Entity # all locales extensions • irc • chrome • chatzilla.properties
msg.bug318419.error
zh-CN
Warning: Source string is missing
en-US
ChatZilla has detected a serious abnormality in its internal data. You will not be able to send any form of communication at this time, although it might appear you can. The most likely cause is Mozilla Bug 318419 <https://bugzilla.mozilla.org/show_bug.cgi?id=318419>. You MUST restart the host application (&brandShortName;) to fix this.
Entity # all locales extensions • irc • chrome • chatzilla.properties
msg.bug318419.warning
zh-CN
Warning: Source string is missing
en-US
ChatZilla has detected a potential abnormality in its internal data. You will not be able to send any form of communication at this time, although it might appear you can. The most likely cause is Mozilla Bug 318419 <https://bugzilla.mozilla.org/show_bug.cgi?id=318419>. You are strongly advised to restart the host application (&brandShortName;) to prevent further problems.
Entity # all locales extensions • irc • chrome • chatzilla.properties
pref.bugKeyword.help
zh-CN
Warning: Source string is missing
en-US
You can define multiple issue tracker keywords as a regular expression perhaps by separating them with "|" e.g. bug|issue|case|ticket
Entity # all locales extensions • irc • chrome • chatzilla.properties
pref.bugKeyword.label
zh-CN
Warning: Source string is missing
en-US
Bug Keywords
Entity # all locales extensions • irc • chrome • chatzilla.properties
pref.bugURL.comment.help
zh-CN
Warning: Source string is missing
en-US
The URL or suffix used for links to specific comments within bugs. With a full URL, "%1$s" is replaced with the bug number or alias and "%2$s" with the comment number, respectively. With a suffix, "%s" is replaced with the comment number. The text "bug " followed by a number or "#" and a 1-20 letter word (bug alias) followed by " comment " followed by another number will get turned into a link using this URL or suffix.
Entity # all locales extensions • irc • chrome • chatzilla.properties
pref.bugURL.help
zh-CN
Warning: Source string is missing
en-US
The URL used for links to bugs. "%s" is replaced with the bug number or alias. The text "bug " followed by a number or "#" and a 1-20 letter word (bug alias) will get turned into a link using this URL.
Entity # all locales extensions • irc • chrome • chatzilla.properties
pref.munger.bugzilla-link.help
zh-CN
Warning: Source string is missing
en-US
Makes ChatZilla hyperlink "bug <number>" to the specified bug, using the "Bugzilla URL" as the base link.
Entity # all locales mail • chrome • messenger • localMsgs.properties
pop3AuthInternalError
zh-CN
在 POP3 服务器验证过程中发生了内部状态错误。这是应用软件内部的意外错误,请将它作为 bug 报告。
en-US
Internal state error during POP3 server authentication. This is an internal, unexpected error in the application, please report it as bug.
Entity # all locales suite • chrome • mailnews • localMsgs.properties
pop3AuthInternalError
zh-CN
在 POP3 服务器验证过程中发生了内部状态错误。这是应用软件内部的意外错误,请将它作为 bug 报告。
en-US
Internal state error during POP3 server authentication. This is an internal, unexpected error in the application, please report it as bug.
Entity # all locales suite • chrome • mailnews • start.dtd
info_bugs.label
zh-CN
<a href="https://developer.mozilla.org/docs/Mozilla/Projects/MailNews">我们</a>欢迎 Bug 报告、功能请求, 但请先阅读<a id="releaseNotesURL" href="">发布说明</a>和查询 <a href="https://bugzilla.mozilla.org/query.cgi">Bugzilla</a>。
en-US
<a href="https://developer.mozilla.org/docs/Mozilla/Projects/MailNews">We</a> welcome bug reports and feature requests, but please read the <a id="releaseNotesURL" href="">release notes</a> and query <a href="https://bugzilla.mozilla.org/query.cgi">Bugzilla</a> first.
Entity # all locales toolkit • toolkit • about • aboutCompat.ftl
label-more-information
zh-CN
更多信息:Bug { $bug }
en-US
More Information: Bug { $bug }
Entity # all locales toolkit • toolkit • about • aboutSupport.ftl
bug-link
zh-CN
bug { $bugNumber }
en-US
bug { $bugNumber }
Entity # all locales toolkit • toolkit • about • aboutSupport.ftl
support-blocklisted-bug
zh-CN
由于已知问题,被列入屏蔽列表:<a data-l10n-name="bug-link">bug { $bugNumber }</a>
en-US
Blocklisted due to known issues: <a data-l10n-name="bug-link">bug { $bugNumber }</a>
Entity # all locales toolkit • toolkit • about • abuseReports.ftl
abuse-report-broken-suggestions-extension
zh-CN
听起来您遇到缺陷(Bug)了。除了在此举报之外,解决功能问题的最佳方式是直接联系扩展开发者。请<a data-l10n-name="support-link">访问扩展网站</a>获取开发者联系方式。
en-US
It sounds like you’ve identified a bug. In addition to submitting a report here, the best way to get a functionality issue resolved is to contact the extension developer. <a data-l10n-name="support-link">Visit the extension’s website</a> to get the developer information.
Entity # all locales toolkit • toolkit • about • abuseReports.ftl
abuse-report-broken-suggestions-theme
zh-CN
听起来您遇到缺陷(Bug)了。除了在此举报之外,解决功能问题的最佳方式是直接联系扩展开发者。请<a data-l10n-name="support-link">访问主题网站</a>获取开发者联系方式。
en-US
It sounds like you’ve identified a bug. In addition to submitting a report here, the best way to get a functionality issue resolved is to contact the theme developer. <a data-l10n-name="support-link">Visit the theme’s website</a> to get the developer information.
Entity # all locales toolkit • toolkit • featuregates • features.ftl
experimental-features-css-constructable-stylesheets-description
zh-CN
在 <a data-l10n-name="mdn-cssstylesheet">CSSStyleSheet</a> 接口加入构造函数,以及其他多项相关修改,让您可以直接新建样式表,而无需将其添加到 HTML 中。此特性可让您更容易地创建用于 <a data-l10n-name="mdn-shadowdom">Shadow DOM</a> 的可重用样式表。欲详细了解,请参阅 <a data-l10n-name="bugzilla">Bug 1520690</a>。
en-US
The addition of a constructor to the <a data-l10n-name="mdn-cssstylesheet">CSSStyleSheet</a> interface as well as a variety of related changes makes it possible to directly create new stylesheets without having to add the sheet to the HTML. This makes it much easier to create reusable stylesheets for use with <a data-l10n-name="mdn-shadowdom">Shadow DOM</a>. See <a data-l10n-name="bugzilla">bug 1520690</a> for more details.
Entity # all locales toolkit • toolkit • featuregates • features.ftl
experimental-features-css-masonry-description
zh-CN
启用对 CSS 瀑布流布局的实验性支持。欲详细了解该功能,请参阅<a data-l10n-name="explainer">说明文档</a>。若要提供反馈,请在 <a data-l10n-name="w3c-issue">GitHub Issue</a> 或此 <a data-l10n-name="bug">Bug</a> 中留言。
en-US
Enables support for the experimental CSS Masonry Layout feature. See the <a data-l10n-name="explainer">explainer</a> for a high level description of the feature. To provide feedback, please comment in <a data-l10n-name="w3c-issue">this GitHub issue</a> or <a data-l10n-name="bug">this bug</a>.
Entity # all locales toolkit • toolkit • featuregates • features.ftl
experimental-features-devtools-color-scheme-simulation-description
zh-CN
添加 <a data-l10n-name="mdn-preferscolorscheme">@prefers color scheme</a> 媒体查询测试选项,模拟不同的配色方案。该特性可让您的样式表根据用户对界面的亮 ∕ 暗偏好作出响应。启用后,无需调整浏览器或操作系统(若浏览器遵循系统级颜色模式)的设置,便可测试代码。欲详细了解,请参阅 <a data-l10n-name="bugzilla1">Bug 1550804</a> 和 <a data-l10n-name="bugzilla2">Bug 1137699</a>。
en-US
Adds an option to simulate different color schemes allowing you to test <a data-l10n-name="mdn-preferscolorscheme">@prefers-color-scheme</a> media queries. Using this media query lets your stylesheet respond to whether the user prefers a light or dark user interface. This feature lets you test your code without having to change settings in your browser (or operating system, if the browser follows a system-wide color scheme setting). See <a data-l10n-name="bugzilla1">bug 1550804</a> and <a data-l10n-name="bugzilla2">bug 1137699</a> for more details.
Entity # all locales toolkit • toolkit • featuregates • features.ftl
experimental-features-devtools-compatibility-panel-description
zh-CN
在“页面查看器”中加入侧面板,显示应用程序的跨浏览器兼容性状态。欲详细了解,请参阅 <a data-l10n-name="bugzilla">Bug 1584464</a>。
en-US
A side panel for the Page Inspector that shows you information detailing your app’s cross-browser compatibility status. See <a data-l10n-name="bugzilla">bug 1584464</a> for more details.
Entity # all locales toolkit • toolkit • featuregates • features.ftl
experimental-features-devtools-execution-context-selector-description
zh-CN
此特性会在控制台的命令行显示按钮,让您可以切换执行所输入表达式的上下文。欲详细了解,请参阅 <a data-l10n-name="bugzilla1">Bug 1605154</a> 及 <a data-l10n-name="bugzilla2">Bug 1605153</a>。
en-US
This feature displays a button on the console’s command line that lets you change the context in which the expression you enter will be executed. See <a data-l10n-name="bugzilla1">bug 1605154</a> and <a data-l10n-name="bugzilla2">bug 1605153</a> for more details.
Entity # all locales toolkit • toolkit • featuregates • features.ftl
experimental-features-media-avif-description
zh-CN
启用后,{ -brand-short-name } 将支持 AV1 图像文件格式(AVIF)。这是一种静态图像文件格式,它利用 AV1 视频压缩算法的特性来减小图像体积。欲详细了解,请参阅 <a data-l10n-name="bugzilla">Bug 1443863</a>。
en-US
With this feature enabled, { -brand-short-name } supports the AV1 Image File (AVIF) format. This is a still image file format that leverages the capabilities of the AV1 video compression algorithms to reduce image size. See <a data-l10n-name="bugzilla">bug 1443863</a> for more details.
Entity # all locales toolkit • toolkit • featuregates • features.ftl
experimental-features-web-api-inputmode-description
zh-CN
我们已按照 <a data-l10n-name="whatwg">WHATWG</a> 规范,更新了 <a data-l10n-name="mdn-inputmode">inputmode</a> 全局属性的实现。注意,我们仍需进行其他修改,如使其在可编辑内容上可用。欲详细了解,请参阅 <a data-l10n-name="bugzilla">Bug 1205133</a>。
en-US
Our implementation of the <a data-l10n-name="mdn-inputmode">inputmode</a> global attribute has been updated as per <a data-l10n-name="whatwg">the WHATWG specification</a>, but we still need to make other changes too, like making it available on contenteditable content. See <a data-l10n-name="bugzilla">bug 1205133</a> for more details.
Entity # all locales toolkit • toolkit • featuregates • features.ftl
experimental-features-web-gpu-description2
zh-CN
这个新的 API 为利用用户设备或计算机的<a data-l10n-name="wikipedia">图形处理器(GPU)</a>执行计算和图形渲染提供了底层支持。该<a data-l10n-name="spec">规范</a>仍在完善中。欲详细了解,请参阅 <a data-l10n-name="bugzilla">Bug 1602129</a>。
en-US
This new API provides low-level support for performing computation and graphics rendering using the <a data-l10n-name="wikipedia">Graphics Processing Unit (GPU)</a> of the user’s device or computer. The <a data-l10n-name="spec">specification</a> is still a work-in-progress. See <a data-l10n-name="bugzilla">bug 1602129</a> for more details.
Please enable JavaScript. Some features won't be available without it.