{"ui.panel.developer-tools.tabs.assist.title":"Sentences parser","ui.panel.developer-tools.tabs.assist.description":"Enter sentences and see how they will be parsed by ioBroker. Each line will be processed as an individual sentence. Intents will not be executed on your instance.","ui.panel.developer-tools.tabs.assist.parse_sentences":"Parse sentences","ui.panel.developer-tools.tabs.assist.sentences":"Sentences","ui.panel.developer-tools.tabs.assist.download_results":"Download results","ui.panel.developer-tools.tabs.assist.no_match":"No intent matched","ui.panel.developer-tools.tabs.assist.language":"Language","ui.panel.developer-tools.tabs.debug.title":"Debug tools","ui.panel.developer-tools.tabs.debug.debug_connection.title":"Debug connection","ui.panel.developer-tools.tabs.debug.debug_connection.description":"Observe requests to the server and responses from the server in browser console.","ui.panel.developer-tools.tabs.events.title":"Događanja","ui.panel.developer-tools.tabs.events.description":"Pokreni događaj na sabirnici događaja.","ui.panel.developer-tools.tabs.events.documentation":"Dokumentacija događaja","ui.panel.developer-tools.tabs.events.type":"Vrsta događaja","ui.panel.developer-tools.tabs.events.data":"Podaci o događaju (YAML, opcionalno)","ui.panel.developer-tools.tabs.events.fire_event":"Pokreni događaj","ui.panel.developer-tools.tabs.events.event_fired":"Događaj {name} je pokrenut","ui.panel.developer-tools.tabs.events.active_listeners":"Aktivni slušaoci","ui.panel.developer-tools.tabs.events.count_listeners":"({count} {count, plural,\n  one {listener}\n  other {listeners}\n})","ui.panel.developer-tools.tabs.events.listen_to_events":"Slušaj događaje","ui.panel.developer-tools.tabs.events.listening_to":"Slušaj","ui.panel.developer-tools.tabs.events.subscribe_to":"Događaj na koji se treba pretplatiti","ui.panel.developer-tools.tabs.events.start_listening":"Počni slušati","ui.panel.developer-tools.tabs.events.stop_listening":"Prestani slušati","ui.panel.developer-tools.tabs.events.clear_events":"Clear events","ui.panel.developer-tools.tabs.events.alert_event_type":"Vrsta događaja je obavezno polje","ui.panel.developer-tools.tabs.events.notification_event_fired":"Događaj {type} uspješno pokrenut!","ui.panel.developer-tools.tabs.events.subscribe_failed":"Failed to subscribe to event: {error}","ui.panel.developer-tools.tabs.actions.title":"Actions","ui.panel.developer-tools.tabs.actions.description":"The actions dev tool allows you to perform any action available in ioBroker.","ui.panel.developer-tools.tabs.actions.call_service":"Perform action","ui.panel.developer-tools.tabs.actions.response":"Response","ui.panel.developer-tools.tabs.actions.column_parameter":"Parameter","ui.panel.developer-tools.tabs.actions.column_description":"Description","ui.panel.developer-tools.tabs.actions.column_example":"Example","ui.panel.developer-tools.tabs.actions.fill_example_data":"Fill example data","ui.panel.developer-tools.tabs.actions.yaml_mode":"Go to YAML mode","ui.panel.developer-tools.tabs.actions.ui_mode":"Go to UI mode","ui.panel.developer-tools.tabs.actions.yaml_parameters":"Parameters only available in YAML mode","ui.panel.developer-tools.tabs.actions.all_parameters":"All available parameters","ui.panel.developer-tools.tabs.actions.accepts_target":"This action accepts a target, for example: `entity_id: light.bed_light`","ui.panel.developer-tools.tabs.actions.no_template_ui_support":"The UI does not support templates, you can still use the YAML editor.","ui.panel.developer-tools.tabs.actions.copy_clipboard_template":"Copy to clipboard (template)","ui.panel.developer-tools.tabs.actions.errors.ui.no_action":"No action selected, please select an action","ui.panel.developer-tools.tabs.actions.errors.ui.invalid_action":"Selected action is invalid, please select a valid action","ui.panel.developer-tools.tabs.actions.errors.ui.no_target":"This action requires a target, please select a target from the picker","ui.panel.developer-tools.tabs.actions.errors.ui.missing_required_field":"This action requires field {key}, please enter a valid value for {key}","ui.panel.developer-tools.tabs.actions.errors.yaml.invalid_yaml":"Action YAML contains syntax errors, please fix the syntax","ui.panel.developer-tools.tabs.actions.errors.yaml.no_action":"No action defined, please define an 'action:' key","ui.panel.developer-tools.tabs.actions.errors.yaml.invalid_action":"Defined action is invalid, please provide an action in the format domain.action","ui.panel.developer-tools.tabs.actions.errors.yaml.no_target":"This action requires a target, please define a target 'entity_id', 'device_id', or 'area_id' under 'target:' or 'data:'","ui.panel.developer-tools.tabs.actions.errors.yaml.missing_required_field":"This action requires field {key}, which must be provided under 'data:'","ui.panel.developer-tools.tabs.states.title":"Statusi","ui.panel.developer-tools.tabs.states.description1":"Postavite trenutnu reprezentaciju stanja entiteta unutar ioBroker-a.","ui.panel.developer-tools.tabs.states.description2":"Ako entitet pripada uređaju, neće biti stvarne komunikacije s tim uređajem.","ui.panel.developer-tools.tabs.states.entity":"Entitet","ui.panel.developer-tools.tabs.states.state":"Stanje","ui.panel.developer-tools.tabs.states.attributes":"Atributi","ui.panel.developer-tools.tabs.states.state_attributes":"Atributi stanja (YAML, opcionalno)","ui.panel.developer-tools.tabs.states.set_state":"Podesi stanje","ui.panel.developer-tools.tabs.states.current_entities":"Current entity states","ui.panel.developer-tools.tabs.states.filter_entities":"Filtriraj entitete","ui.panel.developer-tools.tabs.states.filter_states":"Filtriraj stanja","ui.panel.developer-tools.tabs.states.filter_attributes":"Filtriraj atribute","ui.panel.developer-tools.tabs.states.no_entities":"Nema entiteta","ui.panel.developer-tools.tabs.states.more_info":"More Info","ui.panel.developer-tools.tabs.states.alert_entity_field":"Entitet je obavezno polje","ui.panel.developer-tools.tabs.states.last_updated":"Posljednje ažurirano","ui.panel.developer-tools.tabs.states.last_changed":"Zadnja izmjena","ui.panel.developer-tools.tabs.states.copy_id":"Kopiraj ID u međuspremnik","ui.panel.developer-tools.tabs.templates.title":"Šablon","ui.panel.developer-tools.tabs.templates.description":"Šabloni se prikazuju pomoću Jinja2 šablonskog mehanizma sa nekim ekstenzijama specifičnim za ioBroker.","ui.panel.developer-tools.tabs.templates.editor":"Editor šablona","ui.panel.developer-tools.tabs.templates.result":"Result","ui.panel.developer-tools.tabs.templates.reset":"Resetuj na demo šablon","ui.panel.developer-tools.tabs.templates.confirm_reset":"Do you want to reset your current template back to the demo template?","ui.panel.developer-tools.tabs.templates.confirm_clear":"Do you want to clear your current template?","ui.panel.developer-tools.tabs.templates.result_type":"Vrsta rezultata","ui.panel.developer-tools.tabs.templates.jinja_documentation":"Dokumentacija Jinja2 šablona","ui.panel.developer-tools.tabs.templates.template_extensions":"Proširenja ioBroker šablona","ui.panel.developer-tools.tabs.templates.unknown_error_template":"Nepoznati šablon za renderiranje greške","ui.panel.developer-tools.tabs.templates.time":"Ovaj šablon se ažurira na početku svake minute.","ui.panel.developer-tools.tabs.templates.all_listeners":"Ovaj šablon sluša sve događaje koji se mijenjaju u stanju.","ui.panel.developer-tools.tabs.templates.no_listeners":"Ovaj šablon ne sluša nikakve događaje i neće se automatski ažurirati.","ui.panel.developer-tools.tabs.templates.listeners":"Ovaj šablon sluša slijedeće događaje promjene stanja:","ui.panel.developer-tools.tabs.templates.entity":"Entitet","ui.panel.developer-tools.tabs.templates.domain":"Domena","ui.panel.developer-tools.tabs.statistics.title":"Statistike","ui.panel.developer-tools.tabs.statistics.entity":"Entitet","ui.panel.developer-tools.tabs.statistics.issue":"Problem","ui.panel.developer-tools.tabs.statistics.no_issue":"Nema problema","ui.panel.developer-tools.tabs.statistics.issues.units_changed":"Jedinica ovog entiteta je promijenjena iz ''{metadata_unit}'' u ''{state_unit}''.","ui.panel.developer-tools.tabs.statistics.issues.mean_type_changed":"The mean type of this entity changed from ''{metadata_mean_type}'' to ''{state_mean_type}''.","ui.panel.developer-tools.tabs.statistics.issues.state_class_removed":"This entity no longer has a state class","ui.panel.developer-tools.tabs.statistics.issues.entity_not_recorded":"Ovaj entitet je isključen iz evidentiranja.","ui.panel.developer-tools.tabs.statistics.issues.entity_no_longer_recorded":"Ovaj entitet se više ne evidentira.","ui.panel.developer-tools.tabs.statistics.issues.no_state":"Nema dostupnog stanja za ovaj entitet.","ui.panel.developer-tools.tabs.statistics.issues.unsupported_state_class":"Klasa stanja ''{state_class}'' ovog entiteta nije podržana.","ui.panel.developer-tools.tabs.statistics.delete_selected":"Delete selected statistics","ui.panel.developer-tools.tabs.statistics.multi_delete.title":"Delete selected statistics","ui.panel.developer-tools.tabs.statistics.multi_delete.info_text":"Do you want to permanently delete the long term statistics {statistic_count, plural,\n  one {of this entity}\n  other {of {statistic_count} entities}\n} from your database?","ui.panel.developer-tools.tabs.statistics.mean_type.0":"None","ui.panel.developer-tools.tabs.statistics.mean_type.1":"Arithmetic","ui.panel.developer-tools.tabs.statistics.mean_type.2":"Circular","ui.panel.developer-tools.tabs.statistics.fix_issue.fix":"Riješi problem","ui.panel.developer-tools.tabs.statistics.fix_issue.clearing_failed":"Clearing the statistics failed","ui.panel.developer-tools.tabs.statistics.fix_issue.clearing_timeout_title":"Clearing not done yet","ui.panel.developer-tools.tabs.statistics.fix_issue.clearing_timeout_text":"The clearing of the statistics took longer than expected, it might take longer for the issue to disappear.","ui.panel.developer-tools.tabs.statistics.fix_issue.fix_all":"Fix all","ui.panel.developer-tools.tabs.statistics.fix_issue.info":"Info","ui.panel.developer-tools.tabs.statistics.fix_issue.no_support.title":"Fix issue","ui.panel.developer-tools.tabs.statistics.fix_issue.no_support.info_text_1":"Fixing this issue is not supported yet.","ui.panel.developer-tools.tabs.statistics.fix_issue.no_state.title":"Entity has no state","ui.panel.developer-tools.tabs.statistics.fix_issue.no_state.info_text_1":"''{name}'' ({statistic_id}) has no state at the moment, if this is an orphaned entity, you may want to delete the long term statistics of it from your database.","ui.panel.developer-tools.tabs.statistics.fix_issue.no_state.info_text_2":"Do you want to permanently delete the long term statistics of {statistic_id} from your database?","ui.panel.developer-tools.tabs.statistics.fix_issue.entity_not_recorded.title":"Entity is not recorded","ui.panel.developer-tools.tabs.statistics.fix_issue.entity_not_recorded.info_text_1":"State changes of ''{name}'' ({statistic_id}) are not recorded, therefore, we cannot track long term statistics for it.","ui.panel.developer-tools.tabs.statistics.fix_issue.entity_not_recorded.info_text_2":"You probably excluded this entity, or have just included some entities.","ui.panel.developer-tools.tabs.statistics.fix_issue.entity_not_recorded.info_text_3_link":"See the recorder documentation for more information.","ui.panel.developer-tools.tabs.statistics.fix_issue.entity_no_longer_recorded.title":"Entity is no longer recorded","ui.panel.developer-tools.tabs.statistics.fix_issue.entity_no_longer_recorded.info_text_1":"We have generated statistics for ''{name}'' ({statistic_id}) in the past, but state changes of this entity are no longer recorded, therefore, we cannot track long term statistics for it anymore.","ui.panel.developer-tools.tabs.statistics.fix_issue.entity_no_longer_recorded.info_text_2":"You probably excluded this entity, or have just included some entities.","ui.panel.developer-tools.tabs.statistics.fix_issue.entity_no_longer_recorded.info_text_3_link":"See the recorder documentation for more information.","ui.panel.developer-tools.tabs.statistics.fix_issue.entity_no_longer_recorded.info_text_4":"If you no longer wish to keep the long term statistics recorded in the past, you may delete them now.","ui.panel.developer-tools.tabs.statistics.fix_issue.state_class_removed.title":"The entity no longer has a state class","ui.panel.developer-tools.tabs.statistics.fix_issue.state_class_removed.info_text_1":"We have generated statistics for ''{name}'' ({statistic_id}) in the past, but it no longer has a state class, therefore, we cannot track long term statistics for it anymore.","ui.panel.developer-tools.tabs.statistics.fix_issue.state_class_removed.info_text_2":"Statistics cannot be generated until this entity has a supported state class.","ui.panel.developer-tools.tabs.statistics.fix_issue.state_class_removed.info_text_3":"If the state class was previously provided by an integration, this might be a bug. Please report an issue.","ui.panel.developer-tools.tabs.statistics.fix_issue.state_class_removed.info_text_4":"If you previously set the state class yourself, please correct it.","ui.panel.developer-tools.tabs.statistics.fix_issue.state_class_removed.info_text_4_link":"The different state classes and when to use which can be found in the developer documentation.","ui.panel.developer-tools.tabs.statistics.fix_issue.state_class_removed.info_text_5":"If the state class has permanently been removed, you may want to delete the long term statistics of it from your database.","ui.panel.developer-tools.tabs.statistics.fix_issue.state_class_removed.info_text_6":"Do you want to permanently delete the long term statistics of {statistic_id} from your database?","ui.panel.developer-tools.tabs.statistics.fix_issue.units_changed.title":"The unit has changed","ui.panel.developer-tools.tabs.statistics.fix_issue.units_changed.update":"Ažuriraj jedinicu historijskih statističkih vrijednosti iz ''{metadata_unit}'' u ''{state_unit}'', bez konverzije.","ui.panel.developer-tools.tabs.statistics.fix_issue.units_changed.clear":"Izbrišite sve stare statističke podatke za ovaj entitet","ui.panel.developer-tools.tabs.statistics.fix_issue.units_changed.how_to_fix":"How do you want to fix this issue?","ui.panel.developer-tools.tabs.statistics.fix_issue.units_changed.info_text_1":"The unit of ''{name}'' ({statistic_id}) changed to ''{current_unit}'' which can't be converted to the previously stored unit, ''{previous_unit}''.","ui.panel.developer-tools.tabs.statistics.fix_issue.units_changed.info_text_2":"If the historic statistic values have a wrong unit, you can update the units of the old values. The values will not be updated.","ui.panel.developer-tools.tabs.statistics.fix_issue.units_changed.info_text_3":"Otherwise you can choose to delete all historic statistic values, and start over.","ui.panel.developer-tools.tabs.statistics.fix_issue.mean_type_changed.title":"The mean type has changed","ui.panel.developer-tools.tabs.statistics.fix_issue.mean_type_changed.info_text_1":"The mean type of ''{name}'' ({statistic_id}) changed from ''{metadata_mean_type}'' to ''{state_mean_type}''.","ui.panel.developer-tools.tabs.statistics.fix_issue.mean_type_changed.info_text_2":"Statistics cannot be generated until the old statistics are deleted, or the mean type matches the old statistics data again.","ui.panel.developer-tools.tabs.statistics.fix_issue.mean_type_changed.info_text_3":"Do you want to permanently delete the long term statistics of {statistic_id} from your database?","ui.panel.developer-tools.tabs.statistics.fix_issue.adjust_sum.title":"Adjust a statistic","ui.panel.developer-tools.tabs.statistics.fix_issue.adjust_sum.no_statistics_found":"No statistics found for this period.","ui.panel.developer-tools.tabs.statistics.fix_issue.adjust_sum.info_text_1":"Sometimes the statistics end up being incorrect for a specific point in time. This can mess up your beautiful graphs! Select a time below to find the bad moment and adjust the data.","ui.panel.developer-tools.tabs.statistics.fix_issue.adjust_sum.pick_a_time":"Pick a time","ui.panel.developer-tools.tabs.statistics.fix_issue.adjust_sum.statistic":"Statistic:","ui.panel.developer-tools.tabs.statistics.fix_issue.adjust_sum.start":"Start","ui.panel.developer-tools.tabs.statistics.fix_issue.adjust_sum.end":"End","ui.panel.developer-tools.tabs.statistics.fix_issue.adjust_sum.new_value":"New value","ui.panel.developer-tools.tabs.statistics.fix_issue.adjust_sum.adjust":"Adjust","ui.panel.developer-tools.tabs.statistics.fix_issue.adjust_sum.outliers":"Outliers","ui.panel.developer-tools.tabs.statistics.fix_issue.adjust_sum.sum_adjusted":"Statistic sum adjusted","ui.panel.developer-tools.tabs.statistics.fix_issue.adjust_sum.error_sum_adjusted":"Error adjusting sum: {message}","ui.panel.developer-tools.tabs.statistics.adjust_sum":"Podesi sumu","ui.panel.developer-tools.tabs.statistics.data_table.select_all_issues":"Select all with issues","ui.panel.developer-tools.tabs.statistics.data_table.name":"Name","ui.panel.developer-tools.tabs.statistics.data_table.statistic_id":"Statistic ID","ui.panel.developer-tools.tabs.statistics.data_table.statistics_unit":"Statistics unit","ui.panel.developer-tools.tabs.statistics.data_table.source":"Source","ui.panel.developer-tools.tabs.statistics.data_table.issue":"Issue","ui.panel.developer-tools.tabs.statistics.data_table.no_statistics":"No statistics found.","ui.panel.developer-tools.tabs.yaml.title":"YAML","ui.panel.developer-tools.tabs.yaml.section.validation.heading":"Provjeri i ponovo pokreni","ui.panel.developer-tools.tabs.yaml.section.validation.introduction":"Osnovna provjera konfiguracije se automatski vrši prije ponovnog pokretanja. Osnovna validacija osigurava da YAML konfiguracija nema greške koje će spriječiti ioBroker ili bilo koju integraciju da se pokrene. Također je moguće izvršiti samo osnovnu provjeru valjanosti bez ponovnog pokretanja.","ui.panel.developer-tools.tabs.yaml.section.validation.check_config":"Provjeri konfiguraciju","ui.panel.developer-tools.tabs.yaml.section.validation.valid":"Konfiguracija neće spriječiti ioBroker da se pokrene!","ui.panel.developer-tools.tabs.yaml.section.validation.invalid":"Konfiguracija nije validna!","ui.panel.developer-tools.tabs.yaml.section.validation.warnings":"Configuration warnings","ui.panel.developer-tools.tabs.yaml.section.validation.errors":"Configuration errors","ui.panel.developer-tools.tabs.yaml.section.reloading.all":"All YAML configuration","ui.panel.developer-tools.tabs.yaml.section.reloading.heading":"Ponovno učitavanje YAML konfiguracije","ui.panel.developer-tools.tabs.yaml.section.reloading.introduction":"Some parts of ioBroker can reload without requiring a restart. Selecting one of the options below will unload their current YAML configuration and load the new one.","ui.panel.developer-tools.tabs.yaml.section.reloading.reload":"{domain}","ui.panel.developer-tools.tabs.yaml.section.reloading.core":"Lokacija i prilagođavanja","ui.panel.developer-tools.tabs.yaml.section.reloading.group":"Grupe, grupni entiteti i usluge obavještavanja","ui.panel.developer-tools.tabs.yaml.section.reloading.automation":"Automatizacije","ui.panel.developer-tools.tabs.yaml.section.reloading.script":"Skripte","ui.panel.developer-tools.tabs.yaml.section.reloading.scene":"Scene","ui.panel.developer-tools.tabs.yaml.section.reloading.person":"Osobe","ui.panel.developer-tools.tabs.yaml.section.reloading.zone":"Zone","ui.panel.developer-tools.tabs.yaml.section.reloading.input_boolean":"Unosni booleani","ui.panel.developer-tools.tabs.yaml.section.reloading.input_button":"Dugmad za unos","ui.panel.developer-tools.tabs.yaml.section.reloading.input_text":"Unosni tekstovi","ui.panel.developer-tools.tabs.yaml.section.reloading.input_number":"Unosni brojevi","ui.panel.developer-tools.tabs.yaml.section.reloading.input_datetime":"Input date times","ui.panel.developer-tools.tabs.yaml.section.reloading.input_select":"Unosni izabiri","ui.panel.developer-tools.tabs.yaml.section.reloading.template":"Šablonski entiteti","ui.panel.developer-tools.tabs.yaml.section.reloading.universal":"Univerzalni media player entiteti","ui.panel.developer-tools.tabs.yaml.section.reloading.rest":"Rest entities and notify services","ui.panel.developer-tools.tabs.yaml.section.reloading.command_line":"Entiteti komandne linije","ui.panel.developer-tools.tabs.yaml.section.reloading.filter":"Filtriraj entitete","ui.panel.developer-tools.tabs.yaml.section.reloading.statistics":"Statistički entiteti","ui.panel.developer-tools.tabs.yaml.section.reloading.generic":"Generički entiteti IP kamere","ui.panel.developer-tools.tabs.yaml.section.reloading.generic_thermostat":"Generički termostatski entiteti","ui.panel.developer-tools.tabs.yaml.section.reloading.homekit":"HomeKit","ui.panel.developer-tools.tabs.yaml.section.reloading.min_max":"Min/max entiteti","ui.panel.developer-tools.tabs.yaml.section.reloading.history_stats":"Istorija-stanje-entiteti","ui.panel.developer-tools.tabs.yaml.section.reloading.trend":"Entiteti trenda","ui.panel.developer-tools.tabs.yaml.section.reloading.ping":"Ping binarni senzorski entiteti","ui.panel.developer-tools.tabs.yaml.section.reloading.filesize":"Entiteti veličine datoteke","ui.panel.developer-tools.tabs.yaml.section.reloading.telegram":"Telegram servisi za obavještavanje","ui.panel.developer-tools.tabs.yaml.section.reloading.smtp":"SMTP servisi za obavještavanje","ui.panel.developer-tools.tabs.yaml.section.reloading.mqtt":"Ručno konfigurisani MQTT entiteti","ui.panel.developer-tools.tabs.yaml.section.reloading.rpi_gpio":"Raspberry Pi GPIO entiteti","ui.panel.developer-tools.tabs.yaml.section.reloading.timer":"Tajmeri","ui.panel.developer-tools.tabs.yaml.section.reloading.themes":"Teme","ui.panel.developer-tools.tabs.yaml.section.server_management.heading":"ioBroker","ui.panel.developer-tools.tabs.yaml.section.server_management.restart":"Ponovo pokreni","ui.panel.developer-tools.tabs.yaml.section.server_management.stop":"Stop","ui.panel.developer-tools.tabs.yaml.section.server_management.confirm_stop":"Jeste li sigurni da želite zaustaviti ioBroker?","ui.panel.developer-tools.tabs.yaml.section.server_management.restart_error":"Ponovo pokretanje ioBroker-a nije uspjelo","ui.panel.developer-tools.tabs.services.accepts_target":"Ova usluga prihvata cilj, na primjer: `entity_id: light.bed_light`","ui.panel.developer-tools.tabs.services.all_parameters":"Svi dostupni parametri","ui.panel.developer-tools.tabs.services.call_service":"Pozivanje usluge","ui.panel.developer-tools.tabs.services.column_description":"Opis","ui.panel.developer-tools.tabs.services.column_example":"Primjer","ui.panel.developer-tools.tabs.services.column_parameter":"Parametar","ui.panel.developer-tools.tabs.services.description":"Alat za razvojne programere vam omogućava da pozovete bilo koju dostupnu uslugu u ioBroker-u.","ui.panel.developer-tools.tabs.services.fill_example_data":"Popuni uzorkom podataka","ui.panel.developer-tools.tabs.services.no_template_ui_support":"UI ne podržava šablone, još uvijek možete koristiti YAML editor.","ui.panel.developer-tools.tabs.services.title":"Usluge","ui.panel.developer-tools.tabs.services.ui_mode":"Prebaci na UI način rada","ui.panel.developer-tools.tabs.services.yaml_mode":"Prebaci na YAML način rada","ui.panel.developer-tools.tabs.services.yaml_parameters":"Parametri dostupni samo u YAML načinu rada"}