Add full lang/ translations for fr, de, it, nl, pl, el, ja, ko, zh, ru, tr, and ar — all 23 base files each, with identical key trees to lang/en, preserved :placeholders and plural forms, and native product terminology.
61 lines
1.6 KiB
PHP
61 lines
1.6 KiB
PHP
<?php
|
|
|
|
declare(strict_types=1);
|
|
|
|
return [
|
|
'workspaces' => 'Workspaces',
|
|
'select_workspace' => 'Workspace auswählen',
|
|
'create_workspace' => 'Workspace erstellen',
|
|
'create_post' => 'Beitrag erstellen',
|
|
'profile' => 'Profil',
|
|
'log_out' => 'Abmelden',
|
|
|
|
'workspace' => 'Workspace: :name',
|
|
'workspace_select' => 'Workspace: Auswählen',
|
|
|
|
'theme' => 'Design: :name',
|
|
'theme_light' => 'Hell',
|
|
'theme_dark' => 'Dunkel',
|
|
'theme_system' => 'System',
|
|
|
|
'language' => 'Sprache: :name',
|
|
'language_select' => 'Sprache: Auswählen',
|
|
|
|
'groups' => [
|
|
'posts' => 'Beiträge',
|
|
'workspace' => 'Workspace',
|
|
'others' => 'Sonstiges',
|
|
],
|
|
|
|
'analytics' => 'Analytics',
|
|
'automations' => 'Automatisierungen',
|
|
'settings' => 'Einstellungen',
|
|
|
|
'posts' => [
|
|
'calendar' => 'Kalender',
|
|
'all' => 'Alle',
|
|
'scheduled' => 'Geplant',
|
|
'posted' => 'Veröffentlicht',
|
|
'drafts' => 'Entwürfe',
|
|
],
|
|
|
|
'workspace' => [
|
|
'connections' => 'Verbindungen',
|
|
'signatures' => 'Signaturen',
|
|
'labels' => 'Labels',
|
|
'assets' => 'Assets',
|
|
'api_keys' => 'API-Keys',
|
|
],
|
|
|
|
'notifications' => 'Benachrichtigungen',
|
|
'mark_all_read' => 'Alle als gelesen markieren',
|
|
'mark_as_read' => 'Als gelesen markieren',
|
|
'archive_all' => 'Alle archivieren',
|
|
'no_notifications' => 'Keine Benachrichtigungen',
|
|
|
|
'support' => [
|
|
'docs' => 'Dokumentation',
|
|
'referral' => '30% Provision verdienen',
|
|
'stay_updated' => 'Auf dem Laufenden bleiben',
|
|
],
|
|
];
|