mirror of
https://github.com/Bubka/2FAuth.git
synced 2024-11-26 10:15:40 +01:00
40 lines
1.6 KiB
PHP
40 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' => '选择要显示的帐户分组',
|
|
'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' => '您确定要删除此组吗?',
|
|
],
|
|
]; |