mirror of
https://github.com/openclassify/openclassify.git
synced 2026-01-11 18:01:10 -06:00
15 lines
245 B
PHP
15 lines
245 B
PHP
<?php
|
|
|
|
return [
|
|
'show_my_ads' => [
|
|
'name' => '내 광고 탭 표시',
|
|
],
|
|
'upload_avatar' => [
|
|
'name' => '아바타 업로드',
|
|
],
|
|
|
|
'show_tax_office' => [
|
|
'name' => '세무서 필드 표시',
|
|
],
|
|
];
|