Skip to content

Commit ef89849

Browse files
arejula27weblate
authored andcommitted
Translated using Weblate (Spanish)
Currently translated at 47.7% (52 of 109 strings) Co-authored-by: Íñigo Aréjula Aísa <arejula27@gmail.com> Translate-URL: https://hosted.weblate.org/projects/vanilla-os/apx/es/ Translation: Vanilla OS/apx
1 parent 6120ed3 commit ef89849

File tree

1 file changed

+52
-50
lines changed

1 file changed

+52
-50
lines changed

locales/es.yml

+52-50
Original file line numberDiff line numberDiff line change
@@ -6,59 +6,61 @@ flags:
66
zypper: "Instalar paquetes desde el repositorio OpenSUSE."
77
xbps: "Instalar paquetes desde el repositorio de Void (Linux)."
88
nix: "Instalar los paquetes desde el repositorio Nixpkgs (paquetes de Nix)"
9-
swupd: "Install packages from the Clear Linux* store"
9+
swupd: "Instalar paquetes desde la tienda Clear Linux*"
1010
name: " Aplicar al contenedor personalizado con este nombre."
1111
apx:
1212
use: "apx"
13-
long: "Apx es un gestor de paquetes con soporte para varias fuentes,\npermitiendote\
14-
\ instalar paquetes en un contenedor administrado."
15-
short: "Apx es un gestor de paquetes con soporte para multiples fuentes,\npermitendote\
16-
\ instalar paquetes en un contenedor administrado."
13+
long: "Apx es un gestor de paquetes con soporte para varias fuentes,\npermitiendote
14+
instalar paquetes en un contenedor administrado."
15+
short: "Apx es un gestor de paquetes con soporte para multiples fuentes,\npermitendote
16+
instalar paquetes en un contenedor administrado."
1717
verboseFlag: "mostrar salida mas detallada"
1818
allFlag: "Aplicable para todos los tipos de contenedores."
1919
cxl: "Operación cancelada por petición del usuario."
2020
assumeYes: "Proceder sin confirmacion manual"
2121
notForNix: "Esto comando no es aplicable al entorno nix"
2222
autoremove:
2323
use: "autoremove"
24-
long: "Remove all unused packages automatically"
25-
short: "Remove all unused packages automatically"
24+
long: "Eliminar automáticamente todos los paquetes no utilizados"
25+
short: "Eliminar automáticamente todos los paquetes no utilizados"
2626
clean:
2727
use: "clean"
28-
long: "Clean the apx package manager cache"
28+
long: "Limpiar la cache del gestor de paquetes apx"
2929
short: "Clean the apx package manager cache"
3030
enter:
3131
use: "enter"
3232
long: "Enter a shell in the managed container"
33-
short: "Enter a shell in the managed container"
34-
failedEnter: "failed to enter managed container"
35-
outside: "You are now outside the managed container."
33+
short: "Introduzca un intérprete de comandos en el contenedor gestionado"
34+
failedEnter: "fallo al entrar en el contenedor gestionado"
35+
outside: "Ahora se encuentra fuera del contenedor gestionado."
3636
export:
37-
use: "export <program/binary>"
38-
long: "Export/Recreate a program's desktop entry from a managed container"
39-
short: "Export/Recreate a program's desktop entry from a managed container"
40-
binFlag: "Export binary command"
37+
use: "export <programa/binario>"
38+
long: "Exportar/Recrear la entrada de escritorio de un programa desde un contenedor
39+
gestionado"
40+
short: "Exportar/Recrear la entrada de escritorio de un programa desde un contenedor
41+
gestionado"
42+
binFlag: "Exportar comando binario"
4143
init:
4244
use: "init"
43-
long: "Initialize a managed container"
44-
short: "Initialize a managed container"
45-
confirm: "Container already exists. Do you want to re-initialize it? This operation\
46-
\ will remove everything, including your files in the container."
47-
remove: "error removing container: %v"
48-
create: "error creating container: %v"
45+
long: "Inicializar un contenedor gestionado"
46+
short: "Inicializar un contenedor gestionado"
47+
confirm: "El contenedor ya existe. ¿Desea reiniciarlo? Esta operación eliminará
48+
todo, incluyendo sus archivos en el contenedor."
49+
remove: "error al eliminar el contenedor: %v"
50+
create: "error al crear contenedor: %v"
4951
install:
50-
use: "apx install <package>"
51-
long: "Install packages inside a managed container."
52-
short: "Install packages inside a managed container."
52+
use: "apx install <paquete>"
53+
long: "Instalar paquetes dentro de un contenedor gestionado."
54+
short: "Instalar paquetes dentro de un contenedor gestionado."
5355
assumeYes: "Realizar sin confirmación manual"
5456
fixBroken: "Corregir las dependencias rotas antes de instalar"
55-
noExport: "Do not export a desktop entry after the installation."
56-
sideload: "Install a package from a local file."
57+
noExport: "No exporte una entrada del escritorio después de la instalación."
58+
sideload: "Instalar un paquete desde un archivo local."
5759
sideArgs: "sideload requires the path to a local file"
58-
sideUserTemp: "can't move file to user temp: %s"
59-
exportBinPrompt: "Export binary %s to host?\nThis will let you call it directly\
60-
\ from the shell without using \"apx run\".\nYou can also export it later using\
61-
\ \"apx export --bin %s\""
60+
sideUserTemp: "no se puede mover el archivo a temp de usuario: %s"
61+
exportBinPrompt: "¿Exportar binario %s al host?\nEsto te permitirá llamarlo directamente
62+
desde el shell sin usar \"apx run\".\nTambién puedes exportarlo más tarde usando
63+
\"apx export --bin %s\""
6264
list:
6365
use: "list"
6466
long: "List installed packages."
@@ -67,35 +69,35 @@ list:
6769
installed: "Show installed packages"
6870
nix:
6971
use: "nix"
70-
long: "Manage a custom installation of nix in your $HOME directory.\n\nThe `apx\
71-
\ nix` integration serves as a wrapper for the\ndefault nix profile. Once installed,\
72-
\ you are free to use any features of\nnix without using the `apx nix` command."
72+
long: "Manage a custom installation of nix in your $HOME directory.\n\nThe `apx
73+
nix` integration serves as a wrapper for the\ndefault nix profile. Once installed,
74+
you are free to use any features of\nnix without using the `apx nix` command."
7375
short: "Manage nix installation"
7476
nixinit:
7577
use: "init"
76-
long: "Initializes a custom installation of nix by creating $HOME/.nix and setting\
77-
\ up some SystemD units to mount it as /nix."
78+
long: "Initializes a custom installation of nix by creating $HOME/.nix and setting
79+
up some SystemD units to mount it as /nix."
7880
short: "Initialize nix repository"
79-
confirm: "This will create a '.nix' folder in your home directory and set up some\
80-
\ SystemD units to mount that folder at /nix before running the installation.\
81-
\ Confirm 'y' to continue."
82-
unfree: "Would you like to allow 'unfree' packages without Open Source licenses\
83-
\ (Visual Studio Code, Spotify, etc)?"
81+
confirm: "This will create a '.nix' folder in your home directory and set up some
82+
SystemD units to mount that folder at /nix before running the installation. Confirm
83+
'y' to continue."
84+
unfree: "Would you like to allow 'unfree' packages without Open Source licenses
85+
(Visual Studio Code, Spotify, etc)?"
8486
insecure: "Would you like to allow 'insecure' packages (software with known vulnerabilities)?"
85-
swcenter: "Would you like to install the Nix Software Center - a graphical software\
86-
\ manager for Nix?"
87+
swcenter: "Would you like to install the Nix Software Center - a graphical software
88+
manager for Nix?"
8789
success: "Installation complete. Reboot to start using nix."
8890
nixremove:
8991
use: "remove"
90-
long: "Remove the first matching package installed in the default nix profile.\n\
91-
\nNote: It is possible to have multiple installations of the same package.\n\n\
92+
long: "Remove the first matching package installed in the default nix profile.\n
93+
\nNote: It is possible to have multiple installations of the same package.\n\n
9294
If you need more precision use 'nix profile list' and 'nix profile remove'."
9395
short: "Remove a nix package"
9496
success: "Package removal complete"
9597
nixinstall:
9698
use: "install <pkg>"
97-
long: "Install a package from the `nixpkgs` repository as a flake in the default\
98-
\ nix profile."
99+
long: "Install a package from the `nixpkgs` repository as a flake in the default
100+
nix profile."
99101
short: "Install nix package"
100102
allowUnfree: "Allow packages with unfree licenses"
101103
allowInsecure: "Allow packages with known vulnerabilities."
@@ -117,8 +119,8 @@ run:
117119
use: "run <command>"
118120
long: "Run a program inside a managed container."
119121
short: "Run a program inside a managed container."
120-
nixMsg: "Do not use `apx run` for nix packages. Run them directly as you would with\
121-
\ a native package."
122+
nixMsg: "Do not use `apx run` for nix packages. Run them directly as you would with
123+
a native package."
122124
search:
123125
use: "search <packages>"
124126
long: "Search for packages in a managed container."
@@ -132,8 +134,8 @@ show:
132134
notFound: "%s is not installed"
133135
unexport:
134136
use: "unexport <package>"
135-
long: "Unexport/Remove a program's desktop entry from a managed container.\nIf --bin\
136-
\ flag is provided, remove link to container binary."
137+
long: "Unexport/Remove a program's desktop entry from a managed container.\nIf --bin
138+
flag is provided, remove link to container binary."
137139
short: "Unexport/Remove a program's desktop entry from a managed container"
138140
binFlag: "Unexport a previously exported binary."
139141
success: "Successfully removed exported binary `%s`."

0 commit comments

Comments
 (0)