mirror of
https://github.com/spalencsar/bearhub.git
synced 2026-07-10 20: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=Sistemin paket veritabanı kilitli.
|
||||
@@ -11,11 +13,14 @@ arch.action.db_locked.error=Veritabanının kilidini açmak mümkün olmadı.
|
||||
arch.action.db_locked.title=Veritabanı kilitli
|
||||
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=Paket veritabanlarını senkronize et
|
||||
arch.config.sync_dbs.tip=İlk veritabanını kurmadan, yükseltmeden veya indirmeden önce paket veritabanlarını günde bir kez senkronize eder. Bu seçenek, bu işlemler sırasında hataların önlenmesine yardımcı olur.
|
||||
arch.config.sync_dbs_start.tip=Başlatma sırasında paket veritabanlarını günde bir kez senkronize eder
|
||||
arch.custom_action.clean_cache=Önbelleği temizle
|
||||
arch.custom_action.clean_cache.desc=Removes all the downloade package files from the disk cache
|
||||
arch.custom_action.clean_cache.fail=Önbellek temizlenirken bir hata oluştu
|
||||
arch.custom_action.clean_cache.msg1=Önbellek, eski paket sürümlerinin dosyalarının depolandığı bir sistem dizinidir
|
||||
arch.custom_action.clean_cache.msg2=Temizlenmesi sisteminize zarar vermeden paket depolama alanını boşaltır
|
||||
@@ -95,8 +101,10 @@ arch.custom_action.clean_cache.no_dir=} önbellek dizini mevcut değil
|
||||
arch.custom_action.clean_cache.status=Önbellek temizleniyor
|
||||
arch.custom_action.clean_cache.success=Önbellek temizleme tamamlandı !
|
||||
arch.custom_action.refresh_dbs=Paket veritabanlarını eşitle
|
||||
arch.custom_action.refresh_dbs.desc=Synchronizes the available packages on the repositories
|
||||
arch.custom_action.refresh_dbs.failed=Paket veritabanları eşitlenemedi
|
||||
arch.custom_action.refresh_mirrors=Yansıları yenile
|
||||
arch.custom_action.refresh_mirrors.desc=Allows to choose the repository mirrors and sort them by the fastest
|
||||
arch.custom_action.refresh_mirrors.failed=Yansılar yenilenemedi
|
||||
arch.custom_action.refresh_mirrors.location.all=Tümü
|
||||
arch.custom_action.refresh_mirrors.location.all.tip=Bu seçenek işaretlenirse, diğerleri yoksayılır.
|
||||
@@ -104,6 +112,7 @@ arch.custom_action.refresh_mirrors.select_label=İstediğiniz konumları kontrol
|
||||
arch.custom_action.refresh_mirrors.status.sorting=Yansıları hıza göre sırala
|
||||
arch.custom_action.refresh_mirrors.status.updating=Yansılar güncelleniyor
|
||||
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=Sistemi hızlı yükselt
|
||||
arch.custom_action.upgrade_system.desc=Tries to upgrade the system with a single pacman call
|
||||
arch.custom_action.upgrade_system.no_updates=Güncelleme yok
|
||||
arch.custom_action.upgrade_system.pkgs=Aşağıdaki paketler yükseltilecek
|
||||
arch.custom_action.upgrade_system.status=Sistem yükseltiliyor
|
||||
|
||||
Reference in New Issue
Block a user