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.
39 lines
1.3 KiB
PHP
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!',
|
|
],
|
|
];
|