Skip to content

Commit 3b48b53

Browse files
weblateDurus-RKefir2105PLHU-SoftwarePrefill add-on
authored
Translations update from Hosted Weblate (#289)
* Translated using Weblate (German) Currently translated at 100.0% (182 of 182 strings) Co-authored-by: Rene Regensbogen <smartpower0105@gmail.com> Translate-URL: https://hosted.weblate.org/projects/vanilla-os/apx/de/ Translation: Vanilla OS/Apx * Translated using Weblate (Ukrainian) Currently translated at 100.0% (182 of 182 strings) Co-authored-by: Dan <jonweblin2205@protonmail.com> Translate-URL: https://hosted.weblate.org/projects/vanilla-os/apx/uk/ Translation: Vanilla OS/Apx * Added translation using Weblate (Polish) Co-authored-by: Tomasz Dyńka <gramyteraz12@gmail.com> * Translated using Weblate (Polish) Currently translated at 100.0% (0 of 0 strings) Co-authored-by: Prefill add-on <noreply-addon-prefill@weblate.org> Translate-URL: https://hosted.weblate.org/projects/vanilla-os/apx/pl/ Translation: Vanilla OS/Apx * Translated using Weblate (Turkish) Currently translated at 39.5% (72 of 182 strings) Co-authored-by: Fellow Turkish <f3ll0wm4il3r_12@protonmail.com> Translate-URL: https://hosted.weblate.org/projects/vanilla-os/apx/tr/ Translation: Vanilla OS/Apx * Translated using Weblate (Italian) Currently translated at 100.0% (182 of 182 strings) Co-authored-by: Frankie McEyes <mceyes@protonmail.com> Translate-URL: https://hosted.weblate.org/projects/vanilla-os/apx/it/ Translation: Vanilla OS/Apx * Translated using Weblate (Russian) Currently translated at 100.0% (182 of 182 strings) Co-authored-by: Fedorov Alexei <aleksejfedorov963@gmail.com> Translate-URL: https://hosted.weblate.org/projects/vanilla-os/apx/ru/ Translation: Vanilla OS/Apx * Translated using Weblate (Polish) Currently translated at 7.6% (14 of 182 strings) Co-authored-by: Tomasz Dyńka <gramyteraz12@gmail.com> Translate-URL: https://hosted.weblate.org/projects/vanilla-os/apx/pl/ Translation: Vanilla OS/Apx --------- Co-authored-by: Rene Regensbogen <smartpower0105@gmail.com> Co-authored-by: Dan <jonweblin2205@protonmail.com> Co-authored-by: Tomasz Dyńka <gramyteraz12@gmail.com> Co-authored-by: Prefill add-on <noreply-addon-prefill@weblate.org> Co-authored-by: Fellow Turkish <f3ll0wm4il3r_12@protonmail.com> Co-authored-by: Frankie McEyes <mceyes@protonmail.com> Co-authored-by: Fedorov Alexei <aleksejfedorov963@gmail.com>
1 parent c1323dc commit 3b48b53

File tree

6 files changed

+343
-10
lines changed

6 files changed

+343
-10
lines changed

locales/de.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ runtimeCommand:
2929
%s"
3030
unexportingBin: "Beim De-Exportieren der Binärdatei ist ein Fehler aufgetreten:
3131
%s"
32-
enteringContainer: 'An error occurred while entering the container: %s'
32+
enteringContainer: 'Beim Betreten des Containers ist ein Fehler aufgetreten: %s'
3333
info:
3434
unexportedApps: "%d Anwendungen deexportiert"
3535
exportedApps: "%d Anwendungen exportiert"

locales/it.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ apx:
55
unknownCommand: "Comando sconosciuto: %s"
66
invalidInput: "Input non valido."
77
invalidChoice: Scelta non valida.
8-
noRoot: Do not run Apx as root.
8+
noRoot: Non eseguire Apx come root.
99
info:
1010
aborting: "Annullato, come richiesto."
1111
terminal:

locales/pl.yml

+333
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,333 @@
1+
apx:
2+
description: "Apx jest menedżerem paczek z wsparciem dla wielu źródeł, pozwalając
3+
ci na instalacje paczek w podsystemach"
4+
errors:
5+
unknownCommand: "Nieznana komenda: %s"
6+
invalidInput: "Nieprawidłowe wejście"
7+
invalidChoice: "Nieprawidłowy wybór."
8+
noRoot: "Nie uruchamiaj Apx jako root."
9+
info:
10+
aborting: "Aborting as requested."
11+
terminal:
12+
yes: "tak"
13+
no: "nie"
14+
15+
runtimeCommand:
16+
description: "Pracuj z określonym podsystemem, mając dostęp do menedżera paczek
17+
oraz środowiska"
18+
error:
19+
enteringContainer: "Wystąpił błąd podczas otwierania kontenera: %s"
20+
noPackageSpecified: "Nie określono paczek."
21+
cantAccessPkgManager: "Wystąpił błąd podczas uzyskiwania dostępu do menedżera
22+
paczek: %s"
23+
executingCommand: "Wystąpił błąd podczas wykonywania komendy: %s"
24+
noAppNameOrBin: "--app-name lub --bin musi zostać określony"
25+
sameAppOrBin: "--app-name i --bin nie mogą być określone razem."
26+
exportingApp: "An error occurred while exporting the application: %s"
27+
exportingBin: "An error occurred while exporting the binary: %s"
28+
unexportingApp: "An error occurred while unexporting the application: %s"
29+
unexportingBin: "An error occurred while unexporting the binary: %s"
30+
info:
31+
unexportedApps: "Unexported %d applications"
32+
exportedApps: "Exported %d applications"
33+
exportedApp: "Exported application %s"
34+
exportedBin: "Exported binary %s"
35+
unexportedApp: "Unexported application %s"
36+
unexportedBin: "Unexported binary %s"
37+
autoremove:
38+
description: "Remove packages that are no longer required."
39+
clean:
40+
description: "Clean the package manager's cache."
41+
install:
42+
description: "Install the specified package."
43+
options:
44+
noExport:
45+
description: "Do not export a desktop entry."
46+
list:
47+
description: "List all installed packages."
48+
purge:
49+
description: "Purge the specified packages."
50+
remove:
51+
description: "Remove the specified packages."
52+
search:
53+
description: "Search for packages matching the specified query."
54+
show:
55+
description: "Show information about the specified package."
56+
update:
57+
description: "Update the list of available packages."
58+
upgrade:
59+
description: "Upgrade all installed packages."
60+
enter:
61+
description: "Enter the subsystem's environment."
62+
export:
63+
description: "Export an application or binary from the subsystem."
64+
options:
65+
appName:
66+
description: "The name of the application to export."
67+
bin:
68+
description: "The name of the binary to export."
69+
binOutput:
70+
description: "Path of the binary output (default: ~/.local/bin/)."
71+
unexport:
72+
description: "Unexport an application or binary from the subsystem."
73+
options:
74+
appName:
75+
description: "The name of the application to unexport."
76+
bin:
77+
description: "The name of the binary to unexport."
78+
binOutput:
79+
description: "Path of the binary output (default: ~/.local/bin/)."
80+
81+
pkgmanagers:
82+
description: "Work with the package managers that are available in apx."
83+
labels:
84+
name: "Name"
85+
builtIn: "Built-in"
86+
87+
list:
88+
description: "List all available package managers."
89+
info:
90+
noPkgManagers: "No package managers available. Create a new one with 'apx pkgmanagers
91+
new' or contact the system administrator."
92+
foundPkgManagers: "Found %d package managers"
93+
options:
94+
json:
95+
description: "Output in JSON format."
96+
show:
97+
description: "Show information about the specified package manager."
98+
new:
99+
description: "Create a new package manager."
100+
101+
error:
102+
emptyName: "The name cannot be empty."
103+
noName: "No name specified."
104+
emptyCommand: "The command cannot be empty."
105+
noCommand: "No command specified for '%s'."
106+
alreadyExists: "A package manager with the name '%s' already exists."
107+
info:
108+
askName: "Choose a name:"
109+
askSudo: "Does the package manager need sudo to run?"
110+
askCommand: "Enter the command for '%s':"
111+
askOverwrite: "A package manager with the name '%s' already exists. Overwrite
112+
it?"
113+
success: "Created package manager '%s'."
114+
options:
115+
assumeYes:
116+
description: "Assume yes to all prompts."
117+
name:
118+
description: "The name of the package manager."
119+
needSudo:
120+
description: "Whether the package manager needs sudo to run."
121+
autoremove:
122+
description: "The command to run to autoremove packages."
123+
clean:
124+
description: "The command to run to clean the package manager's cache."
125+
install:
126+
description: "The command to run to install packages."
127+
list:
128+
description: "The command to run to list installed packages."
129+
purge:
130+
description: "The command to run to purge packages."
131+
remove:
132+
description: "The command to run to remove packages."
133+
search:
134+
description: "The command to run to search for packages."
135+
show:
136+
description: "The command to run to show information about packages."
137+
update:
138+
description: "The command to run to update the list of available packages."
139+
upgrade:
140+
description: "The command to run to upgrade packages."
141+
rm:
142+
description: "Remove the specified package manager."
143+
144+
error:
145+
noName: "No name specified."
146+
inUse: "The package manager is used in %d stacks:"
147+
info:
148+
askConfirmation: "Are you sure you want to remove '%s'? [y/N]"
149+
success: "Removed package manager '%s'."
150+
aborting: "Aborting removal of package manager '%s'."
151+
options:
152+
force:
153+
description: "Force removal of the package manager."
154+
name:
155+
description: "The name of the package manager to remove."
156+
157+
stacks:
158+
description: "Work with the stacks that are available in apx."
159+
labels:
160+
name: "Name"
161+
builtIn: "Built-in"
162+
163+
list:
164+
description: "List all available stacks."
165+
info:
166+
noStacks: "No stacks available. Create a new one with 'apx stacks new' or contact
167+
the system administrator."
168+
foundStacks: "Found %d stacks:"
169+
aborting: "Aborting removal of stack '%s'."
170+
options:
171+
json:
172+
description: "Output in JSON format."
173+
show:
174+
description: "Show information about the specified stack."
175+
new:
176+
description: "Create a new stack."
177+
error:
178+
emptyName: "The name cannot be empty."
179+
noName: "No name specified."
180+
emptyBase: "The base cannot be empty."
181+
noBase: "No base specified."
182+
emptyPkgManager: "The package manager cannot be empty."
183+
noPkgManager: "No package manager specified."
184+
pkgManagerDoesNotExist: "The specified package manager does not exist. Create
185+
it with 'apx pkgmanagers new' or contact the system administrator."
186+
emptyPackages: "The packages cannot be empty."
187+
noPackages: "No packages specified."
188+
alreadyExists: "A stack with the name '%s' already exists."
189+
info:
190+
askName: "Choose a name:"
191+
askBase: "Choose a base (e.g. 'vanillaos/pico'):"
192+
askPkgManager: "Choose a package manager:"
193+
selectPkgManager: "Select a package manager [1-%d]:"
194+
noPackages: "You have not provided any package to install in the stack. Do you
195+
want to add some now?"
196+
confirmPackages: "Do you want to confirm the current packages list?"
197+
askPackages: "Please type the packages you want to install in the stack, separated
198+
by a space:"
199+
success: "Created stack '%s'."
200+
options:
201+
assumeYes:
202+
description: "Assume yes to all prompts."
203+
name:
204+
description: "The name of the stack."
205+
base:
206+
description: "The base subsystem to use."
207+
packages:
208+
description: "The packages to install."
209+
pkgManager:
210+
description: "The package manager to use."
211+
update:
212+
description: "Update the specified stack."
213+
error:
214+
noName: "No name specified."
215+
noBase: "No base specified."
216+
noPkgManager: "No package manager specified."
217+
pkgManagerDoesNotExist: "The specified package manager does not exist. Create
218+
it with 'apx pkgmanagers new' or contact the system administrator."
219+
info:
220+
askBase: "Type a new base or confirm the current one (%s):"
221+
askPkgManager: "Choose a new package manager or confirm the current one (%s):"
222+
askPackages: "Type the packages you want to install in the stack, separated
223+
by a space, or confirm the current ones (%s):"
224+
success: "Updated stack '%s'."
225+
226+
options:
227+
assumeYes:
228+
description: "Assume yes to all prompts."
229+
name:
230+
description: "The name of the stack."
231+
base:
232+
description: "The base subsystem to use."
233+
packages:
234+
description: "The packages to install."
235+
pkgManager:
236+
description: "The package manager to use."
237+
rm:
238+
description: "Remove the specified stack."
239+
error:
240+
noName: "No name specified."
241+
info:
242+
askConfirmation: "Are you sure you want to remove '%s'? [y/N]"
243+
success: "Removed stack '%s'."
244+
options:
245+
force:
246+
description: "Force removal of the stack."
247+
name:
248+
description: "The name of the stack to remove."
249+
export:
250+
description: "Export the specified stack."
251+
error:
252+
noName: "No name specified."
253+
noOutput: "No output specified."
254+
info:
255+
success: "Exported stack '%s' to '%s'."
256+
options:
257+
name:
258+
description: "The name of the stack to export."
259+
output:
260+
description: "The path to export the stack to."
261+
import:
262+
description: "Import the specified stack."
263+
error:
264+
noInput: "No input specified."
265+
cannotLoad: "Cannot load stack from '%s'."
266+
info:
267+
success: "Imported stack from '%s'."
268+
options:
269+
input:
270+
description: "The path to import the stack from."
271+
272+
subsystems:
273+
description: "Work with the subsystems that are available in apx."
274+
labels:
275+
name: "Name"
276+
status: "Status"
277+
278+
list:
279+
description: "List all available subsystems."
280+
error:
281+
info:
282+
noSubsystems: "No subsystems available. Create a new one with 'apx subsystems
283+
new' or contact the system administrator."
284+
foundSubsystems: "Found %d subsystems:"
285+
options:
286+
json:
287+
description: "Output in JSON format."
288+
new:
289+
description: "Create a new subsystem."
290+
error:
291+
noStacks: "A stack is needed to create a subsystem. Create a new one with 'apx
292+
stacks new' or contact the system administrator."
293+
emptyName: "The name cannot be empty."
294+
noName: "No name specified."
295+
emptyStack: "The stack cannot be empty."
296+
noStack: "No stack specified."
297+
stackDoesNotExist: "The specified stack does not exist. Create it with 'apx
298+
stacks new' or contact the system administrator."
299+
alreadyExists: "A subsystem with the name '%s' already exists."
300+
info:
301+
askName: "Choose a name:"
302+
selectStack: "Select a stack [1-%d]:"
303+
success: "Created subsystem '%s'."
304+
creatingSubsystem: "Creating subsystem '%s' with stack '%s'…"
305+
options:
306+
name:
307+
description: "The name of the subsystem."
308+
stack:
309+
description: "The stack to use."
310+
rm:
311+
description: "Remove the specified subsystem."
312+
error:
313+
noName: "No name specified."
314+
info:
315+
askConfirmation: "Are you sure you want to remove '%s'? [y/N]"
316+
success: "Removed subsystem '%s'."
317+
options:
318+
force:
319+
description: "Force removal of the subsystem."
320+
name:
321+
description: "The name of the subsystem to remove."
322+
reset:
323+
description: "Reset the specified subsystem."
324+
error:
325+
noName: "No name specified."
326+
info:
327+
askConfirmation: "Are you sure you want to reset '%s'? [y/N]"
328+
success: "The subsystem '%s' has been reset."
329+
options:
330+
force:
331+
description: "Force reset of the subsystem."
332+
name:
333+
description: "The name of the subsystem to reset."

locales/ru.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ pkgmanagers:
111111
success: "Создан менеджер пакетов '%s'."
112112
options:
113113
assumeYes:
114-
description: "Предполагать \"да\" на все вопросы."
114+
description: "Предполагать «да» на все запросы подтверждения."
115115
name:
116116
description: "Имя менеджера пакетов."
117117
needSudo:
@@ -197,7 +197,7 @@ stacks:
197197
success: "Создан стек '%s'."
198198
options:
199199
assumeYes:
200-
description: "Предполагать \"да\" на все вопросы."
200+
description: "Предполагать «да» на все запросы подтверждения."
201201
name:
202202
description: "Имя стека."
203203
base:
@@ -223,7 +223,7 @@ stacks:
223223

224224
options:
225225
assumeYes:
226-
description: "Предполагать \"да\" на все вопросы."
226+
description: "Предполагать «да» на все запросы подтверждения."
227227
name:
228228
description: "Имя стека."
229229
base:

0 commit comments

Comments
 (0)