mirror of
https://github.com/openclassify/openclassify.git
synced 2026-01-11 18:01:10 -06:00
* New translations field.php (Italian) * New translations field.php (Hebrew) * New translations field.php (Arabic) * New translations message.php (Spanish) * New translations field.php (Spanish) * New translations field.php (German)
8 lines
318 B
PHP
8 lines
318 B
PHP
<?php
|
|
|
|
return [
|
|
'send_forgot_sms' => '등록 된 전화로 SMS를 보냈습니다. 확인해주십시오.',
|
|
'found_phone' => '시스템에 등록 된 전화 번호를 찾을 수 없습니다.',
|
|
'error_mail' => '거래가 성공적으로 완료되었지만 알림 이메일을 보낼 수 없습니다.',
|
|
];
|