Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- const validateIdentity = {
- selfie_image_id: {
- id: 'Input Selfie',
- en: 'Input Selfie'
- },
- name: {
- id: 'Nama',
- en: 'Name'
- },
- birth_date: {
- id: 'Tanggal Lahir',
- en: 'Birth Date'
- },
- birth_place: {
- id: 'Tempat Lahir',
- en: 'Birth Place'
- },
- birth_place_city_id: {
- id: 'Tempat Lahir',
- en: 'Birth Place'
- },
- address: {
- id: 'Alamat',
- en: 'Address'
- },
- village_name: {
- id: 'Kelurahan',
- en: 'Village'
- },
- rt: {
- id: 'RT',
- en: 'RT'
- },
- rw: {
- id: 'RW',
- en: 'RW'
- },
- postal_code: {
- id: 'Kode Pos',
- en: 'Postal Code'
- },
- blood_type: {
- id: 'Golongan Darah',
- en: 'Blood Type'
- },
- gender_id: {
- id: 'Jenis Kelamin',
- en: 'Gender'
- },
- religion: {
- id: 'Agama',
- en: 'Religion'
- },
- mother_name: {
- id: 'Nama Ibu Kandung',
- en: 'Mother Name'
- },
- education_level_id: {
- id: 'Pendidikan Terakhir',
- en: 'Education Level'
- },
- sub_district_id: {
- id: 'Kelurahan',
- en: 'Village'
- },
- province_name: {
- id: 'Provinsi',
- en: 'Province'
- },
- city_name: {
- id: 'Kota',
- en: 'City'
- },
- district_name: {
- id: 'Kecamatan',
- en: 'District'
- },
- sub_district_name: {
- id: 'Kelurahan',
- en: 'Village'
- },
- identity_image_id: {
- id: 'KTP',
- en: 'Identity Image'
- },
- identity_number: {
- id: 'NIK',
- en: 'Identity Number'
- }
- };
- export { validateIdentity };
Advertisement
Add Comment
Please, Sign In to add comment