mirror of
https://github.com/openclassify/openclassify.git
synced 2026-01-11 18:01:10 -06:00
* New translations setting.php (Romanian) * New translations setting.php (Turkish) * New translations message.php (Swedish)
41 lines
1.3 KiB
PHP
41 lines
1.3 KiB
PHP
<?php
|
|
|
|
return [
|
|
'show_my_ads' => [
|
|
'name' => '내 광고 탭 표시',
|
|
],
|
|
'upload_avatar' => [
|
|
'name' => '아바타 업로드',
|
|
],
|
|
'show_tax_office' => [
|
|
'name' => '세무서 필드 표시',
|
|
],
|
|
'show_checkbox_terms_on_register' => [
|
|
'name' => '레지스터에 체크 박스 용어 표시',
|
|
'instructions' => '등록 양식에 "수락 기간", "보호법", "개인 정보 보호 기간", "sms 및 이메일"을 표시하십시오.'
|
|
],
|
|
'show_education_profession' => [
|
|
'name' => '교육 및 전문 분야 표시',
|
|
'instructions' => '프로필 편집 페이지에 "교육", "교육 상태"및 "직업"을 표시합니다.'
|
|
],
|
|
'google_captcha_site_key' => [
|
|
'name' => 'Google Captcha 사이트 키',
|
|
],
|
|
'google_captcha_secret_key' => [
|
|
'name' => 'Google Captcha 비밀 키',
|
|
],
|
|
'score_threshold' => [
|
|
'name' => '점수 임계 값',
|
|
'instructions' => '0과 1 사이의 값입니다. 임계 값이 높을수록 ReCaptcha는 사용자가 봇인지 아닌지 확인하는 데 더 엄격한 기준을 적용합니다.',
|
|
],
|
|
'education' => [
|
|
'name' => '교육'
|
|
],
|
|
'state_of_education' => [
|
|
'name' => '교육 현황'
|
|
],
|
|
'profession' => [
|
|
'name' => '직업'
|
|
],
|
|
];
|