From 4594b7b5fa7fd9f601a2125c3ab228398d761f99 Mon Sep 17 00:00:00 2001 From: Xeltica Date: Mon, 22 Jul 2019 22:13:03 +0900 Subject: [PATCH] =?UTF-8?q?=E3=83=AA=E3=83=A2=E3=83=BC=E3=83=88=E6=83=85?= =?UTF-8?q?=E5=A0=B1=E6=9B=B4=E6=96=B0=E3=83=9C=E3=82=BF=E3=83=B3=E3=82=92?= =?UTF-8?q?=E3=83=A1=E3=83=8B=E3=83=A5=E3=83=BC=E3=81=AB=E8=BF=BD=E5=8A=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- locales/en-US.yml | 2 ++ locales/ja-JP.yml | 2 ++ .../app/common/views/components/user-menu.vue | 22 +++++++++++++++++-- 3 files changed, 24 insertions(+), 2 deletions(-) diff --git a/locales/en-US.yml b/locales/en-US.yml index 934c54b14b..8daa06773f 100644 --- a/locales/en-US.yml +++ b/locales/en-US.yml @@ -626,6 +626,8 @@ common/views/components/user-menu.vue: suspend-confirm: "Are you sure that you want to suspend this user?" unsuspend-confirm: "Are you sure that you want to unsuspend this user?" confirm: "Confirm" + update-remote-user: "Update information about remote user" + remote-user-updated: "The information regarding the remote user has been updated." common/views/components/poll.vue: vote-to: "Vote for '{}'" vote-count: "{} votes" diff --git a/locales/ja-JP.yml b/locales/ja-JP.yml index d5c2ebba82..0914b6ca1f 100644 --- a/locales/ja-JP.yml +++ b/locales/ja-JP.yml @@ -668,6 +668,8 @@ common/views/components/user-menu.vue: suspend-confirm: "このユーザーを凍結しますか?" unsuspend-confirm: "このユーザーを凍結解除しますか?" confirm: "確認" + update-remote-user: "リモートユーザー情報の更新" + remote-user-updated: "リモートユーザー情報を更新しました" common/views/components/poll.vue: vote-to: "「{}」に投票する" diff --git a/src/client/app/common/views/components/user-menu.vue b/src/client/app/common/views/components/user-menu.vue index 6a8ac75f85..bbe676eac0 100644 --- a/src/client/app/common/views/components/user-menu.vue +++ b/src/client/app/common/views/components/user-menu.vue @@ -7,7 +7,7 @@