mirror of
https://github.com/spalencsar/bearhub.git
synced 2026-07-10 06:34:15 +02:00
[feature] ignore updates: Arch/AUR packages
This commit is contained in:
@@ -57,6 +57,10 @@ action.disk_trim=Optimizing disc ( TRIM )
|
||||
action.failed=Action failed
|
||||
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=Click here to see information about this application
|
||||
action.not_allowed=Action not allowed
|
||||
action.request_reboot.title=System restart
|
||||
@@ -267,6 +271,8 @@ locale.tr=turkish
|
||||
manage_window.apps_table.row.actions.downgrade.popup.body=Do you really want to downgrade {} ?
|
||||
manage_window.apps_table.row.actions.downgrade=Downgrade
|
||||
manage_window.apps_table.row.actions.history=History
|
||||
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.popup.body=Install {} on your device ?
|
||||
manage_window.apps_table.row.actions.install.popup.title=Installation
|
||||
@@ -300,6 +306,8 @@ manage_window.settings.about=About
|
||||
manage_window.status.downgrading=Downgrading
|
||||
manage_window.status.filtering=Filtering
|
||||
manage_window.status.history=Retrieving history
|
||||
manage_window.status.ignore_updates=Ignoring updates from {}
|
||||
manage_window.status.ignore_updates_reverse=Reverting updates ignored from {}
|
||||
manage_window.status.info=Retrieving information
|
||||
manage_window.status.installed=Loading installed
|
||||
manage_window.status.installing=Installing
|
||||
@@ -378,6 +386,7 @@ version.latest=latest version
|
||||
version.outdated=outdated
|
||||
version.unknown=not informed
|
||||
version.updated=updated
|
||||
version.updates_ignored=Updates ignored
|
||||
version=version
|
||||
view.components.file_chooser.placeholder=Click here to select
|
||||
warning=warning
|
||||
|
||||
Reference in New Issue
Block a user