12 lines
554 B
PHP
Executable File
12 lines
554 B
PHP
Executable File
<?php
|
|
|
|
return array(
|
|
'about_consumables_title' => '소모품이란',
|
|
'about_consumables_text' => '소모품은 시간이 지남에 따라 소진되어 구매해야 하는 것들 입니다. 예로, 프린터 잉크나 복사 용지가 있습니다.',
|
|
'consumable_name' => 'Consumable Name',
|
|
'create' => 'Create Consumable',
|
|
'remaining' => '잔여수량',
|
|
'total' => '총계',
|
|
'update' => 'Update Consumable',
|
|
);
|