mirror of
https://github.com/chillpadclub/bedolaga-cabinet.git
synced 2026-07-28 17:43:47 +00:00
feat: add empty state for connection page when no apps configured
Show different messages depending on user role: - Regular users see a friendly "check back later" message - Admins see a prompt with a link to /admin/apps settings
This commit is contained in:
@@ -307,7 +307,11 @@
|
||||
"selectPlatform": "选择平台",
|
||||
"app": "个应用",
|
||||
"apps": "个应用",
|
||||
"tutorial": "教程"
|
||||
"tutorial": "教程",
|
||||
"notConfigured": "连接方式尚未配置",
|
||||
"notConfiguredUser": "连接设置正在进行中,请稍后再来查看。",
|
||||
"notConfiguredAdmin": "尚未配置连接应用。请在应用设置中进行配置。",
|
||||
"goToApps": "前往应用设置"
|
||||
},
|
||||
"additionalOptions": {
|
||||
"title": "附加选项",
|
||||
|
||||
Reference in New Issue
Block a user