|
172 | 172 | <target state="translated">Spolehlivost</target>
|
173 | 173 | <note />
|
174 | 174 | </trans-unit>
|
| 175 | + <trans-unit id="CommaSeparator"> |
| 176 | + <source>, </source> |
| 177 | + <target state="new">, </target> |
| 178 | + <note>Separator used for separating list of platform names: {API} is only supported on: {‘windows’, ‘browser’, ‘linux’}</note> |
| 179 | + </trans-unit> |
175 | 180 | <trans-unit id="DataSetDataTableInDeserializableObjectGraphMessage">
|
176 | 181 | <source>When deserializing untrusted input, deserializing a {0} object is insecure. '{1}' either is or derives from {0}</source>
|
177 | 182 | <target state="translated">Při deserializaci nedůvěryhodného vstupu není deserializace objektu {0} bezpečná. Objekt {1} je buď objektem {0}, nebo je z tohoto objektu odvozený.</target>
|
|
1512 | 1517 | <target state="translated">Metody P/Invoke nemají být viditelné</target>
|
1513 | 1518 | <note />
|
1514 | 1519 | </trans-unit>
|
1515 |
| - <trans-unit id="PlatformCompatibilityCheckDescription"> |
| 1520 | + <trans-unit id="PlatformCompatibilityAllVersions"> |
| 1521 | + <source>'{0}' all versions</source> |
| 1522 | + <target state="new">'{0}' all versions</target> |
| 1523 | + <note>This call site is reachable on: 'Windows' all versions.</note> |
| 1524 | + </trans-unit> |
| 1525 | + <trans-unit id="PlatformCompatibilityDescription"> |
1516 | 1526 | <source>Using platform dependent API on a component makes the code no longer work across all platforms.</source>
|
1517 |
| - <target state="translated">Když se pro komponentu použije závislé rozhraní API, kód už nebude fungovat na všech platformách.</target> |
| 1527 | + <target state="new">Using platform dependent API on a component makes the code no longer work across all platforms.</target> |
1518 | 1528 | <note />
|
1519 | 1529 | </trans-unit>
|
1520 |
| - <trans-unit id="PlatformCompatibilityCheckSupportedOsMessage"> |
1521 |
| - <source>'{0}' is supported on '{1}'</source> |
1522 |
| - <target state="translated">{0} se podporuje v {1}.</target> |
1523 |
| - <note /> |
| 1530 | + <trans-unit id="PlatformCompatibilityFromVersionToVersion"> |
| 1531 | + <source>'{0}' from version {1} to {2}</source> |
| 1532 | + <target state="new">'{0}' from version {1} to {2}</target> |
| 1533 | + <note>'SupportedOnWindows1903UnsupportedOn2004()' is supported on: 'windows' from version 10.0.1903 to 10.0.2004.</note> |
1524 | 1534 | </trans-unit>
|
1525 |
| - <trans-unit id="PlatformCompatibilityCheckSupportedOsVersionMessage"> |
1526 |
| - <source>'{0}' is supported on '{1}' {2} and later</source> |
1527 |
| - <target state="translated">{0} se podporuje v {1} {2} a novějších.</target> |
1528 |
| - <note /> |
| 1535 | + <trans-unit id="PlatformCompatibilityOnlySupportedCsAllPlatformMessage"> |
| 1536 | + <source>This call site is reachable on all platforms. '{0}' is only supported on: {1}.</source> |
| 1537 | + <target state="new">This call site is reachable on all platforms. '{0}' is only supported on: {1}.</target> |
| 1538 | + <note>This call site is reachable on all platforms. 'SupportedOnWindowsAndBrowser()' is only supported on: 'windows', 'browser' .</note> |
| 1539 | + </trans-unit> |
| 1540 | + <trans-unit id="PlatformCompatibilityOnlySupportedCsReachableMessage"> |
| 1541 | + <source>This call site is reachable on: {2}. '{0}' is only supported on: {1}.</source> |
| 1542 | + <target state="new">This call site is reachable on: {2}. '{0}' is only supported on: {1}.</target> |
| 1543 | + <note>This call site is reachable on: 'windows' all versions.'SupportedOnWindowsUnsupportedFromWindows2004()' is only supported on: 'windows' 10.0.2004 and before</note> |
| 1544 | + </trans-unit> |
| 1545 | + <trans-unit id="PlatformCompatibilityOnlySupportedCsUnreachableMessage"> |
| 1546 | + <source>This call site is unreachable on: {2}. '{0}' is only supported on: {1}.</source> |
| 1547 | + <target state="new">This call site is unreachable on: {2}. '{0}' is only supported on: {1}.</target> |
| 1548 | + <note>This call site is unreachable on: 'browser'. 'SupportedOnWindowsAndBrowser()' is only supported on: 'browser', 'windows'.</note> |
1529 | 1549 | </trans-unit>
|
1530 |
| - <trans-unit id="PlatformCompatibilityCheckTitle"> |
| 1550 | + <trans-unit id="PlatformCompatibilitySupportedCsAllPlatformMessage"> |
| 1551 | + <source>This call site is reachable on all platforms. '{0}' is supported on: {1}.</source> |
| 1552 | + <target state="new">This call site is reachable on all platforms. '{0}' is supported on: {1}.</target> |
| 1553 | + <note>This call site is reachable on all platforms. 'SupportedOnWindows1903UnsupportedFrom2004()' is supported on: 'windows' from version 10.0.1903 to 10.0.2004.</note> |
| 1554 | + </trans-unit> |
| 1555 | + <trans-unit id="PlatformCompatibilitySupportedCsReachableMessage"> |
| 1556 | + <source>This call site is reachable on: {2}. '{0}' is supported on: {1}.</source> |
| 1557 | + <target state="new">This call site is reachable on: {2}. '{0}' is supported on: {1}.</target> |
| 1558 | + <note>This call site is reachable on: 'windows' 10.0.2000 and before. 'UnsupportedOnWindowsSupportedOn1903()' is supported on: 'windows' 10.0.1903 and later.</note> |
| 1559 | + </trans-unit> |
| 1560 | + <trans-unit id="PlatformCompatibilityTitle"> |
1531 | 1561 | <source>Validate platform compatibility</source>
|
1532 |
| - <target state="translated">Ověřit kompatibilitu platformy</target> |
| 1562 | + <target state="new">Validate platform compatibility</target> |
1533 | 1563 | <note />
|
1534 | 1564 | </trans-unit>
|
1535 |
| - <trans-unit id="PlatformCompatibilityCheckUnsupportedOsMessage"> |
1536 |
| - <source>'{0}' is unsupported on '{1}'</source> |
1537 |
| - <target state="translated">{0} se v {1} nepodporuje.</target> |
1538 |
| - <note /> |
| 1565 | + <trans-unit id="PlatformCompatibilityUnsupportedCsAllPlatformMessage"> |
| 1566 | + <source>This call site is reachable on all platforms. '{0}' is unsupported on: {1}.</source> |
| 1567 | + <target state="new">This call site is reachable on all platforms. '{0}' is unsupported on: {1}.</target> |
| 1568 | + <note>This call site is reachable on all platforms. 'UnsupportedOnWindows()' is unsupported on: 'windows'</note> |
1539 | 1569 | </trans-unit>
|
1540 |
| - <trans-unit id="PlatformCompatibilityCheckUnsupportedOsVersionMessage"> |
1541 |
| - <source>'{0}' is unsupported on '{1}' {2} and later</source> |
1542 |
| - <target state="translated">{0} se v {1} {2} a novějších nepodporuje.</target> |
1543 |
| - <note /> |
| 1570 | + <trans-unit id="PlatformCompatibilityUnsupportedCsReachableMessage"> |
| 1571 | + <source>This call site is reachable on: {2}. '{0}' is unsupported on: {1}.</source> |
| 1572 | + <target state="new">This call site is reachable on: {2}. '{0}' is unsupported on: {1}.</target> |
| 1573 | + <note>This call site is reachable on: 'windows', 'browser'. 'UnsupportedOnBrowser()' is unsupported on: 'browser'.</note> |
| 1574 | + </trans-unit> |
| 1575 | + <trans-unit id="PlatformCompatibilityVersionAndBefore"> |
| 1576 | + <source>'{0}' {1} and before</source> |
| 1577 | + <target state="new">'{0}' {1} and before</target> |
| 1578 | + <note>'SupportedOnWindowsUnsupportedFromWindows2004()' is only supported on: 'windows' 10.0.2004 and before.</note> |
| 1579 | + </trans-unit> |
| 1580 | + <trans-unit id="PlatformCompatibilityVersionAndLater"> |
| 1581 | + <source>'{0}' {1} and later</source> |
| 1582 | + <target state="new">'{0}' {1} and later</target> |
| 1583 | + <note>'SupportedOnWindows10()' is only supported on: 'windows' 10.0 and later.</note> |
1544 | 1584 | </trans-unit>
|
1545 | 1585 | <trans-unit id="PotentialReferenceCycleInDeserializedObjectGraphDescription">
|
1546 | 1586 | <source>Review code that processes untrusted deserialized data for handling of unexpected reference cycles. An unexpected reference cycle should not cause the code to enter an infinite loop. Otherwise, an unexpected reference cycle can allow an attacker to DOS or exhaust the memory of the process when deserializing untrusted data.</source>
|
|
0 commit comments