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
1.9 KiB
PHP
59 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' => '在注册表上显示“接受条款”,“保护法”,“隐私条款”,“短信和电子邮件”'
|
||
],
|
||
'register_protection_url' => [
|
||
'name' => '注册保护网址',
|
||
],
|
||
'register_privacy_url' => [
|
||
'name' => '注册隐私网址',
|
||
],
|
||
'show_education_profession' => [
|
||
'name' => '显示教育和专业领域',
|
||
'instructions' => '在个人资料编辑页面上显示“教育”,“教育状况”和“专业”'
|
||
],
|
||
'google_captcha_site_key' => [
|
||
'name' => 'Google验证码网站密钥',
|
||
],
|
||
'google_captcha_secret_key' => [
|
||
'name' => 'Google验证码秘密密钥',
|
||
],
|
||
'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' => '显示扩展动作',
|
||
'instructions' => '代表我的个人资料广告页面上可用的扩展选项。',
|
||
],
|
||
];
|