mirror of
https://github.com/pelican-dev/panel.git
synced 2026-07-15 21:48:08 +03:00
12 lines
283 B
PHP
12 lines
283 B
PHP
<?php
|
|
|
|
return [
|
|
'title' => 'アクティビティ',
|
|
'event' => 'イベント',
|
|
'user' => 'ユーザー',
|
|
'deleted_user' => '削除済みユーザー',
|
|
'system' => 'システム',
|
|
'timestamp' => 'タイムスタンプ',
|
|
'metadata' => 'メタデータ',
|
|
];
|