mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-14 01:24:06 -08:00
934afa036f
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
19 lines
1.2 KiB
PHP
19 lines
1.2 KiB
PHP
<?php
|
|
|
|
return [
|
|
'about_models_title' => 'O Modelach aktywów',
|
|
'about_models_text' => 'Modele aktywów są sposobem grupowania identycznych aktywów. "MBP 2013", "IPhone 6s", itp.',
|
|
'deleted' => 'Model został usunięty. <a href="/hardware/models/:model_id/restore">Kliknij aby przywrócić</a>.',
|
|
'bulk_delete' => 'Zbiorcze usuwanie modeli aktywów',
|
|
'bulk_delete_help' => 'Użyj poniższych pól wyboru, aby potwierdzić usunięcie wybranych modeli zasobów. Modele zasobów z którymi są powiązane zasoby, nie mogą zostać usunięte, dopóki zasoby nie zostaną powiązane z innym modelem.',
|
|
'bulk_delete_warn' => 'Zamierzasz usunąć :model_count modeli aktywów.',
|
|
'restore' => 'Przywróć Model',
|
|
'requestable' => 'Użytkownicy mogą zażądać tego modelu',
|
|
'show_mac_address' => 'Pokaż pole MAC adresu tego modelu w aktywach',
|
|
'view_deleted' => 'Pokaż usunięte',
|
|
'view_models' => 'Pokaż Modele',
|
|
'fieldset' => 'Zestaw pól',
|
|
'no_custom_field' => 'Brak niestandardowych pól',
|
|
'add_default_values' => 'Dodaj wartości domyślne',
|
|
];
|