Actions

Quick-translation/ja: Difference between revisions

From LimeSurvey Manual

(Created page with "LimeSurveyには、アンケートを迅速かつ手軽に翻訳できる組み込み機能があります。この機能は、アンケートを基本言語から指定され...")
(Created page with "=要件=")
Line 11: Line 11:




=Requirements=
=要件=





Revision as of 00:12, 30 November 2018



概要

LimeSurveyには、アンケートを迅速かつ手軽に翻訳できる組み込み機能があります。この機能は、アンケートを基本言語から指定された言語に簡単に翻訳できるように設計されています。


要件

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!