Skip to content

Commit

Permalink
Add Portuguese translation, thanks @rokam
Browse files Browse the repository at this point in the history
  • Loading branch information
Hipska committed Jul 16, 2021
1 parent 3470580 commit 5407570
Show file tree
Hide file tree
Showing 5 changed files with 38 additions and 2 deletions.
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,5 @@
model.sv-software-cluster-mgmt.php

# Ignore dictionary files
dict.*.json
for_use_*.json
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
26 changes: 26 additions & 0 deletions datamodel.sv-software-cluster-mgmt.xml
Original file line number Diff line number Diff line change
Expand Up @@ -428,5 +428,31 @@
<entry id="UI:SoftwareCluster:Validate:LinkSoftwareInstance" _delta="define">%1$s objects only allow objects of type %2$s to be linked as instance.</entry>
</entries>
</dictionary>
<dictionary id="PT BR">
<entries>
<entry id="Class:DBCluster" _delta="define">Cluster de banco de dados</entry>
<entry id="Class:DBCluster/Attribute:dbschema_list" _delta="define">Esquemas da base de dados</entry>
<entry id="Class:DBCluster/Attribute:dbschema_list+" _delta="define">Todos os esquemas de base de dados para este clueste.</entry>
<entry id="Class:DBCluster/Attribute:redundancy" _delta="define">Redundância</entry>
<entry id="Class:DBCluster/Attribute:redundancy/disabled" _delta="define">O cluster está ativo se todos os servidores de BD estiverem ativos.</entry>
<entry id="Class:DBCluster/Attribute:redundancy/count" _delta="define">O cluster está ativo se pelo menos %1$s servidor de BD estiver ativo.</entry>
<entry id="Class:DBCluster/Attribute:redundancy/percent" _delta="define">O cluster está ativo se pelo menos %1$s %% dos servidores de BD estiverem ativos.</entry>
<entry id="Class:DBCluster/Attribute:softwareinstance_list" _delta="define">Servidores de BD</entry>
<entry id="Class:DBCluster/Attribute:softwareinstance_list+" _delta="define">Lista dos servidores de base de dados inclusos neste cluster.</entry>
<entry id="Class:SoftwareCluster" _delta="define">Cluster de software</entry>
<entry id="Class:SoftwareCluster/Attribute:softwareinstance_list" _delta="define">Instâncias de software</entry>
<entry id="Class:SoftwareCluster/Attribute:softwareinstance_list+" _delta="define">Lista de instância de software inclusas neste cluster.</entry>
<entry id="Class:SoftwareInstance/Attribute:softwarecluster_list" _delta="define">Clusters de software</entry>
<entry id="Class:SoftwareInstance/Attribute:softwarecluster_list+" _delta="define">Lista dos clusters de software que esta instância faz parte.</entry>
<entry id="Class:lnkSoftwareInstanceToSoftwareCluster" _delta="define">Vincular instância / cluster de software</entry>
<entry id="Class:lnkSoftwareInstanceToSoftwareCluster/Attribute:cluster_id" _delta="define">Cluster</entry>
<entry id="Class:lnkSoftwareInstanceToSoftwareCluster/Attribute:cluster_id+" _delta="define"/>
<entry id="Class:lnkSoftwareInstanceToSoftwareCluster/Attribute:instance_id" _delta="define">Instância de software</entry>
<entry id="Class:lnkSoftwareInstanceToSoftwareCluster/Attribute:instance_id+" _delta="define"/>
<entry id="Class:lnkSoftwareInstanceToSoftwareCluster/Attribute:role" _delta="define">Papel</entry>
<entry id="Class:lnkSoftwareInstanceToSoftwareCluster/Attribute:role+" _delta="define"/>
<entry id="UI:SoftwareCluster:Validate:LinkSoftwareInstance" _delta="define">Objetos %1$s apenas permitem vínculo com com objetos do tipo %2$s como instância.</entry>
</entries>
</dictionary>
</dictionaries>
</itop_design>
2 changes: 1 addition & 1 deletion module.sv-software-cluster-mgmt.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
//
Expand Down

0 comments on commit 5407570

Please sign in to comment.