mirror of
https://github.com/openclassify/openclassify.git
synced 2026-01-11 18:01:10 -06:00
* New translations message.php (French) * New translations button.php (French) * New translations button.php (Romanian)
47 lines
1.6 KiB
PHP
47 lines
1.6 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' => '職業'
|
|
],
|
|
];
|