mirror of
https://github.com/spalencsar/bearhub.git
synced 2026-07-07 02:24:16 +02:00
[arch] feature -> AUR: allowing to edit the PKGBUILD file of a package to be installed/upgraded/downgraded
This commit is contained in:
@@ -40,10 +40,11 @@ class SnapManager(SoftwareManager):
|
||||
self.info_path = None
|
||||
self.custom_actions = [
|
||||
CustomSoftwareAction(i18n_status_key='snap.action.refresh.status',
|
||||
i18_label_key='snap.action.refresh.label',
|
||||
i18n_label_key='snap.action.refresh.label',
|
||||
icon_path=resource.get_path('img/refresh.svg', context.get_view_path()),
|
||||
manager_method='refresh',
|
||||
requires_root=True)
|
||||
requires_root=True,
|
||||
i18n_confirm_key='snap.action.refresh.confirm')
|
||||
]
|
||||
|
||||
def get_info_path(self) -> str:
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
gem.snap.info=Aplicacions publicades a https://snapcraft.io/store
|
||||
snap.action.refresh.confirm=Actualitza {} ?
|
||||
snap.action.refresh.label=Actualitza
|
||||
snap.action.refresh.status=S’està actualitzant
|
||||
snap.info.commands=ordres
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
gem.snap.info=Anwendungen von https://snapcraft.io/store
|
||||
snap.action.refresh.confirm=Erneuern {} ?
|
||||
snap.action.refresh.label=Erneuern
|
||||
snap.action.refresh.status=Erneuern
|
||||
snap.info.commands=Kommandos
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
gem.snap.info=Applications published at https://snapcraft.io/store
|
||||
snap.action.refresh.confirm=Refresh {} ?
|
||||
snap.action.refresh.label=Refresh
|
||||
snap.action.refresh.status=Refreshing
|
||||
snap.info.commands=commands
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
gem.snap.info=Aplicativos publicados en https://snapcraft.io/store
|
||||
snap.action.refresh.confirm=Actualizar {} ?
|
||||
snap.action.refresh.label=Actualizar
|
||||
snap.action.refresh.status=Actualizando
|
||||
snap.info.commands=comandos
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
gem.snap.info=Applicazioni pubblicate su https://snapcraft.io/store
|
||||
snap.action.refresh.confirm=Ripristina {} ?
|
||||
snap.action.refresh.label=Ripristina
|
||||
snap.action.refresh.status=Ripristinare
|
||||
snap.info.commands=commands
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
gem.snap.info=Aplicativos publicados em https://snapcraft.io/store
|
||||
snap.action.refresh.confirm=Atualizar {} ?
|
||||
snap.action.refresh.label=Atualizar
|
||||
snap.action.refresh.status=Atualizando
|
||||
snap.info.commands=comandos
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
gem.snap.info=Приложения, опубликованные на https://snapcraft.io/store
|
||||
snap.action.refresh.confirm=Обновить {} ?
|
||||
snap.action.refresh.label=Обновить
|
||||
snap.action.refresh.status=Обновляется
|
||||
snap.info.commands=Команды
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
gem.snap.info=https://snapcraft.io/store adresinde yayınlanan uygulamalar
|
||||
snap.action.refresh.confirm=Yenile {} ?
|
||||
snap.action.refresh.label=Yenile
|
||||
snap.action.refresh.status=Yenileniyor
|
||||
snap.info.commands=komutlar
|
||||
|
||||
Reference in New Issue
Block a user