sl: activerecord: attributes: webhooks/webhook: url: 'Payload URL' secret: 'Podpis skrivnost' events: 'Dogodki' projects: 'Omogočeni projekti' webhooks/log: event_name: 'Ime dogodka' url: 'Payload URL' response_code: 'Odzivna koda' response_body: 'Odziv' models: webhooks/outgoing_webhook: "Outgoing webhook" webhooks: singular: Webhook plural: Webhooks resources: time_entry: name: "Vnos časa" outgoing: no_results_table: No webhooks have been defined yet. label_add_new: Add new webhook label_edit: Edit webhook label_event_resources: Viri dogodka events: created: "Ustvarjen" updated: "Posodobljen" status: enabled: 'Webhook is enabled' disabled: 'Webhook is disabled' enabled_text: 'The webhook will emit payloads for the defined events below.' disabled_text: 'Click the edit button to activate the webhook.' deliveries: no_results_table: No deliveries have been made for this webhook. title: 'Nedavne dostave' time: 'Čas dostave' form: introduction: > Send a POST request to the payload URL below for any event in the project your subscribe. Payload will correspond to the APIv3 representation of the object being modified. apiv3_doc_url: Za več informacij obiščite API dokumentacijo description: placeholder: 'Optional description for the webhook.' enabled: description: > When checked, the webhook will trigger on the selected events. Uncheck to disable the webhook. events: title: 'Omogočeni dogodki' project_ids: title: 'Omogočeni projekti' description: 'Select for which projects this webhook should be executed for.' all: 'Vsi projekti' selected: 'Samo izbrani projekti' selected_project_ids: title: 'Izbrani projekti' secret: description: > If set, this secret value is used by OpenProject to sign the webhook payload.