From 9ff0e974cb4a88c3cab09e2cd8036ace460c9d2b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vin=C3=ADcius=20Moreira?= Date: Tue, 14 Jan 2020 10:27:51 -0300 Subject: [PATCH] [improvement][i18n] --- CHANGELOG.md | 12 ++++++------ bauh/view/resources/locale/en | 4 ++-- bauh/view/resources/locale/it | 4 ++-- bauh/view/resources/locale/pt | 4 ++-- 4 files changed, 12 insertions(+), 12 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a34eaee0..295cdb4d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,8 +7,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). ## [0.8.1] ### Features: - Flatpak: - - allow the user to choose the application installation level: **user** or **system** - - able to deal with user and system applications / runtimes + - allow the user to choose the application installation level: **user** or **system** [#47](https://github.com/vinifmor/bauh/issues/47) + - able to deal with user and system applications / runtimes [#47](https://github.com/vinifmor/bauh/issues/47) - able to list partial updates for Flatpak >= 1.4 - new configuration file located at **~/.config/bauh/flatpak.yml** ( it allows to define a default installation level ) @@ -22,10 +22,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). - Snap: - snapd checking routine refactored - Web: - - not using HTTP sessions anymore to perform the searches. It seems to avoid URLs not being found after an internet drop event. + - not using HTTP sessions anymore to perform the searches. It seems to avoid URLs not being found after an internet drop event - supporting JPEG images as custom icons - UI: - - widgets visibility settings ( the main widgets now should always be visible ( e.g: toolbar buttons ) + - widgets visibility settings: the main widgets now should always be visible ( e.g: toolbar buttons ) - scaling ### Fixes @@ -34,13 +34,13 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). - updating application dependencies during updating and downgrading - Web: - not handling HTTP connection issues -- not passing the Home path as a String ( an exception happens for Python 3.5 ) +- not passing the Home path as a String for subprocesses ( an exception happens for Python 3.5 ) - UI: - not verifying if an icon path is a file - minor fixes ### UI -- Default **Type** icon removed from the Type filter to make the design more consistent. +- Default **Type** icon removed from the Type filter to make the design more consistent ## [0.8.0] 2019-12-24 ### Features diff --git a/bauh/view/resources/locale/en b/bauh/view/resources/locale/en index 2c30bb91..9db67abd 100644 --- a/bauh/view/resources/locale/en +++ b/bauh/view/resources/locale/en @@ -4,9 +4,9 @@ manage_window.columns.update=Upgrade ? manage_window.apps_table.row.actions.info=Information manage_window.apps_table.row.actions.history=History manage_window.apps_table.row.actions.uninstall.popup.title=Uninstall -manage_window.apps_table.row.actions.uninstall.popup.body=Remove {} from your computer ? +manage_window.apps_table.row.actions.uninstall.popup.body=Remove {} from your device ? manage_window.apps_table.row.actions.install.popup.title=Installation -manage_window.apps_table.row.actions.install.popup.body=Install {} on your computer ? +manage_window.apps_table.row.actions.install.popup.body=Install {} on your device ? manage_window.apps_table.row.actions.downgrade=Downgrade manage_window.apps_table.row.actions.downgrade.popup.body=Do you really want to downgrade {} ? manage_window.apps_table.row.actions.install=Install diff --git a/bauh/view/resources/locale/it b/bauh/view/resources/locale/it index 7fec700b..b612a8ff 100644 --- a/bauh/view/resources/locale/it +++ b/bauh/view/resources/locale/it @@ -4,9 +4,9 @@ manage_window.columns.update=Upgrade ? manage_window.apps_table.row.actions.info=Informazioni manage_window.apps_table.row.actions.history=Cronologia manage_window.apps_table.row.actions.uninstall.popup.title=Disinstalla -manage_window.apps_table.row.actions.uninstall.popup.body=Remuovi {} dal tuo computer ? +manage_window.apps_table.row.actions.uninstall.popup.body=Remuovi {} dal tuo dispositivo ? manage_window.apps_table.row.actions.install.popup.title=Installazione -manage_window.apps_table.row.actions.install.popup.body=Installa {} nel tuo computer ? +manage_window.apps_table.row.actions.install.popup.body=Installa {} nel tuo dispositivo ? manage_window.apps_table.row.actions.downgrade=Downgrade manage_window.apps_table.row.actions.downgrade.popup.body=Vuoi veramente fare il downgrade {} ? manage_window.apps_table.row.actions.install=Installa diff --git a/bauh/view/resources/locale/pt b/bauh/view/resources/locale/pt index bd82a25c..17c60325 100644 --- a/bauh/view/resources/locale/pt +++ b/bauh/view/resources/locale/pt @@ -6,9 +6,9 @@ manage_window.apps_table.row.actions.info=Informação manage_window.apps_table.row.actions.history=Histórico manage_window.apps_table.row.actions.uninstall=Desinstalar manage_window.apps_table.row.actions.uninstall.popup.title=Desinstalação -manage_window.apps_table.row.actions.uninstall.popup.body=Remover {} do seu computador ? +manage_window.apps_table.row.actions.uninstall.popup.body=Remover {} do seu dispositivo ? manage_window.apps_table.row.actions.install.popup.title=Instalação -manage_window.apps_table.row.actions.install.popup.body=Instalar {} no seu computador ? +manage_window.apps_table.row.actions.install.popup.body=Instalar {} no seu dispositivo ? manage_window.apps_table.row.actions.downgrade=Reverter versão manage_window.apps_table.row.actions.downgrade.popup.body=Você realmente quer reverter a versão atual de {} ? manage_window.apps_table.row.actions.install=Instalar