trypost/lang/en/sidebar.php
Paulo Castellano dc29d4dd48 fix(permissions): address code-review findings
- store(): members without connected accounts no longer get redirected into
  the now-admin-only /accounts (403); non-managers go to the calendar with
  the same flash, admins still go to /accounts
- cover the SyncPostPlatforms can('update') gate (viewer creates no platform
  rows; member does) and the store redirect split, in WorkspaceRolePermissions
- cover PostPolicy::duplicate viewer-denied
- docs sidebar link uses the canonical https://docs.trypost.it
- drop orphaned sidebar.support.{discord,last_updates} keys in all locales
- remove the explanatory isLocked comment in Edit.vue
2026-06-22 18:00:36 -03:00

61 lines
1.5 KiB
PHP

<?php
declare(strict_types=1);
return [
'workspaces' => 'Workspaces',
'select_workspace' => 'Select workspace',
'create_workspace' => 'Create workspace',
'create_post' => 'Create post',
'profile' => 'Profile',
'log_out' => 'Log out',
'workspace' => 'Workspace: :name',
'workspace_select' => 'Workspace: Select',
'theme' => 'Theme: :name',
'theme_light' => 'Light',
'theme_dark' => 'Dark',
'theme_system' => 'System',
'language' => 'Language: :name',
'language_select' => 'Language: Select',
'groups' => [
'posts' => 'Posts',
'workspace' => 'Workspace',
'others' => 'Others',
],
'analytics' => 'Analytics',
'automations' => 'Automations',
'settings' => 'Settings',
'posts' => [
'calendar' => 'Calendar',
'all' => 'All',
'scheduled' => 'Scheduled',
'posted' => 'Posted',
'drafts' => 'Drafts',
],
'workspace' => [
'connections' => 'Connections',
'signatures' => 'Signatures',
'labels' => 'Labels',
'assets' => 'Assets',
'api_keys' => 'API Keys',
],
'notifications' => 'Notifications',
'mark_all_read' => 'Mark all as read',
'mark_as_read' => 'Mark as read',
'archive_all' => 'Archive all',
'no_notifications' => 'No notifications',
'support' => [
'docs' => 'Documentation',
'referral' => 'Earn 30% referral',
'stay_updated' => 'Stay updated',
],
];