binxie
2024-01-18 22bd41f13147fce1df6ff35b592720c9cb387de9
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
<?xml version="1.0" encoding="UTF-8"?>
<CustomFieldTranslation xmlns="http://soap.sforce.com/2006/04/metadata">
    <label></label>
    <name>GIR_CertificationLevel__c</name>
    <picklistValues>
        <masterLabel>A级</masterLabel>
        <translation></translation>
    </picklistValues>
    <picklistValues>
        <masterLabel>A级(失效)</masterLabel>
        <translation></translation>
    </picklistValues>
    <picklistValues>
        <masterLabel>A级未通过</masterLabel>
        <translation></translation>
    </picklistValues>
    <picklistValues>
        <masterLabel>A级未通过(失效)</masterLabel>
        <translation></translation>
    </picklistValues>
    <picklistValues>
        <masterLabel>B级</masterLabel>
        <translation></translation>
    </picklistValues>
    <picklistValues>
        <masterLabel>B级(失效)</masterLabel>
        <translation></translation>
    </picklistValues>
    <picklistValues>
        <masterLabel>B级未通过</masterLabel>
        <translation></translation>
    </picklistValues>
    <picklistValues>
        <masterLabel>初级</masterLabel>
        <translation></translation>
    </picklistValues>
    <picklistValues>
        <masterLabel>初级未通过</masterLabel>
        <translation></translation>
    </picklistValues>
    <picklistValues>
        <masterLabel>未认证</masterLabel>
        <translation></translation>
    </picklistValues>
</CustomFieldTranslation>