New to Translating WordPress? Read through our Translator Handbook to get started. Hide

Translation of Development Readme (trunk): Spanish (Spain)

Filter ↓ Sort ↓ All (48) Translated (48) Untranslated (0) Waiting (0) Changes requested (0) Fuzzy (0) Warnings (0)
1 2 3 4
Prio Original string Translation
Disable the use of the REST API on your website to site users. Now with User Role support!
Priority: high
Desactiva el uso de la API REST a los usuarios de tu sitio web. ¡Ahora con soporte de Roles de Usuario! Details
Disable the use of the REST API on your website to site users. Now with User Role support!
Comment

Short description.

You have to log in to edit this translation.

Disable REST API
Priority: high
Desactivar la REST API Details
Disable REST API
Comment

Plugin name.

You have to log in to edit this translation.

This plugin is ONLY meant to disable endpoints accessible via the core REST API that is part of WordPress itself. If a plugin or theme has implemented their own REST API (not to be confused with implementing their own endpoints within the WordPress API) this plugin will have no effect. Este plugin SÓLO tiene la intención de desactivar los endpoints accesibles vía la API REST del núcleo que es parte de WordPress. Si un plugin o un tema ha implementado su propia API REST (no confundir con implementar su propio endpoint mediante la API de WordPress) este plugin no tendrá efecto sobre ella. Details
This plugin is ONLY meant to disable endpoints accessible via the core REST API that is part of WordPress itself. If a plugin or theme has implemented their own REST API (not to be confused with implementing their own endpoints within the WordPress API) this plugin will have no effect.
Comment

Found in faq paragraph.

You have to log in to edit this translation.

Does this plugin disable every REST API that is installed on my site? ¿Éste plugin desactiva todas las API REST instaladas en mi sitio web? Details
Does this plugin disable every REST API that is installed on my site?
Comment

Found in faq header.

You have to log in to edit this translation.

For most versions of WordPress, this plugin will return an authentication error if a user is not allowed to access an endpoint. For legacy support, WordPress 4.4, 4.5, and 4.6 use the provided <code>rest_enabled</code> filter to disable the entire REST API. Para la mayoría de las versiones de WordPress, este plugin devolverá un error de autenticación si el usuario no tiene permitido acceder al endpoint. Para soporte heredado, WordPress 4.4, 4.5 y 4.6 utilice el filtro <code>rest_enabled</code> proporcionado para desactivar toda la API REST. Details
For most versions of WordPress, this plugin will return an authentication error if a user is not allowed to access an endpoint. For legacy support, WordPress 4.4, 4.5, and 4.6 use the provided <code>rest_enabled</code> filter to disable the entire REST API.
Comment

Found in description paragraph.

You have to log in to edit this translation.

You can even do this on a per-user-role basis, so your unauthenticated users have one set of rules while WooCommerce customers have another while Subscribers and Editors and Admins all have their own. NOTE: Out of the box, all defined user roles will still be granted full access to the REST API until you choose to manage those settings. Puedes hacer esto incluso por roles de usuario, por lo que tus usuarios anónimos tendrán un conjunto de reglas mientras los usuarios de WooCommerce tendrán otro mientras tu Suscriptores, Editores y Administradores tendrán las suyas propias. NOTA: Por defecto, todos los roles de usuario definidos tendrán acceso a toda la API REST hasta que elija modificar dicha configuración. Details
You can even do this on a per-user-role basis, so your unauthenticated users have one set of rules while WooCommerce customers have another while Subscribers and Editors and Admins all have their own. NOTE: Out of the box, all defined user roles will still be granted full access to the REST API until you choose to manage those settings.
Comment

Found in description paragraph.

You have to log in to edit this translation.

But if you do need to grant access to some endpoints, you can do that too. Go to the Settings page and you can quickly whitelist individual endpoints (or entire branches of endpoints) in the REST API. Pero si necesitas permitir el acceso a algunos endpoints, puedes hacerlo también. Ve a la página de Ajustes y puedes añadir rápidamente endpoints individuales a una lista blanca (o ramas enteras de endpoints) en la API REST. Details
But if you do need to grant access to some endpoints, you can do that too. Go to the Settings page and you can quickly whitelist individual endpoints (or entire branches of endpoints) in the REST API.
Comment

