diff --git a/l10n/css.json b/l10n/css.json index 7e0ce9d1..4e149e6f 100644 --- a/l10n/css.json +++ b/l10n/css.json @@ -922,10 +922,12 @@ "ru": "Список, каждый элемент которого состоит из: смещения, данного комбинацией абсолютной длины и процентов плюс ключевое слово" }, "listEachItemConsistingOfNormalLengthPercentageOrNameLengthPercentage": { - "en-US": "A list where each item may be 'normal', a length percentage, or a timeline range name and a length percentage" + "en-US": "A list where each item may be 'normal', a length percentage, or a timeline range name and a length percentage", + "ja": "リストで、それぞれの項目は 'normal'、長さのパーセント値、タイムラインの範囲名と長さのパーセント値のいずれか。" }, "listEachItemConsistingOfPairsOfAutoOrLengthPercentage": { - "en-US": "A list where each item may be either 'auto' or a length percentage" + "en-US": "A list where each item may be either 'auto' or a length percentage", + "ja": "リストで、それぞれの項目は 'auto' または長さのパーセント値" }, "listEachItemHasTwoKeywordsOnePerDimension": { "de": "eine Liste, wobei jedes Element aus zwei Schlüsselwörtern besteht, eins pro Dimension", @@ -935,7 +937,8 @@ "ru": "список, каждый элемент которого содержит 2 ключевых слова, по одному на размер" }, "listEachItemIdentifierOrNoneAuto": { - "en-US": "a list, each item either a case-sensitive CSS identifier or the keywords none, auto" + "en-US": "a list, each item either a case-sensitive CSS identifier or the keywords none, auto", + "ja": "リストで、それぞれの項目は大文字小文字を区別する CSS 識別子またはキーワード none, auto" }, "listEachItemTwoKeywordsOriginOffsets": { "de": "a list, each item consisting of two keywords representing the origin undtwo offsets from that origin, each given as an absolute length (if given a {{xref_csslength}}), otherwise as a percentage", @@ -1059,7 +1062,8 @@ "ru": "none или изображение с абсолютным URI" }, "noneOrOrderedListOfIdentifiers": { - "en-US": "none or an ordered list of identifiers" + "en-US": "none or an ordered list of identifiers", + "ja": "none または識別子の順序付きリスト" }, "nonReplacedBlockAndInlineBlockElements": { "de": "nicht ersetzte Blocklevel Elemente und nicht ersetzte Inlineblock Elemente", @@ -1439,7 +1443,8 @@ "ru": "относительно области позиционирования фона" }, "relativeToCorrespondingDimensionOfRelevantScrollport": { - "en-US": "Relative to the corresponding dimension of the relevant scrollport" + "en-US": "Relative to the corresponding dimension of the relevant scrollport", + "ja": "関連するスクロールポートの対応する寸法との相対値" }, "relativeToMaskBorderImageArea": { "en-US": "relative to width/height of the mask border image area", @@ -1457,7 +1462,8 @@ "ja": "スクロールコンテナーのスクロールポートに対する相対値" }, "relativeToTimelineRangeIfSpecifiedOtherwiseEntireTimeline": { - "en-US": "Relative to the specified named timeline range if specified, otherwise relative to the entire timeline" + "en-US": "Relative to the specified named timeline range if specified, otherwise relative to the entire timeline", + "ja": "名前付きタイムラインが指定されていればその範囲、そうでない場合はタイムライン全体からの相対値" }, "relativeToWidthAndHeight": { "en-US": "relative to the width and the height of the element's reference box" @@ -1592,7 +1598,7 @@ "de": "start oder ein namenloser Wert, der sich wie left verhält, falls {{cssxref(\"direction\")}} den Wert ltr hat, right, falls {{cssxref(\"direction\")}} den Wert rtl hat, falls start nicht vom Browser unterstützt wird.", "en-US": "start, or a nameless value that acts as left if {{cssxref(\"direction\")}} is ltr, right if {{cssxref(\"direction\")}} is rtl if start is not supported by the browser.", "fr": "start, ou une valeur non nommée se comportant comme left si {{cssxref(\"direction\")}} est ltr, right si {{cssxref(\"direction\")}} est rtl si start n'est pas supporté par le navigateur", - "ja": "startstart をサポートしないブラウザでは、{{cssxref(\"direction\", \"書字方向\")}}が ltr なら leftrtl なら right として動作する無名の値", + "ja": "startstart に対応していないブラウザーでは、{{cssxref(\"direction\", \"書字方向\")}}が ltr なら leftrtl なら right として動作する無名の値", "ru": "start, или неназванное значение, которое действует как left, если {{cssxref(\"direction\")}}: ltr или как right, если {{cssxref(\"direction\")}}: rtl, а если start не поддерживается браузером." }, "tableCaptionElements": { @@ -1643,14 +1649,14 @@ "de": "Transformation", "en-US": "a transform", "fr": "une transformation", - "ja": "変形", + "ja": "座標変換", "ru": "трансформация" }, "transformableElements": { "de": "transformierbare Elemente", "en-US": "transformable elements", "fr": "éléments transformables", - "ja": "変形可能要素", + "ja": "座標変換可能要素", "pt-BR": "qualquer elemento transformavel", "ru": "трансформируемые элементы" },