* @Date: 2026-08-18 16:46:29 * @LastEditors: YwxApp * @LastEditTime: 2026-08-18 17:25:53 * @Description: * @FilePath: \ywxapp_dev\addon\download\lang\en-us.php * @CustomString: Copyright (c) 2026 YwxApp */ // 下载站插件 - 英文语言包 // 键与 zh-cn.php 一一对应;未在中文包中列出的固定文案(如自由录入的资源名) // 由 lang() 透传原文(中文),在此无需声明。 return [ // 站点 / 页面 'site_name' => 'Downloads', 'all_category' => 'All Categories', 'hot' => 'Popular', 'latest' => 'Latest', 'search' => 'Search', 'search_placeholder' => 'Search resources', 'detail' => 'Detail', 'list' => 'List', 'download_btn' => 'Download', 'no_cover' => 'No cover', // 示例:固定分类名 'category.dev' => 'Dev Tools', 'category.design' => 'Design Assets', ];