OpenProject is the leading open source project management software.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
openproject/modules/webhooks/config/locales/crowdin/lt.yml

60 lines
2.1 KiB

lt:
activerecord:
attributes:
webhooks/webhook:
url: 'Payload URL'
secret: 'Signature secret'
events: 'Įvykiai'
projects: 'Įgalinti projektai'
webhooks/log:
event_name: 'Įvykio pavadinimas'
url: 'Payload URL'
response_code: 'Atsako kodas'
response_body: 'Atsakas'
models:
webhooks/outgoing_webhook: "Outgoing webhook"
webhooks:
singular: Webhook
plural: Webhooks
resources:
time_entry:
name: "Laiko įrašas"
outgoing:
no_results_table: No webhooks have been defined yet.
label_add_new: Add new webhook
label_edit: Edit webhook
label_event_resources: Event resources
events:
created: "Sukurta"
updated: "Atnaujinta"
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: 'Recent deliveries'
time: 'Delivery time'
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: For more information, visit the API documentation
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: 'Įjungti įvykiai'
project_ids:
title: 'Įgalinti projektai'
description: 'Select for which projects this webhook should be executed for.'
all: 'Visi projektai'
selected: 'Tik parinkti projektai'
selected_project_ids:
title: 'Parinkti projektai'
secret:
description: >
If set, this secret value is used by OpenProject to sign the webhook payload.