2016-03-25 01:18:05 -07:00
< ? php
2022-01-13 21:27:29 -08:00
return array (
2016-03-25 01:18:05 -07:00
'activated' => '有効' ,
'allow' => '許可' ,
'checkedout' => '資産' ,
'created_at' => '作成日時' ,
'createuser' => 'ユーザーを作成' ,
'deny' => '拒否' ,
'email' => 'E-Mail' ,
'employee_num' => '従業員 No.' ,
'first_name' => '名' ,
2022-05-24 15:07:14 -07:00
'groupnotes' => 'Select a group to assign to the user, remember that a user takes on the permissions of the group they are assigned. Use ctrl+click (or cmd+click on MacOS) to deselect groups.' ,
2016-03-25 01:18:05 -07:00
'id' => 'ID' ,
'inherit' => '継承' ,
'job' => '役職' ,
'last_login' => '最終ログイン' ,
'last_name' => '姓' ,
'location' => 'ロケーション:' ,
'lock_passwords' => 'ログイン時の詳細設定はインストール時に変更することは出来ません。' ,
'manager' => 'マネージャー' ,
2017-10-17 18:52:20 -07:00
'managed_locations' => '管理ロケーション' ,
2016-03-25 01:18:05 -07:00
'name' => '名前' ,
'notes' => '備考' ,
'password_confirm' => 'パスワードを確認' ,
'password' => 'パスワード' ,
'phone' => '電話番号' ,
'show_current' => '現在のユーザーを表示' ,
'show_deleted' => '削除されたユーザーを表示' ,
'title' => '役職' ,
2022-01-13 21:27:29 -08:00
'to_restore_them' => 'それらを復元します。' ,
2016-03-25 01:18:05 -07:00
'updateuser' => '利用者を更新' ,
'username' => 'ユーザ名' ,
2022-01-13 21:27:29 -08:00
'user_deleted_text' => 'この利用者は、削除済みとしてマークされています。' ,
2016-03-25 01:18:05 -07:00
'username_note' => '(Windows統合認証のみを利用する。)' ,
'cloneuser' => '利用者を複製' ,
'viewusers' => '利用者を表示' ,
2022-01-13 21:27:29 -08:00
);