mirror of
https://github.com/snipe/snipe-it.git
synced 2024-12-25 21:54:14 -08:00
Updated Croatian
Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
parent
c42c9cc832
commit
7c4e73d660
|
@ -16,5 +16,6 @@ return array(
|
||||||
'update' => 'Ažuriranje dodatne opreme',
|
'update' => 'Ažuriranje dodatne opreme',
|
||||||
'use_default_eula' => 'Umjesto toga upotrijebite <a href="#" data-toggle="modal" data-target="#eulaModal">primarnu postavku EULA</a>.',
|
'use_default_eula' => 'Umjesto toga upotrijebite <a href="#" data-toggle="modal" data-target="#eulaModal">primarnu postavku EULA</a>.',
|
||||||
'use_default_eula_disabled' => '<del>Uporedi primarnu zadanu EULA.</del> Nije postavljena primarna zadana EULA. Dodajte jednu u Postavke.',
|
'use_default_eula_disabled' => '<del>Uporedi primarnu zadanu EULA.</del> Nije postavljena primarna zadana EULA. Dodajte jednu u Postavke.',
|
||||||
|
'clone' => 'Clone Accessory',
|
||||||
|
|
||||||
);
|
);
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
return array(
|
return array(
|
||||||
|
|
||||||
'does_not_exist' => 'The accessory [:id] does not exist.',
|
'does_not_exist' => 'Dodatna oprema [:id] ne postoji.',
|
||||||
'assoc_users' => 'Ovaj pribor trenutačno ima: brojčanu stavku označenu korisnicima. Provjerite pribor i pokušajte ponovo.',
|
'assoc_users' => 'Ovaj pribor trenutačno ima: brojčanu stavku označenu korisnicima. Provjerite pribor i pokušajte ponovo.',
|
||||||
|
|
||||||
'create' => array(
|
'create' => array(
|
||||||
|
@ -24,6 +24,7 @@ return array(
|
||||||
'checkout' => array(
|
'checkout' => array(
|
||||||
'error' => 'Dodatak nije provjeren, pokušajte ponovo',
|
'error' => 'Dodatak nije provjeren, pokušajte ponovo',
|
||||||
'success' => 'Usluga je uspješno provjerena.',
|
'success' => 'Usluga je uspješno provjerena.',
|
||||||
|
'unavailable' => 'Accessory is not available for checkout. Check quantity available',
|
||||||
'user_does_not_exist' => 'Taj je korisnik nevažeći. Molim te pokušaj ponovno.'
|
'user_does_not_exist' => 'Taj je korisnik nevažeći. Molim te pokušaj ponovno.'
|
||||||
),
|
),
|
||||||
|
|
||||||
|
|
|
@ -1,14 +1,14 @@
|
||||||
<?php
|
<?php
|
||||||
|
|
||||||
return [
|
return [
|
||||||
'asset_maintenance_type' => 'Vrsta održavanja',
|
'asset_maintenance_type' => 'Asset Maintenance Type',
|
||||||
'title' => 'Titula',
|
'title' => 'Titula',
|
||||||
'start_date' => 'počeo',
|
'start_date' => 'Start Date',
|
||||||
'completion_date' => 'dovršen',
|
'completion_date' => 'Completion Date',
|
||||||
'cost' => 'cijena',
|
'cost' => 'cijena',
|
||||||
'is_warranty' => 'Poboljšanje jamstva',
|
'is_warranty' => 'Poboljšanje jamstva',
|
||||||
'asset_maintenance_time' => 'dana',
|
'asset_maintenance_time' => 'Asset Maintenance Time (in days)',
|
||||||
'notes' => 'Bilješke',
|
'notes' => 'Bilješke',
|
||||||
'update' => 'Ažuriraj',
|
'update' => 'Update Asset Maintenance',
|
||||||
'create' => 'Stvoriti'
|
'create' => 'Create Asset Maintenance'
|
||||||
];
|
];
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
return array(
|
return array(
|
||||||
|
|
||||||
'group_exists' => 'Grupa već postoji!',
|
'group_exists' => 'Grupa već postoji!',
|
||||||
'group_not_found' => 'Grupa [: id] ne postoji.',
|
'group_not_found' => 'Group ID :id does not exist.',
|
||||||
'group_name_required' => 'Polje naziva je obavezno',
|
'group_name_required' => 'Polje naziva je obavezno',
|
||||||
|
|
||||||
'success' => array(
|
'success' => array(
|
||||||
|
|
|
@ -2,8 +2,11 @@
|
||||||
|
|
||||||
return [
|
return [
|
||||||
'bulk_delete' => 'Potvrda opcije brisanja brisanja',
|
'bulk_delete' => 'Potvrda opcije brisanja brisanja',
|
||||||
|
'bulk_restore' => 'Confirm Bulk Restore Assets',
|
||||||
'bulk_delete_help' => 'U nastavku pregledajte materijale za skupnu brisanje. Nakon što se izbrisati, ta se sredstva mogu vratiti, ali više neće biti povezana s korisnicima kojima su trenutačno dodijeljeni.',
|
'bulk_delete_help' => 'U nastavku pregledajte materijale za skupnu brisanje. Nakon što se izbrisati, ta se sredstva mogu vratiti, ali više neće biti povezana s korisnicima kojima su trenutačno dodijeljeni.',
|
||||||
|
'bulk_restore_help' => 'Review the assets for bulk restoration below. Once restored, these assets will not be associated with any users they were previously assigned to.',
|
||||||
'bulk_delete_warn' => 'Izbrisat ćete: asset_count assets.',
|
'bulk_delete_warn' => 'Izbrisat ćete: asset_count assets.',
|
||||||
|
'bulk_restore_warn' => 'You are about to restore :asset_count assets.',
|
||||||
'bulk_update' => 'Skupna aktivacija ažuriranja',
|
'bulk_update' => 'Skupna aktivacija ažuriranja',
|
||||||
'bulk_update_help' => 'Ovaj vam obrazac omogućuje ažuriranje više imovine odjednom. Popunite polja koja su vam potrebna za promjenu. Sva polja koja su ostala prazna ostat će nepromijenjena.',
|
'bulk_update_help' => 'Ovaj vam obrazac omogućuje ažuriranje više imovine odjednom. Popunite polja koja su vam potrebna za promjenu. Sva polja koja su ostala prazna ostat će nepromijenjena.',
|
||||||
'bulk_update_warn' => 'You are about to edit the properties of a single asset.|You are about to edit the properties of :asset_count assets.',
|
'bulk_update_warn' => 'You are about to edit the properties of a single asset.|You are about to edit the properties of :asset_count assets.',
|
||||||
|
@ -45,7 +48,7 @@ return [
|
||||||
'asset_location_update_default' => 'Update only default location',
|
'asset_location_update_default' => 'Update only default location',
|
||||||
'asset_not_deployable' => 'That asset status is not deployable. This asset cannot be checked out.',
|
'asset_not_deployable' => 'That asset status is not deployable. This asset cannot be checked out.',
|
||||||
'asset_deployable' => 'That status is deployable. This asset can be checked out.',
|
'asset_deployable' => 'That status is deployable. This asset can be checked out.',
|
||||||
'processing_spinner' => 'Processing...',
|
'processing_spinner' => 'Processing... (This might take a bit of time on large files)',
|
||||||
'optional_infos' => 'Optional Information',
|
'optional_infos' => 'Optional Information',
|
||||||
'order_details' => 'Order Related Information'
|
'order_details' => 'Order Related Information'
|
||||||
];
|
];
|
||||||
|
|
|
@ -42,5 +42,6 @@ return [
|
||||||
'error_messages' => 'Error messages:',
|
'error_messages' => 'Error messages:',
|
||||||
'success_messages' => 'Success messages:',
|
'success_messages' => 'Success messages:',
|
||||||
'alert_details' => 'Please see below for details.',
|
'alert_details' => 'Please see below for details.',
|
||||||
'custom_export' => 'Custom Export'
|
'custom_export' => 'Custom Export',
|
||||||
|
'mfg_warranty_lookup' => ':manufacturer Warranty Status Lookup',
|
||||||
];
|
];
|
||||||
|
|
|
@ -22,6 +22,8 @@ return [
|
||||||
'restore' => [
|
'restore' => [
|
||||||
'error' => 'Imovina nije obnovljena, pokušajte ponovo',
|
'error' => 'Imovina nije obnovljena, pokušajte ponovo',
|
||||||
'success' => 'Imovina je uspješno obnovljena.',
|
'success' => 'Imovina je uspješno obnovljena.',
|
||||||
|
'bulk_success' => 'Asset restored successfully.',
|
||||||
|
'nothing_updated' => 'No assets were selected, so nothing was restored.',
|
||||||
],
|
],
|
||||||
|
|
||||||
'audit' => [
|
'audit' => [
|
||||||
|
|
|
@ -6,7 +6,7 @@ return array(
|
||||||
'deleted' => 'This model has been deleted.',
|
'deleted' => 'This model has been deleted.',
|
||||||
'bulk_delete' => 'Skupno brisanje modela imovine',
|
'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_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.',
|
'bulk_delete_warn' => 'You are about to delete one asset model.|You are about to delete :model_count asset models.',
|
||||||
'restore' => 'Vraćanje modela',
|
'restore' => 'Vraćanje modela',
|
||||||
'requestable' => 'Korisnici mogu zatražiti ovaj model',
|
'requestable' => 'Korisnici mogu zatražiti ovaj model',
|
||||||
'show_mac_address' => 'Prikaži polje MAC adrese u imovini ovog modela',
|
'show_mac_address' => 'Prikaži polje MAC adrese u imovini ovog modela',
|
||||||
|
|
|
@ -16,7 +16,7 @@ return array(
|
||||||
|
|
||||||
'update' => array(
|
'update' => array(
|
||||||
'error' => 'Model nije ažuriran, pokušajte ponovo',
|
'error' => 'Model nije ažuriran, pokušajte ponovo',
|
||||||
'success' => 'Model je uspješno ažuriran.'
|
'success' => 'Model je uspješno ažuriran.',
|
||||||
),
|
),
|
||||||
|
|
||||||
'delete' => array(
|
'delete' => array(
|
||||||
|
@ -32,12 +32,14 @@ return array(
|
||||||
|
|
||||||
'bulkedit' => array(
|
'bulkedit' => array(
|
||||||
'error' => 'Nijedna polja nisu promijenjena, tako da ništa nije ažurirano.',
|
'error' => 'Nijedna polja nisu promijenjena, tako da ništa nije ažurirano.',
|
||||||
'success' => 'Modeli su ažurirani.'
|
'success' => 'Model successfully updated. |:model_count models successfully updated.',
|
||||||
|
'warn' => 'You are about to update the properies of the following model: |You are about to edit the properties of the following :model_count models:',
|
||||||
|
|
||||||
),
|
),
|
||||||
|
|
||||||
'bulkdelete' => array(
|
'bulkdelete' => array(
|
||||||
'error' => 'Nijedan model nije odabran, tako da ništa nije izbrisano.',
|
'error' => 'Nijedan model nije odabran, tako da ništa nije izbrisano.',
|
||||||
'success' => ':success_count model(a) izbrisan(o)!',
|
'success' => 'Model deleted!|:success_count models deleted!',
|
||||||
'success_partial' => ':success_count model(a) je izbrisano, no :fail_count nije bilo moguće izbrisati jer još uvijek imaju imovinu povezanu s njima.'
|
'success_partial' => ':success_count model(a) je izbrisano, no :fail_count nije bilo moguće izbrisati jer još uvijek imaju imovinu povezanu s njima.'
|
||||||
),
|
),
|
||||||
|
|
||||||
|
|
|
@ -11,7 +11,7 @@ return [
|
||||||
'admin_cc_email_help' => 'Ako želite poslati kopiju checkin/checkout poruka e-pošte koje se šalju korisnicima na dodatni račun e-pošte, unesite ga ovdje. U suprotnom ostavite ovo polje prazno.',
|
'admin_cc_email_help' => 'Ako želite poslati kopiju checkin/checkout poruka e-pošte koje se šalju korisnicima na dodatni račun e-pošte, unesite ga ovdje. U suprotnom ostavite ovo polje prazno.',
|
||||||
'is_ad' => 'Ovo je poslužitelj Active Directory',
|
'is_ad' => 'Ovo je poslužitelj Active Directory',
|
||||||
'alerts' => 'Alerts',
|
'alerts' => 'Alerts',
|
||||||
'alert_title' => 'Update Alert Settings',
|
'alert_title' => 'Update Notification Settings',
|
||||||
'alert_email' => 'Pošaljite upozorenja za',
|
'alert_email' => 'Pošaljite upozorenja za',
|
||||||
'alert_email_help' => 'Email addresses or distribution lists you want alerts to be sent to, comma separated',
|
'alert_email_help' => 'Email addresses or distribution lists you want alerts to be sent to, comma separated',
|
||||||
'alerts_enabled' => 'Upozorenja su omogućena',
|
'alerts_enabled' => 'Upozorenja su omogućena',
|
||||||
|
@ -198,16 +198,21 @@ return [
|
||||||
'show_images_in_email' => 'Prikaži slike u e-porukama',
|
'show_images_in_email' => 'Prikaži slike u e-porukama',
|
||||||
'show_images_in_email_help' => 'Isključite ovaj okvir ako je vaša Snipe-IT instalacija iza VPN ili zatvorene mreže, a korisnici izvan mreže neće moći učitati slike poslužene s ove instalacije u njihovu e-poštu.',
|
'show_images_in_email_help' => 'Isključite ovaj okvir ako je vaša Snipe-IT instalacija iza VPN ili zatvorene mreže, a korisnici izvan mreže neće moći učitati slike poslužene s ove instalacije u njihovu e-poštu.',
|
||||||
'site_name' => 'Ime stranice',
|
'site_name' => 'Ime stranice',
|
||||||
|
'integrations' => 'Integrations',
|
||||||
'slack' => 'Slack',
|
'slack' => 'Slack',
|
||||||
'slack_title' => 'Update Slack Settings',
|
'general_webhook' => 'General Webhook',
|
||||||
'slack_help' => 'Slack settings',
|
'webhook' => ':app',
|
||||||
'slack_botname' => 'Slack Botname',
|
'webhook_presave' => 'Test to Save',
|
||||||
'slack_channel' => 'Slack Channel',
|
'webhook_title' => 'Update Webhook Settings',
|
||||||
'slack_endpoint' => 'Slack Endpoint',
|
'webhook_help' => 'Integration settings',
|
||||||
'slack_integration' => 'Zatezanje postavki',
|
'webhook_botname' => ':app Botname',
|
||||||
'slack_integration_help' => 'Slack integration is optional, however the endpoint and channel are required if you wish to use it. To configure Slack integration, you must first <a href=":slack_link" target="_new" rel="noopener">create an incoming webhook</a> on your Slack account. Click on the <strong>Test Slack Integration</strong> button to confirm your settings are correct before saving. ',
|
'webhook_channel' => ':app Channel',
|
||||||
'slack_integration_help_button' => 'Nakon što spremite svoje Slack podatke, pojavit će se gumb za testiranje.',
|
'webhook_endpoint' => ':app Endpoint',
|
||||||
'slack_test_help' => 'Provjerite je li vaša Slack integracija pravilno konfigurirana. NAJPRIJE MORATE POHRANITI SVOJE AŽURIRANE SLACK POSTAVKE.',
|
'webhook_integration' => ':app Settings',
|
||||||
|
'webhook_test' =>'Test :app integration',
|
||||||
|
'webhook_integration_help' => ':app integration is optional, however the endpoint and channel are required if you wish to use it. To configure :app integration, you must first <a href=":webhook_link" target="_new" rel="noopener">create an incoming webhook</a> on your :app account. Click on the <strong>Test :app Integration</strong> button to confirm your settings are correct before saving. ',
|
||||||
|
'webhook_integration_help_button' => 'Once you have saved your :app information, a test button will appear.',
|
||||||
|
'webhook_test_help' => 'Test whether your :app integration is configured correctly. YOU MUST SAVE YOUR UPDATED :app SETTINGS FIRST.',
|
||||||
'snipe_version' => 'Snipe-IT verzija',
|
'snipe_version' => 'Snipe-IT verzija',
|
||||||
'support_footer' => 'Podrška poveznica u podnožju ',
|
'support_footer' => 'Podrška poveznica u podnožju ',
|
||||||
'support_footer_help' => 'Navedite tko vidi poveznice na informacije o Snipe-IT podršci i korisničkom priručniku',
|
'support_footer_help' => 'Navedite tko vidi poveznice na informacije o Snipe-IT podršci i korisničkom priručniku',
|
||||||
|
@ -302,7 +307,7 @@ return [
|
||||||
'localization_keywords' => 'localization, currency, local, locale, time zone, timezone, international, internatinalization, language, languages, translation',
|
'localization_keywords' => 'localization, currency, local, locale, time zone, timezone, international, internatinalization, language, languages, translation',
|
||||||
'localization_help' => 'Language, date display',
|
'localization_help' => 'Language, date display',
|
||||||
'notifications' => 'Notifications',
|
'notifications' => 'Notifications',
|
||||||
'notifications_help' => 'Email alerts, audit settings',
|
'notifications_help' => 'Email Alerts & Audit Settings',
|
||||||
'asset_tags_help' => 'Incrementing and prefixes',
|
'asset_tags_help' => 'Incrementing and prefixes',
|
||||||
'labels' => 'Labels',
|
'labels' => 'Labels',
|
||||||
'labels_title' => 'Update Label Settings',
|
'labels_title' => 'Update Label Settings',
|
||||||
|
|
|
@ -33,12 +33,12 @@ return [
|
||||||
'testing_authentication' => 'Testing LDAP Authentication...',
|
'testing_authentication' => 'Testing LDAP Authentication...',
|
||||||
'authentication_success' => 'User authenticated against LDAP successfully!'
|
'authentication_success' => 'User authenticated against LDAP successfully!'
|
||||||
],
|
],
|
||||||
'slack' => [
|
'webhook' => [
|
||||||
'sending' => 'Sending Slack test message...',
|
'sending' => 'Sending :app test message...',
|
||||||
'success_pt1' => 'Success! Check the ',
|
'success_pt1' => 'Success! Check the ',
|
||||||
'success_pt2' => ' channel for your test message, and be sure to click SAVE below to store your settings.',
|
'success_pt2' => ' channel for your test message, and be sure to click SAVE below to store your settings.',
|
||||||
'500' => '500 Server Error.',
|
'500' => '500 Server Error.',
|
||||||
'error' => 'Something went wrong. Slack responded with: :error_message',
|
'error' => 'Something went wrong. :app responded with: :error_message',
|
||||||
'error_misc' => 'Something went wrong. :( ',
|
'error_misc' => 'Something went wrong. :( ',
|
||||||
]
|
]
|
||||||
];
|
];
|
||||||
|
|
|
@ -19,6 +19,8 @@ return [
|
||||||
'print_assigned' => 'Ispiši sve dodijeljeno',
|
'print_assigned' => 'Ispiši sve dodijeljeno',
|
||||||
'email_assigned' => 'Email List of All Assigned',
|
'email_assigned' => 'Email List of All Assigned',
|
||||||
'user_notified' => 'User has been emailed a list of their currently assigned items.',
|
'user_notified' => 'User has been emailed a list of their currently assigned items.',
|
||||||
|
'auto_assign_label' => 'Include this user when auto-assigning eligible licenses',
|
||||||
|
'auto_assign_help' => 'Skip this user in auto assignment of licenses',
|
||||||
'software_user' => 'Softver je provjeren na: ime',
|
'software_user' => 'Softver je provjeren na: ime',
|
||||||
'send_email_help' => 'You must provide an email address for this user to send them credentials. Emailing credentials can only be done on user creation. Passwords are stored in a one-way hash and cannot be retrieved once saved.',
|
'send_email_help' => 'You must provide an email address for this user to send them credentials. Emailing credentials can only be done on user creation. Passwords are stored in a one-way hash and cannot be retrieved once saved.',
|
||||||
'view_user' => 'Prikaži korisnika: ime',
|
'view_user' => 'Prikaži korisnika: ime',
|
||||||
|
@ -33,7 +35,6 @@ return [
|
||||||
'superadmin_permission_warning' => 'Only superadmins may grant a user superadmin access.',
|
'superadmin_permission_warning' => 'Only superadmins may grant a user superadmin access.',
|
||||||
'admin_permission_warning' => 'Only users with admins rights or greater may grant a user admin access.',
|
'admin_permission_warning' => 'Only users with admins rights or greater may grant a user admin access.',
|
||||||
'remove_group_memberships' => 'Remove Group Memberships',
|
'remove_group_memberships' => 'Remove Group Memberships',
|
||||||
'warning_deletion' => 'WARNING:',
|
|
||||||
'warning_deletion_information' => 'You are about to checkin ALL items from the :count user(s) listed below. Super admin names are highlighted in red.',
|
'warning_deletion_information' => 'You are about to checkin ALL items from the :count user(s) listed below. Super admin names are highlighted in red.',
|
||||||
'update_user_assets_status' => 'Update all assets for these users to this status',
|
'update_user_assets_status' => 'Update all assets for these users to this status',
|
||||||
'checkin_user_properties' => 'Check in all properties associated with these users',
|
'checkin_user_properties' => 'Check in all properties associated with these users',
|
||||||
|
@ -41,4 +42,13 @@ return [
|
||||||
'remote' => 'Remote',
|
'remote' => 'Remote',
|
||||||
'remote_help' => 'This can be useful if you need to filter by remote users who never or rarely come into your physical locations.',
|
'remote_help' => 'This can be useful if you need to filter by remote users who never or rarely come into your physical locations.',
|
||||||
'not_remote_label' => 'This is not a remote user',
|
'not_remote_label' => 'This is not a remote user',
|
||||||
|
'vip_label' => 'VIP user',
|
||||||
|
'vip_help' => 'This can be helpful to mark important people in your org if you would like to handle them in special ways.',
|
||||||
|
'create_user' => 'Create a user',
|
||||||
|
'create_user_page_explanation' => 'This is the account information you will use to access the site for the first time.',
|
||||||
|
'email_credentials' => 'Email credentials',
|
||||||
|
'email_credentials_text' => 'Email my credentials to the email address above',
|
||||||
|
'next_save_user' => 'Next: Save User',
|
||||||
|
'all_assigned_list_generation' => 'Generated on:',
|
||||||
|
'email_user_creds_on_create' => 'Email this user their credentials?',
|
||||||
];
|
];
|
|
@ -13,8 +13,8 @@ return array(
|
||||||
|
|
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
'failed' => 'These credentials do not match our records.',
|
'failed' => 'Vjerodajnice ne odgovaraju.',
|
||||||
'password' => 'The provided password is incorrect.',
|
'password' => 'Upisana lozinka je pogrešna.',
|
||||||
'throttle' => 'Too many login attempts. Please try again in :seconds seconds.',
|
'throttle' => 'Previše neuspješnih pokušaja prijave. Pokušajte ponovno za :sekunda sekunda.',
|
||||||
|
|
||||||
);
|
);
|
||||||
|
|
|
@ -4,21 +4,21 @@ return [
|
||||||
'actions' => 'akcije',
|
'actions' => 'akcije',
|
||||||
'add' => 'Dodaj novi',
|
'add' => 'Dodaj novi',
|
||||||
'cancel' => 'Otkazati',
|
'cancel' => 'Otkazati',
|
||||||
'checkin_and_delete' => 'Checkin All / Delete User',
|
'checkin_and_delete' => 'Dodijeli sve / Izbriši korisnika',
|
||||||
'delete' => 'Izbrisati',
|
'delete' => 'Izbrisati',
|
||||||
'edit' => 'Uredi',
|
'edit' => 'Uredi',
|
||||||
'restore' => 'Vratiti',
|
'restore' => 'Vratiti',
|
||||||
'remove' => 'Remove',
|
'remove' => 'Izbriši',
|
||||||
'request' => 'Zahtjev',
|
'request' => 'Zahtjev',
|
||||||
'submit' => 'podnijeti',
|
'submit' => 'podnijeti',
|
||||||
'upload' => 'Postavi',
|
'upload' => 'Postavi',
|
||||||
'select_file' => 'Odaberite datoteku ...',
|
'select_file' => 'Odaberite datoteku ...',
|
||||||
'select_files' => 'Odaberite datoteke...',
|
'select_files' => 'Odaberite datoteke...',
|
||||||
'generate_labels' => '{1} Generate Label|[2,*] Generate Labels',
|
'generate_labels' => '{1} Kreiraj barkod|[2,*] Kreiraj barkod',
|
||||||
'send_password_link' => 'Send Password Reset Link',
|
'send_password_link' => 'Pošalji link za ponovno postavljanje lozinke',
|
||||||
'go' => 'Go',
|
'go' => 'Ići',
|
||||||
'bulk_actions' => 'Bulk Actions',
|
'bulk_actions' => 'Masovne radnje',
|
||||||
'add_maintenance' => 'Add Maintenance',
|
'add_maintenance' => 'Dodati održavanje',
|
||||||
'append' => 'Append',
|
'append' => 'Prikačiti',
|
||||||
'new' => 'New',
|
'new' => 'Novi',
|
||||||
];
|
];
|
||||||
|
|
|
@ -45,7 +45,7 @@ return [
|
||||||
'bulk_edit' => 'Bulk Edit',
|
'bulk_edit' => 'Bulk Edit',
|
||||||
'bulk_delete' => 'Bulk Delete',
|
'bulk_delete' => 'Bulk Delete',
|
||||||
'bulk_actions' => 'Bulk Actions',
|
'bulk_actions' => 'Bulk Actions',
|
||||||
'bulk_checkin_delete' => 'Bulk Checkin Items from Users',
|
'bulk_checkin_delete' => 'Bulk Checkin / Delete Users',
|
||||||
'byod' => 'BYOD',
|
'byod' => 'BYOD',
|
||||||
'byod_help' => 'This device is owned by the user',
|
'byod_help' => 'This device is owned by the user',
|
||||||
'bystatus' => 'by Status',
|
'bystatus' => 'by Status',
|
||||||
|
@ -148,6 +148,7 @@ return [
|
||||||
'filetypes_accepted_help' => 'Accepted filetype is :types. Max upload size allowed is :size.|Accepted filetypes are :types. Max upload size allowed is :size.',
|
'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.',
|
'filetypes_size_help' => 'Max upload size allowed is :size.',
|
||||||
'image_filetypes_help' => 'Accepted filetypes are jpg, webp, png, gif, and svg. Max upload size allowed is :size.',
|
'image_filetypes_help' => 'Accepted filetypes are jpg, webp, png, gif, and svg. Max upload size allowed is :size.',
|
||||||
|
'unaccepted_image_type' => 'This image file was not readable. Accepted filetypes are jpg, webp, png, gif, and svg. The mimetype of this file is: :mimetype.',
|
||||||
'import' => 'Uvoz',
|
'import' => 'Uvoz',
|
||||||
'importing' => 'Importing',
|
'importing' => 'Importing',
|
||||||
'importing_help' => 'You can import assets, accessories, licenses, components, consumables, and users via CSV file. <br><br>The CSV should be comma-delimited and formatted with headers that match the ones in the <a href="https://snipe-it.readme.io/docs/importing" target="_new">sample CSVs in the documentation</a>.',
|
'importing_help' => 'You can import assets, accessories, licenses, components, consumables, and users via CSV file. <br><br>The CSV should be comma-delimited and formatted with headers that match the ones in the <a href="https://snipe-it.readme.io/docs/importing" target="_new">sample CSVs in the documentation</a>.',
|
||||||
|
@ -157,6 +158,8 @@ return [
|
||||||
'asset_maintenances' => 'Upravljanje imovinom',
|
'asset_maintenances' => 'Upravljanje imovinom',
|
||||||
'item' => 'Artikal',
|
'item' => 'Artikal',
|
||||||
'item_name' => 'Item Name',
|
'item_name' => 'Item Name',
|
||||||
|
'import_file' => 'import CSV file',
|
||||||
|
'import_type' => 'CSV import type',
|
||||||
'insufficient_permissions' => 'Nedovoljna dozvola!',
|
'insufficient_permissions' => 'Nedovoljna dozvola!',
|
||||||
'kits' => 'Predefined Kits',
|
'kits' => 'Predefined Kits',
|
||||||
'language' => 'Jezik',
|
'language' => 'Jezik',
|
||||||
|
@ -227,6 +230,7 @@ return [
|
||||||
'requested_assets_menu' => 'Requested Assets',
|
'requested_assets_menu' => 'Requested Assets',
|
||||||
'request_canceled' => 'Zahtjev je otkazan',
|
'request_canceled' => 'Zahtjev je otkazan',
|
||||||
'save' => 'Uštedjeti',
|
'save' => 'Uštedjeti',
|
||||||
|
'select_var' => 'Select :thing... ', // this will eventually replace all of our other selects
|
||||||
'select' => 'Izaberi',
|
'select' => 'Izaberi',
|
||||||
'select_all' => 'Select All',
|
'select_all' => 'Select All',
|
||||||
'search' => 'traži',
|
'search' => 'traži',
|
||||||
|
@ -249,8 +253,8 @@ return [
|
||||||
'signature' => 'Potpis',
|
'signature' => 'Potpis',
|
||||||
'signed_off_by' => 'Signed Off By',
|
'signed_off_by' => 'Signed Off By',
|
||||||
'skin' => 'Skin',
|
'skin' => 'Skin',
|
||||||
'slack_msg_note' => 'A slack message will be sent',
|
'webhook_msg_note' => 'A notification will be sent via webhook',
|
||||||
'slack_test_msg' => 'Oh hai! Looks like your Slack integration with Snipe-IT is working!',
|
'webhook_test_msg' => 'Oh hai! Looks like your :app integration with Snipe-IT is working!',
|
||||||
'some_features_disabled' => 'DEMO MODE: Neke su značajke onemogućene za ovu instalaciju.',
|
'some_features_disabled' => 'DEMO MODE: Neke su značajke onemogućene za ovu instalaciju.',
|
||||||
'site_name' => 'Ime stranice',
|
'site_name' => 'Ime stranice',
|
||||||
'state' => 'država',
|
'state' => 'država',
|
||||||
|
@ -262,7 +266,6 @@ return [
|
||||||
'sure_to_delete' => 'Jeste li sigurni da želite izbrisati',
|
'sure_to_delete' => 'Jeste li sigurni da želite izbrisati',
|
||||||
'submit' => 'podnijeti',
|
'submit' => 'podnijeti',
|
||||||
'target' => 'Cilj',
|
'target' => 'Cilj',
|
||||||
'toggle_navigation' => 'Toogle Navigation',
|
|
||||||
'time_and_date_display' => 'Prikaz vremena i datuma',
|
'time_and_date_display' => 'Prikaz vremena i datuma',
|
||||||
'total_assets' => 'Ukupna imovina',
|
'total_assets' => 'Ukupna imovina',
|
||||||
'total_licenses' => 'ukupne licence',
|
'total_licenses' => 'ukupne licence',
|
||||||
|
@ -384,7 +387,8 @@ return [
|
||||||
'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_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_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.',
|
'bulk_checkin_success' => 'The items for the selected users have been checked in.',
|
||||||
'set_to_null' => 'Delete values for this asset|Delete values for all :asset_count assets ',
|
'set_to_null' => 'Delete values for this asset|Delete values for all :asset_count assets ',
|
||||||
|
'set_users_field_to_null' => 'Delete :field values for this user|Delete :field values for all :user_count users ',
|
||||||
'na_no_purchase_date' => 'N/A - No purchase date provided',
|
'na_no_purchase_date' => 'N/A - No purchase date provided',
|
||||||
'assets_by_status' => 'Assets by Status',
|
'assets_by_status' => 'Assets by Status',
|
||||||
'assets_by_status_type' => 'Assets by Status Type',
|
'assets_by_status_type' => 'Assets by Status Type',
|
||||||
|
@ -403,7 +407,36 @@ return [
|
||||||
'toggle_navigation' => 'Toggle navigation',
|
'toggle_navigation' => 'Toggle navigation',
|
||||||
'alerts' => 'Alerts',
|
'alerts' => 'Alerts',
|
||||||
'tasks_view_all' => 'View all tasks',
|
'tasks_view_all' => 'View all tasks',
|
||||||
|
'true' => 'True',
|
||||||
|
'false' => 'False',
|
||||||
|
'integration_option' => 'Integration Option',
|
||||||
|
'log_does_not_exist' => 'No matching log record exists.',
|
||||||
|
'merge_users' => 'Merge Users',
|
||||||
|
'merge_information' => 'This will merge the :count users into a single user. Select the user you wish to merge the others into below, and the associated assets, licences, etc will be moved over to the selected user and the other users will be marked as deleted.',
|
||||||
|
'warning_merge_information' => 'This action CANNOT be undone and should ONLY be used when you need to merge users because of a bad import or sync. Be sure to run a backup first.',
|
||||||
|
'no_users_selected' => 'No users selected',
|
||||||
|
'not_enough_users_selected' => 'At least :count users must be selected',
|
||||||
|
'merge_success' => ':count users merged successfully into :into_username!',
|
||||||
|
'merged' => 'merged',
|
||||||
|
'merged_log_this_user_into' => 'Merged this user (ID :to_id - :to_username) into user ID :from_id (:from_username) ',
|
||||||
|
'merged_log_this_user_from' => 'Merged user ID :from_id (:from_username) into this user (ID :to_id - :to_username)',
|
||||||
|
'clear_and_save' => 'Clear & Save',
|
||||||
|
'update_existing_values' => 'Update Existing Values?',
|
||||||
|
'auto_incrementing_asset_tags_disabled_so_tags_required' => 'Generating auto-incrementing asset tags is disabled so all rows need to have the "Asset Tag" column populated.',
|
||||||
|
'auto_incrementing_asset_tags_enabled_so_now_assets_will_be_created' => 'Note: Generating auto-incrementing asset tags is enabled so assets will be created for rows that do not have "Asset Tag" populated. Rows that do have "Asset Tag" populated will be updated with the provided information.',
|
||||||
|
'send_welcome_email_to_users' => ' Send Welcome Email for new Users?',
|
||||||
|
'back_before_importing' => 'Backup before importing?',
|
||||||
|
'csv_header_field' => 'CSV Header Field',
|
||||||
|
'import_field' => 'Import Field',
|
||||||
|
'sample_value' => 'Sample Value',
|
||||||
|
'no_headers' => 'No Columns Found',
|
||||||
|
'error_in_import_file' => 'There was an error reading the CSV file: :error',
|
||||||
|
'percent_complete' => ':percent % Complete',
|
||||||
|
'errors_importing' => 'Some Errors occurred while importing: ',
|
||||||
|
'warning' => 'WARNING: :warning',
|
||||||
|
'success_redirecting' => '"Success... Redirecting.',
|
||||||
|
'setup_successful_migrations' => 'Your database tables have been created',
|
||||||
|
'setup_migration_output' => 'Migration output:',
|
||||||
|
'setup_migration_create_user' => 'Next: Create User',
|
||||||
|
'importer_generic_error' => 'Your file import is complete, but we did receive an error. This is usually caused by third-party API throttling from a notification webhook (such as Slack) and would not have interfered with the import itself, but you should confirm this.',
|
||||||
];
|
];
|
|
@ -15,7 +15,7 @@ return [
|
||||||
|
|
||||||
'more_info_title' => 'More Info',
|
'more_info_title' => 'More Info',
|
||||||
|
|
||||||
'audit_help' => 'Checking this box will edit the asset record to reflect this new location. Leaving it unchecked will simply note the location in the audit log.<br><br>Note that is this asset is checked out, it will not change the location of the person, asset or location it is checked out to.',
|
'audit_help' => 'Checking this box will edit the asset record to reflect this new location. Leaving it unchecked will simply note the location in the audit log.<br><br>Note that if this asset is checked out, it will not change the location of the person, asset or location it is checked out to.',
|
||||||
|
|
||||||
'assets' => 'Assets are items tracked by serial number or asset tag. They tend to be higher value items where identifying a specific item matters.',
|
'assets' => 'Assets are items tracked by serial number or asset tag. They tend to be higher value items where identifying a specific item matters.',
|
||||||
|
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
<?php
|
<?php
|
||||||
|
|
||||||
return [
|
return [
|
||||||
'sent' => 'If a matching user with a valid email address exists in our system, a password recovery email has been sent.',
|
'sent' => 'Ako odgovarajući korisnik s valjanom adresom e-pošte postoji u sustavu, poslan je email za oporavak lozinke.',
|
||||||
'user' => 'If a matching user with a valid email address exists in our system, a password recovery email has been sent.',
|
'user' => 'Ako odgovarajući korisnik s valjanom adresom e-pošte postoji u sustavu, poslan je email za oporavak lozinke.',
|
||||||
'token' => 'This password reset token is invalid or expired, or does not match the username provided.',
|
'token' => 'Token za poništavanje zaporke nije valjan, istekao je ili ne odgovara navedenom korisničkom računu.',
|
||||||
'reset' => 'Your password has been reset!',
|
'reset' => 'Vaša lozinka je resetirana!',
|
||||||
];
|
];
|
||||||
|
|
Loading…
Reference in a new issue