trypost/lang/pl/brands.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

39 lines
1.3 KiB
PHP

<?php
return [
'new_brand' => 'Nowa marka',
'no_brands_yet' => 'Brak marek',
'no_brands_description' => 'Twórz marki, aby organizować konta społecznościowe według klienta lub projektu',
'accounts_count' => ':count kont',
'create' => [
'title' => 'Utwórz markę',
'description' => 'Nadaj marce nazwę, aby pogrupować konta społecznościowe',
'name' => 'Nazwa marki',
'name_placeholder' => 'np. Acme Corp, Osobiste',
'submit' => 'Utwórz markę',
'submitting' => 'Tworzenie...',
],
'edit' => [
'title' => 'Edytuj markę',
'description' => 'Zaktualizuj nazwę tej marki',
'name' => 'Nazwa marki',
'name_placeholder' => 'np. Acme Corp, Osobiste',
'submit' => 'Zapisz zmiany',
'submitting' => 'Zapisywanie...',
],
'delete' => [
'title' => 'Usuń markę',
'description' => 'Czy na pewno chcesz usunąć tę markę? Konta społecznościowe zostaną odłączone, ale nie usunięte.',
'confirm' => 'Usuń',
'cancel' => 'Anuluj',
],
'flash' => [
'created' => 'Marka została pomyślnie utworzona!',
'updated' => 'Marka została pomyślnie zaktualizowana!',
'deleted' => 'Marka została pomyślnie usunięta!',
],
];