管理画面でユーザーを状態でフィルタできるように (#3873)
This commit is contained in:
parent
826a2466b7
commit
203fba0216
3 changed files with 168 additions and 2 deletions
|
@ -1255,6 +1255,14 @@ admin/views/users.vue:
|
|||
createdAtDesc: "登録日時が新しい順"
|
||||
updatedAtAsc: "更新日時が古い順"
|
||||
updatedAtDesc: "更新日時が新しい順"
|
||||
state:
|
||||
title: "状態"
|
||||
all: "すべて"
|
||||
admin: "管理者"
|
||||
moderator: "モデレーター"
|
||||
adminOrModerator: "管理者+モデレーター"
|
||||
verified: "公式アカウント"
|
||||
suspended: "凍結済み"
|
||||
origin:
|
||||
title: "オリジン"
|
||||
combined: "ローカル+リモート"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue