Files
coreality-inc/lang/en/backend.php
ericli1018 6dfe3e0677 release
2025-06-13 12:24:35 +08:00

148 lines
4.2 KiB
PHP

<?php
declare(strict_types=1);
return [
'columnName' => [
'seo_keyword' => 'SEO Keyword',
'seo_description' => 'SEO Description',
'name' => 'Name',
'catalog' => 'Catalog',
'application' => 'Application',
'is_front_show' => 'Is Front Show',
'post_at' => 'Post At',
'title' => 'Title',
'body' => 'Body',
'description' => 'Description',
'venue' => 'Venue',
'contact' => 'Contact',
'source_links' => 'Source Links',
'cover' => 'Cover',
'website' => 'Website',
'link' => 'Link',
'link_target' => 'Link Target',
'tip' => 'Tip',
'feature_overview' => 'Overview',
'feature_spec' => 'Specifications',
'photos' => 'Photos',
'slug' => 'Slug',
'product_related' => 'Product Related',
'company' => 'Company',
'phone' => 'Phone',
'job_title' => 'Job Title',
'country' => 'Country',
'feature_resource' => 'Resource',
'feature_related_part' => 'Related Part',
'featured_img' => 'Featured Image',
'event_at' => 'Event Datetime',
],
'account' => [
'title' => 'Account',
'user' => [
'title' => 'Users',
],
'role' => [
'title' => 'Roles',
],
'permission' => [
'title' => 'Permissions',
],
],
'home_carousel' => [
'title' => 'Home Carousel Manage',
'content' => [
'title' => 'Home Carousel',
'item' => 'Carousel Item',
'items' => 'Carousel Items'
],
],
'news' => [
'title' => 'News Manage',
'catalog' => [
'title' => 'Catalogs',
'item' => 'News Catalog',
'items' => 'News Catalogs',
],
'content' => [
'title' => 'News',
'item' => 'News',
'items' => 'News',
],
],
'event' => [
'title' => 'Event Manage',
'catalog' => [
'title' => 'Catalogs',
'item' => 'Event Catalog',
'items' => 'Event Catalogs',
],
'content' => [
'title' => 'Events',
'item' => 'Event',
'items' => 'Events',
],
],
'product' => [
'title' => 'Product Manage',
'catalog' => [
'title' => 'Catalogs',
'item' => 'Product Catalog',
'items' => 'Product Catalogs',
],
'application' => [
'title' => 'Application Tags',
'item' => 'Product Application Tag',
'items' => 'Product Application Tags',
],
'content' => [
'title' => 'Products',
'item' => 'Product',
'items' => 'Products',
],
'tip_options' => [
'none' => 'None',
'new' => 'New',
'on_sale' => 'On Sale',
]
],
'support' => [
'title' => 'Support Manage',
'technical' => [
'title' => 'Technical Supports',
'item' => 'Item',
'items' => 'Items',
],
'sales_inquiry' => [
'title' => ' Sales Inquiries',
'item' => 'Sales Inquiry',
'items' => 'Sales Inquiries',
],
'distribution_partner' => [
'title' => 'Distribution Partner',
'catalog' => [
'title' => 'Catalogs',
'item' => 'Distribution Partner Catalog',
'items' => 'Distribution Partner Catalogs',
],
'content' => [
'title' => 'Distribution Partners',
'item' => 'Distribution Partner',
'items' => 'Distribution Partners',
],
],
'ecosystem_partner' => [
'title' => 'Ecosystem Partner',
'catalog' => [
'title' => 'Catalogs',
'item' => 'Ecosystem Partner Catalog',
'items' => 'Ecosystem Partner Catalogs',
],
'content' => [
'title' => 'Ecosystem Partners',
'item' => 'Ecosystem Partner',
'items' => 'Ecosystem Partners',
],
],
],
];