diff --git a/locales/ja-JP.yml b/locales/ja-JP.yml index 5f13524d0a81..478895e86ecc 100644 --- a/locales/ja-JP.yml +++ b/locales/ja-JP.yml @@ -259,6 +259,11 @@ watch: "ウォッチ" unwatch: "ウォッチ解除" accept: "許可" reject: "拒否" +instanceName: "インスタンス名" +instanceDescription: "インスタンスの紹介" +maintainerName: "管理者の名前" +maintainerEmail: "管理者のメールアドレス" +tosUrl: "インスタンス" _widgets: memo: "付箋" diff --git a/package.json b/package.json index 68d552a54abf..ba1f455c848c 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "misskey", - "author": "syuilo ", - "version": "12.0.0-alpha.1", + "author": "syuilo ", + "version": "12.0.0-alpha.2", "codename": "daybreak", "repository": { "type": "git", diff --git a/src/client/components/signup.vue b/src/client/components/signup.vue index b944641b8161..763b28a8b2a5 100644 --- a/src/client/components/signup.vue +++ b/src/client/components/signup.vue @@ -37,13 +37,13 @@

{{ $t('password-not-matched') }}

- + - {{ $t('tos') }} + {{ $t('tos') }}
- {{ $t('start') }} + {{ $t('start') }} diff --git a/src/client/pages/instance/index.vue b/src/client/pages/instance/index.vue index 5e5b66f447b4..76a25f08b44e 100644 --- a/src/client/pages/instance/index.vue +++ b/src/client/pages/instance/index.vue @@ -19,6 +19,19 @@ +
+
+ {{ $t('instanceName') }} + {{ $t('instanceDescription') }} + {{ $t('tosUrl') }} + {{ $t('maintainerName') }} + {{ $t('maintainerEmail') }} +
+ +
+
{{ $t('files') }}
@@ -56,8 +69,8 @@