diff --git a/components/g/Footer.vue b/components/g/Footer.vue
index 56c93491..d7e9ee3e 100644
--- a/components/g/Footer.vue
+++ b/components/g/Footer.vue
@@ -39,7 +39,7 @@
{{ $t('_brandAssets.title') }}
- {{ $t('_links.title') }}
+ {{ $t('_links.title') }}
diff --git a/locales/ja-JP.yml b/locales/ja-JP.yml
index ba3db396..020aa6ec 100644
--- a/locales/ja-JP.yml
+++ b/locales/ja-JP.yml
@@ -9,6 +9,7 @@ _nav:
servers: "サーバー"
docs: "ドキュメント"
blog: "ブログ"
+ other: "もっと!"
switchLang: "言語の設定"
_landing:
_hero:
@@ -132,15 +133,29 @@ _content:
tip: "ヒント"
warning: "注意"
danger: "警告"
+ preview: "プレビュー"
_other:
- title: "お楽しみ"
+ title: "もっと!"
+ description: "Misskeyをもっと楽しめるその他のリソースをご紹介しています。"
_brandAssets:
title: "アセット集"
- description: "Misskeyのロゴ、アイコンなどのアセットのコレクションです。アセットは、CC BY-NC-SAのライセンスの下で自由にお使いいただけます🎉"
+ description: "Misskeyのロゴ、アイコンなどのアセットのコレクションです。一定のライセンスのもとでご自由にお使いいただけます。"
license: "アセットは、CC BY-NC-SAのライセンスの下で自由にお使いいただけます🎉"
assetsDirectory: "全てのアセットは、{0}で管理されています。"
logo: "ロゴ"
icon: "アイコン"
banner: "バナー"
_links:
- title: "リンク"
\ No newline at end of file
+ title: "リンク"
+ _github:
+ title: "Github"
+ description: "Misskeyの開発はGithub上で行われています。機能リクエストやバグ報告などはこちらから行えます。"
+ _crowdin:
+ title: "Crowdin"
+ description: "Misskey本体、およびドキュメントの翻訳はこちらで管理されています。皆さんのご協力をお願いします。"
+ _discord:
+ title: "Discordサーバー"
+ description: "Misskeyに関する質問や会話などをお楽しみいただけます。"
+ _aiChan:
+ title: "藍"
+ description: "Misskeyの看板娘、藍のウェブサイトです。"
\ No newline at end of file
diff --git a/pages/learn-more.vue b/pages/learn-more.vue
new file mode 100644
index 00000000..b585eb6e
--- /dev/null
+++ b/pages/learn-more.vue
@@ -0,0 +1,67 @@
+
+
+
+ {{ $t('_other.title') }}
+
+ {{ $t('_other.description') }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/public/img/emojis/custard_3d.png b/public/img/emojis/custard_3d.png
new file mode 100644
index 00000000..c20ccd93
Binary files /dev/null and b/public/img/emojis/custard_3d.png differ
diff --git a/public/img/emojis/love_letter_3d.png b/public/img/emojis/love_letter_3d.png
new file mode 100644
index 00000000..3d144e69
Binary files /dev/null and b/public/img/emojis/love_letter_3d.png differ
diff --git a/public/img/links/ai.png b/public/img/links/ai.png
new file mode 100644
index 00000000..1c7ddf9c
Binary files /dev/null and b/public/img/links/ai.png differ
diff --git a/public/img/links/crowdin.svg b/public/img/links/crowdin.svg
new file mode 100644
index 00000000..a1116fed
--- /dev/null
+++ b/public/img/links/crowdin.svg
@@ -0,0 +1 @@
+
diff --git a/public/img/links/discord.png b/public/img/links/discord.png
new file mode 100644
index 00000000..6d1bbbf1
Binary files /dev/null and b/public/img/links/discord.png differ
diff --git a/public/img/links/github.png b/public/img/links/github.png
new file mode 100644
index 00000000..468574c2
Binary files /dev/null and b/public/img/links/github.png differ