56 lines
1.4 KiB
PHP
56 lines
1.4 KiB
PHP
<?php
|
|
|
|
return [
|
|
'workspaces' => 'Workspaces',
|
|
'select_workspace' => 'Select workspace',
|
|
'create_workspace' => 'Create workspace',
|
|
'create_post' => 'Create post',
|
|
'profile' => 'Profile',
|
|
'account' => 'Account',
|
|
'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',
|
|
'configuration' => 'Configurations',
|
|
'support' => 'Support',
|
|
],
|
|
|
|
'posts' => [
|
|
'calendar' => 'Calendar',
|
|
'all' => 'All',
|
|
'scheduled' => 'Scheduled',
|
|
'posted' => 'Posted',
|
|
'drafts' => 'Drafts',
|
|
],
|
|
|
|
'config' => [
|
|
'connections' => 'Connections',
|
|
'hashtags' => 'Hashtags',
|
|
'labels' => 'Labels',
|
|
'settings' => 'Settings',
|
|
],
|
|
|
|
'notifications' => 'Notifications',
|
|
'mark_all_read' => 'Mark all as read',
|
|
'mark_as_read' => 'Mark as read',
|
|
'archive_all' => 'Archive all',
|
|
'no_notifications' => 'No notifications',
|
|
|
|
'support' => [
|
|
'discord' => 'Discord',
|
|
'share_feedback' => 'Share feedback',
|
|
'last_updates' => 'Last Updates',
|
|
'docs' => 'Documentation',
|
|
],
|
|
];
|