6
6
zypper : " Instalar paquetes desde el repositorio OpenSUSE."
7
7
xbps : " Instalar paquetes desde el repositorio de Void (Linux)."
8
8
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*"
10
10
name : " Aplicar al contenedor personalizado con este nombre."
11
11
apx :
12
12
use : " apx"
13
- long : " Apx es un gestor de paquetes con soporte para varias fuentes,\n permitiendote\
14
- \ instalar paquetes en un contenedor administrado."
15
- short : " Apx es un gestor de paquetes con soporte para multiples fuentes,\n permitendote\
16
- \ instalar paquetes en un contenedor administrado."
13
+ long : " Apx es un gestor de paquetes con soporte para varias fuentes,\n permitiendote
14
+ instalar paquetes en un contenedor administrado."
15
+ short : " Apx es un gestor de paquetes con soporte para multiples fuentes,\n permitendote
16
+ instalar paquetes en un contenedor administrado."
17
17
verboseFlag : " mostrar salida mas detallada"
18
18
allFlag : " Aplicable para todos los tipos de contenedores."
19
19
cxl : " Operación cancelada por petición del usuario."
20
20
assumeYes : " Proceder sin confirmacion manual"
21
21
notForNix : " Esto comando no es aplicable al entorno nix"
22
22
autoremove :
23
23
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 "
26
26
clean :
27
27
use : " clean"
28
- long : " Clean the apx package manager cache "
28
+ long : " Limpiar la cache del gestor de paquetes apx "
29
29
short : " Clean the apx package manager cache"
30
30
enter :
31
31
use : " enter"
32
32
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 ."
36
36
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"
41
43
init :
42
44
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"
49
51
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 ."
53
55
assumeYes : " Realizar sin confirmación manual"
54
56
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 ."
57
59
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?\n This will let you call it directly\
60
- \ from the shell without using \" apx run\" .\n You 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?\n Esto te permitirá llamarlo directamente
62
+ desde el shell sin usar \" apx run\" .\n También puedes exportarlo más tarde usando
63
+ \" apx export --bin %s\" "
62
64
list :
63
65
use : " list"
64
66
long : " List installed packages."
@@ -67,35 +69,35 @@ list:
67
69
installed : " Show installed packages"
68
70
nix :
69
71
use : " nix"
70
- long : " Manage a custom installation of nix in your $HOME directory.\n\n The `apx\
71
- \ nix` integration serves as a wrapper for the\n default nix profile. Once installed,\
72
- \ you are free to use any features of\n nix without using the `apx nix` command."
72
+ long : " Manage a custom installation of nix in your $HOME directory.\n\n The `apx
73
+ nix` integration serves as a wrapper for the\n default nix profile. Once installed,
74
+ you are free to use any features of\n nix without using the `apx nix` command."
73
75
short : " Manage nix installation"
74
76
nixinit :
75
77
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."
78
80
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)?"
84
86
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?"
87
89
success : " Installation complete. Reboot to start using nix."
88
90
nixremove :
89
91
use : " remove"
90
- long : " Remove the first matching package installed in the default nix profile.\n \
91
- \n Note: 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
+ \n Note: It is possible to have multiple installations of the same package.\n\n
92
94
If you need more precision use 'nix profile list' and 'nix profile remove'."
93
95
short : " Remove a nix package"
94
96
success : " Package removal complete"
95
97
nixinstall :
96
98
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."
99
101
short : " Install nix package"
100
102
allowUnfree : " Allow packages with unfree licenses"
101
103
allowInsecure : " Allow packages with known vulnerabilities."
117
119
use : " run <command>"
118
120
long : " Run a program inside a managed container."
119
121
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."
122
124
search :
123
125
use : " search <packages>"
124
126
long : " Search for packages in a managed container."
@@ -132,8 +134,8 @@ show:
132
134
notFound : " %s is not installed"
133
135
unexport :
134
136
use : " unexport <package>"
135
- long : " Unexport/Remove a program's desktop entry from a managed container.\n If --bin\
136
- \ flag is provided, remove link to container binary."
137
+ long : " Unexport/Remove a program's desktop entry from a managed container.\n If --bin
138
+ flag is provided, remove link to container binary."
137
139
short : " Unexport/Remove a program's desktop entry from a managed container"
138
140
binFlag : " Unexport a previously exported binary."
139
141
success : " Successfully removed exported binary `%s`."
0 commit comments