mirror of
https://github.com/Kovah/LinkAce.git
synced 2025-01-17 13:18:21 +01:00
21 lines
507 B
PHP
21 lines
507 B
PHP
<?php
|
|
return [
|
|
'username' => 'johndoe',
|
|
'email' => 'john.doe@example.com',
|
|
'password' => '密码',
|
|
'password_confirmed' => '已确认密码',
|
|
|
|
'link_url' => 'https://github.com/Kovah/LinkAce',
|
|
'link_title' => '网站标题',
|
|
|
|
'list_select' => '选择列表',
|
|
'tags_select' => '选择标签',
|
|
|
|
'list_name' => '列表的实际名称',
|
|
'tag_name' => '标签的实际名称',
|
|
|
|
'two_factor_otp' => '一次性密码',
|
|
'two_factor_recovery_code' => '恢复码',
|
|
|
|
];
|