diff --git a/config/locales/es.yml b/config/locales/es.yml index 4c95c2c9..7b1e4944 100644 --- a/config/locales/es.yml +++ b/config/locales/es.yml @@ -71,6 +71,7 @@ es: disabled: 'Deshabilitado' copied: '¡Copiado!' user_staff: 'Empleados' + language_supported: '%{language} supported' powered_by: 'Impulsado por' buttons: new: 'Nuevo' @@ -86,6 +87,7 @@ es: approve: 'Aprobar' reject: 'Rechazar' copy_to_clipboard: 'Copiar al portapapeles' + preview: 'Preview' datetime: now: 'ahora mismo' minutes: @@ -188,6 +190,7 @@ es: boards: 'Tableros' post_statuses: 'Estados' roadmap: 'Hoja de ruta' + webhooks: 'Webhooks' invitations: 'Invitaciones' appearance: 'Apariencia' info_box: @@ -306,6 +309,33 @@ es: subtitle_oauth_config: 'Configuración OAuth' subtitle_user_profile_config: 'Configuración del perfil de usuario' client_secret_help: 'oculto por motivos de seguridad' + webhooks: + title: 'Webhooks' + learn_more: 'Learn how to configure and use webhooks' + empty: 'There are no webhooks.' + triggers: + new_post: 'New post' + new_post_pending_approval: 'New post (pending approval)' + delete_post: 'Delete post' + post_status_change: 'Post status change' + new_comment: 'New comment' + new_vote: 'New vote' + new_user: 'New user' + http_methods: + post: 'POST' + put: 'PUT' + patch: 'PATCH' + delete: 'DELETE' + form: + title_new: 'New webhook' + title_edit: 'Edit webhook' + add_header: 'Add header' + header_n_key: 'Header %{n} key' + header_n_value: 'Header %{n} value' + template_variables_selector_placeholder: 'Select a template variable...' + preview_error: 'There is an error in your template' + test_page: + title: 'Webhook test results' moderation: menu: feedback: 'Retroalimentación'