From 2fde8e02a7ecfbc96cf8bd3f70c24c11572c38d9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vin=C3=ADcius=20Moreira?= Date: Tue, 28 Jan 2020 16:45:45 -0300 Subject: [PATCH] [fix][ui][settings] i18n and appimage inputs scaling --- bauh/gems/appimage/controller.py | 2 ++ bauh/view/resources/locale/ca | 2 +- bauh/view/resources/locale/de | 2 +- bauh/view/resources/locale/en | 2 +- bauh/view/resources/locale/it | 2 +- bauh/view/resources/locale/pt | 2 +- 6 files changed, 7 insertions(+), 5 deletions(-) diff --git a/bauh/gems/appimage/controller.py b/bauh/gems/appimage/controller.py index 8a8178e0..7232bdfd 100644 --- a/bauh/gems/appimage/controller.py +++ b/bauh/gems/appimage/controller.py @@ -513,11 +513,13 @@ class AppImageManager(SoftwareManager): max_per_line=len(enabled_opts), type_=SelectViewType.RADIO, tooltip=self.i18n['appimage.config.db_updates.activated.tip'].format(app=self.context.app_name), + max_width=200, id_='up_enabled'), TextInputComponent(label=self.i18n['interval'], value=str(config['db_updater']['interval']), tooltip=self.i18n['appimage.config.db_updates.interval.tip'], only_int=True, + max_width=150, id_='up_int') ] diff --git a/bauh/view/resources/locale/ca b/bauh/view/resources/locale/ca index f7a226ce..4bc6178d 100644 --- a/bauh/view/resources/locale/ca +++ b/bauh/view/resources/locale/ca @@ -242,7 +242,7 @@ core.config.suggestions.activated.tip=If new applications can be suggested for i core.config.system.notifications=Notifications core.config.system.notifications.tip=If notifications should be displayed when an action is finished or there are updates core.config.ui.hdpi=HDPI -core.config.ui.hdpi.tip=If the improvements related to HDPI resolutions should be activated +core.config.ui.hdpi.tip=If improvements related to HDPI resolutions should be activated core.config.ui.max_displayed=Applications displayed core.config.ui.max_displayed.tip=Maximum number of applications displayed on the table core.config.ui.tray.default_icon=Default icon diff --git a/bauh/view/resources/locale/de b/bauh/view/resources/locale/de index fbb3c47f..b1787ca9 100644 --- a/bauh/view/resources/locale/de +++ b/bauh/view/resources/locale/de @@ -197,7 +197,7 @@ core.config.suggestions.activated.tip=If new applications can be suggested for i core.config.system.notifications=Notifications core.config.system.notifications.tip=If notifications should be displayed when an action is finished or there are updates core.config.ui.hdpi=HDPI -core.config.ui.hdpi.tip=If the improvements related to HDPI resolutions should be activated +core.config.ui.hdpi.tip=If improvements related to HDPI resolutions should be activated core.config.ui.max_displayed=Applications displayed core.config.ui.max_displayed.tip=Maximum number of applications displayed on the table core.config.ui.tray.default_icon=Default icon diff --git a/bauh/view/resources/locale/en b/bauh/view/resources/locale/en index a434bbb9..16a2f6c1 100644 --- a/bauh/view/resources/locale/en +++ b/bauh/view/resources/locale/en @@ -202,7 +202,7 @@ core.config.suggestions.activated.tip=If new applications can be suggested for i core.config.system.notifications=Notifications core.config.system.notifications.tip=If notifications should be displayed when an action is finished or there are updates core.config.ui.hdpi=HDPI -core.config.ui.hdpi.tip=If the improvements related to HDPI resolutions should be activated +core.config.ui.hdpi.tip=If improvements related to HDPI resolutions should be activated core.config.ui.max_displayed=Applications displayed core.config.ui.max_displayed.tip=Maximum number of applications displayed on the table core.config.ui.tray.default_icon=Default icon diff --git a/bauh/view/resources/locale/it b/bauh/view/resources/locale/it index 46c9f18f..a50314de 100644 --- a/bauh/view/resources/locale/it +++ b/bauh/view/resources/locale/it @@ -197,7 +197,7 @@ core.config.suggestions.activated.tip=If new applications can be suggested for i core.config.system.notifications=Notifications core.config.system.notifications.tip=If notifications should be displayed when an action is finished or there are updates core.config.ui.hdpi=HDPI -core.config.ui.hdpi.tip=If the improvements related to HDPI resolutions should be activated +core.config.ui.hdpi.tip=If improvements related to HDPI resolutions should be activated core.config.ui.max_displayed=Applications displayed core.config.ui.max_displayed.tip=Maximum number of applications displayed on the table core.config.ui.tray.default_icon=Default icon diff --git a/bauh/view/resources/locale/pt b/bauh/view/resources/locale/pt index cc7da363..385cb22e 100644 --- a/bauh/view/resources/locale/pt +++ b/bauh/view/resources/locale/pt @@ -246,7 +246,7 @@ core.config.suggestions.activated.tip=Se novos aplicativos podem ser sugeridos p core.config.system.notifications=Notificações core.config.system.notifications.tip=Se notificações devem ser exibidas quando uma ação é finalizada ou existem atualizações core.config.ui.hdpi=HDPI -core.config.ui.hdpi.tip=Se as melhorias para resoluções HDPI devem ser ativadas +core.config.ui.hdpi.tip=Se melhorias para resoluções HDPI devem ser ativadas core.config.ui.max_displayed=Aplicativos exibidos core.config.ui.max_displayed.tip=Número máximo de aplicativos exibidos na tabela core.config.ui.tray.default_icon=Ícone padrão