Actions

traducción rápida

From LimeSurvey Manual

Revision as of 15:24, 4 September 2023 by Maren.fritz (talk | contribs) (Created page with "Para acceder a la función de traducción rápida es necesario tener una encuesta con al menos un idioma adicional. Entonces, en la Configuración general|configuración gen...")



Generales

LimeSurvey contiene una función incorporada que permite la traducción rápida y sencilla de encuestas. Esta función está diseñada para facilitar que un traductor humano traduzca una encuesta del idioma base a cualquier idioma de destino específico.


Template:Nota


Requisitos

Para acceder a la función de traducción rápida es necesario tener una encuesta con al menos un idioma adicional. Entonces, en la configuración general de su encuesta, agregue los idiomas adicionales que desee.



By default, the quick-translation facility can be accessed from the tool menu in the survey toolbar. To enable this for a specific user (without providing him global permissions), go through the following steps:

  1. In create/edit users add each translator as a new user.
  2. Go to the "local" survey permissions, select each desired user, and provide him/her the necessary user rights for "quick translation".



Quick-translate a survey

Once these steps are complete, you and your translators are ready to translate the survey:



  1. In the "tools" menu, click on "quick-translation" button
  2. You are now presented with a screen with a separate tab for each type of survey content type, e.g., "Survey title and description", "Welcome and end text", etc. Do the translation for each content type, and be sure to press the Save button to update your changes.


Auto-translate

The "Auto-translate" feature makes use of the Google translate web service for automatic translation of a survey. You must enter your Google Translate API Key under global settings to access this feature. Google currently charges $20 US per 1 million characters submitted for translation.


Troubleshooting

Q: When saving not all translations are saved.

A: With big surveys the number of variables sent to the server can easily exceed 1000. By default, PHP only allows 1000 post variables at a maximum, any variables beyond the first 1000 are ignored. You will need to modify your PHP configuration and set the variable 'max_input_vars' to a much higher value - try 5000 or better 10000. If you don't understand what you have to do, please contact your server administrator with this information!