trypost/lang/el/sidebar.php
Paulo Castellano f62b4bb4a5
Unify sidebar workspace and account menus (#240)
* Unify sidebar workspace and account menus.

Merge workspace switching, profile, billing, and language into one header dropdown, move notifications beside it, pin support links to the footer, and add Workspace Settings to the nav — without MCP or onboarding residual.

Co-authored-by: Cursor <cursoragent@cursor.com>

* Remove Workspace Settings from the sidebar nav.

Settings already lives in the unified account menu; keep the workspace group free for items like MCP later.

Co-authored-by: Cursor <cursoragent@cursor.com>

* Cover sidebar menu role gates in browser tests.

Assert account/workspace settings visibility for owner, admin, member, and self-hosted so the unified menu stays aligned with WorkspacePolicy.

Co-authored-by: Cursor <cursoragent@cursor.com>

* Rename sidebar wait helper to avoid Pest browser collision.

waitForTestId was already declared in MobileEditorTest, which fataled the e2e suite when listing Browser tests.

Co-authored-by: Cursor <cursoragent@cursor.com>

* Add sidebar menu browser coverage for workspace viewers.

Co-authored-by: Cursor <cursoragent@cursor.com>

---------

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-08-05 21:33:16 -03:00

64 lines
2.2 KiB
PHP
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?php
declare(strict_types=1);
return [
'workspaces' => 'Workspaces',
'select_workspace' => 'Επιλογή workspace',
'create_workspace' => 'Δημιουργία workspace',
'create_post' => 'Δημιουργία δημοσίευσης',
'profile' => 'Προφίλ',
'my_account' => 'Ο λογαριασμός μου',
'account_settings' => 'Λογαριασμός και χρέωση',
'workspace_settings' => 'Ρυθμίσεις workspace',
'log_out' => 'Αποσύνδεση',
'workspace' => 'Workspace: :name',
'workspace_select' => 'Workspace: Επιλογή',
'theme' => 'Θέμα: :name',
'theme_light' => 'Φωτεινό',
'theme_dark' => 'Σκοτεινό',
'theme_system' => 'Συστήματος',
'language' => 'Γλώσσα: :name',
'language_select' => 'Γλώσσα: Επιλογή',
'groups' => [
'posts' => 'Δημοσιεύσεις',
'workspace' => 'Workspace',
'others' => 'Άλλα',
],
'analytics' => 'Στατιστικά',
'automations' => 'Αυτοματισμοί',
'settings' => 'Ρυθμίσεις',
'posts' => [
'calendar' => 'Ημερολόγιο',
'all' => 'Όλες',
'scheduled' => 'Προγραμματισμένες',
'posted' => 'Δημοσιευμένες',
'drafts' => 'Πρόχειρα',
],
'workspace' => [
'connections' => 'Συνδέσεις',
'signatures' => 'Υπογραφές',
'labels' => 'Ετικέτες',
'assets' => 'Στοιχεία',
'api_keys' => 'Κλειδιά API',
],
'notifications' => 'Ειδοποιήσεις',
'mark_all_read' => 'Επισήμανση όλων ως αναγνωσμένων',
'mark_as_read' => 'Επισήμανση ως αναγνωσμένου',
'archive_all' => 'Αρχειοθέτηση όλων',
'no_notifications' => 'Δεν υπάρχουν ειδοποιήσεις',
'support' => [
'docs' => 'Τεκμηρίωση',
'referral' => 'Κερδίστε 30% από συστάσεις',
'stay_updated' => 'Μείνετε ενημερωμένοι',
],
];