mirror of
https://github.com/openclassify/openclassify.git
synced 2026-01-11 18:01:10 -06:00
* New translations addon.php (Hebrew) * New translations field.php (Catalan) * New translations addon.php (Afrikaans) * New translations addon.php (Romanian) * New translations field.php (Romanian)
59 lines
2.2 KiB
PHP
59 lines
2.2 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' => '必要な地区',
|
|
'instructions' => '住所の追加は、地区の義務を表しています。',
|
|
],
|
|
'show_extends_actions' => [
|
|
'name' => 'Show ExtendsActions',
|
|
'instructions' => 'マイプロフィール広告ページで利用可能な拡張オプションを表します。',
|
|
],
|
|
];
|