From c7c4728e1698deec65592c298a1a59adf025e8fe Mon Sep 17 00:00:00 2001 From: Vinicius Moreira Date: Tue, 15 Oct 2019 12:48:11 -0300 Subject: [PATCH] [appimage] onlyoffice suggestion --- bauh/gems/appimage/suggestions.py | 1 + bauh/view/resources/locale/es | 1 + bauh/view/resources/locale/pt | 1 + 3 files changed, 3 insertions(+) diff --git a/bauh/gems/appimage/suggestions.py b/bauh/gems/appimage/suggestions.py index e43aae69..41df8d75 100644 --- a/bauh/gems/appimage/suggestions.py +++ b/bauh/gems/appimage/suggestions.py @@ -1,6 +1,7 @@ from bauh.api.abstract.model import SuggestionPriority ALL = { + 'onlyoffice': SuggestionPriority.HIGH, 'gamehub': SuggestionPriority.HIGH, 'rpcs3': SuggestionPriority.HIGH, 'postman': SuggestionPriority.MEDIUM, diff --git a/bauh/view/resources/locale/es b/bauh/view/resources/locale/es index 09edcc9e..51ab9a68 100644 --- a/bauh/view/resources/locale/es +++ b/bauh/view/resources/locale/es @@ -171,6 +171,7 @@ screenshots.bt_back.label=anterior instantmessaging=mensajens 2dgraphics=gŕaficos 2d vectorgraphics=gráficos vectoriales +office=oficina screenshots,download.running=descargando imagen screenshots.download.no_content=No hay contenido para mostrar screenshots.download.no_response=Imagen no encontrada \ No newline at end of file diff --git a/bauh/view/resources/locale/pt b/bauh/view/resources/locale/pt index e3aa4860..f4c34415 100644 --- a/bauh/view/resources/locale/pt +++ b/bauh/view/resources/locale/pt @@ -173,6 +173,7 @@ screenshots.bt_back.label=anterior instantmessaging=mensagens 2dgraphics=gŕaficos 2d vectorgraphics=gráficos vetoriais +office=escritório screenshots,download.running=baixando imagem screenshots.download.no_content=Sem conteúdo para exibir screenshots.download.no_response=Imagem não encontrada \ No newline at end of file