|
334 | 334 | <source>This value should be valid JSON.</source>
|
335 | 335 | <target>该值应该是有效的JSON。</target>
|
336 | 336 | </trans-unit>
|
| 337 | + <trans-unit id="87"> |
| 338 | + <source>This collection should contain only unique elements.</source> |
| 339 | + <target>该集合应仅包含独一无二的元素。</target> |
| 340 | + </trans-unit> |
| 341 | + <trans-unit id="88"> |
| 342 | + <source>This value should be positive.</source> |
| 343 | + <target>数值应为正数。</target> |
| 344 | + </trans-unit> |
| 345 | + <trans-unit id="89"> |
| 346 | + <source>This value should be either positive or zero.</source> |
| 347 | + <target>数值应是正数,或为零。</target> |
| 348 | + </trans-unit> |
| 349 | + <trans-unit id="90"> |
| 350 | + <source>This value should be negative.</source> |
| 351 | + <target>数值应为负数。</target> |
| 352 | + </trans-unit> |
| 353 | + <trans-unit id="91"> |
| 354 | + <source>This value should be either negative or zero.</source> |
| 355 | + <target>数值应是负数,或为零。</target> |
| 356 | + </trans-unit> |
| 357 | + <trans-unit id="92"> |
| 358 | + <source>This value is not a valid timezone.</source> |
| 359 | + <target>无效时区。</target> |
| 360 | + </trans-unit> |
| 361 | + <trans-unit id="93"> |
| 362 | + <source>This password has been leaked in a data breach, it must not be used. Please use another password.</source> |
| 363 | + <target>此密码已被泄露,切勿使用。请更换密码。</target> |
| 364 | + </trans-unit> |
| 365 | + <trans-unit id="94"> |
| 366 | + <source>This value should be between {{ min }} and {{ max }}.</source> |
| 367 | + <target>该数值应在 {{ min }} 和 {{ max }} 之间。</target> |
| 368 | + </trans-unit> |
| 369 | + <trans-unit id="95"> |
| 370 | + <source>This value is not a valid hostname.</source> |
| 371 | + <target>该数值不是有效的主机名称。</target> |
| 372 | + </trans-unit> |
| 373 | + <trans-unit id="96"> |
| 374 | + <source>The number of elements in this collection should be a multiple of {{ compared_value }}.</source> |
| 375 | + <target>该集合内的元素数量得是 {{ compared_value }} 的倍数。</target> |
| 376 | + </trans-unit> |
| 377 | + <trans-unit id="97"> |
| 378 | + <source>This value should satisfy at least one of the following constraints:</source> |
| 379 | + <target>该数值需符合以下其中一个约束:</target> |
| 380 | + </trans-unit> |
| 381 | + <trans-unit id="98"> |
| 382 | + <source>Each element of this collection should satisfy its own set of constraints.</source> |
| 383 | + <target>该集合内的每个元素需符合元素本身规定的约束。</target> |
| 384 | + </trans-unit> |
| 385 | + <trans-unit id="99"> |
| 386 | + <source>This value is not a valid International Securities Identification Number (ISIN).</source> |
| 387 | + <target>该数值不是有效的国际证券识别码 (ISIN)。</target> |
| 388 | + </trans-unit> |
337 | 389 | </body>
|
338 | 390 | </file>
|
339 | 391 | </xliff>
|
0 commit comments