1
0

add: approval section in control panel

This commit is contained in:
Mar0xy
2023-10-20 00:02:01 +02:00
parent fc5d75f8d4
commit 142f500f4b
7 changed files with 199 additions and 1 deletions
+1
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
View File
@@ -37,6 +37,7 @@ export interface Locale {
"uploading": string;
"save": string;
"users": string;
"approvals": string;
"addUser": string;
"favorite": string;
"favorites": string;
+1
View File
@@ -34,6 +34,7 @@ signup: "新規登録"
uploading: "アップロード中"
save: "保存"
users: "ユーザー"
approvals: "承認"
addUser: "ユーザーを追加"
favorite: "お気に入り"
favorites: "お気に入り"