From 2aa4a82499d4becd2284cdb482213d541b8804dd Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 28 Apr 2024 16:29:10 +0200 Subject: Adding upstream version 86.0.1. Signed-off-by: Daniel Baumann --- l10n-cy/devtools/client/tooltips.ftl | 71 ++++++++++++++++++++++++++++++++++++ 1 file changed, 71 insertions(+) create mode 100644 l10n-cy/devtools/client/tooltips.ftl (limited to 'l10n-cy/devtools/client/tooltips.ftl') diff --git a/l10n-cy/devtools/client/tooltips.ftl b/l10n-cy/devtools/client/tooltips.ftl new file mode 100644 index 0000000000..c0bdc72121 --- /dev/null +++ b/l10n-cy/devtools/client/tooltips.ftl @@ -0,0 +1,71 @@ +# 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 for Developer Tools tooltips. + +learn-more = Dysgu rhagor + +## In the Rule View when a CSS property cannot be successfully applied we display +## an icon. When this icon is hovered this message is displayed to explain why +## the property is not applied. +## Variables: +## $property (string) - A CSS property name e.g. "color". +## $display (string) - A CSS display value e.g. "inline-block". + +inactive-css-not-grid-or-flex-container = Nid yw { $property } yn effeithio ar yr elfen hon gan nad yw'n gynhwysydd flex nac yn gynhwysydd grid. +inactive-css-not-grid-or-flex-container-or-multicol-container = Nid yw { $property } yn effeithio ar yr elfen hon gan nad yw'n gynhwysydd fflecs, yn gynhwysydd grid, neu'n gynhwysydd aml-golofn. +inactive-css-not-grid-or-flex-item = Nid yw { $property } yn effeithio ar yr elfen hon gan nad yw'n grid nac yn eitem flex. +inactive-css-not-grid-item = Nid yw { $property } yn effeithio ar yr elfen hon gan nad yw'n eitem grid. +inactive-css-not-grid-container = Nid yw { $property } yn effeithio ar yr elfen hon gan nad yw'n gynhwysydd grid. +inactive-css-not-flex-item = Nid yw { $property } yn cael unrhyw effaith ar yr elfen hon gan nad yw'n eitem hyblyg. +inactive-css-not-flex-container = Nid yw { $property } yn effeithio ar yr elfen hon gan nad yw'n gynhwysydd flex. +inactive-css-not-inline-or-tablecell = Nid yw { $property } yn cael unrhyw effaith ar yr elfen hon gan nad yw'n elfen mewnlin neu gell tabl. +inactive-css-property-because-of-display = Nid oes gan { $property } unrhyw effaith ar yr elfen hon gan ei bod yn dangos { $display }. +inactive-css-not-display-block-on-floated = Mae'r peiriant wedi newid y gwerth display i block oherwydd bod yr elfen yn arnofio. +inactive-css-property-is-impossible-to-override-in-visited = Mae'n amhosib diystyru { $property } oherwydd cyfyngiadau :visited. +inactive-css-position-property-on-unpositioned-box = Nid yw { $property } yn effeithio ar yr elfen hon gan nad yw'n eitem wedi'i lleoli. +inactive-text-overflow-when-no-overflow = Nid yw { $property } yn cael unrhyw effaith ar yr elfen hon gan nad yw overflow:hidden wedi'i osod. +inactive-outline-radius-when-outline-style-auto-or-none = Nid yw { $property } yn cael unrhyw effaith ar yr elfen hon oherwydd bod ei arddull amlinellol yn awto neu'n ddim. +inactive-css-not-for-internal-table-elements = Nid yw { $property } yn cael unrhyw effaith ar elfennau tablau mewnol. +inactive-css-not-for-internal-table-elements-except-table-cells = Nid yw { $property } yn cael unrhyw effaith ar elfennau bwrdd mewnol ac eithrio celloedd bwrdd. +inactive-css-not-table = Nid yw { $property } yn effeithio ar yr elfen hon gan nad yw'n dabl. + +## In the Rule View when a CSS property cannot be successfully applied we display +## an icon. When this icon is hovered this message is displayed to explain how +## the problem can be solved. + +inactive-css-not-grid-or-flex-container-fix = Ceisiwch ychwanegu display:grid neu display:flex. { learn-more } +inactive-css-not-grid-or-flex-container-or-multicol-container-fix = Ceisiwch ychwanegu naill ai display:grid, display:flex, neu columns:2. { learn-more } +inactive-css-not-grid-or-flex-item-fix-2 = Ceisiwch ychwanegu display:grid, display:flex, display:inline-grid neu display:inline-flex. { learn-more } +inactive-css-not-grid-item-fix-2 = Ceisiwch ychwanegu display:grid neu display:inline-grid at riant yr elfen. { learn-more } +inactive-css-not-grid-container-fix = Ceisiwch ychwanegu display:grid neu display:inline-grid. { learn-more } +inactive-css-not-flex-item-fix-2 = Ceisiwch ychwanegu display:flex neu display:inline-flex i riant yr elfen. { learn-more } +inactive-css-not-flex-container-fix = Ceisiwch ychwanegu display:flex neu display:inline-flex. { learn-more } +inactive-css-not-inline-or-tablecell-fix = Ceisiwch ychwanegu display:inline neu display:table-cell. { learn-more } +inactive-css-non-replaced-inline-or-table-row-or-row-group-fix = Ceisiwch ychwanegu display:inline-block neu display:block. { learn-more } +inactive-css-non-replaced-inline-or-table-column-or-column-group-fix = Ceisiwch ychwanegu display:inline-block. { learn-more } +inactive-css-not-display-block-on-floated-fix = Ceisiwch dynnu float neu display:block. { learn-more } +inactive-css-position-property-on-unpositioned-box-fix = Ceisiwch osod priodwedd ei leoliad i rywbeth arall heblaw statig. { learn-more } +inactive-text-overflow-when-no-overflow-fix = Ceisiwch ychwanegu overflow:hidden. { learn-more } +inactive-css-not-for-internal-table-elements-fix = Ceisiwch osod ei briodwedd arddangos i rywbeth arall heblaw cell-tabl, colofn-tabl, rhes-tabl, tabl-colofn-grŵp, tabl-rhes-grŵp, neu tabl-troedyn-grŵp. { learn-more } +inactive-css-not-for-internal-table-elements-except-table-cells-fix = Ceisiwch osod ei briodwedd arddangos i rywbeth arall heblaw cell-tabl, colofn-tabl, rhes-tabl, tabl-colofn-grŵp, tabl-rhes-grŵp, neu tabl-troedyn-grŵp. { learn-more } +inactive-outline-radius-when-outline-style-auto-or-none-fix = Ceisiwch osod ei briodwedd amlinellol i rywbeth heblaw'n awto neu'n ddim. { learn-more } +inactive-css-not-table-fix = Ceisiwch ychwanegu display:table neu display:inline-table. { learn-more } + +## In the Rule View when a CSS property may have compatibility issues with other browsers +## we display an icon. When this icon is hovered this message is displayed to explain why +## the property is incompatible and the platforms it is incompatible on. +## Variables: +## $property (string) - A CSS declaration name e.g. "-moz-user-select" that can be a platform specific alias. +## $rootProperty (string) - A raw CSS property name e.g. "user-select" that is not a platform specific alias. + +css-compatibility-default-message = Nid yw { $property } yn cael ei gefnogi gan y porwyr canlynol: +css-compatibility-deprecated-experimental-message = Roedd { $property } yn briodoledd arbrofol sydd bellach yn cael ei anghymeradwyo gan safonau'r W3C. Nid yw'n cael ei gefnogi gan y porwyr canlynol: +css-compatibility-deprecated-experimental-supported-message = Roedd { $property } yn briodwedd arbrofol sydd bellach yn cael ei anghymeradwyo gan safonau'r W3C. +css-compatibility-deprecated-message = Mae { $property } yn cael ei anghymeradwyo gan safonau'r W3C. Nid yw'n cael ei gefnogi gan y porwyr canlynol: +css-compatibility-deprecated-supported-message = Mae { $property } yn cael ei anghymeradwyo gan safonau'r W3C. +css-compatibility-experimental-message = Mae { $property } yn briodwedd arbrofol. Nid yw'n cael ei gefnogi gan y porwyr canlynol: +css-compatibility-experimental-supported-message = Mae { $property } yn briodwedd arbrofol. +css-compatibility-learn-more-message = Dysgu rhagor am { $rootProperty } -- cgit v1.2.3