diff --git a/resources/lang/en/admin/setting.php b/resources/lang/en/admin/setting.php index 1b43e8b3..adb50640 100644 --- a/resources/lang/en/admin/setting.php +++ b/resources/lang/en/admin/setting.php @@ -17,35 +17,35 @@ return [ 'design_footer_index' => 'Design Footer', 'design_menu_index' => 'Design Menu', - 'basic_settings' => 'basic settings', - 'store_settings' => 'store settings', - 'picture_settings' => 'picture settings', + 'basic_settings' => 'Basic Settings', + 'store_settings' => 'Store Settings', + 'picture_settings' => 'Picture Settings', 'theme_default' => 'Default Theme', 'theme_black' => 'Black Theme', 'shipping_address' => 'Shipping Address', 'payment_address' => 'Billing Address', - 'meta_tiele' => 'Meta title', - 'meta_description' => 'Meta description', - 'meta_keyword' => 'Meta keyword', - 'telephone' => 'Contact phone', - 'email' => 'mailbox', - 'default_address' => 'default address', - 'default_country_set' => 'default country setting', - 'default_zone_set' => 'default province setting', - 'default_language' => 'default language', - 'default_currency' => 'default currency', - 'default_customer_group' => 'default customer group', - 'admin_name' => 'background directory', + 'meta_tiele' => 'Meta Title', + 'meta_description' => 'Meta Description', + 'meta_keyword' => 'Meta Keyword', + 'telephone' => 'Contact Phone', + 'email' => 'Mailbox', + 'default_address' => 'Default Address', + 'default_country_set' => 'Default Country Setting', + 'default_zone_set' => 'Default Province Setting', + 'default_language' => 'Default Language', + 'default_currency' => 'Default Currency', + 'default_customer_group' => 'Default Customer Group', + 'admin_name' => 'Background Directory', 'admin_name_info' => 'Management background directory, the default is admin', - 'enable_tax' => 'Enable tax', - 'enable_tax_info' => 'whether to enable tax calculation', - 'tax_address' => 'tax address', + 'enable_tax' => 'Enable Tax', + 'enable_tax_info' => 'Whether to enable tax calculation', + 'tax_address' => 'Tax Address', 'tax_address_info' => 'According to what address to calculate tax', 'logo' => 'Website Logo', - 'favicon' => 'favicon', + 'favicon' => 'Favicon', 'favicon_info' => 'The small icon displayed on the browser tab must be in PNG format and the size is: 32*32', - 'placeholder_image' => 'placeholder image', + 'placeholder_image' => 'Placeholder Image', 'placeholder_image_info' => 'The placeholder image displayed when there is no image or the image is not found, recommended size: 500*500', ];