ajout app
This commit is contained in:
17
SNIPE-IT/resources/lang/ja-JP/admin/reports/general.php
Normal file
17
SNIPE-IT/resources/lang/ja-JP/admin/reports/general.php
Normal file
@ -0,0 +1,17 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'info' => '資産報告書のオプションを選択してください。',
|
||||
'deleted_user' => '削除されたユーザー',
|
||||
'send_reminder' => 'リマインダーを送信',
|
||||
'reminder_sent' => 'リマインダーを送信しました',
|
||||
'acceptance_deleted' => '承認リクエストが削除されました',
|
||||
'acceptance_request' => 'リクエストを承認',
|
||||
'custom_export' => [
|
||||
'user_address' => 'ユーザーアドレス',
|
||||
'user_city' => 'ユーザー市区町村名',
|
||||
'user_state' => 'ユーザーの状態',
|
||||
'user_country' => 'ユーザーの国',
|
||||
'user_zip' => 'ユーザー郵便番号'
|
||||
]
|
||||
];
|
Reference in New Issue
Block a user