|
4 | 4 | <body>
|
5 | 5 | <trans-unit id="1">
|
6 | 6 | <source>This value should be false.</source>
|
7 |
| - <target>该变量的值应为 false.</target> |
| 7 | + <target>该变量的值应为 false 。</target> |
8 | 8 | </trans-unit>
|
9 | 9 | <trans-unit id="2">
|
10 | 10 | <source>This value should be true.</source>
|
11 |
| - <target>该变量的值应为 true.</target> |
| 11 | + <target>该变量的值应为 true 。</target> |
12 | 12 | </trans-unit>
|
13 | 13 | <trans-unit id="3">
|
14 | 14 | <source>This value should be of type {{ type }}.</source>
|
15 |
| - <target>该变量的类型应为 {{ type }}.</target> |
| 15 | + <target>该变量的类型应为 {{ type }} 。</target> |
16 | 16 | </trans-unit>
|
17 | 17 | <trans-unit id="4">
|
18 | 18 | <source>This value should be blank.</source>
|
19 |
| - <target>该变量值应为空.</target> |
| 19 | + <target>该变量值应为空。</target> |
20 | 20 | </trans-unit>
|
21 | 21 | <trans-unit id="5">
|
22 | 22 | <source>The value you selected is not a valid choice.</source>
|
23 |
| - <target>选定变量的值不是有效的选项.</target> |
| 23 | + <target>选定变量的值不是有效的选项。</target> |
24 | 24 | </trans-unit>
|
25 | 25 | <trans-unit id="6">
|
26 | 26 | <source>You must select at least {{ limit }} choice.|You must select at least {{ limit }} choices.</source>
|
27 |
| - <target>您至少要选择 {{ limit }} 个选项.</target> |
| 27 | + <target>您至少要选择 {{ limit }} 个选项。</target> |
28 | 28 | </trans-unit>
|
29 | 29 | <trans-unit id="7">
|
30 | 30 | <source>You must select at most {{ limit }} choice.|You must select at most {{ limit }} choices.</source>
|
31 |
| - <target>您最多能选择 {{ limit }} 个选项.</target> |
| 31 | + <target>您最多能选择 {{ limit }} 个选项。</target> |
32 | 32 | </trans-unit>
|
33 | 33 | <trans-unit id="8">
|
34 | 34 | <source>One or more of the given values is invalid.</source>
|
35 |
| - <target>一个或者多个给定的值无效.</target> |
| 35 | + <target>一个或者多个给定的值无效。</target> |
36 | 36 | </trans-unit>
|
37 | 37 | <trans-unit id="9">
|
38 | 38 | <source>The fields {{ fields }} were not expected.</source>
|
39 |
| - <target>非预期字段 {{ fields }}.</target> |
| 39 | + <target>非预期字段 {{ fields }} 。</target> |
40 | 40 | </trans-unit>
|
41 | 41 | <trans-unit id="10">
|
42 | 42 | <source>The fields {{ fields }} are missing.</source>
|
43 |
| - <target>遗漏字段 {{ fields }}.</target> |
| 43 | + <target>遗漏字段 {{ fields }} 。</target> |
44 | 44 | </trans-unit>
|
45 | 45 | <trans-unit id="11">
|
46 | 46 | <source>This value is not a valid date.</source>
|
47 |
| - <target>该值不是一个有效日期(date).</target> |
| 47 | + <target>该值不是一个有效的日期(date)。</target> |
48 | 48 | </trans-unit>
|
49 | 49 | <trans-unit id="12">
|
50 | 50 | <source>This value is not a valid datetime.</source>
|
51 |
| - <target>该值不是一个有效日期时间(datetime).</target> |
| 51 | + <target>该值不是一个有效的日期时间(datetime)。</target> |
52 | 52 | </trans-unit>
|
53 | 53 | <trans-unit id="13">
|
54 | 54 | <source>This value is not a valid email address.</source>
|
55 |
| - <target>该值不是一个有效邮件地址.</target> |
| 55 | + <target>该值不是一个有效的邮件地址。</target> |
56 | 56 | </trans-unit>
|
57 | 57 | <trans-unit id="14">
|
58 | 58 | <source>The file could not be found.</source>
|
59 |
| - <target>文件未找到.</target> |
| 59 | + <target>文件未找到。</target> |
60 | 60 | </trans-unit>
|
61 | 61 | <trans-unit id="15">
|
62 | 62 | <source>The file is not readable.</source>
|
63 |
| - <target>文件不可读.</target> |
| 63 | + <target>文件不可读。</target> |
64 | 64 | </trans-unit>
|
65 | 65 | <trans-unit id="16">
|
66 | 66 | <source>The file is too large ({{ size }} {{ suffix }}). Allowed maximum size is {{ limit }} {{ suffix }}.</source>
|
67 |
| - <target>文件太大 ({{ size }} {{ suffix }}). 文件大小不可以超过 {{ limit }} {{ suffix }}.</target> |
| 67 | + <target>文件太大 ({{ size }} {{ suffix }})。文件大小不可以超过 {{ limit }} {{ suffix }} 。</target> |
68 | 68 | </trans-unit>
|
69 | 69 | <trans-unit id="17">
|
70 | 70 | <source>The mime type of the file is invalid ({{ type }}). Allowed mime types are {{ types }}.</source>
|
71 |
| - <target>文件类型不合法 ({{ type }}). 合法的文件类型有 {{ types }}.</target> |
| 71 | + <target>无效的文件类型 ({{ type }}) 。允许的文件类型有 {{ types }} 。</target> |
72 | 72 | </trans-unit>
|
73 | 73 | <trans-unit id="18">
|
74 | 74 | <source>This value should be {{ limit }} or less.</source>
|
75 |
| - <target>这个变量的值应该小于或等于 {{ limit }}.</target> |
| 75 | + <target>这个变量的值应该小于或等于 {{ limit }}。</target> |
76 | 76 | </trans-unit>
|
77 | 77 | <trans-unit id="19">
|
78 | 78 | <source>This value is too long. It should have {{ limit }} character or less.|This value is too long. It should have {{ limit }} characters or less.</source>
|
79 |
| - <target>字符串太长, 长度不可超过 {{ limit }} 个字符.</target> |
| 79 | + <target>字符串太长,长度不可超过 {{ limit }} 个字符。</target> |
80 | 80 | </trans-unit>
|
81 | 81 | <trans-unit id="20">
|
82 | 82 | <source>This value should be {{ limit }} or more.</source>
|
83 |
| - <target>该变量的值应该大于或等于 {{ limit }}.</target> |
| 83 | + <target>该变量的值应该大于或等于 {{ limit }}。</target> |
84 | 84 | </trans-unit>
|
85 | 85 | <trans-unit id="21">
|
86 | 86 | <source>This value is too short. It should have {{ limit }} character or more.|This value is too short. It should have {{ limit }} characters or more.</source>
|
87 |
| - <target>字符串太短, 长度不可少于 {{ limit }} 个字符.</target> |
| 87 | + <target>字符串太短,长度不可少于 {{ limit }} 个字符。</target> |
88 | 88 | </trans-unit>
|
89 | 89 | <trans-unit id="22">
|
90 | 90 | <source>This value should not be blank.</source>
|
91 |
| - <target>该变量不应为空.</target> |
| 91 | + <target>该变量不应为空。</target> |
92 | 92 | </trans-unit>
|
93 | 93 | <trans-unit id="23">
|
94 | 94 | <source>This value should not be null.</source>
|
95 |
| - <target>该变量不应为 null.</target> |
| 95 | + <target>该变量不应为 null 。</target> |
96 | 96 | </trans-unit>
|
97 | 97 | <trans-unit id="24">
|
98 | 98 | <source>This value should be null.</source>
|
99 |
| - <target>该变量应为空 null.</target> |
| 99 | + <target>该变量应为空 null 。</target> |
100 | 100 | </trans-unit>
|
101 | 101 | <trans-unit id="25">
|
102 | 102 | <source>This value is not valid.</source>
|
103 |
| - <target>该变量值无效.</target> |
| 103 | + <target>该变量值无效 。</target> |
104 | 104 | </trans-unit>
|
105 | 105 | <trans-unit id="26">
|
106 | 106 | <source>This value is not a valid time.</source>
|
107 |
| - <target>该值不是一个有效时间.</target> |
| 107 | + <target>该值不是一个有效的时间。</target> |
108 | 108 | </trans-unit>
|
109 | 109 | <trans-unit id="27">
|
110 | 110 | <source>This value is not a valid URL.</source>
|
111 |
| - <target>该值不是一个有效的 URL 地址.</target> |
| 111 | + <target>该值不是一个有效的 URL 。</target> |
112 | 112 | </trans-unit>
|
113 | 113 | <trans-unit id="31">
|
114 | 114 | <source>The two values should be equal.</source>
|
115 |
| - <target>该两个变量的值应该相同.</target> |
| 115 | + <target>这两个变量的值应该相等。</target> |
116 | 116 | </trans-unit>
|
117 | 117 | <trans-unit id="32">
|
118 | 118 | <source>The file is too large. Allowed maximum size is {{ limit }} {{ suffix }}.</source>
|
119 |
| - <target>文件太大, 文件大小不可以超过 {{ limit }} {{ suffix }}.</target> |
| 119 | + <target>文件太大,文件大小不可以超过 {{ limit }} {{ suffix }}。 </target> |
120 | 120 | </trans-unit>
|
121 | 121 | <trans-unit id="33">
|
122 | 122 | <source>The file is too large.</source>
|
123 |
| - <target>文件太大.</target> |
| 123 | + <target>文件太大。</target> |
124 | 124 | </trans-unit>
|
125 | 125 | <trans-unit id="34">
|
126 | 126 | <source>The file could not be uploaded.</source>
|
127 |
| - <target>文件不可被上传.</target> |
| 127 | + <target>无法上传此文件。</target> |
128 | 128 | </trans-unit>
|
129 | 129 | <trans-unit id="35">
|
130 | 130 | <source>This value should be a valid number.</source>
|
131 |
| - <target>该值应该为有效的数字.</target> |
| 131 | + <target>该值应该为有效的数字。</target> |
132 | 132 | </trans-unit>
|
133 | 133 | <trans-unit id="36">
|
134 | 134 | <source>This value is not a valid country.</source>
|
135 |
| - <target>该值不是有效的国家名.</target> |
| 135 | + <target>该值不是有效的国家名。</target> |
136 | 136 | </trans-unit>
|
137 | 137 | <trans-unit id="37">
|
138 | 138 | <source>This file is not a valid image.</source>
|
139 |
| - <target>该文件不是有效的图片.</target> |
| 139 | + <target>该文件不是有效的图片。</target> |
140 | 140 | </trans-unit>
|
141 | 141 | <trans-unit id="38">
|
142 | 142 | <source>This is not a valid IP address.</source>
|
143 |
| - <target>该值不是有效的IP地址.</target> |
| 143 | + <target>该值不是有效的IP地址。</target> |
144 | 144 | </trans-unit>
|
145 | 145 | <trans-unit id="39">
|
146 | 146 | <source>This value is not a valid language.</source>
|
147 |
| - <target>该值不是有效的语言名.</target> |
| 147 | + <target>该值不是有效的语言名。</target> |
148 | 148 | </trans-unit>
|
149 | 149 | <trans-unit id="40">
|
150 | 150 | <source>This value is not a valid locale.</source>
|
151 |
| - <target>该值不是有效的区域值.</target> |
| 151 | + <target>该值不是有效的区域值(locale)。</target> |
152 | 152 | </trans-unit>
|
153 | 153 | <trans-unit id="41">
|
154 | 154 | <source>This value is already used.</source>
|
155 |
| - <target>该值已经被使用了.</target> |
| 155 | + <target>该值已经被使用。</target> |
156 | 156 | </trans-unit>
|
157 | 157 | <trans-unit id="42">
|
158 | 158 | <source>The size of the image could not be detected.</source>
|
159 |
| - <target>不能解析图片大小.</target> |
| 159 | + <target>不能解析图片大小。</target> |
160 | 160 | </trans-unit>
|
161 | 161 | <trans-unit id="43">
|
162 | 162 | <source>The image width is too big ({{ width }}px). Allowed maximum width is {{ max_width }}px.</source>
|
163 |
| - <target>图片太宽 ({{ width }}px),最大宽度为 {{ max_width }}px.</target> |
| 163 | + <target>图片太宽 ({{ width }}px),最大宽度为 {{ max_width }}px 。</target> |
164 | 164 | </trans-unit>
|
165 | 165 | <trans-unit id="44">
|
166 | 166 | <source>The image width is too small ({{ width }}px). Minimum width expected is {{ min_width }}px.</source>
|
167 |
| - <target>图片宽度不够 ({{ width }}px),最小宽度为 {{ min_width }}px.</target> |
| 167 | + <target>图片宽度不够 ({{ width }}px),最小宽度为 {{ min_width }}px 。</target> |
168 | 168 | </trans-unit>
|
169 | 169 | <trans-unit id="45">
|
170 | 170 | <source>The image height is too big ({{ height }}px). Allowed maximum height is {{ max_height }}px.</source>
|
171 |
| - <target>图片太高 ({{ height }}px),最大高度为 {{ max_height }}px.</target> |
| 171 | + <target>图片太高 ({{ height }}px),最大高度为 {{ max_height }}px 。</target> |
172 | 172 | </trans-unit>
|
173 | 173 | <trans-unit id="46">
|
174 | 174 | <source>The image height is too small ({{ height }}px). Minimum height expected is {{ min_height }}px.</source>
|
175 |
| - <target>图片高度不够 ({{ height }}px),最小高度为 {{ min_height }}px.</target> |
| 175 | + <target>图片高度不够 ({{ height }}px),最小高度为 {{ min_height }}px 。</target> |
176 | 176 | </trans-unit>
|
177 | 177 | <trans-unit id="47">
|
178 | 178 | <source>This value should be the user current password.</source>
|
179 |
| - <target>该变量应为用户当前的密码.</target> |
| 179 | + <target>该变量的值应为用户当前的密码。</target> |
180 | 180 | </trans-unit>
|
181 | 181 | <trans-unit id="48">
|
182 | 182 | <source>This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters.</source>
|
183 |
| - <target>该变量应为 {{ limit }} 个字符.</target> |
| 183 | + <target>该变量应为 {{ limit }} 个字符。</target> |
184 | 184 | </trans-unit>
|
185 | 185 | <trans-unit id="49">
|
186 | 186 | <source>The file was only partially uploaded.</source>
|
187 |
| - <target>该文件的上传不完整.</target> |
| 187 | + <target>该文件的上传不完整。</target> |
188 | 188 | </trans-unit>
|
189 | 189 | <trans-unit id="50">
|
190 | 190 | <source>No file was uploaded.</source>
|
191 |
| - <target>没有上传任何文件.</target> |
| 191 | + <target>没有上传任何文件。</target> |
192 | 192 | </trans-unit>
|
193 | 193 | <trans-unit id="51">
|
194 | 194 | <source>No temporary folder was configured in php.ini.</source>
|
195 |
| - <target>php.ini里没有配置临时文件目录.</target> |
| 195 | + <target>php.ini 里没有配置临时文件目录。</target> |
196 | 196 | </trans-unit>
|
197 | 197 | <trans-unit id="52">
|
198 | 198 | <source>Cannot write temporary file to disk.</source>
|
199 |
| - <target>临时文件写入磁盘失败.</target> |
| 199 | + <target>临时文件写入磁盘失败。</target> |
200 | 200 | </trans-unit>
|
201 | 201 | <trans-unit id="53">
|
202 | 202 | <source>A PHP extension caused the upload to fail.</source>
|
203 |
| - <target>某个PHP扩展造成上传失败.</target> |
| 203 | + <target>某个 PHP 扩展造成上传失败。</target> |
204 | 204 | </trans-unit>
|
205 | 205 | <trans-unit id="54">
|
206 | 206 | <source>This collection should contain {{ limit }} element or more.|This collection should contain {{ limit }} elements or more.</source>
|
207 |
| - <target>该集合最少应包含 {{ limit }} 个元素.</target> |
| 207 | + <target>该集合最少应包含 {{ limit }} 个元素。</target> |
208 | 208 | </trans-unit>
|
209 | 209 | <trans-unit id="55">
|
210 | 210 | <source>This collection should contain {{ limit }} element or less.|This collection should contain {{ limit }} elements or less.</source>
|
211 |
| - <target>该集合最多包含 {{ limit }} 个元素.</target> |
| 211 | + <target>该集合最多包含 {{ limit }} 个元素。</target> |
212 | 212 | </trans-unit>
|
213 | 213 | <trans-unit id="56">
|
214 | 214 | <source>This collection should contain exactly {{ limit }} element.|This collection should contain exactly {{ limit }} elements.</source>
|
215 |
| - <target>该集合应包含正好 {{ limit }} 个元素element.</target> |
| 215 | + <target>该集合应包含 {{ limit }} 个元素 element 。</target> |
216 | 216 | </trans-unit>
|
217 | 217 | <trans-unit id="57">
|
218 | 218 | <source>Invalid card number.</source>
|
219 |
| - <target>无效的信用卡号.</target> |
| 219 | + <target>无效的信用卡号。</target> |
220 | 220 | </trans-unit>
|
221 | 221 | <trans-unit id="58">
|
222 | 222 | <source>Unsupported card type or invalid card number.</source>
|
223 |
| - <target>不支持的信用卡类型或无效的信用卡号.</target> |
| 223 | + <target>不支持的信用卡类型或无效的信用卡号。</target> |
| 224 | + </trans-unit> |
| 225 | + <trans-unit id="59"> |
| 226 | + <source>This is not a valid International Bank Account Number (IBAN).</source> |
| 227 | + <target>该值不是有效的国际银行帐号(IBAN)。</target> |
| 228 | + </trans-unit> |
| 229 | + <trans-unit id="60"> |
| 230 | + <source>This value is not a valid ISBN-10.</source> |
| 231 | + <target>该值不是有效的10位国际标准书号(ISBN-10)。</target> |
| 232 | + </trans-unit> |
| 233 | + <trans-unit id="61"> |
| 234 | + <source>This value is not a valid ISBN-13.</source> |
| 235 | + <target>该值不是有效的13位国际标准书号(ISBN-13)。</target> |
| 236 | + </trans-unit> |
| 237 | + <trans-unit id="62"> |
| 238 | + <source>This value is neither a valid ISBN-10 nor a valid ISBN-13.</source> |
| 239 | + <target>该值不是有效的国际标准书号(ISBN-10 或 ISBN-13)。</target> |
| 240 | + </trans-unit> |
| 241 | + <trans-unit id="63"> |
| 242 | + <source>This value is not a valid ISSN.</source> |
| 243 | + <target>该值不是有效的国际标准期刊号(ISSN)。</target> |
| 244 | + </trans-unit> |
| 245 | + <trans-unit id="64"> |
| 246 | + <source>This value is not a valid currency.</source> |
| 247 | + <target>该值不是有效的货币名(currency)。</target> |
| 248 | + </trans-unit> |
| 249 | + <trans-unit id="65"> |
| 250 | + <source>This value should be equal to {{ compared_value }}.</source> |
| 251 | + <target>该值应等于 {{ compared_value }} 。</target> |
| 252 | + </trans-unit> |
| 253 | + <trans-unit id="66"> |
| 254 | + <source>This value should be greater than {{ compared_value }}.</source> |
| 255 | + <target>该值应大于 {{ compared_value }} 。</target> |
| 256 | + </trans-unit> |
| 257 | + <trans-unit id="67"> |
| 258 | + <source>This value should be greater than or equal to {{ compared_value }}.</source> |
| 259 | + <target>该值应大于或等于 {{ compared_value }} 。</target> |
| 260 | + </trans-unit> |
| 261 | + <trans-unit id="68"> |
| 262 | + <source>This value should be identical to {{ compared_value_type }} {{ compared_value }}.</source> |
| 263 | + <target>该值应与 {{ compared_value_type }} {{ compared_value }} 相同。</target> |
| 264 | + </trans-unit> |
| 265 | + <trans-unit id="69"> |
| 266 | + <source>This value should be less than {{ compared_value }}.</source> |
| 267 | + <target>该值应小于 {{ compared_value }} 。</target> |
| 268 | + </trans-unit> |
| 269 | + <trans-unit id="70"> |
| 270 | + <source>This value should be less than or equal to {{ compared_value }}.</source> |
| 271 | + <target>该值应小于或等于 {{ compared_value }} 。</target> |
| 272 | + </trans-unit> |
| 273 | + <trans-unit id="71"> |
| 274 | + <source>This value should not be equal to {{ compared_value }}.</source> |
| 275 | + <target>该值不应先等于 {{ compared_value }} 。</target> |
| 276 | + </trans-unit> |
| 277 | + <trans-unit id="72"> |
| 278 | + <source>This value should not be identical to {{ compared_value_type }} {{ compared_value }}.</source> |
| 279 | + <target>该值不应与 {{ compared_value_type }} {{ compared_value }} 相同。</target> |
224 | 280 | </trans-unit>
|
225 | 281 | </body>
|
226 | 282 | </file>
|
|
0 commit comments