Actions

Quick-translation/es: Difference between revisions

From LimeSurvey Manual

(Created page with "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 t...")
(Created page with "{{Nota|Consulte nuestra guía rápida sobre encuestas multilingües para comprender mejor cómo funcionan las herramientas de traducción integradas...")
Line 11: Line 11:




{{Note|Check our [[Multilingual survey|quick guide on multilingual surveys]] to better understand how the in-built LimeSurvey translation tools work.}}
{{Nota|Consulte nuestra [[Encuesta multilingüe|guía rápida sobre encuestas multilingües]] para comprender mejor cómo funcionan las herramientas de traducción integradas de LimeSurvey.}}





Revision as of 15:24, 4 September 2023



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


Requirements

To access the quick translation facility you have to have a survey with at least one additional language. So in the general settings of your survey, add the desired additional language(s).



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!