snipe-it/resources/lang/pl/admin/companies/message.php
Laravel Shift 934afa036f Adopt Laravel coding style
Shift automatically applies the Laravel coding style - which uses the PSR-2 coding style as a base with some minor additions.

You may customize the adopted coding style by adding your own [PHP CS Fixer][1] `.php_cs` config file to your project root. Feel free to use [Shift's Laravel ruleset][2] to help you get started.

[1]: https://github.com/FriendsOfPHP/PHP-CS-Fixer
[2]: https://gist.github.com/laravel-shift/cab527923ed2a109dda047b97d53c200
2021-06-10 20:15:52 +00:00

20 lines
873 B
PHP

<?php
return [
'does_not_exist' => 'Wskazana firma nie istnieje.',
'assoc_users' => 'Wybrana kategoria jest obecnie powiązana z co najmniej jednym typem urządzenia i nie może zostać usunięta. Uaktualnij swoją listę modeli urządzeń by nie zwierała tej kategorii, a następnie spróbuj ponownie. ',
'create' => [
'error' => 'Firma nie została utworzona, spróbuj ponownie.',
'success' => 'Firma utworzona pomyślnie.',
],
'update' => [
'error' => 'Firma nie została uaktualniona, spróbuj ponownie',
'success' => 'Firma została uaktualniona pomyślnie.',
],
'delete' => [
'confirm' => 'Czy na pewno chcesz usunąć tę firmę?',
'error' => 'Wystąpił problem podczas usuwania firmy. Spróbuj ponownie.',
'success' => 'Firma została usunięta pomyślnie.',
],
];