-
Notifications
You must be signed in to change notification settings - Fork 815
Expand file tree
/
Copy pathRunCommandStrings.pl.xlf
More file actions
82 lines (82 loc) · 3.68 KB
/
RunCommandStrings.pl.xlf
File metadata and controls
82 lines (82 loc) · 3.68 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
78
79
80
81
82
<?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="pl" original="../RunCommandStrings.resx">
<body>
<trans-unit id="Dashboard">
<source>Dashboard</source>
<target state="new">Dashboard</target>
<note />
</trans-unit>
<trans-unit id="Description">
<source>Run an Aspire app host in development mode.</source>
<target state="translated">Uruchom hosta aplikacji platformy Aspire w trybie programowania.</target>
<note />
</trans-unit>
<trans-unit id="Endpoints">
<source>Endpoints</source>
<target state="translated">Punkty końcowe</target>
<note />
</trans-unit>
<trans-unit id="Health">
<source>The health of the resource, eg Healthy</source>
<target state="translated">Kondycja zasobu, np. w dobrej kondycji</target>
<note />
</trans-unit>
<trans-unit id="IsCompatibleAppHostIsNull">
<source>IsCompatibleAppHost is null</source>
<target state="translated">Element IsCompatibleAppHost ma wartość null</target>
<note />
</trans-unit>
<trans-unit id="Logs">
<source>Logs</source>
<target state="new">Logs</target>
<note />
</trans-unit>
<trans-unit id="PressCtrlCToStopAppHost">
<source>Press [bold white on red]CTRL+C[/] to stop the apphost and exit.</source>
<target state="needs-review-translation">Naciśnij [bold]Ctrl+C[/], aby zatrzymać hosta aplikacji i zakończyć działanie.</target>
<note>[bold] should not be localized</note>
</trans-unit>
<trans-unit id="ProjectArgumentDescription">
<source>The path to the Aspire app host project file.</source>
<target state="translated">Ścieżka do pliku projektu hosta aplikacji platformy Aspire.</target>
<note />
</trans-unit>
<trans-unit id="ProjectCouldNotBeRun">
<source>The project could not be run. For more information run with --debug switch.</source>
<target state="translated">Nie można uruchomić projektu. Aby uzyskać więcej informacji, uruchom polecenie przełącznika --debug.</target>
<note />
</trans-unit>
<trans-unit id="Resource">
<source>Resource</source>
<target state="translated">Zasób</target>
<note>A column header (noun)</note>
</trans-unit>
<trans-unit id="StartingAppHost">
<source>Starting Aspire app host...</source>
<target state="translated">Trwa uruchamianie hosta aplikacji platformy Aspire...</target>
<note />
</trans-unit>
<trans-unit id="StartingDashboard">
<source>Starting Aspire dashboard...</source>
<target state="translated">Trwa uruchamianie pulpitu nawigacyjnego platformy Aspire...</target>
<note />
</trans-unit>
<trans-unit id="State">
<source>State</source>
<target state="translated">Stan</target>
<note>The state of the resource, eg Running</note>
</trans-unit>
<trans-unit id="Type">
<source>Type</source>
<target state="translated">Typ</target>
<note>The type of the resource, eg Project</note>
</trans-unit>
<trans-unit id="WatchArgumentDescription">
<source>Start project resources in watch mode.</source>
<target state="translated">Uruchamianie zasobów projektu w trybie obserwacji.</target>
<note />
</trans-unit>
</body>
</file>
</xliff>