mirror of
https://github.com/spalencsar/bearhub.git
synced 2026-07-09 17:54:14 +02:00
[web] fix: wrong spelling (i18n)
This commit is contained in:
@@ -23,6 +23,9 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
|
|||||||
- installation form title
|
- installation form title
|
||||||
|
|
||||||
### Fixes
|
### Fixes
|
||||||
|
- Web
|
||||||
|
- wrong spelling (i18n)
|
||||||
|
|
||||||
- UI
|
- UI
|
||||||
- crashing when resizing with floats instead of integers [#216](https://github.com/vinifmor/bauh/issues/216)
|
- crashing when resizing with floats instead of integers [#216](https://github.com/vinifmor/bauh/issues/216)
|
||||||
- crashing when using floats for spinner components [#217](https://github.com/vinifmor/bauh/issues/217)
|
- crashing when using floats for spinner components [#217](https://github.com/vinifmor/bauh/issues/217)
|
||||||
|
|||||||
@@ -8,7 +8,7 @@ web.custom_action.install_app=Install Web application
|
|||||||
web.custom_action.install_app.invalid_url=The address {url} could not be found. It is not possible to finish the installation.
|
web.custom_action.install_app.invalid_url=The address {url} could not be found. It is not possible to finish the installation.
|
||||||
web.custom_action.install_app.status=Installing Web application
|
web.custom_action.install_app.status=Installing Web application
|
||||||
web.env.checking=Checking the Web installation environment
|
web.env.checking=Checking the Web installation environment
|
||||||
web.env.error=It seems there are issues with the Web installation environment. It wil not be possible to install {}.
|
web.env.error=It seems there are issues with the Web installation environment. It will not be possible to install {}.
|
||||||
web.environment.install=Installing {}
|
web.environment.install=Installing {}
|
||||||
web.info.01_url=URL
|
web.info.01_url=URL
|
||||||
web.info.02_description=description
|
web.info.02_description=description
|
||||||
|
|||||||
@@ -8,7 +8,7 @@ web.custom_action.install_app=Install Web application
|
|||||||
web.custom_action.install_app.invalid_url=The address {url} could not be found. It is not possible to finish the installation.
|
web.custom_action.install_app.invalid_url=The address {url} could not be found. It is not possible to finish the installation.
|
||||||
web.custom_action.install_app.status=Installing Web application
|
web.custom_action.install_app.status=Installing Web application
|
||||||
web.env.checking=Checking the Web installation environment
|
web.env.checking=Checking the Web installation environment
|
||||||
web.env.error=It seems there are issues with the Web installation environment. It wil not be possible to install {}.
|
web.env.error=It seems there are issues with the Web installation environment. It will not be possible to install {}.
|
||||||
web.environment.install=Installing {}
|
web.environment.install=Installing {}
|
||||||
web.info.01_url=URL
|
web.info.01_url=URL
|
||||||
web.info.02_description=description
|
web.info.02_description=description
|
||||||
|
|||||||
Reference in New Issue
Block a user