diff --git a/components/brand-assets/ImgPreview.vue b/components/brand-assets/ImgPreview.vue new file mode 100644 index 00000000..f34d4bc8 --- /dev/null +++ b/components/brand-assets/ImgPreview.vue @@ -0,0 +1,23 @@ + + + + + \ No newline at end of file diff --git a/locales/ja-JP.yml b/locales/ja-JP.yml index e5573047..90960259 100644 --- a/locales/ja-JP.yml +++ b/locales/ja-JP.yml @@ -118,15 +118,28 @@ _docs: title: "サーバー運営者向け" _forDevelopers: title: "開発者向け" + _prevNext: + prev: "前へ" + next: "次へ" _toc: title: "このページの内容" toPageTop: "ページ上部に戻る" _blog: title: "ブログ" description: "Misskey開発本部から、Misskeyに関する最新情報やTips等をお届けします!(日本語のみ)" +_content: + tip: "ヒント" + warning: "注意" + danger: "警告" _other: title: "お楽しみ" _brandAssets: title: "アセット集" + description: "Misskeyのロゴ、アイコンなどのアセットのコレクションです。アセットは、CC BY-NC-SAのライセンスの下で自由にお使いいただけます🎉" + license: "アセットは、CC BY-NC-SAのライセンスの下で自由にお使いいただけます🎉" + assetsDirectory: "全てのアセットは、{0}で管理されています。" + logo: "ロゴ" + icon: "アイコン" + banner: "バナー" _links: title: "リンク" \ No newline at end of file diff --git a/pages/brand-assets.vue b/pages/brand-assets.vue new file mode 100644 index 00000000..4f50f8c1 --- /dev/null +++ b/pages/brand-assets.vue @@ -0,0 +1,66 @@ + + + + + \ No newline at end of file diff --git a/public/img/emojis/artist_palette_3d.png b/public/img/emojis/artist_palette_3d.png new file mode 100644 index 00000000..e815352e Binary files /dev/null and b/public/img/emojis/artist_palette_3d.png differ