ECOMMERCE/lang/id/signin.php

37 lines
1.4 KiB
PHP

<?php
return [
/*
|--------------------------------------------------------------------------
| Signin Language Lines
|--------------------------------------------------------------------------
|
| The following language lines are used during signin 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' => 'Selamat datang kembali',
'no_account' => 'Belum punya akun?',
'create_account' => 'Buat akun',
'email_placeholder' => 'Email',
'email_invalid' => 'Masukkan alamat email yang valid!',
'phone_placeholder' => 'Nomor Telepon',
'phone_invalid' => 'Masukkan nomor telepon yang valid!',
'password_placeholder' => 'Kata Sandi',
'password_incorrect' => 'Kata sandi salah!',
'remember_for_30_days' => 'Ingat selama 30 hari',
'forgot_password' => 'Lupa kata sandi?',
'login_with_email' => 'Login dengan email',
'login_with_phone' => 'Login dengan telepon',
'sign_in' => 'Masuk',
'or_continue_with' => 'atau lanjutkan dengan',
'google' => 'Google',
'facebook' => 'Facebook',
'apple' => 'Apple',
'need_help' => 'Butuh bantuan?',
'rights_reserved' => ' Semua hak dilindungi. Dibuat oleh :company',
'rights_reserved' => '© Semua hak dilindungi. Dibuat oleh :company',
'company_name' => 'Coderthemes',
];