diff --git a/.gitignore b/.gitignore index 458c332..50ad374 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,5 @@ model.sv-software-cluster-mgmt.php + +# Ignore dictionary files +dict.*.json +for_use_*.json diff --git a/CHANGELOG.md b/CHANGELOG.md index 6b81f3d..797e089 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,10 @@ Changelog ========= -## Unreleased +## 1.4.0 - 2021-07-16 ### Added - AGPL license file +- Portuguese translation, thanks to [@rokam](https://www.transifex.com/user/profile/rokam/). ## 1.3.1 - 2018-12-14 ### Fixed diff --git a/README.md b/README.md index 555ad10..5fe851a 100644 --- a/README.md +++ b/README.md @@ -11,3 +11,8 @@ Create a cluster of DB servers and assign DB schemas to it, instead of on each s This module removes the obsolescence condition for DatabaseSchema, meaning that objects of this type will never be considered as obsolete. Use version 1.2.1 if you still want to use this module with iTop 2.3. + +### Translation + +Translations can be submitted via [Transifex](https://www.transifex.com/super-visions/sv-software-cluster-mgmt). +Please create a new issue if you want a new language to be added to the project. diff --git a/datamodel.sv-software-cluster-mgmt.xml b/datamodel.sv-software-cluster-mgmt.xml index 7b657c2..2feda07 100644 --- a/datamodel.sv-software-cluster-mgmt.xml +++ b/datamodel.sv-software-cluster-mgmt.xml @@ -428,5 +428,31 @@ %1$s objects only allow objects of type %2$s to be linked as instance. + + + Cluster de banco de dados + Esquemas da base de dados + Todos os esquemas de base de dados para este clueste. + Redundância + O cluster está ativo se todos os servidores de BD estiverem ativos. + O cluster está ativo se pelo menos %1$s servidor de BD estiver ativo. + O cluster está ativo se pelo menos %1$s %% dos servidores de BD estiverem ativos. + Servidores de BD + Lista dos servidores de base de dados inclusos neste cluster. + Cluster de software + Instâncias de software + Lista de instância de software inclusas neste cluster. + Clusters de software + Lista dos clusters de software que esta instância faz parte. + Vincular instância / cluster de software + Cluster + + Instância de software + + Papel + + Objetos %1$s apenas permitem vínculo com com objetos do tipo %2$s como instância. + + diff --git a/module.sv-software-cluster-mgmt.php b/module.sv-software-cluster-mgmt.php index e2f4fd1..977b41f 100644 --- a/module.sv-software-cluster-mgmt.php +++ b/module.sv-software-cluster-mgmt.php @@ -9,7 +9,7 @@ SetupWebPage::AddModule( __FILE__, // Path to the current file, all other file names are relative to the directory containing this file - 'sv-software-cluster-mgmt/1.3.1', + 'sv-software-cluster-mgmt/1.4.0', array( // Identification //