|
|
|
@ -2,31 +2,32 @@ |
|
|
|
|
|
|
|
return [ |
|
|
|
// Profile
|
|
|
|
'profile' => 'Profil Saya', |
|
|
|
'profile_edit' => 'Edit Profil Saya', |
|
|
|
'update_profile' => 'Update Profil', |
|
|
|
'profile_updated' => 'Profil sudah diupdate.', |
|
|
|
'profile' => 'Profil Saya', |
|
|
|
'profile_edit' => 'Edit Profil Saya', |
|
|
|
'update_profile' => 'Update Profil', |
|
|
|
'profile_updated' => 'Profil sudah diupdate.', |
|
|
|
|
|
|
|
// Registration
|
|
|
|
'register' => 'Buat Akun Baru', |
|
|
|
'need_account' => 'Belum punya Akun?', |
|
|
|
'have_an_account' => 'Saya sudah punya Akun', |
|
|
|
'register' => 'Buat Akun Baru', |
|
|
|
'need_account' => 'Belum punya Akun?', |
|
|
|
'have_an_account' => 'Saya sudah punya Akun', |
|
|
|
|
|
|
|
// Login & Logout
|
|
|
|
'login' => 'Login', |
|
|
|
'welcome' => 'Selamat datang kembali :name.', |
|
|
|
'failed' => 'Identitas tersebut tidak cocok dengan data kami.', |
|
|
|
'throttle' => 'Terlalu banyak usaha masuk. Silahkan coba lagi dalam :seconds detik.', |
|
|
|
'logout' => 'Keluar', |
|
|
|
'logged_out' => 'Anda telah logout.', |
|
|
|
'login' => 'Login', |
|
|
|
'welcome' => 'Selamat datang kembali :name.', |
|
|
|
'failed' => 'Identitas tersebut tidak cocok dengan data kami.', |
|
|
|
'throttle' => 'Terlalu banyak usaha masuk. Silahkan coba lagi dalam :seconds detik.', |
|
|
|
'logout' => 'Keluar', |
|
|
|
'logged_out' => 'Anda telah logout.', |
|
|
|
|
|
|
|
// Password
|
|
|
|
'change_password' => 'Ganti Password', |
|
|
|
'password_changed' => 'Password berhasil diubah.', |
|
|
|
'forgot_password' => 'Lupa Password?', |
|
|
|
'reset_password' => 'Reset Password', |
|
|
|
'send_reset_password_link' => 'Kirim Link Reset Password', |
|
|
|
'old_password_failed' => 'Password lama tidak cocok!', |
|
|
|
'change_password' => 'Ganti Password', |
|
|
|
'password_changed' => 'Password berhasil diubah.', |
|
|
|
'forgot_password' => 'Lupa Password?', |
|
|
|
'reset_password' => 'Reset Password', |
|
|
|
'send_reset_password_link' => 'Kirim Link Reset Password', |
|
|
|
'old_password_failed' => 'Password lama tidak cocok!', |
|
|
|
'reset_password_hint' => 'Silakan melakukan reset password dengan mengisi form berikut', |
|
|
|
|
|
|
|
// Attributes
|
|
|
|
'email' => 'Email', |
|
|
|
|