Deploy Ladill Hosting / deploy (push) Successful in 26s
Route-based subtitle and page titles replace plain app labels in mobile topbars, and the Afia AI button is visible on mobile across topbars and mobile-page-header screens. Co-authored-by: Cursor <cursoragent@cursor.com>
23 lines
710 B
PHP
23 lines
710 B
PHP
<?php
|
|
|
|
return [
|
|
'app_name' => 'Hosting',
|
|
'default_title' => 'Dashboard',
|
|
'patterns' => [
|
|
'hosting.dashboard' => 'Dashboard',
|
|
'hosting.index' => 'Dashboard',
|
|
'hosting.search' => 'Search',
|
|
'hosting.single-domain' => 'Single Domain',
|
|
'hosting.multi-domain' => 'Multi Domain',
|
|
'hosting.wordpress' => 'WordPress',
|
|
'hosting.accounts.*' => 'Accounts',
|
|
'hosting.orders.*' => 'Orders',
|
|
'hosting.panel.*' => 'Control panel',
|
|
'account.wallet' => 'Wallet',
|
|
'account.billing' => 'Billing',
|
|
'account.team*' => 'Team',
|
|
'account.settings' => 'Settings',
|
|
'notifications.*' => 'Notifications',
|
|
],
|
|
];
|