feat: add routes, lang, tests, stubs, docs, and docker configurations
This commit is contained in:
@@ -0,0 +1,85 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'title' => 'Masuk',
|
||||
|
||||
'heading' => 'Masuk ke akun Anda',
|
||||
|
||||
'actions' => [
|
||||
|
||||
'register' => [
|
||||
'before' => 'atau',
|
||||
'label' => 'buat akun baru',
|
||||
],
|
||||
|
||||
'request_password_reset' => [
|
||||
'label' => 'Lupa kata sandi?',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'form' => [
|
||||
|
||||
'email' => [
|
||||
'label' => 'Alamat email',
|
||||
],
|
||||
|
||||
'password' => [
|
||||
'label' => 'Kata sandi',
|
||||
],
|
||||
|
||||
'remember' => [
|
||||
'label' => 'Ingat saya',
|
||||
],
|
||||
|
||||
'actions' => [
|
||||
|
||||
'authenticate' => [
|
||||
'label' => 'Masuk',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'multi_factor' => [
|
||||
|
||||
'heading' => 'Verifikasi identitas Anda',
|
||||
|
||||
'subheading' => 'Untuk melanjutkan login, Anda perlu memverifikasi identitas Anda.',
|
||||
|
||||
'form' => [
|
||||
|
||||
'provider' => [
|
||||
'label' => 'Bagaimana Anda ingin memverifikasi?',
|
||||
],
|
||||
|
||||
'actions' => [
|
||||
|
||||
'authenticate' => [
|
||||
'label' => 'Konfirmasi login',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'messages' => [
|
||||
|
||||
'failed' => 'Kredensial yang diberikan tidak dapat ditemukan.',
|
||||
|
||||
],
|
||||
|
||||
'notifications' => [
|
||||
|
||||
'throttled' => [
|
||||
'title' => 'Terlalu banyak permintaan',
|
||||
'body' => 'Silakan coba lagi dalam :seconds detik.',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
];
|
||||
Reference in New Issue
Block a user