mirror of
https://github.com/spalencsar/bearhub.git
synced 2026-07-11 01:54:16 +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 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=Синхронизация баз данных пакето
|
||||
arch.config.sync_dbs.tip=Синхронизируйте базы данных пакетов один раз в день перед первой установкой, обновлением или понижением версии пакета. Этот параметр помогает предотвратить ошибки во время этих операций.
|
||||
arch.config.sync_dbs_start.tip=Синхронизирует базы данных пакетов во время инициализации один раз в день
|
||||
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=Синхронизация баз данных пакетов
|
||||
arch.custom_action.refresh_dbs.desc=Synchronizes the available packages on the repositories
|
||||
arch.custom_action.refresh_dbs.failed=Синхронизировать базу данных пакета не удалось
|
||||
arch.custom_action.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=Обновить зеркала не удалось
|
||||
arch.custom_action.refresh_mirrors.location.all=Все
|
||||
arch.custom_action.refresh_mirrors.location.all.tip=Если этот параметр установлен, остальные будут проигнорированы.
|
||||
@@ -104,6 +112,7 @@ arch.custom_action.refresh_mirrors.select_label=Проверка предпоч
|
||||
arch.custom_action.refresh_mirrors.status.sorting=Sorting mirrors by speed
|
||||
arch.custom_action.refresh_mirrors.status.updating=Сортировка зеркал по скорости
|
||||
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=Обновление системы
|
||||
arch.custom_action.upgrade_system.desc=Tries to upgrade the system with a single pacman call
|
||||
arch.custom_action.upgrade_system.no_updates=Обновления отсутствуют
|
||||
arch.custom_action.upgrade_system.pkgs=Следующие пакеты будут обновлены
|
||||
arch.custom_action.upgrade_system.status=Система обновлена
|
||||
|
||||
Reference in New Issue
Block a user