add: approval section in control panel

This commit is contained in:
Mar0xy 2023-10-20 00:02:01 +02:00
parent fc5d75f8d4
commit 142f500f4b
No known key found for this signature in database
GPG key ID: 56569BBE47D2C828
7 changed files with 199 additions and 1 deletions

View file

@ -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
View file

@ -37,6 +37,7 @@ export interface Locale {
"uploading": string;
"save": string;
"users": string;
"approvals": string;
"addUser": string;
"favorite": string;
"favorites": string;

View file

@ -34,6 +34,7 @@ signup: "新規登録"
uploading: "アップロード中"
save: "保存"
users: "ユーザー"
approvals: "承認"
addUser: "ユーザーを追加"
favorite: "お気に入り"
favorites: "お気に入り"