openclassify/addons/default/visiosoft/profile-module/resources/lang/ja/setting.php
Fatih Alp c0237af5a1
New Crowdin updates (#783)
* New translations setting.php (Romanian)

* New translations setting.php (Turkish)

* New translations message.php (Swedish)
2020-11-06 20:23:55 +03:00

41 lines
1.4 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' => 'GoogleCaptchaサイトキー',
],
'google_captcha_secret_key' => [
'name' => 'GoogleCaptchaシークレットキー',
],
'score_threshold' => [
'name' => 'スコアのしきい値',
'instructions' => '0から1までの値。しきい値が高いほど、ReCaptchaはユーザーがボットであるかどうかを判断する際に厳密になります。',
],
'education' => [
'name' => '教育'
],
'state_of_education' => [
'name' => '教育の状態'
],
'profession' => [
'name' => '職業'
],
];