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

@@ -185,6 +185,36 @@
lang_map.set("ja", "管理ポータル左メニューの[設定]をクリックし、右ページの[追加]をクリックしてください。 Web サイトのドメイン名を入力します (ポート番号は含めることはできません)。Web サイトでは HTTPS プロトコルを使用する必要があることに注意してください。 <br>【デバイス登録ページ】は手順3で作成したデバイス管理ページへのリンクです。<br>最後は送信をクリックして設定完了<br><img src='files/portal_conf_jp.jpg' width=80%>");
i18n_messages.set("info_top_step6", lang_map);
lang_map = new Map();
lang_map.set("en-US", "Launch Passkey journeys in six guided steps");
lang_map.set("zh-CN", "通过六个指南步骤启动 Passkey 流程");
lang_map.set("ja", "6つのガイド付き手順でパスキー導入を開始");
i18n_messages.set("hero_title", lang_map);
lang_map = new Map();
lang_map.set("en-US", "Follow the production-proven playbook: explore the sample site, drop in the JavaScript SDK, fine-tune device management, and configure the amiPro portal for your domains.");
lang_map.set("zh-CN", "遵循已在生产中验证的流程:查看示例站点,嵌入 JavaScript SDK微调设备管理并为您的域配置 amiPro 门户。");
lang_map.set("ja", "本番で実績のある手順に従ってください: サンプルサイトを確認し、JavaScript SDK を導入し、デバイス管理を調整し、amiPro ポータルをドメインに対して設定します。");
i18n_messages.set("hero_lead", lang_map);
lang_map = new Map();
lang_map.set("en-US", "Browser + App SDK");
lang_map.set("zh-CN", "浏览器 + 应用 SDK");
lang_map.set("ja", "ブラウザ + アプリ SDK");
i18n_messages.set("hero_chip_1", lang_map);
lang_map = new Map();
lang_map.set("en-US", "Recovery-ready");
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", "Session control");
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()
@@ -229,15 +259,15 @@
<section class="hero reveal" style="margin: 24px;">
<div class="hero__text" data-animate>
<span class="hero__eyebrow" id="label_integartion_title">Integration</span>
<h1 class="hero__title">Launch Passkey journeys in six guided steps</h1>
<p class="hero__lead">
<h1 class="hero__title" id="hero_title">Launch Passkey journeys in six guided steps</h1>
<p class="hero__lead" id="hero_lead">
Follow the production-proven playbook: explore the sample site, drop in the JavaScript SDK,
fine-tune device management, and configure the amiPro portal for your domains.
</p>
<div class="hero__chips">
<span class="hero-chip">Browser + App SDK</span>
<span class="hero-chip">Recovery-ready</span>
<span class="hero-chip">Session control</span>
<span class="hero-chip" id="hero_chip_1">Browser + App SDK</span>
<span class="hero-chip" id="hero_chip_2">Recovery-ready</span>
<span class="hero-chip" id="hero_chip_3">Session control</span>
</div>
<div style="margin-top: 2rem; display: flex; gap: 0.8rem; flex-wrap: wrap;">
<a href="https://portal.amipro.me" target="_blank" class="btn btn-primary" id="btn_portal">Portal</a>