ECOMMERCE/lang/id/otp.php

37 lines
1.4 KiB
PHP

<?php
return [
/*
|--------------------------------------------------------------------------
| OTP Language Lines
|--------------------------------------------------------------------------
|
| The following language lines are used during OTP authentication for various
| messages that we need to display to the user. You are free to modify
| these language lines according to your application's requirements.
|
*/
'title' => 'Verifikasi Telepon Anda',
'description' => 'Kami mengirim kode 6 digit ke :phone',
'enter_code' => 'Masukkan kode verifikasi',
'invalid_code' => 'Masukkan kode 6 digit yang valid',
'verify' => 'Verifikasi',
'back_to_login' => 'Kembali ke login',
'resend_code' => 'Kirim ulang kode',
'resend_in' => 'Kirim ulang dalam',
'need_help' => 'Butuh bantuan?',
'invalid_phone' => 'Masukkan nomor telepon yang valid',
'user_not_found' => 'Pengguna tidak ditemukan dengan nomor telepon ini',
'sent' => 'OTP berhasil dikirim',
'expired' => 'OTP telah kadaluarsa',
'max_attempts' => 'Maksimal percobaan tercapai. Silakan minta OTP baru',
'invalid' => 'Kode OTP tidak valid',
'login_success' => 'Login berhasil',
'resend_failed' => 'Gagal mengirim ulang OTP. Silakan coba lagi',
'generate_failed' => 'Gagal membuat OTP. Silakan coba lagi',
'verification_failed' => 'Verifikasi OTP gagal. Silakan coba lagi',
];