auth.js 575 Bytes
Newer Older
Smile's avatar
Smile committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
export default {
  "auth": "Authentification en nom réel",
  "Id1": "ID1",
  "Id2": "ID2",
  "Idcard1": "passeport1",
  "Idcard2": "passeport2",
  "msg": "Veuillez confirmer que les informations d'identité sont correctes",
  "name": "nom",
  "Idcode": "code d'identité",
  "submit": "soumettre",
  "auto": "en cours de vérification",
  "intNotice1": "数量必须大于0并且必须是整数",
  "intNotice2": "件数必须大于0并且必须是整数",
  "intNotice3": "体积必须大于0",
  "intNotice4": "重量必须大于0",
  "intNotice5": "货值必须大于0"
}