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.5 KiB
PHP
61 lines
1.5 KiB
PHP
<?php
|
|
|
|
declare(strict_types=1);
|
|
|
|
return [
|
|
'workspaces' => 'Workspace',
|
|
'select_workspace' => 'Seleziona workspace',
|
|
'create_workspace' => 'Crea workspace',
|
|
'create_post' => 'Crea post',
|
|
'profile' => 'Profilo',
|
|
'log_out' => 'Esci',
|
|
|
|
'workspace' => 'Workspace: :name',
|
|
'workspace_select' => 'Workspace: Seleziona',
|
|
|
|
'theme' => 'Tema: :name',
|
|
'theme_light' => 'Chiaro',
|
|
'theme_dark' => 'Scuro',
|
|
'theme_system' => 'Sistema',
|
|
|
|
'language' => 'Lingua: :name',
|
|
'language_select' => 'Lingua: Seleziona',
|
|
|
|
'groups' => [
|
|
'posts' => 'Post',
|
|
'workspace' => 'Workspace',
|
|
'others' => 'Altro',
|
|
],
|
|
|
|
'analytics' => 'Statistiche',
|
|
'automations' => 'Automazioni',
|
|
'settings' => 'Impostazioni',
|
|
|
|
'posts' => [
|
|
'calendar' => 'Calendario',
|
|
'all' => 'Tutti',
|
|
'scheduled' => 'Programmati',
|
|
'posted' => 'Pubblicati',
|
|
'drafts' => 'Bozze',
|
|
],
|
|
|
|
'workspace' => [
|
|
'connections' => 'Connessioni',
|
|
'signatures' => 'Firme',
|
|
'labels' => 'Etichette',
|
|
'assets' => 'Risorse',
|
|
'api_keys' => 'Chiavi API',
|
|
],
|
|
|
|
'notifications' => 'Notifiche',
|
|
'mark_all_read' => 'Segna tutte come lette',
|
|
'mark_as_read' => 'Segna come letta',
|
|
'archive_all' => 'Archivia tutte',
|
|
'no_notifications' => 'Nessuna notifica',
|
|
|
|
'support' => [
|
|
'docs' => 'Documentazione',
|
|
'referral' => 'Guadagna il 30% di referral',
|
|
'stay_updated' => 'Resta aggiornato',
|
|
],
|
|
];
|