ahmadandika

Untitled

Aug 19th, 2020
1,176
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. const validateIdentity = {
  2.   selfie_image_id: {
  3.     id: 'Input Selfie',
  4.     en: 'Input Selfie'
  5.   },
  6.   name: {
  7.     id: 'Nama',
  8.     en: 'Name'
  9.   },
  10.  
  11.   birth_date: {
  12.     id: 'Tanggal Lahir',
  13.     en: 'Birth Date'
  14.   },
  15.  
  16.   birth_place: {
  17.     id: 'Tempat Lahir',
  18.     en: 'Birth Place'
  19.   },
  20.   birth_place_city_id: {
  21.     id: 'Tempat Lahir',
  22.     en: 'Birth Place'
  23.   },
  24.   address: {
  25.     id: 'Alamat',
  26.     en: 'Address'
  27.   },
  28.   village_name: {
  29.     id: 'Kelurahan',
  30.     en: 'Village'
  31.   },
  32.   rt: {
  33.     id: 'RT',
  34.     en: 'RT'
  35.   },
  36.   rw: {
  37.     id: 'RW',
  38.     en: 'RW'
  39.   },
  40.   postal_code: {
  41.     id: 'Kode Pos',
  42.     en: 'Postal Code'
  43.   },
  44.   blood_type: {
  45.     id: 'Golongan Darah',
  46.     en: 'Blood Type'
  47.   },
  48.   gender_id: {
  49.     id: 'Jenis Kelamin',
  50.     en: 'Gender'
  51.   },
  52.   religion: {
  53.     id: 'Agama',
  54.     en: 'Religion'
  55.   },
  56.   mother_name: {
  57.     id: 'Nama Ibu Kandung',
  58.     en: 'Mother Name'
  59.   },
  60.   education_level_id: {
  61.     id: 'Pendidikan Terakhir',
  62.     en: 'Education Level'
  63.   },
  64.   sub_district_id: {
  65.     id: 'Kelurahan',
  66.     en: 'Village'
  67.   },
  68.   province_name: {
  69.     id: 'Provinsi',
  70.     en: 'Province'
  71.   },
  72.   city_name: {
  73.     id: 'Kota',
  74.     en: 'City'
  75.   },
  76.   district_name: {
  77.     id: 'Kecamatan',
  78.     en: 'District'
  79.   },
  80.   sub_district_name: {
  81.     id: 'Kelurahan',
  82.     en: 'Village'
  83.   },
  84.   identity_image_id: {
  85.     id: 'KTP',
  86.     en: 'Identity Image'
  87.   },
  88.   identity_number: {
  89.     id: 'NIK',
  90.     en: 'Identity Number'
  91.   }
  92. };
  93.  
  94. export { validateIdentity };
  95.  
Advertisement
Add Comment
Please, Sign In to add comment