trypost/lang/pl/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' => 'Przestrzenie robocze',
'select_workspace' => 'Wybierz przestrzeń roboczą',
'create_workspace' => 'Utwórz przestrzeń roboczą',
'create_post' => 'Utwórz post',
'profile' => 'Profil',
'log_out' => 'Wyloguj się',
'workspace' => 'Przestrzeń robocza: :name',
'workspace_select' => 'Przestrzeń robocza: Wybierz',
'theme' => 'Motyw: :name',
'theme_light' => 'Jasny',
'theme_dark' => 'Ciemny',
'theme_system' => 'Systemowy',
'language' => 'Język: :name',
'language_select' => 'Język: Wybierz',
'groups' => [
'posts' => 'Posty',
'workspace' => 'Przestrzeń robocza',
'others' => 'Inne',
],
'analytics' => 'Analityka',
'automations' => 'Automatyzacje',
'settings' => 'Ustawienia',
'posts' => [
'calendar' => 'Kalendarz',
'all' => 'Wszystkie',
'scheduled' => 'Zaplanowane',
'posted' => 'Opublikowane',
'drafts' => 'Szkice',
],
'workspace' => [
'connections' => 'Połączenia',
'signatures' => 'Sygnatury',
'labels' => 'Etykiety',
'assets' => 'Zasoby',
'api_keys' => 'Klucze API',
],
'notifications' => 'Powiadomienia',
'mark_all_read' => 'Oznacz wszystkie jako przeczytane',
'mark_as_read' => 'Oznacz jako przeczytane',
'archive_all' => 'Zarchiwizuj wszystkie',
'no_notifications' => 'Brak powiadomień',
'support' => [
'docs' => 'Dokumentacja',
'referral' => 'Zarabiaj 30% z poleceń',
'stay_updated' => 'Bądź na bieżąco',
],
];