Found in description paragraph.

You have to log in to edit this translation.

Works as a "set it and forget it" install. Just upload and activate, and the entire REST API will be inaccessible to your general site visitors. Funciona como una instalación 'configúralo y olvídalo'. Simplemente subir y actualizar, y toda la API REST no será accesible a los usuarios anónimos de la web. Details
Works as a "set it and forget it" install. Just upload and activate, and the entire REST API will be inaccessible to your general site visitors.
Comment

Found in description paragraph.

You have to log in to edit this translation.

The Settings page lets you selectively whitelist endpoints registered with the REST API, on a per-user-role basis. La página de Ajustes te permite añadir endpoints específicos registrados en la API REST a una lista blanca, por rol de usuario Details
The Settings page lets you selectively whitelist endpoints registered with the REST API, on a per-user-role basis.
Comment

Screenshot description.

You have to log in to edit this translation.

The most comprehensive plugin for controlling access to the WordPress REST API! ¡El plugin más completo para controlar el acceso a la API REST de WordPress! Details
The most comprehensive plugin for controlling access to the WordPress REST API!
Comment

Found in description paragraph.

You have to log in to edit this translation.

While logged into WordPress as any user, the REST API will function as intended. Because of this, you must use a new browser - or Chrome's incognito mode - to test your website with a clean session. Go to yourdomain.com/wp-json/ (or yourdomain.com/?rest_route=/ if you have pretty permalinks disabled) while NOT LOGGED IN to test the results. You will see an authentication error returned if the plugin is active. "DRA: Only authenticated users can access the REST API." Mientras tengas sesión iniciada en WordPress como usuario, la API REST funcionará como siempre. Por esto, debes utilizar un navegador nuevo - o el modo incógnito de Chrome - para probar tu sitio web con una sesión limpia. Ve a tudominio.com/wp-json/ (o tudominio.com/?rest_route=/ si tienes los permalinks desactivados) mientras no tengas SESION INICIADA para probar los resultados. Verás que devolverá un error de autenticación si el plugin está activo. "Sólo usuarios autenticados podrán acceder a la API REST." Details
While logged into WordPress as any user, the REST API will function as intended. Because of this, you must use a new browser - or Chrome's incognito mode - to test your website with a clean session. Go to yourdomain.com/wp-json/ (or yourdomain.com/?rest_route=/ if you have pretty permalinks disabled) while NOT LOGGED IN to test the results. You will see an authentication error returned if the plugin is active. "DRA: Only authenticated users can access the REST API."
Comment

Found in faq paragraph.

You have to log in to edit this translation.

How do I know if this plugin is working? ¿Cómo sé si este plugin está funcionando? Details
How do I know if this plugin is working?
Comment

Found in faq header.

You have to log in to edit this translation.

The JSON returned by a website with the API disabled via authentication methods (WP versions 4.7+) El JSON devuelto por un sitio web con la API desactivada mediante métodos de autenticación (WP versiones 4.7+) Details
The JSON returned by a website with the API disabled via authentication methods (WP versions 4.7+)
Comment

Screenshot description.

You have to log in to edit this translation.

The JSON returned by a website with the API disabled via filters (WP versions 4.4, 4.5, 4.6) El JSON devuelto por un sitio web con la API desactivada mediante filtros (versiones de WP 4.4, 4.5, 4.6) Details
The JSON returned by a website with the API disabled via filters (WP versions 4.4, 4.5, 4.6)
Comment

Screenshot description.

You have to log in to edit this translation.

Activate the plugin through the 'Plugins' menu in WordPress Activa el plugin desde el menú 'Plugins' de WordPress Details
Activate the plugin through the 'Plugins' menu in WordPress
Comment

Found in installation list item.

You have to log in to edit this translation.

Legend:
Current
Waiting
Rejected
Fuzzy
Old
Changes requested
With warnings
1 2 3 4

Export as