mirror of
https://github.com/Bubka/2FAuth.git
synced 2024-11-25 01:34:15 +01:00
41 lines
1.9 KiB
PHP
41 lines
1.9 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' => 'このグループを削除してもよろしいですか?',
|
|
],
|
|
]; |