-
Notifications
You must be signed in to change notification settings - Fork 20
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 #151 from SalesforceFoundation/feature/translation…
…_sfdo-232 W-9543129 | OFM Translations - Summer'21
- Loading branch information
Showing
114 changed files
with
1,833 additions
and
222 deletions.
There are no files selected for viewing
5 changes: 5 additions & 0 deletions
5
...main/default/objectTranslations/Disbursement__c-en_GB/Amount__c.fieldTranslation-meta.xml
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,5 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<CustomFieldTranslation xmlns="http://soap.sforce.com/2006/04/metadata"> | ||
<name>Amount__c</name> | ||
<label>Amount</label> | ||
</CustomFieldTranslation> |
5 changes: 5 additions & 0 deletions
5
...t/objectTranslations/Disbursement__c-en_GB/Disbursement_Date__c.fieldTranslation-meta.xml
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,5 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<CustomFieldTranslation xmlns="http://soap.sforce.com/2006/04/metadata"> | ||
<name>Disbursement_Date__c</name> | ||
<label>Disbursement Date</label> | ||
</CustomFieldTranslation> |
17 changes: 17 additions & 0 deletions
17
...objectTranslations/Disbursement__c-en_GB/Disbursement_Method__c.fieldTranslation-meta.xml
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"?> | ||
<CustomFieldTranslation xmlns="http://soap.sforce.com/2006/04/metadata"> | ||
<name>Disbursement_Method__c</name> | ||
<label>Disbursement Method</label> | ||
<picklistValues> | ||
<masterLabel>Cash</masterLabel> | ||
<translation>Cash</translation> | ||
</picklistValues> | ||
<picklistValues> | ||
<masterLabel>Check</masterLabel> | ||
<translation>Check</translation> | ||
</picklistValues> | ||
<picklistValues> | ||
<masterLabel>EFT</masterLabel> | ||
<translation>EFT</translation> | ||
</picklistValues> | ||
</CustomFieldTranslation> |
24 changes: 24 additions & 0 deletions
24
...objectTranslations/Disbursement__c-en_GB/Disbursement__c-en_GB.objectTranslation-meta.xml
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,24 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<CustomObjectTranslation xmlns="http://soap.sforce.com/2006/04/metadata"> | ||
<layouts> | ||
<layout>Disbursement Layout</layout> | ||
<sections> | ||
<label>Custom Links</label> | ||
<section>Custom Links</section> | ||
</sections> | ||
</layouts> | ||
<nameFieldLabel>Disbursement</nameFieldLabel> | ||
<standardFields> | ||
<name>Name</name> | ||
<label>Disbursement</label> | ||
</standardFields> | ||
<startsWith>Consonant</startsWith> | ||
<caseValues> | ||
<plural>false</plural> | ||
<value>Disbursement</value> | ||
</caseValues> | ||
<caseValues> | ||
<plural>true</plural> | ||
<value>Disbursements</value> | ||
</caseValues> | ||
</CustomObjectTranslation> |
6 changes: 6 additions & 0 deletions
6
...ult/objectTranslations/Disbursement__c-en_GB/Funding_Request__c.fieldTranslation-meta.xml
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,6 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<CustomFieldTranslation xmlns="http://soap.sforce.com/2006/04/metadata"> | ||
<name>Funding_Request__c</name> | ||
<relationshipLabel>Disbursements</relationshipLabel> | ||
<label>Funding Request</label> | ||
</CustomFieldTranslation> |
5 changes: 5 additions & 0 deletions
5
...ault/objectTranslations/Disbursement__c-en_GB/Scheduled_Date__c.fieldTranslation-meta.xml
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,5 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<CustomFieldTranslation xmlns="http://soap.sforce.com/2006/04/metadata"> | ||
<name>Scheduled_Date__c</name> | ||
<label>Scheduled Date</label> | ||
</CustomFieldTranslation> |
25 changes: 25 additions & 0 deletions
25
...main/default/objectTranslations/Disbursement__c-en_GB/Status__c.fieldTranslation-meta.xml
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,25 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<CustomFieldTranslation xmlns="http://soap.sforce.com/2006/04/metadata"> | ||
<name>Status__c</name> | ||
<label>Status</label> | ||
<picklistValues> | ||
<masterLabel>Scheduled</masterLabel> | ||
<translation>Scheduled</translation> | ||
</picklistValues> | ||
<picklistValues> | ||
<masterLabel>Pending Approval</masterLabel> | ||
<translation>Pending Approval</translation> | ||
</picklistValues> | ||
<picklistValues> | ||
<masterLabel>Approved</masterLabel> | ||
<translation>Approved</translation> | ||
</picklistValues> | ||
<picklistValues> | ||
<masterLabel>Paid</masterLabel> | ||
<translation>Paid</translation> | ||
</picklistValues> | ||
<picklistValues> | ||
<masterLabel>Cancelled</masterLabel> | ||
<translation>Cancelled</translation> | ||
</picklistValues> | ||
</CustomFieldTranslation> |
21 changes: 21 additions & 0 deletions
21
...p/main/default/objectTranslations/Disbursement__c-en_GB/Type__c.fieldTranslation-meta.xml
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,21 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<CustomFieldTranslation xmlns="http://soap.sforce.com/2006/04/metadata"> | ||
<name>Type__c</name> | ||
<label>Type</label> | ||
<picklistValues> | ||
<masterLabel>Initial</masterLabel> | ||
<translation>Initial</translation> | ||
</picklistValues> | ||
<picklistValues> | ||
<masterLabel>Interim</masterLabel> | ||
<translation>Interim</translation> | ||
</picklistValues> | ||
<picklistValues> | ||
<masterLabel>Amendment</masterLabel> | ||
<translation>Amendment</translation> | ||
</picklistValues> | ||
<picklistValues> | ||
<masterLabel>Final</masterLabel> | ||
<translation>Final</translation> | ||
</picklistValues> | ||
</CustomFieldTranslation> |
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
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
5 changes: 5 additions & 0 deletions
5
...ault/objectTranslations/Funding_Program__c-en_GB/Description__c.fieldTranslation-meta.xml
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,5 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<CustomFieldTranslation xmlns="http://soap.sforce.com/2006/04/metadata"> | ||
<name>Description__c</name> | ||
<label>Description</label> | ||
</CustomFieldTranslation> |
5 changes: 5 additions & 0 deletions
5
...default/objectTranslations/Funding_Program__c-en_GB/End_Date__c.fieldTranslation-meta.xml
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,5 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<CustomFieldTranslation xmlns="http://soap.sforce.com/2006/04/metadata"> | ||
<name>End_Date__c</name> | ||
<label>End Date</label> | ||
</CustomFieldTranslation> |
6 changes: 6 additions & 0 deletions
6
...ranslations/Funding_Program__c-en_GB/Funding_Program_Manager__c.fieldTranslation-meta.xml
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,6 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<CustomFieldTranslation xmlns="http://soap.sforce.com/2006/04/metadata"> | ||
<name>Funding_Program_Manager__c</name> | ||
<help>This person is the supervisor/director/manager of the Funding Program. Often, they are also the final approver of Funding Requests.</help> | ||
<label>Funding Program Manager</label> | ||
</CustomFieldTranslation> |
32 changes: 32 additions & 0 deletions
32
...Translations/Funding_Program__c-en_GB/Funding_Program__c-en_GB.objectTranslation-meta.xml
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,32 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<CustomObjectTranslation xmlns="http://soap.sforce.com/2006/04/metadata"> | ||
<layouts> | ||
<layout>Funding Program Layout</layout> | ||
<sections> | ||
<label>Description</label> | ||
<section>Description</section> | ||
</sections> | ||
<sections> | ||
<label>Program Totals</label> | ||
<section>Program Totals</section> | ||
</sections> | ||
<sections> | ||
<label>Custom Links</label> | ||
<section>Custom Links</section> | ||
</sections> | ||
</layouts> | ||
<nameFieldLabel>Funding Program Name</nameFieldLabel> | ||
<standardFields> | ||
<name>Name</name> | ||
<label>Funding Program Name</label> | ||
</standardFields> | ||
<startsWith>Consonant</startsWith> | ||
<caseValues> | ||
<plural>false</plural> | ||
<value>Funding Program</value> | ||
</caseValues> | ||
<caseValues> | ||
<plural>true</plural> | ||
<value>Funding Programs</value> | ||
</caseValues> | ||
</CustomObjectTranslation> |
6 changes: 6 additions & 0 deletions
6
...Translations/Funding_Program__c-en_GB/Parent_Funding_Program__c.fieldTranslation-meta.xml
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,6 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<CustomFieldTranslation xmlns="http://soap.sforce.com/2006/04/metadata"> | ||
<name>Parent_Funding_Program__c</name> | ||
<relationshipLabel>Subordinate Funding Programs</relationshipLabel> | ||
<label>Parent Funding Program</label> | ||
</CustomFieldTranslation> |
5 changes: 5 additions & 0 deletions
5
...fault/objectTranslations/Funding_Program__c-en_GB/Start_Date__c.fieldTranslation-meta.xml
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,5 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<CustomFieldTranslation xmlns="http://soap.sforce.com/2006/04/metadata"> | ||
<name>Start_Date__c</name> | ||
<label>Start Date</label> | ||
</CustomFieldTranslation> |
21 changes: 21 additions & 0 deletions
21
...n/default/objectTranslations/Funding_Program__c-en_GB/Status__c.fieldTranslation-meta.xml
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,21 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<CustomFieldTranslation xmlns="http://soap.sforce.com/2006/04/metadata"> | ||
<name>Status__c</name> | ||
<label>Status</label> | ||
<picklistValues> | ||
<masterLabel>Planned</masterLabel> | ||
<translation>Planned</translation> | ||
</picklistValues> | ||
<picklistValues> | ||
<masterLabel>In progress</masterLabel> | ||
<translation>In progress</translation> | ||
</picklistValues> | ||
<picklistValues> | ||
<masterLabel>Completed</masterLabel> | ||
<translation>Completed</translation> | ||
</picklistValues> | ||
<picklistValues> | ||
<masterLabel>Aborted</masterLabel> | ||
<translation>Aborted</translation> | ||
</picklistValues> | ||
</CustomFieldTranslation> |
6 changes: 6 additions & 0 deletions
6
...efault/objectTranslations/Funding_Program__c-en_GB/Top_Level__c.fieldTranslation-meta.xml
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,6 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<CustomFieldTranslation xmlns="http://soap.sforce.com/2006/04/metadata"> | ||
<name>Top_Level__c</name> | ||
<help>Check if this Funding Program is the top level in a program hierarchy.</help> | ||
<label>Top Level</label> | ||
</CustomFieldTranslation> |
5 changes: 5 additions & 0 deletions
5
...ctTranslations/Funding_Program__c-en_GB/Total_Program_Amount__c.fieldTranslation-meta.xml
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,5 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<CustomFieldTranslation xmlns="http://soap.sforce.com/2006/04/metadata"> | ||
<name>Total_Program_Amount__c</name> | ||
<label>Total Program Amount</label> | ||
</CustomFieldTranslation> |
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
6 changes: 6 additions & 0 deletions
6
...ult/objectTranslations/Funding_Request_Role__c-en_GB/Contact__c.fieldTranslation-meta.xml
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,6 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<CustomFieldTranslation xmlns="http://soap.sforce.com/2006/04/metadata"> | ||
<name>Contact__c</name> | ||
<relationshipLabel>Funding Request Roles</relationshipLabel> | ||
<label>Contact</label> | ||
</CustomFieldTranslation> |
24 changes: 24 additions & 0 deletions
24
...ns/Funding_Request_Role__c-en_GB/Funding_Request_Role__c-en_GB.objectTranslation-meta.xml
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,24 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<CustomObjectTranslation xmlns="http://soap.sforce.com/2006/04/metadata"> | ||
<layouts> | ||
<layout>Funding Request Role Layout</layout> | ||
<sections> | ||
<label>Custom Links</label> | ||
<section>Custom Links</section> | ||
</sections> | ||
</layouts> | ||
<nameFieldLabel>Funding Request Role Name</nameFieldLabel> | ||
<standardFields> | ||
<name>Name</name> | ||
<label>Funding Request Role Name</label> | ||
</standardFields> | ||
<startsWith>Consonant</startsWith> | ||
<caseValues> | ||
<plural>false</plural> | ||
<value>Funding Request Role</value> | ||
</caseValues> | ||
<caseValues> | ||
<plural>true</plural> | ||
<value>Funding Request Roles</value> | ||
</caseValues> | ||
</CustomObjectTranslation> |
6 changes: 6 additions & 0 deletions
6
...ctTranslations/Funding_Request_Role__c-en_GB/Funding_Request__c.fieldTranslation-meta.xml
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,6 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<CustomFieldTranslation xmlns="http://soap.sforce.com/2006/04/metadata"> | ||
<name>Funding_Request__c</name> | ||
<relationshipLabel>Funding Request Roles</relationshipLabel> | ||
<label>Funding Request</label> | ||
</CustomFieldTranslation> |
17 changes: 17 additions & 0 deletions
17
...efault/objectTranslations/Funding_Request_Role__c-en_GB/Role__c.fieldTranslation-meta.xml
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"?> | ||
<CustomFieldTranslation xmlns="http://soap.sforce.com/2006/04/metadata"> | ||
<name>Role__c</name> | ||
<label>Role</label> | ||
<picklistValues> | ||
<masterLabel>Grant Manager</masterLabel> | ||
<translation>Grant Manager</translation> | ||
</picklistValues> | ||
<picklistValues> | ||
<masterLabel>Financial Manager</masterLabel> | ||
<translation>Financial Manager</translation> | ||
</picklistValues> | ||
<picklistValues> | ||
<masterLabel>Applicant</masterLabel> | ||
<translation>Applicant</translation> | ||
</picklistValues> | ||
</CustomFieldTranslation> |
13 changes: 13 additions & 0 deletions
13
...ault/objectTranslations/Funding_Request_Role__c-en_GB/Status__c.fieldTranslation-meta.xml
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,13 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<CustomFieldTranslation xmlns="http://soap.sforce.com/2006/04/metadata"> | ||
<name>Status__c</name> | ||
<label>Status</label> | ||
<picklistValues> | ||
<masterLabel>Current</masterLabel> | ||
<translation>Current</translation> | ||
</picklistValues> | ||
<picklistValues> | ||
<masterLabel>Former</masterLabel> | ||
<translation>Former</translation> | ||
</picklistValues> | ||
</CustomFieldTranslation> |
Oops, something went wrong.