ok
This commit is contained in:
19
Production/SNIPE-IT/resources/lang/en-ID/auth/general.php
Normal file
19
Production/SNIPE-IT/resources/lang/en-ID/auth/general.php
Normal file
@ -0,0 +1,19 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'send_password_link' => 'Kirim tautan atur ulang kata sandi',
|
||||
'email_reset_password' => 'Atur ulang kata sandi surel',
|
||||
'reset_password' => 'Atur ulang kata sandi',
|
||||
'saml_login' => 'Login via SAML',
|
||||
'login' => 'Masuk',
|
||||
'login_prompt' => 'Silahkan Masuk',
|
||||
'forgot_password' => 'Saya lupa kata sandi saya',
|
||||
'ldap_reset_password' => 'Please click here to reset your LDAP password',
|
||||
'remember_me' => 'Ingatkan saya',
|
||||
'username_help_top' => 'Enter your <strong>username</strong> to be emailed a password reset link.',
|
||||
'username_help_bottom' => 'Your username and email address <em>may</em> be the same, but may not be, depending on your configuration. If you cannot remember your username, contact your administrator. <br><br><strong>Usernames without an associated email address will not be emailed a password reset link.</strong> ',
|
||||
'google_login' => 'Login with Google Workspace',
|
||||
'google_login_failed' => 'Google Login failed, please try again.',
|
||||
|
||||
];
|
||||
|
45
Production/SNIPE-IT/resources/lang/en-ID/auth/message.php
Normal file
45
Production/SNIPE-IT/resources/lang/en-ID/auth/message.php
Normal file
@ -0,0 +1,45 @@
|
||||
<?php
|
||||
|
||||
return array(
|
||||
|
||||
'account_already_exists' => 'Akun dengan surel ini sudah ada.',
|
||||
'account_not_found' => 'Nama pengguna atau kata sandi salah.',
|
||||
'account_not_activated' => 'Akun pengguna ini tidak aktif.',
|
||||
'account_suspended' => 'Akun pengguna ini ditangguhkan.',
|
||||
'account_banned' => 'Akun pengguna ini diblokir.',
|
||||
'throttle' => 'Too many failed login attempts. Please try again in :minutes minutes.',
|
||||
|
||||
'two_factor' => array(
|
||||
'already_enrolled' => 'Your device is already enrolled.',
|
||||
'success' => 'Anda sudah berhasil masuk.',
|
||||
'code_required' => 'Two-factor code is required.',
|
||||
'invalid_code' => 'Two-factor code is invalid.',
|
||||
),
|
||||
|
||||
'signin' => array(
|
||||
'error' => 'Terjadi kesalahan saat mencoba masuk, silahkan coba lagi.',
|
||||
'success' => 'Anda sudah berhasil masuk.',
|
||||
),
|
||||
|
||||
'logout' => array(
|
||||
'error' => 'There was a problem while trying to log you out, please try again.',
|
||||
'success' => 'You have successfully logged out.',
|
||||
),
|
||||
|
||||
'signup' => array(
|
||||
'error' => 'Terjadi kesalahan saat mencoba buat akun anda, silahkan coba lagi.',
|
||||
'success' => 'Akun berhasil dibuat.',
|
||||
),
|
||||
|
||||
'forgot-password' => array(
|
||||
'error' => 'Terjadi kesalahan saat mencoba mendapatkan kode kata sandi atur ulang, silahkan coba lagi.',
|
||||
'success' => 'If that email address exists in our system, a password recovery email has been sent.',
|
||||
),
|
||||
|
||||
'forgot-password-confirm' => array(
|
||||
'error' => 'Terjadi kesalahan saat mencoba atur ulang kata sandi anda, silahkan coba lagi.',
|
||||
'success' => 'Kata sandi anda sudah berhasil di atur ulang.',
|
||||
),
|
||||
|
||||
|
||||
);
|
Reference in New Issue
Block a user