This commit is contained in:
syuilo 2018-04-15 18:38:40 +09:00
parent 10e3411020
commit a9ea405c0c
6 changed files with 53 additions and 9 deletions

View file

@ -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"

View file

@ -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: "最近の投稿"