mirror of
https://github.com/spalencsar/bearhub.git
synced 2026-07-07 02:24:16 +02:00
[fix][ui][settings] flatpak inputs scaling | i18n
This commit is contained in:
@@ -512,7 +512,7 @@ class AppImageManager(SoftwareManager):
|
||||
default_option=[o for o in enabled_opts if o.value == config['db_updater']['enabled']][0],
|
||||
max_per_line=len(enabled_opts),
|
||||
type_=SelectViewType.RADIO,
|
||||
tooltip=self.i18n['appimage.config.db_updates.activated.tip'].format(app=self.context.app_name),
|
||||
tooltip=self.i18n['appimage.config.db_updates.activated.tip'],
|
||||
max_width=200,
|
||||
id_='up_enabled'),
|
||||
TextInputComponent(label=self.i18n['interval'],
|
||||
|
||||
@@ -19,5 +19,5 @@ appimage.install.download.error=No s’ha pogut baixar el fitxer {}. El servidor
|
||||
appimage.install.appimagelauncher.error = {appimgl} no permet la instal·lació de {app}. Desinstal·leu {appimgl}, reinicieu el sistema i torneu a provar d’instal·lar {app}.
|
||||
appimage.config.db_updates=Database update
|
||||
appimage.config.db_updates.activated=activated
|
||||
appimage.config.db_updates.activated.tip={app} is able to verify if there are updates for your installed applications
|
||||
appimage.config.db_updates.activated.tip=It will be possible to check for updates related to the installed applications
|
||||
appimage.config.db_updates.interval.tip=Update interval in SECONDS
|
||||
@@ -19,5 +19,5 @@ appimage.install.download.error=Das Herunterladen der Datei {} ist fehlgeschlage
|
||||
appimage.install.appimagelauncher.error={appimgl} verhindert die installation von {app}. Deinstalliere {appimgl}, starte deinen Computer neu und versuche die installation von {app} erneut.
|
||||
appimage.config.db_updates=Database update
|
||||
appimage.config.db_updates.activated=activated
|
||||
appimage.config.db_updates.activated.tip={app} is able to verify if there are updates for your installed applications
|
||||
appimage.config.db_updates.activated.tip=It will be possible to check for updates related to the installed applications
|
||||
appimage.config.db_updates.interval.tip=Update interval in SECONDS
|
||||
@@ -19,5 +19,5 @@ appimage.install.download.error=It was not possible to download the file {}. The
|
||||
appimage.install.appimagelauncher.error={appimgl} is not allowing {app} to be installed. Uninstall {appimgl}, reboot your system and try to install {app} again.
|
||||
appimage.config.db_updates=Database update
|
||||
appimage.config.db_updates.activated=activated
|
||||
appimage.config.db_updates.activated.tip={app} is able to verify if there are updates for your installed applications
|
||||
appimage.config.db_updates.activated.tip=It will be possible to check for updates related to the installed applications
|
||||
appimage.config.db_updates.interval.tip=Update interval in SECONDS
|
||||
@@ -19,5 +19,5 @@ appimage.install.download.error=No fue posible descargar el archivo {}. El servi
|
||||
appimage.install.appimagelauncher.error={appimgl} no permite la instalación de {app}. Desinstale {appimgl}, reinicie su sistema e intente instalar {app} nuevamente.
|
||||
appimage.config.db_updates=Actualización de la base de datos
|
||||
appimage.config.db_updates.activated=activada
|
||||
appimage.config.db_updates.activated.tip={app} puede verificar si hay actualizaciones para sus aplicaciones instaladas
|
||||
appimage.config.db_updates.activated.tip=Será posible buscar actualizaciones relacionadas con las aplicaciones instaladas
|
||||
appimage.config.db_updates.interval.tip=Intervalo de actualización en SEGUNDOS
|
||||
@@ -19,6 +19,6 @@ appimage.install.download.error=Non è stato possibile scaricare il file {}. Il
|
||||
appimage.install.appimagelauncher.error={appimgl} non consente l'installazione di {app}. Disinstallare {appimgl}, riavviare il sistema e provare a installare nuovamente {app}.
|
||||
appimage.config.db_updates=Database update
|
||||
appimage.config.db_updates.activated=activated
|
||||
appimage.config.db_updates.activated.tip={app} is able to verify if there are updates for your installed applications
|
||||
appimage.config.db_updates.activated.tip=It will be possible to check for updates related to the installed applications
|
||||
appimage.config.db_updates.interval.tip=Update interval in SECONDS
|
||||
|
||||
|
||||
@@ -19,5 +19,5 @@ appimage.install.download.error=Não foi possível baixar o arquivo {}. O servid
|
||||
appimage.install.appimagelauncher.error={appimgl} não está permitindo que o {app} seja instalado. Desinstale o {appimgl}, reinicie o sistema e tente instalar o {app} novamente.
|
||||
appimage.config.db_updates=Atualização da base de dados
|
||||
appimage.config.db_updates.activated=ativada
|
||||
appimage.config.db_updates.activated.tip=O {app} consegue verificar se há atualizações para seus aplicativos instalados
|
||||
appimage.config.db_updates.activated.tip=Será possível verificar se há atualizações para os aplicativos instalados
|
||||
appimage.config.db_updates.interval.tip=Intervalo de atualização em SEGUNDOS
|
||||
@@ -436,6 +436,7 @@ class FlatpakManager(SoftwareManager):
|
||||
options=install_opts,
|
||||
default_option=[o for o in install_opts if o.value == config['installation_level']][0],
|
||||
max_per_line=len(install_opts),
|
||||
max_width=300,
|
||||
type_=SelectViewType.RADIO))
|
||||
|
||||
return PanelComponent([FormComponent(fields, self.i18n['installation'].capitalize())])
|
||||
|
||||
Reference in New Issue
Block a user