mirror of
https://github.com/openclassify/openclassify.git
synced 2026-01-11 18:01:10 -06:00
16 lines
454 B
PHP
16 lines
454 B
PHP
<?php
|
|
|
|
return [
|
|
'new_profile' => '새 프로필',
|
|
'new_adress' => '새로운 주소',
|
|
'show' => '주소 표시',
|
|
'update_password' => '비밀번호 업데이트',
|
|
'update_profile' => '프로필 업데이트',
|
|
'delete' => '지우다',
|
|
'extend' => '넓히다',
|
|
'extend_all' => '모두 확장',
|
|
'edit' => '편집하다',
|
|
'go_profile' => '프로필 정보로 이동',
|
|
'go_user' => '사용자 정보로 이동',
|
|
];
|