Skip to content

Commit

Permalink
Translations update from Hosted Weblate (#305)
Browse files Browse the repository at this point in the history
* Translated using Weblate (Polish)

Currently translated at 15.3% (28 of 182 strings)

Co-authored-by: Tomasz Dyńka <[email protected]>
Translate-URL: https://hosted.weblate.org/projects/vanilla-os/apx/pl/
Translation: Vanilla OS/Apx

* Added translation using Weblate (Catalan)

Co-authored-by: jolupa <[email protected]>

* Translated using Weblate (Catalan)

Currently translated at 100.0% (0 of 0 strings)

Co-authored-by: Prefill add-on <[email protected]>
Translate-URL: https://hosted.weblate.org/projects/vanilla-os/apx/ca/
Translation: Vanilla OS/Apx

* Translated using Weblate (Catalan)

Currently translated at 16.4% (30 of 182 strings)

Co-authored-by: jolupa <[email protected]>
Translate-URL: https://hosted.weblate.org/projects/vanilla-os/apx/ca/
Translation: Vanilla OS/Apx

* Translated using Weblate (Spanish)

Currently translated at 69.2% (126 of 182 strings)

Co-authored-by: Aghaeles <[email protected]>
Translate-URL: https://hosted.weblate.org/projects/vanilla-os/apx/es/
Translation: Vanilla OS/Apx

* Translated using Weblate (Spanish)

Currently translated at 71.9% (131 of 182 strings)

Co-authored-by: gallegonovato <[email protected]>
Translate-URL: https://hosted.weblate.org/projects/vanilla-os/apx/es/
Translation: Vanilla OS/Apx

---------

Co-authored-by: Tomasz Dyńka <[email protected]>
Co-authored-by: jolupa <[email protected]>
Co-authored-by: Prefill add-on <[email protected]>
Co-authored-by: Aghaeles <[email protected]>
Co-authored-by: gallegonovato <[email protected]>
  • Loading branch information
6 people authored Dec 6, 2023
1 parent f2e913e commit 7aef554
Show file tree
Hide file tree
Showing 3 changed files with 434 additions and 99 deletions.
335 changes: 335 additions & 0 deletions locales/ca.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,335 @@
apx:
description: "Apx és un gestor de paquets amb suport per múltiples fonts, permeten
l'instal·lació de paquets en subsistemes."
errors:
unknownCommand: "Ordre desconeguda: %s"
invalidInput: "Entrada invàlida."
invalidChoice: "Opció invàlida."
noRoot: "No executis Apx com administrador."
info:
aborting: "Avortant com s'ha demanat."
terminal:
yes: ""
no: "no"

runtimeCommand:
description: "Treballa amb el subsistema especificat, accedint al gestor de paquets
i a l'entorn."
error:
enteringContainer: "S'ha produït un error entrant al contenidor: %s"
noPackageSpecified: "No s'ha especificat cap paquet."
cantAccessPkgManager: "S'ha trobat un error mentre s'entrava al gestor de paquets:
%s"
executingCommand: "S'ha trobat un error mentre s'executava l'ordre: %s"
noAppNameOrBin: "S'ha de declarar --nom-aplicació o --binari."
sameAppOrBin: "No es poden declarar --nom-aplicació o --binari a la vegada."
exportingApp: "S'ha trobat un error mentre s'exportava l'aplicació: %s"
exportingBin: "S'ha trobat un error mentre s'exportava el binari: %s"
unexportingApp: "S'ha trobat un error mentre es desfeia l'exportació de l'aplicació:
%s"
unexportingBin: "S'ha produït un error mentre es desfeia l'exportació del binari:
%s"
info:
unexportedApps: "Aplicacions amb exportacions desfetes %d"
exportedApps: "Aplicacions exportades %d"
exportedApp: "Aplicació exportada %s"
exportedBin: "Binari exportat %s"
unexportedApp: "Aplicacions amb exportacions desfetes %s"
unexportedBin: "Binari amb exportació desfeta %s"
autoremove:
description: "Esborra paquets que ja no es necessiten."
clean:
description: "Neteja la memòria cau del gestor de paquets."
install:
description: "Instala el paquet especificat."
options:
noExport:
description: "No exportis una entrada al escriptori."
list:
description: "Llista tots els paquets instalats."
purge:
description: "Purge the specified packages."
remove:
description: "Remove the specified packages."
search:
description: "Search for packages matching the specified query."
show:
description: "Show information about the specified package."
update:
description: "Update the list of available packages."
upgrade:
description: "Upgrade all installed packages."
enter:
description: "Enter the subsystem's environment."
export:
description: "Export an application or binary from the subsystem."
options:
appName:
description: "The name of the application to export."
bin:
description: "The name of the binary to export."
binOutput:
description: "Path of the binary output (default: ~/.local/bin/)."
unexport:
description: "Unexport an application or binary from the subsystem."
options:
appName:
description: "The name of the application to unexport."
bin:
description: "The name of the binary to unexport."
binOutput:
description: "Path of the binary output (default: ~/.local/bin/)."

pkgmanagers:
description: "Work with the package managers that are available in apx."
labels:
name: "Name"
builtIn: "Built-in"

list:
description: "List all available package managers."
info:
noPkgManagers: "No package managers available. Create a new one with 'apx pkgmanagers
new' or contact the system administrator."
foundPkgManagers: "Found %d package managers"
options:
json:
description: "Output in JSON format."
show:
description: "Show information about the specified package manager."
new:
description: "Create a new package manager."

error:
emptyName: "The name cannot be empty."
noName: "No name specified."
emptyCommand: "The command cannot be empty."
noCommand: "No command specified for '%s'."
alreadyExists: "A package manager with the name '%s' already exists."
info:
askName: "Choose a name:"
askSudo: "Does the package manager need sudo to run?"
askCommand: "Enter the command for '%s':"
askOverwrite: "A package manager with the name '%s' already exists. Overwrite
it?"
success: "Created package manager '%s'."
options:
assumeYes:
description: "Assume yes to all prompts."
name:
description: "The name of the package manager."
needSudo:
description: "Whether the package manager needs sudo to run."
autoremove:
description: "The command to run to autoremove packages."
clean:
description: "The command to run to clean the package manager's cache."
install:
description: "The command to run to install packages."
list:
description: "The command to run to list installed packages."
purge:
description: "The command to run to purge packages."
remove:
description: "The command to run to remove packages."
search:
description: "The command to run to search for packages."
show:
description: "The command to run to show information about packages."
update:
description: "The command to run to update the list of available packages."
upgrade:
description: "The command to run to upgrade packages."
rm:
description: "Remove the specified package manager."

error:
noName: "No name specified."
inUse: "The package manager is used in %d stacks:"
info:
askConfirmation: "Are you sure you want to remove '%s'? [y/N]"
success: "Removed package manager '%s'."
aborting: "Aborting removal of package manager '%s'."
options:
force:
description: "Force removal of the package manager."
name:
description: "The name of the package manager to remove."

stacks:
description: "Work with the stacks that are available in apx."
labels:
name: "Name"
builtIn: "Built-in"

list:
description: "List all available stacks."
info:
noStacks: "No stacks available. Create a new one with 'apx stacks new' or contact
the system administrator."
foundStacks: "Found %d stacks:"
aborting: "Aborting removal of stack '%s'."
options:
json:
description: "Output in JSON format."
show:
description: "Show information about the specified stack."
new:
description: "Create a new stack."
error:
emptyName: "The name cannot be empty."
noName: "No name specified."
emptyBase: "The base cannot be empty."
noBase: "No base specified."
emptyPkgManager: "The package manager cannot be empty."
noPkgManager: "No package manager specified."
pkgManagerDoesNotExist: "The specified package manager does not exist. Create
it with 'apx pkgmanagers new' or contact the system administrator."
emptyPackages: "The packages cannot be empty."
noPackages: "No packages specified."
alreadyExists: "A stack with the name '%s' already exists."
info:
askName: "Choose a name:"
askBase: "Choose a base (e.g. 'vanillaos/pico'):"
askPkgManager: "Choose a package manager:"
selectPkgManager: "Select a package manager [1-%d]:"
noPackages: "You have not provided any package to install in the stack. Do you
want to add some now?"
confirmPackages: "Do you want to confirm the current packages list?"
askPackages: "Please type the packages you want to install in the stack, separated
by a space:"
success: "Created stack '%s'."
options:
assumeYes:
description: "Assume yes to all prompts."
name:
description: "The name of the stack."
base:
description: "The base subsystem to use."
packages:
description: "The packages to install."
pkgManager:
description: "The package manager to use."
update:
description: "Update the specified stack."
error:
noName: "No name specified."
noBase: "No base specified."
noPkgManager: "No package manager specified."
pkgManagerDoesNotExist: "The specified package manager does not exist. Create
it with 'apx pkgmanagers new' or contact the system administrator."
info:
askBase: "Type a new base or confirm the current one (%s):"
askPkgManager: "Choose a new package manager or confirm the current one (%s):"
askPackages: "Type the packages you want to install in the stack, separated
by a space, or confirm the current ones (%s):"
success: "Updated stack '%s'."

options:
assumeYes:
description: "Assume yes to all prompts."
name:
description: "The name of the stack."
base:
description: "The base subsystem to use."
packages:
description: "The packages to install."
pkgManager:
description: "The package manager to use."
rm:
description: "Remove the specified stack."
error:
noName: "No name specified."
info:
askConfirmation: "Are you sure you want to remove '%s'? [y/N]"
success: "Removed stack '%s'."
options:
force:
description: "Force removal of the stack."
name:
description: "The name of the stack to remove."
export:
description: "Export the specified stack."
error:
noName: "No name specified."
noOutput: "No output specified."
info:
success: "Exported stack '%s' to '%s'."
options:
name:
description: "The name of the stack to export."
output:
description: "The path to export the stack to."
import:
description: "Import the specified stack."
error:
noInput: "No input specified."
cannotLoad: "Cannot load stack from '%s'."
info:
success: "Imported stack from '%s'."
options:
input:
description: "The path to import the stack from."

subsystems:
description: "Work with the subsystems that are available in apx."
labels:
name: "Name"
status: "Status"

list:
description: "List all available subsystems."
error:
info:
noSubsystems: "No subsystems available. Create a new one with 'apx subsystems
new' or contact the system administrator."
foundSubsystems: "Found %d subsystems:"
options:
json:
description: "Output in JSON format."
new:
description: "Create a new subsystem."
error:
noStacks: "A stack is needed to create a subsystem. Create a new one with 'apx
stacks new' or contact the system administrator."
emptyName: "The name cannot be empty."
noName: "No name specified."
emptyStack: "The stack cannot be empty."
noStack: "No stack specified."
stackDoesNotExist: "The specified stack does not exist. Create it with 'apx
stacks new' or contact the system administrator."
alreadyExists: "A subsystem with the name '%s' already exists."
info:
askName: "Choose a name:"
selectStack: "Select a stack [1-%d]:"
success: "Created subsystem '%s'."
creatingSubsystem: "Creating subsystem '%s' with stack '%s'…"
options:
name:
description: "The name of the subsystem."
stack:
description: "The stack to use."
rm:
description: "Remove the specified subsystem."
error:
noName: "No name specified."
info:
askConfirmation: "Are you sure you want to remove '%s'? [y/N]"
success: "Removed subsystem '%s'."
options:
force:
description: "Force removal of the subsystem."
name:
description: "The name of the subsystem to remove."
reset:
description: "Reset the specified subsystem."
error:
noName: "No name specified."
info:
askConfirmation: "Are you sure you want to reset '%s'? [y/N]"
success: "The subsystem '%s' has been reset."
options:
force:
description: "Force reset of the subsystem."
name:
description: "The name of the subsystem to reset."
Loading

0 comments on commit 7aef554

Please sign in to comment.