-
-
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 Japanese (ja) 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 Japanese (ja) 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.ja.xlf
Id | English | Translation | Status |
---|---|---|---|
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 }}px です。 | 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 }}px)。横向きの動画は許可されていません。 | 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. | この動画には複数のストリームが含まれています。許可されるのは1つのストリームのみです。 | 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