mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-09 23:24:06 -08:00
11 lines
160 B
PHP
11 lines
160 B
PHP
|
<?php
|
||
|
|
||
|
return array(
|
||
|
|
||
|
'actions' => 'アクション',
|
||
|
'action' => 'アクション',
|
||
|
'by' => '実行者',
|
||
|
'item' => '品目',
|
||
|
|
||
|
);
|