-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #43 from SalesforceFoundation/feature/240__localiz…
…ation Brazilian Portuguese labels
- Loading branch information
Showing
3 changed files
with
95 additions
and
0 deletions.
There are no files selected for viewing
67 changes: 67 additions & 0 deletions
67
src/objectTranslations/Affiliation__c-pt_BR.objectTranslation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,67 @@ | ||
<?xml version='1.0' encoding='UTF-8'?> | ||
<CustomObjectTranslation xmlns="http://soap.sforce.com/2006/04/metadata"> | ||
<fields> | ||
<name>Contact__c</name> | ||
<relationshipLabel>Afiliações da organização</relationshipLabel> | ||
<label>Contato</label> | ||
</fields> | ||
<fields> | ||
<name>Description__c</name> | ||
<label>Descrição</label> | ||
</fields> | ||
<fields> | ||
<name>EndDate__c</name> | ||
<label>Data de término</label> | ||
</fields> | ||
<fields> | ||
<name>Organization__c</name> | ||
<relationshipLabel>Contatos afiliados</relationshipLabel> | ||
<label>Organização</label> | ||
</fields> | ||
<fields> | ||
<name>Primary__c</name> | ||
<help>Se marcado, a organização da afiliação será armazenada no registro de contato.</help> | ||
<label>Principal</label> | ||
</fields> | ||
<fields> | ||
<name>Role__c</name> | ||
<label>Função</label> | ||
</fields> | ||
<fields> | ||
<name>StartDate__c</name> | ||
<label>Data de início</label> | ||
</fields> | ||
<fields> | ||
<name>Status__c</name> | ||
<label>Status</label> | ||
<picklistValues> | ||
<masterLabel>Current</masterLabel> | ||
<translation>Atual</translation> | ||
</picklistValues> | ||
<picklistValues> | ||
<masterLabel>Former</masterLabel> | ||
<translation>Anterior</translation> | ||
</picklistValues> | ||
</fields> | ||
<layouts> | ||
<layout>Affiliation Layout</layout> | ||
<sections> | ||
<label>Informações de afiliação</label> | ||
<section>Affiliation Information</section> | ||
</sections> | ||
</layouts> | ||
<nameFieldLabel>Nome da afiliação</nameFieldLabel> | ||
<standardFields> | ||
<name>Name</name> | ||
<label>Nome da afiliação</label> | ||
</standardFields> | ||
<gender>Feminine</gender> | ||
<caseValues> | ||
<plural>false</plural> | ||
<value>Afiliação</value> | ||
</caseValues> | ||
<caseValues> | ||
<plural>true</plural> | ||
<value>Afiliações</value> | ||
</caseValues> | ||
</CustomObjectTranslation> |
17 changes: 17 additions & 0 deletions
17
src/objectTranslations/Affiliations_Settings__c-pt_BR.objectTranslation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
<?xml version='1.0' encoding='UTF-8'?> | ||
<CustomObjectTranslation xmlns="http://soap.sforce.com/2006/04/metadata"> | ||
<fields> | ||
<name>Automatic_Affiliation_Creation_Turned_On__c</name> | ||
<help>Crie ou atualize afiliações para contatos conectados às contas da organização quando seu campo de organização ou de afiliação primária for alterado.</help> | ||
<label>Gerenciamento automático de afiliação</label> | ||
</fields> | ||
<gender>Feminine</gender> | ||
<caseValues> | ||
<plural>false</plural> | ||
<value>Configuração de afiliações</value> | ||
</caseValues> | ||
<caseValues> | ||
<plural>true</plural> | ||
<value>Configurações de afiliações</value> | ||
</caseValues> | ||
</CustomObjectTranslation> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<Translations xmlns="http://soap.sforce.com/2006/04/metadata"> | ||
<customLabels> | ||
<name>Automatic_Affiliation_Help_Text</name> | ||
<label>Marque esta caixa para que os contatos recebam afiliações automáticas quando são criados com um relacionamento com uma Conta.</label> | ||
</customLabels> | ||
<customTabs> | ||
<name>Affiliations_Settings</name> | ||
<label>Configurações de afiliações</label> | ||
</customTabs> | ||
</Translations> |