]> BookStack Code Mirror - bookstack/blob - resources/lang/id/passwords.php
Skip intermediate login page with single provider
[bookstack] / resources / lang / id / passwords.php
1 <?php
2 /**
3  * Password Reminder Language Lines
4  * The following language lines are the default lines which match reasons
5  * that are given by the password broker for a password update attempt has failed.
6  */
7 return [
8
9     'password' => 'Kata sandi harus setidaknya delapan karakter dan sesuai dengan konfirmasi.',
10     'user' => "Kami tidak dapat menemukan pengguna dengan alamat email tersebut.",
11     'token' => 'Token setel ulang sandi tidak valid untuk alamat email ini.',
12     'sent' => 'Kami telah mengirimkan email tautan pengaturan ulang kata sandi Anda!',
13     'reset' => 'Kata sandi Anda telah disetel ulang!',
14
15 ];
Morty Proxy This is a proxified and sanitized view of the page, visit original site.