mirror of
https://github.com/spalencsar/bearhub.git
synced 2026-07-08 23:24:15 +02:00
[web] improvement: adding tips for all custom actions
This commit is contained in:
@@ -1162,6 +1162,7 @@ class WebApplicationManager(SoftwareManager):
|
|||||||
self._custom_actions = (
|
self._custom_actions = (
|
||||||
CustomSoftwareAction(i18n_label_key='web.custom_action.install_app',
|
CustomSoftwareAction(i18n_label_key='web.custom_action.install_app',
|
||||||
i18n_status_key='web.custom_action.install_app.status',
|
i18n_status_key='web.custom_action.install_app.status',
|
||||||
|
i18n_description_key='web.custom_action.install_app.desc',
|
||||||
manager=self,
|
manager=self,
|
||||||
manager_method='install_app',
|
manager_method='install_app',
|
||||||
icon_path=resource.get_path('img/web.svg', ROOT_DIR),
|
icon_path=resource.get_path('img/web.svg', ROOT_DIR),
|
||||||
@@ -1170,6 +1171,7 @@ class WebApplicationManager(SoftwareManager):
|
|||||||
requires_confirmation=False),
|
requires_confirmation=False),
|
||||||
CustomSoftwareAction(i18n_label_key='web.custom_action.clean_env',
|
CustomSoftwareAction(i18n_label_key='web.custom_action.clean_env',
|
||||||
i18n_status_key='web.custom_action.clean_env.status',
|
i18n_status_key='web.custom_action.clean_env.status',
|
||||||
|
i18n_description_key='web.custom_action.clean_env.desc',
|
||||||
manager=self,
|
manager=self,
|
||||||
manager_method='clean_environment',
|
manager_method='clean_environment',
|
||||||
icon_path=resource.get_path('img/web.svg', ROOT_DIR),
|
icon_path=resource.get_path('img/web.svg', ROOT_DIR),
|
||||||
|
|||||||
@@ -4,7 +4,9 @@ web.custom_action.clean_env.failed=An error occurred during the installation env
|
|||||||
web.custom_action.clean_env.status=Cleaning the installation environment
|
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.clean_env.desc=Removes all software and configuration files from the installation environment
|
||||||
web.custom_action.install_app=Install Web application
|
web.custom_action.install_app=Install Web application
|
||||||
|
web.custom_action.install_app.desc=Allows to install a Web site as an application
|
||||||
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.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
|
||||||
|
|||||||
@@ -4,7 +4,9 @@ web.custom_action.clean_env.failed=An error occurred during the installation env
|
|||||||
web.custom_action.clean_env.status=Cleaning the installation environment
|
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.clean_env.desc=Removes all software and configuration files from the installation environment
|
||||||
web.custom_action.install_app=Install Web application
|
web.custom_action.install_app=Install Web application
|
||||||
|
web.custom_action.install_app.desc=Allows to install a Web site as an application
|
||||||
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.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
|
||||||
|
|||||||
@@ -4,7 +4,9 @@ web.custom_action.clean_env.failed=Se produjo un error durante la limpieza del a
|
|||||||
web.custom_action.clean_env.status=Limpiando el ambiente de instalación
|
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.clean_env.desc=Elimina todo los softwares y archivos de configuración del 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.desc=Permite instalar un Web site como una aplicació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.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
|
||||||
|
|||||||
@@ -3,8 +3,10 @@ gem.web.install.warning=Cette application n'est pas officiellement distribué pa
|
|||||||
web.custom_action.clean_env.failed=Une erreur est survenue lors du nettoyage de l'environnement d'installation
|
web.custom_action.clean_env.failed=Une erreur est survenue lors du nettoyage de l'environnement d'installation
|
||||||
web.custom_action.clean_env.status=Nettoyage de l'environnement d'installation
|
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.clean_env.desc=Removes all software and configuration files from the installation environment
|
||||||
web.custom_action.install_app=Install Web application
|
web.custom_action.install_app=Install Web application
|
||||||
|
web.custom_action.install_app.desc=Allows to install a Web site as an application
|
||||||
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.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.
|
||||||
|
|||||||
@@ -4,7 +4,9 @@ web.custom_action.clean_env.failed=An error occurred during the installation env
|
|||||||
web.custom_action.clean_env.status=Cleaning the installation environment
|
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.clean_env.desc=Removes all software and configuration files from the installation environment
|
||||||
web.custom_action.install_app=Install Web application
|
web.custom_action.install_app=Install Web application
|
||||||
|
web.custom_action.install_app.desc=Allows to install a Web site as an application
|
||||||
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.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
|
||||||
|
|||||||
@@ -4,7 +4,9 @@ web.custom_action.clean_env.failed=Ocorreu um problema durante a limpeza do ambi
|
|||||||
web.custom_action.clean_env.status=Limpando ambiente de instalação
|
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.clean_env.desc=Remove todos os softwares e arquivos de configuração do ambiente 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.desc=Permite instalar um Web site como uma aplicaçã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.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
|
||||||
|
|||||||
@@ -4,7 +4,9 @@ web.custom_action.clean_env=Очистка среды установки
|
|||||||
web.custom_action.clean_env.failed=Произошла ошибка при очистке среды установки
|
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.clean_env.desc=Removes all software and configuration files from the installation environment
|
||||||
web.custom_action.install_app=Install Web application
|
web.custom_action.install_app=Install Web application
|
||||||
|
web.custom_action.install_app.desc=Allows to install a Web site as an application
|
||||||
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.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=Проверка Веб-среды
|
||||||
|
|||||||
@@ -4,7 +4,9 @@ web.custom_action.clean_env.failed=Kurulum ortamı temizliği sırasında bir ha
|
|||||||
web.custom_action.clean_env.status=Kurulum ortamını temizleme
|
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.clean_env.desc=Removes all software and configuration files from the installation environment
|
||||||
web.custom_action.install_app=Install Web application
|
web.custom_action.install_app=Install Web application
|
||||||
|
web.custom_action.install_app.desc=Allows to install a Web site as an application
|
||||||
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.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
|
||||||
|
|||||||
Reference in New Issue
Block a user