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

37 lines
794 B
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 [
'navigation_title' => [
'name' => '导航标题',
],
'navigation_action' => [
'name' => '导航动作',
],
'country_fields' => [
'name' => '国家领域',
],
'date_fields' => [
'name' => '日期字段',
],
'price_fields' => [
'name' => '价格字段',
],
'breadcrumbs' => [
'name' => '面包屑',
],
'ad_details' => [
'name' => '广告详情',
],
'ad_details_tab' => [
'name' => '广告详情标签',
],
'latest_and_view_all_btn' => [
'name' => '最新和查看全部Btn',
],
'register_page_instruction_logo' => [
'name' => '注册页面说明徽标',
],
'style' => [
'name' => '样式CSS',
],
];