diff --git a/public/locales/ja/site.json b/public/locales/ja/site.json index 592c81fd..626c40f4 100644 --- a/public/locales/ja/site.json +++ b/public/locales/ja/site.json @@ -6,5 +6,5 @@ "load more": "まだ{{count}}件の{{name}}があります。", "signed and stored on the blockchain": "{{name}}は、創作者によって署名され、ブロックチェーンに安全に保存されています。", "Write a comment on the blockchain": "ブロックチェーンでコメントする", - "powered by": "このサイトは  によって作動します" + "powered by": "このサイトは  によって作動します" } diff --git a/public/locales/zh-TW/site.json b/public/locales/zh-TW/site.json index e19946ac..c79c510a 100644 --- a/public/locales/zh-TW/site.json +++ b/public/locales/zh-TW/site.json @@ -6,7 +6,7 @@ "load more": "還有{{count}}篇{{name}},點選載入更多文章", "signed and stored on the blockchain": "此{{name}}已由它的創作者簽名並安全儲存在區塊鏈上。", "Write a comment on the blockchain": "在區塊鏈上留言。", - "powered by": "由 提供支援", + "powered by": " 提供支援", "This address is in local editing preview mode and cannot be viewed by the public. The expected online address is:": "此地址處於本地編輯預覽模式,尚未公開。預期的上線地址是:", "View on xChar": "在 xChar 上檢視", "View on xFeed": "在 xFeed 上檢視", diff --git a/public/locales/zh/site.json b/public/locales/zh/site.json index 5e41a37e..cd8009a1 100644 --- a/public/locales/zh/site.json +++ b/public/locales/zh/site.json @@ -6,7 +6,7 @@ "load more": "还有 {{count}} 篇{{name}},点击加载更多", "signed and stored on the blockchain": "此{{name}}已经由它的创作者签名并安全地存储在区块链上。", "Write a comment on the blockchain": "在区块链上写下你的评论", - "powered by": "由 提供支持", + "powered by": " 提供支持", "This address is in local editing preview mode and cannot be viewed by the public. The expected online address is:": "此地址处于本地编辑预览模式,无法被公众查看。预期的在线地址是:", "View on xChar": "在 xChar 上查看", diff --git a/src/components/site/SiteFooter.tsx b/src/components/site/SiteFooter.tsx index b6d5ee00..c0afca12 100644 --- a/src/components/site/SiteFooter.tsx +++ b/src/components/site/SiteFooter.tsx @@ -34,16 +34,17 @@ export const SiteFooter: React.FC<{