forked from dotnet/sdk
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathLocalizableStrings.cs.xlf
More file actions
77 lines (77 loc) · 3.33 KB
/
LocalizableStrings.cs.xlf
File metadata and controls
77 lines (77 loc) · 3.33 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
<?xml version="1.0" encoding="utf-8"?>
<xliff xmlns="urn:oasis:names:tc:xliff:document:1.2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="1.2" xsi:schemaLocation="urn:oasis:names:tc:xliff:document:1.2 xliff-core-1.2-transitional.xsd">
<file datatype="xml" source-language="en" target-language="cs" original="../LocalizableStrings.resx">
<body>
<trans-unit id="AppFullName">
<source>.NET SDK Check Command</source>
<target state="needs-review-translation">Příkaz rozhraní .NET pro vyčištění</target>
<note />
</trans-unit>
<trans-unit id="AppDescription">
<source>Check for SDK updates.</source>
<target state="needs-review-translation">Příkaz slouží k vyčištění vygenerovaných výstupů buildů.</target>
<note />
</trans-unit>
<trans-unit id="BundleUpToDateMessage">
<source>Up to date.</source>
<target state="new">Up to date.</target>
<note />
</trans-unit>
<trans-unit id="CommandFooter">
<source>The latest versions of .NET can be installed from https://aka.ms/dotnet-core-download. For more information about .NET lifecycles, see https://aka.ms/dotnet-core-support.</source>
<target state="new">The latest versions of .NET can be installed from https://aka.ms/dotnet-core-download. For more information about .NET lifecycles, see https://aka.ms/dotnet-core-support.</target>
<note />
</trans-unit>
<trans-unit id="MaintenanceMessage">
<source>.NET {0} is going out of support soon.</source>
<target state="new">.NET {0} is going out of support soon.</target>
<note />
</trans-unit>
<trans-unit id="NameColumnHeader">
<source>Name</source>
<target state="new">Name</target>
<note />
</trans-unit>
<trans-unit id="NewFeatureBandMessage">
<source>Try out the newest .NET SDK features with .NET {0}.</source>
<target state="new">Try out the newest .NET SDK features with .NET {0}.</target>
<note />
</trans-unit>
<trans-unit id="NewPatchAvailableMessage">
<source>Patch {0} is available.</source>
<target state="new">Patch {0} is available.</target>
<note />
</trans-unit>
<trans-unit id="OutOfSupportMessage">
<source>.NET {0} is out of support.</source>
<target state="new">.NET {0} is out of support.</target>
<note />
</trans-unit>
<trans-unit id="ReleasesLibraryFailed">
<source>Unable to get releases information: {0}</source>
<target state="new">Unable to get releases information: {0}</target>
<note />
</trans-unit>
<trans-unit id="RuntimeSectionHeader">
<source>.NET Runtimes:</source>
<target state="new">.NET Runtimes:</target>
<note />
</trans-unit>
<trans-unit id="SdkSectionHeader">
<source>.NET SDKs:</source>
<target state="new">.NET SDKs:</target>
<note />
</trans-unit>
<trans-unit id="StatusColumnHeader">
<source>Status</source>
<target state="new">Status</target>
<note />
</trans-unit>
<trans-unit id="VersionColumnHeader">
<source>Version</source>
<target state="new">Version</target>
<note />
</trans-unit>
</body>
</file>
</xliff>