|
17 | 17 | <target state="translated">Typy, které se dají nastavit jako výchozí, by měly mít pole, která se tak dají nastavit taky</target>
|
18 | 18 | <note />
|
19 | 19 | </trans-unit>
|
| 20 | + <trans-unit id="DoNotCopyValueAvoidNullableWrapperDescription"> |
| 21 | + <source>Avoid nullable wrapper</source> |
| 22 | + <target state="new">Avoid nullable wrapper</target> |
| 23 | + <note /> |
| 24 | + </trans-unit> |
| 25 | + <trans-unit id="DoNotCopyValueAvoidNullableWrapperMessage"> |
| 26 | + <source>Do not wrap non-copyable type '{0}' in '{1)' operation</source> |
| 27 | + <target state="new">Do not wrap non-copyable type '{0}' in '{1)' operation</target> |
| 28 | + <note /> |
| 29 | + </trans-unit> |
| 30 | + <trans-unit id="DoNotCopyValueDescription"> |
| 31 | + <source>Do not copy value</source> |
| 32 | + <target state="new">Do not copy value</target> |
| 33 | + <note /> |
| 34 | + </trans-unit> |
| 35 | + <trans-unit id="DoNotCopyValueMessage"> |
| 36 | + <source>Do not copy value</source> |
| 37 | + <target state="new">Do not copy value</target> |
| 38 | + <note /> |
| 39 | + </trans-unit> |
| 40 | + <trans-unit id="DoNotCopyValueNoBoxingDescription"> |
| 41 | + <source>Do not box non-copyable value types.</source> |
| 42 | + <target state="new">Do not box non-copyable value types.</target> |
| 43 | + <note /> |
| 44 | + </trans-unit> |
| 45 | + <trans-unit id="DoNotCopyValueNoBoxingMessage"> |
| 46 | + <source>Do not box non-copyable type '{0}'</source> |
| 47 | + <target state="new">Do not box non-copyable type '{0}'</target> |
| 48 | + <note /> |
| 49 | + </trans-unit> |
| 50 | + <trans-unit id="DoNotCopyValueNoUnboxingDescription"> |
| 51 | + <source>Do not unbox non-copyable value types.</source> |
| 52 | + <target state="new">Do not unbox non-copyable value types.</target> |
| 53 | + <note /> |
| 54 | + </trans-unit> |
| 55 | + <trans-unit id="DoNotCopyValueNoUnboxingMessage"> |
| 56 | + <source>Do not unbox non-copyable type '{0}'</source> |
| 57 | + <target state="new">Do not unbox non-copyable type '{0}'</target> |
| 58 | + <note /> |
| 59 | + </trans-unit> |
| 60 | + <trans-unit id="DoNotCopyValueTitle"> |
| 61 | + <source>Do not copy value</source> |
| 62 | + <target state="new">Do not copy value</target> |
| 63 | + <note /> |
| 64 | + </trans-unit> |
| 65 | + <trans-unit id="DoNotCopyValueUnsupportedUseDescription"> |
| 66 | + <source>Unsupported use of non-copyable type</source> |
| 67 | + <target state="new">Unsupported use of non-copyable type</target> |
| 68 | + <note /> |
| 69 | + </trans-unit> |
| 70 | + <trans-unit id="DoNotCopyValueUnsupportedUseMessage"> |
| 71 | + <source>Unsupported use of non-copyable type '{0}' in '{1}' operation</source> |
| 72 | + <target state="new">Unsupported use of non-copyable type '{0}' in '{1}' operation</target> |
| 73 | + <note /> |
| 74 | + </trans-unit> |
20 | 75 | <trans-unit id="ExportedPartsShouldHaveImportingConstructorCodeFix_ImplicitConstructor">
|
21 | 76 | <source>Explicitly define the importing constructor</source>
|
22 | 77 | <target state="translated">Explicitně definujte importující konstruktor.</target>
|
|
0 commit comments