feat: show projects link when not own any projects (#104)

This commit is contained in:
Takeshi Kimata
2024-11-21 22:23:12 +09:00
committed by GitHub
parent 85b6285cd3
commit 19889e0b03
4 changed files with 19 additions and 5 deletions

View File

@@ -111,7 +111,9 @@
"your_projects": "Your Projects",
"public": "Public",
"private": "Private",
"no_projects_found": "No projects found"
"no_projects_found": "No projects found",
"not_own_any_projects": "You don't own any projects.",
"find_projects": "Find projects"
},
"Admin": {
"user_management": "User Management",

View File

@@ -112,7 +112,8 @@
"your_projects": "保有プロジェクト",
"public": "パブリック",
"private": "プライベート",
"no_projects_found": "プロジェクトがありません"
"not_own_any_projects": "所有しているプロジェクトがありません。",
"find_projects": "プロジェクトを探す"
},
"Admin": {
"user_management": "ユーザー管理",