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

* New translations setting.php (Urdu (Pakistan))

* New translations setting.php (French)

* New translations setting.php (Korean)

* New translations setting.php (Spanish)

* New translations setting.php (Arabic)

* New translations setting.php (German)

* New translations setting.php (Greek)

* New translations setting.php (Hebrew)

* New translations setting.php (Italian)

* New translations setting.php (Japanese)
2021-04-05 19:44:46 +03:00

54 lines
1.9 KiB
PHP

<?php
return [
'show_my_ads' => [
'name' => '広告タブを表示',
],
'upload_avatar' => [
'name' => 'アバターのアップロード',
],
'show_tax_office' => [
'name' => '税務署フィールドを表示',
],
'show_checkbox_terms_on_register' => [
'name' => '登録時にチェックボックスの条件を表示する',
'instructions' => '登録フォームに「同意条件」、「保護法」、「プライバシー期間」、「SMSとメール」を表示します'
],
'register_protection_url' => [
'name' => '保護URLを登録する',
],
'register_privacy_url' => [
'name' => 'プライバシーURLを登録する',
],
'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' => '職業'
],
'hide_register_type_profile' => [
'name' => 'プロファイルページでレジスタタイプを非表示にする',
'instructions' => 'プロファイル編集ページのレジスタタイプフィールドを非表示にします。',
],
'required_district' => [
'name' => '必要な地区'
],
];