2FAuth/resources/lang/zh/groups.php

34 lines
1.2 KiB
PHP
Raw Normal View History

2020-11-23 00:53:03 +01:00
<?php
return [
/*
|--------------------------------------------------------------------------
| Groups Language Lines
|--------------------------------------------------------------------------
|
| The following language lines are used during authentication for various
| messages that we need to display to the user. You are free to modify
| these language lines according to your application's requirements.
|
*/
'groups' => '组',
'create_group' => '创建新组',
'select_accounts_to_show' => '选择要显示的帐户',
'manage_groups' => '管理组',
'active_group' => '活跃组',
'manage_groups_legend' => '您可以创建组以按照您想要的方式组织您的账户。 所有账户在名为“全部”的伪组中仍然可见,无论它们属于哪个组。',
'deleting_group_does_not_delete_accounts' => '删除组不会删除帐户',
'move_selected_to' => '移动选择到',
'no_group' => '没有分组',
2022-08-01 10:35:50 +02:00
'change_group' => 'Change group',
2020-11-23 00:53:03 +01:00
'forms' => [
'new_group' => '新建组',
'new_name' => '新名称',
'rename_group' => '重命名组',
2020-11-23 00:53:03 +01:00
],
'confirm' => [
'delete' => '您确定要删除此组吗?',
2020-11-23 00:53:03 +01:00
],
];