feat(portal): i18n-ify DocsView + auth narrative panels
Extract all Chinese from DocsView.vue into docs.* namespace and add auth.narrative.* sub-namespace for LoginView/RegisterView narrative slots. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -11,15 +11,17 @@
|
||||
</router-link>
|
||||
|
||||
<div>
|
||||
<div class="n-kicker">// 你的订阅,已经付过钱了</div>
|
||||
<div class="n-kicker">{{ t('auth.narrative.login.kicker') }}</div>
|
||||
<div class="auth-narrative-headline" style="margin-top: 12px;">
|
||||
<span class="num-n">N</span> 个订阅<br>
|
||||
→ <span class="num-1">1</span> 个 key
|
||||
<span class="num-n">{{ t('auth.narrative.login.headlineN') }}</span>
|
||||
{{ ' ' + t('auth.narrative.login.headlineSep') + ' ' }}
|
||||
<span class="num-1">{{ t('auth.narrative.login.headlineOne') }}</span>
|
||||
{{ ' ' + t('auth.narrative.login.headlineSuffix') }}
|
||||
</div>
|
||||
<p class="auth-narrative-sub">
|
||||
省去切换账号的繁琐,<br>
|
||||
省去为多个高昂订阅重复买单。<br>
|
||||
<span class="auth-narrative-tagline">PURO(纯粹)—— 让 AI 调用回归本质。</span>
|
||||
{{ t('auth.narrative.login.sub1') }}<br>
|
||||
{{ t('auth.narrative.login.sub2') }}<br>
|
||||
<span class="auth-narrative-tagline">{{ t('auth.narrative.login.tagline') }}</span>
|
||||
</p>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user