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:
@@ -377,7 +377,11 @@
|
||||
"selectPlatform": "Выберите платформу",
|
||||
"app": "приложение",
|
||||
"apps": "приложений",
|
||||
"tutorial": "Инструкция"
|
||||
"tutorial": "Инструкция",
|
||||
"notConfigured": "Способы подключения ещё не настроены",
|
||||
"notConfiguredUser": "Настройка подключения в процессе. Пожалуйста, загляните позже.",
|
||||
"notConfiguredAdmin": "Приложения для подключения не настроены. Настройте их в разделе Приложения.",
|
||||
"goToApps": "Перейти к настройке приложений"
|
||||
},
|
||||
"myDevices": "Мои устройства",
|
||||
"noDevices": "Нет подключенных устройств",
|
||||
|
||||
Reference in New Issue
Block a user