{{ sourceContract.eyebrow }}
{{ sourceContract.formTitle }} {{ genealogyName }}
{{ sourceContract.formCopy }}
真实姓名
{{
fieldErrors.realName
}}
与家谱关系
{{
fieldErrors.relation
}}
请以家谱中一位已知长辈为参照,例如:某某某堂侄
{{ sourceContract.thirdFieldLabel }}
{{ sourceContract.note }}
{{
isSubmitting
? sourceContract.submittingLabel
: sourceContract.submitLabel
}}
{{
joinState === "success"
? sourceContract.successEyebrow
: joinState === "ineligible"
? "当前不可申请"
: sourceContract.errorEyebrow
}}
{{
joinState === "success"
? sourceContract.successTitle
: joinState === "ineligible"
? ineligibleTitle
: sourceContract.errorTitle
}}
{{ resultCopy }}
{{
joinState === "success"
? sourceContract.nextLabel
: joinState === "ineligible"
? ineligibleActionLabel
: "重新填写"
}}