diff options
author | 2023-09-08 22:45:17 -0700 | |
---|---|---|
committer | 2023-09-09 13:11:42 -0700 | |
commit | 48f6885f4472efbe0e23f990ae8d4545f9a6a73d (patch) | |
tree | a05b35013e65f95013f90006b07870ddaeaf4065 /internal/locale/translations/pt_BR.json | |
parent | 32d33104a4934771ca99b1bcfe55bd0e4e88809b (diff) | |
download | v2-48f6885f4472efbe0e23f990ae8d4545f9a6a73d.tar.gz v2-48f6885f4472efbe0e23f990ae8d4545f9a6a73d.tar.zst v2-48f6885f4472efbe0e23f990ae8d4545f9a6a73d.zip |
Add generic webhook integration
Diffstat (limited to 'internal/locale/translations/pt_BR.json')
-rw-r--r-- | internal/locale/translations/pt_BR.json | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/internal/locale/translations/pt_BR.json b/internal/locale/translations/pt_BR.json index c85b0d32..6eb4df12 100644 --- a/internal/locale/translations/pt_BR.json +++ b/internal/locale/translations/pt_BR.json @@ -389,6 +389,9 @@ "form.integration.shaarli_activate": "Save articles to Shaarli", "form.integration.shaarli_endpoint": "Shaarli URL", "form.integration.shaarli_api_secret": "Shaarli API Secret", + "form.integration.webhook_activate": "Enable Webhook", + "form.integration.webhook_url": "Webhook URL", + "form.integration.webhook_secret": "Webhook Secret", "form.api_key.label.description": "Etiqueta da chave de API", "form.submit.loading": "Carregando...", "form.submit.saving": "Salvando...", |