feat(demo-vue): 全站 i18n 抽文案、中英文资源与页面接入
- 引入 vue-i18n,集中维护 zh-CN / en-US 文案与产品 catalog、长文 HTML - 前台与后台列表/弹窗/校验/删除确认等改为 t(),顶栏与新闻/行业列表与详情页多语言 - 修正 Industry 等页面文首误粘贴;请求头 Accept-Language 与 Element 语言随 locale 切换
This commit is contained in:
71
demo-vue/src/locales/html/production.en.html
Normal file
71
demo-vue/src/locales/html/production.en.html
Normal file
@@ -0,0 +1,71 @@
|
||||
<section class="page-header">
|
||||
<div class="header-content">
|
||||
<h1 class="page-title">Showdart (Shandong) – Production Bases</h1>
|
||||
<h2 class="section-title">Overview</h2>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<section class="base-overview">
|
||||
<div class="content-container">
|
||||
<p class="overview-text">
|
||||
Showdart operates multiple domestic production, R&D, warehousing, and logistics sites, and overseas offices, forming a full chain from R&D to delivery and a global footprint.
|
||||
</p>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<section class="base-section">
|
||||
<div class="content-container">
|
||||
<h2 class="section-title">Domestic manufacturing</h2>
|
||||
|
||||
<div class="base-item">
|
||||
<h3 class="base-name">Nanjing headquarters plant</h3>
|
||||
<div class="base-info">
|
||||
<h4 class="info-subtitle">Profile</h4>
|
||||
<ul class="info-list">
|
||||
<li><strong>Location:</strong> Jiangning Economic & Technological Development Zone, Nanjing, Jiangsu</li>
|
||||
<li><strong>Site area:</strong> 120,000 m²; <strong>Built area:</strong> 85,000 m²</li>
|
||||
<li><strong>Start-up:</strong> Phase 1 in 2008, Phase 2 in 2012, Phase 3 in 2018</li>
|
||||
</ul>
|
||||
<h4 class="info-subtitle">Key lines</h4>
|
||||
<ul class="info-list">
|
||||
<li>12 high-speed wire lines, ~0.5 Mt/a; 8 pipe lines, ~0.3 Mt/a</li>
|
||||
<li>Rebar lines, surface treatment, and central QC lab</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="base-item">
|
||||
<h3 class="base-name">Tangshan steel base</h3>
|
||||
<div class="base-info">
|
||||
<h4 class="info-subtitle">Profile</h4>
|
||||
<ul class="info-list">
|
||||
<li><strong>Location:</strong> Caofeidian industrial zone, Tangshan, Hebei</li>
|
||||
<li><strong>Site area:</strong> 180,000 m²; <strong>Built area:</strong> 120,000 m²</li>
|
||||
<li><strong>Start-up:</strong> 2013; Phase 2 in 2017</li>
|
||||
</ul>
|
||||
<h4 class="info-subtitle">Key lines</h4>
|
||||
<ul class="info-list">
|
||||
<li>Hot & cold strip, precision tube, and specialty steel processing</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<section class="content-section">
|
||||
<div class="content-container">
|
||||
<h2 class="section-title">Warehousing, logistics, R&D & overseas</h2>
|
||||
<p class="section-text">
|
||||
Dedicated logistics hubs, bonded storage, a multi-location R&D system, and Singapore / Dubai / New York / Rotterdam offices support global customers with stable supply and technical service.
|
||||
</p>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<section class="content-section">
|
||||
<div class="content-container">
|
||||
<h2 class="section-title">Summary & outlook</h2>
|
||||
<p class="content-text">
|
||||
Our network combines scale, quality, and delivery reliability. We invest in digital and smart manufacturing, R&D, green operations, and talent to move toward a leading global steel product and service provider.
|
||||
</p>
|
||||
</div>
|
||||
</section>
|
||||
Reference in New Issue
Block a user