trypost/lang/fr/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.6 KiB
PHP

<?php
declare(strict_types=1);
return [
'workspaces' => 'Espaces de travail',
'select_workspace' => 'Sélectionner un espace de travail',
'create_workspace' => 'Créer un espace de travail',
'create_post' => 'Créer une publication',
'profile' => 'Profil',
'log_out' => 'Se déconnecter',
'workspace' => 'Espace de travail : :name',
'workspace_select' => 'Espace de travail : Sélectionner',
'theme' => 'Thème : :name',
'theme_light' => 'Clair',
'theme_dark' => 'Sombre',
'theme_system' => 'Système',
'language' => 'Langue : :name',
'language_select' => 'Langue : Sélectionner',
'groups' => [
'posts' => 'Publications',
'workspace' => 'Espace de travail',
'others' => 'Autres',
],
'analytics' => 'Statistiques',
'automations' => 'Automatisations',
'settings' => 'Paramètres',
'posts' => [
'calendar' => 'Calendrier',
'all' => 'Toutes',
'scheduled' => 'Programmées',
'posted' => 'Publiées',
'drafts' => 'Brouillons',
],
'workspace' => [
'connections' => 'Connexions',
'signatures' => 'Signatures',
'labels' => 'Étiquettes',
'assets' => 'Médias',
'api_keys' => 'Clés API',
],
'notifications' => 'Notifications',
'mark_all_read' => 'Tout marquer comme lu',
'mark_as_read' => 'Marquer comme lu',
'archive_all' => 'Tout archiver',
'no_notifications' => 'Aucune notification',
'support' => [
'docs' => 'Documentation',
'referral' => 'Gagnez 30 % de parrainage',
'stay_updated' => 'Rester informé',
],
];