diff --git a/messages/en.json b/messages/en.json index 1fe8601..5f38535 100644 --- a/messages/en.json +++ b/messages/en.json @@ -9,13 +9,20 @@ "footer_social": "Social", "footer_privacy": "Privacy Notice", "footer_links": "Links", + "footer_link_misaka": "Access our Misaka Network", "semilabs": "SemiLabs", "semilabs_description": "A field to build reliable and secure digital infrastructure.", "learn_more": "Learn More", "products_title": "Products by SemiLabs", - "product_os": "SemiOS Operating System", + "product_softinfra": "Software Infrastructure", + "product_semios": "SemiOS Operating System", + "product_cloud": "Cloud Computing", + "product_games": "Games", - "news_title": "SemiLabs News" + "news_title": "SemiLabs News", + + "error_title": "Oh, no!", + "error_description": "Sorry, the page you are looking for does not exist." } diff --git a/messages/jp.json b/messages/jp.json index 12d51a4..ddff102 100644 --- a/messages/jp.json +++ b/messages/jp.json @@ -9,13 +9,20 @@ "footer_social": "ソーシャル", "footer_privacy": "プライバシーポリシー", "footer_links": "リンク", + "footer_link_misaka": "Misaka Network にアクセス", "semilabs": "SemiLabs", "semilabs_description": "信頼性とセキュリティを保証するデジタルインフラストラクチャを構築するフィールドです。", "learn_more": "詳細を見る", "products_title": "SemiLabs の 製品", - "product_os": "SemiOS オペレーティングシステム", + "product_softinfra": "基礎ソフトウェア", + "product_semios": "SemiOS オペレーティングシステム", + "product_cloud": "クラウドコンピューティング", + "product_games": "ゲーム", - "news_title": "SemiLabs ニュース" + "news_title": "SemiLabs ニュース", + + "error_title": "おっと!", + "error_description": "申し訳ありませんが、お探しのページは見つかりませんでした。" } diff --git a/messages/zh-cn.json b/messages/zh-cn.json index 4a54bb2..1f3f7a2 100644 --- a/messages/zh-cn.json +++ b/messages/zh-cn.json @@ -9,13 +9,20 @@ "footer_social": "社交媒体", "footer_privacy": "隐私政策", "footer_links": "相关链接", + "footer_link_misaka": "访问我们的 Misaka 网络", "semilabs": "SemiLabs", "semilabs_description": "构建可靠而安全的数字基础设施。", "learn_more": "了解更多", "products_title": "SemiLabs 产品", - "product_os": "SemiOS 操作系统", + "product_softinfra": "基础软件", + "product_semios": "SemiOS 操作系统", + "product_cloud": "云计算", + "product_games": "游戏", - "news_title": "SemiLabs 新闻" + "news_title": "SemiLabs 新闻", + + "error_title": "糟糕...", + "error_description": "您正在访问的页面似乎不存在。" } diff --git a/src/components/Footer.svelte b/src/components/Footer.svelte index dcbb0c2..701ddfb 100644 --- a/src/components/Footer.svelte +++ b/src/components/Footer.svelte @@ -12,20 +12,26 @@
{m.semilabs_description()}
- + diff --git a/src/routes/404/+page.svelte b/src/routes/404/+page.svelte new file mode 100644 index 0000000..ab07198 --- /dev/null +++ b/src/routes/404/+page.svelte @@ -0,0 +1,12 @@ + + +{m.error_description()}
+