]> BookStack Code Mirror - bookstack/blob - resources/lang/ja/passwords.php
Actually fixed the BaseURL this time đŸ¤Ļ
[bookstack] / resources / lang / ja / passwords.php
1 <?php
2
3 return [
4
5     /*
6     |--------------------------------------------------------------------------
7     | Password Reminder Language Lines
8     |--------------------------------------------------------------------------
9     |
10     | The following language lines are the default lines which match reasons
11     | that are given by the password broker for a password update attempt
12     | has failed, such as for an invalid token or invalid new password.
13     |
14     */
15
16     'password' => 'パ゚ワãƒŧドは6文字äģĨ上であるåŋ…čĻãŒã‚ã‚Šãžã™ã€‚',
17     'user' => "こぎEãƒĄãƒŧãƒĢã‚ĸドãƒŦ゚ãĢä¸€č‡´ã™ã‚‹ãƒĻãƒŧã‚ļがčĻ‹ã¤ã‹ã‚Šãžã›ã‚“ã§ã—ãŸã€‚",
18     'token' => 'こぎパ゚ワãƒŧドãƒĒã‚ģットトãƒŧã‚¯ãƒŗã¯į„ĄåŠšã§ã™ã€‚',
19     'sent' => 'パ゚ワãƒŧドãƒĒã‚ģットãƒĒãƒŗã‚¯ã‚’é€äŋĄã—ぞした。',
20     'reset' => 'パ゚ワãƒŧドはãƒĒã‚ģットされぞした。',
21
22 ];