mirror of
https://github.com/spalencsar/bearhub.git
synced 2026-07-10 17:54:15 +02:00
[aur] reading all transitive dependencies of the selected optional dependencies before their installation
This commit is contained in:
@@ -4,7 +4,7 @@ gem.aur.install.warning=AUR packages are maintained by an independent user commu
|
||||
arch.install.conflict.popup.title=Conflict detected
|
||||
arch.install.conflict.popup.body=The applications {} are in conflict. You must uninstall one to install the other. Continue ?
|
||||
arch.missing_deps.title=Missing dependencies
|
||||
arch.missing_deps.body=The following {deps} dependencies must be installed before the {name} installation continues
|
||||
arch.missing_deps.body=The following {deps} dependencies must be installed so the {name} installation can continue
|
||||
arch.downgrade.error=Error
|
||||
arch.downgrade.impossible=It is not possible to downgrade {}
|
||||
aur.history.1_version=version
|
||||
@@ -14,6 +14,7 @@ arch.downloading.package=Downloading the package
|
||||
arch.uncompressing.package=Uncompressing the package
|
||||
arch.checking.deps=Checking {} dependencies
|
||||
arch.missing_deps_found=Missing dependencies for {}
|
||||
arch.checking.missing_deps=Verifying missing dependencies of {}
|
||||
arch.building.package=Building package {}
|
||||
arch.checking.conflicts=Checking any conflicts with {}
|
||||
arch.installing.package=Installing {} package
|
||||
|
||||
Reference in New Issue
Block a user