diff --git a/CHANGELOG.md b/CHANGELOG.md index a90a5c77..e65a9dc6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). ## [0.7.3] ### Improvements - Not breaking the application when a i18n (translation) key was not found +- Adding all english (**en**) i18n keys to help people with the application translation ## [0.7.2] 2019-11-01 ### Improvements diff --git a/bauh/gems/arch/resources/locale/en b/bauh/gems/arch/resources/locale/en index 31816086..04f78d3d 100644 --- a/bauh/gems/arch/resources/locale/en +++ b/bauh/gems/arch/resources/locale/en @@ -62,4 +62,36 @@ arch.install.aur.unknown_key.body=To continue {} installation is necessary to tr arch.aur.install.unknown_key.status=Receiving public key {} arch.aur.install.unknown_key.receive_error=Could not receive public key {} arch.aur.install.validity_check.title=Integrity issues -arch.aur.install.validity_check.body=Some of the source-files needed for {} installation are not healthy. The installation will be cancelled to prevent damage to your system. \ No newline at end of file +arch.aur.install.validity_check.body=Some of the source-files needed for {} installation are not healthy. The installation will be cancelled to prevent damage to your system. +aur.info.architecture=architecture +aur.info.architecture.any=any +aur.info.build date=build date +aur.info.depends on=depends on +aur.info.description=description +aur.info.install date=install date +aur.info.install reason=install reason +aur.info.install reason.explicitly installed=explicitly installed +aur.info.install script=install script +aur.info.install script.no=no +aur.info.installed size=installed size +aur.info.licenses=licenses +aur.info.name=name +aur.info.optional deps=optional deps +aur.info.packager=packager +aur.info.packager.unknown packager=unknown +aur.info.url=url +aur.info.version=version +aur.info.arch=arch +aur.info.arch.any=any +aur.info.depends=depends +aur.info.pkgdesc=description +aur.info.pkgname=name +aur.info.pkgrel=release +aur.info.pkgver=version +aur.info.source=source +aur.info.optdepends=optionally depends +aur.info.license=license +aur.info.validpgpkeys=valid PGP keys +aur.info.options=options +aur.info.provides=provides +aur.info.conflicts with=conflicts with \ No newline at end of file diff --git a/bauh/gems/flatpak/resources/locale/en b/bauh/gems/flatpak/resources/locale/en index b0415238..e89558d8 100644 --- a/bauh/gems/flatpak/resources/locale/en +++ b/bauh/gems/flatpak/resources/locale/en @@ -17,4 +17,25 @@ flatpak.info.homepageurl=Home url flatpak.info.instoresincedate=added in flatpak.info.projectlicense=license flatpak.info.translateurl=translate url -flatpak.info.developername=developer \ No newline at end of file +flatpak.info.developername=developer +flatpak.info.arch=arch +flatpak.info.branch=branch +flatpak.info.collection=collection +flatpak.info.commit=commit +flatpak.info.date=date +flatpak.info.description=description +flatpak.info.id=id +flatpak.info.installation=installation +flatpak.info.installed=installed +flatpak.info.license=license +flatpak.info.name=name +flatpak.info.origin=origin +flatpak.info.parent=parent +flatpak.info.ref=ref +flatpak.info.runtime=runtime +flatpak.info.sdk=sdk +flatpak.info.subject=subject +flatpak.info.type=type +flatpak.info.version=version +flatpak.history.date=date +flatpak.history.commit=commit \ No newline at end of file diff --git a/bauh/gems/snap/resources/locale/en b/bauh/gems/snap/resources/locale/en index 36f39134..2155e858 100644 --- a/bauh/gems/snap/resources/locale/en +++ b/bauh/gems/snap/resources/locale/en @@ -5,4 +5,14 @@ snap.notifications.api.unavailable=It seems the {} API is unavailable at the mom snap.action.refresh.status=Refreshing snap.action.refresh.label=Refresh snap.install.available_channels.title=Available channels -snap.install.available_channels.body=There is no {} channel available for {}. But there are these below ( select one if you want to continue ) \ No newline at end of file +snap.install.available_channels.body=There is no {} channel available for {}. But there are these below ( select one if you want to continue ) +snap.info.commands=commands +snap.info.contact=contact +snap.info.description=description +snap.info.license=license +snap.info.revision=revision +snap.info.tracking=tracking +snap.info.installed=installed +snap.info.publisher=publisher +snap.info.version=version +snap.info.size=size \ No newline at end of file