add: approval section in control panel
This commit is contained in:
parent
fc5d75f8d4
commit
142f500f4b
7 changed files with 199 additions and 1 deletions
|
@ -34,6 +34,7 @@ signup: "Sign Up"
|
|||
uploading: "Uploading..."
|
||||
save: "Save"
|
||||
users: "Users"
|
||||
approvals: "Approvals"
|
||||
addUser: "Add a user"
|
||||
favorite: "Add to favorites"
|
||||
favorites: "Favorites"
|
||||
|
|
1
locales/index.d.ts
vendored
1
locales/index.d.ts
vendored
|
@ -37,6 +37,7 @@ export interface Locale {
|
|||
"uploading": string;
|
||||
"save": string;
|
||||
"users": string;
|
||||
"approvals": string;
|
||||
"addUser": string;
|
||||
"favorite": string;
|
||||
"favorites": string;
|
||||
|
|
|
@ -34,6 +34,7 @@ signup: "新規登録"
|
|||
uploading: "アップロード中"
|
||||
save: "保存"
|
||||
users: "ユーザー"
|
||||
approvals: "承認"
|
||||
addUser: "ユーザーを追加"
|
||||
favorite: "お気に入り"
|
||||
favorites: "お気に入り"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue