From 26a029d407be480d791972afb5975cf62c9360a6 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Fri, 19 Apr 2024 02:47:55 +0200 Subject: Adding upstream version 124.0.1. Signed-off-by: Daniel Baumann --- l10n-sq/devtools/client/tooltips.ftl | 101 +++++++++++++++++++++++++++++++++++ 1 file changed, 101 insertions(+) create mode 100644 l10n-sq/devtools/client/tooltips.ftl (limited to 'l10n-sq/devtools/client/tooltips.ftl') diff --git a/l10n-sq/devtools/client/tooltips.ftl b/l10n-sq/devtools/client/tooltips.ftl new file mode 100644 index 0000000000..eb8911ee6e --- /dev/null +++ b/l10n-sq/devtools/client/tooltips.ftl @@ -0,0 +1,101 @@ +# 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 = Mësoni më tepër + +## 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 = { $property } s’ka efekt mbi këtë element, ngaqë s’është as kontejner fleks, as kontejner rrjetë. +inactive-css-not-grid-or-flex-container-or-multicol-container = { $property } s’ka efekt mbi këtë element, ngaqë s’është kontejner fleks, kontejner rrjetë apo kontejner shumështyllësh. +inactive-css-not-multicol-container = { $property } s’ka efekt mbi këtë element, ngaqë s’është kontejner me shumë shtylla. +inactive-css-not-grid-or-flex-item = { $property } s’ka efekt mbi këtë element, ngaqë s’është objekt rrjetë apo fleks. +inactive-css-not-grid-item = { $property } s’ka efekt mbi këtë element, ngaqë s’është objekt rrjetë. +inactive-css-not-grid-container = { $property } s’ka efekt mbi këtë element, ngaqë s’është kontejner rrjetë. +inactive-css-not-flex-item = { $property } s’ka efekt mbi këtë element, ngaqë s’është objekt fleks. +inactive-css-not-flex-container = { $property } s’ka efekt mbi këtë element, ngaqë s’është kontejner fleks. +inactive-css-not-inline-or-tablecell = { $property } s’ka efekt mbi këtë element, ngaqë s’është element i brendshëm ose table-cell. +inactive-css-first-line-pseudo-element-not-supported = { $property } nuk mbulohet në ::first-line pseudo-elements. +inactive-css-first-letter-pseudo-element-not-supported = { $property } mbulohet në ::first-letter pseudo-elements. +inactive-css-placeholder-pseudo-element-not-supported = { $property } nuk mbulohet në ::placeholder pseudo-elements. +inactive-css-property-because-of-display = { $property } s’ka efekt mbi këtë element, ngaqë ka shfaqje të { $display }. +inactive-css-not-display-block-on-floated = Vlera display është ndryshuar nga motori në block, ngaqë elementi është floated. +inactive-css-property-is-impossible-to-override-in-visited = Është e pamundur të anashkalohet { $property }, për shkak të kufizimit :visited. +inactive-css-position-property-on-unpositioned-box = { $property } s’ka efekt mbi këtë element, ngaqë s’është element i pozicionuar. +inactive-text-overflow-when-no-overflow = { $property } s’ka efekt mbi këtë element, ngaqë overflow:hidden s’është caktuar. +inactive-css-not-for-internal-table-elements = { $property } s’ka efekt mbi elementë të brendshëm të tabelës. +inactive-css-not-for-internal-table-elements-except-table-cells = { $property } s’ka efekt në elementë të brendshëm të tabelës, hiq kuti tabele. +inactive-css-not-table = { $property } s’ka efekt mbi këtë element, ngaqë s’është tabelë. +inactive-css-not-table-cell = { $property } s’ka efekt mbi këtë element, ngaqë s’është kuti tabele. +inactive-scroll-padding-when-not-scroll-container = { $property } s’ka ndikim mbi këtë element, ngaqë ky nuk kryen rrëshqitje. +inactive-css-border-image = { $property } s’ka efekt mbi këtë element, ngaqë s’mund të aplikohet mbi elementë tabelash të brendshme, kur border-collapse është caktuar si collapse, te elementi i tabelës mëmë. +inactive-css-ruby-element = { $property } s’ka efekt mbi këtë element, ngaqë është një element ruby. Madhësia e tij përcaktohet nga madhësia e shkronjave të tekstit ruby. +inactive-css-highlight-pseudo-elements-not-supported = { $property } nuk mbulohet për pseudo-elementë të theksuar. +inactive-css-cue-pseudo-element-not-supported = { $property } nuk mbulohet për ::cue pseudo-elements. +# Variables: +# $lineCount (integer) - The number of lines the element has. +inactive-css-text-wrap-balance-lines-exceeded = + { $lineCount -> + [one] { $property } s’ka efekt mbi këtë element, ngaqë ka më tepër se { $lineCount } rresht. + *[other] { $property } s’ka efekt mbi këtë element, ngaqë ka më tepër se { $lineCount } rreshta. + } +inactive-css-text-wrap-balance-fragmented = { $property } s’ka efekt mbi këtë element, ngaqë lënda e tij është e fragmentuar, d.m.th., është e shpërndarë nëpër një numër shtyllash ose faqesh. + +## 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 = Provoni të shtoni display:grid ose display:flex. { learn-more } +inactive-css-not-grid-or-flex-container-or-multicol-container-fix = Provoni të shtoni display:grid, display:flex, ose columns:2. { learn-more } +inactive-css-not-multicol-container-fix = Provoni të shtoni ose column-count, ose column-width. { learn-more } +inactive-css-not-grid-or-flex-item-fix-3 = Provoni të shtoni display:grid, display:flex, display:inline-grid, ose display:inline-flex te mëma e elementit. { learn-more } +inactive-css-not-grid-item-fix-2 = Provoni të shtoni display:grid ose display:inline-grid te mëma e elementit. { learn-more } +inactive-css-not-grid-container-fix = Provoni të shtoni display:grid ose display:inline-grid. { learn-more } +inactive-css-not-flex-item-fix-2 = Provoni të shtoni display:flex ose display:inline-flex te mëma e elementit. { learn-more } +inactive-css-not-flex-container-fix = Provoni të shtoni display:flex ose display:inline-flex. { learn-more } +inactive-css-not-inline-or-tablecell-fix = Provoni të shtoni display:inline ose display:table-cell. { learn-more } +inactive-css-non-replaced-inline-or-table-row-or-row-group-fix = Provoni të shtoni display:inline-block ose display:block. { learn-more } +inactive-css-non-replaced-inline-or-table-column-or-column-group-fix = Provoni të shtoni display:inline-block. { learn-more } +inactive-css-not-display-block-on-floated-fix = Provoni të hiqni float ose të shtoni display:block. { learn-more } +inactive-css-position-property-on-unpositioned-box-fix = Provoni të ujdisni vetinë e tij position si diçka tjetër nga static. { learn-more } +inactive-text-overflow-when-no-overflow-fix = Provoni të shtoni overflow:hidden. { learn-more } +inactive-css-not-for-internal-table-elements-fix = Provoni të vini vetinë e tij display si diçka tjetër nga table-cell, table-column, table-row, table-column-group, table-row-group, ose table-footer-group. { learn-more } +inactive-css-not-for-internal-table-elements-except-table-cells-fix = Provoni të vini vetinë e tij display si diçka tjetër nga table-column, table-row, table-column-group, table-row-group, ose table-footer-group. { learn-more } +inactive-css-not-table-fix = Provoni të shtoni display:table ose display:inline-table. { learn-more } +inactive-css-not-table-cell-fix = Provoni të shtoni display:table-cell. { learn-more } +inactive-scroll-padding-when-not-scroll-container-fix = Provoni të shtoni overflow:auto, overflow:scroll, ose overflow:hidden. { learn-more } +inactive-css-border-image-fix = Te elementi i tabelës mëmë, hiqni vetinë ose ndryshoni vlerën border-collapse me një vlerë tjetër nga collapse. { learn-more } +inactive-css-ruby-element-fix = Provoni të ndryshoni font-size të tekstit Ruby. { learn-more } +inactive-css-text-wrap-balance-lines-exceeded-fix = Provoni të ulni numrin e rreshtave. { learn-more } +inactive-css-text-wrap-balance-fragmented-fix = Shmangni ndarjen e lëndës së elementit, p.sh., duke hequr shtylla, ose duke përdorur page-break-inside:avoid. { 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 = { $property } nuk mbulohet në shfletuesit vijues: +css-compatibility-deprecated-experimental-message = { $property } qe një veti eksperimentale që tani është nxjerrë nga përdorimi nga standardet W3C. Nuk mbulohet në shfletuesit vijues: +css-compatibility-deprecated-experimental-supported-message = { $property } qe një veti eksperimentale që tanimë është nxjerrë nga përdorimi nga standardet W3C. +css-compatibility-deprecated-message = { $property } është nxjerrë nga përdorimi nga standardet W3C. Nuk mbulohet në shfletuesit vijues: +css-compatibility-deprecated-supported-message = { $property } është nxjerrë nga përdorimi nga standardet W3C. +css-compatibility-experimental-message = { $property } është një veti eksperimentale. Nuk mbulohet në shfletuesit vijues: +css-compatibility-experimental-supported-message = { $property } është një veti eksperimentale. +css-compatibility-learn-more-message = Mësoni më tepër rreth { $rootProperty } + +## In the Rule View when a rule selector can causes issues, we display an icon. +## When this icon is hovered one or more of those messages are displayed to explain what +## the issue are. + +# :has() should not be translated +css-selector-warning-unconstrained-has = Ky përzgjedhës, përdor :has() të pa kufizuar, çka mund të jetë e ngadaltë -- cgit v1.2.3