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' => 'Workspaces',
|
|
'select_workspace' => 'Workspace selecteren',
|
|
'create_workspace' => 'Workspace aanmaken',
|
|
'create_post' => 'Post aanmaken',
|
|
'profile' => 'Profiel',
|
|
'log_out' => 'Uitloggen',
|
|
|
|
'workspace' => 'Workspace: :name',
|
|
'workspace_select' => 'Workspace: Selecteren',
|
|
|
|
'theme' => 'Thema: :name',
|
|
'theme_light' => 'Licht',
|
|
'theme_dark' => 'Donker',
|
|
'theme_system' => 'Systeem',
|
|
|
|
'language' => 'Taal: :name',
|
|
'language_select' => 'Taal: Selecteren',
|
|
|
|
'groups' => [
|
|
'posts' => 'Posts',
|
|
'workspace' => 'Workspace',
|
|
'others' => 'Overige',
|
|
],
|
|
|
|
'analytics' => 'Statistieken',
|
|
'automations' => 'Automatiseringen',
|
|
'settings' => 'Instellingen',
|
|
|
|
'posts' => [
|
|
'calendar' => 'Kalender',
|
|
'all' => 'Alle',
|
|
'scheduled' => 'Gepland',
|
|
'posted' => 'Geplaatst',
|
|
'drafts' => 'Concepten',
|
|
],
|
|
|
|
'workspace' => [
|
|
'connections' => 'Koppelingen',
|
|
'signatures' => 'Handtekeningen',
|
|
'labels' => 'Labels',
|
|
'assets' => 'Assets',
|
|
'api_keys' => 'API-sleutels',
|
|
],
|
|
|
|
'notifications' => 'Meldingen',
|
|
'mark_all_read' => 'Alles als gelezen markeren',
|
|
'mark_as_read' => 'Als gelezen markeren',
|
|
'archive_all' => 'Alles archiveren',
|
|
'no_notifications' => 'Geen meldingen',
|
|
|
|
'support' => [
|
|
'docs' => 'Documentatie',
|
|
'referral' => 'Verdien 30% referral',
|
|
'stay_updated' => 'Blijf op de hoogte',
|
|
],
|
|
];
|