Actions

Quick-translation/it: Difference between revisions

From LimeSurvey Manual

(Created page with "LimeSurvey contiene una funzione integrata che consente la traduzione rapida e semplice dei sondaggi. Questa funzione è progettata per facilitare a un traduttore umano la tra...")
(Created page with "{{Nota|Consulta la nostra guida rapida sui sondaggi multilingue per capire meglio come funzionano gli strumenti di traduzione integrati di LimeSurvey.}}")
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|Consulta la nostra [[Sondaggio multilingue|guida rapida sui sondaggi multilingue]] per capire meglio come funzionano gli strumenti di traduzione integrati di LimeSurvey.}}





Revision as of 07:48, 8 August 2023



Generale

LimeSurvey contiene una funzione integrata che consente la traduzione rapida e semplice dei sondaggi. Questa funzione è progettata per facilitare a un traduttore umano la traduzione di un sondaggio dalla lingua di base a qualsiasi lingua di destinazione specificata.


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!