Updated tokushoho and i18n

This commit is contained in:
dqj
2025-12-29 18:48:44 +09:00
parent f081b8bf6e
commit 5e6f86ca16
4 changed files with 134 additions and 51 deletions

View File

@@ -146,6 +146,42 @@
lang_map.set("ja", "A:モバイルデバイスブラウザ<br>B:コンピュータブラウザ<br>C:モバイルデバイスアプリ(AppにamiPro SDKを埋め込む)<br>D:あなたのウェブサイト E:amiProクラウド・サービス<br><br>1、ブラウザはあなたのウェブサイトからamiPro JavaScript SDKをダウンロードします(Appはこのステップは必要ありません)<br>2、ブラウザとアプリはSDKを介してamiProクラウド・サービスを呼び出して認証します<br>3、amiProは認証結果をあなたのサーバーに返します<br><img src='files/amipro_sys.jpg' style='width: 80%;'>");
i18n_messages.set("info_4", lang_map);
lang_map = new Map();
lang_map.set("en-US", "Passkey essentials");
lang_map.set("zh-CN", "Passkey essentials");
lang_map.set("ja", "Passkey essentials");
i18n_messages.set("hero_eyebrow", lang_map);
lang_map = new Map();
lang_map.set("en-US", "Everything teams need to understand Passkeys");
lang_map.set("zh-CN", "团队理解 Passkey 所需的一切");
lang_map.set("ja", "チームがパスキーを理解するために必要なすべて");
i18n_messages.set("hero_title", lang_map);
lang_map = new Map();
lang_map.set("en-US", "Share the fundamentals with product, security, and CX partners using this at-a-glance passkey briefing powered by amiPro research.");
lang_map.set("zh-CN", "使用由 amiPro 研究提供的一览式 Passkey 简报,与产品、安全和客户体验伙伴共享基础知识。");
lang_map.set("ja", "amiPro のリサーチによる一目でわかるパスキー解説を使用して、プロダクト、セキュリティ、CX のパートナーと基礎を共有します。");
i18n_messages.set("hero_lead", lang_map);
lang_map = new Map();
lang_map.set("en-US", "FIDO2 ready");
lang_map.set("zh-CN", "FIDO2 准备就绪");
lang_map.set("ja", "FIDO2 対応");
i18n_messages.set("hero_chip_1", lang_map);
lang_map = new Map();
lang_map.set("en-US", "Phishing resistant");
lang_map.set("zh-CN", "抵御钓鱼");
lang_map.set("ja", "フィッシング耐性");
i18n_messages.set("hero_chip_2", lang_map);
lang_map = new Map();
lang_map.set("en-US", "Device agnostic");
lang_map.set("zh-CN", "设备无关");
lang_map.set("ja", "デバイス非依存");
i18n_messages.set("hero_chip_3", lang_map);
window.onload = async function() {
setI18NText(i18n_messages)
initRevealAnimations()
@@ -190,19 +226,19 @@
<div style="margin: 24px;">
<section class="hero reveal">
<div class="hero__text" data-animate>
<span class="hero__eyebrow">Passkey essentials</span>
<h1 class="hero__title">Everything teams need to understand Passkeys</h1>
<p class="hero__lead">
<span class="hero__eyebrow" id="hero_eyebrow">Passkey essentials</span>
<h1 class="hero__title" id="hero_title">Everything teams need to understand Passkeys</h1>
<p class="hero__lead" id="hero_lead">
Share the fundamentals with product, security, and CX partners using this at-a-glance passkey
briefing powered by amiPro research.
</p>
<div class="hero__chips">
<span class="hero-chip">FIDO2 ready</span>
<span class="hero-chip">Phishing resistant</span>
<span class="hero-chip">Device agnostic</span>
<span class="hero-chip" id="hero_chip_1">FIDO2 ready</span>
<span class="hero-chip" id="hero_chip_2">Phishing resistant</span>
<span class="hero-chip" id="hero_chip_3">Device agnostic</span>
</div>
<div style="margin-top: 2rem; display: flex; gap: 0.8rem; flex-wrap: wrap;">
<a href="merits.html" class="btn btn-outline-info">See benefits</a>
<a href="merits.html" class="btn btn-outline-info" id="label_merits">See benefits</a>
<a href="mailto:sales@amipro.me?subject=Passkey%20questions" class="btn btn-primary" id="title_contact_cta">Contact</a>
</div>
</div>
@@ -231,7 +267,6 @@
<section class="info-panel" data-animate style="margin-top: 3rem;">
<h4 id="info_title_4">define</h4>
<p id="info_4">define</p>
<img src="files/amipro_sys.jpg" alt="amiPro architecture" style="width: 100%; border-radius: 18px; margin-top: 1rem;">
</section>
</div>
<!-- / Content -->