2FAuth/resources/lang/zh/groups.php
2024-09-25 17:56:22 +02:00

41 lines
1.6 KiB
PHP

<?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' => '新建分组',
'show_group_selector' => '显示分组筛选',
'hide_group_selector' => '隐藏分组筛选',
'select_accounts_to_show' => '选择要显示的账户分组',
'x_accounts' => ':count 个账户',
'manage_groups' => '管理分组',
'active_group' => '最近更新',
'manage_groups_legend' => '您可以创建并按分组的形式来整理您的账户。无论账户处于哪个组内,都将在 “全部” 分组中显示。',
'deleting_group_does_not_delete_accounts' => '删除分组不会删除账户',
'move_selected_to' => '移动所选项到',
'move_selected_to_group' => '将所选移入分组中',
'no_group' => '没有分组',
'change_group' => '更改分组',
'group_successfully_created' => '分组创建成功',
'group_name_saved' => '分组名称已保存',
'group_successfully_deleted' => '分组删除成功',
'forms' => [
'new_group' => '新建分组',
'new_name' => '新名称',
'rename_group' => '重命名分组',
],
'confirm' => [
'delete' => '您确定要删除此分组吗?',
],
];