mirror of
https://github.com/snipe/snipe-it.git
synced 2025-01-03 18:07:41 -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 modelu imovine',
|
|
'about_models_text' => 'Modeli imovine su način grupiranja identične imovine. "MBP 2013", "IPhone 6s" itd.',
|
|
'deleted' => 'Ovaj je model izbrisan. <a href="/hardware/models/:model_id/restore">Kliknite ovdje da biste ga vratili</a>.',
|
|
'bulk_delete' => 'Skupno brisanje modela imovine',
|
|
'bulk_delete_help' => 'Koristeći checkbox-ove niže potvrdite brisanje odabranih modela imovine. Modeli imovine koji na sebi imaju povezanu imovinu se ne mogu brisati dok se imovina ne poveže sa drugim modelom.',
|
|
'bulk_delete_warn' => 'Izbrisati ćete :model_count model(a) imovine.',
|
|
'restore' => 'Vraćanje modela',
|
|
'requestable' => 'Korisnici mogu zatražiti ovaj model',
|
|
'show_mac_address' => 'Prikaži polje MAC adrese u imovini ovog modela',
|
|
'view_deleted' => 'Prikaži izbrisano',
|
|
'view_models' => 'Pogledajte modele',
|
|
'fieldset' => 'Fieldset',
|
|
'no_custom_field' => 'Nema prilagođenih polja',
|
|
'add_default_values' => 'Dodajte zadane vrijednosti',
|
|
];
|