mirror of
https://github.com/spalencsar/bearhub.git
synced 2026-07-07 01:14:15 +02:00
[arch] improvement: adding tips for all custom actions
This commit is contained in:
@@ -1,7 +1,9 @@
|
||||
arch.action.rebuild_check.allow=Allow reinstallation check
|
||||
arch.action.rebuild_check.allow.desc=Allows to verify the need of reinstalling the package
|
||||
arch.action.rebuild_check.allow.status=Allowing reinstallation check
|
||||
arch.action.rebuild_check.allow.confirm=Allow reinstallation check for {} ?
|
||||
arch.action.rebuild_check.ignore=Ignore reinstallation check
|
||||
arch.action.rebuild_check.ignore.desc=Do not verify if the package needs to be reinstalled on the system
|
||||
arch.action.rebuild_check.ignore.status=Ignoring reinstallation check
|
||||
arch.action.rebuild_check.ignore.confirm=Ignore reinstallation check for {} ?
|
||||
arch.action.db_locked.body.l1=The system's package database is locked.
|
||||
@@ -11,11 +13,14 @@ arch.action.db_locked.error=It was not possible to unlock the database.
|
||||
arch.action.db_locked.title=Database locked
|
||||
arch.action.disable_pkgbuild_edition=Unmark PKGBUILD as editable
|
||||
arch.action.disable_pkgbuild_edition.confirm=Unmark PKGBUILD of {} as editable ?
|
||||
arch.action.disable_pkgbuild_edition.desc=Do not allow the package's PKGBUILD file to be edited before updating it
|
||||
arch.action.disable_pkgbuild_edition.status=Unmarking PKGBUILD as editable
|
||||
arch.action.enable_pkgbuild_edition=Mark PKGBUILD as editable
|
||||
arch.action.enable_pkgbuild_edition.confirm=Mark PKGBUILD of {} as editable ?
|
||||
arch.action.enable_pkgbuild_edition.desc=Allows the package's PKGBUILD file to be edited before updating it
|
||||
arch.action.enable_pkgbuild_edition.status=Marking PKGBUILD as editable
|
||||
arch.action.reinstall=Reinstall
|
||||
arch.action.reinstall.desc=Tries to install the package again
|
||||
arch.action.reinstall.status=Reinstalling
|
||||
arch.action.reinstall.confirm=Do you want to reinstall {} ?
|
||||
arch.action.reinstall.error.no_apidata=It was not possible to retrieve information of {} from AUR
|
||||
@@ -87,6 +92,7 @@ arch.config.sync_dbs=Synchronize packages databases
|
||||
arch.config.sync_dbs.tip=Synchronizes the package databases once a day before the first package installation, upgrade or downgrade. This option helps to prevent errors during these operations.
|
||||
arch.config.sync_dbs_start.tip=Synchronizes the package databases during the initialization once a day
|
||||
arch.custom_action.clean_cache=Clean cache
|
||||
arch.custom_action.clean_cache.desc=Removes all the downloade package files from the disk cache
|
||||
arch.custom_action.clean_cache.fail=An error occurred while cleaning the cache
|
||||
arch.custom_action.clean_cache.msg1=The cache is a system directory where files of old package versions are stored
|
||||
arch.custom_action.clean_cache.msg2=Cleaning it frees storage space without harming your system
|
||||
@@ -95,8 +101,10 @@ arch.custom_action.clean_cache.no_dir=The cache directory {} does not exist
|
||||
arch.custom_action.clean_cache.status=Cleaning cache
|
||||
arch.custom_action.clean_cache.success=Cache successfully cleaned !
|
||||
arch.custom_action.refresh_dbs=Synchronize package databases
|
||||
arch.custom_action.refresh_dbs.desc=Synchronizes the available packages on the repositories
|
||||
arch.custom_action.refresh_dbs.failed=It was not possible to synchronize the package databases
|
||||
arch.custom_action.refresh_mirrors=Refresh mirrors
|
||||
arch.custom_action.refresh_mirrors.desc=Allows to choose the repository mirrors and sort them by the fastest
|
||||
arch.custom_action.refresh_mirrors.failed=It was not possible to refresh the mirrors
|
||||
arch.custom_action.refresh_mirrors.location.all=All
|
||||
arch.custom_action.refresh_mirrors.location.all.tip=If this option is checked, the others will be ignored.
|
||||
@@ -104,6 +112,7 @@ arch.custom_action.refresh_mirrors.select_label=Check the desired locations
|
||||
arch.custom_action.refresh_mirrors.status.sorting=Sorting mirrors by speed
|
||||
arch.custom_action.refresh_mirrors.status.updating=Sorting mirrors by speed
|
||||
arch.custom_action.setup_snapd=Check Snaps support
|
||||
arch.custom_action.setup_snapd.desc=Checks if the Snaps support are properly enabled on the system
|
||||
snap.custom_action.setup_snapd.missing_link=Create the link {} for {}
|
||||
arch.custom_action.setup_snapd.status=Checking Snaps support
|
||||
snap.custom_action.setup_snapd.ready=Ready!
|
||||
@@ -112,6 +121,7 @@ snap.custom_action.setup_snapd.required_actions=Actions required for Snaps to wo
|
||||
snap.custom_action.setup_snapd.service_disabled=Enable the service {}
|
||||
snap.custom_action.setup_snapd.service_inactive=Start the service {}
|
||||
arch.custom_action.upgrade_system=Quick system upgrade
|
||||
arch.custom_action.upgrade_system.desc=Tries to upgrade the system with a single pacman call
|
||||
arch.custom_action.upgrade_system.no_updates=There are no updates available
|
||||
arch.custom_action.upgrade_system.pkgs=The packages below will be upgraded
|
||||
arch.custom_action.upgrade_system.status=Upgrading system
|
||||
|
||||
Reference in New Issue
Block a user