mirror of
https://github.com/spalencsar/bearhub.git
synced 2026-07-08 16:44:16 +02:00
[improvement] Adding all english i18n keys to help people with the application translation
This commit is contained in:
@@ -7,6 +7,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
|
|||||||
## [0.7.3]
|
## [0.7.3]
|
||||||
### Improvements
|
### Improvements
|
||||||
- Not breaking the application when a i18n (translation) key was not found
|
- 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
|
## [0.7.2] 2019-11-01
|
||||||
### Improvements
|
### Improvements
|
||||||
|
|||||||
@@ -63,3 +63,35 @@ arch.aur.install.unknown_key.status=Receiving public key {}
|
|||||||
arch.aur.install.unknown_key.receive_error=Could not receive 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.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.
|
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
|
||||||
@@ -18,3 +18,24 @@ flatpak.info.instoresincedate=added in
|
|||||||
flatpak.info.projectlicense=license
|
flatpak.info.projectlicense=license
|
||||||
flatpak.info.translateurl=translate url
|
flatpak.info.translateurl=translate url
|
||||||
flatpak.info.developername=developer
|
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
|
||||||
@@ -6,3 +6,13 @@ snap.action.refresh.status=Refreshing
|
|||||||
snap.action.refresh.label=Refresh
|
snap.action.refresh.label=Refresh
|
||||||
snap.install.available_channels.title=Available channels
|
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 )
|
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
|
||||||
Reference in New Issue
Block a user