[improvement][i18n]

This commit is contained in:
Vinícius Moreira
2020-01-14 10:27:51 -03:00
parent 3aa5c16f8d
commit 9ff0e974cb
4 changed files with 12 additions and 12 deletions

View File

@@ -7,8 +7,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
## [0.8.1] ## [0.8.1]
### Features: ### Features:
- Flatpak: - Flatpak:
- allow the user to choose the application installation level: **user** or **system** - 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 - 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 - 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 ) - 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: - Snap:
- snapd checking routine refactored - snapd checking routine refactored
- Web: - 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 - supporting JPEG images as custom icons
- UI: - 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 - scaling
### Fixes ### 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 - updating application dependencies during updating and downgrading
- Web: - Web:
- not handling HTTP connection issues - 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: - UI:
- not verifying if an icon path is a file - not verifying if an icon path is a file
- minor fixes - minor fixes
### UI ### 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 ## [0.8.0] 2019-12-24
### Features ### Features

View File

@@ -4,9 +4,9 @@ manage_window.columns.update=Upgrade ?
manage_window.apps_table.row.actions.info=Information manage_window.apps_table.row.actions.info=Information
manage_window.apps_table.row.actions.history=History 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.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.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=Downgrade
manage_window.apps_table.row.actions.downgrade.popup.body=Do you really want to downgrade {} ? manage_window.apps_table.row.actions.downgrade.popup.body=Do you really want to downgrade {} ?
manage_window.apps_table.row.actions.install=Install manage_window.apps_table.row.actions.install=Install

View File

@@ -4,9 +4,9 @@ manage_window.columns.update=Upgrade ?
manage_window.apps_table.row.actions.info=Informazioni manage_window.apps_table.row.actions.info=Informazioni
manage_window.apps_table.row.actions.history=Cronologia 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.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.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=Downgrade
manage_window.apps_table.row.actions.downgrade.popup.body=Vuoi veramente fare il downgrade {} ? manage_window.apps_table.row.actions.downgrade.popup.body=Vuoi veramente fare il downgrade {} ?
manage_window.apps_table.row.actions.install=Installa manage_window.apps_table.row.actions.install=Installa

View File

@@ -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.history=Histórico
manage_window.apps_table.row.actions.uninstall=Desinstalar 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.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.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=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.downgrade.popup.body=Você realmente quer reverter a versão atual de {} ?
manage_window.apps_table.row.actions.install=Instalar manage_window.apps_table.row.actions.install=Instalar