openclassify/addons/default/visiosoft/base-theme/resources/lang/zh/field.php

65 lines
2.5 KiB
PHP
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?php
return [
'latest_ads' => '最新广告',
'show_all' => '显示所有',
'login' => [
'name' => '登录',
],
'logout' => [
'name' => '登出',
],
'profile' => '轮廓',
'email' => '电子邮件地址',
'phone' => '电话号码',
'reset_code' => '重设密码',
'password_confirmation' => '确认密码',
'password' => '密码',
'first_name' => '名字',
'last_name' => '姓',
'remember_me' => '记住账号',
'not_a_member_yet' => '还不是会员',
'not_a_member_yet_message' => '注册我们的会员以享受我们的特殊服务',
'forgot_password' => '我忘记了我的密码',
'email_or_phone_number' => '电子邮件地址或电话号码',
'phone_number' => '电话号码',
// Registration instructions
'personal_registration_header' => '个人会员优势是什么?',
'personal_registration_body' => '买卖房屋,汽车,出售未使用的物品,购买新物品。',
'personal_registration_list_1' => '发布免费广告,',
'personal_registration_list_2' => '添加您感兴趣的广告,将价格添加到收藏夹之后,跟随价格变化,创建符合条件的收藏夹搜索,',
'personal_registration_list_3' => '向网站上的广告所有者发送消息。',
'register_information_note' => '此页面上的信息用于 ' . env('APPLICATION_DOMAIN') . ' 成员资格。您可以在此处找到有关个人数据保护的详细信息。',
// Register page
'phone_validation_error' => '该电话号码正在由另一个成员使用。',
// Forgot Password
'create_new_password' => '创建新密码',
// Login page
'or' => '要么',
'login_with_phone_number' => '用电话号码登录',
'login_with_email_address' => '用电子邮件地址登录',
// Side menu links
'company_directory' => '公司目录',
'popular_ads' => '热门广告',
'last_48_hours' => '最近48小时',
'secure_e-commerce_ads' => '安全的电子商务广告',
'sms' => '发送短信SMS',
'mail' => '发送邮件',
// Register instruction seed
'register_instructions' => '注册说明',
'list' => '列表',
'instruction_description' => '指令说明',
'instruction_list' => '指令清单',
// Offline
'connection_problem' => 'Connection problem',
'your_internet_connection_is_broken' => 'Your internet connection is broken,',
'we_miss_you_so_much_already' => 'we miss you so much already!',
'try_again' => 'Try again',
];