Actions

LimeSurvey चे भाषांतर करत आहे

From LimeSurvey Manual

Revision as of 20:22, 23 January 2024 by Maren.fritz (talk | contribs) (Created page with "काहीवेळा आपण विद्यमान भाषांतर सुधारू इच्छित असाल जेणेकरून ते आपल...")

लिमसर्वेचे भाषांतर करणे

LimeSurvey चे संपूर्णपणे तुमच्या मूळ भाषेत भाषांतर करून घेणे चांगले नाही का? LimeSurvey टीम नेहमी नवीन भाषांतरे आणि विद्यमान भाषांतरे अपडेट करण्यात मदत करणाऱ्या लोकांच्या शोधात असते. कृपया या सूचना वाचा आणि तुम्हाला शंका असल्यास किंवा इतर काही प्रश्न असल्यास translations@limesurvey.org वर ईमेल पाठवण्यास अजिबात संकोच करू नका.

भाषांतर कसे करावे - चरण-दर-चरण सूचना

विद्यमान भाषांतर अपडेट करत आहे

  1. the LimeSurvey वेबसाइट वर साइन अप करा आणि नंतर your account वर लॉग इन करा.
  2. https://translate.limesurvey.org वर जा आणि त्याच वापरकर्तानाव आणि पासवर्डसह तेथे लॉग इन करा.
  3. तुम्हाला भाषांतर करायचे असलेली LimeSurvey आवृत्ती निवडा आणि फक्त सुरुवात करा. तुमचे भाषांतर मंजूर झाल्यानंतर, ते साप्ताहिक स्थिर रिलीझमध्ये स्वयंचलितपणे समाविष्ट केले जाईल आणि तुमचे वापरकर्ता नाव बदल लॉगमध्ये जमा केले जाईल.
  4. तुम्हाला तुमच्या भाषेसाठी नवीन अनुवादित मंजूर करण्याच्या क्षमतेसह एक प्रमुख अनुवादक बनण्यास स्वारस्य असल्यास स्ट्रिंग्स, कृपया आमच्याशी translations@limsurvey.org येथे संपर्क साधा. अशा स्थितीसाठी दर आठवड्याला जास्तीत जास्त एक तास कामाची आवश्यकता असते - तुम्ही हे करण्यात विश्वासार्ह आहात हे आमच्यासाठी महत्त्वाचे आहे.

विद्यमान भाषांतर सानुकूलित करा

काहीवेळा आपण विद्यमान भाषांतर सुधारू इच्छित असाल जेणेकरून ते आपल्या विशिष्ट सर्वेक्षण परिस्थितीला अधिक चांगल्या प्रकारे सामावून घेते. अशावेळी, पुढील गोष्टी करा:

  1. https://translate.limesurvey.org वर जा, तुम्हाला भाषांतर करायची असलेली LimeSurvey आवृत्ती आणि तुम्हाला हवी असलेली विशिष्ट भाषा निवडा modify.
  2. अनुवाद पानाच्या तळाशी तुम्हाला सर्व स्ट्रिंग्स *.po फाइल म्हणून एक्सपोर्ट करण्याचा पर्याय मिळेल. एक्सपोर्टवर क्लिक करा आणि तुमच्या स्थानिक हार्ड डिस्कवर *.po फाइल म्हणून सेव्ह करा:
  3. डाउनलोड आणि स्थापित करा Poedit.
  4. Poedit सुरू करा आणि डाउनलोड केलेली *.po फाइल संपादित करा - बदला विशिष्ट भाषांतरे.
  5. जेव्हा तुम्ही *.po फाइल सेव्ह करता, तेव्हा एक *.mo फाइल आपोआप तयार होते. नंतरचे LimeSurvey द्वारे वाचले जाईल.
  6. अंतिम पायरी म्हणजे विशिष्ट *.mo फाईल /locale मधील योग्य भाषेच्या फोल्डरमध्ये विद्यमान फोल्डर बदलून ठेवणे.

Template:नोंद

टीप: तुम्ही LimeSurvey Pro (केवळ कोऑपरेट आणि एंटरप्राइझ वापरकर्त्यांसाठी) वापरत असल्यास, टीम असेल तुमच्यासाठी फाइल ठेवण्यास आनंद झाला. फक्त एक समर्थन तिकीट तयार करा आणि *.po फाइल संलग्न करा ( नॉट द .*mo ).

Creating a new translation

  1. First of all, get access to the development version of LimeSurvey. For detailed instructions, access the source code.
  2. Download and install Poedit .
  3. Now you have to find out the language-code for your language - you can search for your language-code in the IANA Language Subtag Registry.
  4. Go into the /locale directory (located in the LimeSurvey root directory) and create a directory named after your language code.
  5. Download your language template by going to on the following link [१]. Select the project, then any language (e.g. go for the English entry), and scroll to the bottom. There you have the possibility to export the language file as <your_language_code>.po file.
  6. Copy the <your_language_code>.po file to the newly created folder located in the /locale directory.
  7. Open the file with Poedit and translate everything you need to translate.
  8. To make LimeSurvey know about your language, you must add it in application/helpers/surveytranslator_helper.php (located in the LimeSurvey root directory). Open that file with a text editor and add your language in the same way the other languages are defined in that file.
  9. Save - in order to allow LimeSurvey to see the newly added language, save the modified *.po file. This will automatically generate the *.mo file in the same folder, which will be read by LimeSurvey.
  10. Send the new *.po file and the updated surveytranslator_helper.php file to translations@limesurvey.org.
If your language use a lot of special character : please check what font must be used for pdf generation (check with dejavusans for example). Then we can add this font file in alternatepdffontfile default configuration.
If you want your name to be linked from/shown on the team page, please write so in the email!

Sample code for add a new language

    $supportedLanguages['code']['description'] = gT('Language'); // Your language name in English
    $supportedLanguages['code']['nativedescription'] = 'Language in native';  // The native name of your language
    $supportedLanguages['code']['rtl'] = (true|false); // RTL 
    $supportedLanguages['code']['dateformat'] = integer; // See getDateFormatData function
    $supportedLanguages['code']['radixpoint'] = (0|1); // 0 : ., 1 : , for radix point
    $supportedLanguages['code']['cldr'] = 'code';  // If the related Yii language code differs you can here map your language to a new code
    $supportedLanguages['code']['momentjs'] = 'code'; // Used by moment.js

Other part to be translated