mirror of
https://github.com/spalencsar/bearhub.git
synced 2026-07-10 00:44:16 +02:00
[feature] ignore updates: Arch/AUR packages
This commit is contained in:
@@ -57,6 +57,10 @@ action.disk_trim.error=There was a problem while optimizing the disk
|
||||
action.failed=Aktion fehlgeschlagen
|
||||
action.history.no_history.body=There is no available history for {}
|
||||
action.history.no_history.title=No history
|
||||
action.ignore_updates.fail=It was not possible to ignore updates from {}
|
||||
action.ignore_updates.success=Updates from {} will be ignored from now on
|
||||
action.ignore_updates_reverse.fail=It was not possible to revert ignored updates from {}
|
||||
action.ignore_updates_reverse.success=Updates from {} will be displayed again from now on
|
||||
action.info.tooltip=Informationen über diese Anwendung anzeigen
|
||||
action.not_allowed=Action not allowed
|
||||
action.request_reboot.title=System restart
|
||||
@@ -267,6 +271,8 @@ locale.tr=Türkisch
|
||||
manage_window.apps_table.row.actions.downgrade=Downgraden
|
||||
manage_window.apps_table.row.actions.downgrade.popup.body={} wirklich downgraden?
|
||||
manage_window.apps_table.row.actions.history=Verlauf
|
||||
manage_window.apps_table.row.actions.ignore_updates=Ignore updates
|
||||
manage_window.apps_table.row.actions.ignore_updates_reverse=Revert ignored updates
|
||||
manage_window.apps_table.row.actions.info=Information
|
||||
manage_window.apps_table.row.actions.install=Installieren
|
||||
manage_window.apps_table.row.actions.install.popup.body={} installieren?
|
||||
@@ -300,6 +306,8 @@ manage_window.settings.about=Über
|
||||
manage_window.status.downgrading=Downgraden
|
||||
manage_window.status.filtering=Filtern
|
||||
manage_window.status.history=Verlauf laden
|
||||
manage_window.status.ignore_updates=Ignoring updates from {}
|
||||
manage_window.status.ignore_updates_reverse=Reverting updates ignored from {}
|
||||
manage_window.status.info=Informationen laden
|
||||
manage_window.status.installed=Loading installed
|
||||
manage_window.status.installing=Installieren
|
||||
@@ -379,6 +387,7 @@ version.latest=Aktuellste Version
|
||||
version.outdated=veraltet
|
||||
version.unknown=unbekannt
|
||||
version.updated=geupdated
|
||||
version.updates_ignored=Updates ignored
|
||||
view.components.file_chooser.placeholder=Auswählen
|
||||
warning=Warnung
|
||||
warning.update_available=There is a new {} version available ({}). Check out the news at {}.
|
||||
|
||||
Reference in New Issue
Block a user