diff --git a/locales/en.yml b/locales/en.yml index f9c326250..891fae308 100644 --- a/locales/en.yml +++ b/locales/en.yml @@ -403,6 +403,10 @@ desktop/views/pages/user/user.friends.vue: loading: "Loading" no-users: "No users" +desktop/views/pages/user/user.header.vue: + is-remote: "This user is not a user of Misskey, so the information is not accurate." + view-remote: "See accurate information" + desktop/views/pages/user/user.home.vue: last-used-at: "Last used at" @@ -585,6 +589,8 @@ mobile/views/pages/user.vue: overview: "Overview" timeline: "Timeline" media: "Media" + is-remote: "This user is not a user of Misskey, so the information is not accurate." + view-remote: "See accurate information" mobile/views/pages/user/home.vue: recent-notes: "Recent notes" diff --git a/locales/ja.yml b/locales/ja.yml index 40d2a6d21..1f70f4203 100644 --- a/locales/ja.yml +++ b/locales/ja.yml @@ -403,6 +403,10 @@ desktop/views/pages/user/user.friends.vue: loading: "読み込み中" no-users: "よく話すユーザーはいません" +desktop/views/pages/user/user.header.vue: + is-remote: "このユーザーはMisskeyのユーザーではないため情報が正確ではありません。" + view-remote: "正確な情報を見る" + desktop/views/pages/user/user.home.vue: last-used-at: "最終アクセス" @@ -585,6 +589,8 @@ mobile/views/pages/user.vue: overview: "概要" timeline: "タイムライン" media: "メディア" + is-remote: "このユーザーはMisskeyのユーザーではないため情報が正確ではありません。" + view-remote: "正確な情報を見る" mobile/views/pages/user/home.vue: recent-notes: "最近の投稿" diff --git a/package.json b/package.json index de80b48cb..9558d3bfd 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "misskey", "author": "syuilo ", - "version": "0.0.4876", + "version": "0.0.4895", "codename": "nighthike", "license": "MIT", "description": "A miniblog-based SNS", diff --git a/src/client/app/desktop/views/components/note-detail.vue b/src/client/app/desktop/views/components/note-detail.vue index 50bbb7698..b62a7cfd6 100644 --- a/src/client/app/desktop/views/components/note-detail.vue +++ b/src/client/app/desktop/views/components/note-detail.vue @@ -2,7 +2,7 @@