From 35ca24b680fb30ba2c831bc17f1a7c409f536d31 Mon Sep 17 00:00:00 2001 From: Vinicius Moreira Date: Tue, 9 Nov 2021 12:51:56 -0300 Subject: [PATCH] [arch] refactoring: i18n (warning: AUR missing deps) --- bauh/gems/arch/controller.py | 2 +- bauh/gems/arch/resources/locale/ca | 2 +- bauh/gems/arch/resources/locale/de | 2 +- bauh/gems/arch/resources/locale/en | 2 +- bauh/gems/arch/resources/locale/es | 2 +- bauh/gems/arch/resources/locale/fr | 2 +- bauh/gems/arch/resources/locale/it | 2 +- bauh/gems/arch/resources/locale/pt | 2 +- bauh/gems/arch/resources/locale/ru | 2 +- bauh/gems/arch/resources/locale/tr | 2 +- 10 files changed, 10 insertions(+), 10 deletions(-) diff --git a/bauh/gems/arch/controller.py b/bauh/gems/arch/controller.py index 509a9066..3839b1e8 100644 --- a/bauh/gems/arch/controller.py +++ b/bauh/gems/arch/controller.py @@ -2735,7 +2735,7 @@ class ArchManager(SoftwareManager): def list_warnings(self, internet_available: bool) -> Optional[List[str]]: if not git.is_installed(): - return [self.i18n['arch.warning.git'].format(bold('git'))] + return [self.i18n['arch.warning.aur_missing_dep'].format(bold('git'))] def list_suggestions(self, limit: int, filter_installed: bool) -> List[PackageSuggestion]: self.logger.info("Downloading suggestions file {}".format(SUGGESTIONS_FILE)) diff --git a/bauh/gems/arch/resources/locale/ca b/bauh/gems/arch/resources/locale/ca index 29ae0f2c..3075d0bb 100644 --- a/bauh/gems/arch/resources/locale/ca +++ b/bauh/gems/arch/resources/locale/ca @@ -276,7 +276,7 @@ arch.upgrade.success=Package {} successfully upgraded arch.upgrade.upgrade_aur_pkgs=Upgrading AUR packages arch.upgrade.upgrade_repo_pkgs=Upgrading packages from repositories arch.warning.disabled=Sembla que no s’ha instal·lat {}. No podreu gestionar paquets Arch/AUR. -arch.warning.git={} seems not to be installed. It will not be possible to manage AUR packages. +arch.warning.aur_missing_dep={} seems not to be installed. It will not be possible to manage AUR packages. arch_repo.history.1_version=versió arch_repo.history.2_release=publicació arch_repo.history.3_date=data diff --git a/bauh/gems/arch/resources/locale/de b/bauh/gems/arch/resources/locale/de index e5a30ae0..169854ed 100644 --- a/bauh/gems/arch/resources/locale/de +++ b/bauh/gems/arch/resources/locale/de @@ -276,7 +276,7 @@ arch.upgrade.success=Package {} successfully upgraded arch.upgrade.upgrade_aur_pkgs=Upgrading AUR packages arch.upgrade.upgrade_repo_pkgs=Upgrading packages from repositories arch.warning.disabled={} scheint nicht intstalliert zu sein. Die Verwaltung von Arch / AUR Pakten wird nicht möglich sein. -arch.warning.git={} seems not to be installed. It will not be possible to manage AUR packages. +arch.warning.aur_missing_dep={} seems not to be installed. It will not be possible to manage AUR packages. arch_repo.history.1_version=Version arch_repo.history.2_release=Release arch_repo.history.3_date=Datum diff --git a/bauh/gems/arch/resources/locale/en b/bauh/gems/arch/resources/locale/en index 6401202a..42d40bbd 100644 --- a/bauh/gems/arch/resources/locale/en +++ b/bauh/gems/arch/resources/locale/en @@ -276,7 +276,7 @@ arch.upgrade.success=Package {} successfully upgraded arch.upgrade.upgrade_aur_pkgs=Upgrading AUR packages arch.upgrade.upgrade_repo_pkgs=Upgrading packages from repositories arch.warning.disabled={} seems not to be installed. It will not be possible to manage Arch / AUR packages. -arch.warning.git={} seems not to be installed. It will not be possible to manage AUR packages. +arch.warning.aur_missing_dep={} seems not to be installed. It will not be possible to manage AUR packages. arch_repo.history.1_version=version arch_repo.history.2_release=release arch_repo.history.3_date=date diff --git a/bauh/gems/arch/resources/locale/es b/bauh/gems/arch/resources/locale/es index 20f7dfde..d46548bb 100644 --- a/bauh/gems/arch/resources/locale/es +++ b/bauh/gems/arch/resources/locale/es @@ -276,7 +276,7 @@ arch.upgrade.success=Paquete {} actualizado con éxito arch.upgrade.upgrade_aur_pkgs=Actualizando paquetes de AUR arch.upgrade.upgrade_repo_pkgs=Actualizando paquetes de repositorios arch.warning.disabled={} parece no estar instalado. No será posible administrar paquetes Arch / AUR. -arch.warning.git={} parece no estar instalado. No será posible administrar paquetes del AUR. +arch.warning.aur_missing_dep={} parece no estar instalado. No será posible administrar paquetes del AUR. arch_repo.history.1_version=versión arch_repo.history.2_release=lanzamiento arch_repo.history.3_date=fecha diff --git a/bauh/gems/arch/resources/locale/fr b/bauh/gems/arch/resources/locale/fr index b779f65a..a9c76178 100644 --- a/bauh/gems/arch/resources/locale/fr +++ b/bauh/gems/arch/resources/locale/fr @@ -276,7 +276,7 @@ arch.upgrade.success=Paquet {} mis à jour avec succès arch.upgrade.upgrade_aur_pkgs=Mise à jour des paquets AUR arch.upgrade.upgrade_repo_pkgs=Mise à jour des paquets de dépots arch.warning.disabled={} n'a pas l'air d'être installé. Il ne sera pas possible de gérer les paquets Arch / AUR. -arch.warning.git={} seems not to be installed. It will not be possible to manage AUR packages. +arch.warning.aur_missing_dep={} seems not to be installed. It will not be possible to manage AUR packages. arch_repo.history.1_version=version arch_repo.history.2_release=livraison arch_repo.history.3_date=date diff --git a/bauh/gems/arch/resources/locale/it b/bauh/gems/arch/resources/locale/it index 442a25d8..0a86345f 100644 --- a/bauh/gems/arch/resources/locale/it +++ b/bauh/gems/arch/resources/locale/it @@ -276,7 +276,7 @@ arch.upgrade.success=Package {} successfully upgraded arch.upgrade.upgrade_aur_pkgs=Upgrading AUR packages arch.upgrade.upgrade_repo_pkgs=Upgrading packages from repositories arch.warning.disabled={} sembra non essere installato. Non sarà possibile gestire i pacchetti Arch/AUR. -arch.warning.git={} seems not to be installed. It will not be possible to manage AUR packages. +arch.warning.aur_missing_dep={} seems not to be installed. It will not be possible to manage AUR packages. arch_repo.history.1_version=versione arch_repo.history.2_release=rilascio arch_repo.history.3_date=data diff --git a/bauh/gems/arch/resources/locale/pt b/bauh/gems/arch/resources/locale/pt index 2b7f1402..7f1c2783 100644 --- a/bauh/gems/arch/resources/locale/pt +++ b/bauh/gems/arch/resources/locale/pt @@ -275,7 +275,7 @@ arch.upgrade.success=Pacote {} atualizado com sucesso arch.upgrade.upgrade_aur_pkgs=Atualizando pacotes do AUR arch.upgrade.upgrade_repo_pkgs=Atualizando pacotes dos repositórios arch.warning.disabled={} parece não estar instalado. Não será possível gerenciar pacotes Arch / AUR. -arch.warning.git={} parece não estar instalado. Não será possível gerenciar pacotes do AUR. +arch.warning.aur_missing_dep={} parece não estar instalado. Não será possível gerenciar pacotes do AUR. arch_repo.history.1_version=versão arch_repo.history.2_release=lançamento arch_repo.history.3_date=data diff --git a/bauh/gems/arch/resources/locale/ru b/bauh/gems/arch/resources/locale/ru index 78098486..f91ce42e 100644 --- a/bauh/gems/arch/resources/locale/ru +++ b/bauh/gems/arch/resources/locale/ru @@ -276,7 +276,7 @@ arch.upgrade.success=Package {} successfully upgraded arch.upgrade.upgrade_aur_pkgs=Upgrading AUR packages arch.upgrade.upgrade_repo_pkgs=Upgrading packages from repositories arch.warning.disabled={} кажется, не установлен. Управлять пакетами Arch / AUR будет невозможно. -arch.warning.git={} seems not to be installed. It will not be possible to manage AUR packages. +arch.warning.aur_missing_dep={} seems not to be installed. It will not be possible to manage AUR packages. arch_repo.history.1_version=version arch_repo.history.2_release=release arch_repo.history.3_date=date diff --git a/bauh/gems/arch/resources/locale/tr b/bauh/gems/arch/resources/locale/tr index ffe30afb..720dc739 100644 --- a/bauh/gems/arch/resources/locale/tr +++ b/bauh/gems/arch/resources/locale/tr @@ -276,7 +276,7 @@ arch.upgrade.success={} paketi başarıyla yükseltildi arch.upgrade.upgrade_aur_pkgs=AUR paketleri yükseltiliyor arch.upgrade.upgrade_repo_pkgs=Resmi depo paketleri yükseltiliyor arch.warning.disabled={} kurulu değil gibi görünüyor. Arch / AUR paketlerini yönetmek mümkün olmayacaktır. -arch.warning.git={} seems not to be installed. It will not be possible to manage AUR packages. +arch.warning.aur_missing_dep={} seems not to be installed. It will not be possible to manage AUR packages. arch_repo.history.1_version=sürüm arch_repo.history.2_release=sürüm inşa arch_repo.history.3_date=tarih