1
0
mirror of https://github.com/Kovah/LinkAce.git synced 2025-01-29 10:59:49 +01:00
LinkAce/lang/zh_CN/placeholder.php
Kovah f9b07f807f
Upgrade to PHP 8 as base dependency
- Upgrades the Dockerfiles and composer.json to require PHP 8.
- Upgrades to Laravel 9 with all needed changes.
- Move lang folder to root directory.
- Upgrades third-party packages to the latest versions with all required changes.
2022-05-02 16:06:43 +02:00

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' => '恢复码',
];