N°8910 - Upgrade Symfony packages (#811)

This commit is contained in:
Benjamin Dalsass
2026-02-23 06:54:26 +01:00
committed by GitHub
parent b91e6c384a
commit 4853ca444e
224 changed files with 4758 additions and 1778 deletions

View File

@@ -468,91 +468,91 @@
</trans-unit>
<trans-unit id="121">
<source>This value is not a valid Twig template.</source>
<target state="needs-review-translation">该值不是有效的 Twig 模板。</target>
<target>该值不是有效的 Twig 模板。</target>
</trans-unit>
<trans-unit id="122">
<source>This file is not a valid video.</source>
<target state="needs-review-translation">此文件不是有效的视频。</target>
<target>此文件不是有效的视频。</target>
</trans-unit>
<trans-unit id="123">
<source>The size of the video could not be detected.</source>
<target state="needs-review-translation">无法检测到视频的大小。</target>
<target>无法检测到视频的大小。</target>
</trans-unit>
<trans-unit id="124">
<source>The video width is too big ({{ width }}px). Allowed maximum width is {{ max_width }}px.</source>
<target state="needs-review-translation">视频宽度过大({{ width }}px。允许的最大宽度为 {{ max_width }}px。</target>
<target>视频宽度过大({{ width }}px。允许的最大宽度为 {{ max_width }}px。</target>
</trans-unit>
<trans-unit id="125">
<source>The video width is too small ({{ width }}px). Minimum width expected is {{ min_width }}px.</source>
<target state="needs-review-translation">视频宽度太小({{ width }}px。预期的最小宽度为 {{ min_width }} 像素。</target>
<target>视频宽度太小({{ width }}px。预期的最小宽度为 {{ min_width }} 像素。</target>
</trans-unit>
<trans-unit id="126">
<source>The video height is too big ({{ height }}px). Allowed maximum height is {{ max_height }}px.</source>
<target state="needs-review-translation">视频高度过大({{ height }}px。允许的最大高度为 {{ max_height }}px。</target>
<target>视频高度过大({{ height }}px。允许的最大高度为 {{ max_height }}px。</target>
</trans-unit>
<trans-unit id="127">
<source>The video height is too small ({{ height }}px). Minimum height expected is {{ min_height }}px.</source>
<target state="needs-review-translation">视频高度太小({{ height }}px。期望的最小高度为 {{ min_height }}px。</target>
<target>视频高度太小({{ height }}px。期望的最小高度为 {{ min_height }}px。</target>
</trans-unit>
<trans-unit id="128">
<source>The video has too few pixels ({{ pixels }} pixels). Minimum amount expected is {{ min_pixels }} pixels.</source>
<target state="needs-review-translation">该视频像素过少 ({{ pixels }}). 期望的最小值为 {{ min_pixels }}。</target>
<target>该视频像素过少 ({{ pixels }}). 期望的最小值为 {{ min_pixels }}。</target>
</trans-unit>
<trans-unit id="129">
<source>The video has too many pixels ({{ pixels }} pixels). Maximum amount expected is {{ max_pixels }} pixels.</source>
<target state="needs-review-translation">该视频的像素过多({{ pixels }})。预期的最大数量为 {{ max_pixels }}。</target>
<target>该视频的像素过多({{ pixels }})。预期的最大数量为 {{ max_pixels }}。</target>
</trans-unit>
<trans-unit id="130">
<source>The video ratio is too big ({{ ratio }}). Allowed maximum ratio is {{ max_ratio }}.</source>
<target state="needs-review-translation">视频纵横比过大({{ ratio }})。允许的最大纵横比为 {{ max_ratio }}。</target>
<target>视频纵横比过大({{ ratio }})。允许的最大纵横比为 {{ max_ratio }}。</target>
</trans-unit>
<trans-unit id="131">
<source>The video ratio is too small ({{ ratio }}). Minimum ratio expected is {{ min_ratio }}.</source>
<target state="needs-review-translation">视频纵横比过小({{ ratio }})。预期的最低比例为 {{ min_ratio }}。</target>
<target>视频纵横比过小({{ ratio }})。预期的最低比例为 {{ min_ratio }}。</target>
</trans-unit>
<trans-unit id="132">
<source>The video is square ({{ width }}x{{ height }}px). Square videos are not allowed.</source>
<target state="needs-review-translation">视频为正方形 ({{ width }}x{{ height }}px)。不允许正方形视频。</target>
<target>视频为正方形 ({{ width }}x{{ height }}px)。不允许正方形视频。</target>
</trans-unit>
<trans-unit id="133">
<source>The video is landscape oriented ({{ width }}x{{ height }}px). Landscape oriented videos are not allowed.</source>
<target state="needs-review-translation">视频为横向({{ width }}x{{ height }} 像素)。不允许横向视频。</target>
<target>视频为横向({{ width }}x{{ height }} 像素)。不允许横向视频。</target>
</trans-unit>
<trans-unit id="134">
<source>The video is portrait oriented ({{ width }}x{{ height }}px). Portrait oriented videos are not allowed.</source>
<target state="needs-review-translation">该视频为竖屏方向({{ width }}x{{ height }}px。不允许竖屏视频。</target>
<target>该视频为竖屏方向({{ width }}x{{ height }}px。不允许竖屏视频。</target>
</trans-unit>
<trans-unit id="135">
<source>The video file is corrupted.</source>
<target state="needs-review-translation">视频文件已损坏。</target>
<target>视频文件已损坏。</target>
</trans-unit>
<trans-unit id="136">
<source>The video contains multiple streams. Only one stream is allowed.</source>
<target state="needs-review-translation">该视频包含多个流。只允许一个流。</target>
<target>该视频包含多个流。只允许一个流。</target>
</trans-unit>
<trans-unit id="137">
<source>Unsupported video codec "{{ codec }}".</source>
<target state="needs-review-translation">不支持的视频编解码器“{{ codec }}”。</target>
<target>不支持的视频编解码器“{{ codec }}”。</target>
</trans-unit>
<trans-unit id="138">
<source>Unsupported video container "{{ container }}".</source>
<target state="needs-review-translation">不支持的视频容器 "{{ container }}".</target>
<target>不支持的视频容器 "{{ container }}".</target>
</trans-unit>
<trans-unit id="139">
<source>The image file is corrupted.</source>
<target state="needs-review-translation">图像文件已损坏。</target>
<target>图像文件已损坏。</target>
</trans-unit>
<trans-unit id="140">
<source>The image has too few pixels ({{ pixels }} pixels). Minimum amount expected is {{ min_pixels }} pixels.</source>
<target state="needs-review-translation">图像的像素太少({{ pixels }})。预期的最小数量为 {{ min_pixels }}。</target>
<target>图像的像素太少({{ pixels }})。预期的最小数量为 {{ min_pixels }}。</target>
</trans-unit>
<trans-unit id="141">
<source>The image has too many pixels ({{ pixels }} pixels). Maximum amount expected is {{ max_pixels }} pixels.</source>
<target state="needs-review-translation">图像的像素过多 ({{ pixels }}). 预期的最大数量为 {{ max_pixels }}.</target>
<target>图像的像素过多 ({{ pixels }}). 预期的最大数量为 {{ max_pixels }}.</target>
</trans-unit>
<trans-unit id="142">
<source>This filename does not match the expected charset.</source>
<target state="needs-review-translation">该文件名与预期的字符集不匹配。</target>
<target>该文件名与预期的字符集不匹配。</target>
</trans-unit>
</body>
</file>