trypost/lang/it/sidebar.php
Paulo Castellano 6797706921 Translate the interface into 12 languages
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.
2026-07-03 15:38:40 -03:00

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',
],
];