snipe-it/resources/lang/sr-CS/general.php

376 lines
20 KiB
PHP
Raw Normal View History

2018-07-18 08:55:38 -07:00
<?php
return [
2018-10-26 15:51:38 -07:00
'accessories' => 'Dodatna oprema',
2018-09-28 11:54:52 -07:00
'activated' => 'Aktiviran',
2018-07-18 08:55:38 -07:00
'accessory' => 'Accessory',
'accessory_report' => 'Accessory Report',
2018-09-28 11:54:52 -07:00
'action' => 'Akcija',
'activity_report' => 'Izveštaj o aktivnostima',
'address' => 'Adresa',
2018-07-18 08:55:38 -07:00
'admin' => 'Admin',
'administrator' => 'Administrator',
2018-09-28 11:54:52 -07:00
'add_seats' => 'Dodana mesta',
'all_assets' => 'Sve imovine',
'all' => 'Sve',
'archived' => 'Arhivirano',
'asset_models' => 'Modeli imovine',
2018-07-18 08:55:38 -07:00
'asset_model' => 'Model',
2018-09-28 11:54:52 -07:00
'asset' => 'Imovina',
'asset_report' => 'Izveštaj o imovini',
'asset_tag' => 'Oznaka imovine',
'asset_tags' => 'Oznake imovine',
'assets_available' => 'Dostupna imovina',
'accept_assets' => 'Prihvati imovinu :name',
'accept_assets_menu' => 'Prihvati imovinu',
2018-09-28 11:54:52 -07:00
'audit' => 'Revizija',
'audit_report' => 'Zapisnik revizije',
'assets' => 'Imovina',
'assigned_to' => 'Zadužen :name',
2018-09-28 11:54:52 -07:00
'avatar_delete' => 'Obriši avatar',
'avatar_upload' => 'Učitaj avatar',
'back' => 'Nazad',
'bad_data' => 'Ništa nije pronađeno. Možda loši podaci?',
'bulkaudit' => 'Skupna revizija',
'bulkaudit_status' => 'Status revizije',
2018-07-18 08:55:38 -07:00
'bulk_checkout' => 'Bulk Checkout',
'bulk_edit' => 'Masovno uređivanje',
'bulk_delete' => 'Masovno brisanje',
'bulk_actions' => 'Masovne radnje',
'bulk_checkin_delete' => 'Bulk Checkin Items from Users',
'bystatus' => 'prema statusu',
2018-09-28 11:54:52 -07:00
'cancel' => 'Otkazati',
'categories' => 'Kategorije',
'category' => 'Kategorija',
'change' => 'In / Out',
'changeemail' => 'Promeni email adresu',
'changepassword' => 'Promeni lozinku',
2018-07-18 08:55:38 -07:00
'checkin' => 'Checkin',
'checkin_from' => 'Checkin from',
'checkout' => 'Checkout',
'checkouts_count' => 'Checkouts',
'checkins_count' => 'Checkins',
2018-09-28 11:54:52 -07:00
'user_requests_count' => 'Zahtevi',
'city' => 'Grad',
'click_here' => 'Kliknite ovde',
2018-09-28 11:54:52 -07:00
'clear_selection' => 'Poništi izbor',
'companies' => 'Firme',
'company' => 'Firma',
'component' => 'Komponenta',
'components' => 'Komponente',
'complete' => 'Završeno',
2018-09-28 11:54:52 -07:00
'consumable' => 'Potrošni materijal',
'consumables' => 'Potrošni materijal',
'country' => 'Zemlja',
'create' => 'Napravi novi unos',
'created' => 'Stavka kreirana',
'created_asset' => 'kreirana imovina',
'created_at' => 'Kreirano',
'created_by' => 'Kreirao',
'record_created' => 'Zapis kreiran',
2018-09-28 11:54:52 -07:00
'updated_at' => 'Ažurirano',
2018-07-18 08:55:38 -07:00
'currency' => '$', // this is deprecated
'current' => 'Current',
'current_password' => 'Trenutna lozinka',
'customize_report' => 'Prilagodi izveštaj',
2018-09-28 11:54:52 -07:00
'custom_report' => 'Prilagođeni izveštaj o imovini',
2018-07-18 08:55:38 -07:00
'dashboard' => 'Dashboard',
2018-09-28 11:54:52 -07:00
'days' => 'dana',
'days_to_next_audit' => 'Dana do sledeće revizije',
'date' => 'Datum',
'debug_warning' => 'Upozorenje!',
2018-07-18 08:55:38 -07:00
'debug_warning_text' => 'This application is running in production mode with debugging enabled. This can expose sensitive data if your application is accessible to the outside world. Disable debug mode by setting the <code>APP_DEBUG</code> value in your <code>.env</code> file to <code>false</code>.',
2018-09-28 11:54:52 -07:00
'delete' => 'Izbrisati',
'delete_confirm' => 'Jeste li sigurni da želite izbrisati :item?',
'deleted' => 'Izbrisano',
'delete_seats' => 'Izbrisana mesta',
'deletion_failed' => 'Neuspelo brisanje',
2018-07-18 08:55:38 -07:00
'departments' => 'Departments',
'department' => 'Department',
2018-09-28 11:54:52 -07:00
'deployed' => 'Razmešteno',
'depreciation' => 'Amortizacija',
'depreciations' => 'Amortizacije',
2018-09-28 11:54:52 -07:00
'depreciation_report' => 'Izvještaj o amortizaciji',
'details' => 'Detalji',
2018-07-18 08:55:38 -07:00
'download' => 'Download',
'download_all' => 'Preuzmi sve',
2018-09-28 11:54:52 -07:00
'editprofile' => 'Uredi svoj profil',
2018-07-18 08:55:38 -07:00
'eol' => 'EOL',
'email_domain' => 'Email Domain',
'email_format' => 'Email Format',
'employee_number' => 'Broj zaposlenog',
2019-05-21 19:17:00 -07:00
'email_domain_help' => 'Ovo se koristi za generisanje e-mail adrese prilikom uvoza',
'error' => 'Greška',
'exclude_archived' => 'Exclude Archived Assets',
'exclude_deleted' => 'Exclude Deleted Assets',
'example' => 'Primer: ',
2019-05-21 19:17:00 -07:00
'filastname_format' => 'Prvo slovo imena Prezime (jsmith@example.com)',
'firstname_lastname_format' => 'Ime Prezime (jane.smith@example.com)',
'firstname_lastname_underscore_format' => 'Ime Prezime (jane_smith@example.com)',
'lastnamefirstinitial_format' => 'Prezime Prvo slovo imena (smithj@example.com)',
'firstintial_dot_lastname_format' => 'Inicijal imena Prezime (j.smith@example.com)',
2018-09-28 11:54:52 -07:00
'first' => 'Prvi',
'firstnamelastname' => 'Ime Prezime (janesmith@example.com)',
'lastname_firstinitial' => 'Prezime inicijal Imena (smith_j@example.com)',
'firstinitial.lastname' => 'Inicijal imena Prezime (j.smith@example.com)',
'firstnamelastinitial' => 'Ime inicijal Prezimena (janes@example.com)',
2018-09-28 11:54:52 -07:00
'first_name' => 'Ime',
'first_name_format' => 'Ime (jane@example.com)',
'files' => 'Datoteke',
'file_name' => 'Datoteka',
'file_type' => 'Tip datoteke',
'filesize' => 'Veličina datoteke',
2018-09-28 11:54:52 -07:00
'file_uploads' => 'Prenos datoteka',
'file_upload' => 'Otpremanje datoteke',
2018-07-18 08:55:38 -07:00
'generate' => 'Generate',
'generate_labels' => 'Generiši nalepnice',
'github_markdown' => 'This field accepts <a href="https://help.github.com/articles/github-flavored-markdown/">Github flavored markdown</a>.',
2018-09-28 11:54:52 -07:00
'groups' => 'Grupe',
2018-07-18 08:55:38 -07:00
'gravatar_email' => 'Gravatar Email Address',
'gravatar_url' => '<a href="http://gravatar.com"><small>Promeni svoj avatar na Gravatar.com</small></a>.',
2018-07-18 08:55:38 -07:00
'history' => 'History',
'history_for' => 'History for',
'id' => 'ID',
2018-09-28 11:54:52 -07:00
'image' => 'Slika',
'image_delete' => 'Izbriši sliku',
'include_deleted' => 'Include Deleted Assets',
2018-07-18 08:55:38 -07:00
'image_upload' => 'Upload Image',
'filetypes_accepted_help' => 'Accepted filetype is :types. Max upload size allowed is :size.|Accepted filetypes are :types. Max upload size allowed is :size.',
'filetypes_size_help' => 'Max upload size allowed is :size.',
'image_filetypes_help' => 'Prihvatljivi tipovi datoteka su jpg, webp, png, gif i svg. Maksimalna veličina datoteke je :size.',
2018-07-18 08:55:38 -07:00
'import' => 'Import',
'importing' => 'Uvoženje',
'importing_help' => 'Možete uvesti imovinu, opremu, licence, komponente, potrošnu robu i korisnike uz pomoć CSV datoteke. <br><br>Podaci u CSV datoteci trebaju biti odvojeni zarezom i formatirani sa zaglavljima koji se poklapaju sa <a href="https://snipe-it.readme.io/docs/importing" target="_new">primerima CSV-a u dokumentaciji</a>.',
2018-07-18 08:55:38 -07:00
'import-history' => 'Import History',
2018-09-28 11:54:52 -07:00
'asset_maintenance' => 'Održavanje imovine',
'asset_maintenance_report' => 'Izveštaj o održavanju imovine',
'asset_maintenances' => 'Održavanja imovine',
'item' => 'Stavka',
'item_name' => 'Naziv stavke',
2018-09-28 11:54:52 -07:00
'insufficient_permissions' => 'Nedovoljna dozvola!',
'kits' => 'Kompleti opreme',
2018-09-28 11:54:52 -07:00
'language' => 'Jezik',
'last' => 'Poslednji',
'last_login' => 'Poslednja prijava',
'last_name' => 'Prezime',
'license' => 'Licenca',
'license_report' => 'Izveštaj o licenci',
'licenses_available' => 'dostupne licence',
'licenses' => 'Licence',
'list_all' => 'Lista svih',
'loading' => 'Učitavanje... molim sačekajte....',
'lock_passwords' => 'This field value will not be saved in a demo installation.',
2018-07-18 08:55:38 -07:00
'feature_disabled' => 'This feature has been disabled for the demo installation.',
2018-09-28 11:54:52 -07:00
'location' => 'Lokacija',
'locations' => 'Lokacije',
'logo_size' => 'Kvadratni logoi najbolje izgledaju sa Logo + Tekst. Maksimalna veličina prikaza logoa je 50px visine x 500px širine. ',
'logout' => 'Odjava',
2018-09-28 11:54:52 -07:00
'lookup_by_tag' => 'Pretraživanje pomoću oznake imovine',
'maintenances' => 'Održavanja',
'manage_api_keys' => 'Upravljate API ključevima',
2018-09-28 11:54:52 -07:00
'manufacturer' => 'Proizvođač',
'manufacturers' => 'Proizvođači',
'markdown' => 'Ovo polje dopušta <a href="https://help.github.com/articles/github-flavored-markdown/">Github verziju markdown</a>.',
'min_amt' => 'Min. Kol',
'min_amt_help' => 'Minimalni broj stavki koje bi trebale biti dostupne pre nego što se aktivira upozorenje. Ostavite polje Min. količinu prazno ako ne želite da primate obaveštenja za malu količinu u inventaru.',
2018-09-28 11:54:52 -07:00
'model_no' => 'Model br.',
'months' => 'meseci',
'moreinfo' => 'Više informacija',
'name' => 'Ime',
'new_password' => 'Nova lozinka',
2018-09-28 11:54:52 -07:00
'next' => 'Sledeći',
'next_audit_date' => 'Sledeći datum revizije',
'last_audit' => 'Poslednja revizija',
'new' => 'novi!',
'no_depreciation' => 'Nema amortizacije',
'no_results' => 'Nema rezultata.',
'no' => 'Ne',
'notes' => 'Zabeleške',
'order_number' => 'Broj narudžbe',
'only_deleted' => 'Only Deleted Assets',
2018-07-18 08:55:38 -07:00
'page_menu' => 'Showing _MENU_ items',
'pagination_info' => 'Showing _START_ to _END_ of _TOTAL_ items',
2018-09-28 11:54:52 -07:00
'pending' => 'Na čekanju',
'people' => 'Ljudi',
2019-05-21 19:17:00 -07:00
'per_page' => 'Rezultati po stranici',
'previous' => 'Prethodna',
'processing' => 'Obrađuje se',
'profile' => 'Vaš profil',
2018-10-26 15:51:38 -07:00
'purchase_cost' => 'Trošak nabavke',
2019-05-21 19:17:00 -07:00
'purchase_date' => 'Datum kupovine',
'qty' => 'KOL',
'quantity' => 'Količina',
'quantity_minimum' => 'You have :count items below or almost below minimum quantity levels',
'quickscan_checkin' => 'Brzo razduživanje',
'quickscan_checkin_status' => 'Status razduženja',
2019-05-21 19:17:00 -07:00
'ready_to_deploy' => 'Spremna za raspoređivanje',
'recent_activity' => 'Nedavna aktivnost',
'remaining' => 'Preostalo',
2019-05-21 19:17:00 -07:00
'remove_company' => 'Ukloni asocijaciju sa firmom',
2018-10-26 15:51:38 -07:00
'reports' => 'Izveštaji',
2019-05-21 19:17:00 -07:00
'restored' => 'vraćeno u prethodno stanje',
'restore' => 'Povrati',
'requestable_models' => 'Zatraživi modeli',
2019-05-21 19:17:00 -07:00
'requested' => 'Tražena',
'requested_date' => 'Datum zatraživanja',
'requested_assets' => 'Zatražena imovina',
'requested_assets_menu' => 'Zatražena imovina',
2019-05-21 19:17:00 -07:00
'request_canceled' => 'Zahtev je otkazan',
'save' => 'Sačuvaj',
'select' => 'Označi',
'select_all' => 'Izaberi sve',
2019-05-21 19:17:00 -07:00
'search' => 'Pretraga',
'select_category' => 'Izaberite kategoriju',
'select_department' => 'Izaberite odeljenje',
2019-05-21 19:17:00 -07:00
'select_depreciation' => 'Izaberite vrstu amortizacije',
'select_location' => 'Izaberite lokaciju',
'select_manufacturer' => 'Izaberite proizvođača',
'select_model' => 'Izaberite Model',
2018-10-26 15:51:38 -07:00
'select_supplier' => 'Odaberite dobavljača',
2019-05-21 19:17:00 -07:00
'select_user' => 'Izaberite Korisnika',
'select_date' => 'Izaberite Datum (GGGG-MM-DD)',
'select_statuslabel' => 'Izaberite Status',
'select_company' => 'Odaberite Firmu',
2018-10-26 15:51:38 -07:00
'select_asset' => 'Odaberi sredstvo',
2019-05-21 19:17:00 -07:00
'settings' => 'Podešavanja',
'show_deleted' => 'Prikaži Izbrisane',
'show_current' => 'Prikaži Trenutne',
'sign_in' => 'Prijavite se',
'signature' => 'Potpis',
'signed_off_by' => 'Signed Off By',
2019-05-21 19:17:00 -07:00
'skin' => 'Izgledi',
'slack_msg_note' => 'A slack message will be sent',
'slack_test_msg' => 'Oh hai! Looks like your Slack integration with Snipe-IT is working!',
2019-05-21 19:17:00 -07:00
'some_features_disabled' => 'DEMO MOD: Neke funkcije su onemogućene za ovu instalaciju.',
2018-10-26 15:51:38 -07:00
'site_name' => 'Naziv sajta',
2019-05-21 19:17:00 -07:00
'state' => 'Savezna država',
'status_labels' => 'Oznake Statusa',
2018-07-18 08:55:38 -07:00
'status' => 'Status',
'accept_eula' => 'Ugovor o prihvatanju',
2018-10-26 15:51:38 -07:00
'supplier' => 'Dobavljač',
'suppliers' => 'Dobavljači',
2019-05-21 19:17:00 -07:00
'sure_to_delete' => 'Da li ste sigurni da želite izbrisati',
2018-07-18 08:55:38 -07:00
'submit' => 'Submit',
2018-09-28 11:54:52 -07:00
'target' => 'Cilj',
'toggle_navigation' => 'Navigacioni meni',
2018-09-28 11:54:52 -07:00
'time_and_date_display' => 'Prikaz vremena i datuma',
'total_assets' => 'ukupna imovina',
'total_licenses' => 'ukupne licence',
'total_accessories' => 'ukupni pribor',
'total_consumables' => 'ukupni potrošni materijal',
'type' => 'Tip',
2018-07-18 08:55:38 -07:00
'undeployable' => 'Un-deployable',
2018-09-28 11:54:52 -07:00
'unknown_admin' => 'Nepoznati administrator',
'username_format' => 'Format korisničkog imena',
'username' => 'Korisničko ime',
2018-09-28 11:54:52 -07:00
'update' => 'Ažuriraj',
'upload_filetypes_help' => 'Dozvoljeni tipovi datoteka su png, gif, jpg, jpeg, doc, docx, pdf, xls, xlsx, txt, lic, xml, zip, rtf i rar. Maksimalna veličina datoteke je :size.',
2018-07-18 08:55:38 -07:00
'uploaded' => 'Uploaded',
2018-09-28 11:54:52 -07:00
'user' => 'Korisnik',
2018-07-18 08:55:38 -07:00
'accepted' => 'accepted',
'declined' => 'declined',
2018-09-28 11:54:52 -07:00
'unaccepted_asset_report' => 'Neprihvaćene imovine',
'users' => 'Korisnici',
'viewall' => 'Prikaži svе',
2018-09-28 11:54:52 -07:00
'viewassets' => 'Prikaz dodijeljene imovine',
'viewassetsfor' => 'Prikaži imovinu korisnika :name',
2018-07-18 08:55:38 -07:00
'website' => 'Website',
2018-09-28 11:54:52 -07:00
'welcome' => 'Dobrodošli, :name',
'years' => 'godine',
'yes' => 'Da',
2018-07-18 08:55:38 -07:00
'zip' => 'Zip',
'noimage' => 'Nije prenesena slika ili slika nije pronađena.',
'token_expired' => 'Sesija za obrazac je istekla. Molim pokušajte ponovo.',
'login_enabled' => 'Prijava je omogućena',
'audit_due' => 'Spremno za reviziju',
'audit_overdue' => 'Preko roka za reviziju',
'accept' => 'Prihvati :asset',
'i_accept' => 'Prihvatam',
'i_decline' => 'Odbijam',
'accept_decline' => 'Prihvati/odbij',
'sign_tos' => 'Potpišite se ispod kako bi potvrdili da prihvatate uslove korišćenja:',
'clear_signature' => 'Ukloni potpis',
'show_help' => 'Prikaži pomoć',
'hide_help' => 'Sakrij pomoć',
'view_all' => 'prikaži sve',
'hide_deleted' => 'Sakrij obrisano',
'email' => 'E-pošta',
'do_not_change' => 'Ne menjaj',
'bug_report' => 'Prijavi grešku',
'user_manual' => 'Korisničko uputstvo',
'setup_step_1' => 'Korak 1',
'setup_step_2' => 'Korak 2',
'setup_step_3' => 'Korak 3',
'setup_step_4' => 'Korak 4',
'setup_config_check' => 'Provera podešavanja',
'setup_create_database' => 'Kreiraj tabele baze podataka',
'setup_create_admin' => 'Kreiraj admin korisnika',
'setup_done' => 'Završeno!',
'bulk_edit_about_to' => 'You are about to edit the following: ',
'checked_out' => 'Zaduženo',
'checked_out_to' => 'Zaduženo',
'fields' => 'Polja',
'last_checkout' => 'Poslednje zaduženje',
'due_to_checkin' => 'The following :count items are due to be checked in soon:',
'expected_checkin' => 'Očekivano razduženje',
'reminder_checked_out_items' => 'This is a reminder of the items currently checked out to you. If you feel this list is inaccurate (something is missing, or something appears here that you believe you never received), please email :reply_to_name at :reply_to_address.',
'changed' => 'Izmenjeno',
'to' => 'Za',
'report_fields_info' => '<p>Izaberite polja koja želite da uključite u svom prilagođenom izveštaju i kliknite na dugme Generiši. Datoteka (custom-asset-report-YYYY-mm-dd.csv) će automatski biti preuzeta i možete je otvoriti u Excel-u.</p>
<p>Ako želite da izvezete samo određenu imovinu, koristite opcije ispod da bi ste detaljno filtrirali vaš rezultat.</p>',
'range' => 'Raspon',
'bom_remark' => 'Dodaj BOM (byte-order mark) ovom CSV-u',
'improvements' => 'Unapređenja',
'information' => 'Informacija',
'permissions' => 'Dozvole',
'managed_ldap' => '(Upravlja se kroz LDAP)',
'export' => 'Izvoz',
'ldap_sync' => 'LDAP sinhronizacija',
'ldap_user_sync' => 'LDAP sinhronizacija korisnika',
'synchronize' => 'Sinhronizuj',
'sync_results' => 'Rezultati sinhronizacije',
'license_serial' => 'Serijski broj',
'invalid_category' => 'Neispravna kategorija',
'dashboard_info' => 'This is your dashboard. There are many like it, but this one is yours.',
'60_percent_warning' => '60% Complete (warning)',
2022-07-04 14:57:54 -07:00
'dashboard_empty' => 'It looks like you have not added anything yet, so we do not have anything awesome to display. Get started by adding some assets, accessories, consumables, or licenses now!',
'new_asset' => 'Nova imovina',
'new_license' => 'Nova licenca',
'new_accessory' => 'New Accessory',
'new_consumable' => 'Nov potrošni materijal',
'collapse' => 'Skupi',
'assigned' => 'Dodeljeno',
'asset_count' => 'Količina imovine',
'accessories_count' => 'Accessories Count',
'consumables_count' => 'Količina potrošne robe',
'components_count' => 'Količina komponenti',
'licenses_count' => 'Količina licenci',
'notification_error' => 'Greška:',
'notification_error_hint' => 'Please check the form below for errors',
'notification_success' => 'Uspeh:',
'notification_warning' => 'Upozorenje:',
'notification_info' => 'Informacija:',
'asset_information' => 'Informacije o imovini',
'model_name' => 'Naziv modela:',
'asset_name' => 'Naziv imovine:',
'consumable_information' => 'Consumable Information:',
'consumable_name' => 'Consumable Name:',
'accessory_information' => 'Accessory Information:',
'accessory_name' => 'Accessory Name:',
'clone_item' => 'Kloniraj stavku',
'checkout_tooltip' => 'Zaduži ovu stavku',
'checkin_tooltip' => 'Razduži ovu stavku',
'checkout_user_tooltip' => 'Zaduži ovu stavku korisniku',
'maintenance_mode' => 'The service is temporarily unavailable for system updates. Please check back later.',
'maintenance_mode_title' => 'Sistem je privremeno nedostupan',
'ldap_import' => 'User password should not be managed by LDAP. (This allows you to send forgotten password requests.)',
'purge_not_allowed' => 'Purging deleted data has been disabled in the .env file. Contact support or your systems administrator.',
'backup_delete_not_allowed' => 'Deleting backups has been disabled in the .env file. Contact support or your systems administrator.',
'additional_files' => 'Dodatne datoteke',
'shitty_browser' => 'Nije detektovan potpis. Ako koristite stariji pregledač, molim vas koristite moderniji pregledač kako bi ste završili prihvatanje imovine.',
'bulk_soft_delete' =>'Also soft-delete these users. Their asset history will remain intact unless/until you purge deleted records in the Admin Settings.',
'bulk_checkin_delete_success' => 'Your selected users have been deleted and their items have been checked in.',
'bulk_checkin_success' => 'The items for the selected users have been checked in.',
];