mirror of
https://github.com/spalencsar/bearhub.git
synced 2026-07-08 23:24:15 +02:00
[web] improvement: invalid URL message (i18n)
This commit is contained in:
@@ -571,7 +571,8 @@ class WebApplicationManager(SoftwareManager):
|
|||||||
if not typed_url or not self._request_url(typed_url):
|
if not typed_url or not self._request_url(typed_url):
|
||||||
watcher.show_message(title=self.i18n['error'].capitalize(),
|
watcher.show_message(title=self.i18n['error'].capitalize(),
|
||||||
type_=MessageType.ERROR,
|
type_=MessageType.ERROR,
|
||||||
body=self.i18n['web.custom_action.install_app.invalid_url'].format(url=bold(f'"{inp_url.get_value()}"')))
|
body=self.i18n['web.custom_action.install_app.invalid_url'].format(URL='(URL)',
|
||||||
|
url=bold(f'"{inp_url.get_value()}"')))
|
||||||
return False, []
|
return False, []
|
||||||
else:
|
else:
|
||||||
app.url = typed_url
|
app.url = typed_url
|
||||||
|
|||||||
@@ -5,7 +5,7 @@ web.custom_action.clean_env.status=Cleaning the installation environment
|
|||||||
web.custom_action.clean_env.success=Installation environment cleaned
|
web.custom_action.clean_env.success=Installation environment cleaned
|
||||||
web.custom_action.clean_env=Clean installation environment
|
web.custom_action.clean_env=Clean installation environment
|
||||||
web.custom_action.install_app=Install Web application
|
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} {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 will 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 {}.
|
||||||
|
|||||||
@@ -5,7 +5,7 @@ web.custom_action.clean_env.status=Cleaning the installation environment
|
|||||||
web.custom_action.clean_env.success=Installation environment cleaned
|
web.custom_action.clean_env.success=Installation environment cleaned
|
||||||
web.custom_action.clean_env=Clean installation environment
|
web.custom_action.clean_env=Clean installation environment
|
||||||
web.custom_action.install_app=Install Web application
|
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} {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 will 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 {}.
|
||||||
|
|||||||
@@ -5,7 +5,7 @@ web.custom_action.clean_env.status=Limpiando el ambiente de instalación
|
|||||||
web.custom_action.clean_env.success=Ambiente de instalación limpio
|
web.custom_action.clean_env.success=Ambiente de instalación limpio
|
||||||
web.custom_action.clean_env=Limpiar ambiente de instalación
|
web.custom_action.clean_env=Limpiar ambiente de instalación
|
||||||
web.custom_action.install_app=Instalar aplicación Web
|
web.custom_action.install_app=Instalar aplicación Web
|
||||||
web.custom_action.install_app.invalid_url=No se pudo encontrar la dirección {url}. No es posible finalizar la instalación.
|
web.custom_action.install_app.invalid_url=No se pudo encontrar la dirección {URL} {url}. No es posible finalizar la instalación.
|
||||||
web.custom_action.install_app.status=Instalando aplicación Web
|
web.custom_action.install_app.status=Instalando aplicación Web
|
||||||
web.env.checking=Verificando el ambiente de instalación web
|
web.env.checking=Verificando el ambiente de instalación web
|
||||||
web.env.error=Parece que hay problemas con el ambiente de instalación web. No será posible instalar {}.
|
web.env.error=Parece que hay problemas con el ambiente de instalación web. No será posible instalar {}.
|
||||||
|
|||||||
@@ -5,7 +5,7 @@ web.custom_action.clean_env.status=Nettoyage de l'environnement d'installation
|
|||||||
web.custom_action.clean_env.success=Environnement d'installation nettoyé
|
web.custom_action.clean_env.success=Environnement d'installation nettoyé
|
||||||
web.custom_action.clean_env=Nettoyage de l'environnement d'installation Web.
|
web.custom_action.clean_env=Nettoyage de l'environnement d'installation Web.
|
||||||
web.custom_action.install_app=Install Web application
|
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} {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=Verification de l'environnement d'installation Web.
|
web.env.checking=Verification de l'environnement d'installation Web.
|
||||||
web.env.error=Il y a des problèmes avec l'environnement d'installation Web. {} ne pourra pas être installé.
|
web.env.error=Il y a des problèmes avec l'environnement d'installation Web. {} ne pourra pas être installé.
|
||||||
|
|||||||
@@ -5,7 +5,7 @@ web.custom_action.clean_env.status=Cleaning the installation environment
|
|||||||
web.custom_action.clean_env.success=Installation environment cleaned
|
web.custom_action.clean_env.success=Installation environment cleaned
|
||||||
web.custom_action.clean_env=Clean installation environment
|
web.custom_action.clean_env=Clean installation environment
|
||||||
web.custom_action.install_app=Install Web application
|
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} {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 wil not be possible to install {}.
|
||||||
|
|||||||
@@ -5,7 +5,7 @@ web.custom_action.clean_env.status=Limpando ambiente de instalação
|
|||||||
web.custom_action.clean_env.success=Ambiente de instalação limpo
|
web.custom_action.clean_env.success=Ambiente de instalação limpo
|
||||||
web.custom_action.clean_env=Limpar ambiente de instalação
|
web.custom_action.clean_env=Limpar ambiente de instalação
|
||||||
web.custom_action.install_app=Instalar aplicação Web
|
web.custom_action.install_app=Instalar aplicação Web
|
||||||
web.custom_action.install_app.invalid_url=O endereço {url} não foi encontrado. Não é possível finalizar a instalação.
|
web.custom_action.install_app.invalid_url=O endereço {URL} {url} não foi encontrado. Não é possível finalizar a instalação.
|
||||||
web.custom_action.install_app.status=Instalando aplicação Web
|
web.custom_action.install_app.status=Instalando aplicação Web
|
||||||
web.env.checking=Verificando o ambiente de instalação Web
|
web.env.checking=Verificando o ambiente de instalação Web
|
||||||
web.env.error=Parce que existem problemas com o ambiente de instalação Web. Não será possível instalar {}.
|
web.env.error=Parce que existem problemas com o ambiente de instalação Web. Não será possível instalar {}.
|
||||||
|
|||||||
@@ -5,7 +5,7 @@ web.custom_action.clean_env.failed=Произошла ошибка при очи
|
|||||||
web.custom_action.clean_env.status=Среда установки будет очищена
|
web.custom_action.clean_env.status=Среда установки будет очищена
|
||||||
web.custom_action.clean_env.success=Среда установки очищена!
|
web.custom_action.clean_env.success=Среда установки очищена!
|
||||||
web.custom_action.install_app=Install Web application
|
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} {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=Проверка Веб-среды
|
web.env.checking=Проверка Веб-среды
|
||||||
web.env.error=Проблемы с Веб-средой. Невозможно установить {}.
|
web.env.error=Проблемы с Веб-средой. Невозможно установить {}.
|
||||||
|
|||||||
@@ -5,7 +5,7 @@ web.custom_action.clean_env.status=Kurulum ortamını temizleme
|
|||||||
web.custom_action.clean_env.success=Kurulum ortamı temizlendi
|
web.custom_action.clean_env.success=Kurulum ortamı temizlendi
|
||||||
web.custom_action.clean_env=Temiz kurulum ortamı
|
web.custom_action.clean_env=Temiz kurulum ortamı
|
||||||
web.custom_action.install_app=Install Web application
|
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} {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=Web kurulum ortamını kontrol et
|
web.env.checking=Web kurulum ortamını kontrol et
|
||||||
web.env.error=Görünüşe göre Web kurulum ortamıyla ilgili sorunlar var. {} kurmak mümkün olmayacak.
|
web.env.error=Görünüşe göre Web kurulum ortamıyla ilgili sorunlar var. {} kurmak mümkün olmayacak.
|
||||||
|
|||||||
Reference in New Issue
Block a user