|
1 | 1 | apx:
|
2 |
| - description: "Apx is a package manager with support for multiple sources, allowing |
3 |
| - you to install packages in subsystems." |
| 2 | + description: "Apx es un gestor de paquetes con soporte para múltiples fuentes, que |
| 3 | + permite instalar paquetes en subsistemas." |
4 | 4 | errors:
|
5 |
| - unknownCommand: "Unknown command: %s" |
6 |
| - invalidInput: "Invalid input." |
7 |
| - invalidChoice: Invalid choice. |
| 5 | + unknownCommand: "Comando desconocido: %s" |
| 6 | + invalidInput: "Entrada Inválida." |
| 7 | + invalidChoice: Elección inválida |
8 | 8 | info:
|
9 |
| - aborting: "Aborting as requested." |
| 9 | + aborting: "Abortando según lo solicitado." |
10 | 10 | terminal:
|
11 |
| - yes: "yes" |
| 11 | + yes: "sí" |
12 | 12 | no: "no"
|
13 | 13 |
|
14 | 14 | runtimeCommand:
|
15 |
| - description: "Work with the specified subsystem, accessing the package manager and |
16 |
| - environment." |
| 15 | + description: "Trabaja con el subsistema especificado, accediendo al gestor de paquetes |
| 16 | + y al entorno." |
17 | 17 | error:
|
18 |
| - noPackageSpecified: "No packages specified." |
19 |
| - cantAccessPkgManager: "An error occurred while accessing the package manager: |
20 |
| - %s" |
21 |
| - executingCommand: "An error occurred while executing the command: %s" |
22 |
| - noAppNameOrBin: "--app-name or --bin must be specified." |
23 |
| - sameAppOrBin: "--app-name and --bin cannot be both specified." |
24 |
| - exportingApp: "An error occurred while exporting the application: %s" |
25 |
| - exportingBin: "An error occurred while exporting the binary: %s" |
26 |
| - unexportingApp: "An error occurred while unexporting the application: %s" |
27 |
| - unexportingBin: "An error occurred while unexporting the binary: %s" |
| 18 | + noPackageSpecified: "No se especifican paquetes." |
| 19 | + cantAccessPkgManager: "Un error ocurrio mientras el gestor de paquetes se estaba |
| 20 | + accediendo: %s" |
| 21 | + executingCommand: "Un error ocurrio mientras se ejucutaba un commando: %s" |
| 22 | + noAppNameOrBin: "--app-nombre o --bin debe ser especifcado." |
| 23 | + sameAppOrBin: "--app-nombre y --bin no pueden ambos estar especificados." |
| 24 | + exportingApp: "Un error ocurrio mientras se exportaba la applicaćion: %s" |
| 25 | + exportingBin: "Un error ocurrio mientas se exportaba el binaro: %s" |
| 26 | + unexportingApp: "Un error ocurrio al desexportar una applicación: %s" |
| 27 | + unexportingBin: "Un error ocurrio al desexportar el binario: %s" |
28 | 28 | info:
|
29 |
| - unexportedApps: "Unexported %d applications\n" |
30 |
| - exportedApps: "Exported %d applications\n" |
31 |
| - exportedApp: "Exported application %s\n" |
32 |
| - exportedBin: "Exported binary %s\n" |
33 |
| - unexportedApp: "Unexported application %s\n" |
34 |
| - unexportedBin: "Unexported binary %s\n" |
| 29 | + unexportedApps: "Aplicaciones %d no exportadas\n" |
| 30 | + exportedApps: "Aplicaciones %d exportadas\n" |
| 31 | + exportedApp: "Aplicación exportada %s\n" |
| 32 | + exportedBin: "Binario exportado %s\n" |
| 33 | + unexportedApp: "Aplicación %s no exportada\n" |
| 34 | + unexportedBin: "Binario no exportado %s\n" |
35 | 35 | autoremove:
|
36 |
| - description: "Remove packages that are no longer required." |
| 36 | + description: "Eliminar paquetes ya no requeridos." |
37 | 37 | clean:
|
38 | 38 | description: "Clean the package manager's cache."
|
39 | 39 | install:
|
|
0 commit comments