trans = {
    'en': {
        'allowed_extension': 'Only the following extensions are allowed: jpg, jpeg, png, webp',
        'face_1_not_found': 'Face not detected in the source image',
        'face_2_not_found': 'Face not detected in request image',
        'face_match': 'Facial recognition matches',
        'face_not_found': 'Face not detected',
        'face_not_match': 'Facial recognition does not match',
        'face_position': 'Position your face in the center',
        'failed_area': 'Verification failed, please make sure the face in the photo covers the specified area',
        'failed_blur': 'Verification failed, please take the photo in a well-lit place',
        'only_one_face': 'Only one face is allowed',
        'registration_successful': 'Face recognition registration successful',
        'req_file_name': 'Request file must have name image_1 and image_2',
    },
    'id': {
        'allowed_extension': 'Hanya ekstensi berikut yang diperbolehkan: jpg, jpeg, png, webp',
        'face_1_not_found': 'Wajah tidak ditemukan pada foto profil',
        'face_2_not_found': 'Wajah tidak ditemukan pada foto kehadiran',
        'face_match': 'Pengenalan wajah cocok',
        'face_not_found': 'Wajah tidak ditemukan',
        'face_not_match': 'Pengenalan wajah tidak cocok',
        'face_position': 'Posisikan wajah ke tengah',
        'failed_area': 'Verifikasi gagal, pastikan wajah di foto mencakup area yang di tentukan',
        'failed_blur': 'Verifikasi gagal, pastikan mengambil foto di tempat yang cukup cahaya',
        'only_one_face': 'Hanya satu wajah yang diijinkan',
        'registration_successful': 'Registrasi face recognition berhasil',
        'req_file_name': 'File permintaan harus memiliki nama image_1 dan image_2',
    }
}

