Make project table associated with the user

This commit is contained in:
Takeshi Kimata
2024-05-22 22:33:21 +09:00
parent 704f20239e
commit 7a0bb63e7b
17 changed files with 174 additions and 24 deletions

View File

@@ -62,11 +62,15 @@
"actions": "Actions",
"project_name": "Project Name",
"project_detail": "Project Detail",
"public": "Public",
"if_you_make_public": "If you make project public, everyone who has access to this site will be able to view it.",
"close": "Close",
"create": "Create",
"update": "Update",
"please_enter": "Please enter project name",
"no_projects_found": "No projects found"
"no_projects_found": "No projects found",
"you_need_signed_in": "You need signed in",
"sign_in": "Sign in"
},
"Project": {
"home": "Home",