mirror of
https://github.com/spalencsar/bearhub.git
synced 2026-07-07 01:14:15 +02:00
Merge branch 'staging' into modules
This commit is contained in:
@@ -14,6 +14,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
|
||||
- search results sorting takes an average of 35% less time, reaching 60% in some scenarios
|
||||
### Fixes:
|
||||
- replacing default app icons by null icons
|
||||
- i18n fixes
|
||||
|
||||
## [0.4.2] - 2019-07-28
|
||||
### Improvements
|
||||
|
||||
@@ -81,7 +81,8 @@ latest_version=latest version
|
||||
description=description
|
||||
type=type
|
||||
installed=installed
|
||||
uninstalled=not installed
|
||||
uninstalled=uninstalled
|
||||
not_installed=not installed
|
||||
downgraded=downgraded
|
||||
others=others
|
||||
internet.required=Internet connection is required
|
||||
|
||||
@@ -82,7 +82,8 @@ latest_version=ultima versión
|
||||
description=descripción
|
||||
type=tipo
|
||||
installed=instalado
|
||||
uninstalled=no instalado
|
||||
uninstalled=desinstalado
|
||||
not_installed=no instalado
|
||||
downgraded=versión revertida
|
||||
others=otros
|
||||
internet.required=Se requiere conexión a internet
|
||||
|
||||
@@ -82,7 +82,8 @@ latest_version=última versão
|
||||
description=descrição
|
||||
type=tipo
|
||||
installed=instalado
|
||||
uninstalled=não instalado
|
||||
uninstalled=desinstalado
|
||||
not_installed=não instalado
|
||||
downgraded=versão revertida
|
||||
others=outros
|
||||
internet.required=É necessário estar conectado a Internet
|
||||
|
||||
@@ -227,7 +227,7 @@ class AppsTable(QTableWidget):
|
||||
tooltip = self.window.locale_keys['installed']
|
||||
else:
|
||||
img_name = 'red_cross'
|
||||
tooltip = self.window.locale_keys['uninstalled']
|
||||
tooltip = self.window.locale_keys['not_installed']
|
||||
|
||||
col_installed.setPixmap((QPixmap(resource.get_path('img/{}.svg'.format(img_name)))))
|
||||
col_installed.setAlignment(Qt.AlignCenter)
|
||||
|
||||
Reference in New Issue
Block a user