-
-
Notifications
You must be signed in to change notification settings - Fork 9.7k
Open
Labels
Good first issueIdeal for your first contribution! (some Symfony experience may be required)Ideal for your first contribution! (some Symfony experience may be required)Help wantedIssues and PRs which are looking for volunteers to complete them.Issues and PRs which are looking for volunteers to complete them.Missing translations
Description
Hello,
There are some translation work needed for Chinese (zh_CN) and we are looking for a native speaker to help us out.
Here is a short example of what you need to do. There are 4 rules:
- You must be a Chinese (zh_CN) native speaker
- You must look at the existing translations and follow the same "style" or "tone"
- You must make your PR to branch 6.4
- You must use the correct indentation (number of spaces)
These are the files that should be updated:
Show related strings
src/Symfony/Component/Validator/Resources/translations/validators.zh_CN.xlf
Id | English | Translation | Status |
---|---|---|---|
121 | This value is not a valid Twig template. | 该值不是有效的 Twig 模板。 | Needs review |
122 | This file is not a valid video. | 此文件不是有效的视频。 | Needs review |
123 | The size of the video could not be detected. | 无法检测到视频的大小。 | Needs review |
124 | The video width is too big ({{ width }}px). Allowed maximum width is {{ max_width }}px. | 视频宽度过大({{ width }}px)。允许的最大宽度为 {{ max_width }}px。 | Needs review |
125 | The video width is too small ({{ width }}px). Minimum width expected is {{ min_width }}px. | 视频宽度太小({{ width }}px)。预期的最小宽度为 {{ min_width }} 像素。 | Needs review |
126 | The video height is too big ({{ height }}px). Allowed maximum height is {{ max_height }}px. | 视频高度过大({{ height }}px)。允许的最大高度为 {{ max_height }}px。 | Needs review |
127 | The video height is too small ({{ height }}px). Minimum height expected is {{ min_height }}px. | 视频高度太小({{ height }}px)。期望的最小高度为 {{ min_height }}px。 | Needs review |
128 | The video has too few pixels ({{ pixels }} pixels). Minimum amount expected is {{ min_pixels }} pixels. | 该视频像素过少 ({{ pixels }}). 期望的最小值为 {{ min_pixels }}。 | Needs review |
129 | The video has too many pixels ({{ pixels }} pixels). Maximum amount expected is {{ max_pixels }} pixels. | 该视频的像素过多({{ pixels }})。预期的最大数量为 {{ max_pixels }}。 | Needs review |
130 | The video ratio is too big ({{ ratio }}). Allowed maximum ratio is {{ max_ratio }}. | 视频纵横比过大({{ ratio }})。允许的最大纵横比为 {{ max_ratio }}。 | Needs review |
131 | The video ratio is too small ({{ ratio }}). Minimum ratio expected is {{ min_ratio }}. | 视频纵横比过小({{ ratio }})。预期的最低比例为 {{ min_ratio }}。 | Needs review |
132 | The video is square ({{ width }}x{{ height }}px). Square videos are not allowed. | 视频为正方形 ({{ width }}x{{ height }}px)。不允许正方形视频。 | Needs review |
133 | The video is landscape oriented ({{ width }}x{{ height }}px). Landscape oriented videos are not allowed. | 视频为横向({{ width }}x{{ height }} 像素)。不允许横向视频。 | Needs review |
134 | The video is portrait oriented ({{ width }}x{{ height }}px). Portrait oriented videos are not allowed. | 该视频为竖屏方向({{ width }}x{{ height }}px)。不允许竖屏视频。 | Needs review |
135 | The video file is corrupted. | 视频文件已损坏。 | Needs review |
136 | The video contains multiple streams. Only one stream is allowed. | 该视频包含多个流。只允许一个流。 | Needs review |
137 | Unsupported video codec "{{ codec }}". | 不支持的视频编解码器“{{ codec }}”。 | Needs review |
138 | Unsupported video container "{{ container }}". | 不支持的视频容器 "{{ container }}". | Needs review |
139 | The image file is corrupted. | 图像文件已损坏。 | Needs review |
140 | The image has too few pixels ({{ pixels }} pixels). Minimum amount expected is {{ min_pixels }} pixels. | 图像的像素太少({{ pixels }})。预期的最小数量为 {{ min_pixels }}。 | Needs review |
141 | The image has too many pixels ({{ pixels }} pixels). Maximum amount expected is {{ max_pixels }} pixels. | 图像的像素过多 ({{ pixels }}). 预期的最大数量为 {{ max_pixels }}. | Needs review |
142 | This filename does not match the expected charset. | 该文件名与预期的字符集不匹配。 | Needs review |
Note
If you want to work on this issue, add a comment to assign it to yourself and let others know that this is already taken.
Metadata
Metadata
Assignees
Labels
Good first issueIdeal for your first contribution! (some Symfony experience may be required)Ideal for your first contribution! (some Symfony experience may be required)Help wantedIssues and PRs which are looking for volunteers to complete them.Issues and PRs which are looking for volunteers to complete them.Missing translations