mirror of
https://github.com/openclassify/openclassify.git
synced 2026-01-11 18:01:10 -06:00
* New translations validation.php (Arabic) * New translations validation.php (Spanish) * New translations validation.php (French) * New translations validation.php (Romanian) * New translations validation.php (Hindi) * New translations validation.php (Bengali) * New translations validation.php (German) * New translations validation.php (Arabic) * New translations validation.php (Greek) * New translations validation.php (Romanian) * New translations validation.php (Spanish) * New translations validation.php (French * New translations validation.php (Portuguese)
22 lines
706 B
PHP
22 lines
706 B
PHP
<?php
|
|
|
|
return [
|
|
'new_profile' => '새 프로필',
|
|
'new_adress' => '새로운 주소',
|
|
'show' => '주소 표시',
|
|
'update_password' => '비밀번호 업데이트',
|
|
'update_profile' => '프로필 업데이트',
|
|
'delete' => '지우다',
|
|
'extend' => '넓히다',
|
|
'extend_all' => '모두 확장',
|
|
'extend_unpublished' => '게시되지 않은 항목 확장',
|
|
'edit' => '편집하다',
|
|
'go_profile' => '프로필 정보로 이동',
|
|
'go_user' => '사용자 정보로 이동',
|
|
'personal' => '개인적인',
|
|
'corporate' => '기업',
|
|
'export' => '수출',
|
|
'new_education' => '새로운 교육',
|
|
'new_education_part' => '새로운 교육 부분',
|
|
];
|